/* CSS Document */

/* 导航-二级 */
.nav_sub {
	height: 50px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 50px;
}
.nav_sub a {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	font-size: 15px;
}
.nav_sub a:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-6px);
	width: 1px;
	height: 13px;
	background: #E5E5E5;
	content: "";
}
.nav_sub a:last-child:after {
	width: 0;
}
.nav_sub a.cur {
	color: #EC3C00;
}

/* 新闻列表 */
.sub_tit {
	height: 48px;
	border-bottom: 2px solid #E5E5E5;
}
.sub_tit h2 {
	float: left;
	padding: 0 2px;
	height: 48px;
	border-bottom: 2px solid #EC3C00;
	font-size: 24px;
	color: #EC3C00;
	line-height: 40px;
}

.news_list {
	padding-bottom: 20px;
}
.news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}
.news_list li img {
	float: left;
	margin-right: 30px;
}
.news_list li h4 {
	font-size: 18px;
	line-height: 28px;
}
.news_list li p {
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.news_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.news_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

/* 分页 */
.page {
	padding: 20px 0;
	height: 40px;
	text-align: center;
	overflow: hidden;
}
.page a {
	display: inline-block;
	margin-right: -1px;
	width: 40px;
	height: 38px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.page a:hover {
	background: #F6F6F6;
	color: #ED722E;
}
.page a.crt {
	border: 1px solid #ED722E;
	background: #ED722E;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	background: #FAFAFA;
	color: #999;
}

/* 侧边 */
.side_mod_tit {
	height: 48px;
	border-bottom: 2px solid #E5E5E5;
}
.side_mod_tit h2 {
	float: left;
	padding: 0 2px;
	height: 48px;
	border-bottom: 2px solid #EC3C00;
	font-size: 18px;
	color: #EC3C00;
	line-height: 44px;
}
.side_recom_pic {
	padding-top: 20px;
	width: 300px;
	overflow: hidden;
}
.side_recom_pic ul {
	width: 320px;
}
.side_recom_pic li {
	float: left;
	padding: 0 20px 15px 0;
	width: 140px;
}
.side_recom_pic li a {
	display: block;
}
.side_recom_pic li a h3 {
	padding-top: 8px;
	height: 44px;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}
.side_recom_text {
	padding: 15px 0;
}
.side_recom_text li a {
	display: block;
	padding-left: 20px;
	background: url(../img/news_arrow.png) no-repeat left center;
	font-size: 14px;
	line-height: 30px;
}

/* 文章页 */
.crumb {
	font-size: 13px;
	color: #666;
}
.crumb a {
	color: #666;
}
.crumb a:hover {
	color: #EC3C00;
}

.article_tit {
	padding: 30px 0 20px;
	border-bottom: 1px solid #E6E6E6;
}
.article_tit h2 {
	font-size: 32px;
	line-height: 40px;
}
.article_tit .bar {
	padding-top: 24px;
	font-size: 13px;
	color: #999;
	line-height: 24px;
}
.article_con {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 240%;
}
.article_con p {
	padding-bottom: 20px;
}
.article_con img {
	max-width: 100%;
}
.article_download {
	padding-bottom: 30px;
}
.article_download a.download_btn {
	display: inline-block;
	margin-right: 16px;
	padding: 12px 24px 12px 16px;
	height: 48px;
	border-radius: 6px;
	background: #F38C1B;
	color: #FFF;
}
.article_download a.download_btn img {
	float: left;
}
.article_download a.download_btn .con {
	float: left;
	padding-left: 12px;
	line-height: 24px;
}
.article_download a.download_btn h4 {
	font-size: 16px;
}
.article_download a.download_btn p {
	font-size: 12px;
}
.article_download a:hover.download_btn {
	background: #F49A36;
}
.article_btm {
	padding: 20px 0;
	border-bottom: 1px solid #EFEFEF;
	text-align: right;
}
.article_state {
	padding: 20px 0 20px 42px;
	border-bottom: 1px solid #EFEFEF;
	background: url(../img/state_ico.png) no-repeat left center;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}

.article_related {
	float: left;
}
.article_related h3 {
	font-size: 18px;
	color: #EC3C00;
}
.article_related ul {
	padding-top: 15px;
}
.article_related li a {
	display: block;
	padding-left: 20px;
	background: url(../img/news_arrow.png) no-repeat left center;
	font-size: 15px;
	line-height: 32px;
}
.article_qun {
	float: right;
	padding-top: 35px;
	width: 280px;
	height: 196px;
	border-left: 1px solid #EFEFEF;
	text-align: center;
}
.article_qun p {
	padding-top: 8px;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

/* 视频 */
.video_list {
	padding-bottom: 20px;
	overflow: hidden;
}
.video_list li {
	float: left;
	padding: 30px 0;
	width: 600px;
	border-bottom: 1px solid #EFEFEF;
}
.video_list li .pic {
	float: left;
	position: relative;
	width: 240px;
	height: 160px;
	overflow: hidden;
}
.video_list li .pic h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	height: 30px;
	background: url(../img/video_tit.png) repeat-x bottom;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 30px;
}
.video_list li a .pic .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/video_play.png) no-repeat center, rgba(0,0,0,.4);
	opacity: 0;
}
.video_list li a:hover .pic img {
	transform: scale(1.05);
	transition: 0.3s;
}
.video_list li a:hover .pic .mask {
	opacity: 1;
	transition: 0.3s;
}
.video_list li .con {
	float: left;
	padding: 10px 50px 0 30px;
	width: 280px;
}
.video_list li .con h4 {
	height: 120px;
	font-size: 16px;
	line-height: 30px;
}
.video_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.video_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.video_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

/* 搜索结果 */
.search_tit {
	height: 48px;
	border-bottom: 2px solid #E5E5E5;
}
.search_tit h2 {
	float: left;
	padding: 0 2px;
	height: 48px;
	border-bottom: 2px solid #EC3C00;
	font-size: 16px;
	color: #EC3C00;
	line-height: 44px;
}
.search_tit .count {
	float: right;
	padding-top: 16px;
	color: #666;
}

.search_list {
	padding-bottom: 20px;
}
.search_list li {
	padding: 20px 0;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}
.search_list li img {
	float: left;
	margin-right: 30px;
}
.search_list li h4 {
	font-size: 18px;
	line-height: 30px;
}
.search_list li p {
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.search_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.search_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.search_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

/* 服务体系 */
.service_banner {
	height: 450px;
	background: url(../img/service_banner.jpg) no-repeat center top #E42523;
}
.service_con {
	margin: auto;
	padding: 20px 0;
	width: 1200px;
}
.service_con .item {
	padding: 60px 0;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
.service_con .item .con {
	width: 640px;
}
.service_con .item .con h2 {
	padding: 24px 0;
	font-size: 24px;
	color: #AD4005;
}
.service_con .item .con p {
	font-size: 14px;
	line-height: 30px;
}
.service_con .item .pic {
	position: relative;
	width: 400px;
}
.service_con .item .pic .ico {
	position: absolute;
	top: 40px;
	padding: 40px;
	background: #D1BB89;
}
.service_btm {
	padding-top: 60px;
	text-align: center;
}

.service_detail {
	background: #F6F6F6;
}
.service_detail .tit {
	height: 120px;
	text-align: center;
}
.service_detail .tit h2 {
	background: url(../img/service_detail_tit.png) no-repeat center;
	font-size: 28px;
	color: #AD4005;
}
.service_detail .tit p {
	padding-top: 20px;
	font-size: 16px;
}
.service_detail .con {
	overflow: hidden;
}
.service_detail .item {
	float: left;
	width: 380px;
	background: #FFF;
}
.service_detail .item .bt {
	height: 120px;
}
.service_detail .item .bt.color1 {
	background: url(../img/service_detail_bt_1.png);
}
.service_detail .item .bt.color2 {
	background: url(../img/service_detail_bt_2.png);
}
.service_detail .item .bt.color3 {
	background: url(../img/service_detail_bt_3.png);
}
.service_detail .item .bt h3 {
	padding-top: 35px;
	font-size: 22px;
	color: #FFF;
	text-align: center;
}
.service_detail .item .nr {
	padding: 30px;
	height: 1450px;
	font-size: 14px;
	line-height: 28px;
}
.service_detail .item .nr h4 {
	padding: 4px 0;
	font-size: 15px;
}

/* about */
.about_banner {
	height: 400px;
	background: url(../img/about_banner.jpg) center;
	background-size: cover;
}
.about_banner .con {
	position: relative;
	margin: auto;
	width: 1200px;
	height: 400px;
}
.about_banner .tit {
	padding-top: 152px;
	text-align: center;
}
.about_banner .tag {
	position: absolute;
	left: 0;
	bottom: -30px;
	padding-left: 30px;
	width: 290px;
	height: 60px;
	background: url(../img/about_banner_arrow.png) no-repeat 270px center #EC3C00;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 60px;
}

.about_tit h2 {
	position: relative;
	height: 70px;
	font-size: 36px;
	color: #EC3C00;
}
.about_tit h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #EC3C00;
	content: "";
}
.about_intro {
	font-size: 15px;
	line-height: 240%;
}
.about_intro p {
	padding-bottom: 20px;
}
.about_intro p img {
	padding: 20px 0;
	max-width: 100%;
}

/* help */
.help {
	background: url(../img/help_bg.jpg) no-repeat center top;
}
.help .tit {
	height: 120px;
	font-weight: bold;
}
.help .tit .cn {
	font-size: 40px;
	color: #EC3C00;
}
.help .tit .en {
	padding-left: 15px;
	font-size: 28px;
	color: #888;
}
.help .list li {
	padding: 20px 0 20px 35px;
	border-bottom: 1px solid #EFEFEF;
	background: url(../img/help_arrow.png) no-repeat left center;
	font-size: 15px;
	line-height: 25px;
}
.help .detail h3 {
	font-size: 20px;
	line-height: 200%;
}
.help .detail p {
	line-height: 200%;
}