﻿/* hh_group Document */
body,p,img,a,div,ul,li,h1,h2,h3,h4,h5,h6,br,table,td,form,input{margin:0;padding:0;}
table,ul,li,img{list-style:none;border:0;}
textarea {  
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */  
    box-sizing: border-box;         /* Opera/IE 8+ */  
	resize: none;                   /* extarea在Safari和Chrome中禁用调整大小功能 */
}
/*针对后台编辑器的内容，列表项*/
.editing ol{list-style-type:decimal;}
.editing ol li{list-style-type:decimal;}
.editing ul{list-style-type:disc;}
.editing ul li{list-style-type:disc;}

table {border-collapse:collapse; border-spacing:0; } 
th,td {padding: 0;}
a{text-decoration:none;outline:none;cursor:pointer;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}

.floatL{float:left;display:inline;} .floatR{float:right;display:inline;}
.clear{clear:both;font-size:0;height:0;line-height:0;}

.marL{margin-left:10px;} .marR{margin-right:10px;} .marT{margin-top:10px;} .marB{margin-bottom:10px;}
.tipline{margin-left:5px;margin-right:5px;margin-top:-2px;}
.line-solid{height:1px;line-height:0px;background:#eaeaea;margin:10px auto;}
.line-dashed{height:1px;line-height:0px;border-bottom:1px dashed #c5c5c5;margin-bottom:10px;padding-bottom:10px;}
.txt_l{text-align:left;}.txt_m{text-align:center;}.txt_r{text-align:right;}

.block{display:block;}
.Hidden { display:none; }

/*font*/
.font_a{color:#444;}
.font_a a:link,.font_a a:visited{color:#444;text-decoration:none;}
.font_a a:hover{color:#D6000F;text-decoration:none;}
.font_b{color:#666;}
.font_b a:link,.font_b a:visited{color:#666;text-decoration:none;}
.font_b a:hover{color:#D6000F;text-decoration:none;}
.font_c{color:#a7a7a7;}
.font_c a:link,.font_c a:visited{color:#a7a7a7;text-decoration:none;}
.font_c a:hover{color:#D6000F;text-decoration:none;}

.f_red{color:#D6000F;text-decoration:none;}
.f_red a:link,.f_red a:visited{color:#D71921;text-decoration:none;}
.f_red a:hover{color:#ff0000;text-decoration:none;}

.f_white{color:#fff;text-decoration:none;}
.f_white a:link,.f_white a:visited{color:#fff;text-decoration:none;}
.f_white a:hover{color:#FFD556;text-decoration:none;}

.f_blue{color:#4C6BA5;text-decoration:none;}
.f_blue a:link,.f_blue a:visited{color:#4C6BA5;text-decoration:none;}
.f_blue a:hover{color:#ab0a02;text-decoration:none;}

.f_black{color:#000;text-decoration:none;}
.f_black a:link,.f_black a:visited{color:#000;text-decoration:none;}
.f_black a:hover{color:#D6000F;text-decoration:none;}

.f_8{font-size:8px;-webkit-text-size-adjust: none; }
.f_10{font-size:10px;-webkit-text-size-adjust: none; }
.f_12{font-size:12px;}.f_14{font-size:14px;}
.f_16{font-size:16px;}.f_18{font-size:18px;}
.f_20{font-size:20px;}.f_22{font-size:22px;}
.f_underline{text-decoration:underline;}
.f_trans_up{text-transform:uppercase;}
.f_trans_low{text-transform:lowercase;}
.f_bold{font-weight:bold;}
.f_arial{font-family:Arial, Helvetica, sans-serif;}
.f_sti{font-family:"宋体";}

.ptext_24{text-indent:24px;}

.borderA{border:1px solid #000;}

/*more*/

/*title*/
.tit_a{height:61px;line-height:61px;text-indent:20px;font-weight:normal;}
.tit_a span.floatR a{color:#A2A2A2;}
.tit_a span.floatR a:hover{color:#D6000F;}
.tit_b{height:54px;line-height:54px;font-weight:normal;}
.tit_c{height:23px;line-height:23px;font-weight:normal;background:url(../images/tit_c.png) repeat-x 0px 10px;font-size:12px;padding-top:10px;}
.tit_c span{background:#fff;margin-left:10px;}
.tit_c span img{padding-left:5px;padding-right:5px; vertical-align:middle;}

/*form*/
.input_a{width:168px;height:25px;line-height:25px;padding:2px;border:0px;background:none;margin-left:29px;color:#aaa;}
.input_b{width:186px;height:24px;line-height:24px;border:1px solid #e6e6e6;background:url(../images/bg_top.jpg) no-repeat 0px 0px;color:#666;}

.input_d{width:564px;height:26px;line-height:26px;border:1px solid #686868;color:#666;}

.texta_a{width:324px;height:176px;line-height:24px;border:1px solid #e6e6e6;background:url(../images/bg_top.jpg) no-repeat 0px 0px;color:#666;}

.input_pin{width:201px;height:18px;border:1px solid #B8C0D5;}
.pin_area{width:700px;height:84px;line-height:18px;border:1px solid #B8C0D5;}
.btn{cursor:pointer;}

/*bg_icon*/
.span_num{width:14px;height:14px;line-height:14px;text-align:center;color:#fff;background:url(../images/span_num.png) no-repeat 0px 0px;margin-top:5px;}


/*插入png图片透明*/
.mypng img {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

/*frame*/
body{font-size:12px;font-family:"微软雅黑";width:100%;height:100%;color:#231F20;background:url(../images/bg.jpg) repeat 0px 0px;}
.body_div{width:1000px;margin:0 auto;text-align:center;}
.body_div:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .body_div {height: 1%;}


#top_bar{width:100%;height:32px;background:#777 url(../images/top_bar.jpg) no-repeat center top;}
#top_bar .body_div{text-align:right;line-height:28px;_line-height:30px;_padding-left:10px;}
.top_search{width:166px;height:20px;background:url(../images/top_input.png) no-repeat 0px 6px;padding-top:6px;float:right;position:relative;_position:0;}
	.top_input{width:120px;height:20px;line-height:20px;border:0px;background:none;padding-left:9px;color:#aaa;text-align:left;overflow:hidden;}
	#top_icon{position:absolute;left:183px;top:0px;}
	
/*头部导航*/
#top{width:100%;height:74px;background:url(../images/bg_top.jpg) repeat-x 0px 0px;}

#menu{width:800px;padding-top:10px;height:64px;_overflow:hidden;}
#menu ul{position:relative;z-index:11;}
.menucon li{float:left;display:inline;width:70px;padding-left:10px;padding-right:10px;position:relative;z-index:11;_padding:0;}
.menucon .zm{float:left;display:inline;width:140px;padding-left:10px;padding-right:10px;position:relative;z-index:11;_padding-left:1px;_padding-right:1px}
.menucon li a{display:block;width:90px;height:64px;line-height:64px;font-size:14px;background:url(../images/menu.png) no-repeat 7px 0px;}
.menucon .zm a{display:block;width:160px;height:64px;line-height:64px;font-size:14px;background:url(../images/menu.png) no-repeat 71px 0px;}

.menucon li#menu_hone a{background:url(../images/menu.png) no-repeat -10px 0px;_padding-left:0;}
.menucon li.selected a,.menucon li.hover a{color:#6F86B2;}

.menucon LI .submenu {DISPLAY: none;}
.menucon LI.selected .submenu {	DISPLAY: block}
.menucon LI .submenu {width:115px;height:auto;background:url(../images/menu_child.png) no-repeat center bottom;POSITION: absolute;TOP:0px;LEFT:-11px;_LEFT:0px;z-index:100;padding:0px;padding-top:2px;padding-bottom:8px;_padding_left:0px;_width:90px;}
.menucon LI .submenu LI {float:none;clear:both;width:115px;padding:0;}
.menucon LI .submenu LI A {width:115px;height:26px;line-height:26px;overflow:hidden;text-align:center;background:url(../images/menu_one.png) no-repeat 0px -35px;color:#666;_text-align:left;_padding-left:13px;_background:url(../images/menu_one.png) no-repeat -12px -35px;font-size:12px;}
.menucon LI .submenu LI A:hover {color:#fff;background:url(../images/menu_one.png) no-repeat 0px 0px;}


/*暂定
.menucon LI .submenu_02 {DISPLAY: none;}
.menucon LI.selected_02 .submenu_02 {	DISPLAY: none}
.menucon LI .submenu_02{width:115px;height:auto;background:url(../images/menu_child.png) no-repeat center bottom;POSITION: absolute;TOP:0px;LEFT:-30px;z-index:100;padding:0px;padding-top:2px;padding-bottom:8px;_padding_left:0px;_width:90px;}
.menucon LI .submenu_02 LI {float:none;clear:both;width:115px;padding:0;}
.menucon LI .submenu_02 LI A {width:115px;height:26px;line-height:26px;overflow:hidden;text-align:center;background:url(../images/menu_one.png) no-repeat 0px -35px;color:#666;_text-align:left;_padding-left:13px;_background:url(../images/menu_one.png) no-repeat -12px -35px;font-size:12px;}
.menucon LI .submenu_02 LI A:hover {color:#fff;background:url(../images/menu_one.png) no-repeat 0px 0px;}*/

/*脚部*/
#foot{width:100%;background:url(../images/bg_foot.jpg) repeat-x 0px 0px;}
#foot .foot_link{border-bottom:1px solid #526D8A;padding-top:17px;padding-bottom:22px;}
#foot .foot_copy{border-top:1px solid #779DC2;padding-top:10px;padding-bottom:35px;text-align:left;position:relative;line-height:20px; z-index:9999;}

.foot_link .one{text-align:left;width:122px;}
.foot_link #fLink_5{margin-left:15px;margin-right:15px;}
.foot_link #fLink_6{}
.foot_link #fLink_6 a{color:#31D1FF;}
.foot_link #fLink_7{width:112px;}
/*.foot_link #fLink_7 a{color:#FFD556;}*/
.foot_link h3{line-height:40px;font-size:16px;font-weight:normal;}
.foot_link ul li{line-height:16px;padding-top:4px;padding-bottom:4px;}
.links-info{position:absolute;right:131px;top:20px;height:40px;font-size:16px;}
.f_white .links-info a{color:#FFD556;margin-right:10px;}
.links-menu{position:absolute;right:0px;top:20px;width:133px;height:21px;background:url(../images/foot_friend.jpg) no-repeat 0px 0px;z-index:9999;}
.jituan {CURSOR: pointer;text-align:center;width:133px;height:21px;line-height:21px;right:0px;position:absolute;}
	.links-menu ul {DISPLAY: none;BACKGROUND: #fff;PADDING-BOTTOM: 5px; BORDER: #75ADE0 1px solid;  right: 0px; WIDTH: 131px; BOTTOM:18px; PADDING-TOP: 5px;POSITION: absolute;}
	.links-menu ul li {MARGIN-TOP: 5px; WIDTH: 131px; line-height:18px;text-align:left;padding-left:7px;}
	.foot_copy .links-menu ul li a{color:#707070;}
.backToTop {
	position: fixed;FILTER: Alpha(opacity=100);WIDTH:48px;height:49px;bottom:43px; display:none;cursor: pointer;  
	right:83px;
	_position: absolute; _bottom: "auto"; opacity: 1;background:url(../images/backUp.png) no-repeat 0px 0px;z-index:9999;
}
/*index*//*首页弹窗广告*/
#float_adv{width:100%;padding-top:29px;padding-bottom:30px;background-color:#fff;display:none;}
#float_adv img{width:855px; heigth:416px;margin:0 auto;display:block;}
/*index*//*首页banner*/
#index_banner{width:100%;height:395px;text-align:center;border-bottom:2px solid #fff;overflow:hidden;background-color:#fff;}
/*index*//*首页六大块*/
#index_main{padding-top:28px;padding-bottom:19px;background:#fbfbfb;}
#index_main h3{height:46px;line-height:46px;padding-left:13px;font-size:16px;font-weight:normal;margin-bottom:86px;}
#index_main .con{width:240px;line-height:18px;height:54px;overflow:hidden;padding-left:13px;}
#index_main ul{}
#index_main ul li{height:18px;line-height:18px;background:url(../images/dian_a.png) no-repeat 0px 6px;text-indent:10px;overflow:hidden;}
#index_main .more_a{width:41px;height:41px;line-height:41px;position:absolute;bottom:30px;right:20px;}
#index_main .more_a a{display:block;}
.index_a{width:330px;height:207px;background:url(../images/index_a.png) no-repeat 0px 0px;margin-bottom:10px;position:relative;text-align:left;}
.index_b{width:330px;height:207px;background:url(../images/index_b.png) no-repeat 0px 0px;margin-bottom:10px;margin-left:5px;margin-right:5px;position:relative;text-align:left;}
.index_c{width:330px;height:207px;background:url(../images/index_c.png) no-repeat 0px 0px;margin-bottom:10px;position:relative;text-align:left;}
.index_d{width:330px;height:207px;background:url(../images/index_d.png) no-repeat 0px 0px;margin-bottom:10px;position:relative;text-align:left;}
.index_e{width:330px;height:207px;background:url(../images/index_e.png) no-repeat 0px 0px;margin-bottom:10px;margin-left:5px;margin-right:5px;position:relative;text-align:left;}
.index_f{width:330px;height:207px;background:url(../images/index_f.png) no-repeat 0px 0px;margin-bottom:10px;position:relative;text-align:left;}

/*main*//*子页导航*/
#child_banner{width:100%;height:350px;text-align:center;overflow:hidden;}
#child_banner img{width: 100%;}

@media (max-width:1200px) and (min-width:320px){
#child_banner{height: inherit;}
}

#child_nav{height:39px;background:url(../images/child_nav.png) repeat-x 0px 0px;font-size:14px;}
#child_nav span{width:122px;height:39px;line-height:39px;float:left;}
#child_nav span.nav_line{width:1px;background:url(../images/child_nav.png) no-repeat 0px -50px;}
#child_nav span.hover{background:url(../images/child_nav.png) no-repeat -10px -50px;}
#child_nav span.hover_02{background:url(../images/mdgj.jpg) no-repeat 0px 0px;}
#child_nav span.hover_02 a{color:#fff;}
#child_nav span.hover a{color:#fff;}
#main{margin-bottom:39px;background:#fff;width:928px;padding-left:36px;padding-right:36px;padding-top:6px;padding-bottom:36px;clear:both;text-align:left;}
.tit_position{height:42px;line-height:42px;font-weight:normal;color:#333;font-size:16px;border-bottom:1px solid #d9d9d9;margin-bottom:34px;}	
	.tit_position span.floatR{font-size:12px;margin-right:20px;padding-top:2px;_padding-top:14px;}
    .tit_position span.special{font-size:12px;margin-right:20px;padding-top:2px;_padding-top:18px;}
	.tit_position img{vertical-align:middle;}
	
/*楼宇租售*/
.nav_other_02{height:46px;background:url(../images/nav_other_02.png) repeat-x 0px 0px;font-size:14px;}
.nav_other_02 span{width:106px;height:46px;line-height:46px;float:left;text-align:center;background:url(../images/nav_other_02.png) no-repeat 0px -60px;margin-right:5px;}
.nav_other_02 span.hover{background:url(../images/nav_other_02.png) no-repeat 0px -120px;}
.nav_other_02 span.hover a{color:#012877;}
.letter{width:402px;height:88px;background:url(../images/letter.jpg) no-repeat left top;padding-left:290px;padding-top:46px;}
.letter p{height:31px;}
.letter_txt{padding-left:22px;margin-top:20px;}
.letter_txt em{color:#f00;vertical-align:middle;font-style:normal;}
.letter_txt p{height:50px;}
.letter_txt .p2{height:110px;}
.letter_txt .p2 span{_margin-right:16px;text-align:right;margin-right:19px;width:133px;display:inline-block;float:left;line-height:20px;padding-left:119px;}
.letter_txt span{text-align:right;margin-right:19px;width:252px;display:inline-block;float:left;line-height:30px;}
.letter_txt input{width:388px;height:18px;border:1px solid #ccc;padding-left:10px;float:left;padding-top:5px;padding-bottom:5px;background:url(../images/border_top.jpg) no-repeat left top;}
.letter_txt .p2 textarea{width:560px;height:87px;background:url(../images/border_top_02.jpg) no-repeat left top;border:1px solid #ccc;padding-left:10px}
.letter_txt strong{display:block;width:121px;height:38px;background:url(../images/buil_submit.jpg) no-repeat;margin:0 auto;text-align:center;line-height:38px;color:#fff;font-size:14px;font-weight:normal;cursor:pointer;}


/*海外园区-国际合作*/
.nav_other_03{height:46px;background:url(../images/nav_other_03.png) repeat-x 0px 0px;font-size:14px;}
.nav_other_03 span{width:219px;height:46px;line-height:46px;float:left;text-align:center;background:url(../images/nav_other_03.png) no-repeat 0px -60px;margin-right:5px;}
.nav_other_03 span.hover{background:url(../images/nav_other_03.png) no-repeat 0px -120px;}
.nav_other_03 span.hover a{color:#012877;}
#oversea_list{padding-left:33px;padding-top:31px;}
#oversea_list p{height:75px;line-height:24px;width:867px;text-indent:2em;}
#oversea_list span{display:block;border-bottom:1px solid #d9d9d9;width:295px;margin-left:283px;margin-bottom:30px;}
.over_pic img{margin-right:23px;}

/*海外园区-国际合作2*/
#oversea_list_02{padding-left:19px;padding-top:31px;}
#oversea_list_02 p{height:109px;line-height:24px;text-indent:2em;padding-right:20px;}
.over_pic_02{padding-left:38px;margin-bottom:49px;}
.over_pic_02 img{margin-right:75px;}
.tit_world{height:28px;line-height:28px;padding-bottom:1px;border-bottom:1px solid #f1f1f1;font-weight:normal;margin-bottom:20px;overflow:hidden;}
.tit_world span{height:28px;background:#f2f2f2;padding-left:13px;padding-right:13px;}
.w_img_list ul li{float:left;display:inline;width:208px;height:130px;padding-left:12px;padding-right:12px;margin-bottom:24px;_width:198px;_padding:0 9px 0 9px;}
.w_img_list a{width:208px;height:124px;border:3px solid #fff;display:inline-block;}
.w_img_list a:hover{width:208px;height:124px;border:3px solid #CA0A17;display:inline-block;border-radius:5px;}


/*海外园区-国际合作3*/
.maidao{padding-top:13px;display:block;}
#oversea_list_03{margin-left:12px;margin-right:12px;padding-top:38px;height:196px;border-bottom:1px solid #d9d9d9;margin-bottom:40px;}
#oversea_list_03 p{text-indent:2em;line-height:24px;width:852px;padding-left:26px;}
.over_list_02{height:296px;overflow:hidden;}
#child_nav .mdjt{display:inline-block;width:112px;text-align:left;padding-left:10px;}

/*页码page*/
.page{width:100%;}
.page .page_con{margin:0px auto;text-align:center;padding-top:5px;padding-bottom:5px;}
.page .page_con a{line-height:16px;height:16px;border:1px solid #e1e1e1;margin-left:3px;margin-right:3px;padding:1px 6px;text-decoration:none;}
.page .page_con a:hover,.page .page_con span.check{background:#fff;border:1px solid #e1e1e1;color:#D80113;text-decoration:none;}
.page .page_con span.check{padding:1px 6px;}
#main .p_line{width:928px;height:42px;border-bottom:1px solid #d9d9d9;margin-bottom:28px;}

/*合作伙伴partner*/
.partner_list{}
.partner_one{float:left;display:inline;width:162px;height:88px;margin-right:26px;margin-bottom:37px;border:1px solid #ddd;}
.partner_last{margin-right:0px;}

/*案例分享case*/
.case_one{float:left;display:inline;border-right:1px solid #dedede;width:231px;height:118px;margin-bottom:9px; position:relative; overflow:hidden;}
.float_txt{display:none;}
.case_one img {position:absolute;top:37px;left:58px;}
.case_one:hover .float_txt{width:231px;height:118px;border-right:1px solid #dedede;background-color:#666;opacity:0.9;position:absolute;top:0;left:0px;display:block;color:#fff; z-index:101;}
.case_one:hover a{display:inline-block;width:181px;padding-left:24px;color:#fff;padding-top:18px;line-height:20px;}
.float_text a:hover{color:#fff;}
/*.case_one:hover .float_txt{width:231px;height:118px;border-right:1px solid #dedede;background-color:#666;opacity:0.9;position:relative;top:-118px;left:0px;display:block;color:#fff;}
.float_txt{display:none;}
.case_one:hover a{display:inline-block;width:181px;padding-left:24px;color:#fff;padding-top:18px;line-height:20px;}
.float_text a:hover{color:#fff;}
*/


/*瀚海桥*/
.bridge_blue a{width:90px;height:17px;color:#00307c;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;text-align:center;line-height:17px;display:inline-block;_margin-top:18px;}
.bridge_blue{width:92px;padding-left:560px;}
.bridge_list{padding-top:13px;padding-left:13px;padding-bottom:19px;}
.bridge_one{width:450px;height:85px;border-right:1px solid #e0e0e0;margin-bottom:47px;}
.bridge_one_02{border-right:none;width:413px}
.bri_pic{width:145px;}
.bri_txt{width:305px;color:#00307c;}
.bri_txt h4{width:239px;height:33px;line-height:33px;background:url(../images/birdge_arrow.jpg) no-repeat 2px center;padding-left:15px;border-bottom:1px solid #dedede;}
.bri_txt p{padding-top:8px;width:250px;line-height:20px;color:#1c1b1b;}
.bri_imag{height:186px;display:block;}
#main_02{margin-bottom:39px;background:#fff;width:928px;padding-left:36px;padding-right:36px;padding-top:6px;clear:both;text-align:left;}

/*   */
.bg_f {
	background-color: #fff;
}
.w1000 {
	width: 1000px;
}
.w928 {
	width: 928px;
}
.fauto {
	margin-right: auto;
	margin-left: auto;
}
.pad_b45 {
	padding-bottom: 45px;
}
.pad_t20 {
	padding-top: 20px;
}
.bg_f h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	display: block;
}
.bg_f h2 span {
	font-size: 12px;
	color: #666;
	float: right;
	padding-top:5px;
	margin-right:20px;
}
.bg_f h2 span img {
    margin-right:5px;
}
.bg_f h2 a {
	color: #666;
}
.bg_f h2 a:hover {
	color: #D6000F;
}

.cen_nr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	padding-top: 40px;
	margin-top: 10px;
}
.cen_nrr {
	width: 441px;
}
.cen_nr_l {
	width: 448px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	padding-bottom: 30px;
	padding-top: 37px;
}
.cen_nr_l h3 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	height: 28px;
	width: 171px;
	line-height: 28px;
	text-align: center;
	background-color: #2758a5;
	margin-bottom: 35px;
}
.cen_nr_l p {
	padding-left: 19px;
	text-indent: 2em;
	font-size: 12px;
	line-height: 24px;
	color: #2a2a2a;
}
.cen_nr2 .li_h_ho {
	width: 297px;
	padding-right: 18px;
	float: left;
}
.cen_nr2 .li_h {
	height: 100px;
	padding-bottom: 20px;
	background-color: #eee;
	position: relative;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
}
.cen_nr2 h3 {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 10px;
	color: #090909;
	font-size: 14px;
	background-color: #EFEEEE;
}
.cen_nr2  p {
	font-size: 12px;
	line-height: 24px;
	padding-right: 15px;
	padding-left: 15px;
}
.cen_nr2  h4 {
	color: #5994c8;
	font-size: 14px;
	line-height: 19px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.cen_nr2 h4 span{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #11a3dc;
	padding: 0px;
}
.cen_nr2 span {
	padding-left: 143px;
	color: #1972B6;
}

.cen_nr2 div ul {
	width: 214px;
	padding-right: 42px;
	padding-left: 42px;
	height: 70px;
}

.cen_nr2 .c_n2_bg{
	width: 61px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.cen_nr2 .c_n2_no{
	height: 70px;
	width: 14px;
	color: #1872b5;
	padding: 0px;
	line-height: 70px;
	text-align: center;
}
.c_n2_bg1 {
	background-image: url(../images/six_19.jpg);
	background-repeat: no-repeat;
}

.h70 {
	height: 70px;
	line-height: 70px;
}
.cen_nr2 strong{
	color: #6a6a6a;
	font-weight: bold;
	line-height: 20px;
	font-size: 10px;
}
.cen_nr2_p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
.w33 {
	width: 298px;
	margin: 0px;
	padding: 0px;
}

.w33 li {
	float: left;
	width: 99px;
	text-align: center;
}
.cen_b_s {
	background-image: url(../images/cen_sans_03.jpg);
	float: right;
	height: 23px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 101;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 95% top;
	background-color: #EFEEEE;
}
.cen_b_x {
	background:#eeeeee url(../images/cen_sanx_03.jpg) no-repeat 95% top;
	float: right;
	height: 23px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 101;
	right: 0;
	bottom: 0;
}
.pad0 {
	padding: 0px;
}
.all_seven {
	height: 38px;
	border:#ebeef1 solid 1px;
	background-image: url(../images/child_nav.png);
	background-repeat: repeat-x;
}
.all_seven span{font-size:14px;color:#777;text-align:center; display:block;width:122px;height:39px;line-height:39px;float:left;}
.all_seven span a{color:#777}
.all_seven .a_s_two{width:250px;}
.all_seven span.nav_line{width:1px;background:url(../images/child_nav.png) no-repeat 0px -50px;}
.all_seven .a_s_bg {
	background-image: url(../images/all_seven_hover_08.jpg);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-color: #ab9f9f;
}
.all_seven .a_s_bg a {
	color: #fff;
}
.cen_nr h3 span {
	background-image: url(../images/nr_bg_b_14.jpg);
	background-repeat: no-repeat;
	display: block;
	line-height: 26px;
	height: 26px;
	width: 79px;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
}
.pad17 {
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 20px;
	line-height: 24px;
	font-size: 12px;
	color: #707070;
}
.text_cen {
	text-align: center;
}
.pad_tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.h79 {
	height: 79px;
    border:#d4d4d4 solid 1px;
}
#ThumbPic li {
	height: 79px;
	width: 143px;
	float: left;
}
.inf_tab {
	padding: 8px;
	border: 1px solid #dbdbdb;
	height: 391px;
	margin-bottom: 20px;
}
.inf_tab_img {
	float: left;
	height: 391px;
	width: 695px;
}
.inf_tab1_img {
	float: right;
	width: 202px;
	height: 695px;
}
.inf_tab_img div {
	display: none;
	position: relative;
	overflow: hidden;
	height: 391px;
	width: 695px;
}
.inf_tab p {
	height: 50px;
	width: 665px;
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 101;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
	background-image:url(../images/black_png1_03.png);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	bottom:0;
	left:0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.inf_tab p span {
	font-size: 12px;
	padding-left: 12px;
}



.inf_tab1_img img {
	padding-bottom: 8px;
	padding-top: 8px;
}
div.orbit-wrapper { position: relative; overflow: visible; width: 730px;height: 365px;  background: url(../images/entre_img_bg_03_03.jpg)  no-repeat  center 300px;margin:0 auto;}
#featured.orbit { position: relative; overflow: hidden;}
#featured.orbit span { display:none;}
#featured.orbit li { position: absolute; display:block;overflow:hidden; float:left; }
#featured.orbit li a img{width:100%;height:100%;}
div.orbit-wrapper h4{ display: none; }
div.timer {display: none;}
div.slider-nav { display: block; }
div.slider-nav span { width: 52px; height: 52px;  color: #fff; text-align: center; position: absolute; z-index: 100; top: 110px; cursor: pointer; text-indent:-9999px;}
div.slider-nav span.right { right: -50px; background:url(../images/arrowR.jpg) no-repeat right center; }
div.slider-nav span.left { left:-50px;background:url(../images/arrowL.jpg) no-repeat left center; }
.orbit-wrapper #featured li p a{
	position: absolute;
	left: 0;
	width: 96%;
	height: 36px;
	top: 252px;;
	display: block;
	background-image: url(../images/black_png1_03.png);
	background-repeat: repeat;
	padding:0 2%;
	line-height:36px;
	overflow: hidden;
	text-overflow:ellipsis;
	color:#fff;
}
.dom_box_1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	margin-top: 1px;
}
#dom_box1 li {
	padding-right: 28px;
	padding-left: 28px;
	float: left;
	width: 253px;
	height: 63px;
	padding-bottom: 22px;
	background-image: url(../images/dome_li_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	line-height: 24px;
}
#dom_box1 span {
	float: left;
	width: 16px;
	height: 63px;
	background-image: url(../images/dome_li_num_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	padding-left: 9px;
	padding-right: 10px;
}
#dome_box1 li .pad5{ padding-left:5px;width:20px;}
#dom_box2 li {
	width: 423px;
	float: left;
	padding-right: 21px;
	padding-left: 20px;
	line-height: 24px;
	padding-top: 31px;
}
#dom_box2 li img {
	display: block;
	height: 78px;
	width: 118px;
	float: left;
	padding-right: 18px;
}
.w1000 a:hover {color: #6F86B2;}
.all_seven span:hover a{color:#d60001;}
/**/
/*page*/
.page{
	width: 100%;
	padding-top: 28px;
}
.page .page_con{margin:0px auto;text-align:center;padding-top:5px;padding-bottom:5px;}
.page .page_con a{line-height:16px;height:16px;border:1px solid #e1e1e1;margin-left:3px;margin-right:3px;padding:1px 6px;text-decoration:none;}
.page .page_con a:hover,.page .page_con span.check{background:#fff;border:1px solid #e1e1e1;color:#D80113;text-decoration:none;}
.page .page_con span.check{padding:1px 6px;}
.mar_b40 {margin-bottom:40px;}
.inf_tab {
	padding: 8px;
	border: 1px solid #dbdbdb;
	height: 391px;
	margin-bottom: 20px;
}
.inf_tab_img {
	float: left;
	height: 391px;
	width: 695px;
	overflow: hidden;
}
.inf_tab1_img {
	float: right;
	width: 202px;
	height: 391px;
	overflow: hidden;
	background-color: #fff;
}
.inf_tab #indemo {
	height: 800%;
}
.inf_tab_img li {
	display: none;
	position: relative;
	overflow: hidden;
	height: 391px;
	width: 695px;
}
.pad_97 {
	padding-top: 97px;
}
.pad_24 {
	padding-top: 24px;
}
.pad_74 {
	padding-top: 74px;
}
.pad_b40 {
	padding-bottom: 40px;
}
.pad_t44 {
	padding-top: 44px;
}
.pad_t60 {
	padding-top: 60px;
}
.pad_t6 {
	padding-top: 6px;
}
.pad_b26 {
	padding-bottom: 26px;
}
.pad_b8 {
	padding-top: 8px;
}
.pad_b48 {
	padding-bottom: 48px;
}
.pad_10 {
	padding-top: 10px;
}
.pad_5 {
	padding-top: 5px;
}
.inkPhoBox {
	width: 100%;
}
.inkPhoBox .main{
}
.inkPhoBox .mod18{
	position: relative;
}
.inkPhoBox #prev{
	height: 78px;
	width: 79px;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(../images/inter_left_03.jpg);
	background-repeat: no-repeat;
}
.inkPhoBox #next{
	height: 78px;
	width: 79px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	background-image: url(../images/inter_right_06.jpg);
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
}
.inkPhoBox .mod18 #prevTop{display:none}
.inkPhoBox .mod18 #nextTop{display:none}
.inkPhoBox .mod18 li{float:left;}
.inkPhoBox .mod18 .cf li{
	position: relative;
	color: #fff;
	float: left;
}
.inkPhoBox .mod18 .cf a{
	display: block;
	width: 619px;
	height: 323px;
	position: absolute;
	color: #fff;
}
.inkPhoBox .mod18 .cf li span{
	display: block;
	width: 619px;
	position: absolute;
	line-height: 22px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");				height: 37px;
	left: 0;
	bottom: 0px;
	padding-top: 10px;
}
.inkPhoBox .bigImgBox{
	width: 619px;
	height: 323px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.inkPhoBox .mod18 .picBox{
	width: 619px;
	height: 323px;
	position: relative;
	overflow: hidden;
}
.inkPhoBox .mod18 .picBox ul{height:514px;position:absolute; left:0;}
.inkPhoBox .mod18 .picBox li{
	width: 619px;
	height: 323px;
}
.inkPhoBox .smImgBox{
	width: 872px;
	height: 65px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.inkPhoBox .mod18 .listBox{
	height: 65px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 715px;
	background-color: #F4F4F4;
	padding-top: 7px;
	padding-bottom: 6px;
}
.inkPhoBox .mod18 .listBox ul{
	height: 65px;
	position: absolute;
	padding-left: 0px;
	width: 671px;
}
.inkPhoBox .mod18 .listBox li{
	width: 125px;
	height: 65px;
	cursor: pointer;
	position: relative;
	padding-right: 9px;
	padding-left: 9px;
}
/*.inkPhoBox .mod18 .listBox .on img{
	width: 125px;
	height: 65px;
}
*/
.inkPhoBox .mod18 .listBox li div{
	width: 125px;
	height: 65px;
	position: absolute;
	z-index: 108;
	left: 9px;
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.3; /*Firefox私有，透明度50%*/
	opacity: 0.3;/*其他，透明度50%*/
	top: 0;

	left::9px;
	background-image: url(../images/black_png1_03.png);
	}
.inkPhoBox .mod18 .listBox .on div{	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
	background:none;
}
.inkPhoBox .mod18 .listBox li:hover div{filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
	background:none;}	
.inkPhoBox .mod18 .listBox .on i{
	display: block;
	background-image: url(../images/inter_img_bg_03.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 128px;
	position: absolute;
	z-index: 107;
	left: 7px;
	top: -1px;
	padding-bottom:2px;
}
.inkPhoBox .left_top { font-family:Arial; font-size:32px; color:#fff; text-align:center; height:30px; line-height:30px; background:#333}
.inf_tab #tab1 li p a {
	color: #fff;
}
.news_a_list1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}
.news_a_list1 li{
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding-left: 30px;
	height: auto;
	padding-right: 30px;
}
.news_a_list1 li h2 a{
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}

.news_a_list1 li h2{
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
}
.news_a_list1 li h3 {
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	color: #a7a7a7;
}
.news_a_list1 li h4{
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #a7a7a7;
}
.news_a_list {}
.news_a_list li{
	padding-top: 22px;
	padding-bottom: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding-right: 10px;
	height: 76px;
}
.news_a_list li h2 a{
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}
.news_a_list li h4 span {
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding-bottom: 8px;
	width: 41px;
	margin-right: auto;
	margin-left: auto;
}

.news_a_list li h2{
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
	
}
.news_a_list li h3 {
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	color: #a7a7a7;
	display: block;
	height: 40px;
	overflow: hidden;
}
.news_a_list li h4{
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	width: 45px;
	float: left;
	display: block;
	padding-right: 26px;
	padding-left: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 15px;
	color: #a7a7a7;
}
.news_a_list_div   {
	float: right;
	width: 830px;
}
.dom_box_1 #dom_box1 .bac {
	background: none;
}
