﻿/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#111;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- 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;}



.wh{max-width: 1530px;margin:0 auto;padding: 0 15px;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.flex{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/
.top1{height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top2{height: 94px;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 94px;width: 17%;}
.logo img{max-width: 100%;}
.top2 .k2{margin-top: 35px;font-size: 16px;color: #333333;line-height: 35px;background: url() no-repeat left center;padding-left: 40px;}
.topr{width: 73%;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;position: relative;z-index: 9999;}


/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch a{margin-right:6px;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}

/*搜索和热门搜索*/
.ss{position: relative;}
.ss-btn{margin-top: 36px;cursor: pointer;}
.ss #formsearch{display: none;position: absolute;top:94px;right: 0;width: 189px;z-index: 999;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.ss #formsearch input{height:28px;background:#fff;border:1px solid #c8c8c8;line-height:28px;}
.ss #formsearch input#keyword{height:28px;line-height:28px;padding-left:4px;color:#666;}
.ss #formsearch input#s_btn{width:46px;height:28px;line-height:28px;text-align:center;background-color:#111111;color:#fff;border:none;cursor:pointer;font-size: 12px;}
.ying{color: #7c7c7d;font-size: 14px;line-height: 94px;padding-left: 35px;background: url(../images/lang.png) no-repeat left center;}

/*  */
.mySwiper{position: relative;}
.mySwiper  img{width: 100%;}
.ban{position: absolute;bottom:27%;width: 100%;z-index: 999;}
.ban .swiper-button-prev,.ban .swiper-button-next{position: static;width: 38px;height: 38px;margin-top: 0;}
.ban .swiper-button-prev{background: url(../images/prev.png) no-repeat center;}
.ban .swiper-button-next{background: url(../images/next.png) no-repeat center;}
.ban .swiper-pagination{position: static;width: auto;color: #ffffff;font-size: 26px;font-family: 'Arial';margin: 0 20px;}
.ban .swiper-pagination span:before{content: '0';}




/* 导航样式 */
#menu {
    background-color: #019350;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 79%;
}

.x-menu>li {
    position: relative;
    width: 14.28%;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    line-height: 94px;
    height: 94px;
    text-align: center;
}



.x-menu>li>a:hover {
    color: #222222;
}




.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 94px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #222222;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}



@media(max-width: 1200px){
    .topr{width: 77%;}
    .ying{padding-left: 26px;}
}
@media(max-width: 1024px){
    .x-menu{width: 76%;}
}


/*  */
.box1{margin: 6% 0;}
.aleft{width: 44.4%;}
.aright{width: 45%;}
.aright img{display: block;width: 100%;}
.abt h3{color: #393c3d;font-size: 50px;font-family: Arial;text-transform: uppercase;}
.abt{color: #333333;font-size: 26px;line-height: 1;}
.acon{color: #666666;font-size: 15px;line-height: 29px;margin:2.6vw 0 5.2vw;}
.aleft a{position: relative; display: block;width: 172px;height: 52px;background-color: #ffffff;border: solid 1px #393c3d;color: #666666;font-size: 15px;text-align: center;line-height: 50px;}
.aleft a span{ position: relative;transition: all 0.2s; z-index: 2;display: block;}
.aleft a:before{content: '';transition: all 0.3s;width: 6px;height: 51px;background-color: #393c3d;display: block;position: absolute;left: 0;top:0;z-index: 1;}
.aleft a:hover:before{width: 100%;}
.aleft a:hover{color: #fff;}

@media(max-width: 1366px){
    .abt h3{font-size: 40px;}
}

@media(max-width: 1025px){
    .abt h3{font-size: 36px;}
    .abt{font-size: 20px;}
    .acon{margin: 1.8vw 0 3.6vw;font-size: 14px;line-height: 24px;}
    .aleft{width: 52%;}
}

@media(max-width: 768px){
    .aleft,.aright{width: 100%;float: none;}
    .aleft{margin-bottom: 20px;}
}
@media(max-width:640px){
    .abt{font-size: 18px;}
    .abt h3{font-size: 30px;}
    .acon{margin: 20px 0;}
    .aleft a{width: 140px;height: 40px;line-height: 38px;}
    .aleft a:before{height: 40px;}
}


/*  */
.ht1{background: url(../images/bg1.jpg) no-repeat top center;background-size: cover;padding: 4.5% 0;overflow: hidden;}
.p1{letter-spacing: 9px;color: #ffffff;opacity: 0.3;font-size: 18px;font-family: 'Arial';line-height: 1;text-transform: uppercase;}
.ht1 h3{color: #ffffff;font-size: 2.6vw;margin: 17px 0 2.8125vw;}
.hsort li{margin-right: 20px;}
.hsort li a{display: block;width: 150px;height: 48px;border: solid 1px rgba(255,255,255,.5);color: #ffffff;font-size: 16px;line-height: 46px;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 0 2px;}

@media(max-width: 1430px){
    .p1{letter-spacing: 5px;}
}

@media(max-width: 1200px){
    .p1{font-size: 14px;}
}
@media(max-width: 768px){
    .p1{font-size: 12px;}
}
@media(max-width: 640px){
    .p1{letter-spacing: 1px;}
    .ht1 h3{font-size: 16px;margin: 8px 0 20px;}
    .hsort li{width: 46%;margin: 0 2%;margin-bottom: 12px;}
    .hsort li a{height: 40px;line-height: 38px;font-size: 14px;}
}


/*  */
.box2{margin: 3.6% 0 4.4%;}
.bt1 dd{color: #999999;font-size: 24px;text-transform: uppercase;line-height: 1;}
.bt1 dt{color: #333333;font-size: 36px;line-height: 1;margin-top: 10px;}
.yul{margin: 3.8% -12px 0 -12px;}
.yul .slick-slide{width: 19%;margin: 0 12px;}
.yul li .img{position: relative;}
.yul li .img img{display: block;width: 100%;}
.yul li .img a{position: absolute;color: #ffffff;font-size: 14px;background: url(../images/right.png) no-repeat right center;bottom: 25px;left: 30px;padding-right: 35px;}
.bj2{background-color: #333333;padding: 37px 30px;}
.bj2 p{color: #ffffff;font-size: 14px;line-height: 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.bj2 h3{color: #ffffff;font-size: 20px;margin-bottom: 23px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yul li:hover .bj2{background-color: #111111;}

@media(max-width: 1366px){
    .bj2{padding: 37px 15px;}
}

@media(max-width: 1024px){
    .bt1 dd{font-size: 18px;}
    .bt1 dt{font-size: 24px;}
}

@media(max-width: 640px){
    .box2{margin: 30px 0;}
    .yul{margin-top: 20px;}
    .bj2{padding: 15px 5px;}
    .bj2 h3{font-size: 16px;margin-bottom: 10px;}
}



/*  */
.box3{padding: 3.5% 0 4.7%;background-color: #f8f8f8;}
.nsort{margin-top: 25px;}
.nsort li{margin-left: 40px;}
.nsort li a{display: block;color: #999999;font-size: 18px;}
.nsort li a:hover{color: #333333;}
.nul{margin-top: 4%;}
.nul li{width: 30.8%;}
.nul li .img img{display: block;width: 100%;}
.nul li h3 a{display: block;color: #333333;font-size: 18px;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin: 32px 0 23px;}
.nul li p{color: #777777;font-size: 15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.m1{border-top: 1px solid #dadada;padding-top: 28px;margin-top: 45px;position: relative;}
.m1 a{display: block;color: #333333;font-size: 13px;font-weight: bold;padding-right: 20px;background: url(../images/right2.png) no-repeat right center;}
.m1 span{color: #999999;font-size: 13px;font-family: 'arial';}
.m1 a:before{content: '';width: 78px;height: 2px;background-color: #969696;display: block;position: absolute;left: 0;top:-2px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.nul li:hover .m1 a:before{width: 100%;}

@media(max-width: 991px){
    .m1{margin-top: 25px;padding-top: 20px;}
    .nul li h3 a{margin: 20px 0 15px;}
}

@media(max-width: 640px){
    .nn .bt1{float: none;}
    .nsort{float: none;width: 100%;margin-top: 15px;}
    .nsort li{margin-left: 0;margin-right: 20px;}
    .nsort li a{font-size: 16px;}
    .nul li{width: 100%;float: none;margin-bottom: 20px;}
    
}




/*  */
.ft1{background-color: #303030;}
.ft2{background-color: #252525;color: #999999;font-size: 13px;padding: 25px 0;text-align: center;line-height: 24px;}
.ft2 a{color: #999999;}
.tbox{padding: 4% 0 5%;}
.lx{font-size: 14px;line-height: 26px;color: #fff;}
.ful{margin-top: 13%;}
.ful li{margin-right: 20px;}
.dao{width: 51%;}
.dao li dd{color: #ffffff;font-size: 17px;margin-bottom: 25px;}
.dao li a{display: block;color: #9a9a9a;font-size: 14px;line-height: 30px;}

@media(max-width: 768px){
    .tlx {width: 46%;}
    .dao li dd{font-size: 15px;margin-bottom: 15px;}
}
@media(max-width: 640px){
    .tlx {width: 100%;float: none;}
    .dao{display: none;}
    .ful{margin-top: 5%;}
}








/* 友情链接 */

.c-link {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    border-top:1px solid #3b3b3b;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
.c-link .sec a{color: #000;}

/*内页左侧样式*/



.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


