/*头部样式*/
.index_head{
    position: relative;
}
.index_logo{
    position: absolute;
    top:0;
    left:0;
/*    background:url(../images/logo_bg.png) no-repeat right center;*/
    height: 100%;
    width: 39%;
    z-index: 999999;
/*}
.index_logo:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 98;*/
    background-color: rgba(231,0,20,.65);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clip-path: polygon(0px 0, calc(100% - 0px) 0, 55% 0px, 100% calc(60% - 0px), calc(75% - 0px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0px);
    overflow: hidden;
}
.index_logo .text{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    height: 100%;
    text-align: center;
    padding-top:14%;
    position: relative;
    z-index: 101;
}
.index_logo .text p{
    font-size:44px;
    color: #fff;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:25px;
}
header{
    position: fixed;
    top:0;
    left:0;
/*    background:#fff;*/
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 10px #ccc;

}
.header.c-head-hide{
    z-index: 9999999;
    background:#fff;
    box-shadow: 0 0 5px #ccc;
}
/*header.header{
    position: absolute;
    box-shadow: none;
    z-index: 9;
}*/
.head{
    padding:0 110px;
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.head:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:#fff;
    z-index: -9;
}
.head_cont{
    position: relative;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
/*    width: 30%;*/
}
.logo img{
    max-height: 65px;
}
.header.c-head-hide .logo{
    visibility: visible!important;
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin-right:28px;
    height: 100%;
    line-height: 80px;
    cursor: pointer;
}
.h_lang_btn{
    font-size: 16px;
    color: #2f2f2f;
    display: flex;
    align-items:center;
}
.h_lang_btn font{
    margin:0 5px 0 10px;
}
.h_lang_btn i{

}
.h_lang_a{
    position: absolute;
    top:80px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#e70014;
    color: #fff;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 50px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a.a1{
    display: block;
    font-size: 16px;
    color: #2f2f2f;
    text-align: center;
    line-height: 80px;
    font-family: "puhui65";
}
.nav li:hover a.a1{
    color: #e70014;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 170px;
    margin-left: -85px;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav2{
    width: 300%;
    left:-100%; 
    margin-left: 0;
}
.nav li .b_nav a{
    display: block;
    font-size: 14px;
    color: #666;  
    line-height: 1.5em;
    padding:6px 0;
    text-align: center;  
}
.wrap{
    width: 84%;
    max-width: 1340px;
    margin: 0 auto;
}
#index_banner{

}
.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 .text{
    padding-left: 41%;
    padding-top:11%;
    color: #fff;
}
.banner_text .text .p1{
    font-size:60px;
    font-family: "puhui85";
    line-height: 1.2;
}
.banner_text .text .p2{
    font-size: 24px;
    line-height: 1.2;
    margin-top: 15px;
    font-family: "puhui65";
}
.index_banner_btn{
    position: absolute;
    bottom:70px;
    left:0;
    z-index: 9999998;
    width:100%;
}
.index_banner_btn .swiper-pagination{
    position: relative;
    bottom:0;
    display: flex;
    z-index: 9999998;
}
.index_banner_btn .loading {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
}
.index_banner_btn .swiper-pagination-bullet{
    opacity: 1;
    margin:0 25px 0 0;
}
.loading.swiper-pagination-bullet-active {
/*    border-color: #fff;*/
}
.loading .c-progress {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    line-height: 30px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #fff;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 2px solid #fff;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 15px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-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: 13px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 15px 0 0 15px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 15px 15px 0;
    border: 2px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active{

}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 4s;
    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);
  }
}
/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
    width:48px;
    height: 48px;
    background:url(../images/ss1.png) no-repeat center #e70014;
}
.h_search{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 999;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #e70014;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #e70014;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #e70014e70014;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
.h80{
/*    height: 80px;*/
}
@media(max-width:1600px){
    .index_logo{
        width:35%;
    }
    .index_logo .img img{
        max-height:75px;
    }
    .index_logo .text p{
        font-size:32px;
        margin-top: 15px;
    }
    .head{
        padding:0 70px;
    }
    .nav li{
        margin-right:30px;
    }
    .h_search{
        top:80px;
    }   
    .banner_text .text{
        padding-top: 7%;
    }
    .banner_text .text .p1{
        font-size:46px;
    }
    .banner_text .text .p2{
        font-size:18px;
    }
    .index_banner_btn{
        bottom:50px;
    }
    .loading .c-progress {
        width: 14px;
        height: 14px;
        left: 6px;
        top: 6px;
    }
}
@media(max-width:1280px){
    .head{
        padding:0 40px;
    }
    .wrap{
        width:90%;
    }
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
    .index_logo .text p{
        font-size:28px;
    }
    .banner_text .text .p1 {
        font-size: 42px;
    }
    .banner_text .text .p2 {
        font-size: 16px;
    }
}
@media(max-width:1130px){
    .index_logo .img img{
        max-height:60px;
    }
    .index_logo .text p{
        font-size:24px;
    }
    .head{
        padding:0 3%;
    }
    .wrap{
        width:94%;
    }
    .nav{
        padding-left:100px;
    }
    .nav li{
        margin-right:18px;
    }
    .nav li a.a1{
        font-size:15px;
    }
    .h_lang{
        margin-right:15px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss {
        width: 40px;
        height: 40px;
        background: url(../images/ss1.png) no-repeat center #e70014;
        background-size:18px;
    }
    .ss img{
        width:16px;
    }
    .banner_text .text {
        padding-left: 38%;
        padding-top: 7%;
    }
    .banner_text .text .p1 {
        font-size: 36px;
    }
    .index_banner_btn {
        bottom: 25px;
    }
    .index_banner_btn .loading{
        width:20px;
        height:20px;
    }
    .loading .c-progress {
        width: 8px;
        height: 8px;
        left: 4px;
        top: 4px;
    }
    .loading .left, .loading .right {
        width: 10px;
        height: 20px;
    }
    .loading .left:after, .loading .right:after {
        width: 8px;
        height: 16px;
        border-radius: 10px 0 0 10px;
    }
    .loading .right:after {
        border-radius: 0 10px 10px 0;
    }
}
@media(max-width:1024px){
    .index_logo{
        display:none;
    }
    .logo{
        visibility:visible!important;
    }
    .nav{
        padding-left:0!important;
    }
    .nav li {
        margin-right: 12px;
    }
    .banner_text .text{
        padding:0;
    }
}
@media(max-width:991px){
    .head_cont{
        height:80px;
    }
    .nav,.h_lang{
        display:none;
    }
    .search{
        margin-right:10px;
    }
    #s_btn{
        font-size:12px;
    }
    .h80{
        height:80px;
    }
    .banner_text .text .p1 {
        font-size: 32px;
    }
    .banner_text .text .p2 {
        font-size: 15px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }

}
@media(max-width:640px){
    .head_cont{
        height:60px;
    }
    .h_search{
        top:60px;
    }
    .logo img{
        max-height:40px;
    }
    .h_lang{
        line-height:60px;
    }
    .ss {
        width: 32px;
        height: 32px;
        background: url(../images/ss1.png) no-repeat center #e70014;
        background-size: 15px;
    }
    .h80{
        height:60px;
    }
    .banner_text .text .p1 {
        font-size: 26px;
    }
    .banner_text .text .p2 {
        font-size: 14px;
        margin-top:10px;
    }
    .index_banner_btn {
        bottom: 10px;
    }
    .index_banner_btn .swiper-pagination-bullet {
        margin: 0 12px 0 0;
    }
}
@media(max-width:460px){
    .banner_text .text .p1 {
        font-size: 22px;
    }
    .banner_text .text .p2 {
        font-size: 13px;
    }    
}


.index_product{
    padding:107px 0 102px;
}
.index_top{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.index_t1{

}
.index_t1 h2{
    font-size:44px;
    color: #1a1a1a;
    line-height: 1;
}
a.more1{
    width:185px;
    height: 50px;
    font-size:16px;
    color: #fff;
    font-family: "puhui75";
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 25px;
    background:#e70014;
    transition: all 0.4s ease-out;
}
a.more1:hover{
    box-shadow: 0 0 6px #e70014;
    text-decoration: underline;
}
.product_list1{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 20px;
}
.product_list1 li{

}
.product_list1 li a{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#f7f7f7;
    border-radius: 10px;
    min-height: 290px;
}
.product_list1 li .img{
    line-height: 204px;
    height: 204px;
}
.product_list1 li h3{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.2;
}
.product_list1 li a:hover{
    background:#e8ebed;
}
.product_list1 li a:hover h3{
    color: #e70014;
}
/*产品优势*/
.index_ys{

}
.product_list2{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
    height: 388px;
}
.product_list2 li{
    width:calc(27.25% - 12px);
    margin-right: 12px;
    transition: all 0.4s ease-out;
    border-radius: 10px;
    overflow: hidden;
}
.product_list2 li:last-child{
    margin-right: 0;
}
.product_list2 li a{
/*    display: block;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product_list2 li .img{
    display: none;
}
.product_list2 li .text{
    padding-right: 55px;
    position: relative;
    padding:30px 15px;
    color: #fff;
}
.product_list2 li .text:after{
    content:'';
    position: absolute;
    right:47px;
    top:0;
    width:52px;
    height: 52px;
    background:url(../images/more1.png) no-repeat center #e70014;
    border-radius: 50%;
    display: none!important;
}
.product_list2 li .text h3{
    line-height: 1.4;
    font-size:22px;
    text-align: center;
}
.product_list2 li .text p{
    font-size:16px;
    line-height: 1.4;
    margin-top:7px;
    display: none;
    width:120%;
}
.product_list2 li.cur{
    width:44.5%;
}
.product_list2 li.cur .text:after{
    display: block;
}
.product_list2 li.cur .text h3{
    text-align: left;
}
.product_list2 li.cur .text p{
    display: block;
    width:100%;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:36px;
    }
    a.more1{
        width:120px;
        height:42px;
        font-size:15px;
    }
    .product_list1{
        margin-top:35px;
    }
    .product_list1 li h3{
        font-size:14px;
    }
    .product_list2 li .text{
        padding:25px 15px;
    }
    .product_list2 li .text h3{
        font-size:20px;
    }
    .product_list2 li .text p{
        font-size:14px;
    }
    .product_list2 li .text:after{
        width:46px;
        height:46px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0 ;
    }
    .index_t1 h2{
        font-size:32px;
    }

}
@media(max-width: 1199px){
    .product_list2 li .text{
        padding: 25px 15px;
    }
    .product_list2 li .text:after {
        width: 40px;
        height: 40px;
        right:20px;
    }
    .product_list2 li .text h3 {
        font-size: 18px;
    }
    .product_list2 li .text p{
        font-size:13px;
    }
}
@media(max-width: 991px){
    a.more1{
        width: 85px;
        height:32px;
        font-size:12px;
    }
    .product_list1 li a{
        min-height:270px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0 ;
    }
    .index_t1 h2{
        font-size:28px;
    }
}
@media(max-width: 767px){
    .product_list1 {
        margin-top: 35px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px 10px;
    }
    .product_list1 li a {
        min-height: 240px;
    }
    .product_list1 li .img {
        line-height: 180px;
        height: 180px;
    }
    .product_list1 li .img img{
        max-height:180px;
    }
    .product_list2 li .text{
        background: rgba(0,0,0,.3);
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0 ;
    } 
    .index_t1 h2{
        font-size:24px;
    }
    a.more1{
        width: 75px;
        height:30px;
    }
    .product_list1 li h3{
        font-size:13px;
    }
}
@media(max-width: 420px){
    /*.product_list1 {*/
    /*    display: grid;*/
    /*    grid-template-columns: repeat(1, minmax(0, 1fr));*/
    /*    gap: 15px 10px;*/
    /*}    */
    .product_list1 li a {
        min-height: 200px;
    }
    .product_list1 li .img {
        line-height: 150px;
        height: 150px;
    }
    .product_list1 li .img img{
        max-height:150px;
    }
    .product_list1 li h3{
        font-size:12px;
    }
}

.index_case{
    padding:107px 0 0;
}
.index_case_top{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.index_case_li{
    width:75%;
    display: flex;
    flex-wrap: wrap;
    height: 130px;
}
.index_case_li li{
    width:12.5%;
    border-right:1px solid #e6e6e6;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    cursor: pointer;  
}
.index_case_li li .img1{
    position: relative;
    height: 32px;
    width:52px;
    margin:0 auto;
    overflow: hidden;
}
.index_case_li li .img1 img{
    position: absolute;
    top:0;
    left:0;
    z-index: 9;
/*    transition: all 0.4s ease-out;*/
}
.index_case_li li p{
    font-size:14px;
    color: #1a1a1a;
    margin-top:10px;
    line-height: 1.4;
}
.index_case_li li.cur{
    background:#e70014;
    border-right:1px solid #e70014;
    border-radius: 20px 20px 0 0; 
}
.index_case_li li.cur .img1 img{
    top:-32px;
}
.index_case_li li.cur p{
    color: #fff;
}
.index_case_tabs{
    position: relative;
}
.index_case_tab{
    display: none;
    height: 100%;
    padding:102px 77px 30px;
    color: #fff;
    min-height: 524px;
    position: relative;
}
.index_case_tab:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    /*background: rgba(231,0,20,.1);*/
    background: rgba(0,0,0,.15);
    z-index: 1;
}
.index_case_tab h3{
    font-size:26px;
    line-height: 1.4;
    position: relative;
    z-index: 9;
}
.index_case_tab .txt{
    font-size:14px;
    line-height: 1.8;
    width:50%;
    max-width: 486px;
    margin:12px 0 25px;
    /*opacity: .7;*/
    position: relative;
    z-index: 9;
    color: #fff;
}
a.more2{
    color: #333;
    width: 128px;
    height: 40px;
    border-radius: 20px;
    background:#ffffff;
    display: flex;
    align-items:center;
    justify-content: center;
    transition: all 0.4s ease-out;
    position: relative;
    z-index: 9;
}
a.more2:hover{
    color: #fff;
    background:#e70014;
}
.index_case_hz{
    margin-top:72px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
    position: relative;
    z-index: 9;
}
.index_case_hz li{
    text-align: center;
    height: 67px;
    line-height: 67px;
    border-radius: 6px;
    background:#efefef;
}
.index_case_hz img{
    max-height: 47px;
    max-width: 90%;
}
@media(max-width: 1600px){
    .index_case_li{
        height:110px;
    }
    .index_case_li li p{
        font-size:13px;
    }
    .index_case_tab{
        padding: 80px 65px 30px;
    }
    a.more2{
        width:105px;
    }

}
@media(max-width: 1280px){
    .index_case {
        padding: 75px 0 0;
    }
    .index_case_li {
        height: 100px;
    }
    .index_case_li li p{
        font-size:12px;
    }
}
@media(max-width: 1199px){
    .index_case_hz {
        margin-top: 55px;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
    }
    .index_case_hz li{
        height: 60px;
        line-height: 60px;        
    }
}
@media(max-width: 991px){
    .index_case_li{
        width:100%;
        margin-top:30px;
    }
    .index_case_tab {
        padding: 60px 35px 30px;
        min-height:500px;
    }
    .index_case_tab .txt{
        width:65%;
    }
    a.more2 {
        width: 85px;
        height:32px;
        font-size:12px;
    }
}
@media(max-width: 820px){
    .index_case {
        padding: 55px 0 0;
    }
    .index_case_tab .txt{
        width:100%;
    }
    .index_case_tab .txt{
        font-size:13px;
    }
    a.more2 {
        width: 75px;
        height:30px;
    }
    .index_case_hz {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .index_case_hz li{
        height: 55px;
        line-height: 55px;        
    }
}
@media(max-width: 767px){
    .index_case_li {
        height: auto;
    }
    .index_case_li li{
        width:25%;
        height:80px;
    }
    .index_case_li li .img1{
        height: 25px;
        width:41px;
    }
    .index_case_li li .img1 img{
        height:50px;
    }
    .index_case_li li.cur .img1 img {
        top: -25px;
    }
    .index_case_li li p {
        font-size: 11px;
        margin-top: 6px;
    }
    .index_case_tab {
        padding: 30px 20px 20px;
        min-height: 500px;
    }
    .product_list2{
        height:auto;
        margin-top:25px;
    }
    .product_list2 li,.product_list2 li.cur{
        width:100%;
        /*min-height:100px;*/
        margin-right:0;
    }
    .product_list2 li{
        margin-bottom:10px;
    }
    .product_list2 li:last-child{
        margin-bottom:0;
    }
    .product_list2 li .text {
        padding: 35px 12px;
    }
    .product_list2 li .text:after{
        display: block;
    }
    .product_list2 li .text h3{
        text-align: left;
    }
    .product_list2 li .text p{
        display: block;
        width:100%;
        font-size:12px;
    }
    .product_list2 li .text:after {
        width: 30px;
        height: 30px;
        right: 15px;
        top:50%;
        margin-top:-15px;
        background-size:8px;
    }
    .index_case_hz {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .index_case_hz li{
        height: 50px;
        line-height: 50px;        
    }
}
@media(max-width: 640px){
    .index_case {
        padding: 40px 0 0;
    } 
    .index_case_li li{
        height:70px;
    }
    .index_case_tab{
        min-height:380px;
    }
    .index_case_tab .txt{
        margin: 7px 0 20px;
    }
    .index_case_tab h3{
        font-size:22px;
    }
    .index_case_hz {
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


.index_about{
    padding:115px 0 128px;
}
.index_about .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_about .text{
    width:46%;
    max-width: 490px;
}
.index_about .text .txt{
    font-size:18px;
    color:#666666;
    line-height: 1.6;

    margin:20px 0 45px;
}
.num_list1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.num_list1 dl{

}
.num_list1 dl dt{
    font-size:46px;
    color: #e70014;
    font-family: "puhui85";
    line-height: 1;
}
.num_list1 dl dt span{
    font-family: "puhui85";    
}
.num_list1 dl dd{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.4;
    margin-top:10px;
}
.about_video{
    width:50%;
}
.about_video a{
    display: block;
    text-align: center;
    position: relative;
}
.about_video a .player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.index_bottom{
    
}
.index_bottom ul{
    display: flex;
    flex-wrap: wrap;
/*    height: 300px;*/
}
.index_bottom li{
    width:25%;
}
.index_bottom li a{
    color: #fff;
    display: block;
    position: relative;
}
.index_bottom li .text{
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height: 100%;
    padding:40px 40px 30px;
    z-index: 99;
}
.index_bottom li .text h3{
    font-size:26px;
    line-height: 1;
    text-shadow: 1px 1px 5px #000;
    margin-bottom: 114px;
}
.index_bottom li .text font{
    color: #fff;
    width: 128px;
    height: 40px;
    border-radius: 20px;
    background:#e70014;
    display: flex;
    align-items:center;
    justify-content: center;
    transition: all 0.4s ease-out;
}
.index_bottom li a:hover .text font{
    box-shadow: 0 0 6px #e70014;
    text-decoration: underline;
}
.index_bottom li a:hover .img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index_about{
        padding:100px 0;
    }
    .index_about .text .txt{
        font-size:15px;
    }
    .num_list1{
        margin-bottom:60px;
    }
    .num_list1 dl dt{
        font-size:42px;
    }
    .num_list1 dl dd{
        font-size:15px;
    }
    .index_bottom li .text{
        padding: 30px 30px 30px;
    }
    .index_bottom li .text h3{
        margin-bottom:80px;
        font-size:24px;
    }
    .index_bottom li .text font{
        width:105px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0;
    }
}
@media(max-width: 1199px){
    .index_bottom li .text {
        padding: 25px 25px 20px;
    }
    .index_bottom li .text h3{
        margin-bottom:50px;
        font-size:20px;
    }
    .index_bottom li .text font {
        width: 85px;
        height: 32px;
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .index_bottom li .text {
        padding: 20px 20px 15px;
    }
    .index_bottom li .text h3{
        margin-bottom:35px;
        font-size:18px;
    }
    .index_bottom li .text font {
        width: 75px;
        height: 28px;
        font-size: 12px;
    }
}
@media(max-width: 880px){
    /*.index_bottom li{*/
    /*    width: 50%;*/
    /*}*/
    .index_bottom li .text h3{
        line-height:1.4em;
        height:2.8em;
        margin-bottom:15px;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .num_list1 dl dt {
        font-size: 36px;
    }
}
@media(max-width: 767px){
    .index_bottom{
        align-items:center;
    }
    .index_bottom li{
        width:50%;
    }    
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    } 
    .index_about .text{
        width:100%;
        max-width:100%;
    }   
    .index_about .text .txt {
        font-size: 14px;
        margin: 10px 0 20px;
    }
    .num_list1 dl dd {
        font-size: 14px;
    }
    .num_list1 dl dt {
        font-size: 32px;
    }
    .num_list1 {
        margin-bottom: 25px;
    }
    .about_video {
        width: 100%;
        margin-top:30px;
    }
    .about_video a{
        margin:0 auto;
        max-width:400px;
        width:90%;
    }
    .index_bottom li .text h3{
        margin-bottom:12px;
        font-size:15px;
    }
    .index_bottom li .text font {
        width: 65px;
        height: 24px;
        font-size: 10px;
    }
}


/*友情链接*/
.f_link{
    margin-top: 15px;
    line-height: 30px;
}

/*页面底部*/
footer{
    background:#707478;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:132px 0 38px;
}
.foot_l{
    width: 31.5%;
}
.f_logo{

}
.f_contact{
    font-size:14px;
    color: #b2b2b2;
    margin:25px 0 30px;
}
.f_code{
    display: flex;
    flex-wrap: wrap;
}
.f_code dl{
    margin-right: 14px;
    text-align: center;
}
.f_code dl:last-child{
    margin-right: 0;
}
.f_code dl dt img{
    max-width:103px;
}
.f_code dl dd{
    font-size:14px;
    color: #b2b2b2;
    margin-top:10px;
    line-height: 1.6;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 68%;
}
.f_nav dl{
/*    width:calc(100% / 7);*/
padding-right: 10px;
}
.f_nav dl:last-child{
    padding-right: 0;
    display: none;
}
.f_nav dl dt{
    font-size:18px;
    color: #fff;
    font-family: "puhui65";
    margin-bottom: 26px;
    line-height: 1;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    color: #b2b2b2;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.copyright {
    line-height: 1.6;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.3);
    font-size:14px;
    color: #b2b2b2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.copyright a{
    color: #b2b2b2;   
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .foot {
        padding: 70px 0 30px;
    }
    .copyright{
        padding:15px 0;
    }
}
@media(max-width: 1280px){
    .foot {
        padding: 50px 0 25px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .foot {
        padding: 40px 0 20px;
    }
    .foot_l{
        width:100%;
    }
    .f_nav{
        display:none;
    }
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }
    .f_logo img{
        max-height:50px;
    }
    /*.copyright{*/
    /*    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;
}
.none{
    display: none;
}
.relative{
    position: relative;
}

/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.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;
}

.sitemp{
    margin-top:-100px;
    position: relative;
    z-index: 100;
}
.sitemp .site{

}
.sitemp .site,.sitemp .site a{
    font-size:20px;
    color: #fff;
}
.sitemp .site a:hover{
    color: #e70019;
}
.n_arrow{
    margin:0 12px;
}
.n_zw{
    height:60px;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .sitemp {
        margin-top: -70px;
    }
    .sitemp .site, .sitemp .site a{
        font-size:15px;
    }
    .n_arrow{
        margin:0 10px;
    }
    .n_zw {
        height: 40px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
    .sitemp {
        margin-top: -60px;
    }
    .sitemp .site, .sitemp .site a{
        font-size:14px;
    }
    .n_arrow{
        margin:0 6px;
    }
    .n_zw {
        height: 30px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }   
    .sitemp,.n_zw{
        display:none;
    }
}


/*公司概况*/
.relative{
    position: relative;
}
.dw{
    position: absolute;
    top:-60px;
    left:0;
}
.about1{
    padding: 60px 0 125px;
}
.ab_t1 h2{
    font-size:46px;
}
.about1 .text{
    width:50%;
    max-width: 660px;
}
.about1 .text .txt {
    margin: 30px 0 95px;
}
.about1 .num_list1{
    margin-bottom: 0;
}
.about1 .num_list1 dl dt{
    font-size:60px;
}
.about1 .num_list1 dl dd{
    font-size:18px;
}
.about1 .about_video{
    width:50%;
    margin-right: -12%;
}
#about_hj .swiper-slide{
    height: auto;
}
#about_hj .img{
    height: 100%;
}
#about_hj img{
    width:100%;
    height: 100%;
}
#about_hj p{
    position: absolute;
    bottom:25px;
    left:0;
    width:100%;
    font-size:20px;
    color: #fff;
    text-align: center;
    font-family: "puhui65";
    z-index: 9;
    line-height: 1.6;
}
#about_hj .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.about2{
    padding:115px 0 130px;
}
.fzlc{
    margin-top:55px;
}
.fzlc .deve-swiper{
    position:relative;
    overflow:hidden;
}
.fzlc .deve-swiper .swiper-slide{
    width:30%;
}
.fzlc .deve-swiper .swiper-slide .item-div{
    position:relative;
    height: 410px;
}
.fzlc .deve-swiper .swiper-slide .div-litem{
    position:relative;
    height:170px;
    background:#f2f2f2;
    border-radius: 4px;
    padding:40px 65px 20px 38px;
/*    overflow: hidden;*/
}
.fzlc .deve-swiper .swiper-slide .div-litem:before{
    content:'';
    position: absolute;
    /*bottom:calc(50% - 14.5px);*/
    left: 50%;
    transform:translateX(-50%);
    width: 29px;
    height: 29px;
    background:url(../images/fzlc_ico.png) no-repeat center;
    background-size: contain;
}
.fzlc .deve-swiper .swiper-slide .div-litem.dic1:before{
    bottom: -50px;
}
.fzlc .deve-swiper .swiper-slide .div-litem.dic2:before{
    top: -50px; 
    /*margin-left: 14.5px;*/
}
.fzlc .deve-swiper .swiper-slide .div-litem:after{
    content:'';
    position: absolute;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #f2f2f2;
}
.fzlc .deve-swiper .swiper-slide .div-litem.dic1:after{
    bottom: -13px;    
}
.fzlc .deve-swiper .swiper-slide .div-litem.dic2:after{
    transform: rotate(180deg);
    top: -13px;
}
.fzlc .deve-swiper .div-litem .p1{
    font-size:26px;
    color: #e70014;
    font-family: "puhui85";
    line-height: 1;
}
.fzlc .deve-swiper .div-litem .txt{
    font-size:16px;
    color: #333333;
    font-family: "puhui45";
    line-height: 1.6;
    margin-top:12px;
}
.fzlc .deve-swiper .swiper-slide .item-div .dic2{
    position:absolute;
    bottom: 0;
    left:60%;
    width:100%;
}
.fzlc .deve-swiper .deve-page{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    height:9px;
    background-color:#c8c8c8;
    border-radius: 4px;
}
.fzlc .deve-swiper .deve-page .swiper-scrollbar-drag{
    background: transparent;
}
.fzlc .deve-button-prev,.fzlc .deve-button-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height: 60px;
    border-radius: 50%;
    background-color:#e70019;
    background-repeat:no-repeat;
    background-position:center;
/*    background-size:8px;*/
    transition:all 0.3s;
    cursor:pointer;
    z-index: 99;
}
.fzlc .deve-button-prev{
    left:-102px;
    background-image:url(../images/left1.png) ;
}
.fzlc .deve-button-next{
    right:-102px;
    background-image:url(../images/right1.png);
}
.fzlc .deve-button-prev:hover,.fzlc .deve-button-next:hover{
    opacity: .8;
}
.about3{
    
}

.about4{
    
}

@media (max-width: 1600px){
    .about1 {
        padding: 60px 0 100px;
    }
    .ab_t1 h2{
        font-size:36px;
    }
    .about1 .text .txt {
        margin: 25px 0 65px;
    }
    .about1 .num_list1 dl dt{
        font-size:42px;
    }
    .about1 .num_list1 dl dd{
        font-size:14px;
    }
    .about1 .about_video{
        margin-right:-5%;
    }
    #about_hj p{
        font-size:18px;
    }
    .fzlc .deve-button-prev, .fzlc .deve-button-next{
        width:42px;
        height:42px;
    }
    .fzlc .deve-button-prev{
        left:-60px;
    }
    .fzlc .deve-button-next{
        right:-60px;
    }
    .fzlc .deve-swiper .div-litem .txt{
        font-size:15px;
    }
    .about2 {
        padding: 100px 0;
    }
}
@media (max-width: 1280px){
    .about1 {
        padding: 60px 0 75px;
    }
    .ab_t1 h2{
        font-size:32px;
    }
    .index_about .text{
        width:46%;
    }
    .about1 .about_video{
        margin-right:-2%;
    }   
    .fzlc .deve-button-prev{
        left:-21px;
    }
    .fzlc .deve-button-next{
        right:-21px;
    }
    .about2 {
        padding: 75px 0;
    }
}
@media (max-width: 1024px){
    .index_about .text{
        width:100%;
    }
    .about1 .text .txt {
        margin: 20px 0 50px;
    }
    .about1 .about_video {
        width:100%;
        margin-right: 0%;
        margin-top:30px;
    }
    .about1 .about_video img{
        max-height:220px;
    }
    .fzlc .deve-swiper .swiper-slide .item-div{
        height:370px;
    }
    .fzlc .deve-swiper .swiper-slide .div-litem{
        padding:25px 20px;
        height:150px;
    }
}
@media (max-width: 820px){
    .about1,.about2{
        padding: 55px 0;
    }
    .ab_t1 h2{
        font-size:28px;
    } 
    .about1 .num_list1 dl dt{
        font-size:36px;
    }
    .about1 .num_list1 dl dd{
        font-size:13px;
    }
    .fzlc .deve-swiper .swiper-slide .div-litem {
        padding: 20px 15px;
    }
    .fzlc .deve-swiper .div-litem .p1{
        font-size:24px;
    }
    .fzlc .deve-swiper .div-litem .txt{
        font-size:14px;
    }
}
@media (max-width: 640px){
    .about1,.about2{
        padding: 40px 0;
    }
    .ab_t1 h2{
        font-size:24px;
    } 
    .about1 .text .txt {
        margin: 20px 0 30px;
    }
    .about1 .num_list1 dl dt{
        font-size:32px;
    }
    .about1 .num_list1 dl dd{
        font-size:12px;
    }
    .about_video a .player img{
        max-height:100px;
    }
    .fzlc{
        margin-top:30px;
    }
    .fzlc .deve-swiper .swiper-slide .item-div .dic2{
        left:0;
    }
    .fzlc .deve-swiper .swiper-slide .div-litem.dic2:before{
        display:none;
    }
    .fzlc .deve-button-prev, .fzlc .deve-button-next {
        width: 32px;
        height: 32px;
        background-size:10px;
    }
    .fzlc .deve-button-prev{
        left:0;
    }
    .fzlc .deve-button-next{
        right:0;
    }
}

/*产品*/
.n_main{
    padding-top:125px;
    max-width: 1920px;
    margin:0 auto;
    overflow: hidden;
}
.n_product{
    padding-bottom: 130px;
}
.n_top{
    padding-bottom: 58px;
}
.n_top .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:25px;
}
.sort li{
    margin-right: 16px;
    margin-bottom: 3px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    align-items:center;
    height: 50px;
    padding:0 26px;
    font-size:16px;
    color: #2e2e2e;
    font-family: "puhui65";
    background:#ebebeb;
    border-radius: 25px;
    line-height: 1.4;
}
.sort li a:hover,.sort li.cur a{
    color: #fff;
    background:#e70014;
}

.n_product_list{
    margin-bottom: 72px;
}
.product_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 31px;    
}
.product_list li{

}
.product_list li a.img{
    position: relative;
    border-radius: 10px;
}
.product_list li h3 a{
    display: block;
    font-size:18px;
    color: #4d4d4d;
    font-family: "puhui65";
    line-height: 1.4;
    margin-top:20px;
    text-align: center;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}
.product_list li:hover h3 a{
    color: #e70014;
}
.product_detail{
    padding-bottom: 98px
}
.pd1{

}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.pd1 .wrap .text{
    width:49%;
    max-width: 648px;
}
.pd1 .wrap .text h1{
    font-size:46px;
    color: #1a1a1a;
    margin-bottom: 55px;
    line-height: 1;
}
.p_t1{
    font-size:24px;
    color:#e70014;
    font-family: "puhui85";
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
}
.pd1 .wrap .txt{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:15px 0 82px;
}
.p_more{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.p_more a{
    display: flex;
    align-items:center;
    justify-content: center;  
    width:185px;
    height: 50px;  
    border-radius: 25px;
    background:#e70014;
    font-size:16px;
    color: #ffffff;
    font-family: "puhui75";
    margin-right: 32px;
}
.p_more a:last-child{
    margin-right: 0;
}
.p_more a i{
    margin-right: 12px;
}
.pd1 .wrap .img{
    width:44.5%;
    border-radius: 10px;
}
.pd1 .wrap .img img{
    border-radius: 10px;    
}
.xgcp{
    padding-top:130px;
}
#relate_p{
    margin-top:30px;
}
/*产品优势*/
.product2{
    padding:130px 0 180px;
}
.product_ys{
    margin-top:50px;
}
.product_ys li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 85px;
}
.product_ys li:last-child{
    margin-bottom: 0;
}
.product_ys li:nth-child(2n){
    flex-direction: row-reverse;
}
.product_ys li .img{
    border-radius: 10px;
    width:59.7%;
}
.product_ys li .text{
    width:34%;
    padding-left: 54px;
}
.product_ys li .text h3{
    font-size:36px;
    color: #222222;
    line-height: 1.2;
}
.product_ys li .text .p1{
    font-size:18px;
    color: #4c4c4c;
    margin:12px 0 38px;
    line-height: 1.4;
}
.product_ys li .text .txt{

}
.product_ys li .text .txt p{
    font-size:18px;
    color: #222222;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
}
.product_ys li .text .txt p:last-child{
    margin-bottom: 0;
}
.product_ys li .text .txt p:before{
    content:'';
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    width:9px;
    height: 9px;
    border-radius: 50%;
    background:#e6000d;
}
.product_ys li .img:hover img{
    transform: scale(1.1);
}

.product2_2{
    padding-bottom: 120px;
}
.product2_2 .p1{
    font-size:18px;
    color: #4c4c4c;
    margin:16px 0 48px;
    line-height: 1.4;
}

.product_ys2{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.product_ys2 li{

}
.product_ys2 li .img{
    border-radius: 10px;
}
.product_ys2 li p{
    font-size: 20px;
    color: #222222;
    font-family: "puhui65";
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
}
.product_ys2 li:hover .img img{
    transform: scale(1.1);
}
.product_ys2 li:hover p{
    color: #e70014;
}
@media (max-width: 1600px){
    .n_main{
        padding-top:100px;
    }
    .n_product{
        padding-bottom: 100px;
    } 
    .sort li {
        margin-right: 10px;
    }
    .sort li a {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 20px;
    }
    .product_list {
        gap: 50px 25px;
    }
    .product_list li h3 a,.product_ys2 li p{
        font-size:16px;
        margin-top:15px;
    }
    .pd1 .wrap .text h1{
        font-size:36px;
        margin-bottom: 40px;
    }
    .pd1 .wrap .txt {
        font-size: 15px;
        margin: 15px 0 60px;
    }
    .p_more a{
        width:160px;
        font-size:15px;
    }
    .xgcp {
        padding-top: 100px;
    }
    .product2{
        padding:100px 0;
    }
    .product_ys li{
        margin-bottom:55px;
    }
    .product_ys li .text{
        padding-left:30px;
    }
    .product_ys li .text h3{
        font-size:28px;
    }
    .product_ys li .text .p1,.product2_2 .p1{
        font-size: 15px;
        margin: 10px 0 25px;
    }
    .product_ys li .text .txt p {
        font-size: 16px;
        padding-left: 16px;
        margin-bottom: 6px;
    }
    .product_ys li .text .txt p:before{
        width:6px;
        height:6px;
    }
    .product2_2 {
        padding-bottom: 100px;
    }
}
@media (max-width: 1280px){
    .n_main{
        padding-top:75px;
    } 
    .n_product{
        padding-bottom: 75px;
    } 
    .product_list {
        gap: 40px 20px;
    }
    .product_detail {
        padding-bottom: 75px;
    }
    .pd1 .wrap .text h1{
        font-size:32px;
    }
    .p_t1 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .pd1 .wrap .txt {
        font-size: 14px;
        margin: 15px 0 50px;
    }
    .p_more a{
        width:140px;
    }
    .xgcp {
        padding-top: 75px;
    }
    .product2{
        padding:75px 0;
    }
    
    .product2_2 {
        padding-bottom: 75px;
    }
}
@media (max-width: 1024px){
    .n_top {
        padding-bottom: 40px;
    }
    .sort{
        width:100%;
        margin-top:30px;
    }
    .sort li a {
        height: 36px;
        padding: 0 16px;
        font-size: 13px;
        border-radius: 20px;
    }
    .pd1 .wrap .img{
        width:100%;
        text-align:center;
    }
    .pd1 .wrap .text{
        width:100%;
        max-width:100%;
        margin-top:30px;
    }
    .p_more a {
        width: 120px;
        font-size: 14px;
        height:42px;
        margin-right:20px;
    }
    .p_more a i{
        margin-right:8px;
    }
    .p_more a i img{
        max-height:18px;
    }
    .product_ys li{
        margin-bottom:35px;
    }
    .product_ys li .text{
        padding-left:0;
    }
    .product_ys li .text h3{
        font-size:24px;
    }
}
@media (max-width: 820px){
    .n_main{
        padding-top:55px;
    } 
    .n_product{
        padding-bottom: 55px;
    } 
    .n_top {
        padding-bottom: 30px;
    }
    .sort li {
        margin-right: 6px;
    }
    .sort li a {
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
        border-radius: 15px;
    }
    .product_list {
        gap: 30px 15px;
    }
    /*.product_list li h3 a{*/
    /*    font-size:15px;*/
    /*}*/
    .product_list li h3 a, .product_ys2 li p{
        font-size:14px;
    }
    .product_detail {
        padding-bottom: 55px;
    }
    .pd1 .wrap .text h1{
        font-size:28px;
    }
    .pd1 .wrap .txt {
        margin: 15px 0 35px;
    }
    .xgcp {
        padding-top: 55px;
    }
    .product2{
        padding:55px 0;
    }
    .product_ys li .text{
        width:36%;
    }
    .product_ys li .text h3 {
        font-size: 22px;
    }
    .product_ys li .text .txt p{
        margin-bottom:0;
    }
    .product_ys li .text .p1, .product2_2 .p1{
        font-size:14px;
    }
    .product2_2 {
        padding-bottom: 55px;
    }
    .product_ys2 {
        gap: 15px;
    }
}
@media (max-width: 640px){
    .n_main{
        padding-top:40px;
    }    
    .n_product{
        padding-bottom: 40px;
    }
    .n_top {
        padding-bottom: 20px;
    }
    .sort li{
        width:calc(50% - 3px);
    }
    .sort li:nth-child(2n){
        margin-right:0;
    }
    .sort li a {
        height: 100%;
        padding: 5px 8px;
        font-size: 12px;
        text-align:center;
        height:3.4em;
        line-height:1.4em;
        justify-content:center;
    }
    .product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px 10px;
    }
    .product_detail {
        padding-bottom: 40px;
    }
    .pd1 .wrap .text h1{
        font-size:24px;
    }
    .xgcp {
        padding-top: 40px;
    }
    .product2{
        padding:40px 0;
    }
    .product_ys{
        margin-top:30px;
    }
    .product_ys li .img{
        width:100%;
    }
    .product_ys li .text{
        width:100%;
        margin-top:25px;
    }
    .product_ys li .text h3 {
        font-size: 18px;
    }
    .product2_2 {
        padding-bottom: 40px;
    }
    .product_ys2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px 10px;
    }
    .product_list li h3 a, .product_ys2 li p{
        font-size:13px;
    }
}

/*视频*/
.n_video{
    padding-bottom: 130px;
}
.n_video .sort{
    width: auto;
    margin-top:0;
}
.n_video_list{

}
.n_video_list ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 31px;    
}
.n_video_list ul li{

}
.n_video_list ul li a{
    display: block;
}
.n_video_list ul li a .img{
    position: relative;
    border-radius: 10px;
}
.n_video_list ul li a .img:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width:68px;
    height: 68px;
    background:url(../images/player3.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
}
.n_video_list ul li a p{
    font-size:16px;
    color: #4d4d4d;
    font-family: "puhui65";
    line-height: 1.4;
    margin-top:20px;
    text-align: center;
}
.n_video_list ul li a:hover .img img{
    transform: scale(1.1);
}
.n_video_list ul li a:hover p{
    color: #e70014;
}
@media (max-width: 1600px){
    .n_video{
        padding-bottom: 100px;
    } 
    .n_video_list ul {
        gap: 50px 25px;
    }
    .n_video_list ul li a .img:after {
        width: 50px;
        height: 50px;
    }
    .n_video_list ul li a p{
        font-size: 15px;
        margin-top: 15px;        
    }
}
@media (max-width: 1280px){
    .n_video{
        padding-bottom: 75px;
    }
    .n_video_list ul {
        gap: 40px 20px;
    }
}
@media (max-width: 1024px){
    .n_video .sort {
        width: auto;
        margin-top: 0px;
    }
}
@media (max-width: 820px){
    .n_video{
        padding-bottom: 55px;
    } 
    .n_video_list ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 15px;
    }
    .n_video_list ul li a p{
        font-size: 14px;
    }
}
@media (max-width: 640px){
    .n_video{
        padding-bottom: 40px;
    } 
    .n_video .sort{
        width:100%;
        margin-top:25px;
    }
    .n_video_list ul {
        gap: 20px 10px;
    }
    .n_video_list ul li a .img:after {
        width: 35px;
        height: 35px;
    }
    .n_video_list ul li a p{
        font-size: 13px;
        margin-top:10px;
    }
}

/*案例*/
.n_case{
    padding:25px 0 82px;
}
.case_scroll{
    position: relative;
    width:100%;
    max-width: 901px;
    margin:0 auto 0;
}
#case_scroll{
    overflow: visible;
}
#case_scroll .swiper-slide{
    opacity: .6;
}
#case_scroll .swiper-slide-active{
    opacity: 1;
}
#case_scroll .img{
    border-radius: 10px;
}
#case_scroll img{
    width: 100%;
}
#case_scroll p{
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
    color: #4c4c4c;
    margin-top:35px;
    display: none;
}
#case_scroll .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.case-button-prev,.case-button-next{
    position: absolute;
    top:50%;
    width:88px;
    height: 88px;
    margin-top:-44px;
    z-index: 99;
    cursor: pointer;
}
.case-button-prev{
    left: -37px;
    background:url(../images/left2.png) no-repeat center #808080;
    border-radius: 50%;
}
.case-button-next{
    right: -37px;
    background:url(../images/right2.png) no-repeat center #808080;
    border-radius: 50%;    
}
.case-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #e70014;
}
.case-button-next:hover{
    background:url(../images/right2.png) no-repeat center #e70014;    
}
.hzkh{
    padding:130px 0 152px;
    background:url(../images/hzkh_bg.jpg) no-repeat center;
    background-size: cover;
}
.hzkh_list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 10px;
    align-items:center;
    margin-top:40px;
}
.hzkh_list li{
    height: 132px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 8px;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
}
.hzkh_list li .img{

}
.hzkh_list li img{
    max-height: 86px;
}
@media (max-width: 1600px){
    .n_case {
        padding: 5px 0 80px;
    }
    .case_scroll{
        max-width:720px;
    }
    .case-button-prev, .case-button-next {
        width: 50px;
        height: 50px;
        margin-top: -50px;
        background-size:15px;
    }
    .case-button-prev:hover,.case-button-next:hover{
        background-size:15px;
    }
    .case-button-prev {
        left: -25px;
    }
    .case-button-next {
        right: -25px;
    }
    #case_scroll p {
        font-size: 17px;
        margin-top: 20px;
    }
    .hzkh{
        padding:100px 0;
    }
    .hzkh_list li{
        height:110px;
    }
    .hzkh_list li img {
        max-height: 70px;
    }
}
@media (max-width: 1280px){
    .n_case {
        padding: 0px 0 75px;
    } 
    .case_scroll{
        max-width:560px;
    }
    #case_scroll p{
        font-size:16px;
    }
    .hzkh{
        padding:75px 0;
    }
    .hzkh_list {
        gap: 15px 10px;
        margin-top: 30px;
    }
    .hzkh_list li{
        height:100px;
    }
    .hzkh_list li img {
        max-height: 60px;
    }
}
@media (max-width: 1024px){
    
}
@media (max-width: 820px){
    .n_case {
        padding: 0px 0 55px;
    } 
    .case_scroll{
        max-width:400px;
    }
    #case_scroll p{
        font-size:15px;
    } 
    .hzkh{
        padding:55px 0;
    }
    .hzkh_list{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 640px){
    .n_case {
        padding: 0px 0 40px;
    } 
    .case_scroll{
        max-width:300px;
    }
    #case_scroll p{
        font-size:14px;
    } 
    .case-button-prev, .case-button-next {
        width: 32px;
        height: 32px;
        /*margin-top: -30px;*/
        background-size:10px;
    }
    .case-button-prev:hover,.case-button-next:hover{
        background-size:10px;
    }
    .case-button-prev {
        left: -16px;
    }
    .case-button-next {
        right: -16px;
    }
    .hzkh{
        padding:40px 0;
    }
    .hzkh_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    } 
    .hzkh_list li{
        height:75px;
        padding:10px 15px;
    }
    .hzkh_list li img {
        max-height: 55px;
    }
}
@media (max-width: 520px){
    .case_scroll{
        max-width:260px;
    } 
    .hzkh_list li{
        height:60px;
        padding: 10px;
    }
    .hzkh_list li img {
        max-height: 40px;
    }
}

/*新闻*/
.n_news{
    padding-bottom: 58px;
    padding-top: 60px;
}
.news_list{
    margin-top:35px;
}
.news_list li{
    border-bottom: 1px solid #e0e0e0;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:35px 0;
}
.news_list li a .img{
    border-radius: 10px;
    width:31.7%;
}
.news_list li a .img img{
    border-radius: 10px;    
}
.news_list li a .text{
    width:61.7%;
}
.news_list li a .text .date{
    font-size:16px;
    color: #3b3b3b;
}
.news_list li a .text h3{
    font-size:24px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.4;
    margin:3px 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .text .txt{
    font-size:15px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_more i{
    display: block;
    width: 53px;
    height: 53px;
    background:url(../images/more1_h.png) no-repeat center #e0e0e0;
    border-radius: 50%;
}
.news_list li:hover{
    background:#f2f2f2;
}
.news_list li:hover .text h3{
    color: #e70014;
}
.news_list li:hover .news_more i{
    background:url(../images/more1.png) no-repeat center #e70014;
}
.news_detail{
    padding:70px 0;
    max-width: 1200px;
    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 .date{
        font-size:14px;
    }
    .news_list li a .text h3{
        font-size:20px;
        margin: 2px 0 10px;
    }
    .news_list li a .text .txt {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .news_more i {
        width: 40px;
        height: 40px;
        background-size:9px;
    }
    .news_list li:hover .news_more i{
        background-size:9px;
    }

    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){

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


    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 1024px){
    .news_list li a{
        padding:25px 0;
    }
    .news_list li a .img{
        width:35%;
    }
    .news_list li a .text h3{
        font-size:18px;
        margin: 0px 0 8px;
    } 
    .news_list li a .text .txt {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .news_more i {
        width: 30px;
        height: 30px;
        background-size: 7px;
    }
}
@media(max-width: 820px){
    .news_list {
        margin-top: 30px;
    }
    .news_list li a {
        padding: 20px 0;
    }
    .news_list li a .text h3{
        font-size:17px;
    }
    .news_list li a .text .txt{
        margin-bottom: 15px;        
    }
    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .news_list {
        margin-top: 15px;
    }
    .news_list li a .img{
        width:100%;
        text-align:center;
    }
    .news_list li a .img img{
        width:100%;
    }
    .news_list li a .text{
        width:100%;    
        margin-top:20px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_detail{
        padding:40px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*下载*/
.n_download{
    padding-top:60px;
    padding-bottom: 92px;
}
.n_download_list{

}
.download_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 85px;
}
.download_list li{
    text-align: center;
}
.download_list li a{
    display: block;
}
.download_list li .img{
    overflow: visible;
    border-radius: 10px;
    box-shadow: 2px 5px 10px #ccc;
}
.download_list li .img img{
    border-radius: 10px;    
}
.download_list li p{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.4;
    margin-top:20px;
}
.download_list li:hover p{
    color: #e70014;
}
@media (max-width: 1600px){
    .download_list {
        gap: 50px 70px;
    }    
}
@media (max-width: 1280px){
    .download_list {
        gap: 40px 60px;
    }    
}
@media (max-width: 1024px){
    .n_download .sort {
        width: auto;
        margin-top: 0px;
    }    
}
@media (max-width: 820px){
    .download_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 50px;
    }    
}
@media (max-width: 640px){
    .download_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 30px;
    }   
    .download_list li p {
        font-size: 15px;
        margin-top: 12px;
    }
}

/*联系*/
.contact_banner_text{
    padding:55px 0 75px;
    text-align: center;  
    position: relative;  
}
.contact_banner_text h2{
    font-size:36px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    font-family: "puhui75";
}
.contact_list{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: 30%;
    text-align: center;
    position: relative;
    padding:10px;
}
.contact_list li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-57.5px;
    width: 1px;
    height: 115px;
    background:#d9d9d9;
}
.contact_list li:last-child{
    width: 40%;
}
.contact_list li:last-child:after{
    display: none;
}
.contact_list li .img{
    line-height: 51px;
}
.contact_list li .img img{
    width: auto;
}
.contact_list li .txt{

}
.contact_list li .txt .p1{
    font-size:15px;
    color: #1a1a1a;
    line-height: 1.4;
    margin:12px 0 7px;
}
.contact_list li .txt .p2{
    font-size:14px;
    color: #333;
}
.dingwei{
    position: absolute;
    top:-100px;
    left:0;
}
.contact1{
    padding-bottom: 65px;
    position: relative;
    z-index: 99;
}
.contact1 .wrap{
    border-radius: 17px;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
}
.c_lxfs{
    position: relative;
    padding:117px 60px 80px 70px;
    background:#e70014;
    width: 388px;
    color: #fff;
    border-radius: 17px 0 0 17px;
}
.c_lxfs h2{
    font-size:32px;
    color: #ffffff;
    font-family: "puhui75";
    line-height: 1.2;
}
.c_code{
    margin:40px 0 130px;
    text-align: center;
    max-width: 184px;
}
.c_code p{
    font-size:16px;
    margin-top: 5px;
}
.c_share{
    position: relative;
    display: flex;
}
.c_share li{
    position: relative;
    margin-right: 32px;
    cursor: pointer;
}
.c_share li:last-child{
    margin-right: 0;
}
.c_share li .f_img{
    position: absolute;
    width: 100px;
    height: 100px;
    background:#fff;
    left:50%;
    margin-left: -50px;
    top:36px;
    display: none;
}
.c_share li:hover .f_img{
    display: block;
}
.c_message{
    position: relative;
    padding:122px 108px 100px;
    background:url(../images/c_message.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 388px);
    border-radius: 0 17px 17px 0;
}
.c_message ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c_message ul li{
    width: calc(50% - 8px);
    margin-bottom:20px;
    background: #fff;
    border-radius: 4px;
    padding:0 22px;
}
/*.c_message ul li:nth-child(1){
    display: none;
}*/
.c_message ul li input{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 50px;
    outline: none;
    border:none;
}
.c_message ul li:nth-child(6),.c_message ul li:last-child{
    width: 100%;
}
.c_message ul li select{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 50px;
    outline: none;
    border:none;   
    background: #fff;
}
.c_message ul li select option{

}
.c_message ul li textarea{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 200px;
    outline: none;
    border:none;
}
.c_message .mess_tn input{
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 56px;
    outline: none;
    border:none;
    background:#e70014;
    border-radius: 4px;
    font-size:22px;
    color: #fff;
    font-family: "puhui75";
    cursor: pointer;
}
.contact2{
    position: relative;
    padding:88px 0 110px;
    overflow: hidden;
}
.c_map_li{
    position: relative;
    z-index: 9;
    border-radius: 10px;
    max-width: 210px;
    border-radius: 10px;
    overflow: hidden;
}
.c_map_li dt{
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 64px;
    background:#e70014;
    padding: 10px 29px;
    font-size:16px;
    color: #fefefe;
}
.c_map_li dt i{
    width:55px;
    height: 1px;
    background:rgba(255,255,255,.5);
}
.c_map_li dd{
   border-left: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
}
.c_map_li dd p{
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 81px;
    background:#fff;
    cursor: pointer;
    padding: 10px 29px;
}
.c_map_li dd p:last-child{
    border-bottom: none;
}
.c_map_li dd p span{
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.4;
}
.c_map_li dd p i{

}
.c_map_li dd p.cur{
    background: #f3f4f4;
    color: #e70014;
}
.c_maps p{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 0%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.c_maps p.cur{
    height: 100%;
    visibility: visible;
    opacity: 1;
}
@media(max-width: 1600px){
    .contact_banner_text{
        padding:55px 0 75px;
    }
    .contact_banner_text h2{
        font-size:32px;
    }
    .contact_banner .contact_banner_text h2{
        font-size:36px;
    }
    .contact_list{
        margin-top:55px;
    }
    .contact_list li .txt .p1{
        font-size:14px;
    }
    .contact_list li .txt .p2{
        font-size:12px;
    }
/*    .contact1{
        padding-bottom: 100px;
    }*/
    .c_lxfs{
        padding:75px 50px;
    }
    .c_lxfs h2{
        font-size:24px;
    }
    .c_code {
        margin: 50px 0 100px;
    }    
    .c_message{
        padding:75px 65px;
    }
    .c_message ul li{
        margin-bottom:15px;
    }
    .c_message ul li input{
        font-size:15px;
    }
    .c_message .mess_tn input{
        font-size:18px;
    }
    .c_map_li dt {
        height: 55px;
        padding: 10px 20px;
        font-size: 15px;
    }
    .c_map_li dd p{
        height: 65px;
        padding:10px 20px;
    }
    .c_map_li dd p span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .contact_banner_text{
        padding:55px 0 75px;
    }
    .wrap2{
        width:88%;
    }
    .contact_banner_text h2{
        font-size:28px;
    }
    .contact_banner .contact_banner_text{
        padding-top:50px;
    }
    .contact_banner .contact_banner_text h2{
        font-size:32px;
    }
    .contact_list{
        margin-top:40px;
    }
    .c_message ul li textarea{
        height:150px;
    }
    .c_message .mess_tn input{
        font-size:16px;
        height:46px;
    }
}
@media(max-width: 1099px){
    .wrap2{
        width:90%;
    }
    .contact_banner .contact_banner_text h2{
        font-size:28px;
    }
    .contact_list li:last-child .txt .p1{
        font-size:13px;
    }
/*    .contact1{
        padding-bottom: 75px;
    }*/
    .c_lxfs{
        width:240px;
        padding: 50px 20px;
    }
    .c_lxfs h2 {
        font-size: 20px;
    }    
    .c_code {
        margin: 35px 0 55px;
    } 
    .c_code img{
        max-width:135px;
    }
    .c_code p{
        font-size:14px;
    }
    .c_message{
        width:calc(100% - 240px);
        padding: 50px 25px;
    }
}
@media(max-width:991px){
    .contact_list li{
        width:50%;
    }
    .contact_list li:after{
        height:100%;
        top:0;
        margin-top:0;
    }
    .contact_list li:nth-child(2):after{
        display:none;
    }
    .contact_list li:last-child{
        width:100%;
        border-top:1px solid #d9d9d9;
    }
}
@media(max-width: 820px){
    .contact_banner_text{
        padding:55px 0 ;
    }
    .contact_banner_text h2{
        font-size:24px;
    }
    .wrap2{
        width:94%;
    }
    .contact_banner{
        padding:50px 0 100px;
        background:url(../images/m_contact_banner.jpg) no-repeat center !important;
        background-size:cover !important;
    }
    .contact_banner .contact_banner_text h2{
        font-size:24px;
    }
    .contact1{
        padding-bottom: 55px;
    }
    .c_message ul li{
        width: calc(50% - 6px);
        padding:0 15px;
        margin-bottom:12px;
    }
    .contact2{
        padding:75px 0;
    }
}
@media(max-width: 640px){
    .contact_banner_text{
        padding:40px 0;
    }
    .contact_banner_text h2{
        font-size:20px;
    }
    .contact_banner{
        padding:30px 0 40px;
    }
    /*.contact_banner .contact_banner_text h2{*/
    /*    font-size:20px;*/
    /*}*/
    .contact_list {
        margin-top: 25px;
    }
    .contact_list li{
        width:100%;
        padding:10px 0;
    }
    .contact_list li:after{
        display:none;
    }
    .contact_list li:last-child{
        border-top:none;
    }
    .contact_list li .img{
        line-height:32px;
    }
    .contact_list li .img img{
        max-height:32px;
        max-width:32px;
    }
    .contact_list li .txt .p1{
        margin:10px 0 5px;
    }
    .contact1{
        padding:  0 0 40px;
    } 
    .c_lxfs{
        width:100%;
        padding:20px 15px;
    }
    .c_code{
        margin: 25px auto 0px;
    }
    .c_code img{
        max-width:120px;
    }
    .c_share{
        display:none;
    }
    .c_contact{
        text-align:center;
    }
    .c_contact .p2{
        margin-top:0;
    }
    .c_message{
        width:100%;
        padding:20px 15px;
    }
    .c_message ul li{
        margin-bottom:10px;
    }
    .c_message ul li input,.c_message ul li select,.c_message ul li textarea{
        font-size:14px;
        height:40px;
        line-height:40px;
    }
    .c_message ul li textarea{
        height:80px;
    }
    .c_lxfs h2{
        text-align:center;
    }
    /*.c_message ul li textarea{*/
    /*    height:100px;*/
    /*}*/
    .contact2{
        padding:0px 0;
    }
    .c_maps p{
        position:relative;
        background:none!important;
        display:none;
    }
    .c_maps p.cur{
        display:block;
    }
    .c_map_li{
        max-width:100%;
        border-bottom: 1px solid #e7e7e7;
    }
    .c_map_li dd{
        display:flex;
    }
    .c_map_li dd p{
        width:calc(100% / 3);
        padding:10px 12px;
        height:50px;
        border-right: 1px solid #e7e7e7;
        border-bottom:none;
    }
    .c_map_li dd p:last-child{
        border-right:none;
    }
    .c_map_li dd p span{
        font-size:14px;
    }
    .c_map_li dd p i{
        width:12px;
    }
}
@media(max-width: 640px){
    .contact_banner_text h2{
        font-size:18px;
    }
    .c_map_li dd p span{
        font-size:12px;
    }
    .c_message ul li input, .c_message ul li select, .c_message ul li textarea{
        font-size:13px;
    }
}


/*留言*/
.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:#009fe8;
    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 #e70014;
    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; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#e70014;color:#fff; text-decoration:none;border:#e70014 1px solid;}
.pageController .currPage {background-color: #e70014;color:#fff;border:#e70014 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: #e70014;
    vertical-align: middle;
    border: 1px solid #e70014; 
    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: #e70014;
    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;
}