@charset "utf-8";
@import url(/style/css/pub.css);

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

html {
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

body {
	font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
	;
	color: #424242;
	outline: none;
	font-size: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
th,
td,
a {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.main {
	width: 1340px;
	margin: 0px auto;
}

.banner {
	width: 100%;
	height: 492px;
	background: url(../images/banner.jpg) top center no-repeat;
	background-size: 100%;
	margin-bottom: 50px;
}

.banner a {
	width: 1200px;
	height: 492px;
	display: block;
	margin: 0 auto;
	display: block;
}


.xdjy01 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.xdjy01 h1 {
	color: #ff416c;
	font-size: 36px;
	margin-bottom: 10px;
}

.xdjy01 h2 {
	font-size: 18px;
	margin: 10px 0;
}

.xdjy01 h3 {
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
}

.xdjy01 h5 {
	width: 70px;
	height: 10px;
	background: #ff568a;
	margin: auto;
}

.xdjy01 .section-column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xdjy01 .section-column>div {
	width: 360px;
	text-align: left;
}

.xdjy01 .section-column>div p {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}

.xdjy01 .section-column>div h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.xdjy01 .a {
	width: 500px;
	display: flex;
	text-align: center;
	margin-top: 30px;
	justify-content: space-between;
	margin: auto;
}

.xdjy01 .a a {
	justify-content: space-between;
	display: block;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #ff416c;
	border-radius: 30px;
	background-color: transparent;
	color: #ff416c;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.a a:hover {
	background-color: #ff416c;
	color: white;
}


.xdjy02 {
	height: 640px;
	background: #fba6c0;
}

.xdjy02.m.l {
	width: 800px;
}
.xdjy02 .l ,.xdjy02 .swiper-wrapper {
	width: 800px;
	height: 506px;
}
.xdjy02 .l .tt .swiper-slide {
	width: 800px;
	height: 506px;
}


.xdjy02 .r .tt {
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 540px;
}
.xdjy02 .r .tt .swiper-slide{
	width: 160px;
	height: 166px;
}
.xdjy02 .r .tt li {
	width: 160px;
	height: 160px;
	background: #ffffff;
	display: flex;
	color: #fba6c0;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.xdjy02 .r .tt li h3 {
	font-size: 30px;
}

.xdjy02 .a {
	width: 400px;
	height: 48px;
	background-color: #f181a4;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	margin: 40px auto;
	font-weight: bold;
}


.xdjy03 {
	margin: auto;
	background-color: white;
	padding: 20px;
}

.xdjy03 .title {
	text-align: center;
	font-size: 28px;
	color: #ff5589;
	font-weight: bold;
	margin-bottom: 10px;
}

.xdjy03 .subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.xdjy03 .feature-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.xdjy03 .feature {
	text-align: center;
	border-radius: 20px;
	padding: 10px;

}

.xdjy03 .feature img {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 10px;
}

.xdjy03 .feature p {
	font-size: 16px;
	color: #ff5589;
	line-height: 1.5;
}


.xdjy04 {
	margin: auto;
	background-color: white;
	margin-bottom: 50px;
}

.xdjy04 .title {
	text-align: center;
	font-size: 28px;
	color: #ff5589;
	font-weight: bold;
	margin-bottom: 10px;
}

.xdjy04 .subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.xdjy04 .feature-container {
	margin-bottom: 20px;
}

.xdjy04 .feature-container ul {
	justify-content: space-around;
}

.xdjy04 .feature-container li {
	width: 326px;
	height: 400px;
}

.xdjy04 .a {
	width: 500px;
	display: flex;
	text-align: center;
	margin-top: 30px;
	justify-content: space-between;
	margin: auto;
}

.xdjy04 .a a {
	justify-content: space-between;
	display: block;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #ff416c;
	border-radius: 30px;
	background-color: transparent;
	color: #ff416c;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.a a:hover {
	background-color: #ff416c;
	color: white;
}

.xdjy05 {
	margin: auto;
	background-color: white;
	margin-bottom: 50px;
}

.xdjy05 .title {
	text-align: center;
	font-size: 28px;
	color: #ff5589;
	font-weight: bold;
	margin-bottom: 10px;
}

.xdjy05 .subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.xdjy05 .feature-container {
	margin-bottom: 50px;
}

.xdjy05 .a {
	width: 500px;
	display: flex;
	text-align: center;
	margin-top: 30px;
	justify-content: space-between;
	margin: auto;
}

.xdjy05 .a a {
	justify-content: space-between;
	display: block;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #ff416c;
	border-radius: 30px;
	background-color: transparent;
	color: #ff416c;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.ls {
	width: 100%;
	height: 484px;
	background: url(../images/ls.jpg) top center no-repeat;
	background-size: 100%;
	margin-bottom: 50px;
}

.xdjy06 {
	margin: auto;
	background-color: white;
	margin-bottom: 50px;
}

.xdjy06 .title {
	text-align: center;
	font-size: 28px;
	color: #ff5589;
	font-weight: bold;
	margin-bottom: 10px;
}

.xdjy06 .subtitle {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.xdjy06 .xdjy06_01 {
	margin-bottom: 30px;
}

.xdjy06 .xdjy06_02 {
	flex-wrap: wrap;
}

.xdjy06 .xdjy06_02 li {
	width: 325px;
	height: 179px;
	margin-bottom: 20px;
}

.swiper-slide-thumb-active li{ color: #424242!important;}