﻿﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 999999;
    background:#fff;
}
.head{
    padding:15px 0 10px;
    position: relative;
}
.container{
    width: 92%;
    max-width: 1356px;
    margin: 0 auto;
}
.logo{
    float: left;
}
.h_lang{
    float: right;
    height: 46px;
    position: relative;
}
.h_lang a{
    display: block;
    line-height:46px;
    font-size: 14px;
    color: #333;
}
.ss{
    float: right;
    padding: 0px 24px 0;
    cursor: pointer;
    line-height: 46px;
    height: 46px;
}
.search{
    width: 100%;
    display: none;
    position: absolute;
    left:0;
    top:55px;
    background:#f1f1f1;
    padding:15px 0;
}
.ss:hover .search{
    display: block;
}
#formsearch{
    width: 500px;
    margin:0 auto;
}
#keyword{
    float: left;
    width: 420px;
    background:#fff;
    line-height:40px;
    height: 40px;
    padding:0 10px; 
    border:none;
    outline: none;
}
#s_btn{
    float: right;
    width: 80px;
    background:#fff;
    line-height:40px;
    height: 40px;
    text-align:center;
    font-size: 16px;
    border:none;
    outline: none;
    cursor: pointer;
}

.heada{
    float: right;
    margin-left: 12px;
}
.heada a{
    display: block;
    font-size: 16px;
    color: #fff;
    background:#265dab;
    border-radius: 15px;
    width: 110px;
    line-height: 30px;
    height: 30px;
    text-align:center;
    margin-top:8px;
}
.heada a img{
    margin-right: 5px;
    position: relative;
    top:-2px;
}
.nav{
    float: right;
    display: flex;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 46px;
    padding:0 10px;
    margin:0 15px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #265dab;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 30px;  
}
.nav li:hover a{
    color:#265dab;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #265dab;
    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: #265dab;
    text-align: center;
    position: absolute;
    left:0;
    top:60px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {

}
.mobileNav li a{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 42px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}


#swiper-container1 .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
#swiper-container1 .swiper-pagination{
    left:0px;
    bottom:50px;
    /*width: 15px;*/
    /*height: 100%;*/
    text-align:center;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    z-index: 99;
}
#swiper-container1 .swiper-pagination span{
    width: 15px;
    height: 15px;
    background:#265dab;
    margin: 0 12px;
    outline: none;
    display: block;
    opacity: 0.3;
}
#swiper-container1 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#265dab;
    opacity: 1;
}
@media(max-width: 1440px){
    #swiper-container1 .swiper-pagination{
        bottom:40px;
    }
    #swiper-container1 .swiper-pagination span{
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .ss{
        display: none;
    }
    .heada{
        display: none;
    }
    #swiper-container1 .swiper-pagination{
        left:00px;
        bottom:30px;
    }
}
@media(max-width: 992px){
    .nav li a{
        font-size: 15px;
        margin: 0 10px;
    }
    #swiper-container1 .swiper-pagination{
        left:0px;
    }
}
@media(max-width: 768px){
    .nav li a{

        padding: 0 5px;
        margin: 0 5px;
    }
}
@media(max-width: 640px){
    header{
        position: relative;
    }
    .head {
        padding: 10px 0 ;
    }
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .h_lang{
        display: none;
    }
    #swiper-container1 .swiper-pagination{
        left:0%;
        bottom:20px;
    }
    #swiper-container1 .swiper-pagination span {
        width: 6px;
        height: 6px;
        margin: 0px 3px;
    }
}


.banner_ul{
    display: flex;
    flex-wrap: wrap;
}
.banner_ul li{
    width: 25%;
    position: relative;
    padding:60px 50px;
    color: #fff;
}
.banner_ul li .img{
    display: none;
}
.banner_ul li .img img{
    
}
.banner_ul li .text{

}
.banner_ul li .text h3{
    padding:0 0 0 25px;
    position: relative;
    font-weight: normal;
    font-size: 30px;
    line-height:1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner_ul li .text h3:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-6.5px;
    width: 13px;
    height: 13px;
    background:#70fbe9;
    border-radius: 50%;
}
.banner_ul li .text p{
    font-size: 18px;
    line-height:1.8em;
}
.banner_ul li:nth-child(1){
    animation-delay: 0.3s;
}
.banner_ul li:nth-child(2){
    animation-delay: 0.6s;
}
.banner_ul li:nth-child(3){
    animation-delay: 0.9s;
}
.banner_ul li:nth-child(4){
    animation-delay: 1.2s;
}
@media(max-width: 1600px){
    .banner_ul li .text h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner_ul li .text p{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    .banner_ul li {
        padding: 40px 30px;
    }     
}
@media(max-width: 1259px){
    .banner_ul li {
        padding: 30px 20px;
    }  
    .banner_ul li .text h3 {
        font-size: 20px;
    }
   .banner_ul li .text p{
    font-size: 15px;
   }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .banner_ul li {
        padding: 30px 15px;
        width: 50%;
    }    
}
@media(max-width: 640px){
    .banner_ul li {
        padding: 20px 15px;
        width: 100%;
    }    
}




.index_product{
    padding:60px 0 100px;
}
.title1{
    color:#222;
    font-size: 36px;
    font-weight: bold;
    text-align:center;
    text-transform: capitalize;
}

.p_sort1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:20px 0 40px;
}
.p_sort1 li{
    margin:0 15px;
    min-width: 110px;
    min-height: 50px;
}
.p_sort1 li a{
    font-size: 18px;
    color: #666666;
    display: block;
    position: relative;
    padding-left: 12px;
}
.p_sort1 li a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-1px;
    width: 6px;
    height: 2px;
    background:#666;
}
.p_sort1 li a:hover{
/*    font-size: 24px;*/
    color: #333333;
}
.p_sort1 li a:hover:before{
    background:#333;
}
#swiper-container2{

}
#swiper-container2 a{
    display: block;
    width: 100%;
    background:url(../images/p_bg1.png) no-repeat center;
    background-size: cover;
}
#swiper-container2 a .p_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;

}
#swiper-container2 a .p_num{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height:65px;
    padding-left: 30px;
}
#swiper-container2 a .p_more{
    width: 74px;
    background:url(../images/p_more1.png) no-repeat center;
    border-left:1px solid #e5e5e5;
}
#swiper-container2 a .cont{
    padding:65px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#swiper-container2 a .text{
    width: 40%;
}

#swiper-container2 a .text h3{
    font-size: 24px;
    color: #333;
    line-height:1.4em;
}
#swiper-container2 a .text h3 em{
    display: block;
    font-style: normal;
}
#swiper-container2 a .text span{
    display: block;
    width: 108px;
    height: 30px;
    line-height:30px;
    color: #fff;
    text-align:center;
    border-radius: 25px;
    background:#265dab;
    margin-top:70px;
}
#swiper-container2 a .img{
    width: 60%;
    text-align:center;
    overflow: hidden;
}
#swiper-container2 a .img img{
    transition: all 0.6s ease-out;
}
#swiper-container2 a .p_more:hover{
    background:url(../images/p_more2.png) no-repeat center #265dab;
    border-left:1px solid #265dab;
}
#swiper-container2 a .text span:hover{
    text-decoration: underline;
}
#swiper-container2 a:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
@media(max-width: 1600px){
    .index_product {
        padding: 60px 0 80px;
    }
    .title1{
        font-size: 30px;
    }
    .p_sort1 li {
        margin: 0 10px;
        min-width: 100px;
        min-height: 40px;
    }
    .p_sort1 li a{
        font-size: 16px;
    }
    #swiper-container2 a .p_num{
        font-size: 30px;
    }
    #swiper-container2 a .cont {
        padding: 50px 20px 10px;
    }
    #swiper-container2 a .text h3{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_product {
        padding: 60px 0;
    } 
    .title1 {
        font-size: 26px;
    } 
    .p_sort1{
            margin: 20px 0;
    } 
    .p_sort1 li{
        margin: 0 6px;
        min-width: 80px;
        min-height: 32px;
    }
    .p_sort1 li a {
        font-size: 16px;
    } 
    #swiper-container2 a .p_num{
        padding-left: 20px;
        font-size: 26px;
        line-height: 55px;
    }
    #swiper-container2 a .cont {
        padding: 30px 15px 10px;
    }
    #swiper-container2 a .text h3 {
        font-size: 16px;
    }
}
@media(max-width: 992px){
    .index_product {
        padding: 50px 0;
    }  
    .title1 {
        font-size: 24px;
    }    
}
@media(max-width: 768px){
    .index_product {
        padding: 40px 0;
    }  
    .p_sort1 {
        margin: 10px 0 20px;
    }
    .p_sort1 li a {
        font-size: 15px;
    }  
    #swiper-container2 a .text h3 {
        font-size: 16px;
    }
    #swiper-container2 a .text span {
        width: 90px;
        margin-top: 30px;
    }
    #swiper-container2 a .p_num {
        padding-left: 2%;
        font-size: 24px;
        line-height: 50px;
    }
}
@media(max-width: 640px){
    .index_product {
        padding: 30px 0;
    }
    .title1 {
        font-size: 20px;
    }   
    #swiper-container2 a .text h3 {
        font-size: 15px;
    }

}


.index_about{
    padding:70px 0 50px;
    background:url(../images/about_bg1.jpg) no-repeat center;
    background-size: cover;
}
h4.title2{
    font-size: 40px;
    color: #265dab;
    text-align:center;
    line-height:1.4em;
    margin-bottom: 40px;
}
.index_about_text{
    font-size: 18px;
    color: #666666;
    padding:0 100px;
    text-align:center;
}
#swiper-container3{
/*    display: flex;
    flex-wrap: wrap;*/
    margin:58px 0 28px;
}
#swiper-container3 .swiper-slide{
    overflow: hidden;
}
#swiper-container3 .swiper-slide img{
    transition: all 0.6s ease-out;
}
#swiper-container3 .swiper-slide:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
/*.index_about ul li{
    width: 23.5%;
    margin-right: 2%;
}
.index_about ul li:last-child{
    margin-right: 0;
}
.index_about ul li img{

}*/
.index_about_a{
    text-align:center;
}
.index_about_a a{
    font-size: 18px;
    color: #333333;
    text-decoration: underline;
}
@media(max-width: 1600px){
    .index_about {
        padding: 50px 0;
    }
    h4.title2{
        font-size: 34px;
        margin-bottom: 25px;
    }
    .index_about_text{
        font-size: 16px;
        padding:0 50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_about {
        padding: 40px 0;
    }    
    h4.title2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .index_about_text {
        font-size: 15px;
        padding:0 30px;
    }
    .index_about_a a{
        font-size: 16px;
    }
}
@media(max-width: 992px){
    h4.title2{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    h4.title2{
        font-size: 20px;
    } 
    .index_about_text{
        font-size: 14px;
        padding: 0 2%;
    }
    #swiper-container3 {
        margin: 28px 0 ;
    }
}
@media(max-width: 640px){
    .index_about {
        padding: 30px 0;
    }  
    h4.title2{
        font-size: 18px;
        margin-bottom: 15px;
    }  
    #swiper-container3 {
        margin: 20px 0 ;
    }
}



.index_news{
    padding:65px 0 90px;
}
h5.title3{
    font-size: 18px;
    color: #999999;
    line-height:1em;
    margin-bottom:40px;
    text-align:center;
    font-weight: normal;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 32%;
    margin-right: 2%;
}
.news_list1 li:last-child{
    margin-right: 0;
}
.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 .text{
    padding:15px 0 0;
}
.news_list1 li .text em{
    font-size: 14px;
    color: #999999;
    font-style: normal;
}
.news_list1 li .text h3{
    font-size: 18px;
    color: #265dab;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:15px;
}
.news_list1 li .text span{
    font-size: 16px;
    color: #265dab;
    text-decoration: underline;;
}
.news_list1 li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index_news {
        padding: 65px 0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_news {
        padding: 50px 0;
    }    
    h5.title3{
        font-size: 16px;
    }
    .news_list1 li .text h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .index_news {
        padding: 40px 0;
    } 
    h5.title3{
        font-size: 15px;
    }   
}
@media(max-width: 640px){
    .index_news {
        padding: 30px 0;
    } 
    h5.title3 {
        margin-bottom: 20px;
    }
    .news_list1 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    } 
    .news_list1 li .text h3 {
        font-size: 15px;
        margin-bottom: 0px;
    }  
    .news_list1 li .text span{
        font-size: 14px;
    }
}



.index_bottom{
    background:#f4f4f4;
    padding:45px 0 60px;
}
.index_bottom ul{
    display: flex;
    flex-wrap: wrap;
}
.index_bottom ul li{
    display: flex;
    width: 30%;
    padding:20px 60px;
    border-right: 1px solid #e5e5e5;
}
.index_bottom ul li:nth-child(1){
    width: 40%;
    padding-left: 0;
    animation-delay: 0.3s;
}
.index_bottom ul li:nth-child(2){
    animation-delay: 0.6s;
}
.index_bottom ul li:last-child{
    border:none;
    padding-right: 0;
    animation-delay: 0.9s;
}
.index_bottom ul li .img{
    
}
.index_bottom ul li .text{
    padding:0 0 0 20px;
}
.index_bottom ul li .text h3{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-transform: capitalize;
}
.index_bottom ul li .text p{
    font-size: 16px;
    color: #333333;
    line-height:1.6em;
    margin:10px 0 25px;
}
.index_bottom ul li .text p span{
    display: block;
    color: #013e9c;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial';
}
.index_bottom_a{

}
.index_bottom ul li .text a{
    font-size: 16px;
    color: #013e9c;
    padding-left: 45px;
    line-height:32px;
    float: right;
    background:url(../images/more1.png) no-repeat left center;
}

@media(max-width: 1600px){
    .index_bottom {
        padding: 45px 0;
    }
    .index_bottom ul li .text h3{
        font-size: 20px;
    }
    .index_bottom ul li .text p {
        font-size: 15px;
        margin: 5px 0 20px;
    }
}
@media(max-width: 1440px){
    .index_bottom ul li{
        padding: 20px 40px;
    }
}
@media(max-width: 1259px){
    .index_bottom {
        padding: 30px 0;
    }
    .index_bottom ul li{
        padding: 20px 30px;
    }    
}
@media(max-width: 992px){
    .index_bottom ul li{
        padding: 20px 20px;
    }  
    .index_bottom ul li .text h3 {
        font-size: 18px;
    }      
}
@media(max-width: 768px){
    .index_bottom ul li{
        padding: 15px 10px;
    } 
    .index_bottom ul li .text p {
        font-size: 14px;
        margin: 0px 0 10px;
    }    
}
@media(max-width: 640px){
    .index_bottom {
        padding: 10px 0 ;
    }   
    .index_bottom ul li{
        width: 100%;
        padding:15px 10px;
    } 
    .index_bottom ul li:nth-child(1) {
        width: 100%;
        padding-left: 10px;
    }
    .index_bottom ul li .text{
        width: calc(100% - 90px);
    }
    .index_bottom ul li .text h3 {
        font-size: 16px;
    }
    .index_bottom ul li .text a{
        font-size: 15px;
    }
}


.foot{
    background:url(../images/f_bg.jpg) no-repeat center;
    background-size: cover;
}
.foot1{
    padding:55px 0 85px;
    color: #fff;
}
.foot1 a{
    color: #fff;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    float: left;
}
.f_nav li{
    width: 20%;    
}
.f_nav li h3{
    font-size: 20px;
    margin-bottom:10px;
}
.f_nav li .f_nav_a{

}
.f_nav li .f_nav_a a{
    font-size: 15px;
    display: block;
    padding-left: 10px;
    position: relative;
    transition: all 0.5s ease-out;
}
.f_nav li .f_nav_a a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-left: -0.5px;
    height: 1px;
    width: 5px;
    background:#fff;
}
.f_nav li .f_nav_a a:hover{
    margin-left: 8px;
    transition: all 0.5s;
}
.f_nav li:last-child .f_nav_a2{
    margin-bottom:15px;
}
.f_contact{
    width: 22%;
    float: right;
}
.f_tel{
    text-align:right;
    margin-bottom:18px;
}
.f_tel p{
    font-size: 15px;
}
.f_tel p strong{
    font-size: 36px;
    font-family: "Arial";
    display: block;
    line-height:1.2em;
}
.f_code{
    font-size: 18px;
}
.f_code_cont{
    float: right;
    text-align:center;
}
.copyright{
    font-size: 15px;
    color: #ffffff;
    padding:20px 0;
    border-top:1px solid #4d5978;
}
.copyright a{
    font-size: 15px;
    color: #ffffff;   
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .f_nav li h3{
        font-size: 18px;
    }
    .f_tel p strong{
        font-size: 30px;
    }
}
@media(max-width: 1440px){
    .f_nav li .f_nav_a a{
        font-size:14px;
    }    
}
@media(max-width: 1259px){
    .foot1 {
        padding: 55px 0;
    }
    .f_nav li h3{
        font-size: 17px;
    }
    .f_tel p strong {
        font-size: 26px;
    }
}
@media(max-width: 992px){
/*    .f_tel{
        width: 100%;
        text-align:left;
    }*/
    .f_tel p strong {
        font-size: 24px;
    }  
/*    .f_nav{
        display: none;
    } */ 
}
@media(max-width: 768px){
    .foot1 {
        padding: 40px 0;
    }

    .f_nav li h3{
        font-size: 16px;
    }  
    .f_tel p strong {
        font-size: 22px;
    }  
    .copyright{
        text-align:center;
    }
    .copyright_l {
        float: none;
    }
    .copyright_r {
        float: none;
    }
}
@media(max-width: 640px){
    .foot1 {
        padding: 30px 0;
    }
    .f_contact {
        width: 100%;
        float: none;
    }
    .f_tel{
        text-align:center;
    }
    .f_tel p strong {
        font-size: 20px;
    } 
    .f_code_cont{
        float: none;
    } 
    .f_nav{
        display: none;
    }    
}

/*----- 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: 100%;
    margin: 0 auto;
    margin-top:60px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .text1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.sitemp {
    line-height: 70px;
    height: 71px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.sitemp .site {
    padding-left: 28px;
    background: url(../images/home.png) no-repeat left center;
    font-size: 16px;
    color: #999;
    float: left;
}
.sitemp .site a{
    font-size: 16px;
    color: #999;    
}
.sort{
    float: right;
    display: flex;
}
.sort li a{
    color: #666666;
    font-size: 18px;
    margin-right: 50px;
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
}
.sort li a:before{
    content:'';
    width:100%;
    height: 1px;
    background:#265dab;
    position: absolute;
    left:0;
    bottom:0;
    opacity: 0;
}
.sort li:last-child a{
    margin-right: 0;
}
.sort li a:hover{
    color: #265dab;
/*    font-size: 18px;*/
}
.sort li a:hover:before{
    opacity: 1;
}
.sort li.on a{
    color: #265dab;    
}
.sort li.on a:before{
    opacity: 1;
}
@media(max-width: 1600px){
    .sitemp {
        line-height: 60px;
        height: 61px;
    }
    .sort li a{
        font-size: 16px;
        margin-right: 40px;
    }
    .n_banner .text1{
        font-size: 32px;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .sort li a{
        margin-right: 30px;
    } 
    .n_banner .text1{
        font-size: 24px;
    }      
}
@media(max-width: 992px){
    .sitemp {
        line-height: 50px;
        height: 51px;
    }
    .sort li a{
        font-size: 15px;
        margin-right: 20px;
    }    
}
@media(max-width: 768px){
    .sitemp .site{
        display: none;
    }
    .sort {
        float: none;
    }
    .sort li a {
        margin-right: 10px;
    }
    .n_banner .text1{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .sitemp {
        line-height: 45px;
        height: 46px;
    }   
    .n_banner{
        margin-top:0;
    } 
    .n_banner .text1{
        font-size: 18px;
    }
}



/*about*/
#about1{
    padding: 55px 0 85px;
}
.n_title1{
    font-size: 40px;
    color:#333333;
    text-align:center;
    position: relative;
    padding-bottom: 10px;
}
.n_title1:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -23px;
    width: 46px;
    height: 4px;
    background:#265dab;
}
.about1_text{
    padding:25px 0 55px;
}
.about1_text p{
    font-size: 16px;
    color: #555;
    margin-top:10px;
    text-indent: 2em;
}
.about1_num{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about1_num li{
    width: 250px;
    padding:35px 10px;
    border:1px solid #e5e5e5;
    text-align:center;
    color: #265dab;
    margin-right: 70px;
}
.about1_num li:last-child{
    margin-right:0;
}
.about1_num li h3{
    font-size: 48px;
    line-height:1em;
}
.about1_num li p{
    font-size: 16px;
    margin-top:10px;
    line-height: 1.6em;
}
.about1_num li:hover{
    color: #fff;
    background:#265dab;
    border-color: #265dab;
}
#about2{
    padding: 70px 0 100px;
    background:#f2f2f2;
}
.about2_hj{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.about2_hj li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:15px;
}
.about2_hj li:nth-child(4n){
    margin-right: 0;
}
#about3{
    padding:85px 0 130px;
}
.about3_wh{
    display: flex;
    flex-wrap: wrap;   
    margin-top:60px; 
}
.about3_wh li{
    position: relative;
    overflow: hidden;
    width: 23.5%;
    margin-right:2%;
}
.about3_wh li:last-child{
    margin-right:0%;    
}
.about3_wh li .img{
    overflow: hidden;
}
.about3_wh li .img img{
    object-fit: cover;
    transition: all .4s ease;    
}
.about3_wh li .text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(31, 92, 203, .5);
    transition: all .6s ease;
    display: flex;
    align-items: center;    
}
.about3_wh li .text .cont{
    width: 100%;
    text-align: center;
}
.about3_wh li .text .img1{
    width: 100%;
    height: 70px;
    line-height: 70px;
}
.about3_wh li .text h3{
    font-size: 24px;
    color: #fff;
    margin-top: 32px;
    line-height:1em;    
}
.about3_wh li .text p{
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: all .4s ease;    
}
.about3_wh li:hover .text{
    background: rgba(31, 92, 203, 1);
}
.about3_wh li:hover .img img{
    transform: scale(1.04);
}
.about3_wh li:hover .text p{
    height: 16px;
    line-height:16px;
}
@media(max-width: 1600px){
    #about1 {
        padding: 55px 0;
    }
    .n_title1{
        font-size: 32px;
        padding-bottom: 5px;
    }
    .about1_text {
        padding: 20px 0 50px;
    }
    .about1_text p {
        font-size: 15px;
        margin-top: 5px;
    }    
    .about1_num li {
        padding: 30px 10px;
        margin-right: 50px;
    }
    .about1_num li h3 {
        font-size: 42px;
    }
    .about1_num li p {
        font-size: 16px;
        margin-top: 5px;
    }
    #about2 {
        padding: 70px 0;
    }
    .about2_hj {
        margin-top: 50px;
    }
    #about3 {
        padding: 85px 0;
    }
    .about3_wh li .text h3{
        margin-top:25px;
    }

}
@media(max-width: 1440px){
    .n_title1{
        font-size: 30px;
    } 
    .about3_wh{
        margin-top:50px;
    }   
}
@media(max-width: 1259px){
    #about1 {
        padding: 50px 0;
    }
    .n_title1{
        font-size: 26px;

    }    
    .n_title1:before {
        margin-left: -18px;
        width: 36px;
        height: 3px;
    }
    .about1_text p {
        font-size: 14px;
        margin-top: 0px;
    } 
    .about1_num li {
        padding: 20px 10px;
        margin-right: 30px;
    }
    .about1_num li h3 {
        font-size: 36px;
    } 
    #about2 {
        padding: 50px 0;
    }
    .about2_hj {
        margin-top: 40px;
    }
    #about3 {
        padding: 60px 0;
    }
    .about3_wh{
        margin-top:40px;
    }

}
@media(max-width: 992px){
    #about1 {
        padding: 40px 0;
    }    
    .about1_num li{
        width: 32%;
        margin-right: 2%;
    }
    .about1_num li h3 {
        font-size: 32px;
    }
    .about1_num li p {
        font-size: 15px;
    }
    #about3 {
        padding: 50px 0;
    }
    .about3_wh li .text .img1 img{
        height: 60px;
    }
    .about3_wh li .text h3 {
        margin-top: 10px;
        font-size: 18px;
    }
}
@media(max-width: 768px){
    .n_title1{
        font-size: 24px;
    }  
    .about1_text {
        padding: 20px 0 30px;
    } 
    #about2 {
        padding: 40px 0;
    } 
    .about2_hj {
        margin-top: 40px;
    }
    .about2_hj li{
        width: 32%;
        margin-right: 2%;
        margin-bottom:10px;
    }
    .about2_hj li:nth-child(3n){
        margin-right: 0;
    }
    #about3 {
        padding: 40px 0;
    }
    .about3_wh{
        margin-top:30px;
    }
    .about3_wh li .text p {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 20px 0 30px;
    }
    .n_title1{
        font-size: 20px;
    } 
    .about1_text {
        padding: 20px 0 15px;
    }  
    .about1_num li{
        padding: 15px 6px;
    }
    .about1_num li h3 {
        font-size: 24px;
    } 
    .about1_num li p {
        font-size: 14px;
        line-height: 1.6em;
    }
    #about2 {
        padding: 30px 0;
    } 
    .about2_hj {
        margin-top: 20px;
    }
    .about2_hj li{
        width: 49%;
        margin-bottom:5px;
    }
    .about2_hj li:nth-child(3n){
        margin-right: 2%;
    }
    .about2_hj li:nth-child(2n){
        margin-right: 0%;
    }
    #about3 {
        padding: 30px 0;
    }
    .about3_wh li {
        width: 49%;
        margin-bottom:5px;
    }
    .about3_wh li:nth-child(2n) {
        margin-right: 0;
    }
    .about3_wh li .text .img1 img{
        height: 50px;
    }
    .about3_wh li .text h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}



/*product*/
.p_container{
    padding:60px 0 140px;   
    background:#f7f7f7; 
}
.n_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:65px;
}
.n_sort li{
    margin-right: 25px;
}
.n_sort li a{
    display: block;
    font-size: 20px;
    color: #666;
    position: relative;
    padding-left:12px;
}
.n_sort li a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-0.5px;
    width: 5px;
    height: 1px;
    background:#666;
}
.n_sort li:hover a{
    color: #265dab;
}
.n_sort li:hover a:before{
    background: #265dab;
}
.n_sort li.on a{
    color: #265dab;
}
.n_sort li.on a:before{
    background:#265dab;
}
.n_container{
    max-width:1590px;
    width: 92%;
    margin:0 auto;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom:50px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a{
    display: flex;
    height: 100%;
    align-items: center;
    padding:25px 45px;
    background:#fff;
}
.product_list li a .img{
    width: 50%;
    text-align:center;
    overflow: hidden;
}
.product_list li a .img img{
    transition: all 0.6s ease-out;
}
.product_list li a .text{
    width: 50%;
    padding-left: 20px;
}
.product_list li a .text h3{
    font-size: 30px;
    color: #333;
    line-height:1.4em;
}
.product_list li a .text .p1{
    font-size: 20px;
    color: #999999;
    line-height:1.6em;
}
.product_list li a .text .p2{
    margin-top:50px;
    font-size: 16px;
    color: #999;
}
.product_list li a .text .p2 strong{
    font-weight: normal;
    color: #333;
}
.product_list li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product_list li a:hover .text h3{
    color: #265dab;
}
.pd1{

    padding:150px 0 60px;
    background:url(../images/p_bg2.png) no-repeat center bottom;
    background-size: cover;
}
.pd1 .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
}
.pd1 .img{
    width: 45%;
}
.pd1 .text{
    width: 50%;
    margin-left: 5%;
    padding:0 0 0 5%;
}
.pd1 .text h3{
    font-size: 48px;
    color: #333;
    line-height:1em;
}
.pd1 .text .p1{
    font-size: 24px;
    color: #999;
    margin-top: 10px;
}
.pd1 .text .p2{
    font-size: 18px;
    color: #999;
    margin:60px 0 80px;
}
.pd1 .text .p2 strong{
    font-weight: normal;
    color: #333;
}
.pd1 .text a{
    display: block;
    width: 210px;
    height: 58px;
    line-height:58px;
    background:#265dab;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    text-align:center;
}
#cptd{
    padding:95px 0 105px;
}
.cptd{
    font-size: 18px;
    color: #999;
    line-height:1.8em;
}
.p_title1{
    font-size:36px;
    color: #222;
    line-height:1em;
    margin-bottom:58px;
    padding-left: 26px;
    position: relative;
}
.p_title1:before{
    content:'';
    width: 8px;
    height: 36px;
    border-radius: 4px;
    background:#265dab;
    position: absolute;
    left: 0;
    top:50%;
    margin-top:-16px;
}
#cpcs{
    background:#f7f7f7;
    padding:108px 0 144px;
}
#cpcs .cpcs{
    display: flex;
    flex-wrap: wrap;
}
#cpcs .cpcs p{
    width: 50%;
    padding:20px 0;
    font-size: 18px;
    display: flex;
}
#cpcs .cpcs p strong{
    font-weight: normal;
    display: inline-block;
    padding:0 25px;
    width: 35%;
    color: #222;
}
#cpcs .cpcs p em{
    font-style: normal;
    color: #999;
    width: 65%;
}
#cpcs .cpcs p:nth-child(1),
#cpcs .cpcs p:nth-child(2),
#cpcs .cpcs p:nth-child(5),
#cpcs .cpcs p:nth-child(6),
#cpcs .cpcs p:nth-child(9),
#cpcs .cpcs p:nth-child(10),
#cpcs .cpcs p:nth-child(13),
#cpcs .cpcs p:nth-child(14),
#cpcs .cpcs p:nth-child(17),
#cpcs .cpcs p:nth-child(18){
    background:#ededed;
}
#cpcs .cpcs p:nth-child(3),
#cpcs .cpcs p:nth-child(4),
#cpcs .cpcs p:nth-child(7),
#cpcs .cpcs p:nth-child(8),
#cpcs .cpcs p:nth-child(11),
#cpcs .cpcs p:nth-child(12),
#cpcs .cpcs p:nth-child(15),
#cpcs .cpcs p:nth-child(16),
#cpcs .cpcs p:nth-child(19),
#cpcs .cpcs p:nth-child(20){
    background:#fff;
}
#cppj{
    padding:95px 0 130px;
}
.cppj{
    display: flex;
    flex-wrap: wrap;
}
.cppj p{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:20px;
}
.cppj p:nth-child(4n){
    margin-right: 0;
}
.cppj p strong{
    display: block;
    width: 100%;
    line-height:45px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align:center;
    background:#cccccc;
}
.cppj p:hover strong{
    background:#013e9c;
}
@media(max-width: 1600px){
    .p_container {
        padding: 60px 0 100px;
    }
    .n_sort{
        margin-bottom:50px;
    }
    .n_sort li a{
        font-size: 18px;
    }
    .product_list li {
        margin-bottom: 30px;
    }
    .product_list li a{
        padding: 20px 30px;
    }
    .product_list li a .text h3{
        font-size: 24px;
    }
    .product_list li a .text .p1{
        font-size: 16px;
    }
    .product_list li a .text .p2 {
        margin-top: 30px;
        font-size: 15px;
    }
    .pd1{
        padding:80px 0;
    }
    .pd1 .text {
        margin-left: 3%;
        padding: 0 0 0 3%;
    }
    .pd1 .text h3{
        font-size: 36px;
    }
    .pd1 .text .p1 {
        font-size: 20px;
    }
    .pd1 .text .p2 {
        font-size: 16px;
        margin: 30px 0 40px;
    }
    .pd1 .text a {
        width: 160px;
        height: 46px;
        line-height: 46px;
        border-radius: 25px;
        font-size: 20px;
    }
    #cptd {
        padding: 80px 0;
    }
    .p_title1{
        font-size: 30px;
        padding-left: 22px;
        margin-bottom: 40px;
    }
    .p_title1:before {
        width: 5px;
        height: 30px;
        margin-top: -12px;
    }
    .cptd{
        font-size: 16px;
    }
    #cpcs {
        padding: 80px 0;
    }
    #cpcs .cpcs p {
        padding: 12px 0;
        font-size: 16px;
    }
    #cpcs .cpcs p strong {
        padding: 0 20px;
    }
    #cppj {
        padding: 80px 0;
    }
}
@media(max-width: 1440px){
    .n_sort li a{
        font-size: 17px;
    }    
}
@media(max-width: 1259px){
    .p_container {
        padding: 60px 0 80px;
    }
    .n_container{
        width: 96%;
    }
    .n_sort{
        margin-bottom:40px;
    }
    .n_sort li a{
        font-size: 16px;
    }  
    .product_list li {
        margin-bottom: 20px;
    }
    .product_list li a{
        padding: 20px 15px;
    }
    .product_list li a .text h3{
        font-size: 20px;
    }
    .product_list li a .text .p1{
        font-size: 15px;
    }
    .product_list li a .text .p2 {
        margin-top: 20px;
        font-size: 14px;
    } 
    .pd1 {
        padding: 60px 0;
    }
    .pd1 .text {
        margin-left: 2%;
        padding: 0 0 0 2%;
    } 
    .pd1 .text h3 {
        font-size: 26px;
    }
    .pd1 .text .p1 {
        font-size: 16px;
        margin-top: 5px;
    }
    .pd1 .text .p2 {
        font-size: 15px;
        margin: 20px 0;
    }
    .pd1 .text a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }
    #cptd {
        padding: 50px 0;
    }
    .p_title1 {
        font-size: 24px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .p_title1:before {
        height: 24px;
        margin-top: -10px;
    }
    #cpcs {
        padding: 50px 0;
    }
    #cpcs .cpcs p strong {
        padding: 0 15px;
    }
    #cppj {
        padding: 50px 0;
    }
    .cppj p{
        margin-bottom:10px;
    }
    .cppj p strong {
        line-height: 40px;
        height: 40px;
        font-size: 15px;
    }


}
@media(max-width: 992px){
    .p_container {
        padding: 60px 0;
    }  
    .n_sort{
        margin-bottom:30px;
    } 
    .n_sort li {
        margin-right: 15px;
    } 
    .p_title1{
        font-size: 20px;
    }
    .pd1 {
        padding: 40px 0;
    }
    .pd1 .text h3 {
        font-size: 22px;
    }
    .pd1 .text .p1 {
        font-size: 15px;
        margin-top: 5px;
    }
    .pd1 .text .p2 {
        font-size: 15px;
        margin: 10px 0;
    }
    .pd1 .text a {
        width: 110px;
        height: 36px;
        line-height: 36px;
        border-radius: 25px;
        font-size: 15px;
    }

    #cpcs .cpcs p{
        font-size: 15px;
        width: 100%;
        background:#ededed!important;
    }
    #cpcs .cpcs p strong{
        padding: 0 10px;
        min-width: 200px;
    }
    #cpcs .cpcs p:nth-child(2n){
        background:#fff!important;
    }
    .cppj p {
        width: 32%;
    }
    .cppj p:nth-child(4n) {
        margin-right: 2%;
    }
    .cppj p:nth-child(3n) {
        margin-right: 0;
    }

}
@media(max-width: 768px){
    .p_container {
        padding: 40px 0;
    }  
    .product_list li{
        width: 100%;
        margin-right: 0;
    }   
}
@media(max-width: 640px){
    .p_container {
        padding: 30px 0;
    } 
    .n_sort li {
        margin-right: 10px;
    } 
    .product_list li {
        margin-bottom: 10px;
    }
    .product_list li a{
        flex-wrap: wrap;
    }
    .product_list li a .img {
        width: 100%;
    }
    .product_list li a .text {
        width: 100%;
        padding-left: 0px;
        margin-top:10px;
    }
    .product_list li a .text h3 {
        font-size: 17px;
    }
    .product_list li a .text .p1 {
        font-size: 14px;
    }
    .product_list li a .text .p2 {
        margin-top: 10px;
    }

}


/*news*/
.news_list{
    padding:50px 0;
}
.news_list li{
    margin-bottom:50px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_detail{
    padding:30px 0;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
}
@media(max-width: 1600px){
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    h1.title{
        font-size:18px;
    }     
}
@media(max-width: 640px){
    h1.title{
        font-size:16px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}



/*download*/
.download_list{
    display: flex;
    flex-wrap: wrap;
    padding:10px 0 50px;
}
.download_list li{
    width: 32%;
    margin-right:2%;
    margin-top:50px;
}
.download_list li:nth-child(3n){
    margin-right: 0;
}
.download_list li a{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #666666;
    padding:22px 0 22px 40px;
    background:url(../images/d_icon1.png) no-repeat left center;
    border-bottom: 1px solid #e5e5e5;
}
.download_list li a span{
    display: block;
    width: 90px;
    height: 30px;
    line-height:30px;
    background:#295cab;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    text-align:center;
}
@media(max-width: 1600px){
    .download_list {
        padding: 10px 0 30px;
    }
    .download_list li {
        margin-top: 40px;
    }
    .download_list li a{
        font-size: 16px;
        padding: 15px 0 15px 40px;
    }
    .download_list li a span{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .download_list li {
        margin-top: 30px;
    }    
}
@media(max-width: 992px){
    .download_list li {
        width: 49%;
        margin-top: 25px;
    } 
    .download_list li:nth-child(3n){
        margin-right: 2%;
    }  
    .download_list li:nth-child(2n){
        margin-right: 0;
    }  
}
@media(max-width: 768px){
    .download_list {
        padding: 10px 0 20px;
    }    
}
@media(max-width: 640px){
    .download_list li {
        width: 100%;
        margin-top: 15px;
    } 
    .download_list li:nth-child(2n){
        margin-right: 2%;
    }     
}

/*job*/
#job{
    padding:40px 0 150px;
    background:#f3f7fa;
}
#job1{
    margin-bottom:75px;
}
.job_content{
    background:#fff;
    box-shadow: 0px 5px 10px #ccc;
    margin-bottom: 60px;
}
.job_content h2{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    text-align:center;
    line-height:1em;
    padding:35px 0;
    border-bottom: 1px solid #e5e5e5;
}
.school-wrap {
/*    padding-bottom: 2.5rem;*/
}
.school-wrap .list-title {
    width: 100%;
    height: 74px;
    line-height: 74px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding:0 105px;
}
.school-wrap .list-title div{
    font-size: 16px;
    font-weight: normal;
}
.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: 56px;
 line-height: 56px;
 color: #808080;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 105px;
 color: #808080;
}
.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: 30px 105px;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 16px;
 margin-bottom: 1rem;
 font-weight:bold;
 text-align:left;
}
.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: 14px;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #808080;
 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: 120px;
 height: 46px;
 line-height: 46px;
 text-align: center;
 color: #fff;
 font-size: 16px;
 background: #265dab;
}
.school-wrap .list li.cur .icon {
 color: #265dab;
}
.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: 1600px){
    #job {
        padding: 40px 0 100px;
    }
    #job1 {
        margin-bottom: 40px;
    }
    .job_content {
        margin-bottom: 30px;
    }
    .school-wrap .list-title{
        padding:0 70px;
    } 
    .school-wrap .list li .sub-wrap {
        padding: 25px 70px;
    }
    .job_content h2{
        font-size: 26px;
    }
}
@media(max-width: 1024px){
    #job {
        padding: 40px 0;
    }
    #job1 {
        margin-bottom: 30px;
    }
    .job_content {
        margin-bottom: 20px;
    }
    .school-wrap .list-title{
        padding:0 50px;
    }   

}
@media(max-width: 992px){

    .job_content h2 {
        font-size: 22px;
        padding: 25px 0;
    }
}
@media(max-width: 768px){
    #job {
        padding: 30px 0;
    }
    #job1 {
        margin-bottom: 15px;
    }
    .job_content {
        margin-bottom: 15px;
    }
    .school-wrap .list-title{
        padding:0 30px;
    }     

}
@media(max-width: 640px){
    #job {
        padding: 30px 0 20px;
    }
    .job_content h2{
        padding:15px 0;
        font-size: 16px;
    }
    .school-wrap .list-title{
        height: 30px;
        line-height: 30px;
        padding:0 10px;
    } 
    .school-wrap .list-title div{
        font-size: 14px;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        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: 30px;
        line-height: 30px;
    }
    .school-wrap .list li .list-title .icon {
        right: 12px;
        top: 0.35rem;
    }

    .school-wrap .list li .sub-wrap {
        padding: 15px 10px;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 14px;
        margin-bottom: 0.4rem;
        padding:0 0 10px;
    }
    .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: 15px;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 14px;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}


/*contact*/
.n_map{
    margin-top:60px;
    position: relative;
    z-index: 1;
}
.n_container2{
    max-width: 980px;
    width: 96%;
    margin:0 auto;
}
.n_contact{
    background:#f7f7f7;
    padding-bottom: 65px;
}
#n_contact{
    padding:50px 80px 110px;
    background:#fff;
    position: relative;
    z-index: 9;
    max-width:500px;
    float: left;
    top:-150px;
}
#n_contact li{
    margin-top:25px;
    font-size: 16px;
    font-family: '微软雅黑';
}
#n_contact li p{
    color: #222;
    line-height:1.8em;
}
#n_contact li p strong{
    color: #333;
}
#foot_message{
    padding:45px 35px 95px;
    background:#295cab;
    position: relative;
    z-index: 10;
    max-width:500px;
    float: right;
    top:-55px;
    left:-35px;
}
.mess_title{
    color: #fff;
    text-align:right;
    margin-bottom:40px;
}
.mess_title h3{
    font-size: 36px;
    font-weight: normal;
    line-height:1em;
}
.mess_title p{
    font-size: 16px;
}
#foot_message ul{

}
#foot_message ul li{
    margin-bottom:10px;
}
#foot_message ul li input{
    width: 100%;
    line-height:46px;
    height: 46px;
    background:#fff;
    border:none;
    outline: none; 
    padding:0 12px;
    font-size: 16px;
}
#foot_message ul li textarea{
    width: 100%;  
    height: 170px; 
    border:none;
    outline: none; 
    padding:0 12px;
    line-height:42px;
    font-size: 16px;
    font-family: '微软雅黑';
}
.mess_btn{
    width: 120px;
    margin:0 auto;
}
.mess_btn input{
    display: block;
    width: 100%;
    height: 42px;
    line-height:42px;
    background:#fff;
    font-size: 16px;
    color: #333;
    text-align:center;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    #n_contact {
        padding: 30px 50px 70px;
        top:-80px;
    }
    #foot_message {
        padding: 30px 30px 60px;
        top: -35px;
        left: -25px;
    }
    .mess_title h3{
        font-size: 32px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_contact{
        padding:50px 0;
    }
    #n_contact {
        padding: 30px 20px;
        top:0px;
    }
    #foot_message {
        padding: 30px 20px;
        top: 0px;
        left: 0px;
    }    
}
@media(max-width: 992px){
    .n_contact{
        padding:40px 0;
    }
    #n_contact {
        padding: 20px 10px;
        width: 50%;
    }
    .c_logo img{
        max-height: 70px;
    }
    .mess_title {
        margin-bottom: 20px;
    }
    .mess_title h3 {
        font-size: 26px;
    }
    .mess_title p {
        font-size: 15px;
    }
    #n_contact li {
        margin-top: 15px;
        font-size: 15px;
    }
    #foot_message {
        padding: 20px 10px;
        width: 50%;
    }
    #foot_message ul li textarea{
        height: 120px;
    } 
    #foot_message ul li input {
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        font-size: 15px;
    }    
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    .n_map {
        margin-top: 0px;
        height: 250px;
        overflow: hidden;
    }
    .n_contact {
        padding: 30px 0;
    }
    .c_logo img{
        max-height: 60px;
    }
    #n_contact {
        width: 100%;
    }
    #foot_message {
        width: 100%;
        margin-top:15px;
    } 
    .mess_title{
        text-align:left;
        margin-bottom: 15px;
    } 
    .mess_title h3 {
        font-size: 22px;
    }
    .mess_title p {
        font-size: 14px;
    } 
    .mess_btn{
        width: 90px;
    }
    .mess_btn input {
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    } 
}


#contact1{
    background:#f8f8f9;
    padding:55px 0 80px;
}
#contact1 h1{
    font-size: 40px;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
}
.c_t1{
    font-size: 26px;
    color:#000000;
    font-weight: normal;
    border-bottom: 1px solid #000;
}
.lx_list{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.lx_list li{
    padding:35px 30px;
    background:#fff;
    width: 48%;
    margin-right: 4%;
    max-width: 500px;
}
.lx_list li:nth-child(2n){
    margin-right: 0;
}
.lx_list li p{
    font-size: 16px;
    color: #000000;
}
.lx_list li p strong{
    font-size: 22px;
    color: #00478d;
    font-weight: normal;
    margin-bottom:10px;
    display: block;
}

.yw_list{
    margin-top:32px;
    background:#ffffff;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
}
.yw_list li{
    font-size: 16px;
    color: #000000;
    position: relative;
    width: 33.333%;
    padding:0 50px;
}

.yw_list li:before{
    content:'';
    width: 1px;
    height:170px;
    background:#bdbdbd;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-85px;
}
.yw_list li:last-child:before{
    display: none;
}
.yw_list li img{
    display: inline-block;
    margin-top:15px;
}
.message{
    padding:50px 0 95px;
}
.message h2{
    font-size: 40px;
    color: #000000;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0%;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message ul li p{
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.message ul li p span{
    color: #ff0000;
}
.message ul li input{
    border:none;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    width: 100%;
}
.message ul li textarea{
    border:none;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
    font-family: "微软雅黑";
    line-height: 36px;
    width: 100%;
    height: 38px;
    padding:0;
}
.mess_btn input{
    display: block;
    width: 160px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background:#00478d;
    border:none;
    outline: none;
    text-align:center;
    cursor: pointer;
    margin:40px auto 0;
}
@media(max-width: 1600px){
    #contact1{
        padding:55px 0;
    }
    #contact1 h1{
        font-size: 32px;
    }
    .c_t1{
        font-size: 24px;
    }
    .lx_list li p strong {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .lx_list li p{
        font-size: 15px;
    }
    .yw_list{
        padding:20px 30px;
    }
    .yw_list li{
        padding:0 30px;
    }
    .message {
        padding: 50px 0;
    }
    .message h2{
        font-size: 32px;
    }
    .message ul li p{
        font-size: 16px;
    }
    .mess_btn input {
        line-height: 46px;
        font-size: 16px;
        margin: 30px auto 0;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #contact1 h1{
        font-size: 26px;
    } 
    .c_t1{
        font-size: 20px;
    }   
    .lx_list li p{
        font-size: 14px;
    }
    .lx_list li p strong {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .message h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .yw_list li{
        padding:0 20px;
    }
}
@media(max-width: 768px){
    #contact1 h1{
        font-size: 24px;
    }   
    .lx_list{
        margin-top:30px;
    } 
    .lx_list li{
        padding:25px 15px;
    }
    .yw_list{
        padding:15px 20px;
    }
    .message h2{
        font-size: 24px;
    }
}
@media(max-width: 640px){
    #contact1{
        padding:30px 0;
    }
    #contact1 h1{
        font-size: 22px;
    } 
    .c_t1{
        font-size: 18px;
    } 
    .lx_list li{
        width: 100%;
        margin-right: 0;
        padding:10px 15px;
    }  
    .lx_list li p strong {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .yw_list{
        padding:5px 15px;
    }
    .yw_list li{
        width: 100%;
        padding:10px 0;
    }
    .yw_list li:before{
        display: none;
    }
    .message {
        padding: 30px 0;
    }
    .message h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .message ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .message ul li p{
        font-size: 14px;
    }
    .mess_btn input {
        width: 120px;
        line-height: 36px;
        font-size: 15px;
        margin: 5px auto 0;
    }
}


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
    margin-top:30px;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.tag_total{
    font-size: 24px;
    margin-bottom:30px;
    
}
@media(max-width: 768px){
    .tag_total{
        font-size: 20px;
        margin-bottom:20px;
    }
    .page{
        margin-top:20px;
    }
}

.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:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;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: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    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: #265dab;
    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;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}