﻿.header .logo img:hover{ transform:none;}

.floatL{ float:left}
.floatR{ float:right}
.W1200{ width:1200px; margin:0 auto;}
/*头部*/
.header{ background:#125f89; height:80px; width:100%;}
.header .logo{ width:290px;}
.header .logo img{margin-top: 8px;}
.header .header_R{ width:840px;}
.header .hd_link{ background:url(/Content/Areas/News/images/ZYB_index/line.png) no-repeat; width:135px; margin-top: 10px;}
.header .hd_link a{ display:block; color:#fff; font-size:12px; line-height:30px; padding-left:20px; font-family:"微软雅黑"; cursor:pointer;}
.header .hd_link a:hover{ text-decoration:underline;}

.search_box form .searchTxt:-ms-input-placeholder,
textarea:-ms-input-placeholder {
 color: #fff;
 font-size: 18px;
 font-family:'Microsoft YaHei','微软雅黑',STXihei
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
 color: #fff;
 font-size: 18px;
 font-family:'Microsoft YaHei','微软雅黑',STXihei
}
@media only screen and (max-width: 1200px)
{
.header{ width:1200px}
	}
@media only screen and (max-width: 1024px)
{
div.footer{ width:1200px}
	}	
@media only screen and (max-width:768px){
div.footer{ width:100%}	
	.header{ width:100%}
	.W1200{ width:100%;}
	.header .hd_link{ display:none;}
	.header .logo img { margin-left: 10px;}
}

@media only screen and (max-width:440px){
	.header .logo img {width: 240px;}
}
@media only screen and (max-width:320px){
	.header .logo img {width: 217px;
 margin-top: 14px;}
} 