.index_about{
	background: url('../img/bg_index_about.png') center 65px no-repeat;
	padding-top: 65px;
	padding-bottom: 65px;
}
.about_title{
	background: url('../img/bg_index_about_title.png') 0 0 no-repeat;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	height: 135px;
}
.about_title .en{
	font-size: 43px; 
	color: #1493d7;
}
.about_title .cn{
	display: inline-block;
	font-size: 22px; 
	background: #1493d7;
	padding: 5px 10px;
}
.about_title .cn a{
	color: #fff;
	text-decoration: none;
}
.about_intro{
	color: #5b5b5b;
	line-height: 24px;
	padding-top: 30px;
}
.about_more{
	display: block;
	border: 1px solid #0a8fd5;
	color: #1493d7;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
/*index_product*/
.index_product{
	background: #f3f3f3;
	padding-top: 57px;
	padding-bottom: 80px;
}
.index_product .tit{
	position: relative;
	width: 500px;
	height: 76px;
	margin: 0 auto;
}
.index_product .tit .tname{
	position: absolute;
	z-index: 2;
	text-align: center;
	background: #f3f3f3;
	padding-left: 15px;
	padding-right: 15px;
	left: 175px;
}
.index_product .tit .tname .cn{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.index_product .tit .tname .en{
	font-size: 21px;
	color: #bcbcbc;
}
.index_product .tit .tbg{
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #1ca7ef , #abdd12); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #1ca7ef, #abdd12); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #1ca7ef, #abdd12); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #1ca7ef , #abdd12);
}
.index_product .nav{
	margin: 0 auto;
    width: 320px;
    margin-top: 26px;
    margin-bottom: 33px;
}
.index_product .nav li {
	width: 150px;
	height: 40px;
	line-height: 40px;
	float: left;
	border-radius: 10px;
	background: #a5db01;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	font-size: 17px;
}
.index_product .nav li a{ color: inherit; text-decoration: none; }
.index_product .nav .on {
	background: #0a8fd5;
	font-weight: bold;
}
.index_product .tab-pane{
	background: #fff;
}
.index_product .picList li{
    list-style: none;
    text-align: center;
    border-right: 1px solid #dadada;
    background: #fff;
    padding-bottom: 23px;
    font-size: 16px;
}
.index_product .picList li a{
	 color: #303030;
}
.index_product .slideBox{position: relative;}
.index_product .sPrev{
	color: #afafaf;
	background: #e0e0e0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
    top: 40%;
    left: -120px;
    border-radius: 50%;
    font-size: 40px;
    text-decoration: none;
}
.index_product .sNext{
	color: #afafaf;
	background: #e0e0e0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
    top: 40%;
    right: -120px;
    border-radius: 50%;
    font-size: 40px;
    text-decoration: none;
}

.slideBox {
	position: relative;
}


.slideBox .bd{
	 overflow: hidden;
}

.slideBox .bd ul li{
	list-style: none;
	padding: 0;
}

.slideBox .bd ul li .ppic{

}


.slideBox .bd ul li img {
	width: 100%;
	display: block;
	margin: 0 auto;

}
.slideBox .bd ul li .ppic .pptitle{
	padding: 20px 0;
}



/**/
.index_tit a{
	color: #fff;
}
.index_tit .name{
	font-size: 24px;
	font-weight: bold;
}
.index_tit .name span{
	font-size: 18px;
	font-weight: bold;
	color: #e2e2e2;
}
.index_news{
	padding-top: 60px;
	padding-bottom: 70px;
}
.index_news .name{
	color: #000;
}
.index_news .more{
	color: #7e7e7e;
}
.index_news .news_list{
	padding-top: 26px;
}
.index_news .img_news a{
	display: block;
	width: 100%;
	position: relative;
}
.index_news .img_news .top_title{
	position: absolute;
    height: 70px;
    line-height: 70px;
    left:0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.index_news .top_news{
	border-top: 1px solid #959595;
}
.index_news .item{
	border-bottom: 1px solid #959595;
	padding: 20px 0;
}
.index_news .item .date{
	text-align: right;
	font-size: 42px;
	color: #c8c8c8;
	line-height: 30px;
}
.index_news .item .year{
	text-align: right;
	font-size: 20px;
	color: #c8c8c8;
}
.index_news .item .title{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.index_news .item .summary{
	font-size: 12px;
	line-height: 18px;
	color: #7d7d7d;
}

/*荣誉*/
.index_honor{
	background: url('../img/bg_index_honor.png') #118fd9 center -160px no-repeat;
	padding-top: 37px;
	padding-bottom: 75px;
	color: #fff;
}
.honor_list{
	padding-top: 40px;
	width: 100%;
}

.honor_list bd{
	overflow: hidden;
}

.honor_list li img{
	border: 3px solid #a5db01;
	width: 100%;
}

.honor_list li .htitle{
	text-align: center;
}



.picScroll-left {
	position: relative;
}


.picScroll-left .bd{
	 overflow: hidden;
}

.picScroll-left .bd ul li{
	list-style: none;
	padding: 0;
}

.picScroll-left .bd ul li .h_item{
	padding-left: 5px;
	padding-right: 5px ;

}


.picScroll-left .bd ul li img {
	width: 100%;
	display: block;
	margin: 0 auto;

}
.picScroll-left .bd ul li .htitle{
	padding: 20px 0;
}



.img_news img{
	width: 100%;
}

 @media (max-width: 1400px) {
 	.index_product .sPrev{
 		left: 0;
 		z-index: 999;
 	}
 	.index_product .sNext{
 		right: 0;
 		z-index: 999;
 	}
 	
 }
 

 @media (max-width: 500px) {
 	.index_product .tit{
 		width: 100%;
 	}
 	.index_product .tit .tname{
 		left: 50%;
 		margin-left: -75px;
 	}
 	.index_news .item .date{
 		font-size: 30px;
 	}
 	.index_news .item .year{
 		font-size: 12px;
 	}
 }