img {
	max-width: 100%;
}
.page-container {
	margin: auto;
	width: 63.542%;
	position: relative;
}
.banner {
	width: 100%;
	height: 25rem;
	color: #fff;
	overflow: hidden;
}
.banner .banner-text {
	position: absolute;
	top: 6.75rem;
	left: 0.875rem;
}
.banner .banner-text .banner-title {
	line-height: 4.125rem;
	font-size: 2.9375rem;
	font-weight: bold;
}
.banner .banner-text .banner-sub {
	margin-top: 1.625rem;
	font-size: 1.28rem;
}
.sector {
	position: relative;
}
.sector .bg-img {
	position: absolute;
}
.sector-top .title {
	color: #012887;
	font-family: 'Microsoft YaHei';
}
.sector-top .en {
	padding-bottom: 1.625rem;
	font-size: 4.125rem;
	color: #b7bfbf;
	font-weight: lighter;
	letter-spacing: 1.3px;
	display: inline-block;
	position: relative;
}
.sector-top .en::before {
	content: '';
	width: 6.5625rem;
	height: 0.375rem;
	border-radius: 0.375rem;
	background-color: #b7bfbf;
	position: absolute;
	left: 0.3125rem;
	bottom: 0;
}
.sector-top .en::after {
	content: '';
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	background-color: #b7bfbf;
	position: absolute;
	left: 7.125rem;
	bottom: 0;
}
.sector-top .zh {
	margin-top: 2.25rem;
	font-size: 3.75rem;
	font-weight: bold;
}
.sector .sector-content {
	display: flex;
	justify-content: space-between;
}
.sector-content .nav-list {
	flex: 1;
	margin-left: 1.5625rem;
	color: #012887;
	font-size: 2.125rem;
	line-height: 5.625rem;
	font-weight: bold;
}
.solu {
	padding-top: 3rem;
}
.solu .bg-img {
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: .5;
	transform: scaleX(-1);
}
.solu .sector-top .en {
	padding-bottom: 1.75rem;
}
.solu .sector-top .zh {
	margin-top: 1.875rem;
	font-size: 3rem;
}
.solu .sector-content {
	margin-top: 3.375rem;
	padding-bottom: 6.25rem;
}
.solu .sector-content .nav-list {
	line-height: 4.375rem;
	font-size: 1.75rem;
}
.solu .sector-content .nav-list .nav-item.active {
	position: relative;
}
.solu .sector-content .nav-list .nav-item .txt {
	cursor: pointer;
	position: relative;
}
.solu .sector-content .nav-list .nav-item.active .txt::after {
	content: '';
	width: 50%;
	height: 0.3125rem;
	background-color: #b7bfbf;
	border-radius: 0.3125rem;
	position: absolute;
	left: 0;
	bottom: -30%;
}
.solu .sector-content .desc-box {
	width: 52.5rem;
	line-height: 2.875rem;
	font-size: 1.5rem;
}
.solu .sector-content .desc-box .inner {
	width: 0;
	height: 0;
	opacity: 0;
}
.solu .sector-content .desc-box .inner .con {
	display: -webkit-box;
	/*overflow: hidden;*/
	/*-webkit-line-clamp: 6;*/
	/*-webkit-box-orient: vertical;*/
	/*text-overflow: ellipsis;*/
}
.solu .desc-box .inner.active {
	color: #3e3a39;
	width: auto;
	height: auto;
	opacity: 1;
}
.points {
	padding-top: 6.25rem;
	background-color: #fafcff;
}
.points .bg-img {
	height: 30.75rem;
	top: 0;
	right: 0;
	opacity: .5;
}
.points .list {
	padding-top: 5.625rem;
	display: flex;
	flex-wrap: wrap;
}
.points .list .item {
	margin-bottom: 4.375rem;
	padding: 3.125rem 1.25rem;
	color: #0d4f93;
	width: calc((100% - 2rem) / 3);
	border-radius: 1.25rem;
	background-color: #ecf6ff;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .1);
	position: relative;
}
.points .list .item:nth-of-type(3n - 1) {
	margin-left: 1rem;
	margin-right: 1rem;
}
.points .list .item .index {
	width: 3.75rem;
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 2rem;
	font-weight: bold;
	border: 0.125rem solid rgba(0, 0, 0, .1);
	background-color: #d8ffff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -1.875rem;
	left: 50%;
	transform: translateX(-50%);
}
.points .list .item .title {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.points .list .item .txt {
	font-size: 1.375rem;
	line-height: 2.875rem;
}
.service {
	padding-top: 7.5rem;
	padding-bottom: 6.25rem;
}
.service .bg-img {
	top: 0;
}
.service .list {
	margin-top: 8.125rem;
	display: flex;
	justify-content: space-between;
}
.service .list .item {
	width: calc((100% - 2.5rem) / 3);
}
.service .list .item .img {
	margin-bottom: 2.5rem;
	text-align: center;
}
.service .list .item .img img {
	height: 8.125rem;
}
.service .list .item:nth-of-type(2) {
	margin-left: 1rem;
	margin-right: 1rem;
}
.service .list .item .title {
	margin-bottom: 3.75rem;
	color: #012887;
	font-size: 2rem;
	text-align: center;
}
.service .list .item .txt {
	padding: 1.25rem;
	line-height: 3.125rem;
	font-size: 1.5rem;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .1);
}
.feature {
	padding-top: 7.5rem;
	padding-bottom: 6.25rem;
	background-color: #f5f8ff;
	overflow: hidden;
}
.feature .bg-img {
	top: 0;
	opacity: .03;
}
.feature .sector-top {
	margin-bottom: 7.5rem;
}
.feature .sector-content {
	position: relative;
}
.feature .sector-content .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature .sector-content .list .item {
	padding: 2.5rem 0;
	width: calc(50% - 0.625rem);
	position: relative;
}
.feature .sector-content .item .title-wrap {
	padding: 1.25rem 0;
	display: flex;
	justify-content: center;
	/* position: absolute;
	left: 50%;
	transform: translateX(-50%); */
}
.feature .sector-content .item .img-box {
	margin-right: 0.625rem;
	padding: 0.3125rem;
	width: 3.375rem;
	height: 3.1875rem;
	background-color: #0d4f93;
	border-radius: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature .sector-content .item .title {
	padding: 0 1.25rem;
	font-size: 2.25rem;
	font-weight: bold;
	color: #fff;
	background-color: #0d4f93;
	border-radius: 0.625rem;
	text-align: center;
}
.feature .sector-content .item .txt {
	padding: 3.125rem;
	min-height: 18.125rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
	background-size: contain;
	background-repeat: no-repeat;
}
.feature .sector-content .item:nth-of-type(1) .txt {
	background-image: url('../images/bg-09.png');
}
.feature .sector-content .item:nth-of-type(2) .txt {
	background-image: url('../images/bg-10.png');
}
.feature .sector-content .item:nth-of-type(3) .txt {
	background-image: url('../images/bg-11.png');
}
.feature .sector-content .item:nth-of-type(4) .txt {
	background-image: url('../images/bg-12.png');
}
/*.feature .sector-content .item:nth-of-type(2n+1) .txt {*/
/*	padding-right: 7.1875rem;*/
/*}*/
/*.feature .sector-content .item:nth-of-type(2n+2) .txt {*/
/*	padding-left: 7.1875rem;*/
/*}*/
.feature .sector-content .img-circle {
	padding: 1.25rem;
	border-radius: 50%;
	background: radial-gradient(circle, #fff 62%, #e4f0f0 64%, #fff 66%, #e4f0f0 68%, #fff 70%, #e4f0f0 72%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.feature .sector-content .img-circle .img {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	object-fit: cover;
}

.advantage {
	padding-top: 7.188rem;
	padding-bottom: 15rem;
	color: #012887;
	position: relative;
	overflow: hidden;
}
.advantage .sector-content {
	margin-top: 9.063rem;
	display: flex;
	justify-content: space-between;
}
.advantage .bg-img {
	top: 0;
	right: 0;
	z-index: -1;
	opacity: .1;
}
.advantage .nav-list {
	margin-left: 1.5625rem;
	font-size: 2.125rem;
	line-height: 5.625rem;
	font-weight: bold;
}
.advantage .nav-list .nav-item {
	cursor: pointer;
	position: relative;
}
.advantage .nav-list .nav-item .txt {
	display: inline-block;
	position: relative;
}
.advantage .nav-list .nav-item .txt::after {
	content: 'ㄍ';
	width: 1.875rem;
	height: 1.875rem;
	color: #fff;
	line-height: 1.875rem;
	font-size: 0.875rem;
	background-color: #012887;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -2.5rem;
	transform: translateY(-50%) rotateZ(180deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(n)::before {
	background-color: #ccd3e6;
	z-index: -1;
}
.advantage .nav-list .nav-item.active:nth-of-type(1)::before {
	content: '';
	width: 20.625rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 20.625rem 7.5rem, 20.625rem 0);
	position: absolute;
	top: 7.25rem;
	right: -1.875rem;
	transform: rotate(48deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(2)::before {
	content: '';
	width: 18.75rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 18.75rem 7.5rem, 18.75rem 0);
	position: absolute;
	top: 4.5rem;
	right: 0.25rem;
	transform: rotate(33deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(3)::before {
	content: '';
	width: 14.375rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 14.375rem 7.5rem, 14.375rem 0);
	position: absolute;
	top: 1.75rem;
	right: 1rem;
	transform: rotate(22deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(4)::before {
	content: '';
	width: 15rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 15rem 7.5rem, 15rem 0);
	position: absolute;
	top: -0.875rem;
	right: 2rem;
	transform: rotate(2deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(5)::before {
	content: '';
	width: 14.375rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 14.375rem 7.5rem, 14.375rem 0);
	position: absolute;
	top: -3.125rem;
	right: 1rem;
	transform: rotate(-20deg);
}
.advantage .nav-list .nav-item.active:nth-of-type(6)::before {
	content: '';
	width: 16.25rem;
	height: 7.5rem;
	clip-path: polygon(0 3.75rem, 16.25rem 7.5rem, 16.25rem 0);
	position: absolute;
	top: -6rem;
	right: 0;
	transform: rotate(-35deg);
}
.advantage .desc-box {
	margin-top: 7.3125rem;
	margin-right: 0.75rem;
	padding: 0.9375rem;
	width: 41.75rem;
	height: 28.5rem;
	border: 0.125rem solid #abc3fc;
	border-radius: 2.1875rem;
	position: relative;
}
.advantage .desc-box .inner {
	padding: 4.375rem 3.75rem 4.375rem 7.1875rem;
	width: 100%;
	height: 100%;
	color: #3e3a39;
	line-height: 2.875rem;
	font-size: 1.375rem;
	background: #e3e8f3;
	border-radius: 1.5625rem;
	overflow: hidden;
}
.advantage .desc-box .inner .text {
	width: 0;
	height: 0;
	opacity: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.advantage .desc-box .inner .text.active {
	color: #666;
	width: auto;
	height: auto;
	opacity: 1;
}
.advantage .desc-box .circle {
	padding: 0.3125rem;
	width: 8.4375rem;
	height: 8.4375rem;
	background-color: #fff;
	border: 2px solid #abc3fc;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: -4.5rem;
}
.advantage .desc-box .circle .img-box {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
	background: radial-gradient(#e2ebf5 10%, #dde3f0 30%, #c9d3e7 50%, #b2c0db 60%, #99a9ce 70%, #012887 80%);
	border-radius: 50%;
}
.advantage .desc-box .circle .img-box.active {
	width: 100%;
	height: 100%;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantage .desc-box .circle .img-box .img {
	max-width: 3.75rem;
	max-height: 3.75rem;
}
.case {
	padding-top: 8.75rem;
	padding-bottom: 12.5rem;
	background-color: #f4f7fe;
}
.case .bg-img {
	top: 0;
	right: 0;
}
.case .sector-content {
	margin-top: 10rem;
}
.case .sector-content .nav-list {
	margin-left: 0;
	max-width: 23.75rem;
	line-height: 3.125rem;
}
.case .sector-content .nav-list .nav-item {
	padding: 1.25rem 0;
}
.case .desc-box {
	margin-right: 0.625rem;
	padding: 1rem;
	width: 43.125rem;
	border: 0.125rem solid #8499c6;
	border-radius: 2.1875rem;
	position: relative;
}
.case .desc-box .inner {
	padding: 2.5rem;
	width: 100%;
	height: 100%;
	color: #012887;
	line-height: 2.5rem;
	background-color: #dbe3f2;
	font-size: 1.5rem;
	border-radius: 1.875rem;
}
