﻿@charset "utf-8";
/* CSS public */
@font-face {
    font-family: 'WebSymbolsRegular';
    src:url('websymbols.woff');
    src:url('websymbols.woff') format('woff'),
        url('websymbols.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.box_big{
	width:100%; height:auto; background:#FFF;
}
.header_box{
	width:100%;height:95px;background:url(../images/header_bg.jpg) top center repeat-x;	
	box-shadow: #152e3d 0px 1px 10px;

}
.header{
	width:1200px; margin:auto;
}
.header_left{
	width:177px; height:67px; margin-top:15px; background: url(../images/logo_4.png) no-repeat; float:left;
}
.out_9{
	width:177px; height:67px; margin-top:15px;  background: url(../images/logo_4.png) no-repeat; float:left;
}
.over_9{
	width:177px; height:67px; margin-top:15px;  background: url(../images/logo_4_1.png) no-repeat; float:left;
}
.header_right{
	width:750px; float:right
}
/* 导航 */
.list{
	width:100%;
	height:auto;
}
.list li{
	float:left;
	height:95px;
	margin-left:30px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
	overflow:hidden;
}
.list li:hover{
	background:#011c2d;
}
.text h2,.text a{
	font-family:"Microsoft YaHei";
	color:#313131;
	font-size:16px;
	font-weight:bold;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
}
.text h3{
	font-family:"Microsoft YaHei";
	font-size:14px;
	margin-top:5px;
	color:#cccccc;
	font-weight:normal;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
}
.list li:hover h2,.list li:hover  a{
	font-family:"Microsoft YaHei";
	color:#d4d50d;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.list li:hover .text h3{
	font-family:"Microsoft YaHei";
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.list li:hover .text{
	-webkit-animation-name:shake;
	-moz-animation-name:shake;
}
.text{
	width:120px;
	margin-top:30px;
	text-align:center;
	height:95px;
	font-family:"Microsoft YaHei";
	-webkit-animation:.5s .2s ease both;
	-moz-animation:1s .2s ease both;
}
/* 导航 */

/* 导航2 */
.list_1{
	width:100%;
	height:auto;
}
.list_1 li{
	float:left;
	height:103px;
	margin-left:30px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
	overflow:hidden;
}
.list_1 li:hover{
	background: url(../images/d.png) no-repeat top center;
}
.text_1 h2,.text_1 a{
	font-family:"Microsoft YaHei";
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
}
.text_1 h3{
	font-family:"Microsoft YaHei";
	font-size:14px;
	margin-top:5px;
	color:#cccccc;
	font-weight:normal;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	-o-transition:0.3s all ease;
}
.list_1 li:hover h2,.list_1 li:hover  a{
	font-family:"Microsoft YaHei";
	color:#d4d50d;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.list_1 li:hover .text_1 h3{
	font-family:"Microsoft YaHei";
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.list_1 li:hover .text_1{
	-webkit-animation-name:shake;
	-moz-animation-name:shake;
}
.text_1{
	width:120px;
	margin-top:30px;
	text-align:center;
	height:95px;
	font-family:"Microsoft YaHei";
	-webkit-animation:.5s .2s ease both;
	-moz-animation:1s .2s ease both;
}
/* 导航2 */

.banner_box{
	width:100%;
	background:url(../images/jd_bg.jpg) top center repeat-x;
}
.banner{
	width:418px;
	height:409px;
	margin:auto;
}
.banner_best{
	padding-top:120px;	
}
.banner_text{
	width:418px;
}
.banner_text ul{
}
.banner_text li{
	text-align:center;
	line-height:40px;
	width:135px;
	color:#6d6d6d;
	float:left;
	font-size:12px;
}

.Services_bg{
	width:100%;
	background:url(../images/SERVICES.jpg) top center repeat-x;	
}
.Services{
	width:1200px;
	margin:auto;
	height:376px;
}
.Services_title{
	width:1200px;
	height:80px;
	background:url(../images/title.jpg) top center no-repeat;
}
.Services_title_left{
	width:410px;
	height:80px;
	float:left;
}
.Services_title_right{
	width:240px;
	height:65px;
	line-height:25px;
	padding-top:15px;
	float:right;
}
.Services_title_right h1{
	font-size:18px;
	color:#333;
}
.Services_title_right_color1{
	color:#189bc7;
	font-style:oblique;
}
.Services_title_right_color2{
	color:#ff7200;
	font-style:oblique;
}
.Services_list{
	width:1200px;
	height:294px;
}
.Services_list h4{
	font-size:21px;
	color:#152e3d;
	line-height:25px;
	font-family:"Microsoft YaHei";
}
.Services_list h5{
	font-size:13px;
	color:#b1b0b0;
	line-height:25px;
	font-family:"Microsoft YaHei";
}
.Services_list ul{
}
.Services_list li{
	float:left;
	width:220px;
	height:280px;
	margin-left:40px;
	margin-right:40px;
	overflow:hidden;
}
.ccc{width:190px;height:206px; background:url(../images/copter.png) no-repeat;
}
.out{width:190px;height:206px; background:url(../images/copter.png) no-repeat; 
}
.over{width:190px;height:206px; background:url(../images/copter_01.png) no-repeat; 
}

.ccc_1{width:190px;height:206px; background:url(../images/tel.png) no-repeat;
}
.out_1{width:190px;height:206px; background:url(../images/tel.png) no-repeat; 
}
.over_1{width:190px;height:206px; background:url(../images/tel_01.png) no-repeat; 
}

.ccc_2{width:190px;height:206px; background:url(../images/wx1.png) left center no-repeat;
}
.out_2{width:190px;height:206px; background:url(../images/wx1.png) left center no-repeat; 
}
.over_2{width:190px;height:206px; background:url(../images/wx2.png) left center no-repeat; 
}

.ccc_3{width:190px;height:206px; background:url(../images/iot1.png) no-repeat left center;
}
.out_3{width:190px;height:206px; background:url(../images/iot1.png) no-repeat left center; 
}
.over_3{width:190px;height:206px; background:url(../images/iot2.png) no-repeat left center; 
}

.case_bg{
	width:100%
}
.case{
	width:1200px;
	margin:auto;
}
.case_title{	
}
.case_line{
	background:url(../images/line.gif) top center no-repeat;
	height:1px;
	width:1200px;
	margin-bottom:10px;
}
.case_web{ width:1200px; margin-bottom:10px;
}
.case_web li{float:left; margin-bottom:10px; margin-top:10px;
}
.boxgrid{
	width:376px;height:229px;background:#161613;border:solid 2px #8399AF;overflow:hidden;position:relative;
}
.boxgrid h3{
	margin:8px 10px 0 10px;color:#FFF;font:16pt "Microsoft YaHei";letter-spacing:-1px;
}
.boxgrid img{
	position:absolute;top:0;left:0;border:0;
}
.boxgrid p{
	padding:0 10px;color:#FFF;font-weight:bold;font:12pt "Lucida Grande", Arial, sans-serif; line-height:30px;
}		
.boxcaption{
	float:left;position:absolute;background:rgba(2,41,67,0.8);height:70px;width:100%;
}
.captionfull .boxcaption{
	top:210px;left:0px;
}
.caption .boxcaption {
	top:188px;left:0px;
}
.case_Absorbed{
	width:1200px; height:239px; background:#f5f5f5; border:1px solid #d7d7d7; float:left; margin-bottom:20px;
}
.case_Absorbed_left{
	width:91px; height:238px; float:left;
}
.case_Absorbed_right{
	width:82px; height:238px; float:left;
}
.section{width:1027px; height:238px; float:left;background:#f5f5f5;}
.section ul{}
.section ul li{float:left;overflow:hidden;position:relative;width:255px; height:79px; border-left:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
.section .rsp{width:255px;height:79px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}
.section .text{position:absolute;left:-243px;top:-10px;}
.section .text h3{width:255px;height:79px;text-align:center;color:#FFFFFF;font-size:28px; font-weight:bold;}
.section .text a{text-decoration:none}

.procedure_bg{
	width:100%;
	overflow:hidden;
	background:url(../images/SERVICES.jpg) top center repeat-x;	
}
.procedure{
	width:1200px;
	margin:auto;
	height:320px;
}
.procedure_title{
	width:1200px;
	height:80px;
	background:url(../images/title.jpg) top center no-repeat;
}
.procedure_list_left{
	width:750px;
	height:219px;
	float:left;
	overflow:hidden;
	display:block;
}
.procedure_list_left_lct{
	width:668px;
	height:125px;
	background:url(../images/lct.png) top no-repeat;
}
.procedure_list_left_text{
	width:700px;
	height:125px;
}
.procedure_list_left_text li{
	width:130px;
	height:125px;
	margin-right:45px;
	float:left;
}
.procedure_list_left_text h1{
	font-size:21px;
	color:#152e3d;
	line-height:25px;
	text-align:center;
	font-family:"Microsoft YaHei";
}
.procedure_list_left_text h2{
	font-size:13px;
	color:#b1b0b0;
	line-height:20px;
	font-family:"Microsoft YaHei";
}
.procedure_list_right{
	width:450px;
	margin-top:25px;
	height:194px;
	float:left;
}
.procedure_list_right_title{
	color:#5e5e5e;
	font-size:24px;
	height:25px;
	margin-bottom:10px;
	font-family:"Microsoft YaHei";
}
.procedure_list_right_inp{
	width:450px;
	height:110px;
}
.procedure_list_right_inp li{
	width:180px;
	height:25px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}
.procedure_list_right_inp h1{
	color:#838383;
	font-size:14px;
	width:100px;
	float:left;
	margin-left:5px;
	font-family:"Microsoft YaHei";
}
.procedure_list_right_inp h2{
	width:20px;
	height:25px;
	float:left;
}
.procedure_list_right_tel{
	width:450px;
	height:25px;
	float:left;
}
.procedure_list_right_tel li{
	float:left;
	margin-right:5px;
}
.procedure_list_right_tel h1{
	font-size:14px; 
	color:#3e3e3e;
	height:24px;
	font-family:"Microsoft YaHei";	
}
.ccc_4{width:70px;height:24px; margin-left:5px; background:url(../images/tj_01.jpg) no-repeat;
}
.out_4{width:70px;height:24px; margin-left:5px; background:url(../images/tj_01.jpg) no-repeat; 
}
.over_4{width:70px;height:24px; margin-left:5px;background:url(../images/tj_02.jpg) no-repeat; 
}
.procedure_list_right_notice{
	font-family:"Microsoft YaHei";
	line-height:30px;
	color:#c2c2c2;
}

.bottom_bg{
	width:100%;	
	overflow:hidden;
	display:block;
	background:url(../images/bottom_bg.jpg) top center repeat-x;	
}
.bottom_bg_01{
	width:100%;
	background:#000000;	
}
.bottom_01{
	width:1200px;
	height:50px;
	margin:auto;
	background:#000000;
}
.bottom_01 h1{
	font-family:"Microsoft YaHei";
	line-height:50px;
	color:#FFFFFF;
	font-size:12pt;
	float:left;
}
.bottom_01 h2{
	height:30px;
	margin-top:20px;
	margin-left:10px;
	float:left;
}
.bottom{
	width:1200px;
	margin:auto;
	height:240px;
}
.bttom_list{
	width:550px;
	height:100px;
	margin-top:60px;
	float:left;
}
.bttom_list_best{
	width:177px;
	height:67px;
	margin-top:10px;
	background:url(../images/logo_3.png) no-repeat;
	float:left;
}
.out_0{width:177px;height:67px;	margin-top:10px; background:url(../images/logo_3.png) no-repeat; 
	float:left;
}
.over_0{width:177px;height:67px;margin-top:10px;background:url(../images/logo_3_0.png) no-repeat; 
	float:left;}
.bttom_list_line{
	width:1px;
	height:100px;
	margin-left:15px; 
	margin-right:15px;
	border-left:1px solid #8a8a8a;
	float:left;
}
.bttom_list_text{
	font-family:"Microsoft YaHei";
	line-height:25px;
	color:#c1c1c1;
	font-size:10pt;
	float:left;
}
.bttom_list_01{
	width:500px;
	height:200px;
	margin-top:30px;
	float:left;
}
.bttom_list_01 li{
	width:100px;
	height:180px;
	margin-right:50px;
	float:left;
}
.bttom_list_01 h1{
	font-family:"Microsoft YaHei";
	line-height:25px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
.bttom_list_01 h2{
	font-family:"Microsoft YaHei";
	line-height:25px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
.bttom_list_01_line{
	width:100px;
	height:1px;
	margin-top:10px; 
	margin-bottom:10px;
	border-bottom:1px solid #565555;
}
.bttom_list_02{
	width:130px;
	height:130px;
	margin-top:40px;
	float:left;
	border:4px solid #FFFFFF;
	background:url(../images/er.jpg) no-repeat;
}


.aboat_us_box{
	width:100%;height:103px;background:url(../images/aboat_bg.jpg) top center repeat-x;	
	box-shadow: #152e3d 0px 1px 10px;
}
.aboat_us{
	width:1200px; margin:auto;
}
.aboat_us_left{
	width:179px; height:83px; margin-top:15px; background: url(../images/logo_xx.png) no-repeat; float:left;
}
.aboat_us_left:hover{
	179px; height:83px; margin-top:15px; background: url(../images/logo_xx.png) no-repeat; float:left;opacity:0.80;
}
.aboat_us_right{
	width:750px; float:right
}

.title_bg{
	width:100%;
	background:url(../images/aboat_us_title_bg.jpg) top center repeat-x;
}
.title{
	width:1200px;
	margin:auto;
}
.title_01{
	width:1200px;
	height:80px;
	background:url(../images/aboat_us_title.jpg) top center no-repeat;
}

.nr{
	width:100%;
	background:#FFF;
	margin-bottom:20px;
	margin-top:20px;
} 
.nr_01{
	width:1185px;
	margin:auto;
} 
.nr_01_x{
	width:1185px;
	margin:auto;
} 
.nr_01_x h1{
	font-family:"Microsoft YaHei";
	line-height:40px;
	font-size:30px;
	text-align:center;
}
.nr_01_x h2{
	font-family:"Microsoft YaHei";
	line-height:25px;
	font-size:14px;
	text-align:center;
}
.nr_01_x_whq{
	width:1022px;
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
}
.nr_01_xx{
	width:1022px;
	margin:auto;
	margin-bottom:15px;
	margin-top:15px;
}
.nr_01_xx h1{
	font-family:"Microsoft YaHei";
	line-height:35px;
	font-size:18px;
	color:#d30404;
}
.nr_01_xx h2{
	font-family:"Microsoft YaHei";
	line-height:25px;
	font-size:14px;
	color:#6c6c6c;
}

/* gny */
.nr_02_x{
	width:1185px;
	margin:auto;
	height:100px;
} 
.nr_02_x h1{
	font-family:"Microsoft YaHei";
	font-size:24px;
	color:#30add9;
	line-height:35px;
}
.nr_02_x h2{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#3e3e3e;
	line-height:25px;
}

.nr_02{
	width:1184px;
	margin:auto;
	background:#f2f2f2;
	overflow:hidden;
	display:block;
} 
.nr_02 li{
	width:591px;
	height:173px;
	border-right:1px solid #FFFFFF;
	float:left;
}
.nr_02 li:hover{
	width:591px;
	height:173px;
	background:#ebfbff;
	float:left;
} 
.nr_02_color{
	background:#f9fdfe;
}
.nr_02_color_1{
	background:#FFFFFF;
}
.nr_02_x_left{
	width:158px;
	height:136px;
	margin-top:30px;
	float:left;
}
.nr_02_x_left_tb{
	width:150px;
	height:100px;
	margin:auto;
}
.nr_02_x_left_tex{
	border-radius:15px 15px 15px 15px;
	background:#1e6f84;
	width:90px;
	font-family:"Microsoft YaHei";
	font-size:12px;
	color:#FFF;
	line-height:25px;
	text-align:center;
	margin:auto;
}

.nr_02_x_right{
	width:400px;
	height:136px;
	margin-top:30px;
	float:left;
}
.nr_02_x_right h1{
	font-family:"Microsoft YaHei";
	font-size:30px;
	color:#444444;
	line-height:40px;
}
.nr_02_x_right h2{
	font-size:18px;
	color:#6a6a6a;
	line-height:35px;
}
.nr_02_x_right h3{
	font-size:12px;
	color:#6a6a6a;
	line-height:20px;
}
.Customer_web{ 
	width:1200px; 
	margin:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.Customer_web li{
	float:left;
	margin-top:10px;
}
.Customer_title{
	width:1185px;
	margin:auto;
	height:162px;
	margin-top:-4px;
	background:url(../images/Customer_title_bg.jpg) top center no-repeat;
}
.Customer_title h1{
	font-family:"Microsoft YaHei";
	font-size:24px;
	color:#30add9;
	line-height:35px;
	padding-top:25px;
}
.Customer_title h2{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#3e3e3e;
	line-height:25px;
}
.Customer_web_fy{
	width:1200px;
	margin:auto;
	background:#ebebeb;
	line-height:25px;
	margin-bottom:10px;
	overflow:hidden;
}
.Customer_web_fy_next{width:380px;height:235px; background:url(../images/next.jpg) no-repeat;
}
.out_next_1{width:380px;height:235px; background:url(../images/next_tow.jpg) no-repeat; 
}
.over_next_2{width:380px;height:235px; background:url(../images/next.jpg) no-repeat; 
}

/*CSS quotes style pagination*/

DIV.quotes {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center;
}
DIV.quotes A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #444444; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none; background:url(../images/fy_bg.gif) repeat-x top center;
}
DIV.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
DIV.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; COLOR: #ff0000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-COLOR: #f0f0f0
}
DIV.quotes SPAN.disabled {
	BORDER-RIGHT: #d7d7d7 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d7d7d7 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #d7d7d7 1px solid; COLOR: #444444; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #d7d7d7 1px solid
}
.Customer_title_dh{
	width:1185px;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
.Customer_title_dh h1{
	font-family:"Microsoft YaHei";
	font-size:12px;
	color:#b6b6b6;
	line-height:30px;
	float:left;
}
.Customer_title_dh h2{
	width:35px;
	height:22px;
	background:url(../images/house.png) no-repeat top left;
	float:left;
}

/*jd*/
.foucsBox_c{
	width:1110px;
	margin:auto;
	margin-bottom:35px;
	overflow:hidden;
}
.foucsBox_right{
	float:right;
	width:340px;
}
.foucsBox_right h1{
	font-family:"Microsoft YaHei";
	font-size:30px;
	color:#000000;
	line-height:50px;
}
.foucsBox_right h2{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#3c3c3c;
	line-height:24px;
	margin-bottom:10px;
	margin-top:10px;
}
.foucsBox_right h3{
	font-family:"Microsoft YaHei";
	font-size:16px;
	color:#cf0b0b;
	line-height:25px;
}
.foucsBox_right h4{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#3c3c3c;
	text-indent:2em;
	line-height:24px;
}
.foucsBox_left{
	width:740px;
	float:left;
}
.foucsBox_left_yy{
	width:689px;
	height:29px;
	float:left;	
}
.flexslider{position:relative;width:720px;height:450px;overflow:hidden;zoom:1; float:left; padding:8px; border:1px solid #CCC;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

.where{
	width:1185px; margin:auto; overflow:hidden; margin-bottom:30px;
}
.where_01{
	width:803px;float:left; display:block; 
}
.where_01_x{
	width:803px; height:113px; background:url(../images/logo_001.jpg) no-repeat top left;
}
.where_01_x1{
	width:803px; margin:auto;
}
.where_01_x2{
	width:780px; height:1px;margin-top:10px; margin-bottom:20px; background:url(../images/line_02.gif) repeat-x top center;
}
.where_01_x3{
	width:780px;margin-bottom:10px;
}
.where_01_x1 li{
	width:401px; height:35px; float:left;
}
.where_01_x1 h1{
	float:left; color:#00a2e9;
	font-family:"Microsoft YaHei";
	font-size:16px;
}
.where_01_x1 h2{
	float:left;color:#000000;
	font-family:"Microsoft YaHei";
	font-size:16px;
}
.where_02{
	width:1px;float:left; height:860px;; background:url(../images/line_01.gif) repeat-y top center;
}
.where_03{
	width:381px; height:594px; float:right; background:url(../images/where_right.jpg) no-repeat top center;
}
.iw_poi_title {color:#626262;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.new{
	width:1200px; 
	margin:auto;
	overflow:hidden;
	margin-bottom:30px;
	overflow:hidden;
}
.new li{
	width:1190px;
	height:200px;
	margin:auto;
	background:#FFF;
	border-bottom:1px solid #F1F1F1;
}
.new li:hover{
	background:#f6f6f6;
}

.new_nr_01{
	width:480px;
	float:left;
	margin-top:15px;
	margin-left:10px;
}
.new_nr_02{
	position:relative;
	width:680px;
	height:170px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	overflow:hidden;
}
.new_nr_02 h1{
	width:400px;
	color:#4c4c4c;
	line-height:30px;
	font-family:"Microsoft YaHei";
	font-size:18px;
	float:left;
}
.new_nr_02 h2{
	width:280px;
	color:#777777;
	line-height:30px;
	font-family:"Microsoft YaHei";
	font-size:14px;
	text-align:right;
	float:right;
}
.new_nr_02 h3{
	width:680px;
	line-height:25px;
	text-indent:2em;
	color:#b2b2b2;
	font-family:"Microsoft YaHei";
	font-size:14px;
}
.new_nr_02 h4{
	background:#cd0704;
	width:100px;
	line-height:30px;
	color:#FFFFFF;
	font-family:"Microsoft YaHei";
	font-size:14px;
	text-align:center;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
}
.new_nr_02 h4:hover{
	background:#068fc3;
}

.new_list{
	width:1185px;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.new_list_right{
	width:340px;
	float:right;
}
.new_list_title{
	width:840px;
	float:left;
	border-right:1px solid #F1F1F1;
}
.new_list_title h1{
	font-family:"Microsoft YaHei";
	color:#30add9;
	line-height:40px;
	font-size:28px;
	font-weight:bolder;
}
.new_list_title h2{
	font-family:"Microsoft YaHei";
	color:#777777;
	line-height:25px;
	font-size:12px;
}
.new_list_title h3{
	font-family:"Microsoft YaHei";
	color:#F30;
	line-height:25px;
	font-size:14px;
}
.new_list_title h4{
	width:770px;
	font-family:"Microsoft YaHei";
	color:#777777;
	text-indent:2em;
	line-height:25px;
	font-size:14px;
	margin-top:10px;
}
.new_list_next{
	width:800px;
	margin-top:20px;
	border-top:#F1F1F1 solid 1px;
	border-bottom:#F1F1F1 solid 1px;	
}
.new_list_next h1{
	font-family:"Microsoft YaHei";
	color:#777777;
	padding:5px;
	line-height:25px;
	font-size:14px;
}
.new_list_more{
	width:800px;
	margin-top:20px;
	margin-bottom:10px;
}
.new_list_more ul{
	width:800px;
	margin:auto;	
}
.new_list_more li{
	width:380px;
	float:left;
	margin-right:10px;
}
.new_list_more h1{
	font-family:"Microsoft YaHei";
	color:#F30;
	line-height:25px;
	font-size:14px;
}
.new_list_more h2{
	font-family:"Microsoft YaHei";
	color:#8F8F8F;
	line-height:25px;
	font-size:14px;
}