/*banner*/
.w1180 {
	width: 1180px;
	margin: 0 auto;
}

.w980 {
	width: 980px;
	margin: 0 auto;
}

.banner-big-box {
	width: 100%;
	height: 300px;
}

.banner-box {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-box .ny p {
	text-align: center;
}

.banner-box .ny p:first-child {
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 60px;
	font-weight: 400;
	padding: 80px 0 30px 0;
}
.banner-box .ny p:last-child {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
}
/*banner end*/
/*底部提示*/

/*其他服务*/
.other-box {
	margin: 120px 0;
}

.other-box p:first-child {
	font-size: 18px;
	color: #888888;
	letter-spacing: 1px;
	text-align: center;
	line-height: 32px;
	font-weight: 200;
	margin-bottom: 20px;
}

.other-box p:last-child {
	text-align: center;
}

.other-box p:last-child a {
	font-size: 16px;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
	padding: 0 50px;
	position: relative;
}

.other-box p:last-child a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 16px;
	background: #E1E1E1;
	top: 8px;
	right: 0;
}

.other-box p:last-child a:last-child::after {
	display: none;
}

.other-box p:last-child a:hover {
	color: #D62222;
}

.other-box p:last-child a span {
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
}

.other-box p:last-child a:hover>span {
	border-bottom: 1px solid #d62222;
}
@media screen and (max-width: 1200px) {
.other-box {margin: 60px 0;}
.other-box p:first-child {font-size: 16px;color: #888888;letter-spacing: 0.89px;text-align: center;line-height: 28px;font-weight: 200;}
.other-box p:last-child a {font-size: 14px;color: #222222;letter-spacing: 0.5px;text-align: center;line-height: 28px;font-weight: 400;padding: 0 20px;}
}
/*其他服务end*/
/*手机端CSS*/
/*控制pc与mobile显示代码在头部*/
/*当屏幕宽度小于1200时，pc页面隐藏，移动端展示*/
@media screen and (max-width: 1200px) {

	.w1180,
	.w980 {
		width: auto;
	}

	.ty-nav-box {
		display: none;
	}

	/*banner以及文字介绍*/
	.m-banner-box {
		width: 100%;
		height: 150px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 28px;
		color: #FFFFFF;
		letter-spacing: 1px;
		line-height: 48px;
		font-weight: 400;
	}
}