/*内页导航*/
.single_banner{
	position: relative;
}
.single_banner img{
	display: block;
	max-width: 100%;
}
.child_nav{
	position: absolute;
	bottom: 0;
	/*left: 50%;
	transform: translate(-50%,0);*/
    width: 100%;
    text-align: center;
}
.child_nav li{
	display: inline-block;
	width: 30%;
	text-align: center;
}
.child_nav li{
	*display: inline;
}
.child_nav li a{
	display: block;
	font-size: 14px;
	color: #fff;
	background: #3a9995;
	font-weight: bold;
	padding: 4% 0;
	border-radius: 4px;
	margin: 10px auto;
}
.child_nav li a:hover{
	background: #f1990d;
}
.child_nav li .active{
	background: #f1990d;
}
/*内页导航end*/

.sidebar_box .left_con .article_con p{
	font-size: 14px;
	text-indent: 2em;
	padding-bottom: 20px;
}
.sidebar_box .left_con .article_con b{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	display: block;
}
.sidebar_box .left_con .article_next p{
	text-indent: 0;
	padding-bottom: 0;
	font-weight: bold;
}
.sidebar_box .left_con .article_next p a{
	font-weight: normal;
}
.sidebar_box .left_con .article_next p a:hover{
	color: #f1990d;
}
.sidebar_box .left_con .btn{
	text-align: center;	
}
.sidebar_box .left_con .btn img{
	padding: 0 2%;
	width: 28%;
	display: inline;
}
.recommended_read{
	box-sizing: border-box;
	margin-bottom: 10px;
}
.recommended_read .title{
	font-size: 18px;
	color: #3a9995;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.recommended_read .left_pic img{
	width: 100%;
}
.recommended_read .title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 24px;
	background: #3a9995;
	margin-right: 10px;
}
.sidebar_box .sidebar .title span,.recommended_read .title span{
	width: 47px;
	height: 7px;
	background: url(../images/sidebar_arrow.png) no-repeat;
	float: right;
	margin: 20px auto;
}
.recommended_read ul li{
	border-bottom: 1px solid #efefef;
}
.recommended_read ul li a{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	color: #656464;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recommended_read ul li a:before{
	content: "-";
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	padding-right: 0.2em;
}

.service_pro ul{
	text-align: center;
}
.service_pro ul li{
	width: 32%;
	display: inline-block;
	background: #ff9900;
	border-radius: 4px;
	margin-bottom: 2%;
}
.service_pro ul li:nth-child(2n){
	background: #999999;
}
.service_pro ul li a{
	color: #fff;
}
.service_pro ul li a:before{
	content: "";
}

/*咨询服务*/
.wrap_zx{
	background: url(../images/index_bg03.jpg) no-repeat;
	background-size: 100%;
	padding: 10px 0;
}
.wrap_zx form{
	margin-top: 20px;
}
.wrap_zx form input,.wrap_zx form textarea{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-indent: 1em;
}
.wrap_zx form textarea{
	height:100px;
}
.wrap_zx button {
    display: block;
    width: 26%;
    height: 30px;
    line-height: 30px;
    background: #ec970c;
    margin: 10px auto;
    border-radius: 4px;
    color: #fff;
}
.wrap_zx .title p{
	color: #fff;
	text-align: center;
	font-weight: bold;	
}
/*咨询服务end*/

/*新闻中心*/
.news_nav{
	position: static;
	transform: none;
	text-align: center;
	/*margin-bottom: 40px;*/
}
.first_news{
	background: #efefef;
	padding: 2%;
}
.first_news>div{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}
.first_news>div{
	*display: inline;
}
.first_news .news_pic img{
	width: 100%;
}
.first_news .news_txt{
	margin-left: 2%;
}
.first_news .news_txt h3{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
	background: url(../images/toutiao_icon.png) no-repeat 0 0;
	text-indent: 2.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.first_news .news_txt h3 a:hover{
	color: #f1990d;
}
.first_news .news_txt img{
	display: inline;
	margin: 14px 4px 0 0;
}
.first_news .news_txt p{
	font-size: 12px;
	color: #333;
	line-height: 28px;
}
.first_news .news_txt p a:hover{
	color: #F1990D;
}
.news_list>div{
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
}
.news_list>div>div{
	display: inline-block;
	vertical-align: top;
}
.news_list>div>div{
	*display: inline;
}
.news_list>div>div em{
	font-size: 30px;
	color: #666666;
	font-style: normal;
}
.news_list>div>div p{
	text-indent: 0 !important;
}
.news_list>div em:after{
    content: "";
    width: 30px;
    height: 1px;
    margin: 20px 4px;
    border-bottom: 1px solid #cacad0;
    display: inline-block;
    vertical-align: top;
}
.news_list>div .pic_box{
	width: 26%;
}
.news_list>div .txt_box{
	width: 70%;
	margin-left: 4px;
}
.news_list>div .txt_box h3{
	font-size: 14px;
	font-weight: bold;
	color: #484848;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list>div .txt_box h3 a:hover{
	color: #f1990d;
}
.news_list>div .txt_box p{
	text-indent: 0;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list>div .txt_box .more{
	display: inline-block;
	padding: 1px 12px;
	font-size: 12px;
	color: #3a9995;
	border: 1px solid #3a9995;
	border-radius: 20px;
}
.news_list>div .txt_box .more:hover{
	background: #f1990d;
	color: #fff;
	border: 1px solid #f1990d;
}

.slideBox {
    position:relative;
    overflow:hidden;
}
.slideBox ul {
    position:relative;
    /*width:3000px;*/
}
.slideBox ul li {
	/*width: 840px;
	*width: 820px;*/
    float:left;
    position:relative;
    
}