body {
	font-family: "Microsoft Yahei", serif;
	min-width: 1262px;
	font-size: 14px;
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f0f6fb;
	background-size: contain;
}
html, body, div, ul, li, a, p, input, textarea, span {
	padding: 0;
	margin: 0;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
p {
	font-family: "Microsoft YaHei";
}
.bg-box {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%); /* IE 9 */
	-moz-transform: translateX(-50%); /* Firefox */
	-webkit-transform: translateX(-50%); /* Safari 和 Chrome */
	-o-transform: translateX(-50%); /* Opera */
	z-index: -1;
}
.bg-img {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%); /* IE 9 */
	-moz-transform: translateX(-50%); /* Firefox */
	-webkit-transform: translateX(-50%); /* Safari 和 Chrome */
	-o-transform: translateX(-50%); /* Opera */
}
.header {
	width: 100%;
	margin: auto;
	z-index: 9999;
	position: relative;
}
.content {
	padding: 30px 70px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, rgba(255, 255, 255, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
}
.header .title {
	width: 100%;
	margin-top: 5px;
	height: 30px;
}
.header .title .contactWay {
	float: right;
}
.header .title a {
	cursor: pointer;
	margin-right: 5px;
	font-size: 12px;
}
.header-top {
	width: 1200px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.header-top > * {
	float: left;
}
.header-top .icon {
}
.header-top .searchForm {
	display: block;
	padding-top: 21px;
	margin-left: 30px;
}
.header-top .search-box {
	height: 40px;
	width: 300px;
	border: 2px solid #B7B5B6;
	display: inline-block;
	position: relative;
	border-radius: 4px;
}
.header-top .search-box input {
	width: 215px;
	height: 38px;
	border: 0;
	padding-left: 5px;
	font-size: 12px;
	color: #666;
	outline: none;
	float: left;
}
.header-top .search-icon {
	float: left;
	width: 80px;
	height: 40px;
	background-color: #cfcfcf;
	text-align: center;
	cursor: pointer;
	border: none;
}
.header-top .search-icon img {
	width: 24px;
	height: 24px;
	position: relative;
	top: 8px;
}
#weixinQrCode {
	position: absolute;
	z-index: 999;
	width: 100px;
	height: 100px;
	top: 19px;
	right: 305px;
	display: none;
}
#sinaQrCode {
	position: absolute;
	z-index: 999;
	width: 100px;
	height: 100px;
	top: 19px;
	right: 115px;
	display: none;
}
.header-top .weather {
}
.header-top .weather img {
}
.header-top .weather span {
	position: relative;
	top: 34px;
	font-size: 14px;
	line-height: 25px;
}
.header-top .weather p {
	margin: 0;
	position: relative;
	top: -28px;
	left: 17px;
}
.header .headerTab {
	width: 100%;
	margin-top: 12px;
}
.headerTab > *, .headerTabLine {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005db3', endColorstr='#103681', GradientType=0);
	background: -webkit-linear-gradient(#005db3, #103681); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#005db3, #103681); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#005db3, #103681); /* Firefox 3.6 - 15 */
	background: linear-gradient(#005db3, #103681); /* 标准的语法 */
}
.headerTab .headerTabLine {
	width: 100%;
	height: 28px;
	position: absolute;
	top: 136px;
	left: 0;
	z-index: -1;
	background-color: #005db3;
	background-size: cover;
}
.headerTab .headerTabList {
	width: 1040px;
	background: url(../images/tapBg.png) center no-repeat;
	background-size: 100%;
	margin: auto;
	z-index: 9999;
}
.headerTab ul {
	width: 100%;
	height: 42px;
	margin: auto;
	padding: 0 25px;
	box-sizing: border-box
}
.headerTab ul li {
	display: block;
	list-style: none;
	float: left;
	width: 164px;
	height: 100%;
	line-height: 42px;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}
.headerTab ul li:nth-child(1) {
	border: 0;
}
.headerTab ul li > a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 16px;
	height: 100%;
}
.headerTab .selectTab {
	background: url(../images/tabButton.png) center bottom no-repeat;
	background-size: 108%;
	color: #165bb5;
}
.selectTab a {
	color: #165bb5 !important;
}
.item-title {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #d3d4d6;
}
.level-one-menu {
	position: absolute;
	top: 41px;
	left: 2px;
	width: 196px;
	z-index: 9;
	background: rgba(255, 255, 255, 0.7);
	display: none;
	text-indent: 35px;
}
.level-one-menu a {
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
}
.level-one-menu > a {
	border-bottom: 1px solid #ccc;
	background: no-repeat 20px center;
	background-size: 22px;
	color: #0787E1;
}
.level-one-menu > a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}
#aboutUsList > a:first-child {
	background-image: url(../images/b6.png);
}
#aboutUsList > a:first-child:hover {
	background-image: url(../images/w1.png);
}
#aboutUsList > a:nth-child(2) {
	background-image: url(../images/b3.png);
}
#aboutUsList > a:nth-child(2):hover {
	background-image: url(../images/w2.png);
}
#aboutUsList > a:nth-child(3) {
	background-image: url(../images/b5.png);
}
#aboutUsList > a:nth-child(3):hover {
	background-image: url(../images/w3.png);
}
#aboutUsList > a:nth-child(4) {
	border-bottom: 0;
	background-image: url(../images/b1.png);
}
#aboutUsList > a:nth-child(4):hover {
	background-image: url(../images/w4.png);
}
/*新闻动态*/

#newsTabList > a:nth-child(1) {
	background-image: url(../images/bb1.png);
}
#newsTabList > a:nth-child(1):hover {
	background-image: url(../images/ww1.png);
}
#newsTabList > a:nth-child(2) {
	background-image: url(../images/bb3.png);
}
#newsTabList > a:nth-child(2):hover {
	background-image: url(../images/ww3.png);
}
#newsTabList > a:nth-child(3) {
	background-image: url(../images/bb2.png);
}
#newsTabList > a:nth-child(3):hover {
	background-image: url(../images/ww2.png);
}
.level-two-menu {
	position: absolute;
	top: 0;
	left: 163px;
	width: 166px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: none;
	text-indent: 0;
}
.level-two-menu > a {
	color: #fff;
}
.level-two-menu > a:hover {
	color: #58c8ff;
}




/*友情链接*/

.friend-link {
	width: 1163px;
	height: 260px;
	border: 1px solid #D3D4D6;
	overflow: hidden;
	clear: both;
	margin: auto;
	margin-top: 16px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 142px;
	background-color: #fff;
}
.friend-link .link-conts {
	width: 100%;
	/*padding-top: 10px;

    padding-bottom: 10px;*/

	box-sizing: border-box;
}
.friend-link .link-conts a {
	display: block;
	width: 214px;
	height: 94px;
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.friend-link .link-conts img {
	width: 100%;
	height: 100%;
}
/*底部版权*/

.bottom-info {
	width: 100%;
	margin: auto;
	background: #005db3;
	height: 80px;
	line-height: 60px;
}
.bottom-info  {
	list-style: none;
}
.site_info {
	width: 1040px;
	list-style: none;
	margin:0 auto;
}
.bottom-info .site_info li {
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
}
.bottom-info .site_auth {
	display: block;
	margin: auto;
	margin-top: 15px;
	padding: 10px 0;
}
.foot-about {
	width: 333px;
	height: 90px;
	line-height: 40px;
	margin: auto;
	text-align: center;
}
.foot-about > div {
	display: block;
	width: 111px;
	float: left;
	background: left center no-repeat;
}

@media only screen and (max-width: 1200px) {
body {
	background-position-x: -353px;
}
}
