/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/*引入特殊字体*/


/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ico.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ico.png*/
	;
	*text-indent: 0;
	*zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
	vertical-align: middle;
}

.ico:before {
	content: '\3000';
}

.ico1_2 {
	background-position: -20px 0;
}

.ico1_3 {
	background-position: -40px 0;
}

.ico1_4 {
	background-position: -60px 0;
}

.ico1_5 {
	background-position: -80px 0;
}

.ico2_1 {
	background-position: 0 -20px;
}

.ico2_2 {
	background-position: -20px -20px;
}

.ico2_3 {
	background-position: -40px -20px;
}

.ico2_4 {
	background-position: -60px -20px;
}

.ico2_5 {
	background-position: -80px -20px;
}

.ico3_1 {
	background-position: 0 -40px;
}

.ico3_2 {
	background-position: -20px -40px;
}

.ico3_3 {
	background-position: -40px -40px;
}

.ico3_4 {
	background-position: -60px -40px;
}

.ico3_5 {
	background-position: -80px -40px;
}

.ico4_1 {
	background-position: 0 -60px;
}

.ico4_2 {
	background-position: -20px -60px;
}

.ico4_3 {
	background-position: -40px -60px;
}

.ico4_4 {
	background-position: -60px -60px;
}

.ico4_5 {
	background-position: -80px -60px;
}

/*挂件分页样式*/
.util-page {
	font-size: 0;
	color: #000;
	text-align: center;
}

.util-page .gobutton,
.util-page .sl,
.util-page .num,
.util-page .count {
	color: #000;
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
	background: #fff;
	line-height: 27px;
	font-size: 16px;
	font-weight: normal;
}

.util-page .gobutton:hover,
.util-page .num:hover,
.util-page .current {
	color: #fff;
	background: #e60012;
}

.util-page span.gobutton,
.util-page span.gobutton:hover {
	color: #000;
	background-color: #eee;
}

.util-page .gobutton {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.util-page .count {
	margin-left: 10px;
	color: #000;
	background: none;
	border: none;
}

/* 常量设置 */
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.mwrap {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
	min-width: 1240px\9;
	overflow-x: auto;
}

/*for ie9+*/
@media all and (min-width:0) {
	body {
		min-width: 0;
		overflow-x: hidden;
	}
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #595757;
	background: #fff;
}

a {
	color: inherit;
}

a:hover {
	color: #e60012;
}

::-moz-selection {
	color: #fff;
	background: #e60012;
}

::selection {
	color: #fff;
	background: #e60012;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
	border-radius: 2px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
}

/* 图片hover 放大功能 */
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

/* 网站样式 */

/*公用样式*/
.rect-130 {
	padding-bottom: 130%;
}

.rect-42 {
	padding-bottom: 42%;
}

.rect-48 {
	padding-bottom: 48%;
}

.rect-65 {
	padding-bottom: 65%;
}

.rect-58 {
	padding-bottom: 58%;
}

.trs {
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
}

.channel_content {
	padding: 70px 0 60px;
	min-height: 300px;
}

.banner3 {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.banner3 img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	max-width: none;
	width: 1920px;
}

/*通用-下层banner2*/
/*used  news_center*/
.banner2 {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.banner2 img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	max-width: none;
	width: 1920px;
}

.banner2 .banner_text {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	text-align: center;
}

.banner2 .banner_text .catname {
	font-size: 60px;
	color: #fff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	font-family: 'hero_light';
}

.banner2 .banner_text .zh_name {
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.bread_nav {
	background-color: #f0f0f0;
}

.bread_nav .nav_sec {
	line-height: 80px;
	font-size: 16px;
	color: #404040;
}

.bread_nav .nav_sec li {
	float: left;
	margin-right: 50px;
}

.bread_nav .nav_sec li a:hover {
	color: #e60012;
}

.bread_nav .nav_sec li.cur a {
	color: #e60012;
}

.bread_nav .bread {
	font-size: 14px;
	color: #b5b5b5;
	line-height: 80px;
}

.bread_nav .bread span {
	margin: 0 5px;
}

/*通用按钮-查看更多*/
/*used  head && step_in && job_social && infrastructure && notice*/
.uni_btn_more_wrap {
	margin: 40px auto 0;
	width: 103px;
	height: 34px;
	line-height: 34px;
	border: #e60012 2px solid;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.uni_btn_more {
	position: relative;
	display: block;
	font-size: 13px;
	color: #000000;
	text-align: center;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.uni_btn_more:hover {
	color: #fff;
	background-color: #e60012;
}

/*通用-链接样式1*/
/*used  news_center*/
.uni_link_list1 .uni_link_cell {
	margin-bottom: 16px;
}

.uni_link_list1 .uni_link_cell:hover .uni_link_tag {
	color: #e60012;
}

.uni_link_list1 .uni_link_tag {
	width: 50%;
	font-size: 14px;
	color: #4f4f4f;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.uni_link_list1 .uni_link_label {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	color: #999999;
}

.uni_link_list1 .uni_link_label:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/uni_link_list1_01.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/uni_link_list1_01.png*/
		0 0 no-repeat;
}

.uni_link_list1 .uni_link_label.uni_link_label_view {
	margin-left: 15px;
}

.uni_link_list1 .uni_link_label.uni_link_label_down:before {
	background-position: 0 0;
}

.uni_link_list1 .uni_link_label.uni_link_label_view:before {
	background-position: -16px 0;
}

/*通用样式 end*/

/*分页*/
.pages {
	position: relative;
	padding: 50px 0 0;
	width: 85%;
	margin: 0 auto;
}

.pages .page_prev {
	float: left;
	position: relative;
	width: 39%;
	overflow: hidden;
}

.pages .page_prev a {
	display: block;
	padding-left: 40px;
	color: #323232;
	font-size: 14px;
	line-height: 26px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/sj.png)
		/*tpa=http://www.keda-group.com/resources/web/img/sj.png*/
		left center no-repeat;
}

.pages .page_prev a:hover {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/sjh.png)
		/*tpa=http://www.keda-group.com/resources/web/img/sjh.png*/
		left center no-repeat;
}

.pages .page_prev b {
	display: block;
	width: 33px;
	height: 1px;
	background: #a0a0a0;
	position: absolute;
	left: 88px;
	top: 14px;
}

.pages .page_prev a:hover b {
	width: 400px;
	background: #e60012;
}

.pages .page_next {
	float: right;
	position: relative;
	width: 39%;
	overflow: hidden;
}

.pages .page_next a {
	display: block;
	padding-right: 40px;
	color: #323232;
	font-size: 14px;
	line-height: 26px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/sjr.png)
		/*tpa=http://www.keda-group.com/resources/web/img/sjr.png*/
		right center no-repeat;
	text-align: right;
}

.pages .page_next a:hover {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/sjrh.png)
		/*tpa=http://www.keda-group.com/resources/web/img/sjrh.png*/
		right center no-repeat;
}

.pages .page_next b {
	display: block;
	width: 33px;
	height: 1px;
	background: #a0a0a0;
	position: absolute;
	right: 88px;
	top: 14px;
}

.pages .page_next a:hover b {
	width: 400px;
	background: #e60012;
}

.pages .page_num {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	font-size: 14px;
	color: #595757;
}

.pages .page_num strong {
	font-size: 18px;
	font-weight: normal;
}

/*about*/
.about .pt1 {
	overflow: hidden;
}

.about .bjk {
	line-height: 28px;
	color: #999;
	font-size: 14px;
}

.about .pt1 .video_box {
	width: 460px;
	margin-left: 60px;
	margin-bottom: 50px;
	cursor: pointer;
}

.about .pt1 .video_box video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.about .pt1 .video_box img {
	z-index: 1;
}

.about .pt1 .video_box .play {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/play.png)
		/*tpa=http://www.keda-group.com/resources/web/img/play.png*/
		center center no-repeat;
	z-index: 1;
}

.about .pt2 {
	padding: 50px 0;
	overflow: hidden;
}

.about .pt2 .number_box {
	padding: 70px 150px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/about_num.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/about_num.jpg*/
		center center no-repeat;
	background-size: cover;
	font-size: 15px;
	color: #e60012;
}

.about .pt2 .number_box .num_box {
	text-align: center;
}

.about .pt2 .number_box .num_box .number {
	font-size: 60px;
	color: #e60012;
}

.about .pt2 .number_box .info_box {
	text-align: center;
}

/*leader*/
.leader .list {
	padding-left: 40px;
	padding-top: 50px;
	margin-bottom: 50px;
}

.leader .list .bg {
	min-height: 250px;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f4f4f4 url(http://wz.lnjttz.cn/wzgs/template/page/img/leader_bg.png)
		/*tpa=http://www.keda-group.com/resources/web/img/leader_bg.png*/
		right top no-repeat;
}

.leader .list .bg .pic {
	margin-top: -100px;
	margin-left: -40px;
	margin-right: 50px;
}

.leader .list .bg .info {
	width: 70%;
}

.leader .list .bg .info .name {
	font-size: 20px;
	color: #404040;
	margin-bottom: 10px;
	font-weight: bold;
}

.leader .list .bg .info .work {
	font-size: 20px;
	color: #595757;
	margin-bottom: 30px;
}

.leader .list .bg .job {
	width: 49%;
	border-right: 1px solid #d6d6d6;
	margin-right: 80px;
}

.leader .list .bg .box ._t {
	font-size: 16px;
	color: #404040;
	margin-bottom: 25px;
}

.leader .list .bg .box li {
	font-size: 13px;
	color: #595757;
	line-height: 26px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.leader .list .bg .box li:hover {
	color: #e60012;
}

.leader .list .bg .box li span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}

.leader .list .bg .job2 {
	width: auto;
	margin-right: 20px;
}

.leader .list .bg .job2 ul {
	margin-right: 20px;
	float: left;
}


/*head*/
/*header吸顶-高度变化*/
.head_posi.head_fixed {
	position: fixed;
	width: 100%;
	height: 60px;
	border-bottom: #eee 2px solid\9;
	box-shadow: 0 2px 10px #aaa;
}

@media only screen and (min-width:0; ) {
	.head_posi.head_fixed {
		border-bottom: none;
	}
}

.head_posi.head_fixed .logo {
	margin-top: 15px;
}

.head_posi.head_fixed .logo>a {
	width: 140px;
}

.head_posi.head_fixed .inav .nav_li>a {
	height: 60px;
	line-height: 60px;
}

.head_posi.head_fixed .lan {
	margin-top: 15px;
}

.head_posi.head_fixed .mobile_key {
	margin-top: 12px;
}

.head_posi.head_fixed .search_box {
	margin-top: 15px;
}


.head_posi.show_drop_list,
.head_posi.head_fixed {
	background: #fff;
	filter: none;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.head_posi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 20;
	background: rgba(0, 0, 0, .20);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}

.head_posi .logo {
	margin-top: 25px;
	font-size: 15px;
}

/*2017-06-09 logo保留红色*/
.head_posi .logo>a {
	display: block;
	width: 259px;
	height: 37px;
}

/*2017-07-06 logo白色*/
/*.head_posi.show_drop_list .logo > a { background:none; }
.head_posi .logo > a { display:block; width:160px; height:37px; background:url(../img/logo_a.png) center center no-repeat; }
.head_posi.show_drop_list .logo img { display:block; }
.head_posi .logo img { display:none; }*/

.inav {
	margin-left: 60px;
}

.inav>ul {
	font-size: 0;
}

.inav .nav_li {
	display: inline-block;
}

.inav .nav_li .sec_ul {
	display: block;
}

.inav .nav_li>a {
	display: block;
	padding: 0 20px;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #fff;
}
.g_pcd {
  display: none;
  width: 800px;
  height: 330px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 999;
  margin-left: -400px;
  box-shadow: 3px 3px 6px #999;
	opacity: 0.85;
}
.g_pcd .g_content{
	width: 320px;
	box-sizing: border-box;
	padding: 20px 10px 0px 40px;
	float: left;
	position: relative;
	z-index: 200;
} 
.g_pcd .more {
	border: 2px solid red;
	width: 100px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
}
.g_pcd .more:hover{
	background-color: red;
	color:#ffffff;
	cursor: pointer;
}
.g_pcd .g_list{
	width: 160px;
	box-sizing: border-box;
	padding: 20px 10px 0px 10px;
	float: left;
	position: relative;
	z-index: 200;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	height: 330px;
} 
.g_pcd .g_list li {
	box-sizing: border-box;
	padding:  0 10px;
	height: 40px;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	line-height: 40px;
	color: #000;
	font-size: 16px;
}
.g_pcd .g_img{
	width: 320px;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 200;
} 
.clearfix:after{
  display: block;
  content:'';
  clear:both;
  height:0;
}
.head_posi.show_drop_list .inav .nav_li>a,
.head_posi.head_fixed .inav .nav_li>a {
	color: #666;
}

.head_posi .drop_lists {
	display: none;
}

.head_posi .drop_layout {
	display: none;
	background-color: #fff\9;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e60012 2px solid;
}

.head_posi .drop_layout.show {
	display: block;
}

@media all and (min-width:0) {
	.head_posi .drop_layout {
		background-color: rgba(255, 255, 255, .9);
	}
}

.head_posi .drop_layout .uni_btn_more_wrap {
	margin-left: 0;
}

.head_posi .drop_lists .drop_layout_con>.wrap {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/head02.png)
		/*tpa=http://www.keda-group.com/resources/web/img/head02.png*/
		top left repeat-y;
}

.head_posi .drop_lists .drop_col1 {
	float: left;
	width: 36%;
	min-height: 250px;
}

.head_posi .drop_lists .drop_col1 .drop_col_con {
	padding: 20px 0 30px 115px;
}

.head_posi .drop_lists .two_columns .sec_ul {
	float: left;
	width: 126px;
}

.head_posi .drop_lists .sec_ul {
	width: 252px;
}

.head_posi .drop_lists .sec_li:last-child>a {
	border-bottom: none;
}

.head_posi .drop_lists .sec_li.last>a {
	border-bottom: none;
}

.head_posi .drop_lists .sec_li {
	height: 50px;
	color: #000;
	border-bottom: #ddd 1px solid;
}

.head_posi .drop_lists .sec_li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.head_posi .drop_lists .drop_col2 {
	float: left;
	width: 32.5%;
	text-align: center;
}

.head_posi .drop_lists .drop_col2 .drop_col_con {
	margin: 30px auto 0;
	width: 245px;
}

.head_posi .drop_lists .drop_col2 .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 61%;
	overflow: hidden;
}

.head_posi .drop_lists .drop_col2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.head_posi .drop_lists .drop_col3 {
	float: left;
	width: 30%;
}

.head_posi .drop_lists .drop_col3 .drop_col_con {
	padding: 20px 10px 40px 65px;
}

.head_posi .drop_lists .drop_col_tit {
	margin-bottom: 5px;
	font-size: 24px;
	color: #000;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.head_posi .drop_lists .drop_col_tit:hover {
	color: #e60012;
}

.head_posi .drop_lists .drop_col_desc {
	margin-bottom: 40px;
	line-height: 2.1;
	font-size: 13px;
	color: #8c8b8c;
}

.head_posi .search_box {
	position: relative;
	margin-top: 29px;
	height: 30px;
	line-height: 30px;
}

.head_posi .search_inp {
	padding: 0 42px 0 12px;
	width: 0;
	height: 30px;
	background-color: transparent;
	background: url(about:blank);
	border: none;
	transition: width ease .75s;
	-webkit-transition: width ease .75s;
}

.head_posi .search_box:hover .search_inp {
	width: 110px;
	background-color: #fff;
	border: #bfbfbf 1px solid;
	border-radius: 14px;
}

.head_posi.show_drop_list .search_btn,
.head_posi.head_fixed .search_btn,
.head_posi .search_box:hover .search_btn {
	background-image: url(http://wz.lnjttz.cn/wzgs/template/page/img/head01b.png)
		/*tpa=http://www.keda-group.com/resources/web/img/head01b.png*/
	;
}

/*.head_posi.show_drop_list .search_btn { background-image:url(http://wz.lnjttz.cn/wzgs/template/page/img/head01b.png); }*/
.head_posi .search_btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 12px;
	margin-top: 0;
	width: 30px;
	height: 30px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/head01a.png)
		/*tpa=http://www.keda-group.com/resources/web/img/head01a.png*/
		center center no-repeat;
	border: none;
	cursor: pointer;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.head_posi .lan {
	margin-top: 29px;
	margin-right: 20px;
}

.head_posi .lan_btn {
	display: block;
	width: 50px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.head_posi .lan_btn.lan_en:hover {
	color: #fff;
	background-color: #e60012;
	border-color: #e60012;
}

.head_posi.show_drop_list .lan_btn.lan_en:hover,
.head_posi.show_drop_list .lan_btn.lan_en,
.head_posi.head_fixed .lan_btn.lan_en:hover,
.head_posi.head_fixed .lan_btn.lan_en {
	color: #e60012;
	background-color: #fff;
	border-color: #e60012;
}

.head_posi .lan_btn.lan_en {
	font-family: Arial, sans-serif;
	color: #fff;
	border-width: 1px 0 1px 1px;
	border-style: solid dashed solid solid;
	border-color: #fff;
	border-radius: 16px 0 0 16px;
	cursor: pointer;
}

.head_posi.show_drop_list .lan_btn.lan_cn,
.head_posi.head_fixed .lan_btn.lan_cn {
	color: #fff;
	background-color: #e60012;
	border-color: #e60012;
}

.head_posi .lan_btn.lan_cn {
	color: #000;
	background-color: #fff;
	border-width: 1px 1px 1px 0;
	border-style: solid solid solid dashed;
	border-color: #fff;
	border-radius: 0 16px 16px 0;
	cursor: default;
}

.mobile_key:hover {
	color: #e60012;
}

.mobile_key {
	display: none;
	margin-top: 23px;
	margin-right: 30px;
	font-size: 26px;
	color: #e60012;
}

.mobile_key .ion {
	margin: 0;
}

/*页脚*/
.footer1 {
	font-size: 0;
	text-align: center;
	background-color: #e60012;
}

.footer1 .bdsharebuttonbox {
	display: inline-block;
}

.footer1 .bdsharetit {
	display: none;
}

.footer1 .bdsharebuttonbox.bdshare-button-style0-32 .bdsharetit {
	display: inline-block;
	float: left;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #fff;
}

.footer1 .bdshare-button-style0-32 a {
	margin-top: 16px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/foot01.png)
		/*tpa=http://www.keda-group.com/resources/web/img/foot01.png*/
		0 0 no-repeat;
}

.footer1 .bdshare-button-style0-32 .bds_tqq {
	background-position: -32px 0;
}

.footer1 .bdshare-button-style0-32 .bds_tqf {
	background-position: -64px 0;
}

.footer1 .bdshare-button-style0-32 .bds_qzone {
	background-position: -96px 0;
}

.footer1 .bdshare-button-style0-32 .bds_renren {
	background-position: -128px 0;
}

.footer1 .bdshare-button-style0-32 .bds_weixin {
	background-position: -160px 0;
}

.footer2 {
	padding: 46px 0;
	font-size: 0;
	text-align: center;
}

.footer2 .copyright,
.footer2 .fri_links {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #585858;
}

.footer2 .copyright {
	margin-right: 20px;
}

.footer2 .fri_links em {
	margin: 0 8px;
	line-height: 20px;
	font-size: 12px;
}


/*首页*/
.ibanner {
	position: relative;
	height: 640px;
	overflow: hidden;
}

/* .ibanner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: none;
} */

.ibanner .swiper-container{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: none;
}
.ibanner .swiper-container a {
  display: block;
}
.ibanner .swiper-container img {
  position: relative;
  z-index: -100;
  width: 1920px;
	height: 640px;
}

/* .ibanner .swiper-pagination{
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
  position: absolute;
  left:0;
  bottom:6px;
} */
.ibanner .swiper-pagination-bullet{
  width: 12px;
  height:12px;
  background-color: white;
	position: relative;
  border-radius: 100%;
  z-index:999;
	opacity: 1;
}
.ibanner .swiper-pagination-bullet:hover{
  background-color: red;
}
.ibanner .swiper-pagination-bullet-active{
  background-color: red;
}

/*新闻列表*/
/*used news_list*/
/*.widget-newslist-10 .list_hd{background-color:#f0f0f0;padding:50px 5% 40px;margin-bottom:26px;}
.widget-newslist-10 .hd_tit{font-size:20px;color:#1e1e1e;font-weight:normal;height:30px;line-height:30px;margin-right:2%;}
.widget-newslist-10 .inp_box{height:32px;line-height:32px;border:1px solid #e0e0e0;padding:0;margin:0;box-sizing:content-box;font-size:13px;color:#999;padding:0 10px;width:18%;margin-right:2%;}
.widget-newslist-10 .select_box_wrap { width:40%; }
.widget-newslist-10 .select_box { width:38%; margin-right:6%; }
.widget-newslist-10 .hd_btn{width:20%;border:none;text-align:center;background-color:#e60012;font-size:15px;color:#fff;height:32px;line-height:32px;outline:none;cursor:pointer;}

.widget-newslist-10 .list_box{padding:46px 60px 40px;position:relative;-webkit-transition: all 0.75s ease;transition: all 0.75s ease;}
.widget-newslist-10 .list_main{overflow:hidden;}
.widget-newslist-10 .bd_r{width:20%;}
.widget-newslist-10 .bd_c{width:74%;padding:0 8% 0 5%;}
.widget-newslist-10 .list_title{font-size:20px;color:#202020;font-weight:normal;}
.widget-newslist-10 .list_tool{font-size:12px;color:#c9c9c9;padding:10px 0px;}
.widget-newslist-10 .list_tool .share{margin-left:20px;cursor:pointer;}

.widget-newslist-10 .list_time{font-size:14px;color:#8d8b8b;padding:0 2% 2% 0;border-right:1px solid #e6e6e6;font-family: Arial,sans-serif;width:60px;}
.widget-newslist-10 .list_time_day{display:block;font-size:50px;color:#de0025;line-height:50px;font-family:helvetica;}

.widget-newslist-10 .list_p{font-size:14px;color:#464646;line-height: 26px;height:52px;overflow:hidden;}
.widget-newslist-10 .list_box:after{content: "";width:88%;height:1px;background-color:#e6e6e6;position:absolute;bottom:0;right:0;}
.widget-newslist-10 li:hover .list_box{background-color:#f8f8f8;}
.widget-newslist-10 li:hover .list_box:after{background-color:#f8f8f8;}
.widget-newslist-10 li:hover .list_title a{color:#e60012;}
.widget-newslist-10 .select-ui-choose ._arrow{width:16%;right:0;background:#e3e3e3;}
.widget-newslist-10 .select-ui-choose ._arrow .arr{left:50%;margin:0 0 0 -0.4em;border-color: #969696 transparent transparent;}
body .select-ui-options li:hover,body .select-ui-options li.hover{background:#e60012;}
body .select-ui-options-bottom,.widget-newslist-10 .select-ui-choose-bottom.on,.widget-newslist-10 .select_box{border-radius:0px;}
.widget-newslist-10 .bdshare-button-style1-16 a{padding:0;margin:0;background:none;height:20px;line-height:20px;}
@media only and (max-width:1240px){
	.widget-newslist-10 .list_tool .share { display:none; }
	.widget-newslist-10 .hd_btn{margin-left:0;}
	.widget-newslist-10 .select_box{margin-right:1%;}
	.widget-newslist-10 .hd_tit{margin-right:2%}
	.widget-newslist-10 .list_hd{padding:30px 20px;}
	.widget-newslist-10 .list_box{padding:46px 10px 40px;}
	.widget-newslist-10 .bd_l{width:10%;}
	.widget-newslist-10 .bd_c{width:74%;}
}
@media only and (max-width:760px){
	.widget-newslist-10 .hd_tit{float:none;text-align:center;}
	.widget-newslist-10 .select_box{width:100%;margin:0;padding:0;margin-bottom:20px;}
	.widget-newslist-10 .hd_btn{width:100%;}
	.widget-newslist-10 .bd_r{float: none;width:100%;}
	.widget-newslist-10 .list_main{margin-top: 20px;}
	.widget-newslist-10 .bd_l{width:20%;}
	.widget-newslist-10 .bd_c{width:70%;padding: 0 0 0 5%;}
	.widget-newslist-10 .list_box:after{display:none;}
}*/

/*stepIn*/
.stepIn.channel_content {
	padding-bottom: 0;
}

.stepIn .pt1 {
	padding-bottom: 50px;
}

.stepIn .pt1 .tit {
	font-size: 30px;
	color: #221815;
	margin-bottom: 20px;
	margin-top: -70px;
	text-align: center;
}

.stepIn .pt1 .en_tit {
	font-size: 72px;
	color: #fafafa;
	font-family: Impact;
	text-align: center;
}

.stepIn .pt1 .info {
	width: 77%;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 14px;
	color: #221815;
}

.stepIn .pt1 .uni_btn_more_wrap {
	width: 115px;
}

.stepIn .pt2 {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/stepin_pt2.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/stepin_pt2.jpg*/
		center center no-repeat;
	padding: 70px 0;
}

.stepIn .pt2 .tab_con .r_box {
	width: 24%
}

.stepIn .pt2 .tab_con .r_box li {
	line-height: 95px;
	font-size: 24px;
	color: #595757;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.stepIn .pt2 .tab_con .r_box li:hover {
	color: #e60012;
}

.stepIn .pt2 .tab_con .r_box li.even {
	background-color: #f6f6f6;
}

.stepIn .pt2 .tab_con .r_box li.tab_t_cur {
	background-color: #e60012;
	color: #fff;
}

.stepIn .pt2 .tab_con .l_box {
	width: 74%;
	background-color: #fff;
	overflow: hidden;
	max-height: 380px;
}

.stepIn .pt2 .tab_con .l_box .img_box {
	width: 33%;
}

.stepIn .pt2 .tab_con .l_box .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stepIn .pt2 .tab_con .l_box .tabc_content {
	width: 67%;
}

.stepIn .pt2 .tab_con .l_box .tabc_content .pd {
	padding: 65px 70px 0;
}

.stepIn .pt2 .tab_con .l_box .tabc_content ._t {
	font-size: 56px;
	font-family: "hero_light";
	color: #000;
	margin-right: 20px;
	margin-bottom: 30px;
}

.stepIn .pt2 .tab_con .l_box .tabc_content ._t .year {
	font-family: Arial, sans-serif;
	font-size: 28px;
	color: #545454;
}

.stepIn .pt2 .tab_con .l_box .tabc_content .info {
	font-size: 14px;
	color: #757575;
	line-height: 28px;
}

.stepIn .pt3 .l_box {
	width: 50%;
}

.stepIn .pt3 .r_box {
	width: 50%;
}

.stepIn .pt3 .pd {
	padding: 90px 60px 60px;
}

.stepIn .pt3 .img_box {
	width: 20%;
}

.stepIn .pt3 .img_box img {
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.stepIn .pt3 .img_box:hover img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.stepIn .pt3 .t_box {
	width: 75%;
}

.stepIn .pt3 .t_box .t {
	font-size: 30px;
	color: #221815;
	margin-bottom: 30px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.stepIn .pt3 .t_box .t:hover {
	color: #e60012;
}

.stepIn .pt3 .l_box .t_box .info {
	font-size: 14px;
	color: #221815;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 83%;
}

.stepIn .pt3 .t_box .more {
	font-size: 13px;
	color: #ba251e;
}

.stepIn .pt3 .r_box .news_info {
	margin-bottom: 30px;
}

.stepIn .pt3 .r_box .new_t {
	width: 70%;
	line-height: 26px;
}

.stepIn .pt4 .bili {
	height: 0;
	padding-bottom: 41%;
	overflow: hidden;
}

.stepIn .pt4 .l_box {
	width: 55%;
}

.stepIn .pt4 .r_box {
	width: 45%;
}

.stepIn .pt4 .img_text {
	width: 42%;
	background-color: #e31427;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.stepIn .pt4 .img_text .pd {
	padding: 50px 40px;
}

.stepIn .pt4 .img_text .pd .tit {
	font-size: 30px;
	margin-bottom: 20px;
}

.stepIn .pt4 .img_text .pd .info {
	font-size: 13px;
	/*opacity:0.8; filter:alpha(opacity=80); */
	margin-bottom: 20px;
}

.stepIn .pt4 .img_text .pd a {
	color: #fff;
}

.stepIn .pt4 .r_box .rect_box {
	height: 0;
	padding-bottom: 91.6%;
	overflow: hidden;
	position: relative;
}

.stepIn .pt4 .r_box .rect_box .top_box {
	height: 0;
	padding-bottom: 41%;
	position: relative;
	cursor: pointer;
}

.stepIn .pt4 .r_box .rect_box .top_box img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.stepIn .pt4 .r_box .rect_box .top_box .play {
	display: none;
	width: 50px;
	height: 50px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/play.png)
		/*tpa=http://www.keda-group.com/resources/web/img/play.png*/
		center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.stepIn .pt4 .r_box .rect_box .btm_box {
	height: 0;
	padding-bottom: 50.1%;
	position: relative;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._lbox {
	width: 50%;
	background-color: #e60012;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._lbox .pd {
	padding: 70px 50px 100px;
	color: #fff;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._lbox .pd .t {
	font-size: 30px;
	margin-bottom: 15px;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._lbox .pd .info {
	font-size: 13px;
	opacity: 90;
	filter: alpha(opacity=90);
	margin-bottom: 15px;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._lbox .pd a {
	color: #fff;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._rbox {
	width: 50%;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._rbox .rect_radio {
	height: 0;
	padding-bottom: 101%;
	position: relative;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._rbox .rect_radio img {
	width: 100%;
	height: 100%;
	position: absolute;
}


/*dev*/
.dev .stage_box li {
	float: left;
	width: 25%;
	cursor: pointer;
}

.dev .stage_box li.cur {
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}

.dev .stage_box .li1 {
	border-bottom: 4px solid #898989;
}

.dev .stage_box .li2 {
	border-bottom: 4px solid #aaabac;
}

.dev .stage_box .li3 {
	border-bottom: 4px solid #c9cacb;
}

.dev .stage_box .li4 {
	border-bottom: 4px solid #e6e7e7;
}

.dev .stage_box li .pd {
	padding: 10px 20px;
}

.dev .stage_box li .year span {
	float: left;
	font-size: 16px;
	color: #a7a7a7;
	font-weight: bold;
}

.dev .stage_box li .year i {
	float: right;
	color: #a7a7a7;
	visibility: hidden;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.dev .stage_box li.cur .year i,
.dev .stage_box li.cur:hover .year i {
	visibility: visible;
	opacity: 1;
}

.dev .stage_box li:hover .year i {
	visibility: visible;
	opacity: .3;
}

.dev .stage_box .desc {
	font-size: 24px;
	color: #565656;
	font-weight: bold;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.dev .stage_box li:hover .desc,
.dev .stage_box li.cur .desc {
	color: #ee1c25;
}

.dev .dev_con {
	padding-top: 50px;
}

.dev .dev_con .cur_year {
	text-align: center;
	font-size: font-size:16px;
	color: #a7a7a7;
	font-weight: bold;
}

.dev .dev_con .cur_desc {
	text-align: center;
	font-size: 24px;
	color: #565656;
	font-weight: bold;
	margin-bottom: 20px;
}

.resource-type-wrap .panel span {
	color: #f88a0b;
	padding: 0 4px;
	position: relative;
	left: -3px;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

/*.resource-type-wrap .panel span font { display:block; width:20px; height:44px; right:-20px; position:absolute; top:0; }*/
.resource-type-wrap .panel .image img {
	width: 100%;
	height: auto;
}

.resource-type-wrap .panel .title {
	padding: 10px;
	line-height: 1.8;
}

.resource-type-wrap .panel .title a {
	color: #000;
}

.resource-type-wrap .head {
	padding: 28px 20px 0;
	height: 242px
}

.inner_box {
	width: 100%;
}

.resource-type-wrap .panel .title {
	line-height: 22px;
	padding: 24px 0;
	font-size: 18px;
	color: #626670;
	font-weight: normal;
}

.resource-type-wrap .panel .inner {
	padding: 5%;
	margin-left: 2%;
	position: relative;
	background: #fff;
}

.resource-type-wrap .panel .inner_box p {
	color: #626670;
	font-size: 14px;
	line-height: 1.5;
	margin: 15px 0 0;
}

.resource-type-wrap .panel .inner_box p.image {
	margin-bottom: 0;
	width: 80%;
}

.resource-type-wrap .panel .inner_box .cell_tit {
	font-size: 14px;
	color: #010101;
	text-align: left;
	line-height: 30px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.resource-type-wrap .panel .inner_box .put_time {
	font-size: 14px;
	color: #242424;
	clear: both;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.resource-type-wrap .panel.leftBox_resource .inner_box .put_time {
	text-align: right;
	font-size: 14px;
	color: #242424;
	float: right;
	margin-left: 5px;
}

.resource-type-wrap .panel.leftBox_resource {
	margin-top: 0;
}

.resource-type-wrap .panel.leftBox_resource span.cell_tit {
	float: right;
	position: relative;
	left: 3px;
	display: inline-block;
	text-align: right;
}

.resource-type-wrap .panel.leftBox_resource .title {
	line-height: 22px;
	padding: 24px 0;
	font-size: 18px;
	color: #626670;
	font-weight: normal;
	float: right;
}

.resource-type-wrap .panel.leftBox_resource .inner_box {
	overflow: hidden;
	padding-left: 0;
	text-align: right;
}

.resource-type-wrap .panel.leftBox_resource .inner_box i {
	display: block;
	width: 75px;
	height: 2px;
	overflow: hidden;
	font-size: 0;
	background: #222222;
	margin-bottom: 24px;
	float: right;
	clear: both;
}

.resource-type-wrap .panel.leftBox_resource .inner_box p {
	color: #626670;
	font-size: 14px;
	line-height: 24px;
	clear: both;
	text-align: right;
}

.resource-type-wrap .panel.leftBox_resource .inner_box p.image {
	margin-bottom: 0;
	width: 80%;
	float: right
}

.resource-type-wrap .panel.leftBox_resource .inner {
	left: 0px;
	margin-right: 2%;
}

.resource-type-wrap .panel.leftBox_resource:hover .inner {
	position: relative;
}

.resource-type-wrap .panel.leftBox_resource span font {
	display: block;
	width: 20px;
	height: 44px;
	left: -20px;
	position: absolute;
	top: 0;
}

.resource-type-wrap {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/opp.gif)
		/*tpa=http://www.keda-group.com/resources/web/img/opp.gif*/
		repeat-y center top;
	padding-top: 40px;
	padding-bottom: 30px;
}

.resource-type-wrap {
	width: 100%;
}

.resource-type-wrap .resource-type-list {
	width: 100%;
}

.resource-type-wrap .panel {
	width: 49.8%;
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.resource_type_t {
	font-size: 72px;
	color: #e6e6e6;
	background-color: #fff;
	margin-bottom: 40px;
}

.resource-type-wrap .panel:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 40px;
	margin-left: 2px;
	width: 28px;
	height: 12px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/his_li_dian.png)
		/*tpa=http://www.keda-group.com/resources/web/img/his_li_dian.png*/
		right top no-repeat;
}

.resource-type-wrap .panel.leftBox_resource:after {
	right: -6px;
	left: auto;
	margin-left: 0;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/his_li_dianl.png)
		/*tpa=http://www.keda-group.com/resources/web/img/his_li_dianl.png*/
		right top no-repeat;
}



/*2017-05-19 ysl*/
/*news_center*/
.news_center .part_hd {
	margin-bottom: 30px;
	line-height: 40px;
}

.news_center .hd_title {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.news_center .hd_title:hover {
	color: #e60012;
}

.news_center .hd_more {
	font-size: 12px;
	color: #787878;
}

.news_center .hd_more:hover {
	color: #e60012;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.news_center .part1 {
	padding-bottom: 40px;
}

.news_center .part1 .part1_bd {
	height: 470px;
	overflow: hidden;
}

.news_center .part1 .text_box {
	border: 1px solid #e4e9e9;
	padding: 24px 20px 40px;
	display: block;
}

.news_center .part1 .tag_box span {
	color: #555;
	background: #ebebeb;
	margin-right: 10px;
	width: 95px;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.news_center .part1 .tag_box .tag_02 {
	background-color: #de0025;
	color: #fff;
}

.news_center .part1 .list_title {
	padding: 20px 0px 10px;
	max-height: 60px;
	overflow: hidden;
	line-height: 30px;
	font-size: 20px;
	color: #151515;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.news_center .part1 .list_box:hover .list_title {
	color: #e60012;
}

.news_center .part1 .list_p {
	height: 6.4em;
	line-height: 1.6;
	color: #5f5f5f;
}

.news_center .part1_arr>[class*="owl-"] {
	float: left;
	width: 45px;
	height: 45px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/news_index_07_ico.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/news_index_07_ico.png*/
		no-repeat;
	margin-top: 20px;
	font-size: 0;
	cursor: pointer;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.news_center .part1_arr>[class*="owl-"].disabled {
	display: none;
}

.news_center .part1_arr .owl-next {
	float: right;
	background-position: -45px 0px;
}

.news_center .part1_arr .owl-prev:hover {
	background-position: 0px -45px;
}

.news_center .part1_arr .owl-next:hover {
	background-position: -45px -45px;
}

/*.news_center .part1_arr .owl-prev.disabled { background-position:0 0px; cursor:default; }
.news_center .part1_arr .owl-next.disabled {background-position:-45px 0px; cursor:default;}*/
.news_center .part1 .list_box {
	display: none;
	margin: 0 auto;
	max-width: 400px;
}

.news_center .part1 .owl-item .list_box {
	display: block;
}

.news_center .part2 {
	padding: 60px 0px 66px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/news_center_part2_bj.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/news_center_part2_bj.jpg*/
		no-repeat center;
}

.news_center .part2 .hd_title {
	color: #fff;
}

.news_center .part2 .time_box {
	display: block;
	font-size: 14px;
	text-align: center;
	font-family: Arial, sans-serif;
}

.news_center .part2 .time_box strong {
	font-size: 45px;
	line-height: 45px;
	/*font-family:'helvetica Th',serif;*/
	font-family: Arial, sans-serif;
	font-weight: normal;
	display: block;
}

.news_center .part2_l {
	cursor: pointer;
}

.news_center .part2_l .play_ico {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -34px;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/play_white.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/play_white.png*/
		center center no-repeat;
}

.news_center .part2_l .time_box {
	background: #cc3423;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 85px;
	height: 85px;
	text-align: center;
}

.news_center .part2_l .time_box strong {
	padding-top: 15px;
}

.news_center .part2 .l_bd_text {
	padding-top: 30px;
	color: #000;
}

.news_center .part2 .l_bd_text a:hover {
	color: #000;
}

.news_center .part2_l .bd_title {
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.2;
	font-size: 22px;
	color: #f8f6f6;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.news_center .part2_l .part2_l_bd:hover .bd_title {
	color: #e60012;
}

.news_center .part2_r .r_bd_list {
	padding: 64px 30px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/white_70.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/white_70.png*/
	;
}

.news_center .part2_r .r_bd_list li {
	margin-bottom: 30px;
}

.news_center .part2_r .r_bd_list li:nth-child(3) {
	margin: 0;
}

.news_center .part2 .list_main {
	width: 80%;
	margin-left: 4%;
}

.news_center .part2 .list_title {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 10px;
	color: #202020;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.news_center .part2 .list_box:hover .list_title {
	color: #e60012;
}

.news_center .part2 .list_p {
	line-height: 24px;
	color: #464646;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news_center .part2_r .time_box strong {
	color: #e60012;
	/*font-family:'helvetica Th',serif;*/
	font-family: Arial, sans-serif;
}

/*video弹窗自定义样式*/
.i_video_box .about-video-close {
	position: absolute;
	top: 10px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: transparent url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/hw1_sprite.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/hw1_sprite.png*/
	;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

.news_center .part3 {
	padding-top: 95px;
}

.news_center .prt3_con {
	position: relative;
}

.news_center .prt3_post {
	position: relative;
	width: 34.66666666%;
	z-index: 1;
}

.news_center .prt3_post .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 75%;
}

.news_center .prt3_post .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_center .prt3_post .txt_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 170px;
	background-color: #fff\9;
}

.news_center .prt3_post .txt_wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: -9px;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 9px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff\9;
}

.news_center .prt3_post .txt_con {
	padding: 25px 30px;
}

.news_center .prt3_post .txt_tit {
	font-size: 30px;
	color: #404040;
}

.news_center .prt3_post .txt_desc {
	height: 6.8em;
	overflow: hidden;
	line-height: 1.7;
	font-size: 14px;
	color: #595757;
}

.news_center .prt3_post.prt3_02 .txt_wrap {
	background-color: #e60012\9;
}

.news_center .prt3_post.prt3_02 .txt_tit {
	color: #fff;
}

.news_center .prt3_post.prt3_02 .txt_desc {
	color: #fff;
}

.news_center .prt3_03 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1px;
	margin-bottom: -1px;
	width: 31%;
	height: 100%;
	border: #f0f0f0 1px solid;
	border-left: none;
}

.news_center .prt3_03 .prt3_03_con {
	padding: 45px 30px 0;
}

@media all and (min-width:0) {
	.news_center .prt3_post .txt_wrap {
		background-color: rgba(255, 255, 255, .9);
	}

	.news_center .prt3_post .txt_wrap:after {
		border-color: transparent transparent transparent rgba(255, 255, 255, .9);
	}

	.news_center .prt3_post.prt3_02 .txt_wrap {
		background-color: rgba(231, 0, 18, .9);
	}

	.news_center .prt3_post.prt3_02 .txt_wrap:after {
		border-color: transparent transparent transparent rgba(231, 0, 18, .9);
	}
}


/*新闻-详情*/
.news_detail .news_lt {
	width: 30.5%;
}

.news_detail .news_indexing {
	margin-bottom: 33px;
	background-color: #f4f4f4;
}

.news_detail .indexing_thumb {
	height: 0;
	padding-bottom: 33.33333333%;
	background: #e60012 url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/news12.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/news12.jpg*/
		center center no-repeat;
	background-size: cover;
}

.news_detail .indexing_thumb img {
	width: 100%;
}

.news_detail .indexing_hd,
.news_detail .indexing_bd_cell {
	border-bottom: #e7e7e7 1px solid;
}

.news_detail .indexing_bd_cell:last-child {
	border-color: transparent;
}

.news_detail .indexing_bd_cell.last {
	border-color: transparent;
}

.news_detail .indexing_hd {
	padding-left: 7.1%;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
}

.news_detail .indexing_bd_cell {
	padding-left: 7.1%;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	color: #545353;
	cursor: pointer;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.news_detail .indexing_bd_cell.cur,
.news_detail .indexing_bd_cell:hover {
	color: #fff;
	background-color: #e60012;
	border-color: #e60012;
}

.news_detail .news_rt {
	width: 63.75%;
}

.news_detail .news_rt_con {
	padding: 35px 7.1%;
	min-height: 300px;
	border: #e1e1e1 1px solid;
}

.news_detail .news_rt_hd {
	padding-bottom: 20px;
	font-size: 36px;
	text-align: center;
	border-bottom: #bdb9b8 1px dotted;
}

.news_detail .news_rt_cell {
	border-bottom: #dcdcdc 1px solid;
}

.news_detail .news_rt_cell:last-child {
	border-bottom: none;
}

.news_detail .news_rt_cell.last {
	border-bottom: none;
}

.news_detail .news_rt_cell .cell_tit {
	margin-bottom: 30px;
	padding-top: 30px;
	color: #595757;
	font-size: 24px;
	text-align: center;
}

.news_detail .news_rt .typeIn {
	line-height: 1.9;
	font-size: 13px;
	color: #595757;
}

/*新闻-公司刊物*/
/*图片*/
.rect-137 {
	padding-bottom: 137%;
}

.cbw_list li {
	margin-bottom: 30px;
}

.cbw_list .pbox {
	background-color: #c9c9c9;
	padding: 15%;
}

.cbw_list .pbox>a {
	cursor: default;
}

.cbw_list .pbox .info {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ededed;
	padding: 5%;
}

.cbw_list .pbox .info .title {
	font-size: 16px;
	font-weight: normal;
}

.cbw_list .pbox .info .co {
	width: 0;
	height: 0;
	border-right: 22px solid #e60920;
	border-top: 22px transparent solid;
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.cbw_list .hover .pbox .info {
	background-color: #e60920;
	color: #fff;
}

.cbw_list .hover .pbox .info .co {
	border-right-color: #fff;
}

.cbw_list .page {
	margin-top: 50px;
}

.cbw_list .hover .pbox .info a:hover {
	color: #fff;
}

.cbw_list .pbox .info .tool {
	display: block;
	position: relative;
	margin-left: 10px;
	padding-left: 25px;
	font-size: 16px;
}

.cbw_list .pbox .info .tool:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/ico2.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/ico2.png*/
	;
}

.cbw_list .hover .pbox .info .tool:before {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/ico3.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/ico3.png*/
	;
}

.cbw_list .pbox .info .tool.ico_view:before {
	background-position: 0 0;
}

.cbw_list .pbox .info .tool.ico_download:before {
	background-position: -20px 0;
}

/* piclist-1 start*/
/*used news_video*/
.widget-prolist-15 {
	margin-bottom: 20px;
}

.widget-prolist-15 ._info {
	padding: 20px;
	background: #ecf1f4;
}

.widget-prolist-15 ._info .tit {
	display: inline-block;
	max-width: 85%;
}

.widget-prolist-15 ._info .ion {
	color: #e60012;
}

.widget-prolist-15 li {
	cursor: pointer;
	margin-bottom: 40px;
}

.widget-prolist-15 li:hover ._info {
	background: #e60012;
	color: #fff;
}

.widget-prolist-15 li:hover ._info .ion {
	color: #fff\9;
}

@media all and (min-width:0) {
	.widget-prolist-15 li:hover ._info .ion {
		color: rgba(255, 255, 255, .7);
	}
}

.widget-prolist-15 ._img {
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

.widget-prolist-15 ._img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.widget-prolist-15 .pro_cell:hover ._img:after {
	background: rgba(0, 0, 0, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.widget-prolist-15 ._img img {
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

.widget-prolist-15 ._img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.widget-prolist-15 .pro_cell:hover ._img .play_ico {
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin-top: -34px;
	margin-left: -34px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/play_white.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/play_white.png*/
		no-repeat center;
	width: 68px;
	height: 68px;
}

@media only screen and (max-width: 479px) {
	.widget-prolist-15 li ._info .ion {
		display: none;
	}
}

/*2017-05-19 ysl end*/





/*about_notice*/
/* newslist-13 start*/
.widget-newslist-13 .time_box {
	width: 17%;
	background-color: #d9d9d9;
	color: #8e8e8e;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.widget-newslist-13 .time_box .pd {
	padding: 30px 20px 20px 0;
	text-align: right;
}

.widget-newslist-13 .time_box .day {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 12px;
}

.widget-newslist-13 .time_box .year {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}

.widget-newslist-13 .time_box .line {
	width: 26px;
	height: 1px;
	background-color: #8e8e8e;
	margin-bottom: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.widget-newslist-13 .time_box .catname {
	font-size: 13px;
	line-height: 1;
}

.widget-newslist-13 .lists a {
	display: block;
}

.widget-newslist-13 .lists>li {
	overflow: hidden;
	margin-bottom: 25px;
}

.widget-newslist-13 .info_box {
	width: 83%;
}

.widget-newslist-13 .info_box .pd {
	padding: 30px 60px 500px 45px;
	background-color: #f7f7f7;
	margin-bottom: -500px;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.widget-newslist-13 .info_box .tit {
	font-size: 24px;
	color: #666666;
	line-height: 1;
	margin-bottom: 23px;
}

.widget-newslist-13 .info_box .texts {
	font-size: 14px;
	color: #676767;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-newslist-13 .lists a:hover .time_box {
	background-color: #e60012;
	color: #fff;
}

.widget-newslist-13 .lists a:hover .line {
	background-color: #fff;
}

.widget-newslist-13 .lists a:hover .uni_btn_more {
	color: #fff;
	background-color: #e60012;
}

.widget-newslist-13 .lists a:hover .info_box .pd {
	background-color: #e9e9e9;
}

.widget-newslist-13 .uni_btn_more_wrap {
	float: right;
	margin-top: 0;
}

@media only screen and (max-width:1240px) {
	.widget-newslist-13 .info_box .tit {
		font-size: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media only screen and (max-width:760px) {
	.widget-newslist-13 .time_box {
		width: 100%;
		float: none;
	}

	.widget-newslist-13 .time_box .pd {
		padding: 20px;
	}

	.widget-newslist-13 .info_box .tit {
		white-space: normal;
		text-overflow: clip;
	}

	.widget-newslist-13 .time_box .day {
		float: left;
		line-height: 48px;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.widget-newslist-13 .time_box .year {
		float: left;
		line-height: 48px;
		vertical-align: bottom;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.widget-newslist-13 .time_box .catname {
		float: left;
		line-height: 48px;
		vertical-align: bottom;
	}

	.widget-newslist-13 .lists .line {
		display: none;
	}

	.widget-newslist-13 .info_box {
		width: 100%;
		float: none;
	}

	.widget-newslist-13 .info_box .pd {
		padding: 30px 20px 560px 20px;
	}
}

/*about_strength*/
.about_strength {
	padding-bottom: 0;
}

.about_strength .l_box {
	width: 17%;
}

.about_strength .l_box .pd {
	border-left: 4px solid #e60012;
}

.about_strength .l_box .pd li {
	line-height: 40px;
	font-size: 16px;
	color: #838383;
	padding-left: 30px;
}

.about_strength .l_box .pd li a {
	display: block;
}

.about_strength .l_box .pd li.cur {
	background: #f4f4f4;
}

.about_strength .r_box {
	width: 80%;
}

/*关于-荣誉资质-企业资质*/
/*about_strenth2*/
/*.about_strength.about_strength2 .care_list li a { cursor:default; }
.about_strength.about_strength2 .care_list .mask {
	background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}*/

/*culture_idea*/
.channel_content.culture_idea {
	padding-bottom: 0;
}

.culture_idea .pt1 {
	margin-bottom: 60px;
	overflow: hidden;
}

.culture_idea .pt1 .tit {
	font-size: 32px;
	color: #000;
	margin-bottom: 50px;
	line-height: 1;
}

.culture_idea .pt1 .tit_box {
	background-color: #f4f4f4;
}

.culture_idea .pt1 .tit_box .pd {
	padding: 30px 35px;
}

.culture_idea .pt1 .tit_box .pd ._t {
	font-size: 20px;
	color: #404040;
	margin-bottom: 10px;
}

.culture_idea .pt1 .tit_box .pd .line {
	width: 40px;
	height: 4px;
	background-color: #ff0000;
	margin-bottom: 15px;
}

.culture_idea .pt1 .tit_box .pd .text {
	font-size: 13px;
	color: #595757;
}

.culture_idea .pt2 {
	overflow: hidden;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/idea_bg.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/idea_bg.jpg*/
		center center no-repeat;
}

.culture_idea .pt2 .inner_box {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/red_45.png)
		/*tpa=http://www.keda-group.com/resources/web/img/red_45.png*/
		repeat;
	width: 50%;
	margin-top: 70px;
	margin-left: 85px;
	margin-bottom: 100px;
}

.culture_idea .pt2 .inner_box .pd {
	padding: 50px;
	color: #fff;
	line-height: 40px;
}

/*culture*/
.culture .pt1 {
	margin-bottom: 50px;
	overflow: hidden;
}

.culture .pt1 .tit_log {
	text-align: center;
}

.culture .pt1 .tit {
	font-size: 30px;
	color: #221815;
	line-height: 70px;
	text-align: center;
}

.culture .pt1 .info {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #595757;
	line-height: 26px;
}

.culture .pt2 {
	border-bottom: 1px solid #ddd;
}

.culture .pt2 .l_box,
.culture .pt2 .r_box {
	width: 49%;
}

.culture .pt2 a {
	display: block;
	margin: 50px 0;
	padding-right: 60px;
}

.culture .pt2 .pd {
	border-top: 1px solid #ddd;
}

.culture .pt2 .l_box .pd a {
	position: relative;
}

.culture .pt2 .l_box .pd a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
	top: 0;
	right: -2%;
}

.culture .pt2 .img_box {
	width: 34%;
}

.culture .pt2 .text_box {
	width: 54%;
	padding-left: 2%;
}

.culture .pt2 .pd:hover .text_box ._t {
	color: #e60012;
}

.culture .pt2 .text_box ._t {
	font-size: 30px;
	color: #221815;
	line-height: 1;
	margin-bottom: 30px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.culture .pt2 .text_box .info {
	font-size: 13px;
	color: #999999;
	line-height: 26px;
	margin-bottom: 30px;
}

.culture .pt2 .text_box .more {
	font-size: 13px;
	color: #e60012;
}

.culture .pt3 {
	padding: 60px 0 0;
}

.culture .pt3 .img_box {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}

.culture .pt3 .img_box>img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
}

.culture .pt3 .tit {
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.culture .pt3 a:hover .tit {
	color: #e60012;
}

.culture .pt3 .info {
	font-size: 13px;
	color: #999;
	line-height: 26px;
	height: 52px;
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
}

.culture .pt3 .more {
	font-size: 13px;
	color: #e60012;
	text-align: center;
}

.culture .pt3 .more {
	font-size: 13px;
	color: #e60012;
	text-align: center;
}

.culture .pt3 .more {
	font-size: 13px;
	color: #e60012;
	text-align: center;
}

/*staff_mein*/
.staff_mein {
	padding-bottom: 0;
}

.staff_mein .catname {
	font-size: 32px;
	color: #000;
	margin-bottom: 25px;
	font-weight: normal;
}

.staff_mein .info {
	font-size: 13px;
	color: #595757;
	margin-bottom: 50px;
}

.staff_mein .care_list .tit_box .pd ._t {
	font-size: 16px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*job_syn*/
.job_syn .pt1 {
	padding-bottom: 80px;
}

.job_syn .pt1 .img_box {
	width: 50%;
}

.job_syn .pt1 .info_box {
	width: 50%;
}

.job_syn .pt1 .info_box .pd {
	padding: 0 40px;
}

.job_syn .pt1 .info_box .tit {
	font-size: 30px;
	color: #494646;
	margin-bottom: 15px;
}

.job_syn .pt1 .info_box .text {
	font-size: 13px;
	color: #969595;
	margin-bottom: 75px;
	line-height: 26px;
}

.job_syn .pt1 .info_box .uni_btn_more_wrap {
	margin-left: 0;
	width: 125px;
	height: 38px;
	line-height: 38px;
}

.job_syn .pt2 {
	padding: 60px 0;
	background-color: #eff3f7;
}

.job_syn .pt2 .tit {
	font-size: 30px;
	margin-bottom: 20px;
	color: #221815;
	text-align: center;
}

.job_syn .pt2 .info {
	font-size: 13px;
	color: #221815;
	width: 80%;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 26px;
	opacity: 0.7;
}

.job_syn .pt2 .img_list {
	margin-bottom: 40px;
}

.job_syn .pt2 .img_list .tit_box .pd {
	padding: 30px;
	background-color: #fff;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.job_syn .pt2 .img_list a:hover .tit_box .pd {
	color: #fff;
	background-color: #e60012;
}

.job_syn .pt2 .img_list .tit_box .t {
	font-size: 14px;
	color: #221815;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.job_syn .pt2 .uni_btn_more_wrap {
	width: 125px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
}

.job_syn .pt3 {
	padding-top: 80px;
}

.job_syn .pt3 .l_box,
.job_syn .pt3 .l_box {
	width: 50%;
}

.job_syn .pt3 .img_box {
	width: 43%;
	float: left;
}

.job_syn .pt3 .info_box {
	width: 57%;
	float: left;
}

.job_syn .pt3 .info_box .pd {
	padding: 10px 60px 0 30px;
}

.job_syn .pt3 .info_box .tit {
	font-size: 30px;
	color: #221815;
	margin-bottom: 20px;
}

.job_syn .pt3 .info_box .info {
	font-size: 13px;
	color: #221815;
	opacity: 0.7;
	line-height: 26px;
}

.job_syn .pt3 .info_box .uni_btn_more_wrap {
	margin-left: 0;
}

/*job_idea*/
.job_idea {
	margin-bottom: 50px;
}

.job_idea .img_box {
	margin-right: 50px;
	margin-bottom: 20px;
}


/*2017-05-20 ysl*/
/*通用-列表头部1-搜索 uni_list_hd1*/
/*used job_social*/
.uni_list_hd1.list_hd {
	background-color: #f0f0f0;
	padding: 24px 30px;
	margin-bottom: 80px;
}

.uni_list_hd1 .hd_tit {
	font-size: 14px;
	color: #595757;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-right: 1%;
}

.uni_list_hd1 .inp_box {
	height: 32px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	padding: 0;
	margin: 0;
	box-sizing: content-box;
	font-size: 13px;
	color: #999;
	padding-right: 10px;
}

.uni_list_hd1 .hd_inp {
	margin-right: 1.25%;
	padding-left: 5px;
	width: 30%;
}

.uni_list_hd1 .select_box_wrap {
	margin-right: .75%;
	width: 28%;
}

.uni_list_hd1 .select_box {
	width: 96%;
}

.uni_list_hd1 .hd_btn {
	width: 20%;
	border: none;
	text-align: center;
	background-color: #e60012;
	font-size: 15px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	outline: none;
	cursor: pointer;
}

/*通用-产品列表1*/
/*used job_social*/
.uni_pro_list1>ul {
	width: 103.5%;
}

.uni_pro_list1 .pro_cell_wrap {
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
	width: 22%;
}

.uni_pro_list1 .pro_cell {
	margin: 0 auto;
	max-width: 360px;
	border-bottom: #f4f4f4 4px solid;
}

.uni_pro_list1 .pro_cell:hover {
	border-color: #f0f0f0;
}

.uni_pro_list1 .pro_cell_con {
	padding: 9% 7.5% 11%;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #fff;
}

.uni_pro_list1 .pro_cell:hover .pro_cell_con {
	border-color: #f0f0f0;
}

.uni_pro_list1 .cell_date {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #999;
}

.uni_pro_list1 .cell_tit {
	margin-bottom: 20px;
	font-size: 20px;
	color: #404040;
}

.uni_pro_list1 .cell_desc {
	margin-bottom: 5px;
	overflow: hidden;
	height: 10.2em;
	line-height: 1.7;
	font-size: 13px;
}

@media only screen and (max-width: 1240px) {
	.uni_pro_list1 .pro_cell_wrap {
		width: 30.33333333%;
	}

	.uni_pro_list1 .pro_cell,
	.uni_pro_list1 .pro_cell_con {
		border-color: #f0f0f0;
	}
}

@media only screen and (max-width: 992px) {
	.uni_pro_list1 .pro_cell_wrap {
		width: 47%;
	}
}

@media only screen and (max-width: 760px) {
	.uni_pro_list1 .pro_cell_wrap {
		width: 97%;
	}
}

/*job_social*/
.job_social .pages {
	padding-top: 30px;
}

/*2017-05-20 ysl end*/

/*infrastructure*/
.infrastructure .pt1 {
	padding-bottom: 50px;
	overflow: hidden;
}

.infrastructure .pt1 .tit {
	font-size: 36px;
	color: #221815;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	font-weight: normal;
}

.infrastructure .pt1 .tit:after {
	position: absolute;
	content: '';
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: 130%;
	height: 4px;
	background-color: #e60012;
}

.infrastructure .pt1 .info {
	font-size: 14px;
	color: #575757;
	line-height: 26px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	opacity: 0.8;
}

.infrastructure .pt4 .num_tit {
	text-align: left;
}

.infrastructure .pt5 .uni_btn_more_wrap {
	margin: 50px auto 0;
}

/*.infrastructure .pt5 .slide_box { height:225px; overflow:hidden; }
.infrastructure .pt5 .slide_box li { float:left; width:16.66666667%; }*/


/*公用数字标题*/
/*used infrastructure && layout_hightech*/
.num_tit_wrap {
	text-align: center;
}

.num_tit {
	font-size: 36px;
	color: #e60012;
	line-height: 76px;
	text-align: center;
	margin-bottom: 20px;
}

.num_tit .num {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 12px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/circle.png)
		/*tpa=http://www.keda-group.com/resources/web/img/circle.png*/
		center center no-repeat;
	width: 76px;
	height: 76px;
	text-align: center;
}

.infrastructure .pt2 {
	padding-bottom: 60px;
	overflow: hidden;
}

/*通用-图片布局1*/
/*used infrastructure && layout_estate*/
.uni_img_box1 .l_box {
	width: 49.9%;
}

.uni_img_box1 .r_box {
	width: 49.9%;
}

.uni_img_box1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uni_img_box1 .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/red_70.png)
		/*tpa=http://www.keda-group.com/resources/web/img/red_70.png*/
		repeat;
}

.uni_img_box1 .mask .pd {
	padding: 45px 80px 45px 40px;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

.infrastructure .pt3 .info {
	width: 60%;
	font-size: 14px;
	color: #575757;
	text-align: center;
	margin: 0 auto 40px;
}

.infrastructure .pt3 .icons_list {
	background: #f4f4f4;
	padding: 75px 0;
}

.infrastructure .pt3 .icons_list .wrap {
	position: relative;
}

.infrastructure .pt3 .icons_list .slide_box {
	height: 142px;
	overflow: hidden;
}

.infrastructure .pt3 .icons_list .owl-carousel.scroll .slide_cell {
	visibility: visible;
}

.infrastructure .pt3 .icons_list .slide_cell {
	visibility: hidden;
	width: 16.6666%;
	float: left;
}

.infrastructure .pt3 .icons_list .owl-item .slide_cell {
	visibility: visible;
	width: 100%;
}

.infrastructure .pt3 .icons_list .slide_cell .tubiao {
	width: 46px;
	height: 46px;
	margin-bottom: 15px;
}

.infrastructure .pt3 .icons_list .slide_cell a .tubiao {
	background-position: 0 0;
}

.infrastructure .pt3 .icons_list .slide_cell a:hover .tubiao {
	background-position: -46px 0;
}

.infrastructure .pt3 .icons_list .slide_cell a {
	border-left: 1px solid #dfdedd;
	display: block;
	transition: border-color 0s;
}

.infrastructure .pt3 .icons_list .first a {
	border-color: #f4f4f4;
}

.infrastructure .pt3 .icons_list .pd {
	padding: 7px 0 0 20px;
}

.infrastructure .pt3 .icons_list .name {
	font-size: 20px;
	color: #444444;
	margin-bottom: 20px;
}

.infrastructure .pt3 .icons_list .level {
	font-size: 14px;
	color: #e60012;
}

.infrastructure .pt3 .icons_list .icons_slide_arrs div[class*="owl-"] {
	position: absolute;
	width: 13px;
	height: 25px;
	top: 50%;
	margin-top: -13px;
	font-size: 0;
}

.infrastructure .pt3 .icons_list .icons_slide_arrs div[class*="owl-"].disabled {
	display: none;
}

.infrastructure .pt3 .icons_list div[class*="owl-"].owl-prev {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/prev.png)
		/*tpa=http://www.keda-group.com/resources/web/img/prev.png*/
		center center;
	cursor: pointer;
	left: -20px;
}

.infrastructure .pt3 .icons_list div[class*="owl-"].owl-next {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/next.png)
		/*tpa=http://www.keda-group.com/resources/web/img/next.png*/
		center center;
	cursor: pointer;
	right: -20px;
}

.infrastructure .pt4 {
	padding: 75px 0 100px;
	overflow: hidden;
}

.infrastructure .pt4 .img_box {
	width: 50%;
}

.infrastructure .pt4 .info_box {
	width: 50%;
}

.infrastructure .pt4 .info_box .pd {
	padding: 20px 45px 0;
}

.infrastructure .pt4 .info_box .pd .text {
	color: #666160;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 60px;
}

.infrastructure .pt4 .list li {
	width: 33.3333%;
	text-align: center;
}

.infrastructure .pt4 .list li .word {
	font-size: 36px;
	color: #e60012;
	font-family: 'hero_light';
	font-weight: bold;
}

.infrastructure .pt4 .list li .word_trans {
	font-size: 14px;
	color: #8a8a8a;
}

.infrastructure .pt5 {
	padding: 60px 0 50px;
	background: #f4f4f4;
}

.infrastructure .pt5 .title {
	font-size: 30px;
	color: #474747;
	text-align: center;
	margin-bottom: 50px;
}

.infrastructure .pt6 {
	padding-top: 60px;
}

/*tab切换公用  infrastructure && internet && layout_estate*/
.tab_style .title {
	font-size: 30px;
	color: #474747;
	margin-bottom: 25px;
	text-align: center;
}

.tab_style .tab_con {
	min-height: 390px;
}

.tab_style .tab_t_box {
	text-align: center;
	margin-bottom: 30px;
}

.tab_style .tab_t_box span {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #cdcdcd;
	font-size: 16px;
	color: #474747;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.tab_style .tab_t_box span.tab_t_cur,
.tab_style .tab_t_box span:hover {
	background: #e60012;
	border-color: #e60012;
	color: #fff;
}

.tab_style .tab_c {
	display: none;
}

.tab_style .tab_c li {
	margin-bottom: 20px;
}

.tab_style .tab_c .tit_box {
	background: #f4f4f4;
	padding: 30px 40px;
	font-size: 16px;
	color: #3b3b3b;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.tab_style .tab_c li:hover .tit_box {
	color: #fff;
	background-color: #e60012;
}

/*group_industry*/
.channel_content.group_industry {
	padding-bottom: 0;
}

.group_industry .pt1 {
	padding-bottom: 50px;
	overflow: hidden;
}

.group_industry .pt1 .tit {
	font-size: 30px;
	color: #221815;
	margin-bottom: 30px;
	text-align: center;
}

.group_industry .pt1 .info {
	font-size: 14px;
	color: #7f7f7f;
	line-height: 28px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.group_industry .pt2 {
	padding: 70px 0 90px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/industry.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/industry.jpg*/
		center center no-repeat;
	background-size: cover;
}

.group_industry ul li {
	width: 20%;
	height: 366px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.pro_item_wrap {
	border-right: 1px solid #eee;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pro_home_img {
	width: 100%;
	height: 0;
	padding-bottom: 68.75%;
	overflow: hidden;
	position: relative;
}

.pro_home_img>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.group_industry ul li:last-child .pro_item_wrap {
	border: 0;
}

.group_industry .pro_item {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.group_industry .pro_item img {
	width: 100%;
}

.group_industry .pro_iten_t {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-top: 65px;
	margin-bottom: 15px;
}

.group_industry .pro_iten_p {
	width: 78%;
	margin: 0 auto 15px auto;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.group_industry .pro_item_hover {
	background-color: #ba0d12;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	overflow: hidden;
}

.group_industry .pro_item_hover .pro_iten_t {
	padding-top: 45px;
}

.group_industry .pro_item_hover .pro_iten_t a {
	color: #fff;
}

.group_industry .pro_item_hover .pro_iten_t:hover a {
	color: #fff;
}

.group_industry .pro_item_hover .pro_iten_p {
	margin-bottom: 20px;
	color: #fff;
	height: 22px;
}

.group_industry .pro_item_hover .pro_link a {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ba0d12;
	width: 159px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	margin: 0 auto 7px auto;
	font-size: 14px;
	border: #fff 2px solid;
}

/*.group_industry .pro_item_hover .pro_link a:hover{color:#e60012;}*/
/*.group_industry .pro_item_hover .pro_link a:after { content:''; display:block; position:absolute; top:100%; left:0; width:100%; height:100%; background-color:#fff; transition:all ease .5s; -webkit-transition:all ease .5s; }
.group_industry .pro_item_hover .pro_link a:hover:after{ top:0; }*/
.group_industry .pro_item_hover .pro_link .link_con {
	position: relative;
	z-index: 2;
}

.group_industry .pro_item_hover .pro_link a:hover {
	color: #000;
	background-color: #fff;
}

/*通用-栏目标题1*/
/*used index*/
.uni_column_tit1 {
	margin: 0 auto 30px;
	max-width: 850px;
	text-align: center;
}

.uni_column_tit1 .col_tit {
	padding: 40px 0 15px;
	font-size: 36px;
	color: #393939;
}

.uni_column_tit1 .col_desc {
	font-size: 14px;
	color: #82807f;
}

/*通用-查看更多链接1*/
.uni_link_more1 {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #a0a0a0;
	transition: none;
}

.uni_link_more1:hover {
	color: #e60012;
}

.uni_link_more1:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	width: 13px;
	height: 13px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/index05.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/index05.png*/
		0 0 no-repeat;
}

.uni_link_more1:hover:after {
	background-position: 0 -13px;
}

/*首页*/
/*ibanner*/
.ibanner {
	position: relative;
	height: 640px;
	overflow: hidden;
}

.ibanner .video_cover {
	width: 100%;
	height: 100%;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/video_cover.png)
		/*tpa=http://www.keda-group.com/resources/web/img/video_cover.png*/
	;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}

.ibanner video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	width: 1920px;
}

.ibanner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: none;
}

.ibanner .slide_nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.ibanner .slide_nav a {
	display: inline-block;
	margin: 5px 6px;
	width: 11px;
	height: 11px;
	font-size: 0;
	background-color: #fff;
	border-radius: 50%;
}

.ibanner .slide_nav a:hover,
.ibanner .slide_nav a.on {
	background-color: #e60012;
}

/*ibulletin*/
.ibulletin {
	padding: 20px 0;
	background-color: #fbfbfb;
	border-bottom: #ededed 1px solid;
}

.ibulletin .inotice_wrap {
	position: relative;
	margin-top: 5px;
	width: 46%;
}

.ibulletin .inotice_tag,
.ibulletin .inotice_list_con,
.ibulletin .inotice_cell {
	height: 30px;
	line-height: 30px;
}

.ibulletin .inotice_list_con {
	position: relative;
	overflow: hidden;
}

.ibulletin .inotice_cell {
	height: auto;
}

.ibulletin .inotice_tag {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #ba251e;
}

.ibulletin .inotice_list {
	padding-left: 80px;
}

.ibulletin .inotice_tt {
	padding-right: 4%;
	max-width: 68%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ibulletin .inotice_date {
	float: left;
}

/*istock*/
.istock {
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.istock span {
	display: inline-block;
	float: left;
}

.istock .istock_tag {
	font-size: 18px;
	color: #5a5a5a;
}

.istock .istock_num {
	position: relative;
	padding-right: 22px;
	font-size: 18px;
	color: #5a5a5a;
}

.istock .istock_num:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 1px;
	height: 30px;
	background-color: #5a5a5a;
}

.istock .trend_color {
	color: #ba251e;
}

.istock.godown .trend_color {
	color: green;
}

.istock .istock_price {
	position: relative;
	font-family: Arial, sans-serif;
	padding-right: 40px;
	font-size: 40px;
	line-height: 40px;
}

.istock .istock_price:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	width: 17px;
	height: 16px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/istock.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/istock.png*/
		0 0 no-repeat;
}

.istock.goup .istock_price:after {
	background-position: 0 0px;
}

.istock.godown .istock_price:after {
	background-position: 0 -16px;
}

.istock.unchanged .istock_price:after {
	content: '--';
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: none;
}

.istock .istock_wave {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.istock .istock_wave_per {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.iprt1_con {
	padding: 35px 0;
	background-color: #f8f8f8;
}

.iprt1_con .mwrap {
	position: relative;
}

.iprt1_con .iprt1_scroll {
	height: 340px;
	overflow: hidden;
}

.iprt1_scroll .owl-stage-outer {
	padding: 10px 0;
}

.iprt1_arr {
	margin-bottom: 20px;
	text-align: right;
}

.iprt1_arr div[class*="owl-"] {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 0;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/index02.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/index02.jpg*/
		no-repeat;
	cursor: pointer;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.iprt1_arr div[class*="owl-"].disabled {
	display: none;
}

.iprt1_arr div[class*="owl-"].owl-prev {
	background-position: 0 0;
}

.iprt1_arr div[class*="owl-"].owl-next {
	background-position: -25px 0;
}

.iprt1_arr div[class*="owl-"].owl-prev:hover {
	background-position: 0 -25px;
}

.iprt1_arr div[class*="owl-"].owl-next:hover {
	background-position: -25px -25px;
}

.iprt1_item {
	float: left;
	width: 20%;
	text-align: center;
	visibility: visible;
}

.owl-item .iprt1_item {
	float: none;
	width: 100%;
	/* 改动 */
	visibility: visible;
}

.iprt1_item_con {
	margin: 0 auto;
	max-width: 400px;
	padding: 10px;
	border: #f8f8f8 1px solid;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	border: none;
}

.iprt1_item:hover .iprt1_item_con {
	background-color: #fff;
	border-color: #f0f0f0;
	border: none;
	box-shadow: 1px 3px 10px #ccc;
	-webkit-box-shadow: 1px 3px 10px #ccc;
}

.iprt1_item .item_ico {
	display: block;
	margin: 0 auto 10px;
	width: 80px;
	height: 80px;
	background: url(../image/2023010312223457329.png)
		0 0 no-repeat;
}

.iprt1_item2 .item_ico {
	background-position: -80px 0;
}

.iprt1_item3 .item_ico {
	background-position: -160px 0;
}

.iprt1_item4 .item_ico {
	background-position: -240px 0;
}

.iprt1_item5 .item_ico {
	background-position: -320px 0;
}

.iprt1_item .item_tit {
	margin-bottom: 5px;
	font-size: 22px;
	color: #000;
}

.iprt1_item:hover .item_tit {
	color: #e60012;
}

.iprt1_item .item_desc {
	margin-bottom: 20px;
	height: 3.2em;
	overflow: hidden;
	line-height: 1.6;
	font-size: 14px;
	color: #666;
}

.iprt1_item:hover .item_desc {
	color: #e60012;
}

.iprt1_item .item_labels {
	height: 8em;
	overflow: hidden;
	line-height: 1.6;
}

.iprt1_item .item_label {
	display: block;
	color: #a9a9a9;
}

.iprt1_item .item_label:before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}

.ipart2 {
	overflow: hidden;
	height: 500px;
	background: url(../image/2023010312021365523.jpg)
		center center no-repeat;
}

.ipart2 .uni_column_tit1 {
	margin-bottom: 50px;
}

.iprt2_con {
	width: 104%;
}

.iprt2_cell {
	float: left;
	margin-right: 3.33333333%;
	width: 30%;
	text-align: center;
	color: #fff;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	border-bottom: #e60012 2px solid;
}

.iprt2_cell_con {
	padding: 35px 20px 30px;
}

.iprt2_cell.iprt2_cell3 {
	margin-right: 0;
}

.iprt2_cell .cell_num {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-family: Impact;
	font-size: 75px;
	line-height: 1;
	color: #e60012;
}

.iprt2_cell .cell_num:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -12px;
	width: 24px;
	height: 1px;
	background-color: #716968;
}

.iprt2_cell:hover .cell_num:after {
	background-color: #444;
}

.iprt2_cell .cell_desc {
	font-size: 14px;
	color: #999;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.iprt2_cell:hover .cell_desc {
	color: #221815;
}

.ipart3 {
	margin-bottom: 35px;
}

.iprt3_cell {
	float: left;
	width: 29%;
}

.iprt3_cell1 {
	padding-right: 4.16666666%;
	border-right: #eee 1px solid;
}

.iprt3_cell2 {
	padding-right: 4.16666666%;
	border-right: #eee 1px solid;
	padding-left: 4.16666666%;
}

.iprt3_cell3 {
	float: right;
	max-width: 305px;
}

.iprt3_cell_con {
	border-bottom: #dddddd 1px solid;
}

.iprt3_cell .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.iprt3_cell .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iprt3_cell .txt_wrap {
	padding-top: 25px;
}

.iprt3_cell .cell_tit {
	margin-bottom: 5px;
	font-size: 16px;
	color: #171717;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.iprt3_cell:hover .cell_tit {
	color: #e60012;
}

.iprt3_cell .cell_desc {
	height: 3.2em;
	margin-bottom: 25px;
	line-height: 1.6;
	font-size: 13px;
	color: #787878;
}

.iprt3_cell .cell_date {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-right: 42px;
	color: #e60012;
}

.iprt3_cell .cell_date:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	width: 23px;
	height: 7px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/index04.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/index04.png*/
		0 0 no-repeat;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

/*  箭头 */
.iprt3_cell:hover .cell_date:after {
	margin-right: -10px;
}

.iprt3_cell3 .iprt3_cell_con {
	border-bottom: none;
}

.iprt3_cell3 .top_box {
	padding-bottom: 35px;
	border-bottom: #ddd 1px solid;
}

.iprt3_cell3 .down_box {
	padding-top: 20px;
}

.iprt3_cell3 .box_tit_wrap {
	margin-bottom: 8px;
}

.iprt3_cell3 .box_tit {
	float: left;
	font-size: 22px;
	color: #1e1e1e;
}

.iprt3_cell3 .uni_link_more1 {
	float: right;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
}

.iprt3_cell3 .news_cell {
	display: block;
	line-height: 2.6;
	font-size: 13px;
	color: #363636;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.iprt3_cell3 .news_cell:hover {
	color: #e60012;
}

/*联系我们-科达在中国*/
.channel_content.contact_map {
	padding-bottom: 0;
}

.contact_map .part1 {
	padding-bottom: 60px;
}

.contact_map .part1 .uni_column_tit1 .col_tit {
	padding-top: 0;
}

.contact_map .map_x_wrapper {
	float: left;
	width: 62.66666666%;
}

.contact_map .map_y_wrapper {
	position: relative;
	height: 0;
	padding-bottom: 82.84574468%;
}

.contact_map .map_bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact_map .mark_point {
	display: block;
	position: absolute;
	cursor: pointer;
}

.contact_map .mark_point.type1 {
	margin-top: -8px;
	margin-left: -8px;
	width: 15px;
	height: 15px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt1.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/map_pt1.png*/
		center center no-repeat;
}

.contact_map .mark_point.type2 {
	margin-top: -7px;
	margin-left: -7px;
	width: 13px;
	height: 13px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt2.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/map_pt2.png*/
		center center no-repeat;
}

.contact_map .mark_point.type3 {
	margin-top: -14px;
	margin-left: -4px;
	width: 13px;
	height: 14px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt3.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/map_pt3.png*/
		center center no-repeat;
}

.contact_map .map_descs_box {
	float: right;
	width: 31%;
}

.contact_map .map_desc {
	display: none;
}

.contact_map .map_desc.cur {
	display: block;
}

.contact_map .map_desc {
	position: relative;
	padding-top: 70px;
}

.contact_map .map_desc .desc_txt {
	padding: 90px 40px 20px 40px;
	border: #ececec 3px solid;
}

.contact_map .map_desc .txt_con {
	height: 240px;
}

.contact_map .map_desc .desc_tag {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -71px;
	width: 142px;
	height: 142px;
	text-align: center;
	background: #fff url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_tag_bg.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/map_tag_bg.png*/
		center center no-repeat;
}

.contact_map .map_desc .tag_cn {
	padding: 45px 0 5px;
	font-size: 20px;
	color: #474952;
}

.contact_map .map_desc .tag_en {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bdbec0;
}

.contact_map .map_desc .desc_tt {
	margin-bottom: 15px;
	font-size: 20px;
}

.contact_map .map_desc .rec {
	position: relative;
	margin-bottom: 15px;
}

.contact_map .map_desc .rec_hd,
.contact_map .map_desc .rec_bd {
	line-height: 20px;
	font-size: 14px;
	color: #474952;
}

.contact_map .map_desc .rec_hd {
	position: absolute;
	top: 0;
	left: 0;
}

.contact_map .map_desc .rec_bd {
	padding-left: 50px;
}

.contact_map .part2 {
	overflow: hidden;
	background-color: #f4f4f4;
}

.contact_map .part2_con {
	position: relative;
	padding: 160px 0 20px;
}

.contact_map .part2 .tab_t {
	display: block;
	position: absolute;
	top: 70px;
	margin-left: -55px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

/*.contact_map .part2 .tab_t.tab_t_1 { left:33.33333333%; }
.contact_map .part2 .tab_t.tab_t_2 { left:50%; }
.contact_map .part2 .tab_t.tab_t_3 { left:66.66666666%; }*/
.contact_map .part2 .tab_t_con {
	display: inline-block;
	padding: 20px;
}

/*.contact_map .part2 .tab_t.tab_t_1 .tab_t_con { background:url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt1.png) left center no-repeat; }
.contact_map .part2 .tab_t.tab_t_2 .tab_t_con { background:url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt2.png) left center no-repeat; }
.contact_map .part2 .tab_t.tab_t_3 .tab_t_con { background:url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/map_pt3.png) left center no-repeat; }*/
.contact_map .part2 .tab_t:hover .tab_t_con {
	color: #e60012;
}

.contact_map .part2 .tab_t.cur .tab_t_con {
	color: #e60012;
	text-decoration: underline;
}

.contact_map .tab_c {
	display: none;
}

.contact_map .tab_c.cur {
	display: block;
}

/*.contact_map .tab_row { width:105%; }
.contact_map .tab_cell { float:left; margin-right:5%; margin-bottom:40px; width:20%; height:251px; }*/
.contact_map .tab_cell {
	float: left;
	width: 33.33333333%;
	height: 251px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.contact_map .tab_cell .tab_cell_con {
	padding: 40px 40px 20px;
}

.contact_map .tab_cell:hover {
	background-color: #fff;
	box-shadow: 1px 3px 10px #ccc;
	-webkit-box-shadow: 1px 3px 10px #ccc;
}

.contact_map .tab_cell .desc_tt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	border-bottom: #a2a2a2 1px solid;
}

.contact_map .tab_cell .txt_recs {
	height: 156px;
	overflow: hidden;
}

.contact_map .tab_cell .rec {
	position: relative;
	margin-bottom: 6px;
	padding-left: 70px;
	min-height: 20px;
	line-height: 20px;
}

.contact_map .tab_cell .rec_hd {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	text-align: right;
}

.contact_map .tab_cell .rec_bd {
	line-height: 20px;
}


/*2017-05-25 ysl*/
/*通用-栏目标题2*/
/*used internet  layout_hightech*/
.uni_column_tit2 .tit {
	font-size: 36px;
	color: #221815;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	font-weight: normal;
}

.uni_column_tit2 .tit:after {
	position: absolute;
	content: '';
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: 130%;
	height: 4px;
	background-color: #e60012;
}

.uni_column_tit2 .info {
	font-size: 14px;
	color: #575757;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 55px;
}

/*通用-链接样式2*/
/*used layout_hightech*/
.uni_link2 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 20px;
	font-size: 13px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/uni_link2a.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/uni_link2a.png*/
		left top no-repeat;
}

/*通用-横滚 uni_slide_box_wrap*/
/*used infrastructure, layout_hightech*/
.uni_slide_box {
	position: relative;
	max-height: 370px;
	overflow: hidden;
}

.uni_slide_box .owl-carousel {
	max-width: 1365px;
}

.uni_slide_box .slide_cell {
	visibility: hidden;
	width: 19.9%;
}

.uni_slide_box .owl-carousel .owl-item {
	transform: none;
}

.uni_slide_box .owl-item .slide_cell {
	width: 100%;
	visibility: visible;
}

/*.uni_slide_box .owl-item.on .img_box{width:110%; margin-left:-5%; margin-top:-5%; position:relative; z-index:2; transition:all ease .75s;}*/
.uni_slide_box .mask {
	line-height: 60px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/black.6.png)
		/*tpa=http://www.keda-group.com/resources/web/img/black.6.png*/
		repeat;
	font-size: 14px;
	color: #fff;
	text-indent: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.uni_slide_box .owl-item.on .mask {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/red_70.png)
		/*tpa=http://www.keda-group.com/resources/web/img/red_70.png*/
		repeat;
}

.uni_slide_arrs_box div[class*="owl-"] {
	display: block;
	position: absolute;
	width: 26px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}

.uni_slide_arrs_box div[class*="owl-"].disabled {
	display: none !important;
}

.uni_slide_arrs_box div[class*="owl-"].owl-prev {
	left: 0;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/infras_prev.png)
		/*tpa=http://www.keda-group.com/resources/web/img/infras_prev.png*/
		center center no-repeat;
}

.uni_slide_arrs_box div[class*="owl-"].owl-next {
	right: 0;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/infras_next.png)
		/*tpa=http://www.keda-group.com/resources/web/img/infras_next.png*/
		center center no-repeat;
}

.uni_slide_box .owl-carousel .owl-stage-outer {
	padding: 20px 0;
}

/*通用-新闻详细*/
/*used news_detail2*/
.widget-newsdetail-8 .ion {
	color: #676767;
}

.widget-newsdetail-8 .n_left {
	width: 72%;
	float: left;
}

.widget-newsdetail-8 ._head ._title {
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}

.widget-newsdetail-8 ._tools {
	font-size: 0;
	color: #7e7e7e;
	margin-bottom: 15px;
}

.widget-newsdetail-8 ._tools ._tool {
	font-size: 12px;
	margin-right: 12px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.widget-newsdetail-8 ._tools .ion {
	font-size: 18px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: -2px;
}

.widget-newsdetail-8 ._tools b {
	font-weight: normal;
}

.widget-newsdetail-8 ._tools #switcher {
	margin-left: 10px;
}

.widget-newsdetail-8 ._tools #switcher ._title {
	margin-right: 5px;
	font-size: 12px;
	color: #7e7e7e;
}

.widget-newsdetail-8 ._tools #switcher .ion {
	font-size: 15px;
}

.widget-newsdetail-8 ._tools .bds_more {
	float: none;
	background: none;
	padding: 0;
}

.widget-newsdetail-8 .myart {
	line-height: 2;
	min-height: 200px;
	font-size: 13px;
	color: #555555;
}

.widget-newsdetail-8 .n_right {
	width: 24%;
	float: right;
	padding-top: 90px;
}

.widget-newsdetail-8 ._tools ._tool {
	height: 36px;
	line-height: 36px;
}

.widget-newsdetail-8 ._tools ._back {
	color: #676767;
	display: block;
}

.widget-newsdetail-8 ._tools ._back .back_ico {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/detail_back.png)
		/*tpa=http://www.keda-group.com/resources/web/img/detail_back.png*/
		no-repeat center;
	width: 36px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.widget-newsdetail-8 ._tools ._back .ion {
	font-weight: normal;
	vertical-align: 0;
}

.widget-newsdetail-8 ._tools .share,
.widget-newsdetail-8 ._tools .print {
	width: 36px;
	text-align: center;
	background-color: #e60012;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.widget-newsdetail-8 ._tools .share:after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	background: #cccccc;
}

.widget-newsdetail-8 ._tools .share .ion,
.widget-newsdetail-8 ._tools .print .ion {
	font-size: 18px;
	color: #ffffff;
}

.widget-newsdetail-8 ._tools .share .ion {
	font-size: 20px;
}

.widget-newsdetail-8 ._detailPage_bottom li strong,
.widget-newsdetail-8 ._detailPage_bottom li span,
.widget-newsdetail-8 ._detailPage_bottom li a {
	display: block;
}

.widget-newsdetail-8 ._detailPage_bottom {
	margin-top: 45px;
	border: #f3f3f3 2px solid;
}

.widget-newsdetail-8 ._detailPage_bottom ul {
	padding: 10px 20px 30px;
}

.widget-newsdetail-8 ._detailPage_bottom li ._mark {
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}

.widget-newsdetail-8 ._detailPage_bottom ._date {
	height: 20px;
	line-height: 20px;
	margin-bottom: 7px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #676767;
}

.widget-newsdetail-8 ._detailPage_bottom ._date .ico {
	margin-right: 4px;
}

.widget-newsdetail-8 ._detailPage_bottom li ._title:hover {
	color: #5c5c5c;
}

.widget-newsdetail-8 ._detailPage_bottom li ._title {
	font-size: 14px;
	font-weight: normal;
	color: #7d7d7d;
}

.widget-newsdetail-8 ._detailPage_bottom li {
	padding: 27px 0;
}

.widget-newsdetail-8 ._detailPage_bottom li._prev {
	border-bottom: 1px #ececec solid;
}

@media only screen and (max-width: 1240px) {
	.widget-newsdetail-8 .n_right {
		padding-top: 0;
	}

	.widget-newsdetail-8 ._detailPage_bottom {
		margin-top: 10px;
	}

	.widget-newsdetail-8-tools,
	._tools {
		display: none;
	}

	.widget-newsdetail-8 ._detailPage_bottom ul {
		padding-right: 3%;
	}
}

@media only screen and (max-width: 992px) {
	.widget-newsdetail-8 ._head ._title {
		font-size: 24px;
	}

	.widget-newsdetail-8 .n_left,
	.widget-newsdetail-8 .n_right,
	.widget-newsdetail-8 .news_img {
		width: 100%;
		float: none;
	}

	.widget-newsdetail-8 .n_left {
		margin-bottom: 20px;
	}
}


/*产业-高新技术*/
.layout_hightech.channel_content {
	padding-bottom: 0;
}

.layout_hightech .part2 {
	padding-bottom: 80px;
	background-color: #f4f4f4;
}

.layout_hightech .num_tit_wrap {
	padding: 40px 0 50px;
}

.layout_hightech .prt2_cell {
	float: left;
	width: 33.33333333%;
}

.layout_hightech .prt2_cell_con {
	position: relative;
	height: 0;
	padding-bottom: 147.5%;
}

.layout_hightech .prt2_cell .img_box,
.layout_hightech .prt2_cell .txt_box {
	position: absolute;
	left: 0;
	width: 100%;
}

.layout_hightech .prt2_cell .txt_box {
	top: 0;
	z-index: 1;
	background-color: #fff;
}

.layout_hightech .prt2_cell .txt_box:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	margin-bottom: -14px;
	margin-left: -14px;
	border-width: 14px 14px 0 14px;
	border-style: solid dashed dashed dashed;
	border-color: #fff transparent transparent transparent;
}

.layout_hightech .prt2_cell .img_box {
	top: 50%;
}

.layout_hightech .prt2_cell .img_wrap,
.layout_hightech .prt2_cell .txt_wrap {
	position: relative;
	height: 0;
	padding-bottom: 73.75%;
}

.layout_hightech .prt2_cell .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layout_hightech .prt2_cell .txt_con {
	padding: 55px 60px 30px 40px;
}

.layout_hightech .prt2_cell .cell_tit {
	margin-bottom: 5px;
	font-size: 24px;
	color: #24040b;
}

.layout_hightech .prt2_cell .cell_desc {
	line-height: 1.9;
	font-size: 13px;
	color: #727171;
}

.layout_hightech .prt2_cell.prt2_cell2 .txt_box {
	top: 50%;
}

.layout_hightech .prt2_cell.prt2_cell2 .img_box {
	top: 0;
}

.layout_hightech .prt2_cell.prt2_cell2 .txt_box:after {
	top: 0;
	bottom: auto;
	margin-top: -14px;
	margin-bottom: auto;
	border-width: 0 14px 14px 14px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
}

.layout_hightech .part4 {
	padding: 65px 0;
	overflow: hidden;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout01.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout01.jpg*/
		center center no-repeat;
}

.layout_hightech .part4_con {
	width: 103%;
}

.layout_hightech .prt4_cell {
	float: left;
	margin-right: 2.9%;
	width: 30.43333333%;
	overflow: hidden;
}

.layout_hightech .prt4_cell_con {
	padding: 17.3% 14.6%;
	color: #221815;
	background-color: #fff\9;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.layout_hightech .prt4_cell:hover .prt4_cell_con {
	color: #fff;
	background-color: #e60012\9;
}

@media all and (min-width:0) {
	.layout_hightech .prt4_cell_con {
		background-color: rgba(255, 255, 255, .9);
	}

	.layout_hightech .prt4_cell:hover .prt4_cell_con {
		background-color: rgba(230, 0, 18, .75);
	}
}

.layout_hightech .prt4_cell .cell_ico {
	display: block;
	width: 100px;
	height: 80px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout02a.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout02a.png*/
		0 0 no-repeat;
}

.layout_hightech .prt4_cell:hover .cell_ico {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout02b.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout02b.png*/
		0 0 no-repeat;
}

.layout_hightech .prt4_cell.prt4_cell2 .cell_ico {
	background-position: -100px 0;
}

.layout_hightech .prt4_cell.prt4_cell3 .cell_ico {
	background-position: -200px 0;
}

.layout_hightech .prt4_cell .cell_tt {
	margin-bottom: 15px;
	font-size: 20px;
}

.layout_hightech .prt4_cell .cell_desc {
	height: 8em;
	line-height: 2;
}

.layout_hightech .part5 {
	padding: 75px 0;
}

.layout_hightech .prt5_txt_box {
	float: left;
	width: 46.16666666%;
	color: #575757;
}

.layout_hightech .prt5_txt_tt {
	padding: 5px 0 20px;
	font-size: 24px;
}

.layout_hightech .prt5_desc {
	margin-bottom: 30px;
	line-height: 1.9;
	font-size: 13px;
}

.layout_hightech .prt5_img_box {
	float: right;
	width: 41.16666666%;
}

.layout_hightech .prt5_img_box .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
}

.layout_hightech .prt5_img_box .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layout_hightech .part6 {
	padding: 50px 0 100px;
	background-color: #f4f4f4;
}

.layout_hightech .part6 .title {
	margin: 0 auto 25px;
	font-size: 30px;
	color: #474747;
	text-align: center;
}

/*关于-发展历程*/
.dev .panel .img_box {
	height: 250px;
	overflow: hidden;
}

.dev .panel .img_box img {
	width: auto;
	max-width: none;
	height: 100%;
}

/*关于-综合实力*/
.about_strength .care_list .tit_box .pd ._t {
	margin-bottom: 0;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.about_strength .care_list .tag {
	margin-bottom: 15px;
	height: 22px;
	line-height: 22px;
}

/*房地产*/
.layout_estate .part2 {
	height: 250px;
	overflow: hidden;
	font-size: 0;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout04.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout04.jpg*/
		center center no-repeat;
	text-align: center;
}

.layout_estate .prt2_cell {
	display: inline-block;
	padding-top: 40px;
	width: 25%;
	max-width: 240px;
	height: 100px;
	font-size: 14px;
	color: #fff;
}

.layout_estate .prt2_cell .cell_ico {
	display: block;
	margin: 0 auto 10px;
	width: 80px;
	height: 60px;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.layout_estate .prt2_cell:hover .cell_ico {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.layout_estate .prt2_cell .cell_tag_en {
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}

.layout_estate .prt2_cell .cell_tag_num {
	font-family: Arial, sans-serif;
	font-size: 35px;
	line-height: 1;
}

.layout_estate .part3 {
	overflow: hidden;
	padding: 60px 0 80px;
	background-color: #f4f4f4;
}

.layout_estate .prt3_txt_box {
	width: 60.83333333%;
}

.layout_estate .part3 .num_tit {
	text-align: left;
}

.layout_estate .prt3_txt_box .sub_tit {
	margin-bottom: 10px;
	font-size: 30px;
	color: #313843;
}

.layout_estate .prt3_txt_box .sub_tit_desc {
	margin-bottom: 30px;
	max-width: 600px;
	font-size: 14px;
	color: #83807f;
}

.layout_estate .prt3_label_cell {
	float: left;
	position: relative;
	margin: 0 8.2% 30px 0;
	width: 41.8%;
}

.layout_estate .prt3_label_cell .cell_ico {
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 64px;
	height: 64px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout06.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout06.png*/
		0 0 no-repeat;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.layout_estate .prt3_label_cell:hover .cell_ico {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.layout_estate .prt3_label_cell.cell2 .cell_ico {
	background-position: -64px 0;
}

.layout_estate .prt3_label_cell.cell3 .cell_ico {
	background-position: -128px 0;
}

.layout_estate .prt3_label_cell.cell4 .cell_ico {
	background-position: -192px 0;
}

.layout_estate .prt3_label_cell .cell_txt_wrap {
	padding-left: 64px;
}

.layout_estate .prt3_label_cell .cell_tit {
	margin-bottom: 5px;
	font-size: 20px;
	color: #221815;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.layout_estate .prt3_label_cell:hover .cell_tit {
	color: #e60012;
}

.layout_estate .prt3_label_cell .cell_desc {
	font-size: 14px;
	color: #83807f;
}

.layout_estate .prt3_img_box {
	margin-top: 80px;
	width: 31.25%;
}

.layout_estate .part4 {
	margin-bottom: 60px;
}

.layout_estate .part4 .num_tit_wrap {
	padding: 50px 0;
}

.layout_estate .part5 {
	height: 646px;
	height: 500px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/layout07.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/layout07.png*/
		center bottom no-repeat;
}

.layout_estate .part5_con {
	padding-top: 250px;
	padding-top: 150px;
	max-width: 385px;
}

.layout_estate .part5 .num_tit {
	margin-bottom: 40px;
	color: #231815;
	text-align: left;
}

.layout_estate .part5 .num_tit .num {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/circle_b.png)
		/*tpa=http://www.keda-group.com/resources/web/img/circle_b.png*/
		center center no-repeat;
}

.layout_estate .part5 .prt5_desc {
	color: #221815;
}

.layout_estate .part6 {
	padding-top: 60px;
}

/*2017-05-25 ysl end*/


/*financial_service*/
.financial_service .pt1 {
	padding-bottom: 50px;
	overflow: hidden;
}

.financial_service .pt1 .tit {
	font-size: 36px;
	color: #221815;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	font-weight: normal;
}

.financial_service .pt1 .tit:after {
	position: absolute;
	content: '';
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: 130%;
	height: 4px;
	background-color: #e60012;
}

.financial_service .pt1 .info {
	font-size: 14px;
	color: #575757;
	line-height: 26px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	opacity: 0.8;
}

.financial_service .pt2 {
	padding: 75px 0 80px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/financial_pt2.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/financial_pt2.jpg*/
		center center no-repeat;
	background-size: cover;
}

.financial_service .pt2 .l_box {
	width: 50%;
}

.financial_service .pt2 .r_box {
	width: 50%;
}

.financial_service .pt2 .l_box .pd {
	padding-right: 190px;
	display: block;
}

.financial_service .pt2 .l_box .num_tit {
	color: #fff;
	text-align: left;
}

.financial_service .pt2 .l_box .num_tit .num {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/circle_fff.png)
		/*tpa=http://www.keda-group.com/resources/web/img/circle_fff.png*/
	;
}

.financial_service .pt2 .l_box .info {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.financial_service .pt2 .r_box .box1 {
	float: left;
	width: 50%;
}

.financial_service .pt2 .r_box .box2 {
	float: left;
	width: 50%;
}

.financial_service .pt2 .r_box .box1 .pd {
	padding-right: 80px;
}

.financial_service .pt2 .r_box .img {
	text-align: center;
	margin-bottom: 10px;
}

.financial_service .pt2 .r_box .pd .img img {
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.financial_service .pt2 .r_box .pd:hover .img img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.financial_service .pt2 .r_box .num {
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-family: Impact;
	line-height: 1;
	margin-bottom: 20px;
}

.financial_service .pt2 .r_box .info {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 22px;
}

.financial_service .pt3 {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/jr_pt3.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/jr_pt3.jpg*/
		center center no-repeat;
}

.financial_service .pt3 .img_box {
	width: 52%;
}

.financial_service .pt3 .info_box {
	width: 48%;
}

.financial_service .pt3 .info_box .pd {
	padding: 130px 70px 0 60px;
	display: block;
	display: block;
}

.financial_service .pt3 .info_box .info {
	color: #575757;
	font-size: 14px;
	line-height: 26px;
	opacity: 0.8;
}

.financial_service .pt4 {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/jr_pt4.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/jr_pt4.jpg*/
		center center no-repeat;
	background-size: cover;
	height: 540px;
	overflow: hidden;
}

.financial_service .pt4 .l_box {
	width: 33%;
}

.financial_service .pt4 .r_box {
	width: 67%;
}

.financial_service .pt4 .l_box .pd {
	padding-top: 120px;
}

.financial_service .pt4 .r_box .pd {
	padding: 50px 0 0 140px;
}

.financial_service .pt4 .r_box .pd img {
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.financial_service .pt4 .r_box .pd:hover img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.financial_service .pt4 .pd .num_tit {
	text-align: left;
}

.financial_service .pt5 {
	padding: 35px 0 80px;
}

.financial_service .pt5 .info {
	font-size: 14px;
	color: #575757;
	margin-bottom: 35px;
	text-align: center;
}

.financial_service .pt5 .tit_box {
	background: #f4f4f4;
	padding: 30px 40px;
	font-size: 16px;
	color: #3b3b3b;
}

.financial_service .pt5 li:hover .tit_box {
	background: #e7182a;
	color: #fff;
}

.financial_service .pt6 {
	background-color: #aaa\9;
	background-color: rgba(0, 0, 0, .6);
	background-image: url(http://wz.lnjttz.cn/wzgs/template/page/img/jr_pt6.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/jr_pt6.jpg*/
	;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 435px;
}

.financial_service .pt6 .l_box {
	width: 50%;
}

.financial_service .pt6 .pd {
	padding: 50px 170px 0 0;
	display: block;
}

.financial_service .pt6 .pd .num_tit {
	color: #fff;
	text-align: left;
}

.financial_service .pt6 .pd .num_tit .num {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/circle_fff.png)
		/*tpa=http://www.keda-group.com/resources/web/img/circle_fff.png*/
		center center no-repeat;
}

.financial_service .pt6 .info {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

/*logo_design*/
.logo_design .pt1 .tit {
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}

.logo_design .pt1 .info {
	font-size: 13px;
	color: #595757;
	line-height: 26px;
	margin-bottom: 50px;
}

.logo_design .pt2 {
	padding-bottom: 40px;
	border-top: 1px solid #d9d9d9;
}

.logo_design .line {
	width: 160px;
	height: 3px;
	background: #ee1c25;
	margin-top: -1px;
}

.logo_design .pt2 .tit {
	margin-top: 28px;
	font-size: 19px;
	color: #ee1c25;
}

.logo_design .pt2 .con .pd {
	padding-left: 25%;
}

/*.logo_design .pt2 .con .pd .box{width:33%;}*/
.logo_design .pt2 .con .pd .box1 {
	margin-right: 12%;
}

.logo_design .pt2 .con .pd .box .img_box {
	margin-bottom: 40px;
}

.logo_design .pt2 .con .pd .box .tit_box {
	text-align: center;
}

.logo_design .pt3 {
	padding-bottom: 40px;
	border-top: 1px solid #d9d9d9;
}

.logo_design .pt3 .tit {
	margin-top: 28px;
	font-size: 19px;
	color: #ee1c25;
}

.logo_design .pt3 .con .pd {
	padding-left: 25%;
}

.logo_design .pt3 .con .pd li {
	width: 33.333%;
}

.logo_design .pt3 .con .pd .color {
	width: 65px;
	height: 65px;
	margin-right: 20px;
}

.logo_design .pt3 .con .pd .text ._t {
	font-size: 15px;
	line-height: 26px;
	color: #676767;
	margin-bottom: 10px;
}

.logo_design .pt3 .con .pd .text .cmyk {
	color: #999999;
	font-size: 15px;
	line-height: 26px;
}

.logo_design .pt4 {
	padding-bottom: 40px;
	border-top: 1px solid #d9d9d9;
}

.logo_design .pt4 .tit {
	margin-top: 28px;
	font-size: 19px;
	color: #ee1c25;
}

.logo_design .pt4 .con .pd {
	padding-left: 25%;
}

.logo_design .pt4 .con .pd li {
	margin-bottom: 40px;
}

.logo_design .pt4 .con .pd ._t {
	font-size: 15px;
	color: #676767;
	margin-bottom: 20px;
}

.logo_design .pt4 .con .pd .font_box {
	width: 100%;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/gezi.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/gezi.jpg*/
		repeat;
	text-align: center;
	border: 1px solid #e7e7e7;
}

.logo_design .pt4 .con .pd .font_box img {
	vertical-align: middle;
	max-height: 130px;
}


/*通用-表单页面样式1*/
/*used contact_message && job_form*/
.uni_form1 .form_tab_text {
	font-size: 14px;
	color: #4f4f4f;
	margin-bottom: 36px;
}

.uni_form1 .form_tab_main {
	width: 100%;
	margin-bottom: 48px;
}

.uni_form1 ._tab_main_box {
	border: 1px solid #e6e6e6;
	padding: 30px 18px;
}

.uni_form1 ._tab_main_box ._tab_list {
	margin-bottom: 20px;
}

.uni_form1 ._tab_main_box ._box_title {
	font-size: 14px;
	color: #333333;
	padding: 0 0 10px;
}

.uni_form1 ._tab_main_box ._box_title em {
	vertical-align: middle;
	margin-right: 4px;
}

.uni_form1 ._tab_main_box ._list_inp ._box_select,
.uni_form1 ._tab_main_box ._list_inp ._box_inp {
	padding: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 14px;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}

.uni_form1 ._tab_main_box ._list_inp ._box_text {
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 230px;
	resize: none;
}

.uni_form1 button {
	border: none;
	outline: none;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
	cursor: pointer;
}

.uni_form1 ._tab_btn {
	width: 100%;
	text-align: center;
}

.uni_form1 ._tab_btn ._btn {
	width: 16%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 4px;
}

.uni_form1 ._tab_btn ._btn:hover {
	opacity: .8;
}

.uni_form1 ._tab_btn ._btn._btn_tj {
	background-color: #e60012;
}

.uni_form1 ._tab_btn ._btn._btn_cz {
	background-color: #576b7c;
}

.uni_form1 ._tab_main_box ._list_inp .select-ui-choose-uni_form1_sele ._arrow {
	border-left: 1px solid #e6e6e6;
	width: 39px;
	text-align: center;
}

.uni_form1 ._tab_main_box .select-ui-choose-uni_form1_sele ._arrow .arr {
	border-color: #e6e6e6 transparent transparent;
	left: 50%;
	margin-left: -.4em;
	border-style: solid;
	border-width: .4em;
	margin-top: -.2em;
}

body .select-ui-options-uni_form1_sele {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	border-top: 0px;
}

body .select-ui-options-uni_form1_sele li {
	padding: 8px 23px 10px 14px;
}

body .select-ui-options-uni_form1_sele li:hover {
	background: #e6e6e6;
}


/*招聘详情*/
.job_detail .jd_head_con {
	overflow: hidden;
	padding: 20px 1.66666667% 20px 4%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #696969;
}

.job_detail .jd_tag {
	margin-top: 2px;
	font-size: 15px;
}

.job_detail .jd_name {
	font-size: 20px;
}

.job_detail .jd_back {
	display: block;
	position: relative;
	padding-left: 30px;
	color: #fff;
}

.job_detail .jd_back:hover {
	opacity: .8;
}

.job_detail .jd_back:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/jd01.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/jd01.png*/
		center center no-repeat;
}

.job_detail .jd_brief1 {
	margin-bottom: 45px;
	padding: 50px 0 35px;
	font-size: 13px;
	color: #3f3f3f;
	border-bottom: #d9d9d9 1px solid;
}

.job_detail .jd_brief1 .brief1_col1 {
	float: left;
	margin-right: 1.25%;
	width: 28.33333333%;
}

.job_detail .jd_brief1 .brief1_col2 {
	float: left;
	margin-right: 1.5%;
	width: 20%;
}

.job_detail .jd_brief1 .brief1_col3 {
	float: left;
	margin-right: 0;
	width: 48.5%;
}

.job_detail .jd_brief1 .rec {
	margin-bottom: 10px;
}

.job_detail .jd_brief1 .rec .hd,
.job_detail .jd_brief1 .rec .bd {
	float: left;
}

.job_detail .jd_brief2 {
	margin-bottom: 50px;
	padding-bottom: 90px;
	border-bottom: #d9d9d9 1px solid;
}

.job_detail .jd_brief2_cell .cell_tit {
	margin-bottom: 15px;
	font-size: 24px;
	color: #3f3f3f;
}

.job_detail .jd_brief2_cell .typeIn {
	line-height: 2;
	font-size: 13px;
	color: #9e9e9e;
}

.job_detail ._tab_btn {
	width: 100%;
	text-align: center;
}

.job_detail ._tab_btn ._btn {
	width: 16%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 4px;
}

.job_detail ._tab_btn ._btn:hover {
	opacity: .8;
}

.job_detail ._tab_btn ._btn._btn_tj {
	background-color: #e60012;
}

.job_detail ._tab_btn ._btn._btn_cz {
	background-color: #576b7c;
}


/*2017-06-01*/
/*综合页banner标题-因做图需要暂时隐藏*/
.banner2 .banner_text {
	display: none;
}


/*2017-06-02 ysl*/
/*页面底部-留白100px*/
.ipart3 {
	margin-bottom: 100px;
}

.channel_content {
	padding-bottom: 100px;
}

/*关于-集团领导*/
.leader .leader_list {
	margin-bottom: -50px;
}

/*企业文化 去除底部margin偏移*/
.culture .pt1 {
	overflow: visible;
}

.culture .pt1 .tit_log img:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.culture .pt1 .tit_log img {
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.culture .pt2 .pd:hover .img_box img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.culture .pt2 .img_box img {
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

/*高新技术-先进设备 图片尺寸1:1*/
.layout_hightech_device .care_list .img_box .rect-75 {
	padding-bottom: 100%;
}

/*发展历程*/
.resource-type-wrap .panel {
	visibility: hidden;
}

.resource-type-wrap .panel.masonry-brick {
	visibility: visible;
}

.resource-type-wrap .panel .inner_box .put_time {
	position: absolute;
	top: 30px;
	left: 7px;
}

.resource-type-wrap .panel.leftBox_resource .inner_box .put_time {
	left: auto;
	right: 5px;
}

.resource-type-wrap .panel .inner_box .put_desc,
.dev .panel .img_box {
	padding-left: 80px;
	text-align: left;
}

.resource-type-wrap .panel.leftBox_resource .inner_box .put_desc {
	padding-left: 0;
	padding-right: 80px;
}

.resource-type-wrap .panel.leftBox_resource .img_box {
	padding-left: 0;
}

/*入场*/
/*for ie9*/
@media all and (min-width:0) {
	.sr_cell {
		opacity: 1\9\0;
	}
}

/*for ie10-11*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.sr_cell {
		opacity: 0;
	}
}


/*2017-06-03 ysl*/
/*关于-综合*/
.stepIn .pt4 .r_box .rect_box .top_box {
	padding-bottom: 45%;
}

.stepIn .pt4 .r_box .rect_box .btm_box ._rbox .rect_radio {
	padding-bottom: 93%;
}

.stepIn .pt4 .img_text,
.stepIn .pt4 .r_box .rect_box .btm_box ._lbox {
	/*background:rgba(230,0,18,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cde60012,endcolorstr=#cde60012);*/
	background-color: #eb3341;
}

/*新闻-详情*/
.widget-newsdetail-8 .n_right {
	padding-top: 0;
}

.widget-newsdetail-8 ._tools ._tool .ico2_1 {
	margin-right: 5px;
}

.widget-newsdetail-8 ._tools ._back .back_ico {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/jd01_b.png)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/jd01_b.png*/
		right center no-repeat;
}


/*2017-06-05 ysl*/
/*临时-分页*/
/* page-1 start*/
.page {
	font-size: 12px;
	color: #777777;
	text-align: center;
}

.page a,
.page span {
	color: #777777;
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
}

.page .goprev {
	margin-right: 10px;
}

.page .gonext,
.page .count {
	margin-left: 10px;
}

.page a:hover,
.page span {
	color: #fff;
	background: #e60012;
}

.page span.goprev,
.page span.gonext {
	color: #777777;
	background: none
}

.page span.count {
	border: 0;
	background: 0;
	color: #777777;
}

/*企业文化-社会责任*/
.culture_social .part1 {
	margin-bottom: 75px;
}

.culture_social .page_tit {
	margin-bottom: 35px;
	line-height: 1;
	color: #ccc;
}

.culture_social .page_tit .tit_main {
	font-size: 60px;
	font-weight: bold;
}

.culture_social .page_tit .tit_sub {
	margin: 25px 0 0 20px;
	font-size: 31px;
	/*font-family:"宋体";*/
}

.culture_social .page_desc {
	line-height: 2;
	font-size: 13px;
	color: #595757;
}

/*通用-图片列表1*/
/*used culture_social*/
.uni_pic_list1 .pic_cell_con {
	position: relative;
}

.uni_pic_list1 .pic_cell {
	margin-bottom: 55px;
}

.uni_pic_list1 .cell_post {
	width: 72%;
}

.uni_pic_list1 .cell_post .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 50%;
}

.uni_pic_list1 .cell_post .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uni_pic_list1 .cell_bulletin {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -158px;
	width: 47.5%;
	height: 316px;
	background-color: #fff;
	border: #aaa 1px solid\9;
}

@media all and (min-width:0) {
	.uni_pic_list1 .cell_bulletin {
		border: none;
		box-shadow: 0 0 16px #aaa;
	}
}

.uni_pic_list1 .cell_bulletin_con {
	padding: 7% 9.6% 7% 8.7%;
}

.uni_pic_list1 .cell_bulletin .cell_tit {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 32px;
	color: #3b3a3a;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.uni_pic_list1 .cell_bulletin .cell_tit:hover {
	color: #e60012;
}

.uni_pic_list1 .cell_bulletin .cell_tit_sub {
	height: auto;
	max-height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #606060;
}

.uni_pic_list1 .cell_bulletin .cell_desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #868686;
}

.uni_pic_list1 .cell_bulletin .uni_btn_more_wrap {
	margin-left: 0;
}

.uni_pic_list1 .cell_album {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

/*2017-06-05 ysl end*/

/*partywork*/
.partywork .uni_btn_more_wrap {
	margin-left: 0;
}

.partywork .pt1 {
	padding-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
}

.partywork .pt1 .l_box {
	width: 40%;
}

.partywork .pt1 .l_box .pd {
	padding: 60px 100px 0 0;
}

.partywork .pt1 .l_box .pd .tit {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
	color: #000;
}

.partywork .pt1 .l_box .pd .info {
	font-size: 13px;
	line-height: 26px;
	color: #595757;
	margin-bottom: 30px;
}

.partywork .pt1 .r_box {
	width: 60%;
}

.partywork .pt1 .r_box .img_box {
	cursor: pointer;
}

.partywork .pt1 .r_box .box1 {
	width: 66.66666%;
}

.partywork .pt1 .r_box .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.partywork .pt1 .r_box .box1 .mask .pd {
	padding: 30px;
	background: #ee1c25;
	font-size: 18px;
	color: #fff;
}

.partywork .pt1 .r_box .box2 {
	width: 33.33333%;
}

.partywork .pt1 .r_box .box2 .mask .pd {
	padding: 20px;
	font-size: 15px;
	color: #fff;
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/black.6.png)
		/*tpa=http://www.keda-group.com/resources/web/img/black.6.png*/
	;
}

.partywork .pt2 {
	padding: 80px 0 40px;
	border-bottom: 1px solid #e0e0e0;
}

.partywork .pt2 .l_box {
	width: 60%;
}

.partywork .pt2 .l_box .slide_honor {
	overflow: hidden;
	height: 242px;
}

.partywork .pt2 .l_box .slide_honor .cell {
	float: left;
	width: 33.3333%;
	visibility: hidden;
	cursor: pointer;
}

.partywork .pt2 .l_box .slide_honor .owl-item .cell {
	visibility: visible;
	float: none;
	margin: 0 auto;
	max-width: 240px;
	width: 100%;
}

.partywork .pt2 .l_box .slide_honor .cell .img_box {
	padding-right: 10px;
}

.partywork .pt2 .l_box .slide_honor .name_box {
	padding-right: 10px;
}

.partywork .pt2 .l_box .slide_honor .name_box ._t {
	padding: 25px 20px;
	background: #f4f4f4;
	font-size: 13px;
	color: #595757;
	text-align: center;
}

.partywork .pt2 .l_box .hd {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.partywork .pt2 .l_box .hd.disabled {
	display: none;
}

.partywork .pt2 .l_box .hd .owl-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #d4d4d4;
	font-size: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
	cursor: pointer;
}

.partywork .pt2 .l_box .hd .owl-dot.active {
	border-color: #ec2931;
}

.partywork .pt2 .r_box {
	width: 40%;
}

.partywork .pt2 .r_box .pd {
	padding: 23px 50px 0;
}

.partywork .pt2 .r_box .pd .tit {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
	color: #000;
}

.partywork .pt2 .r_box .pd .info {
	font-size: 13px;
	line-height: 26px;
	color: #595757;
	margin-bottom: 30px;
}

.partywork .pt3 {
	padding-top: 80px;
}

.partywork .pt3 .l_box {
	width: 40%;
}

.partywork .pt3 .l_box .pd {
	padding: 60px 100px 0 0;
}

.partywork .pt3 .l_box .pd .tit {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
	color: #000;
}

.partywork .pt3 .l_box .pd .info {
	font-size: 13px;
	line-height: 26px;
	color: #595757;
	margin-bottom: 30px;
}

.partywork .pt3 .r_box {
	width: 60%;
}

.partywork .prt3_cell {
	float: left;
	width: 33.33333333%;
	cursor: pointer;
}

.partywork .prt3_cell_con {
	position: relative;
	height: 0;
	padding-bottom: 147.5%;
}

.partywork .prt3_cell .img_box,
.partywork .prt3_cell .txt_box {
	position: absolute;
	left: 0;
	width: 100%;
}

.partywork .prt3_cell .txt_box {
	top: 50%;
	z-index: 1;
	background-color: #ee1c25;
}

.partywork .prt3_cell2 .txt_box {
	background-color: #fff;
}

.partywork .prt3_cell .txt_box:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -14px;
	z-index: 1;
	margin-bottom: -14px;
	margin-left: -14px;
	border-width: 0px 14px 14px 14px;
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent #ee1c25 transparent;
}

.partywork .prt3_cell .img_box {
	top: 0;
}

.partywork .prt3_cell .img_wrap,
.partywork .prt3_cell .txt_wrap {
	position: relative;
	height: 0;
	padding-bottom: 73.75%;
}

.partywork .prt3_cell .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.partywork .prt3_cell .txt_con {
	padding: 70px 60px 30px 40px;
}

.partywork .prt3_cell .cell_tit {
	margin-bottom: 5px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.partywork .prt3_cell2 .cell_tit {
	color: #404040;
}

.partywork .prt3_cell.prt3_cell2 .txt_box {
	top: 0;
}

.partywork .prt3_cell.prt3_cell2 .img_box {
	top: 50%;
}

.partywork .prt3_cell.prt3_cell2 .txt_box:after {
	bottom: -14px;
	margin-top: -14px;
	margin-bottom: auto;
	border-width: 14px 14px 0 14px;
	border-style: solid dashed dashed dashed;
	border-color: #fff transparent transparent transparent;
	top: initial;
}


/*2017-06-08 ysl*/
/*通用-返回顶部*/
.floatR {
	display: none;
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
}

.floatR.show {}

.floatR .gotop {
	width: 57px;
	height: 40px;
}

.floatR .gotop a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6a6a6c;
	background-image: url(http://wz.lnjttz.cn/wzgs/template/page/img/ysl/floatR01.jpg)
		/*tpa=http://www.keda-group.com/resources/web/img/ysl/floatR01.jpg*/
	;
	background-position: -57px 0;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.floatR .gotop a:hover {
	background-position: 0 0;
}

/*通用-表单样式2*/
/*used job_form2*/
.uni_form2 {
	overflow: hidden;
}

.uni_form2 .teamF,
.uni_form2 .teamE,
.uni_form2 .teamW {
	min-height: 30px;
}

.uni_form2 .teamO .row {
	margin-bottom: 15px;
}

.uni_form2 .form_row .inp,
.form_row ._select,
.uni_form2 .form_row .inp,
.form_row textarea {
	border: 0;
	padding: 0
}

.uni_form2 .form_wrapper ._items {
	height: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin: 1em 0 2em;
}

.uni_form2 .form_wrapper ._items ._t {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	padding: 0 .5em;
	background: #fff;
	font-size: 1rem;
}

.uni_form2 .form_wrapper ._item {
	margin: .5em 3em;
	font-weight: bold;
	color: #000;
}

.uni_form2 .form_row {
	margin-bottom: 10px;
	line-height: 28px;
}

.uni_form2 .form_row ._t {
	width: 11em;
	text-align: right;
	vertical-align: middle;
}

.uni_form2 .form_row ._input {
	width: 60%;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 0 2px;
}

.uni_form2 .form_row b {
	display: inline-block;
	color: red;
	vertical-align: middle;
}

.uni_form2 .form_row ._short {
	width: 8.2em;
}

.uni_form2 .form_row .textarea_box {
	width: 80%;
}

.uni_form2 .form_row .inp,
.form_row ._select {
	width: 100%;
}

.uni_form2 .form_row ._textarea {
	overflow: auto;
	height: 5em;
	width: 100%;
}

.uni_form2 .form_wrapper ._act {
	text-align: center;
	margin-top: 30px;
}

.uni_form2 .form_wrapper ._act button {
	width: 16%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 4px;
	border: none;
	cursor: pointer;
}

.uni_form2 .form_wrapper ._act button:hover {
	opacity: .8;
}

.uni_form2 .form_wrapper .sub {
	background: #e60012;
}

.uni_form2 .form_wrapper .res {
	background: #576b7c;
}

.uni_form2 .es_promiss {
	margin-top: 60px;
	text-align: center;
}

.uni_form2 .form_tip_row1 {
	margin-bottom: 50px;
}

.uni_form2 .form_tip_row1 .tip1 {
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #1d1d1d;
}

.uni_form2 .form_tip_row1 .tip_link {
	float: right;
}

.uni_form2 .button_default {
	display: inline-block;
	float: right;
	margin: 5px 2px;
	width: 10em;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #1d1d1d;
	background-color: #e5e5e5;
	text-align: center;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	cursor: pointer;
}

.uni_form2 .button_default:hover {
	color: #fff;
	background-color: #e60012;
}

.uni_form2 .button_default#ctlBtn {
	display: none;
	width: 6em;
}

.uni_form2 .button_default#ctlBtn.canUpload {
	display: block;
}

.uni_form2 .button_default#ctlBtn:hover {
	color: #1d1d1d;
	background-color: #e5e5e5;
	cursor: default;
}

.uni_form2 .button_default#ctlBtn.canUpload:hover {
	color: #fff;
	background-color: #e60012;
	cursor: pointer;
}

.uni_form2 .button_default#filePicker.canUpload {
	display: none;
}

.uni_form2 #fileList {
	padding-top: 10px;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 100%;
	text-align: right;
}

.uni_form2 #fileList .thumbnail {
	display: inline-block;
	position: relative;
	padding-right: 28px;
}

.uni_form2 #fileList .thumbnail img,
.uni_form2 #fileList .thumbnail span {
	display: none;
}

.uni_form2 #fileList .thumbnail .text-danger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.uni_form2 .add_btn,
.uni_form2 .dele_btn {
	clear: both;
	text-align: right;
	height: 0px;
	border-bottom: 0px solid #ddd;
	position: relative;
}

.uni_form2 .add_btn a,
.uni_form2 .dele_btn a {
	padding: 0px;
	display: inline-block;
	width: 61px;
	height: 23px;
	line-height: 22px;
	position: absolute;
	right: 25px;
	top: 0px;
	background: #fff;
	text-align: center;
	color: #000;
	border-radius: 4px;
	border: #adadad 1px solid;
}

.uni_form2 .add_btn a {
	right: 95px;
}

.uni_form2 .dele_btn {
	margin-bottom: 30px;
}

@media only screen and (max-width: 40em) {
	.uni_form2 .form_row ._t {
		width: 7em;
	}

	.uni_form2 .form_row ._long {
		width: 60%;
	}
}

/*产业-基础设施*/
.infrastructure .pt2 .num_tit {
	margin-bottom: 35px;
}

.infrastructure .pt7 .info {
	width: 60%;
	font-size: 14px;
	color: #575757;
	text-align: center;
	margin: 0 auto 40px;
}

.infrastructure .prt7_pic_list {
	margin-bottom: 70px;
}

.infrastructure .prt7_pic_list .pic_row {
	width: 100.33333333%;
}

.infrastructure .prt7_pic_list .pic_row:before,
.infrastructure .prt7_pic_list .pic_row:after {
	content: '';
	display: block;
	clear: both;
}

.infrastructure .prt7_pic_list .pic_cell {
	float: left;
	margin-right: .33333333%;
	width: 33%;
}

.infrastructure .prt7_pic_list .pic_cell .img_wrap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

.infrastructure .prt7_pic_list .pic_cell .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infrastructure .column_tit {
	font-size: 30px;
	color: #474747;
	text-align: center;
	margin-bottom: 50px;
}

.infrastructure .column_tit .tit_hd {
	margin-bottom: 20px;
}

.infrastructure .column_tit .tit_bd {
	font-size: 14px;
	color: #575757;
}

.infrastructure .pt7 .icons_list {
	padding-bottom: 75px;
}

.infrastructure .pt7 .icons_list .wrap {
	position: relative;
}

.infrastructure .pt7 .icons_list .slide_box {
	height: 142px;
	overflow: hidden;
}

.infrastructure .pt7 .icons_list .slide_cell {
	visibility: hidden;
	width: 16.6666%;
	float: left;
}

.infrastructure .pt7 .icons_list .owl-item .slide_cell {
	visibility: visible;
	width: 100%;
}

.infrastructure .pt7 .icons_list .slide_cell .tubiao {
	width: 46px;
	height: 46px;
	margin-bottom: 15px;
}

.infrastructure .pt7 .icons_list .slide_cell a .tubiao {
	background-position: 0 0;
}

.infrastructure .pt7 .icons_list .slide_cell a:hover .tubiao {
	background-position: -46px 0;
}

.infrastructure .pt7 .icons_list .slide_cell a {
	border-left: 1px solid #dfdedd;
	display: block;
	transition: border-color 0s;
}

.infrastructure .pt7 .icons_list .first a {
	border-color: #fff;
}

.infrastructure .pt7 .icons_list .pd {
	padding: 7px 0 0 20px;
}

.infrastructure .pt7 .icons_list .name {
	font-size: 20px;
	color: #444444;
	margin-bottom: 20px;
}

.infrastructure .pt7 .icons_list .level {
	font-size: 14px;
	color: #e60012;
}

.infrastructure .pt7 .icons_list .icons_slide_arrs div[class*="owl-"] {
	position: absolute;
	width: 13px;
	height: 25px;
	top: 50%;
	z-index: 1;
	margin-top: -13px;
	font-size: 0;
}

.infrastructure .pt7 .icons_list .icons_slide_arrs div[class*="owl-"].disabled {
	display: none;
}

.infrastructure .pt7 .icons_list div[class*="owl-"].owl-prev {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/prev.png)
		/*tpa=http://www.keda-group.com/resources/web/img/prev.png*/
		center center;
	cursor: pointer;
	left: -20px;
}

.infrastructure .pt7 .icons_list div[class*="owl-"].owl-next {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/next.png)
		/*tpa=http://www.keda-group.com/resources/web/img/next.png*/
		center center;
	cursor: pointer;
	right: -20px;
}

.infrastructure .tab_style .tab_t_box span {
	width: 200px;
}

/*产业-基础设施-详情*/
.infrastructure_detail .prt1_lt {
	float: left;
	width: 50%;
	margin-right: 4.5%;
	margin-bottom: 2%;
}

.infrastructure_detail .prt1_rt {
	float: left;
	width: 43.5%;
	margin-right: 2%;
}

.infrastructure_detail .prt1_rt .prt_tit {
	padding: 10px 0 25px;
	font-size: 30px;
	color: #000;
}

.infrastructure_detail .prt1_rt .prt_desc {
	line-height: 2.1;
}

/*产业-高新技术*/
/*.layout_hightech .part4_con { font-size:0; text-align:center; }
.layout_hightech .prt4_cell { float:none; display:inline-block; text-align:left; }
.layout_hightech .prt4_cell .cell_desc { font-size:14px; }*/
.layout_hightech .prt4_cell {
	width: 47%;
}

.layout_hightech .prt4_cell_con {
	padding: 11.04% 9.32%;
}

/*2017-06-08 ysl end*/

/*20170608 导航下拉*/
.head_posi .drop_new {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.head_posi .drop_new .drop_layout {
	width: 780px;
	position: absolute;
	top: 0;
}

.head_posi .drop_new .drop_layout.drop_1 {
	left: 190px;
}

.head_posi .drop_new .drop_layout.drop_2 {
	left: 294px;
}

.head_posi .drop_new .drop_layout.drop_3 {
	left: 398px;
	left: auto;
	right: 0;
}

.head_posi .drop_new .drop_layout.drop_4 {
	right: 0;
}

.head_posi .drop_new .drop_layout.drop_5 {
	right: 0;
}

.head_posi .drop_new .drop_layout.drop_6 {
	right: 0;
}

.head_posi .drop_new .drop_col1 {
	width: 48%;
}

.head_posi .drop_new .drop_col1 .drop_col_con {
	padding: 20px 50px 30px 50px;
}

.head_posi .drop_new .drop_col3 {
	width: 50%;
}

.head_posi .drop_new .drop_line {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/drop_line.png)
		/*tpa=http://www.keda-group.com/resources/web/img/drop_line.png*/
		center top repeat-y;
}

.head_posi .drop_new .sec_li:last-child {
	border: none;
}

.inav .nav_li {
	position: relative;
}

.inav .nav_li:after {
	content: '';
	width: 0;
	height: 2px;
	display: block;
	left: 50%;
	background-color: #e60012;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	position: absolute;
	bottom: 0;
}

.inav .nav_li:hover:after {
	width: 100%;
	left: 0;
}

/*三栏drop_new 简介-二级导航-图片&描述*/
.head_posi .drop_new .drop_layout {
	width: 820px;
	height: 330px;
}

.head_posi .drop_new .drop_layout:before,
.head_posi .drop_new .drop_layout:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ddd;
}

.head_posi .drop_new .drop_layout:before {
	left: 40%;
}

.head_posi .drop_new .drop_layout:after {
	left: 60%;
}

.head_posi .drop_new .drop_line {
	background: none;
}

/*.head_posi .drop_new { display:block!important; }*/
.head_posi .drop_new .drop_col3 {
	width: 40%;
}

.head_posi .drop_new .drop_col1 {
	width: 20%;
}

.head_posi .drop_new .drop_col4 {
	float: left;
	width: 40%;
}

.head_posi .drop_new .drop_col3 .drop_col_con {
	padding-left: 40px;
}

.head_posi .drop_new .drop_col1 .drop_col_con {
	padding: 20px;
}

.head_posi .drop_new .drop_col4 .drop_col_con {
	padding-right: 40px;
}

.head_posi .drop_lists .two_columns .sec_ul {
	float: none;
}

.head_posi .drop_lists .sec_li {
	/* height: auto; */
}

.head_posi .drop_lists .sec_li.no_a {
	display: none;
}

.head_posi .drop_lists .sec_li,
.head_posi .drop_new .sec_li:last-child {
	border-bottom: #ddd 1px solid;
}

.head_posi .drop_lists .sec_li>a {
	height: 40px;
	line-height: 40px;
}

.head_posi .drop_new .drop_col4 .drop_col_con {
	padding: 20px;
}

.head_posi .drop_new .drop_col4 .img_wrap {
	position: relative;
	margin-bottom: 20px;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

.head_posi .drop_new .drop_col4 .drop_img_desc {
	display: none;
	font-size: 15px;
	color: #333;
}

/*20160608 房地产详细*/
.house_detail .pt1 {
	margin-bottom: 60px;
	background: #f0f0f0;
	overflow: hidden;
}

.house_detail .pt1 .l_box {
	width: 50%;
}

.house_detail .pt1 .r_box {
	width: 50%;
}

.house_detail .pt1 .r_box .pd {
	padding: 40px 50px 30px;
}

.house_detail .pt1 .r_box .tit {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
}

.house_detail .pt1 .r_box .info {
	max-height: 3.2em;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

.house_detail .pt1 .r_box .line {
	width: 100%;
	height: 1px;
	background: #c0c0c0;
	margin-bottom: 25px;
}

.house_detail .pt1 .r_box .list li {
	margin-bottom: 10px;
}

.house_detail .pt1 .r_box .list .cell {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	color: #000;
	line-height: 34px;
}

.house_detail .pt1 .r_box .list .cell:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
}

.house_detail .pt1 .r_box .list .cell1:after {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/tel.png)
		/*tpa=http://www.keda-group.com/resources/web/img/tel.png*/
		left center no-repeat;
}

.house_detail .pt1 .r_box .list .cell2:after {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/yt.png)
		/*tpa=http://www.keda-group.com/resources/web/img/yt.png*/
		left center no-repeat;
}

.house_detail .pt1 .r_box .list .cell3:after {
	background: url(http://wz.lnjttz.cn/wzgs/template/page/img/dz.png)
		/*tpa=http://www.keda-group.com/resources/web/img/dz.png*/
		left center no-repeat;
}

.house_detail .pt2 {
	margin-bottom: 100px;
}

.house_detail .pt2 .prt_con {
	line-height: 1.9;
}

/*通用-区块标题1*/
/*used  house_detail*/
.uni_prt_tit {
	position: relative;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #221815;
	text-align: center;
}

.uni_prt_tit:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background-color: #d3d1d0;
}

.uni_prt_tit .tit_hd {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background-color: #fff;
}

#map img {
	max-width: none;
}

#map label {
	max-width: none;
}

/*2017-06-12 ysl*/
/*新页脚*/
.footer_new {
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.footer_new em {
	margin: 0 4px;
}

.footer_new .footer_n1 {
	padding: 18px 0;
	color: #fff;
	background-color: #e60012;
}

.footer_new .footer_n1 a {
	color: #fff;
}

.footer_new .footer_n1 .text_link {
	display: inline-block;
	position: relative;
}

.footer_new .footer_n1 .text_link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.footer_new .footer_n1 .text_link:hover:after {
	left: 0;
	width: 100%;
}

.footer_new .footer_n2 {
	padding: 40px 0 55px;
	color: #000;
}

.footer_new .footer_n2 .foot_logo {
	margin-right: 20px;
	max-width: 96px;
}

.footer_new .footer_n2 .foot_logo img {
	margin-top: 5px;
	height: 24px;
}

/*产业-基础设施*/
/*先进设备隐藏*/
.infrastructure .pt5 {
	display: none;
}

/*产业-金融服务*/
.channel_content.financial_service {
	padding-bottom: 0;
}

/*新闻列表*/
/*used news_list*/
.widget-newslist-10 .list_hd {
	background-color: #f0f0f0;
	padding: 50px 60px 40px;
	margin-bottom: 26px;
}

.widget-newslist-10 .hd_tit {
	font-size: 20px;
	color: #1e1e1e;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-right: 2%;
}

.widget-newslist-10 .inp_box_wrap {
	width: 20%;
	margin-right: 2%;
}

.widget-newslist-10 .inp_box {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	padding: 0;
	margin: 0;
	box-sizing: content-box;
	font-size: 13px;
	color: #999;
	padding: 0;
	text-indent: 10px;
}

/*.widget-newslist-10 .select_box { width:14%; margin-right:2%; }*/
.widget-newslist-10 .hd_btn {
	width: 20%;
	border: none;
	text-align: center;
	background-color: #e60012;
	font-size: 15px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	outline: none;
	cursor: pointer;
}

.widget-newslist-10 .list_box {
	padding: 46px 60px 40px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-newslist-10 .list_main {
	overflow: hidden;
}

.widget-newslist-10 .bd_r {
	width: 20%;
}

.widget-newslist-10 .bd_c {
	width: 74%;
	padding: 0 8% 0 5%;
}

.widget-newslist-10 .list_title {
	font-size: 20px;
	color: #202020;
	font-weight: normal;
}

.widget-newslist-10 .list_tool {
	font-size: 12px;
	color: #c9c9c9;
	padding: 10px 0px;
}

.widget-newslist-10 .list_tool .share {
	margin-left: 20px;
	cursor: pointer;
}

.widget-newslist-10 .list_p {
	font-size: 14px;
	color: #464646;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.widget-newslist-10 .list_box:after {
	content: "";
	width: 88%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	bottom: 0;
	right: 0;
}

.widget-newslist-10 li:hover .list_box {
	background-color: #f8f8f8;
}

.widget-newslist-10 li:hover .list_box:after {
	background-color: #f8f8f8;
}

.widget-newslist-10 li:hover .list_title a {
	color: #e60012;
}

.widget-newslist-10 .list_time {
	font-size: 14px;
	color: #8d8b8b;
	padding: 0 2% 2% 0;
	border-right: 1px solid #e6e6e6;
	font-family: Arial, sans-serif;
	width: 60px;
}

.widget-newslist-10 .list_time_day {
	display: block;
	font-size: 50px;
	color: #de0025;
	line-height: 50px;
	font-family: helvetica;
}

.widget-newslist-10 .select-ui-choose ._arrow {
	width: 16%;
	right: 0;
	background: #e3e3e3;
}

.widget-newslist-10 .select-ui-choose ._arrow .arr {
	left: 50%;
	margin: 0 0 0 -0.4em;
	border-color: #969696 transparent transparent;
}

body .select-ui-options li:hover,
body .select-ui-options li.hover {
	background: #e60012;
}

body .select-ui-options-bottom,
.widget-newslist-10 .select-ui-choose-bottom.on,
.widget-newslist-10 .select_box {
	border-radius: 0px;
}

.widget-newslist-10 .bdshare-button-style1-16 a {
	padding: 0;
	margin: 0;
	background: none;
	height: 20px;
	line-height: 20px;
}

@media only screen and (max-width:1240px) {
	.widget-newslist-10 .list_tool .share {
		display: none;
	}

	.widget-newslist-10 .hd_btn {
		margin-left: 0;
	}

	.widget-newslist-10 .inp_box_wrap {
		margin-right: 1%;
	}

	.widget-newslist-10 .hd_tit {
		margin-right: 2%
	}

	.widget-newslist-10 .list_hd {
		padding: 30px 20px;
	}

	.widget-newslist-10 .list_box {
		padding: 46px 10px 40px;
	}

	.widget-newslist-10 .bd_l {
		width: 10%;
	}

	.widget-newslist-10 .bd_c {
		width: 74%;
	}
}

@media only screen and (max-width:760px) {
	.widget-newslist-10 .hd_tit {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}

	.widget-newslist-10 .inp_box_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}

	.widget-newslist-10 .hd_btn {
		width: 100%;
	}

	.widget-newslist-10 .bd_r {
		float: none;
		width: 100%;
	}

	.widget-newslist-10 .list_main {
		margin-top: 20px;
	}

	.widget-newslist-10 .bd_l {
		width: 20%;
	}

	.widget-newslist-10 .bd_c {
		width: 70%;
		padding: 0 0 0 5%;
	}

	.widget-newslist-10 .list_box:after {
		display: none;
	}
}

/*2017-06-15*/
/*关于-关怀鼓舞*/
.care .pages {
	padding-top: 20px;
}

/*关于-综合实力*/
.about_strength .pages {
	padding-top: 20px;
}

/*新闻-详情*/
.bdshare_popup_box {
	display: none !important;
}

/*20170616*/
.full_show .album_gallery .slide_nav {
	width: 90%;
}

/*2017-06-21 ysl*/
/*基础设施*/
.infrastructure .pt7_pic_slide {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 34%;
	height: 0;
	overflow: hidden;
}


.infrastructure .pt7_pic_slide .slide_nav {
	position: absolute;
	width: 100%;
	right: 5%;
	top: auto;
	bottom: 5%;
	text-align: right;
}

.infrastructure .pt7_pic_slide .slide_nav>a {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	width: 70px;
	font-size: 0;
	border: #d0ccc9 2px solid;
	cursor: pointer;
}

.infrastructure .pt7_pic_slide .slide_nav>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infrastructure .pt7_pic_slide .slide_nav>a:after {
	content: '';
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 50%;
}

.infrastructure .pt7_pic_slide .slide_nav>a.on {
	border-color: #e60012;
}

.infrastructure .pt7_pic_slide_li .slide_txts_bd {
	margin-bottom: 55px;
}

/*.infrastructure .pt7_pic_slide .slide_nav { width:200px; top:88%; bottom:auto; right:38%; }
.infrastructure .pt7_pic_slide .slide_nav > a { display:inline-block; margin:5px 6px; width:10px; height:10px; font-size:0; background-color:#d0ccc9; border-radius:50%; cursor:pointer; }
.infrastructure .pt7_pic_slide .slide_nav > a.on, .infrastructure .pt7_pic_slide .slide_nav > a:hover { background-color:#e60012; }*/

.infrastructure .pt7_pic_slide_li {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.infrastructure .pt7_pic_slide.slide .pt7_pic_slide_li {
	visibility: visible;
}

.infrastructure .pt7_pic_slide_li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.infrastructure .pt7_pic_slide_bg {
	width: 67%;
}

.infrastructure .pt7_pic_slide_bg .img_wrap {
	position: relative;
	padding-bottom: 51.25%;
	height: 0;
	overflow: hidden;
}

.infrastructure .pt7_pic_slide_bg .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infrastructure .pt7_pic_slide_li .slide_txts {
	padding: 70px 3%;
	max-width: 285px;
	width: 27%;
	color: #414141;
}

.infrastructure .pt7_pic_slide_li .slide_txts_hd {
	margin-bottom: 20px;
	font-size: 30px;
}

.infrastructure .pt7_pic_slide_li .slide_txts_bd {
	font-size: 14px;
}

/*2017-06-21 ysl*/
/*走进科达-综合实力*/
.about_strength .r_box p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.about_strength .r_box .row {
	margin-bottom: 20px;
}

/*2017-06-22 ysl*/
/*全站搜索*/
.content-46748 .sear_f .inp {
	color: #aaa;
	border: none !important;
}

.content-46748 .submit {
	width: 110px !important;
	border: none !important;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}

.content-46748 .submit:hover {
	color: #fff;
	background-color: #e60012;
}


/*2017-07-06 ysl*/
/*culture*/
.culture .pt3 .img_box {
	width: 60px;
	height: 60px;
}

.culture .pt3 {
	padding-bottom: 60px;
}

.culture .pt4 {
	margin-bottom: -100px;
	padding: 60px 0 100px;
	background-color: #dbdbdb;
}

/*通用-图片列表2*/
/*used culture*/
.uni_pic_list2 .pic_cell {
	background-color: #fff;
}

.uni_pic_list2 .pic_cell .uni_btn_more_wrap {
	margin-left: 0;
}

.uni_pic_list2 .cell_lt,
.uni_pic_list2 .cell_rt {
	float: left;
	width: 50%;
}

.uni_pic_list2 .pic_cell.eve .cell_lt {
	float: right;
}

.uni_pic_list2 .cell_lt .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.66%;
}

.uni_pic_list2 .cell_lt .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uni_pic_list2 .cell_rt .txt_con {
	padding: 7.5% 9%;
}

.uni_pic_list2 .cell_rt .cell_tit {
	margin-bottom: 25px;
	font-size: 30px;
	color: #000;
}

.uni_pic_list2 .cell_rt .cell_desc {
	margin-bottom: 40px;
	height: 3.2em;
	line-height: 1.6;
	font-size: 14px;
	color: #585858;
}

/*通用-手风琴1*/
/*used infrastructure*/
.uni_accordion1 {
	position: relative;
	height: 525px;
	overflow: hidden;
}

.uni_accordion1 .prt1_cell,
.uni_accordion1 .accordion-initialized .prt1_cell {
	position: absolute;
	top: 0;
	width: 60%;
	height: 525px;
	overflow: hidden;
	background-color: #7e909c;
	background-position: left center;
	background-repeat: no-repeat;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.uni_accordion1 .prt1_cell1 {
	left: 0;
}

.uni_accordion1 .prt1_cell2 {
	left: 20%;
}

.uni_accordion1 .prt1_cell3 {
	left: 40%;
	width: 60%;
	background-color: #fdf8f5;
	background-position: left center;
}

.uni_accordion1 .prt1_cell .cell_msk {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.uni_accordion1 .prt1_cell.open .cell_msk {
	top: 100%;
	background-color: transparent;
}

.uni_accordion1 .prt1_cell .cell_con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: transparent;
	transition: background-color ease .5s;
	-webkit-transition: background-color ease .5s;
}

.uni_accordion1 .prt1_cell.open .cell_con {
	background: rgba(0, 0, 0, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.uni_accordion1 .prt1_cell .txt_wrap {
	padding: 15px;
}

.uni_accordion1 .prt1_cell.open .txt_wrap {
	padding-left: 45px;
	padding-right: 95px;
}

.uni_accordion1 .prt1_cell .cell_tit {
	font-size: 15px;
}

.uni_accordion1 .prt1_cell.open .cell_tit {
	margin-bottom: 5px;
	font-size: 20px;
}

.uni_accordion1 .prt1_cell .cell_desc {
	height: 0;
	overflow: hidden;
	font-size: 12px;
}

.uni_accordion1 .prt1_cell.open .cell_desc {
	height: 3.2em;
	line-height: 1.6;
}

/*state-1*/
.uni_accordion1 .state-1 .prt1_cell1 {
	left: 0;
	width: 60%;
	background-color: #fdf8f5;
	background-position: left center;
}

.uni_accordion1 .state-1 .prt1_cell2 {
	left: 60%;
	background-color: #7e909c;
}

.uni_accordion1 .state-1 .prt1_cell3 {
	left: 80%;
	background-color: #7e909c;
}

/*state-2*/
.uni_accordion1 .state-2 .prt1_cell1 {
	left: 0;
	background-color: #7e909c;
}

.uni_accordion1 .state-2 .prt1_cell2 {
	left: 20%;
	width: 60%;
	background-color: #fdf8f5;
	background-position: left center;
}

.uni_accordion1 .state-2 .prt1_cell3 {
	left: 80%;
	background-color: #7e909c;
}

/*state-3*/
.uni_accordion1 .state-3 .prt1_cell1 {
	left: 0;
	background-color: #7e909c;
}

.uni_accordion1 .state-3 .prt1_cell2 {
	left: 20%;
	background-color: #7e909c;
}

.uni_accordion1 .state-3 .prt1_cell3 {
	left: 40%;
	width: 60%;
	background-color: #fdf8f5;
	background-position: left center;
}

/*基础设施*/
.infrastructure .pt7_acc1_wrap {
	margin-bottom: 55px;
}


/*2017-07-13 ysl*/
/*index*/
.ipart3 .uni_column_tit1 .col_tit {
	padding-bottom: 0;
}

.ipart3 .uni_column_tit1 .col_desc {
	display: none;
}

/*2017-07-20 ysl*/
.banner2,
.banner3 {
	height: 450px;
}


/*2017-08-09 ysl*/
/*header*/
.head_posi {
	position: fixed;
}

/*产业-数字营销-综合*/
.internet .pt3 .mwrap .info {
	position: relative;
	line-height: 20px;
	height: 160px;
	overflow: hidden;
	padding-right: 20px;
}

/*产业-地产-详情*/
.house_detail .care_list .img_box .rect-75 {
	padding-bottom: 56.25%;
}

/*招聘-综合*/
.job_syn .pt3 .info_box .info {
	height: 78px;
	line-height: 26px;
}



#mapcon img {
	max-width: none;
}

#mapcon label {
	max-width: none;
}


/*2017-08-16 ysl*/
/*招聘-简历投递 job_form2*/
/*通用-表单样式2*/
/*used job_form2*/
.uni_form2 .form_tip_row #jobClsList {
	float: right;
	width: 100%;
}

.uni_form2 .form_tip_row #jobClsList .job_cls {
	display: inline-block;
	margin: 8px 13px;
	padding: 3px 8px;
	border: #e60012 1px solid;
}

.uni_form2 .form_tip_row #jobClsHolder {
	float: right;
	width: auto;
	margin-right: 40px;
	padding-top: 10px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.uni_form2 .form_tip_row #jobClsHolder .jobclsCon {
	margin-right: 10px;
}

/*默认状态*/
/*.uni_form2 #fileList { visibility:hidden; width:auto; min-width:1px; }*/
.uni_form2 #fileList {
	width: auto;
	height: auto;
}

.uni_form2 .form_tip_row #jobClsList {
	display: none;
}

.uni_form2 .form_tip_row #jobClsHolder {
	display: none;
}

.uni_form2 .form_tip_row .tip_link#filePicker {
	display: none;
}

/*设置岗位选择已好状态*/
.uni_form2 .form_tip_row.jobClsPicked #fileList {
	visibility: visible;
}

.uni_form2 .form_tip_row.jobClsPicked #jobClsList {
	display: none;
}

.uni_form2 .form_tip_row.jobClsPicked #jobClsHolder {
	display: block;
}

.uni_form2 .form_tip_row.jobClsPicked .tip_link#filePicker {
	display: block;
}

.uni_form2 .form_tip_row.jobClsPicked .tip_link#jobClsPicker {
	display: none;
}

/*设置岗位选择中状态*/
.uni_form2 .form_tip_row.jobClsPicking #fileList {
	display: none;
}

.uni_form2 .form_tip_row.jobClsPicking #jobClsList {
	display: block;
}

.uni_form2 .form_tip_row.jobClsPicking .tip_link#jobClsPicker {
	color: #fff;
	background-color: #e60012;
}



/* 2017-08-16 ysl */
/* 首页banner漂浮 */
.bannerPopBox.inited {
	display: block;
}

.bannerPopBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.bannerPopBox .bpb_con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	height: 600px;
	margin-left: -550px;
	margin-top: -300px;
}

.bannerPopBox .bpb_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
}

.bannerPopBox .bpb_close_btn {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 14px;
	color: #000;
	background-color: #aaa;
}

.bannerPopBox .tip {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 200px;
	text-align: right;
	color: #000;
}

/* 首页banner漂浮 end */

/* 2017-08-25 ysl */
/* 基础设施 */
/* 基础设施-添加施工区块 */
.infrastructure .pt8 {
	margin-bottom: 60px;
	padding: 70px 0 85px;
	background-color: #f4f4f4;
}

.infrastructure .pt8 .r_box {
	float: right;
	width: 66.66%;
}

.infrastructure .pt8 .r_box .img_wrap {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

.infrastructure .pt8 .r_box .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infrastructure .pt8 .l_box {
	float: left;
	width: 33.33%;
}

.infrastructure .pt8 .l_box .l_box_con {
	padding: 10% 20% 0 0;
}

.infrastructure .pt8 .l_box .num_tit {
	text-align: left;
}

.infrastructure .pt8 .l_box .info {
	line-height: 1.8;
}


/*2017-09-01*/
/*产业-基础设施*/
.uni_accordion1 .prt1_cell.open .txt_wrap {
	padding-right: 75px;
}

.head_posi.head_fixed .search_btn {
	background-image: url(http://wz.lnjttz.cn/wzgs/template/page/img/head01b.png)
		/*tpa=http://www.keda-group.com/resources/web/img/head01b.png*/
	;
}

/* 20190830 */
/*for ie10-11*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.sr_cell {
		opacity: 1;
	}
}


/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}