body {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #F7FCFF;
}

#background {
	min-width: 1200px;
}

#header_backgound {
	background: url(background.png) no-repeat;
	background-position: center 0;
	height: 410px;
	padding-left: 80px;
}

.header_top {
	padding: 20px;
	font-size: 14px;
	color: #0475D0;
}

.header_top a {
	color: #0475D0;
}

.ipv6 {
	color: white;
	background: #215471;
	border-radius: 7px;
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	opacity: 0.7;
}

.logo {
	text-align: center;
}

.seek {
	position: relative;
	padding-right: 80px;
	margin-top: 30px;
	border-radius: 5px;
	display: inline-block;
}

.seek input {
	border: transparent;
	background: rgb(255, 255, 255, 0.8);
	overflow: hidden;
	width: 370px;
	height: 40px;
	padding: 5px 20px;
	outline: none;
}

.seek a {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 70px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 10px 0;
	background: #DE8903;
}

.seek button {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 10px 0;
	background: #B25600;
	border: none;
}

#nav ul {
	background: linear-gradient(to bottom, #8BBFE2, #107BD1);
	border: 1px solid #93BCD9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#nav ul li {
	float: left;
	line-height: 60px;
	height: 60px;
	width: 205px;
}

#nav ul li a {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#nav ul li a:hover {
	background: linear-gradient(to bottom, #80BAE2, #015497);
}

#nav ul li a img {
	margin-right: 10px;
	margin-top: -3px;
	width: 20px;
	height: 20px;
}

#main {
	padding: 30px 20px;
	background: white;
}

.tpxw {
	width: 610px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.tpxw-hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 16px;
	z-index: 9;
}

.tpxw-hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.tpxw-hd ul li {
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 3px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	text-indent: -999px;
}

.tpxw-hd ul li.on {
	background: #0264BD;
	color: #fff;
}

.tpxw-bd {
	position: relative;
	height: 340px;
	z-index: 0;
}

.tpxw-bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 610px;
	height: 340px;
}

.tpxw-bd img {
	width: 610px;
	height: 340px;
	display: block;
}

.tpxw-bd a {
	display: inline-block;
}

.tpxw-bd a p {
	background: rgba(0, 0, 0, 0.4) repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 640px;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px;
	z-index: 5;
	color: #fff;
}

.tpxw-prev,
.tpxw-next {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: rgba(0, 0, 0, 0.4) repeat;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tpxw-prev i,
.tpxw-next i {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}

.tpxw-next {
	left: auto;
	right: 0px;
}

.tpxw:hover .tpxw-prev,
.tpxw:hover .tpxw-next {
	filter: alpha(opacity=800);
	opacity: 8;
}

.ad {
	margin-top: 20px;
}

.gzdt {
	padding: 20px 30px;
}

.title {
	background: #FBFBFB;
}

.title ul li {
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	border-right: 1px solid white;
	height: 42px;
	overflow: hidden;
	font-weight: 700;
}

.product ul {
	padding-top: 10px;
}

.product ul li {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 16px;
}

.product ul li .dot {
	margin-right: 10px;
	color: #D2D2D2;
}

.product ul li:hover .dot {
	color: #499EED;
}

.product ul li a:hover {
	color: #499EED;
	text-decoration: underline;
}

.title ul .on a {
	display: block;
	height: 42px;
	border-bottom: 3px solid #0475D0;
	color: #0475D0;
}

.xwdt {
	width: 770px;
	margin-left: 20px;
}

.xwdt .title ul li a {
	padding: 0 20px;
}

.xwdt .title ul li a img {
	margin-right: 7px;
	margin-top: -4px;
}

.xwdt_txt .product-wrap .product ul li a span {
	padding-left: 20px;
}

.yw_txt {
	padding-left: 10px;
}

.xwdt_txt .product-wrap .product dl dd {
	width: 240px;
	height: 60px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	text-align: center;
}

.xwdt_txt .product-wrap .product dl dd:first-child {
	margin-left: 0;
}

.xwdt_txt .product-wrap .product dl dd a {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #0475D0;
	border: 1px solid #DFE6EB;
	border-radius: 10px;
	background: linear-gradient(to bottom, #ffffff, #F9FAFC);
}

.xwdt_txt .product-wrap .product dl dd a img {
	margin-right: 7px;
	margin-top: -4px;
}

.ad {
	width: 1400px;
	height: 120px;
	overflow: hidden;
}

.ad ul li img {
	width: 1400px;
	height: 120px;
}

.ad_2 {
	width: 770px;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin-top: 13px;
}

.ad-hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 9;
}

.ad-hd dl {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.ad-hd dl dd {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	text-indent: -999px;
}

.ad-hd dl dd.on {
	background: #f00;
	color: #fff;
}

.ad-bd {
	position: relative;
	height: 110px;
	z-index: 0;
}

.ad-bd dl dd {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 770px;
	height: 110px;
}

.ad-bd img {
	width: 770px;
	height: 110px;
	display: block;
}

.ad-bd a {
	display: inline-block;
}

.zjzz {
	margin-left: 20px;
}

.zjzz ul li {
	margin-top: 10px;
}

.zjzz ul li:first-child {
	margin-top: 0px;
}

.zjzz ul li a {
	display: block;
	width: 360px;
	height: 64px;
	line-height: 65px;
	color: white;
	font-weight: 700;
	font-size: 20px;
	padding-left: 40px;
}

.zjzz ul li a img {
	margin-top: -2px;
	margin-right: 10px;
}

.ztjj {
	margin: 20px 0;
	background: white;
}

.ztjj .ztjj_title {
	width: 95px;
	height: 90px;
	background: #0475D0;
	font-size: 18px;
}

.ztjj .ztjj_title a {
	color: white;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
}

.ztjj_background {
	padding: 20px 0;
	background: white;
}

.ztjj_main {
	width: 1305px;
	height: 90px;
	overflow: hidden;
}

.ztjj_main ul {
	margin: 0;
	padding: 0;
	width: 3200px;
	height: 90px;
}

.ztjj_main ul li {
	float: left;
	width: 420px;
	height: 90px;
	margin-left: 30px;
}

.ztjj_main ul li a img {
	width: 420px;
	height: 90px;
}

.wmxc ul li {
	margin-left: 20px;
	float: left;
}

.wmxc ul li:first-child {
	margin-left: 0;
}

.wmxc ul li img {
	width: 216px;
	height: 304px;
}

.yqlj {
	margin: 10px 0;
	position: relative;
}

.yqlj h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	background-color: #F2F4F5;
	height: 40px;
	margin-top: 20px;
}
.yqlj>h3>div>span{
	display: block;
}
.yqlj>h3>div>span:hover{
	background-color: #E1E8EB;
	color: #016ED3;
}

.iframe_1,
.iframe_2 {
	position: absolute;
	top: -255px;
	left: 0;
	border: 1px solid #ccc;
	padding: 20px 0;
	background: white;
	display: none;
}

.iframe_3 {
	position: absolute;
	top: -255px;
	left: 0;
	border: 1px solid #ccc;
	padding: 10px;
	background: white;
	display: none;
	width: 1400px;
	height: 257px;
}

.iframe_3 ul li {
	width: 295px;
}

.iframe_1_text:hover .iframe_1,
.iframe_2_text:hover .iframe_2,
.iframe_3_text:hover .iframe_3 {
	display: block;
}

#footer {
	background-color: #0475D0;
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 35px 0;
}

.footer_p {
	line-height: 44px;
	color: white;
}

.footer_p a {
	color: white;
}

.footer_ewm {
	text-align: right;
}

.footer_ewm ul li {
	margin-left: 20px;
	color: white;
}

.footer_ewm ul li a {
	color: white;
}

.footer_ewm ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}