﻿/*---------- 头部样式 ---------*/
/* 灰色边框*/
.show {
  display: block;
}

.hide {
  display: none;
}

.main_header{
	width:100%;
	background:url(top_credit_bg.jpg) center top no-repeat;
}

.main_header .header_content {
  position: relative;
  width: 1082px;
  height: 194px;
  margin: 0 auto;
}
.main_header .header_content .header_logo {
  position: absolute;
  left:0;
  top: 43px;
  left: 0;
  margin: auto;
  width: 378px;
  height: 75px;
  background: url(logo_credit.png) 0 0 no-repeat;
  cursor: pointer;
  z-index: 9;
}

.main_header .header_content .header_search_wrap {
  position: absolute;
  top: 55px;
  right: 0;
  margin: auto;
  color: #333;
  font-size: 0;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap {
  display: inline-block;
  font-size: 14px;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #bebebe;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title {
  height: 40px;
  line-height: 40px;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title em {
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url("arrow_left.png") 5px 16px no-repeat;
  vertical-align: middle;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title .search_arrow_hover {
  background: url("arrow.png") 5px 15px no-repeat;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  width: 145px;
  z-index: 10;
  margin: auto;
  text-align: center;
  border: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:last-of-type {
  border-bottom: 0px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .active {
  display: block;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap span {
  display: inline-block;
}
.main_header .header_content .header_search_wrap .input_content {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: blue;
  vertical-align: middle;
  cursor: pointer;
}
.main_header .header_content .header_search_wrap .search_text {
  font-size: 14px;
  text-indent: 25px;
  min-width: 400px;
  height: 40px;
  line-height: 40px;
  float: right;
}
.main_header .header_content .header_search_wrap .btn {
  width: 68px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  float: right;
  cursor: pointer;
  background: #e22323 url(search_grey.png) 24px 13px no-repeat;
}

.header_bg {
    position: relative;
    width: 100%;
    height: 194px;
}



/*logo 返回首页*/
.block-hmoe {
  display: table;
}

/*查询*/

.search {
    position: absolute;
    top:20px;
	right:0;
    text-align: center;
}

.search_term {
    height: 35px;
    line-height: 35px;
}



.search_term li {
    display: inline-block;
	margin:0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 8px 10px;
    margin-right: 15px;
    cursor: pointer;
}

.tab-active {
	position:relative;
	height:25px;
    color: #e22323;
	line-height:50px;
	background:url(icon.png) no-repeat center;
	background-position:bottom;
}

.search_content {
	margin-top:6px;
	float:left;
    line-height: 50px;
    font-size: 0;
}
/*信用代码查询*/
.show   .search_super{
	display:block;
	float:left;
    width: 100px;
    height: 50px;
    border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
	font-size:14px;
	color:#666;
	text-align:left;
	text-indent:13px;	
}
.show   .search_super i{
	float:right;
	margin-right:5px;
	margin-top:23px;
	background:url(publicTwo2_icon.png) no-repeat;
	width:14px;
	height:7px;
	border:none;
}
	

.hide   .search_super{
	display:none;
	display:block;
	float:left;
    width: 100px;
    height: 50px;
    border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
	
}

.hide  .search_input2{
	display:none;
	float:left;
    width: 360px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}
.show .search_input2 {
	display:block;
	float:left;
    width: 360px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.header-search-panel-hide {
  position: absolute;
  right: 68px;
  top: 91px;
  width: 434px;
  padding: 12px 12px 0;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-top: none;
  z-index: 100;
  display:none;

}


.header-search-panel {
  position: absolute;
  right: 68px;
  top: 91px;
  width: 434px;
  padding: 12px 12px 0;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-top: none;
  z-index: 100;

}


.header-search-panel .header-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
}
 .header-search-panel .header-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
.header-search-panel > ul {
  width: 100%;
}
 .header-search-panel > ul > li {
  height: 28px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
 .header-search-panel > ul > li > span {
  float: left;
  width: 100px;
  height: 28px;
  border: 1px solid #bebebe;
  text-align: center;
  line-height: 28px;
  color: #333;
}
.header-search-panel > ul > li > div {
  float: right;
  position: relative;
  top: -12px;
  left: 0;
  width: 460px;
  height: 100%;
}
.header-search-panel > ul > li > div input {
  display: inline-block;
  height: 100%;
  border: 1px solid #bebebe;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.header-search-panel > ul > li > div input::-ms-clear {
  display: none;
}
.header-search-panel > ul > li > div input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header-search-panel > ul > li > div input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
 .header-search-panel > ul > li > div input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.header-search-panel > ul > li > div input:focus {
  border-color: #bebebe;
}
 .header-search-panel > ul > li > div i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url(societyCodeSearch_4.png);
  background-repeat: no-repeat;
  background-position: center;
}
 .header-search-panel > ul > li > div .header-partments-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  height: 150px;
  display: none;
}
.header-search-panel > ul > li > div .header-partments-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li > div .header-org-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  display: none;
}
.header-search-panel > ul > li > div .header-org-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div {
  position: relative;
  float: left;
  height: 100%;
  width: 149px;
}
.header-search-panel > ul > li.header-location > div div input {
  width: 100%;
  display: inline-block;
  height: 100%;
  border: 1px solid #bebebe;
  padding-left: 10px;
  font-size: 14px;
}
 .header-search-panel > ul > li.header-location > div div input::-ms-clear {
  display: none;
}
.header-search-panel > ul > li.header-location > div div input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header-search-panel > ul > li.header-location > div div input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
 .header-search-panel > ul > li.header-location > div div input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.header-search-panel > ul > li.header-location > div div input:focus {
  border-color: #bebebe;
}
 .header-search-panel > ul > li.header-location > div div i {
  position: absolute;
  right: 1px;
  top: 14px;
  width: 20px;
  height: 26px;
  background-image: url(societyCodeSearch_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.header-search-panel > ul > li.header-location > div div.header-city {
  margin-right: 6px;
}
.header-search-panel > ul > li.header-location > div div .header-prov-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  max-height: 150px;
  display: none;
}
.header-search-panel > ul > li.header-location > div div .header-prov-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div  .header-city-list-hide {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  overflow-x:hidden;
  max-height: 150px;
  display:none;

}


 .header-search-panel > ul > li.header-location > div div .header-city-list-hide > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}


 .header-search-panel > ul > li.header-location > div div  .header-city-list {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  overflow-x:hidden;
  max-height: 150px;

}
 .header-search-panel > ul > li.header-location > div div .header-city-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div .header-city-list > li:hover{
	 background-color:#EFEFEF;
 }


.header-search-panel > ul > li.header-location > div div .header-area-list {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  max-height: 150px;
   overflow-x:hidden;
}
.header-search-panel > ul > li.header-location > div div .header-area-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}

.header-search-panel > ul > li.header-location > div div .header-area-list > li:hover{
	 background-color:#EFEFEF;
 }

/*信用代码end*/

.hide  .search_input{
	display:none;
	float:left;
    width: 460px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}
.show .search_input {
	display:block;
	float:left;
    width: 460px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}



.show .search_btn {
	display:block;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url(search_grey.png) no-repeat 20px; 
    border: 0px;
    cursor: pointer;
    float: inherit;
}

.show .search_gr_input {
	display:block;
	float:left;
    width: 600px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.show .search_gr_btn {
	display:block;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url(search_grey.png) no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: inherit;
}


.hide .search_btn {
	display:none;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url(search_grey.png) no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: inherit;
}


/*头部导航样式*/
.header_nav {
  width: 100%;
  height: auto;
  background-color: #e22323;
}
.header_nav .nav_container {
  width: 1082px;
    overflow:hidden;
  margin: 0 auto;
  background-color: #e22323;
  display: table;
  table-layout: fixed;
}
.header_nav .nav_container ul {
  display: table-row;
  width: 1082px;
  height: 50px;
}

.header_nav .nav_container ul .nav_item {
	float:left;
  position: relative;
  display: table-cell;
  width:98px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.header_nav .nav_container ul .nav_item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration:none;
}

.header_nav .nav_container ul .nav_item a:hover { 
  background-color:#FF9933;
}


.header_nav .nav_container ul li .upline{
	width:100%;
	height:100%;
  background:url(../images/navup.png) no-repeat center;
  background-position:top;
}

.header_nav .nav_container ul li .noline{
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;

}

/*首页主体样式*/
.main_body {
  margin: 20px auto;
  width:1082px;
  box-sizing: border-box;
}
.slides_container {
	width:1080px;
	height:348px;
	border:1px solid #bebebe;
	overflow:hidden;
	position:relative;
}

.slides_container img{
	float:left;
	width: 810px;
	height: 350px;
}

.slides_container .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 350px;
}

.slides_container .carousel-inner .carousel-item {
	float: left;
	height: 350px;
}

.slides_container .carousel-item img {
	height: 348px;
}

.slides_container .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 810px;
	text-align: right;
	font-size: 0;
}

.slides_container .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.slides_container .carousel-indicators span.active {
	background-color: #de3a3a;
}

.slides_container .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.slides_container .carousel-prev-btn {
	left: 0;
	background: url(prev.png) no-repeat;
}

.slides_container .carousel-next-btn {
	right: 270px;
	background: url(next.png) no-repeat;
}


/*轮播右侧文章样式*/
.slides_container  .carousel_right {

  position: relative;
  float:right;
  display: inline-block;
  width: 240px;
  padding: 0 10px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  color: #0c0300;
}
.main_body .slides_container  .carousel_right .artical_title {
  margin-top: 40px;
  line-height: 24px;
}
.main_body .slides_container  .carousel_right .artical_title a {
  color: #0c0300;
  font-size: 18px;
  font-weight: bold;
}
.main_body .slides_container  .carousel_right .artical_detail {
  position:relative;
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left {
  float:left;
  height: 20px;
  line-height: 20px;
  cursor: default;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left .zhuanlan {
	float:left;
   font-size:14px;
   font-style:normal;
  display: inline-block;
  padding: 0 7px;
  background-color: #ea3e3e;
  color: #fff;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left .zhuanlan_name {
	float:left;
   font-size:14px;
   font-style:normal;
  display: inline-block;
  padding: 0 5px;
  background-color: #efefef;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_right {
			
   float: right;
   margin-right:0px;
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
  width:125px;
    white-space: nowrap;/*不换行*/
  overflow:hidden;

 
}
.main_body .slides_container .carousel_right .artical_detail .detail_right .artical_from {

  float:right;
  font-size:12px;
  font-style:normal;
  padding-left: 15px;
  background: url(comp.png) 0 4px no-repeat;
  width: 60px;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/
  
}

.main_body .slides_container .carousel_right .artical_detail .detail_right i{
	float:right;
	font-size:8px;
	height:16px;
	overflow:hidden;
  font-style:normal;
  width:10px;
  text-align:center;
}
.main_body .slides_container .carousel_right .artical_detail .detail_right .artical_time {
	
	float:right;
	margin-right:0px;
	font-size:12px;
  font-style:normal;
  padding-left: 15px;
  background: url(clock.png) 0 4px no-repeat;
    white-space: nowrap;/*不换行*/

}
.main_body .slides_container  .carousel_right  .artical_content {
	clear:both;
  line-height: 18px;
  height: 145px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.main_body .slides_container  .carousel_right  .artical_content a {
	 font-size:14px;
   font-style:normal;
   color:#333;
}

.main_body .slides_container  .carousel_right .artical_footer_unfold {
  position: absolute;
  bottom: -16px;
  margin: auto;
  width: 235px;
  height: 58px;
  line-height: 40px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_body .slides_container  .carousel_right .artical_footer_unfold a {
  color: #ea3e3e;
}


.content_two {
    min-width: 1082px;
    clear: both;
    overflow: hidden;
    margin: 30px auto 0;
}
.content_two .slider3 {
	margin:0 auto;
	width:1082px;
	height:111px;
	overflow:hidden;
}

.content_two .slider3 .slide {
	float:left;
	width:151px;
    text-align: center;
	margin-right:4px;
}
.content_two .slider3 .slide_end {
	float:left;
	width:151px;
    text-align: center;
}
.content_two .slider3 .slide_end a{
	float:left;
	width:100%;
    color: #333;
    font-size: 12px;
    text-align: center;
}
.content_two .slider3 .slide_end a img{
	float:left;
	width:152px;
	height:109px;
	z-index:5;
}
.content_two .slider3 .slide_end a span{
	position:static;
	
	float:left;
	margin-top:106px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	background-color:#0f4631;
	color:#fff;
	z-index:100;
}
.content_two .slider3 .slide_end a .mask-hover{ 
	width: 151px;
    height: 32px;
	position:relative;
	bottom:32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    overflow: hidden;
	z-index:190;
    -webkit-transition: height .5s ease;
       -moz-transition: height .5s ease;
         -o-transition: height .5s ease;
            transition: height .5s ease;	
			font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
	line-height:32px;
	font-size:13px;
	font-style:normal;
	font-weight:400;	
	
}


.content_two .slider3 .slide a{
	float:left;
	width:100%;
	width:100%;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.content_two .slider3 .slide a img{
	float:left;
	width:151px;
	height:109px;
	z-index:5;
}
.content_two .slider3 .slide a span{
	position:static;
	
	float:left;
	margin-top:106px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	background-color:#0f4631;
	color:#fff;
	z-index:100;
}


.content_two .slider3 .slide a .mask-hover{ 
	width: 151px;
    height: 32px;
	position:relative;
	bottom:32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    overflow: hidden;
	z-index:190;
    -webkit-transition: height .5s ease;
       -moz-transition: height .5s ease;
         -o-transition: height .5s ease;
            transition: height .5s ease;	
			font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
		line-height:32px;
	font-size:12px;
   font-style:normal;
   font-weight:400;	
	
}

.content_three {
    width: 1082px;
    clear: both;
    margin: 40px auto 0;
}

/*主体左侧样式*/
.content_three .body_part_left {
    width: 800px;
}

/*左侧新闻列表嵌套模板*/
.content_three .body_part_left .artical_wrap {
    width: 780px;
}


.body_part_left_top_one {
    width: 388px;
    height: 100%;
    float: left;
}
.body_part_left_top_two {
    width: 388px;
    height: 100%;
    float: right;
}
.title {
    width: 100%;
    height: 31px;
    border-bottom: 4px solid #e6e6e6;
	margin-bottom:15px;
}
.title  a{ float:right;}

.cityName {
    font-size: 18px;
    height: 31px;
    float: left;
    line-height: 35px;
    color: #0c0300;
    border-bottom: 4px solid #ea3e3e;
    padding: 0 5px;

}

.cityMore {
    font-size: 12px;
    float: right;
    line-height: 35px;
    /*cursor: pointer;*/
    color: #666666;
}
.cityMore a{
    color: #666666;
	text-decoration:none;
}

.red_h_18out {
	float:left;
	width:98%;
	height:43px;
	font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
	line-height:43px;
	border-bottom:1px dashed #e6e6e6;
	font-size:14px;
   font-style:normal;
   color:#333;
   text-decoration:none;
   background:url(dot.png) 0 center no-repeat;
   padding-left:2%;
}
.red_h_18out span{
	float:right;
	margin-right:0px;
	font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
	line-height:43px;
	font-size:12px;
   font-style:normal;
   color:#999;
}


.bed_h_18out {
	float:left;
	width:100%;
	height:20px;
	font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
	line-height:20px;
	font-size:14px;
   font-style:normal;
   color:#333;
   text-decoration:none;
}


.blackList {
    width: 260px;
    height: 100%;
    float: right;
}

.searchList {
    width: 260px;
    height: 620px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    overflow-x: hidden;
	overflow:hidden;

}

.searchList li {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}


.searchList1 {
    width: 260px;
    height: 767px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    overflow-x: hidden;

}

.searchList1 li {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}


.list a{
    display: inline-block;
    height: 80px;
    padding: 10px 1px;
}
.list img{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 80px;

}


.site {
    display: inline-block;
    width: 218px;
    vertical-align: middle;
    font-size: 16px;
    color: #0c0300;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    top: -67px;
    left: 135px;
    width: 115px;
}

.searchList::-webkit-scrollbar {

    width: 5px;
}


.searchList1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;

}

.searchList1::-webkit-scrollbar {

    width: 5px;
}


.searchList1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;

}

/*专栏样式*/


.content_five {
    width: 1082px;
    margin: 30px auto 0;
    overflow: hidden;
}

.content_five_one {
    width: 800px;
    height: 100%;
    float: left;

}

.content_five_two {
    width: 260px;
    height: 100%;
    float: right;
	overflow:hidden;
}

.content_five_one_one {
    width: 100%;
}

.content_five_one_two {
    margin-top: 30px;
}
.modeldemo {
    width: 100%;
    overflow: hidden;
}

.content_five_one_two .modeldemo li {
    height: 96px;
	width:388px;
    overflow: hidden;
	margin-right:20px;
	margin-top:3px;
    float: left;
}

.content_five_one_two .modeldemo #rightli{
	margin-right:0px;
}
.content_five_one_two .modeldemo li a{
	float:left;
	text-decoration:none;
}
.content_five_one_two .modeldemo li a img{
	float:left;
	width:388px;
	height:86px;
}


.modelLi {
    overflow: hidden;
}

.modeldiv {
	float: left;
    width: 388px;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}
#modeleft{
	margin-left:24px;
}
.modeldiv img {
    width: 100%;
    height: 100%;
}

.modeldiv2 {
    width: 380px;
	margin-left:20px;
    border-bottom: 1px solid #cccccc;
    float: right;
    display: inline-block
}

.modeldiv2 img {
    float: left;
}
.modeldiv_img{
    width: 78px;
    height: 78px;
    float: left;
}

.modelul {
    width: 280px;
    height: 80px;
    display: inline-block;
    padding-left: 10px;
}
.modelul a{
    color: #333;
	text-decoration:none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

.demo_content a{
    color: #777;
    font-size: 12px;
    letter-spacing: 1px;
}
.from {
    padding-top: 12px;
    font-size: 12px;
    float: right;
    color: #9f9f9f;
}
.newnet {
    padding-left: 20px;
    padding-right: 10px;
    background: url(comp.png) no-repeat 4px 4px;
}
.line {
    width: 1px;
    height: 3px;
    border-left: 1px solid #cccccc;
    padding-right: 10px;
}

.datatime {
    padding-left: 20px;
    background: url(clock.png) no-repeat 4px 4px;
}


.cityList {
    margin-top: 0px;
	
}

.cityList tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.cityList1 {
    margin-top: 0px;
	
}

.cityList1 tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
}


.header_tr {
    background: #e85243;
    color: #ffffff;
}

.cityList td {
    width: 100px;
    text-align: center;

}
.citylisttd td{
		background-color:#efefef;
}



.sfqymd {
	position:relative;
	width:100%;
	height:510px;
    box-sizing: border-box;
	background-color:#efefef;
    overflow-x: hidden;
	overflow:hidden;
}



.sfqymd1 {
	position:relative;
	width:100%;
	height:510px;
	background-color:#efefef;
    box-sizing: border-box;
    overflow-x: hidden;
}


.sfqymd1::-webkit-scrollbar {
    width: 6px;
}


.sfqymd1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}

.sfqymd::-webkit-scrollbar {
    width: 6px;
}


.sfqymd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}



.citylisttd .td_id {
	width:20%;
	background-color:#efefef;
	text-align:center;
	border-bottom:1px solid #e85243;
}

.citylisttd .td_content {
	width:60%;
	background-color:#efefef;
	text-align:left;
	text-indent:10px;
	border-bottom:1px solid #e85243;
}
.citylisttd .td_show {
	width:20%;
	background-color:#efefef;
	text-align:center;
	border-bottom:1px solid #e85243;
	
}
.citylisttd .td_show a {
	text-decoration:none;
	color:#660;
}

.content_six {
    clear: both;
    min-width: 1082px;
    color: #ffffff;
    margin-bottom:50px;

}
.Members {
    width: 1056px;
    height: 100%;
    margin: 40px auto 0;
    padding:12px;
    overflow: hidden;
    border:1px solid #bebebe;
}

.content_six-first .unit i{
    font-style:normal;
    font-size:12px;
    color:#666;
}
.content_six-first .units-list{
    padding-left:25px;
    padding-top:25px;
    height:260px;
    width:100%;
    box-sizing:border-box;
}
.content_six-first .units-list1{
	float:left;
    margin-left:0;
}
.content_six-first .units-list1 li{
	float:left;
	width:164px;
	height:30px;
	list-style:none;
}
.content_six-first .units-list1 li a{
		font-size:14px;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#626161;
}
.content_six-first .units-list2{
	float:left;
    margin-left:0;
}
.content_six-first .units-list2 li{
	float:left;
	width:170px;
	height:30px;
	list-style:none;
}
.content_six-first .units-list2 li a{
		font-size:14px;
	text-align:left;
	text-decoration:none;
	color:#626161;
}

/*首页 第六模块 修改样式*/
.Members .title{
    position:relative;
    border-bottom-width:4px;
}
.Members .cityName{
    border-bottom:none;
}

.title .cityName>em{
    display:inline-block;
    width:200px;
    height:100%;
    border-bottom:4px solid #ea3e3e;
    position:absolute;
    left:0;
    top:0;
}

.Members ul li.firstLi{
    font-weight:bold;
}

.content_six-second .platform-list{
    padding-top:5px;
    width:100%;
    box-sizing:border-box;
    height:200px;

}
.content_six-second  .platform-tab{
    height:40px;
    width:100%;
    padding-left:20px;
    border-bottom:1px solid #bebebe;
    box-sizing:border-box;
}
.content_six-second  .platform-tab li{
    position:relative;
    display:inline-block;
    width:80px;
    height:100%;
    line-height:40px;
    color:#333;
    font-size:16px;
    text-align:center;
    margin-right:114px;
    cursor:pointer;
}
.content_six-second .platform-tab  .active{
    color:#4990e2;
    background-image:url(index_upArrow.png);
    background-repeat:no-repeat;
    background-position:center bottom;
}

.web-box {
	float:left;
	width:100%;
	height:150px;
}
.xiny-citys ul{
	float:left;
    padding-left:25px;
    padding-top:25px;	
}
.xiny-citys ul li{
	float:left;
	width:170px;
	text-align:left;
	height:30px;
	list-style:none;
}

.xiny-citys ul li a{
	font-size:14px;
	text-align:left;
	text-decoration:none;
	color:#626161;
}