/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

html{
	height: 100%;
}
body{
	width: 100%;
	overflow-x: hidden;
	color: #333;
	background: #212121;
}
.clear_both::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}



.head_box{
	height: 100px;
	padding: 0 4%;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	position: relative;
	z-index: 9;
}
.head_box .logo_a{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 100%;
	background: url(../img/logo.png) no-repeat center;
}
.head_box form{
	top: 50%;
	margin-top: -16px;
	right: 4%;
	position: absolute;
	height: 30px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box form input{
	border: none;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	width: 0;
	background: #212121;
	border-radius: 15px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box form button{
	width: 40px;
	height: 30px;
	vertical-align: middle;
	background: url(../img/tb1.png) no-repeat center;
	border: none;
	position: relative;
	z-index: 2;
}
.head_box form:hover input{
	width: 120px;
	padding-left: 10px;
}
.head_box form:hover{
	border: 1px solid rgba(255,255,255,1);
}
.head_box .language_p{
	float: right;
	height: 100%;
	line-height: 100px;
	margin-right: 49px;
}
.head_box .language_p a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	border-right: 1px solid #999;
	padding-right: 24px;
}
.head_box .login_span{
	float: right;
	margin-right: 50px;
	margin-top: 37px;
	border-radius: 2px;
	width: 70px;
	height: 28px;
	background: #101010;
	color: #999;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	display: none;
}
.head_box .login_span::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../img/tb2.png) no-repeat center;
	width: 12px;
	height: 14px;
	margin-right: 4px;
	margin-top: -2px;
}
.head_box .w_ul{
	float: right;
	font-size: 0;
	margin-right: 50px;
}
.head_box .w_ul li{
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
	position: relative;
}
.head_box .w_ul li>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li p{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 101px;
	width: 100%;
	text-align: center;
	background: #111;
	padding: 14px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.head_box .w_ul li p a{
	display: block;
	height: 34px;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li p a:hover{
	color: #fab727;
}
.head_box .w_ul .active_li>a{
	color: #fab727;
	font-weight: bold;
}
.head_box .w_ul li>a:hover{
	color: #fab727;
	font-weight: bold;
}

.foot_box{
	width: 100%;
	box-sizing: border-box;
	/*height: 50px;*/
	line-height: 17px;
	background: #010101;
	padding: 5px 4%;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.foot_box a{
	float: right;
	color: #999;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box a:hover{
	color: #fff;
}
.foot_box p{
}
.fixed_foot{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}
.pd{
	padding: 60px 0 80px;
}
.w76{
	width: 76%;
	margin: 0 auto;
}
.page_box{
	font-size: 0;
	text-align: center;
	margin-top: 60px;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 42px;
	background: #fff;
	border-radius: 6px;
	margin: 0 6px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.avtive{
	background: #f39800;
	color: #fff;
}
.page_box a:hover{
	background: #f39800;
	color: #fff;
}



.contact_box{
	
}
.contact_box h3{
	font-size: 24px;
	color: #fff;
	margin-bottom: 100px;
}
.contact_box h3 small{
	font-size: 18px;
	color: #ccc;
}
.contact_box .contact_div{
	width: 980px;
	margin: 0 auto;
}
.contact_box .contact_div .left_div{
	float: left;
}
.contact_box .contact_div .left_div h6{
	font-size: 18px;
	color: #ccc;
	margin-bottom: 30px;
}
.contact_box .contact_div .left_div p{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 10px;
}
.contact_box .contact_div .left_div .bdsharebuttonbox{
	margin-top: 26px;
}
.contact_box .contact_div .left_div .bdsharebuttonbox a{
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	margin-right: 20px;
}
.contact_box .contact_div .left_div .bds_tsina{
	background: url(../img/tb8.png) no-repeat;
}
.contact_box .contact_div .left_div .bds_sqq{
	background: url(../img/tb9.png) no-repeat;
}
.contact_box .contact_div .left_div .bds_weixin{
	background: url(../img/tb10.png) no-repeat;
}
.contact_box .contact_div form{
	width: 380px;
	float: right;
	font-size: 16px;
}
.contact_box .contact_div form input{
	width: 380px;
	height: 50px;
	background: none;
	border: 1px solid #434343;
	margin-bottom: 20px;
	padding-left: 14px;
	box-sizing: border-box;
	color: #ccc;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_box .contact_div form textarea{
	width: 380px;
	height: 150px;
	resize: none;
	background: none;
	border: 1px solid #434343;
	padding: 14px;
	box-sizing: border-box;
	color: #ccc;
	margin-bottom: 30px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_box .contact_div form button{
	width: 380px;
	height: 50px;
	background: #fab727;
	border: none;
	color: #333;
	font-size: 18px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_box .contact_div form input:hover{
	border: 1px solid #fab727;
}
.contact_box .contact_div form textarea:hover{
	border: 1px solid #fab727;
}
.contact_box .contact_div form button:hover{
	color: #fff;
}



.recruit_box{

}
.recruit_box h3{
	font-size: 24px;
	text-align: center;
	color: #fab727;
	margin-bottom: 40px;
}
.recruit_box h3::after{
	content: "";
	display: block;
	margin: 14px auto 0;
	width: 50px;
	height: 2px;
	background: #fab727;
}
.recruit_box .recruit_div{
	padding-bottom: 130px;
	background: url(../img/bg2.png) no-repeat center bottom;
	background-size: 70% auto;
}
.recruit_box .recruit_div dl{
	border: 1px solid #434343;
	margin-top: -1px;
}
.recruit_box .recruit_div dt{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.recruit_box .recruit_div dt span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.recruit_box .recruit_div dt em{
	display: inline-block;
	border-left: 3px solid #aaa;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 20px;
	margin-left: 30px;
}
.recruit_box .recruit_div dt i{
	float: right;
	margin-top: 25px;
	width: 21px;
	height: 21px;
	background: url(../img/jt.png) no-repeat center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.recruit_box .recruit_div dd{
	display: none;
}
.recruit_box .recruit_div dd div{
	border-top: 1px solid #434343;
	padding: 30px;
}
.recruit_box .recruit_div dd div h6{
	font-size: 22px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 24px;
}
.recruit_box .recruit_div dd div h6::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 26px;
	vertical-align: middle;
	background: #7d7d7d;
	margin-top: -4px;
	margin-right: 15px;
}
.recruit_box .recruit_div dd div h6 a{
	float: right;
	height: 40px;
	width: 140px;
	border-radius: 8px;
	background: #dbd9da;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.recruit_box .recruit_div dd div p{
	font-size: 18px;
	color: #999;
	line-height: 1.5;
	padding-left: 40px;
}
.recruit_box .recruit_div dt.active_dt{
	background: #fab727;
	color: #333;
}
.recruit_box .recruit_div dt.active_dt em{
	border-left: 3px solid #333;
}
.recruit_box .recruit_div dt.active_dt i{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.recruit_box .recruit_div dt:hover{
	background: #fab727;
	color: #333;
}
.recruit_box .recruit_div dt:hover em{
	border-left: 3px solid #333;
}
.recruit_box .recruit_div dd div h6 a:hover{
	background: #fab727;
}
.recruit_box .more_a{
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 70px;
	background: #fab727;
	color: #333;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
}



.news_box{

}
.news_box h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 50px;
}
.news_box h3 small{
	font-size: 16px;
	color: #b1b1b1;
	margin-left: 16px;
}
.news_box h3::after{
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	margin-top: 12px;
	background: #fab727;
}
.news_box ol{

}
.news_box ol li{
	padding: 20px 0;
	margin-bottom: 20px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ol li a{
	display: block;
	position: relative;
}
.news_box ol li a::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.news_box ol li em{
	overflow: hidden;
	width: 230px;
	float: left;
}
.news_box ol li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ol li div{
	float: left;
	width: calc(100% - 530px);
	box-sizing: border-box;
	padding: 20px 36px 0;
}
.news_box ol li div h6{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_box ol li div p{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
}
.news_box ol li h5{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_box ol li h5::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	background: #434343;
	left: 0;
	top: 50%;
	margin-top: -50px;
}
.news_box ol li h5 em{
	display: block;
	text-align: right;
	font-size: 72px;
	color: #343434;
	margin-top: 22px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ol li h5 em small{
	display: block;
	padding-right: 4px;
	margin-bottom: 6px;
}
.news_box ol li h5 span{
	position: absolute;
	bottom: 0;
	opacity: 0;
	right: -188px;
	width: 188px;
	height: 52px;
	background: #f39800;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ol li:hover{
	background: #313131;
	box-shadow: 0 0	60px rgba(0,0,0,0.6);
}
.news_box ol li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_box ol li:hover h5 em{
	opacity: 0;
}
.news_box ol li:hover h5 span{
	opacity: 1;
	right: 0;
}
.news_box .more_a{
	display: block;
	margin: 60px auto 0;
	width: 188px;
	height: 52px;
	background: #f39800;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
}
.news_box .swiper_div{
	margin-bottom: 160px;
	position: relative;
}
.news_box .swiper_div .swiper-pagination{
	width: 100%;
	left: 0;
	bottom: -70px;
	text-align: center;
}
.news_box .swiper_div .swiper-pagination span{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #212121;
	position: relative;
	background: none;
	margin: 0 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .swiper_div .swiper-pagination span::after{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background: #f39800;
}
.news_box .swiper_div .swiper-pagination .swiper-pagination-bullet-active{
	border: 1px solid #f39800;
}
.news_box .swiper_div a{
	display: block;
	position: relative;
	height: 350px;
	border: 1px solid #909090;
	box-sizing: border-box;
	width: 100%;
	padding: 56px 42px 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .swiper_div a::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 52px;
	left: 0;
	height: 1px;
	background: #909090;
}
.news_box .swiper_div a .div1{
	
}
.news_box .swiper_div a .div1 h6{
	font-size: 24px;
	color: #fff;
	margin-bottom: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_box .swiper_div a .div1 p{
	font-size: 14px;
    color: #fff;
    line-height: 1.5;
    max-height: 42px;
    overflow: hidden;
}
.news_box .swiper_div a .div2{
	padding-top: 60px;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .swiper_div a .div2 em{
	display: block;
    text-align: right;
    font-size: 72px;
	color: #f7c080;
    transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box .swiper_div a .div2 em small{
	display: block;
    padding-right: 4px;
    margin-bottom: 6px;
}
.news_box .swiper_div a .div2 span{
	position: absolute;
	right: 0;
	bottom: 0;
    width: 188px;
    height: 52px;
    background: #f39800;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box .swiper_div a:hover{
	background: #f39800;
	border: 1px solid #f39800;
}
.news_box .swiper_div a:hover .div2{
	opacity: 1;
	padding-top: 20px;
}
.news_box .swiper_div a:hover::after{
	background: #fff;
}



.newsInfo_box{

}
.newsInfo_box h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 50px;
}
.newsInfo_box h3 small{
	font-size: 16px;
	color: #b1b1b1;
	margin-left: 16px;
}
.newsInfo_box h3::after{
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	margin-top: 12px;
	background: #fab727;
}
.newsInfo_box .title_div{
	border-bottom: 1px solid #666;
	padding-bottom: 24px;
}
.newsInfo_box .title_div h4{
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
.newsInfo_box .title_div h6{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.newsInfo_box .title_div h6 strong{
	font-weight: normal;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    border-right: 1px solid #999;
    padding-right: 20px;
    margin-right: 18px;
}
.newsInfo_box .title_div h6 span{
	display: inline-block;
    line-height: 18px;
    height: 18px;
    margin-right: 18px;
}
.newsInfo_box .title_div h6 .bdsharebuttonbox{
	display: inline-block;
    line-height: 18px;
    height: 18px;
    background: url(../img/tb11.png) no-repeat left center;
    padding-left: 20px;
    vertical-align: top;
}
.newsInfo_box .title_div h6 .bdsharebuttonbox .bds_more{
	background-image: none;
    padding-left: 0;
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 18px;
    height: 18px;
}
.newsInfo_box .content_div{
	padding: 10px 0 0;
}
.newsInfo_box .content_div p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 30px;
	color: #f8f1f1;
}
.newsInfo_box .content_div p img{
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.newsInfo_box .bottom_div{
	height: 180px;
	background: #313131;
	margin-top: 60px;
}
.newsInfo_box .bottom_div a{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.newsInfo_box .bottom_div a p{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 180px;
	position: relative;
}
.newsInfo_box .bottom_div a em{
	float: right;
	width: 120px;
	height: 80px;
	display: none;
	margin-top: 50px;
}
.newsInfo_box .bottom_div a em img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.newsInfo_box .bottom_div a.prev_a{
	float: left;
}
.newsInfo_box .bottom_div a.next_a{
	float: right;
}
.newsInfo_box .bottom_div a.prev_a p::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	width: 14px;
	height: 26px;
	background: url(../img/jtz.png) no-repeat;
	margin-right: 46px;
}
.newsInfo_box .bottom_div a.prev_a p::after{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 42px;
	width: 1px;
	height: 54px;
	background: #7d7d7d;
}
.newsInfo_box .bottom_div a.next_a p{
	float: right;
}
.newsInfo_box .bottom_div a.next_a em{
	float: left;
}
.newsInfo_box .bottom_div a.next_a p::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	width: 14px;
	height: 26px;
	background: url(../img/jty.png) no-repeat;
	margin-left: 46px;
}
.newsInfo_box .bottom_div a.next_a p::before{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 42px;
	width: 1px;
	height: 54px;
	background: #7d7d7d;
}
.newsInfo_box .bottom_div a:hover{
	background: #1b1b1b;
}



.product_box{

}
.product_box h3{
	font-size: 24px;
    color: #fff;
    margin-bottom: 80px;
}
.product_box h3 a{
	color: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box h3 a:hover{
	color: #fab727;
}
.product_box h3 small{
	font-size: 18px;
    color: #ccc;
}
.product_box ul{
	margin-top: -34px;
}
.product_box ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 34px;
}
.product_box ul li:nth-of-type(4n+4){
	margin-right: 0;
}
.product_box ul li a{
	display: block;
	position: relative;
}
.product_box ul li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #8e6c24;
	left: 0;
	bottom: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box ul li em{
	display: block;
	padding-bottom: 77.5%;
	width: 100%;
	background: url(../img/bg3.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.product_box ul li em img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 65%;
	max-height: 65%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box ul li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/tb5.png) no-repeat center;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box ul li dl{
	padding: 20px 16px 16px;
}
.product_box ul li dl dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_box ul li dl dd{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	height: 63px;
	overflow: hidden;
}
.product_box ul li dl dd p{
	
}
.product_box ul li:hover a::after{
	width: 100%;
}
.product_box ul li:hover em img{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.product_box ul li:hover em i{
	opacity: 1;
}



.sale_box{

}
.sale_box h3{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 24px;
	text-align: center;
	color: #fab727;
	margin-bottom: 40px;
}
.sale_box h3 b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 14px;
}
.sale_box h3::after{
	content: "";
	display: block;
	margin: 14px auto 0;
	width: 50px;
	height: 2px;
	background: #fab727;
}
.sale_box .map_div{
	position: relative;
	text-align: center;
}
.sale_box .map_div img{
	vertical-align: top;
	width: auto;
	max-width: 100%;
}
/* .sale_box .map_div p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sale_box .map_div p i{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.sale_box .map_div p i::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(250,183,39,0.4);
}
.sale_box .map_div p i::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fab727;
	border-radius: 50%;
} */
/* .sale_box .map_div form{
	position: absolute;
	width: 100%;
	top: 20%;
	left: 0;
	text-align: center;
	font-size: 0;
}
.sale_box .map_div form select{
	width: 20%;
	height: 46px;
	background: #fff;
	margin-right: 2%;
	font-size: 16px;
	border: none;
	color: #333;
	box-sizing: border-box;
	padding-left: 14px;
}
.sale_box .map_div form button{
	width: 100px;
	height: 46px;
	background: #f0b027;
	color: #fff;
	vertical-align: top;
	border: none;
	font-size: 16px;
} */
.sale_box .map_div #container{
	width: 100%;
	height: 640px;
	margin: 0 auto;
}
.sale_box .map_div #container .show_img{
	position: absolute !important;
	bottom: auto !important;
	left: auto !important;
	top: 0 !important;
	right: 50px !important;
	transform: translateY(-50%);
	padding: 20px 20px 0;
	font-size: 20px;
	width: 400px;
	background: #fff;
}
.sale_box .map_div #container .show_img p{
	margin-bottom: 50px;
	font-size: 0;
}
.sale_box .map_div #container .show_img img{
	float: left;
	width: 190px;
	height: 150px;
	margin: 10px 5px;
}
.sale_box .map_div h4{
	color: #fab727;
	font-size: 20px;
}
.sale_box dl{
	padding-top: 46px;
	border-top: 1px solid #4b391a;
}
.sale_box dl dt{
	font-size: 24px;
	text-align: center;
	color: #fab727;
	margin-bottom: 40px;
}
.sale_box dl dt::after{
	content: "";
	display: block;
	margin: 14px auto 0;
	width: 50px;
	height: 2px;
	background: #fab727;
}
.sale_box dl dd{
	text-align: center;
}
.sale_box dl dd b {
	font-size: 16px;
	font-weight: normal;
	color: #fab727;
	line-height: 30px;
}
.sale_box dl dd img{
	vertical-align: middle;
	margin: 20px 50px;
}



.saleInfo_box{
	padding-bottom: 130px;
    background: url(../img/bg2.png) no-repeat center bottom;
	background-size: 70% auto;
	margin-bottom: 80px;
}
.saleInfo_box h3{
	font-size: 24px;
	color: #fab727;
	margin-bottom: 30px;
}
.saleInfo_box dl{
	position: relative;
	padding: 10px 0 10px 10px;
}
.saleInfo_box dl::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #f39800;
}
.saleInfo_box dl dt{
	width: 50%;
	padding-bottom: 28%;
	position: relative;
}
.saleInfo_box dl dt .swiper-container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.saleInfo_box dl dt .swiper-container img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.saleInfo_box dl dt .swiper-pagination{
	height: 4px;
	border-radius: 2px;
	background: #434343;
	width: calc(100% + 10px);
	position: absolute;
	left: -10px;
	bottom: -30px;
}
.saleInfo_box dl dt .swiper-pagination span{
	position: absolute;
	height: 4px;
	width: 0px;
	top: 0;
	left: 0;
	opacity: 1;
	background: #f0b027;
	border-radius: 2px;
}
.saleInfo_box dl dt .swiper-pagination span.swiper-pagination-bullet-active{
	animation:mymove 5s 0.4s ease;
	-webkit-animation:mymove 5s 0.4s ease;
}
@keyframes mymove{
	from {width:0px;}
	to {width:100%;}
}
@-webkit-keyframes mymove{
	from {width:0px;}
	to {width:100%;}
}
.saleInfo_box dl dd{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.saleInfo_box dl dd p{
	font-size: 18px;
	color: #f39800;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/* .brand_body{
	height: calc(100% - 50px);
	background: url(../img/tp7.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
} */
.brand_img{
	position: absolute;
	bottom: 20px;
	left: 0%;
	/*transform: translateX(-50%);*/
	width: 55%;
	vertical-align: top;
}
.brand_body .head_box .language_p a{
	color: #fff;
}
.brand_box{
	margin-top: -101px;
	height: calc(100% - 50px);
	position: relative;
}
.brand_box .pc_img{
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.brand_box .yd_img{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.brand_box h3{
	color: #fab727;
	font-size: 24px;
}
.brand_box h3 small{
	display: block;
	font-size: 16px;
	margin-top: 8px;
	text-transform: uppercase;
}
.brand_box #fullpage{
	width: 50%;
	position: absolute !important;
	top: 0;
	right: 0;
	height: 100%;
	box-sizing: border-box;
}
.brand_box #fullpage .section{
	height: 100% !important;
	display: block !important;
	background: rgba(0,0,0,0.6);
}
.brand_box .fp-tableCell{
	display: block;
	padding: 20% 10% 50px;
	box-sizing: border-box;
}
.brand_box .fp-tableCell div{
	padding: 0 30px;
}
.brand_box .div1{

}
.brand_box .div1>div p{
	font-size: 18px;
	color: #dbcdb0;
	line-height: 2.6;
	text-indent: 36px;
	margin-top: 5%;
	text-align: justify;
}
.brand_box .div2{

}
.brand_box .div2 ul{
	background: rgba(255,255,255,0.7);
	margin-top: 40px;
	padding: 20px;
}
.brand_box .div2 ul li{
	float: left;
	width: 25%;
	padding-bottom: 16%;
	position: relative;
	z-index: 6;
}
.brand_box .div2 ul li img{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.brand_box #menu{
	position: absolute;
	top: 50%;
	right: 30px;
}
.brand_box #menu::before{
	content: "";
	position: absolute;
	bottom: 33px;
	left: 13px;
	width: 1px;
	height: 36px;
	background: #f39801;
}
.brand_box #menu::after{
	content: "";
	position: absolute;
	top: 33px;
	left: 13px;
	width: 1px;
	height: 36px;
	background: #f39801;
}
.brand_box #menu li{
	width: 26px;
	height: 26px;
	margin-bottom: 50px;
	position: relative;
}
.brand_box #menu li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.brand_box #menu li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(243,152,0,0.6);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.brand_box #menu li::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #f39801;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.brand_box #menu li:last-of-type{
	margin-bottom: 0;
}
.brand_box #menu li.active::before{
	width: 12px;
	height: 12px;
	background: rgba(243,152,0,1);
}
.brand_box #menu li.active::after{
	width: 26px;
	height: 26px;
	background: rgba(243,152,0,0.3);
}



.productInfo_box{
	position: relative;
}
.productInfo_box .right_div{
	float: right;
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid #535353;
	padding: 10% 0 10% 10px;
	position: relative;
	min-height: 600px;
}
.productInfo_box .right_div::after{
	content: "";
	position: absolute;
	width: 3px;
	height: 110px;
	background: #f39800;
	top: 10%;
	left: -2px;
}
.productInfo_box .right_div .div1{
	font-size: 0;
	padding-left: 10%;
}
.productInfo_box .right_div .div1 h3{
	font-size: 24px;
	color: #f39800;
	/*display: inline-block;*/
	margin-bottom: 1rem;
	line-height: 1.6;
	vertical-align: middle;
	margin-right: 40px;
}
.productInfo_box .right_div .div1 a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.productInfo_box .right_div .div1 a img{
	vertical-align: top;
}
.productInfo_box .right_div .div2{
	padding: 24px 0 40px;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	margin-bottom: 30px;
	margin-top: 60px;
	padding-left: 10%;
}
.productInfo_box .right_div .div2 p{
	font-size: 16px;
	color: #e0d9d9;
	line-height: 1.5;
}
.productInfo_box .right_div .play_a{
	display: inline-block;
	margin-left: 10%;
	width: 118px;
	height: 38px;
	border: 1px solid #909090;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productInfo_box .right_div .play_a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 9px;
	background: url(../img/jt1.png) no-repeat;
	margin-top: -2px;
	margin-left: 12px;
}
.productInfo_box .right_div .play_a:hover{
	background: #f39800;
	border: 1px solid #f39800;
}
.productInfo_box .right_div .return_a{
	display: inline-block;
	margin-left: 5%;
	width: 118px;
	height: 38px;
	border: 1px solid #909090;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productInfo_box .right_div .return_a:hover{
	background: #f39800;
	border: 1px solid #f39800;
}

.productInfo_box .left_div{
	float: left;
	width: 50%;
	padding-bottom: 28%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.productInfo_box .swiper-slide img{
	width: auto;
	height: 100%;
}
.productInfo_box .gallery-top{
	height: 100%;
	width: 86%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg1.png) no-repeat center;
	background-size: contain;
}
.productInfo_box .gallery-top .swiper-slide{
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.productInfo_box .gallery-top .swiper-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
	transform: translate(-50%,-50%);
}
.productInfo_box .gallery-thumbs{
	width: 14%;
	box-sizing: border-box;
	padding-right: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.productInfo_box .gallery-thumbs .swiper-slide{
	width: 100%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.productInfo_box .gallery-thumbs .swiper-slide-thumb-active{
	opacity: 1;
	border: 1px solid #f39800;
}
.productInfo_box .gallery-thumbs .swiper-slide-thumb-active::before{
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -8px;
    border-left: 8px #f39800 solid;
    border-top: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
}
.productInfo_box .gallery-thumbs .swiper-slide-thumb-active::after{
	content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -6px;
    border-left: 8px #212121 solid;
    border-top: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
}

.productInfo_video{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 18;
	background: rgba(0,0,0,0.6);
}
.productInfo_video .video_div{
	position: absolute;
	width: 50%;
	padding-bottom: 30%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
.productInfo_video .video_div i{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	background: #fff;
	top: -20px;
	right: -20px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.productInfo_video .video_div video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
}
.productInfo_video .video_div i:hover{
	background: #fab727;
	color: #fff;
}



.welcome_box{
	width: 100%;
	height: calc(100% - 151px);
	overflow: hidden;
}
.welcome_box .link_p{
	position: absolute;
	right: 0;
	bottom: 10%;
	z-index: 18;
}
.welcome_box .link_p span{
	display: block;
}
.welcome_box .link_p span em{
	display: block;
	position: relative;
	z-index: 3;
	width: 78px;
	padding: 12px 0;
	background: #fab727;
	border-top: 2px solid #212121;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .link_p span img{
	vertical-align: top;
}
.welcome_box .link_p span small{
	display: block;
	margin-top: 2px;
	color: #fff;
}
.welcome_box .link_p span i{
	position: absolute;
	bottom: 0;
	right: -134px;
	background: #fff;
	height: 134px;
	width: 134px;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .link_p span i img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.welcome_box .link_p span:hover em{
	background: #f39800;
}
.welcome_box .link_p span:hover i{
	right: 80px;
}

.welcome_box .section{ 
	height: 100% !important;
	display: block !important;
}
.welcome_box .section .fp-tableCell{
	height: 100% !important;
	display: block !important;
	position: relative;
}
.welcome_box .section .fp-controlArrow{
	display: none;
}
.welcome_box .section .fp-slidesNav{

}
.welcome_box .section .fp-slidesNav li{
	
}
.welcome_box .section .fp-slidesNav li a span{
	background: #ccc;
}
.welcome_box .section .slide{
	display: block;
} 


.welcome_box #menu{
    position: absolute;
    top: 50%;
	right: 30px;
	z-index: 6;
}
.welcome_box #menu li{
	width: 18px;
    height: 18px;
	position: relative;
	margin-bottom: 30px;
}
.welcome_box #menu li a{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.welcome_box #menu li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #bababa;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box #menu li::after{
	content: "";
	position: absolute;
	height: 24px;
	width: 1px;
	background: #6e6e6e;
	top: 21px;
	left: 9px;
}
.welcome_box #menu li:last-of-type::after{
	display: none;
}
.welcome_box #menu li.active::before{
	background: none;
	width: 13px;
	height: 13px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.welcome_box #menu li span{
	position: absolute;
	top: 0;
	right: 24px;
	font-size: 12px;
	color: #7c7c7c;
	width: 0;
	line-height: 17px;
	border-bottom: 1px solid #7c7c7c;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	overflow: hidden;
	white-space: nowrap;
}
.welcome_box #menu li.active span{
	width: 48px;
}
.welcome_box .div1 .swiper-container{
	height: 100%;
}
.welcome_box .div1 .swiper-pagination{
	bottom: 30px;
}
.welcome_box .div1 .swiper-pagination span{
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	background: none;
	border: 2px solid #ccc;
}
.welcome_box .div1 .swiper-pagination span.swiper-pagination-bullet-active{
	background: #ccc;
}
.welcome_box .div1 .pc_swiper{

}
.welcome_box .div1 .yd_swiper{
	display: none;
}

.welcome_box .div1 img{
	height: 100%;
	width: 100%;
}
.welcome_box .div2{
	width: 76% !important;
	margin: 0 auto;
	padding: 60px 0;
}
.welcome_box .div2 h3{
    font-size: 24px;
    color: #fff;
	margin-bottom: 20px;
	transform: translateY(-134px);
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 h3 small{
	font-size: 18px;
    color: #ccc;
}
.welcome_box .div2 ol{
	transform: translateY(400px);
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 h3.active{
	transform: translateY(0);
	opacity: 1;
}
.welcome_box .div2 ol.active{
	transform: translateY(0);
	opacity: 1;
}
.welcome_box .div2 ol li{
	float: left;
	width: 24%;
	padding-bottom: 20%;
	position: relative;
	/*background: url(../img/bg5.jpg) no-repeat center;*/
	background-size: 100% 100%;
	background-color: #191919;
	border: 1px solid #585858;
}
.welcome_box .div2 ol li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.welcome_box .div2 ol li img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 ol li dl{
	position: absolute;
	width: 100%;
	padding: 10px 18px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 ol li dl dt{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 ol li dl dd{
	height: 0;
	overflow: hidden;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 1.5;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div2 ol li:first-of-type{
	width: 50%;
	padding-bottom: 40%;
}
/* .welcome_box .div2 ol li:first-of-type dl{
	padding: 20px 36px;
}
.welcome_box .div2 ol li:first-of-type dl dt{
	font-size: 16px;
}
.welcome_box .div2 ol li:first-of-type dl dd{
	font-size: 14px;
	height: 63px;
} */
.welcome_box .div2 ol li:nth-of-type(2),.welcome_box .div2 ol li:nth-of-type(5){
	/*background: url(../img/bg6.jpg) no-repeat center;*/
	background-size: 100% 100%;
	background-color: #191919;
	border: 1px solid #585858;
}
.welcome_box .div2 ol li:hover dl{
	background: #fab727;
}
.welcome_box .div2 ol li:hover dl dt{
	color: #333;
}
.welcome_box .div2 ol li:hover dl dd{
	height: 54px;
	color: #6c5631;
}
.welcome_box .div2 ol li:hover img{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.welcome_box .div3{
	overflow: hidden;
}
.welcome_box .div3 .img_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.welcome_box .div3 .img_div .pc_img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.welcome_box .div3 .img_div .yd_img{
	display: none;
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.welcome_box .div3 h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.welcome_box .div3 h3 small{
	font-size: 18px;
    color: #ccc;
}
.welcome_box .div3 dl{
	width: 76%;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 0;
	margin: 0 auto;
	z-index: 3;
	position: relative;
}
.welcome_box .div3 dl dt{
	/*border-bottom: 1px solid rgba(255,255,255,0.15);*/
	transform: translateY(-116px);
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd{
	position: absolute;
	width: 100%;
	bottom: -114px;
	opacity: 0;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: rgba(102,102,102,0.2);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd div{
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	font-size: 16px;
	color: #ccc;
	padding: 36px 30px;
	border-right: 1px solid rgba(255,255,255,0.3);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd div:nth-of-type(4){
	border-right: none;
}
.welcome_box .div3 dl dd div h5{
	
}
.welcome_box .div3 dl dd div h6{
	margin-top: 8px;
}
.welcome_box .div3 dl dd div p{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 80px;
	bottom: 20px;
}
.welcome_box .div3 dl dd div span{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -17px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(250,183,39,0);
	border-radius: 50%;
	background: url(../img/bf1.png) no-repeat center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd div span i{
	position: absolute;
	right: 10px;
	top: 50px;
	width: 14px;
	height: 45px;
	background: url(../img/bf3.png) no-repeat bottom;
	opacity: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd div span i::before{
	content: "";
	display: block;
	width: 1px;
	height: 0;
	margin-left: 7px;
	background: rgba(250,183,39,0.5);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div3 dl dd div:hover{
	color: #fff;
}
.welcome_box .div3 dl dd div:hover p{
	color: #fff;
}
.welcome_box .div3 dl dd div:hover span{
	border: 1px solid rgba(250,183,39,1);
	background: url(../img/bf2.png) no-repeat center;
}
.welcome_box .div3 dl dd div:hover span i{
	height: 90px;
	opacity: 1;
}
.welcome_box .div3 dl dd div:hover span i::before{
	height: 30px;
}
.welcome_box .div3 .video_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 2;
}
.welcome_box .div3 .video_div video{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 80vh;
	display: none;
}
.welcome_box .div3 dl.hide_dl{
	opacity: 0;
}
.welcome_box .div3 dl.active dt{
	transform: translateY(0);
	opacity: 1;
}
.welcome_box .div3 dl.active dd{
	bottom: 20%;
	opacity: 1;
}
.welcome_box .div3:hover dl dt{
	transform: translateY(0);
	opacity: 1;
}
.welcome_box .div3 dl dd.active_dd{
	opacity: 0;
}
.welcome_box .div3 dl dd.active_dd:hover{
	opacity: 1;
}
.head_box .menu_div{
	display: none;
	top: 0;
	right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    position: absolute;
}
.head_box .menu_div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.2rem;
    font-size: 0;
}
.head_box .menu_div i{
	display: inline-block;
    width: 36px;
	height: 4px;
	border-radius: 2px;
    background: #fab727;
    margin: 4px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .active_div{

}
.head_box .active_div i:nth-of-type(1){
    -webkit-transform: rotate(45deg) translate(9px, 8px);
    transform: rotate(45deg) translate(9px, 8px);
}
.head_box .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(9px, -8px);
    transform: rotate(-45deg) translate(9px, -8px);
}
.search_div{

}
.search_div .title_p{
	font-size: 14px;
	color: #999;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
	margin-top: 5%;
}
.search_div h5{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.search_div ul{
	margin-bottom: 50px;
}
.search_div ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #666;
}
.search_div ul li a{
	display: block;
	color: #fff;
}



@media (max-width: 1500px){

}
@media (max-width: 1400px){
	.w76{
		width: 86%;
	}
	.welcome_box .div2 ol li dl dt{
		margin-bottom: 0;
	}
	.welcome_box .div2{
		padding: 20px 0;
	}
}
@media (max-width: 1300px){
	.w76{
		width: 92%;
	}
	.head_box .w_ul{
		margin-right: 30px;
	}
	.head_box .login_span{
		margin-right: 30px;
	}
	.head_box .w_ul li a{
		padding: 0 15px;
	}
	.brand_box .div1>div p{
		line-height: 1.5;
	}
	.welcome_box .div2 h3{
		margin-bottom: 24px;
	}
	.welcome_box .div2 ol li{
		padding-bottom: 16%;
	}
	.welcome_box .div2 ol li:first-of-type{
		padding-bottom: 32%;
	}
}
@media (max-width: 1200px){
	.head_box form{
		display: none;
	}
	.head_box{
		height: 60px;
	}
	.head_box .logo_a{
		width: 60px;
		background-size: contain;
	}
	.head_box .w_ul{
		display: none;
		position: absolute;
		padding: 14px 0;
		top: 61px;
		left: 0;
		width: 100%;
		background: #191919;
		margin: 0;
	}
	.head_box .w_ul li{
		display: block;
		width: 100%;
		line-height: 46px;
	}
	.head_box .w_ul li a{
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	.head_box .language_p{
		line-height: 60px;
	}
	.head_box .login_span{
		margin-top: 17px;
	}
	.head_box .menu_div{
		display: block;
	}
	.newsInfo_box .bottom_div a em{
		display: none;
	}
	.newsInfo_box .bottom_div{
		height: 80px;
	}
	.newsInfo_box .bottom_div a p{
		line-height: 80px;
		font-size: 0;
	}
	.productInfo_box .left_div{
		float: none;
		width: 100%;
		position: relative;
		margin-top: 60px;
		top: 0;
		padding-bottom: 70%;
		transform: translateY(0);
	}
	.productInfo_box .right_div{
		float: none;
		width: 100%;
	}
	.productInfo_box .gallery-top{
		width: 100%;
		height: 80%;
		top: 0;
		right: 0;
	}
	.productInfo_box .gallery-thumbs {
		width: 100%;
		height: 20%;
		position: absolute;
		top: auto;
		left: 0;
		bottom: 0;
	}
	.productInfo_box .gallery-thumbs .swiper-slide{
		width: 20%;
		margin: 0 10px;
		height: 100% !important;
		display: inline-block;
	}
	.productInfo_box .gallery-thumbs .swiper-wrapper{
		display: block;
		text-align: center;
	}
	.productInfo_box .right_div{
		min-height: auto;
		padding: 40px 0;
		border-left: none;
	}
	.productInfo_box .right_div::after{
		display: none;
	}
	.productInfo_box .right_div .div1{
		padding-left: 0;
	}
	.productInfo_box .right_div .div2{
		padding-left: 0;
		margin-top: 20px;
		padding: 20px 0;
	}
	.productInfo_box .right_div .play_a{
		margin-left: 0;
	}
	.productInfo_video .video_div{
		width: 90%;
		padding-bottom: 55%;
	}
	.saleInfo_box dl dt{
		width: 100%;
		padding-bottom: 56%;
	}
	.saleInfo_box dl{
		padding: 0;
	}
	.saleInfo_box dl::before{
		display: none;
	}
	.saleInfo_box dl dd{
		position: static;
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}
	.saleInfo_box dl dd p{
		position: static;
		transform: translateY(0);
		padding: 0;
	}
	.saleInfo_box dl dt .swiper-pagination{
		width: 100%;
		left: 0;
	}
	.brand_box{
		margin-top: -61px;
		height: calc(100% - 64px);
	}
	.brand_box #fullpage{
		width: 100%;
	}
	.brand_box .fp-tableCell div{
		padding: 0;
	}
	.brand_box .div1>div p{
		font-size: 18px;
		line-height: 1.5;
	}
	.brand_box #menu{
		right: 10px;
	}
	.brand_box .fp-tableCell{
		padding: 100px 4% 64px;
	}
	.contact_box .contact_div .left_div{
		float: none;
		text-align: center;
	}
	.contact_box .contact_div form{
		float: none;
		margin: 30px auto 0;
	}
	.contact_box .contact_div .left_div .bdsharebuttonbox a{
		float: none;
		display: inline-block;
	}
	.contact_box .contact_div{
		width: 100%;
	}
	.contact_box h3{
		margin-bottom: 60px;
	}
	.news_box ol li h5{
		display: none;
	}
	.news_box ol li div{
		width: calc(100% - 230px);
	}
	.product_box ul li{
		width: 49%;
		margin-right: 2%;
	}
	.product_box ul li:nth-of-type(2n+2){
		margin-right: 0;
	}
	.welcome_box #menu{
		right: 10px;
	}
	.welcome_box .div2 ol li{
		width: 50%;
		padding-bottom: 33%;
	}
	.welcome_box .div2 ol li dl dt{
		margin-bottom: 0;
	}
	.welcome_box .div2 ol li:first-of-type{
		width: 100%;
		padding-bottom: 56%;
	}
	.welcome_box .div2 ol li:first-of-type dl{
		padding: 10px 18px;
	}
	.welcome_box .div2{
		width: 92% !important;
	}
	.welcome_box .div2 h3{
		margin-bottom: 30px;
	}
	.welcome_box .div3 dl.active dd{
		bottom: 0;
	}
	.welcome_box .div3 dl dd div{
		width: 50%;
	}
	.welcome_box .div3 dl dd div:nth-of-type(2){
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.welcome_box .div3 dl dd div:nth-of-type(1){
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.welcome_box .div3 dl dd div span i{
		display: none;
	}
	.welcome_box .div3:hover dl dd{
		bottom: 0;
	}
	.welcome_box .div3 dl dd{
		bottom: 0;
		opacity: 1;
	}
	.welcome_box .div3 dl dt {
		transform: translateY(0);
		opacity: 1;
	}
	.welcome_box .div3 dl dd div{
		padding: 14px;
	}
	.welcome_box .div3 dl dd div span{
		right: 4px;
	}
	.welcome_box .link_p{
		display: none;
	}
	.welcome_box #menu li.active span{
		display: none;
	}
	.welcome_box .div3{
		background: none;
	}
	.welcome_box .div3 dl{
		width: 92%;
	}
	.welcome_box .div3 dl dd div p{
		display: none;
	}
	.welcome_box .div3 dl{
		padding: 30px 0;
	}
	.welcome_box .div3 h3{
		margin-bottom: 14px;
	}
	.welcome_box .div2{
		padding: 30px 0;
	}
	.welcome_box .div2 ol li dl dd{
		display: none;
	}
	.sale_box .map_div form select{
		width: 80%;
		height: 40px;
		margin-right: 0;
		margin: 10px 0;
	}
	.welcome_box .div3 .img_div .pc_img{
		display: none;
	}
	.welcome_box .div3 .img_div .yd_img{
		display: block;
	}
}
@media (max-width: 768px){
	.pd{
		padding: 40px 0;
	}
	.foot_box{
		height: auto;
		padding: 5px 0;
		/*line-height: 20px;*/
	}
	.foot_box a{
		float: none;
		display: block;
	}
	.foot_box p{
		float: none;
	}
	.saleInfo_box{
		margin-bottom: 40px;
		padding-bottom: 60px;
		background-size: 90% auto;
	}
	.contact_box .contact_div form{
		width: 100%;
	}
	.contact_box .contact_div form input{
		width: 100%;
	}
	.contact_box .contact_div form textarea{
		width: 100%;
	}
	.contact_box .contact_div form button{
		width: 100%;
	}
	.contact_box .contact_div .left_div{
		text-align: left;
	}
	.news_box .swiper_div a .div2{
		opacity: 1;
		padding-top: 26px;
	}
	.news_box ol li em{
		display: block;
		width: 100%;
	}
	.news_box ol li div{
		width: 100%;
		padding: 20px 0 0;
	}
	.news_box ol li div p{
		max-height: none;
	}
	.news_box .more_a{
		margin: 40px auto 0;
	}
	.product_box h3{
		margin-bottom: 40px;
	}
	.product_box ul li{
		width: 100%;
		margin-right: 0;
	}
	.page_box a{
		display: none;
	}
	.page_box a.prev_a{
		display: inline-block;
	}
	.page_box a.next_a{
		display: inline-block;
	}
	.recruit_box .recruit_div dd div p{
		padding-left: 0;
		font-size: 16px;
	}
	.recruit_box .recruit_div dt{
		height: 60px;
		line-height: 60px;
	}
	.recruit_box .recruit_div dt i{
		margin-top: 20px;
	}
	.recruit_box .more_a{
		height: 60px;
		line-height: 60px;
	}
	.recruit_box .recruit_div dd div h6 a{
		float: none;
		display: block;	
		margin-top: 10px;
	}
	.recruit_box .recruit_div dd div h6{
		height: auto;
	}
	.recruit_box .recruit_div dt{
		padding: 0 14px;
	}
	.recruit_box .recruit_div dt em{
		margin-left: 10px;
		padding-left: 14px;
	}
	.recruit_box .recruit_div dd div{
		padding: 20px 14px;
	}
	.recruit_box .recruit_div{
		padding-bottom: 70px;
		background-size: 100% auto;
	}
	.sale_box dl dd img{
		margin: 14px 0;
		width: auto;
		max-width: 100%;
	}
	.sale_box .map_div #container{
		height: 340px;
	}
	.welcome_box{
		height: calc(100% - 125px);
	}
	.welcome_box .div3 dl.active dd{
		bottom: 20px;
	}
	.welcome_box .div1 .pc_swiper{
		display: none;
	}
	.welcome_box .div1 .yd_swiper{
		display: block;
	}
	.brand_box .pc_img{
		display: none;
	}
	.brand_box .yd_img{
		display: block;
	}
	.brand_img{
		display: none;
	}
}


























