/*嘉和优势*/

.advantage {
	padding: 5%;
	display: none;
}

.advantage h3 span {
	color: #1F5CAE;
}

.advantage div span {
	margin: 2%;
	float: left;
	text-align: center;
	border: 1px solid #CFCFCF;
	border-radius: 50%;
	color: #4DA894;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


/*一系列的产品图*/

#myCarousel {
	/*margin-bottom: 100px;*/
}

.introduce,

.introductions {
	margin: 10px auto;
	width: 100%;
}

.introduction
{
    margin: 10px auto;
    width: 100%;
    }

.introduce img {
	width: 100%;
	max-height: 400px;
	display: block;
	height: auto;
}


/*.wap-introduce {
	background: url(../../images/prodact2.png) no-repeat;
	background-size: 100% 100%;
	height: 2rem;
	padding: 20px;
	display: none;
}*/

.introduction img {
	width: 33.333%;
	max-height: 670px;
	float: left;
	margin-right: 0.5%;
}

.introduction img:last-child {
	margin: 0;
}

.introductions img {
	width: 49.9%;
	max-height: 670px;
	float: left;
	margin-right: 1%;
}

.introductions img:last-child {
	margin: 0;
}


/*响应*/

@media (max-width: 1640px) {
	/*.introduction,
	.introductions {
		width: 1340px;
	}*/

}

@media (max-width: 1430px) {
	/*.introduction,
	.introductions {
		width: 1170px;
	}*/
}

@media (max-width: 1200px) {
	/*.introduction,
	.introductions {
		width: 970px;
	}*/
	#myCarousel {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	/*.introduction,
	.introductions {
		width: 750px;
	}*/
}

@media (max-width: 768px) {
	.introduction,
	.introductions {
		width: 100%;
	}
	.introduction img,
	.introductions img {
		width: 100%;
		margin-bottom: 10px;
	}
	.advantage 
	{
	    
		display:none;
		padding: 5% 1%;
	}
	.advantage div span {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 0.32rem;
		margin: 1%;
	}
	.advantage div span i {
		display: block;
		margin: 0.13rem;
		font-style: normal;
		font-size: 0.21rem;
		color: #CCCCCC;
	}
	.advantage h3 {
		text-align: center;
		font-size: 0.45rem;
		margin-bottom: 0.3rem;
	}

	
	#myCarousel {
		margin-bottom: 0;
	}
}


/*新闻信息*/

.words {
	padding-bottom: 50px;
}

.words-img {
	padding: 30px;
	width: 50%;
	padding-right: 1%;
	float: left;
	background-color: #F7F7F7;
}

.words-img img {
	width: 100%;
}

.words-img ul div {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}

.words-img ul p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.words-text {
	float: left;
	padding-left: 1%;
	width: 50%;
}

.words-text li {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}

.words-text div {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.words-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news {
	padding: 30px 0 70px;
	background-color: #F7F7F7;
	background-size: 80% auto;
	overflow: hidden;
}

.news-main,
.word {
	width: 1640px;
	margin: 0 auto;
}

.news h2,
.word h2 {
	padding: 30px 0;
}

.news-list {
	position: relative;
	z-index: 1;
}

#news-bj {
	position: absolute;
	left: 20.5%;
	z-index: -1;
	top: -150px;
	width: 1500px;
}

.news-list li {
	margin: 20px 0;
}

.news-list li a {
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
}

.news-list li a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.news-list .news-left {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}

.news-list .news-left img {
	width: 100%;
	height: auto;
}

.news-list .news-body {
	padding: 0 10%;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}

.news-list .news-body div {
	font-size: 20px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
}

.news-list .news-body p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #999999;
}


/*响应*/

@media (max-width: 1640px) {
	/*.introduction,
	.introductions,*/
	.news-main,
	.word {
		width: 1340px;
	}
	.news .media-body p {
		line-height: 25px;
	}
	.news .media-body div {
		margin: 0;
	}
	.news .media-body h3 {
		line-height: 28px;
	}
	.words-text li {
		margin-bottom: 20px;
	}
}

@media (max-width: 1430px) {
	/*.introduction,
	.introductions,*/
	.news-main,
	.word {
		width: 1170px;
	}
	.news .media-body div {
		line-height: 30px;
	}
	.words-text li {
		margin-bottom: 10px;
		padding: 13.8px 20px;
	}
}

@media (max-width: 1200px) {
	/*.introduction,
	.introductions,*/
	.news-main,
	.word {
		width: 970px;
	}
	.news ul li .media-left {
		width: 45%;
	}
	.news .media-body h3 {
		line-height: 18px;
	}
	#myCarousel,
	.news {
		margin-bottom: 60px;
	}
	.words-text p {
		line-height: 25px;
	}
}

@media (max-width: 992px) {
	/*.introduction,
	.introductions,*/
	.news-main,
	.word {
		width: 750px;
	}
	.news ul li .media-left {
		width: 45%;
	}
	.news {
		padding: 20px 30px;
	}
	.news .media-body div {
		font-size: 17px;
	}
	.news .media-body p {
		font-size: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 30px;
	}
	.words-text p {
		line-height: 20px;
	}
	.words-text div {
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	/*.introduction,
	.introductions,*/
	.news-main,
	.word {
		width: 100%;
	}
	.introduction img,
	.introductions img {
		width: 100%;
		margin-bottom: 10px;
	}
	.advantage {
		display: block;
		padding: 5% 1%;
	}
	.advantage div span {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 0.32rem;
		margin: 1%;
	}
	.advantage div span i {
		display: block;
		margin: 0.13rem;
		font-style: normal;
		font-size: 0.21rem;
		color: #CCCCCC;
	}
	.advantage h3 {
		text-align: center;
		font-size: 0.45rem;
		margin-bottom: 0.3rem;
	}
	.news ul li {
		width: 100%;
	}
	.news-list .news-left {
		width: 100%;
		display: block;
	}
	.news-list .news-body {
		width: 100%;
		display: block;
		padding: 0.266rem;
	}
	#myCarousel {
		margin-bottom: 0;
	}
	.news {
		padding: 0.4rem;
		margin: 0;
	}
	.word {
		padding: 0.4rem;
	}
	.words-img {
		display: none;
	}
	.words-text {
		width: 100%;
	}
	.words-text p,
	.news-list .news-body p {
		line-height: 0.6rem;
		font-size: 0.373rem;
	}
	.words-text div,
	.news-list .news-body div {
		line-height: 0.6rem;
		font-size: 0.4rem;
	}
	.news h2,
	.activity h2 {
		padding: 0.35rem 0;
	}
	.news-top {
		margin-bottom: 0.4rem;
	}
	#news-bj {
		display: none;
	}
}


/*@media (max-width: 460px) {
	.advantage div span {
		width: 3rem;
		height: 3rem;
		margin: 10px 0.7rem;
		font-size: 0.32rem;
	}
}*/