.swiper-msg-box {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 2px;
	background: #2a48a280;
	padding: 50px 0 70px 0;
}

.swiper-msg-box .msg-title {
	font-size: 40px;
}

.swiper-msg-box .msg-title span {
	font-weight: bold;
	font-size: 35px;
	color: #2a48a2;
}

.swiper-msg {
	font-size: 20px;
	margin-top: 0px;
}

.swiper-slide .content {
	color: #2a48a2;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 30px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%);
}

.s6-about {
	margin-top: 0px;
	background: #f4f6fa;
	height: 650px;
	padding-bottom: 30px;
}

.s6-about-body {
	max-width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}

.s6-about-body .left {
	width: 55%;
	position: absolute;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 15px #cacaca80;
	top: 0px;
	padding: 20px 0px 0 0px;
	box-sizing: border-box;
	height: 500px
}

.s6-about-body .left .about-title {
	color: #2a48a2;
	font-weight: bold;
	margin: 30px 0 10px 0;
	font-size: 18px;
	padding: 0 50px;
}

.s6-about-body .left .about-msg {
	/*letter-spacing: 2px;*/
	/*line-height: 1.8;*/
	padding: 0 50px;
	/*font-size: 14px;*/
}

.s6-about-body .left .line {
	background: #2a48a280;
	position: relative;
	height: 5px;
	margin-top: 30px;
}

.s6-about-body .left .line::after {
	position: absolute;
	left: 0;
	width: 80%;
	background: #2a48a2;
	height: 5px;
	content: '';
}

.s6-about-body .left img {
	position: absolute;
	top: -50px;
	left: 8%;
}

.s6-about-body .right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 20px;
}

.s6-about-body .right img {
	width: 100%;
}

.showbox {
	max-width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
}

.showbox .title {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	margin: 30px 0;
}

.showbox .title span {
	color: #2a48a2;
}

.showbox .show-slide {
	display: flex;
	align-items: center;
}

.swiper1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.showbox .show-slide {
	justify-content: center;
}

.showbox .show-slide img {
	width: 98%;
}

.s6-news .s6-newslist {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	max-width: 60%;
	margin: 0 auto;
}

.s6-newslist .s6-newsitem {
	width: 24%;
	margin: 0 .5%;
	background: #fff;
	cursor: pointer;
	transition: .5s;
}
.s6-newslist .s6-newsitem:hover{
    box-shadow: 0 0px 36px rgba(0,0,0,0.3);
}
.s6-newslist .s6-newsitem:hover img{
    transform: scale(1.1);
}
.s6-newslist .s6-newsitem .imgbox{
    overflow: hidden;
}
.s6-newslist .s6-newsitem:hover .info-title{
    color: #2a48a2;
}
.s6-newslist .s6-newsitem .imgbox img {
	width: 100%;
	height: 200px;
	
	transition: .5s all;
}

.s6-newslist .s6-newsitem .info {
	display: flex;
	padding: 20px 10px;
}

.s6-newslist .s6-newsitem .info .time .month {
	font-weight: bold;
	color: #2a48a2;
	font-size: 16px;
}

.s6-newslist .s6-newsitem .info .time {
	color: #999;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
}

.s6-newslist .s6-newsitem .info .right .info-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
}

.s6-newslist .s6-newsitem .info .right .content {
	font-size: 14px;
	margin-top: 10px;
	color: #777;
	display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.s6-news {
	background: #fafafa;
	max-width: 100%;
	padding: 20px 0;
	margin-top: 30px;
}

.s6-news .more {
	text-align: center;
	margin: 30px 0;
}

.s6-news .more span {
	background: #2a48a2;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 20px;
	padding: 10px 15px;
}

.s6-under {
	max-width: 100%;
	background-image: url(../img/s6/s6-albg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 30px 0 80px 0;
}

.underlist {
	max-width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.underlist .underitem {
	width: 19%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition: .3s all;
}

.underlist .underitem .imgbox {
	margin-bottom: 20px;
}

.underlist .underitem img {
	width: 100%;

}

.underlist .underitem p {
	position: relative;
}

.underlist .underitem:hover {
	transform: translate(0, -20px);
}

.underlist .underitem p::after {
	bottom: -20px;
	content: '';
	left: 50%;
	transform: translate(-50%);
	height: 4px;
	width: 0px;
	background: #fff;
	position: absolute;
	transition: .3s all;
}

.underlist .underitem:hover p::after {
	width: 50px;
}

.s6-work {
	display: flex;
}

.s6-work .left {
	display: grid;
	grid-template-columns: auto auto auto;
	width: 50%;
}

.s6-work .left .work-left-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	color: #2a48a2;
	font-weight: bold;
}

.s6-work .left .work-left-item img {
	width: 35px;
	margin-bottom: 10px;
}


.s6-work .left .work-left-item:nth-child(1),
.s6-work .left .work-left-item:nth-child(6),
.s6-work .left .work-left-item:nth-child(7) {
	background: #f4f6fa;
}

.s6-work .left .work-left-item:nth-child(3),
.s6-work .left .work-left-item:nth-child(4) {
	background: #eef1f8;
}

.s6-work .left .work-left-item:nth-child(2),
.s6-work .left .work-left-item:nth-child(8) {
	background: #f0f2f8;
}

.s6-work .left .work-left-item:nth-child(3) {
	background: #eef1f8;
}

.s6-work .left .work-left-item:nth-child(5) {
	background: #e9ecf6;
}

.s6-work .left .work-left-item:nth-child(9) {
	background: #eceef7;
}

.s6-work .left .work-left-item.active {
	background: #2a48a2;
	color: #fff;
}

.s6-work .right {
	width: 50%;
	background-image: url(../img/s6/s6-ywbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 10% 0 5%;
	box-sizing: border-box;
}

.s6-work .right .title {
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	text-align: center;
	padding: 35px 0;
}

.s6-work .right .tips {
	font-size: 14px;
	color: #999;
	line-height: 2;
	letter-spacing: 2px;
	text-align: center;
}

.s6-work .right .title span {
	font-size: 18px;
	color: #2a48a2;
}

.s6-work .right .workimg {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 45px 0;
}

.s6-work .right .workimg .imgbox {
	width: 30%;
}

.s6-work .right .workimg img {
	width: 100%;
}

.s6-business {
	display: flex;
	max-width: 80%;
	margin: 0 auto;
	align-items: center;
	position: relative;
	padding: 50px 0;
	padding-left: 60px;
	box-sizing: border-box;
}

.s6-business .en {
	transform: rotate(90deg);
	font-weight: bold;
	color: #e7e7e780;
	font-size: 33px;
	left: -130px;
	position: absolute;
	letter-spacing: 2px;
}

.s6-business .business-body {
	flex: 1;
	display: flex;
}

.s6-business .business-body .left {
	width: 50%;
}

.s6-business .business-body .right {
	width: 50%;
}

.s6-business .business-body .left .title {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	padding: 21px 0;
	letter-spacing: 1px;
}

.s6-business .business-body .left .title span {
	color: #2a48a2;
}

.s6-business .business-body .bus-row1 .rowitem {
	background: #f9f9f9;
	text-align: center;
	width: 50%;
	padding-bottom: 15px;
	padding-top: 10px;
}

.s6-business .business-body .bus-row1 .rowitem h3 {
	color: #cecece;
	font-size: 38px;
}

.s6-business .business-body .bus-row1 .rowitem p {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
}

.s6-business .business-body .bus-row1 .rowitem .row-en {
	color: #999999;
	font-weight: normal;
	margin-top: 0;
}

.s6-business .business-body .rowitem:nth-child(2) {
	background: #f0f0f0;
}

.s6-business .business-body .right .rowitem:nth-child(1) {
	background: #bfc8e3;
}

.s6-business .business-body .right .rowitem:nth-child(2) {
	background: #2a48a2;
}

.s6-business .business-body .right .rowitem,
.s6-business .business-body .right .rowitem h3,
.s6-business .business-body .right .rowitem .row-en {
	color: #fff;
}

.s6-business .business-body .right img,
.s6-business .business-body .left img {
	width: 100%;
}

.s6-business .business-body .bus-row1 {
	display: flex;

}

@media screen and (max-width:768px) {
    .s6-about-body .left .about-title,.s6-about{
        margin-top: 10px;
    }
	.swiper1 .swiper-slide img {
		height: auto;
	}

	.s6-news .s6-newslist {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.s6-newslist .s6-newsitem,
	.s6-work .left {
		width: 100%;
		margin-bottom: 10px;
	}

	.s6-under {
		background-size: auto 100%;
	}

	.underlist {
		padding: 0 10px;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.underlist .underitem {
		width: 49%;
	}

	.underlist .underitem:nth-child(1),
	.underlist .underitem:nth-child(2) {
		color: #2a48a2;
		padding: 0 5px;
		box-sizing: border-box;
	}

	.s6-work .left .work-left-item {
		padding: 15px 0;
		font-size: 12px;
	}

	.s6-work .left .work-left-item img {
		width: 28px;
	}

	.s6-work,
	.s6-business .business-body,
	.s6-about-body {
		flex-direction: column;
	}
    .s6-about-body,.s6-news .s6-newslist{
        max-width: 96%;
    }
	.s6-work .right {
		width: 100%;
		background-size: auto 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.s6-work .right .title {
		width: 100%;
		padding: 35px 0;
	}

	.s6-business {
		padding: 0 10px;
	}

	.s6-business .en {
		display: none;
	}

	.s6-business {
		margin-bottom: 20px;
	}

	.s6-business .business-body .left {
		margin-bottom: 10px;
	}

	.s6-business .business-body .left,
	.s6-business .business-body .left .title,
	.s6-business .business-body .right {
		width: 100%;
		text-align: center;
	}

	.s6-about {
		height: auto;
		padding-bottom: 0;
	}

	.s6-about-body .right {
		position: relative;
		width: 100%;
		bottom: 0;
	}

	.aboutbox {
		display: block !important;
	}

	.s6-about-body .left {
		position: unset;
		width: 100%;
	}

	.s6-about-body .left .about-msg {
		padding: 0 10px;
	}
}


.mobilenav {
	background: #2a48a2;
	box-shadow: 1px 0 5px #2a48a2;
}

.mobilenav .left .mobile-navitem.active,
.mobile-server .serveritem {
	color: #2a48a2;
}