﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
.head{
    display: flex;
    justify-content: space-between;
    height: 82px;
    border:none;
    padding:0 85px;
    position: relative;
}
.logo{
    display: flex;
    align-items: center;
}
.logo .img2{
    display: none;
}
.logo_text{
    font-size:18px;
    color: #000000;
    font-family: "思源黑体";
    line-height: 1.4;
    padding-left: 24px;
    font-weight: 600;
}
.head_r{
    display: flex;
}
.nav{
    display: flex;
}
.nav li{
    margin-right: 50px;
    position: relative;
}
.nav li a{
    line-height: 82px;
    display: block;
    font-size:18px;
    color: #5a5a5a;
}
.nav li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 3px;
    border-radius: 1.5px;
    background:#ee001a;
    transition: all 0.5s ease-out;
}
.nav li a.cur{
    color: #000;
}
.nav li:hover a:after{
    width: 100%;
    left:0;
}
.nav li a.cur:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    position: absolute;
    top:80px;
    left:0;
    display: none;
    background:#fff;
    opacity: 0;
}
.nav li .b_nav a{
    line-height: 2em;
    font-size:15px;
    color: #666;
}
a.language{
    display: flex;
    align-items: center;
    padding-left: 24px;
    cursor: pointer;
    font-size: 16px;
    background: url(../images/language.gif) no-repeat left center;
    background-size: 18px; 
    color: #5a5a5a;  
    margin-right: 20px;
}
header.on a.language{
    color: #fff;
    background: url(../images/language_h.gif) no-repeat left center;
    background-size: 18px; 
}
.f_icons{
    display: flex;
    align-items: center;
    padding-right: 24px;
    position: relative;
}
.f_icons:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-12px;
    width: 1px;
    height: 24px;
    background:#bbbbbb;
}
.f_icons a{
    display: block;
    position: relative;
    line-height: 82px;
    height: 82px;
    margin-right: 12px;
    width: 28px;
}
.f_icons a:nth-child(1){
    background:url(../images/h_ico1-2.png) no-repeat center;
}
.f_icons a:nth-child(2){
    background:url(../images/h_ico2-2.png) no-repeat center;
}
.f_icons a:last-child{
    margin-right: 0;
    background:url(../images/h_ico3-2.png) no-repeat center;
}
.h_tel{
    position: absolute;
    top:82px;
    left:0;
    width: 150px;
    font-size:14px;
    color: #666;
    background:#fff;
    border-radius: 5px;
    padding:5px;
    line-height: 2em;
    display: none;
    box-shadow: 0 0 10px #f9f9f9;
}
.f_icons a:hover .h_tel,.f_icons a:hover .h_code{
    display: block;
}
.h_code{
    position: absolute;
    top:82px;
    left:50%;
    width: 120px;
    margin-left: -60px;
    z-index:9;
    display: none;
}
.ss{
/*    position: relative;*/
    width: 44px;
    line-height: 82px;
    text-align: right;
}
.ss .img1{
    display: none;
}

.search{
    position: absolute;
    top:75px;
    left:0px;
    display: none;
    width: 100%;
    padding:50px 0;
    background:#fff;
    box-shadow: 0px 0px 10px #eee;
}
.ss:hover .search{
    display: flex;
    justify-content: center;
}
#formsearch{
    display: flex;
    width: 400px;
}
#formsearch input{
    line-height: 50px;
    border:none;
    outline: none;
}
#keyword{
    width: 350px;
    background:#f5f5f5;
    font-size:14px;
    color: #999;
    padding:0 12px;
}
#s_btn{
    width: 50px;
    background:url(../images/ss2.png) no-repeat center #f5f5f5;
}
header.on{
    background:none;
    box-shadow: none;
}
header.on .head{
    border-bottom: 1px solid rgba(255,255,255,.14);
}
header.on .logo .img1{
    display: none;
}
header.on .logo .img2{
    display: inline-block;
}
header.on .logo .logo_text{
    color: #f8f8f8;
}
header.on .nav li a{
    color: #fff;
}
header.on .nav li a.cur{
    color: #fff;
}
/*header.on .nav li a:after{
    background:#fff;
}*/
header.on .f_icons a:nth-child(1){
    background:url(../images/h_ico1.png) no-repeat center;
}
header.on .f_icons a:nth-child(2){
    background:url(../images/h_ico2.png) no-repeat center;
}
header.on .f_icons a:last-child{
    margin-right: 0;
    background:url(../images/h_ico3.png) no-repeat center;
}
header.on .ss .img1{
    display: inline-block;
}
header.on .ss .img2{
    display: none;
}
header.on .ss:before{
    background:#fff;
}
.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;
}

#c-banner1{
    position: relative;
    width: 100%;
    height: 100vh;
}
/*#c-banner1 .swiper-slide#sw1:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width: 100%;*/
/*    height:100%;*/
/*    background:rgba(0,0,0,.48);*/
/*    z-index:2;*/
/*}*/
#c-banner1 .img1,#c-banner1 .img1 img{
    width: 100%;
    height: 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 p.p1{
    margin-bottom:38px;
}
.banner_text p.p2{
    font-size:30px;
    font-weight: bold;
    line-height: 1;
}
.banner_text p.p2 span{
    font-size:66px;
    color: #ee001a;
}
.banner_text p.p3{
    font-size:36px;
    margin-top:10px;
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
    color: #fff;  
}
.banner_text2 .p1{
    /*font-size: 82px;*/
    /*color: #ee001a;*/
    background-image: -webkit-linear-gradient(bottom, #e63044, #ee001a, #ee001a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.banner_text2 .p2{
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin:27px 0;
}
.banner_text2 .p3{
    
}
.banner_text2 .p4{
    font-size: 18px;
    margin-top:18px;
    max-width: 515px;
}
.banner_text3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
    color: #fff;  
}
.banner_text3 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:220px;
    /*height: 100vh;*/
}
.banner_text3 .text{
    width: 39%;
    color: #fff;
    padding-top:50px;
}
.banner_text3 p.p1{
    display: inline-block;
    padding:0 35px;
    border-radius: 29px;
    background: #ee001a;
    font-size: 24px;
    line-height: 58px;
}
.banner_text3 p.p2{
    font-size:48px;
    line-height: 1;
    margin:38px 0 32px;
}
.banner_text3 p.p3{
    font-size:20px;
    line-height: 1.8;
}
.banner_text3 .img3{
    width: 57%;
}
#c-banner1 .swiper-pagination{
    bottom:35px;
    text-align: right;
    padding:0 90px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    background:none;
    margin: 0;
    width:auto;
    height: 16px;
    line-height: 16px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    margin-right: 22px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0!important;
    width:auto!important;
}
/*#c-banner1 .swiper-pagination .swiper-pagination-bullet:last-child:after{
    display: none;
}*/
#c-banner1 .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    left:28px;
    top:50%;
    width: 0px;
    height: 2px;
    background:#fff;
    margin-top:-1px;
    transition-timing-function: linear;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    width:70px;
    background:none;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
    width: 42px;
    animation: middle 4s linear;
}
@keyframes middle {
  0% {
    width: 0px;
  }
  100% {
    width: 42px;
  }
}
#c-banner1 .swiper-button-prev,#c-banner1 .swiper-button-next{
    width: 50px;
    height: 50px;
    outline: none;
    top:100%;
    margin-top:-96px;
    opacity: 1;
    cursor: pointer;
}
#c-banner1 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:85px;
}
#c-banner1 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;
    transform: rotate(-180deg);
}
#c-banner1 .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(-180deg);
    left:155px;
}
#c-banner1 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;
    transform: rotate(0deg);
}
.shubiao{
    position: absolute;
    left:0;
    bottom:30px;
    width: 100%;
    z-index:9;
    text-align: center;
}
.shubiao img{
    position: relative;
    animation: scroll 1.2s linear infinite;
    -webkit-animation: scroll 1.2s linear infinite;
}
@keyframes scroll {
  0% {
    top:-20px;
  }
  100% {
    top:-0px;
  }
}
@-webkit-keyframes scroll {
  0% {
    top:-20px;
  }
  100% {
    top:-0px;
  }
}
@media(max-width: 1600px){
    .head{
        padding:0 50px;
    }
    .logo_text{
        font-size:15px;
        padding-left:20px;
    }
    .nav li a{
        font-size:16px;
    }
    .banner_text2 .p2{
        font-size:42px;
    }
    .banner_text2 .p4{
        font-size:15px;
    }
    .banner_text3 p.p1{
        padding:0 30px;
        border-radius: 25px;
        font-size: 20px;
        line-height: 50px;
    }
    .banner_text3 p.p2{
        font-size:36px;
    }
    .banner_text3 p.p3{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    .nav li{
        margin-right:30px;
    }
    .banner_text p.p2{
        font-size:24px;
    }
    .banner_text p.p2 span{
        font-size:46px;
    }
    .banner_text p.p3 {
        font-size: 24px;
    }
    .banner_text2 .p1 img{
        max-height:50px;
    }
    .banner_text2 .p2{
        font-size:32px;
    }
    .banner_text2 .p4{
        font-size:14px;
    }
    .banner_text3 .text{
        padding-top:30px;
    }
    .banner_text3 p.p1{
        padding:0 20px;
        border-radius: 23px;
        font-size: 18px;
        line-height: 46px;
    }
    .banner_text3 p.p2{
        font-size:32px;
        margin: 30px 0 25px;
    }
    .banner_text3 p.p3{
        font-size:14px;
    }
}
@media(max-width: 1259px){
    .f_icons{
        display:none;
    }
    a.language{
        margin-right:0;
        margin-left:20px;
    }
    .ss{
        display:none;
    }
    .nav li:last-child{
        margin-right:0;
    }
    #c-banner1{
        height:auto;
    }
}
@media(max-width: 1199px){
    .banner_text2 .p1 img{
        max-height:36px;
    }
    .banner_text2 .p2{
        font-size:26px;
    }
    .banner_text3 .wrap{
        padding-top:120px;
    }
    .banner_text3 .text{
        padding-top:0px;
    }
    .banner_text3 p.p1{
        border-radius: 21px;
        font-size: 16px;
        line-height: 42px;
    }
    .banner_text3 p.p2{
        font-size:26px;
        margin: 25px 0 20px;
    }
}
@media(max-width: 992px){
    .head {
        padding: 0 30px;
    }
    .logo_text{
        font-size:14px;
    }
    .nav li {
        margin-right: 20px;
    }
    .banner_text p.p1{
        margin-bottom:20px;
    }
    .banner_text p.p1 img{
        max-height:55px;
    }
    .banner_text p.p2{
        font-size:20px;
    }
    .banner_text p.p2 span{
        font-size:36px;
    }
    .banner_text p.p3 {
        font-size: 16px;
    }
    #c-banner1 .swiper-button-prev,#c-banner1 .swiper-button-next{
        display:none;
    }
    #c-banner1 .swiper-pagination,.shubiao{
        bottom:10px;
    }
    .banner_text2 .p1 img{
        max-height:30px;
    }
    .banner_text2 .p2{
        font-size:24px;
    }
    .banner_text3 .wrap{
        padding-top:70px;
    }
    .banner_text3 p.p1{
        border-radius: 20px;
        font-size: 15px;
        line-height: 40px;
    }
    .banner_text3 p.p2{
        font-size:24px;
        margin: 25px 0 20px;
    }
}
@media(max-width: 880px){
    /*a.language{*/
    /*    display: none;*/
    /*}*/
    .nav li {
        margin-right: 15px;
    }
    .nav li a{
        font-size:15px;
    }
}
@media(max-width: 820px){
    .h80{
        width: 100%;
        height: 80px;
    }
    .shubiao{
        display:none;
    }
/*}*/
/*@media(max-width: 768px){*/
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .head{
        height:55px;
        padding:0 20px;
    }
    .logo{
        /*width: 40%;*/
/*        float: none;*/
    }
    .logo img{
        max-height:45px;
    }
    .logo_text{
        font-size:13px;
        padding-left: 12px;
    }
    .menu-button{
        top:25px;
    }
    .h80{
        height: 55px!important;
    }
    .banner_text p.p1 img{
        height:35px;
    }
    .banner_text p.p2{
        font-size:16px;
    }
    .banner_text p.p2 span{
        font-size:24px;
    }
    .banner_text p.p3 {
        font-size: 15px;
        margin-top:5px;
    }
    #c-banner1 .swiper-pagination{
        padding:0 45px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        width:50px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
        width: 25px;
    }
    @keyframes middle {
      0% {
        width: 0px;
      }
      100% {
        width: 25px;
      }
    }
    .banner_text2 .p1{
        display: none;
    }
    .banner_text2 .p1 img {
        max-height: 25px;
    }
    .banner_text2 .p2 {
        font-size: 18px;
        margin: 0px 0;
    }
    .banner_text2 .p3{
        display: none;
    }
    .banner_text3 .wrap{
        padding-top:0px;
    }
    .banner_text2 .p4{
        margin-top: 12px;
        font-size: 13px;
    }
    .banner_text3 .text{
        width: 100%;
    }
    .banner_text3 p.p1{
        border-radius: 18px;
        font-size: 14px;
        line-height: 34px;
        padding:0 15px;
    }
    .banner_text3 p.p2{
        font-size:16px;
        margin: 15px 0 10px;
    }
    .banner_text3 p.p3{
        font-size:12px;
    }
    .banner_text3 .img3{
        width: 100%;
        display: none;
    }
}
@media(max-width:460px){
    .banner_text,.banner_text2,.banner_text3,#c-banner1 .swiper-slide#sw1:after{
        display:none;
    }
}

.service-wrap2{
    background:url(../images/index2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.wrap{
    width: 85%;
    max-width: 1550px;
    margin:0 auto;
}
.service-wrap2 .txt1{
    font-size:36px;
    font-weight: bold;
    line-height: 1.4;
}
.service-wrap2 .txt2{
    font-size:18px;
    margin:50px 0 75px;
    max-width: 725px;
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:100px;
}
.num_list1 li{
    text-align: center;
    margin-right: 80px;
}
.num_list1 li:last-child{
    margin-right: 0;
}
.num_list1 .p1{
    font-size:52px;
    color: #1f62b1;
    font-family: "Agency FB";
    font-weight: bold;
    line-height: 1;
}
.num_list1 .p2{
    font-size:15px;
    margin-top:10px;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    line-height: 52px;
    height: 52px;
    border-radius: 4px;
    background:#ee001a;
    font-size:16px;
    color: #fff;
}
a.more1 i{
    display: block;
    font-style: normal;
    margin-left: 26px;
    transition: all 0.4s ease-out;
}
a.more1:hover i{
    margin-left: 12px;
}
@media(max-width: 1600px){
    .service-wrap2 .txt1{
        font-size:30px;
    }
    .service-wrap2 .txt2{
        font-size:15px;
    }
    .num_list1 .p1{
        font-size:46px;
    }
    .num_list1 .p2 {
        font-size: 14px;
        margin-top: 5px;
    }
    a.more1{
        font-size:15px;
        width:150px;
    }
}
@media(max-width: 1280px){
    a.more1{
        font-size:14px;
        width:130px;
        line-height: 42px;
        height: 42px;
    }    
}
@media(max-width: 1259px){
    .service-wrap2{
        padding:70px 0;
    }
    .wrap{
        width:88%;
    }
}
@media(max-width: 1024px){

    a.more1 {
        font-size: 13px;
        width: 120px;
        line-height: 40px;
        height: 40px;
    }
    a.more1 i{
        margin-left:20px;
    }
    a.more1:hover i{
        margin-left: 10px;
    }
}
@media(max-width: 820px){
    .wrap{
        width:92%;
    }
    .service-wrap2{
        padding:55px 0;
    }    
    .service-wrap2 .txt1{
        font-size:24px;
    }
    .service-wrap2 .txt2 {
        font-size: 14px;
        margin: 35px 0 50px;
    }
    .num_list1{
        margin-bottom:60px;
    }
    .num_list1 .p1{
        font-size:36px;
    }
}
@media(max-width: 640px){
    .service-wrap2{
        padding:35px 0;
    } 
    .service-wrap2 .wrap{
        width:100%;
    }
    .service-wrap2 .txt1{
        font-size:20px;
        padding:0 4%;
    }
    .service-wrap2 .txt2 {
        margin: 20px 0 30px;
         padding:0 4%;
    }
    .num_list1 {
        margin-bottom: 30px;
    }
    .num_list1 li{
        margin-right:0px;
        width:25%;
    }
    .num_list1 .p1{
        font-size:22px;
    }
    .num_list1 .p2{
        font-size:12px;
        transform:scale(0.8);
    }
    .service-wrap2 a.more1{
        margin-left:4%;
    }
}


.service-wrap3{
    background:url(../images/index3.jpg) no-repeat center;
    background-size: cover;
}
.index_top1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:95px;
}
.index_t1{
    position: relative;
    width: 360px;
}
.index_t1 .p1{
    font-size:48px;
    color: #5a5a5a;
    font-weight: bold;
    opacity: 0.1;
    line-height: 1;
    padding-bottom:22px;
}
.index_t1 .p2{
    font-size:40px;
    color: #000000;
    line-height: 1;
    position: absolute;
    bottom:0;
    left:0;
}
.sort1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 360px);
    padding-left: 30px;
}
.sort1 li{

}
.sort1 li a{
    display: block;
    line-height: 40px;
    position: relative;
    font-size:18px;
    color: #5a5a5a;
}
.sort1 li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 3px;
    background:#1f62b1;
    transition: all 0.3s ease-out;
}
.sort1 li.on a,.sort1 li a:hover{
    color: #000000;
}
.sort1 li.on a:after,.sort1 li a:hover:after{
    left:0;
    width: 100%;
}
.index3_cont{
    padding:0 75px;
}
#c-banner2{
    overflow: visible;
}
#c-banner2 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
#c-banner2 .swiper-slide .img{
    width: 50%;
}
#c-banner2 .swiper-slide .img img{
    width: 100%;
    height: 100%;
}
#c-banner2 .swiper-slide .text{
    width: 50%;
    background:#fff;
    padding:30px 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#c-banner2 .swiper-slide .text h3{
    font-size:30px;
    color: #000000;
}
#c-banner2 .swiper-slide .text .txt{
    margin: 50px 0 70px;
}
#c-banner2 .swiper-slide .text .txt p{
    font-size:18px;
    color: #5a5a5a;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
    margin-bottom:10px;
}
#c-banner2 .swiper-slide .text .txt p:last-child{
    margin-bottom:0;
}
#c-banner2 .swiper-slide .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:12px;
    width: 8px;
    height: 8px;
    background:#1f62b1;
    border-radius: 50%;
}
#c-banner2 .swiper-button-prev,#c-banner2 .swiper-button-next{
    width: 56px;
    height: 56px;
    margin-top:-23px;
    cursor: pointer;
}
#c-banner2 .swiper-button-prev{
    left:-23px;
    background:url(../images/left2.png) no-repeat center;
}
#c-banner2 .swiper-button-prev:hover{
    background:url(../images/right2.png) no-repeat center;
    transform: rotate(-180deg);
}
#c-banner2 .swiper-button-next{
    right:-23px;
    background:url(../images/left2.png) no-repeat center;
    transform: rotate(-180deg);
}
#c-banner2 .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center;
    transform: rotate(0deg);
}
@media(max-width: 1600px){
    .index_t1{
        width:320px;
    }
    .index_t1 .p1{
        font-size:40px;
    }
    .index_t1 .p2{
        font-size:32px;
    }
    .sort1{
        width: calc(100% - 320px);
    }
    .sort1 li a{
        font-size:15px;
    }
    #c-banner2 .swiper-slide .text{
        padding:20px 35px;
    }
    #c-banner2 .swiper-slide .text .txt {
        margin: 20px 0 30px;
    }
    #c-banner2 .swiper-slide .text h3{
        font-size:24px;
    }
    #c-banner2 .swiper-slide .text .txt p{
        font-size:15px;
    }
    #c-banner2 .swiper-slide .text .txt p:before{
        top:10px;
    }
}
@media(max-width: 1280px){
    #c-banner2 .swiper-slide .text{
        padding:15px 20px;
    }
    #c-banner2 .swiper-slide .text .txt {
        margin: 20px 0 30px;
    }
    #c-banner2 .swiper-slide .text h3{
        font-size:20px;
    }
    #c-banner2 .swiper-slide .text .txt p{
        font-size:14px;
    }
    #c-banner2 .swiper-slide .text .txt p:before{
        top:8px;
    }    
}
@media(max-width: 1259px){
    .service-wrap3{
        padding:70px 0;
    }
    .index_top1{
        margin-bottom:60px;
    }
}
@media(max-width: 1024px){
    #c-banner2 .swiper-slide .text h3 {
        font-size: 16px;
    }
    #c-banner2 .swiper-slide .text .txt {
        margin: 12px 0 20px;
    }
    #c-banner2 .swiper-slide .text .txt p{
        margin-bottom:5px;
    }

}
@media(max-width: 992px){
    .index_top1{
        margin-bottom:30px;
    }
    .index_t1{
        width: 100%;
    }
    .sort1{
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    .index3_cont{
        padding:0 0px;
        overflow:hidden;
    }
    #c-banner2{
        
    }
    #c-banner2 .swiper-button-prev{
        left:0;
        display:none;
    }
    #c-banner2 .swiper-button-next{
        right:0;
        display:none;
    }
    #c-banner2 .swiper-slide .text .txt p{
        margin-bottom:0;
    }
}
@media(max-width: 820px){
    .service-wrap3{
        padding:55px 0;
    }
    .index_t1 .p1{
        font-size:36px;
    }
    .index_t1 .p2{
        font-size:28px;
    }
    .sort1{
        justify-content:flex-start;
    }
    .sort1 li{
        margin-right:10px;
    }
    .sort1 li:last-child{
        margin-right:0;
    }

}
@media(max-width: 640px){
    .service-wrap3{
        padding:35px 0;
    } 
    .index_top1 {
        margin-bottom: 20px;
    }
    .index_t1 .p1{
        font-size:30px;
    }
    .index_t1 .p2{
        font-size:22px;
    }
    #c-banner2 .swiper-slide .img{
        width:100%;
    }
    #c-banner2 .swiper-slide .text{
        width:100%;
    }
    .sort1 li a{
        font-size:14px;
    }
    .sort1 li a:after{
        height:2px;
    }
}


.service-wrap4{
    color: #fff;
    position: relative;
}
.service-wrap4 .index_t1{
    width: 100%;
    margin-top:100px;
}
.service-wrap4 .index_t1 .p1,.service-wrap4 .index_t1 .p2{
    color: #ffffff;
}
.case_img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index:-1;
}
.case_img .img1{
    display: none;
    width: 100%;
    height:100%;
}
.case_img .img1 img{
    width: 100%;
    height:100%;    
}
.case_tab{
    margin:95px 0 115px;
}
.case_tab .tab1{
    display: none;
    color: #fff;
}
.case_tab h3{
    font-size:36px;
    line-height: 1;
    margin-bottom:38px;
}
.case_tab p{
    font-size:18px;
    max-width: 750px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2em;
    height: 8em;
}
.c_list{
    display: flex;
    flex-wrap: wrap;
}
.c_list li{
    width: calc(33.333% - 0.7px);
    margin-right: 1px;
    margin-bottom: 1px;
}
.c_list li:nth-child(3n){
    margin-right: 0;
}
.c_list li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 118px;
    width: 100%;
    background:rgba(255,255,255,.12);
}
.c_list li a .img1{

}
.c_list li a .text{
    padding-left: 22px;
}
.c_list li a .text h3{
    font-size:24px;
    line-height: 1em;
}
.c_list li a .text p{
    font-family: "微软雅黑";
    font-size:16px;
    opacity: 0.3;
    font-weight: 100;
}
.c_list li.cur{
    background:#1f62b1;
}

@media(max-width: 1600px){
    .case_tab {
        margin: 70px 0;
    }
    .case_tab h3{
        font-size:32px;
        margin-bottom: 20px;
    }
    .case_tab p{
        font-size:15px;
    }
    .c_list li a{
        height:110px;
    }
    .c_list li a .text h3{
        font-size:20px;
    }
    .c_list li a .text p{
        font-size:15px;
        line-height:1;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .case_tab {
        margin: 50px 0;
    } 
    .c_list li a{
        height:100px;
    }
}
@media(max-width: 1259px){
    .service-wrap4{
        padding:70px 0;
    }
    .service-wrap4 .index_t1{
        margin-top:0;
    }
}
@media(max-width: 820px){
    .service-wrap4{
        padding:55px 0;
    }
    .case_tab h3{
        font-size:24px;
    }
    .case_tab p{
        font-size:14px;
    }
    .c_list li a{
        height:80px;
    }
    .c_list li a .text h3{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .service-wrap4{
        padding:35px 0;
    }
    .case_tab {
        margin: 30px 0;
    }
    .case_tab h3{
        font-size:18px;
        margin-bottom:15px;
    }
    .c_list li{
        width: calc(50% - 0.5px);
    }
    .c_list li:nth-child(3n) {
        margin-right: 1px;
    }
    .c_list li:nth-child(2n) {
        margin-right: 0;
    }
    .c_list li a{
        height:65px;
        padding:0 15px;
    }
    .c_list li a .img1{
        width:30px;
    }
    .c_list li a .text{
        padding-left:15px;
        width:calc(100% - 30px);
    }
    .c_list li a .text h3{
        font-size:16px;
    }   
    .c_list li a .text p{
        font-size:13px;
        margin-top: 6px;
    }
}


.service-wrap5{

}
.index_top2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:46px;
    margin-top:80px;
    align-items: center;
}
#c-banner3{
    padding-bottom:130px;
}
a.news_info{
    display: block;
}
a.news_info .img{
    border-radius: 8px;
}
a.news_info .date1{
    padding-left: 22px;
    background:url(../images/date1.png) no-repeat left center;
    font-size:14px;
    color: #999999;
    margin:28px 0;
}
a.news_info h3{
    font-size:24px;
    color: #333333;
    line-height: 1.2;
    font-weight: normal;
}
a.news_info .txt{
    margin:25px 0 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
    color: #888888;
}
#c-banner3 .swiper-slide a em{
    font-size:14px;
    color: #c82126;
    font-style: normal;
}
#c-banner3 .swiper-slide a em i{
    margin-left: 12px;
    font-style: normal;
}
a.news_info:hover .img img{
    transform: scale(1.2);
}
#c-banner3 .swiper-slide a:hover h3{
    color: #c82126;
}
/*#c-banner3 .swiper-slide a em:hover{
    text-decoration: underline;
}*/
#c-banner3 .swiper-pagination{
    top:100%;
    margin-top:-32px;
    background:#bdbdbd;
}
#c-banner3 .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#c82126;
}
.swiper_btn2{
    position: absolute;
    left:240px;
    bottom:3px;
    width: 52px;
    height: 52px;
    background:#fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #eee;
    z-index:11;
    background:#fff;
}
.swiper_btn2c{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper_btn2c .swiper-button-prev{
    width: 10px;
    height: 14px;
    background:url(../images/left3.png) no-repeat center;
    margin-top:-7px;
}
.swiper_btn2c .swiper-button-next{
    width: 10px;
    height: 14px;
    background:url(../images/left3.png) no-repeat center;  
    margin-top:-7px;
    transform: rotate(-180deg);  
}
.swiper_btn2c .swiper-button-prev:hover{
    background:url(../images/right3.png) no-repeat center;
    transform: rotate(-180deg);  
}
.swiper_btn2c .swiper-button-next:hover{
    background:url(../images/right3.png) no-repeat center;
    transform: rotate(0deg); 
}
@media(max-width: 1600px){

    #c-banner3 {
        padding-bottom: 90px;
    }
    a.news_info .date1{
        margin:20px 0;
    }
    a.news_info h3{
        font-size:18px;
    }
    a.news_info .txt {
        margin: 15px 0 20px;
        font-size: 15px;
        line-height: 1.8;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1259px){
    .service-wrap5{
        padding:70px 0;
    }
    .index_top2{
        margin-top:0;
    }
}
@media(max-width: 992px){
    .index_top2 .index_t1{
        width:200px;
    }

}
@media(max-width: 820px){
    .service-wrap5{
        padding:55px 0;
    }
    a.news_info .date1 {
        margin: 20px 0 10px;
    }  
    .swiper_btn2{
        left:200px;
    }
}
@media(max-width: 767px){
    .service-wrap5{
        padding:35px 0;
    }

    .index3 a.more1{
        display: none;
    }
    .index3_r{
        width: 100%;
        padding:0 4%;
    } 
    .swiper_btn2{
        left:70px;
    }
    #c-banner3 {
        padding-bottom: 75px;
    }
    a.news_info h3 {
        font-size: 16px;
    }
}
@media(max-width: 460px){
    
}

.service-wrap6 .fp-tableCell {
    vertical-align: bottom;
}
.f_message{
    background:url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0 80px;
/*    margin-top:88px;*/
}
.f_message h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.f_message ul{
    display: flex;
    flex-wrap: wrap;
}
.f_message ul li{
    width: 25%;
    margin-right: 2.9%;
    color: #fff;
    position: relative;
}
.f_message ul li .m_label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    background: none;
}
.f_message ul li input{
    border:1px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    background:none;
    width: 100%;
    outline: none;
    text-indent: 50px;
}
.f_message ul li:before{
    content:'';
    position: absolute;
    top:50%;
    left:23px;    
}
.f_message ul li:nth-child(1):before{
    width: 18px;
    height: 21px;
    margin-top:-10.5px;
    background:url(../images/mess1.png) no-repeat center;
}
.f_message ul li:nth-child(2):before{
    width: 14px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/mess2.png) no-repeat center;
}
.f_message ul li:nth-child(3):before{
    width: 22px;
    height: 18px;
    margin-top:-9px;
    background:url(../images/mess3.png) no-repeat center;
}
.f_message ul li input::-webkit-input-placeholder{
    /*Webkit browsers*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-moz-placeholder{
    /*Mozilla Firefox 4 to 8*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input::moz-placeholder{
    /*Mozilla Firefox 19+*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-ms-input-placeholder{
    /*Internet Explorer 10+*/
    color:#fff;
    font-size:16px;
}
.f_message ul .mess_tn{
    width: 16.25%;
}
.f_message ul .mess_tn input{
    display: block;
    width: 100%;
    background:#ee001a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border:none;
    outline: none;
    line-height: 58px;
    cursor: pointer;
}
footer{
    background:#333333;
}
.foot{
    padding:85px 0 75px;
    display: flex;
    flex-wrap: wrap;
}
.foot_l{
    width: 30%;
}
.f_contact{
    margin-top:45px;
}
.f_contact p{
    font-size:16px;
    color: #fff;   
    line-height: 1.4; 
}
.f_contact p:nth-child(1),.f_contact p:nth-child(3),.f_contact p:nth-child(5){
    font-size:14px;
    color: #999999;
    margin-bottom:5px;
}
.f_contact p:nth-child(2){
    font-size:22px;
}
.f_contact p:nth-child(2),.f_contact p:nth-child(4){
    margin-bottom:15px;


}
.f_nav{
    display: flex;
    width: 70%;
    padding-left: 7%;
}
.f_nav li{
    width: 20%;
}
.f_nav h3{
    line-height: 1;
    font-size:20px;
    color: #fff;
    margin-bottom:25px;
    font-weight: normal;
}
.f_nav a{
    display: block;
    font-size:14px;
    color: #999999;
    line-height: 32px;
}
.f_nav a:hover,.copyright a:hover{
    color: #fff;
}
.f_code{
    text-align: center;
    max-width: 130px;
}
.f_code p{
    margin-top:5px;
    font-size:14px;
    color: #999999;
}
.copyright{
    padding:20px 0;
    border-top:1px solid #888888;
    font-size:14px;
    color: #dbdbdb;
}
.copyright a{
    color: #dbdbdb;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .f_message{
        padding:60px 0;
    }
    .f_message h2{
        font-size:30px;
        margin-bottom: 30px;
    }
    .foot{
        padding: 40px 0;
    }
    .f_logo img{
        max-height:100px;
    }
    .f_contact p{
        font-size:15px;
    }
    .f_nav{
        padding-left:3%;
    }
    .copyright{
        padding:12px 0;
    }
}
@media(max-width: 1280px){
    .f_nav h3{
        font-size:18px;
    }
    .f_logo img {
        max-height: 80px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .f_message h2{
        font-size:26px;
        margin-bottom: 20px;
    }
}
@media(max-width: 820px){
    .f_message ul li input,.f_message ul .mess_tn input{
        line-height:50px;
        font-size:15px;
    }
    .f_message ul li:before{
        left:20px;
    }
}
@media(max-width: 640px){
    .f_message{
        padding:35px 0;
    }
    .f_message h2{
        font-size:22px;
    }    
    .f_message ul li{
        width:100%;
        margin-bottom:12px;
        margin-right:0;
    }
    .f_message ul .mess_tn{
        width:30%;
        margin:0 auto;
    }
    .f_message ul .mess_tn input{
        font-size:15px;
        line-height:45px;
    }
    .foot {
        padding: 30px 0 20px;
    }
    .foot_l{
        width:100%;
    }
    .f_logo img {
        max-height: 60px;
    }
    .f_contact{
        margin-top:30px;
    }
    .f_nav{
        display:none;
    }
    .copyright{
        text-align:center;
    }
    .copyright_l{
        float:none;
    }
    .copyright_r{
        float:none;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    color: #fff;
}
.n_banner_text h2{
    font-size:52px;
    line-height: 1;
    font-weight: normal;
}



@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:42px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:36px;
    }    
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:32px;
    }  
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:26px;
    }    
}
@media(max-width: 640px){
    .n_banner_text h2{
        font-size:22px;
    }    
}

#menu{
    background: #1f62b1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menuNav, .newNav{
    position: fixed;
    right: auto;
    left: 0px;
    margin-left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 97;
    padding-left: 62px;
    padding-right: 35px;
}
.menuNav li, .newNav li{
    padding: 10px 0;
    position: relative;
}
.menuNav.aboutNav li, .newNav li{
    padding: 8px 0;
}
.menuNav li a span, .newNav li a{
    display: block;
    padding-left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 20px;
}
/*.menuNav li:nth-child(1) a span,
.menuNav.aboutNav li.active:nth-child(3) a span,
.menuNav.aboutNav li.active:nth-child(4) a span{
    color: #fff;
}*/
.menuNav.aboutNav li a span, .newNav li a{
    color: #fff;
    visibility: visible;
    opacity: 0.6;
}
.menuNav.aboutNav.act li a span{
    color: #fff;
    opacity: 1;
}
.menuNav li a:after, .newNav li a:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,.6);
    /*border: solid 2px rgba(255,255,255,.6);*/
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.menuNav li.active a:after, .newNav li.active a:after{
    width: 10px;
    height: 3px;
    background-color: #fff;
    border-radius: 1.5px;
    border:none;
}
.menuNav li.active a span, .newNav li.active a{
    visibility: visible;
    opacity: 1;
}
.menuNav.aboutNav li.active a span, .newNav li.active a{
    color: #fff;
}
#abouts .wrap{
    max-width: 1350px;
}
.about1{
    position: relative;
}
.about1 .fp-tableCell{
    vertical-align:top;
}
.about1_c{
    display: flex;
    flex-wrap: wrap;
    padding-top:150px;
    padding-left: 14.84%;
}
.about1 .text{
    width: 49%;
    padding-right: 6%;
}
.a_t1{

}
.a_t1 .p1{
    font-size:40px;
    color: #101010;
    line-height: 1;
    margin-bottom:25px;
    font-weight: bold;
}
.a_t1 .p2{
    font-size:24px;
    color: #333333;
    line-height: 1;
}
.about1 .text .txt{
    font-size:16px;
    color: #5a5a5a;
    /*padding-right: 70px;*/
    /*height: 280px;*/
    /*overflow-y: auto;*/
    margin-top:50px;
}
/*.about1 .text .txt::-webkit-scrollbar {*/
/*    width: 3px;     */
/*    height: 1px;*/
/*}*/
/*.about1 .text .txt::-webkit-scrollbar-thumb {*/
/*    border-radius: 10px;*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*    background: #1f62b1;*/
/*}*/
/*.about1 .text .txt::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*    border-radius: 10px;*/
/*    background: #dbdbdb;*/
/*}*/
.about1 .text .txt p{
    margin-bottom:30px;
}
.about1 .text .txt p:last-child{
    margin-bottom:0;
}
.about1 .img{
    width: 43.5%;
    position: absolute;
    top: 80px;
    right: 0;
}
.about1 .img img{
    width: 100%;
}
.num_list2{
    justify-content: space-between;
    margin-top:112px;
}
.num_list2 li{
    margin-right: 0;
    text-align: left;
}
.num_list2 li .p1{
    font-size:72px;
    font-weight: 500;
}
.num_list2 li .p1 span{
    font-weight: 600;    
}
.num_list2 li .p2{
    font-size:16px;
}
.about2{

}
.about2_list{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    padding-left:14.84%;
    margin-top:100px;
}
#qywh{
    width: 100%;
}
#qywh .swiper-slide{
    /*width: calc(20% - 17.6px);*/
    /*margin-right: 22px;*/
    /*margin-bottom: 22px;*/
    text-align: center;
    min-height: 300px;
    position: relative;
    margin-top:0!important;
    margin-bottom: 22px;
}
#qywh .swiper-slide:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(31,98,177,.28);
    z-index: 1;
}
#qywh .swiper-slide h2{
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;  
    font-size:24px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    text-align: center; 
    z-index: 9;
}
#qywh .swiper-slide .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; 
    opacity: 0;   
    color: #fff;
    transition: all 0.5s ease-out;
    background:url(../images/wh_bg.jpg) no-repeat center;
    background-size: cover;
}
/*#c-banner4 .swiper-slide:nth-child(5n){*/
/*    margin-right: 0;*/
/*}*/
#qywh .swiper-slide h3{
    margin:35px 0 10px;
    font-size:24px;
    line-height: 1;
    font-weight: normal;
}
#qywh .swiper-slide p{
    font-size:16px;
}
#qywh .swiper-slide:hover .text{
    opacity: 1;
}
#qywh .swiper-slide:hover h2{
    opacity: 0;
}
.about3{

}
.xieHuiDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xieHuiImg{
    width: 66.5%;
    margin-right: 3.5%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url(../images/honner_bg.jpg) no-repeat center;
}
.xieHuiImg .imgDiv{
    height: 49.484vh;
    display: flex;
    align-items: center;
}
.xieHuiImg .imgDiv img{
    max-height: 100%;
    margin: auto;
    max-width: 100%;
    width: auto;
    object-fit: cover;
}
.swiper-button-prev.swiper_left{
    width: 52px;
    height: 52px;
    background: url("../images/left5.png") no-repeat center #dbdbdb;
    opacity: 1!important;
    border-radius: 50%;
}
.swiper-button-next.swiper_right{
    width: 52px;
    height: 52px;
    background: url("../images/right5.png") no-repeat center #dbdbdb;
    opacity: 1!important;
    border-radius: 50%;
}
.swiper-button-prev.swiper_left:hover{
    background: url("../images/left5.png") no-repeat center #1f62b1;
    opacity: 1;
}
.swiper-button-next.swiper_right:hover{
    background: url("../images/right5.png") no-repeat center #1f62b1;
    opacity: 1;
}
.xieHuiImg .swiper-button-prev{
    left:22px;
    margin-top:-26px;
}
.xieHuiImg .swiper-button-next{
    right:22px;
    margin-top:-26px;
}
.xieHuiNavBox{
    width: 30%;
    max-width: 246px;
    height: 67vh;
    padding: 0px 10px;
}
.xieHuiNav {
    height: 100%;
}
.xieHuiNav .swiper-slide {
    height: auto;
}
.xieHuiNavBox .tit {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.xieHuiNavBox .swiper-slide-active .tit{
    font-weight: bold;
    color: #1f62b1;
}
.about4{
    position: relative;
}
/*.about4 .fp-tableCell{*/
/*    vertical-align: bottom;*/
/*}*/
.about4 .img_bg{
    position: absolute;
    top:82px;
    right:0;
    width: 85%;
    z-index: -1;
    height: calc(100% - 82px)
}
.about4 .wrap{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row-reverse;
    align-items: center;
    padding-top:40px;
}
.about_tabli{
    /*display: flex;*/
    /*flex-wrap:wrap;*/
    /*justify-content: flex-end;*/
    /*margin-bottom:45px;*/
    width: 300px;
    margin-right: -100px;
}
.about_tabli dl{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    margin-bottom: 2px;
    padding:15px 15px 15px 50px;
    color: #fff;
    background: rgba(255,255,255,.2);
    cursor: pointer;
}
.about_tabli dl:last-child{
    margin-bottom: 0;
}
.about_tabli dl dt{
    width: 46px;
}
.about_tabli dl dd{
    width: calc(100% - 46px);
    padding-left: 36px;
}
.about_tabli dl dd span{
    display: block;
    font-size: 22px;
    line-height: 1;
}
.about_tabli dl dd em{
    display: block;
    font-style: normal;
    font-size: 12px;
}
.about_tabli dl.active{
    background: #ee001a;
}
/*.about_tabli p{*/
/*    color: #333333;*/
/*    padding:0 55px;   */
/*    border:1px solid #666;*/
/*    border-radius: 24px;*/
/*    margin-right: 22px;*/
/*    transition: all 0.5s ease-out;*/
/*    cursor: pointer;*/
/*}*/
/*.about_tabli p:last-child{*/
/*    margin-right: 0;*/
/*}*/
/*.about_tabli p:hover,.about_tabli p.active{*/
/*    background:#1f62b1;*/
/*    color: #fff;*/
/*    border:1px solid #1f62b1;*/
/*}*/
.about_tab{
    width: calc(100% - 300px);
}
.about_tab .index_t1{
    margin-bottom: 85px;
    width: 100%;
}
.about4 .index_t1 .p1{
    color: #fff;
}
.about4 .index_t1 .p2{
    color: #fff;
}
.about_tab .about_tab1{
    display: none;
    color: #fff;
    max-height: 670px;
    /*height: 67vh;*/
    padding:0 100px 0 8px;
}
.about_tab .about_tab1.act{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_tab .about_tab1 h3{
    font-size:30px;
    line-height: 1;
    margin-bottom:45px;
}
.about_tab .about_tab1 .txt{
    font-size:16px;
    max-width: 660px;
}

.about5{
    
}
.about5 .index_t1{
    margin-bottom: 85px;
    width: 100%;
}
.fzlc{
    
}
.fzlc .wrap{
    position: relative;
}
.fzlc .swiper-button-prev{
    left:calc(100% - 26px);
}
.fzlc .swiper-button-next{
    right:-100px;
}
.fzlc_c{
    padding-left: 14.84%;
}
#fzlc{
    position: relative;
    padding:0 32px;
}
#fzlc:after{
    content:'';
    position: absolute;
    top:245px;
    left:0;
    width: 100%;
    height: 2px;
    background: #eeeeee;
}
#fzlc .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
#fzlc .swiper-slide:before{
    content:'';
    position: absolute;
    top:245px;
    left:0;
    width: 13px;
    height: 13px;
    background: #1f62b1;
    border-radius: 50%;
    margin-top: -6.5px;
    margin-left: -6.5px;
}
#fzlc .swiper-slide:after{
    content:'';
    position: absolute;
    top:245px;
    left:0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border:2px solid #1f62b1;
    margin-top: -13.5px;
    margin-left: -13.5px;
}
.fzlc_t{
    height: 245px;
    width: 100%;
}
.fzlc_t .img{
    height: 160px;
    width: 100%;
}
.fzlc_t p{
    font-size: 22px;
    color: #1f62b1;
    font-weight: bold;
    margin-top:10px;
}

.fzlc_b{
   height: 245px; 
   font-size: 18px;
   color: #333333;
   line-height: 1.6;
   margin-top:32px;
   width: 100%;
}
#fzlc .swiper-slide:nth-child(2n){
    flex-direction: column-reverse;
}
#fzlc .swiper-slide:nth-child(2n) .fzlc_b{
    margin-top:0px;
    margin-bottom:32px;
}

.jianJie .jianJie-dl{
    display: flex;
    margin-bottom: 80px;
}
.jianJie .jianJie-dl dt{
    width: 57.251%;
    flex-shrink: 0;
    margin-right: 70px;
}
.jianJie .jianJie-dl dd{
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}
.jianJie .jianJie-dl .tit{
    font-size: 26px;
    color: #000000;
    margin-bottom: 35px;
    /* margin-top: 50px;
    padding-bottom: 15px; */
}
.jianJie .jianJie-dl .txt{
    line-height: 26px;
    color: #666666;
    text-align: justify;
}

.jianJie .jianJie-dl .text{
    margin-top: 60px;
    font-size: 20px;
    color: #1f62b1;
    text-shadow: 0px 1px 0px #dfbeb0;
    line-height: 36px;
    
}
.jianJie .list{
    display: flex;
    justify-content: space-between;
}
.jianJie .list .txt{
    font-size: 50px;
    color: #1f62b1;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}
.jianJie .list .count{
    line-height: 40px;
    font-size: 40px;
    font-family: 'gilroy_regular';
}
.jianJie .list .txt small{
    font-size: 40%;
    margin-left: 10px;
}
.jianJie .list .tit{
    font-size: 16px;
    color: #000;
}
.jiangXin .title{
    font-size: 52px;
    color: #000000;
    margin-bottom: 80px;
}
.jiangXinImg{
    height: calc(100vh - 110px);
    margin-right: 0;
}
.jiangXinAb{
    align-items: center;
    justify-content: space-between;

}
.jiangXinSwp .swiper-slide .ab{
     align-items: center;   
}
.jiangXinSwp .time{
    width: calc(100% - 390px);
    padding-left: 12px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
/*    margin-right: 75px;*/
/*    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;*/
    opacity: 0;
}
.jiangXinSwp .tit{
    width: 390px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.jiangXinSwp{
    height: 46.391vh;
}
.jiangXinSwp .swiper-slide,
.jiangXinImg .swiper-slide{
    height: auto;
}
.jiangXinSwp .swiper-slide-active .time,
.jiangXinSwp .swiper-slide-active .tit{
    color: #1f62b1;
    opacity: 1;
}
.jiangXinSwp .swiper-slide{
    cursor: pointer;
}
.jiangXinImg .imgs{
    height: 57.731vh;
}
.jiangXinImg .imgs img{
    height: 100%;
}
.jiangXinImg .imgs{
    position: relative;
}
.jiangXinImg .imgs:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.jiangXin.active .jiangXinImg {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.jiangXinImg .swiper-slide-active .imgs:after,
.jiangXinImg .swiper-slide-duplicate-active .imgs:after{
    opacity: 0;
}
.jiangXinImg{
    width: calc(100% - 535px);
    padding-left: 70px!important;
}
.jiangXinImg .imgs img{
    object-fit: cover;
    width: 100%;
}
.jiangXinAb>div:nth-child(1){
    width: 535px;
    flex-shrink: 0;
}
.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.mbl {
    display: none;
}
.pgImgSwp{
    width: 84.114%;
    margin-right: 0;
    float: right;
}
.pgImgBox {
    position: relative;
    height: 100vh!important;
}
.pgImgBox .img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
}
.pgImgSwp1 .imgDiv {
    display: none;
}
.imgDiv img {
    width: 100%;
    display: block;
}
.pgImgDiv {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.75);
    width: 525px;
    padding: 0 55px;
}
.jiangXin .title, .jiangXinSwp, .pgImgDiv, .chuangXinBox .tit, .chuangXinBox .txt, .chuangXinBox .vdoBox, .chuangXinBox .vdoBoxs, .xieHuiList, .xieHuiDiv {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}
.jiangXin.active .title, .jiangXin.active .jiangXinSwp, .active .pgImgDiv, .chuangXinBox.active .tit, .chuangXinBox.active .txt, .chuangXinBox.active .vdoBox, .chuangXinBox.active .vdoBoxs, .active .xieHuiList, .active .xieHuiDiv {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.pgImgDiv-head{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pgImgDiv-head .iconfont{
    width: 45px;
    height: 45px;
    background-color: #1f62b1;
    border-radius: 100%;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    flex-shrink: 0;
    margin-left: 15px;
}
.pgImgDiv-head.active .iconfont{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pgImgDiv-head .title{
    font-size: 30px;
    color: #000;
    line-height: 42px;
    font-weight: normal;
}
.pgImgDiv-head .txt{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.pgImgDiv-body{
    border-top: solid 1px rgba(0,0,0,.08);
    line-height: 22px;
    height: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.pgImgDiv-body .div{
    padding: 50px 0;
}
.pgImgDiv-body .textDiv{
    flex-wrap: wrap;
}
.pgImgDiv-body .textDiv-li:nth-child(-n+4){
    width: 50%;
}
.pgImgDiv-body .textDiv-li:not(:last-child){
    margin-bottom: 20px;
}
.pgImgDiv-body .nmLab{
    color: #999999;
}
.pgImgDiv-body .txt{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
     
}
.pgImgDiv-body .returnBut{
    font-size: 16px;
    color: #000000;
    margin-top: 60px;
    display: inline-block;
    margin-bottom: 0 !important;
}
.pgImgDiv-body .returnBut:last-child{
    display: none;
}
.swpPvnt{
    position: absolute;
    right: 10.3125%;
    z-index: 3;
    bottom: 80px;
}
.swpPvnt-but{
    color: #D2D2D2;
    font-size: 20px;
    margin: 0 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swpPvnt-but:hover{
    background: #1f62b1;
}
.pgImgSwp .swpPvnt{
    left: 100px;
    right: auto;
    bottom: 70px;
}
@media(max-width: 1600px){
    .menuNav, .newNav{
        padding-left:25px;
        padding-right:20px;
    }
    .menuNav li a span, .newNav li a{
        font-size: 14px;
    }
    #abouts .wrap{
        max-width:1000px;
    }
    .about1_c{
        padding-top:150px;
        padding-left:11%;
    }
    .about1 .text{
        padding-right: 4%;
    }
    .a_t1 .p1{
        font-size:30px;
        margin-bottom: 15px;
    }
    .a_t1 .p2{
        font-size:16px;
    }
    .about1 .text .txt{
        font-size:14px;
        margin-top: 30px;
        line-height:1.8;
    }
    .num_list2{
        margin-top:100px;
        margin-bottom:0;
    }
    .num_list2 li .p1{
        font-size:52px;
    }
    .num_list2 li .p2 {
        font-size: 15px;
    }
    .about2_list,.fzlc_c{
        padding-left:11%;
    }
    .about_tab {
        width: calc(100% - 260px);
    }
    .about_tabli{
        width:260px;
    }
    .about_tabli dl{
        padding:15px 15px 15px 20px;
        height:90px;
    }
    .about_tabli dl dd{
        padding-left:15px;
    }
    .about_tabli dl dd span{
        font-size:18px;
    }
    .fzlc_b{
        font-size:15px;
        line-height:1.8;
    }
    #c-banner4 .swiper-slide{
        min-height:260px;
    }
    #c-banner4 .swiper-slide h2{
        font-size:20px;
    }
    #c-banner4 .swiper-slide h3{
        font-size:20px;
        margin: 20px 0 10px;
    }
    #c-banner4 .swiper-slide p{
        font-size:14px;
    }
    .xieHuiNavBox .tit{
        font-size:15px;
    }
    .about_tabli p{
        padding: 0 35px;
        line-height: 42px;
        font-size: 16px;
        margin-right: 20px;
    }
    .about_tab .about_tab1{
        padding: 0 70px 0px 0;
        /*height:62vh;*/
    }
    .about_tab .about_tab1 h3{
        font-size:24px;
        margin-bottom: 30px;
    }
    .about_tab .about_tab1 .txt{
        font-size:14px;
    }
    .jiangXin .title{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .jiangXinSwp .time{
        font-size:16px;
    }
    .jiangXinSwp .tit{
        font-size:14px;
    }
    .about1 .text .txt p{
        margin-bottom:15px;
    }
    .pgImgDiv {
        padding: 0 35px;
    }
    .pgImgDiv-head {
        height: 120px;
    }
    .pgImgDiv-body .div{
        padding:20px 0;
    }
}
@media(max-width: 1280px){
    #abouts .wrap{
        max-width:900px;
    } 
    .menuNav, .newNav {
        padding-left: 15px;
        padding-right:10px;
    }
    .num_list2 li .p1{
        font-size:42px;
    }
    .pgImgDiv-head {
        height: 90px;
    }
    .pgImgDiv-head .title {
        font-size: 24px;
    }
    .fzlc_t p{
        font-size:20px;
        margin-top:5px;
    }
    .fzlc_b{
        font-size:14px;
    }

}
@media(max-width: 1199px){
    .menuNav, .newNav{
        display:none!important;
    }
    #abouts .wrap{
        max-width:800px;
    }
    .about1_c{
        padding-top:125px;
        padding-left:4%;
    }
    .about1 .text{
        width:54%;
    }
    .about1 .img {
        width: 46%;
        position: relative;
        top: 0px;
        /*right: 0;*/
    }
    .num_list2{
        margin-top:60px;
    }
    .about2_list, .fzlc_c{
        padding-left:0;
    }
    .about2_list{
        margin-top:60px;
    }
    #qywh .swiper-slide{
        min-height:245px;
    }
    #qywh .swiper-slide h2{
        font-size:20px;
        bottom:25px;
    }
    .jiangXin .title, .jiangXinSwp, .pgImgDiv, .chuangXinBox .tit, .chuangXinBox .txt, .chuangXinBox .vdoBox, .chuangXinBox .vdoBoxs, .xieHuiList, .xieHuiDiv{
        opacity:1;
        visibility:visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .about4{
        padding:50px 0;
    }
    .about4 .wrap{
        max-width:100%!important;
        padding-top:0;
    }
    .about_tabli{
        width:100%;
        display:flex;
        justify-content:center;
        margin-right:0;
        margin-bottom:30px;
    }
    .about_tabli dl {
        padding: 15px 15px;
        height: 75px;
        width: 230px;
        margin-bottom:0;
        margin-right:2px;
    }
    .about_tabli dl:last-child{
        margin-right:0;
    }
    .about_tabli dl dt{
        width:32px;
    }
    .about_tabli dl dd {
        width: calc(100% - 32px);
    }
    .about_tab .about_tab1 .txt{
        min-height:10em;
    }
    .about4 .img_bg{
        top:0;
        left:0;
        height:100%;
        width:100%;
    }
    .about_tab{
        width:100%;
    }
    .pgImgSwp{
        width:100%;
        float:none;
    }
    .about_tab .index_t1,.about5 .index_t1{
        margin-bottom:60px;
    }
}
@media(max-width: 992px){
    #abouts .wrap{
        max-width:750px;
    }

    .about2_list{
        padding:0 5%;
    }
    .pgImgSwp{
        width:100%;
    }
}
@media(max-width: 991px){
    .about1_c{
        padding-top:0;
        padding:0 4%;
    }
    .about1 .text{
        width:100%;
        padding-right:0;
    }
    .about1 .text .txt{
        padding-right:0px;
        height:auto;
    }
    .about1 .text .txt p{
        margin-bottom:0px;
    }
    .a_t1 .p1{
        font-size:26px;
    }
    .about1 .img{
        width:100%;
        height:30vh;
        overflow:hidden;
        margin-top:30px;
        position:relative;
        top:0;
    }
    .num_list2 {
        margin-top: 50px;
    }
    .num_list2 li .p1{
        font-size:40px;
    }
    .num_list2 li .p2 {
        font-size: 14px;
    }
    #c-banner4 .swiper-slide {
        /*width: calc(25% - 16.5px);*/
        min-height: 220px;
    }
    /*#c-banner4 .swiper-slide:nth-child(5n) {*/
    /*    margin-right: 22px;*/
    /*}*/
    /*#c-banner4 .swiper-slide:nth-child(4n) {*/
    /*    margin-right: 0;*/
    /*}*/
    #c-banner4 .swiper-slide h2,#c-banner4 .swiper-slide h3{
        font-size:18px;
    }
    #c-banner4 .swiper-slide p{
        font-size:13px;
    }
    .jiangXinAb>div:nth-child(1){
        width:397px;
    }
    .jiangXinSwp .time {
        width: calc(100% - 285px);
    }
    .jiangXinSwp .tit{
        width:285px;
    }
    .jiangXinImg {
        width: calc(100% - 397px);
        padding-left: 30px!important;
    }
    .fzlc .swiper-button-prev{
        left:calc(100% -120px);
        display:none;
    }
    .fzlc .swiper-button-next{
        right:0;
        display:none;
    }
}
@media(max-width: 820px){
    .xieHuiImg{
        width:50%;
    }
    .xieHuiNavBox{
        width:50%;
    }
    .pgImgSwp .swpPvnt {
        left: 10px;
        bottom: 35px;
    }
    .about_tabli p {
        padding: 0 25px;
        line-height: 36px;
        font-size: 15px;
        margin-right: 15px;
    }

}
@media(max-width: 767px){
    .a_t1 .p1{
        font-size:22px;
    }  
    .about1,.about2,.about3,.about5,.about6,.about7{
        padding:35px 0 0;
        overflow:hidden;
    }
    .a_t1 .p2{
        font-size:15px;
    }
    .num_list2 {
        margin-top: 30px;
    }
    .num_list2 li{
        width:50%;
        padding:5px 0;
    }
    .num_list2 li .p1{
        font-size:30px;
    }
    .jiangXin .title, .jiangXinSwp, .pgImgDiv, .chuangXinBox .tit, .chuangXinBox .txt, .chuangXinBox .vdoBox, .chuangXinBox .vdoBoxs, .xieHuiList, .xieHuiDiv{
        opacity: 1;
        visibility: inherit;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .xieHuiNavBox{
        height:auto;
    }
    /*#c-banner4 .swiper-slide{*/
    /*    width:calc(50% - 7.5px);*/
    /*    margin-right:15px;*/
    /*    margin-bottom:15px;*/
    /*}*/
    /*#c-banner4 .swiper-slide:nth-child(5n) {*/
    /*    margin-right: 2%;*/
    /*}*/
    /*#c-banner4 .swiper-slide:nth-child(2n){*/
    /*    margin-right:0!important;*/
    /*}*/
    #c-banner4 .swiper-slide .text{
        opacity: 1;
    }
    #c-banner4 .swiper-slide h2{
        opacity: 0;
    }
    .about4{
        padding:35px 0;
    }
    .about2_list{
        margin-top:0;
    }
    .about_tabli{
        margin-bottom:25px;
    }
    .about_tabli p {
        padding: 0 15px;
        line-height: 32px;
        font-size: 14px;
        margin-right: 12px;
    }
    .xieHuiImg{
        width:100%;
        margin-right:0;
    }
    .xieHuiNavBox{
        width:100%;
        display:none;
    }
    .about_tab .about_tab1{
        padding:0;
        height:auto;
    }
    .about_tab .about_tab1 h3{
        font-size:20px;
        margin-bottom:15px;
    }
    .jiangXin .title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        font-weight:500;
    }
	.jiangXinAb{
		flex-wrap: wrap;
	}
	.jiangXinAb>div:nth-child(1){
		width: 100%;
	}
	.jiangXinImg{
		height: auto;
		width: 100%;
		padding-left:0!important;
	}
	.jiangXinImg .imgs{
		height: auto;
	}
	.jiangXinImg .imgs img{
		width: 100%;
	}
	.jiangXinSwp{
		display: none;
	}
	.mbl{
	    display:block;
	}
    .jiangXinImg .time {
        font-size: 16px;
        color: #333;
        margin-top: 20px;
    }
    .jiangXinImg .tit {
        font-size: 12px;
        line-height:18px;
    }
    .jiangXinImgPg,.pgImgSwp-pg{
        width:100%;
        text-align:center;
    }
    .jiangXinImgPg .swiper-pagination-bullet,.pgImgSwp-pg .swiper-pagination-bullet{
        margin:0 3px;
    }
    .pgImgBox .img, .pgImgBox{
        height:auto!important;
    }
    .pgImgDiv, .pgImgBox .img {
        position: relative;
    }
    .pgImgDiv {
        width: 100%;
        padding:0 15px;
    }
    .pgImgSwp1 .imgDiv {
        display: block;
    }
    .pgImgDiv-head{
        height:50px;
        margin-top:20px;
    }
    .pgImgDiv-head .title{
        font-size:18px;
    }
	.pgImgDiv-body{
		height: auto;
	}
    .pgImgDiv-body .txt{
        font-size: 12px;
        line-height: 18px;
    }
	.pgImgDiv-head .iconfont{
		display: none;
	}
	.pgImgSwp .swpPvnt{
		position: relative;
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.pgImgSwp .swpPvnt{
	    display:none;
	}
	.about7{
	    padding-bottom:35px;
	}
    .about_tabli dl {
        padding: 10px 15px;
        height: 50px;
        width: 160px;
    }
    .about_tabli dl dt {
        width: 20px;
    }
    .about_tabli dl dd {
        width: calc(100% - 20px);
        padding-left:10px;
    }
    .about_tabli dl dd span {
        font-size: 14px;
    }
    .about_tabli dl dd em{
        display:none;
    }
    .about_tab .index_t1,.about5 .index_t1{
        margin-bottom:35px;
    }
}
@media(max-width:640px){
    #fzlc .swiper-slide:nth-child(2n){
        flex-direction: column;
    }
    #fzlc .swiper-slide:nth-child(2n) .fzlc_b{
        margin-top:32px;
        margin-bottom:0px;
    }
}

.sitemp.sitemp3{
    box-shadow: none;
    padding:25px 0 0;
}
.p_main{
    padding:75px 0 128px;
}
.p_main .left2{
    width: 295px;
    float: left;
}
.p_sort{
    border-bottom:1px solid #dbdbdb;
}
.p_sort li{
    border-top:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
}
.p_sort li a{
    display: flex;
    align-items: center;
    padding-left: 45px;
    height: 68px;
    line-height: 1.6;
    font-size:20px;
    color: #333333;
    position: relative;
}
.p_sort li a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 10px;
    height: 100%;
    background:url(../images/p_line1.jpg) repeat-y;
}
.p_sort li.cur a{
    color: #1f62b1;
}
.p_sort li.cur a:before{
    background:url(../images/p_line1_h.jpg) repeat-y;
}
.p_main .right2{
    width: calc(100% - 295px);    
    padding-left: 85px;
    float: left;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:45px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li h3 a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    height: 72px;
    font-size:20px;
    color: #ffffff;
    font-weight: normal;
    background:url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
}
.product_list li:hover .img img{
    transform: scale(1.1);
}
.product_list li:hover h3 a{
    background:url(../images/p_bg1_h.jpg) no-repeat center;
}
.bg1{
    background:#f8f8f8;
}
.pd1{
    padding:55px 0 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.pd1 .img{
   width: 50%;
   text-align: right;
}
.pd1 .text{
    width: 50%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .text h1{
    font-size:40px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom:65px;
}
.pd1 .text .txt{

}
.pd1 .text .txt p{
    font-size:16px;
    color: #666666;
}
.pd1 .text .txt p.p1{
    font-size:20px;
    color: #000000;
    line-height: 1;
    padding-bottom:25px;
    border-bottom: 1px dashed #bdbdbd;
    margin-bottom:25px;
}
.pd2{
    padding:100px 0 110px;    
}
.p_t1{
    font-size:36px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}
.pd2_c{
    margin-top:55px;
}
.pd2_c p{
    position: relative;
    padding-left: 16px;
    font-size:18px;
    color: #666666;
}
.pd2_c p:before{
    content:'';
    position: absolute;
    left:0;
    top:15px;
    width: 7px;
    height: 7px;
    background:#1f62b1;
    border-radius: 50%;
}
.pd3{
    padding:90px 0;
}
.pd3_c{
    margin-top:55px;
}
.pd4{
    padding:85px 0 110px;    
}
.pd4_c{
    margin-top:60px;
}
.pd5{
    padding:85px 0 110px;      
}
.pd5 .p_t1{
    font-size:30px;
}
.product_list.product_list2 li{
    width: 23.5%;
    margin-right: 2%;
}
.product_list.product_list2 li:nth-child(3n){
    margin-right: 2%;
}
.product_list.product_list2 li:nth-child(4n){
    margin-right: 0;
}
.tag_total{
    font-size:18px;
    color: #333;
    padding:50px 0 30px;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:20px;
}
.product_list2 li:nth-child(4n){
    margin-right: 0;
}
.product_list2 li h3 a{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    height: 72px;
    font-size:20px;
    color: #ffffff;
    font-weight: normal;
    background:url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
}
.product_list2 li:hover .img img{
    transform: scale(1.1);
}
.product_list2 li:hover h3 a{
    background:url(../images/p_bg1_h.jpg) no-repeat center;
}
@media(max-width: 1600px){
    .p_main{
        padding: 75px 0;
    }
    .p_sort li a {
        padding-left: 35px;
        height: 50px;
        font-size: 16px;
    }
    .product_list li{
        margin-bottom:30px;
    }
    .product_list li h3 a {
        height: 55px;
        font-size: 15px;
    }
    .pd1 .text h1{
        font-size:32px;
    }
    .pd1 .text .txt p{
        font-size:15px;
    }
    .pd1 .text .txt p.p1{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .p_t1{
        font-size:30px;
    }
    .pd2{
        padding:90px 0;
    }
    .pd2_c,.pd3_c,.pd4_c{
        margin-top: 40px;
    }
    .pd2_c p{
        font-size:15px;
    }
    .pd2_c p:before{
        top:10px;
    }
}
@media(max-width: 1280px){
    .p_main .left2{
        width:240px;
    }
    .p_main .right2 {
        width: calc(100% - 240px);
        padding-left: 60px;
    }
    .pd1{
        padding:55px 0 70px;
    }
    .pd1 .text{
        padding-right:30px;
    }
    .pd1 .text h1{
        font-size:26px;
        margin-bottom: 45px;
    }
    .pd1 .text .txt p{
        font-size:14px;
    }
    .pd2,.pd3,.pd4,.pd5{
        padding:70px 0;
    }
    .p_t1,.pd5 .p_t1{
        font-size:26px;
    }
    .pd2_c p{
        font-size:14px;
    } 
    .pd2_c p:before{
        top:10px;
    }
}
@media(max-width: 1024px){
    .sitemp.sitemp3{
        padding-top:15px;
    }
    .sitemp3 .site{
        display:block;
    }
}
@media(max-width: 820px){
    .p_main{
        padding: 55px 0;
    }
    .p_main .left2{
        width:200px;
    }
    .p_sort li a {
        padding-left: 30px;
        font-size: 15px;
    }
    .p_main .right2 {
        width: calc(100% - 200px);
        padding-left: 40px;
    }
    .product_list li h3 a {
        height: 55px;
        font-size: 15px;
    }
    .pd1,.pd2,.pd3,.pd4,.pd5{
        padding:55px 0;
    }
    .pd1 .text h1{
        font-size:22px;
        margin-bottom: 30px;
    }
    .p_t1,.pd5 .p_t1{
        font-size:22px;
    }
    .pd2_c, .pd3_c, .pd4_c {
        margin-top: 25px;
    }
}
@media(max-width: 640px){
    .p_main{
        padding: 35px 0;
    } 
    .p_main .left2{
        width:100%;
    }
    .p_sort {
        display:flex;
        flex-wrap:wrap;
        border:none;
    }
    .p_sort li{
        width:32%;
        margin-right:2%;
        border:none;
        margin-bottom:10px;
    }
    .p_sort li:nth-child(3n){
        margin-right:0;
    }
    .p_sort li a{
        height:50px;
        padding:0 5px 0 15px;
        font-size:14px;
        border:1px solid #dbdbdb;
        line-height:1.4;
    }
    .p_sort li a:before{
        width:5px;
    }
    .product_list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom:15px;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li:nth-child(3n){
        margin-right: 0;
    }
    .p_main .right2 {
        width: 100%;
        padding-left: 0px;
        margin-top:30px;
    }
    .pd1,.pd2,.pd3,.pd4,.pd5{
        padding:35px 0;
    }
    .p_t1{
        font-size:20px;
    }
    .pd1 .text{
        width:100%;
        padding-right:0;
        margin-top:20px;
    }
    .pd1 .text h1{
        font-size:18px;
    }
    .pd1 .text .txt p.p1{
        font-size:15px;
    }
    .pd1 .img{
        width:100%;
    }
}



#case{
    padding:85px 0 0;
}
.case_list{

}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.case_list li .img{
    width: 50%;
}
.case_list li .img img{
    height: 100%;
}
.case_list li .text{
    width: 50%;
    background:#f6f6f6;
    padding:20px 95px 25px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_list li .text h3{
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    padding-bottom:22px;
    position: relative;
}
.case_list li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 88px;
    height: 3px;
    background:#ee001a;
}
.case_list li .text .txt{
    font-size:18px;
    color: #666666;
    margin:45px 0 80px;
}
.case2{
    padding:118px 0 138px;
}
.case2 .index_t1{
    width: 100%;
    text-align: center;
}
.index_t1 .p2{
    width: 100%;
}
.case_cont{
    margin-top:70px;
}
.case_cont #c-banner3{
    padding-bottom: 70px;
}
.case_cont #c-banner3 p{
    font-size:20px;
    color: #333333;
    text-align: center;
    margin-top:15px;
}
.case_cont #c-banner3 .swiper-pagination{
    margin-top: -4px;
}
@media(max-width: 1600px){
    .case_list li .text h3{
        font-size:26px;
    }
    .case_list li .text .txt {
        font-size: 15px;
        margin: 25px 0 50px;
    }
    .case_cont #c-banner3 p{
        font-size:16px;
    }
    .case2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    #case {
        padding: 70px 0 0;
    }
    .case_list li .text {
        padding: 20px 35px;
    }
    .case_list li .text h3 {
        font-size: 22px;
        padding-bottom: 16px;
    }
    .case_list li .text .txt {
        font-size: 14px;
        margin: 15px 0 35px;
    }
    .case2{
        padding:70px 0;
    }
    .case_cont{
        margin-top:50px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    #case {
        padding: 55px 0 0;
    } 
    .case_list li .text{
        padding:20px 25px;
    }
    .case_list li .text h3{
        font-size:18px;
    }
    .case2{
        padding:55px 0;
    }
    .case_cont{
        margin-top:35px;
    }
    .case_cont #c-banner3{
        padding-bottom:50px;
    }
    .case_cont #c-banner3 p{
        margin-top:5px;
    }
}
@media(max-width: 640px){
    #case {
        padding: 30px 0 0;
    } 
    .case_list li .img{
        width:100%;
    }
    .case_list li .img img{
        height: auto;
    }
    .case_list li .text{
        width:100%;
    }
    .case_list li .text h3{
        font-size:16px;
    }
    .case_list li .text .txt {
        margin: 15px 0 25px;
    }
    .case2{
        padding:30px 0;
    }
    .case_cont #c-banner3 {
        padding-bottom: 30px;
    }
}



.contact1{
    padding:92px 0 70px;
}
.contact1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact1{
    width: calc(100% - 580px);
}
.c_t1{

}
.c_t1 h2{
    font-size:32px;
    color: #101010;
    line-height: 1.2;
}
.c_t1 p{
    font-size:16px;
    color: #666666;
}
#contact1 .c_t1{
    margin-bottom:20px;
}
#contact1 dl{
    padding-top:35px;
}
#contact1 dl dt{
    font-size:22px;
    color: #333;
    line-height: 1;
    margin-bottom:25px;
}
#contact1 dl dd{

}
#contact1 dl dd p{
    padding-left: 32px;
    font-size:18px;
    color: #666666;
}
#contact1 dl dd p.p1{
    background:url(../images/c_icon1.png) no-repeat left center;
}
#contact1 dl dd p.p2{
    background:url(../images/c_icon2.png) no-repeat left center;
}
#contact1 dl dd p.p3{
    background:url(../images/c_icon3.png) no-repeat left center;
}
#contact1 dl dd p.p4{
    background:url(../images/c_icon4.png) no-repeat left center;
}

#message{
    width: 580px;
}
#message ul{
    margin-top:48px;
}
#message ul li{
    width: 100%;
    margin-bottom:18px;
    position: relative
}
#message ul li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
    font-size:16px;
    color: #666666;
    padding: 0 22px 0 51px; 
}
#message ul li:last-child span{
    height: 58px;
}
#message ul li input{
    display: block;
    border:2px solid #666666;
    border-radius: 4px;
    padding: 0 22px 0 51px; 
    line-height: 56px;
    font-size:16px;
    color: #666666;
    width: 100%;
    outline: none;
}
#message ul li textarea{
    display: block;
    border:2px solid #666666;
    border-radius: 4px;
    padding: 0 22px 0 51px; 
    line-height: 56px;
    height: 116px;
    font-size:16px;
    color: #666666;
    width: 100%;
    outline: none;
    background:url(../images/m4.png) no-repeat 22px 22px;
}
#message ul li:nth-child(1) input{
    background:url(../images/m1.png) no-repeat 22px center;
}
#message ul li:nth-child(2) input{
    background:url(../images/m2.png) no-repeat 22px center;
}
#message ul li:nth-child(3) input{
    background:url(../images/m3.png) no-repeat 22px center;
}
.mess_tn2 input{
    display: block;
    width: 240px;
    line-height: 60px;
    background:#ee001a;
    font-size:18px;
    color: #fff;
    text-align: center;
    border:none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top:28px;
}
.contact2{
    padding:75px 0 55px;
    background:#f8f8f8;
}
.c2_list{
    margin-top:72px;
    display: flex;
    flex-wrap: wrap;
}
.c2_list dl{
    font-size:18px;
    color: #333333;
    margin-bottom:60px;
    margin-right: 112px;
    width: calc(25% - 84px);
}
.c2_list dl:nth-child(4n){
    margin-right: 0;
}
.c2_list dl dt{
    line-height: 1;
    padding-bottom:17px;
    border-bottom: 1px solid #bdbdbd;
    font-weight: bold;
    margin-bottom:18px;
}
.c2_list dl dd{
    line-height: 1.8;
}
.contact3{
    padding:115px 0 150px;
}
.contact3_l{
    width: 52%;
    float: left;
    padding-top:20px;
}
.contact3 .c_t1 p{
    max-width: 412px;
    line-height: 1.5;
    margin-top:16px;
}
.c3_list{
    margin-top:64px;
}
.c3_list dl{
    margin-bottom:30px;
    padding-left: 33px;
    background:url(../images/map_icon1.png) no-repeat left 0px;
}
.c3_list dl dt{
    font-size:20px;
    color: #000000;
    line-height: 1;
}
.c3_list dl dd{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
    margin-top:10px;
}
.c3_list dl:hover{
    background:url(../images/map_icon2.png) no-repeat left 0px;
}
.contact3_r{
    width: 48%;
    float: right;
}
@media(max-width: 1600px){
    .c_t1 h2{
        font-size:26px;
    }
    .c_t1 p{
        font-size:14px;
    }
    #contact1 dl dt{
        font-size:18px;
        margin-bottom: 15px;
    }
    #contact1 dl dd p{
        font-size:15px;
    }
    #message ul{
        margin-top:30px;
    }
    #message ul li{
        margin-bottom:12px;
    }
    #message ul li input,#message ul li textarea{
        line-height: 50px;
        font-size: 14px;
    }
    #message ul li span{
        height:54px;
        font-size:14px;
    }
    #message ul li:last-child span{
        height: 58px;
    }
    .c2_list{
        margin-top:50px;
    }
    .c2_list dl {
        font-size: 15px;
        color: #333333;
        margin-bottom: 40px;
        margin-right: 60px;
        width: calc(25% - 45px);
    }
    .c2_list dl dt {
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .c3_list{
        margin-top:50px;
    }
    .c3_list dl dt{
        font-size:18px;
    }
    .c3_list dl dd{
        font-size:14px;
        margin-top: 5px;
    }
}
@media(max-width: 1280px){
    .contact1,.contact3{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    .c_t1 h2{
        font-size:22px;
    }
}
@media(max-width: 992px){
    #contact1{
        width:100%;
    }
    #contact1 dl {
        padding-top: 15px;
    }
    #message{
        width: 100%;
        margin-top:30px;
    }
    #message ul{
        margin-top:20px;
    }
    .mess_tn2 input{
        width:200px;
    }
    .c2_list dl {
        font-size: 14px;
        margin-bottom: 30px;
        margin-right: 32px;
        width: calc(25% - 24px);
    }
}
@media(max-width: 820px){
    .contact1,.contact2,.contact3 {
        padding: 55px 0 ;
    }
    .mess_tn2 input {
        width: 160px;
        line-height: 45px;
        font-size: 15px;
        margin:20px auto 0;
    }
    .c2_list dl {
        margin-right: 90px;
        width: calc(50% - 64px);
    }
    .c2_list dl:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 640px){
    .contact1,.contact2,.contact3 {
        padding: 35px 0 ;
    }  
    .c_t1 h2 {
        font-size: 20px;
    }
    #contact1 .c_t1 {
        margin-bottom: 10px;
    }
    #contact1 dl dt{
        font-size:16px;
    }
    #contact1 dl dd p {
        font-size: 14px;
    }
    #message ul li input,#message ul li textarea{
        line-height: 45px;
        padding: 0 15px 0 42px;
    }
    #message ul li span{
        height:45px;
        padding: 0 15px 0 42px;
    }
    #message ul li:last-child span{
        height: 47px;
    }
    #message ul li:nth-child(1) input{
        background:url(../images/m1.png) no-repeat 15px center;
    }
    #message ul li:nth-child(2) input{
        background:url(../images/m2.png) no-repeat 15px center;
    }
    #message ul li:nth-child(3) input{
        background:url(../images/m3.png) no-repeat 15px center;
    }
    #message ul li textarea{
        background: url(../images/m4.png) no-repeat 15px 15px;
    }
    .mess_tn2 input {
        width: 120px;
    }
    .c2_list{
        margin-top:35px;
    }
    .c2_list dl {
        margin-right: 30px;
        width: calc(50% - 15px);
        font-size:13px;
    }
    .c2_list dl dt{
        font-size:15px;
    }
    .contact3_l{
        padding-top:0;
        width:100%;
    }
    .contact3 .c_t1 p{
        margin-top:10px;
    }
    .c3_list{
        margin-top:30px;
    }
    .c3_list dl{
        margin-bottom:20px;
    }
    .c3_list dl dt{
        font-size:16px;
    }
    .contact3_r{
        width:100%;
        margin-top:30px;
    }
}


.n_news{
    padding:115px 0 75px;
}
.sitemp{
    box-shadow: 0px 0px 10px #ccc;
}
.sitemp .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sort{
    display: flex;
}
.sort li{
    margin-right: 65px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    line-height: 84px;
    font-size:20px;
    color:#666666;
    display: block;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 3px;
    background:#1f62b1;
    transition: all 0.4s ease-out;
}
.sort li:hover a,.sort li.cur a{
    color: #333333;
}
.sort li:hover a:after,.sort li.cur a:after{
    width: 100%;
    left:0;
}
.site,.site a{
    font-size:15px;
    color: #666666;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:50px;
    box-shadow: 0px 0px 10px #ccc;
}
.news_list li:nth-child(3n+1){
    margin-right: 0;
}
.news_list li .img img{
    width: 100%;
}
.news_list li .text{
    padding:38px 38px 45px;
}
.news_list li .text .date1{
    padding-left: 25px;
    background:url(../images/date.png) no-repeat left center;
    font-size:18px;
    color: #666666;
    margin-bottom:20px;
    display: none;
}
.news_list li .text h3{
    font-size:20px;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
}
.news_list li .text .txt{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:16px;
    color: #333333;   
    overflow: hidden; 
    margin:20px 0 40px;
    line-height: 1.8;
}
.news_more{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
}
.news_more .p1{
    padding-left: 25px;
    background:url(../images/date.png) no-repeat left center;
}

.news_list li:nth-child(1){
    width: 100%;
    margin-right: 0;
    box-shadow: none;
}
.news_list li:nth-child(1) a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;    
}
.news_list li:nth-child(1) .img{
    width: 50%;
}
.news_list li:nth-child(1) .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px 160px 30px 60px;
    background:#f4f5f6;
}
.news_list li:nth-child(1) .text .date1{
    display: block;
}
.news_list li:nth-child(1) .text h3{
    font-size:22px;
    color: #000000;
}
.news_list li:nth-child(1) .text .txt{
    color: #666666;
    margin:25px 0 50px;
}
.news_list li:nth-child(1) .text .news_more .p1{
    display: none;
}
.news_list li:nth-child(1) .text .news_more .p2{
    color: #333;
}
.news_list li:hover .img img{
    transform: scale(1.1);
}
.news_list li:hover .text h3{
    color: #1f62b1;
}
.sitemp2{
    background:#f3f3f3;
    line-height: 82px;
}
.n_main{
    padding:90px 0 115px;
}
.n_main .left1{
    width: 30%;
    float: right;
    max-width: 320px;
}
.n_main .left1 h2{
    font-size:24px;
    color: #000000;
    line-height: 1.4;
    margin-bottom:30px;
}
.n_main .right1{
    width: 62%;
    float: left;
}
.n_main .right1 h1{
    font-size:30px;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #999999;
    padding: 10px 0 30px;
    border-bottom:1px dashed #bdbdbd;
    margin-bottom: 40px;
}
.n_main .right1 .content{
    font-size:16px;
    color: #666666;
    margin-bottom:70px;
}
.news_list2{

}
.news_list2 li{
    margin-bottom:35px;
}
.news_list2 li:last-child{
    margin-bottom:0;
}
.news_list2 li a{

}
.news_list2 li .text h3{
    margin:20px 0;
    line-height: 1.6;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:18px;
    color: #000000;
    font-weight: normal;
}
.news_list2 li .news_more{
    padding-top:12px;
    border-top:1px solid #dbdbdb;
    font-size:14px;
}
.news_list2 li:hover .img img{
    transform: scale(1.1);
}
.news_list2 li:hover .text h3{
    color: #1f62b1;
}
@media(max-width: 1600px){
    .sort li a{
        font-size:16px;
        line-height:60px;
    }
    .n_news{
        padding:75px 0;
    }
    .news_list li .text .date1{
        font-size:15px;
    }
    .news_list li .text {
        padding: 30px 30px;
    }
    .news_list li .text h3{
        font-size:18px;
    }
    .news_list li .text .txt{
        font-size:15px;
        margin: 15px 0 25px;
    }
    .news_more{
        font-size:14px;
    }
    .news_list li:nth-child(1) .text{
        padding:30px 100px 30px 60px;
    }
    .news_list li:nth-child(1) .text h3{
        font-size:20px;
    }
    .news_list li:nth-child(1) .text .txt {
        margin: 20px 0 35px;
    }
    .n_main{
        padding:70px 0;
    }
    .n_main .right1 h1{
        font-size:24px;
    }
    .info_title {
        padding: 10px 0 15px;
        margin-bottom: 20px;
    }
    .n_main .right1 .content{
        font-size:15px;
        margin-bottom:40px;
    }
    .news_list2 li .text h3{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .site, .site a{
        font-size:14px;
    }

}
@media(max-width: 1024px){
    .sort li{
        margin-right:40px;
    }
    .site{
        display:none;
    }
    .news_list li .text {
        padding: 20px 25px;
    }
    .news_list li .text .date1{
        font-size:14px;
        margin-bottom:10px;
    }
    .news_list li .text h3{
        font-size:16px;
    }
    .news_list li .text .txt{
        font-size:14px;
        margin: 12px 0 20px;
    }
    .news_list li:nth-child(1) .text{
        padding:25px 40px;
    }
    .news_list li:nth-child(1) .text h3{
        font-size:18px;
    }
    .news_list li:nth-child(1) .text .txt {
        margin: 15px 0 20px;
    }
    .sitemp2{
        line-height:60px;
    }
    .sitemp2 .site{
        display:block;
    }
}
@media(max-width: 820px){
    .sort li{
        margin-right:30px;
    }
    .n_news{
        padding:55px 0;
    } 
    .news_list li{
        width:49%;
        margin-bottom:20px;
    }
    .news_list li .text {
        padding: 15px 20px;
    }
    .news_list li .text .txt{
        margin: 10px 0 15px;
    }
    .news_list li:nth-child(1){
        margin-bottom:20px;
    }
    .news_list li:nth-child(1) .text {
        padding: 18px 25px;
    }
    .news_list li:nth-child(1) .text h3{
        font-size:16px;
    }
    .news_list li:nth-child(1) .text .txt {
        margin: 10px 0 15px;
    }
    .news_list li:nth-child(3n+1){
        margin-right: 2%;
    }
    .news_list li:nth-child(2n+1){
        margin-right: 0;
    }
    .n_main{
        padding:50px 0;
    }
    .n_main .left1{
        display:none;
    }
    .n_main .right1{
        width:100%;
    }
    .n_main .right1 h1{
        font-size:20px;
    }
    .info_title {
        padding: 10px 0 10px;
        margin-bottom: 12px;
    }
    .n_main .right1 .content{
        margin-bottom:20px;
    }
}
@media(max-width: 640px){
    .sort li{
        margin-right: 15px;
    }
    .sort li a{
        line-height:50px;
    }
    .sort li a:after{
        height:2px;
    }
    .n_news{
        padding:35px 0;
    } 
    .news_list li{
        width:100%;
        margin-right:0!important;
    }
    .news_list li:nth-child(1) a .img{
        width:100%;
    }
    .news_list li:nth-child(1) a .text{
        width:100%;
    }
    .sitemp2{
        line-height:50px;
    }
    .n_main{
        padding:30px 0;
    }
    .n_main .right1 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: 16px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 16px;
    color: #666;    
}
.page a{
    font-size: 16px;
    color: #666;    
}
@media(max-width: 1600px){
    h3.tag,.page,.page a{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#ee001a;color:#fff; text-decoration:none;border:#ee001a 1px solid;}
.pageController .currPage {background-color: #ee001a;color:#ee001a;border:#ee001a 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: #ee001a;
    vertical-align: middle;
    border: 1px solid #ee001a; 
    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{
        padding-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;
    top: 50%;
    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: 11px 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;
}

#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: #ffaf04;
    background: #ffaf04;
}

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

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

#c-right-fixed a:hover .c-img {
    right: 84px;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 15%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
}
.online-server a:hover p{
    opacity: 1;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}

.new-float{
    position: fixed;right: -3px;
    bottom: 10%;
    z-index: 5000000;width: 77px;
    /*height: 374px;*/
    /*margin-top: -187px;*/
    
}
.new-float li{
    position: relative;width: 77px;
    height: 57px;margin-bottom: 1px;
    line-height: 20px;color: #fff;
    text-align: center;
    
}
.new-float li.hover{
    /*overflow: hidden;*/
    
}
.new-float li a{
    display: inline-block;color: #fff;
    
}
.new-float li a.tit{
    width: 77px;height: 56px;padding: 30px 10px 0 0;
    color: #fff;font-size: 12px;   
    box-sizing: border-box;
    position: relative;
    z-index:99999;
    
}
.new-float li p{
    position: relative;z-index: 2;
    height: 27px;padding-top: 30px;cursor: pointer;
    
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi img{
    display: none;
    position: absolute;
    top:0;
    left: -140px;
    max-width: 160px;
    /*opacity: 0;*/
}
.new-float li.fi:hover img{
    display: block;
}
.new-float li.fi a{ 
    background:url(../images/on_line.png) no-repeat 0px 0px;
    
}
.new-float li.fxx a{
    background:url(../images/on_line.png) no-repeat 0px -172px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -227px;
}
.new-float li.zx a{
    background:url(../images/on_line.png) no-repeat 0px -0px;
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
    
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
    
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    
}
.new-float li .tel{
    position: absolute;left: 74px;top: 0;z-index: 1;width: 184px;
    height: 56px;font: 24px/57px Arial;color: #fff; 
    background:#5b5b5b;cursor: pointer;
    transition: all 0.5s ease-out;
    z-index:99998;
    
}
.new-float a.mof{
    display: inline-block;width: 78px;height: 71px;padding: 12px 11px 0 12px;
    margin-top: 10px;*margin-top: 7px;background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;line-height: 22px;color: #fff;
    
}
.new-float li:hover .tel{
    left:-184px;
}

@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
    .online-server{
        right:5px;
        bottom:20%;
    }
}
@media(max-width:1024px){
    .new-float{
        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;
    }
}