<!--/*通用类*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	font-size: 16px;
	font-family: Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	 
	color: #000000;
	position: relative;
	line-height: 1.5;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #891D57;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 主代码开始开始*/

/* 全局样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.pc{ display: block;}
     .wap{  display: none;}
     @media (max-width: 750px) {
     .pc{  display: none;}
     .wap{ display: block;}
      
     }
 /* 底部样式 */
footer {
	background: #ffffff; border-top: #EBEBEB 1px solid;
	 
	padding: 70px 0 20px;
	 
}
 
 

 

.footer-links {
	display: flex;
 
	justify-content: space-between;
}

.footer-links dl {
	margin-bottom: 20px; line-height: 30px;
}

.footer-links dt {
 
	font-weight: bold;line-height: 30px;

	 
}

.footer-links dd {line-height: 30px;
 
}

.footer-links dd a {
	 
	transition: color 0.3s;
	text-decoration: none;
	 
}
 
 
.footer-bottom {
	 background: #F4F4F4;
	padding: 20px 0;
	display: flex; color: #989898; text-align: center;
	 
}

.footer-bottom a {
	color: #989898;
	text-decoration: none;
	margin-left: 5px;
	transition: color 0.3s;
}

 



/* 底部响应式适配 */
@media only screen and (max-width: 1200px) {
	.footer-links {
		width: 65%;
	}

	.footer-contact {
		width: 30%;
	}
}

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

	.footer-links { flex-wrap: wrap;
		width: 100%;
 
	}
 
}

@media only screen and (max-width: 750px) {
	
	footer {
		padding: 30px 0 10px;
	}

 
	.footer-links {
		flex-wrap: wrap; text-align: center;
	}

	.footer-links dl {
		width:50%;
		margin-bottom: 15px;
	}

	.footer-links dt {
		margin-bottom:0;
		font-size: 15px;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.footer-bottom p {
		margin-bottom: 10px; font-size: 15px;
	}

	 
}