﻿/*头部样式*/
header{
    line-height:40px;
    height: 40px;
    background:#eee;
}
.container{
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.wel{
    float: left;
}
.header_add{
    float: right;
}
.header_add p{
    display: inline-block;
    font-size:16px;
    color: #666;
    padding-left:36px;
    margin-left: 22px;
}
.header_add p:nth-child(1){
    background:url(../images/icon1.png) no-repeat left center;
}   
.header_add p:nth-child(2){
    background:url(../images/icon2.png) no-repeat left center;
}

.header{
    padding:15px 0;
}
.logo{
    float: left;
}
.nav{
    float: right;
    margin-top:26px;
}
.nav li{
    float: left;
    margin:0 18px;
    position: relative;
}
.nav li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 0%;
    height: 2px;
    background:#1274ad;
    opacity: 0;
    transition:all 0.4s ease-out;
}
.nav li:after{
    content:'';
    position: absolute;
    right:-18px;
    top:0;
    width: 1px;
    height: 35px;
    background:#e0e0e0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    padding:6px 16px 36px;
    line-height:1em;
}
.nav li:hover:before{
    opacity: 1;
    width: 100%;
    transition:all 0.4s;
}
.nav li:hover a{
    color: #1274ad;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:56px;
    left:0px;
    z-index: 999;
    background-color: #1274ad;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 1em;  
    padding:10px 0;
}
.nav li .b_nav a:hover{
    background:#15395e;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0067ac;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0067ac;
    text-align: center;
    position: absolute;
    left:0;
    top:60px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-pagination1{
    position: absolute;
    bottom:45px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9;

}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background:#999;
    border-radius: 0;
    opacity: 1;
    margin:0 14px;
    display: inline-block;
    position: relative;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active{
    background:#1274ad;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active:before{
    content:'';
    position: absolute;
    left:-4px;
    top:-4px;
    width: 22px;
    height: 22px;
    border:1px solid #1274ad;
}
@media(max-width: 1199px){
    .logo{
        width: 30%;
    }
    .nav{
        margin-top:15px;
    }
    .nav li{
        margin:0 10px;
    }
    .nav li a{
        padding: 6px 12px 30px;
    }
    .nav li .b_nav{
        top:45px;
    }
    .nav li:after{
        right: -10px;
    }
}
@media(max-width: 768px){
    .logo{
        width: 25%;
    }
    .nav{
        margin-top:5px;
    }
    .nav li{
        margin:0 5px;
    }
    .nav li a{
        padding: 6px 10px 20px;
        font-size: 14px;
    }
    .nav li .b_nav{
        top:40px;
    }
    .nav li:after{
        right: -10px;
        height: 25px;
    }
    #swiper-container1 .swiper-pagination1{
        bottom:10px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 52%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    header{
        display: none;
    }
}


.index_main1{
    padding:40px 0 65px;
}
.index_title1{
    text-align: center;
    margin-bottom:30px;
}
.index_title1 h3{
    font-size:40px;
    color: #1274ad;
    line-height: 1.6em;
}
.index_title1 h3 span{
    font-weight: normal;
    color: #333;
    margin-left: 10px;
}
.index_title1 p{
    font-size:18px;
    color: #666;    
}
.index_about{
    position: relative;
}
.index_about_l{
    width: 55%;
    padding:15px 0 0 15px;
    position: relative;
    float: left;
}
.index_about_l:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 180px;
    height: 180px;
    background:#1274ad;
    z-index: -1;
}
#swiper-container2 .swiper-pagination2 {
    position: absolute;
    bottom: 18px;
    width: 100%;
    left: 0;
    text-align: right;
    z-index: 9;
    padding-right: 30px;
}
#swiper-container2 .swiper-pagination2 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background:#fff;
    border-radius: 0;
    opacity: 1;
    margin:0 10px;
    display: inline-block;
    position: relative;
}
#swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active{
    background:#1274ad;
}
#swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active:before{
    content:'';
    position: absolute;
    left:-4px;
    top:-4px;
    width: 22px;
    height: 22px;
    border:1px solid #1274ad;
}
.index_about_r{
    width: calc(45% - 20px);
    padding:58px 30px 60px 40px;
    position: relative;
    float: left;
    background:#fafafa;
    margin-top:15px;
    box-shadow: 5px 5px 15px #ccc;
}
.index_about_r h3{
    font-size:30px;
    color: #333;
    margin-bottom: 10px;
}
.index_about_r p{
    color: #808080;
    line-height: 36px;
    height: 140px;
    overflow: hidden;
}
.index_about_r a{
    display: block;
    width: 158px;
    height: 45px;
    line-height:45px;
    border:1px solid #1274ad;
    font-size:16px;
    color: #1274ad;
    text-align: center;
    border-radius: 25px;
    margin-top:80px;
    transition: all 0.5s ease-out;
}
.index_about_r a:hover{
    background:#1274ad;
    color: #fff;
    transition: all 0.5s;
}
.ycjs{
    position: absolute;
    right:0;
    bottom:15px;
    padding:25px 30px 35px;
    max-width: 270px;
    color: #fff;
    background:#1274ad;
}
.ycjs h4{
    font-size:24px;
    margin-bottom:8px;
}
.ycjs p{
    font-size:14px;
}


@media(max-width: 1440px){
    .index_about_r{
        padding: 30px 30px 80px;
    }
    .index_about_r h3{
        font-size:24px;
    }
    .index_title1 h3{
        font-size:34px;
    }

}
@media(max-width: 1024px){
    .index_main1{
        padding:40px 0;
    }
    .index_title1{
        margin-bottom:20px;
    }
    .index_title1 h3 {
        font-size: 32px;
        
    }
    .index_title1 p {
        font-size: 16px;
        
    }    
    .index_about_r{
        margin-top:15px;
        padding: 10px 20px 85px;
    }
    .index_about_r h3{
        margin-bottom: 5px;
    }
    .index_about_r p{
        line-height:30px;
    }
    .index_about_r a{
        width: 140px;
        margin-top: 30px;
    }
    .ycjs{
        padding: 10px 20px;
        bottom:0;
    }
    .ycjs h4{
        font-size:20px;
    }
}
@media(max-width: 768px){
    .index_main1 {
        padding: 30px 0;
    }
    .index_title1 h3 {
        font-size: 24px;
    }
    .index_title1 p {
        font-size: 14px;
    }    
    .index_about_l{
        width: 100%;
        float: none;
    }
    .index_about_r{
        width: 100%;
        float: none;
    }
}
@media(max-width: 767px){
    .index_main1 {
        padding: 20px 0;
    }   
    .index_about_r {
        margin-top: 5px;
        padding: 10px;
    }
    .index_about_r h3{
        font-size:20px;
    } 
    .index_about_r a {
        width: 120px;
        margin-top: 15px;
        font-size:14px;
        line-height:40px;
        height: 40px;
    }
    .ycjs{
        position: relative;
        width: 100%;
        max-width: 100%;
        padding:10px;
        margin-top:10px;
    }
    .index_title1 h3{
        font-size:20px;
    }
}

.index_main2{
    padding:60px 0 25px;
    background:url(../images/bg1.jpg) no-repeat left top;
    background-size: cover;
}
.index_main2 .index_title1 h3{
    color: #fff;
}
.index_main2 .index_title1 h3 span{
    color: #fff;
}
.index_main2 .index_title1 p{
    color: #fff;
}
.tab1li{
    text-align: center;
    margin-top:15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab1li li{
    float: left;
    display: inline-block;
    width: 25%;
    max-width: 198px;
    line-height: 60px;
    height: 60px;
    border-radius: 35px;
    border:1px solid #fff;
    margin:0 47px 25px;
}
.tab1li li a{
    display: block;
    color: #fff;
    padding:0 10px;
}
.tab1li li .img{
    width: 46px;
    height: 46px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    float: left;
    margin-top:7px;
    border-radius: 50%;
}
.tab1li li span{
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.tab1li li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-out;
}
.tab1li li:hover{
    background:#fff;
}
.tab1li li:hover a{
    color: #666;
}
.tab1li li:hover .img img{
    transition: all 0.5s;
    top:-46px;
}
.tab1li li.on{
    background:#fff;
}
.tab1li li.on a{
    color: #666;
}
.tab1li li.on .img img{
    transition: all 0.5s;
    top:-46px;
}
.tab1{
    padding:40px 0 25px;
    background:url(../images/bg2.jpg) no-repeat left top;
    display: none;
    background:;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
}
.product_list li:nth-child(4n){
    margin-right: 0%;
}
.product_list li a{
    display: block;
}
.product_list li .img{
    padding:10px;
    border:1px solid #e0e0e0;
    overflow: hidden;
}
.product_list li .img img{
    transition: all 0.6s ease-out;
}
.product_list li h3{
    font-size:16px;
    color: #3c3c3c;
    font-weight: normal;
    text-align: center;
    padding-top:12px;
}

.product_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product_list li:hover h3{
    color: #1274ad;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .index_main2{
        padding: 40px 0 25px;
    }
    .tab1li li{
        margin: 0 10px 15px;
    }
}
@media(max-width: 768px){
    .index_main2{
        padding: 30px 0 25px;
    }    
    .tab1li li{
        height: 54px;
        line-height:54px;
    }
    .tab1li li .img{
        margin-top:4px;
    }
    .tab1{
        padding:25px 0;
    }
    .tab1li li{
        width: 33.333%
    }
    .product_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 0%;
    }
    .product_list li h3{
        padding-top:5px;
    }
}
@media(max-width: 767px){
    .index_main2{
        padding: 20px 0;
    }  
    .tab1{
        padding:20px 0;
    }  
    .product_list li{
        width: 49%;
        margin-bottom: 10px;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .tab1li{
        margin-top:0;
    }
    .tab1li li{
        width: 45%;
        margin:5px;
    }
    .tab1li li span{
        margin-left:6px;
    }
}


.index_main3{
    background:url(../images/bg3.jpg) no-repeat;
    background-size: cover;
    padding:60px 0 0;
    min-height: 623px;
}

.index_main3 .container{
    max-width: 1200px;
}
.index_title2{
    color: #fff;
    text-align: center;
    padding:22px 0 20px;
    background:url(../images/line1.png) no-repeat top center;
    margin:0px 0 50px;
}
.index_title2 h3{
    font-size:40px;
    font-weight: normal;
    line-height:1em;
    padding-bottom: 16px;
}
.index_title2 p{
    font-size:18px;
    line-height:1em;
}
.index_main3 ul{ position:relative; height:335px; overflow:hidden;}
.index_main3 li{ width:130px; height:112px; overflow:hidden;}
.index_main3 li a{ display:block; width:100%; height:100%;}
.index_main3 .li1{ position:absolute; top:95px; left:0;}
.index_main3 .li1 a{ background:url(../images/coop1.png) no-repeat;}
.index_main3 .li2{ position:absolute; top:35px; left:106px;}
.index_main3 .li2 a{ background:url(../images/coop2.png) no-repeat;}
.index_main3 .li3{ position:absolute; top:155px; left:106px;}
.index_main3 .li3 a{ background:url(../images/coop3.png) no-repeat;}
.index_main3 .li4{ position:absolute; top:78px; left:211px; width:170px; height:147px;}
.index_main3 .li4 a{ background:url(../images/coop4.png) no-repeat;}
.index_main3 .li5{ position:absolute; top:0; left:346px; width:170px; height:147px;}
.index_main3 .li5 a{ background:url(../images/coop5.png) no-repeat;}
.index_main3 .li6{ position:absolute; top:155px; left:346px; width:170px; height:147px;}
.index_main3 .li6 a{ background:url(../images/coop6.png) no-repeat;}
.index_main3 .li7{ position:absolute; top:52px; left:483px; width:229px; height:198px;}
.index_main3 .li7 a{ background:url(../images/coop7.png) no-repeat;}
.index_main3 .li8{ position:absolute; top:0; left:678px; width:170px; height:147px;}
.index_main3 .li8 a{ background:url(../images/coop8.png) no-repeat;}
.index_main3 .li9{ position:absolute; top:155px; left:678px; width:170px; height:147px;}
.index_main3 .li9 a{ background:url(../images/coop9.png) no-repeat;}
.index_main3 .li10{ position:absolute; top:78px; left:815px; width:170px; height:147px;}
.index_main3 .li10 a{ background:url(../images/coop10.png) no-repeat;}
.index_main3 .li11{ position:absolute; top:35px; left:962px;}
.index_main3 .li11 a{ background:url(../images/coop11.png) no-repeat;}
.index_main3 .li12{ position:absolute; top:155px; left:962px;}
.index_main3 .li12 a{ background:url(../images/coop12.png) no-repeat;}
.index_main3 .li13{ position:absolute; top:95px; left:1069px;}
.index_main3 .li13 a{ background:url(../images/coop13.png) no-repeat;}
.index_main3 .li4 a:hover,.index_main3 .li5 a:hover,.index_main3 .li6 a:hover,.index_main3 .li8 a:hover,.index_main3 .li9 a:hover,.index_main3 .li10 a:hover{background-position:0 -147px;}
.index_main3 .li7 a:hover{background-position:0 -198px;}
.index_main3 li a:hover{ background-position:0 -112px;}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_main3{
        display: none;
    }
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    
}



.index_main4{
    padding:50px 0 65px;
}
.index_main4 .index_title1{
    margin-bottom: 50px;
}
.index_news{

}
.news_list1{
    width: 49%;
    float: left;
}
.news_list1 li{

}
.news_list1 li a{
    display: block;
}
.news_list1 li .img{
    overflow: hidden;
}
.news_list1 li .img img{
    transition: all 0.6s ease-out;
}
.news_list1 li h3{
    font-size:18px;
    color: #4d4d4d;
    padding:15px 0 5px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 li p{
    font-size:14px;
    color: #808080;
}
.news_list1 li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list1 li:hover h3{
    color: #1274ad;
}
.news_list2{
    width: 46%;
    float: right;
}
.news_list2 li{
    padding:50px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.news_list2 li a{
    display: block;
}
.news_list2 li .date{
    width: ;
    float: left;
    text-align: center;
}
.news_list2 li .date em{
    display: block;
    font-style: normal;
    font-size:50px;
    color: #1274ad;
    font-family: 'impact';
    line-height: 1em;
}
.news_list2 li .date span{
    display: block;
    font-size:16px;
    color: #1274ad;
}
.news_list2 li .text{
    width: 85%;
    float: right;    
}
.news_list2 li .text h3{
    font-size: 20px;
    color:#4c4c4c;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li .text p{
    font-size: 14px;
    color:#808080;
}
.news_list2 li:hover .text h3{
    color: #1274ad;
}
.news_list2 li:hover .text p{
    font-weight: bold;
}
@media(max-width: 1440px){
    .news_list2 li{
        padding: 45px 0 20px;
    }
}
@media(max-width: 1024px){
    .index_main4{
        padding:40px 0;
    }
    .index_main4 .index_title1 {
        margin-bottom: 30px;
    }
    .news_list2{
        width: 48%;
    }
    .news_list2 li {
        padding: 20px 0 20px;
    }
    .news_list2 li .date em{
        font-size:42px;
    }
    .news_list2 li .text{
        width: 82%;
    }
}
@media(max-width: 768px){
    .index_main4{
        padding:30px 0;
    }   
    .index_main4 .index_title1 {
        margin-bottom: 20px;
    } 
    .news_list1{
        width: 100%;
        float: none;

    }
    .news_list2{
        width: 100%;
        float: none;
        display: none;
    }
    .news_list2 li {
        padding: 15px 0;
    }
    .news_list2 li .text h3{
        font-size:16px;
    }
    .news_list2 li .date em {
        font-size: 32px;
    }
}
@media(max-width: 767px){
    .index_main4{
        padding:30px 0;
    }    
}

.footer{
    background:#404042;
    padding:90px 0;
}

.footer_l{
    float: left;
    width: 25%;
}
.f_logo{

}
.f_contact{

}
.f_contact h3{
    font-size:28px;
    color: #b2b2b2;
    font-weight: '黑体';
    padding:25px 0 5px;
}
.f_contact p{
    font-size:14px;
    color: #b2b2b2;
}
.footer_r{
    float: right;
    width: 75%;
}
.footer_r li{
    float: right;
    margin-left:12%;
}
.footer_r li h3{
    font-size:18px;
    color:#ccc;
    font-weight: normal;
    text-align:center;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer_r li a{
    font-size:14px;
    color: #999;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.footer_r li a:hover{
    color: #fff;
}
.copyright{
    background:#666666;
    font-size:14px;
    color: #b2b2b2;
    padding:5px 0;
}
.copyright a{
    font-size:14px;
    color: #b2b2b2;    
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1440px){
    .footer{
        padding:60px 0;
    }
    .f_contact h3{
        font-size:24px;
    }
    .footer_r li{
        margin-left:10%;
    }
}
@media(max-width: 1024px){
    .footer {
        padding: 40px 0;
    }   
    .f_contact h3{
        font-size:20px;
    } 
    .footer_r li {
        margin-left: 5%;
    }
    .f_logo img{
        max-width: 200px;
    }
}
@media(max-width: 768px){
    .footer{
        display: none;
    }
    .copyright{
        text-align:center;
    }
    .copyright_l{
        float: none;
    }
    .copyright_r{
        float: none;
    }
}
@media(max-width: 767px){
    
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}

/*------------内页-------------------*/
.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.site{
    padding:16px 0 12px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom:40px;
}
.site p{
    padding-left:10px;
    border-left: 10px solid #557d97;
    line-height:20px;
}
.n_contents {
    padding: 35px 0;
}

@media(max-width: 1440px){
    .n_contents {
        padding: 30px 0;
    }
    .site{
        margin-bottom:30px;
    }
    .n_contents {
        padding: 30px 0;
    }
}
@media(max-width: 1024px){
    .site{
        margin-bottom:20px;
        padding:10px 0;
    } 
}
@media(max-width: 768px){
    .n_contents {
        padding: 20px 0;
    } 
    .site{
        margin-bottom:15px;
    }
    .site p{
        line-height:15px;
    }
}
@media(max-width: 767px){
    
}


/*关于我们*/
.about_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0 40px 0;
}
.about_sort li a{
    display: block;
    width: 200px;
    line-height: 58px;
    font-size: 18px;
    color:#333;
    text-align: center;
    background: #f4f4f4;
    position: relative;
}
.about_sort li a:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom:0;
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
    opacity: 0
}
.about_sort li a:after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.about_sort li:last-child a:after{
    opacity: 0;
}
.about_sort li:hover a{
    color: #fff;
    background: #557d97;
}
.about_sort li:hover a:before{
    opacity: 1;
}
.about_sort li:hover a:after{
    opacity: 0;
}
.about_sort li.on a{
    color: #fff;
    background: #557d97;
}
.about_sort li.on a:before{
    opacity: 1;
}
.about_sort li.on a:after{
    opacity: 0;
}
.n_title1{
    text-align: center;
    margin-bottom: 40px;    
}
.n_title1 h3 {
    font-size: 28px;
    color: #4c4c4c;
}
.n_title1 p {
    font-size: 16px;
    color: #585858;
    line-height: 1em;
}
.n_about1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.n_about1_img{
    width: 43%;
}
.n_about1_text{
    width: 52%;
    margin-left: 5%;
}
.n_about1_text h3{
    font-size: 22px;
    color: #557d97;
    position: relative;
    margin-bottom: 30px;
    line-height: 1em;
    padding-bottom: 5px;
    padding-top: 10px;
}
.n_about1_text h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 82px;
    height: 1px;
    background: #808080;
}
.n_about1_text h3 span{
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    font-weight: normal;
}
.n_about1_text p{
    line-height: 1.8em;
}
.qywh{
    position: relative;
    margin: 40px auto 40px;
}
.qywh_text{
    position: absolute;
    width: 55%;
    top:16%;
    right:0;
    box-shadow: 0px 0px 10px #eee;
    box-sizing: border-box;
    padding:60px 80px;
    background: #fff;
}
.qywh_text p{
    font-size: 16px;
    color: #4c4c4c;
    padding-bottom: 30px;
}
.qywh_text p:nth-child(3){
    padding-bottom: 0;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
}
.smyj{
    text-align: center;
    background: url(../images/smyjbg.jpg) no-repeat center;
    padding:50px 0;
    color: #fff;
    margin:50px 0;
}
.smyj h2{
    font-weight: normal;
    font-size:32px;
    position: relative;
    line-height:1em;
    padding-bottom: 22px;
    margin-bottom:25px;
}
.smyj h2:after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-25px;
    width: 50px;
    height: 2px;
    background: #557d97;
}
.smyj p{
    font-size: 18px;
}
.about_list{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.about_list li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    border:1px solid #ccc;
    /*padding:10px;*/
}
.about_list li:nth-child(4n){
    margin-right:0;
}
.about_list li h3{
    font-weight: normal;
    font-size:16px;
    text-align: center;
}
.about_fzlc{
    padding-bottom: 50px;
}
.about_fzlc h2{
    font-size: 24px;
    color: #222;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.about_fzlc h2:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -20px;
    width: 40px;
    height: 5px;
    background: #0556a5;
}
.n_fzlc{
    position: relative;
}
.n_fzlc li {
    width: 50%;
    display: inline-block;
    height: 130px;
    box-sizing:content-box;
}
.n_fzlc li p:nth-child(1) {
    font-size: 30px;
    color: #363333;
    line-height: 1.2em;
}
.n_fzlc li p:nth-child(2) {
    font-size: 14px;
    color: #363333;
    padding-top: 10px;
}
.n_fzlc li:nth-child(odd){
/*    margin-bottom: 135px;*/
    position: relative;
    left: 16px;
    float: right;
    padding-left: 28px;
    background: url(../images/fz_line.png) no-repeat left top;
}
.n_fzlc li:nth-child(even) {
    float: left;
    /* margin-top: 135px; */
    position: relative;
    right: 18px;
    text-align: right;
    padding-right: 28px;
    background: url(../images/fz_line.png) no-repeat right top;
}
@media(max-width: 1440px){
    .about_list{
        padding:40px 0;
    }
    .n_title1 h3{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    .about_sort li a{
        margin-bottom: 5px;
        width: 160px;
    }
    .n_about1{
        margin-bottom: 30px;
    }    
    .n_about_title1{
        margin-bottom: 30px;
    }  
    .about_list{
        padding:30px 0;
    } 
}
@media(max-width: 768px){
    .about_sort{
        margin: 30px 0;
    }
    .about_sort li a{
        width: 160px;
    }
    .n_about_title1 h2{
        font-size: 24px;
    }
    .n_about1_text h3{
        margin-bottom: 15px;
    } 
    .qywh_text{
        padding: 30px 40px;
    }
    .smyj{
        padding:30px 0;
        margin:0;
    }
    .smyj h2{
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .smyj p{
        font-size: 16px;
    } 
    .about_list li{
        width: 32%;
    }
    .about_list li:nth-child(4n){
        margin-right:2%;
    } 
    .about_list li:nth-child(3n){
        margin-right:0;
    }
    .about_list{
        padding:20px 0;
    }  
    .n_title1 h3{
        font-size:20px;
    }
    .n_title1 p{
        font-size:14px;
    }
}
@media(max-width: 767px){
    .about_sort{
        margin: 15px 0;
    }
    .about_sort li a{
        width: 110px;
        font-size: 14px;
        line-height:40px;
    } 
    .n_about_title1 h2{
        font-size: 22px;
    }
    .n_about1_img {
        width: 100%;
        margin-bottom: 15px;
    }
    .n_about1_text {
        width: 100%;
        padding-left: 0;
    } 
    .qywh {
        margin: 20px auto 0px;
    }
    .qywh_text{
        position: relative;
        left: 0;
        width: 100%;
        top:0;
        padding:10px;
    }
    .qywh_text p{
        padding-bottom: 5px;
        font-size: 14px;
    }
    .qywh_text p:nth-child(3) {
        font-size: 16px;
    }
    .smyj{
        padding:20px 0;
    }
    .smyj h2{
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .smyj p{
        font-size: 14px;
    }  
    .about_list li{
        width: 49%;
    }
    .about_list li:nth-child(4n){
        margin-right:2%;
    } 
    .about_list li:nth-child(3n){
        margin-right:2%;
    }  
    .about_list li:nth-child(2n){
        margin-right:0%;
    } 
    .n_fzlc li{
        width:100%;
        float:none!important;
        box-sizing:border-box;
        left:0!important;
        height:85px;
        background: url(../images/fz_line.png) no-repeat left center!important;
    }
    .n_fzlc li:nth-child(even){
        text-align:left;
        padding-left: 28px;
        left:0;
        background: url(../images/fz_line.png) no-repeat left center;
    }
    .n_fzlc li p:nth-child(2){
        padding-top:0;
    }   
}



/*product*/
.product_sort{
    border-bottom: 1px solid #e5e5e5;
}
.product_sort li{
    float: left;
    margin-right: 30px
}
.product_sort li a{
    display: block;
    font-size:14px;
    color: #4c4c4c;
    padding:0 8px;
    line-height:60px;
    position: relative;
}
.product_sort li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 0%;
    height: 2px;
    background:#1274ad;
    transition: all 0.6s ease-out; 
}
.product_sort li:hover a:after{
    width: 100%;
    transition: all 0.6s;   
}
.product_sort li.on a:after{
    width: 100%;
    transition: all 0.6s;
}
.product_content{
    background:#f5f5f5;
    padding:60px 0;
}
/*.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    cursor: pointer;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    background:#fff;
}
.product_list li a.img img{
    transition: all 0.6s ease-out;
    display: block;
    padding:20px 10px;
    box-sizing: border-box;
}
.product_list li h3{
    display: block;
    padding:18px 0 35px;
    font-size: 16px;
    color:#4c4c4c;
    text-align: center;
    font-weight: normal;
    line-height:1em;
}
.product_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.product_list li:hover h3{
    color: #1274ad;
}*/
@media(max-width: 1440px){
    .product_sort li{
        margin-right: 25px;
    }
    .product_content{
        padding:50px 0;
    }
}
@media(max-width: 1199px){
    .product_sort li{
        margin-right: 10px;
    }
    .product_content{
        padding:40px 0;
    }
/*    .product_list li h3{
        padding:15px 0 25px;
    }*/
}
@media(max-width: 768px){
    .product_sort li {
        margin-right: 5px;
    }
    .product_content{
        padding:30px 0;
    }
/*    .product_list li{
        width: 32%;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 0;
    }*/
}
@media(max-width: 767px){
    .product_content{
        padding:20px 0;
    }
/*    .product_list li{
        width: 49%;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .product_list li a.img img{
        padding: 10px 10px;
    }
    .product_list li h3 {
        padding: 15px 0;
    }*/
    .product_sort li a{
        line-height:36px;
    }
}



.news_list{

}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:25px;
}
.news_list li a.img{
    display: block;
    overflow: hidden;
    width: 30%;
}
.news_list li a.img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    width: 70%;
    padding: 20px 70px 20px 50px;
}
.news_list li .text a{
    font-size: 24px;
    color:#4c4c4c;
    line-height:1.6em;
}
.news_list li .text p{
    font-size: 14px;
    color: #787878;
    padding: 15px 0 20px;
}
.news_list li .text .news_list_info{

}
.news_list li .text .news_list_info span{
    font-size: 14px;
    color: #999;
}
.news_list li .text .news_list_info span.s1{
    padding-left: 24px;
    background:url(../images/time.png) no-repeat left center;
    margin-right:30px;
}
.news_list li .text .news_list_info span.s2{
    padding-left: 34px;
    background:url(../images/times.png) no-repeat left center;
}
.news_list li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.news_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li:hover .text a{
    color: #1064a2;
}
.news_detail{
    background:#fff;
    padding:20px 50px 50px;
    box-sizing: border-box;
}
.news_detail a.back{
    display: block;
    width: 138px;
    height: 44px;
    background:url(../images/back.png) no-repeat center;
    border:1px solid #fff;
    border-radius: 3px;
}
.news_detail a.back:hover{
    border:1px solid #333;
}
.news_detail h1{
    font-size: 30px;
    color: #403c3b;
    text-align: center;
}
.news_detail .content{
    padding:1em 2%;
    border-bottom:1px dashed #dcdcdc;
    border-top:1px dashed #dcdcdc;
    box-sizing: border-box;
}
@media(max-width: 1440px){
    .news_list li .text p{
        padding: 20px 0 35px;
    }
    .news_detail h1{
        font-size: 26px;
    }
    .news_detail .content{
        padding:1em 1%;
    }
}
@media(max-width: 1199px){
/*    .n_title1{
        margin-bottom:30px;
    }
    .n_title1 h3{
        font-size: 24px;
    }*/
    .news_list li .text{
        padding: 10px 15px;
    }
    .news_list li .text a{
        font-size: 18px;
    }
    .news_list li .text p {
        padding: 10px 0 15px;
    }
    .news_detail{
        padding: 20px 15px;
    }
    .news_detail h1{
        font-size: 22px;
    }
    .news_detail a.back{
        width: 120px;
        margin-bottom:10px;
    }
}
@media(max-width: 768px){
/*    .n_title1 {
        margin-bottom: 20px;
    }
    .n_title1 h3{
        font-size: 20px;
    }
    .n_title1 p{
        font-size: 12px;
    }*/
    .news_list li .text a{
        height: 1.6em;
        overflow: hidden;
        display: block; 
        font-size: 16px;
    }
    .news_list li .text p{
        height: 4em;
        overflow: hidden;
        margin: 10px 0;
        padding: 0;
    }
    .news_detail h1 {
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .news_list li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list li .text{
        width: 100%;
        padding:10px;
    }
    .news_list li .text p {
        height: 4.8em;
        line-height: 1.6em;
    }
    .news_detail h1 {
        font-size: 18px;
        line-height:1.6em;
        margin-bottom:10px;
    }
    .news_detail .content {
        padding: 1em 0%;
    }
}


/*job*/
.id-info {
 padding: 2.25rem 0;
}
.id-info .info {
 height: 10rem;
}
.id-info .con {
 width: 50%;
 height: 100%;
 padding-right: 4rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.id-info .con h5 {
 color: #212d54;
 margin-bottom: 0.7rem;
 font-size:1rem;
 font-weight: 400;
}
.id-info .con p {
 color: #888;
 line-height: 1.8;
 font-size: 0.45rem;
}
.id-info .img {
 width: 50%;
 height: 100%;
}

.job_list{
    background-color: #f7f7f7;
    background-size: cover;  
    padding:2rem 0 1rem;
}
.job_list h4{
  font-weight: normal;
  font-size:26px;
  color: #212d54;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.job_list h4:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width: 45px;
  height: 1px;
  margin-left: -27.5px;
  background:#47443d;
}
.school-wrap {
 padding-bottom: 2.5rem;
}
.school-wrap .list-title {
 width: 100%;
 height: 2rem;
 line-height: 2rem;
 background: #fff;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid #f1f1f1;
}
.school-wrap .list-title div{
     font-size: 0.4rem;   
}
.school-wrap .list-title .name {
 width: 18%;
 padding-left: 0.8rem;

}
.school-wrap .list-title .local {
 width: 14.6%;

}
.school-wrap .list-title .num {
 width: 14.6%;
}
.school-wrap .list-title .detail {
 width: 14.6%;
}
.school-wrap .list li .list-title {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 height: 1.6rem;
 line-height: 1.6rem;
 color: #5d5d5d;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 2.5rem;
 color: #505050;
}
.school-wrap .list li .list-title .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-add.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}
.school-wrap .list li .sub-wrap {
 padding: 1.5rem 0.8rem;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 0.5rem;
 margin-bottom: 1rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7edf5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
 margin-bottom: 0.5rem;
 color: #333;
 font-size: 0.45rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #505050;
 margin-bottom: 0.2rem;
}
.school-wrap .list li .sub-wrap .sub-con:last-child {
 border-bottom: none;
}
.school-wrap .list li .sub-wrap .apply {
 width: 3.75rem;
 height: 1.25rem;
 line-height: 1.25rem;
 text-align: center;
 color: #fff;
 font-size: 0.4rem;
 background: #212d54;
}
.school-wrap .list li.cur .icon {
 color: #212d54;
}
.school-wrap .list li.cur .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-less.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}

.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.poa {
    position: absolute;
}
.por {
    position: relative;
}
.dib {
    display: inline-block;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 992px){
.id-info .info {
    height: auto;
}
    .id-info .con {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .id-info .img {
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }
}
@media(max-width: 768px){
   
}
@media(max-width: 767px){
  .id-info{
    padding:0.6rem 0;
  }
  .job_list{
    padding:0.6rem 0 0;
  }
  .job_list h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  } 
    .id-info .img {
        height: 5rem;
        margin-top: 0.5rem;
    }
    .id-info .con h5 {
        margin:0;
        margin-bottom: 0.4rem;
        font-size: 0.44rem;
        line-height:1em;
    }
    .id-info .con p {
        font-size: 0.28rem;
    }
    .school-wrap .list-title{
        height: 1.4rem;
        line-height: 1.4rem;
    } 
    .school-wrap .list-title div{
        font-size: 0.28rem;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        padding-left: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .school-wrap .list-title .local {
        width: 22%;
    }
    .school-wrap .list-title .num {
        width: 22%;
    } 
    .school-wrap .list li .list-title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .school-wrap .list li .list-title .icon {
        right: 0.2rem;
        top: 0.35rem;
    }
    .school-wrap .list li .sub-wrap {
        padding: 0.3rem 0.2rem;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .school-wrap .list li .sub-wrap .sub-con {
        padding-bottom: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 0.4rem;
        font-size: 0.32rem;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
}





/*contact*/
.contact1{
    padding: 60px 0 40px;
}
.contact1 p{
    font-size:30px;
    color: #060001;
}
.contact1 span{
    font-size:18px;
    color: #666;
}
.contact2{
    
}
.contact2 p{
    font-size:20px;
    color: #333;
    font-weight: bold;
}
.contact2 span{
    font-size:16px;
    color: #666;
}
.contact3{
    padding:30px 0 40px;
}
.contact3 p{
    font-size:16px;
    color: #868686;
}
.contact3 a{
    color: #1c73bd;
    text-decoration:underline;
}
.n_map{
    padding:40px 0 65px;
}


@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .contact1 {
        padding: 30px 0;
    }
    .contact1 p{
        font-size:24px;
    }
    .contact1 span{
        font-size:16px;
    }
    .contact3 {
        padding: 30px 0;
    }
    .n_map {
        padding: 30px 0;
    }

}
@media(max-width: 768px) {
    
}
@media(max-width: 767px) {
    .contact1 {
        padding: 20px 0;
    }
    .contact1 p{
        font-size:18px;
    }
    .contact1 span{
        font-size:14px;
    }
    .contact2 p{
        font-size:18px;
    }
    .contact2 span{
        font-size:14px;
    }
    .contact3 {
        padding: 20px 0;
    }
    .n_map {
        padding: 20px 0;
    }    
}




#foot_message{
    background: url(../images/message.jpg) no-repeat;
    background-size: cover;
}
.foot_message{
    padding:60px 0;
}
.foot_message_title{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 10px;
}
.mess_container2{
    width: 90%;
    margin:0 auto;
    position: relative;
}
.message1{

}
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    display:block;
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #1274ad;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:70px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1024px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 98%;
        padding: 0 1%;
    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
    .foot_message {
        padding: 30px 0;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 14px;
        padding-top: 0;
    }

}
@media(max-width: 640px){
    .n_logo a .text{
        display: none;
    }
    .n_map{
        margin-bottom: 20px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }
    .foot_message{
        padding:20px 0;
    }
    .foot_message_title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 0px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 10px 0;
    }
    .n_conatct_title h3 {
        font-size: 18px;
    }
    .n_map{
        margin-bottom: 0;
    }
    .n_map .text{
        position: relative;
        left: 0;
        top:0;
        padding:15px 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .n_map .text p{
        margin-top: 0;
    }
    .n_code{
        margin-top: 10px;
    }
    .n_map .n_map_ditu iframe{
        /*display: none;*/
        height: 250px;
    }
    .message1 .mess_btn input.msgbtn{
        margin:10px auto 0;
    }
}







h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
}
h3.tag{
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #4f4f4f;   
    padding-top:1em; 
}
.page a{
    font-size: 14px;
    color: #4f4f4f;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#1274ad;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #1274ad;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #1274ad;
    vertical-align: middle;
    border: 1px solid #1274ad; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    background:#1274ad;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}