/*CSS初始化*/
html,body,ul,li,p,dd,dt,dl,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
*{
	font-family: "微软雅黑" ;
	font-size: 14px;
}
li{list-style: none;}
img{
	display: block;
	margin: 0;
}
a{
	text-decoration: none;
}
em,i{
	font-style: normal;
}
input[type=text],textarea,select {
	-webkit-appearance:none;
	outline:none;
}
/*公用头部*/
/*导航*/
body{
	padding-top: 83px;
}
.nav{
	width:100%;
	z-index: 999999;
	background: #fff;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 3px solid #ededed;
	transition: all 0.35s; 
}
.nav .box{
	width: 1200px;
	margin: auto;
	position: relative;
}
.nav .box div.daohang>img{
	float: left;
	width: 360px;
	margin-top: 20px;
	transition: all 0.35s; 
}
.nav div.daohang ul{
	float: right;
	text-align: right;
	border-right: 1px solid #EBEDEC;
}
.nav div.daohang ul li{
	display: block;
	float: left;
	position: relative;
}
.nav div.daohang ul li>a{
	background:#fff; 
	color: #000;
	display: block;
	line-height: 80px;
	text-align: center;
	width: 90px;
	font-size: 14px;
	transition: all 0.35s; 
}
.nav div.daohang ul li.active>a{
	color: #951111;
	font-weight: bold;
}
.nav div.daohang ul li:hover a{
	color: #951111;
	font-weight: bold;
}
.nav div.daohang ul li .sub_nav{
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 660px;
	z-index: 999;
	/*background:rgba(255,255,255,0.8);*/
	background:url(../images/nav_bj.png);
	overflow: hidden;
}
.nav div.daohang ul li:hover .sub_nav{
	display: block;
}
.nav div.daohang ul li .sub_nav .left a{
	background: none;
	color: #000000;
	font-size: 14px;
	display: block;
	padding: 0;
	font-weight: normal;
	line-height: 38px;
	border-bottom: 1px solid #DADADA;
}
.nav div.daohang ul li .sub_nav .left a:last-child{
	border-bottom: none;
}
.nav div.daohang ul li .sub_nav .left a:hover{
	color: #951111;
}
.nav div.daohang ul li .sub_nav .left{
	width: 155px;
	padding: 20px;
	text-align: left;
	float: left;
}
.nav div.daohang ul li .sub_nav .right{
	float: right;
	width: 310px;
	padding:20px 20px 20px 20px;
}
.nav div.daohang ul li .sub_nav .right img{
	width: 100%;
}
.nav .Language{
	float: right;
	margin-left: 20px;
	line-height: 78px;
	color: #818181;
	font-size: 14px;
}
.nav .Language a{
	color: #818181;
	font-size: 14px;
}
.nav .Language a.active{
	color: #951111;
}

.scroll {height: 70px;}
.scroll div.daohang ul li .sub_nav{
	top: 68px !important;
}
.scroll .box div.daohang>img{
	transform: scale(0.95,0.95);
}
.scroll .box div.daohang ul li>a{
	font-size: 13px;
	line-height: 70px;
}
.scroll .box .Language{
	font-size: 13px;
}
.scroll .box .Language a{
	font-size: 13px;
}




/*分页*/
.page{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.page .pagination li{
	display: inline-block;
	padding:3px 3px;
	font-size: 16px;
}
.page .pagination li span{
	font-size: 16px;
}
.page .pagination li a{
	font-size: 16px;
	color: #000;
}
.page .pagination li.active{
	color: #ce221c
}
.page .pagination li:hover a{
	color: #ce221c
}
/*底部*/
.footer{
	width: 100%;
	background: #f7f7f7;
	line-height: 48px;
	margin-top: 50px;
	overflow: hidden;
	border-top: 1px solid #f0f1f3;
	padding-bottom:20px;
}
.footer>div{
	width: 1200px;
	line-height: 62px;
	margin: auto;
}
.footer>div p{
	float: left;
	color: #3c3c3c;
}
.footer>div  a{
	color: #3c3c3c;
	font-size: 12px;
}
.footer>div  a:hover{
	color: #951111;
}
.footer>div h6{
	float: right;
	font-size: 12px;
	font-weight: normal;
}
