﻿*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font: 14px "微软雅黑", "Microsoft Yahei", arial, simhei;
    list-style-type: none;
    line-height: 30px;
}
a {
    color: #040404;
    /*blr: expression(this.onFocus=this.blur())*/
}
strong, b {
    font-weight: bold;
}
.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.textcent {
    text-align: center
}
body{
    background: url(../images/bg.jpg) repeat-x fixed;
}
#Header {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.auxiliary{
    position: absolute;
    top: 5px;
    right: 5px;
 color: white;
}
.auxiliary a{
        color: white;
    font-size: 15px;
}

.header {height: 210px;background: url(../images/top5.png) no-repeat #f7f7f7;}

/**********************导航区域开始*******************/
.nav {height: 55px;background-color: #1671c2;}
.nav ul {display:flex;line-height: 20px;}
.nav ul li{flex: 1; height: 55px;}
.nav ul a {color: #fff;font-size: 16px;font-weight: bold;display:block;line-height: 55px;text-align: center;}
.nav ul li:hover,.nav ul li.active{background: #004CA2;}
/**********************导航区域结束*******************/
/*<!--天气和搜索-->*/
.m_0 {height: 40px;padding-top:5px;padding-bottom:5px;border: 1px solid #f7f7f7;background:#fff;}
.tianqi {height: 40px;line-height: 40px; padding-left: 5px;float: left;width: 35%;}
.navsearch {width: auto;height: 41px;float: right;padding-top: 5px;}
.word {width: 180px;height: 28px;border: 1px #1671C2 solid;padding-left: 37px;background: url(../images/sst.png) no-repeat;outline: medium;}
.submit {width: 45px;height: 30px;line-height: 30px;background: #1671C2;float: right;text-align: center;font-size: 15px;cursor: pointer;color: #FFFFFF;border: none;outline: medium;}
#Content{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
}
#Footer{
    clear: both;
    border-top: 3px solid #1671C2;
    width: 1100px;
    margin: 0 auto;
    background:#fff;
}
.foot {margin: 0 auto;width: 750px;text-align: left;color: grey;position: relative;font-size: 13px;padding: 10px 0;}
.foot *{line-height: 25px}


@media screen and (max-width: 960px) {

	.auxiliary,
	.header,
	.m_0,
	.foot1,
	#Footer {
		display: none;
	}

	#Header {
		width: 100%;
	}

	.nav {
		width: 100%;
		height: 45px;
	}

	.nav ul {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.nav ul li {
		flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		height: 45px;
	}

	.nav ul li a {
		padding: 0 15px;
		line-height: 45px;
		font-size: 15px;
	}

	#Content {
		width: 100%;
	}

	.middle {
		border: none;
		padding: 5px;
	}

	.lunbo {
		width: 100%;
		float: none;
	}
	.lunbo .lib_Menuboxx{
		display: none;
	}
	.f1,
	.f3 {
		width: 100%;
		height: auto;
	}

	.f2 a img {
		height: 60px !important;
	}

	.news_tab {
		width: 100%;
		height: auto;
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}

	.title {
		float: none;
	}

	.list {
		width: 100%;
	}

	.main_r {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.zszz {
		display: block;
		padding: 0 10px;
	}

	.zszz-1 {
		width: auto;
		text-align: center;
		zoom: 1;
	}

	.zszz-1::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}
