/*头部样式*/
.swiper-button-next,.swiper-button-next{
    outline: none;
}
.swiper-pagination .swiper-pagination-bullet{
    outline: none;
}
header{

}
.index_head{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index:999999;
}
.head{
    padding:15px 80px 0px;
    position: relative;
}
.logo{
    float: left;
    margin-top:15px;
}
.head_r{
    float: right;
    max-width: 70%;
}
.head_a{
    text-align: right;
}
.head_a a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 25px;
}
.index_head .head_a a{
    color: #fff;
}
.nav{
    display: flex;
    margin-right: -25px;
    margin-top:20px;
/*    flex-wrap: wrap;*/
}
.nav li{
    height: 50px;
}
.nav li a.a1{
    display: block;
    font-size: 14px;
    color:#333;
    text-align: center;
    line-height: 25px;
    padding:0 25px;
}
.index_head .nav li a.a1{
    color: #fff;
}
.nav li:hover a.a1,.nav li.cur a.a1{
    background:#ec3fa8;
    color: #fff!important;
    border-radius: 25px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    right:110px;
    z-index: 999;
    background-color: #fff;
    width: 50%;
    box-shadow: 0px 0px 5px #b5b5b5;
    padding:40px 60px;
}
.nav li .b_nav1{
    max-width: 880px;
    height:auto!important;
}
.nav li .b_nav2{
    width: 70%;
    max-width: 800px;
}
.nav li .b_nav3{
    max-width: 600px;
}
.nav li .b_nav4{
    width: 70%;
    max-width: 980px;
}
.nav li .b_nav5{
    max-width: 660px;
}
.nav li .b_nav1 .b_nav_c{
    display: flex;
    justify-content: flex-end;
/*    max-width: 1060px;*/
}
.nav li .b_nav1 .b_nav_c a{
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    max-width: 200px;
    width: 25%;
}
.nav li .b_nav5 .b_nav_c a{
    width: 33.333%;
}
.nav li .b_nav .b_nav_c a:last-child{
    margin-right: 0;
}
.nav li .b_nav1 .b_nav_c a .img1{

}
.nav li .b_nav1 .b_nav_c a p{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #595757;
    font-family: "sy4";    
}
.nav li .b_nav1 .b_nav_c a p i{
    display: block;
    background:url(../images/more1.png) no-repeat center;
    width: 20px;
    margin-left: 10px;
}
.nav li .b_nav1 .b_nav_c a:hover p,.nav li .b_nav3 .b_nav_c a:hover p,.nav li .b_nav2 .b_nav_c li a.b:hover{
    color: #ed40a9;
}

.nav li .b_nav2{

}
.nav li .b_nav2 .b_nav_c{
    display: flex;
    justify-content: flex-end;
}
.nav li .b_nav2 .b_nav_c li{
    margin-right: 60px;
    min-width: 265px;
    height: auto;
}
.nav li .b_nav2 .b_nav_c li:last-child{
    min-width: 345px;
    margin-right: 0;
}
.nav li .b_nav2 .b_nav_c li a.a{
    display: block;
    font-size: 21px;
    color: #595757;
/*    font-weight: bold;*/
    font-family: "sy3";
    margin-bottom: 30px;
}
.nav li .b_nav2 .b_nav_c li a.b{
    display: flex;
    align-items:center;
    width: 100%; 
    padding:5px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #595757;
    font-family: "sy4";  
}
.nav li .b_nav2 .b_nav_c li a.b .img1{
    width: 86px;
    height: 86px;
    margin-right: 10px;
}



.nav li .b_nav3 .b_nav_c{
    display: flex;
    justify-content: flex-end;
}
.nav li .b_nav3 .b_nav_c a{
    display: flex;
    align-items:center;
    margin-right: 35px;
}
.nav li .b_nav3 .b_nav_c a .img1{
    width: 86px;
    height: 86px;
    margin-right: 10px;
}
.nav li .b_nav3 .b_nav_c a p{
    font-size: 16px;
    color: #595757;
    font-family: "sy4";  
    line-height: 1.6;
}

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

@media(max-width: 1600px){
    .head{
        padding:15px 60px 0px;
    }
    .nav li a.a1{
        padding:0 20px;
    }
    .nav li .b_nav1 .b_nav_c a p{
        font-size: 16px;
    }
    .nav li .b_nav2 .b_nav_c li{
        min-width: 200px;
    }
    .nav li .b_nav2 .b_nav_c li:last-child {
        min-width: 300px;
    }
    .nav li .b_nav2 .b_nav_c li a.a{
        font-size:18px;
        margin-bottom:15px;
    }
    .nav li .b_nav2 .b_nav_c li a.b .img1,.nav li .b_nav3 .b_nav_c a .img1{
        width: 60px;
        height: 60px;
    }
    .nav li .b_nav2 .b_nav_c li a.b,.nav li .b_nav3 .b_nav_c a p{
        font-size: 16px;
    }
    .nav li .b_nav1{
        width:60%;
    }
    .nav li .b_nav2{
        max-width: 688px;
    }
    .nav li .b_nav3{
        max-width: 490px;
    }
    .nav li .b_nav4{
        max-width: 730px;
    }
    .nav li .b_nav5{
        max-width: 660px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .head{
        padding:10px 3% 0px;
    }
    .head_r{
        max-width: 75%;
    }
    .nav li a.a1{
        padding:0 16px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 880px){
    .head{
        padding:10px 3%;
    }
    .logo{
        margin-top:0;
    }
    .head_r{
        width: auto;
    }
    .nav,.head_a{
        display: none;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .logo{
        max-width: 40%;
    }
    .head {
        padding: 6px 3%;
    }
}

#c-header.n_head{
    background: #fff;
}
#c-header{
    /*position: fixed;*/
    width: 100%;
    z-index: 999999;
}
#c-header.c-head-hide{
    background: #fff;
}
#c-header.c-head-hide .head_a a,#c-header.c-head-hide .nav li a.a1{
    color: #333;
}
.h140{
    height: 1px!important;
    /*display: none;*/
}

@media(max-width:1259px){
    .h140{
        height: 135px;
    }    
}
@media(max-width:880px){
    .h140{
        height: 75px;
    }    
}
@media(max-width:640px){
    .h140{
        height: 67px;
    }    
}

.index_banner{
/*    display: flex;*/
    position: relative;
    overflow:hidden;
/*    flex-wrap: wrap;*/
}
.banner1{
    width: 50%;
    float: left;
}
.banner2{
    width: 50%;
    /*float: left;*/
    /*position: relative;*/
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    
}
#c-banner1{

}
#c-banner2{
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
#c-banner2 .swiper-wrapper {
    flex-direction: column;
    transform: translate3d(0px,0,0);
    height: auto;
}
#c-banner2 .swiper-wrapper .swiper-slide {
    color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    transform: rotate(180deg);
}
#c-banner2 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
}
#c-banner2 .swiper-wrapper .swiper-slide h2{
    display: none;
}
.banner_text1{
    position: absolute;
    top: 185px;
    left: 0px;
    z-index: 9;  
    width: 100%;  
    padding:0 65px;
}
.banner_text1 .img1{
    display: none;
}
.banner_text1 .p1{
    font-size: 44px;
    line-height: 1;
    font-family: "sy5";
}
.banner_text1 .p2{
    font-size: 18px;
    font-family: "sy4";
    margin-top:5px;
}
.banner_k1 .banner_text1{
    text-align: center;
    top:208px;
}
.banner_k1 .banner_text1 .img1{
    display: inline-block;
}
.banner_k1 .banner_text1 .p1{
    display: none;
}
.banner_k1 .banner_text1 .p2{
    font-size: 16px;
    margin-top:0;
}
#c-banner6 #pagination1{
    top:calc(100% - 4px);
    background:#91bfea;
}
#pagination1{
    height: 4px;
    width: 100%;
/*    background:#91bfea;*/
    /*top:calc(100% - 2px);*/
    top:0;
    left:0;
    bottom:0;
    display: flex;
    z-index:999;
    /*transform: rotate(180deg);*/
}
#pagination1 .swiper-pagination-bullet{
    width: 25%;
    height: 4px;
    background:#91bfea;
    border-radius: 0;
    margin:0;
    opacity: 1;
}
#pagination1 .swiper-pagination-bullet-active{
    background-color:#ec3fa8;
}   
.index_banner .swiper-prev{
    width: 112px;
    height: 112px;
    background:url(../images/left1.png) no-repeat center;
    position: absolute;
    left:214px;
    top:50%;
    margin-top:-56px;
    opacity: 0;
    outline: none;
}
.index_banner .swiper-prev:before,.index_banner .swiper-prev:after{
    display: none;
}
.index_banner .swiper-next{
    width: 112px;
    height: 112px;
    background:url(../images/right1.png) no-repeat center;
    position: absolute;
    right:214px;
    top:50%;
    margin-top:-56px;
    opacity: 0;
    outline: none;
}
.index_banner .swiper-next:before,.index_banner .swiper-next:after{
    display: none;
}
.index_banner:hover .swiper-prev,.index_banner:hover .swiper-next{
    opacity: 1;
}
.banner6{
    position: absolute;
    bottom:0px;
    right:0;
    z-index:10;
}
#c-banner6 .swiper-slide h2{
    width: 100%;
    height: 164px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#fff;
    font-size: 20px;
    line-height: 1.6;
    color: #4c4948;
    z-index:9;
    padding:0 65px;
    font-family: "sy4";
}
.m_banner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index:-999;
    opacity: 0;
}
#c-banner5 .swiper-slide h2 {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
    color: #4c4948;
    z-index: 9;
    padding: 0 12px;
    font-family: "sy4";
}
#c-banner5 .swiper-slide img{
    width: 100%;
}
#c-banner5 #pagination1{
    bottom:0;
    top:calc(100% - 4px);
    background: #91bfea;
}
@media(max-width: 1600px){
    .index_banner .swiper-prev,.index_banner .swiper-next{
        width:80px;
        height:80px;
        margin-top:-40px;
        background-size:contain!important;
    }
    .banner_text1{
        padding: 0 40px;
    }
    #c-banner6 .swiper-slide h2{
        font-size: 18px;
        height: 120px;
        padding: 0 40px;
    }
    .banner_text1 .p1{
        font-size: 36px;
    }
    .banner_text1 .p2{
        font-size: 16px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .banner_text1{
        padding: 0 25px;
    }
    .banner_k1 .banner_text1 .img1 img{
        max-width: 300px;
    }
    .banner_k1 .banner_text1 .p2{
        font-size: 14px;
    }
    #c-banner6 .swiper-slide h2{
        font-size: 16px;
        line-height: 1.6;
        height: 80px;
        padding: 0 25px;
    }
    .banner_text1 .p1{
        font-size: 30px;
    }
    .banner_text1 .p2{
        font-size: 14px;
    }    
}
@media(max-width: 1024px){
    .index_banner .swiper-prev,.index_banner .swiper-next{
        display: none;
    }
}
@media(max-width: 768px){
    .m_banner{
        position: relative;
        z-index:9;
        opacity: 1;
    }
    .pc_banner{
        width: 100%;
        float: none;
        position:absolute;
        opacity:0;
        z-index:-999;
    }
    .banner_k1 .banner_text1 {
        text-align: center;
        top: 100px;
    }
    .banner_text1{
        top:100px;
    }
    .banner_text1 .p1{
        font-size: 24px;
    }
    /*.banner2{*/
    /*    position: relative;*/
    /*    height: auto;*/
    /*    left:0;*/
    /*    top:0;*/
    /*}*/
    #c-banner2 {
        width: 100%;
        max-height: 720px;
    }
    #c-banner2 .swiper-wrapper .swiper-slide img{
        height: auto;
    }

}
@media(max-width: 640px){
    #c-banner2 {
        max-height: 360px;
    }  
    .banner_text1 {
        padding: 0 15px;
    } 
    .banner_text1 .p1{
        font-size: 22px;
    } 
    #c-banner6 .swiper-slide h2 {
        font-size: 14px;
        height: 70px;
        padding: 0 15px;
    }

}
@media(max-width: 460px){
    #c-banner2 {
        max-height: 350px;
    }    
}

.index1{
    padding:115px 0;
/*    background:url(../images/t_bg1.png) no-repeat center 62px ;*/
}
.container {
    width: 90%;
    max-width:1560px;
    margin:0 auto;
    position: relative;
}
.yq1{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    right:155px;
    top:-24px;
    background:rgba(236,63,168,.2);
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}
.yq2{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right:255px;
    top:155px;
    background:rgba(145,191,234,.2);
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}
.yq3{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left:230px;
    top:185px;
    background:rgba(145,191,234,.2);
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
             transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
             transform: translateY(-5px);
    }
}
@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-25px);
        -o-transform: translateY(-25px);
           transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-5px);
           transform: translateY(-5px);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
          -o-transform: translateY(-25px);
             transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
          -o-transform: translateY(-5px);
             transform: translateY(-5px);
    }
}

.index_t1{
    text-align: center;
}
.index_t1 .p1{
    animation-delay: 0.3s;
}
.index_t1 .p2{
    font-size: 18px;
    line-height: 1.8;
    margin-top:15px;
    animation-delay: 0.6s;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:90px;
    animation-delay: 0.9s;
}
.product_list1 li{
    width: 18.4%;
    margin-right: 2%;
}
.product_list1 li:nth-child(5n){
    margin-right: 0;
}
.product_list1 li a{
    display: block;
    overflow:hidden;
    position: relative;
    text-align: center;
}
.product_list1 li a .img img{
    width: 100%;
}
.product_list1 li .text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;

    color: #fff;
    z-index:8;
}
.product_list1 li .text .cont{
    padding:55px 0 40px;
    transition: all 0.4s ease-out;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 40%;
    z-index:9;
    background:url(../images/p_bg1.png) no-repeat top center;
/*    background:#ec3fa8;*/
/*    border-radius: 50% 50% 0 0;*/
}
.product_list1 li .text .cont h3{
    font-size: 20px;
    font-weight: normal;
    font-family: "sy1";
    line-height: 1.2;
}
.product_list1 li .text .cont p{
    font-size: 16px;
    font-family: "sy2";
    line-height: 1.2;
    margin-top:5px;
}
.product_list1 li:nth-child(2n) .text .cont{
    background:url(../images/p_bg2.png) no-repeat top center;
}

.product_list1 li:hover .text{
    background:rgba(236,63,168,.7);
}
.product_list1 li:nth-child(2n):hover .text{
    background:rgba(145,191,234,.7);
}
.product_list1 li:hover .text .cont{
    height: 70%;
    padding:70px 0 40px;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0;
    }
    .index_t1 .p1 img{
        max-width: 500px;
    }
    .index_t1 .p2{
        font-size: 16px;
    }
    .product_list1{
        margin-top:70px;
    }
    .product_list1 li .text .cont{
        padding:40px 0 25px;
    }
    .product_list1 li .text .cont h3{
        font-size: 17px;
    }
    .product_list1 li .text .cont p{
        font-size: 14px;
    }
    .product_list1 li:hover .text .cont{
        padding:60px 0 25px;
    }
    .yq1{
        width: 60px;
        height: 60px;
        right:100px;
        top:-24px;
    }
    .yq2{
        width: 80px;
        height: 80px;
        right:155px;
        top:100px;
    }
    .yq3{
        width: 30px;
        height: 30px;
        left:130px;
        top:100px;
    }
}
@media(max-width: 1440px){
    .product_list1{
        margin-top:50px;
    }    
}
@media(max-width: 1259px){
    .container {
        width: 94%;
    }  
    .index_t1 .p1 img{
        max-width: 420px;
    }
    .index_t1 .p2{
        font-size: 15px;
    }
    .product_list1{
        margin-top:50px;
    }
    .product_list1 li .text .cont{
        padding:30px 0 15px;
    }
    .product_list1 li .text .cont h3{
        font-size: 16px;
    }
    .product_list1 li .text .cont p{
        font-size: 14px;
    }
    .product_list1 li:hover .text .cont{
        padding:50px 0 15px;
    }  
}
@media(max-width: 1024px){
    .index1{
        padding:70px 0;
    } 
    .yq1{
        width: 45px;
        height: 45px;
        right: 50px;
        top: -10px;
    }
    .yq2{
        width: 60px;
        height: 60px;
        right: 100px;
        top: 60px;
    }
    .yq3{
        left: 50px;
        top:80px;
    }   
}
@media(max-width: 880px){
    .product_list1 li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .product_list1 li:nth-child(3n) {
        margin-right: 0;
    }
    .product_list1 li .text .cont{
        height:35%;
    }
}
@media(max-width: 768px){
    .index1{
        padding:50px 0;
    }   
    .index_t1 .p1 img{
        max-width: 320px;
    } 
    .yq1,.yq2,.yq3{
        display: none;
    }
    .product_list1 {
        margin-top: 30px;
    }
    .product_list1 li .text .cont h3{
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:30px 0;
    }  
    .product_list1 {
        margin-top: 20px;
    } 
    .product_list1 li {
        width: 32%;
        margin-right: 2%;
    } 
    .product_list1 li .text .cont{
        height:40%;
    }
}
@media(max-width: 460px){
    .index_t1 .p1 img{
        max-width: 80%;
    }
    .index_t1 .p2 {
        font-size: 14px;
    }
    .product_list1 li {
        width: 49%;
    } 
    .product_list1 li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list1 li:nth-child(2n) {
        margin-right: 0;
    }    
    .product_list1 li .text .cont{
        height:35%;
    }
}

.index2{

}
.index2 .container{
    padding-top:90px;
/*    background:url(../images/t_bg2.png) no-repeat 110px top;*/
    position: relative;
}
.index_video{
    padding:90px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.index_video:before{
    content:'';
    width: 1280px;
    height: 100%;
    background:#91bfea;
    position: absolute;
    right:-180px;
    bottom:0;
    z-index:-1;
}
.index_video .video1{
    width:60%;
    position: relative;
}
.index_video .video1 .player{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-41px;
    margin-left: -41px;
    width: 82px;
    height: 82px;
    display: none;
}
.index_video .text{
    width: 40%;
    padding-left: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_video .text p{
    margin-top:75px;
}
.index_video .video1:hover .img img{
    transform: scale(1.05);
}
.yq4{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    left:110px;
    top:0;
    background:rgba(145,191,234,.2);    
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}
.yq5{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left:340px;
    top:82px;
    background:rgba(236,63,168,.2);
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}
@media(max-width: 1600px){
    .index_video:before{
        width: 90%;
    }
    .yq4{
        width: 60px;
        height: 60px;
        left: 50px;
    }
    .yq5{
        width: 30px;
        height: 30px;
        left: 200px;
        top: 50px;
    }
}
@media(max-width: 1440px){
    .index_video{
        padding:70px 0;
    }    
}
@media(max-width: 1259px){
    .index2 .container{
        padding-top:70px;
    }
    .index_video{
        padding:50px 0;
    }
    .index_video:before{
        right: -3%;
        width: 75%;
    }
    .yq4 {
        width: 50px;
        height: 50px;
        left: 00px;
    }  
    .yq5 {
        width: 25px;
        height: 25px;
        left: 100px;
        top: 40px;
    }
}
@media(max-width: 1024px){
  
}
@media(max-width: 768px){
    .index2 .container {
        padding-top: 0px;
    }
    .yq4,.yq5{
        display: none;
    }
    .index_video{
        padding:0;
    }
    .index_video:before{
        display: none;
    }
    .index_video .video1{
        width: 100%;
    }
    .index_video .text{
        display: none;
    }
    .index_video .video1 .player {
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 640px){
    .index_video .video1 .player {
        margin-top: -25px;
        margin-left: -25px;
        width: 50px;
        height: 50px;
    }    
}


.index3{
    padding:135px 0 120px;
}
.index3 .container{
    position: relative;
}
.index3 .container:after{
    content:'';
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(145,191,234,.2);
    position: absolute;
    top:-50px;
    right: 145px;
    -webkit-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1.5s ease-in-out infinite alternate;
    -o-animation: Tmouse 1.5s ease-in-out infinite alternate;
    animation: Tmouse 1.5s ease-in-out infinite alternate;
}
.index_t3{
    text-align: center;
    color: #92c0e9;
}
.index_t3 .p1{
    font-size: 42px;
    font-family: "sy4";
    line-height: 1;
}
.index_t3 .p2{
    font-size: 20px;  
    font-family: "sy5";  
    margin-top: 15px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    animation-delay: 0.6s;
}
.news_list1 li{
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 3px 3px 10px #ccc;
    /*border-radius: 15px;*/
}
.news_list1 li:nth-child(4n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_list1 li a .img1{
    width: 100%;
    /*height: 275px;*/
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    overflow:hidden;
}
.news_list1 li a .img1 img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.news_list1 li a:hover .img1 img{
    transform: scale(1.1);
}
.news_list1 li a .img1 .cname{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 82px;
    height: 82px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background:#da3f96;
    border-radius: 50%;
    padding: 0 5px;
    line-height: 1.6;
}
/*.news_list1 li a .img1 img{*/
/*    width: 100%;*/
/*    transition: all 0.2s ease-out;*/
/*    transition: all 0.1s ease-out;*/
/*}*/
.news_list1 li a .text{
    padding:36px 16px 46px 26px;
    border-radius: 0 0 10px 10px;
    overflow:hidden;
}
.news_list1 li a .text h3{
    font-size: 20px;
    color: #4c4948;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "sy2";
    font-weight: normal;
}
.news_list1 li a .text p{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin:20px 0 40px;
    font-family: "sy2";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news_list1 li a .text .date1{
    font-size: 14px;
    color: #92c0e9;
    font-family: "Arial";
}
/*.news_list1 li:hover{*/
/*    overflow:hidden;*/
/*}*/
/*.news_list1 li a:hover{*/
/*    background:#91bfea;*/
/*}*/
/*.news_list1 li a:hover .text h3,.news_list1 li a:hover .text p,.news_list1 li a:hover .text .date1{*/
/*    color: #fff;*/
/*}*/
/*.news_list1 li a:hover .img1 img{*/
/*    display: block;*/
/*    position: absolute;*/
/*    top:15px;*/
/*    left:50%;*/
/*    margin-left: -130px;*/
/*    width: 260px;*/
/*    height: 260px;*/
/*    border-radius: 50%;*/
/*    z-index:9;*/
/*}*/
@media(max-width: 1600px){
    .index3{
        padding:110px 0 90px;
    }
    .index_t3 .p1{
        font-size: 32px;
    }
    .index_t3 .p2{
        font-size: 18px;
        margin-top:5px;
    }
/*    .news_list1 li a .img1{
        height: 200px;
    }*/
    .news_list1 li a .img1 .cname {
        top: 15px;
        left: 15px;
        width: 65px;
        height: 65px;
        font-size: 12px;
        padding: 0 5px;
    }
/*    .news_list1 li a:hover .img1 img{
        top:15px;
        margin-left: -85px;
        width: 170px;
        height: 170px;
    }*/
    .news_list1 li a .text {
        padding: 10px 15px 20px;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
    }
    .news_list1 li a .text p {
        margin: 10px 0 20px;
    }
}
@media(max-width: 1440px){
    .index_t3 .p1{
        font-size: 28px;
    }
    .index_t3 .p2{
        font-size: 16px;
    }    
}
@media(max-width: 1259px){
    .index3 {
        padding: 90px 0 70px;
    }
    .index3 .container:after{
        width: 50px;
        height: 50px;
        top: -20px;
        right:80px;
    }
    .index_t3 .p1{
        font-size: 26px;
    }
    .index_t3 .p2{
        font-size: 14px;
    }  
}
@media(max-width: 1024px){
    .news_list1 li{
        width: 32%;
    }
    .news_list1 li:nth-child(4n) {
        margin-right: 2%;
    }
    .news_list1 li:nth-child(3n) {
        margin-right: 0%;
    }
    .news_list1 li a .text h3{
        font-size: 15px;
    }  
    .news_list1 li a .text p {
        margin: 5px 0 10px;
    } 
    .index3 .news_list1 li:nth-child(4){
        display: none;
    }
}
@media(max-width: 768px){
    .index3 {
        padding: 50px 0;
    }
    .index3 .container:after{
        display: none;
    }
    .index_t3 .p1{
        font-size: 22px;
    }
    .index_t3 .p2{
        margin-top: 0;
    }
    .news_list1{
        margin-top:30px;
    }
    .news_list1 li{
        width: 49%;
        margin-bottom: 20px!important;
    }
    .news_list1 li:nth-child(3n) {
        margin-right: 2%!important;
    }
    .news_list1 li:nth-child(2n) {
        margin-right: 0!important;
    }
    .news_list1 li a .text h3{
        font-size: 15px;
    }
    .index3 .news_list1 li:nth-child(4){
        display: block;
    }
}
@media(max-width: 640px){
    .index3 {
        padding: 30px 0;
    }
    .index_t3 .p1{
        font-size: 18px;
    }
    .news_list1{
        margin-top:20px;
    }  
    .news_list1 li a .text {
        padding: 15px 15px;
    }  
    .news_list1 li a .text h3{
        font-size: 16px;
    }
}
@media(max-width: 400px){
    /*.news_list1 li{*/
    /*    width: 100%;*/
    /*    margin-right: 0!important;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}


.index4{
    background:#eff1ff;
    padding:85px 0 65px;
}
.index4 .index_t3{
    color: #92c0e9;
    margin-bottom: 35px;
}
.banner3{
    max-width: 1000px;
    padding:0 130px;
    position: relative;
    margin:0 auto;
    width: 100%;
}
.banner3 .swiper-button-prev{
    width: 82px;
    height: 82px;
    margin-top:-65px;
    left:0;
    background:url(../images/left2.png) no-repeat center;
   display: none;
}
.banner3 .swiper-button-next{
    width: 82px;
    height: 82px;
    margin-top:-65px;
    right:0;
    background:url(../images/right2.png) no-repeat center;
    display: none;
}
.banner3 .swiper-button-prev:after,.banner3 .swiper-button-next:after{
    display: none;
}
.banner3:hover .swiper-button-prev,.banner3:hover .swiper-button-next{
    display: block!important;
}
#c-banner3{
    padding-bottom: 65px;
}
#c-banner3 .swiper-slide{
    background:#91bfea;
    border-radius: 150px;
    padding:18px;
    display: flex;
    flex-wrap: wrap;
}
#c-banner3 .swiper-slide .img1{
    width: 245px;
}
#c-banner3 .swiper-slide .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: calc(100% - 245px);
    padding:0 15px;
    color: #fff;
}
#c-banner3 .swiper-slide .text .p1{
    font-size: 32px;
    font-family: "sy1";
    line-height: 1.8;
}
#c-banner3 .swiper-slide .text .p2{
    font-size: 22px;
    font-family: "sy5";    
}
.swiper-pagination{
    width: 100%;
}
#c-banner3 .swiper-pagination{
    bottom:0;
}
#c-banner3 .swiper-pagination .swiper-pagination-bullet{
    background:url(../images/yq1.png) no-repeat center;
    opacity: .6;
    width: 18px;
    height: 18px;
    margin:0 10px;
}
#c-banner3 .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
@media(max-width: 1600px){
    #c-banner3 .swiper-slide .img1{
        width: 180px;
    }
    #c-banner3 .swiper-slide .text{
        width: calc(100% - 180px);
    }
    #c-banner3 .swiper-slide .text .p1{
        font-size: 26px;
    }
    #c-banner3 .swiper-slide .text .p2{
        font-size: 18px;
    }
}
@media(max-width: 1440px){
    .index4{
        padding:70px 0;
    }    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    #c-banner3 .swiper-slide .img1{
        width: 120px;
    }
    #c-banner3 .swiper-slide .text{
        width: calc(100% - 120px);
    }
    #c-banner3 .swiper-slide .text .p1{
        font-size: 22px;
    }
    #c-banner3 .swiper-slide .text .p2{
        font-size: 15px;
    }    
}
@media(max-width: 768px){
    .index4{
        padding:50px 0;
    }    
    .index4 .index_t3{
        margin-bottom: 30px;
    }
    #c-banner3 {
        padding-bottom: 45px;
    }
    #c-banner3 .swiper-slide .img1{
        width: 100px;
    }
    #c-banner3 .swiper-slide .text{
        width: calc(100% - 100px);
    }
    #c-banner3 .swiper-slide .text .p1{
        font-size: 20px;
    }
    #c-banner3 .swiper-slide .text .p2{
        font-size: 14px;
        line-height: 1.8;
    }  
}
@media(max-width: 640px){
    .index4{
        padding:30px 0;
    }
    .index4 .index_t3{
        margin-bottom: 20px;
    }     
    .banner3{
        padding:0 ;
    } 
    #c-banner3 .swiper-slide{
        padding: 12px;
    }
    #c-banner3 .swiper-slide .img1{
        width: 65px;
    }
    #c-banner3 .swiper-slide .text{
        width: calc(100% - 65px);
        padding:0 0 0 15px;
    }
    #c-banner3 .swiper-slide .text .p1{
        font-size: 16px;
    }
    #c-banner3 .swiper-slide .text .p2{
        font-size:12px;
    }
}



#footer{
    background:url(../images/foot.jpg) no-repeat top center #91bfea;
    padding:50px 0 60px;
    /*margin-top:10px;*/
    background-size: cover;
}
.f_logo{
    margin-bottom: 68px;
}
.foot{
    display: flex;
    flex-wrap: wrap;
}
.f_contact{
    font-size: 14px;
    color: #4c4948;
    line-height: 1.8;
    font-family: "sy4";
}
.f_contact p:nth-child(1){
    font-size: 18px;
    margin-bottom: 10px;
}
.copyright{
    margin-top:15px;
    font-size: 14px;
    color: #4c4948;
    line-height: 1.8;
    font-family: "sy4";
}
.foot_l{
    float: left;
    width: calc(100% - 400px);
}
.f_share{
    display: flex;
    flex-wrap: wrap;
    float: right;
    align-items:flex-end;
    width: 400px;
}
.f_share a{
    display: block;
    width: 62px;
    height: 62px;
    position: relative;
    margin-right: 35px;
    margin-bottom: 10px;
}
.f_share_code{
    position: absolute;
    top:-100px;
    left:50%;
    margin-left: -47.5px;
    width: 95px;
    opacity: 0;
}
.f_share a:hover .f_share_code{
    opacity: 1;
}
.f_share a:nth-child(1){
    background:url(../images/f_icon1.png) no-repeat center;
}
.f_share a:nth-child(2){
    background:url(../images/f_icon2.png) no-repeat center;
}
.f_share a:nth-child(3){
    background:url(../images/f_icon3.png) no-repeat center;
}
.f_share a:nth-child(1):hover{
    background:url(../images/f_icon1_h.png) no-repeat center;
}
.f_share a:nth-child(2):hover{
    background:url(../images/f_icon2_h.png) no-repeat center;
}
.f_share a:nth-child(3):hover{
    background:url(../images/f_icon3_h.png) no-repeat center;
}
.r_fixed{
    position: fixed;
    right: 15px;
    top:50%;
    margin-top:-150px;
    z-index:9999;
}
.r_fixed a{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.r_img1 img{
    max-width: 46px;
}
.r_text{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items:center;
    justify-content: center;
/*    padding:0 18px;*/
    height: 46px;
    border:1px solid #ec3fa8;
    color: #ec3fa8;
    border-radius: 50px;
    position: absolute;
    top:0;
    left:0%;
    opacity: 0;
    background:#fff;
    transition: all 0.3s ease-out;
}
.r_text .img1{
    margin-right: 12px;
}

.r_fixed a:nth-child(1) .r_text{
    width: 178px;
}
.r_fixed a:nth-child(1):hover .r_text{
    left: -138px;
}
.r_fixed a:nth-child(2) .r_text{
    width: 170px;
}
.r_fixed a:nth-child(2):hover .r_text{
    left: -120px;
}
.r_fixed a:nth-child(3) .r_text,.r_fixed a:nth-child(4) .r_text{
    width: 140px;
}
.r_fixed a:nth-child(3):hover .r_text,.r_fixed a:nth-child(4):hover .r_text{
    left: -90px;
}
.r_fixed a:hover .r_img1{
    opacity: 0;
}
.r_fixed a:hover .r_text{
    opacity: 1;
}
@media(max-width: 1600px){
    .r_fixed{
        right: 5px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .r_fixed{
        display: none;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    #footer{
        padding:50px 0;
    }
    .foot_l {
        width: calc(100% - 300px);
    }
    .f_logo{
        margin-bottom: 30px;
    }
    .f_share{
        width: 300px;
    }
    .f_share a{
        width: 50px;
        height: 50px;
        margin-right: 15px;  
        background-size: 100%!important;      
    }
}
@media(max-width: 640px){
    #footer{
        padding:40px 0;
    }
    .foot_l{
        width: 100%;
    }
    .f_logo {
        margin-bottom: 25px;
    }
    .f_contact{
        font-size:13px;
    }
    .f_contact p:nth-child(1){
        font-size: 16px;
        /*margin-bottom:0;*/
    }
    .copyright{
        margin-top:5px;
    }
    .f_share{
        display: none;
    }
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_head{
    box-shadow: 0px 0px 10px #ccc;
}
#about1{
    background:url(../images/bg1.jpg) no-repeat top center;
    height: 900px;
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}
.about1{

}
.about1_l{
    padding-top:90px;
    width: 50%;
    float: left;
}
.ab_t1{
    animation-delay: 0.3s;
    color: #fff;
    font-family: "sy4";
}
.ab_t1 .p1{
    font-size: 58px;
}
.ab_t1 .p2{
    font-size: 72px;
    opacity: .19;
    text-transform: uppercase;
    line-height: 1;
}
.about1_l .text{
    font-size: 14px;
    /*color: #4c4948;*/
    color: #fff;
    font-family: "sy2";
    animation-delay: 0.6s;
    max-width: 505px;
    margin-top:25px;
}
.about1_l .text h3{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;

}
.about1_l .text p{
    text-indent: 2em;
}
.about1_r{
    padding-top:185px;
    width: 50%;
    float: right;
    /*text-align:center;*/
/*    overflow:hidden;*/
}
.about1_r img{
    transition: all 0.3s ease-out;
}
.about1_r img:hover{
    transform: scale(1.05);
}
#about2{
    padding:130px 0 0;
}
#about2 h2{
    font-weight: normal;
    font-size: 59px;
    color: #4c4948;
    font-family: "sy4";
    line-height: 1;
    text-align: center;
}
#about2 .text{
    width: 738px;
    height: 738px;
    background:#97c3ea;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px #eee;
    margin:85px auto 0;
}
#about2 .text h3{
    font-size: 36px;
    color: #4c4948;
    font-weight: normal;
    font-family: "sy5";
    line-height: 1;
    animation-delay: 0.3s;
}
#about2 .text .img1{
    margin:50px 0 30px;
    animation-delay: 0.6s;
    font-size: 30px;
    color: #ed40a9;
    line-height: 1.4;
    font-family: "sy2";
}
#about2 .text .txt{
    font-family: "sy2";
    font-size: 14px;
    color: #fff;
    animation-delay: 0.9s;
    /*display: none;*/
}
.about2{
    padding-top:120px;
}
.about2 h2{
    font-weight: normal;
    font-size: 36px;
    color: #4c4948;
    font-family: "sy4";
    line-height: 1;
    text-align: center;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:75px;
}
.about2 ul li{
    width: 25%;
    max-width: 220px;
    margin-right: 90px;
    padding:40px 35px 70px;
    background:#91bfea;
    border-radius: 110px;
    box-shadow: 5px 5px 10px #e0dfdd;
}
.about2 ul li:nth-child(1){
    animation-delay: 0.2s;
}
.about2 ul li:nth-child(2){
    animation-delay: 0.4s;
}
.about2 ul li:nth-child(3){
    animation-delay: 0.6s;
}
.about2 ul li:nth-child(4){
    animation-delay: 0.8s;
}
.about2 ul li .t1{
    font-size: 18px;
    color: #fff;
    font-family: "sy2";
    width: 118px;
    height: 118px;
    line-height: 112px;
    background:#ec3fa8;
    border-radius: 50%;
    text-align: center;
    margin:0 auto;
    border:3px solid #91bfea;
    position: relative;
    z-index:9;
}
.about2 ul li .t2{
    font-family: "sy2";
    color: #fff;
    border:1px solid #fff;
    width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin:-45px auto 0;
    position: relative;
    z-index:8;
    padding-top: 35px;
}
.about2 ul li .t2 .p1{
    font-size: 18px;
    line-height: 1;
}
.about2 ul li .t2 .p2{
    font-size: 12px;
}
.about2 ul li .text{
    font-family: "sy2";
    font-size: 14px;
    color: #fff;
    margin-top:25px;
}
.about2 ul li .text span{
    display: block;
}
.about2-3{
    padding:120px;
    text-align: center;
}
.about2-3 h2{
    font-weight: normal;
    font-size: 36px;
    color: #4c4948;
    font-family: "sy4";
    line-height: 1;
    text-align: center;
}
.about2-3 .img1{
    margin:90px 0 55px;
    animation-delay: 0.3s;
}
.about2-3 .text{
    font-family: "sy2";
    font-size: 14px;
    color: #92c0e9;  
    animation-delay: 0.6s;
}
#about3{
    background:#91bfea;
    padding:105px 0 195px;
    color: #fff;
}
.ab_t3{
    text-align: center;
}
.ab_t3 h3{
    font-size: 59px;
    line-height: 1;
    font-weight: normal;
    font-family: "sy4";
}
.ab_t3 p{
    font-size: 23px;
    font-family: "sy4";
    margin-top:20px;
}
.honner{
    margin: 70px auto 0;
    position: relative;
    height: 596px;
    width: 90%;
    max-width: 1566px;
    background:url(../images/bg2.png) no-repeat center;
    padding:0 255px;
    animation-delay: 0.6s;
}
.honner .swiper-button-prev{
    width: 78px;
    height: 79px;
    margin-top:-39px;
    left:110px;
    background:url(../images/left3.png) no-repeat center;
    opacity: 0;
}
.honner .swiper-button-next{
    width: 78px;
    height: 79px;
    margin-top:-39px;
    right:110px;
    background:url(../images/right3.png) no-repeat center;
    opacity: 0;
}
.honner .swiper-button-prev:after,.honner .swiper-button-next:after{
    display: none;
}
.honner:hover .swiper-button-prev,.honner:hover .swiper-button-next{
    opacity: 1;
}
#c-banner4{
    padding-bottom: 180px;
    padding-top:160px;

}
#c-banner4 .swiper-wrapper{
    display: flex;
    align-items: flex-end;    
}
#c-banner4 .swiper-slide{

}
#honner .swiper-pagination{
    bottom:-90px;
}
#honner .swiper-pagination .swiper-pagination-bullet{
    background:url(../images/yq1.png) no-repeat center;
    opacity: .6;
    width: 18px;
    height: 18px;
    margin:0 10px;
}
#honner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
#about4{
    background:#f7f7f7;
    margin-top:10px;
    padding:110px 0 170px;
}
#about4 h2{
    font-size: 59px;
    color: #90bee9;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}
#about4 ul{
    margin-top:95px;
}
#about4 ul li{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 5px 5px 10px #ccc;
    margin-bottom: 20px;
}
#about4 ul li .img{
    width: 50%;
    animation-delay: 0.3s;
}
#about4 ul li:hover .img img{
    transform: scale(1.1);
}
#about4 ul li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    padding:10px 60px;
    animation-delay: 0.6s;
}
#about4 ul li .text h3{
    padding-left: 60px;
    background:url(../images/more2.png) no-repeat left center;
    font-size: 36px;
    color: #ed40a9;
    font-weight: normal;
    font-family: "sy2";
    line-height: 1;
}
#about4 ul li .text p{
    padding-left: 55px;    
    font-size: 14px;
    color: #666666;
    font-family: "sy2";
    margin-top:20px;
}
#about4 ul li:nth-child(2n){
    flex-direction: row-reverse;
}
#about4 ul li:nth-child(2n) .text{
    text-align: right;
}
#about4 ul li:nth-child(2n) .text h3{
    padding-left: 0px;
    padding-right: 60px;
    background:url(../images/more3.png) no-repeat right center;
}
#about4 ul li:nth-child(2n) .text p{
    padding-left: 0px;    
    padding-right: 55px;
}
@media(max-width: 1660px){
    #about1{
        width: 100%;
        left: 0;
        margin-left: 0;
        height: auto;
    }
    .ab_t1 .p1{
        font-size: 42px;
    }
    .ab_t1 .p2{
        font-size: 56px;
    }
    .about1_l .text h3{
        font-size: 32px;
    }
    .about1_r{
        /*width: 40%;*/
        padding:190px 0 50px;
    }
    #about2,.about2-3,#about4{
        padding:90px 0;
    }
    #about2 h2,.ab_t3 h3,#about4 h2{
        font-size: 42px;
    }
    #about2 .text{
        margin:50px auto 0;
        /*width: 600px;*/
        /*height: 600px;*/
    }
    #about2 .text .img1{
        margin: 30px 0 20px;
        font-size:24px;
    }
    #about2 .text .img1 img{
        width: 70%;
    }
    #about2 .text .txt{
        padding:0 35px;
    }
    .about2{
        padding-top:10px;
    }
    .about2 h2,.about2-3 h2{
        font-size: 32px;
    }
    .about2 ul li{
        padding:40px 25px 60px;
        margin-right: 50px;
    }
    .about2 ul li .t1{
        font-size: 16px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .about2-3 .img1 {
        margin: 60px 0 40px;
    }
    .about2-3 .img1 img{
        max-width: 500px;
    }
    #about3{
        padding: 100px 0 180px;
    }
    .ab_t3 p{
        font-size: 18px;
        margin-top: 10px;
    }
    .honner{
        padding:0 200px;
        margin:50px auto 0;
        background-size: contain;
        height: auto;
    }
    #c-banner4 {
        padding-bottom: 65px;
        padding-top: 100px;
    }
    #honner .swiper-pagination{
        bottom: -70px;
    }
/*    .honner .swiper-button-prev{
        left:50px;
    }
    .honner .swiper-button-next{
        right:50px;
    }*/
    #about4 ul{
        margin-top:70px;
    }
    #about4 ul li .text h3{
        font-size: 32px;
    }
    #about4 ul li .text p{
        margin-top:10px;
    }
}
@media(max-width: 1440px){
    #about3{
        padding: 70px 0 120px;
    }
    .honner .swiper-button-prev,.honner .swiper-button-next{
        width: 50px;
        height: 50px;
        background-size: 100%;
        margin-top:-25px;
    }
    .about2 ul li .t2 .p1{
        font-size: 16px;
    }
}
@media(max-width: 1259px){
    .ab_t1 .p1{
        font-size: 32px;
    }
    .ab_t1 .p2{
        font-size: 42px;
    }
    .about1_l{
        width: 51%;
        padding-top: 60px;
    }
    .about1_l .text h3 {
        font-size: 26px;
        margin-bottom:0;
    }
    .about1_r{
        width: 49%;
    }
}
@media(max-width: 1024px){
    .about1_l{
        width: 55%;
    }
    .about1_r{
        width: 40%;
    }
    #about2,.about2-3,#about4{
        padding:70px 0;
    }    
    #about2 h2, .ab_t3 h3, #about4 h2 {
        font-size: 32px;
    }
    #about2 .text h3{
        font-size: 32px;
    }
    .about2 h2,.about2-3 h2{
        font-size: 26px;
    }
    .about2 ul{
        margin-top:50px;
    }
    .about2 ul li {
        width: 23.5%;
        padding: 30px 20px 40px;
        margin-right: 2%;
    }
    .about2 ul li:last-child{
        margin-right: 0;
    }
    .about2 ul li .t1 {
        font-size: 14px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .about2 ul li .text{
        margin-top:15px;
    }
    .about2-3 .img1 {
        margin: 40px 0 30px;
    }
    .honner {
        padding: 0 150px;
    }
    .honner .swiper-button-prev{
        opacity: 1;
        left:60px;
    }
    .honner .swiper-button-next{
        opacity: 1;
        right:60px;
    }
    #honner .swiper-pagination {
        bottom: -50px;
    }
    #about4 ul {
        margin-top: 50px;
    }
    #about4 ul li .text h3 {
        font-size: 26px;
        padding-left: 50px;
        background-size: contain!important;
    }
    #about4 ul li .text p {
        padding-left: 45px;
    }
    #about4 ul li:nth-child(2n) .text h3{
        padding-right: 50px;
    }
    #about4 ul li:nth-child(2n) .text p{
        padding-right: 45px;
    }
}
@media(max-width: 820px){
    .about1_l{
        width: 100%;
        padding:50px 0;
    }
    .ab_t1 .p1{
        font-size: 26px;
    }
    .ab_t1 .p2{
        font-size: 32px;
    }
    .about1_l .text h3{
        font-size: 22px;
    }
    .about1_r{
        display: none;
        width: 100%;
    }
    #about2,.about2-3,#about4{
        padding:50px 0;
    } 
    #about2 .text {
        margin: 40px auto 0;
        width: 500px;
        height: 500px;
    }  
    .about2 h2,.about2-3 h2{
        font-size: 24px;
    }
    .about2 ul{
        margin-top:30px;
    } 
    .about2-3 .img1 img{
        max-width: 400px;
    }
    #about2 .text{
            width: 600px;
            height: 600px;
    }
    #about2 .text h3{
        font-size: 26px;
    }
    #about2 .text .img1 {
        margin: 20px 0 15px;
        font-size:20px;
    }
    #about2 .text .img1 img{
        max-width: 60%;
    }
    #about2 h2, .ab_t3 h3, #about4 h2{
        font-size: 26px;
    }
    .ab_t3 p{
        font-size: 14px;
        max-width:80%;
        margin:10px auto 0;
        text-align:center;
    }
    #about3 {
        padding: 50px 0 90px;
    }
    .honner {
        padding: 0 150px;
        margin-top:30px;
    }
    #c-banner4 {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    #about4 ul{
        margin-top:30px;
    }
    #about4 ul li{
        margin-bottom: 15px;
    }
    #about4 ul li .img{
        width: 100%;
    }
    #about4 ul li .text{
        width: 100%;
        padding:15px;
    }
    #about4 ul li .text h3{
        font-size: 20px;
        padding-left: 35px;
    }
    #about4 ul li .text p {
        padding-left: 35px;
        line-height: 1.8;
    }
}
@media(max-width: 640px){
    #about1{
        background:url(../images/m_bg1.jpg) no-repeat top right #81c5fe;
        background-size:contain;
    }
    .about1_l{
        width: 100%;
        padding:65px 0;
    }
    .ab_t1 .p1{
        font-size: 22px;
    }
    .ab_t1 .p2{
        font-size: 26px;
        max-width:150px;
    }
    .about1_l .text{
        margin-top:20px;
    }
    .about1_l .text h3{
        font-size: 16px;
    }
    #about2,.about2-3,#about4{
        padding:30px 0;
    } 
    /*#about2 .text {*/
    /*    margin: 20px auto 0;*/
    /*    width: 300px;*/
    /*    height: 300px;*/
    /*    background:none;*/
    /*    box-shadow:none;*/
    /*    padding:0 0;*/
    /*}  */
    #about2 .text .img1{
        font-size:16px;
    }
    #about2 .text .img1 img {
        max-width: 80%;
    }
    #about2 .text .txt{
        color:#666666;
        box-shadow:none;
    }
    .about2 h2,.about2-3 h2{
        font-size: 22px;
    }
    .about2 ul{
        margin-top:20px;
    } 

    #about2 h2, .ab_t3 h3, #about4 h2 {
        font-size: 22px;
    }
    #about2 .text{
        border-radius: 15px;
        width: 100%;
        height: 100%;
        padding:0px 15px;
        background:none;
        box-shadow:none;
        margin:20px 0 0;
    }
    #about2 .text h3 {
        font-size: 20px;
    }
    #about2 .text .img1 {
        margin: 10px 0 5px;
    }
    #about2 .text .txt{
        padding:0;
    }
    .about2 ul{
        position:relative;
    }
    .about2 ul:before{
        content:'';
        position:absolute;
        top:50%;
        left:50%;
        width: 40px;
        height: 41px;
        background:url(../images/m_logo1.png) no-repeat center;
        margin-left:-20px;
        margin-top:-20.5px;
    }
    .about2 ul li{
        width: 49%;
        padding:20px 15px 50px;
        margin-bottom: 15px;
    }
    .about2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .about2 ul li .t1 {
        font-size: 12px;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .about2 ul li .t2 {
        width: 90px;
        height: 90px;
        margin: -30px auto 0;
        padding-top: 20px;
    }
    .about2 ul li .t2 .p1{
        font-size: 14px;
    }
    .about2 ul li .text{
        margin-top:10px;
        line-height: 1.6;
        font-size:12px;
    }
    .about2 ul li .text span{
        display: inline-block;
    }
    .about2-3 .img1 {
        margin: 15px 0 20px;
    }
    .about2-3 .img1 img{
        max-width: 80%;
    }
    #about3 {
        padding: 25px 0 50px;
    }
    .honner{
        padding:20px 60px;
        margin-top: 20px;
        width:100%;
        /*background: url(../images/bg2-2.png) no-repeat bottom center;*/
        background-size: contain;
    }
    #c-banner4 {
        padding-bottom: 12px;
        padding-top: 10px;
    }
    .honner .swiper-button-prev,.honner .swiper-button-next{
        display: none;
    }
    #honner .swiper-pagination{
        bottom:-40px;
    }
    #honner .swiper-pagination .swiper-pagination-bullet{
        margin:0 5px;
    }
    #about4 ul{
        margin-top:20px;
    }
    #about4 ul li .text h3{
        font-size: 17px;
        background: url(../images/more2-2.png) no-repeat left center;
        padding-left:28px;
    }
    #about4 ul li .text p{
        padding-left:28px;
    }
    #about4 ul li:nth-child(2n) .text h3{
        background:url(../images/more2-2.png) no-repeat right center;
        padding-right:28px;
    }
    #about4 ul li:nth-child(2n) .text p{
        padding-right:28px;
    }
}


.n_news{
    padding:110px 0 95px;
}
.news_list{
    margin-top:70px;
}
.news_list li{
    width: 32%;
    margin-bottom: 55px;
}
.news_list li:nth-child(4n){
    margin-right: 2%;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a .text {
    padding: 55px 35px 65px 35px;
}
.news_list li a .img1{
/*    max-height: 348px;*/
    overflow:hidden;
}
.news_list li a .img1 img{
    width: 100%;
}
.news_list li a .date1 em{
    display: flex;
    justify-content: center;
    font-style: normal;
    background:#91bfea;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    width: 114px;
    line-height: 28px;
    text-align: center;
    box-shadow: 2px 2px 8px #DCDCDC;
    float: right;
    /*display: none;*/
}
.news_list li a .text h3{
    font-size: 30px;
}
.news_list li a .text p{
    font-size: 17px;
    margin:25px 0 50px;
}
.news_list li a .text .date1{
    font-size: 17px;
}
.news_list li a .date1 em i{
    width: 22px;
    background:url(../images/more4.png) no-repeat center;
    margin-left: 5px;
}
.news_list li:hover a .date1 em{
    box-shadow: 2px 2px 8px #7aa1c6;
}
/*.news_list li a:hover .img1 img{
    margin-left: -160px;
    width: 320px;
    height: 320px;
}*/
.news_detail{
    max-width: 1080px;
    padding:55px 0 170px;
}
.news_detail h1{
    font-size: 30px;
    color: #4c4948;
    font-weight: normal;
    font-family: "sy2";
    line-height: 1.4;
    text-align: center;
}
.news_detail .news_date{
    font-size: 17px;
    color: #92c0e9;
    font-family: "Arial";
    text-align: center;
    margin:15px 0 30px;
}
.news_detail .content{
    font-size: 16px;
    color: #666666;
    font-family: "sy2";
}
@media(max-width: 1600px){
    .n_news{
        padding:90px 0;
    }
    .news_list{
        margin-top:50px;
    }
    .news_list li{
        margin-bottom: 40px;
    }
/*    .news_list li a .img1{
        max-height: 300px;
    }*/
/*    .news_list li a:hover .img1 img{
        margin-left: -135px;
        width: 270px;
        height: 270px;
    }*/
    .news_list li a .text {
        padding: 30px 25px;
    }
    .news_list li a .text h3{
        font-size: 20px;
    }
    .news_list li a .text p {
        font-size: 15px;
        margin: 10px 0 30px;
    }
    .news_detail{
        padding:55px 0 100px;
    }
    .news_detail h1{
        font-size: 22px;
    }
    .news_detail .news_date {
        font-size: 15px;
        margin: 10px 0 15px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .news_list li a .text {
        padding: 20px 25px;
    }    
}
@media(max-width: 1259px){
/*    .news_list li a .img1{
        max-height: 250px;
    }*/
/*    .news_list li a:hover .img1 img{
        margin-left: -110px;
        width: 220px;
        height: 220px;
    }*/
    .news_list li a .text {
        padding: 10px 15px 15px;
    }
    .news_list li a .text h3 {
        font-size: 17px;
    }
    .news_detail{
        padding:55px 0 70px;
    }
    .news_detail h1{
        font-size: 20px;
    }
    .news_detail .news_date {
        font-size: 14px;
        margin: 10px 0;
    }
}
@media(max-width: 1024px){
    .n_news{
        padding:70px 0;
    }  
    .news_list li{
        margin-bottom: 30px;
    }

}
@media(max-width: 768px){
    .n_news{
        padding:50px 0;
    }  
    .news_list {
        margin-top: 30px;
    }
    .news_list li{
        width: 49%;
    }  
    .news_detail{
        padding:50px 0;
    }
    .news_detail h1{
        font-size: 18px;
    }
    .news_detail .news_date {
        margin: 5px 0;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:30px 0;
    }  
    .news_list {
        margin-top: 20px;
    }  
    .news_list li a .text {
        padding: 15px 15px;
    }  
    .news_list li a .text h3{
        font-size: 16px;
    }
    .news_detail{
        padding:25px 0;
    }
    .news_detail h1{
        font-size: 16px;
    }
    .news_list li a .date1 em{
        display:none;
    }
}
@media(max-width: 400px){
    /*.news_list1 li{*/
    /*    width: 100%;*/
    /*    margin-right: 0!important;*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .news_list1 li a .text {
        padding: 10px 12px;
    }
    .news_list1 li a .text h3{
        /*-webkit-line-clamp: 1;*/
        font-size:15px;
    }
    .news_list1 li a .text p{
        -webkit-line-clamp: 3;
        font-size:14px;
        margin:10px 0 15px;
    }
    .news_list1 li a .img1 .cname {
        top: 5px;
        left: 5px;
        /*width: 50px;*/
        /*height: 50px;*/
        /*font-size: 12px;*/
        /*padding: 0 10px;*/
    }
}


.kcxfz{
    padding:85px 0 185px;
    background:url(../images/bg3.png) no-repeat top center #f3f8fa;
}
.kcxfz .container{
    max-width: 1360px;
}
.kcxfz h2{
    font-size: 39px;
    color: #92c0e9;
    font-weight: normal;
    font-family: "sy4";
    text-align: center;
    line-height: 1.2;
    text-shadow:2px 2px #e0e0e0;
    animation-delay: 0.3s;
}
.kcxfz ul{

}
.kcxfz ul li{
    display: flex;
    flex-wrap: wrap;
    padding:60px 100px;
    background:#fff;
    border-radius: 300px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top:85px;
    position: relative;
}
.kcxfz ul li .img1{
    width: 260px;
}
.kcxfz ul li .text{
    width: calc(100% - 260px);
    padding-left: 60px;
}
.kcxfz ul li .text h3{
    font-size: 42px;
    color: #ed40a9;
    line-height: 1.2;
    font-weight: normal;
    font-family: "sy4";
    animation-delay: 0.3s;
}
.kcxfz ul li .text p{
    font-size: 18px;
    color: #92c0e9;
    font-family: "sy4";
    margin:5px 0 10px;
    animation-delay: 0.6s;
}
.kcxfz ul li .text .txt{
    font-size: 14px;
    color: #595757;
    line-height: 1.8;
    animation-delay: 0.9s;
}



@media(max-width: 1600px){
    .kcxfz{
        padding:80px 0 120px;
    }
    .kcxfz h2{
        font-size: 32px;
    }
    .kcxfz ul li {
        padding: 50px 70px;
        border-radius: 300px;
        margin-top: 50px;
    }
    .kcxfz ul li .img1{
        width: 200px;
    }
    .kcxfz ul li .text {
        width: calc(100% - 200px);
        padding-left: 60px;
    }
    .kcxfz ul li .text h3{
        font-size: 32px;
    }
    .kcxfz ul li .text p{
        font-size: 18px;
    }
    /*.kcxfz ul li .text .txt{*/
    /*    font-size: 15px;*/
    /*    line-height: 35px;*/
    /*}*/
}
@media(max-width: 1440px){
    .kcxfz ul li {
        padding: 40px 60px;
        border-radius: 200px;
        margin-top: 50px;
    } 
    .kcxfz ul li .text h3{
        font-size: 28px;
    }
    .kcxfz ul li .text p{
        font-size: 16px;
    }
    .kcxfz ul li .text .txt{
        font-size: 14px;
        line-height: 2em;
    }   
}
@media(max-width: 1259px){
    .kcxfz{
        padding:70px 0 100px;
    }
    .kcxfz h2{
        font-size: 26px;
        line-height: 1.4;
    }
    .kcxfz ul li {
        padding: 30px 50px;
    } 
    .kcxfz ul li .img1{
        width: 150px;
    }
    .kcxfz ul li .text {
        width: calc(100% - 150px);
        padding-left: 40px;
    }
    .kcxfz ul li .text h3 {
        font-size: 24px;
    }
    .kcxfz ul li .text p {
        font-size: 15px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .kcxfz{
        padding:50px 0;
    } 
    .kcxfz h2{
        font-size: 24px;
    }
    .kcxfz ul li {
        padding: 25px 40px;
        margin-top: 30px;
    } 
    .kcxfz ul li .img1{
        width: 120px;
    }
    .kcxfz ul li .text {
        width: calc(100% - 120px);
        padding-left: 25px;
    }   
    .kcxfz ul li .text h3 {
        font-size: 18px;
    }
    .kcxfz ul li .text p{
        margin: 5px 0;
    }
}
@media(max-width: 640px){
    .kcxfz{
        padding:30px 0;
    } 
    .kcxfz h2{
        font-size: 20px;
    }
    .kcxfz ul li {
        padding: 15px;
        margin-top: 15px;
        border-radius: 15px;
    }
    .kcxfz ul li .img1{
        width: 100%;
        text-align: center;
    }
    .kcxfz ul li .img1 img{
        max-width: 100px;
    }
    .kcxfz ul li .text{
        width: 100%;
        padding-left: 0;
        margin-top:15px;
    }
    .kcxfz ul li .text h3 {
        font-size: 16px;
    }    
    .kcxfz ul li .text .txt{
        line-height: 1.8;
    }
}
@media(max-width: 460px){
    .kcxfz h2{
        text-shadow:none;
        margin-bottom:20px;
    }
    .kcxfz ul li .text h3{
        max-width:calc(100% - 120px);
        font-size:22px;
    }
    .kcxfz ul li .text p{
        max-width:calc(100% - 120px);
        line-height:1.6;
    }
    .kcxfz ul li .img1{
        position:absolute;
        right:15px;
        top:20px;
        max-width:100px;
    }
    .kcxfz ul li .img1 img{
        max-width: 100px;
    }  
    .kcxfz ul li .text .txt{
        margin-top:20px;
    }
}

#job{
    background:url(../images/bg4.jpg) repeat-y top center;
    padding:0 0 55px;
}
#job .container{
    max-width: 1460px;
}
.j_img1{
    text-align: right;
}
.j_img1 img{
    margin-right: -50px;
}
.job1{
    margin-top:-28px;
}
.job1_l{
    color: #515457;
    font-family: "sy4";
    float: left;
}
.job1_l .p1{
    font-size: 20px;
}
.job1_l .p2{
    font-size: 52px;
    line-height: 1.2;
    margin-top:30px;
}
.job1_l .p2 img{
    margin-left: 20px;
}
.job1_m{
    float: left;
    margin-left: -25px;
    margin-top:90px;
}
.job1_r{
    float: left;
    font-size: 32px;
    line-height: 1.4;
    padding-top:80px;
}
.m_job{
    display: none;
}
.job_list1{
    margin-top:70px;
    display: flex;
    flex-wrap: wrap;
}
.job_list1 li{
    margin-bottom: 45px;
    width: 32%;
    margin-right: 2%;
    position: relative;

}
.job_list1 li:nth-child(3n){
    margin-right: 0;
}
.job_list1 li .job_title{
    height: 50px;
    border-radius: 50px;
    background:#ec3fa8;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding:2.5px;
    cursor: pointer
}
.job_list1 li .job_title p{
    background:url(../images/down1.png) no-repeat right center;
    background-size: contain;
}
.job_list1 li .job_content{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    left:0%;
    background:rgba(0,0,0,.3);

    z-index:99;

    display: none;
}
.job_list1 li .job_cont{
    width: 90%;
    background: #fff;
    border-radius: 25px;
    padding:35px 50px 50px;
}
.job_list1 li .job_content .job_txt1{
    margin-bottom: 20px;
    font-size: 14px;
    color: #ed40a9;
    position: relative;
}
.job_list1 li .job_content .cont{
    position: relative;
    color: #595757;
    font-size: 14px;
}
.job_list1 li .job_content .cont h3{
    font-size: 18px;
}
.job_list1 li .job_content .cont .job_cont_l{
    width: 46%;
    float: left;
}
.job_list1 li .job_content .cont .job_cont_r{
    width: 46%;
    float: right;
}
.job_list1 li .job_content .close{
    position: absolute;
    top:0px;
    right:0;
    cursor: pointer;
}
a.job_submit{
    display: block;
    width: 168px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    background:#ec3fa8;
    float: right;
    margin-top:25px;
}
.job_list1 li.cur .job_title{
    background:#91bfea;
}
.job_list1 li.cur .job_title p{
    background:url(../images/down1_h.png) no-repeat right center;  
    background-size: contain;  
}
.job_list1 li.cur .job_content{
    display: block;
}
.job_list1 li.cur .job_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.job_list1 li.cur .job_cont{
    margin: 0 auto;
}
.job_contact{
    margin-top:15px;
}
.job_contact em{
    font-style: normal;
    color: #ed40a9;
}

#address{
    background:#f7f8f8;
    padding:120px 0 80px;
    margin:10px 0;

}
.address_l{
    color: #4c4948;
    float: left;
    width: 30%;
}
.address_l h3{
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    padding:30px 0 20px;
}
.address_l p{
    font-size: 18px;
    line-height: 50px;
}
.address_l .txt{

}
.address_m{
    width: 555px;
    height: 555px;
    border-radius: 50%;
    float: left;
    position: relative;
    box-shadow: 5px 5px 10px #ccc;
}
.address_m img.xz{
    -webkit-transform: rotate(360deg);
    animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    -webkit-animation: xz 5s linear infinite;
    -o-animation: xz 5s linear infinite;
}
.address_m .img1{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -18px;
    margin-left: -97.5px;
}
.address_m:hover img.xz{
    animation-play-state:paused;  
}
@-webkit-keyframes xz {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes xz {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-o-keyframes xz {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes xz {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.address_r{
    width: calc(70% - 555px);
    float: left;   
    padding-left:100px; 
    padding-top:385px;
    color: #4c4948;
}
.address_r .p1{
    font-size: 24px;
    margin-bottom: 15px;
}
.address_r .p2{
    font-size: 18px;
}
.address_r .txt2{
    margin:5px 0 35px;
}
.address_r p{
    font-size: 14px;
    line-height: 1.6;
}
#foot_message{
    padding:100px 0 80px;
}
#foot_message .container{
    max-width: 1460px;
}
#foot_message h2{
    font-size: 36px;
    color: #4c4948;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
}
#foot_message ul{
    display: flex;
    flex-wrap: wrap;
}
#foot_message ul li{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 65px;
}
#foot_message ul li:nth-child(3),#foot_message ul li:nth-child(6){
    margin-right: 0;
    width: 100%;    
}
#foot_message ul li:nth-child(2),#foot_message ul li:nth-child(5){
    margin-right: 0;
}
#foot_message ul li input{
    width: 100%;
    font-size: 18px;
    color: #898989;
    line-height: 80px;
    border-radius: 50px;
    background:#f7f8f8;
    padding:0 44px;
    border:none;
    outline: none;
    box-shadow: 5px 5px 10px #ccc;
}
#foot_message ul li textarea{
    width: 100%;
    font-size: 18px;
    color: #898989;
    line-height: 80px;
    height: 160px;
    border-radius: 150px;
    background:#f7f8f8;
    padding:0 44px;
    border:none;
    outline: none;
    box-shadow: 5px 5px 10px #ccc;
    font-family: "sy4";
}
#code{
    border-radius: 50px;
    background:#f7f8f8;
    box-shadow: 2px 2px 10px #ccc;   
    width: 700px;
}
#code input{
    width: 350px;
    font-size: 18px;
    color: #898989;
    line-height: 80px;
    border-radius: 50px;
    padding:0 44px;
    border:none;
    outline: none;
    background:none;
}
.mess_intro{
    font-size: 18px;
    color: #595757;
    padding:30px 0 80px 44px;
}
.mess_btn input{
    display: block;
    width: 280px;
    line-height: 80px;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background:#ec3fa8;
    border:none;
    outline: none;
    cursor: pointer;
    margin:0 auto;
}
@media(max-width: 1600px){
    .j_img1 img{
        max-width: 300px;
        margin-right: 0px;
    }
    .job1_l .p1{
        font-size: 18px;
    }
    .job1_l .p2{
        font-size: 46px;
    }
    .job1_m img{
        max-width: 400px;
    }
    .job1_r{
        font-size: 26px;
        padding-left: 50px;
    }
    /*.job_list1 li .job_content{*/
    /*    width: 300%;*/
    /*}*/
    .job_list1 li .job_content .close img{
        max-width: 32px;
    }
    #address{
        padding:80px 0;
    }
    .address_l h3{
        font-size: 32px;
    }
    .address_l p{
        font-size: 16px;
        line-height: 40px;
    }
    .address_m{
        width: 400px;
        height: 400px;
    }
    .address_r{
        padding-left: 60px;
        padding-top: 200px;  
        width: calc(70% - 400px);      
    }
    .address_r .p1{
        font-size: 20px;
    }
    .address_r .p2{
        font-size: 16px;
    }
    .address_r .txt2 {
        margin: 5px 0 20px;
    }
    #foot_message{
        padding:90px 0;
    }
    #foot_message h2{
        font-size: 32px;
    }
    #foot_message ul li{
        margin-bottom: 40px;
    }
    #foot_message ul li input{
        font-size: 16px;
        line-height: 60px;
        padding:0 30px;
    }
    #foot_message ul li textarea{
        height: 120px;
        font-size: 16px;
        line-height: 60px;
        padding:0 30px;
    }
    #code{
        width: 600px;
    }
    #code input{
        font-size: 16px;
        line-height: 60px;
        padding:0 30px;
    }
    .mess_intro {
        font-size: 16px;
        padding: 25px 0 50px 30px;
    }
    .mess_btn input {
        width: 220px;
        line-height: 60px;
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .job1_l .p2{
        font-size: 42px;
    }    
}
@media(max-width: 1259px){
    .j_img1 img {
        max-width: 200px;
    }
    .job1_m img{
        max-width: 300px;
    }
    .job1_l .p2{
        font-size: 32px;
    }
    .address_m {
        width: 300px;
        height: 300px;
    }
    .address_r {
        width: calc(70% - 300px);
        padding-left: 40px;
        padding-top: 100px;
    }   
    #foot_message h2{
        font-size: 26px;
        margin-bottom: 40px;
    }
    #foot_message ul li{
        margin-bottom: 25px;
    }
    #foot_message ul li input{
        font-size: 14px;
        line-height: 50px;
        padding:0 20px;
    }
    #foot_message ul li textarea{
        height: 100px;
        font-size: 14px;
        line-height: 50px;
        padding:0 20px;
        border-radius: 60px;
    }
    #code{
        max-width: 525px;
        width: 100%;
    }
    #code input{
        font-size: 14px;
        line-height: 50px;
        padding:0 20px;
    }
    .mess_intro {
        font-size: 16px;
        padding: 25px 0 50px 30px;
    }
    .mess_btn input {
        width: 180px;
        line-height: 60px;
        font-size: 18px;
    } 
    .mess_intro {
        font-size: 15px;
        padding: 20px 0 40px 20px;
    }
}
@media(max-width: 1024px){
    #address,#foot_message{
        padding:70px 0;
    } 
    .job1_m img{
        max-width: 200px;
    }   
    .address_l h3 {
        font-size: 26px;
        padding:20px 0 15px;
    }
}
@media(max-width: 880px){
    .job_list1 li{
        width:49%;
        margin-bottom: 30px;
    }
    .job_list1 li:nth-child(3n){
        margin-right: 2%;
    }
    .job_list1 li:nth-child(2n){
        margin-right: 0;
    }
    .job_list1 li .job_cont {
        /*width: 200%;*/
        padding:25px 30px 30px;
    }
}
@media(max-width: 768px){
    #address,#foot_message{
        padding:50px 0;
    } 
    .job_list1 li .job_content .cont{
        height:300px;
        overflow:scroll;
    }
    /*.job_list1 li .job_content .close{*/
    /*    top:-30px;*/
    /*}*/
    .job1_l{
        width: 100%;
    }
    .job1_l .p1 {
        font-size: 16px;
    } 
    .job1_l .p2{
        font-size: 26px;
    }  
    .address_l{
        width:25%;
    }
    .address_l h3 {
        font-size: 24px;
        padding:0px 0 15px;
    }
    .address_m {
        width: 250px;
        height: 250px;
    }
    .address_r {
        width: calc(75% - 250px);
        padding-left: 30px;
        padding-top: 00px;
    }
    #foot_message h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
    #foot_message ul li{
        margin-bottom: 15px;
    }
    #foot_message ul li input{
        line-height: 45px;
        padding:0 15px;
    }
    #foot_message ul li textarea{
        height: 90px;
        line-height: 45px;
        padding:0 15px;
        border-radius: 50px;
    }
    #code input{
        padding:0 15px;
    }
}
@media(max-width: 750px){
    #job{
        background-size:cover;
    }
    .j_img1,.job1{
        display:none;
    }
    .m_job{
        display: block;
    }
    .job_list1{
        margin-top:0px;
        padding-top:40px;
    }
}
@media(max-width: 640px){
    #address,#foot_message{
        padding:30px 0;
    }  
    .job1_l .p2{
        font-size: 20px;
    } 
    .job_list1 li .job_cont {
        padding: 15px 12px;
    }
    .job_list1 li .job_content .cont{
        padding-right:10px;
    }
    .address_l{
        width:calc(100% - 220px);
    }
    .address_l h3{
        font-size:20px;
    }
    .address_l p{
        font-size:14px;
        line-height:2em;
    }
    .address_m {
        width: 220px;
        height: 220px;
    }
    .address_r{
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    #foot_message h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    #foot_message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    #code input{
        width:250px;
    }
    .mess_intro {
        padding: 15px 0 20px 15px;
    }  
    .mess_btn input {
        width: 150px;
        line-height: 40px;
        font-size: 16px;
    }   
}
@media(max-width: 460px){
    .job_list1 li{
        width:100%;
        margin-right: 0%!important;
        margin-bottom: 20px;
    }
    .job_list1 li .job_cont {
        width:94%;
        /*top:65px;*/
        /*width: 100%;*/
        /*padding:15px 15px;*/
    }
    .job_list1 li .job_content .cont .job_cont_l{
        width:100%;
    }
    .job_list1 li .job_content .cont .job_cont_r{
        width:100%;
        margin-top:15px;
    }
    #code{
        display:flex;
        align-items:center;
    }
    #code input{
        width:200px;
        padding:0 5px 0 15px;
    }
}


.n_banner {
    width: 100%;
    margin: 0 auto;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
/*#zwf{*/
/*    height: 140px;*/
/*}*/
#container{
    padding:85px 0 170px;
}
.left{
    width: 340px;
    float: left;
    background:url(../images/left_bg.png);
    border-radius: 200px;
    padding:55px 20px 200px;
    position: sticky;
    top: 140px;
}
.left .img1{
    text-align: center;
    margin-bottom: 18px;
}
.sort{

}
.sort li.layer1{
    margin-bottom: 10px;
}
.sort li.layer1 a{
    display: block;
    padding:0 22px;
    line-height: 50px;
    border-radius: 35px;
    position: relative;
}
.sort li.layer1 a:after{
    content:'';
    position: absolute;
    right:22px;
    top:50%;
    width: 7px;
    height: 12px;
    background:url(../images/more5.png) no-repeat center;
    margin-top:-6px;
}
.sort li.layer1 a.list_item1{
    font-size: 21px;
    font-family: "sy1";
    line-height: 60px;
}
.sort li.layer1 a.list_item1.on{
    color: #ed40a9;
}
.sort li.layer1 .layer2{
    display: none;
}
.sort li.layer1 a.list_item2{
    font-size: 18px;
    color: #595757;
}
.sort li.layer1 .layer3{
    display: none;
}
.sort li.layer1 .layer3 a{
    font-size: 16px;
    color: #595757;
}
.sort li.layer1 .layer3 a:after{
    background:none;
}
.sort li.layer1.cur .layer2{
    display: block;
}
.sort li.layer1 .layer2 li.cur a.list_item2{
    color: #ed40a9;
}
.sort li.layer1.cur .layer2 li.cur .layer3{
    display: block;
}
.sort li.layer1 .layer3 li.cur a.list_item3{
    color: #ed40a9;
}
.sort li.layer1 .layer4{
    display: none;
}
.sort li.layer1 .layer4 a{
    text-indent: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #595757;
}
.sort li.layer1 .layer2 .layer3.cur .layer4{
    display: block;
}
.sort li.layer1.cur a.list_item1{
    color: #ed40a9;
}
.sort li.layer1 a:hover,.sort li.layer1 a.on{
    color: #fff!important;
    background:#ed40a9!important;
}
.sort li.layer1 a:hover:after,.sort li.layer1 a.on:after{
    background:url(../images/more5_h.png) no-repeat center;    
}


/*.sort li.layer1 .layer4 a:hover{
    background:none;
    color: #ed40a9;
}*/

.right{
    float: right;
    width: calc(100% - 340px);
    padding-left: 60px;
    padding-top:30px;

}
.search{
    margin-bottom: 15px;
}
#formsearch{
    display: flex;
    border:1px solid #fff;
    border-radius: 25px;
    width: 270px;
    float: right;
}
#keyword{
    position: relative;
    z-index:-99;
    opacity: 0;
    width: calc(100% - 50px);
    line-height: 30px;
    font-size: 20px;
    color: #cccccc;
    outline: none;
    border:none;
    border-radius: 25px 0 0 25px;
    padding:0 20px;
}
#s_btn{
    width: 50px;
    height: 30px;
    background:url(../images/ss.png) no-repeat center;
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
}
#formsearch:hover{
    border:1px solid #d2d2d2;
}
#formsearch:hover #keyword{
    z-index:99;
    opacity: 1;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a.img{
    border-radius: 15px;
}
.product_list li h3 a{
    font-size: 20px;
    color: #595757;
    font-weight: normal;
    margin-top:15px;
    display: flex;
}
.product_list li h3 a i{
    display: block;
    background: url(../images/more1.png) no-repeat center;
    width: 20px;
    margin-left: 10px;
}

.product_list li:hover .img img{
    transform: scale(1.3);
}
.product_list li:hover h3 a{
    color: #ed40a9;
}
@media(max-width: 1600px){
    #container{
        padding:70px 0 100px
    }
    .sort li.layer1 a.list_item1{
        font-size: 20px;
    }

    .product_list li h3 a{
        font-size: 16px;
        margin-top: 10px;
    }
}
@media(max-width: 1440px){
    .product_list li{
        margin-bottom: 30px;
    }    
}
@media(max-width: 1259px){
    #container{
        padding:50px 0 70px;
    }
}
@media(max-width: 1024px){
    .left{
        width:300px;
        padding:45px 15px 120px;
    }
    .right {
        width: calc(100% - 300px);
    }
}
@media(max-width: 768px){
    #container{
        padding:40px 0 50px;
    } 
    .left{
        display:none;
    }
    .right {
        width: 100%;
        padding-left:0;
        padding-top:0;
    }
    .product_list li{
        width: 32%;
        margin-bottom: 20px;
    }
    .product_list li:nth-child(4n){
        margin-right: 2%;
    }
    .product_list li:nth-child(3n){
        margin-right: 0;
    }
    .product_list li h3 a{
        font-size:15px;
    }
}
@media(max-width: 640px){
    #container{
        padding:30px 0 30px;
    } 

}
@media(max-width: 460px){
    .product_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }    
}

/*所有产品*/
.product_detail1{
    
}
.product_detail_1{
    margin-bottom: 100px;
}
.product_detail_1 .img1{
    width: 39.5%;
    float: left;
}
.product_detail_1 .img1 img{
    border-radius: 25px;
    box-shadow: 0px 0px 10px #eee;
}
.product_detail_1 .text{
    width: 60.5%;
    float: right;
    padding-left: 40px;
}
.product_detail_1 .text h1{
    font-size: 36px;
    color: #ed40a9;
    font-weight: normal;
    line-height: 1.2;
}
.product_detail_1 .text .txt{
    font-size: 16px;
    color: #595757;
    margin:25px 0 110px;
}
.product_detail_1 .text a.more2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #ec3fa8;
    border-radius: 25px;
    width: 152px;
    height: 35px;
    margin-bottom: 60px;
}
.product_detail_1 .text a.more2 i{
    display: inline-block;
    width: 7px;
    height: 100%;
    margin-left: 12px;
    background: url(../images/more5_h.png) no-repeat center;
}
#bottom_swiper{
    position: relative;
    padding:0 45px;
}
#bottom_swiper .swiper-slide{
    cursor: pointer;
}
#bottom_swiper .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #ec3fa8;
}
#bottom_swiper .swiper-button-prev{
    width: 14px;
    height: 25px;
    margin-top:-12.5px;
    left:15px;
    background: url(../images/pd_l.png) no-repeat center;
    opacity: 1;
}
#bottom_swiper .swiper-button-next{
    width: 14px;
    height: 25px;
    margin-top:-12.5px;
    right:15px;
    background: url(../images/pd_r.png) no-repeat center;
    opacity: 1;
}
#bottom_swiper .swiper-button-prev:after,#bottom_swiper .swiper-button-next:after{
    display: none;
}


.pd_t1{
    color: #595757;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
    padding-left: 45px;
}
.pd_t1 em{
    font-style: normal;
    margin-left: 15px;
    color: #92c0e9;
}
#zx_swiper{
    padding:0 80px;
    position: relative;
    margin-bottom: 60px;
    width: calc(100% - 45px);
    margin-left: 45px;
}
#zx_swiper .swiper-button-prev{
    width: 14px;
    height: 25px;
    margin-top:-12.5px;
    left:0;
    background: url(../images/pd_l.png) no-repeat center;
    opacity: 1;
}
#zx_swiper .swiper-button-next{
    width: 14px;
    height: 25px;
    margin-top:-12.5px;
    right:0;
    background: url(../images/pd_r.png) no-repeat center;
    opacity: 1;
}
#zx_swiper .swiper-button-prev:after,#zx_swiper .swiper-button-next:after{
    display: none;
}
#zx_swiper p{
    text-align: center;
    font-size: 16px;
    color: #92c0e9;
    padding-top:5px;
}
#pd2 ul{
    display: flex;
    flex-wrap: wrap;    
}
#pd2 ul li{
    display: flex;
    flex-wrap: wrap;
    width: 33.3333%;
    padding-right: 10px;
    margin-bottom: 60px;
}
#pd2 ul li .img1{
    width: 186px;
}
#pd2 ul li p{
    width: calc(100% - 216px);
    font-size: 16px;
    color: #666666;
    position: relative;
    padding-left: 12px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#pd2 ul li p:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top: -7px;
    width: 3px;
    height: 14px;
    background: #ec3fa8;
}
.pd1{
    margin-bottom: 90px;
}
.pd1 .pd_t1{
    width: 30%;
    float: left;
}
.pd1 .cont{
    width: 70%;
    float: right;
    font-size: 16px;
    color: #666666;
}
.pd1 .cont table tr{
    border-bottom: 1px dashed #a0a0a0;
}
.pd1 .cont table tr:nth-child(1){
    border-top:2px solid #a0a0a0;
    border-bottom:2px solid #a0a0a0;
}
.pd1 .cont table tr:nth-child(1) td{
    color: #92c0e9;
    padding:15px 0;
}
.pd1 .cont table tr td{
    padding:10px 0;
}
#pd6 p{
    text-align: right;
    /*padding:45px;*/
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 30px;
    max-width: 1111px;
}
#top_swiper .swiper-pagination{
    opacity: 0;
}
@media(max-width: 1600px){
    .product_detail_1 {
        margin-bottom: 70px;
    }
    .product_detail_1 .text h1{
        font-size:26px;
    }
    .product_detail_1 .text .txt {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .product_detail_1 .text a.more2{
        margin-bottom:30px;
    }
    .pd_t1{
        padding-left:0;
        margin-bottom: 35px;
        /*font-size:20px;*/
    }
    #zx_swiper{
        padding:0 60px;
        margin-left: 0px;
        width:100%;
    }
    #zx_swiper p{
        font-size: 14px;
        padding-top:5px;
    }
    #pd2 ul li .img1{
        width: 120px;
    }
    #pd2 ul li p{
        width: calc(100% - 150px);
    }
    .pd1 {
        margin-bottom: 60px;
    } 
    .pd1 .cont{
        font-size:15px;
    }
    #pd6 p{
        /*padding:25px;*/
    }
}
@media(max-width: 1440px){
   
}
@media(max-width: 1259px){
    .right{
        padding-left:30px;
    }
    .product_detail_1{
        margin-bottom:50px;
    }
    .product_detail_1 .text{
        padding-left:20px;
    }
    .product_detail_1 .text h1{
        font-size:24px;
    }
    .product_detail_1 .text .txt {
        font-size: 14px;
        margin: 10px 0 20px;
    }
    .pd_t1{
        margin-bottom:25px;
    }
    #pd2 ul li{
        margin-bottom:30px;
    }
}
@media(max-width: 1024px){
    .pd1 {
        margin-bottom: 40px;
    }    
}
@media(max-width: 768px){
    .right{
        padding-left:0;
    }
    #pd6 p{
        /*padding:15px;*/
    }
    #zx_swiper{
        padding:0 40px;
    }
}
@media(max-width: 640px){
    .product_detail_1{
        margin-bottom:30px;
    } 
    .product_detail_1 .img1{
        width:100%;
    }
    .product_detail_1 .text{
        width:100%;
        padding-left:0;
        margin-top:15px;
    }
    .product_detail_1 .text h1{
        font-size:22px;
    }
    #bottom_swiper{
        padding:0 30px
    }
    #bottom_swiper .swiper-button-prev{
        left:0;
    }
    #bottom_swiper .swiper-button-next{
        right:0;
    }
    .pd_t1 {
        margin-bottom: 15px;
        font-size:18px;
    }
    .pd_t1 em{
        margin-left:10px;
    }
    .pd1 {
        margin-bottom: 20px;
    }
    .pd1 .pd_t1{
        width:100%;
    }
    .pd1 .cont{
        width:100%;
    }
    #pd2 ul li{
        width:50%;
    }
    #pd2 ul li .img1{
        width:90px;
    }
    #pd2 ul li p {
        width:calc(100% - 100px);
        margin-left:10px;
    }
    #zx_swiper{
        padding:0 30px;
    }
    #pd6 p{
        /*padding:0px 0 0 10px;*/
        margin-bottom:15px;
    }
    .pd1 .cont table tr:nth-child(1) td{
        padding:7px 0;
    }
    .pd1 .cont table tr td {
        padding: 5px 0;
    }
    
    #bottom_swiper{
        display:none;
    }
    #top_swiper .swiper-pagination{
        opacity:1;
    }
}

/*	创新·应用解决方案*/
.product_detail2{
    
}
.product_detail_2{
    
}
.product_detail_2 .img1{
    width: 42.5%;
    float: left;

    
}
.product_detail_2 .img1 img{
    border-radius: 15px;
    box-shadow: 0px 0px 10px #eee;
}
.product_detail_2 .img1 .pd6{
    background: #ec3fa8;
    border-radius: 15px;
    padding:55px 40px;
    font-size: 16px;
    color: #fff;
    margin-top:30px;
}
.product_detail_2 .text{
    width: 57.5%; 
    float: right;
    padding-left: 60px;
    font-size: 16px;
    color: #595757;
}
.product_detail_2 .text h1{
    font-size: 36px;
    color: #ed40a9;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 25px;
}
.product_detail_2 .text .text1{
    line-height: 45px;
    margin-bottom: 35px;
}
.product_detail_2 .text .pd1 .pd_t1{
    padding-left: 0;
    line-height: 1;
}
@media(max-width: 1600px){
    .product_detail_2 .img1 .pd6{
        font-size:15px;
        padding:30px 20px;
    }
    .product_detail_2 .text{
        padding-left:30px;
        font-size:15px;
    }
    .product_detail_2 .text h1{
        font-size:32px;
    }
    .product_detail_2 .text .text1{
        line-height:30px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .product_detail_2 .text h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .product_detail_2 .text h1 {
        font-size: 24px;
    }    
}
@media(max-width: 640px){
    .product_detail_2 .img1{
        width:100%;
    }
    .product_detail_2 .img1 .pd6 {
        font-size: 14px;
        padding: 15px 12px;
    }
    .product_detail_2 .text {
        padding-left: 0px;
        width:100%;
        margin-top:20px;
    }
    .product_detail_2 .text h1 {
        font-size: 20px;
        margin-bottom:10px;
    } 
}


.tag_total{
    font-size: 18px;
    margin-bottom: 30px;
}
h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    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;
}

.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}


/*客服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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    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: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#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);
}

#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: 70px;
    -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;
    }
}