.index-section-white{
	background-color:#fff;
}
.index-section-gray{
	background-color:#f8f8f8;
}

.index-section .title1{
	color:#505050;
	border-bottom:1px solid #dedede;
	position: relative;
	padding: 0 0 5px 15px;
}
.index-section .title1:before{
	content:'';
	position: absolute;
	top:3px;
	left:0;
	vertical-align: middle;
	width:5px;
	height:20px;
	background-color:#1E50AE;
}

.index-section .title2{
	position:relative;
	color:#505050;
	border-bottom:1px solid #dedede;
}
.index-section .title2 span{
	display:inline-block;
	border-bottom:3px solid #1E50AE;
	padding:0 5px 5px 0;
}
.index-section .title2 a{
	position:absolute;
	top:5px;
	right:0;
	display:inline-block;
	font-size:12px;
	text-align:center;
	line-height:22px;
	width:22px;
	height:22px;
	background-color:#1E50AE;
	color:#fff;
}

.index-section .title3{
	position:relative;
}
.index-section .title3 span{
	border-bottom:3px solid #1E50AE;
	padding:0 5px 5px 5px;
}
.index-section .title3 .more{
	font-size:14px;
	font-weight:normal;
	color:#686868;
	position:absolute;
	top:5px;
	right:0;
}
.index-section .title3 .more:hover{
	color:#1E50AE;
}
.index-section .title3 .more i{
	font-size:18px;
}

.index-section .title4{
	position:relative;
	border-bottom:1px solid #dedede;
	padding:10px 15px 10px 22px;
	margin:0;
}
.index-section .title4:before{
	content: '';
	display: inline-block;
	width:5px;
	height:20px;
	background-color:#1E50AE;
	position:absolute;
	left:10px;
	top:13px;
}
.index-section .title4 span{
	color:#1E50AE;
}
.index-section .title4 .more{
	font-size:14px;
	font-weight:normal;
	color:#505050;
	position:absolute;
	top:13px;
	right:15px;
}
.index-section .title4 .more:hover{
	color:#1E50AE;
}


/* 我要提问  */
.index-ask .index-ask-item{
	color:#1E50AE;	
}
.index-ask .index-ask-item:nth-child(n+4){
	margin-top:10px;
}
.index-ask .index-ask-item a{
	color:#505050;
}
.index-ask .index-ask-item a:hover{
	text-decoration: underline;
}


/* 图文资讯样式  */
.index-news .am-nav-tabs,
.index-news .am-nav-tabs > li.am-active > a,
.index-news .am-tabs-bd{
	border:0;
}
.index-news .am-nav-tabs{
	border-bottom:1px solid #1E50AE;
}
.index-news .am-nav-tabs > li > a{
	font-size:16px;
	color:#505050;
	border:0;
}
.index-news .am-nav-tabs > li.am-active > a{
	background-color:#1E50AE;
	color:#fff;
	border:1px solid #1E50AE;
}

.index-news-item{
	position:relative;
	display: block;
	border-bottom:1px dashed #dedede;
	margin:6px;
	padding:0 0 10px 0;
	color:#505050;
}
.index-news-item:hover h6{
	color:#1E50AE;
}
.index-news-item img{
	width:110px;
	height:76px;
}
.index-news-item h6{
	position:absolute;
	top:0;
	left:120px;
	right:0;
	margin:0;
	height:72px;
	overflow: hidden;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
.index-news-item small{
	position:absolute;
	top:35px;
	left:120px;
	right:0;
	color:#868686;
	font-size:12px;
	letter-spacing:0.6px;
	text-align: justify;
	line-height:20px;
	height:40px;
	overflow: hidden;
}
.index-news .more{
	color:#868686;
}
.index-news .more:hover{
	color:#1E50AE;
}


/* 下载专区 */
.index-download-item:nth-child(n+2){
	margin-top:11px;
}
.index-download-item:last-child{
	margin-bottom:8px;
}
.index-download-item a{
	font-size:14px;
	line-height:28px;
	color:#505050;
}
.index-download-item a:hover{
	color:#1E50AE;
	text-decoration: underline;
}
.index-download-item a::before{
	margin-right:6px;
	color:#1E50AE;
}


/* 广告专区 */
.index-ad{
	background-image:url(../images/index_ad_bg.jpg);
	background-size:cover;
}
.index-ad-item img{
	width:100%;
}
.index-ad-item:nth-child(3n+1){
	padding-right:20px;
}
.index-ad-item:nth-child(3n+2){
	padding-left:10px;
	padding-right:10px;
}
.index-ad-item:nth-child(3n+3){
	padding-left:20px;
}
.index-ad-item:nth-child(n+4){
	margin-top:20px;
}


/* 视频专区 */
.index-video-item{
	padding:0 10px;
}
.index-video-item a{
	display:block;
}
.index-video-item img{
	width:100%;
}
.index-video-item p{
	margin:5px 0;
	font-size:14px;
	color:#505050;
}
.index-video-item:hover p{
	color:#1E50AE;
}
.index-video-item small{
	font-size:13px;
	color:#868686;
}


/* 文章专区 */
.index-article{
	padding:0 7px;
}
.index-article:nth-child(n+4){
	margin-top:20px;
}
.index-article:first-child{
	padding-right:14px;
}
.index-article:last-child{
	padding-left:14px;
}

.index-article-item{
	border-bottom:1px dotted #dedede;
	padding:15px 0 8px 0;
}
.index-article-item:first-child{
	padding-top:0;
}
.index-article-item:last-child{
	margin-bottom:6px;
}
.index-article-item a{
	font-size:14px;
	display: block;
	color:#505050;
}
.index-article-item a:hover{
	color:#1E50AE;
}
.index-article-item a > i{
	margin-right:8px;
	color:#1E50AE;
}


/* 企业介绍 */
.index-about{
	border:1px solid #dedede;
}
.index-about img{
	width:100%;
}
.index-about p{
	font-size:14px;
	line-height:28px;
	letter-spacing:1.5px;
	text-align: justify;
	margin:0;
	color:#505050;
}


/* 技术服务范围 */
.index-service-list{
	padding:0 0 21px 0;
}
.index-service-item{
	text-align:center;
	margin-top:25px;
}
.index-service-item:hover{
	background-color:#fafafa;
}
.index-service-item:nth-child(n+5){
	margin-top:30px;
}
.index-service-item img{
	width:50px !important;
}
.index-service-item p{
	text-align:center;
	font-size:13px;
	line-height:17px;
	height:34px;
	overflow:hidden;
	margin-top:5px;
}
