/* case */

.case {
	margin: 80px 0;
}

.case>.title {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	line-height: 33px;
	text-align: center;
}

.case .layout {
	margin: 60px auto;
}

.case .layout .item {
	width: calc(96%);
	height: 160px;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(26, 47, 106, 0.17);
	display: flex;
	align-items: center;
	padding: 38px 27px;
	box-sizing: border-box;
}

.case .layout .item>.icon {
	width: 84px;
	height: 84px;
}

.case .layout .item>.right {
	margin-left: 19px;
}

.case .layout .item>.right .title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 33px;
}

.case .layout .item>.right .des {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 33px;
	word-break: break-all;
}

/* service */
.service {
	position: relative;
	height: 100%;
}

.service .pic {
	width: 100%;
	min-height: 526px;
}

.service>.layout {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 3% 0;
	box-sizing: border-box;
}

.service .layout .tab {
	display: flex;

}

.service .layout .tab>.item {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
	margin-right: 64px;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.service .layout .tab>.item.active {
	font-size: 36px;
}

.service .layout .tab>.item.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: 0px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	background: rgba(162,193,226,0.8);
}

.service .layout .form {
	margin: 25px 0;
}

.service .layout .btn {
	width: 160px;
	height: 48px;
	background: #1A2F6A;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.service .layout .form .txt {
	width: 98%;
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #1A2F6A;
	margin-bottom: 20px;
	padding: 0 16px;
	box-sizing: border-box;
}
.section{
	/* margin: auto; */
	margin: 120px auto 0;
}
.section .channel{
	width: 100%;
	height: 210px;
	padding: 16px  40px;
	background: #1A2F6A;
	box-shadow: 0px 0px 5px 0px rgba(26,47,106,0.17);
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}
.section .channel >.icon{
	width: 48px;
	height: 48px;
}
.section .channel >.title{
	font-size: 24px;
}
@media screen and (max-width: 767.98px) {
	.service .layout .form{
		margin-top: 22px;
	}
	.case {
		margin-bottom: 30px;
	}

	.contact .layui-container .content {
		width: 200px;
	}

	.service .layout .btn {
		width: 98%;
	}
	.service .layout .tab>.item.active:after{
		bottom: 7px;
	}

	.contact .layui-container .info {
		font-size: 16px;
		margin-top: 10px;
		line-height: 28px;
	}

	.case>.title {
		font-size: 20px;
	}

	.case .layout .item>.icon {
		width: 40px;
		height: 40px;
	}

	.service {
		background: #f8f8f8;
	}

	.service>.layout {
		position: relative;
		padding: 3% 0 0;
	}

	.service .layout .tab>.item {
		font-size: 14px;
	}

	.service .layout .tab>.item.active {
		font-size: 18px;
	}

	.case .layout .item {
		/*height: 80px;*/
		height: auto;
		padding: 23px 13px;
	}

	.case .layout .item>.right .des {
		font-size: 13px;
		line-height: 17px;
	}

	.case .layout .item>.right .title {
		font-size: 11px;
	}
	.service .layout .btn{
		font-size: 12px;
	}
	.case .layout .item>.right{
		flex: 1;
	}
	.section{
		margin: 60px auto;
	}
	.section .channel{
		padding: 0 16px;
		height: 190px;
	}

}

@media screen and (min-width: 992px) {

	/* .service .layout .form{
					margin: 3% 0;
				} */
	.service .layout .form .txt {
		margin-bottom: 8px;
	}

}

@media screen and (min-width: 1200px) {

	/*.contact .layui-container .title {*/
	/*	font-size: 41px;*/
	/*}*/

	/*.contact .layui-container .info {*/
	/*	font-size: 18px;*/
	/*}*/

	.service .layout .form .txt {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.layui-container {
		width: 1440px;
	}
}