/* CSS Document */
.pc-banner .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1;
	transition: width .5s;
}
.pc-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.pc-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px;
}
.pc-banner .swiper-pagination-bullet-active {
	width: 26px;
	background: var(--main-color, #e61c52);
	border-radius: 4px;
}
.index-tie {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 25px;
}
.index-tie h3 {
	color: #575757;
	font-size: 36px;
	font-weight: normal;
}
.index-tie span {
	color: #c3c3c3;
	font-size: 16px;
	font-family: "STXihei", sans-serif;
}
/*banner*/
.pc-banner .swiper-slide a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.pc-banner .font-box {
	position: absolute;
	width: 100%;
	top: 220px;
	text-align: center;
}
.pc-banner .font-box img {
}
.pc-banner .font-box h1 {
	font-size: 100px;
	color: #716f69;
	opacity: .15;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.pc-banner .font-box h3 {
	font-size: 40px;
	color: #706e69;
}
.pc-banner .font-box p {
	color: #716f69;
	width: 645px;
	opacity: .4;
	line-height: 24px;
	margin: 20px auto 0;
}
.pc-banner .font-box2 {
	position: absolute;
	width: 1400px;
	top: 280px;
	left: 50%;
	margin-left: -700px;
}
.pc-banner .font-box2 img {
}
.pc-banner .font-box2 h1 {
	font-size: 100px;
	color: #716f69;
	opacity: .15;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.pc-banner .font-box2 h3 {
	font-size: 40px;
	color: #706e69;
}
.pc-banner .font-box2 p {
	color: #716f69;
	width: 470px;
	opacity: .4;
	line-height: 24px;
	margin-top: 20px;
}
.pc-banner .font-box2 em {
	width: 25px;
	height: 2px;
	background: #706e69;
	display: block;
	margin: 6px 0 10px;
}
/*about*/
.index-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50px;
	flex-wrap: wrap;
	padding-top: 50px
}
.index-about .index-tie {
	text-align: unset;
}
.index-about .trigger {
	position: absolute;
	height: 33.333333%;
	width: 33.333333%;
	display: block;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.index-about .trigger:nth-child(1) {
	left: 0;
	top: 0;
}
.index-about .trigger:nth-child(1):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(-5deg);
	background-position: top left;
}
.index-about .trigger:nth-child(2) {
	left: 33.333333%;
	top: 0;
}
.index-about .trigger:nth-child(2):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(-5deg);
	background-position: top center;
}
.index-about .trigger:nth-child(3) {
	left: 66.666666%;
	top: 0;
}
.index-about .trigger:nth-child(3):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(-5deg);
	background-position: top right;
}
.index-about .trigger:nth-child(4) {
	left: 0;
	top: 33.333333%;
}
.index-about .trigger:nth-child(4):hover ~ .paracard {
	transform: rotateY(8deg);
	background-position: center left;
}
.index-about .trigger:nth-child(5) {
	left: 33.333333%;
	top: 33.333333%;
}
.index-about .trigger:nth-child(5):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(0deg);
	background-position: center center;
}
.index-about .trigger:nth-child(6) {
	left: 66.666666%;
	top: 33.333333%;
}
.index-about .trigger:nth-child(6):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(0deg);
	background-position: center right;
}
.index-about .trigger:nth-child(7) {
	left: 0;
	top: 66.666666%;
}
.index-about .trigger:nth-child(7):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(5deg);
	background-position: bottom left;
}
.index-about .trigger:nth-child(8) {
	left: 33.333333%;
	top: 66.666666%;
}
.index-about .trigger:nth-child(8):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(5deg);
	background-position: bottom center;
}
.index-about .trigger:nth-child(9) {
	left: 66.666666%;
	top: 66.666666%;
}
.index-about .trigger:nth-child(9):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(5deg);
	background-position: bottom right;
}
.paracard {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	background-size: 110% 110%;
	background-position: center center;
}
.paracard::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	content: "";
}
.homeIntroL {
	width: 40%;
}
.homeIntroR {
	width: 55%;
}
.homeIntroR ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeIntroR ul li {
	width: 49%;
	position: relative;
	margin-right: 2%;
	-webkit-transition: all .5s;
	margin-bottom: 20px;
}
.homeIntroR ul li a {
	position: relative;
	display: block;
	perspective: 500px;
}
.homeIntroR ul li:nth-child(2n) {
	margin-right: 0;
}
.homeIntroR ul li .thum {
	position: relative;
	overflow: hidden;
}
.homeIntroR ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}
.homeIntroR ul li:hover .thum .pic {
	-webkit-transform: scale(1.05);
}
.homeIntroR ul li .info {
	width: 100%;
	-webkit-transition: all .5s;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	color: #ffffff;
}
.homeIntroR ul li .info .name {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	left: 30px;
}
.homeIntroR ul li .info::after {
	width: calc(100% - 40px);
	border: 2px solid rgba(255, 255, 255, 0.5);
	height: calc(100% - 40px);
	content: "";
	display: block;
	left: 20px;
	top: 20px;
	position: absolute;
	transform: translateZ(30px);
}
.homeIntroR ul li .info b {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.homeIntroR ul li .info p {
	opacity: .7;
}
.commonTitle {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.commonTitle.pos {
	position: absolute;
	left: 5%;
	top: 10%;
}
.commonTitle.c {
	text-align: center;
}
.commonTitle.w {
	color: #ffffff;
}
.commonTitle.w b {
	color: #ffffff;
}
.commonTitle p {
	font-size: 20px;
	opacity: .7;
}
.commonTitle b {
	font-size: 30px;
	line-height: 1.4;
	color: var(--main-color, #0c8bc0);
	font-weight: normal;
}
.homeIntroL .txt {
	width: 100%;
	font-size: 30px;
}
.homeIntroL .txt b {
	font-weight: normal;
}
.homeIntroL .txt p {
	text-transform: uppercase;
	font-size: 20px;
	opacity: .2;
}
.homeIntroL .txt span {
	font-size: 16px;
	display: block;
	line-height: 1.78;
	text-align: justify;
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.homeIntroL .txt,
	.commonTitle b {
		font-size: 24px;
	}
	.homeIntroR ul li .info b {
		font-size: 18px;
	}
	.homeIntroR ul li .info p {
		font-size: 12px;
	}
	.commonMore {
		width: 160px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 800px) {
	.index-about .index-tie {
		text-align: center;
		margin-bottom: 40px;
	}
	.commonTitle.oa b {
		font-size: 32px;
	}
	.homeIntroL,
	.homeIntroR {
		width: 100%;
	}
	.commonTitle,
	.homeIntroL .txt {
		text-align: center;
	}
	.index-about {
		align-self: center;
	}
	.index-about .commonMore {
		display: none;
		margin: 0 auto 40px;
	}
	.homeIntroL .txt {
		margin-bottom: 50px;
	}
	.homeIntroR {
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-width: 767px) {
	.homeIntroR ul li .info::after,
	.homeIntroR ul li .info p {
		display: none;
	}
	.homeIntroR ul li .info .name {
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 10px 15px;
	}
	.homeIntroR ul li .info b {
		font-size: 16px;
		font-weight: bold;
	}
	.homeIntroR ul li {
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0;
		height: 15vh;
		overflow: hidden;
	}
	.homeIntroR {
		width: 100%;
		margin-left: 0;
	}
	.commonTitle p {
		font-size: 14px;
	}
	.homeIntroR ul li .thum img {
		display: none;
	}
	.homeIntroR ul li .thum,
	.paracard,
	.homeIntroR ul li a {
		height: 100%;
	}
	.paracard {
		background-size: cover;
	}
	.index-about {
		padding-top: 30px;
	}
	.homeIntroL .txt span {
		font-size: 14px;
		text-indent: 2em;
	}
	.homePage {
		display: block;
		margin-right: 0;
		top: 10px;
		padding: 0 15px;
	}
	.homeIntroR ul li .info p {
		display: block;
		font-size: 12px;
		padding-top: 5px;
	}
	.commonMore.c {
		margin-top: 20px;
	}
	.commonMore {
		margin-top: 30px;
	}
}
.bloc {
	float: left;
	width: 47%;
	padding: 0 0 0 5%;
}
.bloc b {
	color: var(--main-color, #e61c52);
	display: block;
	margin-top: 43px;
	margin-bottom: 22px;
}
.bloc h4 {
	color: #595556;
	font-size: 20px;
	font-weight: normal;
}
.bloc p {
	color: #727272;
	line-height: 30px;
	margin-top: 12px;
}
.bloc a {
	width: 112px;
	height: 31px;
	border: 1px solid #f3f3f3;
	border-radius: 20px;
	font-family: "STXihei", sans-serif;
	text-align: center;
	line-height: 31px;
	color: var(--main-color, #e61c52);
	display: block;
	transition: .5s;
	margin-top: 35px;
	box-shadow: 0 0 20px #eeeeee;
}
.bloc a:hover {
	background: var(--main-color, #e61c52);
	color: #ffffff;
	border: 1px solid var(--main-color, #e61c52);
}
.index-Products {
	background: #f5f5f5;
	width: 100%;
	margin-top: 108px;
}
/*case*/
.slickbox {
	--swiper-theme-color: var(--main-color);
	--swiper-navigation-size: 26px;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-inactive-color: #8e8e8e;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 7px;
}
.slickbox i {
	width: 63%;
	float: left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.slickbox em {
	width: 63%;
	position: absolute;
	right: 0;
	z-index: 50;
	opacity: 1;
	transition: 1s linear;
	filter: grayscale(100%);
}
.slickbox div.swiper-slide-active em {
	opacity: 0;
	transition: 0s;
}
.slickbox div.swiper-slide-active i {
	box-shadow: #d3d3d3 0 0 30px;
	filter: initial;
}
.slickbox p {
	width: 21%;
	float: left;
	color: #575757;
	height: 100%;
	position: absolute;
	top: 83%;
	right: 5%;
}
.Hotel {
	background: #ffffff;
	position: absolute;
	right: 12.5%;
	top: 50%;
	margin-top: -20px;
	padding: 12px 0 20px 15px;
}
.Hotel h3 {
	font-size: 36px;
	color: #575757;
}
.Hotel span {
	font-size: 24px;
	color: #575757;
}
.slickbox .swiper-button-prev,
.slickbox .swiper-button-next {
	left: unset;
	right: 31%;
	top: 72%;
	color: #333333;
}
.slickbox .swiper-button-next {
	right: 24%;
}
.slickbox .swiper-button-prev:hover,
.slickbox .swiper-button-next:hover {
	color: var(--main-color);
}
.slickbox .swiper-slide-active i {
	margin-left: 8%;
}
.slickbox .swiper-pagination {
	text-align: center;
	padding-top: 40px;
	position: unset;
}
/*news*/
.index-newsbox {
	background: #f5f5f5;
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.index-newsbox .boxfl {
	width: 40.5%;
	float: left;
	background: #ffffff;
	margin-top: 35px;
}
.index-newsbox .boxfl > i {
	width: 100%;
	overflow: hidden;
	display: block;
}
.index-newsbox .boxfl > i img {
	transition: .5s;
}
.index-newsbox .boxfl > i:hover img {
	transform: scale(1.1);
}
.index-newsbox .boxfl div {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.index-newsbox .boxfl span {
	font-family: Arial, sans-serif;
	color: #989898;
	font-size: 12px;
	display: block;
	margin-top: 26px;
	margin-bottom: 20px;
}
.index-newsbox .boxfl b {
	font-size: 24px;
	color: #595556;
	display: block;
}
.index-newsbox .boxfl p {
	color: #918e8f;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 22px;
}
.index-newsbox .boxfl em {
	border-bottom: 1px dotted #aeaeae;
	display: block;
	width: 100px;
}
.index-newsbox .boxfl .btn1:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.index-newsbox .boxfr {
	width: 58%;
	float: right;
	margin-top: 35px;
}
.index-newsbox .boxfr i {
	width: 33.5%;
	float: left;
	overflow: hidden;
}
.index-newsbox .boxfr i > img {
	transition: .5s;
}
.index-newsbox .boxfr i:hover > img {
	transform: scale(1.07);
}
.index-newsbox .boxfr li {
	background: #ffffff;
	overflow: hidden;
	transition: .3s;
	margin-bottom: 10px;
}
.index-newsbox .boxfr li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.index-newsbox .boxfr a {
	float: right;
	width: 57%;
	padding: 0 6% 0 3%;
}
.index-newsbox .boxfr b {
	font-size: 16px;
	color: #595556;
	display: block;
	margin-top: 30px;
	margin-bottom: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-newsbox .boxfr em {
	border-bottom: #918e8f dotted 1px;
	width: 100px;
	display: block;
}
.index-newsbox .boxfr p {
	color: #918e8f;
	line-height: 17px;
	margin-top: 14px;
	margin-bottom: 18px;
	height: 35px;
	overflow: hidden;
}
.index-newsbox .boxfr span {
	font-family: "STXihei", sans-serif;
	color: #989898;
}
.index-newsbox .boxfr li:hover {
	background: var(--main-color, #e61c52);
}
.index-newsbox .boxfr li:hover b,
.index-newsbox .boxfr li:hover p,
.index-newsbox .boxfr li:hover span {
	color: #ffffff;
}
.index-newsbox .boxfr li:hover em {
	border-color: #ffffff;
}
.newsbtn {
	font-family: "STXihei", sans-serif;
	color: var(--main-color, #e61c52);
	background: #ffffff;
	width: 83px;
	padding: 0 32px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 25px;
	border: none;
	margin: 50px auto 75px;
	box-shadow: 0 0 20px #dddddd;
	transition: background .2s;
}
.newsbtn:hover {
	color: #ffffff;
	background: var(--main-color, #e61c52);
}
.newsbtn img:nth-child(2) {
	display: none;
}
.newsbtn:hover img:nth-child(1) {
	display: none;
}
.newsbtn:hover img:nth-child(2) {
	display: block;
}
.index-newsbox .boxfr a:nth-child(1) {
	width: 33.5%;
	float: left;
	overflow: hidden;
	padding: 0;
}
.index-newsbox .boxfr a:nth-child(1) > img {
	transition: .5s;
}
.index-newsbox .boxfr a:nth-child(1):hover > img {
	transform: scale(1.07);
}
.index-newsbox .boxfl .new a {
	position: static;
}
.index-newsbox .boxfl .newa {
	position: static;
	display: block;
	overflow: hidden;
	border-radius: 0;
	width: 100%;
	margin: 0;
}
/*agent*/
.col-centre {
	overflow: hidden;
	margin-bottom: 90px;
}
.col-centre .boxfl {
	background: #f4f4f4;
	float: left;
	text-align: right;
	width: 433px;
	padding-right: 34px;
	height: 365px;
	position: relative
}
.col-centre .boxfl b {
	color: var(--main-color, #e61c52);
	display: block;
	margin-top: 40px;
	margin-bottom: 18px;
}
.col-centre .boxfl h3 {
	font-size: 30px;
	color: #575757;
	line-height: 30px;
}
.col-centre .boxfl h4 {
	font-size: 24px;
	color: #575757;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 28px;
}
.col-centre .boxfl p {
	color: #918e8f;
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.col-centre .boxfl a {
	width: 114px;
	height: 33px;
	border-radius: 20px;
	font-family: "STXihei", sans-serif;
	text-align: center;
	line-height: 33px;
	color: var(--main-color, #e61c52);
	display: block;
	transition: .2s;
	box-shadow: 0 4px 15px #dddddd;
	background: #ffffff;
	position: absolute;
	right: 50px;
	bottom: 28px;
}
.col-centre .boxfl a:hover {
	background: var(--main-color, #e61c52);
	color: #ffffff;
}
.col-centre .boxfr {
	float: right;
	background: url(../image/img-10.png) no-repeat;
	width: 933px;
	height: 365px;
}
.col-centre .m-boxfr {
	float: right;
	background: url(../image/img-45.jpg) no-repeat;
	background-size: cover;
}
.index_ys {
	float: left;
	width: 425px;
	margin-left: 35px;
	position: relative;
	height: 100%;
}
.index_ys b {
	color: var(--main-color, #e61c52);
	display: block;
	margin-top: 40px;
	margin-bottom: 51px;
}
.index_ys h4 {
	font-size: 20px;
	color: #595556;
}
.index_ys p {
	color: #918e8f;
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 43px;
}
.index_ys a {
	width: 114px;
	height: 33px;
	border-radius: 20px;
	font-family: "STXihei", sans-serif;
	text-align: center;
	line-height: 33px;
	color: #ffffff;
	display: block;
	transition: .2s;
	box-shadow: 0 4px 15px #dddddd;
	background: var(--main-color, #e61c52);
	float: left;
	position: absolute;
	left: 0;
	bottom: 28px;
}
.index_ys a:hover {
	background: #ffffff;
	color: var(--main-color, #e61c52);
}
.index_ys i {
	width: 90%;
	margin: 20px auto;
}
.sicks {
	background: url(../image/img-23.png) no-repeat;
	width: 455px;
	height: 365px;
	background-size: cover;
	float: right;
	position: relative;
}
.sicks li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.sicks li a {
	color: var(--main-color, #e61c52);
	font-weight: lighter;
}
.sicks li:hover a {
	color: #ffffff;
}
.sicks li:nth-child(1) {
	background: url(../image/img-16.png) no-repeat;
	width: 80px;
	height: 79px;
	top: 115px;
	left: 38px;
	background-size: cover;
	font-size: 22px;
}
.sicks li:nth-child(1):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 80px;
	height: 79px;
	top: 115px;
	left: 38px;
	background-size: cover;
	font-size: 22px;
	transform: rotate(87deg);
}
.sicks li:nth-child(1):hover a {
	transform: rotate(-87deg);
}
.sicks li:nth-child(2) {
	background: url(../image/img-16.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 143px;
	left: 150px;
}
.sicks li:nth-child(2):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 143px;
	left: 150px;
}
.sicks li:nth-child(3) {
	background: url(../image/img-15.png) no-repeat;
	width: 100px;
	height: 99px;
	top: 67px;
	left: 187px;
	background-size: cover;
	font-size: 24px;
}
.sicks li:nth-child(3):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 100px;
	height: 99px;
	top: 67px;
	left: 187px;
	background-size: cover;
	font-size: 24px;
	transform: rotate(180deg)
}
.sicks li:nth-child(3):hover a {
	transform: rotate(-180deg);
}
.sicks li:nth-child(4) {
	background: url(../image/img-15.png) no-repeat;
	width: 62px;
	height: 62px;
	background-size: cover;
	top: 53px;
	left: 310px;
	transform: rotate(87deg);
}
.sicks li:nth-child(4):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 62px;
	height: 62px;
	background-size: cover;
	top: 53px;
	left: 310px;
	transform: rotate(-92deg)
}
.sicks li:nth-child(4):hover a {
	transform: rotate(92deg)
}
.sicks li:nth-child(4) a {
	transform: rotate(-87deg);
	font-size: 20px;
}
.sicks li:nth-child(5) {
	background: url(../image/img-16.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 128px;
	left: 286px;
}
.sicks li:nth-child(5):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 128px;
	left: 286px;
}
.sicks li:nth-child(6) {
	background: url(../image/img-16.png) no-repeat;
	width: 113px;
	height: 112px;
	background-size: cover;
	top: 194px;
	left: 116px;
	font-size: 30px;
}
.sicks li:nth-child(6):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 113px;
	height: 112px;
	background-size: cover;
	top: 194px;
	left: 116px;
	font-size: 30px;
}
.sicks li:nth-child(7) {
	background: url(../image/img-21.png) no-repeat;
	width: 72px;
	height: 71px;
	background-size: cover;
	top: 200px;
	left: 265px;
	font-size: 22px;
}
.sicks li:nth-child(7):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 72px;
	height: 71px;
	background-size: cover;
	top: 200px;
	left: 265px;
	font-size: 22px;
}
.sicks li:nth-child(8) {
	background: url(../image/img-16.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 265px;
	left: 355px;
}
.sicks li:nth-child(8):hover {
	background: url(../image/img-20.png) no-repeat;
	width: 51px;
	height: 51px;
	background-size: cover;
	top: 265px;
	left: 355px;
}
.sicks li:nth-child(9) {
	background: url(../image/img-22.png) no-repeat;
	width: 41px;
	height: 41px;
	background-size: cover;
	top: 240px;
	left: 71px;
}
.sicks li:nth-child(9):hover {
	background: url(../image/img-17.png) no-repeat;
	width: 41px;
	height: 41px;
	background-size: cover;
	top: 240px;
	left: 71px;
}
.introduce-sicks ul {
	display: flex;
	float: left;
	width: 66%;
}
.introduce-sicks li a {
	width: 313px;
	height: 305px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
}
.introduce-sicks li:nth-child(1) a {
	background: #c3c3c3;
	color: #ffffff;
}
.introduce-sicks li p {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.introduce-sicks li:nth-child(2) a {
	background: #ffffff;
	color: #555555;
}
.introduce-sicks li:nth-child(2) b {
	color: var(--main-color, #e61c52);
}
.introduce-sicks li:nth-child(3) a {
	background: var(--main-color, #e61c52);
	color: #ffffff;
}
.introduce-sicks li:nth-child(3) b {
	color: #ffffff;
}
.introduce-sicks li:nth-child(2) a {
	border: 1px solid #ede6e8;
	/*width: 311px;height: 303px;*/
}
.introduce-sicks div {
	width: 33.3333%;
	float: left;
	overflow: hidden;
}
.introduce-sicks div img {
	transition: .5s;
}
.introduce-sicks div img:hover {
	transform: scale(1.08);
}
.m-introduce-sicks ul {
	display: flex;
	float: left;
	width: 66%;
}
.m-introduce-sicks li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
}
.m-introduce-sicks li:nth-child(1) a {
	background: #ffffff;
	color: #555555;
	outline: 1px solid #ede6e8;
	border-left: 1px solid #ede6e8;
}
.m-introduce-sicks li p {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.m-introduce-sicks li:nth-child(2) a {
	background: var(--main-color, #e61c52);
	color: #ffffff;
}
.m-introduce-sicks li:nth-child(2) b {
	color: #ffffff;
}
.m-introduce-sicks li:nth-child(3) a {
	background: #d6d6d6;
	color: #ffffff;
}
.m-introduce-sicks li:nth-child(4) a {
	background: #c3c3c3;
	color: #ffffff;
}
.m-introduce-sicks li:nth-child(3) b {
	color: #ffffff;
}
.m-introduce-sicks li:nth-child(2) a {
	border: 1px solid #ede6e8;
	width: 307px;
	height: 303px;
}
.m-honorPic .slick a {
	width: 87%;
	display: block;
	margin: 0 auto;
}
.m-honorPic .slick p {
	font-size: 14px;
	font-weight: bold;
	color: #575757;
	text-align: center;
	line-height: 20px;
	margin-top: 12px;
	display: none;
}
.m-honorPic .slick span {
	font-weight: normal;
	display: block;
}
.m-honorPic .slick.slick-active p {
	display: block;
}
.m-honorPic .slick {
	opacity: 0.6;
	transition: .3s;
}
.m-honorPic .slick.slick-active {
	opacity: 1;
}
.m-slickbox {
}
.m-slickbox div {
	color: #575757;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	padding: 4% 4% 8%;
	font-weight: bold;
	font-size: 18px;
}
/*goods*/
.familyPart3Pic {
	position: relative;
	padding-bottom: 55px;
}
.familyPart3Pic .bigImg {
	display: block;
	--swiper-navigation-size: 25px;
	--swiper-theme-color: var(--main-color)
}
.familyPart3Pic .slider-for2 .box {
	position: relative;
	overflow: hidden;
}
.familyPart3Pic .officeImg2 {
	padding: 15px 0 45px;
	margin: 0 auto;
}
.familyPart3Pic .officeImg2 .slick-slide {
	width: auto !important;
	color: #717171;
	display: block;
	text-align: center;
	margin: 0 25px;
	cursor: pointer;
}
.familyPart3Pic .officeImg2 .slick-slide:hover,
.familyPart3Pic .officeImg2 .slick-current {
	color: var(--main-color, #e61c52);
	border-bottom: 1px solid var(--main-color, #e61c52);
	padding-bottom: 15px;
}
.familyPart3Pic .officeImg2 .slick-track {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.toyPic {
	min-height: 100px;
	position: relative;
	/*padding:0 70px;*/
}
.toyPic i {
	width: 87%;
	display: block;
	margin: 16px auto 0;
	box-shadow: rgb(0 0 0 / 11%) 0 0 10px;
	transition: .5s;
	position: relative;
}
.toyPic p {
	width: 87%;
	margin: 0 auto;
	color: #575757;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	padding: 24px 0;
	position: relative;
	transition: .5s;
}
.toyPic p.on {
	background: var(--main-color, #e61c52);
	color: #ffffff;
}
.toyPic p.on span {
	color: #ffffff;
}
.toyPic span {
	color: #adadad;
	display: block;
	font-size: 14px;
	opacity: .7;
}
.toyPic em {
	width: 100%;
	height: 100%;
	background: rgba(215, 24, 75, .8);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .5s;
}
.toyPic em img {
	cursor: pointer;
}
@media screen and ( max-width: 1004px ) {
	.m-banner {
		margin-top: 55px;
	}
	.bloc {
		width: 100%;
		padding: 0;
	}
	.bloc b {
		margin-top: 5%;
		margin-bottom: 3%;
	}
	.bloc h4 {
		font-size: 16px;
		font-weight: bold;
	}
	.bloc p {
		line-height: 24px;
		margin-top: 3%;
	}
	.bloc a {
		margin: 5% auto 0;
	}
	.index-tie h3 {
		font-size: 18px;
	}
	.index-tie span {
		font-size: 14px;
	}
	.index-tie {
		margin-top: 10%;
		margin-bottom: 3%;
	}
	.index-Products {
		margin-top: 0;
	}
	.index-newsbox {
		margin-top: 5%;
	}
	.index-newsbox .boxfl,
	.index-newsbox .boxfr {
		width: 100%;
	}
	.index-newsbox .boxfr{
		margin-top: 12px;
	}
	.index-newsbox .boxfl span {
		margin: 4% 0 3%;
	}
	.index-newsbox .boxfl b {
		font-size: 16px;
	}
	.index-newsbox .boxfl p {
		font-size: 14px;
		margin-top: 3%;
		margin-bottom: 5%;
		width: 86%;
	}
	.index-newsbox .boxfl div {
		padding-bottom: 5%;
	}
	.index-newsbox .boxfl a {
		width: 30px;
		right: 0;
	}
	.index-newsbox .boxfr i {
		width: 35.5%;
	}
	.index-newsbox .boxfr p {
		white-space: nowrap;
		text-overflow: ellipsis;
		height: unset;
		margin-bottom: 5px;
		font-size: 13px;
		margin-top: 10px;
		line-height: 1;
	}
	.index-newsbox .boxfr span{
		font-size: 12px;
	}
	.index-newsbox .boxfr a {
		width: 60%;
		padding: 0 2%;
	}
	.index-newsbox .boxfr b {
		font-size: 14px;
		margin-top: 4%;
		margin-bottom: 3%;
	}
	.newsbtn {
		justify-content: center;
	}
	.index-newsbox .boxfl {
		margin-top: 0;
	}
	.newsbtn {
		margin: 8% auto 12%;
	}
	.newsbtn {
		line-height: 30px;
		text-align: center;
		padding: 0 5%;
		height: 30px;
	}
	.col-centre .boxfr {
		width: 100%;
	}
	.col-centre {
		margin-bottom: 10%;
	}
	.index_ys {
		width: 90%;
		margin: 0 5%;
	}
	.col-centre .boxfr {
		height: auto;
	}
	.index_ys a {
		position: static;
		float: none;
		margin: 0 auto 12%;
	}
	.index_ys p {
		padding-bottom: 8%;
		margin-top: 4%;
	}
	.index_ys b {
		margin-top: 7%;
		margin-bottom: 6%;
	}
	.m-introduce-sicks ul {
		width: 100%;
		flex-wrap: wrap;
	}
	.m-introduce-sicks li {
		width: 50%;
		height: 150px;
	}
	.m-introduce-sicks li a, .m-introduce-sicks li:nth-child(1) a, .m-introduce-sicks li:nth-child(2) a {
		width: 100%;
		height: 100%;
	}
	.m-introduce-sicks li i > img {
		width: 65%;
	}
	.m-introduce-sicks li p {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 16px;
	}
	.m-introduce-sicks li:nth-child(2) a {
		border: none;
	}
	.toyPic {
		padding: 0 40px;
	}
	.familyPart3Pic .officeImg2 .slick-slide {
		font-size: 14px;
		margin: 5px 10px;
		padding-bottom: 5px;
	}
	.familyPart3Pic .officeImg2 .slick-slide:hover, .familyPart3Pic .officeImg2 .slick-current {
		padding-bottom: 5px;
	}
	.toyPic p {
		width: 95%;
		font-size: 13px;
		line-height: 22px;
		padding: 5% 0;
	}
	.familyPart3Pic .officeImg2 {
		padding: 2% 0 5%;
	}
	.toyPic i {
		width: 95%;
	}
	.toyPic .slick-prev {
		left: 1%;
	}
	.toyPic .slick-next {
		right: 1%;
	}
	.familyPart3Pic {
		padding-bottom: 5%;
	}
}
@media (min-width: 1005px) and (max-width: 1399px) {
	.slickbox .slick-prev{right: 30%;}
}
@media (min-width: 1005px) and (max-width: 1199px) {
	.introduce-sicks li{width: 33.333%;}
	.introduce-sicks li a{width: 100%;height: 199px;}
	.introduce-sicks li:nth-child(3) a{width: 100%;height: 197px;}
	.Hotel{top: 25%;}
	.Hotel h3{font-size: 24px;}
	.Hotel span{font-size: 18px;}
	.slickbox p{top: 60%;}
	.slickbox .slick-prev,.slickbox .slick-next{top: 55%;}
	.index-newsbox .boxfr b{margin-top: 2%;margin-bottom: 2%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
	.index-newsbox .boxfr p{margin-top: 2%;margin-bottom: 3%;}
	.index-newsbox .boxfl div{height: 121px;padding-bottom: 0;}
	.index-newsbox .boxfl span{margin-top: 4%;margin-bottom: 2%;}
	.index-newsbox .boxfl b{font-size: 22px;}
	.index-newsbox .boxfl p{font-size: 16px;margin-top: 2%;margin-bottom: 6%;}
	.col-centre .boxfl{width: 290px;padding-right: 15px;}
	.col-centre .boxfl b{margin-top: 25px;;margin-bottom: 4%;}
	.col-centre .boxfl h3{font-size: 24px;}
	.col-centre .boxfl h4{font-size: 18px;}
	.col-centre .boxfl p{font-size: 13px;margin-top: 10px;}
	.col-centre .boxfr{width: 665px;}
	.col-centre .boxfl a{bottom: 40px;}
	.index_ys{width: 230px;margin-left: 15px;}
	.index_ys b{margin-top: 25px;margin-bottom: 5%;}
	.index_ys h4{font-size: 18px;}
	.index_ys a{bottom: 40px;}
	.sicks{width: 420px;}
	.introduce-sicks div{width: 305px;}
	.introduce-sicks ul{width: 665px;}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.Hotel{top: 40%;}
	.slickbox p{top: 73%;}
	.slickbox .slick-prev,.slickbox .slick-next{top: 67%;}
	.index-newsbox .boxfr b{margin-top: 5%;margin-bottom: 3%;}
	.index-newsbox .boxfr p{margin-top: 3%;margin-bottom: 2%;}
	.index-newsbox .boxfl div{height: 139px;padding-bottom: 0;}
	.index-newsbox .boxfl span{margin-top: 5%;margin-bottom: 3%;}
	.index-newsbox .boxfl p{margin-top: 2%;margin-bottom: 4%; height:50px;overflow:hidden; }
	.col-centre .boxfl{width: 326px;}
	.col-centre .boxfl h3{font-size: 24px;}
	.col-centre .boxfl h4{font-size: 18px;}
	.col-centre .boxfr{width: 840px;}
	.index_ys{width: 337px;}
	.introduce-sicks div{width: 360px;}
	.introduce-sicks li{width: 33.333%;}
	.introduce-sicks li:nth-child(2) a{width: 100%;height: 234px;}
	.introduce-sicks li a{width: 100%;height: 236px;}
	.introduce-sicks li:nth-child(3) a{width: 100%;height: 236px;}
	.introduce-sicks ul{width: 840px;}
	.cont-nav{width:1200px;top: -58px;}
	.cont-nav li a{line-height: 58px;height: 54px;}
	.cont-nav li::after{margin: 24px 36px 0 36px;}
}
@media (min-width: 1400px) and (max-width: 1800px) {
	.Hotel{top: 35%;}
}