@charset "utf-8";

/* CSS Document */

.head {
	position: fixed;
	z-index: 1000;
	width: 100%;
	background: #fff;
	padding: 0 10.4%;
	border: 1px solid #eee;
	left: 0;
	top: 0;
}

.head>div {
	position: relative;
	height: 96px;
}

.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12vw;
}

.logo>img {
	max-width: 100%;
}

.sp1 {
	left: calc(12.5vw);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	padding-left: 15px;
	background: url(../images/19.png) no-repeat left center;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #666;
}

.head .right {
	float: right;
	margin-left: 10px;
	margin-top: 26px;
}

.head .right a {
	display: block;
	line-height: 42px;
	float: left;
	color: #333;
	font-size: 18px;
	margin-right: 12px;
	width: 42px;
	border-radius: 50%;
	text-align: center;
}

.head .right a:hover {
	color: #c11724
}

.head .right a.a1 {
	background: url(../images/dl.png) left center no-repeat;
	background-size: 20px;
	width: 25px
}

.head .right a.a2 {
	background: url(../images/ss.png) center no-repeat;
}

.head.on .right a.a2 {
	background: url(../images/s.png) center no-repeat;
}

.head .right a.a3 {
	background: url(../images/top10s.png) left center no-repeat;
	background-size: 20px;
	width: 25px;
}

.head .right a.a4 {
	background: url(../images/top9s.png) left center no-repeat;
	background-size: 20px;
	width: 25px;
}

.hRight {
	position: relative;
	float: right;
	font-size: 0;
}

.menu1 {
	overflow: hidden;
	padding-right: 1.04vw;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 96px;
}

.menu1:before {
	width: 1px;
	height: 38px;
	border-left: 1px solid #CFCFCF;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.menu1>li {
	float: left;
	margin-left: 1.58vw;
}

.menu1>li:first-child {
	margin-left: 0;
}

.menu1>li>a {
	height: 96px;
	line-height: 96px;
	font-size: 16px;
	color: #333;
}

.menu1>li:hover>a,
.menu1>li.curr>a {
	color: #EA6456;
}

.TEL {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.56vw;
}

.TEL>img {
	display: inline-block;
	vertical-align: middle;
}

.TEL>span {
	vertical-align: middle;
	height: 96px;
	line-height: 96px;
	font-size: 22px;
	color: #EA6456;
	margin-left: 1.04vw;
}

#selectMenu {
	width: 21px;
	height: 21px;
	cursor: pointer;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

#selectMenu .line {
	width: 100%;
	height: 1px;
	background-color: #333;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 2px;
}

#selectMenu .line:nth-child(n+2) {
	margin-top: 6px;
}

#selectMenu.is-active .line:nth-child(2) {
	opacity: 0;
}

#selectMenu.is-active .line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

#selectMenu.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.gunDiv {
	margin-top: 96px;
}

@media (max-width: 1750px) {
	.head {
		padding: 0 9%;
	}
}

@media (max-width: 1550px) {
	.head {
		padding: 0 3%;
	}
}

@media (max-width: 1280px) {
	.menu1>li>a {
		font-size: 15px;
	}
	.TEL>span {
		font-size: 18px;
	}
	.logo {
		width: 200px;
	}
	.sp1 {
		left: calc(210px);
	}
	#selectMenu {
		display: inline-block;
	}
	.menu1 {
		overflow: hidden;
		padding-right: 0;
		position: fixed;
		display: block;
		vertical-align: middle;
		height: auto;
		width: 50%;
		height: 100%;
		right: -100%;
		top: 96px;
		background: rgba(0, 0, 0, .6);
		transition: .5s;
		padding-top: 40px;
	}
	.menu1.curr {
		right: 0;
	}
	.menu1:before {
		display: none;
	}
	.menu1>li {
		float: none;
		margin-left: 0;
	}
	.menu1>li>a {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		text-align: center;
		color: rgba(255, 255, 255, .7);
	}
	.menu1>li:hover>a,
	.menu1>li.active>a {
		color: #fff;
		font-weight: bold;
	}
}

@media (max-width: 767px) {
	.head>div {
		position: relative;
		height: 60px;
	}
	.logo {
		width: 120px;
	}
	.sp1 {
		left: calc(120px);
		font-size: 14px;
		padding-left: 10px;
	}
	.TEL {
		padding-top: 19px;
		padding-bottom: 19px;
		display: none;
	}
	.TEL>span {
		display: none;
	}
	.menu1 {
		top: 60px;
	}
	.gunDiv {
		margin-top: 60px;
	}
	.head .right {
		float: right;
		margin-left: 0;
		margin-top: 8px;
	}
	.head .right a {
		display: block;
		line-height: 42px;
		float: left;
		color: #333;
		font-size: 18px;
		margin-right: 0;
		width: 32px;
		border-radius: 50%;
		text-align: center;
	}
}

.searchIpt {
	width: 240px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 68px;
	display: none;
	z-index: 10;
}

.searchIpt .search_txt {
	width: 180px;
	padding: 0 0 0 10px;
	line-height: 30px;
	background: #f7f7f7;
	color: #555;
	border: 0;
	height: 30px;
	float: left;
}

.searchIpt .search_btn {
	width: 60px;
	background: #EA6456;
	border: 0;
	float: right;
	color: #fff;
	height: 30px;
	cursor: pointer;
}

.pc_ban {
	width: 100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
}

.pc_ban .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url(../images/ban_l.png) no-repeat center;
	left: 0%;
	margin-top: -20px;
	opacity: 0;
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
	left: 2%;
	opacity: .8;
}

.pc_ban .swiper-button-next {
	width: 40px;
	height: 40px;
	background: url(../images/ban_r.png) no-repeat center;
	right: 0%;
	margin-top: -20px;
	opacity: 0;
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
	right: 2%;
	opacity: .8;
}

.pc_ban .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	border-radius: 0;
}

.pc_ban .container {
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
}

.pc_ban .w_z h2 {
	font-size: 30px;
	line-height: 40px;
}

.pc_ban .w_z p {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 32px;
	margin-top: 15px;
}

.pc_ban .w_z .n_r {
	width: 150px;
	height: 50px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, .2);
	margin: 50px auto 0;
	position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban .w_z .n_r:hover {
	background-color: rgba(255, 255, 255, 0);
}

.pc_ban .w_z .n_r a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	display: block;
}

.pc_ban .w_z .n_r i {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_ban .w_z .n_r a:hover i {
	padding-left: 15px;
}

@media only screen and (max-width:992px) {
	.pc_ban {
		height: 36vh;
		min-height: inherit;
	}
	.pc_ban .container {
		width: 100%;
		top: 50%;
	}
	.pc_ban .swiper-button-prev {
		display: none;
	}
	.pc_ban .swiper-button-next {
		display: none;
	}
	.pc_ban .swiper-pagination {
		bottom: 10px;
	}
	.pc_ban .swiper-pagination-bullet {
		width: 30px;
		height: 2px;
	}
	.pc_ban .w_z {
		width: 100%;
	}
	.pc_ban .w_z h2 {
		font-size: 22px;
		font-weight: normal;
		line-height: 32px;
	}
	.pc_ban .w_z p {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 26px;
	}
	.pc_ban .w_z .n_r {
		width: 130px;
		height: 44px;
		margin: 30px auto 0;
	}
	.pc_ban .w_z .n_r a {
		font-size: 14px;
		line-height: 40px;
	}
}

@media only screen and (max-width:640px) {
	.pc_ban {
		height: 26vh;
		min-height: inherit;
	}
	.pc_ban .w_z h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
	}
	.pc_ban .w_z p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}
	.pc_ban .w_z .n_r {
		display: none;
	}
}


/*内容部分*/

.WW {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.k1 .slick-dots {
	width: 100%;
	position: absolute;
	z-index: 8;
	bottom: 1.5vw;
	text-align: center;
	padding: 0;
	font-size: 0;
}

.k1 .slick-dots li {
	display: inline-block;
	width: 16px;
	height: 6px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
}

.k1 .slick-dots li.slick-active {
	background: #EA6456;
}

.k1 .slick-dots li button {
	display: none!important;
}

.k2 {
	padding: 4.58vw 0 5.57vw;
}

.txt1 {
	text-align: center;
	font-size: 40px;
}

.corEA6456 {
	color: #EA6456;
}

.corw {
	color: #fff;
}

.k2-1 {
	overflow: hidden;
}

.k2-1>div:nth-child(1) {
	float: left;
	width: 48.75%;
	padding-top: 4.16vw;
	padding-right: 5.2vw;
}

.k2-1>div:nth-child(2) {
	float: right;
	width: 51.25%;
	padding-top: 4.68vw;
}

.k2-1>div:nth-child(2)>img {
	max-width: 100%;
}

.ul01>li {
	margin-top: 2.6vw;
}

.ul01>li>a {
	overflow: hidden;
	height: 60px;
	border-radius: 30px;
}

.ul01>li>a:hover {
	background: rgba(234, 100, 86, .1);
}

.ul01>li>a>p {
	float: left;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #EA6456;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.ul01>li>a>div {
	margin-left: 90px;
}

.ul01>li>a>div>p {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
}

.k3 {
	background: url(../images/5.jpg) no-repeat center top;
	background-size: cover;
	padding: 4.68vw 0 4.16vw;
}

.ul02 {
	overflow: hidden;
	margin-top: 20px;
}

.ul02>li {
	float: left;
	margin-top: 30px;
	width: 48%;
	margin-right: 4%;
	background: #fff;
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
}

.ul02>li:nth-child(2n) {
	margin-right: 0;
}

.ul02>li>a {
	overflow: hidden;
}

.ul02>li>a>p {
	float: left;
	width: 233px;
	height: 230px;
	overflow: hidden;
	border-radius: 20px;
}

.ul02>li>a>p>span {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .5s;
	border-radius: 20px;
}

.ul02>li>a>div {
	margin-left: 233px;
	padding: 25px 37px 10px;
}

.t-l {
	text-align: left;
}

.txt2 {
	font-size: 24px;
	color: #FF695E;
	font-weight: bold;
}

.txt3 {
	margin-top: 12px;
	width: 34px;
	height: 3px;
	background: #FF695E;
}

.txt4 {
	margin-top: 15px;
	font-size: 18px;
	color: #999;
	line-height: 28px;
	height: 112px;
}

.k4 {
	padding: 6.77vw 0 5.2vw;
	overflow: hidden;
}

.k4>div:nth-child(1) {
	width: 46%;
	padding-right: 5.2vw;
	float: left;
}

.k4>div:nth-child(2) {
	width: 54%;
	float: right;
}

.k4>div:nth-child(2)>img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.txt5 {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}

.ul03 {
	overflow: hidden;
	margin-top: 50px;
}

.ul03>li {
	float: left;
	width: 102px;
	text-align: center;
	height: 102px;
	background: #EA6456;
	border-radius: 50%;
	margin-right: 2.9vw;
}

.ul03>li:last-child {
	margin-right: 0;
}

.ul03>li>a {
	width: 100%;
	height: 100%;
	position: relative;
}

.ul03>li>a>div {
	position: relative;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ul03>li>a>div>p {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}

.k5 {
	padding: 5.72vw 0 7.8vw;
	background: #F7F7F7;
}

.k5-1 {
	margin-top: 2.08vw;
	overflow: hidden;
}

.k5-1>div:nth-child(1) {
	float: left;
	width: 48.8%;
}

.k5-1>div:nth-child(2) {
	float: right;
	width: 48.8%;
}

.k5-1>div {
	border-radius: 20px;
	overflow: hidden;
}

.k6 {
	background: url(../images/9.jpg) no-repeat center top;
	background-size: cover;
	padding: 5.2vw 0 3.12vw;
}

.k6-1 {
	margin-top: 30px;
	padding-left: 5.2vw;
	padding-right: 5.2vw;
}

.k6-1 .slick-slide img {
	-webkit-transform: scale(.6, .8);
	transform: scale(.6, .8);
	object-fit: cover;
}

.k6-1 .slick-center img {
	-webkit-transform: scale(1.4, 1);
	transform: scale(1.4, 1);
	object-fit: cover;
}

.WW2 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1489px) {
	.WW2 {
		width: 94%;
	}
}

#center {
	padding-bottom: 40px;
}

#center .slick-dots {
	width: 100%;
	position: absolute;
	z-index: 8;
	bottom: 0;
	text-align: center;
	padding: 0;
	font-size: 0;
}

#center .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
}

#center .slick-dots li.slick-active {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 3px solid #EA6456;
	border-radius: 50%;
	margin-top: -3px;
}

#center .slick-dots li button {
	display: none!important;
}

#center .slick-prev,
#center .slick-next {
	position: absolute;
	z-index: 10;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 0;
	font-size: 0;
	background: transparent;
	color: transparent;
	top: 40%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	border-radius: 50%;
}

#center .slick-prev {
	left: -5.2vw;
	background: url(../images/11.png) no-repeat center center/100% 100%;
}

#center .slick-next {
	right: -5.2vw;
	background: url(../images/11b.png) no-repeat center center/100% 100%;
}

.k7 {
	padding: 5.72vw 0;
}

.k7-1 {
	overflow: hidden;
}

.k7-1>div:nth-child(2) {
	float: right;
	width: 45.5%;
	position: relative;
	text-align: center
}

.k7-1>div:nth-child(2) img {
	margin: 0 auto
}

.k7-1>div:nth-child(1) {
	width: 50%;
	float: left;
}

.k7-1>div:nth-child(1):before {
	width: 1px;
	height: 520px;
	border-left: 1px solid #ccc;
	top: 0;
	right: 0;
}

.ul04 {
	margin-top: 15px;
}

.ul04>li {
	margin-top: 24px;
}

.txt6 {
	font-size: 16px;
	color: #333;
}

.txt6>span {
	color: #EA6456;
}

.ul05 {
	overflow: hidden;
}

.ul05>li {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.lab1 {
	cursor: pointer;
	font-size: 0;
}

.lab1 em {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 20px;
	text-align: center;
	background: url(../images/12.png) no-repeat center center;
}

.lab1 span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 16px;
	color: #666;
}

.lab1 input[type="radio"] {
	display: none;
}

.lab1 input[type="radio"]:checked+em {
	background: url(../images/12b.png) no-repeat center center;
}

.mgt10 {
	margin-top: 10px;
}

.ipt1 {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	color: #8D8D8D;
	padding-left: 20px;
}

.ipt1::-webkit-input-placeholder {
	color: #8D8D8D;
}

.ipt1::-moz-placeholder {
	color: #8D8D8D;
}

.ipt1:-moz-placeholder {
	color: #8D8D8D;
}

.ipt1:-ms-input-placeholder {
	color: #8D8D8D;
}

.tit2 {
	font-size: 24px;
	font-weight: bold;
}

.textarea1 {
	width: 100%;
	line-height: 34px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	color: #8D8D8D;
	padding: 6px 20px;
}

.textarea1::-webkit-input-placeholder {
	color: #8D8D8D;
}

.textarea1::-moz-placeholder {
	color: #8D8D8D;
}

.textarea1:-moz-placeholder {
	color: #8D8D8D;
}

.textarea1:-ms-input-placeholder {
	color: #8D8D8D;
}

.mgt30 {
	margin-top: 30px;
}

.btn {
	width: 240px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	background: #EA6456;
	font-size: 16px;
	color: #fff;
}

.txt7 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 64px;
}

.txt8 {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}

.txt9 {
	font-weight: bold;
	font-size: 24px;
	color: #EA6456;
	text-align: center
}

.ewm {
	margin-top: 20px;
}

.k8 {
	padding: 4.16vw 0;
	background: #F7F7F7;
}

.k9 {
	padding: 4.43vw 0;
}

.k9-1 {
	margin-top: 3.125vw;
}

.k10 {
	padding: 4.43vw 0;
	background: #F7F7F7;
}

.k11 {
	background: #EA6456;
	padding: 4.68vw 0 4.16vw;
}

.k8-1 {
	margin-top: 24px;
	font-size: 0;
	text-align: center;
}

.k8-1>a {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	text-align: center;
	background: #fff;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	position: relative;
	margin-bottom: 15px;
	border-right: 1px solid #F7F7F7;
}

.k8-1>a:nth-child(6n) {
	border-right: none;
}

.k8-1>a.active {
	background: #EA6456;
	color: #fff;
	border-right: 1px solid #EA6456;
}

.k8-1>a.active:before {
	background: url(../images/14.png) no-repeat center center;
	width: 100%;
	height: 7px;
	left: 0;
	bottom: -7px;
}

.k8-2 {
	margin-top: 18px;
	position: relative;
}

.k8-2 img {
	padding: 5px 0
}

.vs {
	position: relative;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
	visibility: visible;
}

.vd {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.img2 {
	width: 100%;
	padding: 6px;
}

.img2>img {
	width: 100%;
}

.sliderDiv {
	padding-left: 88px;
	padding-right: 88px;
}

.sliderDiv .slick-prev,
.sliderDiv .slick-next {
	position: absolute;
	z-index: 10;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 0;
	font-size: 0;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	border-radius: 50%;
}

.sliderDiv .slick-prev {
	left: 0;
	background: url(../images/11.png) no-repeat center center/100% 100%;
}

.sliderDiv .slick-next {
	right: 0;
	background: url(../images/11b.png) no-repeat center center/100% 100%;
}

.ul06 {
	padding-top: 20px;
}

.ul06>li {
	margin-top: 8px;
	background: #fff;
	padding: 12px 20px;
}

.ul06>li>a {
	font-size: 16px;
	color: #EA6456;
	background: url(../images/17b.png) no-repeat right center;
	padding-right: 22px;
}

.ul06>li.active>a {
	background: url(../images/17.png) no-repeat right center;
}

.ul06>li>div {
	padding-top: 10px;
	display: none;
}

.ul06>li>div>p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.ul06>li>div>p:nth-child(n+2) {
	margin-top: 10px;
}

.ul06>li.active>div {
	display: block;
}

.k11-1 {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}

.k11-1>a,
.k11-1>div {
	display: inline-block;
	vertical-align: top;
	width: 26.75%;
}

.k11-1>a {
	margin-right: 9.875%;
}

.k11-1>a>img {
	width: 100%;
}

.txt12 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}

.ds1 {
	height: 321px;
	background: #fff;
	padding: 60px 30px;
	padding: 30px;
}

.txt10 {
	font-size: 16px;
	color: #EA6456;
	font-weight: bold;
	text-align: left;
}

.txt11 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
}

.ds1>div {
	margin-top: 20px;
	text-align: left;
}

.ds1>div>p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.ds1>div>p>a {
	display: inline-block;
	color: #333;
}

.tanDiv {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}

.tanImg {
	position: fixed;
	z-index: 1010;
	width: 564px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #fff;
}

.k12 {
	text-align: center;
	padding: 0 10px;
	background: #ea6456;
	display: none;
	position: fixed;
	z-index: 600;
	width: 100%;
	left: 0;
	bottom: 0;
}

.k12 p {
	color: #fff;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}

.k12 p>a {
	display: inline-block;
	color: #fff;
}

@media (max-width: 1280px) {
	.WW {
		width: 94%;
	}
	.txt1 {
		font-size: 32px;
	}
	.ul02>li {
		margin-top: 20px;
		border-radius: 15px;
	}
	.ul02>li>a>p {
		float: left;
		width: 200px;
		height: 200px;
		border-radius: 15px;
	}
	.ul02>li>a>p>span {
		border-radius: 15px;
	}
	.ul02>li>a>div {
		margin-left: 200px;
		padding: 20px 20px 10px;
	}
	.txt2 {
		font-size: 20px;
	}
	.txt3 {
		width: 30px;
		height: 3px;
	}
	.txt4 {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
		height: 96px;
	}
	.ul03 {
		overflow: hidden;
		margin-top: 35px;
	}
	.ul03>li {
		float: left;
		width: 90px;
		height: 90px;
	}
	.ul03>li>a>div>p {
		font-size: 20px;
		color: #fff;
		line-height: 24px;
	}
	.txt5 {
		margin-top: 20px;
		font-size: 15px;
	}
	.k5-1>div {
		border-radius: 15px;
	}
	.k6-1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#center .slick-prev,
	#center .slick-next {
		display: block;
		width: 40px;
		height: 40px;
	}
	#center .slick-prev {
		left: 0;
	}
	#center .slick-next {
		right: 0;
	}
	#center {
		padding-bottom: 30px;
	}
	.tit2 {
		font-size: 21px;
	}
	.txt7 {
		font-size: 32px;
		line-height: 36px;
	}
	.txt9 {
		margin-top: 40px;
		font-size: 21px;
	}
	.k8-1>a {
		width: 16.666%;
		height: 42px;
		line-height: 42px;
	}
	.sliderDiv {
		padding-left: 40px;
		padding-right: 40px;
	}
	.sliderDiv .slick-prev,
	.sliderDiv .slick-next {
		width: 40px;
		height: 40px;
	}
	.k11-1>div {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-top: 25px;
	}
	.k11-1>a {
		margin-right: 5%;
	}
	.k11-1>a:nth-child(n+2) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.txt1 {
		font-size: 24px;
	}
	.k2-1>div:nth-child(1) {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	.k2-1>div:nth-child(2) {
		float: right;
		width: 100%;
	}
	.ul02>li {
		margin-top: 15px;
		border-radius: 10px;
		width: 100%;
		margin-right: 0;
	}
	.ul02>li>a>p {
		float: left;
		width: 160px;
		height: 160px;
		border-radius: 10px;
	}
	.ul02>li>a>p>span {
		border-radius: 10px;
	}
	.ul02>li>a>div {
		margin-left: 160px;
		padding: 15px 10px 15px;
	}
	.txt2 {
		font-size: 16px;
	}
	.txt3 {
		width: 20px;
		height: 2px;
	}
	.txt4 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		height: 80px;
	}
	.ul03 {
		overflow: hidden;
		margin-top: 25px;
		font-size: 0;
		text-align: center;
	}
	.ul03>li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.k4>div:nth-child(1) {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.k4>div:nth-child(2) {
		width: 100%;
		float: none;
		padding-top: 25px;
	}
	.txt5 {
		margin-top: 15px;
		font-size: 14px;
	}
	.k5-1>div {
		border-radius: 10px;
	}
	.k6-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
	#center {
		padding-bottom: 20px;
	}
	#center .slick-prev,
	#center .slick-next {
		display: block;
		width: 33px;
		height: 33px;
	}
	#center .slick-prev {
		left: -33px;
	}
	#center .slick-next {
		right: -33px
	}
	.k7-1>div:nth-child(2) {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.k7-1>div:nth-child(2):before {
		display: none;
	}
	.k7-1>div:nth-child(1) {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.ul04>li {
		margin-top: 15px;
	}
	.tit2 {
		font-size: 18px;
	}
	.txt7 {
		font-size: 26px;
		line-height: 30px;
	}
	.txt9 {
		margin-top: 30px;
		font-size: 18px;
	}
	.k11-1>div {
		padding: 35px 14px;
		height: auto;
	}
	.tanImg {
		width: 423px;
	}
}

@media (max-width: 767px) {
	.txt1 {
		font-size: 18px;
	}
	.ul01>li {
		margin-top: 15px;
		;
	}
	.ul01>li>a {
		height: 36px;
		border-radius: 20px;
	}
	.ul01>li>a>p {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 17px;
	}
	.ul01>li>a>div {
		margin-left: 50px;
	}
	.ul01>li>a>div>p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.ul02 {
		margin-top: 10px;
	}
	.x-t-c {
		text-align: center;
	}
	.ul03>li {
		width: 70px;
		height: 70px;
	}
	.ul03>li>a>div>p {
		font-size: 14px;
		line-height: 18px;
	}
	.txt5 {
		margin-top: 10px;
	}
	.k5-1>div {
		border-radius: 6px;
	}
	.k6-1 {
		margin-top: 15px;
	}
	.txt6 {
		font-size: 14px;
	}
	.lab1 span {
		font-size: 14px;
	}
	.ipt1 {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding-left: 12px;
	}
	.tit2 {
		font-size: 16px;
	}
	.textarea1 {
		line-height: 30px;
		font-size: 14px;
		padding: 4px 12px;
	}
	.x-mgt15 {
		margin-top: 15px;
	}
	.btn {
		width: 160px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.txt7 {
		font-size: 20px;
		line-height: 24px;
	}
	.txt8 {
		margin-top: 15px;
		font-size: 14px;
	}
	.txt9 {
		margin-top: 20px;
		font-size: 16px;
	}
	.k8-2 {
		margin-top: 8px;
	}
	.k8-1>a {
		width: 33.333%;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.k8-1>a:nth-child(3n) {
		border-right: none;
	}
	.img2 {
		width: 100%;
		padding: 2px;
	}
	.sliderDiv {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sliderDiv .slick-prev,
	.sliderDiv .slick-next {
		width: 30px;
		height: 30px;
	}
	.ul06 {
		padding-top: 8px;
	}
	.ul06>li {
		margin-top: 8px;
		padding: 10px 15px;
	}
	.ul06>li>a {
		font-size: 16px;
	}
	.ul06>li>div {
		padding-top: 10px;
	}
	.ul06>li>div>p {
		font-size: 14px;
		line-height: 24px;
	}
	.k11-1 {
		margin-top: 20px;
	}
	.txt12 {
		font-size: 14px;
		margin-top: 10px;
	}
	.k11-1>div {
		padding: 15px 15px;
		height: auto;
	}
	.ds1>div {
		margin-top: 15px;
	}
	.txt10 {
		font-size: 14px;
	}
	.txt11 {
		font-size: 14px;
	}
	.k11-1>a {
		width: 33%;
	}
	.ds1>div>p {
		font-size: 14px;
		color: #333;
		line-height: 28px;
	}
	.tanImg {
		width: 282px;
	}
	.x-hide {
		display: none;
	}
	.x-show {
		display: block;
	}
	.k11 {
		margin-bottom: 24px;
	}
	.k12 {
		display: block;
	}
	#selectMenu {
		margin-top: 18px;
	}
}

@media (max-width: 576px) {}

#lib_Tab1 {
	width: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: center
}

#lib_Tab1 .lib_Menubox {
	height: 45px;
	line-height: 45px;
	position: relative;
}

#lib_Tab1 .lib_Menubox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 3px;
	width: 100%;
	text-align: center;
	left: 0;
	height: 45px;
	text-align: center;
}

#lib_Tab1 .lib_Menubox li {
	display: inline-block;
	cursor: pointer;
	width: auto;
	padding: 0 20px;
	border-radius: 50px;
	color: #414141;
	height: 35px;
	line-height: 35px;
	margin: 0 10px;
	background-color: none;
	border: #414141 1px solid;
	font-size: 16px
}

#lib_Tab1 .lib_Menubox li.hover {
	padding: 0px;
	background: #1790e5;
	width: auto;
	padding: 0 20px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 17px;
	border: #1790e5 1px solid
}

#lib_Tab1 .lib_Contentbox {
	clear: both;
	margin-top: 0px;
	border-top: none;
	height: auto;
	text-align: center;
	position: relative
}

.ziyuan1 {
	width: 86%;
	margin: 40px auto;
}

.ziyuan2 {
	width: 86%;
	margin: 40px auto;
}

.ziyuan3 {
	width: 86%;
	margin: 40px auto;
}

#lib_Tab1 .lib_Contentbox .swiper-slide {}

#lib_Tab1 .lib_Contentbox .swiper-slide i {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

#lib_Tab1 .lib_Contentbox .swiper-slide img {
	width: 100%;
	height: auto;
	border: #e1e1e1 1px solid;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
}

#lib_Tab1 .lib_Contentbox .swiper-slide h1 {
	display: block;
	font-size: 16px;
	color: #000;
	position: inherit;
	margin: 0px;
	overflow: hidden;
	background: #fff;
	padding: 15px 0
}

#lib_Tab1 .lib_Contentbox .swiper-slide img:hover {
	border: #01969d 1px solid;
}

.WW2 .swiper-button-next {
	width: 29px;
	height: 48px;
	background: url(../images/right.png) no-repeat;
	right: 0;
	margin-top: -30px;
	background-size: 29px 48px;
}

.WW2 .swiper-button-prev {
	width: 29px;
	height: 48px;
	background: url(../images/left.png) no-repeat;
	left: 0;
	margin-top: -30px;
	background-size: 29px 48px;
}

#lib_Tab1 .more {
	float: none;
	margin: 0 auto
}

@media only screen and (max-width:1360px) {
	.ziyuan1 {
		width: 70%;
		margin: 40px auto;
	}
	.ziyuan2 {
		width: 75%;
		margin: 40px auto;
	}
	.ziyuan3 {
		width: 90%;
		margin: 40px auto;
	}
}

@media only screen and (max-width:1023px) {
	#lib_Tab1 .lib_Menubox li {
		padding: 0 30px;
		border-radius: 50px;
		color: #414141;
		height: 35px;
		line-height: 35px;
		margin: 0 10px;
		font-size: 16px;
	}
	#lib_Tab1 .lib_Menubox li.hover {
		padding: 0 30px;
		height: 35px;
		line-height: 35px;
	}
	#lib_Tab1 .swiper-button-next {
		width: 20px;
		height: 33px;
		margin-top: -20px;
		background-size: 20px 33px;
	}
	#lib_Tab1 .swiper-button-prev {
		width: 20px;
		height: 33px;
		right: 0;
		margin-top: -20px;
		background-size: 20px 33px;
	}
	#lib_Tab1 .lib_Contentbox {
		margin-top: 0px;
	}
	#lib_Tab1 .lib_Contentbox .swiper-slide h1 {
		margin-bottom: 0
	}
	.ziyuan1 {
		width: 90%;
		margin: 30px auto;
		margin-bottom: 10px
	}
	.ziyuan2 {
		width: 90%;
		margin: 30px auto;
		margin-bottom: 10px
	}
	.ziyuan3 {
		width: 90%;
		margin: 30px auto;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:768px) {
	#lib_Tab1 .lib_Menubox li {
		padding: 0 20px;
		margin: 0;
		font-size: 14px
	}
	#lib_Tab1 .lib_Menubox li.hover {
		padding: 0 20px
	}
	.ziyuan1 {
		width: 60%;
	}
	.ziyuan2 {
		width: 60%;
	}
	.ziyuan3 {
		width: 100%;
	}
	#lib_Tab1 .swiper-button-next {
		width: 20px;
		height: 33px;
		margin-top: -40px;
		background-size: 20px 33px;
	}
	#lib_Tab1 .swiper-button-prev {
		width: 20px;
		height: 33px;
		right: 0;
		margin-top: -40px;
		background-size: 20px 33px;
	}
	#lib_Tab1 .lib_Contentbox .swiper-slide img {
		margin-bottom: 5px;
	}
	#lib_Tab1 .lib_Contentbox .swiper-slide h1 {
		height: auto;
		font-size: 14px;
		margin: 10px;
		margin-bottom: 0;
		padding-bottom: 0
	}
	#lib_Tab1 .lib_Contentbox .swiper-slide p {
		height: auto;
		font-size: 12px;
		margin: 0 10px;
		height: auto
	}
	#lib_Tab1 .lib_Contentbox .swiper-slide h1 em {
		display: inline-block;
		padding-left: 5px;
		font-size: 12px
	}
}