.header .top1 {
    height: 40px;
    line-height: 40px;
    background: #4684b9;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
}

.header .top1 .date {
    padding-right: 10px;
}
.header .top1 .tianqi {
    padding-left: 6px;
}
.header .top1 .top_menu {
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.header .top1 .top_menu ul li {
    float: left;
}
.header .top1 .top_menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    border-right: 1px #97b3cc solid;
}
.header .top1 .top_menu ul li a img {
    vertical-align: middle;
    margin-right: 6px;
}
.header .top1 .top_menu ul li.li_noborder a {
    border: none;
}
.header .top1 .language {
    position: relative;
}
.header .top1 .language a {
	color: #fff;
	width: 25px;
	height: 40px;
	display: inline-block;
	background: url(../images/top_bg.png) no-repeat;
	padding: 0px 10px;
}

.header .top1 .language a:hover {
	background: #22588a url(../images/top_bg.png) no-repeat;
}

.header .top1 .language a.language1 {
	background-position: 10px 10px;
}

.header .top1 .language a.language2 {
	background-position: -38px 10px;
}

.header .top1 .language a.language3 {
	background-position: -85px 10px;
}

.header .top1 .language a.language4 {
	background-position: -132px 10px;
}

.header .top1 .language a.language5 {
	background-position: -177px 0px;
	text-align: center;
	position: absolute;
	top: 11px;
	right: 60px;
	z-index: 2;
	line-height: 21px;
}

.header .top1 .language a.language6 {
	background-position: -225px 10px;
}

.header .top1 .language a.language7 {
	background-position: -269px 10px;
}

.header .top1 .language span {
	display: inline-block;
	width: 1px;
	height: 15px;
	line-height: 40px;
	background: #97b3cc;
	margin: 10px 2px;
}

.header .top1 .language .wx {
	display: inline-block;
}

.header .top1 .language .wx img {
	width: 100px;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 40px;
	right: 210px;
	display: none;
}

.header .top2 {
    overflow: hidden;
    margin-top: 50px;
}
.w1200 {
       width: 98%;
    margin: 0 auto;
    overflow: hidden;
}
.header .top2 .logo {
    width: 540px;
}
.header .top2 .top2_right {
    width: 570px;
}
.header .top2 .top2_right .search {
    padding-top: 20px;
}
input {
    outline: 0;
}
.header .top2 .top2_right .search_con input[type="text"] {
    width: 308px;
    height: 42px;
    border: none;
    padding: 0 15px;
    float: left;
}
.header .top2 .top2_right .search_con a {
    color: #fff;

}
.header .top2 .top2_right .search_con a.search_btn {
    font-size: 16px;
    display: inline-block;
    width: 43px;
    height: 42px;
    line-height: 42px;
    background: #d51717 url(../images/search.png) no-repeat 13px center;
    padding-left: 40px;
    float: left;
    margin-right: 10px;
}
.header .top2 .top2_right .advance_search {
    float: left;
    width: 36px;
    font-size: 14px;
    display: inline-block;
    padding-top: 3px;
}
.header .top2 .top2_right .hot_key {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}
.header .top2 .top2_right .hot_key span {
    margin: 0 10px;
}
.header .top2 .top2_right .hot_key a {
    color: #666;
    font-size: 14px;
    margin-right: 20px;
}





.fl {
    float: left;
}
.fr {
    float: right;
}
