/*头部样式*/
header
/*,header:hover*/
{
    background:#fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999999;

}
.head{
    padding:0px 70px;
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.logo{
    float: left;
}
.logo img{
    max-width: 137px;
}
.logo .img2
/*,header:hover .logo .img2*/
{
    display: none;
}
/*header:hover .logo .img1{
    display: inline-block;
}*/
.head_r{
    display: flex;
}
.h_tel{
    margin-right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}
.ss{
    margin-right: 18px;
    cursor: pointer;
    position: relative;
}
.ss:hover .search{
    display: block;
}
.search{
    display: none;
    position: absolute;
    top: 28px;
    left: -115px;
    width: 150px;
    /*    background:#fff;*/
}
#formsearch{
    display: flex;
    border:1px solid #eee;
}
#keyword{
    width: 110px;
    border:none;
    outline: none;
    line-height: 36px;
    padding:0 12px;
}
#s_btn{
    width: 50px;
    border:none;
    outline: none;
    line-height: 36px;
    background:url(../images/ss2.png) no-repeat center #fff;
    cursor: pointer;
}
.language{
    padding-left: 28px;
    padding-right: 15px;
    position: relative;
    line-height: 90px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}
.language:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 20px;
    height: 100%;
    background:url(../images/language.gif) no-repeat center;
    background-size: 20px;
}
.language:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 11px;
    height: 100%;
    background:url(../images/down2.png) no-repeat center;
} 
.language:hover .language_a{
    display: block;
}
.language_a{
    position: absolute;
    top:90px;
    left:0;
    width: 100%;
    background:#fff;
    display: none;
    padding:10px 0;
}  
.language_a a{
    display: block;
    line-height: 2em;
    text-align: center;
    font-weight: normal;
} 
.ss{
    width: 50px;
    background:url(../images/ss2.png) no-repeat center;
}
.nav{
    display: flex;
}
.nav li{
    margin-right: 54px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li:nth-child(1),.nav li:nth-child(3),.nav li:nth-child(5),.nav li:nth-child(6),.nav li:nth-child(7){
    position: relative;
}
.nav li a{
    display: block;
    font-size: 17px;
    color: #222;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 90px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    width: 0%;
    height: 2px;
    background:#1669b2;
    position: absolute;
    left:50%;
    bottom:0;
    transition:all 0.5s ease-out;
}
.nav li:hover a.a1:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:90px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em; 
    font-weight: normal; 
}
.nav li .b_nav a:hover{
    color: #1669b2;
}
.nav li .b_nav2.case_sort{

    background:#fff;
}
.nav li .b_nav2 .wrap{
    max-width: 1010px;
    margin:50px auto 50px;
}
.nav li .b_nav2 a{
    line-height: 34px;
}
.nav li .b_nav2 a:hover{
    color: #fff;
    background:#1669b2;
}
.nav li .b_nav3{
    width: 150%;
    left:-25%;
    padding:10px 0;
}
.nav li .b_nav1{
/*    display: none;
    position: absolute;
    top:90px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;*/
    padding:50px 0;
/*    display: block;*/
}
.nav_p{
    display: flex;
    flex-wrap: wrap;
}
.nav li .nav_p dl{
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    margin-bottom:15px;
    padding:25px 70px;
    background:#f9fafc;
}
.nav li .nav_p dl:nth-child(3n){
    margin-right: 0;
}
.nav li .nav_p dl dt{
    width: calc(100% - 115px);
    text-align: left;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.nav li .nav_p dl dt a.a{
    font-size: 32px;
    color: #1a1a1a;
    display: block;
    line-height: 1;
    margin-bottom:20px;
    text-align: left;
    font-weight: bold;
}
.nav li .nav_p dl dt a.b{
    display: block;
    font-size:15px;
    color: #4c4c4c;
    position: relative;
    padding-left: 12px;
    text-align: left;
    font-weight: normal;
    font-family: "微软雅黑";
}
.nav li .nav_p dl dt a.b:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 5px;
    height: 1px;
    background:#4c4c4c;
}
.nav li .nav_p dl dt a.b:hover{
    color: #1669b2;
}
.nav li .nav_p dl dt a.b:hover:before{
    background:#1669b2;
}
.nav li .nav_p dl dd{
    width: 115px;
}

header.on{
    background:none;
/*    border-bottom: 1px solid transparent;*/
}
header.on .head{
    border-bottom: 1px solid transparent;
}
header.on .logo .img1{
    display: none;
}
header.on .logo .img2{
    display: inline-block;
}
header.on .nav li a{
    color: #fff;
}
header.on .h_tel{
    color: #fff;
}
header.on .ss{
    background:url(../images/ss.png) no-repeat center;
}
header.on .language{
    color: #fff;
}
header.on .language:before{
    background:url(../images/language_h.gif) no-repeat center;
    background-size: 20px;
}
header.on .language:after{
    background:url(../images/down.png) no-repeat center;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    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);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.wrap{
    width: 85%;
    max-width: 1500px;
    margin:0 auto;
}
#c-banner1 .swiper-slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/banner_bg.png);
}
#c-banner1,#c-banner1 .img1{
    height: 100vh;
    width: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    color: #fff;
}
.banner_text .wrap{
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.6s ease-out;
}
#c-banner1 .swiper-slide-active .banner_text .wrap{
    transform: translateX(0px);
    opacity: 1;    
}
.banner_text .p1{

}
.banner_text .p2{
    font-size:80px;
    line-height: 1;
    margin:40px 0 92px;
}
.banner_text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 42px;
    border-radius: 4px;
    border:1px solid rgba(255,255,255,.6);
    font-size:14px;
    color: #fff;
}
.banner_text a i{
    display: block;
    width: 17px;
    height: 17px;
    background:url(../images/more.png) no-repeat center;
    margin-left: 7px;
}
.banner_text a:hover{
    background:#1669b2;
    border:1px solid #1669b2;
}
#c-banner1 .swiper-pagination{
    width: 12px;
    height: 100%;
    left:70px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
#c-banner1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#fff;
    position: relative;
    margin:0 0 32px;
    opacity: 1;
}
#c-banner1 .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
}
#c-banner1 .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:-6px;
    top:-6px;
    width: 22px;
    height: 22px;
    border:1px solid #fff;
    border-radius: 50%;
}
#c-banner1 .swiper-pagination-bullet-active{

}
#c-banner1 .img2{
    display: none;
}
.m_banner{
    display: none;
}
@media(max-width: 1600px){
    .banner_text .p2{
        font-size:52px;
    }
    .banner_text a{
        width:150px;
    }
    .nav li{
        margin-right:35px;
    }
    .nav li .nav_p dl{
        padding: 20px 30px;
    }
    .nav li .nav_p dl dt a.a{
        font-size:22px;
    }
    .nav li .nav_p dl dt a.b{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right:20px;
    }   
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .banner_text .p2 {
        font-size: 42px;
        margin: 25px 0 50px;
    }
    .nav li .nav_p dl dt a.a{
        font-size:20px;
    }
    .h_tel{
        margin-right:10px;
    }
}
@media(max-width: 1130px){
    .h_tel{
        display:none;
    }
}
@media(max-width: 1199px){
    header .ss{
        display: none;
    }
    #c-banner1, #c-banner1 .img1{
        height:auto;
    }
    .nav li .nav_p dl dt a.a{
        font-size:16px;
    }
    .nav li .nav_p dl dt a.b{
        font-size:13px;
    }
}
@media(max-width: 1024px){
    .head{
        padding:0 5%;
    }
    .wrap{
        width:90%;
    } 
    .banner_text .p1 img{
        max-height:30px;
    }
    .banner_text .p2 {
        font-size: 32px;
        margin: 20px 0 35px;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav,.head_r{
        display: none;
    }
    .head{
        height:70px;
    }
    .banner_text a{
        width:140px;
    }
    .section_scroll{
        bottom:18px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    #c-banner1, #c-banner1 .img1{
        height:auto;
    }
    #c-banner1 .img1,#c-banner1 video{
        display:none;
    }
    #c-banner1 .img2{
        display:block;
    }
    .banner_text .p1 img {
        max-height: 25px;
    }
    .banner_text .p2 {
        font-size: 22px;
        margin: 15px 0 25px;
    }
    #c-banner1 .swiper-pagination{
        display:none;
    }
    /*.h70{*/
    /*    width:100%;*/
    /*    height:70px;*/
    /*}*/
.m_banner{
    display: block;
} 
.pc_banner{
    display: none;
}  
}




.index1{
    background:url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
    padding:110px 0 90px;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:44px;
    color: #1a1a1a;
    line-height: 1;
    font-family: Arial;
}
.index1_cont{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.index1_cont .img1{
    width: 50%;
    margin:0 auto;
}
.index1_list{
    width: 25%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.index1_list li{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    margin-bottom:65px;
}
.index1_list li .img2{
    width: 61px;
}
.index1_list li .text{
    width: calc(100% - 61px);
    padding-left: 20px;
}
.index1_list li .text h3{
    font-size:24px;
    color: #333333;
    line-height: 1;
    margin-bottom:12px;
}
.index1_list li .text p{
    font-size:14px;
    color: #808080;
    line-height: 1.5;
}
/*.index1_list1 li:nth-child(3),*/
.index1_list li:last-child{
    margin-bottom:0;
}
.index1_list1 li:nth-child(2),.index1_list1 li:nth-child(4),.index1_list1 li:nth-child(6){
    display: none;
    margin-bottom:0;
}
.index1_list2 li:nth-child(1),.index1_list2 li:nth-child(3),.index1_list2 li:nth-child(5){
    display: none;
    margin-bottom:0;
}
.index1_list3,.index1_list4{
    display: none;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:32px;
    }
    .index1_list li{
        margin-bottom:35px;
    }
    .index1_list li .text h3{
        font-size:20px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:70px 0;
    }
    .index1_list li{
        margin-bottom:20px;
    }
    .index1_list li .img2 {
        width: 50px;
    }
    .index1_list li .text{
        width: calc(100% - 50px);
        padding-left:15px;
    }
    .index1_list li .text h3{
        font-size:16px;
    }
    .index1_list li .text p{
        font-size:13px;
    }
}
@media(max-width: 1024px){
    .index_t1 h2{
        font-size:26px;
    }    
}
@media(max-width: 820px){
    .index1{
        padding:55px 0;
    }    
    .index1_cont{
        margin-top:30px;
    }
    .index1_cont .img1{
        width:80%;
        margin-bottom:20px;
    }
    .index1_list2{
        width:100%;
    }
    .index1_list li{
        margin-bottom:20px!important;
    }
    .index1_list li .text h3{
        margin-bottom:10px;
    }
    .index1_list2 li:nth-child(1), .index1_list2 li:nth-child(3), .index1_list2 li:nth-child(5){
        display:flex;
    }
    .index1_list1{
        display:none;
        /*width:100%;*/
        /*display:flex;*/
        /*flex-wrap:wrap;*/
        /*align-items:center;*/
    }
    /*.index1_list1 li{*/
    /*    width:50%;*/
    /*}*/
    /*.index1_list li .text h3{*/
    /*    margin-bottom:0;*/
    /*}*/
    /*.index1_list1 li p{*/
    /*    display:none;*/
    /*}*/
}
@media(max-width: 640px){
    .index1{
        padding:35px 0;
    }  
    .index_t1 h2{
        font-size:22px;
    }
    .index1_list1{
        /*display:none;*/
        width:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
    }
    .index1_list1 li{
        max-width:50%;
        align-items:center;
        display:none;
        margin-bottom:10px!important;
    }
    .index1_list li .img2{
        width:40px;
    }
    .index1_list li .text{
        width: calc(100% - 40px);
    }
    .index1_list li .text h3{
        margin-bottom:0;
    }
    .index1_list1 li p{
        display:none;
    }
    .index1_list1 li:nth-child(1),.index1_list1 li:nth-child(2){
        display:flex;
    }
    .index1_list2{
        display:none;
    }
    .index1_list3,.index1_list4{
        /*display:none;*/
        width:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
    }
    .index1_list3 li,.index1_list4 li{
        max-width:50%;
        align-items:center;
        margin-bottom:10px!important;
    }
    .index1_list3 li:nth-child(1),.index1_list3 li:nth-child(2),.index1_list3 li:nth-child(5),.index1_list3 li:nth-child(6){
        display:none;
    }
    .index1_list4 li:nth-child(1),.index1_list4 li:nth-child(2),.index1_list4 li:nth-child(3),.index1_list4 li:nth-child(4){
        display:none;
    }
}


.index2{
    padding:95px 0 85px;
}
.index2_top{
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
}
.index2_top .index_t1{
    text-align: left;
}

.sort2{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items: center;
    max-width: calc(100% - 180px);
}
.sort2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 42px;
    color: #fff;
    background:#1669b2;
    border-radius: 4px;  
    margin-right: 14px;  
}
.sort2 a:last-child{
    margin-right: 0;
}
.sort2 a i{
    margin-left: 26px;
    display: inline-block;
    width: 20px;
    height: 100%;
    background:url(../images/more.png) no-repeat center;
}
.index2_c{
    padding:0 70px;
    margin:58px 0 55px;
    display: flex;
    align-items: flex-end;
}
.index2_c dl{
    width: 20%;
    color: #fff;
    min-height: 725px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2% 70px 92px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.index2_c dl dt{
    line-height: 61px;
}
.index2_c dl dd h3{
    font-size:26px;
    line-height: 1;
    margin:30px 0 8px;
}
.index2_c dl dd p{
    opacity: 0;
    font-size:16px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index2_c dl dd a{
    margin:50px 0 0;
    opacity: 0
}
.index2_c dl.on{
    width: 40%;
}
.index2_c dl.on dd p,.index2_c dl.on dd a{
    opacity: 1;
}

a.more1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
    width: 170px;
    height: 42px;
    color: #fff;
    background:#1669b2;
    border-radius: 4px;
    margin:0 auto;
}
a.more1 i{
    margin-left: 26px;
    display: inline-block;
    width: 20px;
    height: 100%;
    background:url(../images/more.png) no-repeat center;
}
@media(max-width: 1600px){
    .sort2 a,a.more1{
        width:140px;
    }
    .sort2 a i,a.more1 i{
        margin-left:5px;
    }
    .index2_c dl{
        min-height:600px;
        padding: 2% 50px 60px;
    }
    .index2_c dl dd h3{
        font-size:22px;
    }
    .index2_c dl dd p{
        font-size:15px;
    }
}

@media(max-width: 1280px){
    .index2{
        padding:70px 0;
    }
    .sort2 a{
        width:120px;
    }    
}
@media(max-width: 1024px){
    .index2_top{
        flex-wrap:wrap;
    }
    .index2_top .index_t1{
        width:100%;
    }
    .sort2{
        width:100%;
        max-width:100%;
        margin-top:20px;
    }
    .index2_c{
        padding:0;
        margin:35px 0;
    }
    .index2_c dl {
        min-height: 600px;
        padding: 2% 30px 40px;
    }
    .index2_c dl dd a{
        margin:35px 0 0;
    }
}
@media(max-width: 820px){
    .index2{
        padding:55px 0;
    }  
    .index2_c dl {
        min-height: 450px;
        padding: 2% 20px 30px;
    }
}
@media(max-width: 767px){
    .index2{
        padding:35px 0;
    }  
    .sort2{
        flex-wrap:wrap;
    }
    .sort2 a {
        width: 100px;
        margin-bottom:5px;
    }
    .sort2 a i{
        margin-left: 10px;
    }
    .index2_c{
        flex-wrap:wrap;
    }
    .index2_c dl {
        width:100%;
        min-height: 300px;
        padding: 25px 20px;
    }
    .index2_c dl dt{
        line-height:45px;
    }
    .index2_c dl dt img{
        max-height:45px;
    }
    .index2_c dl dd h3 {
        font-size: 18px;
        margin: 20px 0 8px;
    }
    .index2_c dl dd p,.index2_c dl dd a{
        opacity:1;
    }
    .index2_c dl dd a {
        margin: 25px 0 0;
    }
    .index2_c dl.on{
        width:100%;
    }
}


.index3{
    padding:145px 0;
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3_txt{
    width: 50%;
    max-width: 575px;
}
.index3_txt h2{
    font-size:38px;
    color: #1a1a1a;
    line-height: 1.3;
}
.index3_txt h2 span{
    color: #1669b2;
}
.index3_txt .txt{
    font-size:18px;
    color: #666666;
    line-height: 1.6;
    margin:10px 0 30px;
}
a.more2{
    border:2px solid #1669b2;
    color: #1669b2;
    background:none;
    margin:0;
}
a.more2 i{
    background:url(../images/more1.png) no-repeat center;
}
a.more2:hover{
    color: #fff;
    background:#1669b2;
}
a.more2:hover i{
    background:url(../images/more.png) no-repeat center;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}
.num_list li{
/*    margin-right: 135px;*/
    width: 40%;
    margin-bottom:50px;
}
.num_list li:nth-child(4),.num_list li:nth-child(5),.num_list li:nth-child(6){
    margin-bottom:0px;
}
.num_list li:nth-child(3n){
    width: 20%;
}
.num_list li .p1{
   
}
.num_list li .p1 span{
    font-size:60px;
    color: #1a1a1a;
    line-height: 1;
    display: inline-block;
    font-family: "苹方"; 
    font-weight: bold;
}
.num_list li .p1 sup{
    line-height: 1;
    color: #333333;
    font-size:16px;
    position: relative;
    top:-28px;
}
.num_list li .p2{
    
}
.index3_logo{
    margin-top:105px;
    display: flex;
    flex-wrap: wrap;
}
.index3_logo li{
    width: 18.4%;
    margin-right: 2%;
}
.index3_logo li:nth-child(5n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .index3{
        padding:90px 0;
    }
    .index3_txt h2{
        font-size:28px;
    }
    .index3_txt .txt{
        font-size:15px;
    }
    .num_list li .p1 span{
        font-size:42px;
    }
    .num_list li .p1 sup{
        top:-20px;
    }
    .index3_logo{
        margin-top:80px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:70px 0;
    }
    .index3_txt h2 {
        font-size: 22px;
    }
    .index3_txt .txt{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3{
        padding:55px 0;
    }
    .index3_txt h2 {
        font-size: 18px;
    }
    .num_list li{
        margin-bottom:35px;
    }
    .num_list li .p1 span{
        font-size:32px;
    }
    .num_list li .p1 sup{
        top:-12px;
    }
    .index3_logo {
        margin-top: 50px;
    }

}
@media(max-width: 640px){
    .index3{
        padding:35px 0;
    }  
    .index3_txt{
        width:100%;
    }
    .num_list{
        width:100%;
        margin-top:30px;
    }
    .num_list li{
        margin-bottom:25px;
    }
    .num_list li:nth-child(2),.num_list li:nth-child(5) {
        width: 30%;
    }
    .num_list li:nth-child(3n) {
        width: 30%;
    }
    .num_list li .p1 span{
        font-size:26px;
    }
    .num_list li .p1 sup {
        top: -5px;
    }
    .index3_logo {
        margin-top: 30px;
    }
    .index3_logo li{
        width:32%;
        margin-bottom:10px;
    }
    .index3_logo li:nth-child(3n){
        margin-right:0;
    }
}


.index4{
    padding:88px 0 80px;
}
.news_list1{
    margin:54px 0 44px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 32%;
    margin-right: 2%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    position: relative;
}
.news_list1 li a:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background:#ccc;
    z-index:8;
}
.news_list1 li a:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 0%;
    height: 2px;
    background:#1669b2;
    transition:all 0.5s ease-out;
    z-index:9;
}
.news_list1 li .img{

}
.news_list1 li .text{
    padding:20px 0 0;
}
.news_list1 li .text .p1{
    font-size:16px;
    color: #999999;
}
.news_list1 li .text h3{
    font-size:22px;
    color: #444444;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    margin-bottom:40px;
}
.news_list1 li .text span{
    display: inline-block;
    font-size:16px;
    color: #666666;
    line-height: 40px;
}
.news_list1 li .text span i{
    display: inline-block;
    width: 16px;
    height: 10px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 14px;
}
.news_list1 li:hover .img img{
    transform:scale(1.1);
}
.news_list1 li:hover a:after{
    width: 100%;
}
.news_list1 li:hover .text span{
    color: #1669b2;
}
.news_list1 li:hover .text span i{
    background:url(../images/more2_h.png) no-repeat center;    
}
@media(max-width: 1600px){
    .news_list1 li .text .p1{
        font-size:14px;
    }
    .news_list1 li .text h3{
        font-size:18px;
        margin-bottom: 25px;
    }
    .news_list1 li .text span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }  
    .news_list1{
        margin: 35px 0 40px;
    }
    .news_list1 li .text h3{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    }  
    .news_list1 li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
}


.index5{
    padding:110px 0;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_t1 p{
    font-size:20px;
    color: #666666;
    line-height: 1.5;
    margin-top:18px;
}
.index5_c{
    margin-top:45px;
}
#c-banner2{
    padding-bottom:52px;
}
#c-banner2 .swiper-pagination{
    bottom: 0;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid #125a99;
    margin:0 6px;
    background:none;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
    background:#125a99;
}
.index_bottom{
    padding:102px 0 82px;
}
.index_bottom_a{
    display: flex;
    justify-content: center;
    margin-top:56px;
}
.index_bottom_a a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 80px;
    background:#f0f0f0;
    margin-right: 54px;
    font-size:18px;
    color: #125a99;
    border-radius: 4px;
    overflow: hidden;
}
.index_bottom_a a:last-child{
    margin-right: 0;
}
.index_bottom_a a .img1{
    width: 40px;
    height: 40px;
}
.index_bottom_a a p{
/*    width: calc(100% - 40px);*/
    padding-left: 18px;
}
.index_bottom_a a p i{
    display: inline-block;
    margin-left: 12px;
}
.index_bottom_a a:nth-child(1) .img1{
    background:url(../images/b_icon1.png) no-repeat center;
}
.index_bottom_a a:nth-child(2) .img1{
    background:url(../images/b_icon2.png) no-repeat center;
}
.index_bottom_a a:hover{
    background:#125a99;
    color: #fff;
}
.index_bottom_a a:nth-child(1):hover .img1{
    background:url(../images/b_icon1_h.png) no-repeat center;
}
.index_bottom_a a:nth-child(2):hover .img1{
    background:url(../images/b_icon2_h.png) no-repeat center;
}
@media(max-width: 1600px){
    .index5{
        padding:90px 0;
    }
    .index_t1 p{
        font-size:15px;
    }
    .index_bottom_a a{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index5,.index_bottom{
        padding:70px 0;
    }
    .index_t1 p{
        font-size:14px;
    }
    .index_bottom_a a{
        width:220px;
        height: 70px;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5,.index_bottom{
        padding:55px 0;
    } 
    .index_bottom_a{
        margin-top:35px;
    }
    .index_bottom_a a:nth-child(1) .img1{
        background:url(../images/b_icon1.png) no-repeat center;
        background-size:30px;
    }
    .index_bottom_a a:nth-child(2) .img1{
        background:url(../images/b_icon2.png) no-repeat center;
        background-size:30px;
    }
    .index_bottom_a a p{
        padding-left:12px;
    }
}
@media(max-width: 640px){
    .index5,.index_bottom{
        padding:35px 0;
    } 
    .index_bottom_a a{
        width:150px;
        height: 60px;
        font-size:15px;
    }
    .index5_c{
        margin-top:30px;
    }
    .index_bottom_a {
        margin-top: 25px;
    }
    .index_bottom_a a{
        margin-right:20px;
        font-size:14px;
    }
    .index_bottom_a a p i{
        margin-left:3px;
    }
    .index_bottom_a a .img1{
        width:25px;
    }
    .index_bottom_a a:nth-child(1) .img1{
        background:url(../images/b_icon1.png) no-repeat center;
        background-size:25px;
    }
    .index_bottom_a a:nth-child(2) .img1{
        background:url(../images/b_icon2.png) no-repeat center;
        background-size:25px;
    }
}


.foot{
    background:#125a99;
    padding:102px 0 50px;
}
.foot .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 242px);
    padding-right: 15%;
}
.f_nav li{

}
.f_nav li a{
    font-size:22px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 32px;
}
.f_nav li .txt a{
    color: rgba(255,255,255,.4);
    font-size:14px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 0;
}
.f_nav li a:hover{
    color: rgba(255,255,255,1);
}
.foot_r{
    width: 242px;
}
.f_logo{
    text-align: right;
}
.f_logo img{
    max-width: 240px;
}
.f_code{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
}
.f_code p{
    text-align: center;
    font-size:14px;
    padding-top:8px;
    color: #fff;
}
.copyright{
    background:#084880;
    color: rgba(255,255,255,.4);
    font-family: 'Arial';
}
.copyright a{
    color: rgba(255,255,255,.4);
    font-family: 'Arial';
}
.copyright a:hover{
    color: rgba(255,255,255,1);
}
.copyright .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.f_nav li:nth-child(4) .txt a:nth-child(2){
    display:none;
}
@media(max-width: 1600px){
    .foot{
        padding: 70px 0 20px;
    }
    .f_nav{
        padding-right:10%;
    }
    .f_nav li a{
        font-size:18px;
        margin-bottom: 20px;
    }
    .f_nav li .txt a{
        line-height:2em;
    }
    .f_code{
        margin-top:30px;
    }
    .f_code p{
        margin-top:6px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    .foot {
        padding: 50px 0 20px;
    }
    .f_nav{
        padding-right:5%;
    }   
    .f_nav li a{
        font-size:16px;
        margin-bottom: 10px;
    }
    .f_nav li:nth-child(4){
        display:none;
    }
}
@media(max-width: 820px){
    .foot {
        padding: 35px 0 20px;
    } 
    .f_nav{
        padding-right:2%;
    } 
    .f_nav li:nth-child(5){
        display:none;
    }
}
@media(max-width: 767px){
    .f_nav{
        display: none;
    }
    .f_logo{
        text-align:left;
    }
    .f_logo img{
        max-height:50px;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 20px 0 ;
    }
    .copyright .wrap{
        flex-wrap:wrap;
        height:auto;
        line-height:1.4;
        padding:10px 0;
        text-align:center;
    }
    .copyright_l{
        width:100%;
    }
    .copyright_r{
        width:100%;
    }
}



/*----- 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;
}



/*------------内页-------------------*/
.h90{
    width: 100%;
    height: 90px;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.n_banner_text h3{
    font-size:46px;
    line-height: 1;
    margin-bottom:15px;
}
.n_banner_text p{
    font-size:22px;
}
.tag_total{
    font-size:24px;
    color: #333;
    margin-bottom: 30px;
}
@media(max-width: 1600px){
    .n_banner{
        height:350px;
    }
    .n_banner_text h3{
        font-size:32px;
    }
    .n_banner_text p{
        font-size:16px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .h90{
        height:70px;
    }
    .n_banner{
        height:300px;
    }
    .n_banner_text h3{
        font-size:26px;
        margin-bottom:10px;
    }
    .n_banner_text p{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .n_banner{
        height:240px;
    }
    .n_banner_text h3{
        font-size:22px;
        margin-bottom:5px;
    }
    /*.n_banner_text p{*/
    /*    font-size:15px;*/
    /*}    */
}



.case_sort{
    padding:25px 0;
    background:#f0f0f0;
}
.case_sort .wrap{
    position: relative;
}
.case_sort .wrap:before{
    content:'';
    position: absolute;
    left:96px;
    top:0px;
    width: 1px;
    height: 100%;
    background:#cccccc;
}
.case_sort dl{
    display: flex;
    line-height: 34px;
}
.case_sort dl dt{
    width: 97px;
    font-size:16px;
    color: #333333;
    font-weight: bold;
}
.case_sort dl dd{
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
    width: calc(100% - 97px);
}
.case_sort dl dd a{
    display: block;
    margin-right: 50px;
    width: 82px;
    text-align: center;
    font-size:16px;
    color: #333333;
    border-radius: 6px;
}
.case_sort dl dd a:last-child{
    margin-right: 0;
}
.case_sort dl dd a.on{
    background:#1669b2;
    color: #fff;
}
.case_sort1{
    margin-bottom:10px;
}
.n_main2{
    padding:78px 0 30px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:50px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
}
.case_list li .img img{
    width: 100%;
    height: 100%;
}
.case_list li h3{
    font-size:24px;
    color: #1a1a1a;
    font-weight: normal;
    padding:20px 0 0;
    line-height: 1.6;
}
.case_list li p{
    font-size:16px;
    color: #808080;
    line-height: 1.4;
    margin-top:5px;
}
.case_list li:hover .img img{
    transform:scale(1.1);
}
.case_list li:hover h3{
    color: #1669b2;
}

.n_case{
    border-bottom: 2px solid #e0e0e0;
}
.n_case2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_case2 .img{
    width: 50%;
    text-align: center;
}
.n_case2 .text{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.n_case2 .text h1{
    font-size:40px;
    color: #1669b2;
    margin-bottom:30px;
}
.c_t1{
    font-size:34px;
    color: #1a1a1a;
    line-height: 1.6;
}
.n_case .text .txt{
    font-size:18px;
    color: #333333;
}
.n_case img{
    width: auto!important;
    height: auto!important;
}
.case1{
    padding:114px 0 90px;
}
.case2{
    padding:105px 0 85px;
        text-align: center;
}
.case3{
    text-align: center;
    padding:55px 0 85px;
}
.case3 .img{
    margin-top:50px;
}
.case4{
    text-align: center;
    padding:85px 0 95px;
}
.c_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:36px;
}
.c_list1 li{
    width: 25%;
    padding:0 15px;
}
.c_list1 li .img{

}
.c_list1 li h3{
    font-size:16px;
    color: #333333;
    font-weight: bold;
    max-width: 225px;
    margin:28px auto 0;
    line-height: 1.6;
}
.case5{
    text-align: center;
    padding:90px 0 100px;
}
.c_list2{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    justify-content: center;
}
.c_list2 li{
    width: 33.333%;
}
.c_list2 li .img{
    line-height: 275px;
}
.c_list2 li h3{
    font-size:20px;
    color: #333333;
    font-weight: bold;
    max-width: 225px;
    margin:28px auto 0;
    line-height: 1.6;
}
.case6{
    text-align: center;
    padding:75px 0 30px;
    border:none;
}
.c_list3{
    display: flex;
    flex-wrap: wrap;
    margin-top:35px;
}
.c_list3 li{
    width: 32%;
    margin-right: 2%; 
    text-align: left; 
}
.c_list3 li:nth-child(3n) {
    margin-right: 0;
}
.c_list3 li a{
    display: block;
}
.c_list3 li .img{
    position: relative;
    display: block;
}
.c_list3 li .img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 61px;
    background: url(../images/play-icon.png) no-repeat center;
    margin: -30.5px 0 0 -30.5px;
}
.c_list3 li p a{
    position: relative;
    display: block;
}
.c_list3 li p a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 61px;
    background: url(../images/play-icon.png) no-repeat center;
    margin: -30.5px 0 0 -30.5px;
}
.c_list3 li h3,.c_list3 li h3 a{
    display: block;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: normal;
    padding: 20px 0 0;
    line-height: 1.6;
}
.c_list3 li p {
    font-size: 16px;
    color: #808080;
    line-height: 1.2;
    margin-top:5px;
    position: relative
}
.c_list3 a{
    display: inline-block;
    position: relative;
}
/*.c_list3 a:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 61px;*/
/*    height: 61px;*/
/*    background: url(../images/play-icon.png) no-repeat center;*/
/*    margin: -30.5px 0 0 -30.5px;*/
/*}*/
.c_list3 li:hover h3,.c_list3 li:hover h3 a{
    color: #125a99;
}
@media(max-width: 1600px){
    .case_sort dl dd a{
        margin-right:30px;
    }
    .case_list li{
        margin-bottom: 35px;
    }
    .case_list li h3{
        font-size:18px;
    }
    .case_list li p{
        font-size:14px;
    }
    .case1{
        padding: 90px 0;
    }
    .n_case2 .text h1{
        font-size:28px;
    }
    .c_t1{
        font-size:24px;
    }
    .n_case .text .txt{
        font-size:15px;
    }
    .case2,.case4,.case5{
        padding:85px 0;
    }
}
@media(max-width: 1280px){
    .n_main2{
        padding:70px 0 0px;
    }
    .case1,.case2,.case4,.case5{
        padding:70px 0;
    }
    .case3{
        padding:55px 0 70px;
    }
    .case3 .img{
        margin-top:30px;
    }
    .c_list2,.c_list3{
        margin-top: 30px;
    }
    .case6{
        padding:70px 0 30px;
    }
}
@media(max-width: 1024px){
    .case_sort dl dd a{
        margin-right:15px;
        width:75px;
        font-size:15px;
    }
}
@media(max-width: 820px){
    .n_main2{
        padding:55px 0 0px;
    }
    .case_sort{
        padding:20px 0;
    }
    .case_sort dl dd a{
        font-size:14px;
        margin:2px 12px 2px 0;
    }
    .n_main2{
        padding:50px 0 0px;
    }
    .case1,.case2,.case4,.case5{
        padding:50px 0;
    }
    .n_case2 .text h1{
        font-size:24px;
    }
    .c_t1{
        font-size:20px;
    }
    .n_case2 .text h1{
        margin-bottom: 15px;
    }
    .case3{
        padding:50px 0 50px;
    }
    .case3 .img{
        margin-top:15px;
    }
    .c_list2,.c_list3{
        margin-top: 20px;
    }
    .case6{
        padding:50px 0 30px;
    }
    .c_list2 li h3{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .n_main2{
        padding:35px 0 0px;
    }
    .case_list li{
        width:49%;
        margin-bottom:20px;
    }
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
    .case_list li h3{
        padding:15px 0 0;
    }
    .case_sort .wrap:before{
        display:none;
    }
    .case_sort dl{
        flex-wrap:wrap;
    }
    .case_sort dl dt{
        width:100%;
        margin-bottom:10px;
    }
    .case_sort dl dd{
        width:100%;
        padding-left:0;
    }
    .case1, .case2, .case3, .case4, .case5 {
        padding: 30px 0;
    }
    .c_list1 li{
        width:50%;
        margin-bottom:15px;
    }
    .c_list1 li .img img{
        max-width:90px;
    }
    .c_list1 li h3{
        font-size: 14px;
        margin: 12px auto 0;
    }
    .n_case2 .img{
        width:100%;
    }
    .n_case2 .text{
        width:100%;
        margin-top:20px;
    }
    .n_case2 .text h1 {
        font-size: 18px;
    }
    .c_t1 {
        font-size: 16px;
    }
    .n_case .text .txt {
        font-size: 14px;
    }
    .case4 .c_t1,.case5 .c_t1 {
        font-size: 20px;
    }
    .c_list1{
        margin-top: 25px;
    }
    .c_list2 li{
        width:100%;
        margin-bottom:15px;
    }
    .c_list2 li .img{
        line-height:1;
    }
    .c_list2 li h3{
        font-size:15px;
    }
}
@media(max-width: 460px){
    .case_list li{
        width:100%;
        margin-right:0px!important;
    }
}

.album_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background:#f0f0f0;
}
.album_sort a{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
}
.album_sort a:hover,.album_sort a.on{
    background:#1669b2;
    color: #fff;
}
.n_main1{
    padding:66px 0 35px;
}
.album_list{

}
.album_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:25px;
    background:#f5f5f5;
    padding:30px 120px;
}
.album_list li a.img{
    display: block;
    position: relative;
    width: 40%;
}
.album_list li a.img img{
    width: 100%;
    height: 100%;
}
.album_list li a.img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 61px;
    height: 61px;
    background:url(../images/play-icon.png) no-repeat center;
    margin:-30.5px 0 0 -30.5px;
}
.album_list li .text{
    padding:20px 0px 20px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.album_list li .text h3{
    font-size:24px;
    color: #333333;
}
.album_list li .text .txt{
    font-size:16px;
    color: #808080;
    line-height: 1.6;
    margin:10px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.album_list li:hover a.img img{
    transform:scale(1.1);
}
.album_list li:hover .text h3{
    color: #1669b2;
}
.album_list li:hover .text a{
    color: #fff;
    background:#1669b2;
}
.album_list li:hover .text a i{
    background: url(../images/more.png) no-repeat center;
}
.bottom_logo{
    box-shadow: 0 0 10px #eee;
    margin-bottom:56px;
    padding:30px 70px;
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
}
.bottom_logo li{
    text-align: center;
}
.bottom_logo li .img1{
    line-height: 50px;
}
.bottom_logo li p{
    font-size:14px;
    color: #252b3a;
    margin-top:5px;
}
@media(max-width: 1600px){
    .album_sort a{
        height: 60px;
        padding: 0 30px;
    }
    .bottom_logo{
        margin-bottom:40px;
        padding:25px 40px;        
    }
    .album_list li{
        padding:25px 90px;
    }
    .album_list li .text{
        padding:20px 0px 20px 70px;
    }
    .album_list li .text h3{
        font-size:22px;
    }
    .album_list li .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_main1 {
        padding: 55px 0 20px;
    }    
}
@media(max-width: 1024px){
    .album_list li{
        padding:25px 50px;
    }
    .album_list li .text{
        padding:20px 0 20px 50px;
    }
    .album_list li .text h3{
        font-size:20px;
    }
    .album_list li .text .txt{
        margin: 5px 0 20px;
        -webkit-line-clamp: 3;
    }    
}
@media(max-width: 820px){
    .album_sort a{
        max-width:25%;
        padding:0 20px;
        font-size:15px;
        height:45px;
    }
    .album_list li{
        padding:25px 30px;
    }
    .album_list li .text{
        padding:20px 0 20px 35px;
    }
    .bottom_logo{
        margin-bottom:30px;
        padding:20px 30px;        
    }
    .bottom_logo .img1 img{
        max-height:50px;
    }
    .bottom_logo li p{
        font-size:12px;
    }
    
}
@media(max-width: 640px){
    .album_sort a{
        padding:0 15px;
        font-size:14px;
    }  
    .bottom_logo{
        padding:20px 20px;  
        flex-wrap:wrap;
    }
    .bottom_logo li{
        width:33.33333%;
    }
    .album_list li{
        padding:20px;
    }
    .album_list li a.img{
        width:100%;
    }
    .album_list li .text{
        padding:20px 0px 0;
        width:100%;
    }
    .album_list li .text h3 {
        font-size: 16px;
    }
    .album_sort2 a{
        max-width:100%!important;
    }
}


.n_product{
    background:#f0f0f0;
    padding:75px 0 115px;
}
.n_product_intro{
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom:75px;
}
.n_product_intro h2{
    font-size:44px;
}
.n_product_intro p{
    font-size:36px;
}
.sort_a{
    display: flex;
    flex-wrap: wrap;
}
.sort_a li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:65px 50px 50px 65px;
    width: 49%;
    margin-right: 2%;
    margin-bottom:40px;
    background:#ffffff;
}
.sort_a li:nth-child(2n){
    margin-right: 0;
}
.sort_a li .img{
    width: 31%;
}
.sort_a li .text{
    width: 69%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    padding-right: 50px;
}
.sort_a li .text h3 a{
    font-size:38px;
    color: #1a1a1a;
    display: block;
    line-height: 1;
}
.sort_a li .text .txt{
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.4;
    margin:20px 0;
}
.p_list1{
    display: flex;
    flex-wrap: wrap;
}
.p_list1 p{
    width: 50%;
}
.p_list1 a{
    display: inline-block;
    padding-left: 12px;
    position: relative;
    font-size:16px;
    color: #1669b2;
    transition: all 0.3s ease-out;
}
.p_list1 a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 5px;
    height: 1px;
    background:#1669b2;
}
.p_list1 a:hover{
    padding-left: 17px;
}
.sort_a li .text a.more1{
    margin:40px 0 0;
}

.p_sort{
    background:#f0f0f0;
    position: relative;
/*}
.p_sort li.layer1{*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
}
.p_sort li.layer1.on{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;    
}
.p_sort li a.list_item2{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
}
.p_sort li .layer2.on a.list_item2{
    color: #fff;
    background:#1669b2;
}
.p_sort li .layer3{
    display: none;
    position: absolute;
    top:90px;
    left:0;
    width: 100%;
    padding-top:50px;
}
.p_sort li .layer3 a{
    display: block;
    padding:0 35px;
    line-height: 36px;
    font-size:15px;
    color: #333333;
}
.p_sort li .layer3 a.cur{
    color: #fff;
    background:#1669b2;
    border-radius: 6px;
}
.p_sort li .layer2.on .layer3{
    display: flex;
    justify-content: center;
}
.n_product2{
    padding:120px 0 0;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    margin-bottom:90px;
    width: 31%;
    margin-right: 3.5%;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li .text .txt{
    margin:27px 0 40px;
}
.product_list li p{
    color: #333333;
    font-size:16px;
}
.product_list li .text a.more1{
    margin:0px;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}

.p_sort2{

}
.p_sort2 .layer2{
    display: none;
    background:#f0f0f0;
    position: relative;
/*    display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}
.p_sort2 .layer2 a{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
}
.p_sort2 li.on .layer2{
    display: flex;
}
.p_sort2 .layer2 a.cur{
    color: #fff;
    background:#1669b2;
}
.pd1{
    padding:82px 0 87px;
}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_l{
    width: 51%;
    display: flex;
    flex-wrap: wrap;
}
.img_left{
    width: calc(100% - 140px);
    padding-right:18px;
}
.img_left p{
    display: none;
}
.img_right{

}
.img_right p{
    width: 140px;
    padding:5px;
    border:1px solid #cccccc; 
    margin-bottom:10px;   
}
.img_right p.cur{
    border:1px solid #1669b2;    
}
.img_right p:nth-child(4).img_right p:last-child{
    margin-bottom:0;
}
.pd1_r{
    width: 42%;
}
.pd1_r h2{
    font-size:40px;
    color: #1669b2;
    line-height: 1;
    margin-top:40px;
}
.pd1_r h3{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top:15px;
}
.pd_more{
    display: flex;
    flex-wrap: wrap;
    padding:40px 0 52px;
    border-bottom: 2px solid #1a1a1a;
}
.pd_more a{
    margin:0 28px 0 0;
}
.pd1_r .txt{
    margin-top:27px;
}
.pd1_r .txt p{
    border-bottom: 1px solid #ebebeb;
    padding:15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background:url(../images/gou2.png) no-repeat 20px center;
}
.pd1_r .txt p strong{
    padding-left: 68px;
    font-size:16px;
    color: #1669b2;
    font-weight: normal;
    width: 34%;
    line-height: 1.2;
}
.pd1_r .txt p em{
    width: 66%;
    line-height: 1.2;
    font-size:14px;
    color: #4c4c4c;
    font-style: normal;
}
.pd2{

}
.pd2_li{
    display: flex;
}
.pd2_li li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 20%;
    font-size:18px;
    color: #333333;
    background:#ededed;
    cursor: pointer;
}
.pd2_li li.cur{
    color: #fff;
    background:#1669b2;
}
.pd2_cont{
    padding:60px 0;
}
.pd2_cont .pd2_tab{
    display: none;

}
.pd2_tab1{
    font-size:18px;
    color: #333;
}
.pd_t1{
    font-size:26px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    margin-bottom:38px;
}
.pd2_tab .c_list3{
    margin:0;
}
.p_table_c{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
/*}*/
/*.pd2_tab2 .p_table_c{*/
       
}
.pd2_tab table{
    border-right: 1px solid #e0e0e0;
    min-width: 1000px;
        width: 100%;
}

.pd2_tab table tr td{
    border-left: 1px solid #e0e0e0;  
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size:16px;
    color: #333333;
    height: 60px;
}
.pd2_tab table tr:nth-child(2n+1){
    background:#f0f0f0;
}
.pd2_tab table tr:nth-child(1){
    background:#1669b2;
}
.pd2_tab table tr:nth-child(1) td{
    color: #fff;
    font-size:18px;
    line-height: 1.2;
}
.pd_t2{
    margin-top:75px;
}
.pd2_tab5 a{
    display: inline-block;
    padding-left: 40px;
    background:url(../images/download1.png) no-repeat left center;
    font-size:26px;
    color: #333;
    margin-bottom:15px;
}
.product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5{
    border-bottom: 2px solid #e0e0e0;
    padding:80px 0;
}
.product_detail .c_t1{
    text-align: center;
    margin-bottom: 45px;
}
.product_detail1{
    text-align: center;
}
.product_detail .product_detail1 .c_t1{
    margin-bottom: 0;
}
.product_detail1 .p1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.product_detail1 .p1 span{
    color: #1669b2;
}
.product_detail1 .txt{
    font-size: 22px;
}
.p_hx_list{
    display: flex;
    flex-wrap: wrap;
}
.p_hx_list li{
    width: 48%;
    margin-right: 4%;
    padding: 65px 80px 35px 90px;
    box-shadow: 0px 0px 10px rgba(31,142,131,.2);
    border-radius: 15px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.p_hx_list li:nth-child(2n){
    margin-right: 0;
}
.p_hx_list li .img1{
    width: 70px;
}
.p_hx_list li .text{
    width: calc(100% - 70px);
    padding-left: 30px;
}
.p_hx_list li .text h3{
    font-size: 20px;
    color: #000;
}
.p_hx_list li .text p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top:5px;
}
.p_hx_list li:hover{
    background: #f9f9f9;
}
.product_detail6{
    padding:80px 0;    
}
.product_detail6 .about1_2_list{
    margin-top:0!important;
}
.product_detail2_table table{
    border-top:1px solid #999;
    border-left:1px solid #999;
}
.product_detail2_table table tr td{
    border-bottom:1px solid #999;
    border-right:1px solid #999; 
    padding:10px;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
}
.product_detail2_table table tr:nth-child(1) td{
    font-size: 18px;
    color: #125a99;
    text-align: center;
}
@media(max-width: 1600px){
    .n_product_intro{
        margin-bottom:60px;
    }
    .n_product_intro h2{
        font-size:32px;
    }
    .n_product_intro p {
        font-size: 26px;
    }
    .sort_a li{
        margin-bottom:30px;
    }
    .sort_a li .text h3 a{
        font-size:26px;
    }
    .sort_a li .text .txt{
        font-size:15px;
    }
    .p_list1 a{
        font-size:15px;
    }
    .n_product2{
        padding:90px 0 0;
    }
    .p_sort li a.list_item2{
        height:60px;
    }
    .p_sort li .layer3{
        top:60px;
        padding-top: 25px;
    }
    .product_list li{
        margin-bottom:50px;
    }
    .product_list li .text .txt {
        margin: 20px 0 30px;
    }
    .product_list li p{
        font-size:14px;
    }
    .img_left {
        width: calc(100% - 100px);
    }
    .img_right p{
        width:100px;
    }
    .pd1_r h2{
        font-size: 26px;
        margin-top: 15px;        
    }
    .pd1_r h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .pd_more{
        padding: 25px 0 30px;
    }
    .pd1_r .txt p{
        padding: 10px 0;
    }
    .pd1_r .txt p strong{
        font-size:15px;
    }
    .pd2_li li{
        height:60px;
        font-size:16px;
    }
    .pd2_cont{
        padding:40px 0;
    }
    .pd2_tab1{
        font-size:15px;
    }
    .pd_t1{
        font-size:22px;
    }
    .pd2_tab table tr:nth-child(1) td {
        color: #fff;
        font-size: 16px;
    }
    .pd2_tab table tr td{
        font-size:14px;
        height:50px;
    }
    .c_list3 li h3,.c_list3 li h3 a{
        font-size:18px;
    }
    .c_list3 li p{
        font-size:14px;
    }
    .pd2_tab5 a{
        font-size:22px;
    }
    .product_detail .c_t1{
        margin-bottom: 35px;
        font-size:32px;
    }
    .product_detail1 .p1{
        font-size: 16px;
    }
    .p_hx_list li .text p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:70px 0;
    } 
    .n_product_intro{
        margin-bottom:40px;
    }
    .n_product_intro h2{
        font-size:26px;
    }
    .n_product_intro p {
        font-size: 20px;
    }
    .sort_a li{
        margin-bottom:20px;
        padding: 50px 30px;
    }
    .sort_a li .text h3 a{
        font-size:22px;
    }
    .sort_a li .text .txt{
        font-size:14px;
    }
    .p_list1 a{
        font-size:14px;
    }
    .n_product2{
        padding:70px 0 0;
    }
    .p_sort li .layer3 a{
        padding:0 20px;
    }
    .p_sort li .layer3{
        padding-top: 15px;
    }
    .product_list li{
        margin-bottom:30px;
    }
    .product_list li .text .txt {
        margin: 20px 0 25px;
    }
    .pd1{
        padding:70px 0;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5,.product_detail6{
        padding:70px 0;
    }
    .product_detail .c_t1{
        font-size:28px;
    }
}
@media(max-width: 1024px){
    .sort_a li{
        margin-bottom:20px;
        padding: 30px 30px;
    }
    .sort_a li .text{
        padding-right:15px;
    }
    .p_sort2 .layer2 a{
        padding: 0 20px;
        height:50px;
        font-size:15px;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    } 
    .n_product_intro{
        margin-bottom:30px;
    }
    .n_product_intro h2{
        font-size:22px;
    }
    .n_product_intro p {
        font-size: 18px;
    }
    .sort_a li{
        padding: 25px 15px;
    }
    .sort_a li .text h3 a{
        font-size:22px;
    }
    .sort_a li .text .txt{
        font-size:14px;
    }
    .p_list1 a{
        font-size:13px;
    }
    .sort_a li .text a.more1 {
        margin: 25px 0 0;
    }
    .p_sort li .layer3{
        flex-wrap:wrap;
    }
    .p_sort li .layer3 a{
        padding:0 15px;
        font-size:14px;
    }
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom:20px;
    }
    .product_list li .text .txt {
        margin: 15px 0 20px;
    }
    .pd1{
        padding:55px 0;
    }
    .pd1_l{
        width:100%;
    }
    .pd1_r{
        width:100%;
        margin-top:20px;
    }
    .pd2_tab5 a {
        font-size: 18px;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5,.product_detail6{
        padding:55px 0;
    }
    .product_detail .c_t1{
        font-size:24px;
    }
    .p_hx_list li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
        padding:20px;
    }
    .p_hx_list li .img1 {
        width: 50px;
    }
    .p_hx_list li .text{
        width:calc(100% - 50px);
        padding-left: 20px;
    }
    .p_hx_list li .text h3{
        font-size:18px;
    }
    .product_detail2_table table tr td{
        font-size:13px;
        padding:5px;
    }
    .product_detail2_table table tr:nth-child(1) td{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .n_product{
        padding:35px 0;
    }
    .n_product_intro h2{
        font-size:20px;
    }
    .n_product_intro p {
        font-size: 15px;
        margin-top:5px;
    }
    .sort_a li{
        width:100%;
        margin-right:0;
    }
    .p_sort li a.list_item2 {
        height: 50px;
    }
    .p_sort li .layer3 {
        padding-top: 10px;
        top:50px;
    }
    .p_sort li .layer3 a{
        padding:0 12px;
        font-size:13px;
        line-height:28px;
    }
    .product_list li {
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .pd1{
        padding:35px 0;
    }
    .img_left {
        width: calc(100% - 70px);
    }
    .img_right p{
        width:70px;
        margin-bottom: 6px;
    }
    .pd1_r h2 {
        font-size: 20px;
    }
    .pd1_r h3 {
        font-size: 15px;
    }
    .pd2 .wrap{
        width:100%;
    }
    .pd2_li li {
        height: 45px;
        font-size: 14px;
    }
    .pd2_cont {
        padding: 20px 5%;
    }
    .pd_t1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pd2_tab table tr:nth-child(1) td{
        font-size:15px;
    }
    .c_list3 li{
        width:49%;
        margin-bottom:15px;
    }
    .c_list3 li:nth-child(2n){
        margin-right:0;
    }
    .c_list3 li h3 a,.case_list li h3 {
        font-size: 16px;
    }
    .pd2_tab5 a {
        font-size: 16px;
        padding-left: 30px;
        background: url(../images/download1.png) no-repeat left center;
        background-size:22px;
    }
    .p_sort2 .layer2 a{
        padding: 0 7px;
        height:40px;
        font-size:14px;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5{
        padding:30px 0;
    }
    .product_detail6{
        padding:30px 0 10px;
    }
    .product_detail .c_t1{
        margin-bottom: 25px;
        font-size:20px;
    }
    .product_detail1 .p1{
        font-size: 14px;
    }
    .product_detail1 .txt{
        font-size: 16px;
    }
    .p_hx_list li .text h3{
        font-size:16px;
    }
    .p_hx_list li .text p{
        margin-top:0;
        font-size:14px;
    }
    .product_detail2_table table tr:nth-child(1) td{
        font-size:15px;
    }
}
@media(max-width: 460px){
    .product_list li,.c_list3 li {
        width: 100%;
        margin-right:0!important;
    }  
    .pd1_r .txt p {
        background: url(../images/gou2.png) no-repeat 10px center;
    }
    .pd1_r .txt p strong{
        padding-left:45px;
        font-size:14px;
    }
    .pd1_r .txt p em{
        font-size:13px;
    }
    .img_left {
        width: calc(100% - 60px);
    }
    .img_right p{
        width:60px;
        margin-bottom: 5px;
    }

}

.n_download{
    padding:90px 0 150px;
}
.download_list1{
    display: flex;
    flex-wrap: wrap;
}
.download_list1 li{
    margin-bottom:50px;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}
.download_list1 li:nth-child(4n){
    margin-right: 0;
}
.download_list1 li a{
    display: block;
    padding:22px;
    border:1px solid #e0e0e0;
}
.download_list1 li a p{
    font-size:22px;
    color: #1a1a1a;
    line-height: 1.4;
    padding:25px 0 15px;
}
.download_list3{
    display: flex;
    flex-wrap: wrap;
}
.download_list3 li{
    margin-bottom:30px;
    width: 48%;
    margin-right: 4%;
}
.download_list3 li:nth-child(2n){
    margin-right: 0;
}
.download_list3 li a{
    background:#f0f0f0;
    display: flex;
    align-items: center;
    height: 120px;
}
.download_list3 li a .img1{
    width: 120px;
    text-align: center;
}
.download_list3 li a p{
    width: calc(100% - 240px);
    font-size:18px;
    color: #000000;
    line-height: 1.4;
    padding-right: 15px;
}
.download_list3 li a .img2{
    width: 120px;
    background:#1669b2;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download2{

}
.download2 .wrap{
    max-width: 1226px;
    position: relative;
    padding:20px 110px 80px;
    font-size:24px;
    color: #333333;
    line-height: 1.6;
    text-align: center;
}
.download2 .wrap:before{
    content:'“';
    font-family: 'Impact';
    font-size:140px;
    color: #cccccc;
    line-height: 1;
    position: absolute;
    top:0;
    left:0;
}
.download2 .wrap:after{
    content:'”';
    font-family: 'Impact';
    font-size:140px;
    color: #cccccc;
    line-height: 1;
    position: absolute;
    top:0;
    right:0;
}
.download2_2{
    background:#f5f5f5;
    padding:115px 0 150px;
}
.download2_2 h2{
    font-size:44px;
    color: #1a1a1a;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-bottom:62px;
}
.download_list2{
    display: flex;
    flex-wrap: wrap;
}
.download_list2 li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
}
.download_list2 li:nth-child(4n){
    margin-right: 0;
}
.download_list2 li .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 99;
    color: #fff;
    padding:25px 15px;
}
.download_list2 li .text .p1{
    font-size:32px;
    line-height: 1;
    margin-bottom:15px;
}
.download_list2 li .text .p2{
    font-size:18px;
    line-height: 1.6;
}
.download_list2 li:hover .img img{
    transform: scale(1.1);
}
.download_sort a:nth-child(1),.download_sort a:nth-child(3){
    max-width: 35%;
}
@media(max-width: 1600px){
    .n_download{
        padding:90px 0;
    }
    .download_list1 li{
        margin-bottom:35px;
    }
    .download_list1 li a{
        padding:16px;
    }
    .download_list1 li a p{
        font-size:18px;
    }
    .download_list3 li a{
        height:100px;
    }
    .download_list3 li a p{
        font-size:16px;
        width: calc(100% - 200px);
    }
    .download_list3 li a .img1,.download_list3 li a .img2{
        width:100px;
    }
    .download2 .wrap{
        font-size:20px;
    }
    .download2_2{
        padding:90px 0;
    }
    .download2_2 h2{
        font-size:32px;
        margin-bottom: 50px;
    }
    .download_list2 li .text .p1{
        font-size:24px;
        margin-bottom:10px;
    }
    .download_list2 li .text .p2{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_download,.download2_2{
        padding:70px 0;
    }
    .download_list1 li a p{
        font-size:16px;
    } 
    .download2 .wrap{
        font-size:18px;
    }
    .download2_2 h2{
        font-size:26px;
        margin-bottom: 40px;
    }
    .download_list2 li .text .p1{
        font-size:20px;
    }
    .download_list2 li .text .p2{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .download_list1 li{
        width:32%;
    }
    .download_list1 li:nth-child(4n){
        margin-right: 2%;
    }
    .download_list1 li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 820px){
    .n_download,.download2_2{
        padding:50px 0;
    }
    .download_list1 li{
        margin-bottom:20px;
    }
    .download_list1 li a{
        padding:12px;
    }
    .download_list1 li a p{
        font-size:15px;
        padding: 15px 0 15px;
    } 
    .download_list1 li{
        width:49%;
    }
    .download_list1 li:nth-child(3n){
        margin-right: 2%;
    }
    .download_list1 li:nth-child(2n){
        margin-right: 0;
    }
    .download_list3 li{
        margin-bottom:20px;
    }
    .download_list3 li a{
        height:80px;
    }
    .download_list3 li a p{
        width: calc(100% - 160px);
    }
    .download_list3 li a .img1,.download_list3 li a .img2{
        width:80px;
    }
    .download2 .wrap{
        font-size:16px;
        padding:15px 70px 55px;
    }
    .download_list2 li .text{
        padding:15px 15px;
    }
    .download2_2 h2{
        font-size:22px;
        margin-bottom: 30px;
    }
}
@media(max-width: 640px){
    .n_download,.download2_2{
        padding:30px 0;
    } 
    .download_list1 li{
        margin-bottom:15px;
    }
    .download_list1 li a {
        padding: 10px;
    }
    .download_list1 li a p{
        font-size:14px;
        padding: 10px 0 15px;
    }
    .download_list3 li{
        margin-right:0;
        margin-bottom:15px;
        width:100%;
    }
    .download_list3 li a p{
        width: calc(100% - 120px);
    }
    .download_list3 li a .img1, .download_list3 li a .img2 {
        width: 60px;
    }
    .download_list3 li a .img1 img{
        max-height:35px;
    }
    .download_list3 li a .img2 img{
        max-height:22px;
    }
    .download2 .wrap{
        font-size:15px;
        padding:0 0 35px;
    }
    .download2 .wrap:before,.download2 .wrap:after{
        display:none;
    }
    .download_list2 li{
        width:49%;
        margin-bottom:15px;
    }
    .download_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .download_list2 li .text .p1{
        font-size:16px;
    }
    .download_list2 li .text .p2{
        font-size:13px;
    }
    .download2_2 h2{
        font-size:20px;
    }
}


.about1{
    padding:90px 0 85px;
}
.a_t1{
    font-size:38px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
}
.about1 .text{
    margin-top:30px;
    font-size:17px;
    color: #252b3a;
    text-align: center;
    line-height: 1.8;
}
.about1 a.video_click{
    display: block;
    margin:75px auto 95px;
    position: relative;
    max-width: 1035px;
}
.a_player{
    position: absolute;
    top:50%;
    left:50%;
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px;
}
.a_player_img{
    position: relative;
    z-index:8;
}
.a_player_img img{
    display: inline-block;
    position: relative;
    z-index:9;
}
.a_player_img:after{
    content:'';
    position: absolute;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#fff;
    z-index:1;
    animation: videoDh 1.5s linear infinite;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.6;
    } 
    to {
        transform: scale(1.8, 1.8); 
        opacity: 0;
    } 
}
.num_list2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:50px 75px;
    box-shadow: 0px 0px 10px #c9c9c9;
    border-radius: 6px;
}
.num_list2 li{
    
}
.num_list2 li .p1{

    color: #333333;
    line-height: 1;
}
.num_list2 li .p1 span{
    font-size:50px;
    font-family: "苹方";
    font-weight: bold;
}
.num_list2 li .p1 sup{
    display: inline-block;
    font-size:22px;
    position: relative;
    top:-22px;
}
.num_list2 li .p2{
    font-size:16px;
    color: #808080;
    margin-top:5px;
}
.about1_2{
    background:url(../images/about1_2_bg.jpg) no-repeat center;
    background-size: cover;
    padding:115px 0 105px;
}
.about1_2_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.about1_2_list li{
    background:#fff;
    width: 23.5%;
    margin-right: 2%;
    padding:62px 30px;
    text-align: center;
    border-radius: 6px;
}
.about1_2_list li:last-child{
    margin-right: 0;
}
.about1_2_list li .img1{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background:#f3f6fb;
    margin:0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about1_2_list li .img1:after{
    content:'';
    position: absolute;
    top:50%;
    left: 50%;
    width: 134px;
    height: 134px;
    border:1px dashed #1669b2;
    margin:-67px 0 0 -67px;
    border-radius: 50%;
    animation: zq 8s linear infinite;
}
@keyframes zq { 
    from {
        transform: rotate(0deg);
    } 
    to {
        transform: rotate(360deg);
    } 
}
.about1_2_list li .text{

}
.about1_2_list li .text h3{
    font-size:28px;
    color: #333333;
    line-height: 1;
    padding-bottom:20px;
    position: relative;
    margin-top:48px;
    margin-bottom:22px;
}
.about1_2_list li .text h3:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 40px;
    height: 2px;
    background:#dddddd;
    margin-left: -20px;
}
.about1_2_list li .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.about1_2_list li:hover{
    background:#1669b2;
}
.about1_2_list li:hover .img1{
    background:#fff;
}
.about1_2_list li:hover .img1:after{
    border:1px dashed #fff;    
}
.about1_2_list li:hover .text h3,.about1_2_list li:hover .text p{
    color:#fff;
}
.about1_3{
    background:#1669b2;
    padding:90px 0;
}
.about1_3 .wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
}
.about1_3 .wrap:after{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:rgba(255,255,255,.3);
}
.about1_3 dl{
    max-width: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 182px;
}
.about1_3 dl dt{
    width: 100px;
}
.about1_3 dl dd{
    width: calc(100% - 100px);
}
.about1_3 dl dd h3{
    font-size:34px;
    line-height: 1;
    margin-bottom:8px;
}
.about1_3 dl dd p{
    font-size:22px;
}
.about1_4{
    padding:115px 0 130px;
}
.fzlc{
    margin-top:68px;
    position: relative;
}
.fzlc:before{
    content:'';
    position: absolute;
    top:165px;
    left:0;
    width: 100%;
    height: 1px;
    background:#ebebeb;
}
.fzlc .wrap{
    padding:0 45px;
    position: relative;
}
#c-banner3{

}
#c-banner3 .swiper-slide{

}
#c-banner3 .swiper-slide .img{
    width: 100%;
    height: 135px;
}
#c-banner3 .swiper-slide .text{
    text-align: center;
    margin-top:24px;
    padding-top:41px;
    position: relative;
}
#c-banner3 .swiper-slide .text:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    border:3px solid #1669b2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#fff;
}
#c-banner3 .swiper-slide .text h3{
    font-size:32px;
    color: #1669b2;
    line-height: 1;
}
#c-banner3 .swiper-slide .text h4{
    font-size:18px;
    color: #1a1a1a;
    line-height:1;
    margin:26px 0 8px;
}
#c-banner3 .swiper-slide .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.4;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    position: absolute;
    top:140px;
    width: 51px;
    height: 51px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    margin-top:0;
}
#fzlc .swiper-button-prev{
    left:-98px;
    background:url(../images/left1.png) no-repeat center;
}
#fzlc .swiper-button-next{
    right:-98px;
    background:url(../images/right1.png) no-repeat center;
}
@media(max-width: 1600px){
    .a_t1{
        font-size:32px;
    }
    .about1 .text{
        font-size:15px;
    }
    .num_list2{
        padding:35px 50px;
    }
    .num_list2 li .p1 span {
        font-size: 36px;
    }
    .num_list2 li .p1 sup {
        font-size: 15px;
        top: -15px;
    }
    .num_list2 li .p2{
        font-size:15px;
    }
    .about1_2,.about1_4{
        padding:90px 0;
    }
    .about1_2_list li{
        padding:45px 20px;
    }
    .about1_2_list li .text h3 {
        font-size: 22px;
        padding-bottom: 16px;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .about1_2_list li .text p{
        font-size:15px;
    }
    .about1_3 dl{
        padding-left:120px;
    }
    .about1_3 dl dd h3{
        font-size:26px;
    }
    .about1_3 dl dd p {
        font-size: 16px;
    }
    #c-banner3 .swiper-slide .text h3{
        font-size:24px;
    }
    #c-banner3 .swiper-slide .text h4 {
        font-size: 16px;
        margin: 20px 0 8px;
    }
    #c-banner3 .swiper-slide .text p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .about1,.about1_2,.about1_3,.about1_4{
        padding:70px 0;
    }
    .about1 .text,.num_list2 li .p2{
        font-size:14px;
    }
    .num_list2 li .p1 span{
        font-size:32px;
    }
    .about1_2_list li .text p {
        font-size: 14px;
    }
    .about1_3 .wrap{
        padding:20px 0;
    }
    .about1_3 dl {
        padding-left: 110px;
    }
    .about1_3 dl dd h3{
        font-size:22px;
    }
    .about1_3 dl dd p{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .fzlc{
        margin-top:50px;
    }
    .fzlc .wrap{
        padding:0;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display:none;
    }
}
@media(max-width: 820px){
    .about1,.about1_2,.about1_3,.about1_4{
        padding:55px 0;
    }
    .about1 a.video_click{
        margin:55px auto 55px;
    }
    .a_t1{
        font-size:26px;
    }
    .num_list2 {
        padding: 25px 30px;
    }
    .about1_2_list{
        margin-top:30px;
    }
    .about1_2_list li{
        padding:35px 15px 20px;
    }
    .about1_2_list li .img1{
        width:80px;
        height: 80px;
    }
    .about1_2_list li .img1:after{
        width:104px;
        height:104px;
        margin: -52px 0 0 -52px;
    }
    .about1_2_list li .img1 img{
        max-width:45px;
    }
    .about1_3 .wrap:after{
        left:46%;
    }
    .about1_3 dl{
        padding-left:0;
    }

    .fzlc{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .about1,.about1_2,.about1_4{
        padding:35px 0;
    }
    .a_t1{
        font-size:22px;
    } 
    .about1 a.video_click{
        margin:35px auto 35px;
    }
    .num_list2{
        padding: 12px 20px;
    }
    .num_list2 li{
        width:33.333%;
        padding:8px 0;
    }
    .num_list2 li .p1 span{
        font-size:24px;
    }
    .num_list2 li .p1 sup {
        font-size: 14px;
        top: -10px;
    }
    .num_list2 li .p2{
        margin-top:0;
    }
    .about1_2_list li{
        width:49%;
        margin-bottom:15px;
    }
    .about1_2_list li:nth-child(2n){
        margin-right:0;
    }
    .about1_3{
        padding:5px 0;
    }
    .about1_3 .wrap:after{
        display:none;
    }
    .about1_3 dl{
        max-width:100%;
        width:100%;
        padding:10px 0;
    }
    .about1_3 dl dt{
        width:60px;
    }
    .about1_3 dl dt img{
        max-width:36px;
    }
    .about1_3 dl dd{
        width: calc(100% - 60px);
    }
    .about1_3 dl dd h3 {
        font-size: 20px;
    }
    .fzlc:before{
        top:130px;
    }
    #c-banner3 .swiper-slide .img{
        height:100px;
    }
    #c-banner3 .swiper-slide .text{
        padding-top:30px;
    }
    #c-banner3 .swiper-slide .text h3 {
        font-size: 18px;
    }
    #c-banner3 .swiper-slide .text h4 {
        margin: 15px 0 8px;
        font-size:15px;
    }
}


.about2{
    padding:95px 0 0;
}
.fuli{
    margin-top:125px;
    display: flex;
    flex-wrap: wrap;
}
.fuli li{
    background-color:#f6f9fc;
    width: 23.5%;
    margin-right: 2%;
    padding:108px 35px 50px;
    position: relative;
}
.fuli li:nth-child(4n){
    margin-right: 0;
}
.fuli li .img1{
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -76px;
}
.fuli li h3{
    font-size: 28px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f2f3;
    margin-bottom: 18px;
}
.fuli li p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.about2_2{
    padding:105px 0 0;
}
#gstj{
    margin-top:40px;
    position: relative;
}
#gstj .swiper-button-prev,#gstj .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    margin-top: -25.5px;
    z-index: 9;
}

#gstj .swiper-button-prev{
    left:-82px;
    background:url(../images/left1.png) no-repeat center;
}
#gstj .swiper-button-next{
    right:-82px;
    background:url(../images/right1.png) no-repeat center;
}
#gstj p{
    position: absolute;
    left:0;
    bottom:25px;
    width: 100%;
    font-size:20px;
    color: #fff;
    line-height: 1.4;
    padding:0 52px;
}
.about2_3{
    padding:96px 0 80px;
}
#gshj{
    margin-top:58px;    
}
.about2_4 .wrap{
    background:#f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:55px 0 40px;
    position: relative;
}
.about2_4 .wrap .img2{
    position: absolute;
    right: 0;
    bottom:0;
    z-index:7;
}
.about2_4 h2.a_t1{
    width: 28%;
}
.about2_4 .text{
    width: 72%;
    position: relative;
    z-index:9;
}
.about2_4 .text h3{
    font-size:20px;
    color: #333333;
    line-height: 1.6;
    margin-bottom:30px;
}
.about2_4 .text .txt{

}
.about2_4 .text .txt p{
    padding-left: 35px;
    position: relative;
    font-family: 'Arial';
}
.about2_4 .text .txt p:nth-child(1){
    background:url(../images/j_icon1.png) no-repeat 5px center;
}
.about2_4 .text .txt p:nth-child(2){
    background:url(../images/j_icon2.png) no-repeat 5px center;    
}
.about2_5{
    padding:110px 0 130px;
}
.job_list{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.job_list li.li1{
    width: 48%;
    margin-right: 2%;
    margin-bottom:20px;
    cursor: pointer;
}
.job_list li.li1:nth-child(2n){
    margin-right: 0;
}
.job1{
    background:#f0f0f0;
    display: flex;
    align-items: center;
}
.job1 .text{
    width: calc(100% - 120px);
    padding:15px 62px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.job1 .text .pp1{
    font-size:22px;
    color: #1a1a1a;
}
.job1 .text .pp2{
    font-size:14px;
    color: #666666;
    line-height: 1.6;
}
.job_more{
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:16px;
    color: #fff;
    background:#999999;
}
.job_more span{
    width: 100%;
    display: block;
}
.job_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60,67,72,.5);  
    z-index:-8;
    opacity: 0; 
}
.job_list li.cur .job_bg{
    z-index:8;
    opacity: 1; 
}
.job2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999999;
    display: none;
    font-family: "Arial";
}
.job2 .cont{
    width: 100%;
    max-width: 1320px;
    margin:0 auto;
    min-height: 460px;
    background:#fff;
    position: relative;
    z-index:9;
    padding:40px 50px 45px;
}
.job2 .cont h3{
    font-size: 18px;
    color: #231815; 
}
.job2_c{
    display: flex;
    flex-wrap: wrap;
    padding-top:18px;
    border-top:2px solid #125a99;
    margin-top:20px;
}
.job2_c dl{
    width: 38%;
    margin-right: 2%;
}
.job2_c dl:nth-child(1){
    width: 20%;
}
.job2_c dl:last-child{
    margin-right: 0;
}
.job2_c dl dt{
    font-size: 14px;
    color: #231815;
}
.job2_c .p1{
    margin-top:22px;
}
.job2_c .p1 span{
    font-size: 14px;
    color: #231815;
}
.job2_c dl dd{

}
.apply{
    display: block;
    width: 132px;
    height: 46px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background:#125a99;
    margin: 50px auto 0;
    cursor: pointer;
    display: none;
}
.apply:hover{
    color: #fff;
}
.job_list li.cur .job2{
    display: flex;
}
.message1{
    display: none;
    margin-top:35px;
}
.message1 ul{
    display: flex;
    flex-wrap: wrap;
}
.message1 ul li{
    width: calc(33.3333% - 10px);
    margin-bottom:15px;
    margin-right: 15px;
}
/*.message1 ul li:nth-child(2){
    margin-right: 15px;
}*/
.message1 ul li:nth-child(4){
    margin-right: 0;
}
.message1 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message1 ul li input{
    outline: none;
    font-size: 14px;
    color: #b3b5b6;
    width: 100%;
    border:1px solid #d4d2d1;
    line-height: 46px;
    padding:0 14px;
    display: block;
}
.message1 ul li textarea{
    outline: none;
    font-size: 14px;
    color: #b3b5b6;
    width: 100%;
    border:1px solid #d4d2d1;
    line-height: 46px;
    height: 142px;
    padding:0 14px;
    font-family: "微软雅黑";
    display: block;
}
.job2 .cont.cur .message1{
    display: block;
}
.mess_tn input{
    border:none;
    outline: none;
    display: block;
    width: 132px;
    height: 46px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background:#125a99;
    margin: 30px auto 0;
    cursor: pointer;
}
.job_list li:hover .job_more,.job_list li.cur .job_more{
    background:#1669b2;
}
@media(max-width: 1600px){
    .fuli{
        margin-top: 120px;
    }
    .fuli li{
        padding:100px 15px 30px;
    }
    .fuli li h3{
        font-size:22px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fuli li p{
        font-size:15px;
    }
    #gstj p{
        bottom: 15px;
        font-size: 16px;
    }
    .about2_4 .text h3{
        font-size:16px;
    }
    .about2_5{
        padding:90px 0;
    }
    .job_list {
        margin-top: 50px;
    }
    .job1 .text{
        padding: 15px 40px;
        height:100px;
    }
    .job1 .text .pp1{
        font-size:18px;
    }
    .job_more{
        font-size:15px;
        height:100px;
    }
}
@media(max-width: 1280px){
    .about2,.about2_2{
        padding: 70px 0 0;
    }  
    .about2_5,.about2_3{
        padding:70px 0;
    }
    #gstj p{
        padding:0 30px;
    }
}
@media(max-width: 1024px){
    #gstj .swiper-button-prev,#gstj .swiper-button-next{
        display:none;
    }
    #gstj p{
        padding:0 20px;
        font-size:15px;
    }
}
@media(max-width: 820px){
    .about2,.about2_2,.about2_3{
        padding: 55px 0 0;
    }  
    .fuli{
        margin-top: 90px;
    }
    .fuli li{
        width:49%;
        margin-bottom:60px;
        padding: 70px 15px 20px;
    }
    .fuli li:nth-child(2n){
        margin-right:0;
    }
    .fuli li .img1 {
        width:100px;
        top: -50px;
        margin-left: -50px;
    }
    .fuli li h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .about2_5{
        padding:55px 0;
    }
    #gstj,#gshj,.job_list{
        margin-top:30px;
    }
    .job1 .text {
        padding: 15px 20px;
    }
    .job2 .cont{
        padding:25px 20px;
    }
    .job2_c dl{
        width:100%!important;
        margin-right:0;
    }
}
@media(max-width: 640px){
    .about2,.about2_2,.about2_3{
        padding: 35px 0 0;
    }   
    .fuli {
        margin-top: 70px;
    }    
    .fuli li{
        width:100%;
        margin-right:0;
        margin-bottom:50px;
        padding: 55px 15px 20px;
    }
    .fuli li .img1 {
        width: 80px;
        top: -40px;
        margin-left: -40px;
    } 
    .about2_4 .wrap{
        width:100%;
        padding:20px 2%;
    }
    .about2_4 h2.a_t1{
        width:100%;
        margin-bottom:15px;
    }
    .about2_4 .text{
        width:100%;
    }
    .about2_4 .text h3 {
        font-size: 15px;
    }
    .about2_4 .wrap .img2{
        width:60%;
    }
    .about2_5{
        padding:35px 0;
    }
    .job_list li.li1{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
    .job1 .text{
        width:calc(100% - 80px);
        height:80px;
    }
    .job1 .text .pp1 {
        font-size: 15px;
    }
    .job1 .text .pp2{
        font-size:13px;
    }
    .job_more{
        width:80px;
        height:80px;
    }
    .job2 .cont {
        padding: 20px 15px 20px 20px;
    }
    .job2_c{
        max-height: 450px;
        min-height:100px;
        overflow-y: auto;
        padding: 20px 10px 0 0;
        margin-top:12px;
    }
    .job2_c::-webkit-scrollbar {/*滚动条整体样式*/
        width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
    .job2_c::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #20477d;
    }
    .job2_c::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fff;
    }
}

.about4{
    padding:65px 0 0;
}
.about4 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about4 .text{
    width: 50%;
    padding-top:15px;
}
.about4 .text h2.a_t1{
    margin-bottom:54px;
    text-align: left;
}
.about4 .text dl{
    background:#1669b2;
    max-width: 530px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:15px 38px;
    margin-bottom:10px;
    position: relative;
}
.about4 .text dl dt{
    font-size:24px;
    color: #ffffff;  
    width: 100%;  
}
.about4 .text dl dd{
    font-size:16px;
    color: #fff;
    opacity: 0.7;
    width: 100%;  
    font-family: 'Arial';
} 
.about4 .text dl .img2{
    position: absolute;
    right:12px;
    bottom:12px;
}
.about4 .img1{
    position: relative;
    width: 55%;
    margin-right: -5%;
}
.message2{
    padding:10px 0 120px;
}
.message2 .a_t1{
    text-align: left;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:54px;
}
.message2 ul li{
    margin-bottom:15px;
    width: 32%;
    margin-right: 2%;
}
.message2 ul li:nth-child(3){
    margin-right: 0;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li input{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    border: none;
    line-height: 74px;
    height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.message2 ul li textarea{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    height: 120px;
    border: none;
    line-height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.mess_tn2 input{
    border: none;
    outline: none;
    display: block;
    width: 160px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #125a99;
    margin: 30px auto 0;
    cursor: pointer; 
    border-radius: 6px;   
}
@media(max-width: 1600px){
    .about4 .text h2.a_t1 {
        margin-bottom: 35px;
    }
    .about4 .text dl dt{
        font-size:20px;
    }
    .about4 .text dl dd{
        font-size:15px;
    }
    .message2{
        padding:30px 0 90px;
    }

    .message2 ul li input{
        line-height:45px;
        height:45px;
        font-size:15px;
    }
    .message2 ul li textarea{
        line-height:45px;
        font-size:15px;        
    }
}
@media(max-width: 1280px){
    .about4 .img1{
        width:50%;
        display:flex;
        align-items:center;
    }
    .message2 ul{
        margin-top:35px;
    }    
}
@media(max-width: 1024px){
    .about4 .text{
        padding-top: 15px;
    }
    .about4 .text dl{
        height:140px;
    }
}
@media(max-width: 820px){
    .about4 {
        padding: 55px 0 0;
    }
    .about4 .text h2.a_t1 {
        margin-bottom: 20px;
    }
    .message2 {
        padding: 30px 0 70px;
    }
    .message2 .a_t1{
        font-size:20px;
    }

}
@media(max-width: 640px){
    .about4 {
        padding: 35px 0 0;
    }
    .about4 .text{
        width:100%;
    }
    .about4 .img1{
        width:100%;
        margin-right:0;
    }
    .about4 .text dl {
        height: 120px;
    }
    .about4 .text dl dt {
        font-size: 17px;
    }
    .about4 .text dl dd {
        font-size: 14px;
    }
    .message2 {
        padding: 30px 0 35px;
    }
    .message2 ul li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .mess_tn2 input{
        width: 140px;
        height: 45px;
        font-size: 15px;
        margin: 15px auto 0;
    }
}


.n_news{
    padding:105px 0;
}
.news_list{

}
.news_list li{
    margin-bottom:36px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px rgba(22,105,178,.12);
}
.news_list li a .img{
    width: 480px;
}
.news_list li a .text{
    width: calc(100% - 480px);
    padding:20px 55px 20px 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list li a .text .txt{
    width: calc(100% - 90px);
    padding-right: 50px;
    max-width: 615px;
}
.news_list li a .text h3{
    font-size:26px;
    line-height: 1;
    color: #1669b2;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_intro{
    font-size:16px;
    color: #808080;
    line-height: 1.6;
    margin:15px 0 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .text i{
    font-style: normal;
}
.news_list li a .text .date1{
    width: 90px;
    text-align: center;
}
.news_list li a .text .date1 .p1{
    font-size:36px;
    color: #333333;
    font-family: "Impact";
    line-height: 1.4;
}
.news_list li a .text .date1 .p2{
    font-size:20px;
    color: #999999;
}
.news_detail{
    padding:50px 0 105px;

}
.news_detail .wrap{
    padding:80px 150px;
    background:#f5f5f5;
}
.news_detail h1{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    margin-bottom:15px;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #999999;
    padding-bottom: 40px;
    border-bottom:1px solid #ccc;
    font-family: "Arial";
    /*margin-bottom: 15px;*/
}
.info_title span{
    font-family: "Arial";    
}
.news_detail .content{
    font-size:16px;
    color: #333333;
    margin-bottom:55px;
    padding:45px 0 105px;
    border-bottom:1px solid #ccc;
}
.news_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_bottom .page{
    width: calc(100% - 180px);
    padding-right: 30px;
}
a.back{
    width: 180px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    color: #125a99;
    border:1px solid #125a99;
    border-radius: 6px;
}
a.back i{
    display: block;
    font-style: normal;
    width: 26px;
    height: 19px;
    background:url(../images/back.png) no-repeat center;
    margin-right: 25px;
}
a.back:hover{
    background:#fff;
}
.page{
    font-size: 18px;
    color: #1a1a1a;    
}
.page a{
    font-size: 18px;
    color: #1a1a1a;     
}
.page a:hover{
    color: #125a99;
}

@media(max-width: 1600px){
    .n_news {
        padding: 90px 0;
    }
    .news_list li a .text{
        padding:20px 50px 20px 50px;
    }
    .news_list li a .text h3{
        font-size:20px;
    }
    .news_intro{
        font-size:14px;
        margin: 15px 0 30px;
    }
    .news_list li a .text .date1 .p1{
        font-size:30px;
    }
    .news_detail {
        padding: 50px 0 75px;
    }
    .news_detail .wrap{
        padding:50px 100px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .info_title {
        font-size: 14px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }
    .news_detail .content {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 30px 0 75px;
    }
    .page,.page a{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_news {
        padding: 70px 0;
    }  
    .news_list li a .img{
        width:350px;
    }
    .news_list li a .text {
        width:calc(100% - 350px);
        padding: 20px 35px;
    }
    .news_list li a .text .txt{
        padding-right:25px;
    }
    .news_detail {
        padding: 50px 0;
    }
    .news_detail .wrap{
        padding:35px 60px;
    }
    .news_detail h1{
        font-size:22px;
    }
    .info_title {
        padding-bottom: 15px;
    }
    .news_detail .content {
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .page,.page a{
        font-size:14px;
    }
    a.back {
        width: 150px;
        height: 46px;
        font-size: 15px;
    }
    a.back i{
        margin-right:15px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .n_news {
        padding: 55px 0;
    }
    .news_list li{
        margin-bottom:20px;
    }
    .news_list li a .text .txt{
        width:100%;
        padding-right:0;
    }
    .news_intro {
        margin: 10px 0 20px;
    }
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .text .date1{
        display:none;
    }
    .news_detail {
        padding: 45px 0;
    }
    .news_detail .wrap{
        padding:25px 30px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title {
        padding-bottom: 12px;
    }
    .news_detail .content {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .news_bottom .page{
        width:100%;
        padding-right:0;
        margin-bottom:10px;
    }
}
@media(max-width: 640px){
    .n_news {
        padding: 35px 0;
    } 
    .news_list li{
        margin-bottom:15px;
    }
    .news_list li a .img{
        width:100%;
    }
    .news_list li a .text{
        width:100%;
        padding:20px;
    }
    .news_detail {
        padding: 30px 0;
    }
    .news_detail .wrap{
        padding:20px 20px;
    }
    .news_detail h1{
        font-size:18px;
    }

}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


@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:#125a99 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#125a99;color:#fff; text-decoration:none;border:#125a99 1px solid;}
.pageController .currPage {background-color: #125a99;color:#ff0000;border:#125a99 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: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    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:56px;
    }
}


/*客服1*/
.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;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    /*display: none;*/
    position: fixed;
    bottom: 15%;
    right: 5px;
    z-index: 905;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 8px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
    font-family: 'Arial';
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #125a99;
    background: #125a99;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #125a99;
    background: #125a99;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #125a99;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none!important;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}