@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('../fonts/icomoon.svg#icomoon') format('svg');
	};
}
/* 按钮中图标-圆圈的样式*/
.icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-zlmenu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:1;
	-webkit-font-smoothing: antialiased;
}

.icon-team:before {
	content: "\e000";
}

.icon-blog:before {
	content: "\e001";
}

.icon-home:before {
	content: "\e002";
}

.icon-portfolio:before {
	content: "\e003";
}

.icon-services:before {
	content: "\e004";
}

.icon-contact:before {
	content: "\e005";
}

.icon-zlmenu:before {
	content: "\f0c9";
}

a, li {
	-webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}
.zlnav ul {
	max-width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	font-weight: 300;
}

/* 按钮中产品名称的位置、颜色*/
.zlnav li span { font-size:16px; font-weight:400; height:90px;
  
	display: block;
}

.zlnav a { margin-top:0px;
    display: block;
	color: rgba(0, 0, 0, .9);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}
/* 圆圈的位置 */
.zlnav i{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Remove the blue Webkit background when element is tapped 链接颜色*/

a, button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


.no-touch .zlnav li:nth-child(6n+1):hover a {
	color: rgba(249, 249, 249, .9);
}

.no-touch .zlnav ul:hover a:hover { 
	color: rgba(249, 249, 249, 0.8)
}

/* Adding some background color to the different zlmenu items 背景颜色*/

.zlnav li:nth-child(6n+1) {
	background: rgb(225, 225,225);
}

.zlnav li:nth-child(6n+2) {
	background: rgb(225, 225,225);
}

.zlnav li:nth-child(6n+3) {
	background: rgb(225, 225,225);
}

.zlnav li:nth-child(6n+4) {
	background: rgb(225, 225,225);
}

.zlnav li:nth-child(6n+5) {
	background: rgb(225, 225,225);
}

.zlnav li:nth-child(6n+6) {
	background: rgb(225, 225,225);
}

/* For screen bigger than 800px */
@media (min-width: 50em) {

	/* 按钮的高、宽定义 */
	.zlnav li {
     	height:240px;
		float: right;
		width:220px;
		margin-top:20px;
		margin-left:20px;
		text-align: center;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}

	.zlnav a {
		display: block;
		width: auto;
	}

	/* hover, focused and active effects that add a little colored border to the different items下拉横行的高度和颜色定义 */
	.no-touch .zlnav li:nth-child(6n+1) a:hover,
	.no-touch .zlnav li:nth-child(6n+1) a:active,
	.no-touch .zlnav li:nth-child(6n+1) a:focus {
		border-bottom:240px solid rgb(220,203,50);
	}

	.no-touch .zlnav li:nth-child(6n+2) a:hover,
	.no-touch .zlnav li:nth-child(6n+2) a:active,
	.no-touch .zlnav li:nth-child(6n+2) a:focus {
		border-bottom: 240px solid rgb(208, 101, 3);
	}

	.no-touch .zlnav li:nth-child(6n+3) a:hover,
	.no-touch .zlnav li:nth-child(6n+3) a:active,
	.no-touch .zlnav li:nth-child(6n+3) a:focus {
		border-bottom: 240px solid rgb(233, 147, 26);
	}

	.no-touch .zlnav li:nth-child(6n+4) a:hover,
	.no-touch .zlnav li:nth-child(6n+4) a:active,
	.no-touch .zlnav li:nth-child(6n+4) a:focus {
		border-bottom: 240px solid rgb(22, 145, 190);
	}

	.no-touch .zlnav li:nth-child(6n+5) a:hover,
	.no-touch .zlnav li:nth-child(6n+5) a:active,
	.no-touch .zlnav li:nth-child(6n+5) a:focus {
		border-bottom:240px solid rgb(22, 107, 162);
	}

	.no-touch .zlnav li:nth-child(6n+6) a:hover,
	.no-touch .zlnav li:nth-child(6n+6) a:active,
	.no-touch .zlnav li:nth-child(6n+6) a:focus {
		border-bottom:79px solid rgb(10, 75, 117);
	}

	/* Placing the icon */
	
	.icon {
		padding-top: 1.4em;
	}
    .icon + span {
		margin-top: 2.1em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}

	/* Animating the height of the element*/
	.zlnav a {
		height:5em;
	}
/* 下拉横线位置*/	
	.no-touch .zlnav a:hover ,
	.zlnav a:active ,
	.zlnav a:focus {
	height:0em;
	}
/* 产品名称下移的位置*/	
	.no-touch .zlnav a:hover .icon + span {
		margin-top:4.2em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}

	/* 按钮中图标的位置样式*/
	.zlnav i {
		position: relative;
		display: inline-block;
		margin:30px;
		padding: 0.4em;
		border-radius: 60%;
		font-size: 2.0em;
		box-shadow: 0 0 0 40px transparent;
		background: rgba(255,255,255,0.1);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .6s ease-in-out;
		-moz-transition: box-shadow .6s ease-in-out;
		-o-transition: box-shadow .6s ease-in-out;
		-ms-transition: box-shadow .6s ease-in-out;
		transition: box-shadow .6s ease-in-out;
	}	
	

		
}



.tits {
	font-size:14px;
	font-family:黑体;
	padding:0px;
	font-weight: lighter;
	color: #999;
	line-height:28px;
	margin:0px 0 0 0;
}

/* 产品推荐开始样式*/	
#cp_tj {
	position:relative;
	width:100%;
	margin-top:30px;
	height:950px;
	padding:0px 0 0px 0px;
}
.cp_boxs { width:1200px;margin: auto;overflow: hidden; border:#0099CC solid 0px; height:50px;}
.cp_boxs h2 {
	height:65px;
	text-align:center;
}
.cp_boxs h2 span {
	font-family:黑体;
	margin:0px;
	line-height:30px;
	font-weight: normal;
	color: #333;
	font-size:30px;
	text-align:center;
} 
.cp_con {
	width:1200px;
	min-height:510px;                
    _height:510px;
	box-sizing: border-box;
	padding:30px 0px 0 0px;
}
.cp_con ul {width:1200px;padding:0 0 0px 0; overflow: hidden; zoom:1;}
.cp_con ul li {
	float:left;
	width:255px;
	line-height:40px;
	margin:0px 30px 30px 0px;
	padding:0px;
	font-size:12px;
	text-align: center;
	background-color:#333;
	border:1px solid #333;
}
.cp_con ul li a { display:block; color:#FFF;}
.cp_con ul li img { width:100%;height:160px;padding:0px 0px 0px 0px;}
.cp_more a{
	position:absolute;
	z-index:11;
	bottom:30px;
	left:50%;
	margin-left:-45px;
	COLOR: #fff;
	width:90px;
	line-height:27px;
	text-align: center;
	display: block;
	border:1px solid #CCC;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.cp_more a:hover{
	COLOR: #666;
	background-color: #fff;
}
.container{margin:auto;width:1200px;position: relative;}
.single-member1{width:380px; height:320px;float: left; margin:0 30px 30px 0; background-color: #0099ff; text-align: center; position: relative; border:#FF99CC solid 0px;}
.member-image1 img{max-width: 100%;vertical-align: middle;}
.effect-1{max-height:102px; min-height:320px; overflow: hidden;}
.effect-1 h3{padding-top:9px; line-height: 21px; font-weight:normal; font-size:16px;color:#FFF;}
.effect-1 .member-image1{height:270px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-1 .member-info1{transition: 0.4s; }
.effect-1 .member-image1 img{width: 100%;vertical-align: bottom; }
.effect-1:hover .member-image1{height:0px; transition: 0.4s;}
.img_link{ margin:100px 0px 0px 50px; padding:0px 0 0 110px; overflow:hidden;text-align: center;}
.img_link img{ width:50px; height:50px;}
.img_a a{ width:50px; height:50px; margin:0 30px 0px 0;background: url(../img/sy_look.png) no-repeat top left;display:block;float:left;}
.img_a a:hover{background: url(../img/sy_look.png) no-repeat -50px top;}


.single-member2{width:380px; float: left; margin:0 30px 30px 0; background-color:#0099ff; text-align: center; position: relative;}
.member-image2 img{max-width: 100%;vertical-align: middle;}
.effect-2{max-height:102px; min-height: 320px; overflow: hidden;}
.effect-2 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-2 .member-image2{height:200px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info2{transition: 0.4s;}
.effect-2 .member-image2 img{width: 100%;vertical-align: bottom;}
.effect-2:hover .member-image2{height:0px; transition: 0.4s;}

.single-member3{width:380px; float: left; margin:-350px 0px 0px 0; background-color:#ff0033; text-align: center; position: relative;}
.member-image3 img{max-width: 100%;vertical-align: middle;}
.effect-3{max-height:102px; min-height:672px; overflow: hidden;}
.effect-3 h3{padding-top:50px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-3 .member-image3{height:500px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-3 .member-info3{transition: 0.4s;}
.effect-3 .member-image3 img{width: 100%;vertical-align: bottom;}
.effect-3:hover .member-image3{height:0px; transition: 0.4s;}
.img_link3{ margin:170px 0 0 50px; padding:0px 0 0 110px; overflow:hidden;text-align: center;}
.img_link3 img{ width:50px; height:50px;}
.img_a3 a{ width:50px; height:50px; margin:0 30px 0px 0;background: url(../img/img_ck2.png) no-repeat top left;display:block;float:left;}
.img_a3 a:hover{background: url(../img/img_ck2.png) no-repeat -50px top;}
.img_b3 a{ width:50px; height:50px; background: url(../img/img_ck2.png) no-repeat 0px -50px; display:block; float:left;}
.img_b3 a:hover{background: url(../img/img_ck2.png) no-repeat -50px -50px;}

.single-member4{width:380px;top:330px; float:left;margin:0 0px 0px 0; background-color: #0099ff; text-align: center; position:  absolute;}
.member-image4 img{max-width: 100%;vertical-align: middle;}
.effect-4{max-height:102px; min-height:320px; overflow: hidden;}
.effect-4 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-4 .member-image4{height:270px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-4 .member-info4{transition: 0.4s;}
.effect-4 .member-image4 img{width: 100%;vertical-align: bottom;}
.effect-4:hover .member-image4{height:0px; transition: 0.4s;}
.img_link4{ margin:50px 0 0 50px; padding:0px 0 0 110px; overflow:hidden;text-align: center;}
.img_link4 img{ width:50px; height:50px;}
.img_a4 a{ width:50px; height:50px; margin:0 80px 0px 0;background: url(../img/sy_look.png) no-repeat top left;display:block;float:left;}
.img_a4 a:hover{background: url(../img/sy_look.png) no-repeat -50px top;}

.single-member5{width:380px;top:330px; float:left;margin:0 30px 30px 410px; background-color: #0099ff; text-align: center; position:  absolute;}
.member-image5 img{max-width: 100%;vertical-align: middle;}
.effect-5{max-height:102px; min-height: 320px; overflow: hidden;}
.effect-5 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-5 .member-image5{height:270px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-5 .member-info5{transition: 0.4s;}
.effect-5 .member-image5 img{width: 100%;vertical-align: bottom;}
.effect-5:hover .member-image5{height:0px; transition: 0.4s;}
.img_link5{ margin:50px 0 0 50px; padding:0px 0 0 110px; overflow:hidden;text-align: center;}
.img_link5 img{ width:50px; height:50px;}
.img_a5 a{ width:50px; height:50px; margin:0 30px 0px 0;background: url(../img/sy_look.png) no-repeat top left;display:block;float:left;}
.img_a5 a:hover{background: url(../img/sy_look.png) no-repeat -50px top;}



/* TAB 切换效果 */
.tb_{
	width:1110px;
	margin:20px 0 20px 0;
	display:table;
	text-align:center;
}
.tb_ ul{display:inline-block;}
.tb_ li{
    float:left;
    list-style:none;
	height:60px;
	cursor:pointer;
	text-align: center;
	margin:0 15px 0 15px;
	font-size:18px;
	text-decoration: none;
	display:inline-block;
}

/* 用于控制显示与隐藏的css类 */
.normaltab   {

}
.normaltab span{
	color: #666;
	border: 1px solid #e1e1e1;border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;padding:6px 20px 6px 20px;
}
.hovertab{

	font-family: "黑体";
	background-image: url(../images/zl_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.hovertab span{
	color: #ffffff;
	border: 1px solid #0099ff;border-radius:6px;padding:6px 20px 6px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;background-color:#0099ff;
}
.dis{display:block;}
.undis{display:none;}



#lxwm_bj {
	margin:auto;
	WIDTH:100%;
	padding:30px 0 0px 0px;
	overflow: hidden;
	background-color: #161616;
    }
.lxwm_box {
	WIDTH:1110px;
	margin:auto;
	overflow: hidden;
	padding:0px 0 30px 0px;
}
.lx_1{float:left;width:480px;margin:0px 0 0 0;padding:0px 0 0px 0;overflow:hidden;}
.lx_2{float:left;width:405px;margin:0px 0 0 0;padding:0px 0 0px 0;overflow:hidden;}
.lx_3{float: right;width:200px;margin:0px 0 0 0;padding:0px 0 0px 0;overflow:hidden;}
.lxwm_intro {
	position:relative;
	margin:0px 0 0 0;
	padding:0px 0 0px 0;

}
.lxwm_lxwm{position:absolute; top:10px; left:45px;font-size:14px;color:#FFF; font-weight:normal;}
.lxwm_en{position:absolute;top:0px;font-size:36px;color:#FFF;height:60px;overflow:hidden;font-weight:normal;}
.lxwm_en span{font-size:60px;line-height:60px;color:#ff0033; font-weight: bold;}
.lxwm_intro ul{margin:65px 0 0 0;padding:0px 0 0px 0;}
.lxwm_intro ul p{font-size:24px;line-height:24px;color:#FFF;font-weight:lighter; padding:0 0 10px 5px;}
.lxwm_intro ul li{ font-size:14px;height:26px;line-height:19px;color:#CCC; padding:0 0 0 5px;}.lxwm_intro ul li a{color:#CCC;}
.lxwm_intro ul li span{ width:20px;height:20px;border-radius:10px;margin:0 8px 0px 0;float:left;text-align:center; background-color: #666666;}
.lxwm_intro ul li span i{color: #fff;line-height:20px;}

.news_box {margin:20PX 0px 0px 0px;overflow: hidden;}
.news_box h2 {
	height:65px;
	text-align:center;
}
.news_box h2 span {
	font-family:黑体;
	margin:0px;
	line-height:30px;
	font-weight: normal;
	color: #333;
	font-size:26px;
	text-align:center;
} 
.en {
	font-size:14px;
	font-family:黑体;
	padding:0px;
	font-weight: lighter;
	color: #999;
	line-height:28px;
	margin:0px 0 0 0;
}


/* 中兰咨询样式*/

.light_main3 {
  padding:10px 0 0 0;
  background-size: cover!important;
}
.light_main3 .container {
  position: relative;
  width:1200px;
  border:#006600 solid 0px;
}
.light_main3 .pic {
  width:470px;
  height: 476px;
  border:#CCCCCC solid 1px;
}
.light_main3 .pic .pic1 {
top:-200px;
left:-120px;
  width: 100%;
  height: 100%;
}
.light_main3 .pic .pic1 .picspan1 {
position: absolute;
  width: 100%;
  height:100%;
  display: none;
transform: scale(0.2);  //缩小0.5倍（zoom:50%）
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    -moz-transform: scale(0.2);

}
.light_main3 .pic .pic1 .picspan1:nth-child(1) {
  display: block;
}
.light_main3 .m3_nav {
  position: absolute;
  top: 0;
  left:480px;
  width: 208px;
}
.light_main3 .m3_nav .item {
  width: 208px;
  height: 120px;
  background: #b9b9b9;
  padding-top: 33px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top:10px;
  cursor: pointer;
  position: relative;
}
.light_main3 .m3_nav .item:before {
  content: '';
  width: 8px;
  height: 30px;
  background: url(../img/garrow.png) no-repeat right center;
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.light_main3 .m3_nav .item img {
  margin-bottom: 10px;
  margin-left:80px;
 }
.light_main3 .m3_nav .item:nth-child(1) {
  margin-top: 0;
}
.light_main3 .m3_nav .item.on,
.light_main3 .m3_nav .item:hover {
  background: #b6251d;
}
.light_main3 .m3_nav .item.on:before {
  opacity: 1;
}
.light_main3 .sycont {
  margin-left:700px;
}
.light_main3 .sycont .cont1 {
  display: none;
  background: #f6f6f6;
 
  padding: 20px 15px 0;
  border:#CC0000 solid 0px;
}
.light_main3 .sycont .cont1 ul li {
  padding: 10px 0;
  border-top: solid 1px #e5e5e5;
}
.light_main3 .sycont .cont1 ul li:hover .cont2 .tit a {
  color: #b6251d;
}
.light_main3 .sycont .cont1 ul li .date {
  width: 80px;
  height: 80px;
  background: #b6251d;
  padding-top: 10px;
  text-align: center;
}
.light_main3 .sycont .cont1 ul li .date .day {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.light_main3 .sycont .cont1 ul li .date .month {
  color: #ffffff;
  font-size: 14px;
}
.light_main3 .sycont .cont1 ul li .cont2 {
  margin-left: 100px;
  
}
.light_main3 .sycont .cont1 ul li .cont2 .tit {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.light_main3 .sycont .cont1 ul li .cont2 .tit a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.light_main3 .sycont .cont1 ul li .cont2 .note {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 3px;
}
.light_main3 .sycont .cont1 ul li:nth-child(1) {
  border-top: 0;
}
.light_main3 .sycont .cont1:nth-child(1) {
  display: block;
}

