.swiper-msg-box {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 2px;
}

.swiper-msg-box .msg-title {
	font-size: 40px;
}

.swiper-msg-box .msg-title span {
	font-weight: bold;
	font-size: 35px;
	color: #b72b27;
}

.swiper-msg {
	font-size: 20px;
	margin-top: 0px;
}

.swiper-slide .content {
	color: #018040;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 30px;
}

.stagetitle .en {
	font-size: 16px;
	margin-top: 0;
}

.s4-about {
	padding: 40px 0 20px 0;
	box-sizing: border-box;
	flex-direction: column;
}

.about-msg {
	max-width: 100%;
	margin: 0 auto;
	/*font-size: 14px;*/
	/*font-weight: 300;*/
	/*letter-spacing: 2px;*/
	/*line-height: 1.8;*/
}

.about-list {
	display: flex;
	align-items: center;
	margin: 20px auto;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%
}

.about-item {
	background: #00994620;
	font-size: 14px;
	color: #018040;
	width: 19%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0;
	text-align: center;
}

.about-item img {
	width: 30px;
	margin-bottom: 15px;
}

.about-item.active {
	background: #018040;
	color: #fff;
}

.s4-news {
	flex-direction: row;
}

.company {
	background: url(../img/s4_stage1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

.company .title {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 40px 0 20px 10px;
}

.company .title span {
	border-left: 4px solid #fff;
	padding-left: 10px;
}

.s4-companylist {
	display: flex;
	align-items: center;
	max-width: 80%;
	margin: 0 auto;
	justify-content: flex-end;
	position: relative;
}

.s4-companylist .left {
	width: 35%;
	display: flex;
	flex-direction: column;
	position: absolute;
	height: 100%;
	left: 0;
}

.s4-companylist .left .left-item {
	flex: 1;
	color: #000;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s4-companylist .left .left-item.active {
	background: #018040;
	color: #fff;
}

.s4-companylist .right {
	display: flex;
	flex-direction: column;
	width: 63%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.s4-companylist .right .right-top {
	display: flex;
	justify-content: space-between;
}

.s4-companylist .right .right-top .imgbox {
	width: 49%;
}

.s4-companylist .right .right-top .imgbox img {
	width: 100%;
}

.s4-companylist .right .topbox {
	color: #000;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}

.s4-companylist .right .topbox .top-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.s4-companylist .right .topbox .msg {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
}

.s4-companylist .right .right-foot {
	display: flex;
	justify-content: space-between;

}

.s4-companylist .right .right-foot .right-imgbox {
	width: 32%;
	margin-top: 15px;
}

.s4-companylist .right .right-foot .right-imgbox img {
	width: 100%;
}

.superiority {
	background: url(../img/s4_wl.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.s4-about .left .title,
.s4_public_title .title {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 21px;
	padding: 40px 0 20px 10px;
}

.s4-about .left .title span,
.s4_public_title .title span {
	border-left: 4px solid #018040;
	padding-left: 10px;
}

.s4-about .left .title i,
.s4_public_title .title i {
	color: #018040;
}

.superioritybox {
	max-width: 80%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

.superioritybox .left {
	display: grid;
	grid-template-columns: auto auto;
	width: 66%;
}

.superioritybox .left .super-item {
	border: 1px solid #018040;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.superioritybox .left .super-item img {
	margin-bottom: 15px;
}

.superioritybox .left .super-item.active {
	background: #018040;
	color: #fff;
}

.superioritybox .right {
	width: 33%;
	position: relative;
}

.superioritybox .right img {
	width: 100%;
}

.superioritybox .right span {
	background: #19b566;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	left: 50%;
	top: 80%;
	transform: translate(-50%);
	position: absolute;
	text-align: center;
	padding: 8px 25px;
	letter-spacing: 2px;
	font-size: 14px;
}

.s4_casebox {
	background: #fbfbfb;
	padding-bottom: 50px;
}

.s4_case {
	max-width: 80%;
	margin: 0 auto;
}

.s4_case .case_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 340px;
}

.s4_case .case_top .left {
	width: 33%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.s4_case .case_top .left .img-box {}

.s4_case .case_top .left .img-box,
.s4_case .case_top .left .img-box img {
	width: 100%;
}

.s4_case .case_top .right .img-box,
.s4_case .case_top .right .img-box img,
.s4_case .case_foot .img-box img {
	width: 100%;
	height: 100%;
}

.s4_case .case_top .right {
	width: 66%;
	height: 100%;
}

.s4_case .case_foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s4_case .case_foot .img-box {
	width: 33%;
	margin-top: 10px;
}

.s4-about {
	display: flex;
	max-width: 60%;
	margin: 0 auto;
}

.s4-about .left {
	width: 20%;
	position: relative;
}

.s4-about .left .more {
	color: #555;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 25%;
	font-weight: bold;
}

.s4-about .left .left-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 80%;
	margin-top: 5%;
}

.s4-about .left .left-nav .left-nav-item {
	background: #eee;
	color: #999;
	text-align: center;
	width: 80px;
	padding: 8px 15px;
	margin-bottom: 15px;
}

.s4-about .left .left-nav .left-nav-item.active {
	background: #018040;
	color: #fff;
}

.s4-about .right {
	display: flex;
	/*justify-content: space-between;*/
	width: 80%;
	flex-wrap: wrap;
}

.s4-about .right .s4-about-item {
	width: 32.3%;
	cursor: pointer;
	margin: 0 .3%;
	margin-bottom: 15px;
	transition: .5s;
	 padding:  10px;
	 border-radius: 10px;
    box-sizing: border-box;
}
.s4-about .right .s4-about-item:hover{
    box-shadow: 0 0px 36px rgba(0,0,0,0.3);
}
.s4-about .right .s4-about-item:hover img{
    transform: scale(1.2);
}
.s4-about .right .s4-about-item .more span {
	color: #018040;
	border: 1px solid #018040;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 14px;
}

.s4-about .right .s4-about-item .more {
	margin: 15px 0;
}
.s4-about .right .s4-about-item .imgbox{
    overflow: hidden;
    
	border-radius: 10px;
	margin-top: 10px;
}
.s4-about .right .s4-about-item img {
	width: 100%;
	height: 180px;
	
 	transition: .5s all;
 	transform: scale(1);
}

.s4-about .right .s4-about-item .msg {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #666;
	display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.s4-about .right .s4-about-item .title {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 25px 0 15px 0;
}

.s4-about .right .s4-about-item .time {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #018040;
	font-size: 14px;
}

.s4-about .left .title {
	padding: 0 0 20px 0;
}

.s4-about .right .s4-about-item .time span {
	font-weight: bold;
	color: #000;
	margin-right: 10px;
	font-size: 20px;
}

.s4-about .right .s4-about-item.active .time span {
	color: #018040;
}

.s4-appraise .title {
	color: #fff;
}

.s4-appraise .title span {
	border-color: #fff;
}

.s4-appraise {
	background-image: url(../img/s4-khpj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}

.appraiselist {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.appraiselist .raise-item .imgbox {
	text-align: center;
}

.appraiselist .raise-item img {
	width: 80%;
}

.appraiselist .raise-item .raiseinfo {
	background-image: url(../img/dbx.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 80px;
	margin-top: -80px;
	padding-bottom: 120px;
}

.appraiselist .raise-item:nth-child(even) .raiseinfo {
	background-image: url(../img/dbx_o.png);
}

.appraiselist .raise-item:nth-child(even) .raiseinfo .raise-title,
.appraiselist .raise-item:nth-child(even) .raiseinfo .raise-msg {
	color: #fff;
}

.appraiselist .raise-item .raiseinfo .raise-title {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	color: #018040;
	letter-spacing: 2px;
	position: relative;
	font-size: 18px;
}

.appraiselist .raise-item .raiseinfo .raise-title::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	/*以下四个样式对应四种三角形，任选其一即可实现*/
	border-top-color: #018040;
	/* border-left-color:lightseagreen; */
	/* border-right-color:lightseagreen; */
	/* border-bottom-color: lightseagreen; */
	bottom: -20px;
	left: 50%;
	transform: translate(-50%);
}

.appraiselist .raise-item:nth-child(even) .raiseinfo .raise-title::after {
	border-top-color: #fff;
}

.appraiselist .raise-item .raiseinfo .raise-msg {
	color: #999;
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

@media screen and (max-width:768px) {
    .s4-about{
        max-width: 96%;
    }
    .about-msg{
        max-width: 100%;
    }
	.about-list {
		flex-wrap: wrap;
		padding: 0;
	}

	.about-item {
		width: 100%;
	}

	.about-msg {
		padding: 0;
		margin-top: 20px;
	}

	.s4-companylist {
		flex-direction: column;
	}

	.s4-companylist .left {
		width: 100%;
		position: relative;
	}

	.s4-companylist .right {
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	}

	.s4-companylist .right .right-top,
	.superioritybox {
		flex-direction: column;
	}

	.superioritybox {
		padding: 0 10px;
	}

	.superioritybox .left .super-item {
		padding: 15px;
	}

	.superioritybox .left {
		margin-bottom: 10px;
	}

	.s4-companylist .right .right-top .imgbox,
	.s4-companylist .right .topbox,
	.superioritybox .left,
	.superioritybox .right,
	.s4_case .case_top .right,
	.s4_case .case_top .left,
	.s4-about .right .s4-about-item,
	.s4-about .left {
		width: 100%;
	}
	.s4-companylist .right .topbox {
		margin-top: 10px;
		box-sizing: border-box;
		padding: 0;
	}

	.s4-companylist .right .right-foot,
	.s4-about .left .left-nav {
		flex-direction: row;
	}

	.s4_case .case_top .left .img-box img {
		margin-bottom: 10px;
	}

	.s4_case .case_top,
	.s4-about {
		flex-direction: column;
		height: auto;
	}

	.s4-about .left .more {
		display: none;
	}

	.s4-about .right {
		width: 100%;
		flex-direction: column;
	}

	.s4_case,
	.s4-about {
		padding: 0 10px;
	}

	.s4-about .right .s4-about-item {
		margin-bottom: 10px;
	}

	.appraiselist {
		flex-wrap: wrap;
	}

	.appraiselist .raise-item {
		margin-bottom: 10px;
	}

	.appraiselist .raise-item img {
		width: 40%;
	}

	.appraiselist .raise-item .raiseinfo {
		width: 80%;
		margin: 0 auto;
		margin-top: -80px;
	}
}