.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 {
	font-size: 24px;
	margin-top: 0px;
}

.swiper-slide .content {
	color: #1275dd;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 30px;
}

.swiper-slide .content:hover {
	background: #1275dd;
	color: #fff;
}

.s5-profile .aboutlist {
	display: flex;
	align-items: center;
	width: 65%;
}

.s5-profile .aboutlist .item {
	flex: 1;
	text-align: center;
	margin-top: 30px;
}

.s5-profile .aboutlist .item-p1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.s5-profile .aboutlist .item-p1 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}

.s5-profile .aboutlist .item-p2 {
	font-size: 14px;
	color: #000;
}

.s5-profile {
	max-width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}

.s5-profile .left {
	width: 100%;
}

.s5-profile .left .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}

.s5-profile .left .title .en {
	color: #1275dd;
	font-size: 20px;
}

.s5-profile .left .msg {
	/*font-size: 14px;*/
	/*letter-spacing: 2px;*/
	margin-top: 30px;
}

.s5-profile .left .more {
	margin-top: 15px;
	cursor: pointer;
}

.s5-profile .left .more span {
	background: #1275dd;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 8px 15px;
	border: 1px solid #1275dd;
	transition: .5s all;
	letter-spacing: 2px;
}

.s5-profile .left .more span:hover {
	background-color: transparent;
	color: #1275dd;
}

.s5-profile .right {
	width: 30%;
}

.s5-profile .right img {
	width: 100%;
}

body {
	width: 100vw;
	overflow-x: hidden;
}

.s5-news .title {
	border-left: 4px solid #fff;
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	font-size: 21px;
}

.s5-news .title .en {
	color: #fff;
	font-size: 20px;
}

.s5-news .title .more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
}

.s5-news {
	background-image: url(../img/s5-news.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.s5-news .newslist {
	max-width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

.s5-news .newslist .left {
	width: 31%;
	margin: 0 1%;
	cursor: pointer;
	transition: .5s;
}

.s5-news .newslist .left img {
	width: 100%;
	height: 228px;
	transition: ease .3s all;
}

.s5-news .newslist .left .imgbox {
	overflow: hidden;
}
.s5-news .newslist .left:hover{
    box-shadow: 0 0px 36px rgba(0,0,0,0.3);
    color: #de0417;
}
.s5-news .newslist .left:hover img{
	transform: scale(1.2);
}

.s5-news .newslist .infobox {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 18px 0;
}

.s5-news .newslist .infobox .time {
	width: 80px;
	font-size: 14px;
	text-align: center;
	color: #999;
}

.s5-news .newslist .infobox .month {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.s5-news .newslist .infobox .item-title {
	font-size: 14px;
	flex: 1;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s5-news .newslist .right {
	width: 70%;
	display: flex;
	padding-left: 3%;
	box-sizing: border-box;
	justify-content: space-between;
}

.s5-news .newslist .right .s5-news-item {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 33%;
}

.s5-news .newslist .right .s5-news-item .time {
	font-size: 18px;
	font-weight: bold;
}

.s5-news .newslist .right .s5-news-item .time .year {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.s5-news .newslist .right .s5-news-item .item-title {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
}

.s5-news .newslist .right .s5-news-item .msg {
	font-size: 14px;
	letter-spacing: 1px;
}

.s5-news .newslist .right .s5-news-item .jiantou {
	font-weight: bold;
	margin-top: 20px;
}

.s5-content {
	display: flex;
}

.s5-content .left {
	background-image: url(../img/s5-content.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.s5-content .left p {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #1275dd;
	left: 2px;
}

.s5-content .left p span {
	background: #1275dd;
	color: #fff;
	border-radius: 20px;
	padding: 8px 12px;
	font-size: 14px;
}

.s5-content .right {
	width: 50%;
	background-image: url(../img/s5-content2.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.s5-content .right .content-name {
	padding: 30px 5%;
	font-weight: bold;
}

.s5-content .right .phone {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.s5-content .right .phone p {
	width: 50%;
	color: #000;
	font-size: 14px;
	padding: 15px 5%;
	box-sizing: border-box;
}

.s5-cover {
	background: #1275dd20;
	max-width: 100%;
}

.s5-cover .coverbox {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.s5-cover .coverbox .left {
	width: 50%
}

.s5-cover .coverbox .right {
	padding-left: 5%;
}

.s5-about {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.s5-about .left {
	background-image: url(../img/s5_info1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 20%;
	color: #fff;
	padding: 8% 8% 8% 10%;
}

.s5-about .left .title {
	font-weight: bold;
	font-size: 18px;
}

.s5-about .left .msg {
	font-size: 14px;
	font-weight: 330;
	margin-top: 40px;
	width: 90%;
	letter-spacing: 2px;
	line-height: 1.8;
}

.s5-about .left .more {
	margin-top: 40px;
	font-size: 14px;
}

.s5-about .left .more span {
	background: #ffffff30;
	color: #fff;
	border-radius: 20px;
	padding: 8px 15px;
	letter-spacing: 2px;
}

.s5-about .right {
	margin-left: -5%;
	flex: 1;
	position: relative;
}

.s5-about .right .check {
	position: absolute;
	left: -50px;
	background: #fff;
	color: #1275dd;
	font-weight: bold;
	bottom: 120px;
	display: flex;
	align-items: center;
}

.s5-about .right .check span {
	display: block;
	width: 50px;
	text-align: center;
	padding: 7px 0;

}

.s5-about .right .check .toright {
	background: #1275dd;
	color: #fff;
}

.s5-about .right img {
	width: 80%;
}

.s5-about .right .right-list {
	position: absolute;
	width: 80%;
	bottom: 5px;
	background: #fff;
	left: 0;
	display: flex;
	align-items: center;
}

.s5-about .right .right-list .listitem {
	flex: 1;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: .5s all;
}

.s5-about .right .right-list .listitem.active {
	background: #1275dd;
	color: #fff;
}

.s5-businessbox {
	flex-direction: column;
}

.s5-businessbox .left {
	width: 100%;
	margin: 30px 0;
}

.s5-businessbox .buslist .bus-row1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.s5-businessbox .buslist .bus-row1 .imgbox {
	width: 33%;
	position: relative;
}

.s5-businessbox .buslist .imgbox p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #1275dd80;
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	transition: .5s all;
	height: 0;
	overflow: hidden;
}

.s5-businessbox .buslist .imgbox img {
	width: 100%;
}

.s5-businessbox .buslist .imgbox p img {
	width: 40px;
	margin-bottom: 15px;
}

.s5-businessbox .buslist .imgbox:hover p {
	height: 100%;
}

.s5-businessbox .buslist .bus-row1 .imgbox:first-child {
	width: 66.6%;
}

.bus-row2 {
	display: flex;
	justify-content: space-between;
}

.bus-row2 .imgbox {
	width: 33%;
	position: relative;
}

@media screen and (max-width:768px) {
	body {
		width: unset;
	}
    .s5-news .newslist .left{
        margin-bottom: 10px;
    }
	.s5-profile {
		flex-direction: column;
		padding: 0 10px;
		margin-top: 15px;
		max-width: 96%;
	}
    .s5-news .newslist{
        max-width: 96%;
    }
	.s5-profile .left,
	.s5-profile .aboutlist,
	.s5-profile .right,
	.s5-profile .right img,
	.s5-news .newslist .left,
	.s5-news .newslist .right,
	.s5-about .right,
	.s5-about .right img,
	.s5-about .right .right-list,
	.s5-cover .coverbox .left,
	.s5-content .left,
	.s5-content .right,
	.s5-news .newslist .right .s5-news-item {
		width: 100%;
	}

	.s5-news .newslist .right .s5-news-item {
		margin-bottom: 10px;
	}

	.s5-news {
		padding: 40px 10px;
		background-size: 100% 100%;
		margin-top: 10px;
	}

	.s5-news .newslist,
	.s5-about,
	.s5-cover .coverbox {
		flex-direction: column;
	}

	.s5-news .title {
		margin-left: 10px;
	}

	.s5-about .right {
		margin: 0;
	}

	.s5-about .right .check {
		display: none;
	}

	.s5-about .left {
		width: 100%;
		box-sizing: border-box;
	}

	.s5-about .right .right-list .listitem {
		font-size: 12px;
		width: 30%;
		flex: unset;
	}

	.s5-news .newslist .right {
		padding-left: 0;
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.s5-cover .coverbox .right {
		padding: 0;
	}

	.s5-cover {
		margin: 0;
		padding: 15px 10px;
	}

	.s5-content {
		flex-direction: column;
	}

	.s5-content .right,
	.s5-content .left {
		background-size: 100% 100%;
	}

	.s5-about .right .right-list {
		position: relative;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

.mobilenav {
	background: #1275dd;
	box-shadow: 1px 0 5px #1275dd;
}

.mobilenav .left .mobile-navitem.active,
.mobile-server .serveritem {
	color: #1275dd;
}