/* 首页css样式
*****************************/
.warp{
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.header{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.content{
	width: 1200px;
	margin: 0 auto;
}

.content_head{
	width: 1200px;
	margin: 0 auto;
}

/*网页头部*/
.header_left{
	width: 430px;
	height: 20px;
	float: left;
	padding-top: 10px;
}
.header_time{
	min-width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	float: left;
}
.header_text{
	min-width: 250px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	float: left;
	margin-left: 20px;
}

.header_right{
    width: 80px;
    height: 20px;
    float: right;
    padding-top: 10px;
}


.header_img{
	width: 35px;
	height: 20px;
	float: left;
	line-height: 20px;
	border-right: solid 1px #949494;
	position: relative;
}
.header_img img{
	width: 21px;
	height: 16px;
}

.header_img:hover .weixin_hover{
	display: block;
}
.weixin_hover{
	display: none;
	width: 115px !important;
	height: 115px !important;
	background: #fff;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 999;
}
.weixin_img{
	width: 110px !important;
	height: 110px !important;
}


.header_english{
	width: 35px;
	height: 20px;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: right;
}
/*网页头部 end*/

/*网页头部logo*/
.header_logo{
	width: 100%;
	height: 95px;
}
.header_logo_left{
	width: 450px;
	height: 45px;
	float: left;
	margin-top: 30px;
}
.header_logo_right{
	width: 405px;
	height: 40px;
	float: right;
	margin-top: 30px;
}
.header_input{
	width: 405px;
	height: 40px;
	background: url(../images/input.png) no-repeat; 
}
.text_input{
	width: 320px;
	height: 24px;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	border:0;
	cursor: pointer;
	outline: none;
    -webkit-appearance: none;
}
.seicon{
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	line-height: 24px;
	background: url(../images/fdj.png) no-repeat center;
	outline: none;
    -webkit-appearance: none;
	border:0;
	cursor: pointer;
}
/*网页头部logo end*/

/*网页导航*/
.content-nav{
	width: 1200px;
	margin: 0 auto;
}
.nav{
	width: 100%;
	height: 50px;
	background: #c40400;
}
.nav_ul{
	width: 1200px;
	height: 50px;
}
.nav_ul li{
	width: 8.95%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-left:solid 1px #f29c9f;
	position: relative;
}
.nav_ul li:hover{
	background: #9a0000;
}
.nav_ul li a{
	color: #fff;
}

/* 二级菜单 */
.nav_ul li:hover .Menu-two{
	display: block;
}
.Menu-two{
	display: none;
	position: absolute;
	top: 50px;
	z-index: 999;
	background: #de403d;
}
.Menu-two,.Menu-two a{
	width: 100%;
	float: left;
}
.Menu-two a:hover{
	text-decoration: underline;
	background: #9a0000;
}
.Menu-two a{
	display: block;
	line-height: 40px;
}
/* 二级菜单 */

/*网页导航 end*/
	
/***网页banner部分***/
.banner{
	width: 100%;
	height: 365px;
	margin-top: 20px;
}

/*网页banner部分左边*/
.banner_left{
	width: 550px;
	height: 365px;
	float: left;
}

/*swiper*/
.swiper-container {
  width: 550px;
  height: 365px;
  color: #fff;
  text-align: center;
}

.swiper-slide{
  width: 100%;
  height:365px;
  position: relative;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.banner_text{
  position: absolute;
  bottom: 0px;
  width: 550px;
  height: 40px;
  line-height: 40px;
  background: url(../images/banner_bj.png) no-repeat;
  font-size: 16px;
  z-index: 999;
}
.pagination {
  z-index: 20;
  right: 10px;
  bottom: 10px;
  position: absolute;
}

/* 搜索页面 */
.bottom_text_img .pagination{
	position: relative !important;
	width: 400px;
	float: right;
	margin-top: 85px;
	text-align: center;
	font-size: 14px;
	z-index: 20;
}

.pagination li a{
	display: block;
    width: 40px;
    line-height: 40px;
    margin: -5px -10px 0;
}
.pagination .active a:hover{
	color: #fff;
}

/* 搜索页面 end */

.swiper-pagination-switch {
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px 5px;
  border: 1px solid #fff;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #c40400;
  border: 1px solid #c40400;
}
/*swiper end*/

/*网页banner部分左边 end*/


/*网页banner部分中间*/
.banner_center{
	width: 365px;
	height: 365px;
	float: left;
	margin-left: 1%;
}
.banner_center_title{
	width: 100%;
	height: 35px;
}
.banner_title{
	width: 85px;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	color: #333333;
	background: url(../images/banner_list_bj.png) no-repeat left;
}
.banner_red{
	width: 210px;
	height: 35px;
	float:left;
	background: #c40400;
}
.banner_more a{
	width: 70px;
	height:35px;
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #aaaaaa;
}
.more_href{
	display: block;
	width: 70px;
	height:35px;
	line-height: 35px;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
	float: left;
	background: #aaaaaa;
}

.banner_center_content{
	width: 100%;
	height: 145px;
	border-bottom: dashed 1px #a0a0a0;
	overflow: hidden;
	zoom: 1;
}
.banner_content_title{
	display: block;
	width: 95%;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	color: #333333;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.banner_content_time{
	display: block;
	width: 95%;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #999999;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.banner_content_text{
	display: block;
	width: 95%;
	height: 75px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}
.banner_center_text{
	width: 100%;
	height: 330px;
}
.banner_center_text ul{
	width: 100%;
	height: 330px;
}
.banner_center_text ul li{
	width: 100%;
	border-bottom: dashed 1px #a0a0a0;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}
.center_text_title{
	width: 100%;
	height: 35px;
	font-size: 16px;
	line-height: 45px;
	text-align: left;
	margin-top: 5px;
}
.center_text_time{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: left;
	float: left;
	color: #999999;
	font-weight: 500;
}
.center_text_js{
	width: 100%;
	height: 104px;
	line-height: 25px;
	float: left;
	text-align: left;
	font-weight: 500;
	text-indent: 2em;
}
.center_li_text_left{
	width: 20px;
	height: 20px;
	float: left;
}
.banner_center_text ul li span{
	line-height: 25px;
}
.banner_center_text ul li span img{
	width: 20px;
	height: 20px;
}
.center_li_text{
	display: block;
	width: 90%;
	height:20px;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
/*网页banner部分中间 end*/

/*网页banner部分右边*/
.banner_right{
	width:265px;
	height: 365px;
	float: right;
}
.banner_right_title{
	width: 100%;
	height: 32px;
	border-bottom: solid 3px #c40400;
}
.banner_right_text{
	display: block;
	width: 100px;
	height: 32px;
	float: left;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #c40400;
}
.banner_right_ul{
	width: 100%;
	height: 320px;
	margin-top: 8px;
}
.banner_right_ul ul{
	width: 265px;
	height: 320px;
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
}
.banner_right_ul ul li{
	width: 131px;
	height: 106px;
	float: left;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.banner_right_img{
	display: block;
	width: 23px;
	height: 25px;
	margin: 0 auto;
	margin-top:30px;
}
.banner_right_img img{
	width: 100%;
}
.banner_right_hover{
	display: none;
}
.banner_right_li_text{
	display: block;
	width: 65px;
	height: 15px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}

.banner_right_ul ul li:hover{
	background: #c40400;
}
.banner_right_ul ul li:hover .banner_right_image{
	display: none;
}
.banner_right_ul ul li:hover .banner_right_hover{
	display: block;
}
.banner_right_ul ul li:hover .banner_right_li_text{
	color: #fff;
}
/***网页banner部分右边 end***/

/****网页新闻页面***/
.news{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	zoom: 1;
}
.centent_news{
	width: 392px;
	height: 190px;
	float:left;
	margin-left:12px;
}
.centent_news_title{
	width: 100%;
	height: 30px;
	border-bottom: solid 3px #c40400;
}
.centent_news_title_left{
	display: block;
	width: 100px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #c40400;
}
.centent_news_title_right{
	width: 292px;
	height: 30px;
	float: left;
	border-top: solid 1px #e5e5e5;
}
.centent_news_title_more{
	display: block;
	width: 100px;
	height: 29px;
	float: right;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	border-right: solid 1px #e5e5e5;
}
.centent_news_title_more a{
	text-decoration: none;
}
.center_news_list{
	width: 390px;
	height: 150px; 
}
.center_news_list ul{
	width: 390px;
	height: 150px;
	padding-top:5px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.center_news_list ul li{
	width: 90%;
	height: 30px;
	margin: 0 auto;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
	zoom:1;
}
.center_news_list a{
	text-decoration: none;
}
.center_news_list ul li span{
	padding-right:10px;
	color:#c40400;
}
/***网页新闻页面 end***/


/***网页新闻bannner部分***/
.content_news_img{
	width: 100%;
	height: 130px;
	margin-top: 20px;
}
.content_news_img img{
	width: 100%;
	height: 130px;
}
.News-Img{
	margin-bottom: 15px;
}

.content_newslist_img{
	width: 100%;
	height: 100px;
	float: left;
	margin-top: 10px;
}
.content_newslist_img img{
	width: 100%;
	height: 100px;
}
/***网页新闻bannner部分 end***/


/***网页行业资讯选项卡部分***/
.content_news_list_left{
	width: 800px;
	height: 434px;
	float: left;
	margin-top: 20px;
	border-top: solid 1px #888;
}

/*资讯选项卡top部分*/
.content_news_list_top{
	width: 100%;
	height: 304px;
	margin-top: 10px;
}

/**选项卡-tabs**/
.tabPane{
	width: 100%;
}
.tabPane_ul {
	width: 685px;
    height: 30px;
    float: left;
    background: #e8e8e8;
}
.tabPane_ul li {
	width: 120px;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 30px;  
    text-align: center;
    cursor: pointer;
    background: #e8e8e8;
    color: #333333;
    border-right: solid 1px #fff;
}
.tabPane_ul .hit {
	background: #c40400;
    color: #fff;
}
.pane {
	width: 100%;
	height: 265px;
    border-top: 0;
    min-height: 100px;
    background-color: #fff;
    display: none;
}
.first_li{
	width: 115px;
	height: 33px;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	float: left;
	background: url(../images/input_img.jpg) no-repeat center left;
}
.panes{
	width: 100%;
	height: 265px;
	padding-top: 40px;

}
.pane_ul_left{
	height: 260px;
	margin-right: -60px;
	overflow: hidden;	
}
.pane_ul_left li{
	width: 370px;
	height: 33px;
	color: #666666;
	line-height: 33px;
	font-size: 14px;
	float: left;
	margin-right: 57px;
}
.pane_ul_left .pane_list{
	display: block;
	float:left;
	color: #c40400;
	padding-right: 10px;
}
.pane_ul_left .pane_text{
	display: block;
	width: 250px;
	height: 33px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.pane_ul_left .pane_time{
	display: block;
	width: 90px;
	height:33px;
	float: left;
	line-height: 33px;
	color: 666666 !important;
	font-size: 14px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
}

.pane_ul_right{
	width: 370px;
	height: 250px;
	float: right;
}
.pane_ul_right li{
	width: 370px;
	height: 33px;
	color: #666666;
	line-height: 33px;
	font-size: 14px;
}
.pane_ul_right .pane_list{
	display: block;
	float:left;
	color: #c40400;
	padding-right: 10px;
}
.pane_ul_right .pane_text{
	display: block;
	width: 250px;
	height: 33px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.pane_ul_right .pane_time{
	display: block;
	width: 90px;
	height: 33px;
	float: left;
	line-height: 33px;
	font-size: 14px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
}
.pane ul li a{
	text-decoration: none;
}
/**选项卡-tabs end**/
/*资讯选项卡top部分 end*/


/*资讯选项卡bottom部分*/
.content_news_list_bottom{
	width: 100%;
	height: 120px;
	margin-top: 10px;
}
.content_news_list_bottom img{
	width: 100%;
	height: 120px;
}
/*资讯选项卡bottom部分 end*/


.content_news_list_right{
	width: 390px;
	height: 257px;
	float: right;
	margin-top: 20px;
	border-top: solid 3px #c40400;
	border-bottom: solid 1px #e9e2e2;
}
.content_news_right_title{
	width: 388px;
	height: 37px;
	background: #fef7f7;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_news_title_left{
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_news_title_right{
	display: block;
	width: 60px;
	height: 20px;
	float: right;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_news_right_img{
	width: 388px;
	height: 220px;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_news_right_img ul{
	width: 100%;
	height: 220px;
}
.content_news_right_img ul li{
	width: 360px;
	height: 65px;
	margin: 0 auto;
	padding-top: 7px;
}
.content_news_right_img img{
	width: 100%;
	height: 65px;
}
/***网页行业资讯选项卡部分 end***/


/***网页行业资讯选项卡部分（二）***/
/*行业资讯选项卡-left部分*/
.content_newstwo_list_left{
	width: 800px;
	height: 260px;
	float: left;
	margin-top: 20px;
}

/**资讯选项卡部分（二）tabPane_two **/
.tabPane_two{
	width: 100%;
	height: 150px;
	float: left;
}
.tabPane_two .tabPane_two_ul {
	width: 685px;
    height: 30px;
    float: left;
    background: #e8e8e8;
}

.tabPane_two .tabPane_two_ul li {
	width: 120px;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 30px;  
    text-align: center;
    cursor: pointer;
    background: #e8e8e8;
    color: #333333;
    border-right: solid 1px #fff;
}

.tabPane_two .tabPane_two_ul .hit {
	background: #c40400;
    color: #fff;
}
.tabPane_two .pane {
	width: 100%;
	height: 120px;
    border-top: 0;
    min-height: 100px;
    background-color: #fff;
    display: none;
}

.tabPane_two .tabPane_two{
	width:100%;
	height: 290px;
	margin:0px auto;
}
.tabPane_two .first_li{
	width: 115px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: url(../images/input_img.jpg) no-repeat center left;
}
.tabPane_two .panes_two{
	width: 100%;
	height: 120px;
	padding-top: 32px;
}
.tabPane_two .pane_two_ul{
	width: 100%;
	height: 120px;
}
.tabPane_two .pane_two_ul li{
	width: 100%;
	height: 42px;
	color: #666666;
	line-height: 42px;
	font-size: 14px;
	border-bottom: dashed 1px #dcdcdc; 
}
.tabPane_two .pane_two_ul .pane_list{
	display: block;
	float:left;
	color: #c40400;
	padding-right: 10px;
}
.tabPane_two .pane_two_ul .pane_text{
	display: block;
	width: 500px;
	height: 31px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.tabPane_two .pane_two_ul .pane_time{
	display: block;
	width: 280px;
	height: 31px;
	float: right;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
/**资讯选项卡部分（二）tabPane_two end**/

.content_newstwo_list_bottom img{
	width: 100%;
	height: 120px;
}

/*资讯选项卡-left部分 end*/


/*资讯选项卡-right部分*/
.content_newstwo_list_right{
	width: 390px;
	height: 298px;
	float: right;
	margin-top: 20px;
	border-top: solid 3px #c40400;
	border-bottom: solid 1px #e9e2e2;
}
.content_newstwo_right_title{
	width: 388px;
	height: 37px;
	background: #fef7f7;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_newstwo_title_left{
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_newstwo_title_right{
	display: block;
	width: 60px;
	height: 20px;
	float: right;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_newstwo_right_text{
	width: 388px;
	height: 261px;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_newstwo_right_text ul{
	width: 100%;
	height: 260px;
}
.content_newstwo_right_text ul li{
	width: 360px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #666666;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.content_newstwo_right_text .content_newstwo_span{
	font-size: 14px;
	color: #c40400;
	padding-right: 10px;
}
.content_newstwo_right_img img{
	width: 100%;
	height: 70px;
}
/*资讯选项卡-right部分 end*/
/***网页行业资讯选项卡部分（二）end***/


/* 快速入口 */
.content-Newsthree{
	width: 100%;
	float: left;
}
.content-Newsthree-list{
	width: 130px;
	height: 130px;
	float: left;
	margin: 20px 0 0 55px;
	background: url(/images/laout-bot-bg.jpg) no-repeat;
}
.Newsthree-list-img{
	width: 45px;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
}
.Newsthree-list-img img{
	width: 100%;
	height: 100%;
}
.Newsthree-list-text{
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
/* 快速入口 end */


/***网页行业资讯选项卡部分（三）***/
.content_newsthree_list_left{
	width: 800px;
	height: 360px;
	float: left;
	margin-top: 20px;
}

.content_newsthree_list_left .content_newsthree_list_top{
	width: 800px;
	height: 335px;
	float: left;
}

.content-newsthree-top{
	width: 100%;
	height: 195px;
	float: left;
}
.content-newsthree-bottom{
	width: 100%;
	height: 165px;
	float: left;
}

.content_newsthree_title{
	width: 115px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	background: url(../images/input_img.jpg) no-repeat left;
	overflow: hidden;
	zoom: 1;
}

.newsthree_ul{
	width: 685px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #e8e8e8;
}
.newsthree_ul li{
	width: 120px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center; 
	float: left;
	color: #fff;
	background: #c40400;
	overflow: hidden;
	zoom: 1;
}
.newsthree_more{
	display: block;
	width: 55px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-weight: 12px;
	margin-right: 15px;
	float: right;
}

.newsthree_top{
	width: 100%;
	height: 165px;
	float: left;
	margin-top: 15px;
}
.content_newsthree_top{
	width: 100%;
	height: 72px;
	float: left;
}
.content_newsthree_left{
	width: 115px;
	height:70px;
	text-align: center;
	line-height: 70px;
	color: #444444;
	font-size: 14px;
	float: left;
}
.content_newsthree_left .content_newsthree_span{
	font-size: 16px;
	color: #b7060a;
	padding-right: 10px;
}

/**行业资讯马轮播图（三）right**/
.content_newsthree_right{
	width: 685px;
	height:70px;
	text-align: center;
	/*line-height: 70px;*/
	color: #444444;
	font-size: 14px;
	float: left;
}

/*走马轮播图样式*/
.newsthree_top .list_img{
	width: 68px;
	height: 68px;
	float: left;
	border-radius: 5px;
	border: solid 1px #eeeeee;
	overflow: hidden;
	zoom: 1;
}
.newsthree_top .list_img img{
	width: 68px;
	height: 68px;
	border-radius: 5px;
}
.newsthree_top .list_text{
	width: 90px;
	height: 70px;
	float: right;
}
.newsthree_top .list_title{
	display: block;
	width: 90px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.newsthree_top .list_name{
	display: block;
	width: 80px;
	height: 45px;
	line-height: 20px;
	text-align: left;
	float: left;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.newsthree_top .content_newsthree_bottom{
	width: 100%;
	height: 72px;
	float: left;
	margin-top: 10px;
}
.newsthree_top .newsthree_bottom{
	width: 100%;
	height: 120px;
	float: left;
	margin-top: 15px;
}
.newsthree_top .newsthree_bottom img{
	width: 100%;
	height: 120px;
}

/*走马轮播图-one*/
.newsthree_top .scroll_horizontal {
    position: relative;
    width: 685px;
    height: 70px;
}
.newsthree_top .scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 685px;
    height: 70px;
    margin: 0 auto;
}
.newsthree_top .scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}
.newsthree_top .scroll_horizontal .list li {
    float: left;
    width: 172px;
    height: 70px;
}
/*走马轮播图-one end*/

/*走马轮播图-two*/
.newsthree_top .scroll_horizontal_two {
    position: relative;
    width: 685px;
    height: 70px;
}
.newsthree_top .scroll_horizontal_two .box {
    overflow: hidden;
    position: relative;
    width: 685px;
    height: 70px;
    margin: 0 auto;
}
.newsthree_top .scroll_horizontal_two .list {
    overflow: hidden;
    width: 9999px;
}
.newsthree_top .scroll_horizontal_two .list li{
    float: left;
    width: 172px;
    height: 70px;   
}
/* 走马轮播图-two end */

/* 走马轮播图样式 end */
/** 行业资讯走马轮播图（三）right end **/


/** 团体会员展览走马轮播图 **/
.content_newsthree_list_bottom{
	width: 800px;
	height: 205px;
	float: left;
	margin-top: 15px;
	border-top: solid 1px #a0a0a0;
}
.newsthree_list_content{
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

.newsthree_list_content_bottom{
	width: 100%;
	height: 155px;
	float: left;
	margin-top:10px;
}

/**走马轮播图样式**/

/*.list_news_content{
	width: 185px;
	height: 80px;
	margin-right: 19px;
	float: left;
}
.list_news_content:nth-child(4n){
	margin-right: 0px;
}
.news_content_top{
	width: 185px;
	height: 50px;
	float: left;
	border: solid 1px #eeeeee;
}
.news_content_top img{
	width: 185px;
	height: 50px;
}
.news_content_bottom{
	width: 185px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.news_content_name{
	width: 55px;
	height: 30px;
	float: left;

}
.news_content_text{
	width: 130px;
	height: 30px;
	text-align: right;
	float: left;
}*/
.newsthree_list_content_bottom .swiper-container {
    width: 800px;
    height: 155px;
    color: #fff;
    text-align: center;
}

.newsthree_list_content_bottom .swiper-slide{
    width: 100%;
    height:365px;
    position: relative;
}

.newsthree_list_content_bottom .pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}
.newsthree_list_content_bottom .swiper-pagination-switch {
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px 5px;
    border: 1px solid #fff;
    opacity: 0.8;
    cursor: pointer;
}
.newsthree_list_content_bottom .swiper-active-switch {
    background: #c40400;
    border: 1px solid #c40400;
}


.newsthree_list_content_bottom .swiper-slide_new{
    width: 178px;
    height: 77.5px;
    float: left;
    margin-right: 20px;
}
.newsthree_list_content_bottom .swiper-slide_new:nth-child(4n){
    margin-right:0;
}
.newsthree_list_content_bottom .slide_new_top{
    width: 100%;
    height: 48px;
    float: left;
    border:solid 1px #eeeeee; 
}
.newsthree_list_content_bottom .slide_new_top img{
    width: 100%;
    height:48px;
}
.newsthree_list_content_bottom .slide_new_bottom{
    width: 100%;
    height: 27.5px;
    line-height: 27.5px;
    float: left;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}
.newsthree_list_content_bottom .new_bottom_left{
    width: 30%;
    height: 27.5px;
    float: left;
    text-align: left;
}
.newsthree_list_content_bottom .new_bottom_right{
    width: 70%;
    height: 27.5px;
    float: left;
    text-align: right;
}
.newsthree_list_content_bottom .pagination{
    display: none;
}
/* 走马轮播图-four页面样式
-----------------------------*/
.newsthree_list_content_bottom .list_img{
    width: 179px;
    height: 49px;
    border:solid 1px #eeeeee;
    float: left;
    overflow: hidden;
    zoom: 1;
}
.newsthree_list_content_bottom .list_img img{
    width: 179px;
    height: 49px;
}
.newsthree_list_content_bottom .list_text{
    width: 180px;
    height: 25px;
    float: left;
}
.newsthree_list_content_bottom .list_title{
    width: 55px;
    height: 25px;
    float: left;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.newsthree_list_content_bottom .list_name{
    width: 125px;
    height: 25px;
    float: left;
    line-height: 25px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}
/* 走马轮播图-four页面样式 end
-----------------------------*/

/** 团体会员展览走马轮播图 end **/



/** 选项卡-input右边 **/
.content_newsthree_list_right{
	width: 390px;
	height: 357px;
	float: right;
	margin-top: 20px;
	border-top: solid 3px #c40400;
	border-bottom: solid 1px #e9e2e2;
}
.content_newsthree_right_title{
	width: 388px;
	height: 37px;
	background: #fef7f7;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_newsthree_title_left{
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_newsthree_title_right{
	display: block;
	width: 60px;
	height: 20px;
	float: right;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_newsthree_right_text{
	width: 388px;
	height: 320px;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}

/** 选项卡-input **/
.content_newsthree_right_text .tabPane {
	width: 380px;
    height: 315px;
    margin: 0 auto;
    padding-top: 5px;
}
.content_newsthree_right_text .tabPane_input_ul {
	width: 380px;
    height: 40px;
    float: left;
    background: #e8e8e8;
}
.content_newsthree_right_text .tabPane_input_ul li {
	width: 95px;
    height: 40px;
    float: left;
    font-size: 14px;
    line-height: 40px;  
    text-align: center;
    cursor: pointer;
    background: #e8e8e8;
    color: #333333;
}
.content_newsthree_right_text .tabPane_input_ul .hit {
	background: #c40400;
    color: #fff;
}

.content_newsthree_right_text .pane {
	width: 360px;
	height: 260px;
	margin: 0 auto;
	margin-top: 15px;
    background-color: #fff;
    display: none;
}
.content_newsthree_right_text .panes_input{
	width: 100%;
	height: 270px;
	padding-top: 40px;
}
.content_newsthree_right_text .pane_ul_title{
	width: 360px;
	height:20px;
	line-height: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 600px;
}
.content_newsthree_right_text .pane_ul_left{
	width: 360px;
	height: 260px;
	float: left;
}
.content_newsthree_right_text .pane_ul_left li{
	width: 360px;
	height: 62px;
	color: #666666;
	line-height: 31px;
	font-size: 14px;
}
.content_newsthree_right_text .pane_ul_left .pane_list{
	display: block;
	float:left;
	color: #c40400;
	padding-right: 10px;
}
.content_newsthree_right_text .pane_ul_left .pane_text{
	display: block;
	width: 360px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.content_newsthree_right_text .pane_ul_left .pane_input{
	display: block;
	width: 358px;
	height: 35px;
	float: left;
	color: #666666;
	font-size: 14px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;
}
.content_newsthree_right_text .content_input{
	width: 90%;
	height: 25px;
	line-height: 25px;
	margin-left: 0;
	margin-top: 6px;
	padding-left: 20px;
	outline: none;
	border:0;
}
.content_newsthree_right_text .pane_input_btn{
	width: 100%;
	height: 35px;
	margin-top: 15px;
	outline: none;
	border:0;
}
.content_newsthree_right_text .content_button{
	width: 100%;
	height: 35px;
	margin-top: 10px;
	line-height: 35px;
	background: #c40400;
	border-radius: 5px;
	outline: none;
	border:0;
	color: #fff;
	font-size: 14px;
}
/**选项卡-input end**/

/** 选项卡-input右边 end **/
/***网页行业资讯选项卡部分（三）end***/


/***友情链接***/
.content_friendLink{
	width: 100%;
	height: 29px;
	border-bottom:solid 1px #c40400;
}

.content_friendLink_text{
	display: block;
	width: 90px;
	height: 29px;
	font-size: 14px;
	float: left;
	line-height: 29px;
	text-align: center;
	color: #fff;
	background: #c40400; 
}
.content_friendLink_name{
	width: 100%;
	height: 135px;
	overflow: hidden;
}
.content_friendLink_name ul{
	width: 100%;
	height: 95px;
	padding-top: 35px;
}
.content_friendLink_name ul li{
	width: 160px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

/* 友情链接下拉菜单 */
.new_select{
    width: 255px;
    height: 35px;
    float: left;
    margin-left: 5px;
}
.new_select span{
    display: block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.select-input{
    width: 170px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid #A5D2EB;
    font-size: 14px;
    outline:none;
}
/* 友情链接下拉菜单 end */

/***友情链接 end***/


/***网页脚部***/

/*网站脚部左边*/
.footer_content{
	width: 100%;
	height: 280px;
	background: #dedede;
}
.content_footer_top{
	width: 100%;
	height: 250px;
}
.content_footer_top_left{
	width: 305px;
	height: 245px;
	float: left;
	padding-top: 30px;
}
.content_footer_top_left ul{
	width: 100%;
	height: 265px;
	float: left;
}
.content_footer_logo{
	width: 100%;
	height: 45px;
}
.content_footer_logo img{
	width: 100%;
	height: 45px;
}
.content_footer_tell{
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	padding-top:10px;
	overflow: hidden;
	zoom: 1;
}
.content_footer_tell .tell_img {
	width: 22px;
	height: 18px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.content_footer_tellnumber{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.content_footer_email{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding-left:28px;
	color: #666666;
	overflow: hidden;;
	zoom: 1;
}
.content_footer_emailnumber{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	zoom:1;
}
.content_footer_cz{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	zoom: 1; 
}
.content_footer_cz .email_img{
	width:20px;
	height: 15px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
}
.content_footer_cznumber{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #666666; 
	overflow: hidden;
	zoom: 1;
}
/*网站脚部左边*/

/*网站脚部右边*/
.content_footer_top_right{
	width: 850px;
	height: 245px;
	float:right;
	padding-top: 30px;
}
.content_footer_top_right ul{
	width: 120px;
	height: 245px;
	float: left;
}
.content_footer_top_right ul li{
	width: 100px;
	height: 30px;
	float: left;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	zoom: 1;
}
.content_footer_top_right .last_ul{
	width: 70px;
	height: 245px;
}
/*网站脚部右边 end*/


/***网页脚部***/

/***网页底部***/
.footer{
	width: 100%;
	height: 60px;
	background: #c2c2c2;
}
.footer ul li a{
	text-decoration: none;
}
.footer_left{
	width: 580px;
	height: 50px;
	float: left;
	margin-top: 10px;
}
.footer_left ul{
	width: 580px;
	height: 20px;
	float: left;
}
.footer_left ul li{
	width: 60px;
	height: 15px;
	float: left;
	color: #666666; 
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	border-right: solid 1px #828282;
	overflow: hidden;
	zoom: 1;
}
.footer_left .last_li{
	width: 130px;
	height: 15px;
	line-height: 15px;
	border-right: 0px;
	overflow: hidden;
	zoom: 1;
}
.footer_left_text{
	width: 580px;
	height: 20px;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	zoom: 1;
}

.footer_right{
	width: 115px;
	height: 60px;
	color: #666666; 
	float: right;
}
.footer_right{
	font-size: 12px;
	line-height: 60px;
	color: #999999;
}
.footer_right a{
	text-decoration: none;
}
/*** 网页底部 end ***/


/* 网页广告 */
.fixediv{
	width: 100px;
	height: 400px;
}
.fixediv img{
	width: 100%;
	height: 400px;
}

.leftadv{
	position: fixed;
	top: 200px;
	left: 2%;
	z-index: 999;
}
.rightadv{
	position: fixed;
	top: 200px;
	right: 2%;
	z-index: 999;
}
.close{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}

.advertising{
	overflow: hidden;
}
.advertising .fixediv{
	width: 100px;
	height: 500px;
}
.advertising .fixediv img{
	width: 100%;
	height: 400px;
}

.advertising .leftadv{
	position: fixed;
	top: 200px;
	left: 0%;
	z-index: 999;
}
.advertising .rightadv{
	position: fixed;
	top: 200px;
	right: 0%;
	z-index: 999;
}
.advertising .left_close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 27px;
	height: 27px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	z-index: 999;
}
.advertising .right_close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 27px;
	height: 27px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	z-index: 999;
}
.advertising .left_close img{
	width: 100%;
	height: 100%;
}
.advertising .right_close img{
	width: 100%;
	height: 100%;
}

/* 网页广告 end */

/* 首页css样式 end
*****************************/

/* 入会须知css样式
*****************************/
.content_title{
	width: 100%;
	height: 55px;
	border-bottom: solid 1px #eeeeee;
}
.content_title_left{
	width: 60px;
	height: 55px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	float: left;
	border-left: solid 1px #eeeeee;

}
.content_title_left img{
	margin-top: 20px;
}
.content_title_right{
	width: 1040px;
	height: 55px;
	float: left;
	text-align: center;
	border-left: solid 1px #eeeeee;
}
.content_title_right ul{
	width: 80%;
	height: 55px;
	margin-left: 10px;
}
.content_title_right ul li{
	height: 55px;
	line-height: 55px;
	float: left;
	font-size: 14px;
	text-align: center;
	padding: 0 5px
}
.content_fh{
	display: block;
	width: 10px;
	height: 55px;
	float: left;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
}

/* 新闻主体 */
.content_news{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}

.content_text_title_right{
	width: 930px;
	float: right;
	overflow: hidden;
	zoom: 1;
}
.text_title_right_top{
	width: 99.8%;
	height: 130px;
	border: solid 1px #dcdcdc;
}
.text_title_right_top img{
	width: 100%;
	height: 100%;
}
.text_title_right_bottom{
	width: 928px;
	border: solid 1px #dcdcdc;
	margin-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
	zoom: 1;
}

.text_title_right_content{
	width: 850px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	zoom: 1;
}
.text_title_span{
	display: block;
	height: 35px;
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
	color: #444444;
}
.text_title_text{
	width: 100%;
	margin-top: 20px;
    border-top: solid 3px #b7060a;
    overflow: hidden;
    zoom: 1;
}
.title_right_bottom_text{
	width: 100%;
	margin-top:30px;
	padding-bottom: 20px;
	line-height: 25px;
	font-size: 14px;
	border-bottom: dashed 1px #d2d2d2;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}

.summary{
	text-align: center;
	line-height: 40px;
}

.title_right_bottom_fenxiang{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #444444;
	border-bottom: dashed 1px #d2d2d2;
}
.title_right_bottom_left{
	width: 60px;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	border-bottom: dashed 1px #d2d2d2;
	color: #444444;	
}
.title_right_bottom_right{
	width: 200px;
	height: 60px;
	float: left;
}
.bdsharebuttonbox{
	padding-top: 15px;
}
.pages {
    display: table;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom:10px;
    margin-right: -90px;
    /*position: absolute;*/
}

.pages a {
    border: none;
    padding: 0;
    margin: 0;
    color: #999;
}

.pages .pagination{
	width: 100%;
	height: 40px;
	position:relative;
	bottom: 0;
	right: 0;
}

.pages ul li{
	width: 20px !important;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	zoom: 1;
}

.pagination li{
	width: 20px !important;
	height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:solid 1px #dcdcdc;
    padding: 6px 12px;
    margin: 0 2px;
    float: left;
    width: 5% !important
}

.pages .disabled{
	width: 50px !important;
	height: 30px !important;
    text-align: center;
}

.pages .prev{
	width: 55px !important;
}

.pages .prev a{
	width: 73px;
}

.pages .next{
	width: 50px !important;
    text-align: center;
}

.pages .next a{
	width: 70px;
}

.prev{
    border: solid 1px #dcdcdc;
    color: #999;
}

.pagination .active{
    background: #b7060a;
    color: #fff;
    border:solid 1px #b7060a;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.pagination .active a{
    color: #fff;
}

/*
.active a{
    color: #fff;
}*/

.pages .pagination li:hover{
	color: #fff;
	background: #b7060a; 
}

.pages .pagination li:hover a{
	color: #fff;
	background: #b7060a; 
}

.title_right_page{
	width: 100%;
	height: 80px;
	color: #444444;
}
.title_right_top{
	width: 100%;
	height: 20px;
	padding-top: 15px;
}
.title_right_first{
	width: 60px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
.bottom_page_text{
	width: 325px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.title_right_bottom{
	width: 100%;
	height: 20px;
	margin-top: 15px;
}
.title_right_last{
	width: 60px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

.title_right_pinglun{
	width: 848px;
	height:140px;
	border: solid 1px #eeeeee;
}
.pinglun_text{
	width: 842px;
	height: 133px;
	border:0;
	font-size: 14px;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.title_right_pinglun_text{
	width: 500px;
	height: 20px;
	float: left;
	line-height: 20px;
	margin-top: 20px;
}
.pinglun_btn{
	width: 130px;
	height: 35px;
	float: right;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: #b7060a;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pinglun_btn a{
	color: #fff;
}

.xiazai .bottom_text_leftimg{
	line-height: 12px;
}
/* 新闻主体 end */

/* 入会须知css样式 end
*****************************/


/* 子页左侧css样式
*****************************/
.content_text_title_left{
	width: 240px;
	height: 100%;
	float: left;
}
.content_text_title_left ul{
	width: 100%;

}
.text_title_ul_title{
	display: block;
	width: 100%;
	height: 75px;
	font-size: 20px;
	text-align: center;
	line-height: 75px;
	color: #fff;
	background: #b7060a;
}
.content_text_title_left ul li{
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 45px;
	text-align: left;
	color: #666666;
	background-position:25px;
	
}
.text_title_ul_li span{ 
	display: block;
	height: 100%;
	float: left;
	margin-left: 45px;
	font-size: 12px;
	line-height: 45px;
	color: #666666; 
}
.content_text_title_left ul li:hover{
	background-position:25px;
	color: #b7060a;
}

.title_ul_nav{
	display: none;
	width: 100%;
	background:#fff;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
}
.title_ul_nav ul{
	width: 100%;
}
.text_title_ul_li{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: left;
	background: #f2f2f2;
	border-bottom: solid 1px #fff;
	cursor: pointer;
}
.text_title_ul_li:hover span{
	color: #b7060a;
}
.title_ul_nav ul li{
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: left;
    text-indent: 5em;
	font-size: 12px;
	color: #666666;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	zoom: 1;
}
.content_text_title_left ul li:hover {
    background-position: 25px;
    color: #b7060a;
}

.cur a{
	color: #b7060a;
}
.cur{
	color: #b7060a;
}
.active a:hover{
	color: #b7060a;
}
/*页面page样式*/
.btn_page{
	width: 560px;
	height: 37px;
	float: right;
	margin-top: 20px;
    margin-bottom: 10px;
}
.btn_page .btn_page_ul{
	width: 560px;
	height: 37px;
}
.btn_page .btn_page_ul li{
	width: 35px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 35px;
	color: #cccccc;
	border: solid 1px #cccccc;
	margin-left: 15px;
	border-radius: 5px;
}
.page_fudian{
	border:0 !important; 
	background: #fff !important; 
	color: #cccccc !important;
}
.btn_page .btn_page_ul li:hover{
	background: #b7060a;
	color: #fff;
	border: solid 1px #b7060a;
}
.btn_page .btn_page_ul .page_first{
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #cccccc;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.btn_page .btn_page_ul .page_last{
	width: 80px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #cccccc;
	border:solid 1px #cccccc;
	border-radius: 5px;
}
/*页面page样式 end*/

/* 子页左侧css样式
*****************************/


/* 科技评价css样式
*****************************/
.bottom_text{
	width: 760px;
	height: 260px;
	margin: 0 auto;
	background: #f5f5f5;
}
.main_input_content{
	width: 365px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.bottom_text_input{
	width: 760px;
	height: 270px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-bottom: solid 1px #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	zoom: 1;
}
.mainform_title{
	width: 200px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	font-weight: 500;
	line-height: 25px;
}
.mainform_input{
	width: 365px;
	height: 25px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	line-height: 25px;
}
.mainform_name{
	display: block;
	width: 125px;
	height:25px;
	font-size: 14px;
	line-height: 25px;
	float: left;
}
.input_text{
	width: 100%;
	height: 20px;
	border: 0px;
	background: url(../images/input_img.png) no-repeat;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.mainform_text{
	display: block;
	width: 240px;
	height:25px;
	float: left;
}
.mainform_input_btn{
	width: 95px;
	height: 30px;
	float: right;
	margin-top: 15px;
	background: #b7060a;
}

.input_btn{
	width: 95px;
	height: 30px;
	line-height: 25px;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
	background: url(../images/fdj.png) no-repeat center left;
	background-size: 20%;
	background-position: 20px;
	border: 0px;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.bottom_text_border{
	width: 750px;
	height: 1px;
	margin: 0 auto;
	background: #eaeaea;
	margin-bottom: 30px;
}
.bottom_text_img{
	width: 770px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/img_keji.jpg) no-repeat;
	background-size: 100%;
}
.bottom_text_img img{
	width: 100%;
	height: 100%;
}
.bottom_text_img table{
	width: 600px;
	height: 330px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	zoom: 1;
}
.text_img_title{
	width: 115px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
	zoom: 1;
}
.bottom_text_img table tbody{
	width: 600px;
	height: 330px;
	margin: 0 auto;
	margin-top: 20px;
}
.bottom_text_img table tr{
	width: 600px;
	height:30px;
}
.bottom_text_img table tr th{
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}
.bottom_text_img table tr td{
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-bottom: solid 1px #eeeeee;
	overflow: hidden;
	zoom: 1;
}
/* 科技评价css样式 end
*****************************/


/* 国内咨询css样式
*****************************/
.right_text{
    margin-top: 0;
    border-bottom: 0;
}
.bottom_text_ul {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
.title_right_bottom_text ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	zoom: 1;
}
.bottom_text_leftimg{
	display: block;
	width: 10px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;

}
.bottom_text_list{
	display: block;
	width: 670px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.bottom_text_time{
	display: block;
	width: 110px;
	height: 30px;
	float: right;
	text-align: right;
	line-height: 30px;
}
/* 国内咨询css样式 end
*****************************/


/* 会议概览css样式
*****************************/
.text_ul{
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.title_right_bottom_text .text_ul li{
	width: 100%;
	height: 185px;
	border-bottom: dashed 1px #dcdcdc;
}
.title_right_bottom_text .text_ul li:hover .text_ul_right_btn{
	background: #b7060a;
	color: #fff;
}
.text_ul_left{
	width: 220px;
	height: 150px;
	float: left;
	margin-top: 15px;
}
.text_ul_left img{
	width: 100%;
	height: 100%;
}
.text_ul_right{
	width: 615px;
	height: 150px;
	float: right;
	margin-top: 15px;	
}
.text_ul_right span{
	display: block;
	width: 580px;
	height: 25px;
	color: #666666;
	line-height: 25px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.text_ul_right_time{
	margin-top:5px;
}
.text_ul_right_title{
	font-size: 16px;
	font-weight: 590;
}
.text_ul_right_btn{
	width: 115px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 15px;
	text-align: center;
	background: #dadada;
	border-radius: 5px;
}
/* 会议概览css样式 end
*****************************/


/* 培训通知css样式
*****************************/
.title_right_bottom_text .bottom_img_ul{
	width: 100%;
	height: 870px;
	overflow: hidden;
	zoom: 1;
}
.title_right_bottom_text .bottom_img_ul li{
	width: 180px;
	height: 260px;
	float: left;
	margin-top: 30px;
	margin-right: 43px;
	overflow: hidden;
	zoom: 1;
}

.title_right_bottom_text .Bottom-img-Ul{
	width: 100%;
	height: 870px;
	overflow: hidden;
	zoom: 1;
}
.title_right_bottom_text .Bottom-img-Ul li{
	width: 253px;
	height: 163px;
	float: left;
	margin-top: 30px;
	margin-right: 43px;
	overflow: hidden;
	zoom: 1;
}


.title_right_bottom_text .bottom_img_ul li span{
	display: block;
	width: 100%;
	height: 20px;
	font-size: 14px;
	margin-right: 40px;
	text-align: center;
	line-height: 20px;
	color: #888888;
}
.bottom_span_img{
	width: 178px !important;
	height: 208px !important;
	border: solid 1px #eeeeee;
}
.bottom_span_img img{
	width: 178px;
	height: 208px;
}
.bottom_span_name{
	margin-top:5px;
	font-size: 14px;
	font-weight: 600;
	color: #444444 !important;
}

.Span-Img{
	width: 255px !important;
	height: 120px !important;
}

.Span-Img img{
	width: 255px !important;
	height: 120px !important;
}

/* 培训通知css样式 end
*****************************/


/* 专题页css样式
*****************************/
/** banner部分 **/
.banner_img{
	height: 400px;
}
.banner_content{
	width: 100%;
	height: 400px;
}
.banner_content .swiper-container{
	width: 100%;
	height: 400px;
}
.banner_content .pagination{
	left:45%;
}
.banner_content .swiper-pagination-switch{
	width: 30px;
	height: 5px;
	border-radius: 0;
}
/** banner部分 end **/

/** 网页新闻 **/
.news_centent_left{
	width: 710px;
	height:540px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.news_center_ul{
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.news_center_ul li{
	width: 100%;
	height: 135px;
	border-bottom: solid 1px #e1e1e1;
	overflow: hidden;
	zoom: 1;
}

.news_center_ul li:hover .newslist_left_title{
	color: #c40400;
}
.news_center_ul li:hover .newslist_xq{
	color: #c40400;
}

.news_center_ul_left{
	width: 160px;
	height: 95px;
	float:left;
	margin-top: 20px;
}
.news_center_ul_right{
	width: 525px;
	height: 95px;
	float:right;
	margin-top: 20px;
}
.newslist_top{
	width: 100%;
	height: 25px;
}
.newslist_left_title{
	display: block;
	width: 80%;
	height: 25px;
	float:left;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}
.newslist_left_time{
	display: block;
	width:20%;
	height:25px;
	float: right;
	color: #666666;
	line-height: 25px;
	font-size: 14px;
	text-align: right;
	overflow: hidden;
	zoom: 1;
}
.newslist_bottom{
	width: 100%;
	height: 70px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.newslist_bottom a{
	color: #666666;
} 
.newslist_xq{
	display: block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	color: #999999;
	float: right;
	overflow: hidden;
	zoom: 1;
}

.news_centent_right{
	width: 465px;
	height: 540px;
	float: right;
}
	
.news_centent_right_top{
	width: 465px;
	height: 260px;
	margin-top: 20px;
}
/* banner2部分 */
.news_centent_right_top .banner_content{
	width: 100%;
	height: 260px;
}
.news_centent_right_top .swiper-container{
	width: 100%;
	height: 260px;
}
.news_centent_right_top .pagination{
	left:70%;
}
.news_centent_right_top .swiper-pagination-switch{
	width: 30px;
	height: 5px;
	background: #888;
	border-radius: 0;
	z-index: 999;
}
.swiper-slide-text{
	position: absolute;
	bottom: 0;
	width:100%;
	height: 40px;
	line-height: 40px;
 	background: url(../images/banner_bj.png) no-repeat;
 	z-index: 999;
}
.slide-text{
	display: block;
	width: 50%;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	padding-left:10px;
	overflow: hidden;
	zoom: 1;
}
.news_centent_right_top .swiper-pagination-switch{
	display: block;
	width: 15px;
	height: 3px;
	float: left;
	background: #fff;
	margin: 0 5px 5px;
	border: 1px solid #fff;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
}
.news_centent_right_top .swiper-active-switch {
  background: #c40400;
  border: 1px solid #c40400;
}
.news_centent_right_top .pagination {
	width:30%;
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 12px;
}
/** banner2部分 end **/

/** 网页新闻 **/
.news_centent_right_bottom{
	width: 465px;
	height: 210px;
	margin-top: 40px;
}

.news_centent_listone{
	width: 270px;
	height: 100px;
	float: left;
}
.news_centent_listone img{
	width: 100%;
	height: 100%;
}
.news_centent_listtwo{
	width: 190px;
	height: 100px;
	background: #c40400;
	float: left;
	margin-left: 5px;
}
.news_centent_listtwo img{
	width: 100%;
	height: 100%;
}
.news_centent_listthree{
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 5px;
	background: #a8a8a8;
}
.news_centent_listthree img{
	width: 100%;
	height: 100%;
}
.news_centent_listfour{
	width: 150px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.news_centent_listfour img{
	width: 100%;
	height: 100%;
}
.news_centent_listfive{
	width: 155px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background: #a8a8a8;
}
.news_centent_listfive img{
	width: 100%;
	height: 100%;
}
.centent_listtwo_title{
	display: block;
	width: 80%;
	height:20px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.centent_listtwo_text{
	display: block;
	width: 80%;
	height:20px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.centent_listthree_title{
	display: block;
	width: 90%;
	height: 20px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
.centent_listthree_text{
	display: block;
	width: 90%;
	height: 20px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
.centent_listfive_title{
	display: block;
	width: 80%;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	text-align: right;
	color: #fff;
}
.centent_listfive_text{
	display: block;
	width: 90%;
	height: 20px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
	text-align: right;
	overflow: hidden;
	zoom: 1;	
}
/** 网页新闻 **/

/** 网页新闻列表 **/
.news_list{
	width: 100%;
	height: 295px;
}
.news_list_left{
	width: 715px;
	height: 295px;
	float: left;
}
.news_list_title{
	width: 100%;
	height: 25px;
}
.news_list_title_left{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 600;
	float: left;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.news_list_title_right{
	display: block;
	width: 615px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 600;
	float: left;
	color: #c40400;
	overflow: hidden;
	zoom: 1;
}
.news_list_text_ul{
	width: 100%;
	height: 255px;
	margin-top: 25px;
	overflow: hidden;
	zoom: 1;
}
.news_list_text_ul li{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.news_list_left .news_list_text_ul li a:hover .news_list_title{
	text-decoration:underline; !important;
	color: #c40400;
}

.news_list_span_fuhao{
	display: block;
	width: 15px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: left;
	color: #666666;
}
.news_list_span_text{
	display: block;
	width: 550px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: left;
	color: #666666;
}
.news_list_span_time{
	display: block;
	width: 150px;
	height: 25;
	float: left;
	line-height: 25px;
	text-align: right;
	color: #666666;
}

.news_list_right{
	width: 465px;
	height: 295px;
	float: right;
}
.news_list_right img{
	width: 100%;
	height: 100%;
}
/** 网页新闻列表 end **/

/** 友情链接图片 **/
.friendLink{
	width: 100%;
	height: 175px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.friendLink_ul{
	width: 100%;
	height: 175px;
}
.friendLink_ul li{
	width: 234px;
	height: 70px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	border: solid 1px #dcdcdc; 
}
.friendLink_ul li img{
	width: 100%;
	height: 100%;
}
/** 友情链接图片 end **/

/* 专题页css样式 end
*****************************/


/* 专题页-详情css样式
*****************************/
.content_bt{
	border-top: solid 1px #eeeeee;
	margin-top: 20px;
}
.news_text_left{
	width: 850px;
	border: solid 1px #eeeeee;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
.news_text_top_title{
	width: 800px;
	height: 100px;
	margin: 0 auto;
	border-bottom: solid 1px #dcdcdc;
}
.news_top_title{
	width: 500px;

	line-height: 20px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.news_top_text{
	display: block;
	width: 275px;
	height: 20px;
	margin: 0 auto;
	margin-top: 15px;
}
.dt_xq{
	width: 390px;
}
.news_top_left{
	width: 45px;
	height:20px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.news_top_lyname{
	display: block;
    height: 20px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    color: #999999;
}
.news_top_timenumber{
	display: block;
    height: 20px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    color: #999999;
}
.news_top_zzname{
	display: block;
    height: 20px;
    float: left;
    font-size: 14px;
    margin-right: 10px;	
    color: #999999;
}
.news_top_text .news_jiahao{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	background: #dcdcdc;
}
.news_text_bottom{
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	border-bottom: solid 2px #dcdcdc;
	overflow: hidden;
	zoom: 1;
}

.news_text_page{
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
.news_page_last{
	display: block;
	/*width:120px;*/
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color:#999999;
	/*float: left;*/
	margin-top: 20px;
}
.news_page_next{
	display: block;
	/*width:120px;*/
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color:#999999;
	/*float: right;
	margin-top: 20px;*/
}
.news_page_last:hover{
	color: #2a72be;
}
 .news_page_next:hover{
	color: #2a72be;
}

.news_text_right{
	width: 335px;
	float: right;
	border:solid 1px #eeeeee;
	overflow: hidden;
	zoom: 1;
}
.news_text_right_top{
	width:295px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.news_text_right_title{
	display: block;
	width:105px;
	height: 25px;
	float: left;
	margin-top: 25px;
	line-height: 25px;
	font-size: 18px;
	text-align: left;
	color: #333333;
}
.news_text_right_gd{
	display: block;
	width:60px;
	height: 25px;
	float: right;
	margin-top: 25px;
	color: #666666;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}
.news_text_right ul{
	width:295px;
	margin: 0 auto;
	margin-bottom:15px;
	overflow: hidden;
	zoom: 1;
}
.news_text_right ul li{
	width:100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	margin: 0 auto;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.news_text_right ul li span{
	margin-right: 10px;
}
.down_box {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 20px 0;
}
.down_box .down {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #1470b9;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 20px;}

/* 专题页-详情css样式 end
*****************************/
.advertising .fixe_div{
	width: 100px;
	height: 400px;
}

.advertising .fixe_div img{
	width: 100%;
	height: 400px;
}

.advertising .left_ad{
	position: fixed;
	top: 200px;
	/*left: 2%;*/
	z-index: 999;
}
.advertising .right_ad{
	position: fixed;
	top: 200px;
	right: 0%;
	z-index: 999;
}
.advertising .left_close img{
	width: 27px;
	height: 27px;
}
.advertising .right_close img{
	width: 27px;
	height: 27px;
}