/* header */
.header{
	width: 1200px;
	height: 70px;
    margin: 0 auto;
	overflow: hidden;
}
.header_l{
	height: 70px;
}
.header_l img{
	margin-top: 15px;
}
.header_r{
	text-align: right;
        box-sizing: border-box;
        padding-right: 3%;
}
.header_r a,.header_r img{
	vertical-align: middle;
}
.header_r a{
	height: 70px;
	line-height: 70px;
	display: inline-block;
	font-size: 16px;
}
.header_r a:nth-last-of-type(1){
	text-indent: 25px;
	font-size: 14px;
	margin-right: 35px;
	margin-left: 35px;
	background-image: url(../image/search.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header_r a:nth-last-of-type(2){
	font-size: 14px;
}
.header_r a:nth-last-of-type(3){
	font-size: 14px;
	margin-left: 35px;
}
.header_r a:nth-last-of-type(n+4){
	margin-left: 1%;
}
.header_r a:hover{
	text-decoration: underline;
	color: #66a5d4;
}
.header_r a.xz{
	text-decoration: underline;
	color: #66a5d4;
}
@media screen and (min-width: 1500px) {
    .header_r a{
		font-size: 20px;
	}
	.header_r a:nth-last-of-type(1){
		text-indent: 25px;
		font-size: 16px;
		margin-right: 35px;
		margin-left: 35px;
		background-image: url(../image/search.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.header_r a:nth-last-of-type(2){
		font-size: 16px;
	}
	.header_r a:nth-last-of-type(3){
		font-size: 16px;
		margin-left: 35px;
	}
}
@media screen and (max-width:1028px){
	html,body{
		width: 1440px!important;
	}
}