/*头部样式*/
.head{

}
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
    max-width: 1920px;
    left: 50%;
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 60px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 100px;
}
.logo{
    width: 200px;
}
.logo .img2{
    display: none;
}
.head.c-head-hide .logo .img1{
    display: none;
}
.head.c-head-hide .logo .img2{
    display: inline-block;
}
.head_r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gupiao{
    color: #fff;
    width: 110px;
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:5px 0 3px 16px;
    background:rgba(255,255,255,.2);
    border-radius: 4px;
    line-height: 1.05;
    margin-right: 35px;
    display: none;
}
.gupiao .p1{
    width: 100%;

}
.gupiao .p2{
    font-size:14px;
    letter-spacing: 1px;
    font-family: "苹方";
    font-weight: 600;
}
.gupiao .p2 i{
    display: inline-block;
    background:url(../images/up.png)no-repeat center;
    width: 15px;
    height: 11px;
    margin-left: 3px;
}
.language{
    font-size:18px;
    font-family: "puhui65";
    margin-left: 12px;
    line-height: 100px;
    position: relative;
    cursor: pointer;
}
.language p{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.language p i{
    margin-left: 8px;
    width: 9px;
    height: 6px;
    background:url(../images/dian1.png) no-repeat center;
}
.language_c{
    position: absolute;
    top:100px;
    left:0;
    background:#fff;
    box-sizing: 0 0 10px #ddd;
    z-index: 999;
    display: none;
    width: 140%;
    left: -20%;
}
.language_c a{
    display: block;
    font-size:14px;
    color: #191919;
    line-height: 2em;
    padding:0;
    text-align: center;
}
.language_c a:hover{
    background:#223574;
    color: #fff;
}
.language:hover .language_c{
    display: block;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    padding:0 20px;
}
.nav li a span{
    display: inline-block;
    position: relative;
    font-family: "puhui65";
}
.nav li a span:after{
    content:'';
    position: absolute;
    bottom:18px;
    left:50%;
    width: 0;
    height: 2px;
    background:#223574;
    transition:all 0.4s ease-out;
}
.nav li:hover a span:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 220px;
    margin-left: -110px;
    box-shadow: 0 0 10px #ddd;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #191919;  
    line-height: 2.5em; 
    padding:0; 
}
.nav li .b_nav a:hover{
    background:#223574;
    color: #fff!important;
}
.head.c-head-hide{
    background:#fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.head.c-head-hide .nav li a{
    color: #191919;
}
.head.c-head-hide .gupiao{
    color: #191919;
    background:#e6e6e6;
}
.head.c-head-hide .gupiao .p2 i{
    background:url(../images/up2.png)no-repeat center;
}
.head.c-head-hide .language p{
    color: #191919;
}
.head.c-head-hide .language p i{
    background:url(../images/dian2.png) no-repeat center;
}
@media(max-width: 1600px){
    .head{
        padding:0 50px;
    }
    .nav li{
        margin-right: 7px;
    }
    .nav li a{
        padding:0 10px;
        font-size:14px;
    }
}
@media(max-width: 1440px){
    .head{
        height: 70px;
        padding: 0 40px;
    }
    .logo{
        width: 150px;
    }
    .nav li{
        margin-right: 0px;
    } 
    .nav li a{
        padding:0 12px;
        font-size:16px;
    }   
    .nav li a span:after{
        bottom:10px;
    }
    .gupiao{
        margin-right: 15px;
    }
    .nav li a,.language{
        line-height: 70px;
    }  
    .nav li .b_nav,.language_c{
        top:70px;
    } 
}
@media(max-width: 1280px){
    .head{
        padding:0 35px;
    } 
    .nav li a{
        padding:0 10px;
        font-size:14px;
    } 
    .gupiao{
        margin-right: 5px;
    }  
}
@media(max-width: 1199px){
/*  .logo{
        width: 120px;
    }*/
    .gupiao,.search{
        display: none;
    }

}
@media(max-width: 1140px){
    .menu-button{
        display: block;
    }
    .nav,.language{
        display: none;
    }  
    /*.gupiao{*/
    /*    display: flex;*/
    /*} */
}
@media(max-width: 1024px){
    .head{
        padding:0 30px;
    }
}

@media(max-width: 820px){

}
@media(max-width: 640px){
    .head{
        padding:0 20px;
        height: 60px;
    }  
    .logo{
        width: auto;
    }
    .logo img{
        max-height: 38px;
    }
    .menu-button{
        top:25px;
    }
    .gupiao{
        height: 42px;
    }
}   

/*搜索*/
.search{
    height: 100%;
    position: relative;
    display: none;
}
.ss{
    width: 40px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ss img{
    width: 20px;
    height: 20px;
}
.ss .img2{
    display: none;
}
.head.c-head-hide .ss .img1{
    display: none;
}
.head.c-head-hide .ss .img2{
    display: inline-block;
}
#formsearch{
    /*position: absolute;*/
    /*top:100px;*/
    /*left:-80px;*/
    /*display: flex;*/
    /*width: 200px;*/
    /*z-index: 99;*/
    /*display: none;*/

    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 100px;
    border-radius: 2px;
    background: #fff;
    width: 0px;
    padding-left: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#keyword{
    width: calc(100% - 50px);
    float: left;
    line-height: 40px;
    outline: none;
    border:none;
    /*padding:0 10px;*/
}
#s_btn{
    width: 50px;
    height: 40px;
    background: #2236a1;
    font-size:14px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/ss2.png) no-repeat center;
    background-size: 20px;
}
/*.search:hover #formsearch{*/
/*    display: flex;*/
/*}*/
.search.cur #formsearch{width: 250px;visibility: visible;opacity: 1;}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #191919;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #191919;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #191919;
}
.serach:hover #formsearch{
    display: flex;
}
@media(max-width:1440px){
    #formsearch{
        top:70px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }
}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        border-top:1px solid #dbdbdb;
        /*box-shadow:0 0 10px #ccc inset;*/
        display: none;
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
}


#c-banner1 .swiper-slide .bg{
    display: block;
    width: 100%;
    height: 100%;
/*    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;*/
}
#c-banner1 .swiper-slide .bg img{
    width: 100%;
    max-width: none;
}
/*#c-banner1 .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
}*/
.wrap{
    width: 90%;
    max-width: 1550px;
    margin: 0 auto;
}
.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; 
    line-height: 1.6;   
}
.banner_text .p1{
    font-size:66px;
    font-family: "puhui85";
    transition: 1s 0.2s;
    transform: translateX(-15%);
    opacity: 0;
}
.banner_text .p2{
    font-size:42px;
    font-family: "puhui85";
    transition: 1.3s 0.3s;
    transform: translateX(-30%);
    opacity: 0;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text .p1{
    transform: translateX(0%);
    opacity: 1;
}
#c-banner1 .swiper-slide-active  .banner_text .p2{
    transform: translateX(0%);
    opacity: 1;
}
#c-banner1 .swiper-pagination {
    bottom:50px;
}
#c-banner1 .loading {
    margin: 0 15px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
    opacity: 1;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #fff;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media(max-width: 1600px){
    .banner_text .p1{
        font-size:56px;
    }
    .banner_text .p2{
        font-size:32px;
    }
}
@media(max-width: 1280px){
    .banner_text .p1{
        font-size:46px;
    }
    .banner_text .p2{
        font-size:28px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 94%;
    }
}
@media(max-width: 991px){
    .banner_text .p1{
        font-size:36px;
    }
    .banner_text .p2{
        font-size:24px;
    }
    #c-banner1 .swiper-pagination{
        bottom:20px;
    }
}
@media(max-width: 820px){
    .banner_text .p1{
        font-size:32px;
    }
    .banner_text .p2{
        font-size:20px;
    }
}
@media(max-width: 640px){
    .banner_text{
        display:block;
        text-align:center;
        padding-top:30%;
    }
    .banner_text .p1{
        font-size:26px;
    }
    .banner_text .p2{
        font-size:16px;
    } 
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }  
}


.index1{
    padding:140px 0 175px;
    position: relative;
}
.index_t1{

}
.index_t1 h2{
    font-size:42px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "puhui65";
}
.index1 .txt{
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 1.6;
    margin:28px 0 64px;
    width: 50%;
}
.index1 .txt span{
    color: #223574;
    font-family: "puhui55";
}
a.more1{
    font-size:18px;
    color: #223574;
    font-family: "puhui65";
    display: flex;
    align-items: center;
}
a.more1 i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background:url(../images/more1.png) no-repeat center #223574;
    margin-right: 18px;
}
a.more1:hover{
    text-decoration: underline;
}
.num_list{
    margin-top:125px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}
.num_list li{
    color: #223574;
    display: flex;
}
.num_list li span{
    font-size:80px;
    line-height: 75px;
    margin-right: 15px;
    font-family: "思源黑体";
    font-weight: bold;
}
.num_list li p{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.num_list li p sup{
    font-size: 18px;
    line-height: 1;
}
.num_list li p sub{
    font-size:14px;
    line-height: 1.2;
}
.index_map{
    position: absolute;
    top: 80px;
    right: 60px;
    max-width: 1045px;
    width: 55%;
}
.index_map_c{
    position: relative;
}
.map_add{

}
.map_add li{
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 9;
}
.map_add li i{
    width: 20px;
    height: 20px;
    background:#223574;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.map_add li i:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.map_add li i:after{
    
}
.map_add li i:before,.map_add li i:after{    
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:#223574;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    animation: videoDh 3s linear infinite;
    opacity: 0.8;
}
.map_add li i:before{
    animation-delay: 1s;
}
.map_add li i:after{
    animation-delay: 0s; 
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.25;
    } 
    to {
        transform: scale(6, 6); 
        opacity: 0;
    } 
}
.map_add li span{
    font-size:16px;
    color: #191919;
    line-height: 1;
    margin-left: 12px;
}
.map_add li:nth-child(1){
    top: 44%;
    right: 12.5%;
}
.map_add li:nth-child(2){
    top: 56%;
    right: 14%;
}
.map_add li:nth-child(3){
    top: 31%;
    left: 48%;
}
.map_add li:nth-child(4){
    top: 40%;
    left: 19%;
}
.map_add li:nth-child(5){
    top: 66%;
    left: 27%;
}
@media(max-width: 1600px){
    .index1{
        padding:140px 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index1 .txt {
        font-size: 14px;
        margin: 20px 0 50px;
    }
    .num_list li span{
        font-size:60px;
        line-height: 65px;
    }
    .num_list li p sup{
        font-size:16px;
    }
    .num_list li p sub{
        font-size:13px;
    }
    a.more1 i{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .map_add li span{
        font-size:14px;
    }
    @keyframes videoDh { 
        from {
            transform: scale(1, 1); 
            opacity: 0.25;
        } 
        to {
            transform: scale(5, 5); 
            opacity: 0;
        } 
    }
}
@media(max-width: 1280px){
    .index1{
        padding:100px 0 ;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .num_list{
        margin-top:90px;
    }
    .num_list li span{
        font-size:46px;
        line-height: 55px;
    }
    .num_list li p sup{
        font-size:14px;
    }
    .num_list li p sub{
        font-size:12px;
    }
    @keyframes videoDh { 
        from {
            transform: scale(1, 1); 
            opacity: 0.25;
        } 
        to {
            transform: scale(4, 4); 
            opacity: 0;
        } 
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1024px){
    .index1 {
        padding: 75px 0;
    }
    .index1 .txt {
        font-size: 16px;
        margin: 15px 0 35px;
    }
    .index_map{
        right:10px;
        top:40px;
    }
    .map_add li i,.map_add li i:before, .map_add li i:after{
        width: 12px;
        height: 12px;
    }
    .num_list{
        width: 60%;
    }
}
@media(max-width: 991px){
    .index_t1 h2{
        font-size:26px;
    }
    .map_add li span{
        font-size:13px;
    }
}
@media(max-width: 820px){
    .index1 {
        padding: 55px 0;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .num_list{
        width: 80%;
        margin-top:50px;
    }
    .map_add li:nth-child(1) {
        top: 44%;
        right: 10%;
    }
    .map_add li:nth-child(4) {
        top: 38%;
        left: 19%;
    }
}
@media(max-width: 640px){
    .index1 {
        padding: 35px 0;
    }
    .index_t1 h2{
        font-size:20px;
    }  
    .index1 .txt{
        width:100%;
        font-size: 14px;
        margin: 12px 0 20px;
    }
    a.more1{
        font-size:16px;
    }
    a.more1 i {
        width: 42px;
        height: 42px;
        margin-right: 8px;
    }
    .num_list{
        width: 100%;
    }
    .num_list li span{
        font-size:28px;
        line-height: 45px;
        margin-right: 4px;
    }
    .num_list li p sup{
        font-size:13px;
    }
    .num_list li p sub{
        font-size:10px;
    }
    .index_map{
        position: relative;
        top:0;
        left:0;
        bottom:0;
        right:0;
        width: 100%;
        margin-top:25px;
    } 
    .map_add li span {
        font-size: 12px;
    }
}
@media(max-width:460px){
    .num_list li span{
        font-size: 24px;
    }
}

.index2{
    padding:152px 0 140px;
    position: relative;
    overflow: hidden;
}
.index2_img .img1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    transform:scale(1.2);
    transition:all 1s ease-out;
}
.index2_img .img1.cur{
    opacity: 1;
    z-index: -1;
    transform:scale(1);
}
.index2_list{
    position: absolute;
    bottom:0;
    right:0;
/*    width: 35%;*/
    width: 628px;
    height: 629px;
    background:url(../images/line1.png) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
}
.index2_list li{
    transition:all 0.5s;
    margin-bottom: 95px;
    display: inline-block;
}
.index2_list li:last-child{
    margin-bottom: 0;
}
.index2_list li p{
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 220px;
}
.index2_list li.cur p{
    max-width: 220px;
}
.index2_list li p span{
    font-size: 12px;
    line-height: 1.2;
}
.index2_list li p i{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 55px;
}
.index2_list li p i img{
    opacity: 0;
}
.index2_list li p i:before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 10px;
    height: 10px;
    background:#fff;
    border-radius: 50%;
    margin:-5px 0 0 -5px;
}
.index2_list li p i:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 22px;
    height: 22px;
    border:1px solid #fff;
    border-radius: 50%;
    margin:-12px 0 0 -12px;
}
.index2_list li.cur p span{
    font-size: 14px;
}
.index2_list li.cur p i{
    margin-left: 22px;
    background:#fff;
}
.index2_list li.cur p i img{
    opacity: 1;
}
.index2_list li.cur p i:before,.index2_list li.cur p i:after{
    opacity: 0;
}
.index2_list li:nth-child(1){
    margin-left: 375px;
}
.index2_list li:nth-child(1).cur{
    margin-left: 340px;
}
.index2_list li:nth-child(2){
    margin-left: 132px;
}
.index2_list li:nth-child(2).cur{
    margin-left: 95px;
}
.index2_list li:nth-child(3){
    margin-left:-32px;
}
.index2_list li:nth-child(3).cur{
    margin-left:-75px;
}
.index2_list li:nth-child(4){
    margin-left:-132px;
}
.index2_list li:nth-child(4).cur{
    margin-left:-160px;
}
.index2_text{
    max-width: 690px;
}
.index2_text .text{
    padding:50px 55px;
    background:#fff;
    border-radius: 6px;
    /*display: none;*/
}
.index2_text .text h3{
    font-size:46px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.1;
}
.index2_text .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
    margin:25px 0 75px;
}
.index2_text .text.cur{
    display: block;
}
@media(max-width: 1600px){
    .index2 {
        padding: 120px 0;
    }
    .index2_text .text{
        padding:35px 30px;
    }
    .index2_text .text h3{
        font-size:36px;
    }
    .index2_text .text p {
        font-size: 14px;
        margin: 20px 0 50px;
    }
    .index2_list{
        width: 500px;
        height: 501px;
    }
    .index2_list li{
        margin-bottom: 60px;
    }
    /*.index2_list li.cur p span {*/
    /*    font-size: 22px;*/
    /*}*/
    .index2_list li p{
        max-width: 205px;
    }
    .index2_list li.cur p span{
        font-size:11px;
    }
    .index2_list li p i{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .index2_list li p i img{
        max-height: 24px;
    }
    .index2_list li.cur p{
        max-width: 200px;
    }
    .index2_list li.cur p i{
        margin-left: 16px;
    }
    .index2_list li:nth-child(1) {
        margin-left: 275px;
    }
    .index2_list li:nth-child(1).cur {
        margin-left: 250px;
    }
    .index2_list li:nth-child(2) {
        margin-left: 93px;
    }
    .index2_list li:nth-child(2).cur {
        margin-left: 70px;
    }
    .index2_list li:nth-child(3) {
        margin-left: -42px;
    }
    .index2_list li:nth-child(3).cur {
        margin-left: -60px;
    }
    .index2_list li:nth-child(4) {
        margin-left: -127px;
    }
    .index2_list li:nth-child(4).cur {
        margin-left: -135px;
    }
}
@media(max-width: 1440px){
    .index2_text{
        max-width: 600px;
    }
    .index2_text .text{
        padding: 30px;
    }
    .index2_text .text h3{
        font-size:32px;
    }
    .index2_text .text p {
        font-size: 13px;
    }
}
@media(max-width: 1280px){
    .index2_text .text{
        padding: 20px;
    }
    .index2_list{
        width: 400px;
        height: 401px;
    }
    .index2_list li{
        margin-bottom: 45px;
    }
    /*.index2_list li.cur p span {*/
    /*    font-size: 20px;*/
    /*}*/
    .index2_list li:nth-child(1) {
        margin-left: 185px;
    }
    .index2_list li:nth-child(1).cur {
        margin-left: 175px;
    }
    .index2_list li:nth-child(2) {
        margin-left: 42px;
    }
    .index2_list li:nth-child(2).cur {
        margin-left: 25px;
    }
    .index2_list li:nth-child(3) {
        margin-left: -75px;
    }
    .index2_list li:nth-child(3).cur {
        margin-left: -80px;
    }
    .index2_list li:nth-child(4) {
        margin-left: -142px;
    }
    .index2_list li:nth-child(4).cur {
        margin-left: -147px;
    }
}
@media(max-width: 1199px){
    .index2_text{
        max-width: 500px;
    }   
    .index2_text .text{
        padding:20px;
    }
    .index2_text .text h3 {
        font-size: 26px;
    }
    .index2_text .text p {
        margin: 10px 0 35px;
    }
}
@media(max-width: 1024px){
    .index2 {
        padding: 100px 0;
    }
    .index2_list{
        width: 300px;
        height: 301px;
    }
    .index2_list li{
        margin-bottom: 20px;
    }
    .index2_list li.cur p span {
        font-size: 16px;
    }
    .index2_list li.cur p i {
        margin-left: 12px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .index2_list li p i img {
        max-height: 22px;
    }
    .index2_list li:nth-child(1) {
        margin-left: 112px;
    }
    .index2_list li:nth-child(1).cur {
        margin-left: 110px;
    }
    .index2_list li:nth-child(2) {
        margin-left: 11px;
    }
    .index2_list li:nth-child(2).cur {
        margin-left: 8px;
    }
    .index2_list li:nth-child(3) {
        margin-left: -48px;
    }
    .index2_list li:nth-child(3).cur {
        margin-left: -50px;
    }
    .index2_list li:nth-child(4) {
        margin-left: -80px;
    }
    .index2_list li:nth-child(4).cur {
        margin-left: -82px;
    }
    .index2_text .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .index2 {
        padding: 75px 0;
    }
    .index2_list{
        width: 200px;
        height: 201px;
    }
    .index2_list li{
        margin-bottom: 0px;
    }
    .index2_list li p span{
        font-size:14px;
    }
    .index2_list li.cur p span {
        font-size: 16px;
    }
    .index2_list li.cur p i {
        margin-left: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .index2_list li p i img {
        max-height: 18px;
    }
    .index2_list li:nth-child(1) {
        margin-left: 46px;
    }
    .index2_list li:nth-child(1).cur {
        margin-left: 48px;
    }
    .index2_list li:nth-child(2) {
        margin-left: -9px;
    }
    .index2_list li:nth-child(2).cur {
        margin-left: -26px;
    }
    .index2_list li:nth-child(3) {
        margin-left: -48px;
    }
    .index2_list li:nth-child(3).cur {
        margin-left: -64px;
    }
    .index2_list li:nth-child(4) {
        margin-left: -71px;
    }
    .index2_list li:nth-child(4).cur {
        margin-left: -84px;
    }
    .index2_text .text{
        padding: 20px 15px;
    }
    .index2_text .text h3 {
        font-size: 18px;
    }
}
@media(max-width: 820px){
    .index2_text{
        max-width: 450px;
    }
    .index2_text .text{
        padding:20px;
    }
}
@media(max-width: 767px){
    .index2 {
        padding: 35px 0;
    }
    .index2_text{
        max-width: 100%;
    }
    .index2_text .text{
        width: 100%;
        display: block;
    }
    .index2_text .text h3{
        font-size:17px;
    }
    .index2_text .text p {
        margin: 10px 0 20px;
    }
    #c-banner2 .swiper-pagination .swiper-pagination-bullet{
        opacity: 1;
        background:#fff;
    }
    #c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
        opacity: 1;
        background:#223574;
    }
    .index2_list{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items:center;
        background:none;
        position: relative;
        top:0;
        left:0;
        right:0;
        bottom:0;
        padding:0 3%;
        margin-top:20px;
        display: none;
    }
    .index2_list li{
        width: 25%;
        display: flex;
        align-items:center;
        height: 40px;
    }
    .index2_list li:nth-child(1),.index2_list li:nth-child(2),
    .index2_list li:nth-child(3),.index2_list li:nth-child(4),
    .index2_list li:nth-child(1).cur,.index2_list li:nth-child(2).cur,
    .index2_list li:nth-child(3).cur,.index2_list li:nth-child(4).cur{
        margin-left: 0;
    }
}
@media(max-width: 640px){
   
}


.index_product{
    padding:128px 0;
    position: relative;
    overflow: hidden;
}
.index_product_top{

}
.index_product_top .text{

}
.index_product_top .text .txt{
    font-size:16px;
    color:#666666;
    margin:30px 0 65px;
    max-width: 485px;
    line-height: 1.5;
}
.index_product_top .text .txt p:nth-child(1){
    margin-bottom: 15px;
}
.index_product_img{
    position: absolute;
    right:0;
    top:-0%;
    overflow: hidden;
    width: 58%;
    max-width: 1100px;
}
.index_product_img_c{
    position: relative;
    overflow: hidden;
}
.index_product_bg{
    position: absolute;
    bottom:0%;
    left:0;
    width: 100%;
    z-index: 99;
}
.index_product_img_list .img1{
    transform: scale(1.1);
    transition: all 1s ease-out;
    height: 0;
    /*linear*/
}
.index_product_img_list .img1.cur{
    z-index: 9;
    transform: scale(1);
    height: auto;
}
.index_product_li{
    margin-top:120px;
    position: relative;
}
.index_product_li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 10vw;
    z-index: 1;
    background:url(../images/line2.png) no-repeat center;
    background-size: contain;
}
.index_product_li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.index_product_li li{
    text-align: center;
    cursor: pointer;
}
.index_product_li li .img1{
    position: relative;
    z-index: 1;
    transition: ease 2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.5vw;
    height: 10vw;
/*    transform: translate(-50%) translateY(-50%);*/
}
.index_product_li li .img1:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: #f2f6fa;
    width: 11.5vw;
    height: 10vw;
    animation: rotate1 5s linear infinite;
    opacity: 0;
}
.index_product_li li .img1 .cir{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f2f6fa;

    mask-image: url(../images/z60.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;

    -webkit-mask-image: url(../images/z60.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;


    transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_product_li li:nth-of-type(5n+1) .cir {
    animation: loop1 5s linear infinite;
}
.index_product_li li:nth-of-type(5n+2) .cir {
    animation: loop2 5s linear infinite;
}
.index_product_li li:nth-of-type(5n+3) .cir {
    animation: loop3 5s linear infinite;
}
.index_product_li li:nth-of-type(5n+4) .cir {
    animation: loop4 5s linear infinite;
}
.index_product_li li:nth-of-type(5n+5) .cir {
    animation: loop5 5s linear infinite;
}
@keyframes rotate1 {    
    0% {
        border-radius: 50%;
        transform: translate(0%, 0) rotate(0deg);
    }
    50% {
        border-radius: 38%;
    }100% {
        border-radius: 50%;
    }
}
@keyframes loop1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop2 {
  0% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(400deg);
  }
}
@keyframes loop3 {
  0% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(440deg);
  }
}
@keyframes loop4 {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(330deg);
  }
}
@keyframes loop5 {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(300deg);
  }
}
.index_product_li li .img1 img{
    position: relative;
    z-index: 2;
}
.index_product_li li p{
    font-size:16px;
    line-height: 1.5;
    color: #4c4c4c;
    position: relative;
    z-index: 2;
    margin-top:10px;
}
.index_product_li li.cur p{
    color: #223574;
}
.index_product_li li.cur .img1,.index_product_li li.cur .cir{
    background:url(../images/p_bg1.png) no-repeat center;
    background-size: contain;
    animation: none;
}
.index_product_li li.cur .img1:before{
    opacity: 0;
}
@media(max-width: 1600px){
    .index_product_top .text .txt{
        font-size:14px;
        margin: 20px 0 50px;
    }
    .index_product_top .text .txt p:nth-child(1) {
        margin-bottom: 10px;
    }
    .index_product_li li p{
        font-size:14px;
    }
    .index_product_li{
        margin-top:90px;
    }
    .index_product_li li .img1 img{
        max-height: 110px;
        max-width: 120px;
    }
}
@media(max-width: 1440px){
    .index_product_top .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:100px 0;
    }
    .index_product_li{
        margin-top:75px;
    }
    .index_product_li li .img1{
        width: 12.5vw;
        height: 11vw;       
    }
    .index_product_li li .img1:before{
        width: 12.5vw;
        height: 11vw;       
    }
    .index_product_li li p{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .index_product_top .text .txt{
        max-width: 400px;
    }
}
@media(max-width: 991px){
    .index_product{
        padding:75px 0;
    }
    .index_product_top .text .txt{
        max-width: 350px;
    }
    .index_product_img{
        width: 48%;
    }
    .index_product_li {
        margin-top: 50px;
    }
    .index_product_li li .img1 {
        width: 15vw;
        height: 15vw;
    }
    .index_product_li li .img1:before{
        width: 15vw;
        height: 15vw;       
    }
    .index_product_li li .img1 img {
        max-height: 90px;
        max-width: 100px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
}
@media(max-width: 767px){
    .index_product{
        padding:35px 0;
    }  
    .index_product_img{
        display: none;
    }
    .index_product_top .text .txt{
        max-width: 100%;
        margin: 20px 0 25px;
        font-size:13px;
    }
    .index_product_li {
        margin-top: 25px;
    }
    .index_product_li ul{
        justify-content: flex-start;
    }
    .index_product_li li{
        width: 32%;
        margin-right: 2%;
        text-align: center;
    }
    .index_product_li li:nth-child(3n){
        margin-right: 0;
    }
    .index_product_li li .img1{
        width: 100%;
        height: 110px;
    }
    .index_product_li li .img1:before,.index_product_li li .img1 .cir{
        display: none;
    }
    .index_product_li li .img1 img {
        max-height: 75px;
        max-width: 90px;
    }
}


.index3{
    background:url(../images/index3_bg.jpg) no-repeat top center;
    background-size: contain;
    padding:120px 0 0;
}
.index3 .index_t1 h2{
    color: #fff;
    text-align: center;
}
.index3 .txt{
    font-size:20px;
    color: #fff;
    max-width: 915px;
    margin:30px auto 65px;
    text-align: center;
    line-height: 1.4;
}
.kcxfz_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kcxfz_list li{
    width: 49%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.kcxfz_list li a{
    display: block;
    padding:72px 35px 25px 70px;
}
.kcxfz_list li .img2{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition:all 0.4s ease-out;
}
.kcxfz_list li a{
    position: relative;
    z-index: 2;
}
.kcxfz_list li a .img1{
    line-height: 72px;
}
.kcxfz_list li a h3{
    font-size:36px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1;
    margin:50px 0 10px;
}
.kcxfz_list li a p{
    font-size:20px;
    color: #4c4c4c;
}
.kcxfz_list li a .more2{
    display: flex;
    justify-content: flex-end;
}
.kcxfz_list li a .more2 i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background:url(../images/more1.png) no-repeat center #223574;
    margin-top:55px;    
    opacity: 0;
    transition: all 0.4s ease-out;
}
.kcxfz_list li:hover .img2{
    transform:scale(1.1);
}
.kcxfz_list li a:hover .more2 i{
    opacity: 1;
}
@media(max-width: 1600px){
    .index3 .txt{
        font-size:16px;
    }
    .kcxfz_list li a{
        padding:55px 35px 25px 55px;
    }
    .kcxfz_list li a .img1 {
        line-height: 60px;
    }
    .kcxfz_list li a .img1 img{
        max-height: 60px;
    }
    .kcxfz_list li a h3 {
        font-size: 30px;
        margin: 35px 0 10px;
    }
    .kcxfz_list li a p{
        font-size:16px;
    }
    .kcxfz_list li a .more2 i{
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 1440px){
    .index3 .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:90px 0 0;
    }
    .kcxfz_list li a{
        padding:45px 35px 25px;
    }
    .kcxfz_list li a h3 {
        font-size: 26px;
        margin: 30px 0 5px;
    }
    .kcxfz_list li a .more2 i{
        margin-top:40px;
    }
}
@media(max-width: 1024px){
    .index3 {
        padding: 75px 0 0;
    }
    .kcxfz_list li a{
        padding:35px 30px 25px;
    }
    .kcxfz_list li a .img1{
        line-height: 45px;
    }
    .kcxfz_list li a .img1 img {
        max-height: 45px;
    }
    .kcxfz_list li a h3 {
        font-size: 22px;
        margin: 15px 0 5px;
    }
    .kcxfz_list li a p {
        font-size:14px;
    }
    .kcxfz_list li a .more2 i{
        margin-top:30px;
    }
    .index3 .txt {
        margin:20px auto 50px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index3 {
        padding: 55px 0 0;
    }
    .kcxfz_list li a{
        padding:25px 25px 20px;
    }
    .kcxfz_list li a .img1{
        line-height: 35px;
    }
    .kcxfz_list li a .img1 img {
        max-height: 35px;
    }
    .kcxfz_list li a h3 {
        font-size: 18px;
        margin: 12px 0 5px;
    }
    .kcxfz_list li a .more2 i{
        margin-top:15px;
    }
}
@media(max-width: 640px){
    .index3 {
        padding: 35px 0;
        background: url(../images/index3_bg.jpg) no-repeat center;
        background-size: cover;
    } 
    .index3 .txt {
        margin: 20px auto 25px;
    }
    .kcxfz_list li{
        width: 100%;
        margin-bottom: 15px;
    }  
    .kcxfz_list li:last-child{
        margin-bottom: 0;
    }
    .kcxfz_list li a h3{
        font-size:16px;
    }
}


.index_news{
    padding:145px 0 150px;
}
.index_news_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.index_sort{
    display: flex;
    flex-wrap: wrap;
}
.index_sort a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 48px;
    height: 56px;
    font-size:18px;
    color: #4c4c4c;
    background:#e8ecf1;
    border-radius: 6px;
    margin-right: 18px;
} 
.index_sort a:last-child{
    margin-right: 0;
} 
.index_sort a.cur{
    background:#223574;
    color: #fff;
} 
.index_news_tab{
    margin-top:58px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 32%;
    margin-right: 2%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.news_list1 li a .text{
    padding:40px 30px 30px;
}
.news_list1 li a h3{
    font-size:18px;
    color: #191919;
    line-height: 1.3em;
    height: 5.2em;
    font-family: "puhui65";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li a .news_c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.news_list1 li a .news_c span{
    font-size:18px;
    color: #b5b5b5;
}
.news_list1 li a .news_c em{
    width: 115px;
    height: 32px;
    border:1px solid #999999;
    border-radius: 6px;
    font-size:13px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}
.news_list1 li a .img{

}
.news_list1 li a:hover .text{
    background:#f2f6fa;
}
.news_list1 li a:hover .text h3{
    color: #223574;
}
.news_list1 li a:hover .text .news_c span{

}
.news_list1 li a:hover .text .news_c em{
    background: #223574;    
    border:1px solid #223574;
    color: #fff;
}
.news_list1 li a:hover .img img{
    transform:scale(1.1);
}
.index_news_tab .news_list1{
    display: none;
}
.index_news_tab .news_list1.cur{
    display: flex;
}
@media(max-width: 1600px){
    .index_news{
        padding:120px 0;
    }
    .index_sort a{
        padding: 0 30px;
        height: 50px;
        font-size: 16px;
        margin-right: 12px;     
    }
    .news_list1 li a .text {
        padding: 30px 25px;
    }
    .news_list1 li a h3{
        font-size:16px;
    }
    .news_list1 li a .news_c span{
        font-size:14px;
    }
    .news_list1 li a .news_c em{
        width: 105px;
        font-size:12px;
    }
}
@media(max-width: 1280px){
    .index_news {
        padding: 90px 0;
    }
}
@media(max-width: 1199px){
    .index_news {
        padding: 75px 0;
    }
    .index_sort a{
        padding: 0 15px;
        height: 42px;
        font-size:14px;    
    }
    .index_news_tab {
        margin-top: 45px;
    }
    .news_list1 li a h3 {
        font-size: 15px;
    }
    /*.news_list1 li a .news_c em {*/
    /*    width: 75px;*/
    /*}*/
}
@media(max-width: 991px){
    .index_news {
        padding: 55px 0;
    }
    .index_news_tab {
        margin-top: 30px;
    }
    .news_list1 li a .text {
        padding: 20px 20px;
    }
    .news_list1 li a .news_c span{
        font-size:13px;
    }
}
@media(max-width: 820px){
    .index_sort a{
        padding: 0 10px;
        height: 35px;
        font-size: 14px;    
    }
    .news_list1 li a h3{
        font-size:14px;
    }
    .news_list1 li a .news_c{
        margin-top:15px;
    }
    .news_list1 li a .text{
        padding:15px 10px;
    }
    .news_list1 li a .news_c em{
        width:100px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 35px 0;
    }  
    .index_sort a{
        padding: 0 8px;
        height: 30px;
        font-size: 12px;    
    } 
    .news_list1 li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .news_list1 li:last-child{
        margin-bottom: 0;
    }
    .news_list1 li a .text{
        background:#fafafa;
        padding:12px 10px;
    }
    .news_list1 li a h3 {
        font-size: 13px;
        height:auto;
        -webkit-line-clamp: 5;
    }
}


/*页面底部*/
footer{
    background:url(../images/foot.jpg) no-repeat center;
    background-size: cover;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:110px 0;
    font-size:16px;
    color: #8f8f8f;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.f_nav dl{
    padding-right: 10px;
}
.foot dl dt{
    font-size:20px;
    line-height: 1.6;
    color: #191919;
    font-family: "puhui65";
    margin-bottom: 20px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #8f8f8f;
}
.f_nav dl dd a:hover{
    color: #191919;
}
.f_contact{
    width: 30%;
    max-width: 500px;
}
.f_code{
    margin-top:25px;
    display: flex;
    align-items: center;
    display: none;
}
.f_code .img1{
    width: 126px;
}
.f_code p{
    width: calc(100% - 126px);
    font-size:14px;
    color: #666666;
    padding-left: 22px;
    line-height: 1.6;
}
.copyright{
    padding:40px 0 35px;
    font-size:14px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top:1px solid #e0e0e0;
}
.copyright a{
    font-size: 14px;
    color: #808080;   
}
.copyright a:hover{
    color: #191919;
}
.copyright_l{

}
.copyright_r{

}
.dingwei{
    position: absolute;
    top:-65px;
    left:0;
}
.f_share{
    display: none;
}
@media(max-width: 1600px){
    .foot{
        padding:50px 0;
        font-size:13px;
    }
    .f_nav{
        width: 65%;
    }
    .f_nav dl dd a,.f_code p{
        font-size:13px;
    }
    .copyright{
        padding: 15px 0;
        font-size: 13px;
    }
    .copyright a{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .f_nav{
        width: 65%;
    }
    .foot dl dt {
        font-size: 18px;
        margin-bottom: 12px;
    }

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

}
@media(max-width: 991px){
    .f_nav{
        width: 65%;
    }
    .f_nav dl:nth-child(5),.f_nav dl:nth-child(6),.f_nav dl:last-child{
        display: none;
    }
    .foot dl dt{
        font-size:16px;
    }
    .f_contact{
        max-width: 30%;
    }
    .f_code p {
        font-size: 13px;
        padding-left: 10px;
    }
}
@media(max-width: 820px){
    .f_nav dl:nth-child(1){
        display:none;
    }
}   
@media(max-width: 640px){
    /*footer{*/
    /*    margin-bottom:56px;*/
    /*}  */
    .foot {
        padding: 25px 0 20px;
        flex-wrap:wrap;
    }
    .foot dl dt {
        margin-bottom: 13px;
    }
    .f_contact{
        display:none;
    }
    .f_nav{
        /*display: none;*/
        flex-wrap:wrap;
        width:100%;
        padding:0 15px;
    }
    .f_nav dl{
        width:100%;
    }
    .f_nav dl dt{
        border-bottom:1px solid #e0e0e0;
        position:relative;
        font-size:14px;
    }
    .f_nav dl dt:after{
        content: "";
        position: absolute;
        right: 0;
        top: 9px;
        width: 10px;
        height: 10px;
        background: url(../images/f_arrow.png) 50% no-repeat;
        background-size: cover;
        transition: all .6s;
    }
    .f_nav dl.cur dt:after{
        transform:rotate(-90deg);
    }
    .f_nav dl dd a{
        font-size:12px;
    }
    .f_nav dl dd{
        display:none;
        margin:10px 0;
        /*height:0;*/
        /*visibility:hidden;*/
    }
    /*.f_nav dl.cur dd{*/
    /*    height:auto;*/
    /*    visibility:visible;*/
    /*}*/
    .f_contact{
        max-width: 100%;
        width:100%;
    }
    .f_code{
        justify-content:center;
    }
    .f_code p{
        width:auto;
    }
    .f_share{
        display:flex;
        justify-content:center;
        width:100%;
    }
    .f_share li{
        position:relative;
    }
    .f_share_img{
        position:absolute;
        top:-126px;
        left:50%;
        margin-left:-60px;
        z-index:9;
        display: none;
        width:120px;
        height:120px;
    }
    .f_share li:hover .f_share_img{
        display:block;
    }
    .copyright{
        padding: 12px 0;
    }
    .copyright_l,.copyright_l a,.copyright_r,.copyright_r a{
        font-size:12px;
        text-align:center;
    }
    .copyright_r{
        width:100%;
    }
}



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.h100{
    height: 100px;
    width: 100%;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img{
    opacity: 0;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui85";
    line-height: 1;
    margin-bottom: 55px;
} 
.site{
    display: flex;
    align-items:center;
}
.site,.site a{
    color: #fff;
    font-size:16px;
    line-height: 1;
}
.site a{
    display: block;
}
.site img,a.player img{
    opacity: 1;
}
.site_ico{
    margin:0 15px;
}
a.player{
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    right:24%;
    top:50%;
    margin-top: -37px;
    cursor: pointer;
    z-index: 999;
}
a.player img{
    position: relative;
    display: inline-block;
}
.img_dw{
    position: relative;
    border-radius: 100%;
}
.img_dw:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.img_dw:after{
    
}
.img_dw:before,.img_dw:after{    
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border:1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    animation: videoDh2 3s linear infinite;
    opacity: 0.8;
/*    display: none;*/
}
/*.img_dw:hover:before,.img_dw:hover:after{
    display: block;
}*/
.img_dw:before{
    animation-delay: 1s;
}
.img_dw:after{
    animation-delay: 0s; 
}
@keyframes videoDh2 { 
    from {
        transform: scale(1, 1); 
        opacity: 0.4;
    } 
    to {
        transform: scale(3, 3); 
        opacity: 0;
    } 
}
.tzzgx iframe{
    height:calc(100vh - 100px);
    width:100%;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner{
        height:350px;
        margin-top:50px;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    } 
    .site_ico{
        margin:0 10px;
    }
    a.player{
        width:60px;
        height:60px;
        right:20%;
    }
}
@media(max-width: 767px){
    .n_banner{
        height:240px;
        margin-top:50px;
    }
    .n_banner_text h2{
        font-size:26px;
        margin-bottom:0px;
    }  
    .site_ico{
        margin:0 5px;
    }
    a.player{
        width:45px;
        height:45px;
        right:16%;
    }
    .site{
        display:none;
    }
}


.about1{
    padding:138px 0 90px;
    background:url(../images/about1_bg.jpg) no-repeat left center;
    background-size: cover;
    position: relative;
}
.about1_content1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab_t1{
    font-size:42px;
    color: #303030;
    line-height: 1.2;
}
.about1_content1 .text{
    font-size:16px;
    color: #303030;
    font-family: "puhui45";
    width: 63%;
    line-height: 1.4;
}
.about1_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:90px;
}
.about1_list li{
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}
.about1_list li:nth-child(4n){
    margin-right: 0;
}
.about1_list li p{
    font-size:22px;
    color: #000000;
    font-family: "puhui65";
    margin-top:20px;
    line-height: 1.6;
}
.about1_list li:hover .img img{
    transform: scale(1.1);
}
.about2{
    padding:125px 0 130px;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about2 h2.ab_t1{
    color: #fff;
}
.about2 .txt{
    max-width: 970px;
    font-size:16px;
    color: #fff;
    margin-top:16px;
    line-height: 1.4;
}
#fzlc{
    margin-top:100px;
}
#fzlc_t{
    padding-bottom:72px;
}
#fzlc_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom:46px;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.2);
}
#fzlc_t .swiper-wrapper,#fzlc_b .swiper-wrapper{
    height: auto;
}
#fzlc_t .swiper-slide{
    font-size:36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:-31px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5.5px;
    background:url(../images/fz_ico1.png) no-repeat center;
}
#fzlc_t .swiper-slide-thumb-active:before{
    bottom:-34px;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    background:url(../images/fz_ico2.png) no-repeat center;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:-72px;
    left:50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;  
    margin-left: -12px; 
    opacity: 0; 
}
#fzlc_t .swiper-slide-thumb-active:after{
    opacity: 1;
}
#fzlc .swiper-button-prev{
    width: 17px;
    height: 31px;
    background:url(../images/left1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc .swiper-button-next{
    width: 17px;
    height: 31px;
    background:url(../images/right1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc_b{
    border-radius: 10px;
    background:#fff;
}
#fzlc_b .swiper-slide{
/*    padding-top:12px;*/
}

#fzlc_b .swiper-slide .text{
    background:#fff;
    padding:30px 100px;
    min-height:162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#fzlc_b .swiper-slide .p1{
    font-size:30px;
    color: #223574;
    line-height: 1;
}
#fzlc_b .swiper-slide .p2{
    font-size:16px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top:10px;
}
.about3{
    padding:130px 0 0;
    position: relative;
}
.wh_list{
    margin-top:62px;
    display: flex;
    flex-wrap: wrap;
}
.wh_list li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#edf1f5;
    border-radius: 6px;
    padding:20px 100px 20px 54px;
    height: 180px;
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
}
.wh_list li:nth-child(3n){
    margin-right: 0;
}
.wh_list li .img{
    width: 135px;
}
.wh_list li .text{
    width: calc(100% - 135px);
}
.wh_list li .text h3{
    font-size:26px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1;
    margin-bottom: 15px;
}
.wh_list li .text p{
    font-size:14px;
    line-height: 1.4;
}
.about4{
    padding:100px 0;
    max-width: 1920px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.scjd{
    position: relative;
    margin-top:65px;
}
#scjd{
    max-width: 887px;
    margin:0 auto;
    overflow: visible;
}
#scjd .swiper-slide{
    overflow: hidden;
}
#scjd .swiper-slide img{
    transition: all 0.4s ease-out;
}
#scjd .swiper-slide:hover img{
    transform: scale(1.1)
}
.scroll_btn{
    position: relative;
    margin-top:52px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.scroll_btn .swiper-button-prev,.scroll_btn .swiper-button-next{
    width: 66px;
    height: 66px;
    border:2px solid rgba(34,53,116,.6);
    border-radius: 50%;
    background:url(../images/right2.png) no-repeat center;   
    top:0;
    margin-top:0; 
    position: relative;
}
.scroll_btn .swiper-button-prev{
    transform:rotate(-180deg);
    left:0;
}
.scroll_btn .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #223574;     
    transform:rotate(-0deg); 
}
.scroll_btn .swiper-button-next{
    left:0px;
    margin-left: 22px;
}
.scroll_btn .swiper-button-next:hover{
    background:url(../images/left2.png) no-repeat center #223574;     
    transform:rotate(-180deg); 
}
.scroll_btn .swiper-pagination{
    width: calc(100% - 185px);
    height: 3px;
    left:185px;
}
.scroll_btn .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#223574;
}
.about5{
    background:#f7f7f7;
    position: relative;
}
.about5 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.about5_l{
    width: 41%;
}
.about5_list{
    margin-top:100px;
}
.about5_list li{
    margin-bottom: 82px;
}
.about5_list li:last-child{
    margin-bottom: 0;
}
.about5_list li .p1{
    font-size:66px;
    color: #223574;
    line-height: 1;
}
.about5_list li .p1 span{

}
.about5_list li .p2{
    font-size:18px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:5px;
}
.about5_r{
    width: 59%;
    height: calc(100vh - 100px);
    max-height: 818px;
    display: flex;
    flex-wrap: wrap;
}
.flexBetween {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about5 .ryzz_scroll{
    width: calc(100% / 3);
    height: 100%;
}
.about5 .ryzz_scroll .swiper-container {
    height: 100%;
    padding: 0 18px;
}
.about5 .ryzz_scroll .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.about5 .ryzz_scroll .swiper-container .swiper-slide {
    height: auto;
}
.about5 .ryzz_scroll .swiper-container .swiper-slide p {
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.about5 .ryzz_scroll .swiper-container .swiper-slide p img {
    width: 100%;
}
.about6{
    padding:105px 0;
    position: relative;
}
.hzhb{
    margin-top:50px;
}
.about7{
    padding:105px 0 85px;
    background:#f7f7f7;
    position: relative;
}
.contact_li{
    margin-top:38px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    padding-bottom: 54px;
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 48px;
}
.contact_li li{
    font-size:26px;
    color: #666666;
    padding-bottom: 22px;
    line-height: 1;
    position: relative;
    cursor: pointer;
    margin-right: 115px;
}
.contact_li li:last-child{
    margin-right: 0;
}
.contact_li li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background:#223574;
    transition:all 0.5s ease-out;
}
.contact_li li.cur{
    color: #000000;
}
.contact_li li.cur:after,.contact_li li:hover:after{
    left:0;
    width: 100%;
}
.contact_tab{
    display: none;
}
.contact_tab.cur{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.contact_tab .text{

}
.contact_tab .text h3{
    font-size:28px;
    color: #353535;
    line-height: 1.3;
}
.contact_tab .text .txt{
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
    margin-top:30px;
}
a.more2{
    width: 240px;
    height: 58px;
    display: flex;
    align-items:center;
    justify-content: center;
    background:#223574;
    border-radius: 6px;
    color: #fff;
    font-size:20px;
}
a.more2 i{
    width: 34px;
    height: 30px;
    margin-right: 18px;
    background:url(../images/more2.png) no-repeat center;
    background-size: contain;
}
a.more2:hover{
    opacity: .9;
}
@media(max-width: 1600px){
    .about1,.about2,.about4,.about6,.about7{
        padding:90px 0;
    }
    .ab_t1{
        font-size:32px;
    }
    .about1_content1 .text{
        font-size:14px;
    }
    .about1_list li p{
        font-size:20px;
    }
    #fzlc {
        margin-top: 70px;
    }
    #fzlc_t .swiper-slide{
        font-size:30px;
    }
    #fzlc_b .swiper-slide .p1{
        font-size:26px;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:16px;
    }
    #fzlc_b .swiper-slide .text{
        padding:30px 70px;
    }
    .about3{
        padding:90px 0 0;
    }
    .wh_list li{
        padding:20px 40px;
    }
    .wh_list li .img {
        width: 100px;
    }
    .wh_list li .text {
        width: calc(100% - 100px);
    }
    .wh_list li .text h3{
        font-size:24px;
        margin-bottom: 10px;
    }
    .wh_list li .text p{
        font-size:14px;
    }
    .about5_r{
        max-height:680px;
    }
    .about5_list {
        margin-top: 60px;
    }
    .about5_list li {
        margin-bottom: 50px;
    }
    .about5_list li .p1{
        font-size:46px;
    }
    .about5_list li .p2{
        font-size:14px;
    }
    .about7{
        padding:90px 0 85px;
    }
    .contact_li li{
        margin-right:65px;
        font-size:20px;
    }
}
@media(max-width: 1280px){
    .about1,.about2,.about4,.about6,.about7{
        padding:75px 0;
    }
    .ab_t1{
        font-size:28px;
    }
    .about1_list{
        margin-top:75px;
    }
    .about2 .txt{
        font-size:14px;
    }
    #fzlc_t .swiper-slide{
        font-size:26px;
    }
    .contact_li{
        padding-bottom:35px;
    }
    .contact_li li{
        margin-right:40px;
        font-size:18px;
    }
    .contact_tab .text h3{
        font-size:22px;
    }
    .contact_tab .text .txt{
        font-size:14px;
    }
    a.more2 {
        width: 170px;
        height: 52px;
        font-size: 17px;
    }
    .wh_list,.scjd,.hzhb{
        margin-top: 40px;
    }
    .wh_list li .text p{
        font-size:13px;
    }
    .scroll_btn .swiper-button-prev, .scroll_btn .swiper-button-next{
        width:50px;
        height:50px;
    }
    .about5_list li .p2 {
        font-size: 13px;
    }
    .about5_list li .p1 {
        font-size: 36px;
    }
    .about3 {
        padding: 75px 0 0;
    }
}
@media(max-width: 1099px){
    .ab_t1 {
        font-size: 26px;
    }
    #fzlc_t .swiper-slide{
        font-size:22px;
    } 
    .wh_list li{
        padding: 20px 20px;
        height:150px;
    }
    .wh_list li .img{
        width: 70px;
    }
    .wh_list li .img img{
        max-width:55px;
        max-height:60px;
    }
    .wh_list li .text {
        width: calc(100% - 70px);
    }
    .wh_list li .text h3{
        font-size:20px;
    }
    #fzlc .swiper-button-prev{
        left:0;
    }
    #fzlc .swiper-button-next{
        right:0;
    }
    .about5_l {
        width: 30%;
    }
    .about5_r{
        width:69%;
        max-height:600px;
    }
    .contact_li li{
        margin-right:25px;
        font-size:16px;
    }
}
@media(max-width: 820px){
    .about1,.about2,.about4,.about6,.about7{
        padding:55px 0;
    }
    .about1_content1 .text{
        width:70%;
    }
    .about1_list{
        margin-top:55px;
    }
    .about1_list li p {
        font-size: 17px;
        margin-top:10px;
    }
    #fzlc {
        margin-top: 50px;
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    } 
    #fzlc_b .swiper-slide .text {
        padding: 30px 30px;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 22px;
    }
    #fzlc_b .swiper-slide .p2 {
        font-size:14px;
    }  
    .wh_list li{
        padding: 15px 15px;
        height:135px;
    }
    .wh_list li .img{
        width: 60px;
    }
    .wh_list li .img img{
        max-width:45px;
        max-height:52px;
    }
    .wh_list li .text {
        width: calc(100% - 60px);
    }
    .wh_list li .text h3{
        font-size:18px;
    }
    .contact_tab .text h3 {
        font-size: 20px;
    }
    .about3 {
        padding: 55px 0 0;
    }
    .about5_r{
        height:450px;
    }
    .contact_li li {
        margin-right: 30px;
        font-size: 17px;
    }
}
@media(max-width: 640px){
    .about1,.about2,.about4,.about6,.about7{
        padding:40px 0;
    }
    .ab_t1 {
        font-size: 20px;
    }
    .about1_content1 .text{
        width:100%;
        margin-top:15px;
        font-size:14px;
    }
    .about1_list{
        margin-top: 25px;
    }
    .about1_list li{
        width:49%;
        margin-bottom:15px;
    }
    .about1_list li:nth-child(2n){
        margin-right:0;
    }
    .about1_list li:nth-child(3),.about1_list li:nth-child(4){
        margin-bottom:0;
    }
    .about1_list li p{
        font-size:14px;
    }
    .about2 .txt,#fzlc_b .swiper-slide .p2{
        font-size:14px;
    }
    #fzlc {
        margin-top: 35px;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display: none;
    }
    #fzlc_b .swiper-slide .text {
        padding: 20px 25px;
    }  
    .about3 {
        padding: 40px 0 0;
    }
    .wh_list, .scjd, .hzhb {
        margin-top: 25px;
    }
    .wh_list li{
        width:100%;
        margin-right:0;
        height:auto;
        padding:15px;
        margin-bottom:12px;
    }
    .wh_list li:last-child{
        margin-bottom:0;
    }
    .wh_list li .img img {
        max-width: 36px;
        max-height: 40px;
    }
    .scroll_btn{
        margin-top:25px;
    }
    .scroll_btn .swiper-button-prev, .scroll_btn .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .scroll_btn .swiper-button-next{
        margin-left:12px;
    }
    .scroll_btn .swiper-pagination {
        width: calc(100% - 110px);
        height: 2px;
        left: 110px;
    }
    .about5{
        padding-top:40px;
    }
    .about5_l{
        width:100%;
    }
    .about5_list{
        margin-top:30px;
        display:flex;
        justify-content:space-between;
    }
    .about5_list li{
        margin-bottom:0;
    }
    .about5_list li .p1{
        font-size:28px;
    }
    .about5_list li .p2{
        font-size:12px;
    }
    .about5_r{
        width:100%;
        margin-top:20px;
        height:300px;
    }
    .contact_li {
        padding-bottom: 25px;
        margin-bottom:15px;
        margin-top:25px;
    }
    .contact_li li {
        margin-right: 15px;
        font-size: 13px;
        padding:10px 0;
    }
    .contact_li li:after{
        height:2px;
    }
    .contact_tab .text{
        width:100%;
        margin-bottom:20px;
    }
    .contact_tab .text h3 {
        font-size: 16px;
    }
    .contact_tab .text .txt {
        font-size: 14px;
        margin-top:15px;
    }
    a.more2 {
        width: 120px;
        height: 46px;
        font-size: 14px;
    }
    a.more2 i {
        width: 30px;
        height: 26px;
        margin-right: 12px;
    }
    #fzlc_t .swiper-slide{
        font-size:18px;
    }
}

/*一体化包装*/
.package1{
    padding:115px 0 100px;
    position: relative;
}
.package1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.package1 .text{
    width: 46%;
}
.package1 .text .txt{
    margin-top:35px;
    font-size:16px;
    color: #303030;
    line-height: 1.6;
}
.package1 .img{
    width: 45%;
}
.package2{
    background:#223574;
    padding:115px 0 105px;
    position: relative;
}
.package2 h2.ab_t1{
    color: #fff;
}
.package2_c{
    margin-top:70px;
    padding-left: 9.5%;
    position: relative;
}
#fwlc{
    /*padding-bottom: 50px;*/
}
#fwlc .swiper-slide{
    background:#fff;
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}
#fwlc .swiper-slide .text{
    padding:60px 25px 15px;
    position: relative;
}
#fwlc .swiper-slide .text font{
    font-size:42px;
    color: #223574;
    opacity: .2;
    line-height: 1;
    position: absolute;
    top:22px;
    right:24px;
}
#fwlc .swiper-slide .text h3{
    font-size:24px;
    color: #223574;
    font-family: "puhui65";
    line-height: 1.2;
    margin-bottom: 12px;
}
#fwlc .swiper-slide .text p{
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;  */
    font-size:14px;
    line-height: 1.4em;
    /*height: 9.8em;  */
    font-family: "puhui45";
}
#fwlc .swiper-slide:hover .img img{
    transform: scale(1.1)
}
#fwlc .swiper-pagination{
    top:calc(100% - 3px);
}
#fwlc .swiper-pagination-progressbar{
    background:rgba(255,255,255,.2);
}
#fwlc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#fff;
}
.package2_c .scroll_btn .swiper-button-prev{
    background: url(../images/right2.png) no-repeat center #fff;
    border:2px solid #fff;
}
.package2_c .scroll_btn .swiper-button-prev:hover{
    transform: rotate(-180deg);
    opacity: .8;
}
.package2_c .scroll_btn .swiper-button-next{
    background: url(../images/right2.png) no-repeat center #fff;
    border:2px solid #fff;
}
.package2_c .scroll_btn .swiper-button-next:hover{
    transform: rotate(-0deg);
        opacity: .8;
}
.package2_c .scroll_btn .swiper-pagination-progressbar{
    background:rgba(255,255,255,.2);
}
.package2_c .scroll_btn .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.package3{
    padding:125px 0 60px;
    position: relative;
}
.package3_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 95px;
}
.package3 .text2{
    width: 55%;
}
.package3_1 h2.ab_t1{

}
.package3 .text2 .txt{
    font-size:16px;
    color: #303030;
    font-family: "puhui45";
    line-height: 1.6;
    margin-top:25px;
}
.package3 .img1{
    width: 40%;    
}
.package3_1 .text{
    font-size:20px;
    color: #303030;
    font-family: "puhui45";
    line-height: 1.8;
    width: 64%;
}
.package3_2{

}
.package3_2 dl{
    border-top:1px solid #e4e7eb;
    padding:75px 0 65px;
    position: relative;
}
.package3_2 dl dt{
    font-size:28px;
    color: #000000;
    font-family: "puhui65";
    margin-bottom: 50px;
}
.package3_2 dl dd{
    display: flex;
    flex-wrap: wrap;
}
.package3_2 dl dd li{
    text-align: center;
    margin-right: 44px;
    margin-bottom: 15px;
}
.package3_2 dl dd li:last-child{
    margin-right: 0;
}
.package3_2 dl dd li:hover .img img{
    transform: scale(1.1);
}
.package3_2 dl dd li p{
    font-size:16px;
    color: #000000;
    line-height: 1.4;
    font-family: "puhui65";
    margin-top:25px;
}
.package3_2 dl:last-child dt{
    margin-bottom: 40px;
}
.package3_2 dl:nth-child(2) dd li{
    margin-right: 65px;
}
.package3_2 dl:last-child dd li{
    margin-right: 65px;
}
.package4{
    padding:105px 0 50px;
    background:#edf1f5;
    position: relative;
}
.package4_list{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.package4_list li{
    margin-bottom: 38px;
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
}
.package4_list li:nth-child(3n){
    margin-right: 0;
}
.package4_list li p{
    font-size:24px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:18px;
}
.package4_list li:hover .img img{
    transform:scale(1.1);
}
.package5{
    padding:130px 0 100px;
    position: relative;
}
#kf_case{
    margin-top:70px;
}
#kf_case .swiper-slide{
    text-align: center;
}
#kf_case .swiper-slide:hover img{
    transform: scale(1.1);
}
#kf_case p{
    font-size:24px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:18px;
}
.n_bottom{
    background:url(../images/bottom.jpg) no-repeat center;
    background-size: cover;
    padding:95px 0 85px;
}
.n_bottom .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    color: #fff;
}
.n_bottom .text{
    font-size:50px;
    color: #fff;
    line-height: 1.5;
    font-family: "puhui85";
}
.n_bottom .text span{
    display: block;
    font-family: "puhui65";
}

.message1{
    width: 45%;
    max-width: 395px;
}
.message1 h2{
    font-size:30px;
    line-height: 1;
    font-family: "puhui65";
    margin-bottom: 20px;
}
.message1 ul{

}
.message1 ul li{
    margin-bottom: 10px;
}
.message1 ul li input{
    display: block;
    border-radius: 8px;
    line-height: 48px;
    border:none;
    outline: none;
    width: 100%;
    font-size:14px;
    color: #a3a3a3;
    padding:0 20px;
}
.message1 ul li textarea{
    display: block;
    border-radius: 8px;
    height: 80px;
    line-height: 40px;
    border:none;
    outline: none;
    width: 100%;
    font-size:14px;
    color: #a3a3a3;
    padding:0 20px;
    font-family: "puhui55";
}
.message1 .msgbtn{
    font-size:24px;
    color: #fff;
    background:#223574;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items:center;
    border:none;
    outline: none;
    cursor: pointer;
    margin-top:25px;
}
@media(max-width: 1600px){
    .package1,.package2,.package3,.package5{
        padding:90px 0;
    }
    .package1 .text .txt {
        margin-top: 30px;
        font-size: 14px;
    }
    .package2_c {
        margin-top: 55px;
        padding-left: 5%;
    }
    #fwlc .swiper-slide .text {
        padding: 40px 20px 15px;
    }
    #fwlc .swiper-slide .text h3{
        font-size:20px;
    }
    #fwlc .swiper-slide .text p{
        font-size:14px;
    }
    .package3_1{
        margin-bottom:60px;
    }
    .package3_1 .text{
        width:70%;
        font-size:14px;
    }
    .package3_2 dl{
        padding: 60px 0;
    }
    .package3_2 dl dt {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .package3_2 dl dd li {
        margin-right: 20px;
    }
    .package3_2 dl dd li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .package3_2 dl:nth-child(2) dd li {
        margin-right: 30px;
    }
    .package3_2 dl:last-child{
        padding-bottom:0;
    }
    .package3_2 dl:last-child dd li {
        margin-right: 20px;
    }
    .package4{
        padding:90px 0 50px;
    }
    .package4_list li p,#kf_case p{
        font-size:20px;
        margin-top:12px;
    }
    #kf_case{
        margin-top:60px;
    } 
    .package3 .text2 .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .package1,.package2,.package3,.package5{
        padding:75px 0;
    } 
    .package4 {
        padding: 75px 0 55px;
    }
    .package4_list li{
        width:32%;
        margin-right:2%;
        margin-bottom:20px;
    }
    #kf_case{
        margin-top:50px;
    }    
}
@media(max-width: 1199px){
    .package2_c{
        padding-left:3%;
        margin-top:40px;
    }
    #fwlc .swiper-slide .text {
        padding: 30px 15px 15px;
    }
    #fwlc .swiper-slide .text font{
        font-size:36px;
        top:16px;
    }
    #fwlc .swiper-slide .text h3 {
        font-size: 17px;
    }
    #fwlc .swiper-slide .text p {
        font-size: 13px;
    }
    .package3_1{
        margin-bottom:40px;
    }
    .package3_2 dl {
        padding: 40px 0;
    }
    .package3_2 dl dt {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .package4_list li p, #kf_case p {
        font-size: 17px;
    }
}
@media(max-width: 820px){
    .package1,.package2,.package3,.package5{
        padding:55px 0;
    }  
    .package4_list li p, #kf_case p {
        font-size: 16px;
        margin-top: 10px;
    }
    .package4{
        padding:55px 0 30px;
    }
    #kf_case{
        margin-top:40px;
    }
    .package3 .text2 .txt{
        font-size:14px;
        margin-top:20px;
    }
}
@media(max-width: 640px){
    .package1,.package2,.package3,.package5{
        padding:40px 0;
    } 
    .package1 .text{
        width:100%;
    }
    .package1 .text .txt {
        margin-top: 20px;
        font-size: 14px;
    }
    .package1 .img{
        width:100%;
        margin-top:25px;
    }
    .package2_c{
        margin-top: 25px;
        padding:0 3%;
    }
    #fwlc .swiper-slide .text p{
        font-size:12px;
        /*height:6.4em;*/
        /*-webkit-line-clamp: 4;*/
    }
    .package3_1 {
        margin-bottom: 25px;
    }
    .package3_1 .text{
        width:100%;
        font-size:14px;
        margin-top:20px;
    }
    .package3_2 dl{
        padding:25px 0;
    }
    .package3_2 dl dd{
        justify-content:space-between;
    }
    .package3_2 dl dd li{
        width:49%!important;
        text-align:center;
        margin-right:0!important;
    }
    .package4{
        padding:40px 0 25px;
    }
    .package4_list,#kf_case{
        margin-top:25px;
    }
    .package4_list li{
        margin-bottom:15px;
    }
    .package4_list li p, #kf_case p{
        font-size:14px;
    }
    .package3 .text2{
        width:100%;
    }
    .package3 .img1{
        width:100%;
        margin-top:25px;
    }
}


.n_product{
    padding:115px 0 60px;
}
.p_sort{
    display: flex;
    flex-wrap: wrap;
}
.p_sort li{
    margin-bottom: 80px;
    width: 31%;
    margin-right: 3.5%;
}
.p_sort li:nth-child(4),.p_sort li:last-child{
    width: 48.25%;
}
.p_sort li:nth-child(3n),.p_sort li:last-child{
    margin-right: 0;
}
.p_sort li a{
    display: block;
    text-align: center;
}
.p_sort li a .img{
    border-radius: 10px;
}
.p_sort li a p{
    font-size:26px;
    color: #000000;
    line-height: 1.6;
    margin-top:20px;
}
.p_sort li:hover a .img img{
    transform: scale(1.1);
}
.p_sort li:hover a p{
    color: #223574;
}
.product_detail{
    padding:90px 0 100px;
    position: relative;
}
.product_detail2,.product_detail4{
    background: #f7f7f7;
}
.product_detail h2.ab_t1{
    text-align: center;
}
.product_detail .text{
    text-align: center;
    font-size:16px;
    color: #666666;
    max-width: 1030px;
    margin:0 auto;
    padding:30px 0 70px;
    line-height: 1.4;
}
#product_detail .swiper-container{
    padding-bottom: 50px;
}
.pd_img .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
.pd_img .swiper-slide img{
    transition: all 0.4s ease-out;
}
.pd_img .swiper-slide:hover img{
    transform: scale(1.1);
}
#product_detail .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#cccccc;
    margin:0 8px;
} 
#product_detail .swiper-pagination-bullet-active{
    background:#223574;
}

.p_more{
    display: flex;
    justify-content: center;
    margin-top:40px;
}
@media(max-width: 1600px){
    .n_product{
        padding:90px 0 50px;
    }
    .p_sort li{
        margin-bottom:55px;
    }
    .p_sort li a p {
        font-size: 20px;
        margin-top: 15px;
    }
    .product_detail{
        padding:90px 0;
    }
    .product_detail .text {
        font-size:14px;
        padding: 25px 0 55px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:75px 0 40px;
    }   
    .p_sort li{
        width:32%;
        margin-right:2%;
        margin-bottom:35px;
    }
    .p_sort li a p {
        font-size: 18px;
    }
    .product_detail{
        padding:75px 0;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0 30px;
    } 
    .p_sort li{
        margin-bottom:25px;
    }
    .p_sort li a p {
        font-size: 16px;
    }
    .product_detail{
        padding:55px 0;
    }
    .p_more{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .n_product{
        padding:40px 0 20px;
    } 
    .p_sort li{
        margin-bottom:20px;
    }
    .p_sort li a p {
        font-size:14px;
    }
    .product_detail{
        padding:40px 0;
    }
    .product_detail .text {
        font-size: 14px;
        padding: 20px 0 35px;
    }
}


.kcxfz1{
    padding:130px 0 100px;
    background:#edf1f5;
    position: relative;
}
.kcxfz1 .text{
    font-size:18px;
    color: #303030;
    font-family: "puhui45";
    margin:22px 0 90px;
    line-height: 1.6;
}
.kcxfz1_cont{
    padding-left: 9.5%;
}
.kxcfz_down{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.kxcfz_down a{
    width: 49%;
    height: 40px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    color: #2c2c2c;
    background:#fff;
    border-radius: 6px;
}
.kxcfz_down a:hover{
    background: #223574;
    color: #fff;
}
.kcxfz2{
    padding:125px 0 140px;
    position: relative;
}
.kcxfz2_cont{
    margin-top:55px;
    position: relative;
}
.kcxfz2_cont .swiper-button-prev,.kcxfz2_cont .swiper-button-next{
    width: 66px;
    height: 66px;
    border:2px solid rgba(34,53,116,.6);
    border-radius: 50%;
    background:url(../images/right2.png) no-repeat center;   
    margin-top:-35px; 
}
.kcxfz2_cont .swiper-button-prev{
    transform:rotate(-180deg);
    left:-90px;
}
.kcxfz2_cont .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #223574;     
    transform:rotate(-0deg); 
}
.kcxfz2_cont .swiper-button-next{
    right:-90px;
    margin-left: 22px;
}
.kcxfz2_cont .swiper-button-next:hover{
    background:url(../images/left2.png) no-repeat center #223574;     
    transform:rotate(-180deg); 
}

@media(max-width: 1600px){
    .kcxfz1,.kcxfz2{
        padding:90px 0;
    }
    .kcxfz1 .text{
        font-size:14px;
        margin: 22px 0 55px;
    }
    .kcxfz1_cont{
        padding-left:5%;
    }
    .kxcfz_down a{
        font-size:14px;
    }
    .kcxfz2_cont .swiper-button-prev{
        left:-33px;
    }
    .kcxfz2_cont .swiper-button-next{
        right:-33px;
    }
}
@media(max-width: 1280px){
    .kcxfz1,.kcxfz2{
        padding:75px 0;
    }
    .kcxfz2_cont{
        margin-top:40px;
    }
}
@media(max-width: 1199px){
    .kcxfz1_cont{
        padding-left:3%;
    } 
    .kcxfz2_cont .swiper-button-prev,.kcxfz2_cont .swiper-button-next{
        width:50px;
        height:50px;
    }
    .kcxfz2_cont .swiper-button-prev{
        left:-10px;
    }
    .kcxfz2_cont .swiper-button-next{
        right:-10px;
    }
}
@media(max-width: 820px){
    .kcxfz1,.kcxfz2{
        padding:55px 0;
    }  
    .kcxfz1 .text {
        font-size: 14px;
        margin: 15px 0 40px;
    }
    .kcxfz2_cont{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .kcxfz1,.kcxfz2{
        padding:40px 0;
    } 
    .kcxfz1 .text {
        margin: 15px 0 25px;
    }
    .kcxfz1_cont{
        padding:0 3%;
    }
    .kxcfz_down a{
        font-size:14px;
    }
}

/*新闻*/
.sort{
    display: flex;
    justify-content: center;
    margin:78px 0;
}
.sort li{
    margin:0 9px;
}
.sort li a{
    display: flex;
    width: auto;
    height: 55px;
    background:#e8ecf1;
    justify-content: center;
    align-items:center;
    font-size:18px;
    color: #4c4c4c;
    border-radius: 6px;
    padding:0 25px;
}
.sort li.cur a,.sort li:hover a{
    color: #fff;
    background:#223574;
}
.n_news{
    padding:0 0 90px;
}
.news_list li{
    margin-bottom: 60px;
}
.news_detail{
    max-width: 1200px;
    margin:0 auto;
}
.news_detail h1{
    font-size:32px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}
.news_detail .content{
    margin-bottom: 20px;
    font-size:16px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 20px;
}
h3.tag,h3.tag a{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: "puhui55";
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
@media(max-width: 1600px){
    .sort{
        margin:55px 0;
    }
    .sort li a{
        padding:0 20px;
    }
    .news_list li{
        margin-bottom:40px;
    }
    .news_detail h1{
        font-size:28px;
    }
    .news_detail .content{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .news_list li{
        margin-bottom:30px;
    }    
    .n_news {
        padding: 0 0 75px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    .sort{
        margin:35px 0;
    }
    .sort li a{
        padding:0 15px;
        font-size:16px;
        height:50px;
    }
    .news_list li{
        margin-bottom:25px;
    }  
    .n_news {
        padding: 0 0 55px;
    }
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .sort{
        margin:35px 0 25px;
    }
    .sort li {
        margin: 0 5px;
    }
    .sort li a{
        padding:0 12px;
        font-size:14px;
        height:42px;
    }
    .news_list li{
        margin-bottom:15px;
    }  
    .n_news {
        padding: 0 0 40px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title {
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
}


/*招聘*/
.job1{
    padding:105px 0 120px;
    background:#edf1f5;
}
.job1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.job1 ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    width: 48%;
    margin-right: 4%;
    max-width: 660px;
    height: 320px;
    box-shadow: 0 0 10px #eee;
    background:#fff;
    padding:20px 56px;
}
.job1 ul li:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.job1 ul li .text{
    width: calc(100% - 130px)
}
.job1 ul li .text h3{
    font-size:38px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1;
    margin-bottom: 18px;
}
.job1 ul li .text p{
    font-size:20px;
    color: #808080;
    font-family: "puhui45";
    margin-bottom: 40px;
}
.job1 ul li .img{
    width: 130px;
}
.job2{
    padding:110px 0 115px;
}
.job2_list{

}
.job2_list li{
    margin-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    position: relative;
}
.job2_list li:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 40%;
    max-width: 510px;
    height: 2px;
    background:#223574;
}
.job2_list li:last-child{
    margin-bottom:0;
}
.job2_list li .text{
    width: 40%;
    max-width: 510px;
}
h2.job_t1{
    font-size:48px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1;
    position: relative;
}
h2.job_t1 span{
    display: inline-block;
    position: relative;
    z-index: 2;
}
h2.job_t1:before{
    content:'';
    position: absolute;
    left:0%;
    top:50%;
    margin-left:-58px;
    margin-top:-72px;
    width: 144px;
    height: 144px;
    background:url(../images/job_yq.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.job2_list li .text p{
    margin-top:70px;
    position: relative;
    z-index: 9;
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1.6;
}
.job2_list li .img{
    width: 54%;
    max-width: 830px;
}
.job2_list li .img:hover img{
    transform:scale(1.1);
}
.job3{
    padding:164px 0 112px;
    background:#f2f6fa;
    border-bottom: 1px solid #e0e0e0;
}
.job3_top{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.job3_top h2.job_t1{
    float: left;
}
.job3_top .text{
    width: 70%;
    position: relative;
    z-index: 9;
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1.6;
    float: right;
}
.job3_list{
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    margin-top:120px;
}
.job3_list li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 24px;
/*    height: 162px;*/
    padding:42px 20px 18px;
    text-align: center;
    background:#fff;
    border-radius: 6px;
}
.job3_list li:nth-child(5n){
    margin-right: 0;
}
.job3_list li .img1 .im2{
    display: none;
}
.job3_list li p{
    font-size:16px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1.3;
    margin-top:20px;
}
.job3_list li:hover{
    background:#223574;
}
.job3_list li:hover .img1 .im1{
    display: none;
}
.job3_list li:hover .img1 .im2{
    display: inline-block;
}
.job3_list li:hover p{
    color: #fff;
}
@media(max-width: 1600px){
    .job1,.job2,.job3{
        padding:90px 0;
    }
    .job1 ul li .text{
        width:calc(100% - 110px);
    }
    .job1 ul li .text h3{
        font-size:32px;
    }
    .job1 ul li .text p{
        font-size:16px;
    }
    .job1 ul li .img{
        width:110px;
    }
    h2.job_t1{
        font-size:36px;
    }
    h2.job_t1:before {
        margin-left: -40px;
        margin-top: -55px;
        width: 100px;
        height: 100px;
    }
    .job2_list li{
        margin-bottom:50px;
    }
    .job2_list li .text p{
        font-size:14px;
        margin-top:55px;
    }
    .job3_top .text{
        font-size:14px;
    }
    .job3_list{
        margin-top:70px;
    }
    .job3_list li{
        padding:30px 20px 18px;
    }
    .job3_list li p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .job1,.job2,.job3{
        padding:75px 0;
    }   
    .job1 ul li{
        padding:20px 40px;
        height:260px;
    }
    .job1 ul li .text h3 {
        font-size: 28px;
    }
    .job1 ul li .text p {
        font-size:14px;
    }
    h2.job_t1{
        font-size:32px;
    }
    h2.job_t1:before {
        margin-left: -30px;
        margin-top: -45px;
        width: 80px;
        height: 80px;
    }
    .job2_list li {
        margin-bottom: 35px;
    }
    .job3_list{
        margin-top:50px;
    }
    .job3_list li{
        padding:22px 15px 18px;
    }
    .job3_list li p{
        font-size:14px;
    }
}
@media(max-width: 1099px){
    .job1 ul li .img img{
        max-height:100px;
    }
    h2.job_t1{
        font-size:26px;
    }
    h2.job_t1:before {
        margin-left: -16px;
        margin-top: -35px;
        width: 70px;
        height: 70px;
    }
    .job2_list li .text p {
        font-size: 14px;
        margin-top: 40px;
    }
    .job2_list li .img{
        width:58%;
    }
}
@media(max-width: 820px){
    .job1,.job2,.job3{
        padding:55px 0;
    }    
    .job1 ul li {
        padding: 20px 20px;
        height: 220px;
    }
    .job1 ul li .text{
        width:calc(100% - 90px);
    }
    .job1 ul li .text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job1 ul li .text p{
        margin-bottom:30px;
        font-size:13px;
    }
    .job1 ul li .img{
        width:90px;
    }
    h2.job_t1{
        font-size:22px;
    }
    h2.job_t1:before {
        margin-left: -12px;
        margin-top: -30px;
        width: 60px;
        height: 60px;
    }
    .job2_list li .text p {
        font-size: 13px;
        margin-top: 25px;
    }
    .job3_list li p {
        font-size:13px;
    }
}
@media(max-width: 640px){
    .job1,.job2,.job3{
        padding:40px 0;
    }  
    .job1 ul li{
        width:100%;
        padding:20px;
        height:auto;
        margin-right:0;
        margin-bottom:15px;
    }
    .job1 ul li .text{
        width:calc(100% - 65px);
    }
    .job1 ul li .text h3{
        font-size:18px;
    }
    /*.job1 ul li .text p{*/
    /*    font-size:14px;*/
    /*}*/
    .job1 ul li .img{
        width:65px;
    }
    .job2_list li{
        /*margin-bottom:20px;*/
    }
    .job2_list li .text{
        width:100%;
    }
    h2.job_t1{
        font-size:18px;
    }
    h2.job_t1:before {
        margin-left: -6px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }
    .job2_list li .img{
        width:100%;
        margin-top:15px;
    }
    .job3_top .text{
        width:100%;
        margin-top:25px;
        font-size:14px;
    }
    .job3_list{
        margin-top:30px;
    }
    .job3_list li{
        width:49%;
        margin-bottom:12px;
        padding:10px;
    }
    .job3_list li .img1 img{
        max-width:50px;
        max-height:40px;
    }
    .job3_list li p{
        font-size:12px;
        margin-top:10px;
    }
    .job3_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .job3_list li:nth-child(2n) {
        margin-right: 0;
    }
}


/*message2*/
.message2{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .8s ease;
    display: none;
}
.message2.cur{
    display: flex;
}
.applyForm {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 60px 20px;
    position: relative;
}
.mess_t{
    text-align: center;
}
.mess_t h3 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
}
.mess_t p {
    color: #666;
    font-size: 16px;
    margin: 16px 0 40px;
}
.close1 {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close1 span{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.close1 span:before,.close1 span:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #333;
    display: block;
    margin: auto;
    position: absolute;
}
.close1 span:before {
    transform: rotate(45deg);
    top: 14px;
    left: 1px;
}
.close1 span:after {
    transform: rotate(-45deg);
    left: 1px;
    top: 14px;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.message2 ul li:nth-child(2n){
    margin-right: 0;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li label{
    font-size: 16px;
    color: #333;
    display: block;
}
.message2 ul li input{
    outline: none;    
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px #E3E3E3 solid;
    padding:0 15px;
}
.message2 ul li textarea{
    outline: none;   
    font-family: "å¾®è½¯é›…é»‘";
    width: 100%;
    display: block;
    border: 1px #E3E3E3 solid;
    height: 160px;
}
.mess_btn input{
    border:none;
    outline: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #223574;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
}

@media screen and (max-width: 1500px){
    .to_phone_scroll {
        overflow: hidden;
        overflow-y: scroll;
    } 
    .applyForm {
        padding: 20px 30px;
    }
    .mess_t h3 {
        font-size: 24px;
    }
    .mess_t p {
        font-size: 14px;
        margin: 0px 0 15px;
    }
}

@media screen and (max-width: 1199px){
    .to_phone_scroll {
        width: 100%;
        height: 80vh;
    }  
    .applyForm {
        width: 90%;
        padding: 20px;
    }
}

@media(max-width:768px){
    .mess_t h3 {
        font-size: 20px;
    } 
    .close1{
        right:20px;
        top:20px;
    }
    .mess_btn input{
        margin: 20px auto 0;
        width:200px;
    }
    .message2 ul li label{
        font-size:14px;
    }
}
@media(max-width:640px){
    .applyForm {
        padding: 25px 10px;
    }  
    .mess_t p{
        font-size:13px;
    }
    .close1{
        right:15px;
        top:10px;
    }
    .message2 ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:0;
    }
    .message2 ul li input{
        line-height:32px;
    }
    .message2 ul li textarea{
        line-height:32px;
        height:96px;
    }
    .mess_btn input {
        width: 150px;
        height: 42px;
        line-height: 42px;
        font-size:14px;
        margin: 10px auto 0;
    }
}

.tzzgx1{
    padding:75px 0;
    position: relative;
}
.tz_t1{
    font-size: 30px;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
}
.c-list {
  border-top: 1px solid #ddd;
}
.tz_list{
    margin-top:35px;
}
.tz_list li {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s;
  min-height: 100px;
}
.tz_list li a{
    font-size: 16px;
    color: #333;
}
.tzzgx2{
    background: #f7f7f7;
}
@media (max-width: 748px) {
  .tz_list li {
    justify-content: space-between;
  }
}
@media (max-width: 748px) {
  .tz_list li {
    padding: 100px 0;
  }
}
.tz_list li:hover {
  background: #e8ecf1;
}
.tz_list li .c-title {
  width: 60%;
  padding: 30px;
}
@media (max-width: 748px) {
  .tz_list li .c-title {
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
  }
}
.tz_list li .c-title a {
  color: #333;
  transition: all 0.5s;
}
.tz_list li .c-title a:hover {
  color: #223574;
}
.tz_list li .c-time {
  width: 24%;
  padding: 30px 0;
  color: #666;
}
@media (max-width: 748px) {
.tz_list li .c-time {
    padding: 0;
    width: auto;
  }
}
.tz_list li .c-more {
  width: 16%;
  padding: 30px;
}
@media (max-width: 748px) {
  .tz_list li .c-more {
    padding: 0;
    width: auto;
  }
}
.tz_list li .c-more a {
  display: flex;
  align-items: center;
  color: #666;
  transition: all 0.5s;
}
.tz_list li .c-more a i {
  margin-left: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/tz_jt.png) no-repeat center / 100% auto;
}
@media (max-width: 748px) {
  .tz_list li .c-more a i {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }
}
.tz_list li .c-more a:hover {
  color: #223574;
}
.tz_list li .c-more a:hover i {
  background-image: url(../images/tz_jt_h.png);
}



h1.title{
    font-size: 22px;
    color: #191919;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    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: 200px;
    left:-205px;
    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 #223574;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.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;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@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; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#223574;color:#fff; text-decoration:none;}
.pageController .currPage {background-color: #223574;color:#fff;}
.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: #223574;
    vertical-align: middle;
    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: #223574;
    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;*/
    /*}*/
}


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


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


/*客服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:14px;
}

.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;
}