/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html{
	background:#fff;
}
body{
	font-size:14px;
	overflow-x:hidden;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased
	color:#000;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: #9C5C17;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.pt40{
	padding-top: 40px;
}
.pb40{
	padding-bottom: 40px;
}
.zone{
	width: 100%;
	min-width: 1200px;
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}

.header{
	width: 1200px;
	margin:0px auto;
	height: 80px;
	overflow: visible;
	position: relative;
}
.logo{
	overflow:hidden;
	float: left;
	height:100%;
	display: flex;
  	justify-content:center;
  	align-items:center;
}
.logo img{
	max-height: 60px;
	width: auto;
}
.top-right{
    float: right;
    display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
    align-items: center;
}
.lang-wrap{
	height: 40px;
	position: relative;
	z-index: 100;
	margin-left: 20px;
	margin-top: 20px;
}
.lang-wrap .open-lang{
	display: block;
	height: 40px;
	line-height: 38px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
	transition: 0.5s;
	border: 1px solid #222222;
	border-radius: 999px;
	padding: 0 25px;
	font-weight: 400;
	
}

.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lang-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #333;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 101;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lang-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	white-space: nowrap;
}
.lang-menu a:hover{
	color: #fff;
	background-color: #9C5C17;
}
.lang-menu a.ru{
	background-image:url(../images/ru.png);
}
.lang-menu a.en{
	background-image:url(../images/en.png);
}
.lang-menu a.hasline{
	border-bottom: 1px solid #eee;
}
.search{
	width:200px;
	height:40px;
	position:relative;
	overflow:hidden;
	float: right;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #222222;
}
.search form{
	display: flex;
	justify-content: space-between;
}
.search_txt{
	flex-grow: 1;
	height:40px;
	overflow:hidden;
	display:block;
	line-height:40px;
	border:none;
	padding:0 10px;
	color:#999;
	font-size:12px;
	background-color:#FFFFFF;
	vertical-align:middle;
	outline: none;
}
.search_btn{
	float: right;
	line-height: 40px;
	height: 40px;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	padding-right: 10px;
}
.search_btn .iconfont{
	font-size: 24px;
	color: #666;
}
.nav_zone{
	background-color: #000000;
}
.nav{
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	height:48px;
	float:left;
	position:relative;
	z-index: 99;
}
.nav .nLi.on{
	background: #9C5C17;
}
.nav .nLi h3{
	display: block;
}
.nav .nLi h3 a {
	display:block;
	font-size:14px;
	font-weight: normal;
	line-height:48px;
	transition: 0.6s;
	color: #fff;
	padding:0 15px;
	text-transform: uppercase;
}
.nav .sub {
	display:none;
	left:50%;
	transform: translateX(-50%);
	top:48px;
	width:auto;
	width:100%;
	position:absolute;
	background:#f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 200px;
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
}

.banner{
	overflow: hidden;
	position: relative;
}
.banner .hd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left:0;
	bottom:20px;
	text-align: center;
	z-index: 1000;
}
.banner .hd ul{
	width: 100%;
}
.banner .hd ul li{
	width: 20px;
	height: 5px;
	background: rgba(0,0,0,0.7);
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin:0 3px;
	cursor: pointer;
	transition: 0.6s;
}
.banner .hd ul li.on{
	background: rgba(0,0,0,0.5);
	width: 25px;
}
.banner .bd ul li{
	height: 750px;
	background-position: center center;
	background-repeat: no-repeat;

}
.product_zone{
	background-color: #f8f8f8;
}
.common_title_a{
	text-align: center;
}
.common_title_a h2{
	text-transform: uppercase;
	font-size: 36px;
}
.index_prolist{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.index_prolist_category{
	width: 285px;
	flex-shrink: 0;
}
.index_prolist_list{
	width: 900px;
	overflow: hidden;
}
.index_prolist_category .title{
	display: flex;
	align-content: center;
	padding-left: 20px;
    height: 65px;
    background-color: #9C5C17;
    color: #FFFFFF;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	line-height: 65px;
}
.index_prolist_category .title .iconfont{
	font-size: 24px;
	margin-right: 15px;
}
.index_prolist_category .title h3{
	text-transform: uppercase;
	font-size: 20px;
}
.index_prolist_category ul{
	background-color: #fff;
}
.index_prolist_category ul li{
	border-bottom: 1px solid #ddd;
}
.index_prolist_category ul li a{
	display: flex;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	align-items: center;
	transition: 0.6s;
}
.index_prolist_category ul li a .iconfont{
	opacity: 0;
	transition: 0.6s;
}
.index_prolist_category ul li:hover a .iconfont{
	opacity: 1;
}
.index_prolist_category ul li:hover a{
	text-indent: 20px;
}
.index_prolist_list ul{
	display: flex;
	justify-content: space-between;
	margin-top: -20px;
	flex-wrap: wrap;
}
.index_prolist_list ul li{
	width: 288px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 20px;
	transition: 0.6s;
}
.index_prolist_list ul li:hover{
	box-shadow: 0px 0px 10px #ccc;
}
.index_prolist_list ul li a{
	display: block;
	overflow: hidden;
}
.index_prolist_list ul li .pic{
	display: block;
	overflow: hidden;
}
.index_prolist_list ul li .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_prolist_list ul li:hover .pic img{
	transform: scale(1.1);
}
.index_prolist_list ul li .layer{
	width: 100%;
    height: 100%;
    background-color: rgba(243,83,12,0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
}
.index_prolist_list ul li .layer h3{
	font-size: 18px;
	font-weight: normal;
}
.index_prolist_list ul li .layer .iconfont{
	font-size: 34px;
	margin-top: 40px;
}
.index_prolist_list ul li:hover .layer{
	opacity: 1;
}
.index_feature_list{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.index_feature_list .item{
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	margin-top: 30px;
}
.index_feature_list .item:nth-child(even){
	flex-direction: row-reverse;
}
.index_feature_list .item .pic{
	width: 638px;
	flex-shrink: 0;
}
.index_feature_list .item .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.index_feature_list .item .info{
	display: flex;
	flex-direction: column;
	padding: 50px 30px 0 30px;
	flex-grow: 1;
}
.index_feature_list .item .info h3{
	font-size: 24px;
	font-weight: normal;
}
.index_feature_list .item .info .desc{
	display: block;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	min-height: 150px;
}
.index_feature_list .item .info .desc ul li{list-style:inside}
.index_feature_list .item .info .detail{
	margin-top: 20px;
	display: flex;
	align-items: center;
	color: #9C5C17;
	font-size: 16px;
	text-transform: uppercase;
}
.index_feature_list .item .info .detail a{
	color: #9C5C17;
}
.index_feature_list .item .info .detail .iconfont{
	margin-left: 5px;
	font-size: 18px;
}
.brand_zone{
	background-color: #f8f8f8;
}
.brand .swiper-slide img{
	border: 1px solid #ddd;
}
.brand-prev,
.brand-next{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
}
.brand-prev .iconfont,
.brand-next .iconfont{
	font-size: 30px;
}
.brand-prev{
	left:-40px;
}
.brand-next{
	right:-40px;
}
.footer_zone{
	background-color: #222;
}
.footer{
	padding-top: 40px;
}
.footer_logo{
	text-align: center;
}
.footer_logo .footer_logo_pic{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footer_logo .footer_logo_pic::before{
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	right:100%;
	top:50%;
	background-color: #4e4e4e;
	z-index: 10;
}
.footer_logo .footer_logo_pic::after{
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	left:100%;
	top:50%;
	background-color: #4e4e4e;
}
.footer_nav{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.footer_nav dl{
	border-right: 1px solid  #4e4e4e;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding-right: 50px;
	margin-right: 50px;
}
.footer_nav dl.last{
	width:350px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 0;
	border:none;
}
.footer_nav dl dt{
	margin-bottom: 10px;
}
.footer_nav dl dt a{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.footer_nav dl dd{
	line-height: 30px;
	font-size: 14px;
}
.footer_nav dl dd,
.footer_nav dl dd a{
	color: #ddd;
}
.footer_nav dl dd a .iconfont{
	font-size: 12px;
	padding-right: 5px;
}
.footer_nav dl dd{
	transition: 0.6s;
}
.footer_nav dl dd:hover{
	transform: translateX(10px);
}
.footer_nav dl dd:hover a{
	color: #fff;
}
.footer dl.last dd:hover{
	transform: translateX(0px);
}
.copy{
	padding-top: 40px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy_info{
	font-size: 14px;
	color: #ddd;
}
.follow_icons{
	display: flex;
	align-items: center;
}
.follow_icons a{
	width: 35px;
	height: 35px;
	border: 2px solid #ddd;
	color: #ddd;
	margin-left: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.follow_icons a .iconfont{
	font-size: 16px;
}

/* 客服 */
.side {
	position:fixed;
	width:45px;
	right:0;
	bottom:10px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	background:#333;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font-size: 14px;
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li img {
	float:left;
}
.side ul li .right_ewm_box{
	position:absolute;
	right:60px;
	bottom:0px;
	z-index:9999999;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	width:120px;
	text-align:center;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	display:none;
}
.side ul li:hover .right_ewm_box{
	display:block;
}
.side ul li .right_ewm_box:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom:15px;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-left-color: #bbb;
	left: 100%;
}
.side ul li .right_ewm_box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
.side ul li .right_ewm_box p{
	font-weight:normal;
	display:block;
	line-height:20px;
}
.ny_banner_zone{
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
}
.wrap{
	display: flex;
	justify-content: space-between;
}
.left_wrap{
	width: 285px;
	flex-shrink: 0;
}
.right_wrap{
	flex-grow: 1;
	margin-left: 30px;
	overflow: hidden;
}
.left_wrap .title{
	display: flex;
	align-content: center;
	padding-left: 20px;
    height: 50px;
    background-color: #9C5C17;
    color: #FFFFFF;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	line-height: 50px;
}
.left_wrap .title .iconfont{
	font-size: 24px;
	margin-right: 15px;
}
.left_wrap .title h3{
	text-transform: uppercase;
	font-size: 20px;
}
#sub_category{
	border: 1px solid #dadada;
	border-top: none;
}
#sub_category dt{
	border-bottom: 1px solid #dadada;
	background-color: #f8f8f8;
}
#sub_category dt a{
	display: flex;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	font-size: 16px;
	align-items: center;
	transition: 0.6s;
}
#sub_category #zlm_on a{
	color: #9C5C17;
}
#sub_category dl dt a .iconiconset0187{
	display: none;
}
#sub_category dl dt.open a .iconiconset0187{
	display: block;
}
#sub_category dl dt.open a .iconiconset0186{
	display: none;
}
#sub_category dl dd{
	display: none;
	flex-direction: column;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sub_category dl.active dd{display:block}
#sub_category dl dd a{
	line-height: 35px;
	padding-left: 30px;
	font-size: 14px;
	color: #888;
	display: block;
}
#sub_category dl dd a.active{color:#9C5C17}
.right_wrap .title{
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	align-items: center;
	justify-content: space-between;
}
.right_wrap .title h2{
	font-size: 18px;
}
.right_wrap .title .position,
.right_wrap .title .position a{
	color: #888;
	font-size: 14px;
}
.left_contact{
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 14px;
	line-height: 30px;
}

ul.tulist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.tulist li{
	width: 200px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
}
ul.tulist li .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
ul.tulist li .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
ul.tulist li:hover .pic img{
	transform: scale(1.1);
}
ul.tulist li span{
	margin-top: 15px;
	font-size: 14px;
	display: block;
}

ul.product_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.product_list li{
	width: 288px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 20px;
	transition: 0.6s;
}
ul.product_list li:last-child:nth-child(3n - 1){
	margin-right: calc(32% + 5% / 3);
}
ul.product_list li:hover{
	box-shadow: 0px 0px 10px #ccc;
}
ul.product_list li a{
	display: block;
	overflow: hidden;
}
ul.product_list li .pic{
	display: block;
	overflow: hidden;
}
ul.product_list li .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
ul.product_list li:hover .pic img{
	transform: scale(1.1);
}
ul.product_list li .layer{
	width: 100%;
    height: 100%;
    background-color: rgba(243,83,12,0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
}
ul.product_list li .layer h3{
	font-size: 18px;
	font-weight: normal;
}
ul.product_list li .layer .iconfont{
	font-size: 34px;
	margin-top: 40px;
}
ul.product_list li:hover .layer{
	opacity: 1;
}
.newslist li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	align-items: center;
}
.newslist li a{
	display: block;
	flex-grow: 1;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	padding-left: 15px;
}
.newslist li a::before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #888;
	left:0;
	top:50%;
	transform: translateY(-50%);
	position:absolute;
	display: block;
}
.newslist li .date{
	font-size: 14px;
	color: #888;
}
.news_title{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}
.product_gallery{
	width:405px;
	float:left;
}
.product_info{
	width:450px;
	float:right;
	overflow:hidden;
	line-height:25px;
	display: flex;
	flex-direction: column;
}
.product_info h2{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.product_info .description{
	line-height: 30px;
	margin-top: 20px;
	color: #666;
}

#slideBox1{
	margin-top:40px;
	overflow:hidden;
}
#slideBox1 .hd{

}
#slideBox1 .hd ul{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#slideBox1 .hd ul li{
	float:left;
	height:45px;
	line-height:45px;
	background:#333;
	padding:0 20px;
	cursor:pointer;
	color: #fff;
	min-width: 135px;
	text-align: center;
}
#slideBox1 .hd ul li.on {
    background: #9C5C17;
}
#slideBox1 .bd ul{
	overflow:hidden;
	padding-top: 20px;
}
.feedback_title{
	padding: 20px;
	background-color: #eee;
	display: flex;
	align-items: center;
}
.feedback_title .iconfont{
	font-size: 20px;
	margin-right: 15px;
}
.feedback{
	display: flex;
	margin-top: 20px;
	flex-direction: column;
}
.feedback .item{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.feedback label{
	flex-shrink: 0;
	display: block;
	align-items: center;
	text-align: right;
	padding-right: 15px;
	width: 200px;
}
.feedback label em{
	color: #ff0000;
	margin-right: 5px;
	line-height: 30px;
	font-style: normal;
}
.feedback .itext,
.feedback .icontent{
	width: 450px;
	flex-shrink: 0;
	border: 1px solid #ddd;
	outline: none;
	background: none;
}
.feedback .itext{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.feedback .icontent{
	padding: 10px;
	line-height: 30px;
}
.feedback .ibtn{
	width: 150px;
	height: 40px;
	margin-top: 30px;
	cursor: pointer;
	background-color: #eb3e00;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	border: none;
	margin-left: 200px;
	transition: 0.6s;
}
.feedback .ibtn:hover{
	opacity: 0.9;
}
