﻿@charset "utf-8";
*{margin: 0px;padding:0px;}
img{border: none;}
li{list-style: none;}
a{text-decoration: none;color: #333;}
input{border: none;outline: none;}
body{width: 100%;background: #fff;font-family: "微软雅黑";font-size: 14px;}
.container{width: 1200px;margin: 0px auto;}
.clear{clear: both;height: 0px !important;width: 0px !important;}


/*页头*/
.head_top{
	width: 100%;
	height: 140px;
	background: url(../img/top_bg.png) no-repeat left top;
	background-size: 100% 140px;
}
.logo{
	float: left;
	margin: 28px 0px;
}
.head_right{
	float: right;
	margin-bottom: 30px;
}
.tou{
	margin-top: 40px;
	float: right;
}
.tou a{
	display: block;
	float: left;
	padding: 0px 10px;
	color: white;
	height: 15px;
	line-height: 15px;
	border-right: 1px solid #fff;
}
.tou .last{
	border-right: none;
}
.search_box{
	float: right;
	margin-top: 15px;
	border:1px solid #FFFFFF;
	height: 30px;
	width: 260px;
	border-radius: 15px;
}
.inp{
	margin-left: 15px;
    background: none;
    height: 30px;
    width: 210px;
    margin-top: 0px;
    float: left;
    line-height: 30px;
}
.sub{
	height: 30px;
	width: 30px;
	background: url(../img/search.png) no-repeat center;
}


/*导航*/
.nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-shadow: 1px 3px 4px #f5f5f5;
}
.nav ul li{
	float: left;
	position: relative;
}
.nav ul li dl{
	position: absolute;
	left: 0px;
	top: 60px;
	display: none;
	min-width:175px ;
	z-index: 999;
	background: #AB1E24 ;
}
.nav ul li dl dd{
	line-height: 40px;
}
.nav ul li dl dd a{
	color: white;
}
.nav ul li dl dd:hover{
	background: #8D1C22;
}
.nav ul li:hover dl{
	display: block;
}
.nav ul li a{
	padding: 0px 67px;
	font-size:18px;
}
.nav ul li span{
	position: absolute;
	left: 5px;
	top: 0px;
}
.nav ul li:hover span{
	display: none;
}
.nav ul li:hover{
	background:#AB1E24 ;
	
}
.nav ul li:hover a{color: white;}
.demo-2{display: none;}


/*页尾*/
.footer{
	width: 100%;
	border-top: 5px solid #C80606;
	background: #242424;
	overflow: hidden;
}
.footer p{
	color: white;
	line-height: 30px;
}
.footer .copy{
	float: left;
	margin-top: 45px;
	margin-bottom: 35px;
}
.footer .code{
	float: right;
	margin-top: 45px;
	margin-bottom: 35px;
}