.top-banner .title-box .introduction {
	margin-top: 24px;
	font-size: 16px;
	color: #d8d8d8;
}

.content-box .menu {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
}

.content-box .menu>a {
	color: #000;
}

.content-box .menu .active {
	color: #999;
}

.content-box .text-box {
	margin: 18px 0 40px;
	text-align: center;
}

.content-box .text-box .title {
	font-size: 36px;
	line-height: 60px;
}

.content-box .text-box .subheading {
	font-size: 24px;
}

.overview {
	background-color: #fafafa;
	padding-bottom: 28px;
}

.overview h1.title,
.value h1.title,
.show h1.title {
	position: relative;
    padding-left: 20px;
	font-size: 24px;
	line-height: 60px;
	color: #f27622;
}

.overview h1.title::before,
.value h1.title::before,
.show h1.title::before {
	content: " ";
	position: absolute; 
	top: 20px; 
	left: 0;
	height: 20px;
	width: 6px;
	background: #f27622;
}

.summary-case {
	padding: 40px 22px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.summary-case .case-img {
	margin-bottom: 18px;
}

.summary-case .case-img .left {
	border-top: 10px solid #fafafa;
	border-bottom: 10px solid #fafafa;
	padding: 20px 40px 20px 0;
	max-width: 900px;
}

.summary-case .case-img .right .apply {
	font-weight: bold;
}

.summary-case .case-img .right {
	min-height: 314px;
}

.summary-case .case-img .right {
	padding: 30px 0;
	font-size: 14px;
	line-height: 28px;
}

.summary-case .case-img .right img {
	width: 100%;
	height: 100%;
}

.value ul li {
	display: flex;
	padding: 40px 0 40px 20px;
	border-bottom: 4px solid #fafafa;
	color: #000;
}
.value ul li:last-child{
	border-bottom: none;
}

.value ul li:hover .left>span {
	transform: scale(1.2);
}

.value ul li .left {
	position: relative;
	width: 160px;
	height: 160px;
}

.value ul li .left>span {
	position: absolute;
	right: 30px;
	bottom: 40px;
	font-size: 60px;
	color: #f27622;
}

.value ul li .left img {
	width: 100%;
	height: 100%;
}

.value ul li .right {
	width: calc(100% - 160px);
	box-sizing: border-box;
	padding-left: 20px;
}

.value ul li .right .title {
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.value ul li .right .title::after {
	content: " ";
	display: block;
	width: 260px;
	height: 2px;
	margin-top: 15px;
	background-color: #f27622;
}

.value ul li .right .describe {
	line-height: 28px;
}

.show {
	background-color: #fafafa;
}

.show .swiper-show {
	overflow: hidden;
	margin-bottom: 40px;
	width: calc(100% - 100px);
	margin: 40px 50px;
}

.show .swiper-show .img {
	width: 357px;
	height: 240px;
}

.show .swiper-show .title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.show .swiper-show .post {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #333;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	width: 32px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	color: #f27622;
	background-color: #eeeeee;
}

.content-box .menu>a:hover {
	color: #f59f72;
}

.summary-case .case-img .left:hover img {
	transform: scale(1.2);
}

.service-content {
	background-color: #242424;
}

.service {
	padding: 56px 0;
	color: #fff;
}

.service .title {
	font-size: 24px;
}

.service .title::after {
	content: " ";
	display: block;
	margin-top: 24px;
	width: 130px;
	height: 1px;
	background-color: #fff;
}

.service .left {
	width: calc(100% - 570px);
}

.service .left .title {
	margin-bottom: 30px;
}

.service .left p {
	font-size: 16px;
	margin-bottom: 20px;
}

.service .left p:last-child {
	margin-bottom: 0;
}

.service .right {
	width: 570px;
}

.service .right .title {
	margin-bottom: 20px;
}

.service .right .layui-input-inline {
	width: 49%;
}

.service .right .layui-form-item .layui-input-inline:last-child {
	margin-right: 0;
}

.service .right .layui-fluid {
	padding: 0;
}

.service .right .layui-btn {
	width: 100%;
	background-color: #f27622;
}

.service .right .layui-input {
	background-color: rgba(181,181,181,.2);
	border-color: #7c7c7c;
	font-size: 16px;
	color: #fff;
}

.service .right .layui-form-select dl dd {
	line-height: 30px;
	color: #999;
}

.service .layui-form-select dl dd.layui-this {
	background-color: #f27622;
	color: #fff;
}

