﻿/*头部样式*/
.head{
    padding:20px 0;
    background:#fff;  
    box-shadow: 0px 0px 10px #ccc;
}
.head.fixed{

    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 99999;
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}
.logo{
    float: left;
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
}
.logo:after{
    content:'';
    position: absolute;
    top:10px;
    right:0;
    width: 1px;
    height: 42px;
    background:#ccc;
}
.head_tel{
    float: left;
}
.head_tel p{
    font-size: 18px;
    color: #2f318b;
    font-weight: 900;
    font-family: '微软雅黑';
    line-height: 1.2em;
}
.head_tel p:nth-child(1){
    font-size: 14px;
    color: #333;
    font-family: '微软雅黑';
    line-height:1.6em;
    font-weight: 400;
}
.nav{
    float: right;
}
.nav li{
    float: left;
    position: relative;
    margin-left: 40px;
}
.nav li:nth-child(1){
    margin-left: 40px;
}
.nav li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#2f318b;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.nav li:hover:before{
    width: 100%;
    opacity: 1;
    transition: all 0.6s;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    padding:0 3px;
    line-height:60px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:-50%;
    z-index: 999;
    background-color: #2f318b;
    width: 200%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 40px;  
}


.menu-button{
    display: none;
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #2f318b;
    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: #2f318b;
    text-align: center;
    position: absolute;
    left:0;
    top:58px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:10px 0;
}
.mobileNav li a{
    font-size: 16px;
    color: #fff;
}

#swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100vh;
}
#swiper-container1 .swiper-slide img{
    display: none;
}
#swiper-container1 .swiper-pagination1{
    text-align: center;
    position: absolute;
    bottom: 65px;
    z-index: 9999;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background:#f08519;
    opacity: 1;
    position: relative;
    display: inline-block;
    outline: none;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active{
    width: 9px;
    height: 9px;
    margin:0 10px;
    background:#fff;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active:after{
    content:'';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border:1px solid #fff;
    position: absolute;
    top:-4px;
    left:-4px;
}
@media(max-width: 1560px){

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

}
@media(max-width: 1199px){
    .container{
        width: 96%;
    }
    .head{
        padding:10px 0;
    }
    .logo{
        padding:0;
        margin:0;
    }
    .logo:after{
        display: none;
    }
    .head_tel{
        display: none;
    }
    #swiper-container1 .swiper-slide{
        background:none;
        height: 100%;
    }
    #swiper-container1 .swiper-slide img{
        display: block;
    }
    #swiper-container1 .swiper-pagination1{
        bottom:30px;
    }
}
@media(max-width: 768px){
    #swiper-container1 .swiper-slide {
        height: 100%;
        background:none!important;
    }
    #swiper-container1 .swiper-slide img{
        display: block;
    }
    .nav li a{
        font-size: 14px;
        line-height:40px;
    }
    .logo img{
        max-height: 40px;
    }
    .nav li:nth-child(1) {
        margin-left: 20px;
    }
    .nav li{
        margin-left:20px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
    }

    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #swiper-container1 .swiper-pagination1 {
        bottom: 10px;
    }
}

.index_main1{
    padding:50px 0 105px;
}
.index_title1{
    text-align:center;
    color: #333; 
    margin-bottom: 30px;
}
.index_title1 h3{
    font-size: 42px;
    font-weight: normal;
}
.index_title1 p{
    font-size: 16px;
       
}
.index_main1_content{
    display: flex;
    flex-wrap: wrap;
    background:url(../images/bg1.jpg) no-repeat bottom center;
}
.index_main1_content_l{
    background:url(../images/ab1.png) no-repeat top left;
    max-width: 300px;
    width: 22%;
    font-size: 14px;
    color: #333;
    text-align:right;
    padding:68px 45px 0 0;
    background-size: 100%;
}
.index_main1_content_l img{
    display: inline-block;
    margin-bottom:20px;
}
.index_main1_content_r{
    display: flex;
    flex-wrap: wrap; 
    width: 78%;   
}
.index_main1_content_r li{
    text-align:center;
    width: 33.333%;
    padding:55px 50px 75px;
    position: relative;
}
.index_main1_content_r li span{
    font-size: 16px;
    color: #333;
}
.index_main1_content_r li span em{
    font-style: normal;
    font-size: 60px;
    font-family: 'Impact';
    color: #f08519;
    line-height:1em;
    display: inline-block;
    margin-right:10px;
}
.index_main1_content_r li h3{
    font-size: 24px;
    color: #333;
/*    font-weight: normal;*/
    line-height:1.4em;
    padding:5px 0 10px;
}
.index_main1_content_r li p{
    font-size: 14px;
    color: #4c4c4c;
    line-height:1.8em;
}
.index_main1_content_r li a{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    bottom:5px;
    border:2px solid #ccc;
    line-height:36px;
    height: 40px;
    padding:0 30px 0 55px;
    background:url(../images/more1.png) no-repeat 15px center;
}
.index_main1_content_r li a:hover{
    background:url(../images/more1_h.png) no-repeat 15px center #2f318b;
    border:2px solid #2f318b;
    color: #fff;
}

@media(max-width: 1560px){
    .index_title1 h3{
        font-size: 32px;
    }
    .index_title1 p {
        font-size: 14px;
    }
    .index_main1_content_l{
        padding: 40px 20px 55px 0;
    }
    .index_main1_content_l img{
        max-width: 70%;
    }
    .index_main1_content_r li{
        padding: 35px 40px 60px;
    }
    .index_main1_content_r li span em{
        font-size: 48px;
    }
    .index_main1_content_r li h3{
        font-size: 18px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_main1 {
        padding: 50px 0;
    }
    .index_title1 h3 {
        font-size: 24px;
    }
    .index_main1_content_l{
        padding: 40px 20px 30px 0;
    }
    .index_main1_content_r li {
        padding: 20px 20px 50px;
    }
    .index_main1_content_r li span em {
        font-size: 36px;
    }
    .index_main1_content_r li h3 {
        font-size: 14px;
    }
    .index_main1_content_r li p{
        font-size: 12px;
    }

}
@media(max-width: 992px){
    .index_main1_content_l{
        display: none;
    } 
    .index_main1_content_r {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .index_main1_content_r li {
        padding: 0px 15px 20px;
    }
    .index_main1_content_r li span em {
        font-size: 32px;
    }
    .index_main1_content_r li a{
        position: relative;
        left: 0%;
        margin-left: 0px;
        bottom: 0px;
        border: 1px solid #ccc;
        line-height: 32px;
        height: 34px;
        padding: 0 10px 0 40px;
        background: url(../images/more1.png) no-repeat 10px center;
        margin:15px auto 0;
        width: 120px;
    }
}
@media(max-width: 768px){
    .index_main1{
        padding:30px 0;
    }
    .index_title1{
        margin-bottom:20px;
    }

    
}
@media(max-width: 767px){
    .index_main1 {
        padding: 20px 0 10px;
    }
    .index_title1 h3 {
        font-size: 20px;
        line-height:1.4em;
    }
    .index_title1 p {
        font-size: 12px;
    }
    .index_main1_content_r li{
        width: 100%;
        margin-bottom: 15px;
        border:1px solid #e5e5e5;
        padding:15px 10px;
    }
}



.index_main2{
    background:#ecedef;
    padding:60px 0;
}
.index_main2 .index_title1 {
    margin-bottom: 40px;
}
.index_product_list{
    display: flex;
    flex-wrap: wrap;
}
.index_product_list li{
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 5px;
}
.index_product_list li:nth-child(3n){
    margin-right: 0;
}
.index_product_list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.index_product_list li .img{
    overflow: hidden;
}
.index_product_list li .img img{
    transition: all 0.6s ease-out;
}
.index_product_list li h4{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    line-height:64px;
    height: 64px;
    font-size: 22px;
    color: #fff;
    text-align:center;
    background:rgba(47,49,139,.7);
    font-weight: normal;
    z-index: 9;
}
.index_product_list li .xs{
    display: none;
    position: absolute;
    background:rgba(47,49,139,.9);
    width: 100%;
    height: 100%;
    z-index: 9;
    top:0;
    left: 0;
    padding:10% 10% 0;
    color: #fff;
}
.index_product_list li .xs h3{
    font-size: 26px;
    font-weight: normal;
    line-height:1em;
    position: relative;
    padding-top:20px;
    margin-bottom: 15px;
}
.index_product_list li .xs h3:after{
    content:'';
    position: absolute;
    left:0;
    top:0px;
    width: 45px;
    height: 4px;
    background:#fff;
    z-index: 10;

}
.index_product_list li .xs p{
    font-size: 16px;
    line-height:1.6em;
}
.index_product_list li .xs span{
    margin-top: 55px;
    display: inline-block;
    width: 120px;
    line-height:25px;
    height: 27px;
    font-size: 14px;
    text-transform: uppercase;
    border:1px solid #f08519;
    text-align:center;
}
.index_product_list li .xs span img{
    margin-left: 12px;
    margin-top: -3px;
}
.index_product_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.index_product_list li:hover h4{
    display: none;
}
.index_product_list li:hover .xs{
    display: block;
}
a.more1{
    display: block;
    width: 180px;
    line-height:48px;
    height: 48px;
    background:#2f318b;
    text-align:center;
    font-size: 16px;
    color: #fff;
    margin:45px auto 0;
}
a.more1 img{
    margin-right: 12px;
}
a.more1:hover{
    opacity: 0.9;
}
@media(max-width: 1560px){
    .index_product_list li h4{
        line-height:50px;
        height:50px;
        font-size: 18px;
    }
    .index_product_list li .xs h3{
        font-size: 20px;
    }
    .index_product_list li .xs p{
        font-size: 14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_main2{
        padding:50px 0; 
    }
    .index_product_list li h4 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    a.more1 {
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin: 25px auto 0;
    }
}
@media(max-width: 768px){
    .index_main2 {
        padding: 30px 0;
    }
    .index_main2 .index_title1 {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .index_main2 {
        padding: 20px 0;
    }
    .index_main2 .index_title1 {
        margin-bottom: 20px;
    }
    .index_product_list li{
        width: 49%;
        margin-right: 2%;
    }
    .index_product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .index_product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .index_product_list li .xs{
        display:none!important;
    }
    a.more1 {
        width: 120px;
        margin: 15px auto 0;
    }
}



.index_main3{
    padding:45px 0 75px;
}
.ys_tab{
    display: flex;
    flex-wrap: wrap;
}
.tab1li{
    width: 13.5%;
}
.tab1li li{
    position: relative;
    text-align:center;
    background:#f0f0f0;
    padding:24px 0 20px;
    cursor: pointer;
}
.tab1li li:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background:#ccc;
    left:0;
    bottom:0;
}
.tab1li li:last-child:before{
    opacity: 0;
}
.tab1li li .img{
    width: 53px;
    height: 53px;
    overflow: hidden;
    margin:0 auto;
    position: relative;
}
.tab1li li .text{
    color: #4c4c4c;    
}
.tab1li li .text h3{
    font-size: 20px;
    padding:5px 0 0;
    line-height:1em;
}
.tab1li li .text p{
    text-transform: uppercase;
    font-size: 14px;
}

.tab1li li .tab1li_on{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-left: 20px;
    background:url(../images/tab1li_bg.png) no-repeat left center;
    width: 150%;
/*#2f318b*/
}
.tab1li li .tab1li_on .img{
    margin:0 20px 0 0;
}
.tab1li li .tab1li_on .img img{
    display: block;
    position: absolute;
    top:-52px;
    left:0;
}
.tab1li li .tab1li_on .text{
    color: #fff;    
}
.tab1li li .tab1li_on .text h3{
    font-size: 26px;
    padding:10px 0 3px;
    line-height:1em;
    text-align:left;
}
.tab1li li .tab1li_on .text p{
    text-transform: uppercase;
    font-size: 16px;
}
.tab1li li.cur{

}
.tab1li li.cur .tab1li_on{
    display: flex;
    align-items: center;
    transition: all 0.4s ease-out;
}
.tab1{
    display: none;
    width: 86.5%;
    position: relative;
}
.tab1 .text{
    width: 630px;
    height: 272px;
    padding:45px 55px 25px;
    background:rgba(47,49,139,.8);
    color: #fff;
    position: absolute;
    right:0;
    z-index: 9;
    top:50%;
    margin-top: -136px;
}
.tab1 .text h3{
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    padding:;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 18px;
}
.tab1 .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 68px;
    height: 3px;
    background:#fff;
}
.tab1 .text p{
    font-size: 16px;
    line-height:1.8em;
}
.tab1 .text a{
    font-size: 16px;
    color: #fff;
    margin-top:28px;
    border:2px solid #999;
    width: 144px;
    line-height: 34px;
    height: 38px;
    display: block;
    text-align:center;
}
.tab1 .text a img{
    margin-right: 10px;
    margin-top:-3px;
}
.tab1 .img{
    display: none;
}
@media(max-width: 1560px){
    .tab1li li{
        padding:15px 0;
    }
    .tab1li li .text h3{
        font-size: 18px;
    }
    .tab1li li .tab1li_on .text h3{
        font-size: 22px;
    }
    .tab1li li .tab1li_on .text p{
        font-size: 14px;
    }
    .tab1 .text{
        padding: 45px 40px 25px;
    }
    .tab1 .text h3{
        font-size: 24px;
    }
    .tab1 .text p{
        font-size: 14px;
    }
    .tab1 .text a {
        font-size: 14px;
        margin-top: 25px;
        width: 130px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_main3 {
        padding: 50px 0;
    }
    .tab1li li {
        padding: 10px 0;
    }
    .tab1li li .text h3 {
        font-size: 16px;
    }
    .tab1li li .text p{
        font-size: 12px;
    }
    .tab1li li .tab1li_on{
        width: 160%;
    }
    .tab1li li .tab1li_on .img {
        margin: 0 10px 0 0;
    }
    .tab1li li .tab1li_on .text h3 {
        font-size: 18px;
    }
    .tab1li li .tab1li_on .text p {
        font-size: 12px;
    }
}
@media(max-width: 768px){
    .index_main3 {
        padding: 30px 0;
    }
    .tab1li{
        width: 100%;
        display: flex;
    }
    .tab1li li{
        width: 25%;
    }
    .tab1{
        width: 100%;
        background:none!important;
    }
    .tab1 .img{
        display: block;
    }
    .tab1li li .tab1li_on {
        width: 100%;
        padding-left: 10px;
    }
    .tab1 .text {
        width: 600px;
        height: 240px;
        padding: 30px 20px ;
        margin-top: -120px;
    }
    .tab1 .text h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .tab1 .text h3:before{
        width: 30px;
        height: 2px;
    }
    .tab1 .text a {
        margin-top: 15px;
        width: 120px;
    }
}
@media(max-width: 767px){
    .index_main3 {
        padding: 20px 0;
    }
    .index_main3 .index_title1 {
        margin-bottom: 15px;
    }
    .index_main3 .index_title1 p{
        width: 96%;
        margin:0 auto;
    }
    .index_main3 .container{
        width: 100%;
    }
    .tab1li li:before{
        display: none;
    }
    .tab1li li.cur{
        background:#2f318b;
        
    }
    .tab1li li.cur .text{
        color: #fff;
    }
    .tab1li li.cur .tab1li_on{
        display: none;
    }
    .tab1li li.cur .img img{
        position: absolute;
        top:-52px;
        left: 0;
    }
    .tab1{
        overflow: hidden;
    }
    .tab1 .text{
        width: 100%;
        height: 100%;
        position: relative;
        top:0;
        left:0;
        margin:0;
        padding: 20px 10px;
    }
    .tab1 .text h3 {
        font-size: 18px;
    }
}



.index_main4{
    background:url(../images/about_bg1.jpg) no-repeat top center;
    background-size: cover;
    padding:45px 0 60px;
}
.index_main4 .index_title1{
    color: #fff;
    margin-bottom: 40px;
}
.index_about{
    display: flex;
    flex-wrap: wrap;
    padding:30px;
    border:1px dashed #666;
    position: relative;
}
.index_about:before{
    content:'';
    position: absolute;
    top:1px;
    left:1px;
    width: 16.5%;
    height: calc(100% - 2px);
    background:#f08519;
    z-index: 0;
}
.index_about .img{
    width: 46%;
    position: relative;
    z-index: 1;
}
.index_about .text{
    color: #fff;
    width: 54%;
    padding-left: 80px;
}
.index_about .text h3{
    font-size: 36px;
    font-weight: normal;
    line-height:1em;
    padding:25px 0 20px;
}
.index_about .text p{
    font-size: 16px;
/*    line-height:1.8em;*/
}
.index_about_aort{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.index_about_aort a{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 23.5%;
    margin-right: 2%;
    background:#ff962d;
    text-align:center;
    line-height:45px;
    border-radius: 5px;
    margin-top:15px;
}
.index_about_aort a:nth-child(4n){
    margin-right: 0;
}
.index_about_aort a:hover{
    background:#2f318b;
}
@media(max-width: 1560px){
    .index_about .text{
        padding-left: 50px;
    }
    .index_about .text h3{
        font-size: 24px;
        padding: 15px 0;
    }
    .index_about .text p{
        font-size: 14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_about{
        padding: 20px 10px 20px 20px;
    }
    .index_about .text {
        padding-left: 20px;
    }
    .index_about .text h3 {
        font-size: 20px;
        padding: 5px 0 10px;
    }
    .index_about_aort{
        margin-top:10px;
    }
    .index_about_aort a {
        font-size: 14px;
        line-height: 36px;
        margin-top: 10px;
    }
    
}
@media(max-width: 768px){
    .index_main4{
        padding:40px 0;
    }
    .index_main4 .index_title1 {
        margin-bottom: 20px;
    }
    .index_about{
        padding: 15px 10px;
    }
    .index_about:before{
        display: none;
    }
    .index_about .img {
        width: 100%;
        text-align:center;
        margin-bottom:15px;
    }
    .index_about .text {
        padding-left: 0px;
        width: 100%;
    }
    .index_about .text h3{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .index_main4{
        padding:20px 0;
    }
    .index_main4 .index_title1 {
        margin-bottom: 10px;
    }
    .index_about_aort a{
        line-height:32px;
    }
}


.index_main5{
    padding:70px 0 45px;
}
.index_main5 .index_title1{
    margin-bottom:45px;
}
.index_news{
/*    display: flex;
    flex-wrap: wrap;*/
}
.index_news_l{
    width: 68.5%;
    float: left;
}
.index_news_title{
    font-size: 22px;
    color: #333;
    margin-bottom:30px;
    height: 42px;
    padding-left: 44px;
}
.index_news_title span{
    line-height: 1.6em;
    display: block;
    font-weight: bold;
    float: left;
}
.index_news_title a{
    display: block;
    width: 69px;
    line-height: 25px;
    font-size: 14px;
    color: #919191;
    text-align:center;
    background:url(../images/more2.png) no-repeat center;
    float: right;
}
.index_news_l .index_news_title{
    background:url(../images/t_bg1.png) no-repeat left top;
}
.index_news_r .index_news_title{
    background:url(../images/t_bg2.png) no-repeat left top;
}
.index_news_l_content{
    display: flex;
    flex-wrap: wrap;
}
.news_list1{
    width: 47%;
    background:#f3f3f3;
}
.news_list1 li{

}
.news_list1 li .img{

}
.news_list1 li .text{
    padding:25px 25px 40px;
}
.news_list1 li .text h3{
    font-size: 20px;
    color: #333;
    line-height:1em;
    margin-bottom:15px;
}
.news_list1 li .text p{
    font-size: 14px;
}
.news_list1 li .text .i_date{
/*    display: flex;
    justify-content: space-between;*/
    margin-top:20px;
}
.news_list1 li .text .i_date a{
    display: block;
    width: 148px;
    line-height: 38px;
    height: 38px;
    background:#2f318b;
    font-size: 16px;
    color: #fff;
    text-align:center;
    float: left;
}
.news_list1 li .text .i_date a img{
    margin-right: 10px;
    margin-top:-3px;
}
.news_list1 li .text .i_date span{
    display: block;
    float: right;
    font-size: 18px;
    color: #b2b2b2;
}
.news_list2{
    width: 48%;
    margin-left:5%;
}
.news_list2 li{
    display: flex;
    padding:35px 0 25px;
    border-bottom: 1px solid #ccc;
}
.news_list2 li .i_date{
    width: 8%;
    font-size: 30px;
    font-family: 'Times New Roman';
    line-height: 1.2em;
    color: #333;
}
.news_list2 li a.img{
    display: none;
    max-width: 155px;
    width: 35%;
}
.news_list2 li .text{
    width: 92%;
    padding-left: 3%;
}
.news_list2 li .text h3 a{
    display: none;
    font-size: 18px;
    color: #333;
    line-height:1em;
    padding:5px 0 10px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li .text p{
    line-height:1.8em;
}
.news_list2 li:first-child{
    padding:0px 0 25px;
}
.news_list2 li:first-child a.img{
    display: block;
}
.news_list2 li:first-child .text{
    width: 55%;
}
.news_list2 li:first-child .text h3 a{
   display: block;
}
.news_list2 li:last-child{
    border:none;
/*    padding-bottom: 0;*/
}
.news_list2 li:hover{
    padding: 10px 0;
}
.news_list2 li:hover a.img{
    display: block;
}
.news_list2 li:hover .text{
    width: 55%;
}
.news_list2 li:hover .text h3 a{
   display: block;
}
.news_list2 li:hover .text p{
    line-height:1.8em;
}
.news_list2 li:first-child:hover{
    padding:0px 0 25px;
}
.index_news_r{
    width: 27%;
/*    margin-left: 4.5%;*/
    float: right;
}
.cjwt_img{
    margin-bottom: 30px;
}
.news_list3 li a{
    display: flex;
    padding:35px 0 25px;
    border-top:1px dashed #ccc;
}
.news_list3 li .i_date{
    width: 10%;
    font-size: 30px;
    font-family: 'Times New Roman';
    line-height: 1.4em;
    color: #333;
}
.news_list3 li p{
    width: 90%;
    padding-left: 3%;
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}
@media(max-width: 1560px){
    .index_news_title{
        font-size: 20px;
    }
    .news_list1 li .text h3{
        font-size: 18px;
    }
    .news_list2 li .text h3 a{
        font-size: 16px;
    }
    .news_list3 li p{
        font-size: 14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .news_list1 li .text {
        padding: 15px 10px 20px;
    }
    .news_list1 li .text h3 {
        font-size: 16px;
        margin-bottom:5px;
    }
    .news_list1 li .text .i_date a {
        width: 120px;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .news_list1 li .text .i_date span{
        font-size: 14px;
    }

    .news_list2 li:first-child {
        padding: 0px 0 10px;
    }
    .news_list2 li{
        padding: 15px 0 10px;
    }
    .news_list2 li .i_date{
        font-size: 24px;
    }
    .news_list3 li a{
        padding: 20px 0 15px;
    }
    .news_list3 li a .i_date{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .index_main5 {
        padding: 40px 0;
    }
    .index_news_l {
        width: 100%;
        float: none;
    }
    .index_main5 .index_title1 {
        margin-bottom: 30px;
    }
    .index_news_r{
        display: none;
    }
    .news_list2 li:last-child{
        display: none;
    }
}
@media(max-width: 767px){
    .index_main5 {
        padding: 20px 0;
    }
    .news_list1{
        width: 100%;
    }
    .news_list2{
        display: none;
    }
    .index_news_title {
        font-size: 18px;
    }
    .index_news_title span{
        margin-top: 2px;
    }
    .index_news_title a{
        margin-top:5px;
    }
}

.footer{
    background:#2f318b;
    padding:60px 0 10px;
}
.foot{
    display: flex;
    flex-wrap: wrap;
}
.f_nav{
    width: 70%;
    margin-right: 3%;
}
.f_nav li{
    float: left;
    width: 20%;
}
.f_nav li h3{
    font-size: 18px;
    color:#fff;
    font-weight: normal;
    line-height:1em;
    margin-bottom:15px;
}
.f_nav li a{
    font-size: 14px;
    color: #b2b2b2;
    display: block;
}
.f_contact{
    width: 27%;

}
.f_logo{

}
.f_code{
    padding:30px 0 15px;
    display: none;
}
.f_cont{
    font-size: 16px;
    color: #fff;   
    margin-top: 10px;
}
.copyright{
    font-size: 14px;
    color: #b2b2b2;
    margin-top:30px;
}
.copyright p{
    display: inline-block;
}
.copyright a{
    font-size: 14px;
    color: #b2b2b2;
}
.copyright a:last-child{
    margin-left: 55px;
}
@media(max-width: 1560px){

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

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

}
@media(max-width: 768px){
    .footer{
        display: 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
}
.sitemp {
    line-height:80px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}
.sitemp .site {
    float: left;
    background:url(../images/home.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
}
.sitemp .site a{
    font-size: 14px;
    color: #999;    
}
.sort{
    float: right;
}
.sort li{
    float: left;
    margin-left: 40px;
    position: relative;
}
.sort li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 2px;
    background:#2f318b;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.sort li a{
    font-size: 16px;
    color: #4c4c4c;
    display: block;
}
.sort li.on:before{
    transition: all 0.5s;
    width: 100%;
    opacity: 1;
}
.sort li.on a{
    color: #2f318b;
}

@media(max-width: 1560px){

}
@media(max-width: 1440px){
    .n_banner{
        width:100%;
        margin:0;
        left:0;
    }
}
@media(max-width: 1199px){

    .about_sitemp {
        line-height:60px;
    }
    .sitemp{
        line-height: 60px;
    }
    .about_sitemp .site{
        display: none;
    }
    .about_sitemp .sort{
        float: none;
    }
    .sort li{
        margin-left:20px;
    }
}
@media(max-width: 768px){
    .about_sitemp {
        line-height:46px;
    }
    .sitemp{
            line-height: 46px;
    }
    .sort li {
        margin-left: 10px;
    }
    .sort li a{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .about_sitemp {
        line-height:36px;
    }
    .sort li {
        margin-left: 8px;
    }
    .sitemp{
            line-height: 40px;
    }
    .sitemp .site{
        display: none;
    }
    .sort {
        float: none;
    }
}


#about1{
    background:url(../images/n_about_bg1.png) no-repeat top center;
    background-size: cover;
    padding:74px 0 70px;
}
.n_about1{

}
.n_title1{
    text-align:center;
}
.n_title1 h3{
    font-size: 32px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    margin-bottom:15px;
}
.n_title1 p{
    font-size: 20px;
    color: #999;
    line-height:1em;
    text-transform:uppercase;
}
.n_about1_cont{
    margin-top:45px;
    border:1px dashed #ccc;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding:45px 30px;
}
.n_about1_cont:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16.5%;
    height: calc(100% - 2px);
    background: #2f318b;
    z-index: 0;
}
.n_about1_img{
    position: relative;
    z-index: 1;
    width: 48%;
}
.n_about1_text{
    width: 52%;
    padding-left:50px;
}
.n_about1_text_title{
    padding-bottom: 38px;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
}
.n_about1_text_title p{
    font-size: 36px;
    color: #2f318b;
    font-weight: bold;
    line-height:1em;

}
.n_about1_text_title h3{
    font-size: 32px;
    color:#333;
    padding-left: 18px;
    line-height:1em;
    margin-top:20px;
    position: relative;
}
.n_about1_text_title h3:after{
    content: '';
    width: 2px;
    height: 50px;
    background:#2f318b;
    position: absolute;
    left:0;
    top:-5px;
}
.n_about1_text_intro{
    font-size: 14px;
    color: #4c4c4c;
}
#about2{
    padding:55px 0 65px;
}
.n_about2 .pc_img{
    margin-top:40px;
    text-align:center;
}
#about3{
    padding:60px 0 50px;
    background:url(../images/n_about_bg1.png) no-repeat top center;
    background-size: cover;
}
.n_about3 .pc_img{
    margin-top:40px;
    text-align:center;
    padding:30px 0;
    background:#fff;
    border-radius: 0px 0px 10px #ccc;
    border-radius: 5px;
}

@media(max-width: 1560px){
    .n_title1 h3{
        font-size: 26px;
    }
    .n_title1 p {
        font-size: 16px;
    }
    .n_about1_text_title {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .n_about1_text_title p{
        font-size: 26px;
    }
    .n_about1_text_title h3 {
        font-size: 24px;
        margin-top: 15px;
    }
    .n_about1_text_title h3:after {
        height: 30px;
        top: 0px;
    }
    .n_about1_text {
        padding-left: 30px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    #about1{
        padding:50px 0;
    }
    .n_title1 h3 {
        font-size: 22px;
    }
    .n_title1 p {
        font-size: 14px;
    }
    .n_about1_cont{
        margin-top: 45px;
        padding: 30px 20px;
    }
    .n_about1_text_title {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .n_about1_text_title p {
        font-size: 20px;
    }
    .n_about1_text_title h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .n_about1_text_title h3:after{
        height: 22px;
    }
}
@media(max-width: 768px){
    #about1 {
        padding: 40px 0;
    }
    .n_about1_cont {
        margin-top: 25px;
        padding: 20px 15px;
    }
    .n_about1_cont:before{
        display: none;
    }
    .n_about1_img{
        width: 100%;
        text-align:center;
        margin-bottom:15px;
    }
    .n_about1_text{
        width: 100%;
        padding-left: 0px;
    }
    .n_about1_text_title p {
        font-size: 18px;
    }
    .n_about1_text_title h3{
        font-size: 18px;
        padding-left: 12px;
    }
    #about2 {
        padding: 50px 0;
    }
    #about3 {
        padding: 50px 0 ;
    }
    .n_about3 .pc_img {
        margin-top: 30px;
        padding: 20px 0;
    }
}
@media(max-width: 767px){
    #about1 {
        padding: 20px 0;
    }
    .n_title1 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .n_about1_cont {
        margin-top: 15px;
        padding: 15px 10px;
    }
    .n_about1_text_title p {
        font-size: 16px;
    }
    .n_about1_text_title h3{
        font-size: 16px;
        padding-left: 10px;
    }
    .n_about1_text_title h3:after {
        height: 18px;
    }
    #about2 {
        padding: 20px 0;
    }
    #about3 {
        padding: 20px 0;
    }
    .n_about3 .pc_img {
        margin-top: 15px;
        padding: 15px 10px;
    }
}


#about4{
    background: #fff;
    padding: 70px 0 180px;
}
#about4 .swiper-box {
    background: url(../images/abmap.png) no-repeat center center;
    background-size: contain;
    position: relative;
}
#about4 .swiper-box:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #dcdcdc;
}
#about4 .swiper-box .swiper-container3 {
    width: 20%;
    background: #eef4fb;
    position: absolute;
    top: 340px;
    left: 40%;
    z-index: 10;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
#about4 .swiper-box .swiper-container3 .swiper-slide {
    height: 400px;
    padding: 20px;
}
#about4 .swiper-box .swiper-container3 .swiper-slide .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 58.8%;
    margin-bottom: 20px;
}
#about4 .swiper-box .swiper-container3 .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#about4 .swiper-box .swiper-container3 .swiper-slide .con-t {
    box-sizing: border-box;
    padding-left: 10px;
}
#about4 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
    color: #2f318b;
    margin-bottom: 10px;
    font-size: 20px;
    line-height:1em;
}
#about4 .swiper-box .swiper-container3 .swiper-slide .scroll-box {
    height: 100px;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container{
    line-height:1.8em;
}
#about4 .swiper-box .swiper-container3.cur {
    transform: scale(1);
}

#about4 .swiper-box .swiper-container2 {
    width: 100%;
    padding: 100px 0;
}
#about4 .swiper-box .swiper-container2 .swiper-slide {
    height: 400px;
    display: flex;
    flex-direction: column;
    -justify-content: center;
    align-items: center;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}
#about4 .swiper-box .swiper-container2 .swiper-slide:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #dcdcdc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 10px #f5f5f5;
}
#about4 .swiper-box .swiper-container2 .swiper-slide .t {
    font-size: 50px;
    color: #999;
    font-weight: bold;
}
.ztnum {
    font-family: "Arial" !important;
}
#about4 .swiper-box .swiper-container2 .swiper-slide .point {
    width: 1px;
    height: 1px;
    margin: 40px 0;
}
#about4 .swiper-box .swiper-container2 .swiper-slide .b {
    color: #7a7a7a;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    width: 90%;
}
#about4 .swiper-box .swiper-container2 .swiper-slide:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
}
#about4 .swiper-box .swiper-container2 .swiper-slide-active {
    flex-direction: column !important;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}
#about4 .swiper-box .swiper-container2 .swiper-slide-active .t {
    color: #2f318b;
}
#about4 .swiper-box .swiper-container2 .swiper-slide-active:after {
    background: #2f318b;
}
#about4 .swiper-box .swiper-container2 .swiper-slide.row {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 100px;
}
#about4 .swiper-box .swiper-container2 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../images/right1.png) no-repeat center center;
    background-size: contain;
    top: 90%;
    right: 7%;
}
#about4 .swiper-box .swiper-container2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left1.png) no-repeat center center;
    background-size: contain;
    top: 90%;
    left: 7%;
}
#about4 .swiper-box .swiper-container2  .swiper-slide-active .b{
    opacity: 0;
}

@media(max-width: 1560px){
    #about4 {
        padding: 60px 0 160px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide{
        height: 220px;
        padding-top:15px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .t{
        font-size: 36px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .point{
        margin:30px 0;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .b{
        font-size: 12px;
        line-height: 1.8em;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide.row{
        padding-bottom:10px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide-active{
        padding-top:15px!important;
    }
    #about4 .swiper-box .swiper-container3{
        top: 250px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide{
            height: 300px;
            padding: 20px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .con-t h3{
        font-size: 18px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .scroll-box {
        height: 80px;
        font-size: 12px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    #about4 {
        padding: 50px 0 100px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .t {
        font-size: 26px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide-active {
        padding-top: 36px!important;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide {
        padding-top: 36px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide.row {
        padding-bottom: 65px;
        height: 280px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide{
        height: 260px;
        padding:10px;
    }
}
@media(max-width: 768px){
    #about4 {
        padding: 40px 0;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .point {
        margin: 25px 0;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide{
        height: 220px;
        padding:10px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .img{
        margin-bottom:10px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
        font-size: 16px;
        margin-bottom:5px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .con-t{
        padding-left: 5px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide {
        padding-top: 70px;
        height: 280px;
    }
}
@media(max-width: 767px){
    #about4 {
        padding: 20px 0;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .img{
        margin-bottom:5px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
        font-size: 14px;
        margin-bottom:2px;
    }
    #about4 .swiper-box .swiper-container3 .swiper-slide .con-t{
        padding-left: 0px;
    }
    #about4 .swiper-box .swiper-container3{
        display: none;
    }
    #about4 .swiper-box .swiper-container2{
        padding:20px 0;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide{
        height: 100%;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide-active {
        padding-top: 0px!important;
        height: 100%;
        position: relative;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .point {
        margin: 10px 0;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide .b{
        opacity: 1;
        margin-top:5px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide.row {
        padding-bottom: 20px;
        height: 100%;
    }
    #about4 .swiper-box .swiper-container2 .swiper-button-prev {
        width: 35px;
        height: 35px;
        top: 85%;
    }
    #about4 .swiper-box .swiper-container2 .swiper-button-next {
        width: 35px;
        height: 35px;
        top: 85%;
    }
    #about4 .swiper-box:before {
        height: 2px;
        top: 71.3%;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide:before {
        top: 60px;
    }
    #about4 .swiper-box .swiper-container2 .swiper-slide:after {
        top: 60px;
    }
}



.gshj{
    padding:45px 0;
}
.gshj_list{
    display: flex;
    flex-wrap: wrap;
}
.gshj_list li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom:30px;
    cursor: pointer;
}
.gshj_list li:nth-child(3n){
    margin-right:0;
}
.gshj_list li .img{
    padding:12px;
    border:1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
}
.gshj_list li .img img{
    transition: all 0.6s ease-out;
}
.gshj_list li h3{
    font-size:20px;
    color: #4c4c4c;
    background:#f0f0f0;
    text-align:center;
    line-height:70px;
    height: 70px;
    font-weight: normal;
}
.gshj_list li:hover .img img{
    transform: scale(1.05);
    transition: all 0.6s;
}
.gshj_list li:hover h3{
    background:#2f318b;
    color: #fff;
}
.honor{
    padding: 100px 0 80px;
}
.honor-con{
    overflow: hidden;
    padding: 0px 25px;
}
.honor-div{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.honor-li{
    text-align: center;
}
.honor-li img{
    display: block;
    margin: 0px auto 40px;
}
.honor-zi{
    opacity: 0;
}
.honor-div .swiper-slide-active .honor-zi{
    opacity: 1;
}
.honor-zih{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.honor-zip{
    color: #333333;
    font-size: 16px;
}

.honor-div .swiper-button-next, .honor-div .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 15px;
    height: 26px;
    margin-top: 0;
    cursor: pointer;
    -moz-background-size: 15px 26px;
    -webkit-background-size:  15px 26px;
    background-size:  15px 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.honor-div .swiper-button-next, .honor-div .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/img13.png);
    right: 0px;
    left: auto;
}

.honor-div .swiper-button-next:hover, .honor-div .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../images/img14.png);
}

.honor-div .swiper-button-prev, .honor-div .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img11.png);
    left: 0;
    right: auto;
}

.honor-div .swiper-button-prev:hover, .honor-div .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../images/img12.png);
}

@media(max-width: 1560px){
    .gshj_list li{
        margin-bottom: 20px;
    }
    .gshj_list li h3{
        font-size: 18px;
        line-height: 60px;
        height: 60px;
    }
    .honor {
        padding: 50px 0;
    }
    .honor-zih{
        font-size: 18px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .gshj_list li h3{
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }    
}
@media(max-width: 768px){
    .gshj_list li{
        width: 49%;
        margin-bottom:15px;
    }
    .gshj_list li:nth-child(3n){
        margin-right:2%;
    }
    .gshj_list li:nth-child(2n){
        margin-right:0;
    }
    .gshj_list li h3{
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }  
    .honor {
        padding: 40px 0;
    }
    .honor-zih{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .honor {
        padding: 20px 0;
    }

}



.product_list{

}

@media(max-width: 1560px){

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

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

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

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

}



.news_list{
    display: flex;
    flex-wrap: wrap;
    padding:40px 0 70px;
}
.news_list li{
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    margin-bottom:30px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);    
}
.news_list li a{
    display: block;
    position: relative;
    z-index: 2;
}
.news_list li .img{
    overflow: hidden;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.news_list li .text{
    padding:20px 25px;
}
.news_list li .text h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.news_list li .text p{
    font-size:14px;
    color: #999;
    line-height:1.6em;
    padding:5px 0 15px;
}
.news_list li .text span{
    display: block;
    width: 92px;
    line-height:24px;
    height: 24px;
    background:#1e449e;
    text-align:center;
    font-size:14px;
    color: #fff;
}
.news_list li:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s ;
}
.news_detail{
    margin:90px auto 90px;
}
.news_detail h2{
    font-size:36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    text-align:center;
    margin-bottom:15px;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #666;
}
.info_title span{
    display: inline-block;
    margin:0 30px;
}
.news_detail .content{
    padding:40px 0 60px;
    font-size:16px;
}
a.back{
    display: block;
    width: 126px;
    line-height:36px;
    height: 36px;
    background:#1a4798;
    font-size:16px;
    color:#fff!important;
    text-align:center;
    border-radius: 25px;
    margin-top:10px;
}
@media(max-width: 1440px) {
    .news_detail {
        margin: 70px auto 70px;
    }
    .news_detail h2{
        font-size:32px;
    }    
}
@media(max-width: 1024px) {

    .news_list li{
        width: 32%;
        margin-right: 2%;
    }
    .news_list li .text {
        padding: 10px 15px;
    }
    .news_list li .text h3{
        font-size:16px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news_detail {
        margin: 50px auto 50px;
    }
    .news_detail h2{
        font-size:26px;
    }   
}
@media(max-width: 768px) {

    .news_list {
        padding-top: 20px;
    } 
    .news_list li .text p{
        font-size:14px;
    }
    .news_detail {
        margin: 30px auto 30px;
    }
    .news_detail h2{
        font-size:20px;
    }     
    .info_title span{
        margin:0 15px;
    }   
}
@media(max-width: 767px) {

    .news_list {
        padding-top: 10px;
    }
    .news_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    } 
    .news_detail {
        margin: 20px auto 20px;
    } 
    .info_title span {
        margin: 0 10px;
    }   
    .news_detail .content {
        padding: 20px 0;
        font-size: 14px;
    }   
}

/*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:0px 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: #2f318b;
    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;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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:#2f318b;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2f318b;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: #2f318b;
    vertical-align: middle;
    border: 1px solid #2f318b; 
    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: #2f318b;
    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:768px){
    .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: #163a84;
}

.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: #163a84;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

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

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

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

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