﻿/*头部样式*/
.head{

}
.container{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.head .container{

}
.logo{
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75px;
}
.logo a{
    display: flex;
}
.logo a h1{
    max-width: 50px;
}
.logo_text{
    padding-left: 12px;
}
.logo_text p{
    font-size: 20px;
    color: #333;
    line-height: 1.4;
    font-family: "思源宋体";
    font-weight: 900;
    margin-top:8px;
    /*letter-spacing: 2px;*/
}
.logo_text font{
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    display: block;
    transform: scale(0.88);
    margin-left: -8px;
    display: none;
}
a.language_a{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border:1px solid #000;
    font-size:12px;
    color: #1a1a1a;
    text-align: center;
    display: block;
    font-weight: bold;
    border-radius: 100%;
    float: right;
    margin-left: 30px;
    margin-top:23.5px;
}
a.language_a:hover{
    color: #0000ff;
    border-color: #0000ff;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    float: right;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 75px;
    padding:0 32px;
}
.nav li a span{
    display: inline-block;
    position: relative;
}
.nav li a span:before{
    content:'';
    position: absolute;
    right:-20px;
    width: 11px;
    height: 75px;
    background:url(/en/template/default/images/down.png) no-repeat center;
}
.nav li:hover a{
    color: #0000ff;
}
.nav li:hover a span{
    color: #0000ff;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:75px;
    left:-7.5%;
    z-index: 99999;
    background-color: #fff;
    width: 115%;
}
.nav li .b_nav2{
    width: 150%;  
    left:-25%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 1.6;  
    padding:5px 0;
}
.nav li:hover .b_nav{
    display: block;
}
.nav li:hover .b_nav a{
    color: #666; 
}
.nav li .b_nav a:hover{
    background:#0000ff;
    color: #fff;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    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;
}
.mobileNav{
    display: none;
    background-color: #0000ff;
    text-align: center;
    position: absolute;
    left:0;
    top:75px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:10px 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){
    .nav li a{
        padding:0 25px;
    }
    .nav li .b_nav{
        width: 130%;  
        left:-15%;
    }
    .nav li .b_nav2{
        width: 160%;  
        left:-30%;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .nav li a{
        padding:0 20px;
    }

}
@media(max-width: 1024px){
    a.language_a{
        margin-left: 10px;
    }
    .nav li a{
        padding:0 15px;
    }
    .nav li a span:before{
        right:-15px;
    }
}
@media(max-width: 768px){
    .menu-button{
        display: block;
    }
    .nav,a.language_a{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 80%;
        float: none;
        height: 60px;
    }
    .logo img{
        max-height: 40px;
    }
    .logo_text p{
        font-size:17px;
    }
    .menu-button{
        top:8px;
    }
    .mobileNav{
        top:60px;
    }
}



#c-banner1{
/*    background:url(/en/template/default/images/banner_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:80px 0 135px;*/
}
#c-banner1 .swiper-slide{
    overflow:hidden;
    opacity: 0;
}
#c-banner1 .swiper-slide-active{
    opacity: 1;
}
#c-banner1 .swiper-slide img{

}
#c-banner1 .swiper-slide-active img{
    transform: scale(1.1)!important; 
    transition: all 4s ease-out !important; 
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
#c-banner1 .swiper-slide .container{
    display: flex;
    flex-wrap: wrap;
}
#c-banner1 .swiper-slide .container .text{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s ease-out;
    transform:translateX(-500px);
    opacity: 0;
}
#c-banner1 .swiper-slide .container .text h3{
    font-size:64px;
    color: #fff;
    line-height: 1;
    font-weight: 500;

}
#c-banner1 .swiper-slide .container .text p{
    font-size:24px;
    color: #fff;
    margin:10px 0 55px;
}
#c-banner1 .swiper-slide .container .text a{
    display: block;
    font-size:14px;
    color: #fff;
    width: 124px;
    line-height: 40px;
    background:#0000ff;
    border-radius: 25px;
    text-align:center;
}
#c-banner1 .swiper-slide-active .container .text{
    transform:translateX(0px);
    opacity: 1;
}

#c-banner1 .swiper-pagination{
    bottom: 40px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet {
    margin:0 9px;
    width: 78px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background:#fff;
}
#c-banner1 .swiper-pagination  .swiper-pagination-bullet-active{
    background:#0000ff;
}
@media(max-width: 1600px){
    #c-banner1 .swiper-slide .container .text h3{
        font-size:40px;
    }
    #c-banner1 .swiper-slide .container .text p{
        font-size:20px;
        margin:10px 0 40px;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }
}
@media(max-width: 1259px){
    #c-banner1 .swiper-slide .container .text h3 {
        font-size: 30px;
    }
    #c-banner1 .swiper-slide .container .text p {
        font-size: 16px;
        margin: 5px 0 20px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 60px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    #c-banner1 .swiper-slide .container .text h3{
        font-size:24px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 40px;
    }
}
@media(max-width: 640px){
    #c-banner1 .swiper-slide .container .text h3{
        font-size:18px;
    }
    #c-banner1 .swiper-slide .container .text p{
        font-size:14px;
        margin:5px 0 10px;
    }
    #c-banner1 .swiper-slide .container .text a{
        width: 100px;
        line-height: 30px;
        font-size:12px;
        display: none;
    }
    #c-banner1 .swiper-pagination{
        bottom:0;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    }
}


.index1{
    padding:85px 0; 
}
.index_t1{
    margin-bottom:45px;
}
.index_t1 h2{
    float: left;
    font-size:40px;
    color: #1a1a1a;
    line-height: 40px;
    animation-delay: 0.4s;
}
.index_t1 a{
    float: right;
    animation-delay: 0.8s;
}
a.more1,.more1{
    display: block;
    width: 125px;
    line-height: 40px;
    font-size:14px;
    color: #fff;
    text-align:center;
    background:#0000ff;
    border-radius: 25px;
    font-style: normal;
}
a.more1:hover,.more1:hover{
    text-decoration: underline;
}
.product_sort{
    display: flex;
    flex-wrap: wrap;
    animation-delay: 1.2s;
}
.product_sort li {
    width: 32%;
    margin-right: 2%;
}
.product_sort li:nth-child(3n){
    margin-right: 0;
}
.product_sort li a{
    display: block;
    text-align: center;
    background:url(/en/template/default/images/bg2.png) no-repeat center;
    border-radius: 10px;
    padding:40px 30px 0;
    overflow:hidden;
}
.product_sort li a h3{
    font-size:24px;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom:10px;
    overflow:hidden;
    transition: all 0.6s ease-out;
}
.product_sort li a .txt{
    position: relative;
    height: 40px;
}
.product_sort li a p{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    font-size:16px;
    color: #666;
    height: 40px;
}
.show_time1{
    webkit-transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
    transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
}
.product_sort li a em.more1{
/*    display: none;
    margin:0 auto;*/
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 600;
    margin-left: -62px;
}
.product_sort li a .img{
    text-align: center;
}
.product_sort li a .img img{
    transition: all 0.3s ease-out;
}
.product_sort li a:hover p{
    bottom:30px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;
    transition:opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;
}
.product_sort li a:hover em.more1{
    bottom:0px;
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;
    transition:opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;   
}
.product_sort li a:hover .img img{
    transform: scale(1.1);   
}

@media(max-width: 1600px){
    .index1{
        padding:65px 0;
    }
    .index_t1 h2{
        font-size:30px;
    }
    .product_sort li a{
        padding:25px 20px 0;
    }
    .product_sort li a h3{
        font-size:22px;
    }
    .product_sort li a p{
        font-size:15px;
    }
    a.more1, .more1{
        width: 115px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .index1{
        padding:50px 0;
    }
    .index_t1{
        margin-bottom: 30px;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .product_sort li a{
        padding:20px 15px 0;
    }
    .product_sort li a h3{
        font-size:17px;
    }
    .product_sort li a p{
        font-size:14px;
    }
    a.more1, .more1{
        width: 110px;
    }
}
@media(max-width: 768px){
    .index_t1 h2{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:30px 0;
    }
    .index_t1{
        margin-bottom:20px;
    }
    .index1 .index_t1 a{
        width: 92px;
    }
    a.more1, .more1 {
        line-height: 32px;
        font-size:13px;
    }
    .product_sort li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .product_sort li a h3{
        font-size:15px;
    }
    .product_sort li a em.more1{
        width: 92px;
        margin-left: -46px;
    }
}



.index2{
    background:url(/en/template/default/images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding:65px 0 95px;
}
.index2 .container{
    display: flex;
    flex-wrap: wrap;
}
.index2 .img1{
    width: 49%;
    animation-delay: 0.4s;
}
.index2 .img1 img{
    animation:xz 3s linear infinite;
    -webkit-animation:xz 3s linear infinite;
}
/*@keyframes xz{
    from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}

@-webkit-keyframes xz{
    from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}*/
.index2 .text{
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation-delay: 0.8s;
}
.index2 .text h2{
    color: #1a1a1a;
    font-size:32px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom:10px;
}
.index2 .text h4{
    color: #0000ff;
    font-size:22px;
    font-weight: normal;    
}
.index2 .text .txt{
    font-size:16px;
    color: #666666;
    margin:35px 0 90px;
}
.index2 .text a{
    
}

@media(max-width: 1600px){
    .index2{
        padding:65px 0;
    }
    .index2 .text h2{
        font-size:26px;
    }
    .index2 .text h4{
        font-size:18px;
    }
    .index2 .text .txt {
        font-size: 15px;
        margin: 15px 0 40px;
    }
}
@media(max-width: 1259px){
    .index2{
        padding:50px 0;
    }
    .index2 .text h2{
        font-size:24px;
    }
    .index2 .text h4{
        font-size:16px;
    }
    .index2 .text .txt {
        font-size: 14px;
        margin: 5px 0 20px;
    }
}
@media(max-width: 1024px){
    .index2 .img1{
        width: 30%;
    }
    .index2 .img1 img{
        max-width: 260px;
        width: 100%;
    }
    .index2 .text{
        width: 70%;
        padding-left: 30px;
    }
}
@media(max-width: 768px){
    .index2{
        padding:30px 0;
    }
    .index2 .text h2{
        font-size:20px;
        margin-bottom:5px;
    }
}
@media(max-width: 767px){
    .index2 .img1{
        display: none;
    }
    .index2 .text{
        width: 100%;
        padding-left: 0;
    }
    .index2 .text h2{
        font-size:16px;
    }
}



.index3{
    position: relative;
    animation-delay: 0.5s;
    width: 100%;
    overflow:hidden;
}
.index3_tab_content{

}
.index3_cont{
    position: relative;
}
.index3_cont:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.1);
    z-index:2;
}
.index3_cont:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,255,.2);
    z-index:1;
}
.index3_tab{
    width: 100%;
}
.index3_tab li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 2.5s ease,opacity 1.5s;
    opacity: 0;
    transform: scale(1.1);
}
.index3_tab li.cur{
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 7;
}

.index3_cont{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.index3_cont ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-left: 1px solid rgba(255,255,255,.3);
}
.index3_tabli li{
    width: 33.333%;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.3);
    color: #fff;
    z-index:8;
    overflow:hidden;
}
.index3_tabli li .text{
    position: absolute;
    left:0;
    top:calc(100% - 150px);
    width: 100%;
    height: auto;
    padding:0 30px;
    transition: all .6s ease-out;
}
.index3_tabli li h3{
    font-size:22px;
    font-weight: normal;
    margin-top:15px;
    line-height: 1.4;
}
.index3_tabli li p{
    font-size:14px;
    margin:15px 0 50px;
    overflow: hidden;
    height: 0;
    transition: all 0s ease 0ms;
}
.index3_tabli li a{
    color: #1a1a1a;
    background:#fff;
    display: none;
}
.index3_tabli li a:hover{
    background:#0000ff;
    color: #fff;
}
.index3_tabli li.cur .text{
    height: 100%;
    padding:65px 55px;
    top:0;
}
.index3_tabli li.cur .text p{
    height: auto;
    transition: all .8s ease 360ms;
}
.index3_tabli li.cur a{
    display: block;
}
@media(max-width: 1600px){

    .index3_tabli li h3{
        font-size: 17px;
    }
    .index3_tabli li p{
        margin: 10px 0 30px;
    }
    .index3_tabli li.cur .text{
        padding:40px 40px;
    }
    .index3_tab li img{
        width: 100%;
        object-fit: cover;
    }
}
@media(max-width: 1259px){
    .index3{
        min-height: 400px;
    }
    /*.index3_tabli li h3{*/
    /*    font-size:18px;*/
    /*}*/
    .index3_tab li{
        height: 100%;
    }
    .index3_tab li img{
        height: 100%;
    }
    .index3_tabli li .text{
        padding:0 20px;
    }
}
@media(max-width: 1024px){
    .index3_tabli li p{
        margin: 5px 0 15px;
    }
    .index3_tabli li.cur .text{
        padding:40px 30px;
    }
}
@media(max-width: 768px){
    .index3_tabli li .text{
        padding:0 15px;
    }
    .index3_tabli li.cur .text {
        padding: 30px 20px;
    }
}
@media(max-width: 640px){
    .index3{
        min-height: 300px;
    }
    .index3_tabli li{
        width: 100%;
        height: 100px!important;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .index3_tabli li.cur .text,.index3_tabli li .text{
        position: relative;
        top:0;
        left: 0;
        padding:20px;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .index3_tabli li h3{
        font-size:15px;
        width: calc(100% - 40px);
        padding-left: 15px;
        margin:0;
        line-height: 60px;
    }
    .index3_tabli li .text .img1{
        max-width: 40px;
        line-height: 60px;
    }
    .index3_tabli li p,.index3_tabli li a{
        display: none!important;

    }
}


.index4{

}
.index4 .index_t1{
    margin:75px 0 45px;
}
.index_news{
    background:#f5f5f5;
    padding-bottom: 95px;
}
.news_list1{
    animation-delay: 1.2s;
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #f5f5f5;
}
.news_list1 li{
    padding:45px 45px 20px;
    width: 33.33333%;
    border-right:1px solid #f5f5f5;
}
.news_list1 li a{
    display: block;
    position: relative;
    padding:0 0 45px;
}
.news_list1 li a:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:1px;
    background:#e0e0e0;
    z-index:8;
}
.news_list1 li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 0%;
    height:1px;
    background:#0000ff;
    z-index:9;
    transition: all 0.6s ease-out;
}
.news_list1 li a span{
    font-size:14px;
    color: #0000ff;
    padding-left: 18px;
    display:block;
    background:url(/en/template/default/images/date1.png) no-repeat left center;
}
.news_list1 li a h3{
    font-size:24px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.4;
    margin-top:25px;
}
.news_list1 li a em{
    display: block;
    width: 115px;
    height: 38px;
    line-height: 36px;
    border:1px solid #0000ff;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    background:#0000ff;
    font-style: normal;
    margin:60px 0 40px;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
.news_list1 li a:hover em{
    background:none;
    color: #0000ff;
}
.news_list1 li a:hover:after{
    width: 100%;
}
@media(max-width: 1600px){
    .index4 .index_t1{
        margin:65px 0 30px;        
    }
    .index_news{
        padding-bottom: 50px;
    }
    .news_list1 li{
        padding:30px 30px 20px;
    }
    .news_list1 li a{
        padding:0 0 20px;
    }
    .news_list1 li a h3{
        font-size:18px;
        margin-top:15px;
    }
    .news_list1 li a em{
        margin:30px 0 20px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .index4 .index_t1 {
        margin: 50px 0 30px;
    }
    .index_news {
        padding-bottom: 30px;
    }
    .news_list1 li a h3{
        font-size:16px;
        margin-top:5px;
    }
    .news_list1 li a em{
        margin:20px 0 20px;
    }
}
@media(max-width: 768px){
    .index4 .index_t1 {
        margin: 40px 0 20px;
    }
    .news_list1 li {
        padding: 20px 20px 20px;
    }
}
@media(max-width: 640px){
    .index4 .index_t1 a{
        width: 92px;
    }
    .index4 .index_t1 {
        margin: 30px 0 15px;
    }
    .news_list1 li{
        width: 100%;
        padding:15px;
    }
    .news_list1 li a em {
        width: 110px;
        height: 30px;
        line-height: 28px;
    }
}



.index5{
    padding:75px 0 100px;
}
.index5 .index_t1{
    margin-bottom:55px;
}
.index_hzhb{
    animation-delay: 0.6s;
}
.index_hzhb .swiper-container{
    max-height: 110px;
}
.index_hzhb .customers-2{
    margin-top:40px;
}
.index-customers-swiper.swiper-container-free-mode > .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;    
}
@media(max-width: 1600px){
    .index5{
        padding:65px 0;
    }
    .index5 .index_t1 {
        margin-bottom: 40px;
    }
    .index_hzhb .customers-2 {
        margin-top: 30px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .index5{
        padding:50px 0;
    }
}
@media(max-width: 768px){
    .index5{
        padding:40px 0;
    }
    .index5 .index_t1{
        margin-bottom: 30px;
    }
    .index_hzhb .customers-2 {
        margin-top: 20px;
    }
}
@media(max-width: 640px){
    .index5{
        padding:30px 0;
    }

    .index5 .index_t1 {
        margin-bottom: 20px;
    }
    .index_hzhb .swiper-container{
        max-height: 55px;
    }
}


#footer{
    border-top:1px solid #e0e0e0;
    padding:70px 0;
}
#footer .container{
    display: flex;
    flex-wrap: wrap;
}
.foot_l{
    width: 30%;
}
.f_logo{
    margin-bottom:58px;
    display: flex;
}
.f_logo .img{
    max-width: 50px;
}

.f_share{
    display: flex;
    flex-wrap: wrap;
}
.f_share a{
    display: block;
    position: relative;
    margin-right: 30px;
}
.f_share a .f_code{
    position: absolute;
    top:40px;
    left:50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    opacity: 0;
}
.f_share a:hover .f_code{
    opacity: 1;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
.f_nav li{
    width: 20%;
}
.f_nav li a{
    display: block;
}
.f_nav li a:hover{
    text-decoration: underline;
}
.f_nav li h3 a{
    font-size:18px;
    color: #1a1a1a;
    line-height: 40px;
}
.f_nav li .f_nav_a{
    margin-top:20px;
}
.f_nav li .f_nav_a a{
    font-size:16px;
    color: #666;
}
.copyright{
    background:#0000ff;
    padding:20px 0;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    #footer{
        padding:60px 0;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #footer{
        padding:40px 0;
    }
    .f_nav li .f_nav_a{
        margin-top:10px;
    }
}
@media(max-width: 768px){
    #footer{
        padding:30px 0;
    }
    .f_logo{
        margin-bottom:30px;
    }
    .f_nav li h3 a{
        font-size:16px;
        line-height: 2em;
    }
    .f_nav li .f_nav_a{
        margin-top:0;
    }
    .f_nav li .f_nav_a a{
        font-size:14px;
    }
}
@media(max-width: 767px){
    #footer{
        display: none;
    }
    .foot_l{
        display: none;
    }
    .f_nav{
        width: 100%;
    }
    .f_nav li{
        width: 33.333%;
    }
    .copyright{
        text-align: center;
        padding:10px 0;
    }
    .copyright_l,.copyright_r{
        float: 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_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    color: #fff;
}
.n_banner1 h3{
    font-size:56px;
}
.n_banner1 p{
    font-size:14px;
    color: #fff;
}
.n_banner1 p a{
    font-size:14px;
    color: #fff;    
}
.sort_menu{
    padding:0px 0 75px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sort li{
    margin:0 12px;
}
.sort li a{
    display: block;
    padding:0 35px;
    line-height: 56px;
    font-size:16px;
    color: #1a1a1a;
    border:1px solid #999999;
    border-radius: 35px;
    transition: all 0.3s ease-out;
}
.sort li a:hover,.sort li a.on{
    background:url(/en/template/default/images/sort_bg1.png) no-repeat right center #0000ff;
    color: #fff;
    border-color: #fff;
}



@media(max-width: 1600px){
    .n_banner1 h3{
        font-size:42px;
    }
    .sort_menu {
        padding: 0px 0 50px;
    }
    .sort li{
        margin:0 8px 10px;
    }
    .sort li a {
        padding: 0 26px;
        line-height: 46px;
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .sort li a {
        padding: 0 20px;
        line-height: 36px;
        font-size: 14px;
    }     
}
@media(max-width: 1024px){
    .n_banner1 h3{
        font-size:32px;
    }

    .sort li {
        margin: 0 5px 10px;
    }    
}
@media(max-width: 768px){
    .n_banner1 h3{
        font-size:24px;
    }
    .sort_menu {
        padding: 0px 0 30px;
    }
    .sort{
        justify-content:flex-start;
    }
    .sort li {
        margin: 2px 3px;
    } 
    .sort li a {
        padding: 0 15px;
        text-align:center;
    }    
}
@media(max-width: 640px){
    .n_banner1 h3{
        font-size:20px;
        line-height: 1.6;
    }
    .sort_menu {
        padding: 0px 0 20px;
    }
    .sorts li{
        width:100%;
    }
    .sort li a {
        padding: 0 12px;
        line-height: 32px;
        text-align:center;
    }    
}


#container{
    padding:70px 0;
}
/*product*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:30px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    text-align:center;
    padding:40px 20px;
    background: url(/en/template/default/images/bg2.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    overflow:hidden;
}
.product_list li a h3{
    font-size:22px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom:5px;
    height: 3.2em;
    overflow: hidden;
}
.product_list li a em{
    font-style:normal;
    font-size:14px;
    color: #0000ff;
    margin-bottom: 10px;
    display: block;
}
.product_list li a .img{
    
}
.product_list li a:hover em{
    text-decoration: underline;
}
.product_list li a:hover .img img{
    transform: scale(1.05);
}
.product_detail{
    
}
.pd_title{
    background: #ebebeb;
    font-size: 36px;
    color:#1a1a1a; 
    font-weight: normal;
    line-height: 120px;
    text-align: center;
}
.site{
    padding:25px 0 50px;
}
.pd_cont{
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1570px;
    margin:0 auto 190px;
}
.pd_cont .img{
    width: 45%;
    padding:0 2%;
    margin-right: 5%;
    text-align: center;
}
.pd_cont .pd_text{
    width: 50%;    
}
.pd_cont .pd_text .txt{
    margin-bottom: 12px;
    box-shadow: 0px 0px 10px #ccc;
}
.pd_cont .pd_text .txt h2{
    font-size: 22px;
    color:#333;
    line-height: 50px;
    background: #cccccc;
    padding:0 8%;
}
.pd_cont .pd_text .txt .txts{
    padding: 20px 8%;
    font-size: 15px;
    color: #2c2c2c;
}
.txt1 .txts{
    display: flex;
    flex-wrap: wrap;
}
.txt1 .txts p{
    color: #1a1a1a;
    width: 33.333%;
    line-height: 1.6em;
    padding:8px 0;
}


.pd_cont_tab p{
    display: none;
    text-align: center;
}
.pd_cont_tabli{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:20px;
}
.pd_cont_tabli p{
    width: 23%;
    border:1px solid #e0e0e0;
    /*padding:5px;*/
    margin:0 1%;
}
.pd_cont_tabli p.cur{
    border-color: #0000ff;
}
@media(max-width: 1600px){
    #container{
        padding:50px 0;
    }
    .product_list li a{
        padding:25px 15px;
    }
    .product_list li a h3{
        font-size: 18px;
    }
    .pd_title{
        font-size:30px;
    }
    .pd_cont .pd_text .txt h2 {
        font-size: 18px;
        line-height: 50px;
        padding: 0 3%;
    }
    .pd_cont .pd_text .txt .txts {
        padding: 15px 3%;
    }
    .txt1 .txts p {
        padding: 5px 0;
    }
    .pd_cont{
        margin: 0 auto 100px;
    }
}
@media(max-width: 1259px){
    .site {
        padding: 20px 0 40px;
    }    
}
@media(max-width: 1024px){
    .product_list li{
        margin-bottom: 20px;
    }
    .product_list li a h3{
        font-size: 17px;
    }
    .pd_title{
        font-size:26px;
    }
    .pd_cont .img{
        width:50%;
        margin-right:0;
    }
    .pd_cont .pd_text{
        width:50%;
    }
    .pd_cont .pd_text .txt h2 {
        font-size: 16px;
        line-height: 40px;
    }
    .pd_cont .pd_text .txt .txts {
        padding: 10px 3%;
        font-size:14px;
    }
    .txt1 .txts p {
        padding: 3px 0;
    }
    .pd_cont{
        margin: 0 auto 60px;
    }
}
@media(max-width: 768px){
    #container{
        padding:30px 0;
    }
    .product_list li a{
        padding:20px 12px;
    } 
    .product_list li a h3{
        font-size: 15px;
    } 
    .product_list li a em{
        font-size:13px;
    }  
    .pd_title {
        font-size: 24px;
        line-height:80px;
    }
    .site {
        padding: 10px 0 20px;
    }
    .pd_cont{
        margin: 0 auto 30px;
    }
    .pd_cont .img{
        width:100%;
    }
    .pd_cont .pd_text{
        width:100%;
        margin-top:20px;
    }
    .pd_cont .pd_text .txt .txts{
        font-size:13px;
    }

}
@media(max-width: 640px){
    .product_list li{
        width: 48%;
        margin-right: 4%;
    }
    .product_list li:nth-child(3n){
        margin-right: 4%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li a{
        padding:15px 10px;
    }  
    .pd_title {
        font-size: 18px;
        line-height:1.6;
        padding:20px 0;
    }
    .site {
        padding: 10px 0;
    }
    .txt1 .txts p{
        width:50%;
    }
}
@media(max-width: 460px){
    /*.txt1 .txts p{*/
    /*    width:50%;*/
    /*}*/
}


/*case*/
.case1{
    padding:115px 0 60px;
}
.case1 .container{
    display: flex;
    flex-wrap: wrap;
}
.case1 .container .img1{
    width: 52%;
}
.case1 .container .text{
    width: 48%;   
/*    display: flex;
    flex-direction: column;
    justify-content: center; */
    padding: 3% 0 0 8%;
}
.case1 .container .text h3{
    font-size:40px;
    color: #1a1a1a;
}
.case1 .container .text p{
    font-size:16px;
    color: #1d1d1d;
}
.case2{
    padding:80px 0 100px;
    background:#f8f8f8;
}
.case_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.case_list1 li{
    width: 340px;
    color: #333;
    padding:40px 30px;
    background: url(/en/template/default/images/about1_bg2_h.png) no-repeat right top #fff;
    text-align: center;
    margin-right: 60px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}
.case_list1 li:last-child{
    margin-right: 0;
}
.case_list1 li h3{
    font-size:20px;
    padding-bottom: 10px;
    margin-bottom:30px;
    position: relative;
    line-height: 1.4;
}
.case_list1 li h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -15px;
    width: 30px;
    height:1px;
    background:#0000ff;
}
.case_list1 li p{
    font-size:14px;
}
.case_list1 li:hover,.case_list1 li.cur{
    color: #0000ff;
    /*background:url(/en/template/default/images/about1_bg2.png) no-repeat right top #0000ff;*/
    
    /*background-image: linear-gradient(to right, red , yellow);*/

    /* 底色 */
    /*background-color: #fd0d0d;*/
    
    /* chrome 2+, safari 4+; multiple color stops */
    /*background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.32, #fd0d0d), color-stop(0.66, #d89e3c), color-stop(0.83, #97bb51));*/
    
    /* chrome 10+, safari 5.1+ */
    /*background-image: -webkit-linear-gradient(#fd0d0d, #d89e3c, #97bb51);*/
    
    /* firefox; multiple color stops */
    /*background-image: -moz-linear-gradient(top,#fd0d0d, #d89e3c, #97bb51);*/
    
    /* ie 6+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0d0d', endColorstr='#d89e3c');*/
    
    /* ie8 + */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0d0d', endColorstr='#d89e3c')";*/
    
    /* ie10 */
    /*background-image: -ms-linear-gradient(#fd0d0d, #d89e3c, #97bb51);*/
    
    /* opera 11.1 */
    /*background-image: -o-linear-gradient(#fd0d0d, #d89e3c, #97bb51);*/
    
    /* 标准写法 */
    /*background-image: linear-gradient(#fd0d0d, #d89e3c, #97bb51);*/
}
.case_list1 li:hover h3:before,.case_list1 li.cur h3:before{
    /*background: #fff;*/
    color:#0000ff;
}
.tj_product{
    padding:50px 0 0;
}
.tj_product h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:45px;
}
.tj_tab1{
    display: none;
}
@media(max-width: 1600px){
    .case1 {
        padding: 70px 0 50px;
    }
    .case1 .container .text h3{
        font-size:32px;
    }
    .case1 .container .text p{
        font-size:15px;
    }
    .case2 {
        padding: 70px 0;
    }
    .case_list1 li {
        padding: 40px 30px;
        margin-right: 40px;
        width:320px;
    }
    .case_list1 li h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .tj_product h2{
        font-size:32px;
        margin-bottom: 35px;
    }
}
@media(max-width: 1259px){
    .case_list1 li{
        width:300px;
    }
}
@media(max-width: 1024px){
    .case1 {
        padding: 50px 0;
    }
    .case1 .container .text h3{
        font-size:26px;
    }
    .case1 .container .text p{
        font-size:14px;
    }
    .case2 {
        padding: 50px 0;
    }
    .case_list1{
        padding:0 2%;
    }
    .case_list1 li {
        padding: 25px 15px;
        margin-right: 2%;
        width: 32%;
    }
    .case_list1 li h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }  
    .tj_product{
        padding:30px 0;
    }
    .tj_product h2{
        font-size:26px;
        margin-bottom: 30px;
    }  
}

@media(max-width: 768px){
    .case1 {
        padding: 30px 0;
    }
    .case1 .container .img1{
        width: 100%;
    }
    .case1 .container .text{
        width: 100%;
        padding: 15px 0 0 0%;
    }
    .case1 .container .text h3{
        font-size:22px;
    }  
    .case2 {
        padding: 30px 0;
    } 
    .case_list1 li {
        padding: 20px 15px;
    }
    .case_list1 li h3 {
        font-size: 15px;
        margin-bottom: 0px;
        padding-bottom: 6px;
    } 
    .case_list1 li p{
        display:none;
    }
    .tj_product h2{
        font-size:24px;
        margin-bottom: 20px;
        display:none;
    }

}
@media(max-width: 640px){
    .case1 .container .text h3{
        font-size:17px;
    } 
    .case_list1 li {
        padding: 15px 10px;
        margin-bottom:12px;
    }
    .case_list1 li h3 {
        font-size: 16px;
    } 
    .tj_product {
        padding: 20px 0 10px;
    }
    .tj_product h2{
        font-size:22px;
        margin-bottom: 15px;
    }     
}
@media(max-width: 420px){
    .case2 {
        padding: 20px 0 5px;
    }
    .case_list1 li {
        width: 100%;
        margin-bottom:15px;
        margin-right: 0;
    }     
}


/*about*/
.about1{
    background: url(/en/template/default/images/about1_bg1.png) no-repeat top center;
    background-size: cover;
    padding: 40px 0 110px;
    border-bottom:1px solid #e0e0e0;
}
.about1 .text h2{
    color: #0000ff;
    margin-bottom:0;
    font-weight: bold;
}
.about1_list1{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.about1_list1 li{
    width: 23.5%;
    margin-right: 2%;
    background:url(/en/template/default/images/about1_bg2_h.png) no-repeat right top;
    text-align:center;
    box-shadow: 0px 0px 10px #ccc;
    padding:60px 40px 0;
    min-height: 320px;
}
.about1_list1 li:nth-child(4n){
    margin-right: 0%;
}
.about1_list1 li h3{
    position: relative;
    font-size:30px;
    color: #1a1a1a;
    line-height: 1;
    padding-bottom: 28px;
    font-weight: normal;
    margin-bottom:28px;
}
.about1_list1 li h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -17px;
    width: 34px;
    height: 1px;
    background:#0000ff;
}
.about1_list1 li p{
    font-size: 16px;
    color:#666;
}
.about1_list1 li:hover{
    background:url(/en/template/default/images/about1_bg2.png) no-repeat right top #0000ff;
}
.about1_list1 li:hover h3{
    color:#fff;
}
.about1_list1 li:hover h3:before{
    background-color:#fff;
}
.about1_list1 li:hover p{
    color: #fff;
}
.about1_2{
    padding:88px 0;
}
.about1_2 .container{
    position: relative;
}
.about1_2 h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 50px;
    margin-bottom:50px;
}
.about1_2 .swiper-button-prev{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center;
    top: 0px;
    left:calc(100% - 130px);
    margin-top:0;
    cursor: pointer;
    outline: none;
}
.about1_2 .swiper-button-prev:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(-180deg);
}
.about1_2 .swiper-button-next{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center;
    transform: rotate(-180deg);
    top: 0px;
    right:0;
    margin-top:0;
    cursor: pointer;
    outline: none;
}
.about1_2 .swiper-button-next:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(0deg);
}
.c-banner2.swiper-container{
    overflow:visible;
}
#c-banner2,#c-banner2 .swiper-slide{
    height:auto;
    max-height: 477px;
}
.about1_3{
    background:url(/en/template/default/images/about1_bg3.png) no-repeat right bottom;
    padding:90px 0 300px;
}
.about1_3 h3{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:25px;
}
.about1_3 p{
    font-size:16px;
    color: #666;
    max-width: 750px;
}
.about2{
    padding-bottom: 50px;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
}
.about2 ul li{
    width: 32%;
    margin-right: 2%;
    min-height: 586px;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    overflow:hidden;
}
.about2 ul li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:4px;
    background:#0000ff;
}
.about2 ul li:nth-child(3n){
    margin-right: 0;
}
.about2 ul li .text{
    padding:62px 24px 0;
    text-align: center;
    position: relative;
}
.about2 ul li .about2_t{
    display: flex;
    justify-content: center;
}
.about2 ul li .about2_t .img1{
    width: 41px;
    height: 41px;
    line-height: 41px;
    overflow:hidden;
    position: relative;
}
.about2 ul li .about2_t .img1 img{
    position: absolute;
    top:0;
    left:0;
    transition:all 0.6s ease-out;
}
.about2 ul li .about2_t h3{
    line-height: 41px;
    margin-left: 12px;
    font-size:24px;
    color: #1a1a1a;
}
.about2 ul li .img2{
    padding:45px 0 50px;    
}
.about2 ul li p{
    max-width: 290px;
    margin:0 auto;
    text-align: center;
    font-size:18px;
    color: #666;
    line-height: 1.6;
}
.about2 ul li .txt{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;

    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:url(/en/template/default/images/about2_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:0 5%;
    transition:all 0.6s ease-out;
}
.about2 ul li .txt .about2_t{
    border-bottom:1px solid #fff;
    padding-bottom: 42px;
    max-width: 290px;
    margin:0 auto 24px;
    width: 100%;
}
.about2 ul li .txt .about2_t .img1 img{
    top:-41px;
}
.about2 ul li .txt .about2_t h3{
    color: #fff;
}
.about2 ul li .txt p{
    color: #fff;
}
.about2 ul li:hover .txt{
    display: flex;
}
.about3{
    position: relative;
    padding-bottom: 50px;
    margin-top:50px;
}
.about3:before{
    content:'';
    position: absolute;
    top:65px;
    left:0;
    width: 100%;
    height: 1px;
    background:#e0e0e0;
}
.about3 .container{
    position: relative;
}
.about3 .swiper-button-prev{
    left:-82px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center #fff;
    top: 0px;
    margin-top:40px;
    cursor: pointer;
    outline: none;
}
.about3 .swiper-button-prev:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(-180deg);
}
.about3 .swiper-button-next{
    right:-82px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center #fff;
    top: 0px;
    margin-top:40px;
    cursor: pointer;
    outline: none;
    transform: rotate(-180deg);
}
.about3 .swiper-button-next:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(0deg);
}
.about3 .swiper-slide{
    position: relative;
}
.about3 .swiper-slide:before{
    content:'';
    position: absolute;
    top:58px;
    left:50%;
    margin-left: -8px;
    width: 6px;
    height: 6px;
    border:5px solid #c0c0c0;
    background:#fff;
    border-radius: 100%;
}
.about3 .swiper-slide-active:before{
    border-color: #0000ff;
}
.about3 h3{
    font-size:30px;
    color: #0000ff;
    text-align:center;
    line-height: 30px;
    margin-bottom:60px;
}
.about3 .swiper-slide .text{
    text-align: center;
    padding:5px;
    position: relative;
    font-size:18px;
    color: #6d6d6d;  
    z-index:9;
}
.about3 .swiper-slide .text:before{
    content: '';
    width: 24px;
    height: 13px;
    background: url(/en/template/default/images/jt1.jpg) no-repeat center;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -12px;
    z-index: 99;
}
.about3 .swiper-slide .text .cont{
    padding:40px 10px 10px;
    border:1px solid #e0e0e0;

}
.about3 .swiper-slide .text p{
    margin-bottom:20px;
    line-height: 1.6em;
    height: 3.2em;
    font-size: 14px;
}
.about3 .swiper-slide:hover .text:before,.about3 .swiper-slide-active .text:before{
    background: url(/en/template/default/images/jt1_h.jpg) no-repeat center;
}
.about3 .swiper-slide:hover .text .cont,.about3 .swiper-slide-active .text .cont{
    box-shadow: 0px 0px 10px #ccc;
}
.about4{
    padding:50px 0;
}
.about4 .container{
    position: relative;
}
#c-banner4{
    margin-bottom: 150px;
}
.about4 .swiper-slide{
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    min-height: 360px;
    display: flex;
    align-items:flex-end;
}
.honner_img{
    display: table;
    width: 100%;
}
.about4 .img{
    display:table-cell; 
    vertical-align:bottom;
/*    height: 391px;*/
    width: 100%;
    overflow:hidden;
    margin:auto;
    cursor:pointer;
}
.about4 .img img{
    /*box-shadow: 0px 0px 10px #999;*/
}
.about4 .text{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    font-size:16px;
    color: #333333;
    text-align: center;
    padding:5px;
    z-index:-1;
    text-transform: uppercase;
}
.about4 .text p{
    box-shadow: 0px 0px 10px #ccc;
    padding:60px 5px 30px;
    height: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.about4 .swiper-button-prev2{
    left:-82px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center #fff;
    top: 50%;
    margin-top:-25px;
    cursor: pointer;
    outline: none;
}
.about4 .swiper-button-prev2:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(-180deg);
}
.about4 .swiper-button-next2{
    right:-82px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #0000ff;
    background:url(/en/template/default/images/left1.png) no-repeat center #fff;
    top: 50%;
    margin-top:-25px;
    cursor: pointer;
    outline: none;
    transform: rotate(-180deg);
}
.about4 .swiper-button-next2:hover{
    background:url(/en/template/default/images/right1.png) no-repeat center #0000ff;
    transform: rotate(0deg);
}
.about5{
    padding:50px 0 20px;
}
.about5 h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:50px;
    line-height: 1;
}
.parent_list{
    display: flex;
    flex-wrap: wrap;
}
.parent_list li{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.parent_list li:nth-child(6n){
    margin-right: 0;
}
.parent1{
    margin-top:100px;
}
.about6{

}
.about6 h2{
    font-size:40px;
    color: #1a1a1a;
    text-align:center;
}
.about6 .txt{
    text-align:center;
    font-size:16px;
    color: #666666;
    max-width: 1240px;
    width: 100%;
    margin:10px auto 60px;
}
.about_map{
    position: relative;
}
@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.yd{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1818fe;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:7;
}
.yd i{
    position: relative;
    font-style: normal;
}
.yd i:before{
    content:'';
    position: absolute;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(24, 24, 254, 0.4);
    border: 1px solid #31af9a;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index:8;
}
.yd1{
    top: 41%;
    left: 74%;
}
.yd2{
    top: 44%;
    left: 74.5%;
}
.yd3{
    top: 39%;
    left: 71%;
}
.yd4{
    top: 42%;
    left: 17.5%;
}
.yd5{
        top: 24%;
    left: 51%;
}
.swiper-wrapper{
    height: auto!important;
}
@media(max-width: 1600px){
    .about1{
        padding:30px 0 70px;
    }
    .about1_list1{
        margin-top:50px;
    }
    .about1_list1 li {
        padding: 30px 20px 0;
        min-height: 250px;
    }
    .about1_list1 li h3{
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;        
    }
    .about1_list1 li p{
        font-size: 15px;
    }
    .about1_2 {
        padding: 70px 0 50px;
    }
    .about1_2 h2{
        font-size:32px;
        margin-bottom: 40px;
    }
    #c-banner2,#c-banner2 .swiper-slide{
        max-height: 450px;
    }
    .about1_3{
        padding:70px 0 300px;
    }
    .about1_3 h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about1_3 p{
        font-size:15px;
    }
    .about2 ul li{
        min-height: 500px;
    }
    .about2 ul li .img2 {
        padding: 30px 0 20px;
    }
    .about2 ul li .text {
        padding: 40px 20px 0;
    }   
    .about2 ul li p{
        font-size:17px;
    } 
    #c-banner4 {
        margin-bottom: 100px;
    }
    .about5 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .parent1 {
        margin-top: 70px;
    }
    .about6 h2{
        font-size: 32px;      
    }
    .about6 .txt{
        font-size:15px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .about1{
        padding:20px 0 50px;
    }
    .about1_list1 li {
        padding: 20px 15px 0;
    }
    .about1_list1 li h3{
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;        
    }
    .about1_2 {
        padding: 50px 0 30px;
    }   
    .about1_2 h2{
        font-size:26px;
        margin-bottom: 30px;
    }
    #c-banner2,#c-banner2 .swiper-slide{
        max-height: 350px;
    }
    .about1_3{
        padding:50px 0 200px;
    }
    .about1_3 h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about2 ul li .text {
        padding: 30px 20px 0;
    }
    .about2 ul li {
        min-height: 430px;
    }
    .about2 ul li .about2_t h3{
        font-size:20px;
    }
    .parent1 {
        margin-top: 50px;
    }
    .about6 h2{
        font-size: 26px;      
    }
    .parent_list li{
        width: 18.4%;
    }
    .parent_list li:nth-child(6n){
        margin-right: 2%;
    }
    .parent_list li:nth-child(5n){
        margin-right: 0;
    }
}
@media(max-width: 768px){
    .about1{
        padding:10px 0 30px;
    }
    .about1_list1{
        margin-top:30px;
    }
    .about1_list1 li {
        padding: 15px 10px 0;
    }
    .about1_list1 li h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .about1_list1 li p{
        font-size: 14px;
    } 
    .about1.index2 .text .txt{
        margin:5px 0 0;
    } 
    .about1_2 {
        padding: 30px 0 10px;
    } 
    .about1_2 h2{
        font-size:24px;
        margin-bottom: 20px;
        line-height: 40px;
    } 
    .about1_2 .swiper-button-prev{
        width: 40px;
        height:40px;
        left: calc(100% - 95px);
    }
    .about1_2 .swiper-button-next{
        width: 40px;
        height:40px;
    } 
    .about1_3{
        padding:30px 0 100px;
    }
    .about1_3 h3 {
        font-size: 24px;
/*        margin-bottom: 10px;*/
    }
    .about1_3 p{
        font-size:14px;
    }
    .about2 {
        padding-bottom: 20px;
    }
    .about2 ul li{
        width: 49%;
        margin-bottom:15px;
    }
    .about2 ul li:nth-child(3n){
        margin-right: 2%;
    }
    .about2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .about2 ul li .img2 {
        padding: 20px 0 15px;
    }
    .about2 ul li p{
        font-size:16px;
    }
    .about2 ul li .txt .about2_t {
        padding-bottom: 20px;
        margin: 0 auto 15px;
    }
    #c-banner4 {
        margin-bottom: 50px;
    }
    .about5 {
        padding: 30px 0 10px;
    }
    .about5 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .parent1 {
        margin-top: 30px;
    }
    .parent_list li{
        width: 32%;
    }
    .parent_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .parent_list li:nth-child(3n) {
        margin-right: 0;
    }
    .about6 h2{
        font-size: 24px;      
    }
    .about6 .txt{
        margin: 0px auto 30px;
    }
}
@media(max-width: 640px){
    .about1_list1 li {
        width: 49%;
        padding: 15px 10px;
        margin-bottom:10px;
        min-height: auto;
    } 
    .about1_list1 li:nth-child(4n) {
        margin-right: 2%;
    }
    .about1_list1 li:nth-child(2n) {
        margin-right: 0%;
    } 
    .about1_list1 li h3 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }  
    .about1_2 h2{
        font-size:20px;
    }
    #c-banner2,#c-banner2 .swiper-slide{
        max-height: 280px;
    }
    .about1_3{
        padding:30px 0 50px;
    }
    .about2 {
        padding-bottom: 5px;
    }
/*    .about2 ul li p{
        font-size:14px;
    }*/
    .about4 {
        padding: 30px 0;
    }
    #c-banner4 {
        margin-bottom: 30px;
    }
    .about5 {
        padding: 10px 0 10px;
    }
    .about5 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .parent_list li{
        width: 49%;
    }
    .parent_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .parent_list li:nth-child(2n) {
        margin-right: 0;
    }
/*    .about6 h2{
        font-size: 20px;      
    }*/
}
@media(max-width: 420px){
    .about1_3{
        padding:30px 0 30px;
    }
    .about1_3 h3 {
        font-size: 20px;
        margin-bottom: 0px; 
    }
    .about2 ul li{
        width: 100%;
        margin-right: 0;
    }
}

/*jishu*/
.js1{
    padding:55px 0 90px;
}
.js1 .container{
    display: flex;
    flex-wrap: wrap;
}
.js1 .container .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
}
.js1 .container .text h3{
    font-size:40px;
    color: #1a1a1a;
}
.js1 .container .text p{
    font-size:16px;
    color: #1d1d1d;
}
.js1 .container .img1{
    width: 50%;
    text-align: center;
}
.js2_list{
    margin-bottom:85px;
    display: flex;
    flex-wrap: wrap;
}
.js2_list li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
}
.js2_list li:nth-child(4n){
    margin-right: 0;
}
.js2_list li h3{
    position: absolute;
    bottom:38px;
    left:0;
    width: 100%;
    padding:0 35px;
    font-size:24px;
    color: #fff;
    line-height: 1.4;
}
.js3{
    background:#fdfdfd;
    text-align:center;
    padding:80px 0 90px;
    border-bottom:1px solid #e0e0e0;
}
.js3 h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:30px;
}
.js4{
    padding:75px 0;
}
.js4 h2{
    font-size:28px;
    color: #1a1a1a;
    margin-bottom:30px;
}
.ys4_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys4_list li{
    color: #1a1a1a;
    width: 47%;
    margin-right:6%;
}
.ys4_list li:nth-child(2n){
    margin-right: 0;
}
.ys4_list li .img1{

}
.ys4_list li h3{
    font-size:28px;
    margin:30px 0 10px;
}
.ys4_list li p{
    font-size:16px;
    max-width: 90%; 
    line-height: 1.8; 
}
.js5{
    background:#f4f5f6;
    padding:80px 0 100px;
    color: #1a1a1a;
}
.js5 h2{
    font-size:28px;
    margin-bottom:15px;    
}
.js5 .txt{
    font-size:16px;
    margin-bottom:45px;
    line-height: 1.8;
}
.js5 .img1{

}
@media(max-width: 1600px){
    .js1 {
        padding: 55px 0 70px;
    }
    .js1 .container .text h3{
        font-size:32px;
    }
    .js1 .container .text p{
        font-size:15px;
    }
    .js2_list{
        margin-bottom:50px;
    }
    .js2_list li h3 {
        bottom: 25px;
        padding: 0 20px;
        font-size: 20px;
    }
    .js3,.js5{
        padding:70px 0;
    }
    .js3 h2{
        font-size: 32px;
    }
    .js4 {
        padding: 60px 0;
    }
    .js4 h2,.js5 h2{
        font-size:24px;
    }
    .ys4_list li h3 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .ys4_list li p {
        font-size: 15px;
        max-width: 100%;
    }
    .js5 .txt{
        font-size:15px;
        margin-bottom:30px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .js1 {
        padding: 50px 0;
    }
    .js1 .container .text h3{
        font-size:26px;
    } 
    .js2_list{
        margin-bottom:30px;
    }
    .js2_list li h3 {
        bottom: 15px;
        padding: 0 15px;
        font-size: 20px;
    }  
    .js3,.js5{
        padding:50px 0;
    } 
    .js3 h2{
        font-size: 26px;
    }
    .js4 {
        padding: 50px 0;
    }
    .js4 h2{
        font-size:20px;
        margin-bottom: 20px;
    }
    .ys4_list li h3 {
        font-size: 20px;
        margin: 10px 0 10px;
    }
    .js5 h2{
        font-size:20px;
        margin-bottom: 10px;        
    }
}
@media(max-width: 768px){
    .js1 {
        padding: 30px 0;
    }
    .js1 .container .text{
        width: 100%;
        margin-bottom:15px;
    }
    .js1 .container .text h3{
        font-size:24px;
    }
    .js1 .container .text p{
        font-size:14px;
    }
    .js1 .container .img1{
        width: 100%;
    }
    .js2_list{
        margin-bottom:15px;
    }
    .js2_list li h3 {
        bottom: 10px;
        padding: 0 10px;
        font-size: 16px;
    }   
    .js3,.js5{
        padding:30px 0;
    } 
    .js3 h2{
        font-size: 24px;
        margin-bottom:20px;
    } 
    .js4 {
        padding: 30px 0;
    }
    .ys4_list li{
        width: 48%;
        margin-right: 4%;
    }
    .ys4_list li h3{
        font-size:17px;
    }
    .ys4_list li p {
        font-size: 14px;
    }
    .js5 .txt{
        font-size:14px;
        margin-bottom:20px;
    }
}
@media(max-width: 640px){
    .js1 .container .text h3{
        font-size:22px;
    }
    .js3 h2{
        font-size: 22px;
    } 
    .js4 {
        padding: 30px 0 10px;
    } 
    .ys4_list li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:15px;
    }
    .ys4_list li h3{
        margin:10px 0 0;
        font-size:16px;
    }  
    .js5 h2{
/*        font-size:20px;*/
        margin-bottom: 0px;        
    }
}
@media(max-width: 420px){
    .js1 .container .text h3{
        font-size:22px;
    }
    .js2_list li{
        width: 49%;
        margin-bottom:10px;
    }
    .js2_list li:nth-child(2n){
        margin-right: 0%;
    }
    .js2_list li h3 {
        bottom:5px;
        font-size: 16px;
        padding:0 10px;
    } 
     
}


/*news*/
.news_list{
    border:none;
}
.news_list li{
    border:none;
}
.news_list li:hover{
    box-shadow: 0px 0px 6px #ccc;
}
.news_list li a:before,.news_list li a:after{
/*    display: none;*/
}
.news_detail1{
    background:#ebebeb;
    padding:40px 0 30px;
    text-align:center;
}
.news_detail1 h1{
    font-weight: normal;
    font-size:32px;
    color: #1a1a1a;
}
.news_detail1 .info_title1{
    font-size:14px;
    color: #666;
}
.sitemp2{

}
.site2{
    border-bottom:1px dashed #e0e0e0;
    padding:20px 0;
}
.site2 a{

}
.sitemp2 .content{
    padding:40px 0;
    color: #4c4c4c;
}
.page{
    border-top:1px dashed #e0e0e0;   
    margin-bottom:60px; 
}
.page a:hover{
    color: #0000ff;
}
@media(max-width: 1600px){
    .news_detail1 h1{
        font-size:26px;
        line-height: 1.6;
    }
    .site2 {
        padding: 10px 0;
    }
    .sitemp2 .content {
        padding: 20px 0;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .news_detail1 {
        padding: 25px 2%;
    }
    .news_detail1 h1 {
        font-size: 20px;
        line-height: 1.6;
    }
    .sitemp2 .content {
        padding: 15px 0;
    }  
    .page{
        margin-bottom:40px;
    }  
}
@media(max-width: 768px){
    .news_detail1 {
        padding: 15px 0;
    }
    .news_detail1 h1{
        font-size:18px;
    }
    .site2 {
        padding: 5px 0;
    }
    .sitemp2 .content {
        padding: 10px 0;
    }
    .page{
        margin-bottom:20px;
    }     
}
@media(max-width: 640px){
    .news_detail1 h1{
        font-size:16px;
    }
}



/*contact*/
.contact1{
    padding-top:80px;
}
.contact1 h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:45px;
}
.contact1 ul{
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
}
.contact1 ul li{
    position: relative;
    width: 25%;
    padding:70px 65px 40px;
    min-height: 340px;
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}
.contact1 ul li .img1{
    
}
.contact1 ul li h3{
    font-size:20px;
    color: #1a1a1a;
    margin:10px 0 5px;
}
.contact1 ul li p{
    font-size:16px;
}
.contact1 ul li p strong{
    font-size:22px;    
    font-weight: normal;
    display: block;
    line-height: 1.6;
}
.contact1 ul li .code1{
/*    position: absolute;
    top:150px;
    left:65px;
    display: none;*/
    max-width: 125px;
}
.contact1 ul li .code1 img{
    width: 100%;
}
.contact1 ul li:hover .code1{
    display: block;
}
.contact2,.x_contact2{
    position: relative;
    padding:95px 0 75px;
}
.contact2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    background:#f3f4f6;
    width: 100%;
    height:445px;
    z-index:-1;
}
.contact2 h2,.x_contact2 h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:35px;
}
.contact2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:100px;
}
.contact2 ul li{
    width: 31%;
    margin-right: 3.5%;
    color: #fff;
    background:#0000cc;
    /*padding:55px 65px 65px;*/
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.contact2 ul li:nth-child(3n){
    margin-right: 0;
}
.contact2 ul li .cont{
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left:20px;
    top:20px;
    border:1px solid rgba(255,255,255,.2);
}
.contact2 ul li img{
    opacity: 0;
}

.contact2 ul li h3{
    font-size: 24px;
/*    font-weight: normal;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.contact2 ul li .text{
    font-size:14px;
    display: none;
    line-height: 1.6;
}
.contact2 ul li:hover,.c2_tabli li.cur{
    background: none;
}
.contact2 ul li:hover img,.c2_tabli li.cur img{
    opacity: 1;
}
.contact2 ul li:hover .cont .cont1,.c2_tabli li.cur .cont .cont1{
    padding:15px 15px 0;
    /*float: right;*/
}
.contact2 ul li:hover h3,.c2_tabli li.cur h3{
    margin-bottom: 0px;
    position: relative;
    height: auto;
    width: auto;
    display: block;
    text-align: left;
}
.contact2 ul li:hover .text,.contact2 ul li.cur .text{
    display: block;
}
.c2_tab1{
    display: none;
}
.map1{
    background: #fff;
    padding: 5px;
}
.map1 iframe{
    display: block;
    /*height: 670px;*/
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.message{
    padding:70px 0 110px;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom:20px;    
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 32%;
    margin-right:2%;
    margin-bottom:28px;
    position: relative;
}
.message ul li:before{
    content:'*';
    position: absolute;
    right:20px;
    bottom:0;
    line-height: 70px;
    color: #ff0000;
}
.message ul li:nth-child(3){
    margin-right: 0;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message ul li:nth-child(3):before,.message ul li:nth-child(4):before{
    display: none;
}
.message ul li input{
    width: 100%;
    line-height: 70px;
    background:#fafbfc;
    border:1px solid #ebebeb;
    padding:0 22px;
    font-size:16px;
    color: #999999;
    outline: none;
}
.message ul li textarea{
    width: 100%;
    line-height: 40px;
    height:140px;
    background:#fafbfc;
    border:1px solid #ebebeb;
    padding:10px 22px;
    font-size:16px;
    color: #999999;
    outline: none;
    font-family: "微软雅黑";
}
.ms_btn input{
    display: block;
    width: 300px;
    line-height: 72px;
    margin:0 auto;
    background:#0000ff;
    color: #fff;
    font-size:16px;
    border:none;
    border-radius: 35px;
    cursor: pointer;
}
@media(max-width: 1600px){
    .contact1 {
        padding-top: 60px;
    }
    .contact1 h2,.contact2 h2,.message h2,.x_contact2 h2{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .contact1 ul li{
        padding: 40px 30px 40px;
        min-height: 300px;
    }
    .contact1 ul li p strong{
        font-size:16px;
    }
    .contact2 {
        padding: 70px 0;
    }
    .contact2 ul li h3{
        font-size:20px;
    }
    .contact2 ul li:hover .cont .cont1, .c2_tabli li.cur .cont .cont1{
        padding: 10px 30px 0 0;
    }
    .contact2 ul{
        margin-bottom:60px;
    }
    .message{
        padding:70px 0;
    }
}
@media(max-width: 1259px){
    .contact1 {
        padding-top: 40px;
    }  
    .contact2 ul li .cont {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
    }  
    .contact2 ul li:hover .cont .cont1, .c2_tabli li.cur .cont .cont1{
        padding: 5px 20px 0 0;
    }
}
@media(max-width: 1024px){
    .contact1 h2,.contact2 h2,.message h2,.x_contact2 h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .contact1 ul li{
        padding: 25px 20px;
        min-height: 260px;
    }   
    .contact1 ul li h3{
        font-size:17px;
    } 
    .contact1 ul li p strong{
        font-size:18px;
    }
    .contact2 {
        padding: 50px 0;
    }
    .contact2 ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom:20px;
    }
    .message{
        padding:50px 0;
    }
    .message ul li input,.message ul li:before{
        line-height: 50px;
    }
}
@media(max-width: 768px){
    .contact1 {
        padding-top: 30px;
    }
    .contact1 h2,.contact2 h2,.message h2,.x_contact2 h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact1 ul li{
        width: 50%;
        text-align:center;
        padding: 20px 10px;
        min-height: auto;
    }   
    .contact1 ul li h3{
        font-size:17px;
    } 
    .contact1 ul li p strong{
        font-size:16px;
    }
    .contact1 ul li .code1{
        margin:0 auto;
    }    
    .contact2 {
        padding: 30px 0;
    }
    .contact2 ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom:10px;
    }
    .contact2 ul li:nth-child(3n){
        margin-right: 4%;
    }
    .contact2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .contact2 ul{
        margin-bottom:30px;
    }
    .map1 iframe{
        min-height: 300px;
        overflow:hidden;
    }
    .message{
        padding:30px 0;
    }
    .message ul li{
        margin-bottom:15px;
    }
    .message ul li input,.message ul li:before{
        line-height: 42px;
    }
    .message ul li input{
        padding: 0 15px;
    }
    .message ul li textarea{
        padding:10px 15px;
    }
    .ms_btn input{
        width: 200px;
        line-height: 60px;
    }
}
@media(max-width: 640px){
    .contact1 {
        padding-top: 20px;
    }
    .contact2 ul{
        margin-bottom: 0;
    } 
    .map1{
        display: none;
    }  
    .map1 iframe{
        min-height: 250px;
    } 
    .contact1 ul li p{
        font-size:14px;
    }
}
@media(max-width: 420px){
    .contact2 ul li{
        width: 100%;
        margin-right: 0%!important;
    } 
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
    .message ul li input{
        font-size:15px;
    }
    .message ul li textarea{
        font-size:15px;
    }
    .ms_btn input{
        width: 150px;
        line-height: 50px;
    }   
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(/en/template/default/images/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 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;
}
.page{
    font-size: 14px;
    color: #666;   
    padding-top:15px; 
}
.page a{
    font-size: 14px;
    color: #666;   
    max-width: 100%;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
}

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

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#0000ff;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0000ff;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: #0000ff;
    vertical-align: middle;
    border: 1px solid #0000ff; 
    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: #0000ff;
    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;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}



.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(/en/template/default/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;
    }
}


/* 右侧浮窗 */

#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: #0000ff;
    background: #0000ff;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #0000ff;
    background: #0000ff;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #0000ff;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


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


.fgs_tab{
    margin:50px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.fgs_tab li{
    width: 15%;
    margin-right: 2%;
    margin-bottom:15px;
    line-height: 48px;
    height: 48px;
    background:#f3f5f9;
    font-size:15px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.fgs_tab li:nth-child(6n){
    margin-right: 0;
}
.fgs_tab li:hover{
    background:#0000ff;
    color: #fff;
    font-weight: bold;
}
.fgs_tab li.on{
    background:#0000ff;
    color: #fff;
    font-weight: bold;
}
.contact2_cont{
    position: relative;
    /*height: 661px;*/
    overflow: hidden;
}
.tab1,.tab2{
    display: none;
    opacity: 0;
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.tab1.active,.tab2.active{
    opacity: 1;
    z-index: 10;    
}
.fgs_tab1.active{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.fgs_tab1 .img{

}
.fgs_tab1 .text1{
    width: 34%;
    border:1px solid #ccc;
    margin-right: 8%;
}
.fgs_tab1 .text1 .cont{
    padding:30px;   
    color: #333;
}
.fgs_tab1 .cont h3{
    font-size:26px;
    font-weight: normal;
    padding-left: 35px;
    background:url(/en/template/default/images/c_icon1.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
}
.fgs_tab1 .cont p{

}
.fgs_tab1 .cont p span{
    display: block;
    font-size:16px;
    font-weight: bold;
}
.fgs_tab1 .map2{
    width: 58%;
}
.n_maps{
    width: 100%;
    height:100%;
    /*height: auto;*/
    min-height:300px;
    text-align: center;
}
.fgs_tab1 iframe {
    display: block;
    /*height: 670px;*/
    width: 100%;
    height: 100%;
}

.BMap_Marker div{
    width: 32px!important;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .fgs_tab1 .text1 .cont {
        padding: 20px;
    }    
}
@media(max-width: 1259px){
   
    .fgs_tab {
        margin: 30px 0 ;
    } 
    .fgs_tab1 .text1{
        width: 40%;
        margin-right: 2%;
    }
    .fgs_tab1 .cont h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .fgs_tab li{
        margin-bottom:10px;
    }
    .fgs_tab1 .cont h3{
        font-size:20px;
    }
    .fgs_tab1 .text1 .cont {
        padding: 15px 10px;
    }

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

    .fgs_tab{
        margin:30px 0 20px;
    } 
    .fgs_tab li{
        width: 32%;
        margin-bottom:10px;
        line-height: 42px;
        height: 42px;
    }
    .fgs_tab li:nth-child(6n){
        margin-right: 2%;
    }
    .fgs_tab li:nth-child(3n){
        margin-right: 0;
    }  
    .fgs_tab1 {
        position:relative;
        display:none;
    }
    .fgs_tab1 .cont h3{
        font-size:18px;
    } 
    .fgs_tab1 .text1 {
        width: 100%;
        margin-right: 0%;
    } 
    .fgs_tab1 .map2 {
        width: 100%;
        height: 220px;
        overflow:hidden;
        display:none;
    }
    .n_maps{
        min-height:400px;
    }
    .contact2_cont{
        height:auto;
    }
}
