

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{ margin:0; padding:0;}
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body{
	font-family: Arial, "微软雅黑";
	font-size: 14px;
	color:#525252;
	width: 100%;
	height: auto;
}
ul, ol { list-style:none;} 
img,fieldset{ vertical-align:top; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
address,cite,code,em,th { font-weight:normal; font-style:normal;}
input,button,textarea,select{ font:100% Lao UI, sans-serif, "微软雅黑"; vertical-align:middle;}
a{ color:#525252; text-decoration:none;}

.w1200{
	width: 1370px;
	margin: 0 auto;
	overflow: hidden;
}
.l{
	float: left;
}
.r{
	float: right;
}
.nr_dx {
width: 980px
}
.ny_dx{
	width: 930px;
}
.top_jj{
	margin-top: 40px;
}
/*dh*/
.sy_dh{
	margin-top: 45px;
}
.sy_dh h3{
	font-size: 40px;
	font-weight: 600;
	margin-top: 30px;
	color: #282828;
}
.sy_dh h4{
	margin-top: 74px;
	width: 34px;
	height: 9px;
	background: #e50012;
	
}
.sy_dh h5 {
	margin-top: 68px;
}
.sy_dh h5 a{
	padding:10px 20px ;
	text-transform: uppercase;
	border: 1px solid #8a8a8a;
	border-radius: 2px;
	color: #8a8a8a;
}
.sy_dh h5 a:hover{
	text-transform: uppercase;
	border: 1px solid #e50012;
	color: #f1f1f1;
	background: #e50012;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
	
}

/*ym*/
.ym{
	width: 100%;
	text-align: center;
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 15px;
}
.ym  a{
	margin: 0 8px;
	padding: 8px 15px;
	border:1px solid #d1d1d1;
	border-radius: 5px;
	color: #484848;
}
.ym a.s{
	background: #e50012;
	border:1px solid #e50012;
	color: #f1f1f1;
}
.ym a:hover{
	background: #e50012;
	border:1px solid #e50012;
	color: #f1f1f1;
}
/*top*/
.top{
	
}
.top  h1 {
	float: left;
	margin-top: 20px;
}
.top ul{ 
	float: right;
}
.top ul li{
	float: left;
	padding: 46px 0;
	margin: 0 10px;
	
}
.top ul li a{
	padding:49px 10px;
	font-size: 16px;
	
}
.top ul li.s a{
	background: #e50012;
	color: #f1f1f1;
}
.top ul li:hover a{
	background: #e50012;
	color: #f1f1f1;
}
.top ul li:last-child{
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 34px 0;
	margin-left: 25px;
	margin-right: 0;
}
.top ul li:last-child a{
	padding:0 15px;
}
.top ul li:last-child img{

	
}
.top ul li:last-child:hover a{
	background: #fff;
}

/*sy_gy*/
.sy_gy {
	padding: 101px 0;
	
}
.sy_gy_nr{
	
}
.sy_gy_nr_ty_w{
	position: relative;
}
.sy_gy_nr_ty_w h3{
	font-size: 26px;
	color: #484848;
	margin-bottom: 50px;
}
.sy_gy_nr_ty_w p{
	color: #8a8a8a;
	font-size: 16px;
	line-height:30px;
}
.sy_gy_nr_ty_w i{
	position: absolute;
	width: 37px;
	height: 3px;
	background: #6e6e6e;
	top: 60px;
		
}
/*sp*/
.videolist { position:relative; float:left;  margin-right:40px;z-index: 99;}
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; 	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
 }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.sp_pf{
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.sy_gy ul {
	overflow: hidden;
	margin-left: -5%;
	margin-top: 80px;
}
.sy_gy ul li{
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	cursor:pointer;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding: 40px 0;
}
.sy_gy ul li h5 {
	font-size: 50px;
	color: #c4c4c4;
	font-weight: 600;
}
.sy_gy ul li h5 sub {
	font-size: 20px;
}
.sy_gy ul li p{
	font-size: 14px;
	color: #383838;
	margin-top: 15px;
	
}
.sy_gy ul li:nth-child(2n+0) h5 sub {
	font-size:40px;
}
.sy_gy ul li:hover h5 {
	color: #e50012;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
	
}
.sy_gy ul li:hover{
	border-top: 1px solid #e50012;
	border-bottom: 1px solid #e50012;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
	
}

/*sy_cp*/
.sy_cp{
	padding: 101px 0 86px 0;
	background: url(../img/cp-bj.jpg);
}
.sy_cp ul {
		margin-left: -1.33%;

}
.sy_cp ul li {
	float: left;
	width: 23%;
	height: 250px;
	text-align:center;
	margin-left: 1.33%;
	
}
.sy_cp ul li p{
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 10px;
}
.sy_cp ul li a{
	
}
.sy_cp ul li  h3 {
	overflow: hidden;
}
.sy_cp ul li  h3 img{
	width: 100%;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
.sy_cp ul li:hover h3 img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); /* IE 9 */
	-moz-transform:scale(1.1,1.1); /* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
	-o-transform:scale(1.1,1.1); /* Opera */
}


/*hy*/
.sy_hy{
	padding: 101px 0;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(./ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -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; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block;width:100% }
.slick-slide img.slick-loading { background: white url(./ajax-loader.gif) center center no-repeat; padding-bottom: 100%; }
.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: 50px; width: 50px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top:80%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { right:-160px;z-index:999999999;background: url(../img/left.png) no-repeat; }

.slick-next { right: -225px;background: url(../img/right.png) no-repeat; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { display: none;}
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer;display: none;}


.li_2{
	width: 460px;
	background: #f1f1f1;
	padding: 54px 40px 0 40px ;
	height: 309px;
	position: relative;
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;	
	
}

.li_2 h3{
	text-align: center;
	font-size: 22px;
	color: #545454;
	margin-bottom: 70px;
}
.li_2  a{
		width: 458px;
	height: 309px;

}
.li_2 p{
	line-height: 30px;
	font-size: 16px;
	color: #828282;
}
.li_2 i{
	position: absolute;
	width: 40px;
	height: 2px;
	background: #e50012;
	left: 45.5%;
	top: 120px;
}
.slider ul:hover .li_2{
	background: #e50012;
	
}
.slider ul:hover .li_2 h3{
	color: #f1f1f1;
}
.slider ul:hover .li_2 p{
	color: #f1f1f1;
}
.slider ul:hover .li_2 i{
	background: #f1f1f1;
}
.slider ul .li_1 img{
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;	
}
.slider ul:hover .li_1 img{
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}
.slider ul:hover .li_1 h4{
	overflow: hidden;
	
}


/*xw*/
.sy_xw{
	background: url(../img/xw-bj.jpg) fixed;
	padding: 101px 0; 
	position: relative;
}
.sy_xw .sy_dh{
	margin-top: 0;
}
.sy_xw ul{
	margin-left: -3.33%;
}
.sy_xw ul li{
	width: 30%;
	float: left;
	margin-left: 3.33%;
	padding-bottom: 89px;
}
.sy_xw ul li h3 {
	font-size: 34px;
	color: #f1f1f1;padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 45px;
}
.sy_xw ul li h3 p{
	font-size: 14px;
	margin-top: 5px;
	color: #d1d1d1;
text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:4; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/	
	
}
.sy_xw ul li h4{
	font-size: 20px;
	margin-bottom: 25px;
	color:#f1f1f1;
}
.sy_xw ul li p{
	line-height: 24px;
	color: #e1e1e1;
	font-size: 15px;
	text-align: justify;
	line-height: 24px;
	
}
.sy_xw ul li h5{
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	bottom: 80px;
	
}
.sy_xw ul li h5 a{
	padding: 10px 30px;
	border: 1px solid #f1f1f1;
	background: #e50012;
	color: #f1f1f1;
	
		
}
.sy_xw ul li h5:hover  a{
	padding: 10px 30px;
	border: 1px solid #e50012;
	background: #f1f1f1;
	color: #e50012;
	
		
}


/*hz*/
.sy_hz{
	background: url(../img/hz-bj.jpg) fixed;
	padding: 101px 0;
}
.sy_hz .sy_dh{
	margin-top: 0;
}
.sy_hz  ul{
	background: #fff;
	overflow: hidden;
}
.sy_hz ul li{
	position: relative;
	float: left;
	width: 25%;
cursor:pointer 	
}
.sy_hz ul li img{
	width: 100%;
	border-right: 1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.sy_hz ul li .hz_pf{
	position:absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	background: #e50012;
	padding:38px 60px;
	opacity: 0;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
.sy_hz ul li .hz_pf p{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	padding: 15px 0;
	font-size: 18px;
	color: #f1f1f1;
}
.sy_hz ul li:hover .hz_pf{
	opacity: 1;
}


/*di*/
.di{
	width: 100%;
	overflow: hidden;
	background: #f5f7f6;
	padding-top: 84px;
}
.di_er{
	float: left;
	text-align: center;
}
.di_er p{
	margin-top: 10px;
}
.di_lx {
	float: right;
}
.di_lx  li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 30px;
	color: #0e0e0e;
}
.di_lx  li b{
	font-size: 22px;
	color: #e50012;
}
.di_lx h3{
	float: left;
	width: 35px;
	height:35px;
	border:1px solid #484848;
	border-radius:40px;
	margin-right: 25px;
	
}
.di_lx h3 img{
	margin-left: 6px;
	margin-top: 6px;
}
.di_jz{
	float: left;
	width: 450px;
	margin-left: 165px;
	overflow: hidden;
	
}
.di_jz{
	
}
.di_jz ul{
	width: 490px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.di_jz ul li{
	float: left;
	width:25%;
	margin-bottom: 30px;
	
}
.di_jz div{
margin-top: 20px;	
}
.di_jz div h4{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border:1px solid #686868;
	border-radius: 3px;
	float: left;
	margin-right: 15px;
}
.di_jz div h4 img{
	margin-top:4px;
	margin-left: 10px;
}
.di_jz div h4 img:hover{
	margin-top:-23px;
	
}
.di_jz div h4:nth-child(2) img{
	margin-top:4px;
	margin-left: -20px;
}
.di_jz div h4:nth-child(3) img{
	margin-top:4px;
	margin-left: -52px;
}
.di_jz div h4:nth-child(4) img{
	margin-top:4px;
	margin-left: -82px;
}
.di_jz div h4 img:hover{
	margin-top:-23px;
	
}

.be{
	border-top: 1px solid #e1e7e4;
	width: 100%;
	overflow: hidden;
	padding: 15px;
	margin-top: 40px;
}
.be h1{
	float: left;
}
.be h2{
	float: right;
}


/*ny*/
.ny_cp {
	padding:81px 0 80px 0;
	background: url( ../img/ny-bj.jpg) fixed;
}
.ny_cp .sy_dh{
	margin-top: 20px;
}
.ny_cp .sy_dh ul {
	margin-top: 60px;
	width: 80%;
	
}
.ny_cp .sy_dh ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a1a1a1;
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}
.ny_cp .sy_dh ul li i{
	position: absolute;
	left: 8px;
	width: 3px;
	height: 8px;
	border-radius: 20px;
	background: #e50012;
	top: 7px;
}
.ny_cp .sy_dh ul li div{
	position: absolute;
	bottom: -1px;
	width:0%;
	height: 1px;
	background: #e50012;
	left: 0;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
} 
.ny_cp .sy_dh ul li a{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	

}
.ny_cp .sy_dh ul li:hover div{
	width: 100%;
	
} 
.ny_cp .sy_dh ul li:hover  a{
	color: #e50012;
	padding: 15px 10px;
}
.ny_cp .sy_dh ul li.s  a{
	color: #e50012;
	padding: 15px 10px;
}
.ny_cp .sy_dh ul li.s div{
	width: 100%;
} 
.ny_cp .sy_dh ul li.s  a{
	color: #e50012;
	
}
/*cpzx*/
.cpxz{
	
}
.cpxz ul {
	margin-left: -2.33%;
}
.cpxz ul li{
	float: left;
	width: 31%;
	margin-left: 2.33%;
	margin-bottom: 2.33%;
	
}
.cpxz ul li h3{
	overflow: hidden;
	
}
.cpxz ul li h3 img{
	width: 100%;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
	
}
.cpxz ul li  h5{
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 15px 0;
	float: left;
}
.cpxz ul li h5 a{
	width: 50%;
	padding: 17px 45px;
	border-right: 1px solid #d1d1d1;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
.cpxz ul li h5 a:hover{
	color: #f1f1f1;
	background: #e50012;
	border-right: 1px solid #f1f1f1;
	
}
.cpxz ul li:hover h3 img{
transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */	
}


.cpxz P{
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 16px;
}


/*产品详情*/

.product_kuan{width:100%;margin: 40px auto; overflow: hidden}
.product_xq{width:100%; margin:0 auto; }
.page{ float:left; width:38%;}
.page img{
	width: 450px;
}
.sp-wrap{ display:none; line-height:0; font-size:0;}
.sp-thumbs{ width:100%;}
.sp-thumbs img{ max-width:100%;}
.sp-thumbs a:link, .sp-thumbs a:visited{ margin:0 0 0 1%; width:24%; height:46px; overflow:hidden; opacity:.3; display:inline-block; background-size:cover; background-position:center; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -ms-transition:all .2s ease-out;-o-transition:all .2s ease-out; transition:all .2s ease-out;}
.sp-thumbs a:hover{ opacity:1;}
.sp-thumbs a:active, .sp-current{ opacity:1!important; position:relative;}
.sp-large{ border:1px solid #eee; position:relative; overflow:hidden; width:100% !important; margin:0 0 2% 0;}
.sp-large a img{ max-width:100%; height:auto;}
.sp-large a{ display:block;}
.sp-zoom{ position:absolute; left:-50%; top:-50%; cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; display:none;}
.sp-lightbox{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgb(0, 0, 0); background:rgba(0, 0, 0, .9); z-index:500; display:none; cursor:pointer;}
.sp-lightbox img{ position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; max-width:90%; max-height:90%; border:2px solid #fff;}
#sp-prev, #sp-next{ position:absolute; top:50%; margin-top:-25px; z-index:501; color:#fff; padding:14px; text-decoration:none; background:#000; border-radius:25px; border:2px solid #fff; width:50px; height:50px; box-sizing:border-box; transition:.2s;}
#sp-prev{ left:10px;}
#sp-prev:before{ content:''; border:7px solid transparent; border-right:15px solid #fff; position:absolute; top:16px; left:7px;}
#sp-next{ right:10px;}
#sp-next:before{ content:''; border:7px solid transparent; border-left:15px solid white; position:absolute; top:16px; left:18px;}
#sp-prev:hover, #sp-next:hover{ background:#444;}
@media screen and (max-width: 400px) {
	.sp-wrap{ margin:0 0 15px 0;width: 100%}
	#sp-prev, #sp-next{ top:auto; margin-top:0; bottom:25px;}
}
.product_xq_right{ float:right; width:56%; font-size:14px; color:#525252; line-height:24px;position: relative;padding-bottom: 40px;min-height: 280px;}
.product_xq_right h2{ font-size:20px; line-height:26px; color:#e50012; padding:0 0 8px 0; margin:0 0 12px 0;}
.product_xq_right h2 a{
	float: right;
	font-size: 16px;
	margin-right: 5px;
	margin-top: 5px;
	color: #808080
}
.product_xq_right h3{
	width: 100%;
	border-top: 1px solid #e1e1e1;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
}	 
.product_xq_right h3  a{
	color: #808080;
}	
.product_xq_right h3  a:hover{
	color: #175FB5;
}
.yx{width: 110px;float: right;height: 100%; }
.yx img{width: 100%;margin-top:12%}
.products_detail_two p{
	clear: left;
	margin:10px 5px; 
}
.products_detail_two{ display:block; height:auto; overflow:hidden; margin:36px 0 0 0; font-size:14px; color:#525252; line-height:24px;position: relative;}
.products_detwo_titel{ border-bottom:solid 1px #a1a1a1; border-top:solid 1px #a1a1a1; height:55px; line-height:55px;}
.products_detwo_titel .web>a{ cursor:pointer; float:left; font-size:16px; text-align:center; display:block; height:55px; border-left:solid 1px #e8e8e8; border-top:none; padding:0 5%;}
.products_detwo_titel .web a.cur,.products_detwo_titel a:hover{ color:#fff; background:#e50012; text-decoration:none;margin-bottom: 3%}
.borleft{ width:100%; border-left:solid 1px #e8e8e8;}
.borleft h3{
float: right;
	margin-right: 1px;
}
.borleft h3 a{
	height:55px;
	cursor:pointer; float:left; font-size:14px; text-align:center; display:block; height:55px; border:solid 1px #e8e8e8; border-top:none;padding: 0 10px;
}	
.products_decon{ width:100%; margin:0 auto;}
.pro_con{ display:none; padding-top:30px; font-size:14px; color:#666; line-height:24px;}
.produxt_common{ padding-bottom:30px; display:block; height:auto; overflow:hidden; width:100%;}
.produxt_common ul { padding-top:20px;}
.produxt_common ul li{ border:solid 1px #ddd; width:225px; float:left; margin-right:19px; text-align:center; padding:5px 4px 20px 4px;}	

.banh{width: 100%;text-align: center;display: none;overflow: hidden}
.banh p{padding:1% 0 1% 0;background: #2E3032; margin-bottom: 48px;color: #f1f1f1;}


.products_detail_two{
	
}
.products_detail_two h4{
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 20px;
}
.products_detail_two .js>p{
	color: #686868;
	line-height: 40px;
}
.products_detail_two .js{
	margin-bottom: 40px;
}
.js  table{
border-collapse: collapse;
	text-align: center;
	width: 80%;
}
.js  table tr{
padding: 15px;
	height: 40px;
}
.js  table tr:nth-child(1){
	background: #1a7ae6;
	color: #f1f1f1;
	font-size: 18px;
	border-color: #f1f1f1;
}
.js  table td{
	
}

/*2019.5.15*/
.product_xq_right h3{
	width: 100%;
	border-top: 1px solid #e1e1e1;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
}	 
.product_xq_right h3  a{
	color: #808080;
}
.product_xq_right h4{
	position: absolute;
	bottom:0px;
	background: #DF1414;
	right: 0;
	border-radius: 5px;
	padding: 5px 0;
	
}	
.product_xq_right h4 img{
	width:15px;
	margin-left: 5px;
	margin-top: 8px;
}
.product_xq_right h4  a{
	color: #808080;
	color: #f1f1f1;
	padding: 10px;
	line-height: 30px;
}

strong{
	color: #282828;
}
.js  ol{
	
	
}
.js ol li{
	padding: 10px;
}

.js ol li:nth-child(1n+1){
	background: #282828;
	color: #f1f1f1;
}
.js ol li:nth-child(2n+1){
	background: #f1f1f1;
	color: #484848
}
.js ol li:nth-child(1){padding: 15px 10px;
}
.js h4{
	padding-bottom: 0px;
	margin-bottom: 0;
	color: #e50012	

}



/*xw*/
.w1024{
	padding: 20px;
	background: #f3f3f3;
}
.xw_xq{ padding-bottom:20px; margin-bottom:40px; border-bottom:1px #ccc dotted; text-align:center;margin-top: 0px;}
.xw_xq .xw_xq_bt{ font-size:18px; color:#444; font-weight:600;}
.xw_xq .xw_xq_rq{ margin-top:20px; font-size:13px;}
.xw_xq .xw_xq_rq span{ color:#999}

.xw_more{margin-top:40px;}
.xw_more a{display:inline-block; line-height:40px; padding:0 16px; color:#fff; background:#c82126 ;}

.jiathis_style_24x24{ overflow:hidden; margin-top:30px;}
.jiathis_style *{ border:none !important;}

.xwxq_sxp{width:100%; overflow:hidden; margin:30px 0 0 0;}
.xwxq_sxp a{display:block; margin-bottom:10px; transition: all 0.7s;}
.xwxq_sxp a:hover{color:#c82126;}
.xwxq_sxp a span{ font-weight:600; color:#444;}


/*sp*/
.sp{
	
}
.sp ul{
	margin-left: -2.33%;
}
.sp ul li{
	width: 31%;
	float: left;
	margin-left: 2.33%;
	margin-bottom: 2.33%;

}
.sp ul li .videolist img{
	width: 100%;
	
}
.sp ul li .videolist{
	margin-right: 0;
}
.sp ul li p{
	text-align: center;
	padding: 15px;
	font-size: 16px;
	
}
.sp ul li .sp_pf{
	position: absolute;
	top: 0;
	width: 20px;
	width: 10%;
	left: 40%;
	top: 30%;
}


.ny-gy{
	
}
	
.ceo_js{
	width: 100%;
	margin-top: 20px;
}
.ceo_js h4{
	font-size:26px;
	color: #282828;
	
}
.ceo_js h4 p{
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ceo_js  p{
	line-height: 40px;
	font-size: 16px;
	color: #484848;
	
}
.ceo_tu{
	width: 100%;
	margin-top: 40px;
}
.ceo_tu img{
	width: 100%;
}

.ceo_ry{
	width: 100%;
	overflow: hidden;
}
.ceo_ry h2{
	font-size: 32px;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #383838;
}
.ceo_ry  ul {
	margin: 0 auto;
}
.ceo_ry  ul li{
	width: 100%;
	float: left;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	position: relative;
}
.ceo_ry ul li b{
	margin-right: 50px;
	font-size: 20px;
	color: #484848;
	padding:40px 0;
}
.ceo_ry  ul li i{
	position: absolute;
	left: 6.8%;
	width: 1px;
	height: 45%;
	background: #e50012;
	top: 30%;
	
}
.ceo_ry  ul li p{
	margin-left: 10px;
}
.coe_zc{
	overflow: hidden;
	width: 100%;
	margin-top: 60px;
}
.coe_zc ul {
	margin-left: -2%;
}
.coe_zc ul li{
	float: left;
	width: 48%;
	margin-left: 2%;
	position: relative;
	margin-bottom: 0;
	border: 0;
}
.coe_zc ul li h3{
	overflow: hidden;
}

.coe_zc ul li img{
	width: 100%;
			transition-duration:0.3s; 
	-moz-transition-duration:0.3s; 
	-webkit-transition-duration:0.3s; 
	-o-transition-duration:0.3s; 
	

}
.coe_zc ul li:hover img{
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
	-o-transform:scale(1.1,1.1); /* Opera */
}
.zc_pf {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 5%;
}
.zc_pf  h4{
	font-size: 24px;
	color: #383838;
}
.zc_pf  p{
	font-size: 16px;
	color: #808080;
	margin-top: 20px;
}
.ny_wb {
	font-size: 16px;
	line-height: 40px;
	color: #383838;
}

.gy_pp{
	
}
.gy_pp>h2{
	font-size: 28px;
	text-align: center;
	color: #282828;
	margin-bottom: 24px;
}
.gy_pp>p{
	text-align: center;
	width: 980px;
	margin: 0 auto;
	line-height: 30px;
	color: #808080;
	margin-bottom:80px;
	
}
.gy_pp ul {
	
}
.gy_pp ul li{
	overflow: hidden;
}
.gy_pp ul li h4{
	width: 50%;
	overflow: hidden;
}
.gy_pp ul li h4 img{
	width: 100%;
			transition-duration:0.3s; 
	-moz-transition-duration:0.3s; 
	-webkit-transition-duration:0.3s; 
	-o-transition-duration:0.3s; 
	
}
.gy_pp ul li:hover h4 img{
		transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
	-o-transform:scale(1.1,1.1); /* Opera */

}
.gy_pp ul li .lr{
	width: 50%;
	padding: 6% 3% 0 3%;
}
.gy_pp ul li h5{
	font-size: 22px;
	color: #383838;
	margin-bottom: 20px;
}
.gy_pp ul li  p{
	line-height: 30px;
	color: #484848;
	font-size: 15px;
	margin-bottom: 40px;
}
.gy_pp ul li  a{
	text-transform: uppercase;
	border: 1px solid #e50012;
	padding: 10px 15px;
	border-radius: 5px;
}

.gy_pp ul li  a:hover{
	text-transform: uppercase;
	color: #e50012;
	
}
.gy_pp{
	
}
.gy_pp ol {
	
}
.gy_pp ol li{
	padding-bottom: 35px;
	border-bottom: 1px solid #e50012;
	margin-bottom: 35px;
}
.gy_pp ol li h4{
	font-size: 24px;
	margin-bottom: 25px;
	color: #e50012;
}
.gy_pp ol li p{
	font-size: 16px;
	line-height: 30px!important;
}
	
/*gy*/
.gy_hb{
	
}
.gy_hb h5{
	font-size: 18px;
	color: #282828;
}
.gy_hb ul {
	
}
.gy_hb ul>p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}
.gy_hb ul li{
	padding-left: 80px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 30px;
	
}
.gy_hb ul li>a>p{
	line-height: 50px;
}
.gy_hb ul li>p{
	line-height: 50px;
}
.gy_hb ul li .gy_hb_pf {
	position: absolute;
	left: 0;
	top: 7%;
	
}
.gy_hb ul li .gy_hb_pf {
	
}
.gy_hb ul li .gy_hb_pf h4{
	font-size: 18px;
	
}
.gy_hb ul li .gy_hb_pf h4 p{
	font-size: 14px;
	margin-top: 5px;
	
}
.gy_hb ul li i{
	position: absolute;
	left: 6.3%;
	top: 4%;
	width: 1px;
	height: 50px;
	background: #e50012;
}
.gy_hb ul li:hover a .gy_hb_pf h4{
	color: #e50012;
}
.gy_hb ul li:hover a p{
	color: #e50012;
}
.gy_hb ul li:hover a h5{
	color: #e50012;
}



/*2019.5.7*/
.he-1{margin: 0 auto;padding:0px;overflow: hidden;}
.he-1 ul{margin-bottom: 20px;width:100%;
	;
float: left;
}
.he-1 h4{color:#282828; font-family:"微软雅黑"; font-size:20px;  margin-bottom:45px}
.he-1 li{font-size:16px; color:#484848; font-family:"微软雅黑"; line-height:24px;margin-bottom: 40px;color: #383838;padding-bottom: 40px;margin-top: 20px;border-bottom: 1px dashed #808080;}

.he-1 h3{
	font-size: 18px;
	color: #D11014;
	margin-top: 40px;
	padding-bottom: 10px;
}
.he-1 li img{
	margin-top: 5px;
	margin-right: 10px;
}
.he-1 .lx-er{
	text-align: center;margin-top: 80px;
}
.he-1 .lx-er p{
	margin-top: 8px;
	color: #383838
}
.he-1 h5{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	
}
.he-1 p{
	color: #686868;
}
.di_tu{
width: 100%;
	float: right;
}
.my-map { margin: 0 auto; width: 100%; height:450px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}


/*****************工作机会*********************/
.job{
	width: 100%;
	margin: 0 auto;
}
.l-bg{background:#f7f7f7;}
.topimg-360{height: 360px;}
.job_main{margin-bottom: 60px;}
.job{padding-top: 0px; color: #666666;}
.job-list{border: 1px solid #dcdfe2; border-top: 2px solid #d0d4d8;margin-bottom: 58px;background: #fff;}
.job-list .title{height: 49px; line-height: 49px; background: #3a3f47; border-bottom:1px solid #fafbfb;color: #fff;}
.job-list .job-con{margin-bottom: 30px;}
.job-list .job-con{margin-bottom: 30px;}
.connect-list .job-list .job-con {
	margin-bottom: 0;
	height: 500px;
	overflow: hidden;
	overflow-y: auto;
}
.job-list ul.job-info li{height: 49px; line-height: 49px; border-bottom: 1px dashed #dcdfe2;}
.job-list ul.job-info>li:nth-child(even){background:#f6f6f6;}
.job-list ul.job-info li:hover {background: #f5f6f8;color: #282988}
.job-list ul.tabble li {float: left;border: none;padding: 0 5px;}
.connect-list ul.job-info li:last-child {
	border: 0;
}
.job-list ul.tabble li.name{width: 30%;padding-left: 30px;padding-right: 5px;}
.job-list ul.tabble li.address{width: 20%;}
.job-list ul.tabble li.catgory{width: 20%;}
.job-list ul.tabble li.num{width:15%;}
.job-list ul.tabble li.time{width: 10%;}
.job-list ul.tabble li.company-name {
	width: 190px;
	padding-left: 30px;
}
.job-list ul.tabble li.cname {
	width: 80px;
}
.job-list ul.tabble li.caddress {
	width: 470px;
}
.job-list ul.tabble li.tel {
	width: 370px;
}
.l-table li{font-size: 16px;font-weight: bold;}
.l-table li.caddress{padding-left: 114px!important;}
/****分页****/
.job-page{margin-bottom: 36px; padding: 0 50px; line-height: 30px; font-size: 12px;}

/****工作机会详情*****/
.job-details {
	padding: 20px 50px 30px;
	border: 1px solid #dcdfe2;
	border-top: 2px solid #e70012;
	background-color: #fff;
}
.job-h1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #e70012;
	border-bottom: 1px dashed #dde0e3;
}
.job-h1 span{font-size: 12px; color: #666; padding-left: 30px;}
.job-h1 a{width: 40px; height: 40px; display: block; float: right; font-size: 12px; color: #e70012; background: url(../images/aboutus/icon-back.png) no-repeat 0 17px; text-align: right;}
.job-des{padding: 15px 0;}
.job-des p{line-height: 28px;}
.job-des p.t{font-weight: bold; line-height: 46px; margin-top: 20px;}
.mailto{padding: 20px 0; color: #f87500;}
.mailto span{font-weight: bold; padding-left: 5px;}
.job-des .mailto-link {
    width: 90px;
    height: 30px;
    line-height: 30px;
}

/*x在线客服*/
/* side */
/*悬浮链接*/
.suspension{position:fixed;z-index:999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.nr_dx img{
	max-width: 100%;
}

@media screen and (max-width:1300px){
	.w1200{
		width: 1200px;
	}	
.nr_dx {
width: 840px
}
	
.sy_gy_nr_ty_w p{
	color: #8a8a8a;
	font-size: 14px;
	line-height:30px;
text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:9; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/	
}
.sy_gy_nr_ty_w i{
	position: absolute;
	width: 37px;
	height: 3px;
	background: #6e6e6e;
	top: 90px;
		
}
	.videolist { position:relative; float:left;  margin-right:20px;z-index: 99;}
	.di_jz{
	float: left;
	width: 450px;
	margin-left: 55px;
	overflow: hidden;
	
}
	.ny_dx{
	width: 815px;
}

.cpxz ul li  h5{
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 15px 0;
	float: left;
}
.cpxz ul li h5 a{
	width: 50%;
	padding: 17px 36px;
	border-right: 1px solid #d1d1d1;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
	.cpxz ul li p{
		padding: 10px 0px;
	text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:1; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/
	}
	}