@media only screen and (min-width: 416px) {
/*头部css*/	
.c_top {
	width: 100%;
	min-width: 1250px;
	position: fixed;
	z-index: 160;
	top: 0;
	left: 0;
	height: 70px;
	opacity: 0.8;
	background-color: #cc0000;
}
.c_text {
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 70px;
}
.intro {
	float: left;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	height: 70px;
}
.logo {
	width: 200px;
	text-align: center;
	overflow: hidden;
}
.logo img {
	float: left;
	margin-left: 40px;
	padding-top: 6px;
}
.intro span {
	float: left;
	display: inline-block;
	margin-top: -16px;
}
/*.c_text .c_span {
	color: #ff8b00;
}*/
.classily {
	float: right;
}
.classily a {
	text-decoration: none;
	color: white;
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
	font-size: 14px;
}
.classily .active {
	background: white;
	border-radius: 6px;
	/*color: #FF8B00;*/
	color: red;
}
#language {
	width: 100px;
	height: 30px;
	border: 1px solid #E2E2E2;
	padding-left: 10px;
	margin-left: 50px;
}

/*底部css*/
.c_bottom {
	width: 100%;
	height: 300px;
	background: black;
	margin-top: 20px;
	min-width: 1250px;
}

.bot,.bot2 {
	width: 80%;
	height: 250px;
	margin: 0 auto;
}
.bot {
	overflow: hidden;
}
.bot div {
	float: left;
	margin-top: 36px;
}
.bot div p {
	color: white;
}
.bot .about {
	/*width: 260px;*/
	 width: 22%;
	/*margin-left: 200px;*/
	margin-left: 8%;
}
.bot .b_title {
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.bot .b_title a {
	text-decoration: none;
	color: white;
}
.about .b_two {
	color: white;
	font-size: 14px;
	margin-top: 34px;
	line-height: 24px;
}
.lian_us {
	/*width: 194px;*/
	width: 24%;
	/*margin-left: 60px;*/
	margin-left: 10%;
}
.lian_us .p_img {
	margin-top: 10px;
	color: #969696;
}
.lian_us .first {
	margin-top: 34px;
}
.lian_us .p_img img {
	vertical-align: middle;
}
#img_map {
	cursor: pointer;
}
.lian_us p{
	font-size: 14px;
}
.lianjie {
	/*margin-left: 120px;*/
	/*width: 210px;*/
	width: 20%;
	margin-left: 6%;
}
.lianjie p a,.bang_cen p a {
	color: #969696;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	width: 70px;
	margin-left: 56px;
}
.lianjie .guan a:first-child {
	margin-left: 0px;
}
.lianjie .guan {
	margin-top: 34px;
}
.bang_cen {
	width: 200px;
	margin-left: 100px;
}
.bang_cen .cha {
	margin-top: 34px;
}
.bang_cen .cha a:first-child {
	margin-left: 0px;
}

.bot2 {
	height: 70px;
}
.bot2 p{
	width: 100%;
	text-align: center;
	line-height: 52px;
	
}
.bot2 p a {
	color: #6A6A6A;
	text-decoration: none;
}

#goToTop {
	position: fixed;
	bottom: 120px;
	right: 10px;
	display: none;
}
#goToTop img {
	cursor: pointer;
}

}