﻿/*头部样式*/
.head{
    padding:0 110px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background:#fff;
    z-index: 999999;
}
.logo{
    float: left;
}
.head_r{

}
.head_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:14px 0 0;
    height: 40px;
}
.h_tel{
    margin-right: 35px;
    font-size:13px;
    color: #666666;
}
.language{
    position: relative;
}
.language p{
    font-size:13px;
    color: #666666;
    display: flex;
    align-items: center;
    padding-left: 21px;
    background: url(../images/language.gif) no-repeat left center;
    background-size: 14px;
    cursor: pointer;
}
.language p i{
    width: 11px;
    height: 6px;
    background:url(../images/arrow.png) no-repeat center;
    margin-left: 8px;
}
.language_a{
    position: absolute;
    left:50%;
    top:26px;
    background:#fff;
    box-shadow:0 0 10px #ccc;
    z-index: 999;
    width: 80px;
    margin-left: -40px;
    display: none;
}
.language_a a{
    display: block;
    font-size:13px;
    color: #333;
    text-align: center;
    line-height: 30px;
}
.language_a a:hover{
    color: #fff;
    background:#e71418;
}
.language:hover .language_a{
    display: block;
}
.nav{

}
.nav li{
    float: left;
    position: relative;
    margin-right: 50px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
.nav li:hover a.a1{
    color: #e71418;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 90px;
    margin-left: -45px;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #000;  
    line-height: 2em;
    font-weight: normal;  
}
.nav li .b_nav a:hover{
    color: #fff;
    background:#e71418;    
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
    color: #fff; 
}
.wrap{
    width: 88%;
    max-width: 1400px;
    margin:0 auto;
}
#c-banner1 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#c-banner1 .swiper-slide{
    /*pointer-events: none;*/
    /*transition-property: opacity;*/
}
#c-banner1 .swiper-slide .bg{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
#c-banner1 .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
}
.swiper-slide .banner_text .text{
    /*transform: translateX(500px);*/
    transition:all 1s ease-out;
    max-width: 60%;
}
.swiper-slide-active .banner_text .text{
    transform: translateX(0);    
}
.banner_text .p1{
    font-size:60px;
    font-family: "puhui65";
    line-height: 1.2;
}
.banner_text .p2{
    font-size:80px;
    font-family: "puhui65";
    line-height: 1.2;
}
.banner_text .p3{
    font-size:18px;
    line-height: 1.6;
    margin:65px 0 45px;
    max-width: 440px;
}
a.more1{
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border:3px solid #fff;
    border-radius: 6px;
    font-size:14px;
    color: #fff;
}
a.more1:hover{
    background:#fff;
    color: #000;
}
#c-banner1 .swiper-pagination{
    bottom:50px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 32px;
    height: 2px;
    border-radius: 0;
    background:rgba(255,255,255,.3);
    opacity: 1;
    position: relative;
    margin:0 30px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:before{
    content:'';
    position: absolute;
    top:-30px;
    left:0;
    width: 100%;
    font-size:16px;
    color: #fff;
    opacity: .8;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
/*    width: 0%;*/
    height: 2px;
    background:#fff;
    z-index: 9;

}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    width: 80px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(1):before{
    content:'电机控制器';
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(2):before{
    content:'BMS';
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(3):before{
    content:'电源';
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{

}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:before{
    opacity: 1;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
/*    width: 100%;*/
    -webkit-animation: w100 4s linear;
    -moz-animation: w100 4s linear;
    -o-animation: w100 4s linear;
    animation: w100 4s linear;
}
@-webkit-keyframes w100 {
  0%{
    width: 0;
  }

  100%{
    width: 100%;
  }
}
@-moz-keyframes w100 {
  0%{
    width: 0;
  }

  100%{
    width: 100%;
  }
}
@-o-keyframes w100 {
  0%{
    width: 0;
  }

  100%{
    width: 100%;
  }
}
@keyframes w100 {
  0%{
    width: 0;
  }

  100%{
    width: 100%;
  }
}
@media(max-width: 1600px){
    .head{
        height: 85px;
        padding:0 80px;
    }
    .logo img{
        max-height: 65px;
    }
    .head_top{
        padding:9px 0 0; 
        height: 35px;
    }
    .nav li a{
        line-height: 50px;
    }
    .nav li .b_nav{
        top:50px;
    }
    .nav li .b_nav a{
        font-size:13px;
    }
    .banner_text .p1{
        font-size:46px;
    }
    .banner_text .p2{
        font-size:60px;
    }
    .banner_text .p3 {
        font-size: 16px;
        margin: 40px 0 30px;
    }
    a.more1{
        width: 140px;
        border: 2px solid #fff;
    }
}
@media(max-width: 1280px){
    .head{
        padding:0 60px;
    }
    .banner_text .p1{
        font-size:36px;
    }
    .banner_text .p2{
        font-size:46px;
    }
    .banner_text .p3 {
        font-size: 15px;
        margin: 30px 0 20px;
    }  
    #c-banner1 .swiper-pagination {
        bottom: 30px;
    }  
    .swiper-slide .banner_text .text{
        /*transform: translateX(300px);*/
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
}
@media(max-width: 1199px){
    .nav li{
        margin-right: 30px;
    }
    .wrap{
        width: 94%;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet:before{
        font-size:14px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 28px;
        margin:0 20px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
        width: 70px;
    }
    a.more1 {
        width: 100px;
        height: 40px;
    }
}
@media(max-width: 1024px){
    .head{
        padding:0 35px;
    }
    .banner_text .p1{
        font-size:28px;
    }
    .banner_text .p2{
        font-size:36px;
    }    
}
@media(max-width: 820px){
    .head{
        height: 75px;
        padding:0 25px;
        box-shadow:0 0 10px #ccc;
    }
    .logo img{
        max-height: 55px;
    }
    .nav li a {
        line-height: 40px;
    }
    .h75{
        width: 100%;
        height: 75px;
    }
    #c-banner1{

    }
    .banner_text .p1 {
        font-size: 24px;
    }
    .banner_text .p2 {
        font-size: 30px;
    }
    .banner_text .p3 {
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .swiper-slide .banner_text .text{
        /*transform: translateX(150px);*/
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
    #c-banner1 .swiper-pagination {
        bottom: 10px;
    }

}
@media(max-width: 767px){
    .head{
        padding:0 15px;
        height: 55px;
    }
    .logo{

    }
    .logo img{
        max-height: 40px;
    }
    .head_r {
        display: flex;
        align-items: center;
    }
    .head_top {
        padding: 0px 0 0;
        height: auto;
    }
    .language{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .menu-button{
        top:25px;
    }
    .swiper-slide .banner_text .text{
        /*transform: translateX(50px);*/
        max-width: calc(100% - 50px);
    }
    .swiper-slide-active .banner_text .text{
        transform: translateX(0);    
    }
    .banner_text .p1 {
        font-size: 20px;
    }
    .banner_text .p2 {
        font-size: 24px;
    }
    .banner_text .p3 {
        font-size: 13px;
        margin: 20px 0 15px;
    }
    a.more1 {
        width: 70px;
        height: 36px;
    }
    .banner_text .p3,.banner_text a.more1{
        display: none;
    }
    .h75{
        height: 55px;
    }
    .h_tel{
        font-weight:bold;
    }
    #c-banner1 .swiper-pagination{
        bottom:5px;
    }
}



.index1{
    padding:170px 0 145px;
    background:url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
}
.index1 .wrap{
/*    max-width: 1700px;*/
    display: flex;
    flex-wrap: wrap;
}
.index1 .index1_text{
    width: 45.3%;
    padding:3px 140px 0 0;
}
.index_t1{

}
.index_t1 h2{
    font-size:50px;
    color: #1a1a1a;
    line-height: 1;
}
.index1 .index1_text .text{
    padding:20px 0 55px;
    font-size:18px;
    color: #808080;
    line-height: 1.6;
}
.sj_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sj_list li{
    max-width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.sj_list li .img1{
    width: 59px;
    text-align: center;
}
.sj_list li .txt{
    width: 145px;
    padding-left:20px;
}
.sj_list li .p1{
    line-height: 1;
}
.sj_list li .p1 span{
    font-family: "puhui85";
    font-size:36px;
    color: #1a1a1a;
/*    font-weight: bold;*/
}
.sj_list li .p1 sup{
    font-size:14px;
    color: #191919;
    margin-left: 2px;
    position: relative;
    top: -5px;
}
.sj_list li .p2{
    font-size:14px;
    color: #808080;
}
.index1 .img{
    border-radius: 20px;
    width: 65.4%;
    margin-right: -10.7%;
}
a.more2{
    font-size:14px;
    color: #333;
    border:3px solid #191919;
}
a.more2:hover{
/*     background:#e71418;
border:3px solid #e71418; */
    color: #fff;
    background:#333;
    border:3px solid #333;
}
.index1 a.more2{
    margin-top:55px;
}
@media(max-width: 1600px){
    .index1{
        padding:100px 0;
    }
    .index_t1 h2{
        font-size:36px;
    }
    .index1 .index1_text{
        padding:3px 80px 0 0;
    }
    .index1 .index1_text .text {
        padding: 15px 0 30px;
        font-size: 16px;
    }
    .sj_list li{
        margin-bottom: 30px;
    }
    .sj_list li .p1 span{
        font-size:30px;
    }
    .sj_list li .p1 sup{
        font-size:12px;
    }
    .index1 a.more2 {
        margin-top: 45px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:85px 0;
    }
    .index1 .index1_text{
        padding:3px 30px 0 0;
    }  
    .index_t1 h2{
        font-size:32px;
    }
    .index1 .index1_text .text{
        font-size:15px;
    }
    .index1 .img{
        margin-right: 0;
        width: 54.7%;
    }
    .sj_list li .img1{
        width: 50px;
    }
    .sj_list li .txt{
        padding-left: 15px;
    }
    .sj_list li .p1 span{
        font-size:26px;
    }
    .sj_list li .p2{
        font-size:13px;
    }
    .index1 a.more2 {
        margin-top: 30px;
    }
    a.more2{
        border: 2px solid #191919;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index1{
        padding:75px 0;
    } 
    .index_t1 h2{
        font-size:28px;
    } 
    .index1 .index1_text{
        width: 100%;
        padding-right: 0;
    } 
    .index1 .img{
        width: 100%;
        margin-top:30px;
    } 

}
@media(max-width: 767px){
    .index1{
        padding:50px 0;
    } 
    .index_t1 h2{
        font-size:22px;
    } 
    .sj_list li {
        margin-bottom: 20px;
    }
    .sj_list li .txt {
        padding-left: 10px;
    }
    .sj_list li .p1 span {
        font-size: 22px;
    } 
    .index1 a.more2 {
        margin-top: 15px;
    } 
}


.index2{
    padding:124px 0 106px;
    background:url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.index2 .index_t1 h2{
    color: #fff;
}
.index_product{
    margin-top: 50px;
    position: relative;
}
#c-banner2{
    padding-bottom: 75px;
}
#c-banner2 .swiper-slide{
    cursor: pointer;
}
#c-banner2 .swiper-slide a{
    display: block;
    position: relative;
    border-radius: 10px;
/*    background:#e2e5ea;*/
    padding:84px 44px 172px;
    background:url(../images/index_p_bg.jpg) no-repeat center;
    background-size: cover;
}
#c-banner2 .swiper-slide .img{
    line-height: 205px;
    text-align: center;
    overflow: visible;
}
#c-banner2 .swiper-slide .img img{
    max-height: 205px;
}
#c-banner2 .swiper-slide:hover .img img{
    transform: scale(1.1)
}
#c-banner2 .swiper-slide .text{
    text-align: center;
    position: absolute;
    left:0;
    bottom:38px;
    width: 100%;
}
#c-banner2 .swiper-slide .text h3{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1;
}
#c-banner2 .swiper-slide .text p{
    font-size:14px;
    color: #666666;
/*    visibility: hidden;*/
    height: 0;
    opacity: 0;
    transition:all 0.4s ease-out;
}
#c-banner2 .swiper-slide .text p span{
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-bottom: 3px;
}
#c-banner2 .swiper-slide .text p span:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background:#666666;
}
#c-banner2 .swiper-slide:hover .text p{
    height: auto;
    margin-top:13px;
    visibility: visible;
    opacity: 1;
}
#c-banner2 .swiper-pagination{
    bottom:0;
}
#c-banner2 .swiper-pagination-bullet{
    border:2px solid #fff;
    background:none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 1;
    margin:0 12px;
}
#c-banner2 .swiper-pagination-bullet-active{
    background:#fff;
}
.index_product .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:url(../images/left1.png) no-repeat center #ffffff;
    left:-100px;
}
.index_product .swiper-button-prev:hover{
    background:url(../images/right1_h.png) no-repeat center rgba(255,255,255,.3);   
    transform:rotate(-180deg); 
}
.index_product .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:url(../images/left1.png) no-repeat center #ffffff;
    right:-100px;
    transform:rotate(-180deg);
}
.index_product .swiper-button-next:hover{
    background:url(../images/right1_h.png) no-repeat center rgba(255,255,255,.3);   
    transform:rotate(-0deg); 
}
@media(max-width: 1600px){
    .index2{
        padding:100px 0;
    }
    .index_product .swiper-button-prev{
        left:-70px;
        width: 50px;
        height: 50px;
    }
    .index_product .swiper-button-next{
        right:-70px;
        width: 50px;
        height: 50px;
    }
    #c-banner2 .swiper-slide a{
        padding:65px 35px 130px;
    }
    #c-banner2 .swiper-slide .img {
        line-height: 180px;
    }
    #c-banner2 .swiper-slide .text{
        bottom:30px;
    }
}
@media(max-width: 1280px){
    .index2{
        padding:85px 0;
    }
    #c-banner2 {
        padding-bottom: 50px;
    }
    .index_product .swiper-button-prev{
        left:-25px;
        box-shadow:0 0 10px #ccc;
    } 
    .index_product .swiper-button-next{
        right:-25px;
        box-shadow:0 0 10px #ccc;
    } 
    #c-banner2 .swiper-slide .text h3{
        font-size:22px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index2{
        padding:75px 0;
    }   
    .index_product .swiper-button-next,.index_product .swiper-button-prev{
        display: none;
    } 
    #c-banner2 .swiper-slide a {
        padding: 25px 20px 100px;
    }
    #c-banner2 .swiper-slide .text {
        bottom: 20px;
    }
    #c-banner2 .swiper-slide .text h3 {
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .index2{
        padding:50px 0;
    }  
    .index_top{
        align-items: center;
    }
    .index_product{
        margin-top:30px;
    }
/*    #c-banner2 .swiper-slide a {
        padding: 25px 20px 100px;
    }*/
    #c-banner2 .swiper-slide .text h3 {
        font-size: 18px;
    } 
    #c-banner2 .swiper-slide .text p{
        font-size:13px;
    } 
}


.index3{
    padding:112px 0;
}


.index_t1 p{
    font-size:18px;
    color: #242424;
    line-height: 1.4;
    margin-top:20px;
}
.index_jjfa{
    display: flex;
    flex-wrap: wrap;
    margin-top:68px;
}
.index_jjfa li{
    width: calc(33.33333% - 20px);
    margin-right: 30px;
}
.index_jjfa li:nth-child(3n){
    margin-right: 0;
}
.index_jjfa li a{
    display: block;
}
.index_jjfa li a .img{
    border-radius: 10px;
}
.index_jjfa li a h3{
    font-size:28px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top:26px;
    text-align: center;
}
.index_jjfa li:hover a .img img{
    transform:scale(1.1);
}
@media(max-width: 1600px){
    .index3{
        padding:100px 0;
    }
    .index_t1 p{
        font-size:16px;
    }
    .index_jjfa{
        margin-top:50px;
    }
    .index_jjfa li a h3{
        font-size:22px;
        margin-top:15px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:85px 0;
    }
    .index_t1 p{
        font-size:15px;
        margin-top:12px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3{
        padding:75px 0;
    }
    .index_jjfa{
        margin-top:30px;
    }
    .index_jjfa li a h3 {
        font-size: 20px;
        margin-top: 12px;
    }    
}
@media(max-width: 767px){
    .index3{
        padding:50px 0;
    }   
    .index_top .index_t1{
        max-width:calc(100% - 70px);
    }
    .index_t1 p{
        font-size:14px;
        margin-top:8px;
    } 
    .index_jjfa{
        margin-top:25px;
    }
    .index_jjfa li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .index_jjfa li:nth-child(2n){
        margin-right: 0;
    }
    .index_jjfa li:last-child{
        margin-bottom: 0;
    }
    .index_jjfa li a h3{
        font-size:16px;
        margin-top:6px;
    }
}
@media(max-width: 460px){
    .index_t1 p{
        font-size:13px;
    }
}

.index_bottom{
    padding:0 0 110px;
}
.index_bottom .wrap{
    background:url(../images/index_bottom.jpg) no-repeat center;
    background-size: cover;
    padding:105px 88px 115px;
    border-radius: 10px;
}
.index_bottom .index_t1 h2{
    color: #fff;
}
.index_bottom p{
    font-size:18px;
    color: #fff;
    opacity: .7;
    margin:40px 0 20px;
    font-family: "puhui45";
}
.index_bottom a.more1{
    background:rgba(255,255,255,.7);
    border:none;
    font-size:14px;
    color: #2f2f2f;
}
.index_bottom a.more1:hover{
    background:#e71418;
    color: #fff;
}
.footer{
    background:#242424;
}
.foot{
    padding:100px 0 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_l{

}
.f_logo{

}
.f_contact{
    margin:28px 0 40px;
}
.f_contact p{
    padding-left: 32px;
    font-size:15px;
    color: #808080;
    font-family: "puhui65";
}
.f_contact p:nth-child(1){
    background:url(../images/f_c1.png) no-repeat left center;
}
.f_contact p:nth-child(2){
    background:url(../images/f_c2.png) no-repeat left center;
}
.f_contact p:nth-child(3){
    background:url(../images/f_c3.png) no-repeat 2px center;
}
.f_share{
    display: flex;
}
.f_share a{
    display: block;
    position: relative;
    margin-right: 16px;
}
.f_share a:last-child{
    margin-right: 0;
}
.f_code{
    position: absolute;
    top:-50px;
    left:50%;
    margin-left: -55px;
    width: 110px;
}

.f_nav{
    display: flex;
    flex-wrap: wrap;
    padding-top:10px;
}
.f_nav dl{
    margin-right: 70px;
}
.f_nav dl:last-child{
    margin-right: 0;
}
.f_nav dl dt{
    font-size:18px;
    color: #fff;
    font-family: "puhui65";
    margin-bottom:10px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    font-size:14px;
    color: #999999;
    font-family: "puhui45";
    display: block;
    text-align: center;
}
.f_nav dl dd a:hover{
    color: #fff;
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 86px;
    border-top:1px solid rgba(255,255,255,.1);
}
.copyright,.copyright a{
    font-size:14px;
    color: #808080;
    font-family: "puhui45";
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .index_bottom p{
        font-size:16px;
    }
    .foot{
        padding:70px 0 35px;
    }
    .copyright{
        height: 60px;
    }
}
@media(max-width: 1280px){
    .index_bottom {
        padding: 0 0 85px;
    }  
    .f_nav dl {
        margin-right: 50px;
    }  
}
@media(max-width: 1024px){
    .foot{
        padding:50px 0 30px;
    }
    .f_nav dl {
        margin-right: 30px;
    } 
    .copyright {
        height: 50px;
    }    
}
@media(max-width: 991px){
    .f_nav dl {
        margin-right: 15px;
    }
}
@media(max-width: 820px){
    .index_bottom {
        padding: 0 0 75px;
    }  
    .index_bottom .wrap{
        padding:65px 50px;
    }
    .index_bottom p {
        font-size: 15px;
        margin:25px 0 15px;
    } 
    .foot {
        padding: 35px 0 20px;
    }
    .f_nav dl {
        margin-right: 10px;
    }  
}
@media(max-width: 767px){
    .index_bottom {
        padding: 0 0 50px;
    } 
    .index_bottom .wrap {
        padding: 35px 20px;
    }
    .index_bottom p {
        font-size: 14px;
        margin:20px 0 15px;
    } 
    .foot_l{
        width: 100%;
    }
    .f_logo{
        text-align: center;
    }
    .f_logo img{
        max-height: 65px;
    }
    .f_contact {
        margin: 25px 0 0px;
    } 
    .f_share,.f_nav{
        display: none;
    }  
    .copyright{
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding:10px 0 ;
        text-align: center;
    } 
    .copyright_l,.copyright_r{
        width: 100%;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	transition: 5s;
	animation: mymove4 5s
}
@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}
.foot2{
    background:#fff;
/*    box-shadow:0 0 10px #ccc;*/
    border-top:1px solid #e6e6e6;
}
.copyright2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    color: #808080;
}
.copyright2 a{
    color: #808080;    
}
.copyright2 a:hover{
    color: #333;
}

@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }    
    .copyright2{
        justify-content: center;
        text-align: center;
        padding:10px 0;
        height: auto;
    }
}

#about1{
    padding:138px 0 98px;
    background:url(../images/about1_bg.jpg) no-repeat top center #fff;
}
.about1{
    
}
.about1 .text{
    width: 50%;
    float: left;
    padding-right: 140px;
}
.about1 .text .txt{
    font-size:18px;
    color: #808080;
    line-height: 1.8;
    margin-top:35px;
}
.about1_img{
    width: calc(50% - 10px);
    position: relative;
    float: right;
}
.about1_img img{
    border-radius: 20px;    
}
.about1_img .swiper-button-prev{
    left:-25px;
    width: 50px;
    height: 50px;
    background:url(../images/left2.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow:0 0 10px #ccc;
    margin-top:-25px;
    opacity: 1;
}
.about1_img .swiper-button-prev:hover{
    background:url(../images/left2_h.png) no-repeat center #333333;
}
.about1_img .swiper-button-next{
    right:-25px;
    width: 50px;
    height: 50px;
    background:url(../images/right2.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow:0 0 10px #ccc;
    margin-top:-25px;
    opacity: 1;
}
.about1_img .swiper-button-next:hover{
    background:url(../images/left2_h.png) no-repeat center #333333;
    transform:rotate(-180deg);
}
.sj_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sj_list2 li{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin-top:85px;
}
.sj_list2 li .img1{
    
}
.sj_list2 li .txt2{
    padding-left: 30px;
}
.sj_list2 li .txt2 .p1{
    color: #1a1a1a;
    line-height: 1;
}
.sj_list2 li .txt2 .p1 span{
    font-size:49px;
    font-weight: bold;
    /*font-family: "puhui85";*/
}
.sj_list2 li .txt2 .p1 sup{
    font-size:19px;
}
.sj_list2 li .txt2 .p2{
    font-size:19px;
    color: #808080;
}
#about2{
    padding-bottom:105px;
}
#about2 .wrap{
    padding:85px 110px 75px 65px;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about2 .wrap .index_t1 h2{
    color: #fff;
}
.qywh_list{

}
.qywh_list li{
    display: flex;
    margin-bottom: 50px;
}
.qywh_list li:last-child{
    margin-bottom: 0;
}
.qywh_list li .img1{

}
.qywh_list li .text{
    padding-left: 25px;
}
.qywh_list li .text .p1{
    font-size: 32px;
    color: #ffffff;
    font-family: "puhui85";
    line-height: 1;
}
.qywh_list li .text .p2{
    font-size:16px;
    line-height: 1.8;
    margin-top:10px;
}
#about3{
    padding:115px 0 135px;
    background:url(../images/about3.jpg) no-repeat center;
    background-size: cover;
}
.hzhb_list{
    position: relative;
    margin-top:65px;
}
.hzhb_list2{
    margin-top:10px;
}
.hzhb_list .swiper-button-prev{
    left:-90px;
    width: 50px;
    height: 50px;
    background:url(../images/left2.png) no-repeat center #fff;
    border-radius: 50%;
    margin-top:-25px;
}
.hzhb_list .swiper-button-prev:hover{
    background:url(../images/left2_h.png) no-repeat center #333333;
}
.hzhb_list .swiper-button-next{
    right:-90px;
    width: 50px;
    height: 50px;
    background:url(../images/right2.png) no-repeat center #fff;
    border-radius: 50%;
    margin-top:-25px;
}
.hzhb_list .swiper-button-next:hover{
    background:url(../images/left2_h.png) no-repeat center #333333;
    transform:rotate(-180deg);
}
#hzhb .swiper-slide,#hzhb2 .swiper-slide {
    padding:60px 40px;
    background:#fff;
    border-radius: 10px;
}

@media(max-width: 1600px){
    #about1,#about3{
        padding:100px 0;
    }
    .about1 .text{
        padding-right: 90px;
    }
    .about1 .text .txt{
        font-size:16px;
    }
    .sj_list2 li{
        margin-top:60px;
    }
    .sj_list2 li .txt2 {
        padding-left: 15px;
    }
    .sj_list2 li .txt2 .p1 span{
        font-size: 36px;
    }
    .sj_list2 li .txt2 .p1 sup {
        font-size: 16px;
    }
    .sj_list2 li .txt2 .p2{
        font-size:16px;
    }
    #about2 .wrap {
        padding: 60px 70px;
    }
    .qywh_list li .text .p1{
        font-size:26px;
    }
    .hzhb_list{
        margin-top:50px;
    } 
    .hzhb_list .swiper-button-prev {
        left: -70px;
    }
    .hzhb_list .swiper-button-next {
        right: -70px;
    }
}
@media(max-width: 1280px){
    #about1,#about3{
        padding:85px 0;
    }
    .about1 .text .txt{
        font-size:15px;
    } 
    #about2{
        padding-bottom: 85px;
    }
    .qywh_list li{
        margin-bottom: 35px;
    }
    .qywh_list li .text .p2{
        font-size:15px;
    }
    #hzhb .swiper-slide,#hzhb2 .swiper-slide{
        padding:50px 35px;
    }  
    .hzhb_list .swiper-button-prev {
        left: -55px;
    }
    .hzhb_list .swiper-button-next {
        right: -55px;
    }

}
@media(max-width: 1199px){
    .hzhb_list .swiper-button-prev {
        left: -25px;
        box-shadow:0 0 10px #ccc;
    }
    .hzhb_list .swiper-button-next {
        right: -25px;
        box-shadow:0 0 10px #ccc;
    }
}
@media(max-width: 1024px){
    .sj_list2 li .txt2 .p1 span {
        font-size: 32px;
    }    
}
@media(max-width: 820px){
    #about1,#about3{
        padding:75px 0;
    } 
    .about1 .text{
        padding-right: 50px;
    } 
    .about1 .text .txt{
        font-size:14px;
        margin-top:25px;
    }
    .about1_img .swiper-button-prev,.hzhb_list .swiper-button-prev{
        left:0;
        width: 40px;
        height: 40px;
        margin-top:-20px;
    }
    .about1_img .swiper-button-next,.hzhb_list .swiper-button-next{
        right:0;
        width: 40px;
        height: 40px;
        margin-top:-20px;
    }
    .sj_list2 li .txt2{
        padding-left: 10px;
    } 
    .sj_list2 li .txt2 .p1 span {
        font-size: 28px;
    }
    .sj_list2 li .txt2 .p1 sup {
        font-size: 14px;
    }
    #about2{
        padding-bottom: 75px;
    } 
    #about2 .wrap {
        padding: 40px 40px;
    }
    .qywh_list li .text .p1 {
        font-size: 22px;
    }
    .sj_list2 li .txt2 .p2{
        font-size:14px;
    }
    #hzhb .swiper-slide,#hzhb2 .swiper-slide{
        padding:30px 20px;
    }
}
@media(max-width: 767px){
    #about1,#about3{
        padding:50px 0;
    } 
    .about1 .text{
        width: 100%;
        padding-right: 0;
    }
    .about1_img{
        width: 100%;
        margin-top:30px;
    }
    .sj_list2 li{
        margin-top:30px;
        width: 48%;
    }
    .sj_list2 li .img1{
        width: 45px;
    }
    .sj_list2 li .txt2 .p1 span {
        font-size: 24px;
    }
    .sj_list2 li .txt2 .p1 sup {
        font-size: 13px;
    }
    .sj_list2 li .txt2 .p2{
        font-size:13px;
    }
    #about2{
        padding-bottom: 50px;
    }   
    #about2 .wrap {
        padding: 25px 20px;
    }
    .qywh_list{
        margin-top:35px;
    }
    .qywh_list li{
        margin-bottom: 20px;
    }
    .qywh_list li .img1{
        width: 32px;
    }
    .qywh_list li .text {
        padding-left: 20px;
    }
    .qywh_list li .text .p1 {
        font-size: 18px;
    }
    .qywh_list li .text .p2 {
        font-size: 13px;
    }
    .hzhb_list{
        margin-top:30px;
    }
    #hzhb .swiper-slide,#hzhb2 .swiper-slide{
        padding:10px 10px;
    }
}


.n_case{
    padding:95px 0 105px;
}
.case_list{

}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 84px;
}
.case_list li:last-child{
    margin-bottom: 0;
}
.case_list li .img{
    width: 61%;
    border-radius: 10px;
}
.case_list li .text{
    width: 39%;    
    padding-right: 105px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.case_list li .text .img1{

}
.case_list li .text h3{
    margin:24px 0 15px;
    font-size:30px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1.2;
}
.case_list li .text .txt{
    margin-bottom: 48px;
}
.case_list li .text .txt,.case_list li .text .txt p{
    font-size:16px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.6;
}
.case_list li:nth-child(2n){
    flex-direction: row;
}
.case_list li:nth-child(2n) .text{
    padding-right: 0;
    padding-left: 105px;
}
.case_list  li .text a{
    display: none;
}

.case1{
    padding:80px 0 105px;
}   
.case1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.case1 .wrap .text{
    width: 39%;    
    padding-right: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case1 .wrap .text h2{
    text-align: left;
}
.case1 .wrap .text .txt{
    font-size:16px;
    color: #808080;
    line-height: 1.6;
    margin-top:33px;
}
.case1 .wrap .img{
    width: 61%;
    border-radius: 10px;
}
.case2{
    padding:90px 0;
    background:#f5f5f5;
}
.case_t1{
    font-size:44px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
}
.case_ys{
    margin-top:64px;
}
.case_ys ul{
    display: flex;
    flex-wrap: wrap;
}
.case_ys ul li{
    margin-bottom: 45px;
    width: 32%;
    margin-right: 2%;
}
.case_ys ul li:nth-child(3n){
    margin-right: 0;
}
.case_ys ul li .p1{
    font-size:24px;
    color: #1a1a1a;
    margin-bottom: 15px;
}
.case_ys ul li .p1 img{
    margin-right: 18px;
}
.case_ys ul li .p2{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
    max-width: 280px;
}
.case3{
    padding:85px 0 125px;
}
.xgcp{
    margin-top:55px;
}
.xgcp ul{
    justify-content: space-between;
}
.xgcp ul li .cont{
    background:url(../images/case_p_bg.jpg) no-repeat center;
    background-size: cover;
    box-shadow:none;
}
@media(max-width: 1600px){
    .case_list li{
        margin-bottom: 50px;
    }
    .case_list li .text,.case1 .wrap .text{
        padding-right: 50px;
    }
    .case_list li .text h3{
        font-size:24px;
        margin: 20px 0 10px;
    }
    .case_list li .text .txt {
        margin-bottom: 35px;
    }
    .case_list li:nth-child(2n) .text{
        padding-left: 50px;
    }
    .case_t1{
        font-size:32px;
    }
    .case1 .wrap .text .txt{
        font-size:15px;
        margin-top:20px;
    }
    .case_ys ul li .p1 img {
        margin-right: 12px;
    }
    .case_ys ul li .p1{
        font-size:20px;
    }
    .case_ys ul li .p2{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_case{
        padding: 85px 0;
    }
    .case_list li .text .txt,.case_list li .text .txt p{
        font-size:15px;
    }
    .case_t1 {
        font-size: 26px;
    }
    .case_ys {
        margin-top: 50px;
    }
    .case_ys ul li .p1{
        font-size:18px;
    }
    .case_ys ul li .p2{
        font-size:14px;
    }

}
@media(max-width: 1024px){
    .case_list li{
        margin-bottom: 35px;
    }  
    .case1,.case2,.case3{
        padding:85px 0;
    }  
}
@media(max-width: 820px){
    .n_case {
        padding: 75px 0;
    }  
    .case_list li .img,.case1 .wrap .img{
        width: 100%;
    } 
    .case_list li .text,.case1 .wrap .text{
        width: 100%;
        padding-right: 0;
        margin-top:20px;
    } 
    .case_list li .text .txt{
        margin-bottom: 20px;
    }
    .case_list li:nth-child(2n) .text{
        padding-left: 0px;
    }
    .case1,.case2,.case3{
        padding:75px 0;
    } 
    .case_t1 {
        font-size: 24px;
    }
    .case1 .wrap .text .txt{
        font-size:14px;
        margin-top:15px;
    }
    .case_ys {
        margin-top: 35px;
    }
    .case_ys ul li{
        margin-bottom:35px;
    }
    .xgcp{
        margin-top:35px;
    }
}
@media(max-width: 767px){
    .n_case {
        padding: 50px 0;
    }
/*    .case_list li{
        margin-bottom: 20px;
    } */
    .case_list li .text .txt,.case_list li .text .txt p{
        font-size:14px;
    } 
    .case1,.case2,.case3{
        padding:50px 0;
    } 
    .case_t1 {
        font-size: 22px;
    }  
    .case_ys ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    } 
    .case_ys ul li:nth-child(2n){
        margin-right: 0;
    }
    .case_ys ul li .p1{
        font-size:16px;
        margin-bottom: 10px;
    }
    .case_ys ul li .p2{
        font-size:13px;
    }
    .xgcp {
        margin-top: 25px;
    }
}


.n_product{
    background:#f2f2f2;
    padding:115px 0 100px;
}
h2.p_t1{
    font-size:38px;
    color: #242424;
    line-height: 1.4;
}
.product_list{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list li{
    width: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 12px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li .cont{
    position: relative;
    border-radius: 10px;
    box-shadow:0 0 10px #ccc;
    padding:65px 40px 170px;
    background:#fff;
    cursor: pointer;
}
/*.product_list li .cont a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}*/
.product_list li .cont .text{
    text-align: center;
    position: absolute;
    left:0;
    bottom:38px;
    width: 100%;
}
.product_list li .cont .text h3{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1;
}
.product_list li .cont .text p{
    font-size:14px;
    color: #666666;
/*    visibility: hidden;*/
    height: 0;
    opacity: 0;
    transition:all 0.4s ease-out;
}
.product_list li .cont .text p em{
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-bottom: 3px;
}
.product_list li .cont .text p em:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background:#666666;
}
.product_list li .cont .img{
    overflow: visible;
}
.product_list li .cont:hover img{
    transform: scale(1.1);
}
.product_list li .cont:hover .text p{
    height: auto;
    margin-top:13px;
    visibility: visible;
    opacity: 1;
}
.product_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999999;
    background:rgba(51,51,51,.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
}
.product_box .cont2{
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin:0 auto;
    padding:98px 58px 75px;
    background:#fff;
    border-radius: 20px 20px 0 0;
}
.close1{
    text-align: right;
    position: absolute;
    right:50px;
    top:40px;
    cursor: pointer;
}
.product_box_c{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_box_c .img2{
    width: 54%;
    padding-right: 50px;
}
#product_box .p-banner{
    padding:75px 0 135px;
}
#product_box .p-banner .swiper-slide{
    text-align: center;
}
#product_box .p-banner .swiper-pagination{
    bottom:0;
}
#product_box .p-banner .swiper-pagination-bullet{
    border:2px solid #000000;
    background:none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 1;
    margin:0 10px;
}
#product_box .p-banner .swiper-pagination-bullet-active{
    background:#000000;
}
.product_box_c .text2{
    width: 46%;
}
.product_box_c .text2 h2{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1;
    padding-bottom:16px;
    border-bottom: 2px solid #000;
}
.product_box_c .text2 .txt{
    margin:38px 0 85px;
}
.product_box_c .text2 .txt p{
    display: none;
}
.product_box_c .text2 .txt table{
    width: 100%;
}
.product_box_c .text2 .txt table tr{
    border-bottom: 1px solid #fff;
    background:#ebebeb;
}
.product_box_c .text2 .txt table tr td{
    text-align: center;
    padding:5px;
    font-size:16px;
    color: #333333;
}
.product_box_c .text2 .txt table tr:nth-child(1){
    background:#808080;
}
.product_box_c .text2 .txt table tr:nth-child(1) td{
    font-size:18px;
    color: #ffffff;
    font-family: "puhui85";
}
.p_list_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.p_list_more .p_tel{
    font-size:14px;
    color: #333333;
    padding-left: 47px;
    background:url(../images/p_tel.png) no-repeat left center;
    line-height: 1.4;
}
.p_list_more .p_tel p:nth-child(2){
    font-size:18px;
    color: #333333;
    font-family: "puhui85";
}
.product_list li.cur .product_box,.index_product_list .product_box.cur{
    /*display: flex;*/
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.h110{
    width: 100%;
    height: 110px;
}
@media(max-width: 1600px){
    h2.p_t1{
        font-size:32px;
    }
    .product_list li .cont{
        padding: 65px 35px 130px;
    }
    .product_list li .cont .text h3{
        font-size:24px;
    }
    .product_box .cont2{
        padding:85px 40px 60px
    }
    .product_box_c .text2 h2{
        font-size:30px;
    }
    .close1{
        width: 50px;
    }
    .h110{
        height: 75px;
    }
    .product_box_c .text2 .txt table tr td{
        font-size:14px;
    }
    .product_box_c .text2 .txt table tr:nth-child(1) td{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:85px 0;
    }
    h2.p_t1{
        font-size:28px;
    }
    .product_list li .cont .text h3{
        font-size:22px;
    }  
    .product_box_c .text2 h2{
        font-size:26px;
    }  
    #product_box .p-banner {
        padding: 50px 0 100px;
    }
    #product_box .p-banner .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
}
@media(max-width: 1024px){
    .product_list li .cont .text h3{
        font-size:18px;
    }    
    .product_list li .cont .text p{
        font-size:13px;
    }
    .product_box .cont2{
        padding:75px 30px 40px
    }
}
@media(max-width: 820px){
    .n_product{
        padding:75px 0;
    }
    h2.p_t1{
        font-size:24px;
    }
    .product_list{
        margin-top: 35px;
    }
    .product_list li{
        width: calc(33.33333% - 8px);
    }
    .product_list li:nth-child(4n){
        margin-right: 12px;
    }
    .product_list li:nth-child(3n){
        margin-right: 0;
    }
    .product_list li .cont{
        padding: 25px 20px 100px;
    }
    .product_list li .cont .text h3{
        font-size:16px;
    } 
    .product_box_c .text2 h2{
        font-size:22px;
    }  
    .product_box .cont2 {
        padding: 60px 20px 30px;
    } 
    .close1 {
        width: 40px;
        right: 20px;
        top: 20px;
    }
    .product_box_c .img2{
        padding-right: 30px;
    }
    .product_box_c .text2 .txt {
        margin: 25px 0 50px;
    }
    .h110{
        height: 55px;
    }
}
@media(max-width: 767px){
    .n_product{
        padding:50px 0;
    }
    h2.p_t1{
        font-size:16px;
    }
    .product_list{
        margin-top:25px;
    }
    .product_list li{
        width: calc(50% - 6px);
        margin-right: 0;
    }
    .product_list li:nth-child(3n){
        margin-right: 12px;
    } 
    .product_list li:nth-child(2n){
        margin-right: 0px;
    } 
    .product_box .cont2 {
        padding: 55px 15px 20px;
    }
    .product_box_c .text2 h2{
        font-size:18px;
        padding-bottom:12px;
    }
    .product_box_c .img2{
        width: 100%;
        padding-right: 0;
    }
    .product_box_c .img2 img{
        max-height:150px;
    }
    #product_box .p-banner {
        padding: 0px 0 40px;
    }
    .product_box_c .text2{
        width: 100%;
        margin-top: 20px;
    }
    .product_box_c .text2 .txt {
        margin: 15px 0 20px;
    }
    .close1 {
        width: 35px;
        right: 15px;
        top: 15px;
    }
    .h110{
        height: 40px;
    }
    .product_box_c .text2 .txt table tr td{
        font-size:12px;
        padding:5px 3px;
        line-height:1.5;
    }
    .product_box_c .text2 .txt table tr:nth-child(1) td{
        font-size:14px;
    }
}


#service1{
    padding:105px 0 80px;
}
#service1 .index_t1,#service3 .index_t1{
    text-align: center;
}
#service1 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
#service1 ul li{
    width: 25%;
    text-align: center;
    cursor: pointer;
}
#service1 ul li .img{
    width: 160px;
    height: 160px;
    background:#f5f5f5;
    border-radius: 50%;
    position: relative;
    margin:0 auto;
}
#service1 ul li .img img{
    position: absolute;
    top:50%;
    left:50%;
}
#service1 ul li:nth-child(1) .img img{
    margin-top: -23.5px;
    margin-left: -21.5px;
}
#service1 ul li:nth-child(2) .img img{
    margin-top: -23.5px;
    margin-left: -24.5px;
}
#service1 ul li:nth-child(3) .img img{
    margin-top: -23.5px;
    margin-left: -24px;
}
#service1 ul li:nth-child(4) .img img{
    margin-top: -23.5px;
    margin-left: -27px;
}
#service1 ul li .img img.img2{
    opacity: 0;
}
#service1 ul li p{
    font-size: 20px;
    color: #333;
    margin-top:10px;
}
#service1 ul li:hover .img{
    background:#333333;
}
#service1 ul li:hover .img img.img1{
    opacity: 0;
}
#service1 ul li:hover .img img.img2{
    opacity: 1;
}
#service2{
    background:#f5f5f5;
    padding:110px 0 130px;
}
.service_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
}
.service_top .text{
    width: 62%;
}
.service_top .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.service_top .text p strong{
    font-size:28px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.fwxc{
    position: relative;
}
#service2 .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left:-90px;
    margin-top:-25px;
    background:url(../images/right3.png) no-repeat center;
    box-shadow:0 0 10px #ccc;
    transform:rotate(-180deg);
}
#service2 .swiper-button-prev:hover{
    background:url(../images/left3.png) no-repeat center #333333;
    box-shadow:none;
    transform:rotate(0deg);
}
#service2 .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right:-90px;
    margin-top:-25px;
    background:url(../images/right3.png) no-repeat center;
    box-shadow:0 0 10px #ccc;
    transform:rotate(0deg);
}
#service2 .swiper-button-next:hover{
    background:url(../images/left3.png) no-repeat center #333333;
    box-shadow:none;
    transform:rotate(-180deg);
}
#service2 img{
    border-radius: 20px;
}
.service2_c{
    margin-top:55px;
}
.service2_c ul{
    display: flex;
    flex-wrap: wrap;
}
.service2_c ul li{
    width: 48%;
    margin-right: 2%;
    background:#fff;
    padding:57px;
    border-radius: 20px;
}
.service2_c ul li h3{
    font-size:28px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 20px;
}
.service2_c ul li .txt{

}
.service2_c ul li .txt p{
    font-size:16px;
    color: #666666;
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.service2_c ul li .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:9px;
    width: 6px;
    height: 6px;
    background:#333333;
    border-radius: 50%;
}

#service3{
    padding:110px 0;
}
#service3 .cont{
    margin-top:90px;
    position: relative;
}
#service3 .cont .img{
    width: calc(100% - 117px);
    margin-left: 117px;
    border-radius: 20px; 
    cursor: pointer;
}
#service3 .cont .img:hover img{
    transform: scale(1.1);
}
#service3 .cont ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
#service3 .cont ul li{
    margin-bottom: 30px;
    background:#fff;
    padding:42px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    flex-wrap: wrap;
}
#service3 .cont ul li:last-child{
    margin-bottom: 0;
}
#service3 .cont ul li .img1{
    width: 86px;
    height: 86px;
    background:#f6f6f6;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
}
#service3 .cont ul li .text{
    width: calc(100% - 86px);
    padding-left: 46px;
}
#service3 .cont ul li .text h3{
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding:5px 0 10px;
}
#service3 .cont ul li .text p{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

@media(max-width: 1600px){
    #service1 ul li .img{
        width: 130px;
        height: 130px;
    }
    #service1 ul li p{
        font-size:18px;
    }
    .service_top .text p strong{
        font-size:24px;
    }
    .service_top .text p{
        font-size:15px;
    }
    .service2_c ul li{
        padding: 40px;
    }
    .service2_c ul li h3{
        font-size:24px;
        margin-bottom: 15px;
    }
    .service2_c ul li .txt p{
        font-size:15px;
    }
    .service2_c ul li .txt p:before{
        top:8px;
    }
    #service3 .cont {
        margin-top: 60px;
    }
    #service3 .cont ul li{
        margin-bottom: 20px;
        padding: 25px 30px;
    }
    #service3 .cont ul li .text{
        padding-left: 30px;
    }
    #service3 .cont ul li .text h3 {
        font-size: 24px;
    }
    #service3 .cont ul li .text p{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    #service1,#service2,#service3{
        padding:85px 0;
    }
    #service1 ul{
        margin-top:35px;
    }
    #service3 .cont {
        margin-top: 40px;
    }
    #service3 .cont ul li{
        margin-bottom: 15px;
        padding: 20px 25px;
    }
    #service3 .cont ul li .text{
        padding-left: 20px;
    }
    #service3 .cont ul li .text h3 {
        font-size: 20px;
    }
    #service3 .cont ul li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    #service1,#service2,#service3{
        padding:75px 0;
    } 
    #service1 ul{
        margin-top:25px;
    }
    #service1 ul li .img {
        width: 110px;
        height: 110px;
    }
    .service_top{
        margin-bottom: 35px;
    }
    .service_top .text{
        width: 70%;
    }
    .service_top .text p strong {
        font-size: 20px;
    }
    .service2_c {
        margin-top: 35px;
    }
    .service2_c ul li {
        padding: 25px 20px;
    }
    .service2_c ul li h3{
        font-size:20px;
    }
    #service3 .cont .img {
        width: 100%;
        margin-left: 0px;
        border-radius: 15px;
    }
    #service3 .cont ul{
        width: 100%;
        position: relative;
        margin-top:20px;
    }
    #service3 .cont ul li {
        margin-bottom: 12px;
        padding: 20px 20px;
    }
    #service3 .cont ul li .img1{
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    #service3 .cont ul li .text{
        width: calc(100% - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;        
    }   
}
@media(max-width: 767px){
    #service1,#service2,#service3{
        padding:50px 0 35px;
    } 
    #service1 ul li{
        width: 50%;
        margin-bottom:15px;
    }
    #service1 ul li .img {
        width: 100px;
        height: 100px;
    }
    #service1 ul li p {
        font-size: 15px;
        margin-top: 5px;
    }
    .service_top .index_t1{
        width: 100%;
    }
    .service_top .text{
        width: 100%;
        margin-top:25px;
    }
    .service_top .text p strong {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .service_top .text p {
        font-size: 14px;
    }
    .service2_c ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .service2_c ul li .txt p {
        font-size: 14px;
    }
    .service2_c ul li .txt p:before {
        top: 7px;
    }
    #service3 .cont {
        margin-top: 25px;
    }
    #service3 .cont ul li .img1{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    #service3 .cont ul li .text{
        width: calc(100% - 60px);
    }
    #service3 .cont ul li .text h3 {
        font-size: 17px;
    }   
}


#s1{
    padding:150px 0 120px;
}
#s1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#s1 ul li{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    padding:25px 45px;
    background: #f0f0f0;
    margin-bottom: 20px;
}
#s1 ul li .img{
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
#s1 ul li .img .img2{
    display: none;
}
#s1 ul li .text{
    width: calc(100% - 120px);
    padding-left: 40px;
}
#s1 ul li .text h3{
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1;
    font-family: "pihui85";
}
#s1 ul li .text p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-top:15px;
}
#s1 ul li:hover .img{
    background: #222222;
}
#s1 ul li:hover .img .img1{
    display: none;
}
#s1 ul li:hover .img .img2{
    display: inline-block;
}
#s2{
    background: #f5f5f5;
    padding:105px 0;
}
.s2_list{
    display: flex;
    flex-wrap: wrap;
}
.s2_list li{
    width: calc(33.333% - 10px);
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.s2_list li img{
    transition: 0.5s;
    /*transition: all 0.5s ease-out;*/
}
.s2_list li:hover img{
    transform: scale(1.1);
}
.s2_list li:nth-child(3n){
    margin-right: 0;
}
#s3{
    padding:130px 0 135px;
}
.service_top2{
    margin-bottom: 85px;
}
.service_top2 .text2 p{
    font-size: 28px;
    color: #333333;
    font-family: "puhui85";
}
.s3_list{
    display: flex;
    flex-wrap: wrap;
}
.s3_list dl{
    margin-right: 40.5px;
    width: calc(25.5% - 27px);
}
.s3_list dl:last-child{
    margin-right: 0;
    width: calc(30% - 27px);
}
.s3_list dl dt{
    height: 65px;
    background: #808080;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "puhui85";
    margin-bottom: 64px;
}
.s3_list dl dd{

}
.s3_list dl dd .txt1{
    width: 153px;
    height: 153px;
    background: #e0e0e0;
    border-radius: 6px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.s3_list dl dd .txt1 p{
    width: 100%;
    font-size: 18px;
    margin-top:10px;
    font-family: "puhui65";
    color: #333;
}
.s3_list dl dd .txt1:after{
    content:'';
    position: absolute;
    left:190px;
    top:50%;
    margin-top:-30.5px;
    width: 35px;
    height: 71px;
    background: url(../images/s3_ico.png) no-repeat center;
    background-size: contain;
}
.s3_list dl dd .txt2{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    border:1px dashed #c7c7c7;
    padding:12px 5px 12px 15px;
    border-radius: 6px;
}
.s3_list dl:nth-child(1){
    width: 19%;
    margin-right: 0;
}
.s3_list dl:nth-child(1) dt{
    opacity: 0;
    margin-bottom: 36px;
}
@media(max-width:1720px){
    .s3_list dl dd .txt2{
        font-size: 16px;
    }
}
@media(max-width:1600px){
    #s1,#s2,#s3{
        padding:100px 0;
    }
    #s1 ul li{
        padding:25px 35px;
    }
    #s1 ul li .img {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    #s1 ul li .text{
        width:calc(100% - 100px);
        padding-left:30px;
    }
    #s1 ul li .text h3{
        font-size:20px;
    }
    #s1 ul li .text p{
        font-size:15px;
    }
    .service_top2 .text2 p{
        font-size:24px;
    }
}
@media(max-width:1440px){
    .service_top2 .text2 p{
        font-size:20px;
    }
    .s3_list dl dd .txt1{
        width:145px;
        height:145px;
    }
    .s3_list dl dd .txt1:after{
        left:180px;
    }
    .s3_list dl dd .txt2{
        font-size: 14px;
    }
}
@media(max-width:1360px){
    .s3_list dl dd .txt1:after{
        left:170px;
    }
}
@media(max-width:1280px){
    #s1,#s2,#s3{
        padding:85px 0;
    }
    #s1 ul li{
        padding:25px 25px;
    }
    .s3_list dl {
        margin-right: 30px;
        width: calc(25.5% - 20px);
    }
    .s3_list dl dt{
        font-size:20px;
        height:55px;
        margin-bottom:52px;
    }
    .s3_list dl dd .txt1:after{
        /*display:none;*/
        width:20px;
    }
    .s3_list dl dd .txt2{
        font-size:13px;
    }
    .s3_list dl dd .txt1 {
        width: 120px;
        height: 120px;
    }
    .s3_list dl dd .txt1 .img1 img{
        max-height:32px;
    }
    .s3_list dl dd .txt1 p{
        font-size:16px;
        margin-top:6px;
    }
}
@media(max-width:1199px){
    .s3_list dl {
        margin-right: 18px;
        width: calc(25.5% - 12px);
    }
    .s3_list dl dd .txt1:after{
        width:16px;
        left:155px;
    }
}
@media(max-width:1039px){
    .s3_list dl dd .txt1:after{
        width:12px;
        left:150px;
    }    
}
@media(max-width:991px){
    #s1 ul li{
        padding:20px;
    }
    #s1 ul li .img {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }
    #s1 ul li .img img{
        max-width:40px;
    }
    #s1 ul li .text {
        width: calc(100% - 85px);
        padding-left: 25px;
    }
    #s1 ul li .text h3 {
        font-size: 18px;
    }
    #s1 ul li .text p{
        font-size:14px;
        margin-top: 10px;
    }
    .service_top2 {
        margin-bottom: 50px;
    }
    .s3_list dl{
        width: calc(33.3333% - 12px);
    }
    .s3_list dl:nth-child(1){
        display:none;
    }
    .s3_list dl dt{
        margin-bottom:35px;
    }
    .s3_list dl dd .txt2{
        padding:10px 5px 10px 10px;
        font-size: 12px;
    }
}
@media(max-width:820px){
    #s1,#s2,#s3{
        padding:65px 0;
    } 
    .service_top2 .text2 p{
        font-size:16px;
    }
}
@media(max-width:640px){
    #s1,#s2,#s3{
        padding:40px 0;
    }   
    #s1 ul li{
        width:100%;
        margin-bottom:15px;
    }
    #s1 ul li .img {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    #s1 ul li .img img{
        max-width:35px;
    }
    #s1 ul li .text {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
    #s1 ul li .text h3 {
        font-size: 16px;
    }
    #s1 ul li .text p{
        font-size:13px;
    }
    .s2_list li {
        width: calc(50% - 7.5px);
    }
    .s2_list li:nth-child(3n){
        margin-right:15px;
    }
    .s2_list li:nth-child(2n){
        margin-right:0;
    }
    .service_top2 {
        margin-bottom: 30px;
    }
    .service_top2 .text2 p{
        font-size:14px;
    }
    .s3_list dl{
        width:100%!important;
        margin-right:0;
        margin-bottom:15px;
    }
    .s3_list dl dt{
        margin-bottom:15px;
        font-size: 17px;
        height: 45px;
    }
}


.n_news{
    padding:75px 0 115px;
    background:#f2f2f2;
}
.sort{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 65px;
}
.sort li{
    margin-right: 46px;
}
.sort li:last-child{
    margin-right: 0px;
}
.sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border:3px solid #191919;
    font-size:14px;
    color: #333333;
    padding:0 76px;
    border-radius: 6px;
}
.sort li a.on,.sort li a:hover{
    background:#191919;
    color: #fff;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-bottom: 23px;
    margin-right: 2%;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    background:#fff;
    border-radius: 6px;
    padding:25px 32px 32px;
}
.news_list li a .date{
    font-size:12px;
    color: #494949;
    padding-left: 18px;
    background:url(../images/date.png) no-repeat left center;
}
.news_list li a h3{
    font-size:20px;
    color: #1a1a1a;
    font-family: "puhui65";
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin:12px 0 25px;
}
.more3{

}
.more3 span{
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-bottom: 3px;
    color: #999999;
}
.more3 span:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background:#333333;
}
.news_list li a:hover .more3 span{
    color: #333;
}
.news_detail{
    max-width: 1200px;
    background:#fff;
    padding:50px;
    margin:0 auto;
}
.news_detail h1{
    font-size:24px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 15px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media(max-width: 1600px){
    .sort li a{
        padding:0 50px;
    }
    .news_list li a h3{
        font-size:18px;
    }
    .news_detail{
        padding:35px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding: 75px 0 100px;
    }
    .sort{
        margin-bottom: 50px;
    }
    .news_list li a h3{
        font-size:16px;
    }
    .news_detail{
        padding:35px;
    }
    .news_detail h1{
        font-size:20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_news{
        padding: 75px 0;
    }
    .sort{
        margin-bottom: 35px;
    }
    .sort li a{
        padding:0 30px;
    }
    .news_list li{
        width: 49%;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list li a{
        padding: 20px 25px;
    }
    .news_list li a h3{
        font-size:15px;
    }  
    .news_detail{
        padding:25px 20px;
    }
    .news_detail h1{
        font-size:18px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 767px){
    .n_news{
        padding: 40px 0;
    } 
    .sort li{
        margin-right: 25px;
    }
    .sort li a{
        padding:0 20px;
    }
    .news_list li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0%!important;
    } 
    .info_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size:13px;
    }  
}


.n_contact{
    padding:75px 0 0;
}
.contact1 h2{
    font-size:36px;
    color: #333333;
}
.contact_list{
   display: flex;
   flex-wrap: wrap; 
   margin-top:55px;
}
.contact_list li{
    width: 30%;
    margin-right: 5%;
}
.contact_list li:nth-child(3n){
    margin-right: 0;
}
.contact_list li .p1{
    font-size:28px;
    color: #757575;
    line-height: 1;
    padding-bottom:21px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.contact_list li .p2{
    font-size:18px;
    color: #808080;
    line-height: 1.4;
}
.contact_list li a{
    display: inline-block;
    font-size:16px;
    color: #808080;
    padding-left: 22px;
    background:url(../images/c_address.png) no-repeat left center;
    margin-top:18px;
}
/*.contact_list li:nth-child(1) .p2{*/
/*    font-size:28px;*/
/*    color: #333333;*/
/*    line-height: 1.1;*/
/*}*/
.contact2{
    display: flex;
    flex-wrap: wrap;
    margin-top:75px;
}
.n_map,.map_img{
    width: 50%;
}
.map_img{
    background:url(../images/contact1.jpg) no-repeat center;
}
.message{
    padding:108px 0 85px;
}
.c_t1{
    text-align: center;
}
.c_t1 h2{
    font-size:36px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
}
.c_t1 p{
    font-size:16px;
    color: #808080;
    font-family: "puhui45";
}
.message .cont{
    margin-top:26px;
    padding:65px 68px 98px;
    background:#f7f7f7;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
}
.message ul li:nth-child(3n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
}
.message ul li p{
    font-size:18px;
    color: #333333;
    font-family: "puhui85";
}
.message ul li input{
    display: block;
    width: 100%;
    border:2px solid #dbdbdb;
    outline: none;
    font-size:16px;
    border-radius: 4px;
    line-height: 48px;
    padding:0 16px;
}
.message ul li textarea{
    display: block;
    width: 100%;
    border:2px solid #dbdbdb;
    outline: none;
    font-size:16px;
    border-radius: 4px;
    line-height: 48px;
    padding:0 16px;
    font-family: "puhui55";
}
.mess_tn input{
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border: 3px solid #333;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    margin:20px auto 0;
    outline: none;
    cursor: pointer;
}
.mess_tn input:hover{
    background:#e71418;
    border:3px solid #e71418;
    color: #fff;
}
@media(max-width: 1600px){
    .contact1 h2{
        font-size:32px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .contact_list li .p2{
        font-size:16px;
    }
    /*.contact_list li:nth-child(1) .p2{*/
    /*    font-size:24px;*/
    /*}*/
    .contact_list li a,.message ul li input,.message ul li textarea{
        font-size:15px;
    }
    .mess_tn input{
        width: 150px;
    }
}
@media(max-width: 1280px){
    .contact1 h2{
        font-size:28px;
    }    
}
@media(max-width: 1024px){
    .contact_list li .p1 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 25px;
    } 
    .contact_list li .p2{
        font-size:15px;
    }
    /*.contact_list li:nth-child(1) .p2{*/
    /*    font-size:20px;*/
    /*}*/
    .message{
        padding:85px 0;
    }
    .c_t1 h2{
        font-size:32px;
    }
    .c_t1 p{
        font-size:15px;
    }
    .message .cont{
        padding:50px 35px;
    }
}
@media(max-width: 820px){
    .n_contact {
        padding: 55px 0 0;
    }
    .contact1 h2{
        font-size:24px;
    } 
    .contact_list{
        margin-top:35px;
    }
.contact_list li .p1 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact_list li .p2 {
    font-size: 14px;
}
.contact2{
    margin-top:50px;
}
.n_map, .map_img{
    width: 100%;
}
    .message{
        padding:75px 0;
    } 
    .c_t1 h2{
        font-size:28px;
    }
    .c_t1 p{
        font-size:14px;
    }
    .message .cont{
        padding:35px 20px;
    }  
}
@media(max-width: 767px){
    .n_contact {
        padding: 40px 0 0;
    }
    .contact1 h2{
        font-size:22px;
    }
    .contact_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .contact_list li:last-child{
        margin-bottom: 0;
    }
    .contact_list li .p1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .contact2{
        margin-top:35px;
    }
    .n_map{
        height: 220px;
    }
    .message{
        padding:50px 0;
    } 
    .c_t1 h2 {
        font-size: 22px;
        margin-bottom: 10px;
    } 
    .c_t1 p{
        font-size:13px;
    }  
    .message .cont {
        padding: 20px 15px;
    }
    .message ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .message ul li p{
        font-size:16px;
    }
    .contact_list li a, .message ul li input, .message ul li textarea {
        font-size: 14px;
        padding:0 12px;
        line-height: 35px;
    }
    .mess_tn input {
        width: 120px;
        margin-top:10px;
    }
}


.job1{
    background:url(../images/job1.png) no-repeat top left;
    background-size: cover;
    margin-top:8px;
    padding:200px 98px 105px;
    color: #fff;
}
.job1 p{
    font-size:16px;
    line-height: 2.2;
    max-width: 550px;
}
.job1 p strong{
    display: block;
    font-size:44px;
    line-height: 1;
    margin-bottom: 30px;
}
.job2{
    padding:100px 0 50px;
}
.job_t1{
    text-align: center;
}
.job_t1 h2{
    font-size:44px;
    color: #333333;
    line-height: 1.2;
}
.job_t1 p{
    font-size:20px;
    line-height: 1.6;
    margin-top:10px;
}
.job2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:75px;
}
.job2 ul li{
    text-align: center;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 70px;
}
.job2 ul li:nth-child(4n){
    margin-right: 0;
}
.job2 ul li .img1{
    width: 48px;
    margin:0 auto 28px;
}
.job2 ul li p{
    font-size: 24px;
    color: #333;
    line-height: 1;
}
#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){
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:36px;
    }
    .job1 p,.job_t1 p{
        font-size:15px;
    }
    .job2 ul li{
        margin-bottom: 40px;
    }
    .job2 ul li .img1 {
        margin: 0 auto 22px;
    }
    .job2 ul li p{
        font-size:20px;
    }
    .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){
    .job1{
        padding:140px 50px 65px;
    }
    .job1 p strong,.job_t1 h2,#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){
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:28px;
    }
    .job2 ul{
        margin-top:50px;
    }
    .job2 ul li {
        margin-bottom: 30px;
    }
    .job2 ul li .img1 {
        margin: 0 auto 18px;
    }
    .job2 ul li p{
        font-size:17px;
    }
}
@media(max-width: 820px){
    .job1{
        margin-top:0;
        padding: 101px 30px 30px;
    }
    .job1 p strong,.job_t1 h2,#job3 h2{
        font-size:24px;
    }
    .job1 p strong{
        margin-bottom: 15px;
    }
    .job2{
        padding: 75px 0 50px;
    }
    .job2 ul{
        margin-top:35px;
    }
    #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){
    .job1 {
/*        background: url(../images/job1.png) no-repeat top left;
        background-size: cover;*/
        padding: 60px 15px 25px;
    }
    .job1 p{
        line-height: 2em;
    }
    .job1 p, .job_t1 p {
        font-size: 14px;
    }
    .job1 p strong, .job_t1 h2, #job3 h2 {
        font-size: 22px;
    }
    .job2 {
        padding: 50px 0 30px;
    }
    .job2 ul li .img1{
        width: 40px;
        margin: 0 auto 15px;
    }
    .job2 ul li p{
        font-size:15px;
    }
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
    }
    .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;
    }    
}


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

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.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: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #333;
    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: 768px){
    h1.title{
        font-size: 18px;
    }
    .online-server{
        display: none;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#333 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#333;color:#fff; text-decoration:none;border:#333 1px solid;}
.pageController .currPage {background-color: #333;color:#fff;border:#333 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: #333;
    vertical-align: middle;
    border: 1px solid #333; 
    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: #333;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

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


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    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;
}
