﻿/*头部样式*/
.head{
    position: relative;
/*    background: #eee;*/
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}
.logo{
    float: left;
    padding:10px 0;
}
.ss{
    float:right;
    background:url(../images/ss.png) no-repeat center;
    width: 60px;
    height: 80px;    
    padding:10px 0;
    cursor: pointer;
}
.ss:hover{
    background:url(../images/ss_h.png) no-repeat center;
}
.search{
    display: none;
    position: absolute;
    width: 100%;
    top:80px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    padding:30px 5%;
    box-shadow: 0 3px 10px #eee;

}
#formsearch{
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: center;
    width: 400px;
    height: 40px;
    margin:0 auto;
    border:1px solid #ccc;
}
#formsearch input{
    border:none;
    outline: none;
    font-size:15px;
    line-height: 38px;
}
#keyword{
    float: left;
    width: 350px;
    text-indent: 15px;
}
#s_btn{
    float: right;
    width: 50px;
    text-align:center;
    background:#0e438f;
    color: #fff;
    cursor: pointer;
}

.nav{
    float:right;
}
.nav>li{
    float: left;
    margin: 0 10px;
    position: inherit;
}
.nav li a{
    display: block;
    color: #000;
    text-align: center;
    line-height: 80px;
    font-size:18px;
    padding:0 37px;
    font-weight: bold;
}

.nav li .b_nav{
    position: absolute;
    width: 100%;
    top:80px;
    left:0px;
    z-index: 999;
}
.nav li .b_nav .cont{
    display: none;  
    width: 100%;
    padding:30px 5%;
    box-shadow: 0 3px 10px #eee;
    background-color: #fff;
}
.nav > li:hover .b_nav .cont{
    height:100%!important;
}
.nav li .b_nav .cont .text1{
    float:left;
    width: 20%;
    padding-right: 40px;
}
.nav li .b_nav .cont .text1 h3{
    font-size:20px;
    color: #333;
    margin-bottom:10px;
}
.nav li .b_nav .cont .text1 p{
    font-size:14px;
    color: #333;
}
.nav li .b_nav .cont .text2{
    float:right;
    width: 80%;
    padding-left: 40px;
    border-left: 1px solid #c5c5c5;
}
.nav li .b_nav .cont .text2 li{
    width: 17.4%;
    float:left;
    margin:0 2% 0 0;
} 
.nav li .b_nav .cont .text2 li:last-child{
    margin-right: 0;
    width: 21.4%;
}
.nav li .b_nav .cont .text2 li h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom:15px;    
}  
.nav li .b_nav .cont .text2 li h3 a{
    display: block;
    font-size:16px;
    color: #333;
    line-height: 2em;
    text-align: left;
    padding:0;
    padding-left: 25px;
    position: relative;
}
.nav li .b_nav .cont .text2 li h3 a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
    width: 20px;
    height:20px;
    background:url(../images/jt1_h.png) no-repeat center ;
    background-size: 14px;
    border-radius: 50%;
}
.nav li .b_nav .cont .text2 li .sec a{
    display: block;
    font-size:14px;
    color: #444;
    line-height: 2em;
    text-align: left;
    font-weight: 600;
        padding:0;
    padding-left: 18px;
    margin-bottom: 15px;
    background:url(../images/jt1.png) no-repeat center left;
    background-size: 12px;
}
.nav li:hover a{
    color: #0e438f;
}
.nav li .b_nav .cont .text2 li h3 a:hover{
    color: #0e438f;    
}
.nav li .b_nav .cont .text2 li .sec a:hover{
    color: #0e438f;
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #0e438f;*/
    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: #0e438f;
    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;
}
.mobileNav li .b_nav{
    display: none;
}
@media(max-width: 1600px){
    .nav li a{
        padding:0 25px;
        font-size:16px;
    }
    .nav li .b_nav .cont .text1 h3{
        font-size:17px;
    }
    .nav li .b_nav .cont .text1 p{
        font-size:12px;
        color: #333;
    }
    .nav li .b_nav .cont .text2 li{
        width: 16.4%;
    } 
    .nav li .b_nav .cont .text2 li:last-child{
        width: 25.4%;
    }
    .nav li .b_nav .cont .text2 li h3{
        padding-bottom:5px; 
    }
    .nav li .b_nav .cont .text2 li h3 a{
        font-size:15px;
    }
    .nav li .b_nav .cont .text2 li h3 a:before{
        margin-top:-8px;
        width: 16px;
        height:16px;
        background-size: 10px;
    }
    .nav li .b_nav .cont .text2 li .sec a{
        font-size:13px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .nav li .b_nav .cont{
        padding:20px 2%;
    }
}
@media(max-width: 1024px){
    .ss{
        display:none;
    }
}
@media(max-width: 768px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        top:20px;
    }

}



#swiper-container1{
    /*height: calc(100vh - 100px);*/
    /*overflow: hidden;*/
}
#swiper-container1 .swiper-slide{
    /*height: 100%;*/
}
#swiper-container1 .swiper-slide img{
    /*object-fit:fill;*/
    /*height: 100%;*/
}


/*首页简介*/
.about{
    display: none;
    background: url(../images/about-bg.jpg)no-repeat center top;
    height: 500px;
}
.about .info{
    width: 50%;
}
.about .info h2{font-size: 26px;line-height: 26px;color: #000;font-weight: bold;padding-top: 89px;}
.about .info span{font-size: 14px;color: #808080;margin-top: 12px;line-height: 14px;display: block;}
.about .info span:after{display: block;content: "";background:#0e438f;height:3px;width:41px;margin-top: 19px;margin-bottom: 33px;}
.about .info p{font-size: 14px;color: #666;line-height: 28px;width: 508px;letter-spacing: 1px;margin-bottom: 34px;}

.about a.more{
    color: #fff;background: #0e438f;
    width: 145px;height: 45px;
    line-height: 45px;text-align: center;
    box-shadow:5px 6px 0px #000; 
    display: block;
}
.about .as{
    width: 50%;
}
.about .as{padding-left: 81px;padding-top: 65px;padding-bottom: 65px;}
.about .as ul li{margin-bottom: 42px;}
.about .as .pic{margin-right: 30px;}
.about .as .txt b{display: block;color: #fff;font-size: 24px;line-height: 24px;padding-top: 16px;letter-spacing: 1px;}
.about .as .txt span{font-size: 14px;color: #fff;margin-top: 13px;display: block;}


@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    
}


.index_product2{
    padding:65px 0 85px;
}
.index_t2{
    text-align: center;
    margin-bottom: 50px;
}
.index_t2 h2{
    font-size: 40px;
    color: #000;   
    line-height: 1.6;
}
.index_t2 p{
    font-size: 18px;
    color: #404040; 
    text-transform: uppercase;
}

.index_product2 ul{
    display: flex;
    flex-wrap: wrap;
}
.index_product2 ul li{
    
}
.index_product2 ul li a{
    display: block;
    position: relative
}
.index_product2 ul li a .text{
    padding:0 55px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.index_product2 ul li a .text p{
    font-size: 28px;
    color: #000;
}
.index_product2 ul li a .text h3{
    font-size: 22px;
    color: #0e438f;
    margin-bottom: 70px;
}
.index_product2 ul li a .text em{
    display: block;
    width: 140px;
    line-height: 40px;
    border:1px solid #333;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border-radius: 25px;
    font-style: normal;

}
.index_product2 ul li a:hover .text em{
    color: #fff;
    background: #0e438f;
    border-color: #0e438f;
    box-shadow: 0px 0px 10px #999;
}

.index_product2 ul li:nth-child(1){
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 6px;
}
.index_product2 ul li:nth-child(2){
    width: calc(50% - 4px);
    margin-bottom: 6px;
}
.index_product2 ul li:nth-child(3){
    width: 37.5%;
}
.index_product2 ul li:nth-child(4){
    width: 37.5%;
    margin:0 7px;
}
.index_product2 ul li:nth-child(5){
    width: calc(25% - 14px);
    background: url(../images/bg0.jpg) no-repeat center;
    background-size: cover;
}
.index_product2 ul li:nth-child(5) a{
    color: #fff;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight:bold;
}
.index_product2 ul li:nth-child(5) a:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    .index_t2 h2{
        font-size:32px;
    }
    .index_t2 p{
        font-size:16px;
    }
    .index_product2 ul li a .text{
        padding:0 40px;
    }
    .index_product2 ul li a .text p{
        font-size:24px;
    }
    .index_product2 ul li a .text h3 {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .index_product2 ul li a .text em{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_t2{
        margin-bottom:40px;
    }
    .index_t2 h2{
        font-size:28px;
    }
    .index_t2 p{
        font-size:14px;
    }
    .index_product2 {
        padding: 65px 0;
    }    
}
@media(max-width: 1024px){
    .index_product2 ul li a .text{
        padding:0 30px;
    }
    .index_product2 ul li a .text p{
        font-size:20px;
    }
    .index_product2 ul li a .text h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }    
}
@media(max-width: 768px){
    .index_t2{
        margin-bottom:30px;
    }
    .index_t2 h2{
        font-size:24px;
    }
    .index_product2 {
        padding: 50px 0;
    } 
    .index_product2 ul li a .text{
        padding:0 20px;
    }
    .index_product2 ul li a .text p{
        font-size:18px;
    }
    .index_product2 ul li a .text h3 {
        font-size: 15px;
        margin-bottom: 20px;
    } 
    .index_product2 ul li a .text em{
        width: 120px;
        line-height: 32px;
        font-size: 14px;
    }
    #swiper-container1 .swiper-button-next, #swiper-container1 .swiper-button-prev{
        display:none;
    }
}
@media(max-width: 767px){
    .index_t2{
        margin-bottom:20px;
    }
    .index_t2 h2{
        font-size:22px;
    }
    .index_product2 {
        padding: 30px 0;
    }
    .index_product2 ul li a .text{
        padding:0 15px;
    }
    .index_product2 ul li a .text p{
        font-size:16px;
    }
    /*.index_product2 ul li a .text h3 {*/
    /*    font-size: 15px;*/
    /*    margin-bottom: 20px;*/
    /*} */
    /*.index_product2 ul li a .text em{*/
    /*    width: 120px;*/
    /*}*/
    .index_product2 ul li:nth-child(1){
        width:100%;
        margin-right:0;
    }
    .index_product2 ul li:nth-child(2){
        width:100%;
    }
}
@media(max-width:460px){
    .index_product2 ul li{
        width:100%!important;
        margin:0 0 15px!important;
    }
    .index_product2 ul li:nth-child(5) a{
        padding:25px 15px;
        font-size:16px;
    }
}


.index_yj{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding:85px 0;
}
.index_yj ul{
    position: relative;
}
.index_yj ul:before{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 2px;
    height: 180px;
    background: rgba(255,255,255,.36);
    margin-left: -1px;
}
.index_yj ul li{
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    padding:20px 0;
}
.index_yj ul li:nth-child(2){
    float: right;
}
.index_yj ul li h3{
    font-size: 28px;
    font-weight: normal;
}
.index_yj ul li p{
    font-size: 40px;
}
@media(max-width: 1600px){
    .index_yj{
        padding:70px 0;
    }
    .index_yj ul li h3{
        font-size:26px;
    }
    .index_yj ul li p{
        font-size:32px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index_yj ul li h3{
        font-size:24px;
    }
    .index_yj ul li p{
        font-size:28px;
    }    
}
@media(max-width: 768px){
    .index_yj{
        padding:40px 0;
    }
    .index_yj ul:before{
        display:none;
    }
    .index_yj ul li{
        width:100%;
        padding:15px 0;
    }
    .index_yj ul li h3{
        font-size:20px;
    }
    .index_yj ul li p{
        font-size:24px;
    }
}
@media(max-width: 767px){
    .index_yj{
        padding:20px 0;
    }
    .index_yj ul li{
        padding:10px 0;
    }
    .index_yj ul li p{
        font-size:16px;
    }
}


.index3{
    padding:70px 0 80px;
}
.index_t3{
    text-align: center;
    margin-bottom: 50px;
}
.index_t3 h2{
    font-size: 40px;
    color: #000000;
}
.index_t3 p{
    font-size: 16px;
    color: #333;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
}
.index3 ul li{
    width: 46%;
    text-align: center;
    margin:0 2%;
}
.index3 ul li a{
    display: block;
}
.index3 ul li a .img{
    overflow: hidden;
}
.index3 ul li a .img img{
    transition: all 0.6s ease-out;
}
.index3 ul li h3{
    font-size: 32px;
    color: #000;   
    padding:40px 0 10px;
    font-weight: normal;
}
.index3 ul li em{
    font-style: normal;
    display: block;
    width: 180px;
    line-height: 46px;
    background: #0e438f;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin:0 auto;
}
.index3 ul li a:hover .img img{
    transform: scale(1.1)
}
.index3 ul li a:hover em{
    text-decoration: underline;
}
@media(max-width: 1600px){
    .index_t3 {
        margin-bottom: 40px;
    }
    .index_t3 h2{
        font-size: 32px;
    }
    .index_t3 p{
        font-size: 15px;
    }
    .index3 ul li h3{
        font-size: 28px;
        padding:30px 0 10px;
    }
    .index3 ul li em{
        width: 160px;
        line-height: 46px;
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_t3 h2{
        font-size: 28px;
    }
    .index_t3 p{
        font-size: 14px;
    }
    .index3 ul li h3{
        font-size: 24px;
        padding:25px 0 10px;
    }
    .index3 ul li em{
        width: 150px;
        line-height: 42px;
        font-size: 15px;
    }    
}
@media(max-width: 1024px){
    .index3 {
        padding: 70px 0;
    }
    .index_t3 {
        margin-bottom: 30px;
    }    
}
@media(max-width: 768px){
    .index3 {
        padding: 50px 0;
    }
    .index_t3 h2{
        font-size: 24px;
    }
    .index3 ul li{
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }  
    .index3 ul li h3{
        font-size: 20px;
        padding:20px 0 10px;
    }
    .index3 ul li em{
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    } 
}
@media(max-width: 767px){
    .index3 {
        padding: 30px 0;
    }
    .index_t3 {
        margin-bottom: 20px;
    }
    .index_t3 h2{
        font-size: 22px;
    }
    .index3 ul li h3{
        font-size: 17px;
        padding:10px 0 10px;
    }
}


.index_product{
    padding:80px 0;
    display: none;
}
.index_product .container{
    max-width: 1600px;
}
h2.index_t1{
    font-weight: normal;
    text-align: center;
    margin-bottom:30px;
    font-size:40px;
    color: #333;
}
.tab1li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab1li li{
    margin:0 22px;
    font-size:20px;
    color: #333;
    cursor: pointer;
}
.tab1li li:nth-child(4),.tab1li li:nth-child(5){
    display: none;
}
.tab1li li.cur{
    color: #0e438f;
    text-decoration:underline;
}
.tab1li li a{
    display: block;
    font-size:20px;
    color: #333;
}
.tab1li li.cur a{
    color: #0e438f;
    text-decoration:underline;
}
.tab1{
    display: none;
    margin-top:40px;
}
.product_list1{

}
.product_list1 li{
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px;
}
.product_list1 li a{
    display: block;
    padding:18px 0 37px;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    background: #f8f8f8;
}
.product_list1 li a .img{
    max-width: 202px;
    margin:0 auto;
    overflow:hidden;
}
.product_list1 li a .img img{
    transition: all 0.6s ease-out;
}
.product_list1 li a h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.product_list1 li a p{
    font-size:14px;
    color: #666;
}
.product_list1 li a:hover .img img{
    transform: scale(1.05);
}
.product_list1 li a:hover h3{
    color: #0e438f;
}
.product_list1 li:nth-child(1){
    width: calc(50% - 15px);
    margin-right: 15px;
}
.product_list1 li:nth-child(1) a{
    padding:40px 0 60px;
}
.product_list1 li:nth-child(1) a .img{
    max-width: 470px;
}
.product_list1 li:nth-child(1) a h3{
    font-size:24px;
}
.product_list1 li:nth-child(1) a p{
    font-size:18px;
}
.product_list1 li:nth-child(3),.product_list1 li:nth-child(5){
    margin-right: 0;
}

.product_list1 li:nth-child(2),.product_list1 li:nth-child(3){
    margin-bottom:25px;
}


.index_product_sort{
    display: flex;
    flex-wrap: wrap;   
    margin-bottom: 40px;
}
.index_product_sort li{
    margin-right: 15px;
}
.index_product_sort li:last-child{
    margin-right: 0;
}
.index_product_sort li a{
    display: block;
    padding:0 20px;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    color: #4c4c4c;
    background: #e6e6e6;
    text-align: center;
}
.index_product_sort li a:hover{
    color: #fff;
    background: #0e438f;
}
.index_product_cont2{
    
}
.index_product_cont2 ul{
    display: flex;
    flex-wrap: wrap;
}
.index_product_cont2 ul li{
    width: 25%;
}
.index_product_cont2 ul li a{
    display: block;
    border:1px solid #e5e5e5;
    position: relative;
    padding:18px 25px 10px;
    width: 100%;
    height: 100%;
}
.index_product_cont2 ul li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 5px;
    background-color: #0e438f;
    transition: all 0.6s ease-out;
}
.index_product_cont2 ul li a h3{
    font-size:20px;
    color: #333;
}
.index_product_cont2 ul li a h4{
    font-size:15px;
    color: #333;
    font-weight: normal;    
}
.more1{
    position: absolute;
    right:25px;
    top:20px;
}
.more1 .more_img{
    width: 20px;
    height: 22px;
    position: relative;
    overflow: hidden;
}
.more1 .more_img img{
    position: absolute;
    top:0;
    left:0;
}
.index_product_cont2 ul li a .img{
    text-align: center;
}
.index_product_cont2 ul a:hover:after{
    width: 100%;
    transition: all 0.6s;
}
.index_product_cont2 ul li a:hover h3{
    color:#0e438f;
}
.index_product_cont2 ul li a:hover .more1 .more_img img{
    top:-22px;
}
.index_product_cont2 ul li:last-child{
    background:url(../images/bg3.png) no-repeat center #808080;
}
.index_product_cont2 ul li:last-child a:after{
    display: none;
}
.index_product_cont2 ul li:last-child a .img img{
    transition: all 0.3s ease-out;
}
.index_product_cont2 ul li:last-child a .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size:16px;
    color: #fff;
    text-align:center;    
}
.index_product_cont2 ul li:last-child p{
    padding-top:10px;
}
/*.index_product_cont2 ul li:last-child a .text:hover .img img{*/
/*    padding-left: 15px;*/
/*    transition: all 0.3s;*/
/*}*/
@media(max-width: 1600px){
    .index_product_cont2 ul li a{
        padding:15px 20px 10px;
    }
    .index_product_cont2 ul li a h3{
        font-size:18px;
    }
    .index_product_cont2 ul li a h4{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_product_cont2 ul li a {
        padding: 10px 10px 10px;
    }
    .index_product_cont2 ul li a h3 {
        font-size: 16px;
    }
    .more1{
        display: none;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_product_cont2 ul li {
        width: 50%;
    }    
}
@media(max-width: 767px){
    .index_product_cont2 ul li {
        width: 100%;
    }
    .more1{
        display: block;
        right: 10px;
    }
    .index_product_cont2 ul li:last-child{
        display: none;
    }    
}



/*.new-s {*/
/*    padding: 80px 0;*/
/*    background: url(../images/5.jpg) no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*.new-s .n-hd{padding-left:70px}*/
/*.hrds {*/
/*    width: 90%;*/
/*}*/
/*.en {*/
/*    color: #ededed;*/
/*    font-size: 98px;*/
/*    font-weight: 700;*/
/*    line-height: 1;*/
/*}*/
/*.cn {*/
/*    color: #666;*/
/*    font-size: 35px;*/
/*    font-weight: 700;*/
/*}*/
/*.cn span {*/
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px solid #666;*/
/*}*/
/*.new-s .n-hd .cn,.new-s .n-hd .en{color:#616161}*/
/*.new-s .n-hd .cn span{border-color:#616161}*/
/*.new-s .n-hd .mores{margin-top:100px}*/
/*.new-s .n-hd .mores a{color:#616161;font-size:18px;font-weight:700;text-transform:uppercase}*/
/*.new-s .n-hd .mores a:hover{color:#fff}*/
/*.new-cons{margin-top:60px}*/
/*.new-cons>div{width:49%}*/
/*.new-cons .xiao-biao{color:#fff;font-size:21px;margin-bottom:10px}*/
/*.new-cons .news-ul li{margin-top:20px}*/
/*.new-cons .news-ul a{display:block}*/
/*.new-cons .news-ul a .fl{*/
/*    width:29%;*/
/*    overflow: hidden;*/
/*}*/
/*.new-cons .news-ul a:hover img{transition:.4s ease-in-out;transform:scale(1.2)}*/
/*.new-cons .news-ul a:hover .fr .new-h3{color:#fff}*/
/*.new-cons .news-ul a .fr{width:67%}*/
/*.new-cons .news-ul a .fr .new-h1{*/
/*    color:#fff;font-size:19px;display:-webkit-box;*/
/*    -webkit-box-orient:vertical;text-overflow:ellipsis;*/
/*    -webkit-line-clamp:1;overflow:hidden;*/
/*}*/
/*.new-cons .news-ul a .fr .new-h2{margin:20px 0 10px 0}*/
/*.new-cons .news-ul a .fr .new-h2,.new-cons .news-ul a .fr .new-h3{*/
/*    color:#949494;font-size:15px;display:-webkit-box;*/
/*    -webkit-box-orient:vertical;text-overflow:ellipsis;*/
/*    -webkit-line-clamp:1;overflow:hidden*/
/*}*/
/*.chao-ul li{padding:26px 0;border-bottom:1px solid #848484}*/
/*.chao-ul li a{display:block}*/
/*.chao-ul li a .wens .wen-da{*/
/*    width:39px;height:23px;border-radius:11px;background-color:#183883;*/
/*    color:#fff;text-align:center;line-height:23px;font-size:14px*/
/*}*/
/*.chao-ul li a .wens .wen-con{*/
/*    width:60%;margin-left:10px;color:#f5f5f5;font-size:19px;*/
/*    display:-webkit-box;-webkit-box-orient:vertical;*/
/*    text-overflow:ellipsis;-webkit-line-clamp:1;overflow:hidden*/
/*}*/
/*.chao-ul li a .wens i{color:#f5f5f5}*/
/*.chao-ul li a .da{margin-top:10px;display:none}*/
/*.chao-ul li a .da .da-da{*/
/*    width:39px;height:23px;border-radius:11px;*/
/*    background-color:#8490a0;color:#fff;text-align:center;line-height:23px;font-size:14px*/
/*}*/
/*.chao-ul li a .da .da-con{*/
/*    width:85%;margin-left:10px;color:#949494;font-size:15px;*/
/*    line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;*/
/*    text-overflow:ellipsis;-webkit-line-clamp:2;height:60px;overflow:hidden*/
/*}*/
/*.chao-ul li.active .da,.chao-ul li:hover .da{display:block}*/
/*.chao-ul li.active .fr,.chao-ul li:hover .fr{transform:rotate(180deg);transition:.4s ease-in-out}*/

.mc_a1s1 {
    padding: 100px 0;
    background: #f7f8fa;
}

.mc_a1s1_wrap {
    background: #fff;
    max-width: 1700px;
}
.mc_title40 {
    font-size: 40px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #1d1d1f;
    padding:0;
    margin:0;
}
.mc_a1_hd {
    padding: 60px 100px;
    border-bottom: 1px solid #e5e5e5;
}

.mc_a1_more .mc_h1_morebtn {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    display: block;
}

.mc_h1_morebtn {
    font-size: 14px;
}

.mc_a1_bd {
    padding: 0 100px;
}

.mc_a1s1_li {
    float: left;
    width: 33.333333%;
}
.mc_a1s1_li a{
    text-decoration: none;
}
.mc_a1s1_a {
    display: block;
    padding: 55px 40px 65px;
}

.mc_a1s1_li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.mc_a1s1_date {
    font-size: 16px;
    color: #0e438f;
    line-height: 20px;
    margin-bottom: 25px;
}

.mc_a1s1_date i,
.mc_a1s1_date em {
    font-size: 18px;
    line-height: 20px;
}

.mc_a1s1_txt {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 60px;
}

.mc_a1s1_morebtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 54px;
    font-size: 14px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #fff;
}

.mc_a1s1_morebtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0e438f;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_a1s1_morebtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #0e438f;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}

.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}
.mc_list_imgbox {
    position: relative;
}

.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #0e438f;
    transition: all .5s;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::before {
    transform: scale(.5);
    opacity: 0;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::after {
    transform: scale(1);
    opacity: 1;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn {
    color: #0e438f;
}

.mc_a1s1_a:hover .mc_a1s1_imgbox::after {
    width: 100%;
}

.mc_a1s1_a:hover {
    box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
}



@media(max-width: 1600px){
    .mc_a1s1 {
        padding: 80px 0;
    }
    .mc_a1_hd {
        padding: 30px 50px;
    }
    .mc_title40{
        font-size:32px;
        line-height: 1em;
    }
    .mc_a1_bd{
        padding:0 30px;
    }
    .mc_a1s1_a {
        padding: 35px 20px 60px;
    }
    .mc_a1s1_txt {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .mc_a1s1_morebtn{
        line-height:42px;
        padding:0 30px;
    }
    .mc_a1s1_imgbox{
        margin-top:30px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .mc_a1s1 {
        padding: 60px 0;
    }   
    .mc_a1_hd {
        padding: 20px 30px;
    }
    .mc_title40{
        font-size:28px;
    }
    .mc_a1_bd {
        padding: 0 15px;
    }
    .mc_a1s1_a {
        padding: 20px 10px 30px;
    }
    .mc_a1s1_txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .mc_a1s1_morebtn {
        line-height: 36px;
        padding: 0 20px;
    }
}
@media(max-width: 768px){
    .mc_a1s1 {
        padding: 50px 0;
    }   
    .mc_a1_hd {
        padding: 10px 15px;
    }
    .mc_title40{
        font-size:24px;
    }
    .mc_a1_bd {
        padding: 0 5px;
    }
    .mc_a1s1_a {
        padding: 15px 10px;
    }
    .mc_a1s1_li{
        width:100%;
        border:none!important;
    }
    
    .mc_a1s1_txt {
        font-size: 16px;
        line-height:1.8;
        height:auto;
        margin-bottom: 10px;
    }
    .mc_a1s1_imgbox{
        margin:15px 0;
    }
}
@media(max-width: 767px){
    .mc_a1s1 {
        padding: 30px 0;
    }    
}


/*footer{border-top:1px solid #e4e4e4}*/
/*.foot {*/
/*    padding: 40px 0;*/
/*}*/
/*.foot-d-ul>li {*/
/*    float: left;*/
/*    margin-right: 57px;*/
/*}*/
/*.foot-d-ul>li>p {*/
/*    color: #171b1e;*/
/*    font-size: 17px;*/
/*}*/

/*.efoot-ul {*/
/*    margin-top: 20px;*/
/*}*/
/*.efoot-ul li a {*/
/*    display: inline-block;*/
/*    line-height: 30px;*/
/*    color: #666;*/
/*    font-size: 15px;*/
/*}*/
/*.efoot-ul li p a{*/
/*    color: #0e438f;*/
/*}*/

/*.rightsss {*/
/*    border-left: 1px solid #e7e7e7;*/
/*    padding-left: 50px;*/
/*}*/
/*.dis1 {*/
/*    color: #171b1e;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*}*/
/*.zou {*/
/*    color: #666;*/
/*    font-size: 15px;*/
/*    line-height: 30px;*/
/*}*/
/*.ma-img {*/
/*    margin-left: 10px;*/
/*}*/
/*.ma-img p {*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    margin-top: 20px;*/
/*}*/
/*.foot-ulss {*/
/*    margin-top: 30px;*/
/*}*/
/*.foot-ulss li {*/
/*    display: inline-block;*/
/*}*/
/*.foot-ulss li a {*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/

/*.foots {*/
/*    line-height: 68px;*/
/*    background: #373737;*/
/*    color: #fff;*/
/*}*/
/*.foots, .foots a {*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*}*/
/*.foots1{*/
/*    color: #fff;*/
/*}*/
/*.foots1 a{*/
/*    color: #fff;*/
/*}*/
/*.fts_l{*/
/*    width: 75%;*/
/*    float: left;*/
/*}*/
/*.fts_r{*/
/*    width: 25%;*/
/*    float: left;*/
/*}*/

.footerBox {
	background: #2F353A;
	padding-bottom: 16px;
	width: 100%;
	box-sizing: border-box;
}

.foot-logo {
	border-bottom: 1px #585D60 solid;
}

.cenlogo,
.foot-botcven {
	max-width: 1356px;
	margin: auto;
	width: 92%;
}

.cenlogo {
	padding-bottom: 30px;
}

.foot-ulBoxs ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* padding-right: 20px;
	padding-left: 80px; */
}

.foot-ulBoxs ul li {
	width: 20%;
	color: #fff;
}

.foot-ulBoxs ul li:last-child {
	width: 40%;
	/*text-align: right;*/
}

.slide_li a {
	width: 169px;
	height: 40px;
	display: inline-block;
	border-radius: 19px;
	border: 1px #62666A solid;
	line-height: 40px;
	font-size: 15px;
	text-indent: 3em;
	text-align: left;
}

.slide_li a i {
	margin-left: 2em;
}
.slide_li img{
    width: 270px;
    height: 30px;
}
.foot-theme li,
.foot-theme li a {
	color: #fff;
}

.foot-theme {
	border-bottom: 1px #43484C solid;
	padding: 60px 0 20px;
	margin-bottom: 30px;
}

.foot-theme li {
	font-size: 18px;
}

.foot-list li p,
.foot-list li p a{
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
}

.foot-list li div {
	margin-top: 10px;
}

.foot-list li div:nth-child(1) {
	margin-top: 0;
}

.foot-list li div h6 {
	font-size: 16px;
	font-weight: 600;
}
.li_AreaBox{
    position: relative;
}
.li_AreaBox img {
	/*padding-right: 10px;*/
	vertical-align: middle;
}

.li_AreaBox .about_adres {
	width: 165px;
	float: right;
	text-align: left;
	display: flex;
	align-items: self-start;
}
.f_contact_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_contact_txt{
    width: calc(100% - 105px);
    margin-top: 0 !important;
}
.f_contact_txt p{
    display: flex;
}
.f_contact_txt p strong{
    width: 50px;
    font-weight: normal;
}
.f_contact_txt p em{
    width: calc(100% - 50px);
    font-style: normal;
}
.f_code{
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    text-align: center;
    width: 98px;
    margin-top: 0 !important;
}

.foot-page {
	margin-top: 15px;
}
.scodeBox{
    width: 265px;
    height: 132px;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 42px;
    right: 0;
}
.scodeBox img{
    width: 100%;
    height: 100%;
}
.footbottom{
    border-top: 1px #43484C solid;
}
.footbottom p {
	color: #a9a9a9;
	padding-top: 6px;
	font-size: 12px;
}

.footbottom .fl_fourp {
	font-size: 12px;
}

.footbottom .fl_twop,
.footbottom .fl_fourp {
	text-align: right;
}
.footbottom a:hover{
    color: #fff;
}
.fl_fourp a {
	color: #a9a9a9;
	margin: 6px 0 0 20px;
	display: inline-block;
}

@media(max-width: 1600px){
    .foot-botcven{
        max-width:1200px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .foot-botcven{
        width:96%;
    }    
}
@media(max-width: 1024px){
    .foot-theme{
        padding:20px 0 ;
        margin-bottom:15px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 767px){
    .foot-theme{
        display:none!important;
    }
    .foot-ulBoxs ul{
        padding:15px 0 0;
        flex-wrap:wrap;
    }
    .foot-ulBoxs ul li{
        width:50%;
        display:none;
    } 
    .foot-ulBoxs ul li:last-child{
        display:block;
        width:100%;
    }
    .fl.fl_onep{
        float:none;
        text-align:center;        
    }
    .fr.fl_twop{
        float:none;
        text-align:center;
    }
    .f_contact_txt{
        width: calc(100% - 85px);
    }
    .f_code{
        width: 75px;
    }
}


/*----- 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;
    color: #fff;
    text-align: center;
    height: 210px;
    background: #0e438f;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.n_banner .text h3{
    font-size:42px;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    padding-bottom:20px;
    margin-bottom:10px;
}
.n_banner .text h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 86px;
    height:2px;
    background:#fff;
    margin-left: -43px;
}
.n_banner .text p{
    font-size:18px;
    text-transform: uppercase;
}
#container{
    padding:50px 0;
}
.content{
    margin-bottom: 15px;
}

@media(max-width: 1600px){
    .n_banner .text h3{
        font-size:32px;
    }
    .n_banner .text p{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .n_banner .text h3{
        font-size:28px;
    }
    .n_banner .text p{
        font-size:15px;
    }    
}
@media(max-width: 768px){
    .n_banner{
        height:160px;
    }
    .n_banner .text h3{
        font-size:24px;
    }
    .n_banner .text p{
        font-size:14px;
    }    
}
@media(max-width: 767px){
    .n_banner{
        height:120px;
    }    
    .n_banner .text h3{
        font-size:22px;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }  
    .n_banner .text h3:before{
        width:50px;
        margin-left:-25px;
    }
}


/*product*/
.sitemp{
    background: #e0e0e0;
}
.site{
    line-height: 32px;
    font-size: 14px;
    color: #525252;
}
.sitemp a:first-child{
    padding-left: 30px;
    display: inline-block;
    background: url(../images/home.png) no-repeat 5px center;
}
.sitemp a{
    line-height: 32px;  
    font-size: 14px;
    color: #525252;
}
.sitemp a:last-child{
    color: #000000;
}
.n_banner2{
    position: relative;
    height: 120px;
    background: #f3f3f3;
}
.n_banner2 .container{

}
.n_banner2 .container h2{
    font-size: 26px;
    color: #000;
    font-weight: normal;
    line-height: 120px;
    float: left;
}
.n_banner2 .container .banner_sort{
    float: right;    
    margin-top:45px;
}
.n_banner2 .container .banner_sort a{
    display: inline-block;
    padding-left: 18px;
    background: url(../images/sort1.png) no-repeat left center;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}
.n_banner2 .container .banner_sort a:last-child{
    margin-right: 0;
}
.n_banner2 .container .banner_sort a:hover,.n_banner2 .container .banner_sort a.on{
    color: #000;
    background: url(../images/sort1_h.png) no-repeat left center;
    font-weight: bold;
}

.n_product{
    padding:50px 0 95px ;
}
.n_left{
    width: 240px;
    border-right: 1px solid #ddd;
    float: left;
}
.p_sort{
    padding:30px 20px 100px 0;
}
.p_sort a{
    display: block;
    padding-left: 30px;
    background: url(../images/cur.png) no-repeat left center;
    font-size: 16px;
    color: #404040;
    /*font-family: "Material Icons";*/
}
.p_sort a.list_item0{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.p_sort a.list_item1{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-left: 0;
    background: none!important;
    padding:10px 0;
}
.p_sort a.cur{
    background: url(../images/cur_h.png) no-repeat left center;    
}
.n_right{
    width: calc(100% - 240px);
    float: right;
    padding-left: 25px;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.product_list2 li:nth-child(3n){
    margin-right: 0;
}
.product_list2 li a{
    display: block;
    padding:20px 20px;
    text-align: center;
}
.product_list2 li a .img img{
    max-height: 170px;
}
.product_list2 li a .text{
    
}
.product_list2 li a .text h3{
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-top:10px;
}
.product_list2 li a .text em{
    display: block;
    font-style: normal;
    width: 110px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #0e438f;
    margin:20px auto 0;
    border-radius: 25px;
    opacity: 0;
}
.product_list2 li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.product_list2 li a:hover .text em{
    opacity: 1;
}

@media(max-width:1600px){
    .n_banner2 .container h2{
        font-size:24px;
    }
    .p_sort {
        padding: 25px 20px 60px 0;
    }
    .p_sort a{
        font-size:15px;
    }
    .p_sort a.list_item0{
        font-size:17px;
    }
    .p_sort a.list_item1{
        font-size:15px;
    }
    .product_list2 li{
        margin-bottom:20px;
    }
    .product_list2 li a .text h3{
        font-size:16px;
    }
    .product_list2 li a .text em{
        margin:10px auto 0;
    }
}
@media(max-width:1259px){
    
}
@media(max-width:1024px){
    .n_banner2 .container h2{
        font-size:22px;
        float:none;
        line-height:2em;
        padding-top:15px;
    }
    .n_banner2 .container .banner_sort{
        float:none;
        margin-top:5px;
    }
    .n_banner2 .container .banner_sort a{
        font-size:15px;
    }
    .n_left{
        width:280px;
    }
    .p_sort {
        padding: 15px 15px 20px 0;
    }
    .n_right {
        width: calc(100% - 280px);
    }

}
@media(max-width:768px){
    .p_sort a{
        font-size:15px;
    }
    .product_list2 li{
        width: 48%;
        margin-right: 4%;
        margin-bottom:15px;
    }
    .product_list2 li:nth-child(3n){
        margin-right: 4%;
    } 
    .product_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .product_list2 li a {
        padding: 15px 15px;
    }
    .product_list2 li a .text em{
        display:none;
    }
}
@media(max-width:640px){
    #container{
        padding:30px 0;
    }
    .n_banner2{
        height:150px;
    }
    .n_banner2 .container h2{
        font-size:20px;
    }
    .n_left{
        width:100%;
        padding:0;
        border:none;
        margin-top:20px;
    }
    .p_sort a.list_item1{
        font-size:16px;
        padding:5px 0;
    }
    .n_right {
        width: 100%;
        padding:0;
    }    
}


.product_list{
    background: #fff;
}
.product_list li{
    margin-bottom: 20px;
}
.product_list li:nth-child(2n){
    background: #f5f5f5;
}
.product_list li:nth-child(2n) a{
    flex-direction: row-reverse;
}
.product_list li a{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.product_list li a .img{
    overflow: hidden;
    width: 50%;
}
.product_list li a .text{
    width: 50%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 30px;
}
.product_list li a .text h3{
    font-size: 24px;
    /*font-weight: normal;*/
    color: #333;
}
.product_list li a .text .txt{
    font-size: 16px;
    margin:10px 0 25px;
}
.product_list li a .text em{
    display: block;
    width: 106px;
    line-height: 36px;
    background: #0e438f;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin:0 auto;
    font-style: normal;
}

.product_detail{
    padding:0px 0 0 35px;
    /*box-shadow: 0px 0px 10px #eee;*/
    /*margin-top:55px;*/
}
.pd1{
    display: flex;
    flex-wrap: wrap;
}
.pd1 .img{
    border:1px solid #e1e1e1;
    width: 37%;
}
.pd1 .text{
    width: 63%;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .text h2{
    font-size:24px;
    color: #333;
}
.pd1 .text .text1{
    font-size: 16px;
    color: #666666;
    margin:20px 0 60px;
}
.pd1 .text .pd_bottom{

}
.pd1 .text .pd_bottom .p_tel{
    font-size:16px;
    color: #333;
    padding-left: 60px;
    background:url(../images/tel2.png) no-repeat left center;
    line-height: 1.6em;
    float: left;
}
.pd1 .text .pd_bottom .p_tel p:nth-child(2){
    font-size:22px;
}
.pd1 .text .pd_bottom a{
    display: inline-block;
    float: left;
    margin-left: 30px;
    width: 150px;
    line-height: 50px;
    height: 50px;
    background:#0e438f;
    font-size:18px;
    color: #fff;
    text-align:center;
}
.pd_content{
    padding:30px 0 10px;
}
.pd_content p strong{
    font-size: 32px;
    color: #333;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    display:none;
}
.pd_content2 table{
    border-bottom:1px solid #333;
    border-right:1px solid #333;    
}
.pd_content2 table tr{
    
}
.pd_content2 table tr td{
    border-top:1px solid #333;
    border-left:1px solid #333;
    color: #000;
}
.p_title1{
    font-size: 20px;
    color: #1e1e1e;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    background:url(../images/p_t10.jpg) no-repeat right center;
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.p_title1:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 10px;
    height: 20px;
    background-color: #0e438f;
}
.p_title1 em{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    display: none;
}
@media(max-width: 1600px){

    .pd1 .text{
        padding-left: 40px;
    }
    .pd1 .text h2{
        font-size:20px;
    }
    .pd1 .text .text1 {
        font-size: 15px;
        margin: 10px 0 30px;
    }
    .pd1 .text .pd_bottom .p_tel{
        font-size:14px;
    }
    .pd1 .text .pd_bottom .p_tel p:nth-child(2){
        font-size:18px;
    }
    .pd1 .text .pd_bottom a {
        margin-left: 40px;
        width: 120px;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }
    .pd_content {
        padding: 50px 0 10px;
    }
}
@media(max-width: 1259px){
    .product_detail {
        padding: 0px 0 0 15px;
        /*margin-top: 30px;*/
    }  
    .pd1 .text .pd_bottom .p_tel{
        margin-bottom:15px;
    }
    .pd1 .text .pd_bottom a {
        margin-left: 20px;
        width: 100px;
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }
    .p_title1{
        background:none;
        margin-bottom:20px;
    }
}
@media(max-width: 1024px){
    .pd1 .text{
        padding-left: 30px;
    }
    .pd1 .text h2{
        font-size:16px;
    }
    .pd1 .text .text1 {
        font-size: 14px;
        margin: 10px 0;
    }
    .pd1 .text .pd_bottom .p_tel p:nth-child(2){
        font-size:16px;
    }
    .pd_content {
        padding: 30px 0 10px;
    }    
}
@media(max-width: 768px){
    .product_detail {
        padding: 0px 0 0 0px;
    } 
    .pd1 .img{
        padding:15px 0;
    }
    .pd1 .img img{
        max-width:200px;
    }
}
@media(max-width: 767px){
    .pd1 .img{
        width: 100%;
        text-align:center;
    }
    .pd1 .text {
        padding-left: 0px;
        width: 100%;
        margin-top:20px;
    }
.p_title1 {
    margin-top: 20px;
}
}


    

/*news*/
.news_list {
    margin: 0 -20px;
    padding-bottom: 10px;
}
.news_list li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 75px;
}
.news_list li a {
    position: relative;
    display: block;
    transition: all .36s;
}
.news_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}
.news_list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #001eb4;
    transition: all .36s;
}
.news_list li a .img {
    position: relative;
    overflow: hidden;
}
.news_list li a .img img {
    transition: all .36s ease-out;
}
.news_list li a .text {
    padding: 18px 28px 38px;
}
.news_list li a .text h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #000000;
    margin-bottom: 44px;
    font-weight: normal;
}
.mc_e1_date {
    font-size: 16px;
    color: #999999;
}
.news_list li a:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}
.news_list li a:hover::after {
    width: 100%;
}
.news_list li a:hover .img img {
    transform: scale(1.05);
}
@media(max-width: 1600px){
    .news_list li{
        margin-bottom: 50px;
    }
}
@media(max-width: 1440px){
    .news_list li a .text h3{
        font-size:16px;
        margin-bottom:30px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .news_list li{
        margin-bottom: 30px;
    }    
}
@media(max-width: 768px){
    .news_list li{
        width:50%;
        margin-bottom:20px;
    }
    .news_list li a .text {
        padding: 15px 20px 20px;
    }
    .news_list li a .text h3{
        margin-bottom:20px;
    }
}
@media(max-width: 767px){
    
}
@media(max-width: 460px){
    .news_list li{
        width:100%;
    } 
    .news_list li a .text {
        padding: 10px 15px 15px;
    }
    .news_list li a .text h3{
        line-height:1.6;
        height:auto;
        margin-bottom: 15px;
    }
}




/*about*/
.habouta{
    display: none;
}
.haboutam li{float:left;width: 33.3%;text-align: center;padding: 75px 0;font-size:16px;}
.haboutam span{color:#063b91;font-size:50px;font-weight: bold;}

.theme-tainbox h2, .themeh2 {
    font-size: 42px;
    color: #222;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.haboutb{padding: 60px 0;background: #f8f8f9;}
.theme-p2{text-align: left;}
.haboutbmh5{font-size:18px;text-align: center;line-height: 70px;z-index: 10;background: #fff;color:#333;font-weight:normal;}
.haboutbm li:nth-child(odd) .haboutbmh5{background: #f8f8f9;}
.haboutbmdesc{color:#fff;}
.haboutbm li{width: 25%;float: left;position: relative;height: 100%;padding-top: 70px;box-sizing: border-box;}
.haboutbm{position: relative;}
.haboutbmdesc{position: absolute;width: 100%;text-align: center;color:#fff;font-size:24px;top:260px;padding: 0 25px;}
.haboutbm {height: 840px;}
.haboutbm{background-position:bottom center;background-repeat: no-repeat;background-size: cover;}
.haboutbmh5{position:absolute;width: 100%;left:0;top:0;}
.haboutbmdesc p{min-height: 188px;}

.haboutc{padding: 60px 0;background: #fff;}
.haboutbm{margin-top: 30px;}
.haboutbm li:before,.haboutbm li:after{position: absolute;content: '';left:0;bottom:0;height: 100%;width: 100%;transition: all 0.3s ease;}
.haboutbm li:before{background: #000;opacity: 0.3;}
.haboutbm li:after{background: #fff;opacity: 0.3;}
.haboutbm li:nth-child(odd):before{opacity: 0;}
.haboutbm li:hover:after{opacity:0;}
.haboutbvideo{ position: relative;height: 740px;color:#fff; overflow: hidden;transition:all 0.3s ease;}
.habwideom p{font-size:42px;position: relative;z-index: 5;padding:0 60px;font-weight:bold;}
.habwideom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.habwideomi{width: 100px;height: 100px;position: absolute; background:url(../img/h/habwideom1.png) center no-repeat;background-size:cover; right:60px;top:0;cursor: pointer;}
.haboutbvideo{background-position: center;background-repeat: no-repeat;margin-top:50px;}
.habwideobg{ position: absolute;width: 1200px;height: 500px;border:600px solid #fff;left:50%;top:50%;margin-left:-1200px;box-sizing:content-box;margin-top:-900px;}

.w14{
    width: 92%;
    max-width: 1400px;
    margin:0 auto
}

@media(max-width: 1600px){
    .haboutam li{
        padding: 70px 0;
        font-size: 16px;
    }
    .haboutam span{
        font-size:42px;
    }
    .theme-tainbox h2, .themeh2 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 15px;
    }
    .habwideom p {
        font-size: 32px;
        padding: 0 50px;
    }
    .haboutbm{
        height:600px;
    }
    .haboutbmdesc{
        top:180px;
        font-size:20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .haboutam li{
        padding: 60px 0;
        font-size: 15px;
    }
    .haboutam span{
        font-size:32px;
    } 
    .haboutbvideo{
        height:500px;
    }
}
@media(max-width: 1024px){
    .habwideom p {
        font-size: 28px;
        padding: 0 40px;
    }  
    .haboutbvideo{
        height:400px;
    }
    .haboutbm{
        height:400px;
    }
    .haboutbmdesc{
        top:100px;
        font-size:18px;
    }
    .haboutbmdesc p {
        min-height: 150px;
    }
}
@media(max-width: 768px){
    .haboutam li{
        padding: 50px 0;
        font-size: 14px;
    }
    .haboutam span{
        font-size:26px;
    }   
    .haboutb,.haboutc{
        padding:50px 0;
    }
    .theme-tainbox h2, .themeh2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .haboutbvideo{
        height:300px;
    }
    .habwideom p {
        font-size: 24px;
        padding: 0 20px;
    } 
    .haboutc{
        display:none;
    }
    .haboutbm{
        height:100%;
    }
    .haboutbm li{
        width:50%;
    }
    .haboutbmdesc{
        position: relative;
        top:0;
    }
}
@media(max-width: 767px){
    .haboutam li,.haboutb,.haboutc{
        padding: 30px 0;
    }
    .haboutam span{
        font-size:20px;
    } 
    .theme-tainbox h2, .themeh2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .haboutbvideo{
        height:250px;
    }
    .habwideom p {
        font-size: 18px;
        padding: 0 5px;
    } 

}
@media(max-width: 460px){
    .haboutbm li{
        width:100%;
    }    
}


/* relevantTain */
.relevantTain {
	width: 100%;
	padding: 60px 0;
	background: #f8f8f9;
	box-sizing: border-box;
}

.releve {
	margin-top: 30px;
}

.releve .releve-item {
	position: relative;
	width: 32%;
	cursor: pointer;
	display: inline-block;
    text-align: left;
    margin-right: 2%;
}
.releve .releve-item:last-child{
    margin-right: 0;
}
.releve .releve-item .relev-img {
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.releve .releve-item .relev-img img {
	display: block;
	width: 100%;
	transition: all 1s ease;
}

.relev-txt {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 30px);
	width: 80%;
	transition: all .6s ease;
	color: #fff;
}

.relev-txt h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 16px;
	position: relative;
}

.relev-txt h5::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #063b91;
	z-index: 3;
	transition: all .6s ease;
}

.relev-arr {
	opacity: 0;
	transition: all .6s ease;
}

.releve .releve-item:hover .relev-arr {
	opacity: 1;
	transform: translateX(15px);
}

.releve .releve-item:hover .relev-txt {
	transform: translate(-50%, 0);
}

.releve .releve-item:hover .relev-txt h5::after {
	width: 100%;
}

.releve .releve-item:hover .relev-img img {
	transform: scale(1.05);
}

@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .relevantTain{
        padding:50px 0;
    }
    .releve{
        margin-top:0;
    }
    .releve .releve-item .relev-img{
        height:auto;
        max-height:300px;
    }
.releve .releve-item .relev-arr {
	opacity: 1;
	transform: translateX(10px);
}
.releve .releve-item .relev-txt {
	transform: translate(-50%, 0);
}
.releve .releve-item .relev-txt h5::after {
	width: 100%;
}
.relev-txt{
    width:90%;
}
}
@media(max-width: 767px){
    .relevantTain{
        padding:20px 0;
    }    
}
@media(max-width: 460px){
    .releve .releve-item {
        width: 100%;
        margin-right: 0%;
        margin-bottom:15px;
    }   
}


/*contact*/
.n_contact{
    padding-top:50px;
}
.n_contact .container{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px #ccc;
}
.w15{
    max-width: 1500px;
}
#contact1{
    width: 35%;
    background:#fafafa;
    padding:45px 5%;
}
.title4{
    margin-bottom:20px;
}
.title4 p{
    font-size:26px;
    color: #333;
    position: relative;
    line-height: 1em;
    padding-bottom:15px;
    margin-bottom:10px;
}
.title4 p:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 46px;
    height: 1px;
    background:#0e438f;
}
.title4 span{
    display: block;
    font-size:14px;
    text-transform: uppercase;
}
#contact1 ul{

}
#contact1 ul li{
    color: #333;
    line-height: 2em;
    padding:25px 0 25px 65px;
    border-bottom: 1px solid #ddd;
}
#contact1 ul li:last-child{
    border:none;
}
#contact1 ul li p{
    font-size:16px;
}
#contact1 ul li span{
    display: block;
    font-size:20px;
}
#mess{
    width: 65%;
    padding:45px 4%;
}
.message{

}
.mess_t{
    color: #333;
}
.mess_t h3{
    font-size:26px;
    font-weight: normal;
    line-height: 1em;
}
.mess_t p{
    font-size:16px;
    padding:30px 0 45px;
    line-height: 1.6em;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    margin-bottom:28px;
    width: 100%;
}
.message ul li:nth-child(1){
    width: 48%;
    margin-right: 4%;
}
.message ul li:nth-child(2){
    width: 48%;
}
.message ul li input{
    padding:0 20px;
    width: 100%;
    line-height: 45px;
    border:1px solid #a5a5a5;
    font-size: 16px;
    color: #999999;
    outline:none;
}
.message ul li textarea{
    padding:0 20px;
    width: 100%;
    line-height: 45px;
    border:1px solid #a5a5a5;
    font-size: 16px;
    color: #999999;
    outline:none;
    font-family: '微软雅黑';
    height: 90px;
}
.m_btn input{
    display: block;
    margin:0 auto;
    width: 145px;
    line-height: 45px;
    height: 45px;
    background:#0e438f;
    font-size:16px;
    color: #fff;
    text-align: center;
    border:none;
    outline: none;
    cursor: pointer;
}
.n_map{
    margin:60px auto 60px;
}
@media(max-width: 1600px){
    .title4 p {
        font-size: 24px;
    } 
    #contact1 ul li{
        padding:20px 0 20px 60px;
    }   
    #contact1 ul li p{
        font-size:14px;
    }
    #contact1 ul li span{
        font-size:18px;
    }
    .mess_t h3{
        font-size:24px;
    }
    .mess_t p {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .message ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 1259px){
    #contact1{
        padding: 30px 3%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .title4 {
        margin-bottom: 10px;
    }
    .title4 p {
        font-size: 20px;
    } 
    #contact1{
        width: 100%;
        padding: 20px 3%;
    }
    #contact1 ul li{
        padding:20px 0 20px 60px;
    }   
    #contact1 ul li p{
        font-size:14px;
    }
    #contact1 ul li span{
        font-size:18px;
    }
    #mess {
        width: 100%;
        padding: 20px 3%;
    }
    .mess_t h3{
        font-size:20px;
    }
    .mess_t p {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .message ul li{
        margin-bottom:15px;
    }  
    .message ul li input,.message ul li textarea{
        font-size:15px;
    }
    .m_btn input{
        width: 120px;
    }
    .n_map{
        height: 300px;
        overflow:hidden;
        margin: 30px auto 30px;
    }  
}
@media(max-width: 767px){
    .n_map{
        height: 250px;
    }
    .message ul li:nth-child(1){
        width:100%;
        margin-right:0;
    }
    .message ul li:nth-child(2){
        width:100%;
    }
}  



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    /*padding:0em 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: 1em;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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:#0e438f;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0e438f;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: #0e438f;
    vertical-align: middle;
    border: 1px solid #0e438f; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


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

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


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


/* 右侧浮窗 */

#c-right-fixed {
    display: none!important;
    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: #0e438f;
    background: #0e438f;
}

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

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

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


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



.c-banner3 .swiper-slide{
    
}
.c-banner3 .swiper-slide .img{
    text-align: center;
    height: 250px;
}
.c-banner3 .swiper-slide .img img{
    max-height: 240px;
}
.c-banner3 .swiper-slide h3{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.RelatedProductBox{
    position: relative;
    
}
.RelatedProductBox .swiper-button-prev{
    background: url(../images/more3.png) no-repeat center;
    border:1px solid #666;
    width: 50px;
    height:50px;
    border-radius: 50%;
    transform: rotate(-180deg);  
}
.RelatedProductBox .swiper-button-prev:hover{
    background: url(../images/more3_h.png) no-repeat center #0028aa;
    transform: rotate(-180deg);  
    border-color: #0028aa;
}
.RelatedProductBox .swiper-button-next{
    background: url(../images/more3.png) no-repeat center;
    border:1px solid #666;
    width: 50px;
    height:50px;
    border-radius: 50%;
}
.RelatedProductBox .swiper-button-next:hover{
    background: url(../images/more3_h.png) no-repeat center #0028aa;
    border-color: #0028aa;
}
.productDetailConBox3{
    padding-top: 50px;
    border-top: 1px solid #e0e0e0;
}
.productDetailConBox3 h2{
    padding-left: 25px;
    position: relative;
    font-size: 24px;
    color: #474747;
    font-weight: 700;
    margin-bottom: 10px;
}
.productDetailConBox3 h2:before{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #2c53a3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.RelatedProductBox{
    padding: 0 40px;
}
.RelatedProductBox .slick-prev,
.RelatedProductBox .slick-next{
    width: 21px;
    height: 42px;
    background: url("../images/buttonstyle.png") no-repeat;
}
.RelatedProductBox .slick-prev{
    left: 0;
    background-position: left center;
}
.RelatedProductBox .slick-next{
    right: 0;
    background-position: right center;
}
.RelatedProductBox .slick_first{
    margin: 0 10px;
}
.RelatedProductBox .slick_first .img{
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.RelatedProductBox .slick_first .text{
    text-align: center;
}
.RelatedProductBox .slick_first .text a{
    display: block;
    font-size: 22px;
    color: #454545;
    font-weight: 700;
}


.productDetailConBox4{
    padding: 85px 0 55px;
}
.productDetailConBox4 .text{
    background: #0028aa;
    padding: 20px 40px;
    overflow: hidden;
}
.productDetailConBox4 .text p{
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #ffffff;
}
.productDetailConBox4 .text a{
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.productDetailConBox4 .text a:hover{
    text-decoration: underline;
}
@media(max-width:1259px){
    .productDetailConBox3{
        padding-top:20px;
    }
    .productDetailConBox4{
        padding:50px 0;
    }
    .c-banner2 .swiper-slide h3{
        font-size:16px;
    }
}
@media(max-width: 767px){
    .productDetailConBox3{
        padding-top:0px;
    }
    .productDetailConBox4 {
        padding: 30px 0;
    }
    .productDetailConBox3 h2{
        font-size:20px;
    }
    .productDetailConBox4 .text {
        padding: 15px 20px;
    }
    .productDetailConBox4 .text p {
        display: block;
        width: 100%;
    }
    .productDetailConBox4 .text a {
        float: left;
    }
    .c-banner3 .swiper-slide .img{
        height:200px;
    }
    .c-banner3 .swiper-slide h3{
        font-size:15px;
    }
}
@media(max-width: 767px){
    .c-banner3 .swiper-slide .img{
        height:165px;
    }    
}

.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: 180px;
}

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