.banner {
	height: 32.5rem;
	color: #FFFFFF;
}

.banner-about {
	background: url(../img/about/banner.jpg) center no-repeat;
	background-size: cover;
}

.banner-case {
	background: url(../img/case/banner.jpg) center no-repeat;
	background-size: cover;
}

.banner-solutions {
	background: url(../img/solutions/banner.jpg) center no-repeat;
	background-size: cover;
}

.banner-join{
	background: url(../img/join/banner.jpg) center no-repeat;
	background-size: cover;
}

.banner-job{
	background: url(../img/job/banner.jpg) center no-repeat;
	background-size: cover;
}

.banner h1 {
	padding-top: 15rem;
}

.banner h5 {
	text-transform: Uppercase;
}

.navbox {
	background-color: #F5F6FA;
	font-size: 1rem;
	color: #0F1826;
	flex-wrap: nowrap;
}

.navbox nav a {
	color: #0F1826;
	height: 5rem;
	line-height: 4rem;
}

.navbox nav .nav-link {
	color: #0F1826;
	border-bottom: 2px solid transparent;
}

.navbox nav .nav-link:hover {
	color: #07215C;
	border-bottom: 2px solid;
}

.navbox nav .active {
	color: #07215C;
	border-bottom: 2px solid;
}

.case-content {
	background-color: #F5F6FA;
	padding: 3.75rem 4.375rem;
	margin-top: 5rem;
}

.case-content .num {
	font-size: 2.125rem;
	color: #07215C;
	font-weight: bold;
}

.case-content .name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #0F1826;
	margin-top: 1.25rem;
}

.case-content .line {
	background-color: #07215C;
	width: 2.5rem;
	height: 0.25rem;
	margin-top: 3rem;
}

.case-content .desc {
	font-size: 0.875rem;
	color: #0F1826;
	margin-top: 4rem;
}

.case-content img {
	width: 100%;
	height: 100%;
}


.title {
	padding-top: 5rem;
	font-size: 2.125rem;
	font-weight: bold;
}

.sub-title {
	font-size: 0.875rem;
	text-transform: Uppercase;
	margin-top: 1.25rem;
}

.solutions-xjej {
	background: url(../img/solutions/bg-xjej.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.m-solutions-xjej {
	display: none;
}

.solutions-xjej .tip {
	margin-top: 6rem;
	border: solid 1px #FFFFFF;
	padding: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 9.75rem;
	height: 9.75rem;
}

.solutions-xjej .tip .title {
	padding-top: 0;
	font-size: 1.375rem;
	font-weight: bold;
}

.solutions-xjej .tip .sub-title {
	font-size: 0.75rem;
}

.solutions-xjej h5 {
	font-style: italic;
}

.solutions-xjej p {
	text-indent: 2em;
}

.solutions-content {
	background-color: #F5F6FA;
	margin-top: 5rem;
}

.solutions-content img {
	width: 100%;
	height: 100%;
}

.member-content {
	background: url(../img/solutions/bg-hy.jpg) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	height: 38.75rem;
	margin-top: 5rem;
}

.member-content .active {
	padding: 0 60px;
}

.member-content .unactive {
	padding: 0 60px;
	background-color: rgba(15, 24, 38, 0.4);
	height: 38.75rem;
}

.member-content h2 {
	padding-top: 7.875rem;
}

.member-content p {
	padding-top: 3rem;
}

.member-content a {
	margin-top: 6rem;
	width: 11.25rem;
	height: 3.6875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ffffff;
	color: #ffffff;
}

.job-concat {
	background-color: #F5F6FA;
	padding: 3.75rem 4.375rem;
}

.accordion {
	color: #000000;
}

.btn-primary {
	background-color: #07215C;
	border-color: #07215C;
}

.accordion h5 {
	color: #07215C;
}

.accordion .card-header {
	background-color: #F5F6FA;
	border-radius: 0;
	color: #000000;
}

.accordion .card-header a {
	color: #000000;
}

.accordion table {
	border-collapse: collapse;
	width: 100%;
}

.th {
	width: 100%;
	background-color: #07215C;
	color: #ffffff;
}

td,
th {
	padding: 10px 20px;
}

.box10 {
	width: 1200px;
	padding-top: 2.5rem;
}

.box10 .accordion-box {
	width: 100%;
	height: 690px
}

.box10 .accordion-box ul {
	padding: 0;
	width: inherit;
	height: 690px;
	overflow: hidden;
	position: relative;
}

.box10 .accordion-box ul li {
	width: 1032px;
	height: 690px;
	position: absolute;
	top: 0;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	overflow: hidden;
}

.box10 .accordion-box ul li .left {
	width: 948px;
	height: inherit;
	overflow: hidden;
	position: relative;
	float: left
}

.box10 .accordion-box ul li .left .shadow {
	position: absolute;
	left: 85px;
	top: 66px;
	width: 780px;
	height: 557px;
	text-align: center;
	font-size: 16px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.8);
}

.box10 .accordion-box ul li .left .shadow .title {
	line-height: 35px;
}

.box10 .accordion-box ul li .left .shadow a {
	width: 122px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
}

.box10 .accordion-box ul li .left .shadow a img {
	width: 8px;
	height: 14px;
}

.box10 .accordion-box ul li .left img {
	z-index: -1;
	width: 948px;
	height: 690px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right {
	width: 84px;
	height: 690px;
	float: left;
	position: relative;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right .title {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 200px;
	left: 25px;
	font-size: 20px;
	-webkit-writing-mode: tb-lr;
	-ms-writing-mode: tb-lr;
	color: #333;
}

.box10 .accordion-box ul li .right .title span {
	font-size: 16px;
	color: #999;
	margin-top: 12px;
	text-transform: uppercase;
}

.box10 .accordion-box ul li .right .sub-title {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 115px;
	font-size: 14px;
	left: 27px
}

.box10 .accordion-box ul li .right::before {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 48%;
	left: -10px;
	width: 0;
	height: 0;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: transparent
}

.box10 .accordion-box ul li:nth-child(odd) .right {
	background: #DEE0E2
}

.box10 .accordion-box ul li:nth-child(odd) .right::before {
	border-right-color: #DEE0E2
}

.box10 .accordion-box ul li:nth-child(even) .right {
	background: #F6F8FA
}

.box10 .accordion-box ul li:nth-child(even) .right::before {
	border-right-color: #F6F8FA
}

.box10 .accordion-box ul li:hover .right {
	background: #07215C;
}

.box10 .accordion-box ul li:hover .right::before {
	border-right-color: #07215C;
}

.box10 .accordion-box ul li:hover .right .title {
	color: #fff;
}

/* 关于我们 */


.culture {
	background: url(../img/about/bg-culture.jpg) no-repeat;
	color: #ffffff;
	background-size: 100% 100%;
	height: 720px;
}

.culture .circle {
	width: 12.5rem;
	height: 12.5rem;
	border-radius: 50%;
	border: solid 1px #ffffff;
}

.culture .circle:hover {
	background-color: #07215C;
	border: solid 1px #07215C;
	transition: all ease .8s 0s;
	-moz-transition: all ease .8s 0s;
	-webkit-transition: all ease .8s 0s;
}

.culture .list {
	margin-top: 80px;
}

.culture .desc {
	margin-top: 60px;
}

.page-header {
	text-align: center;

	width: 100%;
}

@media (max-width: 768px) {
	.text-left-xs {
		text-align: left !important;
	}

	.banner {
		margin-top: 60px;
		height: 120px;
	}

	.banner h1 {
		font-size: 20px;
		padding-top: 36px;
		padding-left: 50px;
	}

	.banner h5 {
		font-size: 10px;
		padding-left: 50px;
		text-transform: Uppercase;
	}

	.navbox nav {
		display: flex;
		justify-content: space-around;
	}

	.navbox nav a {
		color: #0F1826;
		height: 50px;
		font-size: 14px;
		font-weight: bold;
	}

	.title {
		padding-top: 20px;
		font-size: 17px;
		font-weight: bold;
	}

	.sub-title {
		display: none;
	}

	.about-image-xs {
		width: 310px;
		height: 410px;
	}

	h1 {
		font-size: 22px !important;
	}

	h4 {
		font-size: 15px !important;
	}

	.mt-5 {
		margin-top: 22px !important;
	}

	.mb-5 {
		margin-bottom: 22px !important;
	}

	.culture {
		background: url(../img/about/bg-culture.jpg) no-repeat;
		color: #ffffff;
		background-size: 100% 100%;
		height: 260px;
		font-size: 12px;
	}

	.culture .circle {
		width: 82px;
		height: 82px;
		border-radius: 50%;
		border: solid 1px #ffffff;
	}

	.culture .circle:hover {
		background-color: #07215C;
		border: solid 1px #07215C;
		transition: all ease .8s 0s;
		-moz-transition: all ease .8s 0s;
		-webkit-transition: all ease .8s 0s;
	}

	.culture .list {
		margin-top: 30px;
	}

	.culture .desc {
		margin-top: 20px;
	}

	.culture img {
		width: 26px;
		height: 26px;
	}

	.culture .desc {
		text-align: center;
	}

	table {
		font-size: 12px;
	}

	.school h5 {
		font-size: 16px;
	}

	.school h3 {
		font-size: 18px;
	}

	.school p {
		font-size: 13px;
	}

	.job-concat h3 {
		font-size: 18px;
	}

	.job-concat p {
		font-size: 13px;
	}

	.solutions-xjej {
		background: none;
	}

	.m-solutions-xjej {
		background: none;
		background-color: #F5F6FA;
		color: #000000;
		padding: 15px;
		margin: 0 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.page-header {
		text-align: left;
		background-color: #fff;
		color: #000000;
		padding: 0 0 15px 15px;
	}

	.m-solutions-xjej h1 {
		font-size: 16px !important;
	}

	.m-solutions-xjej .num {
		font-size: 22px !important;
		color: #07215C;
	}

	.m-solutions-xjej p {
		font-size: 13px !important;
	}

	.m-solutions-xjej .line {
		width: 20px;
		height: 2px;
		background-color: #07215C;
	}

	.mb-20 {
		margin-bottom: 20px;
	}
	
	.member-content {
		background: url(../img/solutions/bg-hy.jpg) no-repeat;
		background-size: cover;
		color: #FFFFFF;
		height: 600px;
		margin-top: 5px;
		padding: 0 !important;
	}
	
	.member-content .active{
		padding: 44px 44px 0 44px;
	}
	
	.member-content .unactive{
		padding: 30px 80px;
		height: 270px;
	}
	
	.member-content p{
		padding-top: 0;
		font-size: 13px;
	}
	
	.member-content h2{
		padding-top: 0;
		font-size: 17px;
		margin-bottom: 36px;
	}
	
	.case-content{
		margin-top: 0;
		padding: 15px;
	}
}
