﻿@charset "utf-8";

.index-news-wrap {
	width: 100%;
	background: url(../images/bg/index_news.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 5% 0 15% 0;
}

.index-about {
	background-color: #f7faff;
}

.index-about .media-width {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.index-about article {
	width: 580px;
}

.index-about article .title {
	line-height: 180%;
	font-size: 36px;
	color: #000;
}

.index-about article .fbt {
	line-height: 180%;
	font-size: 20px;
	color: #313233;
	margin: 15px 0;
}

.index-about article .intro {
	line-height: 180%;
	font-size: 16px;
	color: #999;
}

.index-about article ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0;
}

.index-about article ul li .atitle {
	line-height: 60px;
	font-size: 24px;
	color: #000;
}

.index-about article ul li .datas {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}

.index-about article ul li .datas .data {
	font-size: 100px;
	color: #1555ce;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: bold;
	letter-spacing: -4px;
}

.index-about article ul li .datas .unit {
	margin-left: 10px;
	font-size: 24px;
}

.index-about .img {
	width: 580px;
}

.index-about .img img {
	display: block;
	width: 100%;
}


.about {
	background-color: #fff;
	padding: 100px 0;
}

.about .media-width {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px 0 121px 0;
	border-bottom: 10px solid #f2f2f2;
}

.about article {
	width: 580px;
}

.about article .title {
	line-height: 180%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 0;
	color: #7a8c9d;
}

.about article .fbt {
	line-height: 180%;
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.about article .intro {
	line-height: 180%;
	font-size: 16px;
	color: #999;
}

.about article ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0;
}

.about article ul li .atitle {
	line-height: 60px;
	font-size: 24px;
	color: #000;
}

.about article ul li .datas {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}

.about article ul li .datas .data {
	font-size: 100px;
	color: #1555ce;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: bold;
	letter-spacing: -4px;
}

.about article ul li .datas .unit {
	margin-left: 10px;
	font-size: 24px;
}

.about .img {
	width: 580px;
	position: relative;
	height: 406px;
}

.about .img::after {
	content: '';
	display: block;
	width: 457px;
	height: 406px;
	background-color: #80868e;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
}

.about .img img {
	display: block;
	max-width: calc(100% - 8px);
	margin-right: 8px;
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0;
}

.video .media-width {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 65px 0 121px 0;
	border-bottom: 10px solid #f2f2f2;
}

.video .video-wrap {
	position: relative;
	font-size: 0;
}

.video .video-wrap .play {
	content: '';
	display: block;
	width: 75px;
	height: 71px;
	background: url(../images/icons/video_play.png) no-repeat;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video .video-wrap .bg {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.video .video-wrap video {
	display: block;
}

.our-service {
	margin: 50px 0 0;
}

.our-service .tname {
	line-height: 200%;
	font-size: 42px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.our-service ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-left: 0;
	padding: 0;
}

.our-service ul li {
	width: calc( (100% - 42px) / 3 );
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	margin-right: 21px;
	margin-bottom: 42px;
	padding: 35px;
}

.our-service ul li:nth-child(3n) {
	margin-right: 0;
}

.our-service ul li .icon, .our-service ul li .icon img {
	max-height: 72px;
}

.our-service ul li .title {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

.our-service ul li .intro p {
	margin-bottom: 0;
	line-height: 180%;
	text-align: left;
}

.our-service ul li .intro p::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 11px;
	background-color: #666;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.about {
		padding: 5vw 2%;
	}

	.about .media-width {
		flex-direction: column;
	}

	.about article {
		width: 100%;
	}

	.about article .title {
		font-size: 18px;
	}

	.about article .fbt {
		font-size: 16px;
	}

	.about article .intro {
		font-size: 14px;
	}

	.about .media-width {
		padding: 0;
		border: 0;
		height: auto;
		overflow: hidden;
	}

	.about .img {
		width: 100%;
		height: auto;
	}

	.about .img img {
		width: 100%;
		height: auto;
		position: static;
		margin: 0;
		max-width: 100%;
		display: block;
	}

	.about .img::after {
		display: none;
	}

	.video {
		padding: 0 2%;
	}

	.video .media-width {
		padding: 10px 0;
	}

	.our-service {
		margin-top: 0;
	}

	.our-service .tname {
		font-size: 18px;
	}
	
	.our-service .media-width ul {
		flex-direction: column;
		padding: 0 2%;
	}

	.our-service ul li {
		width: 100%;
		margin-bottom: 20px;
	}

}

#index-partners img {
	width: auto !important;
	padding: 0.25rem;
}

#index-partners .pt1 img {
	height: 30px;
	padding: 0;
}

#index-partners .pt2 img {
	height: 79px;
}

#index-partners .pt3 img {
	height: 55px;
}

#index-partners .pt4 img {
	height: 62px;
}

#index-partners .pt5 img {
	height: 71px;
	padding: 10px;
}

#index-partners .pt6 img {
	height: 54px;
}
#index-partners .pt7 img {
	height: 61px;
}

#index-partners .pt8 img {
	height: 94px;
	padding: 0;
}
#index-partners .pt9 img {
	height: 30px;
}
#index-partners .pt10 img {
	height: 95px;
	padding: 18px;
}

#index-partners .pt11 img {
	height: 41px;
	padding: 0;
}

#index-partners .pt12 img {
	height: 27px;
	padding: 0;
}

#index-partners .pt13 img {
	height: 108px;
	padding: 18px;
}