body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset Download by http://sc.xueit.com*/
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"微软雅黑" ;
}
a{ text-decoration:none; BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; font-family:"微软雅黑";  color:#666 }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body,address,caption,cite,code,dfn,em,i,th,var,b,dt, { font-style: normal;font-weight: normal;}

/* 页头的RSS样式 */
a.rss{width:32px; float:right;overflow:hidden; text-indent:-222px;background: url(../image/rsso.gif) no-repeat left center; margin-left:8px}

.navbox .nav{height:30px;margin:0 auto;margin-top:5px; border:1px solid #C1CCD2; height:30px;}
.nav li{float:left;margin-right:1px;position:relative; text-align:center; margin-left:1px}
.nav li a{display:block;width:170px;height:30px;line-height:28px;background:#E4E9EF;text-align:center;color:#666; font-family:"微软雅黑" ; font-size:14px}
.subNav{position:absolute;top:-60px;left:-1px;display:none; background:#e4e9ef; height:60px}

.subNav li a{ font-size:12px}
.subNav li a:hover{background:#069; color:#FFF; text-decoration:none}
.clear{ clear:both;}


body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.cs-style-4 span{ font-size:12px; font-family:"微软雅黑" ;color:#fff; text-align:left ; margin-top:8px; display:inline-block; padding-left:10px;padding-right:8px}
/*专题*/
.slist{ overflow:hidden; }
.slist li a{font-size:18px; font-family:"微软雅黑"; display:block; width:340px; height:55px; line-height:55px; text-align:center;}
.slist li .sa0{ background:url(../image/gf2.png) no-repeat 20px center;}
.slist li .sa2{ background:url(../image/gfgf.png) no-repeat 20px center;}
.slist2 li .sa3{ background:url(../image/gf3.png) no-repeat 20px center;}
.slist li .sa0:hover{ background:url(../image/gf22.png) no-repeat 20px center;}
.slist li .sa2:hover{ background:url(../image/gf.png) no-repeat 20px center;}
.slist2 li .sa3:hover{ background:url(../image/gf33.png) no-repeat 20px center;}
.slist2 li a span{ background:url(../image/jt.png) no-repeat 298px center; display:block; padding-left: 55px; text-align: left; width: 285px;}
.slist li a span{ background:url(../image/jt.png) no-repeat 298px center;display:block; padding-left: 55px; text-align: left; width: 285px;}
.slist li{ float:left; background:url(../image/t1.jpg) no-repeat; width:343px;}
.slist2{ overflow:hidden; margin-top:10px}
.slist2 li a{font-size:18px; font-family:"微软雅黑"; display:block; width:340px; height:55px; line-height:55px; text-align:center;}
.slist2 li .sa1{ background:url(../image/suoww.png) no-repeat 20px center;}
.slist2 li .sa1:hover{ background:url(../image/suow.png) no-repeat 20px center;}
.slist2 li a:hover{color:#fff}
.slist li a:hover{ color:#fff}
.slist2 li{ float:left; background:url(../image/t1.jpg) no-repeat; width:343px;}
.slist2 li:hover{background:url(../image/t2.jpg) no-repeat;}
.slist li:hover{background:url(../image/t2.jpg) no-repeat;}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 150px;
	width: 343px;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 343px;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 343px;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;

}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(42%);
	-moz-transform: translateX(42%);
	-ms-transform: translateX(42%);
	transform: translateX(42%);
}

.cs-style-4 figcaption {
	height:94%;
	width: 180px;
	padding-top:10px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right:48px;
}

/* Caption Style 5 */
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 6 */
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 150px;
	width: 343px;
}

.cs-style-6 figcaption h3 {
	margin-top: 60%;
}

.cs-style-6 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 150px;
	width: 343px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}


/*---header部分---*/
.header_box{ width:100%; background:url(../image/line.jpg) repeat-x; height:160px}
.head{ width:1001px; background:url(../image/line2.jpg) no-repeat; margin:0 auto; height:160px; position:relative}
.head_top span{padding-left:12px;}
.head_bottom{width:1001px}
.head_top a{ font-size:14px; height:34px; line-height:34px;  font-family:"微软雅黑"; padding: 7px 10px 7px 10px;border-radius: 4px; font-weight:normal;  text-decoration:none;}
.head_top a:hover{ color:#666}
.logo{ float:left;margin-top:35px; padding-left:123px; padding-top:30px; position:relative; background:url(../image/logn.png) no-repeat center left; padding-left:126px }
.logo_pic{ }
.logo_pic{ position:absolute; top:10px; left:0px}
.logo p{ font-size:14px; font-family:"Arial"; font-weight:bold; margin-top:8px}
.logo h3{ font-size:20px; font-family:"微软雅黑";}
.search{ width:256px; height:50px; float:right; position:absolute;top:80px; right:7px; padding-right:0}
.search .input1{ width:58px; height:48px; background:url(../image/so.png) no-repeat; border:0; color:#FFF; position:absolute;top:-41px; left:-23px;}
.search p{ float:right; position:absolute; top:41px; right:-1px}
.search form{ position:relative;height:50px;}
.search input{ width:246px; vertical-align: middle; height:43px; line-height:43px; border:0; border-radius:2px; border:1px solid #6FA2D9; padding-left:10px; color:gray}
/* .line{ width:100%; height:12px; background:#1C3D8A; margin:0 auto} */
.Hellow1{ position:absolute; top:20px; right:17px; width:150px;}
.Hellow2{ position:absolute  !important; top:12px  !important; right:36px  !important; width:150px !important; color:#099;  height:40px; overflow:hidden; margin-right:25px;}


/*---content部分---*/
@media (max-width: 1000px) {
	HTML {
		width: 100% !important;
		min-width: 1000px;
	}
}
/*yx_rotaion*/
.yx-rotaion{margin:0 auto;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{powosition:absolute}
.yx-rotation-title{position:absolute;width:303px;height:40px;line-height:40px;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:12px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../image/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:303px;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}



.content_box{ width:100%;}
.content_box a:hover{ text-decoration:none}
.con_left{ width:302px; float:left; overflow:hidden}
.show_left1{ width:255px; float:left; overflow:hidden}
/*.con_right{ float:right}*/
.con_right {width:688px; float:right;}
.con_right .title{ line-height:30px;}
.con_right .tit{ line-height:30px;}
.con_right p{ margin-top:12px;}
.content{ width:1001px; margin:0 auto; margin-top:12px; overflow:hidden}
.con_left h4{ background:url(../image/h4.jpg) no-repeat; line-height:43px; height:43px; color:#81ACD6; font-size:14px; padding-left:22px; margin-top:10px; border-left:1px solid #C2CCCE}
.con_left h4 a{ font-size:14px; font-family:"微软雅黑"; font-weight:normal; color:#666}
.con_left h5{  background:url(../image/line3.jpg) repeat-x; margin-top:5px; font-size:18px;border:1px solid #CCC; border-radius:2px; border-top:none;font-family:"微软雅黑";display:inline-block; font-weight:normal; color:#666 }
.con_left h5 a{ text-decoration:none; color:#666; background:url(../image/wen.jpg) no-repeat center left; padding-left:74px;line-height:46px; display:inline-block; width:226px}
.con_left p{ background:url(../image/advice_changyong.jpg); font-size:16px; display:block; width:283px; height:53px;line-height:53px; margin-top:10px; text-align:center; font-weight:normal;font-family:"微软雅黑";color:#666; font-size:18px; text-align:left; padding-left:20px}
.con_left p img{ vertical-align: middle;}
/*详情页做栏目*/
.show_left1 h4{ background:url(../image/h4.jpg) no-repeat; line-height:43px; height:43px; color:#81ACD6; font-size:14px; padding-left:22px; margin-top:10px; border-left:1px solid #C2CCCE}
.show_left1 h4 a{ font-size:14px; font-family:"微软雅黑"; font-weight:normal; color:#666}
.show_left1 h5{  background:url(../image/line3.jpg) repeat-x; margin-top:5px; font-size:18px;border:1px solid #CCC; border-radius:2px; border-top:none;font-family:"微软雅黑";display:inline-block; font-weight:normal; color:#666 }
.show_left1 h5 a{ text-decoration:none; color:#666; background:url(../image/wen.jpg) no-repeat center left; padding-left:74px;line-height:46px; display:inline-block; width:226px}
.show_left1 p{ background:url(../image/advice_changyong.jpg); display:block; width:283px; height:53px;line-height:53px; margin-top:10px; text-align:center; font-weight:normal;font-family:"微软雅黑";color:#666; font-size:18px; text-align:left; padding-left:20px}
.show_left1 p img{ vertical-align: middle;}

 /*详情页结尾*/

.list{  border:1px solid #E4E5E7;background:url(../image/m.jpg) repeat-y; }
.list li{width:300px; border-bottom:1px solid  #E0E1E3; }
.list li a{ width:298px; height:63px;}
.list .l1{ background:#fff}
.list .l2{border-bottom:0}
.list2{  border:1px solid #D9D9E1; border-top:0px; border-radius:0px 0px 4px 4px;  }
.list2 li{ background:#F2F3F7; line-height:46px; background:url(../image/line4.jpg) repeat-x ; padding-left:12px}
.list2 li a{color:#666; font-weight:normal;background:url(../image/yuan.png) no-repeat center right; padding-right:66px; display:inline-block; height:46px; line-height:46px; width:202px;font-family:"微软雅黑";}
.list2 li:hover{ background:url(../image/line5.jpg) repeat-x;  padding-right:60px;}
.list2 li a:hover{ color:#FFF; background:url(../image/yuan2.png) no-repeat center right; padding-right:73px; display:inline-block; height:46px; width:195px}


.con_right .ptil{ background:url(../image/lanmu690.jpg) no-repeat; font-weight:bold; width:690px; height:44px; line-height:43px; font-size:14px; border:0px; position:relative; }

.con_right .ptil a{  padding-left:21px; font-family:"微软雅黑" ; color:#333; font-size:14px; display:inline-block;}
.con_right .ptil a span{ position:absolute; top:2px; right:25px}
.con_right .pro{ line-height:40px; text-align:left; background:#FBFBFB; height:40px; border:1px solid #e4e9ed;padding-left:20px; border-top:0; }
.con_right .pro a{ font-family:"微软雅黑";font-size:14px;}
.con_right .pro .a1{ color:#C66}
.con_right .pro a:hover{ color:#C66}
/*.con_right .box { float:right; width:331px; }
.con_right .box h4{ width:307px; background:url(../image/g.jpg) no-repeat; line-height:44px; font-size:12px; padding-left:5px;padding-right:17px; border-left:1px solid #C1CCD0; border-right:1px solid #C1CCD0}
.con_right .box h4 span{ float:right;}*/
.con_right .box { float:left; width:340px;}
.con_right .box h4{ width:313px; height:44px; background:url(../image/g.jpg) no-repeat; line-height:30px; font-size:14px; padding-left:10px;padding-right:17px;  font-family:"微软雅黑" ; color:#666;}
.con_right .box h4 .ziti_wi{ color:#333;}
.con_right .box h4 .ziti_wi:hover{ color:#333;}
.con_right .box h4 img{ vertical-align: middle; float:left; padding-top:13px; }
.con_right .box1 h4 img{ vertical-align: middle; float:left; padding-top:13px;  }
.con_right .box h4 .span1{ float:right; font-size:12px; color:#666;padding-top: 8px;}
.con_right .box h4 .title_bt{ float:left; font-size:14px; color:#555;}
.con_right .box1{ float:right; width:340px;}
.con_right .box1 h4{ width:316px; height:44px; background:url(../image/g.jpg) no-repeat; line-height:30px; font-size:14px; padding-left:5px;padding-right:17px;font-family:"微软雅黑" ; color:#666;}
.con_right .box1 h4 .span1{ float:right; font-size:12px; color:#666;padding-top: 8px;}
.con_right .box1 h4 .title_bt{ float:left; font-size:14px; color:#555;}
.con_right .box1 h4 .ziti_wi{ color:#333;}
.con_right .box1 h4 .ziti_wi:hover{ color:#333}
.lst1{ overflow:hidden;}
.advice{ overflow:hidden; margin-top:12px}
.advice .list3 { width:314px; background:#FBFBFB; padding-left:13px; padding-right:13px; padding-top:10px; margin-bottom:5px; height:192px;}
.advice .list3 li{ line-height:30px; width:314px; height:30px; overflow:hidden;}
.advice .list3 li a{ font-family:"微软雅黑"; font-size:12px;background:url(../image/dian.jpg) no-repeat center left; padding-left:14px; color:#666;}
.advice .list3 li a:hover{ color:#3B8EDC;}
.advice .list3 li a span{ float:right;padding-right:15px}
/*国家分类*/
.con_right1 .box4 h4 img{ vertical-align: middle; float:left; padding-top: 12px;}
.con_right1 .box3 h4 img{ vertical-align: middle; float:left; padding-top: 12px;}
.con_right1 .box3 { float:left; width:511px; }
.con_right1 .box4 h4{ width:462px; background:url(../image/hg.jpg) no-repeat; height:44px; line-height:44px; font-size:14px; padding-left:10px;padding-right:17px; }
.con_right1 .box3 h4{ width:462px; background:url(../image/hg.jpg) no-repeat; height:44px; line-height:44px; font-size:14px; padding-left:10px;padding-right:17px; color:#333;}
.con_right1 .box3 h4 span{ float:right; font-size:14px; color:#333;}
.box4{ float:left; width:489px;}
.box4 h4{ width:460px; background:url(../image/hg.jpg) no-repeat; color:#333; line-height:44px; font-size:14px; padding-left:5px;padding-right:17px; border-left:1px solid #C1CCD0;border-right:1px solid #C1CCD0}
.box4 h4 span{ float:right; font-size:14px; color:#333;}
.advice .list3g { width:463px; background:#FBFBFB; padding-left:13px; padding-right:13px; padding-top:10px; padding-bottom:10px; height:180px;}
.advice .list3g li{ line-height:30px}
.advice .list3g li a{ font-family:"微软雅黑"; font-size:12px;background:url(../image/dian.jpg) no-repeat center left; padding-left:14px; color:#666;}
.advice .list3g li a:hover{ color:#3B8EDC;}
.advice .list3g li a span{ float:right;padding-right:15px}


/*---footer部分---*/
.footer_box{ width:100%; margin-top:22px}
.footer_line{ width:100%;height:3px; background:#CD0C11; overflow:hidden; margin-top:41px;}
.footer_line1{ width:100%;height:3px; background:#CD0C11; overflow:hidden; margin-top:23%;}
.footer_box .footer{ width:1001px; margin:0 auto; position:relative; }
.footer_box .logo2{ width:84px; height:71px; position:absolute; top:25px; left:0px}
.footer_box .right{ width:740px; height:71px; position:absolute; top:0; left:180px}
.footer_box .right p .line8{ padding:5px}
.footer_box .last li{ float:left; }
.footer_box .last li a{ font-family:"微软雅黑"; font-size:12px; margin-right:13px; text-align:center; line-height:21px }
.footer_box .right p{ position:absolute; top:24px; left:-1px; line-height:30px;}
.footer_box .right p a{font-family:"微软雅黑"; font-size:12px; }
.footer_box .right a span{ position:absolute; top:50px; left:-1px; font-family:"微软雅黑"; font-size:12px; color:#666 }








/*---动态信息页面---*/
.sec_content_box{ width:100%; margin-top:11px}
.sec_con{ width:1001px; margin:0 auto;}
.sec_con h2{ line-height:43px; font-family:"微软雅黑"; height: 43px; font-size:16px; background:url(../image/a.jpg) repeat-x; margin-top:12px; font-weight:normal; border:1px solid #E4E6E5; position:relative; clear:both}
/*.sec_con h2 a{background:url(../image/h.jpg) no-repeat center left; padding-left:74px;font-family:"微软雅黑";font-size:16px; display:inline-block; height:43px; line-height:43px}*/

.sec_con h3 span{ float:right;font-family:"微软雅黑"; font-size:12px; color:#666; font-weight:normal; padding-right:34px}
.sec_con h2 em{ background:url(../image/h.jpg) no-repeat center left; font-style: normal;font-weight: normal; line-height: 43px;  height: 43px; line-height: 43px;  padding-left:74px;font-family:"微软雅黑";font-size:16px; display:inline-block;}

.sec_con h2 .sp_a{ background:url(../image/h.jpg) no-repeat center left; padding-left:74px;font-family:"微软雅黑";font-size:16px; display:inline-block;}
.sec_con p { background:#FBFBFB; line-height:34px; padding-bottom:10px; border:1px solid #E4E6E5; border-top:0; overflow:hidden}
.sec_con p a{ font-size:14px; display:block; float:left; width:224px; padding-right:10px; height:30px; text-align:center}
.sec_con p .a1{ color:#F30}
.sec_con p a:hover{color:#E58787}
.sec_con h2 span{ font-weight:normal;font-family:"微软雅黑";font-size:12px; position:absolute; top:6px; right:20px;}

.sec_con .pro{ line-height:46px; background:#FBFBFB; border:1px solid #C8C8C8;padding-left:55px; border-top:0;}
.sec_con .pro .line8{padding:5px}
.sec_con .pro a{ font-family:"微软雅黑";font-size:14px; margin-right:5px}
.sec_con .pro a:hover{ color:#F36}
.sec_con .pro .a1{ color:#F00}
.don{ line-height:60px; background:#F5F7F6;border:1px solid #E4E6E5; margin-top:12px; padding-left:30px; padding-top:12px;padding-bottom:12px}
.don h4{font-weight:normal}
.don h4 img{ display:block; float:left; margin-right:20px}
.don h4 a{ font-size:20px}
.sec_con h3{ line-height:42px; background:url(../image/c.jpg) no-repeat; padding-left:9px;font-family:"微软雅黑";font-size:16px; margin-top:5px; border-left:1px solid #E4E6E5;border-rigth:1px solid #E4E6E5; font-weight:normal}
.list4 li{ line-height:41px; border-bottom:1px #CCCCCC dashed;}
.list4 li img{float:right; padding-top:5px; margin-left:18px}
.list4 li a{ font-family:"微软雅黑";font-size:14px; line-height:41px;}
.list4 li a:hover{color:#C33 }
.list4 li .a1{ color:#C33}
.list4{ border:1px solid #E5E5E5; padding-left:22px; padding-right:49px;  padding-bottom:10px; }
.list4 li a span{ float:right; font-family:"微软雅黑";font-size:14px; margin-left:9px;}

.page{  margin-top:20px; text-align:center;}
.page a{ display:inline-block; height:28px; border:1px solid #E9EFED; text-align:center; line-height:28px;font-family:"微软雅黑";font-size:12px; color:#1C82B3; padding-left:10px; padding-right:10px; text-indent: 0em !important;}
.page .lst{ display:inline-block; height:28px; border:1px solid #E9EFED}
.page a:hover{ color:#000;font-weight:bold}


/*---法规页面---*/
.fagui_left{ float:left;  width:255px; border:1px solid #E4E6E5}
.fagui_left h3{ line-height:44px; background:url(../image/j.jpg) no-repeat; padding-left:66px; margin-top:2px; font-size:14px; color:#666; font-weight:normal; font-family:微软雅黑}
.fagui_left em{ font-style: normal;font-weight: normal; }
.fagui{ overflow:hidden; margin-top:12px}
.list5 li{ line-height:60px; background:#F6F7F9; padding-left:20px;border-bottom:1px solid #E7E7E7}
.list5 li a{font-family:"微软雅黑";font-size:14px;}
.list5 li .a1{ color:#F00}
.list5 li a:hover{ color:#F00}
.list5 li:hover{ background:#fff}


.fagui_left h6{ line-height:44px;margin-top:2px;font-family:"微软雅黑";font-size:16px;color:#666; font-weight:normal; background:#E5EAEE; text-align:center}
.fagui{ overflow:hidden; margin-top:12px}
.list6 li{ line-height:30px; background:#F6F7F9;border-bottom:1px solid #E7E7E7;text-align:center}
.list6 li a{font-family:"微软雅黑";font-size:14px;}
.list6 li .a1{ color:#F00}
.list6 li a:hover{ color:#F00}
.list6 li:hover{ background:#fff}




.fagui_right{ float:right; width:730px;}
.fagui_right .pro{ line-height:46px;  background:#FBFBFB; border:1px solid #E4E6E5;padding-left:35px; margin-top:3px;}
.fagui_right h3{ background:url(../image/v.jpg) no-repeat; border-left:1px solid #E4E6E5;border-right:1px solid #E4E6E5}
.fagui_right .pro span{padding:5px}
.fagui_right .pro a{ font-family:"微软雅黑";font-size:14px; display:}
.fagui_right .pro a:hover{color:#F63}
.pre{ margin-top:10px; }
.tablebox{ border:solid 1px #ddd;}
.tablebox td{text-align:left;border:solid 1px #ddd;padding:10px;font-family:"微软雅黑";font-size:12px; line-height:26px; border-right:none; border-top:none; }
.tablebox .center_wz{text-align:center;}
.pre{ margin-top:10px;}
.tablebox .td2{ border-bottom:0; font-size:14px}
.tablebox .bj{ border-bottom:0;}
.tablebox .tr_title{ background:#f6f7f9;}
.tablebox .td3{ border-bottom:0; border-left:0}
.tablebox .td1{ border-left:0;}
.tablebox .td3{ border-left:0; text-align:center; border-bottom:1px solid #ddd; font-size:14px}
.tablebox .td1 span{ text-align:center}
.tablebox .td2{border-bottom:1px solid #ddd; text-align:center; font-size:14px}
.tablebox .td4{border-bottom:1px solid #ddd; width:87px; text-align:center; font-size:14px}
.tablebox .bg img{ padding-left:8px;padding-right:8px; vertical-align:middle}
.tablebox  .aa{display: block; height: 30px; overflow: hidden; width:70px;}


<!-- 详情页1 -->
.con_right .tit{font-family:"微软雅黑";font-size:12px; color:#666; line-height:40px;}
.con_right .tit a{ font-size:12px}
.con_right h1{font-family:"微软雅黑";font-size:20px;border-top:1px solid #E5EAEE; text-align:center; line-height:40px; font-weight:normal;border-bottom:1px dashed #E5EAEE; padding-top: 20px; padding-bottom: 10px;}
.con_right h1 span{font-family:"微软雅黑";font-size:12px; color:#666; line-height:25px;}
.con_right .dl{ font-family:"仿宋"; font-size:14px; color:#666;  padding-top:34px; padding-left:65px; padding-right:65px; line-height:35px;  min-height:324px; }
.con_right .xxjs{font-family:"微软雅黑"; text-indent: 1em; font-size:14px; color:#666;  padding-top:34px; padding-left:65px; padding-right:65px; line-height:35px;  min-height:324px; }
.con_right .xxjs p{ text-indent:1em;}
.down li span{ float:right; background:url(../image/blue.jpg) no-repeat center right;padding-right:25px;}
.down li a{ font-family:"微软雅黑";font-size:14px; color:#666;line-height:40px; padding-left:5px}
.down li{ background:#FBFBFB;padding-right:30px; }
.down{ border-top: 1px solid #E9E9E9; margin-top:12px;}
.down li img{ vertical-align:middle; margin-left:10px;}
.con_right h5{ text-align:center;font-family:"微软雅黑";font-size:14px; font-weight:normal; padding-left:78px; margin-top:18px;color:#666}
.con_right h5 a{ margin-right:46px}
.con_right h5 a:hover{ color:#F00}
.con_right h1 span .cooperate{ padding-left:10px; }

<!-- 详情页2 -->
.con_right h6{  background:url(https://www.worldip.cn/statics/images/img/f.jpg) repeat-x; padding-left:27px; line-height:45px; border-top:1px solid #E9E9E9; margin-top:10px}
.con_right h6 a{font-family:"微软雅黑";font-size:16px; color:#666; background:url(../image/ab.jpg) no-repeat center left; padding-left:14px; font-weight:normal;}
.con_right .sublist{ }
.con_right .sub{ float:left;}
.con_right .subox{ overflow:hidden;padding:15px;background:#FBFBFB;}
.con_right .sub2{ float:right;}
.con_right .subox li{ line-height:35px}
.con_right .subox li a{ background:url(https://www.worldip.cn/statics/images/img/sub.jpg) no-repeat center left; padding-left:10px;font-family:"微软雅黑";font-size:14px; color:#666;}
.con_right .subox li a:hover{ color:#C33}

.con_right h5{ text-align:center;font-family:"微软雅黑";font-size:14px; font-weight:normal; padding-left:78px; margin-top:18px;color:#666}
.con_right h5 a:hover{ color:#F00}

/*飘窗返回顶部*/
.scroll{width:54px; height:54px; background:url(../image/ico_top.png); color:#fff; line-height:80px; text-align:center; position:fixed; right:30px; bottom:50px; cursor:pointer; font-size:14px;}
.sctitle{width:54px; height:54px; background:url(../image/ico_top.png); color:#fff; line-height:80px; text-align:center; position:fixed; right:30px; bottom:50px; cursor:pointer; font-size:14px;}


/*菜单上拉*/
#nav1{height:42px;top:214px;}
.dropdown{position:relative;float:left;padding:0 0 3px 0;margin-top:0px;width:170px; margin-right:2px}
*+html .dropdown{padding:14px 0 3px 0;_padding:0 0 3px 0;margin-top:0px;}
.dropdown DT{padding:12px 0 8px 0;width:170px;cursor: pointer;color:#fff;text-align:center;background-color:#E4E9EF;}
.dropdown DT{ }
* html .dropdown DT{padding:0 0 8px 0; }
*+html .dropdown DT{padding:0 0 8px 0;}
.dropdown a{text-align:center;}
.dropdown DD{z-index:99999;position:absolute;width:170px;display:none;overflow:hidden;opacity:0;margin-left:-2px;}
.dropdown UL{list-style-type:none;width:170px;}
.dropdown LI{display:inline;}
.dropdown LI a{ font-size:12px; display:block; width:170px}
html>body .dropdown UL a{width:170px;height:38px;display:block;background:#666 no-repeat;color:#fff;text-decoration:none;line-height:38px;}
html>body .dropdown UL a:hover{background:#333 no-repeat;color: #fff}
* html .dropdown UL a{width:170px;height:38px;display:block;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=#666 );color:#fff;text-decoration:none;line-height:38px;cursor:hand; }
* html .dropdown UL a:hover{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=#333);color: #fff}
.dropdown .underline{margin-top:1px;}

/*Tab选项卡*/
	BODY {
	FONT-SIZE: 12px
}
#head {
	OVERFLOW: hidden; WIDTH: 950px; MARGIN: 0px auto
}
#nav {
	OVERFLOW: hidden; WIDTH: 950px; MARGIN: 10px auto 0px
}

#nav UL LI.return {
	BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: right; FONT-WEIGHT: normal
}
#nav UL LI A:link {
	COLOR: #fff;
	font-family:"微软雅黑"; font-weight:normal
}
#nav UL LI A:visited {
	COLOR: #fff;
	font-family:"微软雅黑"; font-weight:normal
}
#nav UL LI A:hover {
	COLOR: #fff;
	font-family:"微软雅黑"; font-weight:normal
}
#nav UL LI A:active {
	COLOR: #fff;
	font-family:"微软雅黑"; font-weight:normal
}
#foot {
	BORDER-TOP: #a75151 5px solid; HEIGHT: 68px; WIDTH: 950px; PADDING-TOP: 10px; MARGIN: 10px auto 0px; BACKGROUND-COLOR: #f8f3d9
}
#foot P {
	COLOR: #713008; TEXT-ALIGN: center; LINE-HEIGHT: 24px
}

#container {OVERFLOW: hidden; WIDTH: 998px; MARGIN: 10px auto 0px;}
#leftbar {WIDTH: 998px; FLOAT: left}
#leftbar .asia UL {FONT-SIZE: 14px; HEIGHT: 27px; FONT-FAMILY: SimSun; FONT-WEIGHT: bold;}
#leftbar .asia UL LI {FLOAT: left; width:156px;}
#leftbar .asia UL LI A {BORDER-TOP: #666 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 72px; BACKGROUND:url(../image/line1.jpg) repeat-x; BORDER-BOTTOM: #e4e4e4 1px; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 30px; BORDER-LEFT: #e4e4e4 1px solid; DISPLAY: block; LINE-HEIGHT: 26px; PADDING-RIGHT: 30px; font-family:"微软雅黑"; font-weight:normal; width:158px; }
#leftbar .asia UL LI:hover{ background:#388cd5}
#leftbar .asia UL LI.red A:link {BORDER-TOP: #666 1px solid; background:#388cd5 ;COLOR: #fff; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; font-family:"微软雅黑"; font-weight:normal}
#leftbar .asia UL LI.red A:visited {BORDER-TOP: #666 1px solid; background:#388cd5; COLOR: #666; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal; border-top:1px solid }
#leftbar .asia UL LI.red A:hover {BORDER-TOP: #666 1px solid; Bbackground:#388cd5; COLOR: #fff; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal}
#leftbar .asia UL LI.red A:active {BORDER-TOP: #666 1px solid; background:#388cd5; COLOR: #666; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal}
#leftbar .asia UL LI A:link {	COLOR: #666}
#leftbar .asia UL LI A:visited {	COLOR: #666}
#leftbar .flag {	BORDER-TOP: #3989e0 4px solid; HEIGHT: 415px; BORDER-RIGHT: #dcdbda 1px solid; BORDER-BOTTOM: #dcdbda 1px solid; BORDER-LEFT: #dcdbda 1px solid}
#leftbar .flag UL {	PADDING-LEFT: 40px; MARGIN-TOP: 20px;}
#leftbar .flag UL LI {HEIGHT: 74px; WIDTH: 150px; FLOAT: left; line-height:74px;}
#leftbar .flag UL LI A {LINE-HEIGHT: 14px;	font-family:"微软雅黑"; font-weight:normal}
#leftbar .flag UL LI IMG {BORDER-TOP: #666 1px solid; BORDER-RIGHT: #666 1px solid; WIDTH: 34px; VERTICAL-ALIGN: middle; BORDER-BOTTOM: #666 1px solid; BORDER-LEFT: #666 1px solid; MARGIN-RIGHT: 8px;}
#leftbar .news {	MARGIN-TOP: 10px;}
#leftbar .news .report UL {	FONT-SIZE: 14px; HEIGHT: 27px; FONT-FAMILY: SimSun; FONT-WEIGHT: bold;}
#leftbar .news .report UL LI {	FLOAT: left; MARGIN-RIGHT: 5px;}
#leftbar .news .report UL LI A {	font-family:"微软雅黑"; font-weight:normal; BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; BACKGROUND: url(https://www.worldip.cn/statics/css/images/bg/bg_change2.gif) repeat-x; BORDER-BOTTOM: #e4e4e4 1px; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 30px; BORDER-LEFT: #e4e4e4 1px solid; DISPLAY: block; LINE-HEIGHT: 26px; PADDING-RIGHT: 30px;}
#leftbar .news .cont { BORDER-TOP: #cb1b1e 5px solid; HEIGHT: 196px; BORDER-RIGHT: #dcdbda 1px solid; BORDER-BOTTOM: #dcdbda 1px solid; BORDER-LEFT: #dcdbda 1px solid; BACKGROUND-COLOR: #f5faf6;}
#leftbar .news UL LI A:link {COLOR: #4b4b4b; font-family:"微软雅黑"; font-weight:normal;}
#leftbar .news UL LI A:visited {COLOR: #4b4b4b; font-family:"微软雅黑"; font-weight:normal;}
#leftbar .news .as {FONT-SIZE: 14px; FONT-FAMILY: SimSun; TEXT-ALIGN: left; LINE-HEIGHT: 27px;}
#leftbar .news .as .tim {	WIDTH: 380px;}
/**/
#container1 {OVERFLOW: hidden; WIDTH: 740px; MARGIN: 1px auto 0px; float:right;}
#leftbar1 {WIDTH: 740px; FLOAT: left}
#leftbar1 .asia UL {FONT-SIZE: 14px; HEIGHT: 27px; FONT-FAMILY: SimSun; FONT-WEIGHT: bold;}
#leftbar1 .asia UL LI {FLOAT: left; width:122px; text-align:center;}
#leftbar1 .asia UL LI .red .fa_fl a:link{ color:#fff !important; }
#leftbar1 .asia UL LI .fa_fl { font-size:14px; }
#leftbar1 .asia UL LI A {BORDER-TOP: #666 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 72px; BACKGROUND:url(../image/line1.jpg) repeat-x; BORDER-BOTTOM: #e4e4e4 1px; PADDING-BOTTOM: 0px; TEXT-ALIGN: center;  BORDER-LEFT: #e4e4e4 1px solid; DISPLAY: block; LINE-HEIGHT: 26px; PADDING-RIGHT: 30px; font-family:"微软雅黑"; font-weight:normal; width:122px; }
#leftbar1 .asia UL LI:hover{ background:#388cd5; color:#fff;}
#leftbar1 .asia UL LI.red A:link {BORDER-TOP: #666 1px solid; background:#388cd5 ; color:#FFF !important;BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; font-family:"微软雅黑"; font-weight:normal}
#leftbar1 .asia UL LI.red A:visited {BORDER-TOP: #666 1px solid; background:#388cd5; color:#FFF !important; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal; border-top:1px solid }
#leftbar1 .asia UL LI.red A:hover {BORDER-TOP: #666 1px solid; Bbackground:#388cd5; COLOR: #fff; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal}
#leftbar1 .asia UL LI.red A:active {BORDER-TOP: #666 1px solid; background:#388cd5; COLOR: #666; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none;font-family:"微软雅黑"; font-weight:normal}
#leftbar1 .asia .fa_fl a:link{ color:#fff !important; }
#leftbar1 .asia UL LI A:visited {	COLOR: #666}
#leftbar1 .flag {	BORDER-TOP: #3989e0 4px solid; HEIGHT: 452px; BORDER-RIGHT: #dcdbda 1px solid; BORDER-BOTTOM: #dcdbda 1px solid; BORDER-LEFT: #dcdbda 1px solid}
#leftbar1 .flag UL {	PADDING-LEFT: 25px; MARGIN-TOP: 20px;}
#leftbar1 .flag UL LI {HEIGHT: 74px; WIDTH: 174px; FLOAT: left; font-size:14px; line-height:74px;}
#leftbar1 .flag UL LI A {LINE-HEIGHT: 14px;	font-family:"微软雅黑"; font-weight:normal}
#leftbar1 .flag UL LI IMG {BORDER-TOP: #666 1px solid; BORDER-RIGHT: #666 1px solid; WIDTH: 34px; VERTICAL-ALIGN: middle; BORDER-BOTTOM: #666 1px solid; BORDER-LEFT: #666 1px solid; MARGIN-RIGHT: 8px;}
#leftbar1 .news {	MARGIN-TOP: 10px;}
#leftbar1 .news .report UL {	FONT-SIZE: 14px; HEIGHT: 27px; FONT-FAMILY: SimSun; FONT-WEIGHT: bold;}
#leftbar1 .news .report UL LI {	FLOAT: left; MARGIN-RIGHT: 5px;}
#leftbar1 .news .report UL LI A {	font-family:"微软雅黑"; font-weight:normal; BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; BACKGROUND: url(https://www.worldip.cn/statics/css/images/bg/bg_change2.gif) repeat-x; BORDER-BOTTOM: #e4e4e4 1px; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 30px; BORDER-LEFT: #e4e4e4 1px solid; DISPLAY: block; LINE-HEIGHT: 26px; PADDING-RIGHT: 30px;}
#leftbar1 .news .cont { BORDER-TOP: #cb1b1e 5px solid; HEIGHT: 196px; BORDER-RIGHT: #dcdbda 1px solid; BORDER-BOTTOM: #dcdbda 1px solid; BORDER-LEFT: #dcdbda 1px solid; BACKGROUND-COLOR: #f5faf6;}
#leftbar1 .news UL LI A:link {COLOR: #4b4b4b; font-family:"微软雅黑"; font-weight:normal;}
#leftbar1 .news UL LI A:visited {COLOR: #4b4b4b; font-family:"微软雅黑"; font-weight:normal;}
#leftbar1 .news .as {FONT-SIZE: 14px; FONT-FAMILY: SimSun; TEXT-ALIGN: left; LINE-HEIGHT: 27px;}
#leftbar1 .news .as .tim {	WIDTH: 380px;}
/*toubu*/
width:738px; border:1px #e4e6e5 solid; background:#e7ecf0; line-height:41px; height:41px; text-indent:20px;  margin-bottom: 10px; font-size:14px;
/**/
#rightbar {
	WIDTH: 266px; FLOAT: right
}
#rightbar .note {
	MARGIN-BOTTOM: 10px
}
#rightbar .note H3 {
	BORDER-TOP: #334863 1px solid; HEIGHT: 25px; BORDER-RIGHT: #334863 1px solid; BACKGROUND: url(https://www.worldip.cn/statics/css/images/bg/bg_area.gif) repeat-x; BORDER-BOTTOM: #334863 1px solid; BORDER-LEFT: #334863 1px solid
}
#rightbar .note H3 B {
	FONT-SIZE: 14px; FONT-FAMILY: SimSun; BACKGROUND: url(https://www.worldip.cn/statics/css/images/ico/arrow.gif) no-repeat 10px 2px; COLOR: #fff; PADDING-LEFT: 25px; LINE-HEIGHT: 24px
}
#rightbar .note H3 SPAN {
	CURSOR: pointer; FLOAT: right; MARGIN: 4px 10px 0px 0px
}
#rightbar .re {
	BORDER-TOP: #c6d2dc 1px solid; BORDER-RIGHT: #c6d2dc 1px solid; BORDER-BOTTOM: #c6d2dc 1px solid; PADDING-BOTTOM: 10px; BORDER-LEFT: #c6d2dc 1px solid; BACKGROUND-COLOR: #ecf1f5
}
#rightbar .re .put {
	OVERFLOW: hidden; MARGIN: 0px 0px 0px 40px
}
#rightbar .re UL {
	FONT-SIZE: 14px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 25px; LINE-HEIGHT: 19px; PADDING-RIGHT: 25px
}
#rightbar .re UL LI {
	FONT-FAMILY: Arial; MARGIN-TOP: 10px
}
HTML {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}

SPAN {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
APPLET {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
OBJECT {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
IFRAME {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H1 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H2 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H3 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H4 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H5 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
H6 {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
P {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
BLOCKQUOTE {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
PRE {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}

ABBR {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
ACRONYM {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
ADDRESS {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
BIG {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
CITE {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
CODE {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
DEL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
DFN {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}

FONT {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
IMG {
	BORDER-LEFT-WIDTH: 0px; vertical-align:middle; BORDER-RIGHT-WIDTH: 0px;  BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
INS {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
KBD {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
Q {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
S {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
SAMP {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
SMALL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
STRIKE {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
STRONG {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
SUB {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
SUP {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
TT {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
VAR {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
B {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; font-family:"微软雅黑"; color:#666
}
U {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
I {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
CENTER {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
DL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
DT {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
DD {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
OL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
UL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
LI {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
FIELDSET {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
FORM {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
LABEL {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}
LEGEND {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}

CAPTION {
	BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; VERTICAL-ALIGN: baseline; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM-WIDTH: 0px; OUTLINE-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px
}

TD { padding-left:10px; padding-right:10px;
}

OL {
	LIST-STYLE-TYPE: none
}
UL {
	LIST-STYLE-TYPE: none
}
BLOCKQUOTE {
	QUOTES: none
}
Q {
	QUOTES: none
}
BLOCKQUOTE:before {
	CONTENT: none
}
BLOCKQUOTE:after {
	CONTENT: none
}
Q:before {
	CONTENT: none
}
Q:after {
	CONTENT: none
}
:focus {
	OUTLINE-WIDTH: 0px
}
INS {
	TEXT-DECORATION: none
}
DEL {
	TEXT-DECORATION: line-through
}
TABLE {
	BORDER-COLLAPSE: collapse; BORDER-SPACING: 0
}
H1 {
	FONT-SIZE: 100%
}
H2 {
	FONT-SIZE: 100%
}
H3 {
	FONT-SIZE: 100%
}
H4 {
	FONT-SIZE: 100%
}
H5 {
	FONT-SIZE: 100%
}
H6 {
	FONT-SIZE: 100%
}
A {
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: none; COLOR: #ba0000
}

/*选项卡*/
.wrap {
	width: 1001px;
	margin: 0px auto;
}
.all-sort-list {
	position: relative;
	width: 203px;
	border-top: none;
	background: #FAFAFA;
}
.all-sort-list .item {
}
.all-sort-list .item.bo {
	border-top: none;
}
.all-sort-list .item h3 {
	height: 51px;
	line-height: 51px;
	border: 1px 0px;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	background: #D7E0E8;
	font-family: "微软雅黑";
	width: 199px;
}

.all-sort-list .hover h3 {
	position: relative;
	z-index: 13;
	background: #3b8edc;
	/*border-color: #DDD;
	border-width: 1px 0px;
	border-style: solid;*/
}
.all-sort-list .item span {
	padding: 0px 5px;
	color: #666;
	font-family: "\5B8B\4F53";
}
.all-sort-list .item a {
	color: #000;
	text-decoration: none;
}
.all-sort-list .item a:hover {
	color: #333;
}
.all-sort-list .item-list {
	display: none;
	position: absolute;
	width: 705px;
	min-height: 200px;
	_height: 200px;
	background: #FFF;
	left: 198px;
	box-shadow: 0px 0px 10px #DDDDDD;
	border: 1px solid #DDD;
	top: 3px;
	z-index: 10;
}
.all-sort-list .item-list .close {
	position: absolute;
	width: 26px;
	height: 26px;
	color: #FFFFFF;
	cursor: pointer;
	top: -1px;
	right: -26px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-family: "Microsoft Yahei";
	background: rgba(0, 0, 0, 0.6);
	background-color: transparent\9;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}
.item-list .subitem {
	float: left;
	width: 477px;
	padding: 0px 4px 0px 8px;
}
.item-list .subitem dl {
	border-top: 1px solid #EEE;
	padding: 6px 0px;
	overflow: hidden;
	zoom: 1;
}
.item-list .subitem .fore1 {
	border-top: none;
}
.item-list .subitem dt {
	float: left;
	width: 54px;
	line-height: 22px;
	text-align: right;
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
}
.item-list .subitem dt a {
	color: #E4393C;
	text-decoration: underline;
}
.item-list .subitem dd {
	float: left;
	width: 415px;
	padding: 3px 0px 0px;
	overflow: hidden;
}
.item-list .subitem dd em {float: left;
	height: 14px;
	line-height: 14px;
	padding: 0px 8px;
	margin-top: 5px;
	border-left: 1px solid #CCC;
}
.item-list .subitem dd em a, .item-list .cat-right dd a {color: #666; text-decoration: none; }
.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {	font-weight: normal; text-decoration: underline;}
.item-list .cat-right {float: right; width: 210px;}
.item-list .cat-right dl {width: 194px; padding: 6px 8px;}
.item-list .cat-right dd {padding-top: 6px; line-height: 22px;  overflow: hidden; padding: 3px 0px 0px; }
.item-list .cat-right dt {padding: 3px 6px 0px 0px; font-weight: 700; color: #E4393C;}
.item-list .cat-right dd a:hover {	color: #666;}
.flag {BORDER-TOP: #3989e0 4px solid;	HEIGHT: 535px;	BORDER-RIGHT: #dcdbda 1px solid;	BORDER-BOTTOM: #dcdbda 1px solid;	BORDER-LEFT: #dcdbda 1px solid;	margin-top:-4px; }
.flag UL {PADDING-LEFT: 40px;	MARGIN-TOP: 20px; }
.flag UL LI {WIDTH: 600px;	FLOAT: left; border-bottom:1px dashed #CCC; line-height:30px; }
.flag UL LI A {LINE-HEIGHT: 14px;	font-family: "微软雅黑";	font-weight: normal;}
.flag UL LI IMG {BORDER-TOP: #666 1px solid;	BORDER-RIGHT: #666 1px solid; WIDTH: 34px; VERTICAL-ALIGN: middle; BORDER-BOTTOM: #666 1px solid;	BORDER-LEFT: #666 1px solid; MARGIN-RIGHT: 8px; }

/*表格*/
table{border-collapse:collapse;border-spacing:0}
.mt10{ margin-top:10px}
.listBox{margin:10px;padding:10px 0 15px; width:950px; margin:0 auto;}
.listBox h5{font-size:14px;color:#d30000;height:30px;line-height:30px;}
/*.listBox ul li{line-height:28px;color:#8c8c8c;background:url(/images/dot2.gif) no-repeat 0 12px;padding-left:10px;}*/
.listBox ul li.listline{border-bottom:#bebebe dashed 1px;margin-bottom:10px;background:none;height:10px;}
.listBox ul li a{font-size:11px;color:#000000;}
.listBox ul li span{padding-left:10px;}
.listBox p{margin-top:10px;text-align:right;}
.listBox p a{font-size:14px;color:#000000;}
.tab01{border-collapse:collapse;width:106%;}
.tab01 td{border:1px #e4e6e5 solid;line-height:28px;padding-left:10px;font-size:14px;background: #fff;}
.listBox .piclist{list-style:none;}
.listBox .piclist li{ width:310px; float:left; background:0; padding:5px 10px;display:inline;}
.listBox .piclist li a{ color:#000;display:block;font-size:12px;zoom:1;}
.listBox .piclist li img{ width:306px; height:200px;border: 4px solid #E4E4E4;}
.listBox .piclist li p{ width:310px; text-align:left;margin:0;}
/*---首页焦点1图---*/
.servicesBox .top1{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/1.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox2 .top2{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/5.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox3 .top3{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/2.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox4 .top5{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/4.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox5 .top4{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/3.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox6 .top6{ width:374px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/6.png); border-radius:10px 10px 0px 0px; font-size:18px; }

.jdt_con{ width:100%; height:613px; background:url(../image/bj1.png);font-family:"微软雅黑"; background-size: cover;}
.jdt_con .con{ position:relative; z-index:99999; width:1000px; height:613px; margin:0 auto; }
.jdt_con .con img{ display:block; padding:0px; margin:0px;}
.servicesBox { position:absolute; top:28px; left:58px; width:240px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999; border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox .serBox { cursor:pointer; display:inline; width:240px; height:240px; border-top:1px #c1ccd1 solid; float:left; overflow:hidden; position:relative;}
.servicesBox .top{ width:240px; height:46px; line-height:46px; color:#3f85be; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox .serBox .pic1 { width:240px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox .serBox .pic1 img{ padding-left:0px;}
.servicesBox .serBox .pic2 { width:200px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-310px; z-index:99;}
.servicesBox .serBox .txt1 { width:240px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox .serBox .txt2 { width:240px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox .serBox .pic2 a{ color:#666;}
.servicesBox .serBox .pic2 a:hover{ color:#666;}
.servicesBox .serBox span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox .serBox .txt1 .tit { color:#145fa3; line-height:30px; padding-top:10px;}
.servicesBox .serBox .txt2 .tit { color:#3f85be; line-height:30px; font-family:"微软雅黑";}
.servicesBox .serBox p{ padding:0 10px; text-align:center;}
.servicesBox .top a{ color:#333;}
.servicesBox .top a:hover{ color:#e55656;}
/*---首页焦点2图---*/
.servicesBox2 { position:absolute; top:28px; right:45px; width:240px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999;  border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox2 .serBox { cursor:pointer; display:inline; border-top:1px #c1ccd1 solid; width:240px; height:240px; float:left; overflow:hidden; position:relative;}
.servicesBox2 .top{ width:240px; height:46px; line-height:46px; color:#fff; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox2 .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox2 .serBox .pic1 { width:240px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox2 .serBox .pic1 img{ padding-left:0px;}
.servicesBox2 .serBox .pic2 { width:200px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-310px; z-index:99;}
.servicesBox2 .serBox .txt1 { width:240px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox2 .serBox .txt2 { width:240px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox2 .serBox .pic2 a{ color:#666;}
.servicesBox2 .serBox .pic2 a:hover{ color:#666;}
.servicesBox2 .serBox span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox2 .serBox .txt1 .tit { color:#096b6c; line-height:30px; padding-top:10px;}
.servicesBox2 .serBox .txt2 .tit { color:#096b6c; line-height:30px; font-family:"微软雅黑";}
.servicesBox2 .serBox p{ padding:0 10px; text-align:center;}
.servicesBox2 .top a{ color:#333;}
.servicesBox2 .top a:hover{ color:#e55656;}
/*---首页焦点3图---*/
.servicesBox3 { position:absolute; bottom:37px; left:100px; width:240px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999; border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox3 .serBox { cursor:pointer; display:inline; border-top:1px #c1ccd1 solid; width:240px; height:240px; float:left; overflow:hidden; position:relative;}
.servicesBox3 .top{ width:240px; height:46px; line-height:46px; color:#fff; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox3 .top a{ color:#333;}
.servicesBox3 .top a:hover{ color:#e55656;}
.servicesBox3 .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox3 .serBox .pic1 { width:240px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox3 .serBox .pic1 img{ padding-left:0px;}
.servicesBox3 .serBox .pic2 { width:200px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-310px; z-index:99;}
.servicesBox3 .serBox .txt1 { width:240px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox3 .serBox .txt2 { width:240px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox3 .serBox .pic2 a{ color:#666;}
.servicesBox3 .serBox .pic2 a:hover{ color:#666;}
.servicesBox3 .serBox span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox3 .serBox .txt1 .tit { color:#9e4f3f; line-height:30px; padding-top:10px;}
.servicesBox3 .serBox .txt2 .tit { color:#9e4f3f; line-height:30px; font-family:"微软雅黑";}
.servicesBox3 .serBox p{ padding:0 10px; text-align:center;}
/*---首页焦点4图---*/
.servicesBox4 { position:absolute; bottom:37px; right:90px; width:240px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999;  border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox4 .serBox { cursor:pointer; display:inline; border-top:1px #c1ccd1 solid; width:240px; height:240px; float:left; overflow:hidden; position:relative;}
.servicesBox4 .top{ width:240px; height:46px; line-height:46px; color:#fff; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox4 .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox4 .serBox .pic1 { width:240px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox4 .serBox .pic1 img{ padding-left:0px;}
.servicesBox4 .serBox .pic2 { width:200px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-310px; z-index:99;}
.servicesBox4 .serBox .txt1 { width:240px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox4 .serBox .txt2 { width:240px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox4 .serBox .pic2 a{ color:#666;}
.servicesBox4 .serBox .pic2 a:hover{ color:#666;}
.servicesBox4 .serBox span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox4 .serBox .txt1 .tit { color:#6b4120; line-height:30px; padding-top:10px;}
.servicesBox4 .serBox .txt2 .tit { color:#6b4120; line-height:30px; font-family:"微软雅黑";}
.servicesBox4 .serBox p{ padding:0 10px; text-align:center;}
.servicesBox4 .top a{ color:#333;}
.servicesBox4 .top a:hover{ color:#e55656;}

/*---首页焦点5图---*/
.servicesBox5 { position:absolute; bottom:37px; right:373px; width:240px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999;  border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox5 .serBox { cursor:pointer; display:inline; border-top:1px #c1ccd1 solid; width:240px; height:240px; float:left; overflow:hidden; position:relative;}
.servicesBox5 .top{ width:240px; height:46px; line-height:46px; color:#fff; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox5 .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox5 .serBox .pic1 { width:240px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox5 .serBox .pic1 img{ padding-left:0px;}
.servicesBox5 .serBox .pic2 { width:200px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-310px; z-index:99;}
.servicesBox5 .serBox .txt1 { width:240px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox5 .serBox .txt2 { width:240px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox5 .serBox .pic2 a{ color:#666;}
.servicesBox5 .serBox .pic2 a:hover{ color:#666;}
.servicesBox5 .serBox span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox5 .serBox .txt1 .tit { color:#6655a9; line-height:30px; padding-top:10px;}
.servicesBox5 .serBox .txt2 .tit { color:#6655a9; line-height:30px; font-family:"微软雅黑";}
.servicesBox5 .serBox p{ padding:0 10px; text-align:center;}
.servicesBox5 .top a{ color:#333;}
.servicesBox5 .top a:hover{ color:#e55656;}

/*---首页焦点6图---*/
.servicesBox6 { position:absolute; top:28px; right:313px; width:374px; height:240px; margin:0 auto; clear:both; line-height:18px; color:#999999;  border:1px #c1ccd1 solid;  box-shadow:0px 15px 10px -15px #000; border-radius:12px 12px 10px 10px; background:#eaeff3; background-image: -moz-linear-gradient(top, #f8f9fb, #e2e9ee);  font-size:12px;}
.servicesBox6 .serBox1 { cursor:pointer; display:inline; border-top:1px #c1ccd1 solid; width:374px; height:240px; float:left; overflow:hidden; position:relative;}
.servicesBox6 .top{ width:374px; height:46px; line-height:46px; color:#fff; text-align:center; background:url(../image/jdt_top_bj.png); border-radius:10px 10px 0px 0px; font-size:18px; }
.servicesBox6 .serBoxOn { font-family:"微软雅黑"; display:none; width:374px; height:194px; background:#e7ecf0 repeat 0px 0px; border-radius:0px 10px 10px 10px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox6 .serBox1 .pic1 { width:374px; height:144px;  text-align:center; position:absolute; top:0px; right:0px; z-index:99;}
.servicesBox6 .serBox1 .pic1 img{ padding-left:0px;}
.servicesBox6 .serBox1 .pic2 { width:334px;  height:144px; text-indent:2em; line-height:26px; color:#666666; font-size:14px;  text-align:left; position:absolute; top:20px; padding-top:10px; border-top:10px;  left:-374px; z-index:99;}
.servicesBox6 .serBox1 .txt1 { width:374px; height:48px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox6 .serBox1 .txt2 { width:374px; height:48px; color:#a9cf4f; position:absolute; top:145px; right:-374px; z-index:99;}
.servicesBox6 .serBox1 .pic2 a{ color:#666;}
.servicesBox6 .serBox1 .pic2 a:hover{ color:#666;}
.servicesBox6 .serBox1 span.tit { font-size:14px; display:block; text-align:center;  color:#666;}
.servicesBox6 .serBox1 .txt1 .tit { color:#6655a9; line-height:30px; padding-top:10px;}
.servicesBox6 .serBox1 .txt2 .tit { color:#6655a9; line-height:30px; font-family:"微软雅黑";}
.servicesBox6 .serBox1 p{ padding:0 10px; text-align:center;}
.servicesBox6 .top a{ color:#333;}
.servicesBox6 .top a:hover{ color:#e55656;}

/*---实务指引tab切换---*/
.swzy_tab{ width:1001; margin:0 auto; margin-top:15px;font-family:"微软雅黑"; }
.swzy_tab .left{ width:255px; float:left;}
.swzy_tab .left dl{ margin:0; padding:0;}
.swzy_tab .left dl dd{ width:255px; float:left; margin-bottom: 7px; }
.swzy_tab .left dl dd a{ width:255px;height:40px; line-height:40px; border:1px #e4e6e6 solid; border-left:2px solid #347bd1; background:#f0f0f0;border-radius: 4px; display:block; color:#333; font-size:14px;}
.swzy_tab .left dl dd a:hover{ width:255px;height:40px; transition: all 0.4s ease 0s; line-height:40px; border:1px #347bd1 solid;border-radius: 4px; display:block; background:#347bd1; color:#fff;}
.swzy_tab .left dl dd a .span1{ float:left; display:block; padding-top:10px; padding-left:10px;}
.swzy_tab .left dl dd a .span2{ float:left; display:block; padding-left:10px;}
.swzy_tab .right{ width:731px; float:right; min-height:600px; margin-bottom:15px;  border:1px #e4e6e6 solid;border-radius: 4px;}
.swzy_tab .right .title{ width:731px; height:80px; background: url(../image/swzy_wy.jpg) bottom no-repeat #fbfbfb;}
.swzy_tab .right .title .tit1{ font-size:24px; color:#2b65b2; line-height:60px; text-align:center; margin:0; padding:0px;}
.swzy_tab .right .title .tit1 .span1{ padding-left:15px; padding-right:15px;}
.swzy_tab .right ul{width:731px; margin:0; padding:0; margin-top:15px;}
.swzy_tab .right ul li{ width:330px; height:92px; float:left; margin-left:20px; margin-top:15px; border-bottom:1px #e6ebef solid; line-height:30px; font-size:14px; color:#333; }
.swzy_tab .right ul li dl{ margin:0; padding:0;}
.swzy_tab .right ul li dt{ width:59px; height:76px; float:left; display:block; padding-left:3px;}
.swzy_tab .right ul li .dd1{ padding-left:10px; width:250px; display:block; float:left; color:#333; font-size:16px; line-height:28px; padding-top:10px;}
.swzy_tab .right ul li .dd1 .span1{ padding-left:10px;  width:250px; display:block; float:left; color:#666; font-size:14px; line-height:24px;}
.swzy_tab .right ul li .dd1 .span2{ float:left; width:250px; padding-left:10px; display:block;}
.swzy_tab .right ul li .dd1 a{ color:#333;}
.swzy_tab .right ul li .dd1 a:hover{ color:#012b75;}
/*---产业聚焦tab切换---*/
.cyjj_tab{ width: 740px; margin: 1px auto 0px; float: right; }
.cyjj_tab .asia{ width:740px; background:#E7ECF0; height:43px;  border:1px #E4E6E5 solid;}
.cyjj_tab .asia li{ line-height: 43px;height: 43px; border-radius: 3px 0px; font-size:14px; padding-left:15px; padding-right:15px; background:#FFF; border:1px #E4E6E5 solid; border-bottom:0px; float:left;  font-family:"微软雅黑";}
.cyjj_tab .asia .red{ background:#388CD5; color:#FFF !important;}
.cyjj_tab .asia .red a{color:#FFF !important;}
.cyjj_tab .asia .red a:hover{color:#FFF !important;}
.cyjj_tab .fla_tab {BORDER-TOP: #3989e0 1px solid;	width: 738px; margin-bottom:20px; padding-bottom:10px;	BORDER-RIGHT: #dcdbda 1px solid;	BORDER-BOTTOM: #dcdbda 1px solid;	BORDER-LEFT: #dcdbda 1px solid; }
.cyjj_tab .fla_tab UL {PADDING-LEFT: 20px; padding-right:20px;	MARGIN-TOP: 20px; }
.cyjj_tab .fla_tab UL LI {	FLOAT: left; width: 710px; font-size: 14px;line-height: 41px; border-bottom:1px dashed #CCC;  }
.cyjj_tab .fla_tab UL .gcyqy {	FLOAT: left; width: 710px; font-size: 14px;line-height: 54px; border-bottom:1px dashed #CCC;padding-bottom: 10px;padding-top: 10px;  }
.cyjj_tab .fla_tab UL LI A {LINE-HEIGHT: 14px;	font-family: "微软雅黑";	font-weight: normal;}
.cyjj_tab .fla_tab UL LI IMG {BORDER-TOP: #666 1px solid;	BORDER-RIGHT: #666 1px solid; WIDTH: 34px; VERTICAL-ALIGN: middle; BORDER-BOTTOM: #666 1px solid;	BORDER-LEFT: #666 1px solid; MARGIN-RIGHT: 8px; }
.cyjj_tab .fla_tab UL .gcyqy IMG {BORDER: #e6e6e6 1px solid !important;	 WIDTH: 167px; VERTICAL-ALIGN: middle;  MARGIN-RIGHT: 8px; }


/*---实务指引子栏目---*/
.swzy_tab1{ width:1001; margin:0 auto; margin-top:15px;font-family:"微软雅黑"; }
.swzy_tab1 .right{ width:998px; float:right; min-height:600px; margin-bottom:15px;  border:1px #e4e6e6 solid;border-radius: 4px;}
.swzy_tab1 .right .title{ width:731px; height:80px; background: url(../image/swzy_wy.jpg) bottom no-repeat #fbfbfb;}
.swzy_tab1 .right .title .tit1{ font-size:24px; color:#2b65b2; line-height:60px; text-align:center; margin:0; padding:0px;}
.swzy_tab1 .right .title .tit1 .span1{ padding-left:15px; padding-right:15px;}
.swzy_tab1 .right ul{width:998px; margin:0; padding:0; margin-top:15px;}
.swzy_tab1 .right ul li{ width:311px; height:92px; float:left; margin-left:20px; margin-top:15px; border-bottom:1px #e6ebef solid; line-height:30px; font-size:14px; color:#333; }
.swzy_tab1 .right ul li dl{ margin:0; padding:0;}
.swzy_tab1 .right ul li dt{ width:59px; height:76px; float:left; display:block; padding-left:3px;}
.swzy_tab1 .right ul li .dd1{ padding-left:10px; width:238px; display:block; float:left; color:#333; font-size:16px; line-height:28px; padding-top:10px;}
.swzy_tab1 .right ul li .dd1 .span1{ padding-left:10px;  width:250px; display:block; float:left; color:#666; font-size:14px; line-height:24px;}
.swzy_tab1 .right ul li .dd1 .span2{ float:left; width:250px; padding-left:10px; display:block;}
.swzy_tab1 .right ul li .dd1 a{ color:#333;}
.swzy_tab1 .right ul li .dd1 a:hover{ color:#012b75;}

/*.swzy_tab .right ul .li1{ background:#fbfbfb; padding-top:5px; padding-bottom:5px;}
.swzy_tab .right ul .li2{ background:#fff; padding-top:5px; padding-bottom:5px;}*/
/*---左侧专题换---*/
.swzy_leftzt{ width:302px; float:left; font-size:14px; background: #fff;}
.swzy_leftzt .box_zt{ width:302px; height:147px;}
.swzy_leftzt .box_zt .left1{ width:107px; height:32px; line-height:22px;   padding:90px 20px 25px 20px; color:#576fb8; text-align:center; float:left; display:block; background: url(../image/jigouminglu.png) no-repeat;}
.swzy_leftzt .box_zt0 .salonlogo{ width:147px; height:45px; line-height:22px;   padding:90px 134px 18px 20px; color:#576fb8; text-align:center; float:left; display:block; background: url(../image/zhinanshalong.png) no-repeat;}
.swzy_leftzt .box_zt .left1:hover{ width:107px; height:32px; line-height:22px; float:left; display:block; transition: all 0.4s ease 0s; color:#576fb8; background: url(../image/jigouminglu.png) no-repeat;}
.swzy_leftzt .box_zt .right1{ width:107px; height:32px; line-height:22px;  padding:90px 20px 25px 20px; color:#576fb8;  text-align:center; float:right; display:block; background:url(../image/export.png) no-repeat;}
.swzy_leftzt .box_zt .right1:hover{ width:107px;  height:32px;  display:block; color:#576fb8; transition: all 0.4s ease 0s; background: url(../image/export.png) no-repeat;}

.swzy_leftzt .box_zt2{ width:302px; height:147px; margin-top:10px;}
.swzy_leftzt .box_zt2 .left1{ width:107px; height:32px; line-height:22px;  padding:90px 20px 25px 20px; color:#576fb8; text-align:center; float:left; display:block; background:url(../image/jiufenanli.png) no-repeat;}
.swzy_leftzt .box_zt2 .left1:hover{ width:107px; height:32px; line-height:22px; float:left; display:block; transition: all 0.4s ease 0s; color:#576fb8; background: url(../image/jiufenanli.png) no-repeat;}
.swzy_leftzt .box_zt2 .right1{ width:107px; height:32px; line-height:22px; padding:90px 20px 25px 20px; color:#576fb8; text-align:center; float:right; display:block; background:url(../image/shipinketang.png) no-repeat;}
.swzy_leftzt .box_zt2 .right1:hover{ width:107px; height:32px; line-height:22px;  display:block; color:#576fb8; transition: all 0.4s ease 0s; background: url(../image/shipinketang.png) no-repeat;}

.swzy_leftzt .box_zt3{ width:302px; height:122px; margin-top:10px;}
.swzy_leftzt .box_zt3 .left1{ width:214px; height:22px; line-height:22px;  padding:90px 45px 5px 45px; color:#fff; text-align:center; float:left; display:block; background:url(../image/wenhao.png) no-repeat;}
.swzy_leftzt .box_zt3 .left1:hover{ width:214px; height:22px; float:left; line-height:22px; display:block; transition: all 0.4s ease 0s; color:#fff; background: url(../image/wenhao2.png) no-repeat;}

.swzy_leftzt .box_zt4{ width:302px; height:147px; margin-top:10px;}
.swzy_leftzt .box_zt4 .left1{ width:107px; height:32px; line-height:22px;  padding:90px 20px 25px 20px; color:#576fb8; text-align:center; float:left; display:block; background:url(../image/wenhao.png) no-repeat;}
.swzy_leftzt .box_zt4 .left1:hover{ width:107px; height:32px; line-height:22px; float:left; display:block; transition: all 0.4s ease 0s; color:#576fb8; background: url(../image/wenhao2.png) no-repeat;}
.swzy_leftzt .box_zt4 .right1{ width:107px; height:32px; line-height:22px; padding:90px 20px 25px 20px; color:#576fb8; text-align:center; float:right; display:block; background:url(../image/youjian.png) no-repeat ;}
.swzy_leftzt .box_zt4 .right1:hover{ width:107px; height:32px; line-height:22px;  display:block; color:#576fb8; transition: all 0.4s ease 0s; background: url(../image/youjian2.png) no-repeat;}

/* --- 常用专栏 ---- */
.swzy_leftzt_xx { width:302px; float:left; font-size:14px; background: #fff; }
.swzy_leftzt_xx .box_zt_xx1{ width:302px; height:96px; }
.swzy_leftzt_xx .box_zt_xx1 .left1{ width:107px; height:32px; line-height:22px;  padding:0px 20px 25px 0px; color:#576fb8; text-align:center; float:left; display:block; }
.swzy_leftzt_xx .box_zt_xx1 .left1:hover{ width:107px; height:32px; line-height:22px; float:left; display:block; transition: all 0.4s ease 0s; color:#576fb8; }
.swzy_leftzt_xx .box_zt_xx1 .right1{ width:107px; height:32px; line-height:22px; padding:0px 38px 25px 0px; color:#576fb8; text-align:center; float:right; display:block; }
.swzy_leftzt_xx .box_zt_xx1 .right1:hover{ width:107px; height:32px; line-height:22px;  display:block; color:#576fb8; transition: all 0.4s ease 0s;}

.swzy_leftzt_xx .box_zt_xx2{ width:302px; height:96px; margin-top:10px;}
.swzy_leftzt_xx .box_zt_xx2 .left1{ width:107px; height:32px; line-height:22px;  padding:0px 20px 25px 0px; color:#576fb8; text-align:center; float:left; display:block;}
.swzy_leftzt_xx .box_zt_xx2 .left1:hover{ width:107px; height:32px; line-height:22px; float:left; display:block; transition: all 0.4s ease 0s; color:#576fb8;}
.swzy_leftzt_xx .box_zt_xx2 .right1{ width:107px; height:32px; line-height:22px; padding:0px 38px 25px 0px; color:#576fb8; text-align:center; float:right; display:block;}
.swzy_leftzt_xx .box_zt_xx2 .right1:hover{ width:107px; height:32px; line-height:22px;  display:block; color:#576fb8; transition: all 0.4s ease 0s; }


/*toubu*/
.title_flfg{width:738px; border:1px #e4e6e5 solid; background:#e7ecf0; line-height:41px; height:41px; text-indent:20px;  margin-bottom: 10px; font-size:14px;}
.title_flfg a{ line-height:41px;}
.title_flfg em{ font-style: normal;font-weight: normal; line-height:41px;}
/*---海外检索---*/
.reg{ color:#f00}
.haiwaijiansuo{ width:1001px; margin:0 auto;}
.haiwaijiansuo h2{ line-height:43px; font-family:"微软雅黑"; font-size:16px; background:url(../image/a.jpg) repeat-x; margin-top:12px; font-weight:normal; border:1px solid #C2CCCE; position:relative; height:43px}
.haiwaijiansuo h2 a{ background:url(../image/h.jpg) no-repeat center left; padding-left:74px;font-family:"微软雅黑";font-size:16px; display:inline-block; height:43px;;}
.answer_con{ margin-top:12px}
.haiwaijiansuo .ds{ background:#fbfbfb; border:1px solid #e4e6e5;padding-left:32px; padding-top: 10px; line-height:34px;padding-bottom:10px; overflow:hidden}
.haiwaijiansuo .ds a{ display:block; padding-right:10px;font-size:14px; width:224px; text-align:center; height:30px; float:left}
.haiwaijiansuo .ds .a1{ color:#F30}
.haiwaijiansuo .ds a:hover{color:#E58787}
.haiwaijiansuo h2 span{ font-weight:normal;font-family:"微软雅黑";font-size:12px; position:absolute; top:2px; right:20px}
.haiwaijiansuo .pro{ line-height:46px; background:#FBFBFB; border:1px solid #C8C8C8;padding-left:10px; margin-top:3px;}
.haiwaijiansuo .pro a{ margin-right:10px;font-family:"微软雅黑";font-size:14px;}
.haiwaijiansuo .pro .a1{ color:#F00}
.haiwai_left{ width:260px; float:left}
.haiwai_right{ width:732px; float:right; border:1px solid #DBDBDB; border-radius:5px}
.hw_list li{ line-height:40px; background:#E2E9EF; border-radius:5px; margin-top:2px;  font-size:14px}
.hw_list li:hover{ background:#F1F5F6;}
.hw_list li a:hover{ color:#f00}
.hw_list li span{ float:left;font-weight:bold; color:#EE3A2B; font-size:18px;padding-left:5px; padding-right:5px}
.haiwai_right .hf_tit{ color:#676769; text-align:center; background:#E2E9EF; font-size:20px; border:0; line-height:43px; margin:1px; font-weight:bold}
.hh_xx{ border-top:1px solid #E4E9EF; background:#F1F5F6 ;padding:5px 25px 20px;}
.fg_l_sec li{ line-height:35px; height:35px; overflow:hidden; float:left; width:340px;}
.fg_2_list_l_sec{border-radius:0px 0px 5px 5px; float:left;}
/*.fg_l_sec li{ line-height:35px; height:35px; overflow:hidden}*/
.fg_l_sec li a{ font-size:14px; line-height:45px}
.fg_l_sec li img{ vertical-align:middle}
.fg_2_list_r_sec{width:340px; border-radius:0px 0px 5px 5px; float:right}
.fg_l_sec li span{padding-right:15px}
.fg_l_2_sec li span{padding-right:15px}
.fg_l_2_sec li{ line-height:35px;height:35px; overflow:hidden}
.fg_l_2_sec li a{ font-size:14px; line-height:45px}
.fg_l_2_sec li img{ vertical-align:middle}
.hw_box{ margin-top:15px; padding-bottom:20px;}
.amercia{font-size:16px; padding-left:60px;}
.amercia a{ color:#FF6863; line-height: 30px; font-size:20px}
.haiwai_right .hw_tit_con{ border:0; border-radius:5px;margin-top:18px;padding:5px 60px;font-family:"微软雅黑"; padding-bottom:30px; background:none; font-size:14px; line-height:30px;text-indent:1em}
.amercia1{ color:#FF6767; line-height:45px; padding-left:45px}
.haiwai_right .r_secon1{ color:#22A1CE; font-size:16px;padding-left:30px}
.pro_du{ font-size:14px;font-family:"微软雅黑"; background:#f1f5f6; color:#666;padding:15px 20px; line-height:25px;  text-indent: 2em; width:690px; float:left;}
.fg_con_bottom .fg_con_bot2{ padding-left:0;padding-bottom:20px ;line-height:28px;padding-right:80px}
.fg_con_bottom .fg_con_bot2 p{background: #fff;line-height: 30px;padding-bottom: 0px;border: 0px;border-top: 0;overflow:auto;}

/*环境海概览*/
.fg_con_top{ position:relative}
.fg_con_2{ overflow:hidden; margin-top:7px}
.fg_2_list{ box-shadow:2px 3px 2px #e7e7e7}
.fg_con_2 .p_pic{ border:0 ;padding-left:0}
.fg_2_list_l{ background:#F1F5F6; width:500px; border-radius:0px 0px 5px 5px; float:left}
.pc_cen{ position:absolute; top:24px;left:500px}
.fg_con_bottom{ border:1px solid #DBDBDB; border-radius:5px;margin-top:18px;padding-left:80px;font-family:"微软雅黑"; padding-top:34px;padding-bottom:30px}
.fg_con_bottom p a{ font-size:14px; display:inline !important; text-decoration: underline !important;  float:none !important; width:auto !important; color:#09F; padding-right:10px; height:30px; text-align:left;}

.fg_con_bottom .fg_con_bot p a{ font-size:14px; display:inline !important; float:none !important; width:auto !important; color:#F66; padding-right:10px; height:30px; text-align:left;}
.fg_con_bottom .fg_con_bot{ background:none; border-radius:5px ;border:0;text-indent: 12px; }
.fg_con_bottom .answer_p_con{ padding-left:0;padding-bottom:20px ;line-height:28px;padding-right:80px; padding-top:15px; }
.amercia1{ color:#FF6767; line-height:25px; margin-left:-50px; font-size:20px;}
.fg_con_bottom .r_secon1 a{ color:#22A1CE; font-size:16px;padding-left:30px; }
.fg_con_bot{ border:0; border-radius:5px;margin-top:18px;padding-left:50px;font-family:"微软雅黑"; font-size:16px; padding-bottom:30px; background:none}

.h_x{ border-top:1px solid #E4E9EF; background:#F1F5F6 ;padding:5px 25px 20px;}
.fg_h_sec li{ line-height:35px; height:35px; overflow:hidden; float:left; width:316px;}
.fg_h_sec li a{ line-height:35px; font-size:14px;padding-left:5px}
.fg_h_sec li img{ vertical-align: middle;}
.fg_h_l_sec{border-radius:0px 0px 5px 5px; float:left;}

/*常见问题页面*/
.sec_con .pro_answer{ border:0;background:#E2E9EF; line-height:68px; height:68px; background:url(../image/line11.jpg) repeat-x; margin-top:20px; text-align:center; color:#FF685D;font-family:"微软雅黑"; font-size:22px;}
.sec_con .pro_answer .hover{border:0;background:url(../image/wendahover.png) repeat-x; width:480px; display:block; line-height:68px; height:68px;}
.answer_con{ margin-top:15px; }
.answer_con_left{ float:left; width:345px; background:#F1F5F6; border-radius:5px;font-size:14px}
.answer_list li img{ vertical-align:middle}
.useral{ padding-left:10px}
.answer_list{padding:23px}
.answer_list li span{padding-right:15px}
.answer_list li{ line-height:45px;height:45px; overflow:hidden}
.answer_list li a:hover{ color:#f00}
.reg{ color:#f00}
.answer_con_right{ float:right; width:640px; border:1px solid #DBDBDB; border-radius:5px;padding-top:20px;padding-bottom:20px}
.clear{ clear:both}
.amercia{ color:#FF6767; line-height:45px; }
.r_con .r_secon a{ color:#22A1CE; font-size:16px;padding-left:105px}
.answer_con_right .answer_p_con{font-family:"微软雅黑"; line-height:28px; font-size:16px; font-size:14px; border:0; background:none;padding-right:46px;padding-left:49px}
.answer_p_con p{ background:none; border:0; text-indent:1em;padding-left:0;padding-bottom:20px ;line-height:28px;padding-right:80px}
.answer_p_con h2{ background:none; border:0}
/*海外布局*/
.head_top_hw{ width:100%; background:url(../image/hw_line.png) repeat-x; box-shadow:2px 3px 2px #e7e7e7}
.top_hw_con{width:970px; line-height:60px; margin:0 auto;font-family:"微软雅黑"; color:#fff}
.hw_left{ float:left; font-size:18px; }
.hw_right{ float:right; font-size:18px; }
.hw_right a{color:#fff}
.hw_right span{ margin-right:10px}
.hw_right span img{ vertical-align:middle; }
.hw_center_box{width:100%;background:#F1F1F1}
.hw_center{ width:970px; margin:0 auto;}
.hw_center{ font-size:14px}
.pic_01{ background:url(../image/01_pic.jpg) no-repeat; height:385px; width:970px}
.pic_left_01{ float:left; width:335px; margin-top:180px}
.pic_tit_r a{ color:#F16C4D; line-height:28px; font-size:16px;}
.pic_list_r li{ line-height:30px}
.pic_list_r li a{ color:#3AB2EA}
.pic_list_r li a:hover{ color:#06C}
.pic_list_r li .mail{color:#06C}
.pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_01{ float:right; width:335px;margin-top:180px; margin-right:-65px}
.pic_02{ background:url(../image/02.jpg) no-repeat; height:250px; width:970px}
.pic_left_02{ float:left; width:314px; margin-top:15px; margin-left:140px}
.duanl{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:7px;}
.pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_02{ float:right; width:290px;margin-top:15px; margin-left:150px}
.duanl a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}
.pic_03{ background:url(../image/03.jpg) no-repeat; height:316px; width:970px}
.pic_left_03{ float:left; width:335px; margin-top:15px; margin-left:140px}
.pic_right_03{ float:right; width:335px;margin-top:46px; margin-right:-40px}
.pic_04{ background:url(../image/04.jpg) no-repeat; height:321px; width:970px}
.pic_left_04{ float:left; width:335px; margin-top:15px; margin-left:132px}
.duan2{font-family:"微软雅黑"; color:#666; line-height:28px}
.pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_04{ float:right; width:290px;margin-top:15px; margin-left:150px}
.duan2 a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}

/*海外纠纷*/
.head_top_hwjf{ width:100%; background:url(../image/hw_line_2.jpg) repeat-x; box-shadow:2px 3px 2px #e7e7e7}
.top_hw_con_hwjf{width:970px; line-height:60px; margin:0 auto;font-family:"微软雅黑"; color:#fff}
.hw_left_hwjf{ float:left; font-size:18px; }
.hw_right_hwjf{ float:right; font-size:18px; }
.hw_right_hwjf a{color:#fff}
.hw_right_hwjf span{ margin-right:10px}
.hw_right_hwjf span img{ vertical-align:middle; }
.hw_center_box_hwjf{width:100%;background:#F1F1F1}
.hw_center_hwjf{ width:1000px; margin:0 auto;}
.hw_center_hwjf{ font-size:14px}
.pic_01_hwjf{ background:url(../image/01_pic_2.jpg) no-repeat; height:385px; width:1000px}
.pic_left_01_hwjf{ float:left; width:335px; margin-top:180px;}
.pic_tit_r_hwjf2{ position:relative; margin:10px 0px 20px 0px}
.pic_tit_r_hwjf .A_bank{ position:absolute;top:-17px;left:7px;}
.pic_tit_r_hwjf a{ color:#F16C4D; line-height:28px; font-size:16px;}
.pic_01_hwjf_2{ position:relative}
.pic_list_r_hwjf_2{ position:absolute; top:231px;left:5px;}
.pic_list_r_hwjf li{ line-height:30px}
.pic_list_r_hwjf li a{ color:#3AB2EA}
.pic_list_r_hwjf li a:hover{ color:#06C}
.pic_list_r_hwjf li .mail{color:#06C}
.pic_list_r_hwjf li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_01_hwjf{ float:right; width:356px;margin-top:180px; margin-right:-45px}
.pic_02_hwjf{ background:url(../image/02_2.jpg) no-repeat; height:260px; width:970px;padding-top:65px;}
.pic_left_02_hwjf{ float:left; width:314px; margin-top:15px; margin-left:140px}
.duanl_hwjf{font-family:"微软雅黑"; color:#666; line-height:28px}
.pic_list_r_hwjf li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_02_hwjf{ float:right; width:290px;margin-top:15px; margin-left:150px}
.duanl_hwjf a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}
.pic_03_hwjf{ background:url(../image/03_2.jpg) no-repeat; height:316px; width:970px}
.pic_left_03_hwjf{ float:left; width:335px; margin-top:44px; margin-left:140px}
.pic_right_03_hwjf{ float:right; width:335px;margin-top:46px; margin-right:-40px}
.pic_04_hwjf{ background:url(../image/04_2.jpg) no-repeat; height:321px; width:970px}
.pic_left_04_hwjf{ float:left; width:300px; margin-top:15px; margin-left:132px}
.duan2_hwjf{font-family:"微软雅黑"; color:#666; line-height:28px}
.pic_list_r_hwjf li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_04_hwjf{ float:right; width:290px;margin-top:15px; margin-left:150px}
.duan2_hwjf a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}

/*国际贸易*/
.head_top_gjmy{ width:100%; background:url(../image/hw_line_2_3.jpg) repeat-x; box-shadow:2px 3px 2px #e7e7e7}
.top_hw_con_gjmy{width:970px; line-height:60px; margin:0 auto;font-family:"微软雅黑"; color:#fff}
.hw_left_gjmy{ float:left; font-size:18px; }
.hw_right_gjmy{ float:right; font-size:18px; }
.hw_right_gjmy a{color:#fff}
.hw_right_gjmy span{ margin-right:10px}
.hw_right_gjmy span img{ vertical-align:middle; }
.hw_center_box_gjmy{width:100%;background:#F1F1F1}
.duanl_3{padding-right:9px;}
.hw_center_gjmy{ width:1000px; margin:0 auto;}
.hw_center_gjmy{ font-size:14px}
.pic_01_gjmy{ background:url(../image/01_pic_2_3.jpg) no-repeat; height:388px; width:1000px}
.pic_left_01_gjmy{ float:left; width:335px; margin-top:180px;}
.pic_tit_r_gjmy2{ position:relative; margin:10px 0px 20px 0px}
.pic_tit_r_gjmy .A_bank{ position:absolute;top:-17px;left:43px;}
.pic_tit_r_gjmy a{ color:#F16C4D; line-height:28px; font-size:16px;}
.duanl .Dl_a{ background:url(../image/white.png) no-repeat right #e2851b;}
.pic_01_gjmy_2{ position:relative}
.pic_list_r_gjmy_2{ position:absolute; top:231px;left:41px;}
.pic_list_r_gjmy li{ line-height:30px}
.pic_list_r_gjmy li a{ color:#3AB2EA}
.pic_list_r_gjmy li a:hover{ color:#06C}
.pic_list_r_gjmy li .mail{color:#06C}
.pic_list_r_gjmy li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_01_gjmy{ float:right; width:356px;margin-top:180px; margin-right:-45px}
.pic_02_gjmy{ background:url(../image/02_2_3.jpg) no-repeat; height:295px; width:970px;padding-top:65px;}
.pic_left_02_gjmy{ float:left; width:314px; margin-top:25px; margin-left:140px}
.duanl_gjmy{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:11px;}
.pic_list_r_gjmy li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_02_gjmy{ float:right; width:290px;margin-top:25px; margin-left:150px}
.duanl_gjmy a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #e2851b; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}
.pic_03_gjmy{ background:url(../image/03_2_3.jpg) no-repeat; height:316px; width:970px}
.pic_left_03_gjmy{ float:left; width:335px; margin-top:63px; margin-left:140px}
.pic_right_03_gjmy{ float:right; width:335px;margin-top:46px; margin-right:-40px}
.pic_04_gjmy{ background:url(../image/04_2_3.jpg) no-repeat; height:321px; width:970px}
.pic_left_04_gjmy{ float:left; width:300px; margin-top:15px; margin-left:132px}
.duan2_gjmy{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:5px;}
.pic_list_r_gjmy li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_04_gjmy{ float:right; width:290px;margin-top:55px; margin-left:150px}
.duan2_gjmy a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #e2851b; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}

/*人才引进*/
.head_top_rcyj{ width:100%; background:url(../image/hw_line_2_rc.jpg) repeat-x; box-shadow:2px 3px 2px #e7e7e7}
.top_hw_con_rcyj{width:970px; line-height:60px; margin:0 auto;font-family:"微软雅黑"; color:#fff}
.hw_left_rcyj{ float:left; font-size:18px; }
.hw_right_rcyj{ float:right; font-size:18px; }
.hw_right_rcyj a{color:#fff}
.hw_right_rcyj span{ margin-right:10px}
.hw_right_rcyj span img{ vertical-align:middle; }
.hw_center_box_rcyj{width:100%;background:#F1F1F1}
.duanl_3{padding-right:9px;}
.hw_center_rcyj{ width:1000px; margin:0 auto;}
.hw_center_rcyj{ font-size:14px}
.pic_01_rcyj{ background:url(../image/rcyj_154_01.jpg) no-repeat; height:1033px; width:980px}
.pic_left_01_rcyj{ float:left; width:335px; margin-top:180px;}
.pic_tit_r_rcyj2{ position:relative; margin:10px 0px 20px 0px}
.pic_tit_r_rcyj .A_bank{ position:absolute;top:-17px;left:43px;}
.pic_tit_r_rcyj a{ color:#F16C4D; line-height:28px; font-size:16px;}
.duanl .Dl_a{ background:url(../image/white.png) no-repeat right #e2851b;}
.pic_01_rcyj_2{ position:relative}
.pic_list_r_rcyj_2{ position:absolute; top:201px;left:41px;}
.pic_list_r_rcyj li{ line-height:38px}
.pic_list_r_rcyj li a{ color:#7a35dd}
.pic_list_r_rcyj li a:hover{ color:#b035dd}
.pic_list_r_rcyj li .mail{color:#b035dd}
.pic_list_r_rcyj li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_01_rcyj{ float:right; width:356px;margin-top:180px; margin-right:-45px}
.pic_02_rcyj{ background:url(../image/02_2_3.jpg) no-repeat; height:295px; width:970px;padding-top:65px;}
.pic_left_02_rcyj{ float:left; width:314px; margin-top:25px; margin-left:140px}
.duanl_rcyj{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:11px;}
.pic_list_r_rcyj li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_02_rcyj{ float:right; width:290px;margin-top:25px; margin-left:150px}
.duanl_rcyj a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #e2851b; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}
.pic_03_rcyj{ background:url(../image/03_2_3.jpg) no-repeat; height:316px; width:970px}
.pic_left_03_rcyj{ float:left; width:335px; margin-top:63px; margin-left:140px}
.pic_right_03_rcyj{ float:right; width:335px;margin-top:46px; margin-right:-40px}
.pic_04_rcyj{ background:url(../image/04_2_3.jpg) no-repeat; height:321px; width:970px}
.pic_left_04_rcyj{ float:left; width:300px; margin-top:15px; margin-left:132px}
.duan2_rcyj{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:5px;}
.pic_list_r_rcyj li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.pic_right_04_rcyj{ float:right; width:290px;margin-top:55px; margin-left:150px}
.duan2_rcyj a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #e2851b; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}



/*海外参展*/
.head_top_hwcz{ width:100%; background:url(../image/hwcz_hw_line.png) repeat-x; box-shadow:2px 3px 2px #e7e7e7}
.head_top_hwcz .top_hw_con{width:970px; line-height:60px; margin:0 auto;font-family:"微软雅黑"; color:#fff}
.head_top_hwcz .hw_left{ float:left; font-size:18px; }
.head_top_hwcz .hw_right{ float:right; font-size:18px; }
.head_top_hwcz .hw_right a{color:#fff}
.head_top_hwcz .hw_right span{ margin-right:10px}
.head_top_hwcz .hw_right span img{ vertical-align:middle; }
.hwcz_center_box{width:100%;background:#F1F1F1}
.hwcz_center_box .hw_center{ width:970px; margin:0 auto;}
.hwcz_center_box .hw_center{ font-size:14px}
.hwcz_center_box .pic_01{ background:url(../image/hwcz_01_pic.png) no-repeat; height:385px; width:970px}
.hwcz_center_box .pic_left_01{ float:left; width:335px; margin-top:180px}
.hwcz_center_box .pic_tit_r a{ color:#F16C4D; line-height:28px; font-size:16px;}
.hwcz_center_box .pic_list_r li{ line-height:30px}
.hwcz_center_box .pic_list_r li a{ color:#21c5b5}
.hwcz_center_box .pic_list_r li a:hover{ color:#06C}
.hwcz_center_box .pic_list_r li .mail{color:#06C}
.hwcz_center_box .pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.hwcz_center_box .pic_right_01{ float:right; width:335px;margin-top:180px; margin-right:-65px}
.hwcz_center_box .pic_02{ background:url(../image/hwcz_02.png) no-repeat; height:250px; width:970px}
.hwcz_center_box .pic_left_02{ float:left; width:314px; margin-top:15px; margin-left:140px}
.hwcz_center_box .duanl{font-family:"微软雅黑"; color:#666; line-height:28px;padding-right:7px;}
.hwcz_center_box .pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.hwcz_center_box .pic_right_02{ float:right; width:290px;margin-top:15px; margin-left:150px}
.hwcz_center_box .duanl a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}
.hwcz_center_box .pic_03{ background:url(../image/hwcz_03.png) no-repeat; height:228px; width:970px}
.hwcz_center_box .pic_left_03{ float:left; width:335px; margin-top:15px; margin-left:140px}
.hwcz_center_box .pic_right_03{ float:right; width:335px;margin-top:46px; margin-right:-40px}
.hwcz_center_box .pic_04{ background:url(../image/hwcz_04.png) no-repeat; height:412px; width:970px}
.hwcz_center_box .pic_left_04{ float:left; width:335px; margin-top:15px; margin-left:132px}
.hwcz_center_box .duan2{font-family:"微软雅黑"; color:#666; line-height:28px}
.hwcz_center_box .pic_list_r li span img{ vertical-align:middle;margin-right:10px; margin-left:5px}
.hwcz_center_box .pic_right_04{ float:right; width:290px;margin-top:15px; margin-left:150px}
.hwcz_center_box .pic_right_05{ float:left; width:320px; padding-top:30px;margin-top:15px; margin-left:132px}

.hwcz_center_box .duan2 a{ border:3px solid #fff; background:url(../image/white.png) no-repeat right #FF6666; color:#fff;padding:2px 15px; border-radius:20px;font-family:"微软雅黑"; font-size:12px}


/*典型案例*/
.dxal_r{ border:1px solid #E2E9EF; border-radius:5px; width:728px; float:right}
.dx_tit_list{ background:#E2E9EF; overflow:hidden;margin:1px}
.dx_tit_list li{ float:left; color:#f00; line-height:55px}
.dx_tit_list li a{ color:#f00; margin:20px}
.dx_tit_list li span img{ vertical-align:middle; margin-left:42px}
.dx_tit_list li .dxal_a{ font-size:14px; color:#666}
.dx_tit_list li .dxal_a2{ font-size:14px; color:#666}
.area_list{ display:none}
.dx_tit_list{ padding-top:10px;}
.dxal_r{ box-shadow:2px 2px 2px #e7e7e7;margin-bottom:10px}
.red{ background:#fff;border-top:0px solid #DBDBDB;border-left:1px solid #DBDBDB;border-right:1px solid #DBDBDB;border-radius:5px 5px 0px 0px;}
.area_t .dx_tit_list .rel:hover{ background:#fff; border-top:1px solid #DBDBDB;border-left:1px solid #DBDBDB;border-right:1px solid #DBDBDB; border-radius:5px 5px 0px 0px; }
.area_list{ padding-left:20px;padding-right:20px}
.area_list li{ border-top:1px dashed #e7e7e7; font-size:14px; line-height:45px}
.area_list li a{ margin-left:10px}
.area_list .li_one_dx{ border-top:none}

/*典型案例二级*/
.dxal_r2{ border:1px solid #E2E9EF; border-radius:5px; width:728px; float:right}
.dx_tit_list2{ background:#E2E9EF; overflow:hidden;margin:1px}
.dx_tit_list2 li{ float:left; color:#f00; line-height:55px;margin-top:7px}
.dx_tit_list2 li a{ color:#f00; margin:20px}
.dx_tit_list2 li span img{ vertical-align:middle; margin-left:42px;margin-right: 20px;}
.dx_tit_list2 li .dxal_a{ font-size:14px; color:#666}
.dx_tit_list2 li .dxal_a2{ font-size:14px; color:#666}
.area_list2{ display:none; position:relative}
.area_list2 li{ font-size:14px; line-height:45px;}
.area_list2 .li_one_dx{ border-top:none}
.ouzhou{ display:block; width:82px; height:54px; position:absolute; top:56px; left:108px}
.ouzhou a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.hanguo{ display:block; width:82px; height:54px; position:absolute; top:82px; left:274px}
.hanguo a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.meiguo{ display:block; width:82px; height:54px; position:absolute; top:50px; right:176px}
.meiguo a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.riben{ display:block; width:82px; height:54px; position:absolute; top:170px; left:293px}
.riben a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.yindu{ display:block; width:82px; height:54px; position:absolute; top:194px; left:202px}
.yindu a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.baxi{ display:block; width:82px; height:54px; position:absolute; top:150px; right:100px}
.baxi a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.beijing{ display:block; width:82px; height:54px; position:absolute; top:134px; left:440px}
.beijing a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.shanghai{ display:block; width:82px; height:54px; position:absolute; top:222px; left:510px}
.shanghai a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.guangdong{ display:block; width:82px; height:54px; position:absolute; top:332px; left:439px}
.guangdong a{display:block; width:82px; height:54px; background:#FFF; opacity:0;filter:alpha(opacity=0);}
.dl_pic2 ul li{ width:205px; text-align:center; float:left;padding:16px}
.dl_pic3 ul li{ width:312px; text-align:center; float:left;padding:22px; padding-left:30px;}
.Dl_left{ float:left}
.Dl_right{ float:right;padding-top:27px;  }
.Dl_right a{font-size:16px; color:#3480CC}
.Dl_right_fw{ float:left;padding-top:27px; padding-left:20px;  }
.Dl_right_fw a{font-size:16px; color:#3480CC}

/*问题反馈*/
.Answer_back_con{ width:1000px; margin:0 auto}
.Answer_left{ width:302px; float:left}
.Answer_right{ width:740px; float:right; font-family:"微软雅黑"; }
.Answer_important{ line-height:44px; border:1px solid #E4E6E5;color:#666; background:#E7ECF0; border-left:0; padding-left:20px; font-size:14px;}
.Answer_Fom{ border:1px solid #E4E6E5; margin-top:4px; margin-bottom:90px}
.Common_country{line-height:44px;}
.Common_country label{ font-size:14px; color:#666;margin-left:30px; width:105px; text-align:right; display:inline-block}
.Common_country select option{height:22px;}
.Answer_Fom span{  font-size:14px; margin-left:10px}
.Answer_type{line-height:44px; background:#f6f7f9;}
.Answer_type label{ font-size:14px; color:#666;margin-left:30px;width:105px; text-align:right; display:inline-block}
.Answer_type select option{height:22px;}
.Answer_input1{line-height:44px;}
.Answer_input1 input{ height:30px; border:1px solid #E4E6E5; border-radius:5px; width:310px; vertical-align:middle}
.Answer_input1 label{font-size:14px; color:#666;margin-left:30px; vertical-align:middle;display:inline-block; width:105px;}
.Answer_input2{line-height:44px;background:#f6f7f9}
.Answer_input2 input{ height:30px; border:1px solid #E4E6E5; border-radius:5px; width:310px; vertical-align:middle}
.Answer_input2 label{font-size:14px; color:#666;margin-left:30px; vertical-align:middle;display:inline-block; width:105px; text-align:right}
.Answer_input3{line-height:44px;}
.Answer_input3 input{ height:30px; border:1px solid #E4E6E5; border-radius:5px; width:310px; vertical-align:middle}
.Answer_input3 label{font-size:14px; color:#666;margin-left:30px; vertical-align:middle; display:inline-block; width:105px; text-align:right}
.Answer_input4{line-height:44px;background:#f6f7f9}
.Answer_input4 input{ height:30px; border:1px solid #E4E6E5; border-radius:5px; width:310px; vertical-align:middle}
.Answer_input4 label{font-size:14px; color:#666;margin-left:30px; vertical-align:middle; display:inline-block; width:105px; text-align:right}
.Answer_area label{ vertical-align:top;font-size:14px; color:#666;display:inline-block; width:105px; text-align:right;margin-left:30px;}
.Answer_area{ margin-top:15px}
.Answer_area textarea{ display:inline-block; width:310px; height:205px}
.Subs_but{ background:#3173C7; color:#fff; font-size:16px;padding:5px 45px; border:0; border-radius:5px; margin-left:290px; margin-top:35px;font-family:"微软雅黑"; margin-bottom:50px}
