*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:180%;
	display:block;
	background:#fff;
	font-family:"Microsoft YaHei";
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,strong,em{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
	float:none;
}
a:hover{
	color:#1b81d7;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
}
.clear{
	clear:both;
}


@media screen and (min-width:1300px) {
	.containbox{
		width: 1200px;
	}
	.containbox{
		margin: 0 auto;
	}
	}

.topbox{
	width: 100%;
	height: 150px;
	background: url(top_bj.png) no-repeat 60% bottom;
}
.logobox img{
	margin-top: 36px;
}
.topbox .headright{
	width: 36%;
	float: right;
}
.headright img{
	margin-top: 0;
	margin-right: 10px;
	float: right;
}
.headright ul li{
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	float: right;
}
.headright ul li.bjcolor1{
	background: #eeeeee;
	color: #969696;
}
.headright ul li.bjcolor2,.headright ul li.bjcolor3{
	background: #0a8aff;
	color: #ffffff;
}
.headright ul li.bjcolor3{
	border-left: 2px solid #49a8ff;
}
.headright ul li.bjcolor2:hover{
	background: #1783E0;
}
.headright ul li.bjcolor3:hover{
	background: #1783E0;
}
.searchbox{
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 76%;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.searchbox input{
	border: none;
	margin: 0;
}
.searchmain{
	width: 86%;
	line-height: 38px;
	color: #cccccc;
	padding-left: 12px;
	font-size: 16px;
	background: none;
}
.searchimg{
	float: right;
	width: 40px;
	height: 40px;
	background: url(search.png) no-repeat center center;
}
/*header end*/

@media screen and (max-width:1920px){
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 100px;
		background: url(top_bj2.png) no-repeat 60% bottom;
	}
	.logobox img{
		margin-top: 8px;
	}
	.topbox .headright{
		width: 35%;
	}
	.topbox .headright img{
		margin-top: 0;
	}
	.headright ul li{
		font-size: 12px;
		padding: 0 12px;
	}
	.searchbox{
		width: 78%;
		height: 36px;
		line-height: 36px;
		margin-top: 16px;
	}
	.searchmain{
		height: 100%;
		line-height: 32px;
	}
	.searchimg{
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:900px) {
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 200px;
		background: url(../img/top_bj.png) no-repeat right bottom;
	}
	.logobox img{
		float: left;
		margin: 24px 0 10px 12px;
	}
	.topbox .headright{
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	.rightfloatbox{
		display: none;
	}
	.headright ul{
		display: none;
	}
	.headright img{
		display: none;
	}
	.searchbox{
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    float: left;
	    margin: 0 auto;
    }
    .searchimg{
    	height: 50px;
    }
}

