@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	margin:0 auto;
	padding:0;
	min-width:1260px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
.header{
	width:100%;
	height:106px;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	background-color:#ffffff;
	box-shadow:0 4px 8px #6d6d6d;
}
.header1{
	width:83%;
	margin:0 auto;
}
@media screen and (min-width:1260px) and (max-width:1440px){
	.header1{
		width:98%;
		margin:0 auto;
	}
}
.logo{
	width:auto;
	float:left;
	height:106px;
	line-height:106px;
}
.logo img{
	vertical-align:middle;
}
.nav{
	width:45%;
	position:absolute;
	z-index:99;
	top:0;
	left:40%;
	height:106px;
}
.nav ul li{
	float:left;
	width:14.2%;
}
.nav ul li a{
	display:block;
	width:100%;
	height:106px;
	text-align:center;
	line-height:106px;
	font-size:16px;
	color:#333333;
}
.nav ul li a:hover{
	color:#0d82d4;
}
.yuyan{
	width:auto;
	float:right;
	height:106px;
	line-height:106px;
	font-size:16px;
	color:#000000;
}
.yuyan a{
	color:#000000;
	padding:0 10px;
}
.yuyan a:hover{
	color:#0d82d4;
}
.nav_erji{
	width:100%;
	height:0px;
	position: fixed;
	z-index:9999;
	top:106px;
	left:0;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
	overflow:hidden;
	/*display:none;*/
}
.nav ul li:hover .nav_erji{
	/*display: block;*/
	height:292px;
}
.nav_erji1{
	width:83%;
	margin:0 auto;
}
.nav_erji_01{
	width:42%;
	float:left;
	padding-right:3%;
	height:292px;
	border-right:#e3e0d9 1px solid;
}
.nav_erji_01_1{
	padding-top:34px;
	height:63px;
	overflow:hidden;
	font-size:20px;
	color:#000000;
}
.nav_erji_01_2{
	height:60px;
	overflow:hidden;
	font-size:14px;
	color:#666666;
	line-height:30px;
}
.nav_erji_01_3{
	padding-top:30px;
}
.nav_erji_01_3 .nav_erji_01_3_more{
	display:inline-block;
	width:160px;
	height:40px;
	border:#1186d5 1px solid;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#1186d5;
}
.nav_erji_02{
	width:24%;
	float:left;
	padding-top:30px;
	text-align:center;
}
.nav_erji_02 .nav_erji_02_lanmu{
	display:inline-block;
	width:115px;
	height:45px;
	border-bottom:#e7e8e9 1px solid;
	text-align:center;
	line-height:45px;
	font-size:15px;
	color:#333333;
}
.nav_erji_02 .nav_erji_02_lanmu:hover{
	color:#1186d5;
}
.nav_erji_03{
	width:30%;
	float:right;
	text-align:center;
	height:292px;
	line-height:292px;
}
.nav_erji_03 img{
	width:100%;
	vertical-align:middle;
}












