﻿/*重构css*/
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font: inherit;
	line-height: normal;
}
header, nav, main, img, form, p {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
hr, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
tbody {
	border-collapse: collapse;
	border-spacing: 0px;
}
pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	font-family: inherit;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}
select, input, textarea, button {
	font-size: 14px;
	padding: 2px 5px;
}
a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}
a:hover {
	text-decoration: none !important;
	color: inherit;
}
th {
	text-align: left;
}
td {
	word-wrap: break-word;
	word-break: break-all;
}
ins, em {
	text-decoration: none;
	font-style: normal;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
html {
	background: #ffffff;
	font-size: 14px;
	color: #666;
	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*重构css结束*/
.top201 .zc201 {
	float: left;
	color: #666;
}
.top201 .r201 {
	float: right;
	color: #666;
}
.w201 {
	width: 1200px;
	margin: 0 auto;
}
.top201 {
	z-index: 10;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.top201 .r201 li {
	display: inline;
	padding: 0 5px;
}
.top201 .r201 li:first-child {
	padding-right: 0;
}
.top201 .r201 li a:hover {
	color: #116bc4;
}
.top201 .r201 li a {
	color: #666;
	position: relative;
	z-index: 10;
}
.h201_main {
	position: relative;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.h201_main .head201 {
	position: relative;
	height: 120px;
}
.h201_main .logo201 {
	display: block;
	margin-top: 20px;
}
.h201_main .logo201 img {
	display: block;
}
.h201_main .ss201 {
	width: 195px;
	height: 30px;
	line-height: 30px;
	margin-top: 45px;
	position: relative;
	float: right;
}
.h201_main .ss201 * {
	font-family: arial;
}
.h201_main .ss201 .sbtn201 {
	width: 35px;
	height: 30px;
	position: absolute;
	border-radius: 0;
	background-position: -52px -3px;
	background-color: #dcdcdc;
	cursor: pointer;
	border: none;
}
.h201_main .ss201 .stxt201 {
	width: 150px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	background: #ececec;
	outline: none;
	color: #999;
	border-radius: 0;
}
.h201_main .link {
	position: absolute;
	right: 0;
	bottom: 15px;
}
.h201_main .link li {
	float: left;
	margin-right: 20px;
}
.h201_main .link li:last-child {
	margin-right: 0;
}
.h201_main .link li a {
	color: #999;
}
.h201_main .link li a s {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: bottom;
	background-repeat: no-repeat;
}
.h201_main .link li a s.oa {
	background-position: -282px 0;
}
.h201_main .link li a s.yx {
	background-position: -312px 0;
}
.h201_main .link li a s.sp {
	background-position: -343px 0;
}
.h201_main .link li a s.hc {
	background-position: -371px 0;
}
.nav201 {
	width: 100%;
	height: 70px;
	background: #064394;
	position: relative;
	z-index: 3;
}
.na201 .list201 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.nav201 .na201 {
	width: 1400px;
	margin: 0 auto;
}
.nav201 .na201 li {
	float: left;
	width: 155px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav201 .na201 li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	height: 70px;
}
.nav201 .na201 li a span {
	display: block;
	font-size: 13px;
	line-height: 10px;
	text-transform: uppercase;
}
.nav201 .na201 li a i {
	width: 1px;
	height: 28px;
	background-color: #7d9fca;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
}
.nav201 .na201 li:last-child a i {
	display: none;
}
.nav201 .na201 li a:hover, .nav201 .na201 li a.hover, .nav201 .na201 li #hover2 {
	background: #009924;
}
.nav201 .na201 dl {
	width: 100%;
	background: #116bc4;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
}
.nav201 .na201 dl {
	position: absolute;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav201 .na201 li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav201 .na201 dl dd {
	border-top: 1px solid #003b88;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav201 .na201 dl dd:first-child {
	border: none;
}
.nav201 .na201 dl dd a {
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	width: 100%;
	text-align: center;
}
.nav201 .na201 dl dd a:hover, .nav201 .na201 dl dd a.hover {
	background: #009924;
}
.icon201 {
	background-image: url("icon201.png");
	display: inline-block;
	vertical-align: middle;
}
.b182 {
	width: 100%;
	min-width: 1000px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.b182 .list182 {
	width: 100%;
}
.b182 li {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}
.b182 li img {
	width: 1920px;
	height: 100%;
	display: block;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.b182 li a {
	width: 100%;
	display: block;
	height: 100%;
}
.b182 .tip182 {
	width: 100%;
	height: 6px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10;
}
.b182 .tip182 span {
	width: 48px;
	height: 6px;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border-radius: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #fcfcfc;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.b182 .tip182 span.cur {
	background: #116bc4;
	opacity: 1;
	filter: alpha(opacity=100);
}
.b182 .prev182, .b182 .next182 {
	width: 32px;
	height: 34px;
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
	transition: none;
	background: url(btn182.png) no-repeat 0 center;
	transition: all ease 300ms;
}
.b182 .prev182:hover, .b182 .next182:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.b182 .prev182 {
	left: 3%;
	background-position: 1px center;
}
.b182 .next182 {
	right: 3%;
	background-position: -50px 0;
}  