@charset "utf-8";
/*全局样式*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
body{
	font-size: 12px;
	font-family: "微软雅黑";
	width: 100%;
	min-width:1200px;
	margin: 0 auto;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #2b2b2b;
}
a:hover{
	color: #cc3333;
}
.clearfix{
　　content: "";
　　display: block;
    height: 0;
    clear: both;
　　visibility:hidden;
　　overflow:hidden；
}
/*头部样式*/
#header{
	width: 100%;
	height: 170px;
	background: url(../img/header2.png;vpn_img) repeat-x left top #fff;
}
#header .header_title a:hover{
	color: #cc3333;
}
#header .header_content{
	width: 1135px;
	height: 170px;
	margin: 0 auto;
	/*background: url(../img/header.png;vpn_img) no-repeat left top;*/
	position: relative;
}
#header .header_title{
	position: absolute;
	top: 3px;
	right: 0;
}

#header .header_title li{
	float: left;
	margin: 0 20px 0 0;
	color: #666666;
}
#header .header_title li:first-child{
	background: url(../img/danghui.png;vpn_img) no-repeat left center;
	text-indent: 25px;
}
#header .header_title li:nth-child(2){
	background: url(../img/guohui.png;vpn_img) no-repeat left center;
	text-indent: 24px;
}
/*IE兼容*/
#header .header_title li:first-child+li{
	background: url(../img/guohui.png;vpn_img) no-repeat left center\0;
	text-indent: 24px\0;
}
#header .header_body{
	position: absolute;
	right: 22px;
	top: 127px;	
}

#header .header_body li{
	float: left;
	border:1px solid #cccccc;
	padding: 6px;
	margin: 0 0 0 5px;
}
#header .header_body li:first-child{
	height:29.273px;
}
#header .header_body li>a{
	color: #2b2b2b;
}
#header .header_body li>a:hover{
	color: #cc3333;
}
#header .header_body input{
	width: 225px;
	height: 27px;
	float: left;
	outline: none;
}
#header .header_body input[type=text]{
	text-indent: 10px;
}
#header .header_body input[type=image]{
	width: 78px;
	height: 27px;
	float: left;
	background: #cc3333 url(../img/seach.png;vpn_img) no-repeat center;
	color: rgba(0,0,0,0);
}
#header .header_body .inquiry{
	height: 38px;
	border: 5px solid #f6f6f6;
	border-radius: 5px;
	margin: 5px 0 0 0;
}
#header .header_new_logo{
	position: absolute;
	width:300px;
	height:127px;
	left:-300px;
	top:15px;}
/*导航栏样式*/
#nav{
	width: 100%;
	overflow: hidden;
	background: #cc3333;
}
#nav .nav_content{
	background: url("../img/111.png;vpn_img");
	width: 1295px;
	height: 47px;
	margin: 0 auto;
}
#nav .nav_content ul{
	overflow: hidden;
	margin: 0 0 0 35px;
}
#nav .nav_content li{
	float: left;
	background: url(../img/line.png;vpn_img) no-repeat right top;
	width: 120px;
	line-height: 45px;
	text-align: center;
}
#nav .nav_content li:first-child{
	background: url(../img/nav.png;vpn_img) no-repeat left center,url(../img/line.png;vpn_img) no-repeat right top;
	text-indent: 15px;
}
/*ie兼容*/
#nav .nav_content li:first-child+li+li+li+li+li+li+li+li{
	background: none\0;
}
#nav .nav_content li:last-child{
	background: none;
}
#nav .nav_content li>a{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.first{
    width: 100%;
    height: 160px;
    background: url(img/first.jpg;vpn_img) no-repeat;
    background-position: center;
    background-size: cover;
}
.header_body ul>img{
    display: none;
    width: 100px;
    position: absolute;
    top: 30px;
    z-index: 9;
}
.weixin {
    left: 3px;
}
.app {
    left: 40px;
}
.wap {
    left: 95px;
}
.toutiao {
    left: 150px;
}