.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
	padding-top: 75px;
}

.main h5.cn {
	font-family: 'pingfang';
	font-size: 56px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 86px;
	letter-spacing: 2px;
}

.main h5.en {
	font-family: arial;
	font-size: 24px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 54px;
	letter-spacing: 2px;
	opacity: 0.7;
}

.main .bottom {
	/*padding-top: 35px;*/
}

.main .bottom .l {
	width: 250px;
	padding-top: 85px;
}

.main .bottom .l ul.typelist>li {
	margin-bottom: 45px;
	position: relative;
}

.main .bottom .l ul.typelist>li>a {
	display: block;
	font-size: 18px;
	color: #636363;
	line-height: 20px;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	background-image: url(../images/product_more.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.main .bottom .l ul.typelist>li .line {
	position: absolute;
	width: 36px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	right: 48px;
	top: calc(50% - 0.5px);
	transition: 0.5s;
}

.main .bottom .l ul.typelist>li.active>a {
	color: #1eb6a9;
	
}

.main .bottom .l ul.typelist>li:hover>a {
	color: #1eb6a9;
}

.main .bottom .l ul.typelist>li.active .line {
	width: 72px;
}

.main .bottom .l ul.typelist>li:hover .line {
	width: 72px;
}

.main .bottom .r {
	width: calc(100% - 300px);
}

.main ul.news_list {
	padding-top: 50px;
}

.main ul.news_list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f8;
}

.main ul.news_list li h5 {
	font-size: 30px;
	color: #4a4a4a;
	line-height: 70px;
	font-weight: 500;
}

.main ul.news_list li p.summary {
	font-size: 18px;
	color: #282828;
	line-height: 33px;
	opacity: 0.6;
}

.main ul.news_list li p.addtime {
	font-size: 16px;
	color: #545454;
	line-height: 76px;
}

.main ul.news_list li:hover h5 {
	color: #1eb6a9;
}

.main #pagination {
	text-align: right;
	display: block;
	height: auto;
	/*margin-top: 20px;*/
}

.main #pagination .btn-group {
	display: inline-block;
	height: auto;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group .btn {
	font-family: pingfang;
	font-size: 12px;
	color: #727272;
	padding: 10px 12px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #1eb6a9;
	border: 1px solid #1eb6a9;
	color: #FFFFFF;
}

@media screen and (max-width: 550px ) {
	
	.main {
		padding: 0 10px;
		padding-top: 0px;
		padding-bottom: 70px;
	}
	
	.main h5.cn {
		font-size: 28px;
		line-height: 56px;
	}
	
	.main h5.en {
		font-size: 18px;
		line-height: 34px;
	}
	
	.main ul.news_list {
		padding-top: 20px;
	}
	
	.main ul.news_list li h5 {
		font-size: 18px;
		line-height: 34px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow: ellipsis;
	}
	
	.main ul.news_list li p.summary {
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
	}
	
	.main ul.news_list li p.addtime {
		font-size: 14px;
		line-height: 56px;
	}
	
	.main #pagination {
		text-align: center;
		margin-top: 20px;
	}
	/*新加*/
	.main .bottom .r{
	    width: 100%;
	}
	
}