@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; border:none;}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none}
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#999}
a:hover{text-decoration:none}
button,input[type=submit],input[type=reset],input[type=text],input[type=button],select,textarea{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur());border: none;}
body,th,td,button,input,select,textarea{  font-family:Arial, ""; font-size:12px;color:#666;}
.layout{ margin:0 auto; width: 1200px;}
.l,.left,.fl{ float:left}
.r,.right,.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1}
body{ min-width:1200px; overflow:auto;}

/*slick*/
.slick-slider{position: relative;outline: none;display: block; -moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left;outline: 0 none;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-arrow.slick-hidden { display: none;}
.slick-dots { position: absolute; bottom: -45px; left: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; padding: 0px; cursor: pointer; }
.slick-dots button{display: none;}
/*slick*/
img{
	/* width: 100%; */
	display: block;
}
.header{
	background: #FFFFFF;
	position: relative;
}
.h_top{
	background: #000000;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
.h_top .number{
	float: left;
	padding-left: 25px;
	background: url(../images/ic1.png) left center no-repeat;
}
.h_top .email{
	margin-left: 48px;
	padding-left: 27px;
	background-image: url(../images/ic2.png);
}
.h_top .search{
	float: right;
	font-size: 16px;
	padding-left: 34px;
	background: url(../images/ic3.png) left center no-repeat;
}
.h_top .lan{
	float: right;
	margin-right: 45px;
	position: relative;
}
.h_top .lan span{
	padding-right: 18px;
	text-transform: uppercase;
	background: url(../images/arw1.png) right center no-repeat;
	cursor: pointer;
}
.h_top .lan ul{
	position: absolute;
	right: 0;
	top: 30px;
	background: #000000;
	padding: 10px 18px;
	display: none;
	z-index: 1;
}
.h_top .lan li{
	line-height: 30px;
}
.h_top .lan li a{
	color: #FFFFFF;
	text-transform: uppercase;
}
/*.h_top .lan:hover ul{
	display: block;
}*/
.h_bot{
	padding-top: 24px;
}
.logo{
	display: block;
	width: 146px;
	height: 61px;
	background: url(../images/logo.png) center no-repeat;
	margin: 0 auto;
}
.menu{
	padding: 0 60px;
}
.menu li{
	float: left;
	width: 180px;
}
.menu li p{
	text-transform: uppercase;
	font-size: 16px;
	padding-right: 2px;
	background: url(../images/l1.jpg) right center no-repeat;
	text-align: center;
	line-height: 77px;
}
.menu li p a{
	color: #000000;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px #FFFFFF solid;
}
.menu li:last-child p{
	background: none;
}
.menu li:hover p a{
	border-bottom-color: #000000;
}
.submenu{
	position: absolute;
	left: 0;
	top: 194px;
	background: #FFFFFF;
	z-index: 2;
	width: 100%;
	display: none;
}
.submenu .con{
	border-top: 1px #e0e0e0 solid;
	padding-top: 20px;
	padding-bottom: 40px;
}
.submenu dl{
	float: left;
	padding-right: 25px;
}
.submenu dl a:hover{
	text-decoration: underline;
}
.submenu dl dt{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 28px;
	padding: 5px 0;
}
.submenu dl dt a{
	color: #333;
}
.submenu dl dd{
	line-height: 26px;
	font-size: 14px;
	padding: 5px 0;
}
.submenu dl dd a{
	color: #666666;
}
.submenu .pic{
	float: right;
	width: 577px;
	height: 360px;
	overflow: hidden;
	margin-top: 10px;
}
.bannerimg{
	display: block;
	height: 780px;
	background: center no-repeat;
}
.banner .slick-dots{
	bottom: 10px;
}
.banner .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 1px #FFFFFF solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.banner .slick-dots li.slick-active{
	background: #FFFFFF;
}
.banner_box{
	position: relative;
}
.index_1{
	height: 797px;
	background: url(../images/bg1.jpg) center no-repeat;
	padding-top: 143px;
}
.index_1 .con{
	max-width: 1357px;
	margin: 0 auto;
}
.index_1 .con .pic{
	float: left;
	box-sizing: border-box;
	width: 48.932%;
	position: relative;
	padding: 55px 0 6.626% 30px;
}
.index_1 .con .pic img{
	position: relative;
	z-index: 2;
}
.index_1 .con .pic:before{
	content: '';
	width: 591px;
	height: 604px;
	background: rgba(193,193,193,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.index_1 .con .fr{
	width: 45.983%;
	margin-top: 95px;
}
.index_1 .con h3{
	font-size: 58px;
	color: #000000;
	text-transform: uppercase;
	line-height: 60px;
}
.index_1 .con p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 34px;
	margin-top: 14px;
	padding-bottom: 22px;
	position: relative;
	width: 240px;
}
.index_1 .con p:before,
.index_1 .con p:after{
	content: '';
	width: 20px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/y1.png) center no-repeat;
}
.index_1 .con p:after{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	background-image: url(../images/y2.png);
}
.index_1 .con ul{
	margin-top: 176px;
}
.index_1 .con li{
	float: left;
	width: 33.333%;
}
.index_1 .con .slick-prev,
.index_1 .con .slick-next{
	width: 57px;
	height: 57px;
	background: url(../images/arw2.png) 0 0 no-repeat;
	left: auto;
	right: 41.634%;
	margin: 0;
	top: 340px;
	z-index: 2;
}
.index_1 .con .slick-next{
	right: 35.445%;
	background-position-x: -57px;
}
.index_1 .con .slick-prev:hover{
	background-position-y: -57px;
}
.index_1 .con .slick-next:hover{
	background-position: -57px -57px;
}
.index_2{
	padding: 105px 0 114px;
}
.index_2 .tit{
	width: 405px;
	margin: 0 auto;
}
.pro_show{
	margin-top: 37px;
}
.pro_show .box{
	width: 360px;
	margin: 0 auto;
	text-align: center;
}
.pro_show .pich{
	width: 360px;
	height: 489px;
	overflow: hidden;
}
.pro_show .box h3{
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_show .box p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.pro_show .box .btn{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 158px;
	height: 50px;
	background: #000000;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	margin: 3px auto 0;
}
.pro_show .slick-prev,
.pro_show .slick-next{
	width: 79px;
	height: 79px;
	margin: 0;
	top: 206px;
	background: url(../images/arw3.png) 0 0 no-repeat;
	z-index: 2;
	left: 20px;
}
.pro_show .slick-next{
	left: auto;
	background-position-x: -79px;
	right: 20px;
}
.pro_show .slick-prev:hover{
	background-position-y: -79px;
}
.pro_show .slick-next:hover{
	background-position: -79px -79px;
}
.index_3{
	/*height: 654px;*/
	/*background: url(../images/bg2.jpg) center no-repeat;*/
	padding-top: 20px;
}
.index_3 .w{
	float: left;
	width: 450px;
}
.index_3 .w h3{
	font-size: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 100px;
	padding-top: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	border-bottom: 2px #4b4b4f solid;
}
.index_3 .w h3:before{
	content: '';
	width: 46px;
	height: 6px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}
.index_3 .w p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 20px;
}
.index_3 .pic{
	float: right;
	width: 550px;
	height: 550px;
	overflow: hidden;
}
.index_4{
	background: #16171c;
	padding-bottom: 116px;
}
.index_4 .pic1{
	float: left;
	width: 758px;
	height: 498px;
	overflow: hidden;
}
.index_4 .pic2{
	float: left;
	width: 442px;
	height: 638px;
	overflow: hidden;
}
.index_5{
	display: block;
	background: center no-repeat;
	height: 940px;
}
.index_6{
	background: url(../images/bg4.jpg) center no-repeat;
	background-size: cover;
	padding: 130px 0;
}
.index_6 .con{
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 0 0 5%;
	position: relative;
	cursor: pointer;
}
.index_6 .con .bor{
	border: 3px #d5cfab solid;
	position: absolute;
    top: 15%;
    left: 0;
    width: 1340px;
    height: 100%;
	box-sizing: border-box;
	z-index: 2;
	transition: all 0.2s;
}
.index_6 .con .video{
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 660px;
}
.index_6 .con .video span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.index_6 .con .video span em{
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 45px;
	background: url(../images/play.png) center top no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 73px;
	margin-top: -59px;
	margin-left: -35px;
}
.index_6 .con .video video{
	width: 100%;
	background: black;
	height: 660px;
}

.index_7{
	/*background: url(../images/bg4.jpg) center no-repeat;*/
	background-size: cover;
	/*padding: 130px 0;*/
}
.index_7 .con{
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 0 0 0 5%;*/
	position: relative;
	cursor: pointer;
}
.index_7 .con .bor{
	/*border: 3px #d5cfab solid;*/
	position: absolute;
    top: 15%;
    left: 0;
    width: 1200px;
    height: 100%;
	box-sizing: border-box;
	z-index: 2;
	transition: all 0.2s;
}
.index_7 .con .video{
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 660px;
}
.index_7 .con .video span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.index_7 .con .video span em{
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 45px;
	background: url(../images/play.png) center top no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 73px;
	margin-top: -59px;
	margin-left: -35px;
}
.index_7 .con .video video{
	width: 100%;
	background: black;
	height: 660px;
}
.foot{
	background: #000000;
	padding-top: 34px;
	padding-bottom: 40px;
	text-align: center;
}
.flogo{
	width: 151px;
	height: 63px;
	background: url(../images/flogo.png) center no-repeat;
	margin: 0 auto;
}
.foot dl{
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	padding-top: 35px;
}
.foot dt{
	float: left;
	font-size: 16px;
}
.foot dt a{
	color: #FFFFFF;
}
.foot dt a:hover{
	text-decoration: underline;
}
.foot dd{
	float: left;
	height: 16px;
	width: 2px;
	background: #b8b8b8;
	margin: 5px 25px 0;
}
.copyright{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 25px;
}
.foot ul{
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.foot ul li{
	float: left;
	margin: 0 15px;
}
.foot ul li a{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ic4.png) no-repeat;
}
.foot ul li a.a1{
	background-position-x: 0;
}
.foot ul li a.a2{
	background-position-x: -30px;
}
.foot ul li a.a3{
	background-position-x: -60px;
}
.foot ul li a.a4{
	background-position-x: -90px;
}
.inbanner{
	background: center no-repeat;
	height: 300px;
}
.product{
	padding: 57px 0 50px;
}
.pro_l{
	float: left;
	width: 280px;
}
.product .tit{
	font-size: 18px;
	color: #333333;
	line-height: 54px;
	border-bottom: 1px #dedede solid;
}
.pro_l ul{
	line-height: 40px;
}
.pro_l ul li{
	border-bottom: 1px #dedede solid;
}
.pro_l ul h3{
	line-height: 62px;
	font-size: 16px;
	color: #333333;
	padding: 0 30px 0 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_l ul h3:after{
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/j1.jpg) center no-repeat;
	position: absolute;
	right: 20px;
	top: 26px;
}
.pro_l ul dd a{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_l ul dd a:hover{
	background: #000000;
	color: #FFFFFF;
}
.pro_l ul dl{
	display: none;
	padding-bottom: 10px;
}
.pro_l ul li.on h3:after{
	background-image: url(../images/j2.jpg);
}
.pro_r{
	float: right;
	width: 895px;
}
.pro_r .tit{
	text-transform: uppercase;
}
.product .tit em{
	float: right;
	font-size: 14px;
	color: #666666;
	text-transform: none;
}
.product .tit em i{
	display: inline-block;
	vertical-align: top;
	color: #333333;
}
.pro_list li{
	float: left;
	width: 290px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 12px;
}
.pro_list li:nth-child(3n){
	margin-right: 0;
}
.pro_list li .pic{
	height: 450px;
	overflow: hidden;
}
.pro_list li .pic img{
	width:100%;
}
.pro_list li h3{
	text-align: center;
	font-size: 14px;
	color: #c09251;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li h4{
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li .btn{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	width: 120px;
	height: 30px;
	border: 1px #000000 solid;
	margin: 10px auto 0;
	line-height: 30px;
}
.pro_list li .btn:hover{
	background: #000000;
	color: #FFFFFF;
}
.pro_list{
	border-bottom: 1px #dedede solid;
}
.page{
	padding-top: 52px;
	text-align: right;
}
.page .dis{
	display: inline-block;
	vertical-align: top;
}
.page a{
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
	background: #000000;
}
.page span{
	float: left;
	margin-left: 10px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.page .btn{
	width: 60px;
	background-image: url(../images/arw4.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.pro_det1{
	padding-top: 110px;
}
.pro_det1 .pic{
	float: left;
	width: 580px;
	height: 480px;
	overflow: hidden;
}
.pro_det1 .w{
	float: right;
	width: 580px;
}
.pro_det1 .w .tit{
	text-align: center;
	font-size: 30px;
	color: #000000;
	line-height: 50px;
}
.pro_det1 .w h4{
	font-size: 16px;
	color: #C09251;
	line-height: 35px;
	text-align: center;
}
.pro_det1 .w h5{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 33px;
	padding-top: 9px;
	position: relative;
	margin-top: 7px;
}
.pro_det1 .w h5:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 30px;
	height: 1px;
	background: #e5e5e5;
	margin-left: -15px;
}
.pro_det1 .w .price{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	margin-top: 28px;
}
.pro_det1 .w .price em{
	float: right;
	font-size: 16px;
	color: #77778d;
}
.pro_det1 .w p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	/*padding-top: 40px;*/
}
.pro_det1 .w p em{
	display: block;
	font-size: 18px;
	line-height: 34px;
}
.pro_det1 .w p b{
	display: block;
}
.pro_det1 .w p a{
	display: inline-block;
	vertical-align: top;
	color: #333333;
	text-decoration: underline;
	text-transform: uppercase;
}
.pro_det2 .tit{
	font-size: 18px;
	color: #333333;
	line-height: 53px;
	border-bottom: 1px #dcdcdc solid;
	padding-top: 10px;
}
.pro_det2 .tit span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pro_det2 .tit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #000000;
}
.pro_det2 .w{
	padding-top: 50px;
}
.pro_det2 .w img{
	/* margin:0 auto; */
}
.pro_det2 .w h3{
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
}
.pro_det2 .w p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	/*padding-top: 30px;*/
}
.pro_det2 .w p em{
	display: block;
	font-size: 18px;
	line-height: 34px;
}
.pro_det2 .w .pic{
	margin-top: 30px;
}
.pro_det3{
	padding-top: 66px;
	padding-bottom: 50px;
}
.pro_det3 .tit{
	text-align: center;
	font-size: 32px;
	color: #000000;
	line-height: 68px;
	position: relative;
}
.pro_det3 .tit:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 42px;
	height: 1px;
	background: #000000;
	margin-left: -21px;
}
.pro_det3 .pro_list{
	border-bottom: none;
}
.pro_det3 .pro_list li{
	margin-right: 153px;
}
.pro_det3 .pro_list li:nth-child(3n){
	margin-right: 0;
}
.nav{
	border-bottom: 1px #e1e2e2 solid;
}
.nav li{
	float: left;
    width: 399px;
    border-right: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
    border-top: 1px #e1e1e1 solid;
    text-align: center;
    margin-left: -1px;
    height: 48px;
}
.nav li a{
	display: block;
	line-height: 48px;
	font-size: 16px;
	color: #000000;
}
/* .nav li:last-child{
	border-right: none;
} */
.nav li.on{
	background: #000000;
	border-color: #000000;
}
.nav li.on a{
	color: #FFFFFF;
}
.news_1{
	background: url(../images/bg5.jpg) repeat;
	padding: 80px 0 100px;
}
.news_1 li{
	margin-bottom: 100px;
	position: relative;
}
.news_1 li .box{
	width: 400px;
	height: 378px;
	background: #FFFFFF;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	padding: 50px 47px 0;
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 3;
}
.news_1 li h3{
	font-size: 42px;
	color: #000000;
	line-height: 74px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_1 li h4{
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	padding-bottom: 45px;
	position: relative;
}
.news_1 li h4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 1px;
	background: #000000;
}
.news_1 li p{
	font-size: 14px;
	color: #676061;
	line-height: 18px;
	margin-top: 20px;
}
.news_1 li .btn{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #000000;
	width: 168px;
	line-height: 45px;
	text-align: center;
	margin-top: 50px;
}
.news_1 li .pic{
	width: 760px;
	height: 500px;
	position: relative;
	float: right;
	z-index: 2;
}
.news_1 li .pic a{
	display: block;
	position: relative;
	z-index: 2;
}
.news_1 li .pic img{
	width: 760px;
	height: 500px;
}
.news_1 li .pic b{
	width: 760px;
	height: 498px;
	border: 1px #b0b0b0 solid;
	position: absolute;
	z-index: 1;
	right: 24px;
	top: 59px;
}
.news_1 li:nth-child(2n) .box{
	left: auto;
	right: 0;
}
.news_1 li:nth-child(2n) .pic{
	float: left;
}
.news_1 li:nth-child(2n) .pic b{
	right: auto;
	left: 24px;
}
.news_2{
	padding-bottom: 140px;
}
.loca{
	font-size: 14px;
	color: #333333;
	line-height: 48px;
	text-transform: uppercase;
}
.loca a{
	display: inline-block;
	vertical-align: top;
	color: #333333;
}
.loca a:last-child{
	color: #666666;
}
.loca em{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.news_21{
	margin-top: 28px;
	position: relative;
}
.news_box{
	width: 493px;
	position: absolute;
	right: 109px;
	top: 0;
}
.news_top{
	background: rgba(255,255,255,.5);
	padding-top: 35px;
	padding-bottom: 27px;
}
.news_top .tit{
	text-align: center;
	font-size: 34px;
	color: #333333;
	padding: 0 50px;
	line-height: 64px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_top .tit2{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0 100px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news_box .bot{
	background: #FFFFFF;
	padding-top: 25px;
	height: 510px;
}
.news_box .bot .fl{
	width: 180px;
	height: 480px;
	overflow: hidden;
	margin-left: 30px;
}
.news_box .bot .fr{
	width: 220px;
	margin-right: 31px;
}
.news_box .bot .fr .pic{
	height: 260px;
	overflow: hidden;
}
.news_box .bot h3{
	font-size: 36px;
	color: #333333;
	line-height: 44px;
	margin-top: 30px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_box .bot p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
}
.news_box .bot .btn{
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000000;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 14px;
	text-transform: uppercase;
}
.news_22{
	margin-top: 90px;
	position: relative;
	padding-bottom: 142px;
}
.news_22 .w{
	float: left;
	width: 337px;
	height: 406px;
	border: 10px #bfbfbf solid;
	margin-left: 105px;
	padding: 60px 20px 0;
	color: #BFBFBF;
	position: relative;
}
.news_22 .w h3{
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
}
.news_22 .w h4{
	font-size: 20px;
	color: #BFBFBF;
	font-weight: bold;
	line-height: 34px;
}
.news_22 .w p{
	font-size: 16px;
	line-height: 42px;
	padding-top: 10px;
}
.news_22 .w:before{
	content: '';
	width: 147px;
	height: 14px;
	position: absolute;
	left: -98px;
	top: 13px;
	background: rgba(0,0,0,.5);
}
.news_22 .pic{
	width: 666px;
	height: 344px;
	position: absolute;
	left: 430px;
	bottom: 0;
	overflow: hidden;
}
.news_22 .w2{
	float: left;
	margin-left: 72px;
	width: 470px;
	margin-top: 55px;
}
.news_22 .w2 h3{
	font-size: 36px;
	color: #565656;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_22 .w2 span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 5px;
	line-height: 23px;
	background: #7f7f7f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_22 .w2 p{
	font-size: 14px;
	color: #7F7F7F;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 10px;
}
.news_23{
	margin-top: 100px;
}
.news_23 .pic1,
.news_23 .pic2{
	float: left;
	width: 610px;
	height: 765px;
	overflow: hidden;
}
.news_23 .pic2{
	width: 590px;
}
.news_23 .news_box{
	right: auto;
	left: 55px;
}
.news_23 .news_box .bot .fr{
	width: 414px;
	margin-right: 40px;
}
.news_24{
	width: 991px;
	margin: 84px auto 0;
	padding-bottom: 308px;
}
.news_24 .w2{
	border: 10px #bfbfbf solid;
	width: auto;
	margin: 0;
	padding: 0 153px;
	float: none;
	position: relative;
	z-index: 2;
	height: 250px;
}
.news_24 .w2:after{
	content: '';
	width: 147px;
	height: 14px;
	position: absolute;
	right: -108px;
	top: 13px;
	background: rgba(0,0,0,.5);
}
.news_24 .pic{
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -333px;
}
.news_25{
	margin-top: 90px;
}
.news_25 .news_box .bot .fl{
	float: right;
	height: auto;
	margin-right: 31px;
	margin-left: 0;
}
.news_25 .news_box .bot .fl a{
	display: block;
	height: 410px;
	overflow: hidden;
}
.news_25 .news_box .bot .fl h3{
	font-size: 30px;
	margin-top: 20px;
}
.news_25 .news_box .bot .fr{
	float: left;
	margin-left: 30px;
}
.news_25 .news_box .bot .fr p{
	margin-top: 30px;
}
.news_26 .w:before{
	display: none;
}
.news_26 .w2{
	margin-top: 24px;
}
.news_26 .w2 h3{
	padding-top: 22px;
	position: relative;
}
.news_26 .w2 h3:before{
	content: '';
	width: 50px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #7F7F7F;
}
.news_det{
	background: #f6f6f6;
	padding: 20px 0 30px;
}
.news_con{
	padding: 50px 40px 70px;
	background: #FFFFFF;
}
.news_con img{
	margin:0 auto;
}
.news_con .tit{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 64px;
}
.news_con .time{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
}
.news_con .time em{
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	background: url(../images/ic5.png) left center no-repeat;
	color: #c7c7c7;
}
.news_con p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	/*padding-top: 30px;*/
}
.news_con .pic{
	margin-top: 30px;
}
.page2{
	padding-top: 100px;
}
.page2 ul{
	float: left;
	width: 600px;
}
.page2 ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 14px;
}
.page2 ul li a{
	color: #999999;
	display: inline-block;
	vertical-align: top;
}
.page2 ul li i{
	display: inline-block;
	vertical-align: top;
	color: #333333;
	text-transform: uppercase;
}
.page2 ul li a:hover{
	color: #f17424;
}
.page2 .back{
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #b4b4b4;
	width: 140px;
	text-align: center;
	line-height: 54px;
	margin-top: 7px;
}
.page2 .back:hover{
	background: #F17424;
}
.tuijian ul{
	padding-top: 0px;
}
.tuijian ul li{
	position: relative;
}
.tuijian ul li .box{
	position: absolute;
	top: 53px;
	left: 38px;
	width: 545px;
}
.tuijian ul li h3{
	font-size: 38px;
	color: #000000;
	line-height: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tuijian ul li h4{
	text-align: right;
	font-size: 18px;
	color: #000000;
	line-height: 31px;
}
.tuijian ul li h4 em{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.tuijian ul li h4 a{
	display: inline-block;
	vertical-align: top;
	width: 96px;
	background: #000000;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
}
.tuijian ul li .w{
	position: relative;
	padding: 17px 0 27px 60px;
	margin-top: 26px;
	text-align: right;
}
.tuijian ul li .w p{
	padding: 25px 0 25px 70px;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.tuijian ul li .w:before,
.tuijian ul li .w:after{
	content: '';
	width: 42px;
	height: 39px;
	background: url(../images/y3.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.tuijian ul li .w:after{
	background-image: url(../images/y4.png);
	left: auto;
	right: -60px;
	top: auto;
	bottom: 0;
}
.tuijian ul li .num{
	font-size: 180px;
	color: #C09251;
	line-height: 200px;
	position: absolute;
	top: 0;
	right: -200px;
}
.tuijian ul li:nth-child(2n) .box{
	left: auto;
	right: 38px;
}
.tuijian ul li:nth-child(2n) h4{
	text-align: left;
}
.tuijian ul li:nth-child(2n) .w{
	padding-right: 60px;
	text-align: left;
}
.tuijian ul li:nth-child(2n) .w p{
	padding-left: 0;
	padding-right: 50px;
}
.tuijian ul li:nth-child(2n) .w:after{
	right: 0;
}
.tuijian ul li:nth-child(2n) .num{
	right: auto;
	left: -210px;
}
.tansuo_1{
	background: #fafafa;
	position: relative;
}
.tansuo_1 img{
	width:100%;
}
.w_all{
	width: 29.166%;
	position: absolute;
	left: 12%;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.w_all h3{
	font-size: 62px;
	color: #000000;
	text-transform: uppercase;
	line-height: 80px;
}
.w_all h4{
	line-height: 48px;
	font-size: 26px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 23px;
	position: relative;
}
.w_all h4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 1px;
	background: #000000;
}
.w_all p{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
	margin-top: 10px;
}
.tansuo_1 .pic{
	float: right;
	width: 50%;
}
.tansuo_2{
	padding: 167px 7.5% 72px 6.562%;
}
.tansuo_2 .con{
	padding: 105px 0 98px;
	background: url(../images/bg6.jpg) center repeat-y;
}
.tansuo_2 .po{
	position: relative;
}
.tansuo_2 .pic{
	float: right;
	width: 55.46%;
}
.tansuo_2 .w{
	width: 37%;
	position: absolute;
	left: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.tansuo_2 .w h3{
	font-size: 36px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 44px;
	padding-bottom: 10px;
	position: relative;
}
.tansuo_2 .w h3 em{
	display: inline-block;
	color: #C09251;
}
.tansuo_2 .w h3:before{
	content: '';
	width: 102px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -51px;
}
.tansuo_2 .w p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	padding-top: 22px;
}
.tansuo_3{
	background: #fbfbfb;
	padding-top: 98px;
}
.tansuo_3 .layout{
	position: relative;
}
.tansuo_3 .pic{
	float: left;
	width: 600px;
}
.tansuo_3 .w_all{
	width: 35%;
	left: auto;
	right: 0;
}
.tansuo_4{
	background: url(../images/bg7.jpg) center top no-repeat;
	padding: 80px 0;
	position: relative;
}
.tansuo_4 .pic{
	float: right;
	width: 46.77%;
}
.tansuo_4 .w_all{
	text-align: right;
	width: 40%;
	left: 5%;
}
.tansuo_4 .w_all h4:before{
	left: auto;
	right: 0;
}
.tansuo_5{
	padding: 165px 0 153px;
	background: url(../images/bg8.jpg) center no-repeat;
}
.tansuo_5 .layout{
	position: relative;
}
.tansuo_5 .pic{
	float: left;
	width: 503px;
	height: 519px;
	position: relative;
	margin-left: 73px;
}
.tansuo_5 .pic img{
	width: 503px;
	height: 519px;
	position: relative;
	z-index: 2;
}
.tansuo_5 .pic:before{
	content: '';
	position: absolute;
	top: 134px;
	right: 73px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #1e1d22;
}
.tansuo_5 .w_all{
	width: 41%;
	left: auto;
	right: 0;
}
.tansuo_5 .w_all h3,
.tansuo_5 .w_all h4,
.tansuo_5 .w_all p{
	color: #FFFFFF;
}
.tansuo_5 .w_all h4:before{
	background: #FFFFFF;
}
.tansuo_5 .w_all h3{
	font-size: 48px;
}
.tansuo_6 .pic{
	float: left;
}
.tansuo_6 .w_all{
	left: auto;
	width: 35%;
	right: 15%;
	text-align: center;
}
.tansuo_6 .w_all h3{
	font-size: 44px;
	line-height: 70px;
}
.tansuo_6 .w_all h4{
	padding-bottom: 15px;
}
.tansuo_6 .w_all h4:before{
	left: 50%;
	margin-left: -51px;
}
.tansuo_7 .w_all{
	right: auto;
	left: 15%;
}
.tansuo_7 .pic{
	float: right;
}

/*新加的css*/
.email_det{
	background: #f6f6f6;
    padding: 20px 0 30px;
}
.email_con{
	font-size: 16px;
	padding: 45px 35px;
	background: white;
	color: #333333;
	font-family: arial;
}
.email_con h1{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
	text-transform: uppercase;
}
.email_con p{
	line-height: 14px;
	font-size: 14px;

}
.email_con .head{
	position: relative;
	margin-bottom: 55px;
}
.email_con .head:before{
	content: "";
	display: inline-block;position: absolute;
	left: -35px;
	width: 7px;
	background: #333333;
	height: 100%;
}
.email_con .form h2{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #333333;
}
.email_con .form .call div{
	float: left;
	font-size: 18px;
	margin-right: 45px;
	cursor: pointer;
}
.email_con .form .call div input{
	width: 20px;
	height: 20px;
	background: white;
	margin-right: 5px;
}
.email_con .form .other{
	margin-top: 50px;
}
.email_con .form .other>div{
	float: left;
	width: 31%;
	margin-right: 3%;
}
.email_con .form .other>div:last-child{
	margin-right: 0;
}
.email_con .form .other input,.email_con .form .other textarea{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#f1f1f1 ;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	height: 38px;
	padding: 0 10px;
	margin-bottom: 30px;
	font-size: 14px;
}
.email_con .form .other textarea{
	resize: none;
	padding: 10px;
	height: auto;
}
.email_con .form .other .middle a{
	display:block;
	width: max-content;
	padding: 15px 20px;
	background: black;color: white;
	margin: 0 0 0 auto;

}

.email_con .form .other .middle .send_mail{
	display:block;
	width: max-content;
	padding: 15px 20px;
	background: black;color: white;
	margin: 0 0 0 auto;
	height: auto;
	font-size: 16px;
}
.email_con .form .other .right{
	border:1px solid #e0e0e0 ;
	box-sizing: border-box;
	padding: 30px 20px;
	padding-bottom: 10px;
	text-align: center;
}
.email_con .form .other .right a{
	display:block;
	width: max-content;
	color: #b1b1b1;
	font-size: 14px;
	text-decoration:underline
}
.email_con .form .other .right p{
	font-size: 12px;
	line-height: 16px;	padding-bottom: 20px;
}
.email_con .form .other .right div{
	padding-bottom: 20px;
}
.email_con .form .other .right .l{
	float: left;
}
.email_con .form .other .right .r{
	float: right;
}
.email_con .form .other .right i{
	display: inline-block;
	width: 21px;
	height: 22px;
	background-size:cover;
	vertical-align: middle;
}
.icon1{
	background-image:url(../images/icon1.png) ;
}
.icon2{
	background-image:url(../images/icon2.png) ;
}
.icon3{
	background-image:url(../images/icon3.png) ;
}
.tuijian img{
	/* width:100%; */
	margin: 0 auto;
}


/* 0308-start */
.video-container{
	overflow: hidden;
	padding: 50px 0 35px;
}
.video-container .video-tile{
	width: 23%;
	margin: 0 1% 2%;
	float: left;
}
.video-container .video-tile img{
	width: 100%;
}

.video-container .video-tile h5{
	height: 36px;
	margin: 10px 0;
	text-transform: uppercase;
    font-weight: normal;
    font-family: "AvenirLTStd-Heavy",Arial,sans-serif;
}
.video-container .video-tile h5 a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video-container .video-tile p{
	margin-bottom: 10px;
}
.video-categories a{
    color: #d4038d;
    text-decoration: none;
}
.video-categories a:hover{
	text-decoration: underline;
}
.LoadMore{
	clear:both;
	text-align: center;
}
.LoadMore .btn{
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 25px;
    font-size: 15px;
	color: #ffffff;
    background-color: #d4038d;
    border-color: transparent;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
}
.video-container .tit{
    font-size: 18px;
    color: #333333;
    line-height: 53px;
    border-bottom: 1px #dcdcdc solid;
    padding-top: 10px;
    margin-bottom: 30px;
}
.video-container .tit span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.video-container .tit span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000000;
}

.stores{
	padding: 50px 0;
}
.stores .layout{
	overflow: hidden;
}
.store-item{
	box-sizing:border-box;
	display: block;
	width: 31%;
	margin: 0 1.1% 2%;
	border: 1px solid #eee;
	padding: 18px 6px 0;
	float: left;
}
.store-item .pic{
	height: 244px;
}
.store-item .pic img{
	height: 100%;
	width: 100%;
	display: block;
}
.store-item .tex{
	padding: 15px 10px;
	height: 155px;
}
.store-item .tex p,
.store-item1 .tex p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 7px;
	color: #333;
}
.store-item .tex .tt,
.store-item1 .tex .tt{
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}

.store-item1{
	display: block;
	width: 97.4%;
	margin-left: 1.1%;
	margin-bottom: 2%;
	box-sizing:border-box;
	border: 1px solid #eee;
	padding: 18px 6px;
	overflow: hidden;
}

.store-item1 img{
	float: left;
	width: 70%;
	margin-right: 0.5%;
}
.store-item1 .tex{
	margin-left: 67%;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 120px;
}
.pro_det1 .w .bt a{
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	background: #000;
	font-size: 12px;
	width: 180px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.pro_det1 .w .bt a:hover{
	background: #333;
}
/* 0308-end */
.video { height: 660px; }