@charset "utf-8";
.coninter{
	width: 1200px;
	margin: 0 auto;
}
/*top*/
.topbox{
	width: 100%;
}
.topbox .coninter{
	background: url(../images/top_bg.jpg) no-repeat center center;
}
.logo{
	height: 130px;
}
.logo img{
	margin-top: 30px;
}
.search form{
	display: block;
	width: 295px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a6090e;
	margin-top: 53px;
}
.search form .text{
	width: 226px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: 0;
	text-indent: 10px;
	padding-right: 10px;
}
.search form .submit{
	width: 59px;
	height: 30px;
	border: 0;
	background: #a6080f;
	color: #fff;
	cursor: pointer;
}

/*nav*/
.navbox{
	background: #b00000;
}
.navbox .coninter ul > li{
	float: left;
	position: relative;
}
.navbox .coninter ul > li:hover a,.navbox .coninter ul > li.on{
	background: #cc3300;
}
.navbox .coninter ul > li a{
	display: block;
	width: 145px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.navbox .coninter ul .subnav{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 5;
}
.navbox .coninter ul .subnav li a{
	font-size:15px;
}
.navbox .coninter ul > li:hover ul.subnav{
	display: block;
}
.navbox .coninter ul .subnav li:hover a{
	background: #b00000;
}

.conwrap{
	margin-bottom: 55px;
}

/*foot*/
.footbox{
	height: 210px;
	background: url(../images/foot_bg.jpg) no-repeat center center;
}
.linkbox{
	line-height: 54px;
	border-bottom: 1px solid #d24e56;
	margin-bottom: 15px;
	padding-top: 10px;
}
.linkbox span{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../images/link_bg.png) no-repeat;
	padding-left: 30px;
	margin-right: 15px;
}
.linkbox a{
	font-size: 16px;
	line-height: 56px;
	color: #fff;
	margin-right: 30px;
}
.foot{
	
}
.foot p{
	color: #ffb2b6;
	font-size: 14px;
}
.foot .foot_l{
	margin-right: 70px;
}
.foot .foot_l p{
	
}
.foot .foot_m{
	
}
.foot .foot_m img{
	display: block;
    margin-top: 15px;
width: 665px;
}
.foot .foot_r{
	
}
.foot .foot_r img{
	display: block;
}
.foot .foot_r p{
	
text-align: center;
}