/*

此css仅用于头尾两部分

*/


/*头部*/
.headcontainer{
    font-family: PingFangSC-Regular;
}
.headcontainer1{
    background-color: #F3F3F3;
}
.navigate1{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color:#3B3B3B;
    line-height: 40px;
}
.nav1right{
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
}
.username{
    color:#FF7400;
    margin-right: 10px;
}
.nav1right li{
    position: relative;
    float: left;
    margin-left: 18px;
}
.nav1right li a{
    color:#3B3B3B;
}
.headcontainer2{
    background-color: #fff;
    overflow:visible;
    padding: 20px 0;
}
.navigate2{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.gwsclogo{
    display: inline-block;
    width: 160px;
    height: 40px;
    background-image: url(images/gwsclogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}
.logo_picture img{
    width: 280px;
    margin-right: 10px;
}

.navhead{
    display: inline-block;
    font-size: 18px;
    color: #666666;
    vertical-align: middle;
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
    height: 30px;
    line-height: 30px;
}
.nav2right{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    margin-top: 6px;
}
.nav2right>li{
    position: relative;
    float: left;
    margin-left: 36px;
    border-bottom: 4px solid #FFF;
    line-height: 50px;
}
.nav2right>li a{
    color:#3B3B3B;;
}
.nav2right>li>a{
    display:inline-block;
    line-height:50px;
}
.nav2hover,.nav2mouseover{
    border-bottom: 4px solid  #FF9501 !important;
}
.nav2hover>a,.nav2mouseover>a{
    color:#FF9501 !important;
}
.trarecord{
    background-image: url(images/triangle1.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}
.trarecordcon{
    position: absolute;
    width: 106px;
    background-image: url(images/navxlbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 10;
    margin-top: 5px;
    margin-left: -15px;
    display: none;
    box-shadow: 0 2px 6px rgb(234,234,234,0.5);
}
.trarecordcon>ul{
    margin: 8px auto;
    background-color: #fff;
    padding: 15px 0;
}
.trarecordcon>ul>li{
    width: 106px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.trarecordhover a,.trarecordmouseover a{
    color:#FF9501 !important;
}

/*底部*/
.footcontainer{
    font-family: PingFangSC-Light;
    font-size: 12px;
    line-height: 24px;
    color:#676767;
    background-color: #F0F0F0;
    text-align: center;
    padding:38px 0 14px 0;
}
.footlogo img{
    margin: 14px 9px 56px;
}
#receipt {
    /* display: none; */
}

.footcontainer a {
    color: #676767;
}
.footcontainer a:hover{
    color: #676767;

}

/* ------------------------------ */

.newFoot {
    margin: auto;
    height: 237px;
    width: 100%;
    min-width: 1200px;
    background-color: #282828;
    color: #fff;
}
.newMain {
    margin: 0 auto;
    width: 1200px;
}
.newfootTop {
    padding-top: 51px;
    padding-bottom: 70px;
}
.newfootTopleft {
    width: 900px;
}
.newfootTopleft>h4 {
    height: 17px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    margin-right: 30px;
}

.newfootTopleft>ul {
    font-size: 16px;
}
.newfootTopleft>ul>li {
    margin: 0 30px;
    cursor: pointer;
    list-style: none;
}
.newfootTopleft>ul>li>a{
    color: #FFF;
}
.newfootTopRight {
    width: 222px;
    height: 61px;
    background: url('images/telephone.png') no-repeat;
    background-size: 100% 100%;
}
.newfootBottomLeft {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.newfootBottomLeft>img {
    width: 118px;
    height: 58px;
}
.leftContent {
     margin: -3px 10px;
}
.leftContent a {
   color: lightgray;
}
.leftContent a:hover{
    color: lightgray;
}
.newfootBottomright {
    padding-left: 36px;
    margin: -23px 10px;
}
.newFoot p {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.fl{
    float: left;
}

.fr {
    float: right;
}
.weixincode{
    width: 60px;
    height: 64px;
    background: url(images/WechatIMG.jpeg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -4px;
    left: 450px;
}
