@charset "utf-8";

/* CSS Document */

body{

	color:#333;

	font-size:13px;

	font-family:"微软雅黑",arial;

	margin:0 auto;

	padding:0;

	min-width:1200px;

}

/* 重置 */


p, li, div {/* add */

	line-height:200%;

}



/* 标题样式 */



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;
	background: #f3f3f2;

}

#header{


	background-position:center top;

	background-repeat:no-repeat;

	height:148px;

}

#header1{

	width:1200px;

	margin:0 auto;

}

.header_up{

	height:106px;

}

.logo{

	width:auto;

	float:left;

	padding-top:13px;

}

.logo img{

	vertical-align:top;

}

.top{

	width:315px;

	float:right;

}

.yuyan{

	padding:6px 0 20px;

	text-align:right;

}

.yuyan a{

	display:inline-block;

	vertical-align:top;

	padding:0 35px;

	height:30px;

	font-size:12px;

	color:#ffffff;

	line-height:30px;

	background-color:#5e6871;

}

.yuyan .yuyan_on{

	background-color:#871b1e;

}

.tel{

	width:100%;

}

.tel img{

	vertical-align:top;

}

.nav{

	height:42px;

}

.nav ul li{

	float:left;

	position:relative;

}

.nav ul li .nav_1{

	display:block;

	width:200px;

	height:42px;

	text-align:center;

	line-height:42px;


	background-position:right top;

	background-repeat:no-repeat;

	font-size:15px;

	color:#ffffff;

}

.nav ul li .nav_line{

	background-image:none;

}

.nav ul li:hover .nav_1{

	background-color:#81080b ;

}
.nav ul .nav_on{

	background-color:#81080b ;

}
.nav ul li ul{

	display:none;

}

.nav ul li:hover ul{

	display: block;

	position:absolute;

	z-index:999;

	top:42px;

	width:200px;

	border-bottom:#750912 1px solid;

}

.nav ul li:hover ul li{

	float:none;

	padding-top:1px;

}

.nav ul li:hover ul li a{

	width:200px;

	height:29px;

	display:block;

	background:rgba(46,47,52,0.57);

	text-align:center;

	line-height:29px;

	font-size:14px;

	color:#ffffff;

}

.nav ul li:hover ul li a:hover{

	background-color:#841019;

}

#banner{

	text-align:center;

}

#banner img{

	vertical-align:top;

}

#foot{


	background-position:center top;

	background-repeat:no-repeat;

	height:330px;

}

#foot1{

	width:1200px;

	margin:0 auto;

	padding-top:47px;

}

.foot_up{

	height:251px;

}

.foot_up_1{

	width:238px;

	float:left;

	margin-right:43px;

}

.foot_up_1_01{

	text-align:center;

	height:98px;

	border-bottom:#5e5e5e 1px solid;

}

.foot_up_1_01 img{

	vertical-align:top;

}

.foot_up_1_02{

	text-align:center;

}

.foot_up_1_02 h2{

	font-size:14px;

	color:#ffffff;

	padding:10px 0;

}

.foot_up_1_02 b{

	font-size:26px;

	color:#ae060b;

	line-height:34px;

}

.foot_up_2{

	width:305px;

	float:left;

	padding-left:29px;

}

.foot_up_2 h2{

	height:56px;

	line-height:56px;

	font-size:14px;

	color:#ffffff;

}

.foot_up_2 img{

	vertical-align:top;

	margin-right:30px;

}

.foot_up_3{

	width:580px;

	float:right;

}

.foot_up_3 ul li{

	float:left;

	width:145px;

	text-align:center;

}

.foot_up_3_01{

	height:44px;

	text-align:center;

	line-height:44px;

}

.foot_up_3_01 a{

	font-size:16px;

	color:#ffffff;

}

.foot_up_3_02{

	line-height:25px;

}

.foot_up_3_02 a{

	font-size:12px;

	color:#cfcfcf;

}

.foot_down{

	height:32px;

	text-align:center;

	line-height:32px;

	font-size:12px;

	color:#d9c3c3;

}

.foot_down a{

	color:#d9c3c3;

}