.top-tu {
	/*background: url(/cogcpa../images/top.jpg) center;*/
	/*padding-top: 5%;*/
	/*padding-bottom: 5%;*/
	color: #fff;
	position: relative;
}

.tu-img {
	position: relative;
}

.tu-img img {
	width: 100%;
}

.tu-center {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	padding: 3%;
	width: 50%;
	top: 20%;
	margin-left: 25%;
}

.line {
	width: 40px;
	height: 2px;
	background: #ff6c00;
	margin-top: 2%;
	margin-bottom: 4%;
}

.top-tu a {
	color: #fff;
	text-decoration: none;
	padding-left: 5%;
	padding-right: 5%;
	background: #FF6C00;
	border-radius: 3px;
	padding-top: 1%;
	padding-bottom: 1%;
	cursor: pointer;
}

.top-tu a:hover {
	background: #ee6500;
}

.about {
	padding: 3% 0 3% 0;
}

.about-title {
	text-align: center;
}

.about-title p {
	color: #999;
}

.about-img img {
	width: 70%;
	margin-left: 15%;
}

.about-p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 1.8;
}

.about a {
	color: #fff;
	text-decoration: none;
}

.more {
	background: #FF6C00;
	padding: 1% 3% 1% 3%;
	margin-right: 2%;
}

.more:hover {
	background: #ee6500;
}

.tousu {
	background: #f0544c;
	padding: 1% 3% 1% 3%;
}

.tousu:hover {
	background: #db4038;
}

.about-btn {
	margin-top: 5%;
}

.news {
	background: #fbfbfb;
	padding: 3% 0 3% 0;
}

.news-content {
	padding: 2%;
	background: #fff;
}

.news-title {
	font-weight: 700;
	float: left;
}

.news-max {
	font-size: 25px;
}

.news-min {
	color: #FF6C00;
}

.more-btn {
	float: right;
}

.more-btn a {
	background: #FF6C00;
	color: #fff;
	text-decoration: none;
	padding: 2% 5% 2% 5%;
}

.news ul li {
	list-style-type: none;
	margin-bottom: 2%;
	width:48%
}

.news ul li a {
	color: #334960;
	font-weight: 700;
	text-decoration: none;
}

.news ul li a:hover {
	color: #172636;
}

.news ul li span {
	color: #999;
	font-size: 12px;
	float: right;
}

.news ul li p {
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
}

.news-box {
	margin-top: 3%;
}

.hezuo {
	padding: 3% 0 3% 0;
	background: #fff;
}

.hezuo ul li {
	list-style-type: none;
	float: left;
	width: 25%;
}

.hezuo ul li img {
	width: 100%;
}

.us-right {
	float: right;
	width: 42%;
	background: #3a3a3a;
	padding: 6% 4% 6% 4%;
	color: #676767;
}

.us-title {
	font-size: 25px;
}

.us-left {
	width: 50%;
	float: left;
}

.us-right ul {
	margin-top: 5%;
}

.us-right ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 30px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

@media only screen and (max-width: 600px) {
	.news-left {
		width: 100%;
	}
	.news-right {
		width: 100%;
	}
	.news ul li {
	list-style-type: none;
	margin-bottom: 2%;
	width:100%
}
}

@media only screen and (max-width: 400px) {
	.about-p {
		font-size: 12px;
	}
	.tu-center p {
		font-size: 8px !important;
	}
	.line {
		width: 20px;
		margin-bottom: 0;
	}
	.top-tu a {
		font-size: 10px !important;
	}
	.tu-center {
		padding: 2%;
	}
	.more {
		font-size: 12px;
	}
	.tousu {
		font-size: 12px;
	}
	.news ul li a {
		font-size: 12px;
	}
	.news ul li p {
		font-size: 12px;
	}
	.news ul li span {
		font-size: 9px;
		line-height: 25px;
	}
	.news-max {
		font-size: 18px;
	}
	.news-min {
		font-size: 14px;
	}
	.us-right {
		width: 70%;
		padding: 6% 15% 6% 15%;
	}
	.us-left {
		width: 100%;
	}
	.us-title {
		font-size: 18px;
	}
	.us-right ul li {
		font-size: 12px;
	}
}