@charset "utf-8";

/* ================================ tpl1 ================================ */

.tpl1 {
	background-color: #e60012;
}

.tpl1 .content {
	margin: 0 12.5%;
	padding: 6% 0;
}

.tpl1 .content p {
	color: #fff;
	font-size: 42px;
	line-height: 1.6em;
	white-space: pre-wrap;
	margin-bottom: 5%;
}

.tpl1 .content a {
	display: inline-block;
	border: 0px;
	padding: 0px 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #fff;
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.tpl1 .content a:hover {
	color: #fff;
	background-color: #aa0000;
}

/* ================================ a ================================ */

.a {
	margin: 0 12.5%;
	margin-top: 6%;
}

.a h1 {
	font-size: 42px;
	/* font-weight: normal; */
	float: left;
}

.a p {
	float: right;
	width: 50%;
	font-size: 24px;
	line-height: 1.6em;
	/* font-family: "宋体"; */
}

/* ================================ b ================================ */

.b {
	margin: 0 12.5%;
	margin-top: 3%;
}

.b ul {
}

.b ul li {
	float: left;
	width: 50%;
	margin-top: 5%;
}

.b ul li h1 {
	padding-left: 47px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

.b ul li h1 i {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../res/imgs/service/ok.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}

/* ================================ c ================================ */

.c {
	margin-top: 8%;
}

/* ================================ d ================================ */

.d {
	margin: 0 12.5%;
	margin-top: 6%;
}

.d .top {
}

.d .top h1 {
	font-size: 42px;
	line-height: 1.5em;
}

.d .content {
}

.d .content ul {
}

.d .content ul li {
	height: 340px;
	margin-top: 12%;
}

.d .content ul li .left {
	float: left;
	width: 43%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.d .content ul li.reverse .left {
	float: right;
	width: 47%;
}

.d .content ul li .left h1 {
	font-size: 30px;
	line-height: 1.6em;
}

.d .content ul li .left p {
	color: #555;
	font-size: 20px;
	line-height: 1.7em;
	margin-top: 3%;
}

.d .content ul li .right {
	float: right;
	width: 47%;
	height: 100%;
	/* background-size: cover; */
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.d .content ul li.reverse .right {
	float: left;
	width: 43%;
}

/* ================================ e ================================ */

/*.e {
	margin: 0 12.5%;
	margin-top: 9%;
}

.e .top {
}

.e .top h1 {
	font-size: 42px;
	line-height: 1.5em;
}

.e .content {
}

.e .content ul {
}

.e .content ul li {
	margin-top: 9%;
}

.e .content ul li .top2 {
	margin-bottom: 2%;
}

.e .content ul li .top2 h1 {
	font-size: 30px;
}

.e .content ul li .left {
	float: left;
	width: 50%;
}

.e .content ul li .left p {
	color: #666;
	font-size: 20px;
	white-space: pre-wrap;
}

.e .content ul li .right {
	float: right;
	width: 47%;
}

.e .content ul li .right p {
	font-size: 20px;
	line-height: 1.6em;
	font-family: "宋体";
	white-space: pre-wrap;
}*/

.e {
	margin: 0 12.5%;
	margin-top: 9%;
	margin-right: 0px;
}

.e .top {
}

.e .top h1 {
	font-size: 42px;
	line-height: 1.5em;
}

.e .content {
}

.e .content ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.e .content ul li {
	width: 33.3%;
	margin-top: 7.5%;
}

.e .content ul li div {
	height: 86px;
	position: relative;
}

.e .content ul li div img {
	max-height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.e .content ul li dl {
}

.e .content ul li dl dt {
	margin-top: 4.5%;
	margin-bottom: 4.5%;
	font-size: 26px;
	font-weight: bold;
}

.e .content ul li dl dd {
	color: #666;
	font-size: 17px;
	margin-top: 1.5%;
}

/* ================================ f ================================ */

.f {
	margin-top: 9%;
}

@media (min-width: 1px) and (max-width: 1440px) {
	
	/* ================================ xitem ================================ */
	
	/* .xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 40px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 26px;
	}
	
	.xitem .xitem-top p {
		font-size: 15px;
		line-height: 25px;
	}
	
	.xitem .xitem-content {
	}
	
	.xitem .xitem-content img {
	} */
	
	/* ================================ a ================================ */
	
	/* .xitem.a {
	}
	
	.xitem.a .xitem-top {
	}
	
	.xitem.a .xitem-content {
	} */
	
	/* ================================ b ================================ */
	
	/* .xitem.b {
	}
	
	.xitem.b .xitem-top {
	}
	
	.xitem.b .xitem-content {
	} */
	
	/* ================================ c ================================ */
	
	/* .xitem.c {
	}
	
	.xitem.c .xitem-top {
	}
	
	.xitem.c .xitem-content {
	} */
	
	/* ================================ d ================================ */
	
	/* .xitem.d {
	}
	
	.xitem.d .xitem-top {
	}
	
	.xitem.d .xitem-content {
	} */
	
	/* ================================ e ================================ */
	
	/* .xitem.e {
	}
	
	.xitem.e .xitem-top {
	}
	
	.xitem.e .xitem-content {
	} */
	
	/* ================================ f ================================ */
	
	/* .xitem.f {
	}
	
	.xitem.f .xitem-top {
	}
	
	.xitem.f .xitem-content {
	}
	
	.xitem.f .xitem-content ul {
	}
	
	.xitem.f .xitem-content ul li {
		margin: 0px 33px;
	}
	
	.xitem.f .xitem-content ul li .top {
		width: 190px;
		height: 190px;
	}
	.xitem.f .xitem-content ul li .top:hover {
	}
	
	.xitem.f .xitem-content ul li .top h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.xitem.f .xitem-content ul li .top:hover h1 {
	}
	
	.xitem.f .xitem-content ul li .top h2 {
		font-size: 16px;
	}
	.xitem.f .xitem-content ul li .top:hover h2 {
	}
	
	.xitem.f .xitem-content ul li .bottom {
	}
	
	.xitem.f .xitem-content ul li .bottom p {
		font-size: 13px;
		line-height: 23px;
		width: 192px;
	} */
	
}

@media (min-width: 1px) and (max-width: 1024px) {
	
	/* ================================ xitem ================================ */
	
	/* .xitem {
		padding: 35px 0px;
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 26px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 20px;
	}
	
	.xitem .xitem-top p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.xitem .xitem-content {
		padding-top: 35px;
	}
	
	.xitem .xitem-content img {
	} */
	
	/* ================================ a ================================ */
	
	/* .xitem.a {
	}
	
	.xitem.a .xitem-top {
	}
	
	.xitem.a .xitem-content {
		padding-bottom: 35px;
	} */
	
	/* ================================ b ================================ */
	
	/* .xitem.b {
	}
	
	.xitem.b .xitem-top {
	}
	
	.xitem.b .xitem-content {
	} */
	
	/* ================================ c ================================ */
	
	/* .xitem.c {
	}
	
	.xitem.c .xitem-top {
	}
	
	.xitem.c .xitem-content {
	} */
	
	/* ================================ d ================================ */
	
	/* .xitem.d {
	}
	
	.xitem.d .xitem-top {
	}
	
	.xitem.d .xitem-content {
	} */
	
	/* ================================ e ================================ */
	
	/* .xitem.e {
	}
	
	.xitem.e .xitem-top {
	}
	
	.xitem.e .xitem-content {
	} */
	
	/* ================================ f ================================ */
	
	/* .xitem.f {
	}
	
	.xitem.f .xitem-top {
	}
	
	.xitem.f .xitem-content {
	}
	
	.xitem.f .xitem-content ul {
	}
	
	.xitem.f .xitem-content ul li {
		margin: 0px 15px;
	}
	
	.xitem.f .xitem-content ul li .top {
		width: 160px;
		height: 160px;
	}
	.xitem.f .xitem-content ul li .top:hover {
	}
	
	.xitem.f .xitem-content ul li .top h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.xitem.f .xitem-content ul li .top:hover h1 {
	}
	
	.xitem.f .xitem-content ul li .top h2 {
		font-size: 14px;
	}
	.xitem.f .xitem-content ul li .top:hover h2 {
	}
	
	.xitem.f .xitem-content ul li .bottom {
	}
	
	.xitem.f .xitem-content ul li .bottom p {
		font-size: 12px;
		line-height: 22px;
		width: 162px;
	} */
	
}

@media (min-width: 1px) and (max-width: 600px) {
	
	/* ================================ xitem ================================ */
	
	/* .xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 23px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 18px;
	}
	
	.xitem .xitem-top p {
		font-size: 13px;
		line-height: 23px;
	}
	
	.xitem .xitem-content {
	}
	
	.xitem .xitem-content img {
	} */
	
	/* ================================ a ================================ */
	
	/* .xitem.a {
	}
	
	.xitem.a .xitem-top {
	}
	
	.xitem.a .xitem-content {
	} */
	
	/* ================================ b ================================ */
	
	/* .xitem.b {
	}
	
	.xitem.b .xitem-top {
	}
	
	.xitem.b .xitem-content {
	} */
	
	/* ================================ c ================================ */
	
	/* .xitem.c {
	}
	
	.xitem.c .xitem-top {
	}
	
	.xitem.c .xitem-content {
	} */
	
	/* ================================ d ================================ */
	
	/* .xitem.d {
	}
	
	.xitem.d .xitem-top {
	}
	
	.xitem.d .xitem-content {
	} */
	
	/* ================================ e ================================ */
	
	/* .xitem.e {
	}
	
	.xitem.e .xitem-top {
	}
	
	.xitem.e .xitem-content {
	} */
	
	/* ================================ f ================================ */
	
	/* .xitem.f {
	}
	
	.xitem.f .xitem-top {
	}
	
	.xitem.f .xitem-content {
	}
	
	.xitem.f .xitem-content ul {
	}
	
	.xitem.f .xitem-content ul li {
		margin: 0px 12px;
	}
	
	.xitem.f .xitem-content ul li .top {
		width: 130px;
		height: 130px;
	}
	.xitem.f .xitem-content ul li .top:hover {
	}
	
	.xitem.f .xitem-content ul li .top h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.xitem.f .xitem-content ul li .top:hover h1 {
	}
	
	.xitem.f .xitem-content ul li .top h2 {
		font-size: 13px;
	}
	.xitem.f .xitem-content ul li .top:hover h2 {
	}
	
	.xitem.f .xitem-content ul li .bottom {
	}
	
	.xitem.f .xitem-content ul li .bottom p {
		font-size: 12px;
		line-height: 22px;
		width: 132px;
	} */
	
}

@media (min-width: 1px) and (max-width: 480px) {
	
	/* ================================ xitem ================================ */
	
	/* .xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 20px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 16px;
	}
	
	.xitem .xitem-top p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.xitem .xitem-content {
	}
	
	.xitem .xitem-content img {
	} */
	
	/* ================================ a ================================ */
	
	/* .xitem.a {
	}
	
	.xitem.a .xitem-top {
	}
	
	.xitem.a .xitem-content {
	} */
	
	/* ================================ b ================================ */
	
	/* .xitem.b {
	}
	
	.xitem.b .xitem-top {
	}
	
	.xitem.b .xitem-content {
	} */
	
	/* ================================ c ================================ */
	
	/* .xitem.c {
	}
	
	.xitem.c .xitem-top {
	}
	
	.xitem.c .xitem-content {
	} */
	
	/* ================================ d ================================ */
	
	/* .xitem.d {
	}
	
	.xitem.d .xitem-top {
	}
	
	.xitem.d .xitem-content {
	} */
	
	/* ================================ e ================================ */
	
	/* .xitem.e {
	}
	
	.xitem.e .xitem-top {
	}
	
	.xitem.e .xitem-content {
	} */
	
	/* ================================ f ================================ */
	
	/* .xitem.f {
	}
	
	.xitem.f .xitem-top {
	}
	
	.xitem.f .xitem-top p {
		width: 84%;
	}
	
	.xitem.f .xitem-content {
	}
	
	.xitem.f .xitem-content ul {
	}
	
	.xitem.f .xitem-content ul li {
		margin: 0px 7px;
	}
	
	.xitem.f .xitem-content ul li .top {
		width: 98px;
		height: 98px;
		border-color: #bbb;
	}
	.xitem.f .xitem-content ul li .top:hover {
	}
	
	.xitem.f .xitem-content ul li .top h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.xitem.f .xitem-content ul li .top:hover h1 {
	}
	
	.xitem.f .xitem-content ul li .top h2 {
		font-size: 12px;
	}
	.xitem.f .xitem-content ul li .top:hover h2 {
	}
	
	.xitem.f .xitem-content ul li .bottom {
	}
	
	.xitem.f .xitem-content ul li .bottom p {
		font-size: 12px;
		line-height: 22px;
		width: 100px;
	} */
	
}

@media (min-width: 1px) and (max-width: 750px) {
	
	/* ================================ tpl1 ================================ */
	
	.tpl1 {
		background-color: #e60012;
	}
	
	.tpl1 .content {
		margin: 0 12.5%;
		padding: 6% 0;
		
		margin: 0 6%;
	}
	
	.tpl1 .content p {
		color: #fff;
		font-size: 42px;
		line-height: 1.6em;
		white-space: pre-wrap;
		margin-bottom: 5%;
		
		font-size: 18px;
	}
	
	.tpl1 .content a {
		display: inline-block;
		border: 0px;
		padding: 0px 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		background-color: #fff;
		color: #e60012;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		
		padding: 0px 20px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;
		font-weight: normal;
	}
	.tpl1 .content a:hover {
		color: #fff;
		background-color: #aa0000;
	}
	
	/* ================================ a ================================ */
	
	.a {
		margin: 0 12.5%;
		margin-top: 6%;
		
		margin: 0 3%;
		margin-top: 8%;
	}
	
	.a h1 {
		font-size: 42px;
		/* font-weight: normal; */
		float: left;
		
		font-size: 22px;
		font-weight: normal;
		float: none;
	}
	
	.a p {
		float: right;
		width: 50%;
		font-size: 24px;
		line-height: 1.6em;
		/* font-family: "宋体"; */
		
		float: none;
		width: auto;
		font-size: 16px;
		line-height: 1.6em;
		margin-top: 3%;
		color: #555;
	}
	
	/* ================================ b ================================ */
	
	.b {
		margin: 0 12.5%;
		margin-top: 3%;
		
		margin: 0 3%;
		margin-top: 12%;
	}
	
	.b ul {
	}
	
	.b ul li {
		float: left;
		width: 50%;
		margin-top: 5%;
		
		width: 100%;
	}
	
	.b ul li h1 {
		padding-left: 47px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		font-weight: normal;
		position: relative;
		
		padding-left: 38px;
		font-size: 16px;
	}
	
	.b ul li h1 i {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background: url(../../res/imgs/service/ok.svg) 50% 50% no-repeat;
		background-size: 100% auto;
		
		background-size: 82% auto;
	}
	
	/* ================================ c ================================ */
	
	.c {
		margin-top: 8%;
	}
	
	/* ================================ d ================================ */
	
	.d {
		margin: 0 12.5%;
		margin-top: 6%;
		
		margin: 0 3%;
		margin-top: 8%;
	}
	
	.d .top {
	}
	
	.d .top h1 {
		font-size: 42px;
		line-height: 1.5em;
		
		font-size: 22px;
		font-weight: normal;
	}
	
	.d .content {
	}
	
	.d .content ul {
	}
	
	.d .content ul li {
		height: 340px;
		margin-top: 12%;
		
		height: auto;
	}
	
	.d .content ul li .left {
		float: left;
		width: 43%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		
		float: none;
		width: auto;
		height: auto;
	}
	.d .content ul li.reverse .left {
		float: right;
		width: 47%;
		
		float: none;
		width: auto;
		height: auto;
	}
	
	.d .content ul li .left h1 {
		font-size: 30px;
		line-height: 1.6em;
		
		font-size: 22px;
		font-weight: normal;
	}
	
	.d .content ul li .left p {
		color: #555;
		font-size: 20px;
		line-height: 1.7em;
		margin-top: 3%;
		
		font-size: 16px;
	}
	
	.d .content ul li .right {
		float: right;
		width: 47%;
		height: 100%;
		/* background-size: cover; */
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
		float: none;
		width: auto;
		height: 200px;
		margin-top: 6%;
	}
	.d .content ul li.reverse .right {
		float: left;
		width: 43%;
		
		float: none;
		width: auto;
		height: 200px;
		margin-top: 6%;
	}
	
	/* ================================ e ================================ */
	
	/*.e {
		margin: 0 12.5%;
		margin-top: 9%;
		
		margin: 0 3%;
		margin-top: 20%;
	}
	
	.e .top {
	}
	
	.e .top h1 {
		font-size: 42px;
		line-height: 1.5em;
		
		font-size: 22px;
		font-weight: normal;
	}
	
	.e .content {
	}
	
	.e .content ul {
	}
	
	.e .content ul li {
		margin-top: 9%;
		
		margin-top: 12%;
	}
	
	.e .content ul li .top2 {
		margin-bottom: 2%;
	}
	
	.e .content ul li .top2 h1 {
		font-size: 30px;
		
		font-size: 22px;
		font-weight: normal;
	}
	
	.e .content ul li .left {
		float: left;
		width: 50%;
		
		float: none;
		width: auto;
	}
	
	.e .content ul li .left p {
		color: #666;
		font-size: 20px;
		white-space: pre-wrap;
		
		font-size: 16px;
	}
	
	.e .content ul li .right {
		float: right;
		width: 47%;
		
		float: none;
		width: auto;
		margin-top: 3%;
	}
	
	.e .content ul li .right p {
		font-size: 20px;
		line-height: 1.6em;
		font-family: "宋体";
		white-space: pre-wrap;
		
		font-size: 14px;
		line-height: 1.8em;
	}*/
	
	.e {
		margin: 0 12.5%;
		margin-top: 9%;
		margin-right: 0px;
		
		margin: 0 3%;
		margin-top: 20%;
	}
	
	.e .top {
	}
	
	.e .top h1 {
		font-size: 42px;
		line-height: 1.5em;
		
		font-size: 22px;
		font-weight: normal;
	}
	
	.e .content {
		margin-left: 3%;
	}
	
	.e .content ul {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	.e .content ul li {
		width: 33.3%;
		margin-top: 7.5%;
		
		width: 50%;
		margin-top: 9%;
	}
	
	.e .content ul li div {
		height: 86px;
		position: relative;
		
		height: 60px;
	}
	
	.e .content ul li div img {
		max-height: 100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
		
		max-width: 50px;
	}
	
	.e .content ul li dl {
	}
	
	.e .content ul li dl dt {
		margin-top: 4.5%;
		margin-bottom: 4.5%;
		font-size: 26px;
		font-weight: bold;
		
		margin-top: 8%;
		margin-bottom: 8%;
		font-size: 18px;
	}
	
	.e .content ul li dl dd {
		color: #666;
		font-size: 17px;
		margin-top: 1.5%;
		
		font-size: 14px;
		margin-top: 2%;
	}
	
	/* ================================ f ================================ */
	
	.f {
		margin-top: 9%;
	}
	
}
