@charset "UTF-8";

/*@mixin media-xs(){
  $title-font-color:red;
  $title-font-size:36px;  
  @media screen and (max-width:640px) {
    h1:first-child{ 
      color: $title-font-color;
      font-size: $title-font-size;
    };
  }
}
*/


/* 行内元素 */


/* 按钮 */


/* 上下边框 */


/* 上下边距 */


/* 底线背景 */

.H50 {
	height: 50px;
}

.H40 {
	height: 40px;
}

.H20 {
	height: 20px;
}


/* hack */


/*
------------------------------
头部
------------------------------
*/

.layer-wrap {
	width: 1200px;
	margin: 0 auto;
}

.layer-wrap1 {
	width: 1300px;
	margin: 0 auto;
	display: flex; 
}

.toggle-city {
	padding-left: 10px;
}

.toggle-city em {
	color: #333333;
	padding-left: 5px;
}

.logo {
	padding-top: 20px;
	float: left;
	margin-left: 50px;
}

.logo img {
	vertical-align: middle;
}

.header {
	height: 105px;
	/*border-bottom: 4px solid #003da4;*/
	position: relative;
	z-index: 999999;
}

.focushide {
	display: none;
}

.focus-con {
	float: right;
	padding-top: 20px;
	text-align: right;
}

.focus1 {
	background: url("../images/focus1.png") 0 5px;
}

.focus2 {
	background: url("../images/focus2.png") 0 5px;
}

.focus3 {
	background: url("../images/focus3.png") 0 5px;
}

.focus-con ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	height: 55px;
	padding-left: 58px;
	margin-left: 55px;
	text-align: left;
}

.focus-con ul li span {
	display: block;
	font-size: 20px;
	color: #ba8d56;
}

.focus-con ul li em {
	font-size: 14px;
	color: #999999;
}


/*首页banner图*/

.wrap-indexbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 665px;
}

.index-banner {
	position: relative;
	left: 50%;
	float: left;
	overflow: visible;
}

.index-inners {
	position: relative;
	right: 50%;
	float: left;
}


/*.index-banner .a_bigImg{ position:relative; left:50%; margin-left:-960px;}*/


/*导航菜单*/

.menu {
	height: 80px;
	float: left;
	width: 800px;
	margin-left: 50px;
}

.menu>ul>li {
	display: block;
	float: left;
	height: 105px;
	line-height: 105px;
	text-align: center;
	position: relative;
}

.menu>ul>li>a {
	color: #333333;
	padding: 0 18px;
	font-size: 16px;
	height: 105px;
	line-height: 105px;
	display: block;
}

.menu>ul>li>a span {
	font-size: 16px;
	color: #333333;
}

.menu>ul>li.cr>a>span,
.menu>ul>li>a:hover>span,
.menu>ul>li:hover>a>span {
	border-bottom: 3px solid #003da4;
	padding-bottom: 13px;
	color: #003da4;
}


/*二级菜单*/

.submenu {
	position: absolute;
	/* width: 600px;*/
	width:280px;
	/*margin-left: -250px;*/
	padding: 20px;
	background: #fff;
	top: 100px;
	/* border-radius:10px;*/
	border: 1px solid #f8f8f8;
	display: none;
}

.submenu ul {
	width: 300px;
	float: left;
}

.submenu ul li {
	float: left;
	/*width: 150px;*/
	width: 235px;
	text-align: left;
	padding-bottom: 16px;
}

.submenu ul li a {
	background: url(../images/arrow_2.png) 0 5px no-repeat;
	padding-left: 16px;
}

.submenu ul li a:hover {
	color: #67b143;
}

.menu>ul>li:hover .submenu {
	display: block;
}

.menupic {
	float: right;
}

.menupic  img{
	
	width:238px!important;
}


/*站群以及搜索*/

.mod-site {
	width: 300px;
	/*float: right;*/
	position: relative;
	top: 25px;
	left: 80%;
}

.mod-search {
	/*border-bottom: 1px solid #003da4;*/
	background: url(../images/sousuo.png) no-repeat;
	width: 300px;
	position: relative;
	margin-top: 14px;
}

.mod-search input {
	background: transparent;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #999;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 4px;
	border: none;
	padding: 0;
	position: relative;
	top: -75px;
	left: 50px;
}

.mod-search a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 28px;
	width: 30px;
	background: url(../images/search_bg.png) center center no-repeat;
	line-height: 9999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 4px;
}

.links_3 {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 15px;
	background: url(../images/arrow_cr.png) right center no-repeat;
	padding-right: 15px;
	z-index: 88;
}

.links_3 ul {
	position: absolute;
	border: 1px solid #eee;
	padding: 5px 10px 10px 10px;
	display: none;
	background: #fff;
	right: 0;
	top: 25px;
	min-width: 120px;
}

.links_3 ul li {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dotted #eee;
}

.links_1 {
	color: #ba8d56;
}

.links_3:hover ul {
	display: block;
	border-radius: 5px;
}

.links_3:hover ul:after {
	top: -10px;
	right: -20px;
	position: absolute;
	content: "";
	background: url(../images/arrow50.png) center 0 no-repeat;
	width: 120px;
	height: 20px;
}

.toplinks {
	padding-top: 12px;
	position: relative;
	z-index: 188;
	cursor: pointer;
}

a {
	text-decoration: none !important;
}

.group-links {
	position: absolute;
	right: 0;
	top: 25px;
}


/*------sitemap网站地图页--------*/

.mapsite .Tit {
	line-height: 34px;
	height: 35px;
	border: 1px solid #e8e8e8;
	border-top: 2px solid #67b142;
	background: #f6f6f6;
	margin-top: 10px;
}

.mapsite .Tit strong {
	font-weight: normal;
}

.mapsite .Tit a {
	color: #333;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 20px;
	/* background: url(img/sprite.gif) no-repeat right -52px; */
	font-size: 16px;
}

.mapsite ul {
	line-height: 30px;
	border: 1px solid #e8e8e8;
	border-top: none;
	margin-bottom: 10px;
	*margin-bottom: 10px;
	padding: 10px 10px;
	background: #fff;
}

.mapsite li {
	display: inline;
	line-height: 30px;
	line-height: 32px\9;
	color: #333;
}

.mapsite li a {
	padding: 3px 10px 3px 10px;
	/* white-space:nowrap; */
	/*overflow:hidden;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
}

.mapsite li a:hover {
	text-decoration: none;
	/*background:#1e6baf;color:#fff;*/
}

.mapsite li br {
	clear: both;
}

.mapsite li.mapsite-menus {
	position: relative;
	padding-left: 90px;
	display: block;
	border-bottom: 1px dotted #eee;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.mapsite li.mapsite-menus>a {
	position: absolute;
	left: 0;
	top: -2px;
	background: none;
	color: #333;
	font-size: 14px;
	/* font-weight:bold;*/
}

.mapsite li.mapsite-menus .menus3 a {
	padding: 0 14px;
	background: url(../images/line6.jpg) right center no-repeat;
	color: #999;
}

.mapsite li a:hover {
	color: #67b142;
}

.mapsite li.mapsite-menus .menus3 a:hover {
	color: #67b142;
}


/*banner图*/

.wrap-banners2 .banner {
	position: static;
	z-index: 0;
	width: 100% !important;
}

.wrap-banners2 .bannerIn {
	position: static;
	/*width:1920px;*/
	height: auto;
	width: 100% !important;
}

.wrap-banners2 .banner .banner-imgs {
	max-width: none;
	width: 100%;
	/*position: relative;*/
	/*left: 50%;*/
	/*margin-left: -960px;*/
}

.wrap-banners2 .swiper-slide {
	overflow: hidden;
}

.sw-banner {
	width: 1200px;
	position: relative;
	height: 0px;
	margin: 0 auto;
}

.containe6 {
	overflow: hidden;
}

.swiper-tit2 img {
	/* width: 350px; */
	height: auto;
}

.swiper-slide {
	position: relative;
}

.desc-tits {
	font-size: 60px;
	font-weight: 50;
}

.tit4 {
	position: absolute;
	left: 0;
	width: 1000px;
	top: 130px;
	text-align: center;
	color: #fff;
	z-index: 999;
}

.tit4 * {
	color: #fff;
}

.wrap-banners {
	/*height:650px;*/
	width: 1200px;
	margin: 0 auto;
	/*height: 500px;*/
	overflow: hidden;
	position: relative;
}

.pagination3 {
	position: absolute;
	/*top: 500px;*/
	text-align: center;
	width: 100%;
}


/*第二屏动画*/

.swiper-tit2 {
	position: absolute;
	left: 40%;
	top: 100px;
	z-index: 99;
}

.swiper-tit2 p {
	text-align: left;
	padding-top: 60px;
	color: #FFFFFF;
	font-size: 35px;
	text-shadow: 10px 10px 50px #000;
}

.swiper-tit3 {
	position: absolute;
	left: 35%;
	top: 100px;
	z-index: 99;
}

.swiper-tit3 p {
	text-align: left;
	padding-top: 60px;
	color: #FFFFFF;
	font-size: 35px;
	text-shadow: 10px 10px 50px #000;
}

.swiper-tit2 a {
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #5aaccc;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.swiper-slide-active .swiper-tit2 {
	animation: anis linear 1s;
}

.swiper-slide-active.swiper-slide3 .swiper-tit2 {
	left: 78%;
	margin-left: -444px;
	animation: anis2 linear 1s;
}

.swiper-slide-active .swiper-tit3 {
	animation: anis linear 1s;
}

.swiper-slide-active.swiper-slide3 .swiper-tit3 {
	left: 70%;
	margin-left: -444px;
	animation: anis2 linear 1s;
}

@keyframes anis {
	0% {
		left: -20%;
		opacity: 0;
	}
	100% {
		left: 0%;
		opacity: 1;
	}
}

@-webkit-keyframes anis {
	0% {
		left: -20%;
		opacity: 0;
	}
	100% {
		left: 0%;
		opacity: 1;
	}
}

@keyframes anis2 {
	0% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}

@-webkit-keyframes anis2 {
	0% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}

body,
html {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

.pagination3 {
	z-index: 8888;
	/*top: 450px;*/
	bottom: 20px;
}

.banner-bg8 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 9;
	height: 124px;
	left: 50%;
	margin-left: -960px;
	/**/
}

.banner-bg8 img {
	/*width: 100%;*/
}

.wx-ico {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}

.wico {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 33px;
	background: url(../images/weixin_img.jpg) no-repeat;
	cursor: pointer;
}

.wico a {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 34px;
	height: 33px;
}

.wico a span {
	position: absolute;
	top: 32px;
	padding-top: 10px;
	background: url(../images/arrow5.png) center 0 no-repeat;
	left: -28px;
	display: none;
}

.wico a span img {
	width: 95px;
	height: 95px;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

.wico a:hover span {
	display: block;
}

.industy {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: -20px;
	/* */
	z-index: 999;
}

.industy .item-cell {
	width: 400px;
	float: left;
	position: relative;
}

.industy .item-cell a {
	width: 100%;
	height: 100%;
	line-height: 9999px;
	overflow: hidden;
	position: absolute;
	display: block;
}

.fc-ro {
	position: absolute;
	left: 375px;
	top: -16px;
	animation: rols linear 10s;
	animation-iteration-count: infinite;
	transform-origin: 52px 53px;
}

.leav-f1 {
	position: absolute;
	left: 173px;
	top: 70px;
	animation: leav3 ease 6s;
	animation-iteration-count: infinite;
	transform-origin: 0 15px;
}

.leav-f2 {
	position: absolute;
	left: 132px;
	top: 70px;
	animation: leav1 ease 6s;
	animation-iteration-count: infinite;
	transform-origin: 39px 12px;
}

.leav-f3 {
	position: absolute;
	left: 168px;
	top: 55px;
	animation: leav2 ease 6s;
	animation-iteration-count: infinite;
	transform-origin: 5px 32px;
}

.leav-f4 {
	position: absolute;
	left: 39px;
	top: 12px;
	/*animation:leav1 ease 6s; animation-iteration-count: infinite;transform-origin: 69px  52px;*/
}

.leav-f5 {
	position: absolute;
	left: 120px;
	top: 22px;
	animation: leav6 ease 6s;
	animation-iteration-count: infinite;
	transform-origin: 69px 52px;
}

.leav-f5 {
	animation: bimg1 6s infinite cubic-bezier(0, 0, 1, 1), bimg2 6s infinite cubic-bezier(0, 1, 0, 1);
}

.leav-f5 img {
	width: 20px;
	height: auto;
}

.leav-f6 {
	position: absolute;
	left: 16px;
	top: -25px;
	/*animation:leav7 5s; animation-timing-function: linear; animation-iteration-count: infinite;transform-origin: 110px 70px;*/
}

@keyframes rols {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rols {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes leav7 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(1deg);
		opacity: 1;
	}
	66.6% {
		transform: rotate(-3deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes leav7 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(1deg);
		opacity: 1;
	}
	66.6% {
		transform: rotate(-3deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@keyframes leav1 {
	0% {
		transform: rotate(0deg);
		opacity: .9;
	}
	33.3% {
		transform: rotate(10deg);
		opacity: 1;
	}
	66.6% {
		transform: rotate(-10deg);
		opacity: .9;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes leav1 {
	0% {
		transform: rotate(0deg);
		opacity: .9;
	}
	33.3% {
		transform: rotate(10deg);
		opacity: 1;
	}
	66.6% {
		transform: rotate(-10deg);
		opacity: .9;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@keyframes leav2 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(30deg);
		opacity: .9;
	}
	66.6% {
		transform: rotate(-30deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 0.9;
	}
}

@-webkit-keyframes leav2 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(30deg);
		opacity: .9;
	}
	66.6% {
		transform: rotate(-30deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 0.9;
	}
}

@keyframes leav3 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(40deg);
		opacity: .9;
	}
	66.6% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 0.9;
	}
}

@-webkit-keyframes leav3 {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}
	33.3% {
		transform: rotate(40deg);
		opacity: .9;
	}
	66.6% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg);
		opacity: 0.9;
	}
}

@keyframes bimg2 {
	0% {
		left: 0;
	}
	100% {
		left: 200px;
	}
}

@keyframes bimg1 {
	0% {
		top: 22px;
		opacity: 1;
	}
	100% {
		top: 150px;
		opacity: 0.2;
	}
}

@-webkit-keyframes bimg1 {
	0% {
		top: 22px;
		opacity: 1;
	}
	100% {
		top: 150px;
		opacity: 0.2;
	}
}

@keyframes bimg2 {
	0% {
		left: 120px;
	}
	100% {
		left: 150px;
	}
}

@-webkit-keyframes bimg2 {
	0% {
		left: 120px;
	}
	100% {
		left: 150px;
	}
}

.c1200 {
	width: 1200px;
	margin: 0 auto;
}


/*电能版光效*/

.lights {
	width: 100px;
	transform: rotate(25deg);
	height: 50px;
	left: 87px;
	top: 5px;
	position: absolute;
	overflow: hidden;
}

.lights:after {
	content: "";
	position: absolute;
	transform: rotate(-50deg);
	width: 130px;
	height: 80px;
	top: 0;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-animation: gogogo 4s infinite linear;
	-o-animation: gogogo 4s infinite linear;
	animation: gogogo 4s infinite linear;
}

@-webkit-keyframes gogogo {
	0% {
		left: 0;
		transform: rotate(-25deg);
	}
	100% {
		left: 130px;
		transform: rotate(25deg);
	}
}

@keyframes gogogo {
	0% {
		left: 0;
		transform: rotate(-25deg);
	}
	100% {
		left: 130px;
		transform: rotate(25deg);
	}
}

.lights2 {
	width: 100px;
	transform: rotate(25deg);
	height: 50px;
	left: 52px;
	top: 5px;
	position: absolute;
	overflow: hidden;
}

.lights2:after {
	content: "";
	position: absolute;
	transform: rotate(-50deg);
	width: 130px;
	height: 80px;
	top: 0;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-animation: gogogo 4s infinite linear;
	-o-animation: gogogo 4s infinite linear;
	animation: gogogo 4s infinite linear;
}

.lights3 {
	width: 100px;
	transform: rotate(25deg);
	height: 50px;
	left: 32px;
	top: 5px;
	position: absolute;
	overflow: hidden;
}

.lights3:after {
	content: "";
	position: absolute;
	transform: rotate(-50deg);
	width: 130px;
	height: 80px;
	top: 0;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-animation: gogogo 4s infinite linear;
	-o-animation: gogogo 4s infinite linear;
	animation: gogogo 4s infinite linear;
}


/*亿利洁能*/

.industy a.fri-links1 {
	width: 400px;
	height: 160px;
	position: absolute;
	display: block;
	line-height: 999px;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 999;
}

.industy a.fri-links2 {
	width: 400px;
	height: 160px;
	position: absolute;
	display: block;
	line-height: 999px;
	overflow: hidden;
	left: 400px;
	top: 0;
	z-index: 999;
}

.industy a.fri-links3 {
	width: 400px;
	height: 160px;
	position: absolute;
	display: block;
	line-height: 999px;
	overflow: hidden;
	left: 800px;
	top: 0;
	z-index: 999;
}

.strock {
	color: #ba8d56;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
}

.strock span {
	font-size: 36px;
	color: #e91f00;
	padding: 0 10px;
}

.strock em {
	color: #333333;
}

.mod-newstop {
	height: 133px;
	position: relative;
	z-index: 55;
}

.mod-newstop .item-tit {
	width: 168px;
	height: 142px;
	position: absolute;
	background: url(../images/newbg.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.mod-newstop .item-tit * {
	display: block;
	margin-left: 22px;
	color: #fff;
}

.mod-newstop .item-tit span {
	font-size: 24px;
	margin-top: 27px;
	background: url(../images/line.jpg) no-repeat;
	padding-top: 15px;
}

.mod-newstop .item-tit em {
	font-size: 12px;
	font-family: arial;
}

.mod-newstop .item-pic {
	margin-left: 168px;
}

.mod-newstop .item-pic img {
	width: 421px;
	height: 132px;
}

.news-lefts {
	width: 590px;
}

.mod-newscnt {
	background: #f9f9f9;
	height: 270px;
}

.mod-newscnt ul {
	padding: 10px 30px;
}

.mod-newscnt ul li {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
}

.mod-newscnt .item-1 {
	padding-left: 70px;
	position: relative;
}

.mod-newscnt .item-1 span {
	position: absolute;
	left: 0;
	top: 0;
}

.mod-newscnt .item-cnt {
	display: none;
}

.mod-newscnt ul li.cr .item-1 {
	display: none;
}

.mod-newscnt ul li.cr .item-cnt {
	display: block;
	position: relative;
	padding-left: 70px;
}

.mod-newscnt ul li.cr .item-cnt .item-date {
	position: absolute;
	left: 0;
	top: 0;
}

.mod-newscnt ul li.cr .item-cnt .item-date span {
	color: #003da4;
	display: block;
	font-size: 12px;
}

.mod-newscnt ul li.cr .item-cnt .item-date em {
	color: #003da4;
	display: block;
	font-size: 36px;
	font-weight: bold;
}

.mod-newscnt ul li.cr .item-cnt .item-desc {
	padding-top: 8px;
}

.mod-newscnt ul li.cr .item-cnt .item-desc a {
	color: #999;
}

.mod-newscnt ul li a:hover {
	color: #67b143;
}

.mod-more {
	text-align: right;
	padding: 0 30px;
}

.mod-more a {
	font-size: 12px;
}

.mod-more a em {
	padding-left: 5px;
	color: #67b143;
	font-size: 16px;
}

.mod-more a:hover {
	color: #67b143;
}

.news-lefts {
	width: 590px;
	float: left;
}


/*关于董事长*/

.mod-leader {
	background: url(../images/dsz_bg.jpg) no-repeat;
	width: 590px;
	height: 402px;
	float: right;
}

.leader-top .item-tit {
	font-size: 24px;
	background: url(../images/line2.jpg) no-repeat;
	padding-top: 15px;
}

.leader-news {
	padding: 27px 30px 0 30px;
}

.leader-top .item-tit span {
	display: block;
	color: #003da4;
}

.leader-top .item-tit em {
	font-size: 12px;
	color: #003da4;
	font-family: arial;
	display: block;
}

.news-list {
	width: 275px;
	margin-top: 30px;
}

.news-list ul li {
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #f8f8f8;
	background: url(../images/dotted.png) 0 20px no-repeat;
}

.news-list ul li a:hover {
	color: #ba8d56;
}

.mod-ads {
	margin-top: 50px;
	margin-left: -20px;
	margin-bottom: 50px;
}

.mod-ads img {
	margin-left: 15px;
	display: block;
	width: 390px;
	float: left;
}

.footer {
	background: #757171 url(../images/line4.jpg) center bottom no-repeat;
	padding: 10px 0;
}

.copy {
	/*float: left;*/
	color: #fff;
	width: 450px;
	display: inline-block;
	position: absolute;
}

.link {
	/*float: right; */
	margin-left: -16px;
	/*margin-top: 25px;*/
	display: inline-block;
}

.link p {
	color: #fff;
	padding: 5px 15px;
}

.link a {
	color: #fff;
	padding: 0 15px;
	background: #444 url(../images/line3.jpg) right center no-repeat;
	white-space: nowrap;
}

.youqing {
	width: 1200px;
	/*position: absolute;
  	left: 157px;*/
	margin: 0 auto;
}

.youqing span {
	color: #FFFFFF;
}

.youqing a {
	color: #fff;
	padding: 0 15px;
	white-space: nowrap;
}

.link a:nth-last-child(1) {
	background: none;
}


/*二维码*/

.erweima {
	width: 400px;
	/*float: right;*/
	margin-top: -94px;
	position: relative;
	left: 940px;
}

.ewm-img {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-left: 25px;
	margin-top: 10px;
}

.ewm-img img {
	width: 100px;
	height: 100px;
}

.ewm-img span {
	color: #FFFFFF;
	padding-left: 8px;
}


/*内页banner图开始*/

.mode-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-cnt {
	float: left;
	position: relative;
	right: 50%;
}

.mode-inner {
	float: left;
	position: relative;
	left: 50%;
}


/*内页banner图结束*/


/*生态修复开始*/

.mod-ecol .item-pic {
	float: right;
	width: 370px;
	margin-top: -109px;
}

.mod-ecol .item-pic img {
	max-width: 370px;
}

.mod-ecol .item-cnt {
	float: left;
	width: 790px;
}

.mod-ecol .company-tit {
	font-size: 18px;
	padding-bottom: 20px;
}

.mod-ecol .item-desc,
.mod-ecol .item-desc * {
	line-height: 28px;
}

.mod-ecol .mod-top {
	margin-top: 20px;
}

.mod-ecol .item-icon {
	overflow: hidden;
	border-top: 1px solid #dedede;
	padding-top: 55px;
	margin-top: 30px;
}

.mod-ecol .item-icon li {
	width: 205px;
	float: left;
	margin-bottom: 10px;
}

.mod-ecol .item-icon li img {
	width: 56px;
	display: block;
	height: 56px;
	float: left;
}

.mod-ecol .item-icon ul {
	width: 985px;
}

.mod-ecol .item-icon span {
	width: 125px;
	float: left;
	padding-left: 15px;
}

.mod-ecol .item-icon span em {
	display: block;
	font-size: 22px;
	color: #333333;
}

.mod-ecol .item-icon span em b {
	font-size: 14px;
	font-weight: normal;
}


/*生态修复结束*/


/*生态项目开始*/

.mod-project {
	margin-left: -20px;
}

.mod-project .item-cell {
	width: 285px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mod-project .item-cell .item-pic img {
	width: 285px;
	height: 200px;
}

.mod-project .item-cnt {
	/*border: 1px solid #dedede;*/
	padding: 20px 20px 20px 20px;
}

.mod-project .item-tit {
	padding-bottom: 10px;
}

.mod-project .item-tit a {
	font-size: 16px;
}

.mod-project .item-desc {
	height: 63px;
	overflow: hidden;
}

.mod-project .item-desc a {
	color: #666666;
}

.mod-project .item-desc a span {
	color: #67b143;
	padding-left: 10px;
}

.mod-project90 .item-tit {
	height: 48px;
	overflow: hidden;
}

.mod-project90 {
	position: relative;
}

.mod-project90 .bx-wrapper {
	max-width: 1220px !important;
}

.mod-project90 .bx-pager {
	display: none;
}

.mod-project90 .bx-controls-direction {
	background: none;
}

.mod-project90 .bx-controls {
	width: 1330px;
	left: -50px;
	top: 140px;
	position: absolute;
}

.mod-project90 .bx-controls-direction {
	width: auto;
	float: none;
}

.mod-project90 .bx-controls-direction a.bx-prev {
	float: left;
	background: url(../images/arrow_l.png) right center no-repeat;
	width: 46px;
	height: 46px;
	overflow: hidden;
	line-height: 999px;
}

.mod-project90 .bx-controls-direction a.bx-next {
	float: right;
	background: url(../images/arrow_r.png) right center no-repeat;
	width: 46px;
	height: 46px;
	overflow: hidden;
	line-height: 999px;
}

@media screen and (max-width: 1280px) {
	.mod-project90 .bx-controls {
		width: 1280px;
		left: -25px;
		top: 140px;
		position: absolute;
	}
}

.qh-tab .mod-top {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 50px;
	cursor: pointer;
}

.qh-tab .mod-top .item-tit {
	background: no-repeat;
}

.qh-tab .mod-top .item-tit span {
	color: #999999;
}

.qh-tab .mod-top .item-tit em {
	color: #999999;
}

.qh-tab .active .item-tit {
	background: url(../images/line2.jpg) no-repeat;
}

.qh-tab .active .item-tit span {
	color: #ba8d56;
}

.qh-tab .active .item-tit em {
	color: #ba8d56;
}


/*生态项目结束*/


/*公司简介*/

.mod-top {
	margin-bottom: 20px;
}

.mod-top .item-tit {
	font-size: 24px;
	background: url(../images/line2.jpg) no-repeat;
	padding-top: 15px;
}

.mod-top .item-tit span {
	display: block;
	color: #003da4;
}

.mod-top .item-tit em {
	font-size: 12px;
	color: #003da4;
	font-family: arial;
	display: block;
	text-transform: uppercase;
}

.mod-company .item-pic {
	/*float: right;*/
	width: 585px;
	/*margin-top: -69px;*/
}

.mod-company .item-cnt {
	float: left;
	width: 585px;
}

.mod-company .company-tit {
	font-size: 18px;
	padding-bottom: 20px;
}

.mod-company .item-desc,
.mod-company .item-desc * {
	line-height: 28px;
	text-indent: 2em;
}

a.com-more {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ba8d56;
	font-size: 14px;
	margin-top: 20px;
}


/*董事长致辞*/

.grey-bg {
	background: #f8f8f8;
}

.modes-leader .item-pic {
	float: left;
	width: 434px;
}

.modes-leader .item-list {
	float: right;
	width: 585px;
	padding-top: 30px;
}

.modes-leader .item-list li {
	padding: 10px 0 10px 20px;
	font-size: 15px;
	background: url(../images/dotted.png) 0 18px no-repeat;
}

.modes-leader .item-list li * {
	font-size: 15px;
}


/*共用布局块*/

.mod-left {
	width: 585px;
	float: left;
}

.mod-right {
	width: 585px;
	float: right;
}

.mod-str ul li {
	background: #f7f7f7;
	margin-bottom: 12px;
	padding: 21px 10px 20px 10px;
}

.mod-str ul li:hover {
	background: #7aba1e;
}

.mod-str ul li:hover a:hover,
.mod-str ul li:hover a {
	color: #fff;
}

.mod-str2 ul li:hover a:hover,
.mod-str2 ul li a {
	font-size: 16px;
}

.focus-pic {
	float: right;
}

.focus-pic img {
	height: auto;
}


/*发展历程开始*/

.mod-process {
	background: url(../images/process_bg.jpg) no-repeat;
	width: 585px;
	height: 305px;
}

.mod-process ul {
	display: block;
	padding: 55px 71px 10px 71px;
}

.mod-process ul li {
	color: #fff;
	padding: 12px 0 12px 0;
}


/*发展历程结束*/


/*合作伙伴开始*/

.mod-partner {
	padding: 10px 10px 6px 10px;
}

.mod-partner ul {
	display: block;
	position: relative;
	padding-left: 105px;
	margin-bottom: 10px;
}

.mod-partner ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/line6.jpg) right center no-repeat;
	padding: 0 16px 0 16px;
	color: #444;
}

.mod-partner ul li {
	color: #444;
}

.mod-partner ul li.part-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 102px;
	height: 25px;
	background: #ba8d56;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}


/*合作伙伴结束*/


/*亿利生态开始*/

.mod-top2 {
	margin-bottom: 20px;
}

.mod-top2 .item-tit {
	font-size: 24px;
	background: url(../images/line2.jpg) 0 bottom no-repeat;
	padding-bottom: 15px;
}

.mod-top2 .item-tit span {
	display: block;
	color: #ba8d56;
}

.ecol-left {
	width: 285px;
	float: left;
}

.ecol-right {
	width: 895px;
	float: right;
}

.mod-ecol2 .item-desc {
	line-height: 28px;
}

.mod-ecol2 .item-cell .item-pic em {
	display: none;
}

.mod-ecol2 .item-cell {
	width: 285px;
	float: left;
	margin-left: 20px;
}

.mod-ecol2 .silder10 {
	margin-left: -20px;
}

.mod-ecol2 .item-cell .project-tit {
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
}

.mod-ecol2 .project-desc {
	margin-bottom: 15px;
}

.mod-ecol2 .project-desc a {
	color: #999999;
}

.mod-ecol2 .item-more a {
	color: #67b143;
}

.mod-ecol2 .item-cell {
	height: 375px;
}

.mod-ecol2 .item-cell .item-pic {
	position: relative;
	height: 174px;
}

.mod-ecol2 .item-cell .item-pic span img {
	width: 285px;
	height: 175px;
}

.mod-ecol2 .item-cell .item-pic span,
.mod-ecol2 .item-cell .item-pic em {
	position: absolute;
	left: 0;
	top: 0;
}

.mod-ecol2 .item-cell:hover span {
	display: none;
}

.mod-ecol2 .item-cell:hover em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.mod-ecol2 .item-cell:hover em img {
	width: 285px;
	height: 375px;
}

.mod-ecol2 .item-cell:hover .project-tit {
	position: relative;
	z-index: 88;
	padding-left: 30px;
	padding-top: 50px;
}

.mod-ecol2 .item-cell:hover .project-tit a {
	color: #FFF;
}

.mod-ecol2 .item-cell:hover .project-desc {
	display: none;
}

.mod-ecol2 .item-cell:hover .item-more {
	position: relative;
	z-index: 88;
	padding-left: 30px;
}

.mod-ecol2 .item-cell:hover .item-more a {
	color: #FFF;
}

.mod-ecol2 .bx-pager {
	display: none;
}

.mod-ecol2 .bx-controls {
	text-align: center;
	margin-top: 15px;
}

.mod-ecol2 .bx-controls .bx-controls-direction {
	width: 52px;
	height: 20px;
	background: url(../images/arrow.png) no-repeat;
	margin: 0 auto;
}

.mod-ecol2 .bx-controls a {
	width: 26px;
	float: left;
	height: 20px;
	overflow: hidden;
	line-height: 130px;
}

.ecol-right .bx-wrapper {
	max-width: 895px !important;
}


/*项目列表*/

.mod-project5 .item-cell {
	width: 285px;
	float: left;
	margin-right: 20px;
}

.mod-project5 .item-cell .item-tit {
	background: url(../images/bg5.png) no-repeat;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	margin-top: -40px;
	position: relative;
}

.mod-project5 .item-cell .item-tit a {
	color: #fff;
}

.mod-project5 {
	position: relative;
}

.mod-project5 .bx-pager {
	display: none;
}

.mod-project5 .bx-controls-direction {
	background: none;
}

.mod-project5 .bx-controls {
	width: 1330px;
	left: -70px;
	top: 80px;
	position: absolute;
}

.mod-project5 .bx-controls-direction {
	width: auto;
	float: none;
}

.mod-project5 .bx-controls-direction a.bx-prev {
	float: left;
	background: url(../images/arrow_l.png) right center no-repeat;
	width: 46px;
	height: 46px;
	overflow: hidden;
	line-height: 999px;
}

.mod-project5 .bx-controls-direction a.bx-next {
	float: right;
	background: url(../images/arrow_r.png) right center no-repeat;
	width: 46px;
	height: 46px;
	overflow: hidden;
	line-height: 999px;
}


/*亿利生态结束*/


/*项目详情开始*/

.projects .item-cell {
	margin-bottom: 15px;
	height: 100%;
	overflow: hidden;
}

.projects .item-cnt {
	float: left;
	width: 770px;
	float: left;
	padding-left: 35px;
}

.projects .item-pic {
	width: 400px;
	height: 280px;
	float: left;
}

.projects .item-pic img {
	height: auto;
	width: auto;
}

.projects .item-tit * {
	font-size: 22px;
	color: #333333;
}

.projects .item-tit {
	font-size: 22px;
	color: #333333;
	padding-bottom: 25px;
}

.projects .item-desc {
	line-height: 30px;
}

.projects .item-desc * {
	line-height: 30px;
}


/*项目详情结束*/


/*当前位置开始*/

.cur-wraps {
	background: #fafafa;
	padding-bottom: 12px;
	border-bottom: 1px solid #f1f1f1;
}

.cur-locals {
	padding-top: 8px;
	padding-left: 20px;
	height: 27px;
	white-space: nowrap;
	background: url(../images/curbg.png) 0 12px no-repeat;
}

.cur-locals a {
	color: #000;
}

.cur-locals span {
	color: #17bb01;
}


/*
------------------------------
新闻轮播图
------------------------------
*/

.news-roll-wrap {
	height: 300px;
	position: relative;
}

.news-roll-wrap .item-cell {
	background: #f9f9f9;
}

.news-roll-wrap .item-pic {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.news-roll-wrap .item-pic a {
	position: relative;
}

.news-roll-wrap .item-pic img {
	width: 600px;
	height: 300px;
}

.news-roll-wrap .item-cnt {
	width: 50%;
	float: left;
}

.news-roll-wrap .item-inner {
	padding-left: 40px;
	padding-right: 30px;
}

.news-roll-wrap .item-tit {
	height: 60px;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.news-roll-wrap .item-tit a {
	font-size: 20px;
}

.news-roll-wrap .item-tit a:hover {
	color: #67b143;
}

.news-roll-wrap .item-desc {
	line-height: 28px;
}

.news-roll-wrap .item-desc a {
	color: #666666;
}

.news-roll-wrap .item-time {
	margin-bottom: 12px;
	background: url(../images/date_ico.png) 0 center no-repeat;
	padding-left: 20px;
}

.news-roll-wrap .item-time span {
	background: url(../images/topnewsbg.png) center 0 no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 69px;
	height: 17px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	padding-left: 8px;
	color: #fff;
	font-size: 12px;
}

.dot-wraps {
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 10px;
}

.dot-wraps span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	height: 12px;
	background: #999999;
	margin: 0 4px;
	border-radius: 12px;
	cursor: pointer;
}

.dot-inner {
	padding-left: 46px;
	display: none;
}

.news-roll-wrap .item-more {
	margin-top: 20px;
}

.news-roll-wrap .item-more a {
	color: #67b143;
	padding-right: 20px;
}


/*滚动小点*/

.news-roll-wrap .bx-controls-direction {
	display: none;
}

.news-roll-wrap .bx-controls {
	position: absolute;
	bottom: 20px;
	text-align: left;
	left: 50%;
	width: 50%;
	padding-left: 35px;
}

.news-roll-wrap .bx-controls-direction {
	float: right;
	width: 87px;
	height: 41px;
	/* background: url(../images/pagebtn.png) no-repeat;*/
	margin-right: 2px;
}

.news-roll-wrap .bx-controls-direction a {
	width: 43px;
	height: 41px;
	display: block;
	float: left;
	line-height: 141px;
	overflow: hidden;
}

.news-roll-wrap .bx-default-pager .bx-pager-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.news-roll-wrap .bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 12px;
	overflow: hidden;
}

.news-roll-wrap .bx-pager.bx-default-pager a:hover,
.news-roll-wrap .bx-pager.bx-default-pager a.active {
	background: #67b143;
}


/*
------------------------------
新闻列表
------------------------------
*/

.mid-lines {
	height: 100%;
	position: absolute;
	border-left: 1px solid #d6d6d6;
	top: 30px;
	left: 50%;
	width: 1px;
}

.news2-wrap {
	margin-top: 20px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-left: -30px;
}

.news2-wrap .item-cell {
	width: 585px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	/*height: 205px;*/
}

.news2-wrap .item-cell .item-pad {
	overflow: hidden;
	position: relative;
	padding-left: 230px;
	border-bottom: 1px solid #eee;
	/*height: 172px;*/
	padding-bottom: 30px;
	margin-top: 30px;
}

.news2-wrap .item-pic {
	position: absolute;
	left: 0;
	top: 0;
}

.news2-wrap .item-pic img {
	width: 210px;
	height: 140px;
}

.news2-wrap .item-cnt {
	min-height: 140px;
}

.news2-wrap .item-tit {
	overflow: hidden;
	margin: -5px 0 8px 0;
	height: 60px;
}

.news2-wrap .item-tit a {
	font-size: 20px;
	line-height: 30px;
}

.news2-wrap .item-tit a:hover {
	color: #67b143;
}

.news2-wrap .item-desc {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.news2-wrap .item-desc a {
	color: #666666;
}

.news2-wrap .item-more {
	margin-top: 10px;
}

.news2-wrap .item-more a {
	color: #003da4;
	padding-right: 20px;
}

.video-list .item-desc {
	max-height: 70px;
}

.news2-wrap .item-tit a span {
	padding: 0 6px 0 30px;
}

.news2-wrap .downs-ico {
	position: absolute;
	bottom: 40px;
	right: 20px;
}

.news2-wrap .downs-ico a {
	display: inline-block;
	padding-left: 24px;
}

.news2-wrap .downs-ico a.views {
	background: url(../images/views.png) no-repeat;
}

.news2-wrap .downs-ico a.downs {
	background: url(../images/down.png) no-repeat;
	margin-left: 15px;
}


/*
------------------------------
公共更多
------------------------------
*/

.mod-more2 {
	height: 64px;
	line-height: 64px;
	margin-top: 50px;
}

.mod-more2 a {
	background: #f9f9f9;
	color: #666666;
	height: 64px;
	line-height: 64px;
	display: block;
	text-align: center;
	font-size: 16px;
}

.mod-more2 a:hover {
	color: #fff !important;
	background: #67b143;
}


/*
------------------------------
新闻列表3
------------------------------
*/

.news3-wrap {
	margin-top: -30px;
	margin-left: 0;
}

.news3-wrap .item-cell {
	margin-left: 0;
}

.news3-wrap .item-cell .item-pad {
	padding-right: 30px;
}

.mod-newswrap .item-cell {
	position: relative;
	padding: 30px 0 30px 110px;
	border-bottom: 1px solid #eee;
}

.mod-newswrap .item-date {
	position: absolute;
	width: 90px;
	height: 90px;
	border: 1px solid #f9f9f9;
	left: 0;
	top: 30px;
	text-align: center;
}

.mod-newswrap .item-date span em {
	display: block;
	height: 65px;
	line-height: 65px;
	background: #f9f9f9;
	font-size: 32px;
	text-align: center;
	font-family: arial;
}

.mod-newswrap .item-cell:hover .item-date {
	border: 1px solid #003da4;
}

.mod-newswrap .item-cell:hover .item-date span em {
	background: #003da4;
	color: #fff;
}

.mod-newswrap .item-cnt {
	min-height: 90px;
}

.mod-newswrap .item-tit {
	padding-bottom: 13px;
	margin-top: -5px;
}

.mod-newswrap .item-tit * {
	font-size: 20px;
}

.mod-newswrap .item-tit a:hover {
	color: #67b143;
}

.mod-newswrap .item-desc a {
	color: #666666;
	line-height: 28px;
}


/*
------------------------------
视频列表
------------------------------
*/

.video-wraps .item-pic img {
	width: 510px;
	height: 300px;
}

.video-wraps .item-pic {
	width: 510px;
	position: relative;
}

.video-wraps .item-cnt {
	width: 680px;
}

.video-wraps .videobg {
	display: block;
	width: 72px;
	height: 72px;
	background: url(../images/video_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	top: -18px;
}

.video-list .item-tit {
	overflow: hidden;
	margin: 0 0 8px 0;
}

.video-list .item-cell .item-pad {
	padding-left: 308px;
}

.video-list .item-pic img {
	width: 285px;
	height: 190px;
}

.video-list .item-cnt {
	min-height: 191px;
}


/*
------------------------------
大事记
------------------------------
*/

.mod-event {
	position: relative;
	padding: 40px 0;
}

.mod-event .mid-line {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1px;
	border-right: 1px solid #eee;
	top: 0;
}

.mod-event .item-cell {
	width: 545px;
	background: #f9f9f9;
	border-bottom: 1px solid #003da4;
	margin-bottom: 20px;
	padding: 20px 0;
	float: left;
	clear: both;
	position: relative;
}

.mod-event .item-tit {
	padding: 0 10px 0 65px;
	line-height: 27px;
	background: #f9f9f9;
	color: #333;
	position: relative;
	z-index: 8;
}

.mod-event .item-2 {
	float: right;
}

.mod-event .item-pic {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9;
}

.mod-event .item-date {
	position: absolute;
	right: -148px;
	width: 146px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #003da4;
	top: 50%;
	margin-top: -17px;
	background: url(../images/line7.jpg) -95px center no-repeat;
}

.mod-event span {
	display: block;
	/*background: url(../images/process_bg.png) 65px 0 no-repeat;*/
	text-align: right;
}

.mod-event .item-2 .item-date {
	right: auto;
	left: -130px;
}

.mod-event .item-cell span {
	animation-name: zoom;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	background-size: 20px 20px;
	background-position: 62px 10px;
}

.mod-event .item-2 span {
	text-align: left;
	background-size: 20px 20px;
	background-position: 67px 10px;
}

.mod-event .item-2 span {
	animation-name: zoom2;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.mod-event .item-2 .item-date {
	background: url(../images/line7.jpg) 80px center no-repeat;
}


/*动画延迟*/

.mod-event .item-cell:nth-child(1) span {
	animation-delay: 1000ms;
	-webkit-animation-delay: 200ms;
}

.mod-event .item-cell:nth-child(2) span {
	animation-delay: 2000ms;
	-webkit-animation-delay: 400ms;
}

.mod-event .item-cell:nth-child(3) span {
	animation-delay: 3000ms;
	-webkit-animation-delay: 600ms;
}

.mod-event .item-cell:nth-child(4) span {
	animation-delay: 4000ms;
	-webkit-animation-delay: 800ms;
}

.mod-event .item-cell:nth-child(5) span {
	animation-delay: 5000ms;
	-webkit-animation-delay: 1000ms;
}

.mod-event .item-cell:nth-child(6) span {
	animation-delay: 6000ms;
	-webkit-animation-delay: 1200ms;
}

.mod-event .item-cell:nth-child(7) span {
	animation-delay: 7000ms;
	-webkit-animation-delay: 1400ms;
}

.mod-event .item-cell:nth-child(8) span {
	animation-delay: 8000ms;
	-webkit-animation-delay: 1600ms;
}

.mod-event .item-cell:nth-child(9) span {
	animation-delay: 9000ms;
	-webkit-animation-delay: 1800ms;
}

.mod-event .item-cell:nth-child(10) span {
	animation-delay: 10000ms;
	-webkit-animation-delay: 2000ms;
}

.mod-event .item-cell:nth-child(11) span {
	animation-delay: 11000ms;
	-webkit-animation-delay: 2200ms;
}

.mod-event .item-cell:nth-child(12) span {
	animation-delay: 12000ms;
	-webkit-animation-delay: 2400ms;
}

.mod-event .item-cell:nth-child(13) span {
	animation-delay: 13000ms;
	-webkit-animation-delay: 2600ms;
}

.mod-event .item-cell:nth-child(14) span {
	animation-delay: 14000ms;
	-webkit-animation-delay: 2800ms;
}

.mod-event .item-cell:nth-child(15) span {
	animation-delay: 15000ms;
	-webkit-animation-delay: 3000ms;
}

.mod-event .item-cell:nth-child(16) span {
	animation-delay: 16000ms;
	-webkit-animation-delay: 3200ms;
}

.mod-event .item-cell:nth-child(17) span {
	animation-delay: 17000ms;
	-webkit-animation-delay: 3400ms;
}

.mod-event .item-cell:nth-child(18) span {
	animation-delay: 18000ms;
	-webkit-animation-delay: 3600ms;
}

.mod-event .item-cell:nth-child(19) span {
	animation-delay: 19000ms;
	-webkit-animation-delay: 3800ms;
}

.mod-event .item-cell:nth-child(20) span {
	animation-delay: 20000ms;
	-webkit-animation-delay: 4000ms;
}

.mod-event .item-cell:nth-child(2) img {
	animation-name: rote;
	animation-duration: 6s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes zoom {
	0% {
		background-size: 20px 20px;
		background-position: 62px 10px;
	}
	50% {
		background-size: 34px 34px;
		background-position: 55px 0;
	}
	100% {
		background-size: 20px 20px;
		background-position: 62px 10px;
	}
}

@-webkit-keyframes zoom {
	0% {
		background-size: 20px 20px;
		background-position: 62px 10px;
	}
	50% {
		background-size: 34px 34px;
		background-position: 55px 0;
	}
	100% {
		background-size: 20px 20px;
		background-position: 62px 10px;
	}
}

@keyframes zoom2 {
	0% {
		background-size: 20px 20px;
		background-position: 67px 10px;
	}
	50% {
		background-size: 34px 34px;
		background-position: 60px 0;
	}
	100% {
		background-size: 20px 20px;
		background-position: 67px 10px;
	}
}

@-webkit-keyframes zoom2 {
	0% {
		background-size: 20px 20px;
		background-position: 67px 10px;
	}
	50% {
		background-size: 34px 34px;
		background-position: 60px 0;
	}
	100% {
		background-size: 20px 20px;
		background-position: 67px 10px;
	}
}

@keyframes rote {
	0% {
		transform: rotateY(0);
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
	}
	50% {
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(0);
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
	}
}


/*
------------------------------
新闻最终页分享到
------------------------------
*/

.shares {
	text-align: right;
	padding-top: 12px;
}

.shares img {
	margin: 0 3px;
	cursor: pointer;
}


/*响应式*/


/*手机端导航*/

.mobile-headerwrap {
	display: none;
}

.mobile-menucss {
	background: #003da4;
	height: 100%;
	width: 80%;
	width: 290px;
	position: fixed;
	right: 0;
	top: 50px;
	box-sizing: border-box;
}

.mobile-menucss>ul {
	height: 90%;
	overflow: auto;
}

.mobile-menucss>ul>li {
	margin-top: -1px;
}

.mobile-menucss>ul>li>a {
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;
	line-height: 40px;
}

.mobile-menucss>ul>li>a>span {
	color: #fff;
	font-size: 16px;
}

.mobile-menucss>ul>li>ul {
	padding-left: 50px;
}

.mobile-menucss>ul>li>ul>li {
	line-height: 40px;
}

.mobile-menucss>ul>li>ul>li>a>span {
	color: #f9f9f9;
	line-height: 25px;
}

.mobile-menucss>ul>li.mobiles-links {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	border: none;
}

.mobile-menucss>ul>li.mobiles-links a {
	border: none;
}

.mobile-menucss>ul>li.mobiles-links img {
	width: 50px !important;
	height: 50px !important;
	max-width: none;
	margin-left: 0;
	padding-left: 0;
}


/*
------------------------------
大沙漠论坛
------------------------------
*/

.web-sites {
	margin-top: -15px;
}

.web-sites a {
	color: #67b143;
}


/*
------------------------------
亿利赛事
------------------------------
*/

.mod-ball {
	width: 470px;
	float: left;
}

.mod-ball .item-cell {
	position: relative;
	width: 470px;
}

.mod-ball .item-tit {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 46px;
	background: url(../images/bg5.png);
	font-size: 18px;
	line-height: 46px;
	text-align: center;
}

.mod-ball .item-tit a {
	color: #FFF;
}

.modball-tit {
	font-size: 22px;
	color: #333333;
	margin-top: -8px;
	margin-bottom: 20px;
}

.ball-event {
	float: left;
	width: 340px;
	margin-left: 22px;
}

.ball-event th {
	background: #f4f7ff;
	color: #010510;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
}

.ball-event table {
	border-top: 2px solid #566fb0;
	width: 100%;
}

.ball-event td {
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
	text-align: center;
}

.ranks {
	width: 380px;
	float: right;
	margin-left: 0;
}

.ballevent-cnt {
	width: 380px;
	line-height: 30px;
	padding-top: 15px;
}

.ball-ad {
	margin-left: -30px;
}

.ball-ad .ball-cell {
	margin-left: 30px;
	float: left;
	width: 275px;
}

.ball-ad .ball-cell img {
	width: 275px;
	height: 195px;
}


/*
------------------------------
合作伙伴
------------------------------
*/

.mod-link {
	margin-left: -22px;
}

.mod-link .item-pic {
	float: left;
	padding: 0 22px;
	margin-bottom: 25px;
}

.mod-link .item-pic img {
	width: 130px;
	height: 45px;
	border: 1px solid #e6e6e6;
}

.mod-left2 {
	width: 640px;
}

.mod-right2 {
	width: 560px;
}

.mod-left2 .mod-str2 {
	margin-top: 20px;
}


/*
------------------------------
生态建设
------------------------------
*/

.final-navs {
	margin-left: -18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.final-navs a {
	font-size: 16px;
	color: #666;
	float: left;
	display: block;
	width: 225px;
	height: 45px;
	line-height: 45px;
	background: #e7e7e7;
	text-align: center;
	margin-left: 18px;
	cursor: pointer;
}

.final-navs a.cr,
.final-navs a:hover {
	background: #003da4;
	color: #fff;
}

.final-cnts {
	line-height: 30px;
}


/*
------------------------------
核心技术
------------------------------
*/

.zs-desc {
	line-height: 25px;
	text-indent: 2em;
}

.technology-wrap {
	margin-top: 180px;
}

.technology-wrap .item-pic {
	float: left;
	padding-left: 35px;
	margin-top: -45px;
}

.technology-wrap .item-cell {
	background: #f8f8f8;
	height: 250px;
}

.technology-wrap .item-cnt {
	float: left;
	width: 803px;
}

.technology-wrap .item-desc {
	padding-left: 50px;
	padding-right: 33px;
	background: url(../images/line8.jpg) right 0 no-repeat;
	height: 147px;
	overflow: hidden;
}

.technology-wrap .item-desc * {
	line-height: 30px;
}

.technology-wrap .item-desc a {
	color: #333333;
}

.technology-wrap .item-desc span {
	display: block;
	color: #67b143;
	margin-top: 25px;
}

.technology-wrap .item-tit {
	padding-left: 50px;
	background-position: 0 40px;
}

.technology-wrap .mod-top {
	margin-top: -85px;
	margin-bottom: 80px;
}

.technology-tabs {
	padding-top: 30px;
}

.technology-tabs a {
	width: 200px;
	float: left;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.technology-tabs a b {
	position: absolute;
	background: url(../images/arrow_8.png) center 0 no-repeat;
	width: 34px;
	height: 20px;
	left: 50%;
	margin-left: -17px;
	top: -30px;
	display: none;
}

.technology-tabs a span,
.technology-tabs a em {
	display: block;
}

.technology-tabs a em {
	font-size: 18px;
	color: #333333;
	padding-top: 10px;
}

.technology-tabs a span {
	height: 100px;
	border: 5px solid #fff;
	position: relative;
}

.technology-tabs a.active span img {
	position: absolute;
	left: 50%;
	margin-left: -49px;
	top: 0px;
}

.technology-tabs a.active b {
	display: block;
}

.technology-tabs a.active span {
	background: #f6f6f5;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border: 5px solid #003da4;
	border-radius: 100px;
}


/*
------------------------------
亿利集团简介
------------------------------
*/

.intrs-wrap {
	margin-right: -30px;
	margin-top: 70px;
}

.intrs-wrap .item-cell {
	width: 380px;
	margin-right: 30px;
	float: left;
	background: #f9f9f9;
	height: 213px;
	border-radius: 6px;
	cursor: pointer;
}

.intrs-wrap .item-cnt {
	padding: 0 30px;
	text-align: center;
}

.intrs-wrap .item-pic {
	margin-top: -68px;
	text-align: center;
	padding-bottom: 25px;
}

.intrs-wrap .item-pic span {
	display: none;
}

.intrs-wrap .item-pic img {
	height: auto;
	width: auto;
}

.intrs-wrap .item-tit {
	color: #333333;
	font-size: 22px;
	text-align: center;
	padding-bottom: 5px;
}

.intrs-wrap .item-desc {
	line-height: 28px;
	color: #333333;
	font-size: 14px;
}

.intrs-wrap .active {
	background: #67b143;
}

.intrs-wrap .active * {
	color: #fff;
}

.intrs-wrap .active em {
	display: none;
}

.intrs-wrap .active span {
	display: block;
}


/*
------------------------------
沙漠治理
------------------------------
*/

.H30 {
	height: 30px;
}

.H10 {
	height: 10px;
}

.mod-innovation {
	background: #ba8d56;
	padding: 10px;
}

.mod-innovation .innovation-l {
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	width: 303px;
}

.mod-innovation .mod-top .item-tit span,
.mod-innovation .mod-top .item-tit em {
	color: #FFF;
}

.mod-innovation .item-pic {
	float: right;
}

.mod-innovation .item-pic img {
	max-width: 807px;
	height: auto;
}

.mod-innovation .mod-top .item-tit {
	background: url(../images/topline.jpg) no-repeat;
}

.model-tit {
	font-size: 18px;
	color: #333333;
}

.mod-innovation .item-desc {
	color: #fff;
	line-height: 30px;
}


/*
------------------------------
荣誉
------------------------------
*/

.hornor-slog {
	font-size: 26px;
	color: #333333;
	padding-bottom: 25px;
	margin-top: -10px;
	text-align: center;
}

.zs-total {
	text-align: center;
}

.zs-total li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	color: #fff;
}

.zs-total li span {
	display: block;
	font-size: 38px;
	/*font-weight: bold;*/
	padding-top: 40px;
}

.zs-total li em {
	font-size: 20px;
}

.zs-total .zs-1 {
	background: #7aba1e;
	width: 360px;
	height: 175px;
}

.zs-total .zs-2 {
	background: #5fa137;
	width: 360px;
	height: 175px;
}

.zs-total .zs-3 {
	background: #548e31;
	width: 360px;
	height: 175px;
}

.honor-totals {
	margin-right: -30px;
}

.honor-totals ul li {
	min-width: 220px;
	margin-right: 20px;
	float: left;
	height: 60px;
	margin-bottom: 40px;
}

.honor-totals ul li span {
	font-size: 18px;
	color: #666666;
	display: block;
}

.honor-totals ul li em {
	font-size: 18px;
}

.honor-totals ul li em b {
	font-size: 28px;
	color: #67b143;
}


/*
------------------------------
亿利学院
------------------------------
*/

.active-news,
.active-news .item-pic {
	height: auto;
}

.active-news .item-pic {
	width: 375px;
	margin-right: 30px;
}

.active-news .item-cnt {
	width: 790px;
}

.active-news .item-inner {
	padding-left: 0;
	padding-right: 0;
}

.active-news .item-pic img {
	width: 370px;
	height: 250px;
}

.active-news .item-tit {
	margin-top: 0;
}


/*新闻活动列表*/

.news-list5 {
	width: auto;
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
}

.news-list5 ul li {
	border-bottom: 1px dotted #d6d6d6;
	position: relative;
	padding-right: 120px;
	background: url(../images/dotted3.png) 0 20px no-repeat;
}

.news-list5 ul li span {
	position: absolute;
	right: 0;
	top: 12px;
}

.md-videos .item-pic {
	position: relative;
}

.md-videos .item-pic .video-ico {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/videobgs.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.md-videos .item-tit {
	height: 48px;
	padding-bottom: 0;
	text-align: center;
}


/*
------------------------------
企业文化
------------------------------
*/

.mod-culture .item-pic {
	width: 675px;
}

.mod-culture .item-cnt {
	width: 375px;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}

.mod-culture p.item-p {
	padding-bottom: 0;
	position: relative;
}

.mod-culture p.item-p::first-letter {
	font-size: 40px;
	font-family: arial;
}

.mod-culture p.item-p em {
	position: absolute;
	top: -8px;
	left: 32px;
	font-size: 15px;
	color: #000;
}

.mod-culture p.item-p1 em {
	top: -3px;
}

.mod-culture p.item-p1::first-letter {
	font-size: 60px;
	font-family: arial;
}

.mod-culture .item-c {
	margin-bottom: 25px;
	font-size: 16px;
}


/*
------------------------------
亿利赛事滚动
------------------------------
*/

.roll-balls {
	float: left;
	width: 470px;
	position: relative;
}

.roll-balls .item-cell {
	position: relative;
}

.roll-balls .item-cell img {
	width: 470px;
	height: 283px;
}

.roll-balls .item-tit {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 46px;
	background: url(../images/bg5.png);
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}

.roll-balls .item-tit a {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.roll-balls .bx-default-pager {
	display: none;
}

.roll-balls .bx-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
}

.roll-balls .bx-next {
	background: url(../images/focus_ico.png) -80px 0 no-repeat;
	width: 32px;
	height: 60px;
	display: block;
	float: right;
	line-height: 999px;
	overflow: hidden;
	position: relative;
	left: 2px;
}

.roll-balls .bx-prev {
	background: url(../images/focus_ico.png) no-repeat;
	width: 32px;
	height: 60px;
	display: block;
	float: left;
	line-height: 999px;
	overflow: hidden;
}


/*亿利健康*/

.mod-health .item-pic {
	width: 540px;
	float: right;
}

.mod-health .item-cnt {
	width: 610px;
	line-height: 28px;
	margin-top: 0;
}

.org-img {
	margin-top: 20px;
}


/*种子资源库*/

.mod-g .item-cnt {
	width: 545px;
	line-height: 28px;
}

.mod-g .item-pic {
	width: 650px;
}

.greys1 {
	background: #f8f8f8;
	margin-top: 30px;
}

.greys1 .mod-top {
	position: relative;
	top: 30px;
}


/*微煤雾化页*/

.toptits {
	font-size: 22px;
	text-align: center;
	color: #333333;
}

.mod-micro {
	margin-top: 20px;
}

.mod-micro .item-cnt {
	line-height: 30px;
}

.mod-micro .item-pic {
	margin-top: 8px;
}

.mod-tables {
	width: 690px;
}

.mod-tables th {
	text-align: center;
	font-size: 18px;
	background: #67b143;
	color: #fff;
	padding: 12px 0;
	border: 1px solid #fff;
}

.mod-tables td {
	border: 1px solid #fff;
	background: #f3f3f3;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 30px;
}

.mod-tables table {
	width: 100%;
}

.art-cnts {
	line-height: 30px;
}


/*
------------------------------
手机端样式开始
------------------------------
*/

@media screen and (max-width: 640px) {
	/*手机端*/
	.roll-balls {
		float: none;
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}
	.mod-tables {
		width: 100%;
	}
	body,
	html {
		width: 100%;
		overflow-x: hidden;
		position: relative;
	}
	img {
		max-width: 100%;
		height: auto !important;
		box-sizing: border-box;
	}
	.header {
		display: none;
	}
	/*核心技术*/
	.technology-wrap {
		margin-top: 0;
	}
	.technology-wrap .item-pic {
		float: none;
		width: auto;
		text-align: center;
		padding-left: 0;
		margin-top: 0;
		padding-top: 20px;
	}
	.technology-wrap .item-cnt {
		float: none;
		width: auto;
		padding: 20px;
	}
	.technology-wrap .item-cell {
		height: auto;
	}
	.technology-wrap .item-desc {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}
	.technology-wrap .mod-top {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.technology-wrap .item-tit {
		background: url(../images/line2.jpg) no-repeat;
		padding-top: 15px;
		padding-left: 0px;
	}
	.technology-tabs {
		display: -webkit-box;
		display: box;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-webkit-box-align: start;
		-moz-box-align: start;
	}
	.technology-tabs a {
		-moz-box-flex: 1.0;
		/* Firefox */
		-webkit-box-flex: 1.0;
		/* Safari 和 Chrome */
		box-flex: 1.0;
		display: block;
		text-align: center;
		width: auto;
	}
	.technology-tabs a span {
		width: 100%;
		height: auto;
	}
	.technology-tabs a em {
		font-size: 12px;
		max-width: 50px;
		margin: 0 auto;
	}
	.technology-wrap .item-desc {
		height: auto;
	}
	.technology-tabs a.active span {
		width: 100%;
		height: auto;
		border-radius: 50%;
	}
	.technology-tabs a.active span img {
		position: static;
		left: 0;
		margin-left: 0;
	}
	/*集团简介*/
	.intrs-wrap {
		margin-right: 0px;
		margin-top: 70px;
		text-align: center;
		display: -webkit-box;
		display: box;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-webkit-box-align: start;
		-moz-box-align: start;
	}
	.intrs-wrap .item-cell {
		margin-right: 10px;
		-moz-box-flex: 1.0;
		/* Firefox */
		-webkit-box-flex: 1.0;
		/* Safari 和 Chrome */
		box-flex: 1.0;
		display: block;
		text-align: center;
		width: 33.3%;
		float: none;
		min-height: 225px;
	}
	.intrs-wrap .item-cnt {
		padding: 0 5px;
	}
	.intrs-wrap .item-pic {
		width: 70px;
		margin: -40px auto 0 auto;
		padding-bottom: 15px;
	}
	.intrs-wrap .item-tit {
		font-size: 14px;
	}
	.intrs-wrap .item-desc {
		font-size: 12px;
		line-height: 22px;
	}
	.intrs-wrap .item-cell:nth-last-child(1) {
		margin-right: 0;
	}
	/*手机端头部*/
	.mobile-headerwrap {
		height: 50px;
		display: block;
		position: relative;
		z-index: 99999;
	}
	.mobile-header {
		background: #003da4;
		height: 50px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 90;
	}
	.mobile-header img {
		width: auto !important;
		height: 35px !important;
		margin: 5px 0 0 5px;
	}
	/*搜索开始*/
	.head-icons {
		background: url(../images/mem_icons.png) 0 center no-repeat;
		float: right;
		width: 150px;
		height: 50px;
	}
	.mobile-search {
		height: 50px;
		background: #003da4;
		padding: 0 20px 0 50px;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		z-index: 6666;
		top: 0;
		left: 0;
		display: none;
	}
	.mobile-search input {
		width: 100%;
		color: #fff;
		height: 40px;
		vertical-align: middle;
		background: transparent;
		border: none;
		margin-top: 5px;
		line-height: 40px;
	}
	.mobile-search .s-searchs {
		background: url("images/searchbtns.png") no-repeat;
		position: absolute;
		width: 25px;
		height: 25px;
		right: 15px;
		top: 15px;
	}
	.mobile-search .s-close {
		cursor: pointer;
		background: url("images/close.png") no-repeat;
		position: absolute;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
		left: 10px;
		top: 15px;
	}
	.head-icons a {
		display: inline-block;
		cursor: pointer;
	}
	.head-icons a.search-mobile {
		width: 40px;
		height: 50px;
	}
	.head-icons a.site-css {
		width: 35px;
		height: 50px;
	}
	.head-icons a.en-css {
		width: 41px;
		height: 50px;
	}
	.head-icons a.menus-mobiles {
		width: 38px;
		height: 50px;
	}
	.mod-adwrap,
	.mod-menuwrap,
	.header {
		display: none;
	}
	
	@media screen and (max-width: 640px){
		
		.swiper-tit2 p {
			font-size: 25px;
		}
		
	}
	
	@media screen and (max-width: 640px){
		
		.swiper-tit3 {
			
			
			left: 9%;
			top: 35px;
			
		}
		.swiper-tit3 p  {
			
			
			
			font-size: 20px;
			padding-top: 15px;
			
		}
		
	}
	
	/*
  ------------------------------
  首页banner mobile
  ------------------------------
  */
	img {
		max-width: 100%;
		height: auto;
	}
	.wrap-banners2 .banner .banner-imgs {
		width: 640px;
		margin-left: -320px;
	}
	.wrap-banners {
		height: auto;
	}
	.banner-bg8 {
		display: none;
	}
	.swiper-tit2 {
		/*top: 20px;
		left: 20px;*/
		
		top:10px;
		left: 9%;
	}
	.swiper-tit2 img {
		width: 40%;
		height: auto;
	}
	/*
	 * 
	 * 
  ------------------------------
  布局块
  ------------------------------
  */
	body {
		min-width: 0;
	}
	.layer-wrap {
		width: auto;
		margin: 0 15px;
		overflow: hidden;
		position: relative;
	}
	/*三大产业块*/
	.industy {
		width: auto;
		margin-top: 20px;
		overflow: hidden;
	}
	.industy .item-cell {
		left: 12px;
		margin: 0 auto;
		max-width: 400px;
		float: none;
	}
	.industy .item-cell>img {
		margin-left: -25px;
	}
	.industy .item-cell:nth-child(3) {
		left: -12px;
	}
	.industy .item-cell:nth-child(3)>img {
		margin-left: 25px;
	}
	.industy .item-cell>img {
		width: 100%;
		max-width: 400px;
	}
	.industy .item-cell {
		width: auto;
		overflow: hidden;
		position: relative;
	}
	.leav-f4 {
		left: 15.8%;
	}
	.leav-f2 {
		left: 40%;
	}
	.leav-f3 {
		left: 48.5%;
	}
	.leav-f1 {
		left: 49.5%;
	}
	.lights {
		left: 60px;
		top: -5px;
	}
	.lights,
	.lights2,
	.lights3 {
		top: -5px;
	}
	.strock {
		text-align: center;
	}
	.news-lefts {
		width: auto;
		float: none;
	}
	.mod-newstop .item-pic {
		margin-left: 120px;
	}
	.mod-newstop .item-tit {
		width: 120px;
		background-size: 100% auto;
	}
	.mod-newstop .item-pic img {
		height: 94px !important;
		width: auto !important;
		max-width: none;
	}
	.mod-newstop .item-tit span {
		margin-top: 20px;
		font-size: 18px;
	}
	.mod-newscnt {
		height: auto;
		background: none;
		padding: 0 15px;
	}
	.mod-newscnt ul {
		padding: 10px 0 10px 0;
	}
	.leader-news {
		padding-right: 30px;
	}
	.mod-leader {
		width: auto;
		float: none;
		margin: 20px 0 0 0;
		background: #f0f0f0 url(../images/dsz_bg2.jpg) no-repeat;
		background-position: right -5px;
		background-size: 100px auto;
		padding-bottom: 20px;
		height: auto;
		border-top: 4px solid #003da4;
	}
	.news-list {
		width: auto;
	}
	.leader-top .item-tit {
		font-size: 18px;
	}
	.mod-ads {
		padding: 0 0px;
		margin: 20px 0 10px 0;
	}
	.mod-ads img {
		margin-bottom: 10px;
		float: none;
		width: 100%;
		margin-left: 0;
		float: none;
		display: inline;
	}
	.footer {
		padding: 20px 10px;
	}
	.copy {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.link {
		float: none;
	}
	/*内页banner*/
	.mode-banner img {
		max-width: 160%;
		margin-left: -30%;
	}
	.mod-company .item-cnt,
	.modes-leader .item-pic,
	.modes-leader .item-list,
	.mod-left,
	.mod-process,
	.mod-right,
	.mod-ecol .item-cnt,
	.ecol-left,
	.ecol-right {
		float: none;
		width: auto;
	}
	.mod-str {
		margin-bottom: 25px;
	}
	/*公司简介*/
	.mod-company .item-pic {
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
		width: auto;
	}
	.mod-process {
		height: auto;
	}
	.mod-process ul {
		padding: 15px 10px 15px 10px;
	}
	.mod-partner ul {
		padding-left: 0px;
	}
	.mod-partner ul li.part-tit {
		width: 92px;
		clear: both;
		position: static;
		display: block;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	/*生态修复*/
	.H40 {
		height: 20px;
	}
	.mod-ecol .item-pic {
		margin-top: 0;
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.mod-ecol .item-icon ul {
		display: block;
		width: 100%;
	}
	.mod-ecol .item-icon ul li {
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.mod-ecol .item-icon {
		padding-top: 30px;
	}
	/*生态项目*/
	.mod-ecol2 .item-cell:hover span {
		display: block;
	}
	.mod-ecol2 .item-cell:hover em {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
	}
	.mod-ecol2 .item-cell:hover em img {
		width: 285px;
		height: 175px;
	}
	.mod-ecol2 .item-cell:hover .project-tit {
		position: relative;
		z-index: 88;
		padding-left: 0;
		padding-top: 0px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.mod-ecol2 .item-cell:hover .project-tit a {
		color: #333;
	}
	.mod-ecol2 .item-cell:hover .project-desc {
		display: block;
	}
	.mod-ecol2 .item-cell:hover .item-more {
		position: relative;
		z-index: 88;
		padding-left: 0px;
	}
	.mod-ecol2 .item-cell:hover .item-more a {
		color: #67b143;
	}
	.mod-ecol2 .silder10 {
		width: 815% !important;
	}
	.mod-project .item-desc {
		height: 40px;
	}
	.mod-project {
		margin-left: -4%;
	}
	.mod-project .item-cell {
		width: 46%;
		margin-left: 4%;
		margin-bottom: 15px;
	}
	.mod-project .item-cnt {
		padding: 10px;
		height: 109px;
		overflow: hidden;
	}
	.mod-project .item-pic {
		max-height: 115px;
		overflow: hidden;
	}
	.ecol-left {
		margin-bottom: 20px;
	}
	.ecol-right {
		margin: 0 auto;
	}
	.ecol-right .bx-wrapper {
		max-width: 285px !important;
		margin: 0 auto;
	}
	.mod-ecol2 .bx-controls {
		width: 340px;
		position: relative;
		top: -200px;
		left: -28px;
	}
	.mod-ecol2 .bx-controls .bx-controls-direction {
		width: 340px;
		background: none;
	}
	.mod-ecol2 .bx-controls a.bx-prev {
		background: url(../images/arrow.png) no-repeat;
	}
	.mod-ecol2 .bx-controls a.bx-next {
		background: url(../images/arrow.png) right 0 no-repeat;
		float: right;
	}
	.mod-project .item-tit a {
		font-size: 15px;
	}
	.mod-project .item-tit {
		height: 24px;
		overflow: hidden;
	}
	.mod-ecol2 .item-cell {
		height: auto;
	}
	.mod-project5 .bx-viewport {
		max-height: 170px !important;
	}
	.mod-project5 .bx-wrapper {
		max-width: 285px !important;
		margin: 0 auto;
	}
	.mod-project5 .bx-controls {
		width: 340px;
		z-index: 888;
		left: 50%;
		margin-left: -170px;
		top: 85px;
	}
	.mod-project5 .bx-controls-direction a.bx-prev {
		width: 30px !important;
		height: 40px !important;
		background: url(../images/arrow.png) no-repeat;
	}
	.mod-project5 .bx-controls-direction a.bx-next {
		width: 30px !important;
		height: 40px !important;
		background: url(../images/arrow.png) right 0 no-repeat;
	}
	.mod-project90 .item-cell {
		margin-left: 0 !important;
	}
	.mod-project90 .bx-wrapper {
		max-width: 285px !important;
		margin: 0 auto;
	}
	.mod-project90 .bx-controls {
		width: 330px;
		z-index: 888;
		left: 50%;
		margin-left: -165px;
		top: 125px;
	}
	.mod-project90 .bx-controls-direction a.bx-prev {
		width: 30px !important;
		height: 40px !important;
		background: url(../images/arrow.png) no-repeat;
	}
	.mod-project90 .bx-controls-direction a.bx-next {
		width: 30px !important;
		height: 40px !important;
		background: url(../images/arrow.png) right 0 no-repeat;
	}
	.link a {
		padding: 0 10px;
	}
	/*大事记*/
	.mod-event {
		padding-bottom: 0;
	}
	.mod-event .item-cell {
		float: none;
		width: auto;
		margin-bottom: 60px;
	}
	.mod-event .mid-line {
		display: none;
	}
	.mod-event .item-date {
		background: none !important;
		width: 112px !important;
		text-align: left !important;
		left: 0 !important;
		top: -25px !important;
		font-size: 22px;
	}
	/*新闻列表*/
	.news2-wrap .item-cell {
		float: none;
		width: auto;
	}
	.news2-wrap .item-pic {
		width: 120px;
	}
	.news2-wrap .item-pic img {
		width: 120px;
		height: auto;
	}
	.news2-wrap .item-tit {
		margin-top: 0;
	}
	.news2-wrap .item-tit a {
		font-size: 16px;
		line-height: 18px;
		text-decoration: none;
	}
	.news2-wrap .item-cell .item-pad {
		padding-left: 130px;
		padding-right: 0;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.news3-wrap {
		margin-top: -20px;
	}
	.news2-wrap .item-desc {
		line-height: 22px;
	}
	.mod-newswrap .item-cell {
		padding: 20px 0 20px 110px;
	}
	.mod-newswrap .item-date {
		top: 20px;
	}
	.mod-newswrap .item-tit * {
		font-size: 16px;
	}
	.mod-newswrap .item-desc a {
		line-height: 22px;
	}
	/*
  ------------------------------
  新闻轮播
  ------------------------------
  */
	.news-roll-wrap .item-tit {
		margin-top: 10px;
	}
	.news-roll-wrap {
		height: auto;
		padding-bottom: 40px;
	}
	.news-roll-wrap .item-pic {
		width: 100%;
		float: none;
		height: auto;
	}
	.news-roll-wrap .item-cnt {
		width: 100%;
		float: none;
		padding-bottom: 15px;
	}
	.dot-inner {
		padding-left: 0;
		margin-left: -10px;
	}
	.news-roll-wrap .item-inner .item-time {
		white-space: nowrap;
	}
	.news-roll-wrap .item-more a,
	.news-roll-wrap .item-more {
		white-space: nowrap;
	}
	.news-roll-wrap .item-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-roll-wrap .bx-controls {
		width: 100%;
		left: 0;
		text-align: center;
		padding: 0;
		background: #f9f9f9;
		padding-bottom: 25px;
		bottom: 0;
	}
	.video-list {
		margin-top: -20px;
	}
	.video-list .item-cnt {
		min-height: 140px;
	}
	.news2-wrap .item-desc {
		max-height: 70px;
	}
	.projects .item-pic {
		float: none;
		width: auto;
		height: auto;
	}
	.projects .item-tit {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.projects .item-cnt {
		float: none;
		width: auto;
		padding-left: 0;
	}
	/*
  ------------------------------
  分享到
  ------------------------------
  */
	.shares {
		text-align: center;
	}
	/*
  ------------------------------

  ------------------------------
  */
	.newspaper .item-cnt {
		min-height: 80px;
	}
	.newspaper .downs-ico {
		position: static;
	}
	/*
  ------------------------------

  ------------------------------
  */
	.mod-ball,
	.mod-ball .item-cell {
		width: auto;
		float: none;
	}
	.mod-ball .item-tit {
		font-size: 14px;
	}
	.ball-event {
		width: auto;
		float: none;
		margin: 30px 0 0 0;
	}
	.modball-tit {
		margin-bottom: 10px;
	}
	.ball-ad .ball-cell {
		width: 50%;
		padding: 0 5px;
		margin: 0;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.ball-ad {
		position: relative;
		margin-left: 0;
	}
	.mobile-search input::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #fff;
	}
	.mobile-search input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #fff;
	}
	.mobile-search input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
	}
	/*
  ------------------------------
  ------------------------------
  */
	.final-navs {
		margin-left: -2%;
	}
	.final-navs a {
		width: 48%;
		margin-left: 2%;
		margin-bottom: 10px;
		font-size: 13px;
		overflow: hidden;
	}
	/*
  ------------------------------

  ------------------------------
  */
	.active-news {
		padding-bottom: 0;
	}
	.news-list5 {
		margin-top: 20px;
	}
	.md-videos .item-cnt {
		height: 65px;
	}
	.md-videos .item-tit {
		height: 45px;
	}
	.md-videos .item-tit a {
		font-size: 14px;
	}
	/*
  ------------------------------

  ------------------------------
  */
	.mod-innovation .innovation-l {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}
	.mod-innovation .item-pic {
		float: none;
	}
	.mod-innovation .item-pic img {
		max-width: 100% !important;
	}
	.mod-innovation .item-desc {
		margin-bottom: 20px;
	}
	.swiper-slide-active.swiper-slide3 .swiper-tit2 {
		left: 9%;
		margin-left: 0px;
		animation: anis2 linear 1s;
	}
	
.swiper-slide-active.swiper-slide3 .swiper-tit3  {
		
		
		left: 9%;
		margin-left: 0px;
		
		
	}
	
	
	
	.swiper-slide3 img {
		width: 30%;
	}
	@keyframes anis2 {
		0% {
			left: -20%;
			opacity: 0;
		}
		100% {
			left: 20px;
			opacity: 1;
		}
	}
	@-webkit-keyframes anis2 {
		0% {
			left: -20%;
			opacity: 0;
		}
		100% {
			left: 20px;
			opacity: 1;
		}
	}
	/*
  ------------------------------
荣誉
  ------------------------------
  */
	.zs-total ul li {
		width: 100%;
		height: 140px !important;
		float: none;
		width: auto;
	}
	.zs-total ul li span {
		font-size: 45px;
	}
	.honor-totals ul li {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.honor-totals {
		margin-right: 0 !important;
	}
}

#bdshare_weixin_qrcode_dialog {
	height: 330px !important;
}


/*新增加样式*/

.item-tit i {
	width: 3px;
	height: 20px;
	display: inline-block;
	background-color: #003da4;
	position: absolute;
	left: 335px;
	margin-top: 10px;
}


/*企业战略*/

.leftSide {
	width: 1200px;
	margin-top: -6px;
	font-size: 14px;
	line-height: 24px;
	color: #58585a;
}

.leftSide h3 {
	margin: 36px 0 12px 0;
	padding-left: 16px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	position: relative;
}

.leftSide h3 i {
	width: 3px;
	height: 20px;
	display: inline-block;
	background-color: #003da4;
	position: absolute;
	top: 0px;
	left: 0;
}

.chengqiang {
	width: 1200px;
	height: 15px;
}

.chengqiang img {
	width: 1200px;
	height: 15px;
}

.bj {
	width: 500px;
	display: inline-block;
	margin-top: 20px;
}

.bj-left {
	display: inline-block;
}

.bj-left img {
	width: 36px;
	height: 36px;
}

.bj-right {
	display: inline-block;
}

.bj-right img {
	width: 36px;
	height: 36px;
}

.bj-bt {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
}

.bj-z {
	width: 1200px;
}


/*核心价值观*/

.w-1200 {
	margin-top: 50px;
}

.w-1200>div {
	overflow: hidden;
	padding: 0 90px 0 60px;
}

.w-1200>div img {
	width: 36px;
	height: 36px;
}

.w-1200>div .ldzc-title {
	font-size: 40px;
	color: #5a5a5a;
	/*margin: 10px 0 50px;*/
	display: block;
	text-align: center;
}

.w-1200>div .ldzc-nr {
	display: inline-block;
	position: absolute;
	margin: 0 630px;
}

.w-1200>div p {
	padding-left: 50px;
}

.ldzc-nr p img {
	width: 300px;
	height: 40px;
}

.xz-bj {
	background: url(../img/ldzc-bg.jpg) no-repeat center 10%;
}

.zjct-title {
	min-width: 1200px;
	width: 71.42857142857143%;
	margin: auto;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}

.zjct-title .title-lf {
	width: 79.8%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	color: #3d3d3d;
	float: left;
}

.zjct-title .title-lf span {
	font-size: 20px;
	color: #464646;
	border-bottom: 4px solid #003da4;
	padding-bottom: 7px;
}

.zjct-title .title-lf {
	font-size: 14px;
	color: #464646;
}

.zjct-title .title-rt {
	position: absolute;
	right: 0;
	bottom: -2px;
	color: #d1d1d1;
	font-size: 14px;
	letter-spacing: 7px;
}


/*荣誉*/

.ry-img {
	width: 756px;
	margin: 0 auto;
	margin-bottom: 30px;
}


/*对外投资*/

.cydw {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #003da4;
	margin-bottom: 47px;
	margin-top: 40px;
}

.cydw .cy-title {
	float: left;
	margin: 10px 0;
	width: 270px;
}

.cydw .cy-title img {
	float: left;
	margin: 5px 10px 0 0;
}

.cydw .cy-title>div {
	float: left;
}

.cydw .cy-title>div p {
	font-weight: bold;
	color: #404040;
	font-size: 18px;
	padding-top: 15px;
}

.cydw .cy-title>div span {
	color: #dbdbdb;
	font-size: 22px;
	font-weight: bold;
}

.cydw .cy-list {
	margin-left: 270px;
}

.cydw .cy {
	float: left;
	padding: 0 15px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	border: 4px solid #003da424;
	color: #444343;
	margin: 0 20px 10px 0;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  width: 290px;
}

.cydw .cy img {
	vertical-align: middle;
	height: 36px;
}

.cydw .cy:hover {
	border: 4px solid #003da4;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/*底部版权信息*/

.bq {
	background: #504e4e;
	border-top: 1px solid #bfadad7a;
}

.bq-bt {
	color: #FFFFFF;
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.bq-bt a {
	color: #FFFFFF;
}

.gswlm{
	
	float: right;
}

	@media screen and (max-width: 640px)
	{
		
		.layer-wrap{
			
			margin-bottom: 10px!important;
			
			
		}
		
		
			.bq-bt{
			
			width: 60%;
			height: auto;
			
		}
		
		.erweima{
			
			position: relative; 
			left: 0px;
			margin-top: 0px;
			
		}
		.youqing{
			
			margin-left: 13px;
		}
		
		.ry-img{
			
			width: 100%;
		}
		
		#gongyu {
			
			height: 1225px!important;
			
			
		}
		#cs{
			
			width: 100%;
		
		}
		
		.item-pic img{
			
			width: 100%!important;
			/*height: 130px!important;*/
			
		}
		
		.content img {
			
			width: 100%!important;
			
			
		}
		.content div img {
			
			text-indent: 0!important;
			margin-left: -30px;
		}
		.demo{
			height: 300px!important;
		}
		.cydw .cy-title{
			
			width: 100%;
		}
		.cydw .cy-list{
			
			margin-left: 0px;
		}
		.cy span img {
			
			width: 30px;
		}
		.leftSide{
			
			width: 100%;
		}
		.chengqiang
		{
			width: 100%;
		}
		.chengqiang img
		{
			height: 10px!important;
		}
		.w-1200>div
		{
			
			padding: 0 0 0 0 ;
		}
		.w-1200>div p {
			
			padding-left: 0px;
			
					}
					
					#kfjs{
						
						width: 185px!important;
						height: 130px!important;
					}
		
		
	}
	
	
	
@media screen and (min-width: 1000px){	
	.content div img {
			
			text-indent: 0!important;
			margin-left: -30px;
		}
} 