﻿/* 公共样式表css */
html {
	overflow: auto;
}
ul, li {
	list-style-type: none;
	cursor: auto;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
	color:#217af0
}
.clear {
	clear: both
}
input {
	border: none;
}
/* 必要布局样式css */
.title_cn {
	text-align: center;
	font-weight: bold;
	color:#cc0000;
	font-size: 20px;
	margin-bottom:20px;
}

#new_box {
	width: 100%;
	padding: 9px 0px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
	background:url(xxkbj.jpg) repeat-x top #fff;
}
.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
}

.newtel {
	height: 30px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #a50f20;
	width:1200px;
	margin:0 60px;
}
.new_telst {
	width: 1200px;
	margin-left:0px;
	position: relative;
	top: 0px;
	text-align:center
	
}
.new_telst li {
	width: 240px;
	line-height: 32px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-left:0px;
}
.new_telst li.newon {
	position: relative;
	color: #fff;
	/*background:#a50f20;*/
	z-index:99;
	
}
.new_telst p {
	position: absolute;
	margin:0 15px;
	top: -8px;
	left: 0px;
	width: 210px;
	height: 47px;
	/*border-top: 1px solid ;*/
	background:#a50f20;
	overflow: hidden;
	text-align: center;
	z-index:2;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #cc0000 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	min-height:328px;
	_height:328px;
	position: relative;
	overflow: hidden;
	display: none;
	/*margin-top: 10px;
	padding-top: 20px;*/
}
.new_lst ul {
	position: absolute;
	left: 0px;
	z-index:2;
}
.new-wrap {
	margin-top: 25px;
	min-height:328px;
	_height:328px;
	width:1200px;
}
.new-wrap .show {
	display: block;	
}

@media screen and (max-width:800px) {
.new_con {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 0px;
}

.newtel {
	height: 30px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #a50f20;
	width:100%;
	margin:0 auto;
}
.new_telst {
	width: 100%;
	margin-left:0px;
	position: relative;
	top: 0px;
	text-align:center
	
}
.new_telst li {
	width: 25%;
	line-height: 32px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-left:0px;
}
.new_telst li.newon {
	position: relative;
	color: #fff;
	/*background:#a50f20;*/
	z-index:99;
	
}
.new_telst p {
	position: absolute;
	margin:0 1%;
	top: -4px;
	left: 0px;
	width: 23%;
	height: 40px;
	/*border-top: 1px solid ;*/
	background:#a50f20;
	overflow: hidden;
	text-align: center;
	z-index:2;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #cc0000 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	min-height:100px;
	_height:100px;
	position: relative;
	overflow: hidden;
	display: none;
	/*margin-top: 10px;
	padding-top: 20px;*/
}
.new_lst ul {
	position: absolute;
	left: 0px;
	z-index:2;
}
.new-wrap {
	margin-top: 15px;
	min-height:100px;
	_height:100px;
	width:98%;
	margin-left:1%;
	margin-right:1%;
}
.new-wrap .show {
	display: block;	
}
}