
/* 首页css样式
*****************************/
/* 首页css样式
*****************************/
.warp{
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.header{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.content_head{
	width: 1200px;
	margin: 0 auto;
}

/*网页头部*/
.header_left{
	height: 20px;
	float: left;
	padding-top: 10px;
}
.header_time{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	float: left;
}
.header_text{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	float: left;
	margin-left: 20px;
}

.header_right{
    height: 20px;
    float: right;
    padding-top: 12px;
}

.header_right a{
	display: block;
	padding: 0px 5px;
	height: 15px;
	line-height: 15px;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	border-right: solid 1px #888888;
}
.header_right a:last-child{
	border: 0px;
}
/*网页头部 end*/

/*网页头部logo*/
.header_logo{
	width: 100%;
	height: 90px;
}
.header_logo_left{
	width: 405px;
	height: 70px;
	float: left;
	margin-top: 10px;
}
.header_logo_left img{
	width: 100%;
}
.header_logo_right{
	width: 410px;
	height: 40px;
	float: right;
	margin-top: 30px;
}
.header_input{
	width: 405px;
	height: 40px;
	border: solid 1px #0963b9;
	border-radius: 20px;
}
.text_input{
	width: 335px;
	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*/

/*网页导航*/
.nav{
	width: 100%;
	height: 50px;
	background: #0963b9;
}
.nav_ul{
	width: 1200px;
	height: 50px;
}
.nav_ul li{
	/*//min-width: 110.5px;*/
	padding: 0px 14.7px;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-left:solid 1px #9ccaf2;
}
.nav_ul li:last-child{
	border-right:solid 1px #9ccaf2;
}
.nav_ul li:hover{
	background: #0963b9;
}
.nav_ul li a{
	color: #fff;
}
/*网页导航 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;
}

.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;
}
.banner_text span{
	display: block;
	float: left;
	width: 80%;
	text-indent: 2rem;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
  cursor: default;
}
.swiper-pagination-switch {
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px 5px;
  border: 1px solid #fff;
}
.swiper-active-switch {
  background: #0963b9;
  border: 1px solid #0963b9;
}
/*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;
	color: #333333;
	background: url(../images/my-ico.jpg) no-repeat left;
}
.banner_red{
	width: 210px;
	height: 35px;
	float:left;
	background: #0963b9;
}
.banner_more{
	width: 70px;
	height:35px;
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #aaaaaa;
}
.banner_more a{
	color: #fff;
}

.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;
	overflow: hidden;
	zoom: 1;
}
.banner_center_text{
	width: 100%;
	height: 330px;
	overflow: hidden;
	zoom: 1;
}
.banner_center_text ul{
	width: 100%;
	height: 330px;
	overflow: hidden;
	zoom: 1;
}
.banner_center_text ul li{
	width: 100%;
	box-sizing: border-box;
	border-bottom: dashed 1px #a0a0a0;
	line-height: 46px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.center_text_title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
}
.center_text_js{
	width: 100%;
	height: 105px;
	line-height: 33px;
	float: left;
	text-align: left;
}
.js-more{
	color: #0963b9!important;
}
.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 #0963b9;
}
.banner_right_text{
	display: block;
	width: 100px;
	height: 32px;
	float: left;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #0963b9;
}
.banner_right_ul{
	width: 100%;
	height: 320px;
	margin-top: 10px;
}
.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;
	box-sizing: border-box;
	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: #0963b9;
}
.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: 290px;
	float:left;
	margin-left:12px;
}
.centent_news_title{
	width: 100%;
	height: 30px;
	float: left;
	border-bottom: solid 3px #0963b9;
}
.centent_news_title_left{
	display: block;
	width: 100px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #0963b9;
}
.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: right;
	padding-right: 15px;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	border-right: solid 1px #e5e5e5;
}
.centent_news_title_more a{
	text-decoration: none;
}
.center_news_list{
	width: 390px;
	height: 288px; 
}
.center_news_list ul{
	width: 390px;
	height: 240px;
	float: left;
	padding-top:15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.center_news_list ul li{
	width: 90%;
	height: 33px;
	margin: 0 auto;
	line-height:33px;
	font-size:14px;
	text-align: left;
	overflow:hidden;
	zoom:1;
}
.center_news_list a{
	text-decoration: none;
}
.center_news_list ul li span{
	padding-right:10px;
	color:#0963b9;
}
.centent_news_title_more{
	line-height: 40px;
}
/***网页新闻页面 end***/


/***网页新闻bannner部分***/
.content_news_img{
	width: 100%;
	height: 130px;
	margin-top: 20px;
}
.content_news_img img{
	width: 100%;
	height: 130px;
}
/***网页新闻bannner部分 end***/


/***网页行业资讯选项卡部分***/
.content_news_list_left{
	width: 800px;
	height: 263px;
	float: left;
	margin-top: 20px;
}

/*资讯选项卡top部分*/
.content_news_list_top{
	width: 100%;
	height: 263px;
}
.content_news_list_top .centent_news_title_left{
	background: none;
	color: #333333;
	font-size: 14px;
}
.content_news_list_top .centent_news_title{
	border-top: solid 3px #0963b9!important;
	border-bottom: 0px;
	background: #ebf4fc;
	height: 40px!important;
	line-height: 40px!important;
}
.content_news_list_top .centent_news_title_left{
	height: 40px!important;
	line-height: 40px!important;
}
.content_news_list_top .center_news_list ul{
	height: 220px!important;
	padding-top: 0px!important;
}
.content_news_list_top .center_news_list ul li{
	height: 41px!important;
	line-height: 41px!important;
	border-bottom: dashed 1px #dcdcdc;
}
/*资讯选项卡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: 260px;
	float: right;
	margin-top: 20px;
	border-top: solid 3px #0963b9;
	border-bottom: solid 1px #e9e2e2;
}
.content_news_right_title{
	width: 388px;
	height: 37px;
	background: #ebf4fc;
	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: 5px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	zoom: 1;
}
.content_news_right_img{
	width: 388px;
	height: 223px;
	border-left: solid 1px #e9e2e2;
	border-right: solid 1px #e9e2e2;
}
.content_news_right_img ul{
	width: 100%;
	height: 223px;
}
.content_news_right_img ul li{
	width: 360px;
	height: 65px;
	margin: 0 auto;
	padding-top: 5px;
}
.content_news_right_img img{
	width: 100%;
	height: 65px;
}
/***网页行业资讯选项卡部分 end***/


/*** 模块(三) ***/
.Content-Three{
	width: 100%;
	height: 310px;
	float: left;
	margin: 20px 0px 20px 0px;
}
.Content-Three-Left{
	width: 800px;
	height: 310px;
	float: left;
}
.Content-TL-tpzq{
	width: 100%;
	height: 230px;
	float: left;
}
.Content-TL-yqlj{
	width: 100%;
	height: 85px;
	float: left;
}

.Content-Three-Right{
	width: 390px;
	height: 310px;
	float: right;
	box-sizing: border-box;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}


.Content-TL-tpzq .device {
	width: 800px;
	height: 185px;
	margin: 0px auto;
	margin-top: 10px;
	float: left;
	position: relative;
}

.Content-TL-tpzq .swiper-container {
	width: 800px;
	height: 185px;
	color: #fff;
	text-align: center;
}
.Content-TL-tpzq .swiper-slide{
	width: 230px!important;
	height: 185px;
	float: left;
}
.Content-TL-tpzq .Swiper-img{
    width: 220px;
    height: 150px;
    margin-left: 2.5px;
    float: left;
}
.Content-TL-tpzq .Swiper-img img{
    width: 100%;
    height: 150px;
}
.Content-TL-tpzq .Swiper-text{
    width: 100%;
    height: 35px;
    line-height: 30px;
    float: left;
    color: #666;
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
}

.Content-TL-tpzq .pagination {
	display: none;
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}
.Content-TL-tpzq .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.Content-TL-tpzq .swiper-visible-switch {
  background: #aaa;
}
.Content-TL-tpzq .swiper-active-switch {
	background: #fff;
}

	/* 友情链接 */
	.TL-yqlj{
		width: 100%;
		height: 45px;
		float: left;
		padding-top: 15px;
	}
	.foot-nav-title{
		width: 71px;
		height: 30px;
		line-height: 30px;
		float: left;
	}
	.footer-select{
		width: 745px;
		height: 30px;
		float: left;
	}
	.foot-select{
		width: 180px;
		height: 30px;
		float: left;
		margin-right: 20px;
	}
	.foot-select:last-child{
		margin-right: 0px;
	}
	.foot-select select{
		width: 100%;
		height: 30px;
		float: left;
		outline:none;
	}
	/* 友情链接 end */

	/* 右边 */
	.Content-Three-Right .content_news_right_title{
		border-top: solid 3px #0963b9;
	}
	.Content-Three-Right ul{
		width: 100%;
		height: 265px;
		float: left;
	}
	.Content-Three-Right ul li{
		width: 92%;
	    height: 28px;
	    margin: 0 auto;
	    line-height: 28px;
	    font-size: 14px;
	    overflow: hidden;
	    zoom: 1;
	}
	.Content-Three-Right ul li span {
	    padding-right: 10px;
	    color: #0963b9;
	}
	.Li-img{
		width: 100%;
		height: 125px!important;
	}
	.Li-img-Left{
		width: 160px;
		height: 100px;
		float: left;
		margin-top: 15px;
	}
	.Li-img-Left img{
		width: 100%;
		height: 100px;
	}
	.Li-img-Right{
		width: 180px;
		height: 100px;
		float: right;
		line-height: 25px;
		text-align: left;
		margin-top: 15px;
	}

	.news_text_right ul li span{
		margin-right: 10px;
	}
	/* 右边 end */*/

/*** 模块(三) end ***/


/***网页脚部***/

/*网站脚部左边*/
.foot_content{
	width: 100%;
	height: 280px;
	float: left;
	background: #dedede;
}
.content_footer_top{
	width: 100%;
	height: 280px;
	float: left;
	background: #dedede;
}
.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: 18px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	zoom: 1;
}
.content_footer_email{
	width: 50%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;;
	zoom: 1;
}
.content_footer_email .email_img{
	width:20px;
	height: 15px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
}

.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: 130px;
	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;
	float: left;
	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 ul li:last-child{
	border: 0;
}
.footer_left ul li a{
	color: #666666;
}

.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 ***/

/* 首页css样式 end
*****************************/

/*页面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: #0963b9;
	color: #fff;
	border: solid 1px #0963b9;
}
.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*/
/*页面page样式 end*/

/* 子页左侧css样式
*****************************/
.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;
}

/* 科技评价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: #0963b9;
}

.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: #0963b9;
	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: 230px;
}
.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;
}
.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 #0963b9;
    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: #0963b9;
    color: #fff;
    border:solid 1px #0963b9;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.pagination .active a{
    color: #fff;
}
.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: #0963b9;
}
.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: #0963b9;
}

.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: #0963b9;
}
.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: #0963b9;
}

.cur a{
	color: #0963b9;
}
.cur{
	color: #0963b9;
}
.active a:hover{
	color: #0963b9;
}


/* 首页-无缝图片自动滚动 */
#div1{ 
    width: 800px; 
    height: 185px; 
    float: left;
    position: relative;
    overflow: hidden;
}

#div1 ul { 
    width: 800px; 
    height: 180px; 
    position: relative; 
}

#div1 ul li { 
    width: 220px;
    height: 185px; 
    float: left; 
    list-style: none; 
    padding-right:10px;
}
#div1 .D-text{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}

#div1 ul li img { 
    width: 220px; 
    height: 150px; 
    display: inline-block;
}
/* 首页-无缝图片自动滚动 end */