
.lineRed{
	width: 100%;
	height: 5px;
	background:#D71D1E;
}

.head{
	width: 100%;
	box-shadow:0px 4px 5px #C2C0C1;
}

.head_nav{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.head_left{
	width:45%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #343434;
	font-weight: 600;
    font-family: "黑体";
}

.head_left img{
	margin-right: 10px;
}

.head_right{
	width:55%;
	height: 100px;
}

.head_right a{
  	float: left;
  	display: block;
  	padding: 33px 16px;
  	color: #333;
}

.head_right a:hover{
	color: #D71D20;
}

.head_right dl{
	text-align: center;	
}

.head_right dl dt{
	font-size: 16px;
	font-family: "微软雅黑";
}

.head_right dl dd{
	font-size: 12px;
	font-family: "微软雅黑";
}

.head_right .active,
.head_right .active:hover
{
	background: #D71D20;
	color: white;
}

.head_nav .border_r_1{
	position: absolute;
	left: 706px;
	top: 35px;
}

.head_nav .border_r_2{
	position: absolute;
	left: 803px;
	top: 35px;
}

.head_nav .border_r_3{
	position: absolute;
	left: 898px;
	top: 35px;
}

.head_nav .border_r_4{
	position: absolute;
	left: 995px;
	top: 35px;
}

.head_nav .border_r_5{
	position: absolute;
	left: 1091px;
	top: 35px;
}

.head_nav .sanj{
	position: absolute;
	left: 566px;
	top: 90px;
}

.foot{
	width: 100%;
	background: #EFEFEF;
	border-top: solid 1px #CDCDCD;
}

.foot .foot_content{
	width: 100%;
	margin: 0 auto;
}

.foot .foot_content p{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.foot .foot_content .foot_pone{
	margin-top: 20px;
}

.foot .foot_content .foot_pone a{
	font-size: 14px;
	color: #474B4C;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px #989898;
}

.foot .foot_content .foot_pone a:last-of-type{
	border: none;
}

.foot .foot_content .foot_ptwo a{
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px #989898;
}

.foot .foot_content .foot_ptwo a:last-of-type{
	border: none;
}

.foot .foot_content .foot_pthree{
	padding-bottom: 40px;
}

.foot .foot_content .foot_pthree span{
	color: #676767;
	padding-right: 20px;
}


