/*头部样式*/
header{
    position: fixed;
    top:43px;
    left:0;
/*    background:#fff;*/
    z-index: 999999;
    width: 100%;
    transition: all 0.3s ease-out;
}
.head{

}
.wrap{
    width: 90%!important;
    max-width: 1670px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
/*    width: 30%;*/
}
.logo img{
    max-height: 55px;
}
a.head_a{
    display: flex;
    align-items:center;
    justify-content: center;
    width:142px;
    height: 55px;
    font-size: 20px;
    color: #fff;
    background:#e41515;
    border-radius: 27.5px;
    font-family: "puhui75";
}
a.head_a:hover{
    text-decoration: underline;
    color: #fff;
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    padding:0 26px;
    transition:0.5s;
}
.nav li:first-child{
    padding-left: 0;
}
.nav li:last-child{
    padding-right: 0;
}
.nav li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 26px;
    background: #000;
    margin-top: -13px;
}
.nav li:last-child:after{
    display: none;
}
.nav li a{
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 55px;
}
.nav li:hover a.a1{
    color: #0076cc;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:-25%;
    z-index: 999;
    background-color: #fff;
    width: 150%;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}
header.c-head-hide{
    top:0;
    padding:20px 0;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

#index_banner{

}
#index_banner .img2{
    opacity: 0;
    position: relative;
    z-index: -99;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items:center;
}
.banner_text .text{
    width: 48%;
}
.banner_text .text h3{
    font-size: 64px;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
}
.banner_text .text h3 span{
    color: #e41515;
    display: block;
}
.banner_text .text p{
    font-size: 32px;
    color: #000;
    margin:35px 0 75px;
    padding-left: 80px;
    position: relative;
    line-height: 1.6;
}
.banner_text .text p:before{
    content:'';
    position: absolute;
    left:0;
    top:19px;
    width:51px;
    height: 15px;
    background:url(../images/banner_ico1.png) no-repeat center;
}
a.more1{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding:0 32px;
    width:190px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 20px;
    color: #fff;
    background:#0076cc;
    transition: all 0.3s ease-out;
}
a.more1 font{

}
a.more1 i{

}
a.more1:hover{
    padding:0 40px;
    color: #fff;
}
.banner_text .img{
    width:52%;
    margin-right: -2%;
}
#index_banner .swiper-pagination{
    bottom:75px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    margin:0 24px;
    width:82px;
    height: 5px;
    background:#fff;
    border-radius: 0;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background:#e41515;
}


.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1920px){
    .nav li a{
        font-size: 22px;
    }
    .banner_text .img{
        width:48%;
        margin-right:-2%;
    }
    .banner_text .text{
        width:50%;
    }
}
@media(max-width:1680px){
    .logo img {
        max-height: 50px;
    }
    .nav li a{
        font-size: 20px;
    }
    a.head_a {
        width: 125px;
        height: 45px;
        font-size: 18px;
    }
    .banner_text .img{
        width:45%;
    }

    .banner_text .text h3{
        font-size: 46px;
    }
    .banner_text .text p{
        font-size: 26px;
        padding-left:70px;
        margin:25px 0 55px;
    }
    .banner_text .text p:before{
        top:15px;
    }
    #index_banner .swiper-pagination{
        bottom:50px;
    }
}
@media(max-width:1440px){
    .nav li{
        padding:0 20px;
    }
    .nav li a {
        font-size: 17px;
    }
    a.head_a{
        width:115px;
    }
    .banner_text .text h3{
        font-size: 42px;
    }
}
@media(max-width:1280px){
    header{
        top:20px;
    }
    header.c-head-hide{
        padding: 12px 0;
    }
    .logo img {
        max-height: 40px;
    }
    .banner_text .text h3{
        font-size: 36px;
    }
    .banner_text .text p{
        font-size: 22px;
        padding-left:70px;
        margin:25px 0 55px;
    }
    .banner_text .text p:before {
        top:12px;
    }
    a.more1 {
        padding: 0 20px;
        width: 150px;
        height: 50px;
        font-size: 18px;
    }
    a.more1:hover{
        padding:0 28px;
    }
    #index_banner .swiper-pagination {
        bottom: 25px;
    }
}
@media(max-width:1199px){
    header {
        top: 15px;
    }
    header.c-head-hide{
        padding:10px 0;
    }
    .wrap{
        width:94%!important;
    }
    .nav,a.head_a{
        display: none;
    }
    .banner_text .text h3 {
        font-size: 32px;
    }
    .banner_text .text p{
        font-size: 20px;
        padding-left: 50px;
        margin: 15px 0 40px;
    }
    .banner_text .text p:before {
        top: 12px;
        width: 34px;
        height: 10px;
        background: url(../images/banner_ico1.png) no-repeat center;
        background-size: contain;
    }
    a.more1{
        height:45px;
    }
}
@media(max-width:991px){
    header {
        top: 12px;
    }
    #index_banner .img2{
        display: none;
    }
    .banner_text{
        position: relative;
        padding:90px 0 65px;
    }
    .banner_text .img,.banner_text .text{
        width:100%;
    }
    .banner_text .img{
        padding:0 15%;
        margin-right:0;
    }
    .banner_text .text{
        margin-top:35px;
    }
    .banner_text .text h3 {
        font-size: 28px;
    }
    #index_banner .swiper-pagination {
        bottom: 15px;
    }
    a.more1{
        font-size: 16px;
        width:135px;
        padding:0 15px;
    }
    a.more1:hover {
        padding: 0 20px;
    }
}
@media(max-width:767px){
    header {
        top: 8px;
    }
    .banner_text .img{
        padding:0 10%;
    }
    .banner_text .text h3 {
        font-size: 24px;
    }
    .banner_text .text p{
        font-size: 17px;
        padding-left: 40px;
        margin: 12px 0 30px;
    }
    .banner_text .text p:before {
        top: 12px;
        width: 30px;
        height: 9px;
    }
    a.more1{
        height:45px;
    }
    a.more1 i{
        width:7px;
    }
}
@media(max-width:640px){

}


.index1{
    position: relative;
}
.index1_content{
    padding:85px 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 9;
    text-align: left;
}
.index_t1{

}
.index_t1 h2{
    font-size:50px;
    color: #000000;
    line-height: 1.4;
}
.index_t1 h2 span{
    color: #e41515;
    font-weight: bold;
}
.index1_content .text{
    font-size: 24px;
    color: #000000;
    margin:35px 0 45px;
    padding-right: 42px;
    line-height: 2.2;
}
.index1 .img img{
    width:100%;
}

@media(max-width: 1600px){
    .index_t1 h2{
        font-size: 36px;
    }
    .index1_content {
        padding: 60px 0;
    }
    .index1_content .text{
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    .index_t1 h2{
        font-size: 32px;
    }
    .index1_content .text{
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .index_t1 h2 {
        font-size: 28px;
    }
    .index1_content .text{
        font-size: 15px;
        margin: 20px 0 35px;
        padding-right: 0px;
    }
}
@media(max-width: 991px){
    .index1{

    }
    .index1_content{
        position: relative;
        padding:55px 0 0;
    }
}
@media(max-width: 820px){
    .index_t1 h2{
        font-size: 26px;
    }
}
@media(max-width: 640px){
    .index1_content{
        padding:40px 0 0;
    }
    .index_t1 h2{
        font-size: 22px;
    }   
}


.index2{
    position: relative;
    background:url(../images/index_product_bg.jpg) no-repeat center;
    background-size: cover;
    padding:75px 0 90px;
}
.en_title{
    font-size: 36px;
    color: #000000;
    line-height: 1;
    margin-top:8px;
}

#index_product_scroll .swiper-slide-prev{
    opacity: 0;
}
#index_product_scroll .swiper-slide.swiper-slide-active{
    opacity: 1!important;
}

.index_product_cont{
    display: flex;
    align-items: center;
}
.index_product_text{
    width: 51%;
    padding-right: 95px;
    padding-top:80px;
}
.index_product_text h3{
    font-size:36px;
    color: #0076cc;
    font-family: "puhui85";
    line-height: 1.4;
/*    margin:50px 0 0px;*/
}
.index_product_text .txt{
    font-size:26px;
    color: #515151;
    font-family: "puhui45";
    line-height: 1.8;
    margin:20px 0 100px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.index_product_text .txt p{
    font-family: "puhui45";    
}
.index_product_text .txt p em{
    font-size:18px; 
    font-style: normal;
}
.index_product_img{
    width: 49%;
    position: relative;
    text-align: center;
    line-height: 583px;
}
.index_product_img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    border-radius: 100%;
    background-color: #f2f4f6;  
    width: 583px;
    height: 583px; 
    margin:-291.5px 0 0 -291.5px; 
}
.index_product_img img{
    position: relative;
    z-index: 9;
    max-height: 483px;
}
.index_product_scroll_dotted{
    position: relative;
    margin-top:40px;
    text-align: center;
    height: 40px;
}
.index2_bottom{
    position: relative;
    width:100%;
    max-width: 1320px;
    margin:40px auto 0;
}
.index2_bottom .gallery-thumbs{
    padding-bottom: 40px;
}
.index2_bottom .gallery-thumbs .swiper-slide{
    padding:0 20px;
    cursor: pointer;
}
.index_product_scroll_dotted:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -660px;
    top:50%;
    margin-top:-0.5px;
    width: 1320px;
    height: 1px;
    background:#e6e6e6;    
}
.index2_bottom:after{
    content:'';
    position: absolute;
    left:40px;
/*    margin-left: -630px;*/
/*    top:50%;*/
    top:19px;
/*    margin-top:-0.5px;*/
    width: calc(100% - 80px);
    height: 1px;
    background:#e6e6e6;
}
/*#index_product_scroll {
    padding-bottom: 60px;
}*/
#index_product_scroll .swiper-pagination{
    bottom:0px;
    text-align: center;
    width: 100%;
    height: 40px;
    position: relative;
}
#index_product_scroll .loading,.index2_bottom .swiper-slide .loading{
    margin: 0 5px;
    width: 40px;
    height: 40px;
    position: relative;
    border: 2px solid transparent;
    background: #fff;
    opacity: 1;
    font-size:16px;
    color: transparent;
    line-height: 34px;
    border-radius: 50%;
}
#index_product_scroll .loading.swiper-pagination-bullet,.index2_bottom .swiper-slide .loading{
/*    margin:0 80px 0 0;*/
    border-color: #ebebeb;
    position: relative;
    margin:0 auto;
}
#index_product_scroll .loading.swiper-pagination-bullet:last-child{
    margin-right: 0;
}
#index_product_scroll .loading.swiper-pagination-bullet:after,.index2_bottom .swiper-slide p{
    position: absolute;
    top:56px;
    left:50%;
    width: 120px;
    font-size:18px;
    color: #1a1a1a;
    text-align: center;
    margin-left: -60px;
    line-height: 1;    
}
.index2_bottom .swiper-slide.swiper-slide-thumb-active p{
    color: #e70019;
}
/*
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(1):after{
    content:'NN-16SB7';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(2):after{
    content:'NN-3X';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(3):after{
    content:'NN-20J3';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(4):after{
    content:'NN-20J3XB';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(5):after{
    content:'NN-20SE';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(6):after{
    content:'NN-20UB8';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(7):after{
    content:'NN-32DB';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(8):after{
    content:'NN-32J';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(9):after{
    content:'NN-32KM';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(10):after{
    content:'NN-32UB8';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(11):after{
    content:'NN-32YB3';
}
#index_product_scroll .loading.swiper-pagination-bullet:nth-child(12):after{
    content:'NN-38UB8';
}
*/
.loading.swiper-pagination-bullet .c-progress,.index2_bottom .swiper-slide .c-progress{
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin:-4px 0 0 -4px;
    text-align: center;
}
/*,.index2_bottom .swiper-slide.swiper-slide-active .loading:after*/
#index_product_scroll .loading.swiper-pagination-bullet-active:after,.index2_bottom .swiper-slide.swiper-slide-thumb-active .loading:after{
    color: #e70019;
}
/*,.index2_bottom .swiper-slide.swiper-slide-active .c-progress*/
.loading.swiper-pagination-bullet-active .c-progress,.index2_bottom .swiper-slide.swiper-slide-thumb-active .c-progress{
    background:#e70019;
}
.loading .left,
.loading .right {
    opacity: 0;
  width: 20px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: -2px;
    top: -2px;
    overflow: hidden;
}
/*,.index2_bottom .swiper-slide.swiper-slide-active .left,.index2_bottom .swiper-slide.swiper-slide-active .right*/
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right,
.index2_bottom .swiper-slide.swiper-slide-thumb-active .left,.index2_bottom .swiper-slide.swiper-slide-thumb-active .right{
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 18px;
    height: 36px;
    border: 2px solid #e70019;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 20px 20px 0;
    border: 2px solid #e70019;
    border-left: 0;
}

/*,.index2_bottom .swiper-slide.swiper-slide-active .loading .left:after*/
.loading.swiper-pagination-bullet-active .left:after,
.index2_bottom .swiper-slide.swiper-slide-thumb-active .loading .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;
}

/*,.index2_bottom .swiper-slide.swiper-slide-active .loading .right:after*/
.loading.swiper-pagination-bullet-active .right:after,
.index2_bottom .swiper-slide.swiper-slide-thumb-active .loading .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);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}
@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}
@media(max-width: 1920px){
    .index_product_text h3{
        font-size: 32px;
    }
    .index_product_text .txt{
        font-size: 20px;
        margin:20px 0 75px;
    }    
}
@media(max-width: 1600px){
    #index_product_scroll .loading.swiper-pagination-bullet:after, .index2_bottom .swiper-slide p{
        font-size: 16px;
    }
    .en_title{
        font-size: 26px;
    }
    .index_product_text{
        padding-top:50px;
    }
    .index_product_text h3{
        font-size: 28px;
    }
    .index_product_text .txt{
        font-size: 18px;
        margin:20px 0 55px;
    }
    .index_product_text .txt p em{
        font-size:16px; 
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:60px;
    }
    .index_product_img{
        line-height: 480px;
    }
    .index_product_img:after{
        width:480px;
        height: 480px;
        margin: -240px 0 0 -240px;
    }
    .index_product_img img {
        max-height: 400px;
    }
}
@media(max-width: 1280px){
    .en_title{
        font-size: 22px;
    }
    #index_product_scroll .loading.swiper-pagination-bullet:after, .index2_bottom .swiper-slide p{
        font-size: 14px;
    }
    .index_product_text h3{
        font-size: 26px;
    }
    .index_product_text .txt{
        font-size: 16px;
        margin:15px 0 40px;
    }
    .index_product_text .txt p em{
        font-size:14px; 
    }
}
@media(max-width: 1199px){
    .en_title {
        font-size: 20px;
    }
    .index_product_text .txt {
        font-size: 16px;
        margin: 15px 0 55px;
    }
    .index_product_img{
        line-height: 380px;
    }
    .index_product_img:after{
        width:380px;
        height: 380px;
        margin: -190px 0 0 -190px;
    }
    .index_product_img img {
        max-height: 300px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index2{
        padding:55px 0;
    }
    .en_title {
        font-size: 18px;
    }
    .index_product_text{
        padding-top:30px;
    }
    .index_product_text h3{
        font-size: 26px;
    }
    .index_product_text .txt {
        font-size: 15px;
        margin: 12px 0 30px;
    }
    .index_product_text .txt p em{
        font-size:13px; 
    }
}
@media(max-width: 767px){
    .index2{
        padding:40px 0;
    }
    .en_title {
        font-size: 16px;
        margin-top:5px;
    }
    .index_product_cont{
        flex-wrap: wrap;
    }
    .index_product_text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
        padding-top:35px;
    }
    .index_product_text h3{
        font-size: 22px;
    }  
    .index_product_img{
        width: 100%;
        line-height: 260px;
        margin-top:25px;
    }
    .index_product_img:after{
        width: 260px;
        height: 260px;
        margin: -130px 0 0 -130px;
    }
    .index_product_img img{
        max-width: 300px;
        max-height: 250px;
    }
    .index2_bottom:after{
        width: calc(100% - 100px);
    } 
}
@media(max-width: 460px){
    .index_product_img {
        width: 100%;
        line-height: 200px;
        margin-top: 20px;
    }
    .index_product_img img {
        max-width: 250px;
        max-height: 220px;
    }
}

.index3{
    padding:115px 0 90px;
    background:url(../images/hy_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-end;
}
.index3 .index_t1 h2,.index3 .index_t1 p{
    color: #fff;
}
a.moblie_a{
    display: none!important;
}
.index3_top_r{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    padding-bottom: 25px;
}
.index3_sort{
    margin-right: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.index3_sort dl{
    margin-right: 65px;
    display: flex;
    align-items:center;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.index3_sort dl:last-child{
    margin-right: 0;
}
.index3_sort dl dt{
    margin-right: 10px;
}
.index3_sort dl dd{
    font-size: 21px;
    color: #ffffff;
}
.index3_sort dl:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 2px;
    background:#fff;
    transition: all 0.4s ease-out;
}
.index3_sort dl.on:after,.index3_sort dl:hover:after{
    width:100%;
}
a.more2{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding:0 32px 0 16px;
    width:190px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 20px;
    color: #0076cc;
    background:#fff;
    transition: all 0.3s ease-out;
}
a.more2 i{
    display: inline-block;
    width:9px;
    height: 16px;
    background:url(../images/more1_h.png) no-repeat center;
}
a.more2:hover{
    color: #fff;
    background:#0076cc;
}
a.more2:hover i{
    background:url(../images/more1.png) no-repeat center;
}
.index3_c{
    padding:0 60px;
    margin-top:220px;
}
.index3_tab{

}
.index3_scroll{
    padding-bottom: 100px;
}
.index3_tab .img{
    border-radius: 7.5px;
}
.index3_tab p{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    transform: uppercase;
    text-align: center;
    line-height: 1.6;
    margin-top:8px;
    display: none;
}
.index_arrow{
    position: relative;
    display: flex;
    align-items:center;
    margin-top:100px;
}
.index_arrow .swiper-button-prev,.index_arrow .swiper-button-next{
    width:53px;
    height: 53px;
    border:1px solid #fff;
    border-radius: 50%;
    position: relative;
    opacity: 1!important;
    margin-top:0;
}
.index_arrow .swiper-button-prev{
    left:0;
    background:url(../images/right1.png) no-repeat center;  
    transform: rotate(-180deg); 
}
.index_arrow .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #fff;  
    transform: rotate(0deg);     
}
.index_arrow .swiper-button-next{
    right:0;
    background:url(../images/right1.png) no-repeat center;  
    margin-left: 16px;     
}
.index_arrow .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center #fff;  
    transform: rotate(180deg);     
}
.index_arrow .swiper-pagination{
    position: relative;
    width:calc(100% - 168px);
    margin-left: 45px;
    height: 3px;
    background:#2b7bbd;
}
.index_arrow .swiper-pagination .swiper-pagination-progressbar-fill{
    background:#fff;
}
@media(max-width: 1600px){
    .index3{
        padding:90px 0;
    }
    .index3_sort {
        margin-right: 55px;
    }
    .index3_sort dl{
        margin-right: 45px;
    }
    .index3_sort dl dt{

    }
    .index3_sort dl dt img{
        max-height: 30px;
        max-width: 40px;
    }
    .index3_sort dl dd{
        font-size: 18px;
    }
    a.more2 {
        padding: 0 16px;
        width: 165px;
        height: 45px;
        font-size: 18px;
    }
    .index3_c{
        padding:0;
        margin-top:120px;
    }
    .index3_tab p{
        font-size: 18px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:75px 0;
    }
    .index3_c{
        padding:0;
        margin-top:75px;
    }
    .index3_tab p{
        font-size: 17px;
    }
    a.more2{
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .index3_top_r{
        width:100%;
        margin-top:50px;
        padding-bottom: 0;
    }
    .index3_c{
        margin-top:55px;
    }
    .index_arrow{
        margin-top:55px;
    }
}
@media(max-width: 991px){
    .index3_sort {
        margin-right: 40px;
    }
    .index3_sort dl{
        margin-right: 30px;
    }
    .index3_sort dl dt{

    }
    .index3_sort dl dt img{
        max-height: 25px;
        max-width: 32px;
    }
    .index3_sort dl dd{
        font-size: 18px;
    }
    a.more2{
        padding: 0 16px;
        width: 165px;
        height: 45px;
        font-size: 18px;
    }

}
@media(max-width: 820px){
    .index3{
        padding:55px 0;
    }
    .index3_top .index3_top_r a.more2{
        display: none;
    }
    .index_arrow .swiper-button-prev, .index_arrow .swiper-button-next{
        width:40px;
        height: 40px;
    }
    .index_arrow .swiper-pagination{
        width: calc(100% - 142px);
    }
    .index3_sort{
        margin-right: 0;
    }
    .index3_sort dl dd {
        font-size: 16px;
    }
    a.more2{
        font-size:16px;
        padding: 0 12px;
        width: 150px;
    }
    a.moblie_a{
        display: flex!important;
    }
}
@media(max-width: 640px){
    .index3{
        padding:40px 0;
    }  
    .index3_top_r{
        margin-top: 40px;
    }
    .index3_sort dl{
        margin-right: 25px;
        margin-bottom: 15px;
        padding-bottom:7px;
    } 
    .index3_sort dl:nth-child(4){
        display:none;
    }
    .index3_sort dl dt{
        margin-right: 8px;
    }
    .index3_sort dl dt img{
        max-height: 20px;
        max-width: 25px;
    }
    .index3_sort dl dd{
        font-size: 15px;
    }
    .index3_c {
        margin-top: 25px;
    }
    .index_arrow {
        margin-top: 40px;
    }
    a.more2{
        font-size:15px;
    }
}


.index_news{
    padding:100px 0;
}
.index_top2{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}
.index_news_c{
    margin-top:105px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.index_news_l{
    width: 39.5%;
}
.news_list1{

}
.news_list1 li{

}
.news_list1 li a{
    display: block;
}
.news_list1 li a p{
    height: 68px;
    display: flex;
    align-items:center;
    background:#0064b2;
    padding:0 0 0 12px;
    justify-content: space-between;
}
.news_list1 li a p font{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 504px;
    width:calc(100% - 75px);
    padding-right: 12px;
}
.news_list1 li a p i{
    width:75px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background:#ce1212;
    display: inline-block;
}
.index_news_r{
    width: 60.5%;
    padding-left: 40px;
}
.news_list2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 75px 65px;
}
.news_list2 li{

}
.news_list2 li a{
    display: block;
    padding:10px 16px 16px;
}
.news_list2 li a h3{
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: "puhui55";
    line-height: 1.4;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li a .txt{
    font-size: 16px;
    color: #000000;
    font-family: "puhui45";
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:16px 0 18px;
}
.news_list2 li a p{
    font-size: 24px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1;
}
.news_list2 li a:hover{
    box-shadow: 0 0 10px #bbb;
}
@media(max-width: 1600px){
    .index_news_c {
        margin-top: 60px;
    }
    .news_list2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 40px;
    }
    .news_list1 li a p font,.news_list2 li a h3{
        font-size: 22px;
    }
    .news_list2 li a .txt {
        font-size: 15px;
        margin: 10px 0 10px;
    }
    .news_list2 li a p{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .news_list2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 25px;
    }
    .news_list1 li a p font,.news_list2 li a h3{
        font-size: 20px;
    }
    .news_list2 li a p{
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    .index_news {
        padding: 75px 0;
    }
    .news_list2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 15px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .news_list1 li a p{
        height: 55px;
    }
    .news_list1 li a p font, .news_list2 li a h3 {
        font-size: 18px;
    }
    .news_list1 li a p i{
        width:55px;
        height: 55px;
        line-height: 55px;
    }
    .index_news_r{
        padding-left: 20px;
    }
    .news_list2 li a{
        padding:10px;
    }
    .news_list2 li a .txt{
        font-size: 14px;
    }
    .news_list2 li a p {
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0;
    }
    .index_news_c {
        margin-top: 40px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0;
    }
    .index_news_l{
        width:100%;
    }
    .news_list1 li a p font,.news_list2 li a h3{
        font-size: 18px;
    } 


    .index_news_r{
        width:100%;
        padding-left: 0;
        margin-top:25px;
    }  
    .news_list2 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px 15px;
    }
    .index_news_r .news_list2 li:nth-child(4){
        display:none;
    }

}


/*页面底部*/
footer{

}
.foot{
    background:url(../images/f_bg.jpg) no-repeat bottom center #f5f7fa;
    background-size: cover;
}
.foot .wrap{
    display: flex;
    justify-content: space-between;
    padding:94px 0 100px;
    max-width: 1774px;
}
.foot_l{
    width: 35%;
    padding-left: 12px;
}
.f_contact{
    color: #333333;
    font-size:16px;
    padding-top:6px;
}
.f_contact p{
    padding-left: 35px;
    min-height: 26px;
    line-height: 1.4;
}
.f_contact p:nth-child(1){
    background:url(../images/f_ico01.png) no-repeat left center;
    background-size: 27px;
    margin-bottom: 10px;
}
.f_contact p:nth-child(2),.f_contact p:nth-child(3){
    background:url(../images/f_ico03.png) no-repeat left center;
    background-size: 27px;
    margin-bottom: 10px;
}
.f_contact p:nth-child(4){
    background:url(../images/f_ico02.png) no-repeat left center;
    background-size: 27px;
}
.f_text{
    font-size:22px;
    color: #111111;
    line-height: 1.6;
    margin-top: 32px;
}
.f_text p{
    font-family: "puhui75";
}
.f_text a{
    margin-top:18px;
    width: 218px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.f_nav dl{

}
.foot_l .p1,.f_nav dl dt{
    font-size:18px;
    color: #111111;
    font-family: "puhui75";
    margin-bottom: 20px;
    line-height: 1;
}
.f_nav_p{
    /*text-align: center;*/
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: #444;
}
.f_nav dl dd a:hover{
    color: #0076cc;
}
.f_nav dl:last-child{
    padding-left: 50px;
}
.f_nav_a{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1px 12px;    
}
.f_share{
    display: flex;
    padding-right: 85px;
    padding-top:10px;
}
.f_share .f_share_li{
    margin-right: 15px;
    position: relative
}
.f_share .f_share_li:last-child{
    margin-right: 0;
}
.f_code{
    position: absolute;
    top:35px;
    left:50%;
    margin-left: -45px;
    width:90px;
    display: none;
}
.f_share .f_share_li:hover .f_code{
    display: block;
}
.copyright{
    line-height: 1.5;
    padding:18px 0;
    color: rgba(255,255,255,.6);
    background:#021322;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: rgba(255,255,255,.6);  
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .foot_l{
        padding-left:0;
    }
    .f_nav dl:last-child {
        padding-left: 20px;
    }
    .f_share{
        padding-right: 50px;
    }
    .f_text{
        font-size:20px;
    }
    .f_text a {
       /* max-width: 180px;*/
    }
    .f_nav dl dd a{
        font-size: 15px;
    }
    .f_share .f_share_li {
        margin-right: 10px;
    }
    .f_share .f_share_li .img img{
        max-width: 35px;
    }
}
@media(max-width: 1280px){
    .foot .wrap {
        padding: 50px 0 70px;
    }
    .f_nav dl:last-child {
        padding-left: 0px;
    }
    .f_share{
        padding-right: 0;
    }
    .f_text{
        font-size:18px;
    }
    .copyright{
        padding:12px 0;
    }
}
@media(max-width: 1199px){
    .f_share .f_share_li{
        margin-right:10px;
    }
    .f_share .f_share_li .img img{
        width:22px;
    }
}
@media(max-width: 991px){
    .foot .wrap {
        padding: 35px 0;
    }
    .foot_l{
        width:100%;
    }
    .f_text a {
       /* max-width: 150px;*/
    }
    .f_nav{
        display:none;
    }
}
@media(max-width: 820px){
    .f_text a{
        width:185px;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }  
    .f_text a {
      /*  max-width: 135px;*/
        margin-top:15px;
    }
    .f_contact p{
        font-size:13px;
        padding-left: 25px;
        min-height: 22px;
        /*line-height:1.2;*/
        display: flex;
        align-items: center;
    }
    .f_contact p:nth-child(1){
        background:url(../images/f_ico01.png) no-repeat left center;
        background-size:20px;
    }
    .f_contact p:nth-child(2){
        background:url(../images/f_ico02.png) no-repeat left center;
        background-size:20px;
    }
    .f_text a{
        width:170px;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}

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



/*------------内页-------------------*/
.stickyTopBox {
  width: 100%;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stickyTopBox .centerBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
  min-height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
}
.stickyTopBox .centerBox .leftBox .itIndex i {
  color: #1f1f1f;
  font-size: var(--font16);
}
.stickyTopBox .centerBox .leftBox .arrow i {
  color: #b6b6b6;
  font-size: 12px;
  transform: translateY(1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.stickyTopBox .centerBox .leftBox .jump {
  font-size: var(--font14);
  color: #1f1f1f;
  line-height: 1;
}
.stickyTopBox .centerBox .leftBox .jump a {
  color: #1f1f1f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox .leftBox .jump a:hover {
  color: #d71c22;
}
.stickyTopBox .centerBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.stickyTopBox .centerBox .rightBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.stickyTopBox .centerBox .rightBox .item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 14px;
  background: #dcdcdc;
}
.stickyTopBox .centerBox .rightBox .item a {
  font-size: var(--font14);
  color: #a1a1a1;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.stickyTopBox .centerBox .rightBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: clamp(0.0625rem, calc(((1 / 16) * 1rem) + (3 - 1) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 0.1875rem);
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyTopBox .centerBox .rightBox .item:hover a,
.stickyTopBox .centerBox .rightBox .item.active a {
  color: #121212;
}
.stickyTopBox .centerBox .rightBox .item:hover a::after,
.stickyTopBox .centerBox .rightBox .item.active a::after {
  width: 100%;
}
.stickyTopBox .centerBox .rightBox .item:last-child {
  padding-right: 0;
}
.stickyTopBox .centerBox .rightBox .item:last-child::after {
  opacity: 0;
}
.stickyTopBox.isactive {
  transform: translateY(0) !important;
}
@media (max-width:1366px) {
  .stickyTopBox.isactive {
    transform: translateY(0px) !important;
  }
}

.stickyTopBox.active {
  position: fixed;
  top: 0px;
  transform: translateY(100px);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:1366px) {
  .stickyTopBox.active {
    transform: translateY(80px);
  }
}
@media (max-width:990px) {
  /*.stickyTopBox {*/
  /*  display: none !important;*/
  /*}*/
  .stickyTopBox .centerBox .leftBox{
      font-size:14px;
  }
}
.stickyTopBox.active + .stickyTopBox_nbsp {
  display: block;
}
.stickyTopBox_nbsp {
  width: 100%;
  height: auto;
  min-height: clamp(3.125rem, calc(((50 / 16) * 1rem) + (60 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 3.75rem);
  display: none;
}
.n_banner{
/*    display: none;*/
}
/*.h_zw{*/
/*    position: relative;*/
/*    height: 104px;*/
/*}*/
.about1 .img{
    text-align: center;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.num_list dl{
    text-align: center;
    width: 25%;
    padding:0 10px;
}
.clearfix_li+.clearfix_li{
  border-left: 0.01rem solid #B1B1B1;
}
.num_list dl dt{
    font-size: 28px;
    color: #d71c22;
    line-height: 1;
}
.num_list dl dt sup{
    font-size: 15px;
    margin-left: 2px;
}
.num_list dl dd{
    font-size: 16px;
    color: #333;
    margin-top:10px;
    line-height: 1.4;
}
@media(max-width:1600px){
    .num_list dl dt{
        font-size:26px;
    }
    .num_list dl dt sup{
        font-size: 14px;
    }
    .num_list dl dd{
        font-size: 14px;
    }
}
@media(max-width:1280px){
    /*.h_zw{*/
    /*    height:80px;*/
    /*}*/
    .num_list dl dt{
        font-size:22px;
    }
    .num_list dl dt sup{
        font-size: 13px;
    }
    .num_list dl dd{
        font-size: 13px;
    }
}
@media(max-width:1199px){
    .num_list dl{
        width: 50%;
        padding:10px 10px;
    }  
    .num_list dl:nth-child(3){
        border-left:none;
    }
}
@media(max-width:820px){
    .num_list{
        margin-top:35px;
    }
}
@media(max-width:767px){
    .num_list{
        margin-top:25px;
    }
    /*.h_zw{*/
    /*    height:50px;*/
    /*}*/
}
.h_zw{
    height: calc(55px + 43px * 2);
}


.n_about{

}
.n_about1{
    padding:75px 0;
    background: url(../images/n_about_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.n_about1 h2{
    text-align: center;
}
.n_about1 .text1{
    text-align: center;
    margin: 20px auto 0;
    max-width: 1400px;
    /*font-weight: bold;*/
}
.n_about1 .text1 p{
    display: block;
    color: #888;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    font-style: normal;
}
.n_about1 .text1 p strong{
    display: block;
    font-size: 26px;
    color: #333;
    line-height: 2;
    margin-top:40px;
}
.n_about1 .text1 p em{
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-style: italic;
    line-height: 2;
    color: #999; 
}
.n_about2{
    padding:0 0 75px;
    display: none;
}
.n_about2 .wrap{
    max-width: none;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.qywh_list li{
    width: calc(33.33% - 20px);
    position: relative;
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}
.qywh_list li .img{
    padding-top: 56%;
    position: relative;
}
.qywh_list li .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}
.qywh_list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}
.qywh_list li .text{
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;    
}
.qywh_list li .text .p1{
    font-size: 26px;
    display: block;
    color: #fff;
    text-transform: uppercase;    
}
.qywh_list li .text .p2{
    font-size: 18px;
    color: #fff;    
}
.qywh_list li:hover .img img {
    transform: scale(1.1);
}

.qywh_list li:hover .img::after {
    background: rgba(0, 0, 0, 0.2);
}
.qywh_list li:nth-child(1){
    animation-delay: 0.2s;
}
.qywh_list li:nth-child(2){
    animation-delay: 0.5s;
}
.qywh_list li:nth-child(3){
    animation-delay: 0.8s;
}
@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.n_about3{
    padding: 75px 0;
}
.n_about3 h2{
    text-align: center;
}
.hzhb_list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px; 
    align-items: center;
    margin-top:35px;
}
.hzhb_list li,.hzhb_scroll .img{
    border:1px solid #dbdbdb;
    text-align: center;
}
.hzhb_scroll{
    margin-top:35px;    
}
#hzhb_scroll{
    padding-bottom: 50px;
}
@media(max-width: 1600px){
    .n_about1 .text1{
        
    }
    .n_about1 .text1 p{
        font-size:18px;
    }
    .n_about1 .text1 p strong{
        font-size: 22px;
        margin-top: 30px;
    }
    .n_about1 .text1 p em{
        font-size:18px;
    }
    .qywh_list li .text .p1{
        font-size: 21px;
    }
    .qywh_list li .text .p2{
        font-size: 16px;
    }
    .hzhb_list {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 25px;
    }
}
@media(max-width: 1280px){
    .h_zw{
        height: calc(55px + 20px * 2);
    }  
    .n_about1 .text1 p{
        font-size:16px;
    }
    .n_about1 .text1 p strong{
        font-size: 20px;
    }
    .n_about1 .text1 p em{
        font-size:16px;
    }
}
@media(max-width: 1199px){
    .h_zw{
        height: calc(55px + 15px * 2);
    }     
}
@media(max-width: 820px){
    .n_about1{
        padding:55px 0;
    }
    .n_about1 .text1{
        font-size: 16px;
    } 
    .n_about2{
        padding:0 0 55px;
    }
    .qywh_list li{
        width: calc(50% - 10px);
        position: relative;
        margin-bottom: 20px;
    }
    .n_about3{
        padding: 55px 0;
    }
    .n_about1 .text1 p{
        font-size:16px;
    }
    .n_about1 .text1 p strong{
        font-size: 18px;
    }
    .n_about1 .text1 p em{
        font-size:16px;
    }
    .hzhb_list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
}
@media(max-width: 640px){
    .n_about1{
        padding:40px 0;
    }
    .n_about1 .text1{
        font-size: 14px;
    }
    .n_about2{
        padding:0 0 40px;
    }
    .qywh_list li{
        width: 100%;
    }
    .qywh_list li .text .p2{
        font-size: 14px;
    }
    .n_about3{
        padding: 40px 0;
    }
    .n_about1 .text1{
        margin:12px auto 0;
    }
    .n_about1 .text1 p{
        font-size:15px;
    }
    .n_about1 .text1 p strong{
        font-size: 17px;
        margin-top: 20px;
    }
    .n_about1 .text1 p em{
        font-size:15px;
    }
    .hzhb_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }
}
@media(max-width: 460px){
    .hzhb_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top:25px;
    } 
    .hzhb_scroll{
        margin-top:25px;    
    }
}


/*case*/
.n_case{
    padding:100px 0;
}
.case_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;  
}
.case_list li{
    
}
.case_list li .img,.index3_tab .img{
    background: linear-gradient(#f0f0f0,#c6c7cb);
    background-image: linear-gradient(0deg, #f0f0f0, #c6c7cb);
}
.case_list li .img img{
    width: 100%;
}
.case_list li h3{
    display: none;
}
.case_list li h3 a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
    margin-top:10px;
}
.case_list li:hover .img img{
    transform: scale(1.1)
}
@media(max-width:1600px){
    .n_case{
        padding:75px 0;
    }  
    .case_list{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;  
    }
    .case_list li h3 a{
        font-size: 18px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .n_case{
        padding:55px 0;
    } 
    .case_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;  
    }
    .case_list li h3 a{
        font-size: 16px;
        margin-top:7px;
    }
}
@media(max-width:640px){
    .n_case{
        padding:40px 0;
    }
    .case_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;  
    }
}

.n_download{
    padding:120px 0 150px;
}
.download_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;    
    margin-top:65px;
}
.download_list li{
    box-shadow: 0 0 6px #eee;
}
.download_list li a{
    display: flex;
    flex-wrap: wrap;
    /*padding:10px;*/
    background: #f7f7f7;
}
.download_list li a .img{
    width:41%;
    padding:10px;
}
.download_list li a .img img{
    width: 100%;
}
/*.download_list li a:hover .img img{*/
/*    transform: scale(1.1)*/
/*}*/
.download_list li a .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:15px 20px;
    width:59%;
    background: #fff;
}
.download_list li a .text h3{
    font-size:18px;
    color: #555656;
    font-family: "HarmonyOS_SansSC_Bold";
    line-height: 1.4;
}
.download_list li a .text p{
    font-size:16px;
    color: #555656;
    display: flex;
    align-items:flex-end;
    justify-content: flex-end;
    line-height: 1;
}
.download_list li a .text p i{
    margin-right: 12px;
    width:21px;
    height: 20px;
    background:url(../images/download.png) no-repeat center;
    background-size: 100%;
}
.download_list li a:hover{
    background:#f5f5f5;
}
.download_list li a:hover .text h3,.download_list li a:hover .text p{
    color: #000000;
}
.download_list li a:hover .text p i{
    background:url(../images/download_h.png) no-repeat center;
    background-size: 100%;
}
@media(max-width:1600px){
    .download_list{
        margin-top:50px;
    }
    .download_list li a .text p{
        font-size:15px;
    }
    .download_list li a .text p i{
        margin-right:6px;
    }
}
@media(max-width:1280px){
    .n_download{
        padding:90px 0
    }
    .download_list li a .text p{
        font-size:14px;
    }
}
@media(max-width:1024px){
    .n_download{
        padding:75px 0
    }
    .download_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;    
    }    
}
@media(max-width:820px){
    .n_download{
        padding:55px 0
    }
    .download_list{
        margin-top:35px;
    }
}
@media(max-width:767px){
    .n_download{
        padding:40px 0
    }
    .download_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;    
    }
    .download_list li a .text h3{
        font-size:17px;
    }
}
@media(max-width:460px){
    .download_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;    
    }
}


/*关于*/
.inside_abCon2.about1{
    background: url(../images/about1.jpg) no-repeat left bottom;
    background-size: cover;
}
.about2{
    background: #F6F6F6;
    padding:120px 0;
}
.qyry{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.qywh_box{
  /*width: 508px;*/
  min-height: 302px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 1px #B9B9B9;
  border-radius: 10px;
  padding-left: 27px;
  padding-right: 25px;
  padding-top: 46px;
  box-sizing: border-box;
  /*margin-bottom: 34px;*/
  
  cursor: pointer;
  transition: all .5s;
}
.qywh_boxTop{
  font-size: 34px;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 18px;
  border-bottom: 1px solid;
  border-color: rgba(204,204,204,0.51);
}
.qywh_boxTop_img1{
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.qywh_boxTop_img{
    width: 63px;
    height: 63px;
    background: #d71c22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding: 15px;
    box-sizing: border-box;
}
.qywh_boxTop_img img{
  width: 95%;
  height:95%;
  filter: brightness(0) invert(1);
  transition: all .5s;
}
.qywh_boxTop_img_txt{
  margin-left: 17px;
  font-family: Dream Han Sans CN, Dream Han Sans CN;
  font-weight: bold;
  font-size: 34px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.qywh_boxBott_tit{

  font-family: Dream Han Sans CN, Dream Han Sans CN;
  font-weight: bold;
  font-size: 19px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.qywh_boxBott_tit>:nth-of-type(2){
    font-weight: normal;
}
.qywh>:nth-of-type(2) .qywh_boxBott .qywh_boxBott_tit p{
    /*font-weight: normal !important;*/
}
.qywh_box:hover{
  background: #D60000;
}
.qywh_box:hover .qywh_boxTop{
  border-color: rgba(255,255,255,0.51);
}
.qywh_box:hover .qywh_boxTop_img_txt{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxBott_tit{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxBott_txt{
  color: #FFFFFF;
}
.qywh_box:hover .qywh_boxTop_img{
  background: #FFFFFF;
}
.qywh_box:hover .qywh_boxTop_img img{
 filter: unset;
}
.qywh{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 37px;
  margin-top:55px;
}
/*.qywh_box+.qywh_box{*/
/*  margin-left: 37px;*/
/*}*/
/*.qywh_box:nth-of-type(3n+1){*/
/*  margin-left: 0;*/
/*}*/
.about1,.about2,.about3,.about4,.about5,.about6{
    position: relative;
}
.dw{
    position: absolute;
    top:-100px;
}
@media(max-width: 1600px){
    .about2{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .about2{
        padding:75px 0;
    }
    .qywh_boxBott_tit>:nth-of-type(2){
        font-size:16px;
    }
}
@media(max-width: 991px){
    .qywh {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
        margin-top: 55px;
    }    
}
@media(max-width: 820px){
    .about2{
        padding:65px 0;
    }  
    .qywh_box{
        min-height:auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .qywh_boxTop_img {
        width: 50px;
        height: 50px;
        padding: 12px;
    }   
    .qywh_boxTop_img_txt{
        font-size:28px;
    }
    .qywh_boxBott_tit{
        font-size:17px;
    }
    .qywh_boxBott_tit>:nth-of-type(2) {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .about2{
        padding:50px 0;
    }
    .qywh_box{
        min-height:auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .qywh_boxTop_img {
        width: 35px;
        height: 35px;
        padding: 7px;
    } 
    .qywh_boxTop {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .qywh_boxTop_img_txt{
        font-size:22px;
        margin-left:14px;
    }
    .qywh_boxBott_tit{
        font-size:15px;
    }
    .qywh_boxBott_tit>:nth-of-type(2) {
        font-size: 13px;
        line-height:1.6;
        margin-top:2px;
    }
}
@media(max-width: 640px){
    .qywh_box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .qywh_boxTop_img_txt{
        font-size:18px;
        margin-left:10px;
    }    
}
@media(max-width: 460px){
    .qywh {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin-top: 30px;
    } 
    .qywh_box {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .qywh_boxBott_tit {
        font-size: 14px;
    }
}
.index5{
    padding:110px 0;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.index5_c{
    margin-top:45px;
}
#index_hzhb{
    padding-bottom:52px;
}
#index_hzhb .swiper-slide{
    background: #fff;
    text-align: center;
}
#index_hzhb .swiper-pagination{
    bottom: 0;
}
#index_hzhb .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid #125a99;
    margin:0 6px;
    background:none;
}
#index_hzhb .swiper-pagination .swiper-pagination-bullet-active{
    background:#125a99;
}
@media(max-width: 1600px){
    .index5{
        padding:90px 0;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5{
        padding:55px 0;
    } 
}
@media(max-width: 640px){
    .index5{
        padding:40px 0;
    } 
    .index5_c{
        margin-top:30px;
    }
}



/*新闻*/

.wrap{
    /*width: 84%!important;*/
    /*max-width: 1640px;*/
    /*margin: 0 auto;*/
}
/*
.inside_newCon2 {

    padding-bottom: clamp(3.125rem, calc(((50 / 16) * 1rem) + (200 - 50) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 12.5rem);
}
.inside_newCon2 .centerBox .itemBox .item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_newCon2 .centerBox .itemBox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox {
  width: 28.048%;
  flex-shrink: 0;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb {
  padding-bottom: 65.5%;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_newCon2 .centerBox .itemBox .item a .leftBox .pb .ab img {
  width: 100%;
  object-fit: cover;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox {
  width: 100%;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  max-width: 800px;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .fenlei {
  min-width: clamp(4.6875rem, calc(((75 / 16) * 1rem) + (100 - 75) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 6.25rem);
  height: clamp(1.5625rem, calc(((25 / 16) * 1rem) + (28 - 25) * calc((100vw - 1024 / 16 * 1rem) / (1920 - 1024))), 1.75rem);
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: fit-content;
  background-color: #f6f6f6;
  border-radius: 100px;
  font-size: var(--font14);
  color: #1f1f1f;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .title {
  font-size: var(--font24);
  color: #1f1f1f;
  line-height: 1.25;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .subtitle {
  font-size: var(--font16);
  color: #636571;
  line-height: 1.25;
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inside_newCon2 .centerBox .itemBox .item a .rightBox .timeBox {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-family: "ru_we";
  font-size: var(--font14);
  color: #1f1f1f;
}
@media (max-width:990px) {
  .inside_newCon2 .centerBox .itemBox .item a {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .inside_newCon2 .centerBox .itemBox .item a .leftBox {
    width: 100%;
  }
  .inside_newCon2 .centerBox .itemBox .item a .rightBox {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.inside_newCon2 .centerBox .itemBox .item:hover {
  background: #eaf3fa;
}
.inside_newCon2 .centerBox .itemBox .item:hover a {
  border-bottom: 1px solid #eaf3fa;
} 
*/
.news_list{
    
}
.news_list li{
    
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:42px 0;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
.news_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 1px;
    background: #0076cc;
    z-index: 99;
    transition: all 0.3s ease-out;
}
.news_list li:hover a:after{
    width: 100%;
}
.news_list li a .img{
    width: 32%;
    border-radius: 10px;
}
.news_list li a .img img{
    width: 100%;
    border-radius: 10px;
    transition: all 0.4s ease-out;
}
.news_list li:hover a .img img{
    transform: scale(1.2);
}
.news_list li a .text{
    width: 68%;    
    padding-left: 55px;
    text-wrap: wrap;
}
.news_list li a .text .date1{
    font-size: 14px;
    line-height: 1.4;
    color: #7C7C7C;
    margin-bottom: 6px;        
}
.news_list li a .text h3{
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
white-space: nowrap; 
text-overflow: ellipsis;
overflow: hidden;
}
.news_list li:hover a .text h3{
    color: #0076cc;
}
.news_list li a .text .txt{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:20px 0;
}
.news_list li a .text .more1{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding:0 20px;
    width:165px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background:#0076cc;
    transition: all 0.3s ease-out;
}
.news_list li a .text .more1 font{

}
.news_list li a .text .more1 i{

}
.news_list li a .text .more1:hover{
    padding:0 30px;
}
.news_detail{
    padding:70px 0;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){
    .news_list li a .text h3{
        font-size:20px;
    }
    .news_list li a .text .txt {
        font-size: 15px;
        margin:12px 0;
    }
    .news_list li a .text .more1{
        padding:0 15px;
        width:140px;
        height: 42px;
        border-radius: 21px;
        font-size: 15px;
    }
    .news_list li a .text .more1:hover{
        padding:0 22px;
    }
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    .news_list li a .img{
        width:40%;
    }
    .news_list li a .text{
        width:60%;
        padding-left:35px;
    }
    .news_list li a .text h3{
        font-size:18px;
    }
}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
    .news_list li a .text .txt{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .news_list li a .img{
        width:100%;
    }
    .news_list li a .text{
        width:100%;
        padding-left:0;
        padding-top:15px;
    }
    .news_list li a .text h3{
        font-size:17px;
    }
    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*联系*/
.contact-top {
  padding: 5.625rem 0;
}
.contact-top .contact-xfs {
  background: #F9F9F9;
  padding: 3.125rem;
}
.contact-top .contact-xfs .xians {
  position: relative;
}
.contact-top .contact-xfs .xians::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 45%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-top .contact-xfs .biaoti {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #183E7D;
  margin-bottom: 2.5rem;
}
.contact-top .contact-xfs .p1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  /* or 130% */
  color: #183E7D;
  margin-bottom: 1.375rem;
}
.contact-top .contact-xfs .div1 {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
}
.contact-top .contact-xfs .div1 span {
  display: inline-block;
  width: 14%;
  color: rgba(0, 0, 0, 0.4);
}
.contact-top .contact-del {
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 3.75rem;
}
.contact-bot {
  background: #F9F9F9;
  padding: 7.5rem 0;
}
.contact-bot .contact-message {
  margin-top: 3.75rem;
}
.contact-bot .contact-message .input-div {
  margin-bottom: 1.625rem;
}
.contact-bot .contact-message .input-div input {
  width: 100%;
  height: 3.75rem;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding-left: 5rem;
  color: #666666;
  font-size: 1rem;
}
.contact-bot .contact-message .input-div .color-span {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.625rem;
  font-size: 1.125rem;
  color: #666666;
}
.contact-bot .contact-message .input-div .color-span sup {
  color: #FF0000;
}
.contact-bot .contact-message textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #DCDCDC;
  padding: 0.9375rem;
  height: 8.9375rem;
  color: #666666;
  font-size: 1rem;
}
.contact-bot .contact-message .tijiao {
  display: inline-block;
  margin-top: 1.875rem;
  border: none;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  background: #34bdc5;
  color: #fff;
  border-radius: 0.625rem;
}
@media(max-width: 1600px){

}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}

/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#0076cc;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

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

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.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 #0076cc;
    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;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:14px 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@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; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#2b70bb 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#fff;border:#2b70bb 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #2b70bb;
    vertical-align: middle;
    border: 1px solid #2b70bb; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


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

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

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

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

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