@charset "utf-8";
/* CSS Document */






/* 妞达拷�烽���ゆ�烽��浠�锟介������ wxq */
.cityselection h3 { font-size:26px; color:#333; padding:30px; }
.citysearch { border-top: 2px solid #3399ff;}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 260px;
  background: #fff;
  border: 1px solid #3e94dd;
  border-radius: 3px;
  
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 38px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.citysearch h3 ,.citysearch .dropdown { float:left;}
.citysearch .dropdown ,.sub_citysearch { float:left; margin-left:15px; margin-top:25px;}
.sub_citysearch { width:142px; height:40px; line-height:40px; background:#3399ff; font-size:18px; color:#fff; text-align:center; border-radius:8px;  }

.city_list {
    border-top: 2px solid #3399ff;
    padding: 30px;
}

.city_list h3 ,.city_list p {
    display: inline-block;
    vertical-align: top;
}

.city_list h3 {  font-size:26px; color:#333; }


.city_list a {
    display: inline-block;
    margin: 7px 15px 5px 0;
	font-size:18px;
	color:#999;
}


.city_list p {
    width: 840px;
	margin-left:35px;
}

.citieslist { border-top: 2px solid #3399ff; padding:30px 30px 120px 30px;}
.citieslist h3 { font-size:26px; color:#333;
	height: 32px;
    line-height: 30px;
	
   }

.citieslist p {
    padding: 15px 10px 6px 0px;
}

.citieslist .label {
    height: 42px;
    line-height: 42px;
    margin-right: 5px;
    width: 42px;
	
}


.citieslist .label strong {
    background: #deeefe;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    display: block;
    font-size:22px;
    height: 42px;
    text-align: center;
    width: 42px;
	color: #333;
}

.citieslist span {
    width: 1002px;
}
.citieslist .label, .citieslist span {
    display: inline-block;
    vertical-align: top;
}

.citieslist a {
    border-radius: 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 10px;
    padding: 0 2px 1px;
	font-size:18px; 
	color:#999;
}

/* ���ゆ�烽���ワ拷锟斤拷��妤ｆ������浠�锟?wxq */
.srh_nav { height:48px; line-height:69px; border-bottom: 2px solid #e0e0e0;}
.srh_nav a { font-size:18px; color:#333; margin-right:30px;}
.srh_nav .change { color:#3e94dd; border-bottom:2px solid #3e94dd; padding-bottom:1px;}
.srh_nav a:hover { color:#3e94dd; border-bottom:2px solid #3e94dd; padding-bottom:1px; }
.left_bar ,.right_bar { float:left; margin-top:30px;}
.left_bar { width:765px; }
.right_bar { width:400px; margin-left:35px;}
.left_bar_body { margin-bottom:30px;}
.left_bar_body_l ,.left_bar_body_r { float:left;}
.left_bar_body_l { position:relative;}
.left_bar_body_l .img_sign { position:absolute; padding:5px 8px; background:#252828; opacity:0.5; top:5px; left:8px; color:#fff; text-align:center; border-radius:8px;}
.left_bar_body_r { width:475px; margin-left:25px;}
.left_bar_body_r h3 { font-size:18px; color:#333;}
.left_bar_body_r h3 a:hover {  color:#3399ff;}
.left_bar_body_con {font-size:14px; color:#999999; line-height:24px; }
.left_bar_body_r_tool { color:#666; line-height:16px;}
.left_bar_body_r_tool_l { float:left; padding-top:5px;}
.left_bar_body_r_tool_l img{ float:left;}
.left_bar_body_r_tool_r { float:right;}
.right_bar_ad { margin-bottom:15px;}
.left_bar02 ,.right_bar02 { float:left; margin-top:20px;}
.left_bar02 { width:800px; }
.right_bar02 { width:350px; margin-left:35px;}
.search_word { height:26px; line-height:26px; font-size:12px; color:#333; text-indent:10px; background:#fcedde; margin-bottom:20px;}
.search_word span { color:#ff6000;}

.comppage {
    
    border-top: medium none;
    height: 50px;
    padding-top: 20px;
    text-align: center;
}
.comppage a {
	background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #0756bc !important;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px 6px;
    margin: 0 4px;
}

.comppage .selected {
	background-color: #3399ff;
    border: 1px solid #d6d6d6;
    color: #fff !important;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px 6px;
}
.comppage .current {
	background-color: #3399ff;
    border: 1px solid #d6d6d6;
    color: #fff !important;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px 6px;
}

.comppage a:hover {
	background-color: #3399ff;
    border: 1px solid #d6d6d6;
    color: #fff !important;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px 6px;
}
	
.comppage span,a {
    cursor: pointer;
    font-family:'Microsoft YaHei','SimHei';}
.txt_compage { width:30px; height:15px; line-height:15px; border:1px solid #666; text-align:center;}
.btn_compage { background-color: #3399ff; width:40px; height:20px; line-height:20px; text-align:center;  font-size:12px; color:#fff; border-radius:4px;}

.srh_cx { width:292px; float:left; margin:0 85px 50px 0; }
.srh_cx_body { border:1px solid #f3f3f3; height:100%;}
.srh_cx_body p { background:#f3f3f3; height:42px; line-height:42px; font-size:24px; text-align:center; color:#333;}
.srh_cx_tool { text-align:center; margin-top:20px; }
.srh_cx_tool a { padding:5px; border:1px solid #666; font-size:14px; color:#333; text-align:center;  }

.srh_spbody { margin-top:20px;}
.srh_spbody a { display:block; width:174px; float:left; margin-right:26px;}
.s_sp_img { position:relative;}
.s_spbf { display: block; position: absolute; left: 70px; top: 40px; width: 44px; height: 44px; background:url(../../image/home/icon/bfbtn.png) no-repeat;}
.s_sp_title { font-size:14px; color:#333; line-height:26px;}


.srh_sp { width:365px; float:left; margin:0 17px 50px 0; }
.srh_sp_body { height:130px; background:#f2f2f2; padding:20px 0 0 10px;}
.srh_sp_body h3 { font-size:18px; color:#333; height:38px; line-height:38px;}
.srh_sp_body p { font-size:16px; color:#999; height:40px; line-height:40px;}

/* ���ゆ�烽���ワ拷妞达拷锟介���ゆ�� wxq */
.s_autobox { height:auto;}
.s_autobox a { display:block; width:172px; height:178px; border:1px solid #fff; background:#fff; float:left; margin-right:25px; text-align:center; margin-bottom:10px;}
.s_autobox a:hover { box-shadow: 0px 0px 3px 3px #ebebeb;}
.s_auto_title ,.s_auto_price ,.s_auto_xh { margin-top:5px;}
.s_auto_title { font-size:16px; color:#333;}
.s_auto_price { font-size:14px; color:#ff3333; font-weight:bold;}
.s_auto_xh { font-size:12px; color:#666;}
.s_auto_pic { margin-top:25px;}

/* ���ゆ�烽���ワ拷����锟斤拷锟解�?wxq */
.l_b_p { margin-bottom:40px;}
.l_b_p_top { height:26px; line-height:26px; margin-bottom:20px;}
.l_b_p_t01 ,.l_b_p_t02 ,.l_b_p_t03 ,.l_b_p_t04 { font-size:20px; color:#333; font-weight:bold; float:left; text-indent:10px; }
.l_b_p_t01{ border-left:5px solid #ff3333;}
.l_b_p_t02 { border-left:5px solid #33cc66}
.l_b_p_t03 { border-left:5px solid #3399ff;}
.l_b_p_t04 { border-left:5px solid #ffcc33;}
.l_b_p_top a { display:block; width:80px; float:right; font-size:14px; color:#333; background:url(../../image/home/icon/r_jt01.png) 60px 6px no-repeat;}
.l_b_p_top a:hover { color:#3399ff;background:url(../../image/home/icon/r_jt02.png) 60px 6px no-repeat;}

/* �伴�� wxq */
.new_leftbar { float:left; width:800px;}
.new_rightbar { float:left; width:360px; margin-left:40px;}
.new_subnav { margin-top:25px; height:30px;  border-bottom:2px solid #e0e0e0;}
.new_subnav a { display:block; float:left; width:40px; height:30px; line-height:30px; text-align:center; font-size:18px; color:#828a92; margin-right:30px;}
.new_subnav a:hover { border-bottom:2px solid #3e94dd; color:#3d464d;}
.new_subnav .current { border-bottom:2px solid #3e94dd; color:#3d464d;}
.news_item { height:170px;}
.news_item .news_pic { padding-top:15px; position:relative; float:left;   width: 220px;   text-align: center;   height: 146px; }
.news_pic span { position:absolute; z-index:999; padding:0px 10px; line-height:22px; border-radius:10px; color:#fff; text-align:center; background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; left:8px; top:25px;}
.news_main { margin-left:20px; float:left; width:535px; padding-top:15px;}
.news_main h2 { font-size:18px; color:#3d464d; font-weight:600;}
.news_main h2:hover { color:#6699ff;}
.news_main .new_cont { color:#828a92; line-height:24px; margin-top:15px;}
.news_main .news_info { color:#999; margin-top:35px;}
.news_main .news_info .news_time { float:left;}
.news_main .news_info .news_action { float:right; width:40px; height:15px; background:url(../../image/icon/cky.png) 0px 3px no-repeat; padding-left:25px; } 
.news_item:hover {  background:#f6f6f6;}
.new_cont_time ,.news_info_adr { font-size:18px; color:#3d464d; margin-top:30px;}

.zt_item { height:180px;}
.zt_pic { padding-top:10px;float:left; }
.zt_main { margin-left:20px; float:left; width:480px; padding-top:10px;}
.zt_main h2 { font-size:18px; color:#3d464d; font-weight:600;}
.zt_main h2:hover { color:#6699ff;}
.zt_cont { color:#828a92; line-height:24px; margin-top:15px; font-size:14px;}
.zt_item:hover {  background:#f6f6f6;}
.zh_info { margin-top:20px; font-size:14px; color:#3d464d;}


.hot_news ,.subject_news { margin-top:25px;}
.hot_news h2 ,.subject_news h2{ font-size:18px; color:#3d464d; height:30px;  border-bottom:2px solid #e0e0e0;}
.hot_news h2 span ,.subject_news h2 span { display:block; width:40px; height:30px; border-bottom:2px solid #3e94dd; text-align:center;}
.hotnewitem { float:left; width:170px; height:160px; margin:20px 20px 0 0;}
.hotnewitem .hotnewh2 { font-size:14px; color:#3d464d; line-height:24px;}
.subjectitem { display:block; width:360px; height:170px; margin-top:15px; position:relative;}
.mongolialayer { width:360px; height:170px; background: rgba(135, 135, 135, 0.6) none repeat scroll 0 0; position:absolute; z-index:999; top:0px; left:0px;  }
.mongolialayertitle { font-size:16px; color:#fff; width:320px; text-align:center; margin:0 auto; margin-top:70px;}

.mongolialayertitle .round{width:16px;height:16px;display: inline-block;font-size:20px;line-heigth:16px;text-align:center;color:#fff;text-decoration:none;}

.pagetitle { font-size:26px; color:#333; margin-top:20px;}
.page_infobox { font-size:14px; margin-top:30px; height:30px; line-height:30px;}
.page_writer { float:left; color:#999;}
.page_time ,.page_info { color:#999;}
.page_time { float:left; margin-left:15px;}
.page_info { float:right;}
.digest { background:#fafafa; line-height:30px; margin-top:30px; border:1px solid #eee; padding:5px 20px 5px 20px; font-size:14px;}
.newscontent { width:760px; margin:0 auto; font-size:15px; color:#3d464d; padding-top:40px;}
.newscontent p { line-height:30px;  margin:15px 0;}
.newscontent table{ width:700px; margin:0 auto; text-align: center;}
.newscontent table td{ border:1px solid #ddd; padding: 5px;}
.newscontent img { max-width:640px;}
.newscontent .ftr, .newscontent .firstRow{ background:#6699ff; color: #F7F4F4;}
.newscontent a{ color: rgb(0, 112, 192);}
.newscontent caption{ text-align:center;}
.new_img_wapper { padding-bottom:5px; text-align:center;}
.new_img_wapper img { display:block; margin:0 auto;}
.newsdz { width:90px; height:90px; border-radius:50%; text-align:center; margin:55px auto 0; border:3px solid #e4e4e4; background:#6699ff;}
.newsdz a { display:block; width:90px; height:90px; border-radius:50%; }
.newsdz img { margin-top:15px;}
.newsdz p { font-size:16px; color:#fff;}
.newsdz_change { width:90px; height:90px; border-radius:50%; text-align:center; margin:55px auto 0; border:3px solid #e4e4e4; background:#cccccc;}
.newsdz_change a { display:block; width:90px; height:90px; border-radius:50%; }
.newsdz_change img { margin-top:15px;}
.newsdz_change p { font-size:16px; color:#fff;}
.sharetoolbox { float:right; margin-top:30px;}
.sharetxt { float:left; width:80px; text-align:center; font-size:16px; color:#828a92;}
.shareicon { float:left;}
.shareicon a { display: block; float: left; height: 26px; margin: 0; padding: 0 5px; width: 26px;}
.shareicon .shareqq { background:url(../../image/icon/shareqq.png) no-repeat;}
.shareicon .shareweibo { background:url(../../image/icon/shareweibo.png) no-repeat;}
.shareicon .shareweixin { background:url(../../image/icon/shareweixin.png) no-repeat;}
.shareicon .shareqzoon { background:url(../../image/icon/shareqzong.png) no-repeat;}
.fgx { border-bottom:1px solid #999; margin-top:40px;}
.aboutread { border-top:1px solid #999; margin-top:50px;}
.aboutread h3 { font-size:18px; color:#333; margin-top:10px;}
.aboutreadblock { display:block; float:left; width:180px; margin:20px 26px 0 0;}
.aboutreadtitle { font-size:14px; color:#333; border:1px solid #e2e2e2; border-top:none; height:60px; padding:8px 10px 0 10px; margin-top:-5px;}
.commentbox { margin-top:50px;}
.commentbox h3 { height:38px; background:#fafafa;}
.commentbox h3 span { display:block; width:100px; font-size:14px; color:#666; font-weight:bold; text-align:center; border-top:2px solid #6699ff; height:36px; line-height:36px; background:#fff;}
.text_comment { width:780px;height:100px; background:#fff; border-radius:4px; font-size:14px; color:#999; resize:none; border:1px solid #cccccc; padding:10px;}
.comment_btn { float:right; margin-top:10px; font-size:12px; color:#999; height:30px; line-height:30px;}
.comment_btn span { float:left; margin-right:10px;}
.btn_comment { float:left; display:block; width:80px; height:30px; line-height:30px; background:#6699ff; font-size:14px; color:#fff; text-align:center; border-radius:4px;}
.page_comment { margin-top:35px;}
.page_comment h3 { height:38px; line-height:38px; background:#fafafa; font-size:14px; color:#666; padding-left:15px;}
.show_main03 { margin-top:20px; padding-bottom:20px; }
.pagephoto { float:left; width:60px; height:60px; border-radius:50%;}
.pagephoto img { width:60px; height:60px; border-radius:50%;}
.show_value { float:left; width:650px; margin-left:20px;}
.p_c_userinfo { font-size:14px; color:#6699ff;}
.p_c_userinfo span { margin-left:20px; color:#999;}
.p_c_cont { font-size:14px; color:#3d464d; line-height:24px; margin-top:15px;}
.p_c_reply { float:left; width:60px; text-align:center; margin-left:10px; }
.p_c_reply .floor { font-size:14px; color:#ff9600;  }
.p_c_reply .reply_btn { display:block; width:60px; font-size:14px; color:#6699ff; margin-top:15px;}
.show_box03 { width:640px; margin-left:80px;}
.reply_text03 { width:635px; height:60px; color:#666; resize:none; border:1px solid #ccc; padding-left:5px; border-radius:4px;}
.replyphoto { float:left; width:30px; height:30px; border-radius:50%;}
.reply_value { float:left; width:590px; margin-left:20px;}
.p_r_userinfo { font-size:12px; color:#999; }
.p_r_userinfo span { color:#6699ff; }
.p_r_cont { margin-top:5px; line-height:20px;}
.p_r_btn { margin-top:5px;}
.p_r_btn a { font-size:12px; color:#666;}
.zh_table { width:100%; margin-top:10px;}

.zh_table tr td { font-size:14px; color:#666; line-height:24px;}
.newbanner { width:1200px; margin:0 auto; }
.ztbanner { width:1200px; margin:0 auto; position:relative; }
.ztmongolialayer { width:1200px; height:400px; background: rgba(135, 135, 135, 0.6) none repeat scroll 0 0; position:absolute; z-index:998; top:0px; left:0px;  }
.ztmongolialayertitle { font-size:28px; color:#fff; text-align:center; margin:0 auto; margin-top:90px; }
.ztmongolialayer p { font-size:24px; color:#fff;  text-align:center; margin:0 auto; margin-top:75px;}
.ztmongolialayertitle .round{width:16px;height:16px;display: inline-block;font-size:20px;line-heigth:16px;text-align:center;color:#fff;text-decoration:none;}
.ztmongolialayer a { display:block; width:130px; height:40px; line-height:40px; font-size:18px; color:#fff; text-align:center; border:1px solid #fff; margin:65px auto 0;}
.ztbitem { display:block; width:390px; height:200px; margin-top:10px; position:relative; float:left; margin-right:15px;}
.ztblayer { width:390px; height:200px; background: rgba(135, 135, 135, 0.6) none repeat scroll 0 0; position:absolute; z-index:999; top:0px; left:0px;  }
.ztblayertitle { font-size:18px; color:#fff; text-align:center; margin:0 auto; }
.zt_column { margin-top:25px;}
.zt_column h3 { font-size:20px; color:#3d464d;}

/* ��绔���琛� */
.forum-list { margin-top:20px;}
.forum-list li{
	position: relative;
	top: 0;
	width: 390px;
	height: 340px;
	float: left;
	margin-right: 15px;
	margin-bottom: 16px;
	background: #fff;
	transition: top 0.2s;
	
}
.forum-list li:hover {
	top: -1px;
	box-shadow: 1px 2px 6px #999;
}
.forum-list li h3:hover {
	color: #0795EC;
}
.forum-list li:nth-child(3n) {
	margin-right: 0px;
}
.forum-list li .imgBox {
	width: 390px;
	height: 200px;
	overflow: hidden;
}
.forum-list li .list-img {
	width: 100%;
	border: none;
}
.forum-text {
	padding: 15px;
} 
.forum-text h3 {
	color: #282C31;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
}
.forum-text p {
	font-size: 14px;
	color: #797979;
	line-height: 26px;
	overflow:hidden; 
	height: 52px;
	margin-top: 5px;
}
.btn_ztpage { display:block; width:120px; height:30px; line-height:30px; border:1px solid #dfdfdf; text-align:center; margin:50px auto; border-radius:20px; color:#3d464d;}
.ztbanner02 { width:1200px; margin:20px auto 0;}
.ztb_l ,.ztb_r { float:left;}
.ztbanner02 .ztb_l { width:795px; position:relative;}
.ztbanner02 .ztb_r { width:300px; margin-left:20px;}
.ztbanner02 .ztb_l p { width:795px; height:44px; line-height:44px; background: rgba(109, 113, 122, 0.5) none repeat scroll 0 0; font-size:22px; color:#fff; z-index:999; position:absolute; bottom:4px; text-indent:10px;}
.ztbitem02 { display:block; width:390px; height:195px; margin-top:15px; position:relative; float:left;}
.ztblayer02 { width:390px; height:195px; background: rgba(135, 135, 135, 0.6) none repeat scroll 0 0; position:absolute; z-index:999; top:0px; left:0px;  }

.news_item02 { height:175px; margin-top:20px;}
.news_item02 .news_pic  { float:left; padding-top:8px; position:relative; float:left; text-align: center; }
.news_main02 .news_pic { float:left;}
.news_main02 { margin-left:20px; float:left; padding-top:15px; width:830px;}
.news_main02 h2 { font-size:18px; color:#3d464d; font-weight:600;}
.news_main02 h2:hover { color:#6699ff;}
.news_main02 .new_cont { font-size:14px; color:#999; line-height:24px; margin-top:15px;}
.page_banner { width:100%; position:relative; overflow:hidden; height:550px;}
.page_banner img { width:1920px; position:absolute; left:50%; top:0; left:0; }
.ztbanner03 { height:420px; margin:20px auto 0;}
.ztbanner03 .ztb_l { width:635px; position:relative;}
.ztbanner03 .ztb_r { width:560px; margin-left:5px;}
.ztbanner03 .ztb_l p { width:635px; height:40px; line-height:40px; background: rgba(109, 113, 122, 0.5) none repeat scroll 0 0; font-size:22px; color:#fff; z-index:999; position:absolute; bottom:4px; text-indent:10px;}
.ztbnew { margin-top:6px;}
.atbtpic ,.ztbt { float:left;}
.atbtpic { width:205px;}
.ztbt { border:1px solid #f1f1f1; width:326px; height:91px; padding:40px 10px 0 10px;}
.ztbt a { font-size:16px; color:#3d464d; line-height:30px;}
.ztbt a:hover {  color:#6699ff; }
.aboutnews { float:left; margin:25px 0 0 25px; width:280px; height:330px;}
.autwrap { padding:10px 20px; border:1px solid #e2e2e2; border-top:none; margin-top:-11px;}
.auttitle { height:50px; line-height:26px; margin-top:5px;}
.auttitle a { font-size:16px; color:#3d464d; }
.auttitle a:hover { color:#6699ff;}
.autcent { margin-top:10px; height:44px; line-height:20px; color:#828a92;}
.autinfo { color:#999; margin-top:10px;}
.autwrap .autinfo_time { float:left;}
.autwrap .news_action { float:right; width:22px; height:15px; background:url(../image/icon/cky.png) 0px 3px no-repeat; padding-left:25px; }

/*�剧��杞���*/ 
.zt_column02 { margin-top:25px; overflow:hidden;}
.zt_column02 h3 { font-size:20px; color:#3d464d;}

.img-scroll { position:relative; margin:20px auto; }
.img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:30px; height:70px; top:65px; z-index:999; }
.img-scroll .prev { left:0;cursor:pointer; background:url(../../image/news/scroll_l.png) no-repeat;}
.img-scroll .next { right:0;cursor:pointer; background:url(../../image/news/scroll_r.png) no-repeat;}
.img-list { position:relative;  height:210px;  overflow:hidden;}
.img-list ul { width:9999px;}
.img-list li { float:left; display:inline; width:210px; margin-right:38px;}
	
	
/*视频轮播*/ 
.video-scroll { position:relative; margin:20px auto; }
.video-scroll .videoprev,.video-scroll .videonext { position:absolute; display:block; width:30px; height:70px; top:40px; z-index:999; }
.video-scroll .videoprev { left:0;cursor:pointer; background:url(../../image/news/scroll_l.png) no-repeat;}
.video-scroll .videonext { right:0;cursor:pointer; background:url(../../image/news/scroll_r.png) no-repeat;}
.video-list { position:relative;  height:210px;  overflow:hidden;}
.video-list ul { width:9999px;}
.video-list ul li { float:left; display:inline; width:280px; margin-right:27px; position: relative;}

.video-list ul li .bti {
    color: #3d464d;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.video-list ul li .bti a:hover { color:#6699ff;}
	
	
	
/* ���ゆ�锋ィ�℃�烽���ゆ�疯ぐ锟斤拷���ゆ�烽���ゆ�� wxq */
.xgtj_news { margin-top:60px; border-top:2px solid #333;}
.xgtj_news h3 { font-size:18px; height:32px; line-height:32px; padding-left:15px; border-left:3px solid #fbb010; margin-top:20px;}
.tjnb { padding-bottom:20px; border-bottom:1px solid #cccccc; margin-top:20px;}
.tjnb_title { font-size:18px; }
.tjnb_title span ,.tjnb_title a { float:left;}
.tjnb_title span { padding-right:10px;}
.tjnb_roundup { font-size:14px; height:75px; line-height:30px; margin-top:10px;}
.tjnb_tool { font-size:14px;}
.tjnb_tool_l { float:left;}
.tjnb_tool_r { float:right;}


/* ���ゆ�烽����锟斤拷锟姐�肩�猴拷�� wxq */
.breadnav { width:100%; height:42px; background:#e5e5e5; line-height:42px;}
.breadnav_main { width:1200px; margin:0 auto;}
.breadnav_main a { font-size:14px; color:#666;}
.video { width:1190px; margin:0px auto; margin-top:10px; }
.video_left { float:left; width:800px;}
.video_right { float:right; width:350px; margin-left:40px; }
.videotitle { font-size:16px; color:#666; margin-bottom:10px;}
.videobox { width:800px; height:490px;}
.videotool { height:30px; line-height:30px; background:#e5e5e5;}
.videotool_l ,.videotool_r { float:left; color:#666; font-size:14px;}
.videotool_l a { display:block; height:38px; line-height:38px; float:left; font-size:14px; color:#666666; }
.videotool_l .v_dz {float:left; background:url(../../image/home/icon/nsign01.png) no-repeat;width: 25px;height: 25px;margin-top: 4px;}
.videotool_l .v_dz_change {float:left; background:url(../../image/home/icon/nsign010.png) 0 4px no-repeat; width: 25px;height: 25px;}
.videotool_l .v_dz:hover {float:left; background:url(../../image/home/icon/nsign010.png)  no-repeat; width: 25px;height: 25px;}
.videotool_l .v_pl { background:url(../../image/home/icon/nsign03.png) 0 5px no-repeat; width:30px;height:30px;}
.videotool_l .v_pl:hover { background:url(../../image/home/icon/nsign030.png) 0 5px no-repeat; }
.videotool_l { float:left; margin-left:12px;}
.videotool_r { float:right; margin-right:20px; font-size:12px;}
.commentarea { width:880px; float:left;}

.hotcomment { margin-top:20px;}
.hotcomment h3 { height:40px; line-height:40px; border-bottom:2px solid #e0e0e0; font-size:16px; color:#333;}
.hotcomment h3 span {  border-bottom:2px solid #197acc; padding-bottom:9px;}
.hotcomment ul{ height:100%;  border-bottom:1px solid #bdbdbd; margin:30px 30px; display:block; padding-bottom:150px;}
.headdu{ width:53px; float:left;}
.hotcomment .huqs{ width:610px; float:left; padding-left:20px;}
.hotcomment .huqs h4,.sshd h4{ font-size:14px; color:#3399ff; padding-bottom:8px;}
.hotcomment .huqs p{ font-size:14px; line-height:26px; color:#666;}
.hotcomment .pl{ float:right; padding-left:12px;}
.commentarea_r { float:left; width:245px; border:1px solid #ccc; margin:20px 0px 20px 62px; }
.hotvideo{ width:350px;}
.hotvideo h3 { font-size:16px; color:#333; font-weight:700;}
.hotvideo h3 img ,.hotvideo h3 span { float:left;}
.hotvideo h3 span { margin-left:15px;}
.hotvideo_body { height:130px; border-bottom:1px solid #e5e5e5;}
.hotvideotitle { font-size:16px; color:#666; font-weight:700; height:36px; line-height:36px; width:215px;}
.hotvideo_body p { color:#999;}

.comment { float:left; width:880px;}
.comment_title { height:30px; line-height:30px; font-size:14px; color:#d1d1d1; background:url(../../image/home/xx.png) 0px 5px no-repeat; text-indent:2em;}
.comment_text { margin-top:15px;}
.videocomment { margin-top:15px;}
.text_comment { width:788px;height:90px;  border-radius:4px; color:#666; resize:none; border:1px solid #cccccc; padding:5px;}
.comment_btn { margin-top:15px; font-size:14px; color:#d1d1d1; float:right;}

.comment_title01 { height:30px; line-height:30px; font-size:16px; color:#989898; border-bottom:2px solid #e0e0e0;}
.comment_title01 span { border-bottom:2px solid #197acb; padding:6px;}
.show_main { width:880px; margin:0px auto; margin-top:20px; padding-bottom:20px;}
.userphoto { float:left; width:45px; height:45px;}
.commentcon { float:left; width:805px; font-size:14px; color:#666; margin-left:15px;}
.commentcon_text { line-height:22px;}
.commentcon_text span { color:#27a4ea;}
.show_domain { margin-top:10px;}
.show_time { float:left; width:258px; }
.show_tool { float:right;}
.dz_btn01 { float:left; width:80px;}
.dz_btn01 .new_dz {float:left; background:url(../../image/home/icon/nsign01.png) 0 0px no-repeat; width:20px; height:20px; display:block; }
.dz_btn01 .new_dz_change {float:left; background:url(../../image/home/icon/nsign010.png) 0 0px no-repeat; width:20px; height:20px; display:block;}
.dz_btn01 .new_dz:hover {float:left; background:url(../../image/home/icon/nsign010.png) 0 0px no-repeat; width:20px; height:20px; display:block;}
.reply { float:left; width:50px; margin-top:3px;}
.show_box { height: auto; width:880px; margin:0px auto;}
.reply_text { width:880px; height:60px; margin:0 auto;  color:#666; resize:none; border:1px solid #ccc; }
.reply_btn { float:right; margin-top:10px;}
.btn_reply { width:55px; height:22px; line-height:22px; color:#fff; background:#1c98e7; text-align:center;}
.btn_cancel { width:55px; height:22px; line-height:22px; color:#555; background:#f2f2f2; text-align:center; margin-left:5px;}




/* ���ゆ�烽����锟斤拷锟姐�肩�猴拷�烽���ゆ�凤拷��锟� wxq */
.videolist { margin-top:30px;}
.videolist h3 { height:36px; line-height:36px; border-bottom:3px solid #d2d2d2; font-size:28px; color:#333;}
.videolist h3 span { border-bottom:3px solid #3399ff; font-size:28px;  }
.h3_gd { float:right; font-size:14px; margin-right:10px;}
.h3_gd a { font-size:16px; color:#999;}
.videolist_com { margin:20px 30px 0 0 ; width:369px; float:left;}
.list_video_img { position: relative;}
.list_video_img02 { position: relative;}
.lt_btn_bgimg70 { display: block;  position: absolute; left: 148px; top:84px; width: 64px; height: 64px; background:url(../../image/home/icon/70.png) no-repeat;}
.lt_btn_bgimg50 { display: block;  position: absolute; left: 60px; top: 25px; width: 40px; height: 40px; background:url(../../image/home/icon/50.png) no-repeat;}
.list_video_img ,.hotvideocent { float:left; margin-top:20px;}
.hotvideocent { margin-left:5px;}
.videolist_body { background:#f2f2f2; padding-left:15px; height:110px; margin-top:-3px;}
.videolist_title { font-size:14px; color:#333; height:55px; }
.videolisttitle { font-size:18px; color:#333; padding-top:20px;}
.hotvideocent p { font-size:12px; color:#666; }
.videolistsign { margin-top:10px;}
.videolistsign img { margin-right:5px;}
.videolistsign span { font-size:14px; color:#666;}
.videolistsign img ,.videolistsign span { float:left;}
.videolist_body p { font-size:16px; color:#999; height:30px; line-height:30px;}

/* 锟斤拷锟介���ゆ�烽��浠�锟介����锟� wxq */
.hotcp { padding-bottom:36px;}
.hotcp h3 { border-bottom: 2px solid #e0e0e0; height: 48px; line-height: 65px; font-size:18px; color:#333;  margin-bottom:20px;}
.hotcp h3 span {  border-bottom:2px solid #3e94dd; padding-bottom:3px; }
.hotcp ul li { float:left; margin:0 20px 20px 0;}
.hotcp ul li p a { font-size:14px; color:#666;}
.ch1 span { float:right; font-size:16px;}

/* 锟斤拷锟介����锟介���ゆ�?wxq */
.jxssearch { height:78px;background:#f2f2f2; margin-top:30px;}
.jxssearch .dropdown { float:left;}
.jxssearch .dropdown ,.sub_citysearch { float:left; margin-left:15px; margin-top:25px;}
.jxs_title {  border-bottom: 2px solid #e0e0e0;
    color: #333;
    font-size: 18px;
    height: 48px;
    line-height: 65px;
    margin-bottom: 20px;}
	

.jxs_title span {
    border-bottom: 2px solid #6fa2d9;
    padding-bottom: 5px;
    
}
.jxslistbody { height:160px; background:#f3f3f3; margin-bottom:30px; width:570px; float:left; margin-left:20px;}
.jxslistpic ,.jxslistinfo { float:left;}
.jxslistinfo { margin-left:20px;}
.jxslistinfo h4 { font-size:22px; color:#333; font-weight:700; margin-top:8px;}
.jxslistinfo p { font-size:14px; line-height:26px;}
.jxslistinfo p span { color:#3399ff;}
.jxslistbtn { }
.jxslistbtn a { display:block; width:78px; height:28px; line-height:28px; text-align:center; background:#3595e7; font-size:16px; color:#fff; border-radius:4px;}
.adbanner { margin-top:12px;}
.adbanner p { text-align:right; height:32px; line-height:32px; font-size:14px; color:#333; padding-right:30px;}
.adbanner p span { color:#d60000;}
.recmd_title { margin-top:30px; height:32px; line-height:32px; font-size:18px; color:#333; border-bottom:2px solid #e0e0e0;}
.recmd_title span { border-bottom:2px solid #197acc; padding-bottom:5px;}
.recaybody { 
    border: 1px solid #999;
    display: block;
    height: 161px;
    margin-top: 20px;
    width: 1198px;
	background:#f3f3f3;
}
.recay_l ,.recay_m { float:left;}
.recay_m { margin-left:30px; width:810px;}
.recay_m h2 { font-size:22px; color:#333; margin-top:10px;}
.recay_m ul { margin-top:5px;}
.recay_m ul li { font-size:14px; color:#666; }
.recay_m ul li .orange { color:#ff6600;}
.recay_m ul li .bule { color:#3595e7;}
.recay_btn { float:right; margin-top:-50px;}

/*�����ょ�锟斤�?/
.jxs_body { margin-top:15px;}
.example2 ,.jxsinfo ,.jxsnews{ float:left;}
.example2 ol{position:relative;width: 80px;height: 20px;top:-30px;left:60px;}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example2 ol li.seleted{background: #1AA4CA;}

.luara-left{position:relative;padding:0;overflow: hidden;}
.luara-left ul{position: relative;padding: inherit;margin: 0;}
.luara-left ul li{float: left;padding: inherit;margin: inherit;list-style: none;}
.luara-left ul li img{width: inherit;height: inherit;}
.jxsinfo { width:400px; margin-left:20px;}
.jxsinfo h4 { font-size:26px; color:#333; font-weight:bold; margin-top:15px;}


/*���ゆ�烽���ゆ�锋ス锟斤拷�猴拷��*/
#xzw_starSys{width:400px; margin-top:25px;}
#xzw_starBox{position:relative;width:160px;float:left}

#xzw_starSys .star{height:26px;width:140px;position:relative; background: url(../../image/home/jsx/kongxin.png) repeat-x;cursor:pointer; }
#xzw_starSys .star li{float:left;padding:0px;}
#xzw_starSys .star li a{display:block;width:28px;height:26px;overflow:hidden;text-indent:-9999px;position:absolute;z-index:5}
#xzw_starSys .star li a:hover{background: url(../../image/home/jsx/xinxin.png) repeat-x;z-index:3;left:0}
#xzw_starSys .star a.one-star{left:0}
#xzw_starSys .star a.one-star:hover{width:28px}
#xzw_starSys .star a.two-stars{left:28px}
#xzw_starSys .star a.two-stars:hover{width:56px}
#xzw_starSys .star a.three-stars{left:56px}
#xzw_starSys .star a.three-stars:hover{width:84px}
#xzw_starSys .star a.four-stars{left:84px}
#xzw_starSys .star a.four-stars:hover{width:112px}
#xzw_starSys .star a.five-stars{left:112px}
#xzw_starSys .star a.five-stars:hover{width:140px}
#xzw_starSys .current-rating{background: url(../../image/home/jsx/xinxin.png) repeat-x;position:absolute;height:26px;z-index:1;top:0;left:0}
.jxsinfocom { margin-top:20px;}
.jxsinfocom p { height:30px; line-height:30px; margin-top:10px; font-size:16px; color:#333;}
.jxsnews {  width:357px; margin-left:20px;}
.jxs_map { margin-top:20px;}
.jxs_map h3 { border-bottom:2px solid #e0e0e0; font-size:18px; height:36px; line-height:36px;}
.jxs_map h3 span { border-bottom:2px solid #197acc; padding-bottom:7px;}
.jxs_map_box { margin-top:30px;}


/* �э拷锟斤拷璇ф�� */
.gd_nav { margin-top:18px; width:480px; background:#f2f2f2; height:44px; line-height:44px; }
.gd_nav a { width:120px; text-align:center; display:block; float:left; font-size:16px;}
.gd_nav .change { color:#fff; background:#0068d4;}
.gd_nav a:hover { color:#fff; background:#0068d4;}
.jxssearch .dropdown_txt{ float:left; font-size:16px; padding:30px 0 0 20px;}

.gd_s_box { margin-top: 20px;}
.gd_search {
    border: 2px solid #3399ff;
    float: left;
    height: 34px; 
    width: 460px;
}


.gd_search input {
    float: left;
    height: 34px;
    padding-left: 10px;
    width: 384px;
}


.gd_search a {
    background: #3399ff;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 34px;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    width: 66px;
}
.hot_search { float:left; height:34px; line-height:34px; margin-left:30px;}
.hot_search span { font-size:16px; color:#0068d4;}
.hot_search a { font-size:14px;}
.notice_box { margin-top:24px; background:#f3f3f3; height:140px;}
.notice_pic { float:left; width:210px;}
.notice_body { float:left; margin-left:40px; width:915px;}
.notice_body h3 { font-size:28px; height:60px; line-height:60px;}
.notice_con { font-size:14px;}
.notice_tool { color:#666; margin-top:15px;}
.notice_tool_l { float:left;}
.notice_tool_r { float:right;}

/* ���������ワ�?*/
.cuebody { width:540px; margin:0 auto; border:1px solid #bdbdbb; padding:50px; margin-top:10%}
.cuepic { font-size:26px; color:#7fd000; text-align:center;}
.cuebg { background:url(../../image/home/404.png) no-repeat; height:614px;}
.cue { text-align:center; font-size:14px;}
.cuetool { margin-top:30px;}
.cuetool a { padding:5px; font-size:14px; color:#fff; text-align:center; }
.cue p span { color:#ff6600;}


/* �����ら����锟界�锟界������锟介���ゆ�烽���ゆ�?*/
.centertips { height:60px; line-height:60px; text-align:center; font-size:18px; color:#eb2936; width:680px; margin:0 auto; }
.centertips img { margin-top:10px; float:left;}
.center_top { height:64px; line-height:58px; background:#0b4278; border-bottom:15px solid #dfe0e1;}
.zxlogo { float:left; padding:5px 0 0 5px;}
.company_name { float:left; margin-left:40px; font-size:20px; color:#fff; font-weight:700;}
.company_info { float:right; margin-right:30px;}
.company_info a { display:block; float:left;  text-align:center; color:#fff; height:58px; font-size:14px; margin-left:15px;}
.company_info a img { float:left;}
.company_info a span { float:left; margin-left:10px;}
.l_sider { width:205px; height:1085px; float:left;  background:#023466;}

/* ���ゆ�风喊锟斤拷绾帮拷锟藉�硷拷锟介����锟� */
.subNavBox{ height:auto; background:#fff; border:1px solid #bcbcbc;}
.siderNav{ border-bottom:1px solid #bcbcbc;cursor:pointer;font-weight:bold;font-size:14px;line-height:45px;padding-left:20px;background:url(../../image/home/company/img/jiantou1.jpg) no-repeat; background-position:95% 50%}
.siderNav:hover{color:#277fc2;}
.siderNav img ,.siderNav span { float:left;}
.siderNav img { padding-top:10px;}
.siderNav span { margin-left:10px;}
.currentDd{color:#277fc2}
.currentDt{background-image:url(../../image/home/company/img/jiantou.jpg);}
.navContent{display: block;border-bottom:solid 1px #e5e3da;}
.navContent li a{display:block;heighr:45px; padding-left:70px;font-size:14px;line-height:45px;color:#333}
.navContent li a:hover{color:#fff;background-color:#277fc2}
#ts { color:#F00; position:absolute; }
#s_nav01{ background:url(../../image/home/company/img/bsign01.png) 15px 11px no-repeat; }
#s_nav02{ background:url(../../image/home/company/img/bsign02.png) 15px 10px no-repeat; }
#s_nav03{ background:url(../../image/home/company/img/bsign03.png) 15px 11px no-repeat; }
#s_nav04{ background:url(../../image/home/company/img/bsign04.png) 15px 12px no-repeat; }
#s_nav05{ background:url(../../image/home/company/img/bsign05.png) 15px 14px no-repeat; }
#s_nav06{ background:url(../../image/home/company/img/bsign06.png) 15px 10px no-repeat; }

.r_sider { float:left; width:995px; height:1142px; } 
.c_header { height:58px; line-height:58px; background:#3399ff;}
.c_body { background:#f0f2f5; height:1019px;}
.c_tabel { padding:20px 0 0 20px; width:950px;}
.c_title { background:#f5f9fd; height:59px; line-height:59px; border-bottom:1px solid #b2d2f2; font-size:14px; color:#276ab0; padding-left:10px; font-weight:700; }
.c_tabel ul { height:59px; line-height:59px; border-bottom:1px solid #dce0e2; }
.c_tabel ul li { float:left; font-size:14px;}
.c_tabel ul li span { margin-left:10px;}
.input_c_txt { width:260px; height:30px; line-height:30px; border:1px solid #bababa; text-align:center;}
.c_foot { height:65px; line-height:65px; font-size:14px; color:#868b91; background:#f0f2f5; border-top: 1px solid #c5cbd2; text-align:center;}
.password { width:265px; height:36px; line-height:36px; border:1px solid #bdbdbb; border-radius:4px; padding-left:5px;}
.c_tabel_btn { display:block; width:110px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff; background:#ff6600; border-radius:4px; margin:15px 0 0 20px;}
.cuname { color:#ff9900;}
.tstxt { color:#3399ff;}
.c_tips { font-size:14px; color:#666; padding:15px 0 0 10px; }
.c_banner { margin:9px 0 0 4px;}
.c_show { margin-top:15px; padding-bottom:120px; background:#f0f2f5;}
.c_show_foot { height:65px; line-height:65px; font-size:14px; color:#868b91; background:#f0f2f5; border-top: 1px solid #c5cbd2; text-align:center; padding-bottom:30px;}
#card_nav { height:175px; background:#f4f6f9; font-size:14px; color:#666; }
#card_nav:hover { border-right: none;}
#card_nav ul li {  width:110px; height:22px; line-height:22px; border-bottom:1px dashed #d6d7d8; margin-left:60px; padding-left:10px; }
#card_nav ul li:hover { border-left:3px solid #ff9900; border-right:none;  }
#card_nav ul li:hover a { color:#ff9900;}
.card_nav_hide { border-left:3px solid #ff9900;}
#card_nav a { font-size:14px; color:#666; }
.c_select { border:1px solid #bababa; width:150px; color:#666; height:30px; line-height:30px;}
.zdy_button { display:block; width:116px; height:26px; line-height:26px; text-align:center; font-size:14px; color:#fff; background:#3399ff; border-radius:2px; margin:17px 0 0 24px;}
.c_btn { width:240px; margin:35px auto; }
.save_btn ,.delete_btn { width:100px; height:28px; line-height:28px; text-align:center; background:#ff6600; font-size:14px; color:#fff;}
.c_text { width:270px; height:32px; line-height:32px; border:1px solid #bdbdbb; padding-left:10px; border-radius:4px; font-size:14px; color:#666;}
.c_time_select { border:1px solid #666; width:80px; color:#666;}

/* ���ゆ�风喊锟芥�烽���ゆ�烽���ゆ�� */
.c_tabel_nav { margin:20px auto;}
.c_tabel_nav a { display:block; float:left; width:189px;; height:34px; line-height:34px; text-align:center; background:#6a94d4; font-size:14px; color:#fff; border-left:1px solid #fff;}
.c_tabel_nav .change { background:#f3ae39;} 
.c_tabel_nav a:hover { background:#f3ae39;}
.mcent { height:100px; border-bottom:1px solid #cccccc; background:#fff; }
.mctime ,.mcbody ,.mctool { float:left; }
.mctime { width:20%; font-size:14px; text-align:center; margin-top:28px;}
.mcbody { width:70%; font-size:14px; margin-top:24px;}
.mcbody p { line-height:24px;}
.mcbody p a { color:#6699cc;}
.mctool { width:10%; text-align:center; line-height:100px; font-size:14px; color:#3e94dd;}

/* ���ゆ�风喊锟芥�锋ィ�℃�烽����锟� */
.concern { width:290px; float:left; margin:20px 0 0 20px;}
.gzcx { height:200px; text-align:center; position:relative; background:#fff;}
.gzcx img { margin-top:45px; }
.gzcx p { font-size:16px;}
.gzcx span { width:13px; height:16px; background:url(../../image/home/company/img/smallljt.png) no-repeat; position:absolute; top:10px; right:10px;}
.gzinfo { height:40px; line-height:40px; background:#e8e6e6; font-size:14px;}
.gzinfo_l { float:left; padding-left:10px;}
.gzinfo_r { float:right; padding-right:10px;}
.gzinfo_l span ,.gzinfo_r span { font-size:18px; color:#f3ae39;}
.c_kjdown_title { margin-top:20px; height:38px; line-height:38px; font-size:16px; background:#f7f7f7;}
.c_kjdown_title_l { float:left; padding-left:15px;}
.c_kjdown_title_r { float:right; padding-right:40px;}

.c_kjdown_body { background:#fff; height:69px; border-bottom:1px dashed #a3a3a3;}
.c_kjinfo ,.c_kjtool  { float:left;}
.c_kjinfo { padding-left:15px; margin-top:15px; width:600px;}
.c_kjtype ,.c_kjbody { float:left;}
.c_kjbody { margin-left:10px;}
.c_kj_title { font-size:14px; font-weight:bold; height:24px;}
.c_kjbody p { color:#999;}
.c_kjtool a { font-size:14px; color:#6a94d4; width:130px; height:69px; line-height:69px;}
.c_kjtime { float:right; padding-right:32px; font-size:14px; height:69px; line-height:69px;}


/*tab���ゆ�风�锟斤拷���ワ拷妤ｆ����*/
#tags { margin:20px auto; }
#tags ul { height:auto; border:none;}
#tags LI {FLOAT:left;width:189px; height:34px;line-height:34px; }
#tags LI A {TEXT-DECORATION:none;font-size:14px;color:#fff; background:#6a94d4; height:34px;line-height:34px; display:block; text-align:center; border-left:1px solid #fff;}
#tags LI.selectTag { text-align:center; background:#f3ae39;  }
#tags LI.selectTag A {color:#fff; text-align:center; background:#f3ae39;}
#tagContent {width:100%;}
.tagContent {DISPLAY:none; }
#tagContent0{ display:block;}
#tagContent DIV.selectTag {DISPLAY:block}
.mcbody01 { float:left; width:70%; height:100px; line-height:100px; font-size:14px;}
.mcbody01 a { color:#6699cc; font-size:14px;}

/* 绾帮拷锟芥ス锟斤拷 */
.popup { border:1px solid #ededed; width:600px; height:auto;}
.popup_box { padding:10px 20px 40px 20px;}
.popup_title { font-size:16px; color:#3399ff; height:30px; line-height:30px;}
.popup_tabel { margin-top:20px;}
.popup_tabel ul {  height: 60px; line-height: 60px;}
.popup_tabel ul li { float:left; font-size:14px;}
.popup_tabel_btn { display:block; width:110px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff; background:#ff6600; border-radius:4px; margin:30px auto;}
.popup_file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
	
}
.popup_file input {
    position: absolute;
   
    right: 0;
    top: 0px;;
    opacity: 0;
}
.popup_file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.file_popup { float:left; padding-top:16px;}


/* �猴拷锟介������ */
.s_body { margin-top:30px;}
.s_title { margin-bottom:30px; }
.s_t_pic ,.s_t_con { float:left;}
.s_t_con { height:38px; line-height:34px; font-size:24px; border-bottom:3px solid #f2f2f2; width:1120px; margin-left:15px;}
.s_t_con span { border-bottom:3px solid #3399ff; padding-bottom:5px;}
.c_b_con { margin-top:10px; text-align:center;}
.c_b_con p { font-size:16px; line-height:30px;}
.c_b_con p span { font-size:18px; color:#3399ff; font-weight:bold;}

/* 妞达拷锟介���ワ拷锟斤拷锟介����锟� */
.czjy_title { margin-top:35px; height:45px; line-height:45px; border-bottom:5px solid #d2d2d2;}
.czjy_title span ,.czjy_title a ,.czjy_btn { float:left;}
.czjy_title span { font-size:30px; border-bottom:5px solid #3e94dd; }
.czjy_title a { display:block; width:75px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#666; background:#f5f5f5; margin:14px 0 0 10px; border:1px solid #cccccc; }
#czjy_title_btn { background:#3399ff; color:#fff; width:145px; height:36px; line-height:36px; text-align:center; font-size:14px; margin:0px 0 0 60px;}
.czjy_title a:hover ,.czjy_title .change  { background:#3399ff; color:#fff;}

.czjybox { margin-top:25px;}
.czjypic ,.czjybody { float:left;}
.czjybody { padding-left:20px; background:#f3f3f3; width:950px; height:153px;}
.czjybody h3 { font-size:16px; height:36px; line-height:48px;}
.czinfo { font-size:14px; color:#666; height:40px; line-height:32px;}
.czinfo span { color:#0099ff;}
.czjycon { font-size:14px; height:44px; line-height:22px; width:930px;}
.czjytool { float:right; font-size:14px; color:#666; margin-right:30px;}
.cznews { margin-top:15px; background:#f3f3f3; padding:15px;}
.cznews_title { height:53px; line-height:53px;}
.cznews_title .userpic ,.cznews_title h3 { float:left;}
.cznews_title h3 { font-size:18px; color:#666; font-weight:bold; margin-left:30px;}
.cznewsbox { font-size:16px; color:#666; line-height:28px; padding-bottom:50px;}
.cznewsbox p { text-indent:2em;}
.cznewstool { float:right; margin-right:30px;}

.comment02 { float:left; width:1150px;}

.dor{ border-radius:50%;}
.comment_title { height:30px; line-height:30px; font-size:14px; color:#d1d1d1; background:url(../../image/homes/xx.png) 0px 5px no-repeat; text-indent:2em;}
.comment_text { margin-top:15px;}
.text_comment02 { width:1150px;height:128px; background:#fff; border-radius:8px; color:#666; resize:none; border:1px solid #cccccc; padding:10px;}
.comment_btn { margin-top:15px; font-size:14px; color:#666; float:right;}
.btn_comment02 { width:120px; height:38px; line-height:38px; text-align:center; background:#3399ff; font-size:18px; color:#fff; border-radius:8px;}
.comment_title01 { height:30px; line-height:30px; font-size:16px; color:#989898; border-bottom:2px solid #e0e0e0;}
.comment_title01 span { border-bottom:2px solid #197acb; padding:6px;}
.show_main02 { width:1150px; margin:0px auto; margin-top:20px; padding-bottom:20px;}
.userphoto { float:left; width:45px; height:45px;}
.commentcon02 { float:left; width:1070px; font-size:14px; color:#666; margin-left:15px;}
.commentcon_text { line-height:22px;}
.commentcon_text span { color:#27a4ea;}
.show_domain { margin-top:10px;}
.show_time { float:left; width:258px; }
.show_tool { float:right;}
.dz_btn01 { float:left; width:80px;}
.reply { float:left; width:50px; margin-top:3px;}
.show_box02 { height: auto; width:1120px; margin:0px auto;}
.reply_text02 { width:1120px; height:60px; margin:0 auto;  color:#666; resize:none; border:1px solid #ccc; }
.reply_btn { float:right; margin-top:10px;}
.btn_reply { width:55px; height:22px; line-height:22px; color:#fff; background:#1c98e7; text-align:center;}
.btn_cancel { width:55px; height:22px; line-height:22px; color:#555; background:#f2f2f2; text-align:center; margin-left:5px;}
.czjyfxbox { margin-top:50px;}
.fxtitle { font-size:16px; color:#666; }
.fx_title_txt { width:810px; height:34px; line-height:34px; border:1px solid #d0d0d0; color:#999; padding-left:30px;}
.fxclass { margin-top:25px; font-size:16px; color:#666;}
.fxclass a {  width:72px; height:30px; line-height:30px; text-align:center; border:1px solid #3e94dd; color:#3e94dd; padding:5px; }
.fxbjbox { margin-top:25px;}

.czjy_img { position: relative;}
.czjy_label { display: block; position: absolute; top:32px; width: 25px; height: 91px; background:url(../../image/home/czjy/lantiao.png) no-repeat; }
.czjy_label span { font-size:14px; color:#fff; line-height:16px; margin:12px 0 0 5px; display:block;}

/* 妞达拷锟介���ゆ�烽�����鹃���ゆ�?wxq */
.chesoubox { height:100%;}
.chesoutop { font-size:14px; color:#999; }
.chesouleft{ float:left;}
.chesoult ,.chesoulc { float:left;}
.chesoulc span { margin-left:10px; }
.chesouleft span ,.chesouright span { color:#3399ff;}
.chesouleft span { display:block; float:left;}
.chesouright { float:right; margin-right:30px;}
.chesouku { border-bottom:3px solid #e6eaed; border-top:3px solid #e6eaed; margin-top:10px;}
.chesoutitle { font-size:18px; color:#333; font-weight:700; float:left; width:128px; text-align:center;}
.chesoucon_l { float:left; width:940px;}
.chesoucon_l a {  float:left; font-size:14px; color:#999; height:30px; line-height:30px; margin-right:20px;}
.chesoucon_btn { float:left;}
.chesoucon_btn a { font-size:16px; color:#3399ff;}
.chesoucon01 a { font-size:14px; color:#999; margin-right:60px;}
.chesoucon_l .change,.chesoucon01 .change { color:#3399ff; }
.chesoucon_l a:hover,.chesoucon01 a:hover { color:#3399ff; }


/* 缁�锟斤拷锟借��锟介��浠�锟介����锟介��浠�锟?wxq */
.breadnav01 { height:36px; line-height:36px; font-size:14px; color:#666; }
.breadnav01 a { font-size:14px; color:#666;}
.tg7 { margin-top:20px;}
.tgT h2{width:100%;font-size:30px;font-weight:bold;color:#261d18;}
.tgT h2 span{color:#7a7a7a;}
.TopinpL{float:left;width:698px;margin-top:30px;}
.TopinpR{float:right;width:430px;margin-top:30px;}
/*TopinpLTips*/
.TopinpLTips{width:658px;background:#f7f7f7;font-size:16px;padding:19px 20px;}
.TopinpLTips i{color:#f00;font-weight:bold;}
.TopinpLTips dd{color:#575757;}
.TopinpLTips dd span{font-size:24px;}
.TopinpLTips dd span.for{font-size:24px;font-weight:bold;}
.TopinpLTips dd samp{padding-left:45px;}
.TopinpLTips dt{display:block;margin-top:20px;line-height:24px;}
.TopinpLTips dt span{float:left;}
.TopinpLTips dt em{display:inline-block;padding:12px 31px;background:url(../img/tg/ico-ToTips.png) no-repeat;}
/*Tglist*/
.Tglist{width:100%;padding-top:10px;}
.borderTop{border-top:dashed 1px #dedede;margin-top:10px;+float:left;}
.Tglist li{margin-top:20px;+width:100%;}
.Tglist span.t{float:left;width:110px;height:30px;line-height:30px;color:#707070;font-size:14px;}
.TglistC{width:;float:left;width:588px;}
.TglistC .inC{width:100%;float:left;}
.inC input {
	float:left;
    border: 1px solid #d5d5d5;
    color: #333;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 2px 9px;
    width: 340px;
    z-index: 1;
}

.TglistC .TgTabinfo{float:left;width:100%;}
.TgTabinfo span{border:solid 1px #d4d4d4;display:inline-block;word-break:keep-all;white-space:nowrap;position:relative;margin-right:10px;margin-bottom:10px;float:left;}
.TgTabinfo span a{display:inline-block;font-size:14px;padding:6px 26px;}
.TgTabinfo span em{display:block;width:14px;height:14px;background: url(../../image/home/icon/ico.png) no-repeat 0 -66px;position:absolute;bottom:0;right:0;}
.TgTabinfo span:hover {border:solid 1px #ff5353;}
.TgTabinfo span:hover em{display:block;width:14px;height:14px;background:url(../../image/home/icon/ico.png) no-repeat 0 -32px;}
.TgTabinfo .selected {border:solid 1px #ff5353;}
.TgTabinfo .selected em {display:block;width:14px;height:14px;background:url(../../image/home/icon/ico.png) no-repeat 0 -32px;}
li.TgbtnC{padding-left:110px;margin-top:10px;}
.Tgbtn{width:100%;}
.Tgbtn button{width:360px;height:46px;line-height:46px;font-size:22px;background:#3399ff;color:#fff;}
.agreeC{width:;color:#707070;font-size:14px;line-height:30px;}
.agreeC em{display:inline-block;padding:7px;float:left;background:url(../../image/home/icon/ico.png) no-repeat 0 -107px;margin-top:8px;margin-right:5px;cursor:pointer;}
.agreeC em.act{background-position:0 -148px;}
.agreeC span{float:left;}
.agreeC span a{padding-top:2px;line-height:30px;}
/*TopinpR*/
.TopinpRinfo li{color:#3e3e3e;font-size:14px;line-height:30px;position:relative;}
.TopinpRinfo i{color:#ff3938;margin-left:20px;font-size:12px;cursor:pointer;}

.TopinpR .imgBox{width:412px;height:274px;overflow:hidden;margin:10px auto;}
.TopinpR .imgBox img{width:100%;height:100%;}

.TopinpR p.tips{color:#b0b0b0;font-size:12px;}

.shareother{margin-top:10px;color:#a0a0a0;font-size:14px;}
.navBg { padding-top: 50px;}
.hdnav li {
	width: 100px;
	height: 50px;
	float: left;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.navBg {
	padding-top: 50px;
}

.hdnav {
	overflow: hidden;
	background: #f2f2f2;
	border: 1px solid #e1e1e1;
	font-size: 16px;
}

.hdnav .cur {
	background: #fff;
	border-top: 3px solid #3399ff;
	color: #3399ff;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
}

.blank20 {
    clear: both;
    height: 20px;
}
.article { display:block;}

.con_1_tit {
    border-bottom: 3px solid #ddd;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}


.con_1_tit span {
    border-bottom: 3px solid #3399ff;
    float: left;
    overflow: hidden;
}

/*���ゆ�锋ィ��锟介���ゆ�风喊锟斤拷*/
.fl { float:left;}
.spot_con_div {
	padding-top: 32px;
}

.spot_con_div .div1 {
	padding-right: 32px;
}

.spot_con_div .div2 {
	width: 462px;
	overflow: hidden;
	padding-top:17px;
}

.spot_con_div .div2 p {
	line-height: 1.2em;
	margin-bottom: 20px;
	font-size:16px;
	color:#333;
}

.spot_con_div .div3 img {
	border-radius: 50px;
}

.spot_con_div .div4 {
	width: 360px;
	padding-left: 18px;
	overflow: hidden;
	padding-top:17px;
}

.spot_con_div .div4 p {
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 16px;
}

.flow { width:1100px; margin:0 auto;}
.tgnotice { margin-top:20px;}
.tgnotice p { font-size: 16px; line-height: 30px; background:url(../../image/home/icon/landian.png) 10px 13px no-repeat; padding-left:25px;}
.question-an {
	line-height: 1.6em;
	font-size: 16px;
	padding-top: 12px;
}

.question-an h3 {
	font-size: 16px;
	height: 40px;
	line-height: 44px;
	background-color: #f0f0f0;
	color: #767676;
	padding: 0 10px;
	border-radius: 6px;
	position: relative;
}

.question-an h3 i {
	top: 50%;
	margin-top: -0.5rem;
	margin-left: 1px;
	left: -0.5rem;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
	border-right: 0.5rem solid #f0f0f0;
	border-bottom: 0.5rem solid transparent;
}

.question-an .question-cont {
	padding: 10px;
	background-color: #6fba2c;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin: 12px 0;
	color:#fff;
}

.question-an .question-right {
	width: 80%;
}

.question-an .text-bold {
	font-weight: bold;
}

.question-an .word-head {
	padding-right: 6px;
	font-size: 16px;
}
.text-bold { font-weight:bold;}
.xgnews { margin-top:40px;}
.xgnews_t { border-bottom: 3px solid #e0e0e0; height: 48px; line-height: 65px; font-size:18px; color:#333;  margin-bottom:20px;}
.xgnews_t span {  border-bottom:3px solid #3399ff; padding-bottom:5px; }

/* �����ら����锟借ぐ锟斤拷锟斤拷锟?wxq */
.breadnav02 { height:38px; line-height:38px; background:#f2f2f2; margin-top:10px;}
.breadnav02 a { display:block; width:80px; float:left; font-size:16px; text-align:center;}
.breadnav02 a:hover ,.breadnav02 .change { background:#0068d4; color:#fff;}
.info_waper { margin-top:20px;}
.info_waper h3 { font-size:18px;}
.info_box { padding:30px;}
.info_img { width:446px; height:398px; background: url(../../image/home/banner/cbg.png) no-repeat; margin:40px auto; }
.info_body { text-indent:2em; font-size:18px; color:#666;}
.info_body p { line-height:30px;}
.info_body h4 { font-size:18px; color:#666; font-weight:bold;}
.info_body h5 { font-weight:bold; color:#0068d4; background:url(../../image/home/icon/landian.png) 0px 10px no-repeat; padding-left:15px; margin-top:30px;}
.info_body ol { margin-top:20px;}
.info_body ol li { line-height:30px;}
.info_body_l ,.info_body_r { float:left; margin-left:30px;}
.info_body_l p { height:42px; line-height:40px;}

/* ����锟斤拷锟界����浠�锟介����锟� wxq */
.info_waper h2 { height:34px; line-height:34px; font-size:18px; border-bottom:2px solid #e0e0e0;}
.info_waper h2 span { border-bottom:2px solid #197acc; padding-bottom:5px; }
.info_box dl { font-size: 18px;line-height: 34px;padding: 0 10px;}
.info_box dt { margin-top:34px;}
.info_box em { color: #323c44;  font-weight: bold;}
.info_box dd { color: #696969; text-indent: 2em; word-break: break-all;}

/* ���ゆ�烽��浠�锟介��浠�锟界�э拷锟� wxq */
.info_box01 { font-size:18px;}
.info_box_mail {text-align:center;  margin-top:40px;}
.info_box_tip { width:550px; margin:60px auto; }
.info_box_tip h3 { margin-bottom:30px;}
.info_box_tip p { height:30px; line-height:30px;}
.info_box_pic {  width:198px; height:54px; margin:0 auto;}
.info_box_pic a { background: #000;  display:block;}

.comppage li {
    margin:0 auto;
	text-align:center;
	float:left;
}
