/*效果体验内页*/
.effectlist{overflow: hidden;width: 100%;}
.effectlist-con{overflow: hidden;width: 950px;margin: 0 auto; margin-top:60px;}
.effectlist-type{overflow: hidden;width: 100%;margin-bottom: 3%;}
.type-tit{display: inline-block;border:1px solid #eeeeee;width: 100%;}
.type-tit span:first-child{background: #dcdcdc;padding:10px 20px;}
.type-tit span{font-size: 18px;padding:10px;display: inline-block;text-align: center;cursor: pointer;}
.type-tit span:hover a,.type-tit span.cur a{color: #e87900;}
.effectlist-con ul{overflow: hidden;width: 100%;}
.effectlist-con ul li{width: 29%;margin-right: 4%;margin-bottom: 4%;display: block;float: left;border-bottom: 0px solid #e5e5e5;}
.effectlist-con ul li:nth-child(3n){padding-right: 0;}
.effectlist-con ul li .news-img{display: block;width:100%;overflow: hidden;}
.effectlist-con ul li .news-img img{display: block;width: 100%;-webkit-transition: all .9s ease 0s;-moz-transition: all .9s ease 0s;-o-transition: all .9s ease 0s;transition: all .9s ease 0s;}
.effectlist-con ul li:hover img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
.effectlist-con ul li .title{font-size: 20px;text-align: center;padding: 4% 0 0;}


/*发展历程*/

.effectlist{overflow: hidden;width: 100%;}
.effectlist-con-lc{overflow: hidden;width: 950px;margin: 0 auto; margin-top:40px;}
.effectlist-con-lc ul li .title{font-size: 24px;padding: 4% 0 0 50px; font-weight:bold; text-align:left;background: url(../images/icon-honor1.png) left no-repeat;background-position: 0 90%;}
.effectlist-con-lc ul li .title span{font-size: 16px; color:#666}



@media (max-width: 1040px){
	.effectlist-con-lc{width: 100%;}
	.effectlist-con-lc ul li .title {
    	font-size: 18px;
    	padding: 4% 0 0 30px;
    	font-weight: bold;
    	text-align: left;
    	background: url(../images/icon-honor1.png) left no-repeat;
    	background-position: 0 40%;
    	background-size: 5%;
	}
	.effectlist-con-lc ul li .title span{font-size: 14px;}
	.effectlist-con{width: 100%;}
	.effectlist-con ul li{width: 48%;}
	.effectlist-con ul li:nth-child(2n){margin-right: 0;}
	.effectlist-con ul li .title{font-size: 18px;}
	
}