/* 内容 */
.main {
	width: 100%;
}

/* 轮播 */
.wheel-play {
	width: 100%;
	min-height: 61vh;
}

.wheel-play>img {
	position: absolute;
	width: 100%;
}

.wheel-play #imgId1 {
	display: block;
}

.wheel-play #imgId2,
.wheel-play #imgId3 {
	display: none;
}

.wheel-btn {
	width: 100%;
	height: 20rem;
	background: #f1f4f7;
	position: relative;
}

.wheel-btns {
	width: 64%;
	height: 20rem;
	position: absolute;
	left: 18%;
	bottom: 3rem;
	display: flex;
	justify-content: space-between;
}

.wheel-btns li {
	width: 20rem;
	height: 20rem;
	background: url(../images/chief/3ditu.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #333333;
	position: relative;
	top: 0;
	transition: top 0.5s;
}

.wheel-btns li:hover {
	color: #4981e5;
	top: -1rem;
}

.wheel-btns li img {
	width: 70%;
	margin-bottom: 2rem;
}

.wheel-btns li span {
	font-size: 1.7rem;
}

.wheel-btns .activeCol span {
	color: #2a89d9;
}

/* 公司简介 */
.comptypre {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff !important;
}

.comptypre>.main-com {
	width: 64%;
	height: 30rem;
	background: url(../images/banin.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.mescom {
	width: 51%;
	top: 3rem;
	padding: 2rem;
	background: rgba(225, 225, 225, 0.6);
	box-shadow: 2px 2px 7px 0px #cecccc;
	font-size: 1.15rem;
	color: #555;
	font-weight: initial;
	position: absolute;
	text-align: justify;
	line-height: 1.9rem;
	transition:  all .5s;
}

.mescom:hover {
	color: #2a89d9;
	font-weight: bold;
}

/* 经典案例 */
.classic {
	width: 100%;
	padding: 1.9rem 0;
	background: #f9f9f9;
}

.classic-title {
	width: 64%;
	margin: 0 auto 1.9rem;
	overflow: hidden;
}

.classic-title h4 {
	font-size: 1.78rem;
	color: #4981e5;
	float: left;
}

.classic-title span {
	font-size: 1.78rem;
	color: #999;
	float: left;
	margin-left: 1rem;
}

.classic-title a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #4981e5;
	float: right;
}

.main-classic {
	width: 64%;
	cursor: pointer;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-classic-case {
	width: -webkit-calc((100% - 3.3rem) / 3);
	width: -moz-calc((100% - 3.3rem) / 3);
	width: calc((100% - 3.3rem) / 3);
	margin-bottom: 1rem;
}

.main-classic-case img {
	width: 100%;
	transition: all 0.5s;
}

.main-classic-case img:hover {
	transform: scale(1.1);
}

.main-classic-case-content {
	cursor: pointer;
}

.main-classic-case-content h3 {
	font-size: 1.15rem;
	color: #333;
	font-weight: bolder;
	padding: 1rem 0;
}

.main-classic-case-content span {
	line-height: 1.6rem;
	font-size: 1rem;
	color: #666;
	height: 4.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.main-classic-case-content:hover h3,
.main-classic-case-content:hover span {
	color: #2a89d9;
}

/* 新闻资讯 */
.news {
	width: 100%;
	background: #fff;
	padding: 1.9rem 18% 1.9rem;
	overflow: hidden;
}

.news-title {
	width: 100%;
	margin-bottom: 1.9rem;
	overflow: hidden;
}

.news-title h4 {
	font-size: 1.78rem;
	color: #4981e5;
	float: left;
}

.news-title span {
	font-size: 1.78rem;
	color: #999;
	float: left;
	margin-left: 1rem;
}

.main-news {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-content {
	width: 50%;
	padding-right: 2.3rem;
	padding-left: 0;
}

.news-content:nth-child(2n) {
	border-left: 1px solid #d9d9d9;
	padding-right: 0;
	padding-left: 2.3rem;
}

.news-content img {
	max-width: 12rem;
	max-height: 4.5rem;
	margin-right: 1rem;
}

.news-border {
	width: 100%;
	border-bottom: 1px dashed #d9d9d9;
	padding: 2.3rem 0 1.15rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-content:nth-child(1) .news-border,
.news-content:nth-child(2) .news-border{
	padding: 0 0 1.15rem 0;
}

.news-border>img {
	cursor: pointer;
	transition: all 0.5s;
}

.news-border>img:hover {
	transform: scale(1.1);
}

.news-detailed {
	cursor: pointer;
	width: calc(100% - 12rem);
}

.news-detailed h3 {
	height: 1.51488rem;
	font-size: 1.15rem;
	color: #333333;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-detailed span {
	font-size: 1rem;
	color: #666;
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-detailed:hover h3,
.news-detailed:hover span {
	color: #2a89d9;
}


/* 手机 */
@media screen and (max-width: 1250px) {
	.wheel-play {
		min-height: 0;
	}

	.wheel-btn {
		display: none;
	}

	.classic-title {
		width: 100%;
		padding: 0 15px;
	}

	.main-classic {
		width: 100%;
		padding: 0 15px;
	}

	.main-classic-case {
		width: -webkit-calc((100% - 1.2rem) / 2);
		width: -moz-calc((100% - 1.2rem) / 2);
		width: calc((100% - 1.2rem) / 2);
		margin-bottom: 1rem;
	}

	.news {
		padding: 1.9rem 15px 1.9rem;
	}

	.news-content {
		width: 100%;
		padding-right: 0;
	}

	.news-content:nth-child(2n) {
		border-left: 0;
		padding-left: 0;
	}

	.news-content:last-child .news-border {
		border-bottom: 0;
	}

	.news-detailed {
		width: calc(100% - 12rem);
	}

	.comptypre>.main-com {
		width: 100%;
		height: 16rem;
	}

	.mescom {
		width: 65%;
		top: 0rem;
		line-height: 1.1rem;
		font-size: 1rem;
		padding: 12px;
	}
}
