@charset "utf-8";
/* CSS Document */
body{font:10pt "微软雅黑",Verdana, Arial, Helvetica, sans-serif;background-color: #fff;margin: 0;padding: 0;color: #000;height:100%;}
/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl, dd ,p,span ,div,h1,h2,h3,h4,h5,h6,a,input,select{padding: 0;margin: 0;}
input{outline:none;}
input:hover{outline:none;}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */border: none;}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a{text-decoration:none;}
a:visited {text-decoration: underline;}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */}
html{height:100%;}
/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。 ~~ */
ul li{list-style: none;}
/*HTML 5 支持 - 将新 HTML 5 标签设置为 display:block，以使浏览器知道如何正确呈现标签。 */
header, section, footer, aside, article, figure {display: block;}

.clear{clear:both;}
.hide{display:none;}
div {-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
/*导航*/
.conter{
	width:840px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/bgs.jpg) repeat-y;	
}
.header{
	background:#000;
	height:116px;
}
.logo{
	height:56px;
	float:left;	
}
.step{
	float:right;
	position:relative;
	color:#fff;	
	line-height:21px;
	text-align:right;
	height:51px;
}
.step span{
	display:block;
	margin-right:48px;
	font-family:"微软雅黑";
}
.step span.span_first{
	padding-right:50px;	
	background:url(../images/step.png) no-repeat center right;
	font-size:12px;
}
.step span.span_last{
	font-size:13px;	
}
.step span.span_last b{
	font-weight:bold;
	font-size:18px;
	padding-left:3px;
}
.header ul{
	height:60px;
	overflow:hidden;
	background:url(../images/header_bg.png) repeat-x;
}
.header ul li{
	float:left;
	height:60px;
	width:187px;
	text-align:center;
	line-height:17px;
	position:relative;
	cursor:pointer;
}
.header ul li a{
	color:#1b3d8c;	
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	display:block;
}
.header ul li.line-list{
	line-height:60px;
	color:#1b3d8c;	
	padding-top:0px;
	width:187px;
}
.header ul li.li_last{
	width:186px;
}
.header ul li.line-list a{
	font-size:15px;
}
.header ul li.li_first{
	background:none;
	width:93px;
}
.img_first{
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
li:hover .img_first{
	opacity:1;
	filter:alpha(opacity=100);
}
.header ul li.li_first::after{
	background:none;
}
/*conter_body*/
#conter_body{
	width:100%;
	background:url(../images/conter_bg.jpg) no-repeat top left;	
	height:890px;
	position:relative;
}

.conter_one,.conter_two,.conter_three,.conter_four{
	text-align:right;
	padding-right:50px;
	padding-top:25px;	
	color:#fff;
}
.conter_one{
	font-size:20px;
	font-weight:bold;
}
.conter_three{
	overflow:hidden;	
}
.conter_three img{
	float:right;
}
.conter_three span{
	display:block;
	float:right;	
	width:100%;
	margin-top:5px;
}
.conter_three span b{
	font-size:20px;	
}
.conter_four{	
	position:absolute;
	overflow:hidden;
	margin: 545px 0 0 610px;
}
.conter_four span{
	display:block;	
	font-family:"微软雅黑";
}
.conter_four span.conter_four_step{
	background:url(../images/step.png) no-repeat center right;
	padding-right:50px;
}
.conter_four span.conter_four_az{
	font-size:26px;
	font-weight:bold;
	padding:10px 0px;
}
.conter_four a{
	display:block;
	width:180px;
	height:30px;
	background:url(../images/conter_4.png) no-repeat top left;
	float:right;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:14px;
	margin-top:12px;
	text-decoration:none;
	letter-spacing:2px;
}
.imghover {
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.imghover:hover{
    opacity: 0.7;
	filter:alpha(opacity=70);
}
.procute_title{
	color:#fff;
	font-size:15px;
	margin: 661px 0 0 52px;
	position:absolute;
	font-weight:bold;
	letter-spacing:2px;
}
.procute{
	color:#fff;
	overflow:hidden;
	position:absolute;
	text-align:center;	
	margin-top:15px;
	bottom:25px;
	left:52px;
}
.procute li{
	display:inline-block;
	overflow:hidden;
	margin-right:1px;
	cursor:pointer;
}

.procute li:last-child{
	margin-right:0px;	
}
.procute li dl{
	width:176px;
	height:160px;
	background:url(../images/bgg.png) repeat-x top left;
	border-radius:5px;
	position:relative;
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
	
}
.procute li:hover dl{
	opacity:0.9;	
	filter:alpha(opacity=90);
}
.procute li dl::after{
	content:"";
	width:15px;
	height:15px;
	background:url(../images/WEB_OM_AZ_top_fin_14.png) no-repeat top left;
	position:absolute;
	bottom:5px;
	right:5px;
}
.procute li dl dt{
	padding-top:12px;
	text-align:center;
}
.procute li dl dd{
	padding-top:12px;	
}
.procute li dl dt a{
	color:#1b3d8c;	
	font-weight:600;
	font-size:13px;
}
.procute li dl dt a b{
	font-size:14px;	
}

.read{
	margin-top:20px;	
	text-align:center;
}
.read span{
	width:266px;
	height:55px;
	cursor:pointer;
	margin-right:13px;
}

.read p{
	margin-top:10px;
	font-weight:normal;
}
.read p a{
	color:#000;
	font-size:12px;
}
.serve{
	background:url(../images/WEB_OM_AZ_top_fin_18.png) no-repeat top left;
	width:740px;
	height:117px;
	margin:30px auto 0px;
		
}

.serve ul{
	overflow:hidden;
	margin-top:5px;	
	padding:15px;
}
.serve ul li{
	float:left;
	width:160px;
	height:25px;
	padding-left:8px;
	font-weight:normal;
}
.serve ul li:nth-child(2n){
	padding-left:24px;
	text-indent:9px;	
}
.n2{
	padding-left:24px;
	text-indent:9px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity:1;
	filter:alpha(opacity=100);
}
.n2:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.serve ul li:nth-child(4n){
	text-indent:22px;
}
.n4{
	text-indent:22px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.n4:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.serve ul li a{
	color:#000;	
	text-decoration:none;
	display:block;
	font-weight:normal;
}
.footer_serve{
	width:740px;
	margin:0px auto;	
}
.footer_serve p{
	padding-bottom:5px;	
	padding-top:5px;
	position:relative;
	letter-spacing: 0px;
	font-weight:normal;
}
.return_top{
	position:absolute;	
	right:0px;
}
.abc{
	position:absolute;
	z-index:22;
	padding: 10px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	margin-top:-199px;
}

.abc span{
	position:fixed;
	display:block;
	top:10px;
	right:10px;
	height:40px;
	width:40px;
	background:#000;
	border-radius:10px;
	color:#fff;
	line-height:40px;
	text-align:center;	
	cursor:pointer;
	font-weight:bold;
}
.abc p{
	margin-top:0px;
}
.abc img{
}
.bg{
	width:100%;
	height:100%;	
	background:#ccc;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	opacity:0.7;
	filter:Alpha(opacity=70);
}

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#ccc; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%;padding:10px; background-color:#fff;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);}
#mbCenter.mbLoading { background:#fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 0px 10px;margin-top:10px; }
#mbTitle { display:inline; color:#000; font-weight:bold; line-height:20px; font-size:12px;bottom:10px;}
#mbNumber {color: #777;display: inline;font-size: 0.8em; margin: auto 10px;display:none; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none;}
#mbPrevLink { width:21px; bottom:10px; right:27px;color: #333;font-size: 1.4em;font-weight: bold; display:none;}
#mbNextLink { bottom: 10px;color: #333;font-size: 1.4em;font-weight: bold;right:27px;width:21px;display:none; }
#mbCloseLink { bottom:10px; right:10px; }
#mbCloseLink{color: #333;font-size: 1.4em;font-weight: bold;}
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px}
.mod_gallerylist{width:665px; margin:0 auto}
.meta{font-size:12px; text-align:center;}
.image_container img{border:1px solid #CCC; padding:2px}
.meta a{color:#333; text-decoration:none}


.on-line{
	border-bottom:1px solid #000;
	padding-top:30px !important;
}

.footer_serve p span{
	margin-right:10px;	
	
}
.footer_serve p span a{
	color:#000;
	margin-left:4px;
	letter-spacing:0px;
}
.footer_serve p span a:hover{color:#FE5126 !important;font-weight:normal;}
/*p2页面*/
.p2_conter{
	background:url(../images/p2_bg.png) no-repeat top left;
	height:400px;
	width:100%;	
	position:relative;
}
.p2_text{
	width:600px;
	margin:0px auto;
	text-align:center;
	line-height:30px !important;
	font-size:16px;
	padding-top:25px;
	font-weight:bold;
	font-family:"微软雅黑";		
}
.width_740px{
	width:740px;
	margin:0px auto;	
	overflow:hidden;
	line-height:20px;
}
.basic{
	margin-top:15px;
	height:41px;
	margin-bottom:17px;
}
.basic em{
	position:absolute;
	top:3px;
	left:105px;	
}
.basic_fl{
	width:348px;
	float:left;
	font-size:13px;
	line-height:26px;
}
.basic_fl span{
	font-weight:bold;
}
.basic_fr{
	background:url(../images/zhong.jpg) no-repeat top left;
	width:344px;
	height:220px;
	float:right;	
	position:relative;
	font-size:12px;
}
.basic_fr p{
	color:#e70012;
	font-size:13px;
	font-weight:bold;
	padding-left:13px;
	margin-top:9px;
}
.basic_fr p em{
	display:inline-block;
	width:10px;
	height:10px;	
	background:#e70012;
	margin-right:4px;
}
.basic_fr .min{
	position:absolute;
	top:37px;
	left:38px;
}
.basic_fr .ss{
	position:absolute;
	top:34px;
	left:170px;
}
.basic_fr .hover{
	position:absolute;
	bottom:42px;
	left:11px;
}
.hidee_hde{
	margin-top:15px;
	width:100%;
	background:url(../images/geziz.jpg) repeat;
	height:356px;
	position:relative;	
}
.hidee_hde span{
	position:absolute;
	display:block;	
	font-size:11px;
}
.y,.e,.s,.ssi{
	color:#06C;
	font-size:12px !important;
	font-weight:bold;	
}
.hidee_hde span.y{
	top: 15px;
	left: 144px;
	width: 70px;
}
.hidee_hde span.e{
	top: 15px;
	left: 247px;
	width: 88px;
	text-indent: 10px;
}
.hidee_hde span.s{
	top: 15px;
	left: 401px;
	width: 99px;
	text-indent: 10px;
}
.hidee_hde span.ssi{
	top: 15px;
	left: 557px;
	width: 109px;
	text-indent: 10px;
}
.hidee_hde span.d{
	top: 78px;
	left: 111px;
	width: 109px;
	text-indent: 10px;
}
.hidee_hde span.w{
	top: 68px;
	left: 182px;
	width: 109px;
	color:#e70012;
	line-height:15px;
}
.hidee_hde span.l{
	top: 79px;
	right: 214px;
	width: 109px;
}
.hidee_hde span.q{
	top:89px;
	right: 181px;
	width: 109px;
	line-height:14px;
}
.hidee_hde span.b{
	top: 80px;
	right: 73px;
	width: 109px;
	line-height:14px;
}
.hidee_hde span.j{
	top: 80px;
	right: 18px;
	width: 109px;
	line-height:14px;
}
.hidee_hde span.sh{
	top: 177px;
	right: 29px;
	width: 109px;
	line-height:14px;
}
.hidee_hde p.ye{
	bottom: 56px;
	left: 124px;
	width: 556px;
	line-height:20px;
	position:absolute;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.cc,.me,.dg{
	position:absolute;	
}
.cc{
	bottom:28px;
	left:298px;	
}
.me{
	bottom:28px;
	left:463px;	
}
.dg{
	bottom:11px;
	left:308px;	
}
.zonghe{
	position:absolute;
	top:52px;
	right:16px;
	width:90px;
	height:44px;
	line-height:44px;
	text-align:center;	
	font-weight:bold;
	color:#333;
}
.chuangan{
	position:absolute;
	top:116px;
	right:84px;
	width:90px;
	height:44px;
	line-height:44px;
	text-align:center;	
	color:#fff;
	font-weight:bold;
}
.economy{
	margin-top:25px;
}
.economy dt{
	height:45px;
	margin-bottom:22px;
}
.economy dd{
	overflow:hidden;
	line-height:26px;
}
.economy dd .dd_fl{
	float:left;
	width:365px;
	line-height:21px;	
}
.economy dd .dd_fl span{
	font-weight:bold;	
}
.span_bold span{
	font-weight:bold;
}
.economy dd .dd_fr{
	text-align:center;	
	width:344px;
	float:right;
}
.top{
	width:100px;
	height:20px;	
	float:right;
	margin-right:50px;
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	line-height:20px;
	margin-top:15px;
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.top:hover{
	opacity:0.7;	
	filter:alpha(opacity=70);
}
.home{
	width:840px;
	margin:0px auto;
	height:70px;
	background:url(../images/fanye.jpg) no-repeat top left;
	margin-top:20px;
	position:relative;
	text-align:center;
	line-height:70px;
}
.home a{
	color:#fff;
	font-size:15px;
}
.next{
	display:inline-block;
	width:90px;
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.home a.next:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.home_left{
	position:absolute;
	left:0px;
	color:#999999;
	font-weight:bold;
	font-size:15px;
	width:375px;
	height:70px;
	display:inline-block;
	text-align:left;
}
.home_left a{
	color:#999999;
	font-weight:bold;
	font-size:15px;
	display:block;
	height:24px;	
	text-align:left;
	margin-left:34px;
	margin-top:24px;
	line-height:0px;
	display:inline-block;
	text-align:left;
}
.home_left a:hover .img_first{
	opacity:1;
}
.home_left .img_first{
	top:24px;	
}
.home_right a:hover .img_first{
	opacity:1;
}
.home_right .img_first{
	top:24px;	
}
.home_left a:hover{
	color:#fff;
}

.home_right{
	position:absolute;
	right:0px;
	color:#999999;
	font-weight:bold;
	font-size:15px;
	display:inline-block;
	text-align:left;
}
.home_right a{
	color:#999999;
	font-weight:bold;
	font-size:15px;
	display:block;
	text-align:right;
	margin-right:34px;	
	margin-top:24px;
	line-height:0px;
	display:inline-block;
	text-align:left;
}
.home_right a:hover{
	color:#fff;
}

/*p3页面*/
.p3_conter{
	background:url(../images/p3.png) no-repeat top left;
	height:150px;
	width:100%;	
	position:relative;
}
.p3_conter h1{
	color:#fff;
	font-size:24px;
	text-shadow:1px 2px 3px #000;	
	-moz-text-shadow:1px 2px 3px #000;	
	-ms-text-shadow:1px 2px 3px #000;	
	-o-text-shadow:1px 2px 3px #000;	
	-webkit-text-shadow:1px 2px 3px #000;	
	text-align:center;
	padding-top:16px;
	font-family:"微软雅黑";
}
.p3_conter ul{
	overflow:hidden;
	text-align:center;	
	padding-top:70px;
}
.p3_conter ul li{
	width:182px;
	height:59px;	
	display:inline-block;
	color:#fff;
	line-height:59px;
	font-size:17px;
	font-weight:bold;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.p3_conter ul li a{
	color:#fff;
	display:block;
	font-size:18px;
}
.p3_conter ul li:hover{
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.economy .p2_text{
	padding-top:0px;
}
.p3_fl{
	width:340px;
	float:left;	
	position:relative;
}
.p3_fl h2{
	color:#0066cc;
	font-size:14px;
		
}
.p3_fl p{
	line-height:1.5;	
	font-size: 10pt;
}
.p3_fr{
	width:348px;
	float:right;	
	position:relative;	
}
.p3_fr h2{
	color:#0066cc;
	font-size:14px;
		
}
.p3_fr p{
	line-height:22px;	
	font-size: 10pt;
}
.p3_xielie{
	margin:0px auto;
	color: #e70012;
	font-size: 13px;
	margin-top: 33px;
	width:740px;
	font-weight:bold;
}
.p3_xielie em{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: none repeat scroll 0% 0% #e70012;
	margin-right: 6px;	
}
.diandong{
	display:block;
	background:#585858;
	width:400px;
	height:54px;
	border:1px solid #b1b4b4;
	margin-top:7px;
	margin-left:12px;
	color:#fff;	
	margin-bottom:12px;
}
.diandong span{
	display:block;	
	line-height:27px;
	font-weight:bold;
	font-size:13px;
}
.diandong_top{
	height:27px;
	padding-left:16px;	
}
.diandong_bottom{
	height:27px;
	padding-left:16px;
	background:#eaedf4;
	color:#333;	
}
.az_xielie{
	overflow:hidden;
	position:relative;
}
.info_ad{
	position:absolute;	
	top:85px;
	right:25px;
	width:368px;
	height:90px;
}
.az_xilie{
	background:url(../images/gezi.jpg) repeat top left;
	height:560px;
	margin-top:10px;
}
#animation_box {
    width: 760px;
    height: 560px;
    display: none;
    margin-top: 10px;
}
#animation_box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}
#animation_box li {
    position: absolute;
    top: 0px;
    left: 0px;
}
.p3_text{
	color: #e70012;
	font-size: 13px;
	padding-left: 13px;
	text-align:left;
}
.p3_text em{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: none repeat scroll 0% 0% #e70012;
	margin-right: 4px;	
	margin-bottom:1px;
}
.talk_bg{
	background:url(../images/talk_bg.jpg) no-repeat top left;
	margin-top:43px;
	height:210px;
	font-size:12px;
}
.talk_bg_left{
	position:relative;
	overflow:hidden;
	width:322px;
	float:left;	
	height:210px;
	margin-left:23px;
}
.talk_bg_left h2{
	height:22px;
	text-align:center;
	line-height:22px;
	color:#fff;
	font-size:12px;
	margin-top:17px;	
}
.talk_bg_left .talk_bg_span1{
	position:absolute;
	width:86px;
	height:66px;
	top:53px;
	left:48px;
	text-align:center;
	display:block;
	line-height:16px;
}
.talk_bg_left .talk_bg_span2{
	position:absolute;
	width:80px;
	height:64px;
	display:block;
	top:112px;
	left:29px;	
	line-height:20px;
}
.talk_bg_left .talk_bg_span3{
	position:absolute;
	width:80px;
	height:64px;
	display:block;
	top:72px;
	right:91px;	
	line-height:15px;
}
.talk_bg_right{
	height:210px;
	position:relative;	
	overflow:hidden;	
	width:322px;
	float:right;
	margin-right:23px;
}
.talk_bg_right h2{
	height:22px;
	text-align:center;
	line-height:22px;
	color:#fff;
	font-size:12px;
	margin-top:17px;	
}
.talk_bg_right .talk_bg_span1{
	position:absolute;
	width:95px;
	height:66px;
	top:64px;
	left:100px;
	text-align:center;
	display:block;
	line-height:16px;
	color:#06C;
}
.talk2_bg{
	background:url(../images/talk2.jpg) no-repeat top left;	
	padding-top:6px;
}
.talk2_bg_left .talk_bg_span1{
	top:62px;
	left:28px;
	width:70px;	
}
.talk2_bg_left .talk_bg_span2{
	top:70px;
	left:123px;
	width:70px;	
}
.talk2_bg_left .talk_bg_span3{
	top:54px;
	left:205px;
	width:96px;	
}
.talk2_bg_right .talk_bg_span1{
	top:58px;
}
.abzo_three{
	background:url(../images/gezi.jpg) repeat top left;
	padding:20px 9px;
	margin-top:5px;
}
.dd_fl h3{
	font-size:14px;	
}
.dd_f_mar h3{
	margin-top:0px;	
}
.abzo_three a{
	display:block;
	color:#06C;
	font-size:13px;
	margin:3px;
	text-decoration:none;
	cursor:default;
}
.abzo_three a em{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:10px;
	background:	#06C;
	margin-right:2px;
	margin-bottom:1px;
}
.chuangang{
	background:url(../images/gezi.jpg) repeat;
	height:316px;
	margin-top:20px;	
	padding-bottom:12px;
}
.chuangang img{
	padding-top:23px;	
}
.chuangang .p3_xielie{
	padding-top:18px;
	padding-left:23px;
	margin-top:0px;
}
.chuangang_fl{
	float:left;
	width:323px;
	padding-left:23px;	
}
.chuangang_fr{
	float:right;
	width:323px;	
	padding-right:23px;	
}
.chuangang_fl span ,.chuangang_fr span{
	display:block;
	width:320px;
	height:20px;
	color:#fff;
	line-height:18px;
	text-align:center;
	margin:15px 0px;
		
}
.shngb img{
	margin-top:22px;	
}
.hide_p3{
	margin-top:24px;	
}
.hide_p3 h4{
	color:#06C;	
	font-size:14px;
}
.hide_p3 p{
	line-height:23px;	
}
.topics{
	display:block;
	margin-left:50px;
	width:236px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	background:url(../images/shss.jpg) repeat-x;
	border-radius:5px;
	color:#fff;
	margin-top:21px;
	margin-bottom:23px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.topics:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.yinghan{
	background:url(../images/yinghan.jpg) no-repeat top left;
	width:740px;
	height:114px;
	margin-top:16px;
	position:relative;
	font-size:11px;
}
.dianyuan{
	position:absolute;
	top:25px;
	left:49px;	
	display:block;
}
.weizhi{
	position:absolute;
	top:28px;
	left:135px;	
	display:block;
}
.io{
	position:absolute;
	top:22px;
	left:108px;
}
.michong{
	position:absolute;
	top:60px;
	left:180px;	
	display:block;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.juzi{
	position:absolute;
	top:27px;
	right:62px;	
	display:block;
	width:226px;
	height:50px;
	line-height:20px;
	font-size:10pt;
}
.p4_conter{
	background:url(../images/mexe_main_bgimg.png) no-repeat top left;
	height:151px;
	width:100%;	
	position:relative;
}
.p4_bg{
	background:url(../images/download_bgimg.png) no-repeat;
	height:121px;
	margin-top:30px;
	position:relative;
}
.p4_bg h1{
	position:absolute;
	top:34px;
	right:200px;
	font-size:24px;	
}
.p4_bg span{
	display:block;
	position:absolute;
	bottom:26px;
	right:241px;
	width:180px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}
.p4_bg span img{
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.p4_bg span:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.p4_bg span a{
	color:#fff;
}
.none-economy{
	background:none;	
}
.none-economy .dd_fl h3{
	color:#06C;	
}
.pic_img{
	margin-top:38px;	
}
.fangda{
	position:absolute;
	display:inline-block;
	top:68px;
	right:0px;	
	width:49px;
	height:20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity:1;
	filter:alpha(opacity=100);
}
.fangda a{
	color:#fff;	
}
.fangda:hover{
	opacity:0.7;	
	filter:alpha(opacity=70);
}

.p5_conter {
    background: url("../images/lineup_mainimg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 93px;
	padding-top:79px;
}
/*p5页面*/
{lineup_mainimg.png}
.p3_conter p{
	width:100%;
	text-align:center;
	color:#fff;	
	line-height:22px;
	font-size:16px;
	font-weight:bold;
}
.p3_conter p em{
	display:inline-block;
	background:url(../images/flex.png) no-repeat bottom left;
	width:55px;
	height:25px;
}
.xingxi{
	position:relative;
	padding:14px 14px 0px 14px;
	width:342px;
	height:193px;
		
}
.xingxi p{
	font-size:14px;	
	font-weight:bold;
	width:140px;
	margin-left:106px;
	text-align:center;
}
.xingxi p em{
	display:inline-block;
	float:right;
}
.xingxi  span{
	display:inline-block;	
}
.xingxi  span img{
	transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;	
}
.xingxi  span img:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.xingxi span.acdy{
	position:absolute;
	top:46px;
	font-weight:bold;
	left:66px;
	font-size: 12px;
}
.xingxi span.dcdy{
	position:absolute;
	top:46px;
	font-weight:bold;
	right:66px;
	font-size: 12px;
}
.xingxi span.a_guige{
	position:absolute;
	bottom:5px;
	font-weight:bold;
	left:13px;
}
.table1{
	background:url(../images/n1.jpg) no-repeat;
	width:742px;
	height:242px;	
}
.table2{
	background:url(../images/n2.jpg) no-repeat;
	width:742px;
	height:242px;	
}
.table3{
	background:url(../images/n3.jpg) no-repeat;
	width:740px;
	height:628px;
}
.xingxi span.a_guige a{
	color:#fff;
}
.max_speed{
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 10px;
	line-height: 13px;	
	font-weight:bold;
}
.rx{
	width:40px;
	left:1px;	
}
.zj{
	top:22px;
	left:22px;
}
.table_tab2 em{
	position:absolute;
	bottom:0px;
	left:26px;	
}
.nocite{
	width:100%;
	position:relative;	
	height:80px;
	margin-top:10px;
}
.nocite span{
	position:absolute;
	top:10px;
	left:0px;
	display:block;
	width:62px;
	height:30px;	
	border:1px solid #333;
	text-align:center;
	line-height:30px;
}
.nocite p{
	position:absolute;
	left:70px;	
	font-size:13px;
}
.nocite p em{
	display:inline-block;
	margin-right:3px;
	font-family:"微软正黑";
	font-style: normal;
}
.zhonghe{
	background:#7b99cf;
	height:135px;
	position:absolute;
	top:0px;
	left:0px;
	width:16px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:80px;
}
.padd_marg{
	padding-bottom:36px;	
}






























