@font-face {
	font-family: 'iconfont';
	/* project id 2310751 */
	src: url('../font/font_2310751_zn2t2o352a.eot');
	src: url('../font/font_2310751_zn2t2o352a.eot') format('embedded-opentype'),
		url('../font/font_2310751_zn2t2o352a.woff2') format('woff2'),
		url('../font/font_2310751_zn2t2o352a.woff') format('woff'),
		url('../font/font_2310751_zn2t2o352a.ttf') format('truetype'),
		url('../font/font_2310751_zn2t2o352a.svg') format('svg');
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.mbImg {
	display: none;
}

.wd {
	padding-bottom: 50px;
}

.wd ul li:nth-child(4) {
	display: none;
}

@font-face {
	font-family: din;
	src: url(../font/DIN-Condensed-Bold.ttf);
}

@font-face {
	font-family: butler;
	src: url(https://www.zhanyan.com.cn/resources/assets/fonts/helveticaneuethn.otf);
}

@font-face {
	font-family: montserrat;
	src: url(../font/montserrat-regular-webfont.woff2);
}

.boxes.sear {
	padding-top: 250px;
}

.logoC,
.langBtn,
.proMenu,
.backSearch,
.st_des,
.commonSearch,
.backHomeBtn,
.brandImgs .thum .mpic {
	display: none;
}

.header.bgW {
	background: #fff;
}

.swiperNomal .swiper-pagination.sj {
	position: absolute;
	bottom: 5%;
}

.rdSwiper {
	display: none;
}

.yfInfo .icon {
	display: none;
}

.rdSwiper .swiper-slide {
	background: #fff;
	border-top: 5px solid #1d99c1;
	padding: 30px 25px;
	border-radius: 10px;
}

.rdSwiper .swiper-slide .icon {
	width: 100px;
	height: auto;
	margin: 0px auto;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.rdSwiper .swiper-slide .name {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}

.rdSwiper .swiper-slide .name::after {
	width: 30px;
	height: 4px;
	background: #1d99c1;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	display: block;
	border-radius: 5px;
}

.rdSwiper .swiper-slide .icon::before {
	width: 80px;
	height: 80px;
	background: #1d99c1;
	content: '';
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 70%;
	-webkit-transform: translate(-50%, -50%);
	opacity: 0.1;
}

.rdSwiper .swiper-slide .txt {
	font-size: 14px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	opacity: .7;
	margin-bottom: 25px;
}

.rdSwiper .swiper-slide a {
	display: block;
	width: 150px;
	margin: 0px auto;
	height: auto;
	line-height: 45px;
	border: 2px solid #1d99c1;
	text-align: center;
	border-radius: 40px;
	background: #2cbbd1;
	color: #fff;
}

.rdSwiper .swiper-pagination-bullet-active,
.brandSwiper .swiper-pagination-bullet-active {
	background: #2cbbd1;
}

.rdSwiper .swiper-slide .icon span {
	display: block;
	width: 75px;
	height: 75px;
	position: relative;
	margin: 0px auto;
	background: url(../image/icon.png) no-repeat;
	background-size: auto 75px;
}

.rdSwiper .swiper-slide:nth-child(2) .icon span {
	background-position: -75px 0px;
}

.rdSwiper .swiper-slide:nth-child(3) .icon span {
	background-position: -150px 0px;
}

.rdSwiper .swiper-slide:nth-child(4) .icon span {
	background-position: -225px 0px;
}

.rdSwiper .swiper-slide:nth-child(5) .icon span {
	background-position: -300px 0px;
}

.boxes.xj {
	padding: 20px 0px;
	background: transparent;
}

.swiperBanner.v {
	margin-top: 15px;
	height: 60vw;
}

.vNav {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.vHeader {
	width: 90%;
	margin-left: 5%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vLogo {
	width: 64px;
}

.vSearch {
	width: calc(100% - 80px);
	height: 40px;
	display: flex;
	justify-content: space-between;
	background: rgba(255, 255, 255, .3);
	border-radius: 40px;
}

.vSearch .vBtn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.vSearch input {
	display: block;
	width: calc(100% - 60px);
	border: none;
	background: transparent;
	color: #fff;
	outline: none;
	text-indent: 20px;
}

.vSearch input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.vNav a {
	width: auto;
	height: auto;
	margin: 0px 5vw;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
}

.vNav a.active {
	color: rgba(255, 255, 255, 1);
}

.vNav a.active::before {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #e99a15;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
}

.vNav a .icon {
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 35px;
	position: relative;
}

.vNav a .txt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 2;
}

.vName {
	width: 100%;
	margin-top: 15px;
	display: none;
}

.mVideo {
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
}

.mVideo ul li.first {
	margin-top: 60px;
}

.mVideo ul li {
	position: relative;
	width: 90%;
	height: auto;
	background: #fff;
	padding: 5px;
	border: 2px solid #000;
	border-radius: 10px;
	margin-bottom: 100px;
}

.mVideo ul li.secend {
	width: 100%;
	margin-bottom: 25px;
}

.mVideo ul li.secend .name {
	position: relative;
	bottom: 0px;
	box-shadow: none;
	left: 0%;
}

.mVideo ul li .playBtn {
	width: 60px;
	height: auto;
	line-height: 60px;
	text-align: center;
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
}

.mVideo ul li .thum {
	position: relative;
	overflow: hidden;
	background: #000;
}

.mVideo ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	opacity: .7;
}

.mVideo ul li .ziconF,
.mVideo ul li .ziconB {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 68px;
	height: auto;
}

.mVideo ul li .ziconF {
	top: -55px;
}

.mVideo ul li .ziconB {
	top: 25%;
	width: 100px;
	left: auto;
	right: -60px;
	z-index: 5;
}

.mVideo ul li:nth-child(2n) .ziconF {
	left: -32px;
	top: -29px;
	z-index: 5;
}

.mVideo ul li:nth-child(2n) .ziconB {
	width: 50px;
	z-index: 5;
	right: 10px;
	top: -50px;
}

.mVideo ul li:nth-child(3n) .ziconF {
	left: -15px;
	top: -75px;
}

.videoBox {
	width: 94%;
}

.mVideo ul li .name {
	width: 95%;
	height: auto;
	position: absolute;
	left: 10%;
	background: #fff;
	border-radius: 40px;
	color: #5481dc;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 14px;
	box-shadow: 5px 5px 5px #234788;
	bottom: -20px;
}

.mVideo ul li:nth-child(2n) {
	margin-left: 10%;
}

.mVideo ul li:nth-child(2n) .name {
	left: -10%;
}

.mVideo ul li .mIcon {
	width: 117px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -58.5px;
	top: -35px;
}

.swiperNomal .slogan {
	width: 36vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	right: 7%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 2s;
}

.swiperNomal .swiper-slide-active .slogan {
	opacity: 1;
	visibility: visible;
}

.header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	padding: 0px 0px;
	background:#fff;
}

.header::after {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../image/line.png) repeat-x;
	content: '';
	opacity: 1;
	display: none;
}

.header.dermacid::after {
	display: none;
}

.header.dermacid .logo {
	margin-top: 20px;
}

.header.bh::after {
	background: url(../image/line2.png) repeat-x;
}

.header .w1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 5;
}

.logo {
	width: 208px;
	height: auto;
	display: block;
}

.logo .logoB{display: none;}
.logo .logoC{display: block;}

.logo.jy {
	width: 100px;
}

.ohterTips {
	width: auto;
	display: flex;
}

.lange {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;

	background: #1d99c1;
	color: #fff;
}

.lange:hover {
	background: #1d99c1;
	color: #fff;
}

.searchBox {
	width: 35px;
	height: 35px;
	position: relative;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	margin-left: 15px;
	overflow: hidden;
	-webkit-transition: all .5s;

	color: #fff;
	background: #1d99c1;
}

.mHome {
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 50px;
	margin-left: 15px;
	display: block;
}

.ohterShop a.mHome img {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}

.searchBox:hover {
	width: 150px;
}

.searchIcon {
	width: 35px;
	height: 35px;
	/* color: #1d99c1; */
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

.searchInput {
	position: absolute;
	width: calc(100% - 40px);
	left: 0px;
	top: 0px;
	-webkit-transition: all .5s;
}

.searchInput input {
	display: block;
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	/* color: #1d99c1; */
	height: 38px;
	text-indent: 20px;

	color: #fff;
}

.searchInput input::-webkit-input-placeholder {
	/* color: #1d99c1; */
	color: rgba(255,255,255,.5);
}

.nav {
	width: auto;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.nav ul li {
	width: auto;
	position: relative;
}

.nav ul li .list {
	width: 600px;
	height: auto;
	display: flex;
	position: absolute;
	left: -50%;
	top: 75px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	align-items: center;
	justify-content: space-between;
	display: none;
}

.nav ul li .list::before {
	width: 100%;
	height: 20px;
	position: absolute;
	left: -0px;
	top: -20px;
	content: '';
	display: block;
}

.nav ul li .list::after {
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	content: '';
	left: 17.5%;
	top: -8px;
	display: block;
}

.nav ul li:hover .list {
	display: flex;
}

.nav ul li .list a {
	padding: 0px;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 47px;
	position: relative;
}

.nav ul li .list a::after {
	width: 60%;
	height: 1px;
	position: absolute;
	left: 20%;
	bottom: 0px;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.nav ul li .list a:last-child::after {
	display: none;
}

.nav ul li .list .listA {
	width: 30%;
}

.nav ul li .list .listImg {
	width: 70%;
}

.nav ul li a {
	display: block;
	height: auto;
	line-height: 90px;
	text-align: center;
	/* color: #fff; */
	opacity: .7;
	border-radius: 45px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 25px;
	text-shadow: 0px 0px 10px rgba(0, 98, 134, .1);
}

.nav ul li:hover > a,
.nav ul li.active a {
	opacity: 1;
}

.nav ul li .list a:hover {
	opacity: 1;
}

.mvScroll {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.mvScroll .txt {
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 10px;
}

.mvScroll .line {
	width: 1px;
	height: 60px;
	margin: auto;
	overflow: hidden;
}

.mvScroll .line:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .25);
	transform: translateY(-100%);
	will-change: transform;
	animation: scrollLine 1.2s linear infinite;
}

@keyframes scrollLine {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

.mvScroll {
	bottom: 0px;
}

.boxes {
	background: #edf7fc;
}

.moreBtn {
	z-index: 1;
	position: relative;
	font-family: montserrat;
	width: 154px;
	display: block;
}

.button__circle {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -30px;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(#63abea), to(#73eef5));
	background-image: linear-gradient(-90deg, #63abea 0%, #73eef5 100%);
	-webkit-transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1.57);
	transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1.57);
}

.button__text {
	z-index: 1;
	position: relative;
	padding-left: 48px;
	-webkit-transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1);
	transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1);
}

.button__text::before {
	position: absolute;
	top: 0px;
	left: 48px;
	width: 0px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
	content: attr(data-text);
	-webkit-transition: width 0.6s cubic-bezier(0.37, -0.02, 0.09, 1.57) 0s;
	transition: width 0.6s cubic-bezier(0.37, -0.02, 0.09, 1.57) 0s;
	display: none;
}

.moreBtn:hover .button__circle {
	z-index: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1);
	transition: all 0.6s cubic-bezier(0.37, -0.02, 0.09, 1);
}

.moreBtn:hover .button__text {
	color: #fff;
	padding-left: 8px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.moreBtn:hover .button__text::before {
	width: 22px;
	-webkit-transition: width 0.6s cubic-bezier(0.37, -0.02, 0.09, 1) 0.01s;
	transition: width 0.6s cubic-bezier(0.37, -0.02, 0.09, 1) 0.01s;
}

.boxes.b1 .w1400 {
	background: url(../image/bg2.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 30px rgba(41, 141, 159, .1);
	padding: 150px 50px;
	display: flex;
	justify-content: space-between;
}

.introBox {
	width: 50%;
}

.introBox .title {
	width: 100%;
	margin-bottom: 35px;
}

.introBox .title p {
	font-size: 20px;
	text-transform: uppercase;
	font-family: montserrat;
	line-height: 1.4;
}

.introBox .title b {
	font-size: 24px;
	line-height: 1.2;
}

.introBox .singePage {
	margin-bottom: 50px;
}

.singePage video {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.numBox {
	width: 50%;
	position: relative;
}

.bbs {
	position: relative;
	height: 100%;
}

.bbs .bb {
	position: absolute;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background-color: rgba(151, 229, 237, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #1cb7ce;
	box-shadow: 0px 0px 50px rgba(100, 206, 224) inset;
}

.bbs .bb:before,
.bbs .bb:after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(151, 229, 237, 0.3);
	-webkit-animation: ss 2.5s infinite;
	animation: ss 2.5s infinite;
}

.bbs .bb:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.bbs .bb:nth-child(1) {
	left: 50%;
	top: -100px;
}

.bbs .bb:nth-child(2) {
	width: 215px;
	height: 215px;
}

.bbs .bb:nth-child(2) .n {
	font-size: 86px;
}

.bbs .bb:nth-child(3) {
	width: 235px;
	height: 235px;
	right: 100px;
	bottom: -50px;
}

.bbs .bb:nth-child(3) .n {
	font-size: 100px;
}

.bbs .bb:nth-child(4) {
	width: 200px;
	height: 200px;
	right: 60%;
	bottom: -120px;
}

.bbs .bb .n {
	font-size: 70px;
	font-weight: 700;
	line-height: 0.8;
	font-family: din;
}

.bbs .bb .n span {
	font-size: 26px !important;
	font-weight: 400;
	margin-left: 5px;
}

.bbs .bb .t {
	font-size: 24px;
	font-weight: 100;
}

@-webkit-keyframes ss {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes ss {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.subTitle {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.subTitle p {
	font-size: 24px;
	font-family: montserrat;
	line-height: 1;
	text-transform: uppercase;
}

.subTitle b {
	font-size: 28px;
	font-weight: normal;
}

.nav.b ul li a {
	color: #3e3e3e;
}

.nav.b ul li a:hover,
.nav.b ul li.active a {
	color: #1d99c1;
}

.baby .nav.b ul li a:hover,
.baby .nav.b ul li.active > a {
	color: #9a8ec3;
}

.boxes.p0 {
	padding: 0px;
}

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

.pdL,
.pdR {
	width: 48%;
}

.menus {
	width: 100%;
	margin-bottom: 35px;
}

.menus ul {
	display: flex;
	justify-content: space-between;
}

.menus ul li {
	width: 20%;
	height: auto;
	position: relative;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.menus ul li .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto;
	position: relative;
}

.menus ul li .icon::before {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0%;
	content: '';
	top: 0%;
	display: block;
	-webkit-transition: all .35s;
	-webkit-transform: scale(0);
}

.menus ul li:hover .icon::before,
.menus ul li.active .icon::before {
	-webkit-transform: scale(1);
}

.menus ul li .icon span {
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	left: 5px;
	top: 5px;
	background: url(../image/icon.png) no-repeat;
	background-size: auto 50px;
}

.menus ul li:nth-child(2) .icon span {
	background-position: -50px 0px;
}

.menus ul li:nth-child(3) .icon span {
	background-position: -100px 0px;
}

.menus ul li:nth-child(4) .icon span {
	background-position: -150px 0px;
}

.menus ul li:nth-child(5) .icon span {
	background-position: -200px 0px;
}

.menus ul li .txt {
	font-weight: bold;
}

.conList .singePage {
	/* font-size: 14px; */
	/* margin-bottom: 45px; */
}

.conList ul li {
	background: #fff;
	padding: 35px 35px 55px;
	position: relative;
	display: none;
	min-height: 314px;
}

.conList ul li.active {
	display: block;
}

.conList ul li::after {
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	content: '';
	position: absolute;
	left: 9%;
	top: -8px;
}

.conList ul li:nth-child(2)::after {
	left: 29%;
}

.conList ul li:nth-child(3)::after {
	left: 49%;
}

.conList ul li:nth-child(4)::after {
	left: 69%;
}

.conList ul li:nth-child(5)::after {
	left: 89%;
}

.boxes.b2 {
	height: 100vh;
	position: relative;
	padding: 0px;
}

.boxes.b2 ul {
	display: flex;
	width: 100%;
	height: 100%;
}

.boxes.b2 ul li {
	width: 25%;
	height: 100%;
	position: relative;
	background: #000;
	-webkit-transition: all .5s;
}

.boxes.b2 ul li:hover {
	width: 30%;
}

.subTitle.pos {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
	top: 15%;
}

.boxes.b2 ul li .img,
.boxes.b2 ul li .bgc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.boxes.b2 ul li .img {
	opacity: .9;
	background: center center no-repeat;
	background-size: cover;
}

.boxes.b2 ul li .brandLogo {
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 60%;
	-webkit-transition: all 1s;
}

.boxes.b2 ul li .brandLogo .lc {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.boxes.b2 ul li .brandLogo .lc,
.boxes.b2 ul li .brandLogo .lw {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.boxes.b2 ul li .brandLogo .des {
	text-align: center;
	line-height: 50px;
}

.boxes.b2 .li {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 70%;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.boxes.b2 .li .lid {
	width: 49%;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 25px;
	color: #fff;
}

.boxes.b2 .li .lid .icon {
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	margin: 0px auto;
}

.boxes.b2 .li .lid .info {
	width: 100%;
	height: auto;
	text-align: center;
}

.boxes.b2 .li .lid .info .t {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 5px;
}

.boxes.b2 .li .lid .info .d {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	opacity: .5;
	display: none;
}

.showTitle {
	display: none;
}

.pic-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	display: none;
}

.brandImgs .title {
	width: 100%;
	height: auto;
	padding: 15px 20px;
	position: absolute;
	left: 0px;
	bottom: 60px;
	line-height: 1.6;
	color: #333;
}

.brandImgs .title p {
	font-size: 12px;
	opacity: .7;
}

.brandImgs .title b {
	font-size: 20px;
	display: block;
	width: 100%;
}

.boxes.b2 ul li .bgc {
	background: -webkit-linear-gradient(top, rgba(2, 98, 149, 0) 0%, rgba(2, 98, 149, 1) 40%);
	opacity: 0;
	-webkit-transition: all 1s;
}

.boxes.b2 ul li:hover .bgc {
	opacity: 1;
}

.boxes.b2 ul li:hover .brandLogo {
	top: 45%;
	color: #fff;
}

.boxes.b2 ul li:hover .li {
	opacity: 1;
	visibility: visible;
	top: 60%;
}

.boxes.b2 ul li:hover .brandLogo .lw {
	opacity: 0;
}

.boxes.b2 ul li:hover .brandLogo .lc {
	opacity: 1;
}

.b3_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.b3_box .focus,
.b3_box .list {
	width: 49%;
	height: auto;
}

.b3_box .focus .thum,
.edu_box .list a .thum,
.teachers ul li .thum {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.b3_box .focus .thum .pic,
.b3_box .list a .thum .pic,
.news_list a .thum .pic,
.edu_box .list a .thum .pic,
.teachers ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.b3_box .focus .thum .pic img {
	max-width: auto;
	width: 100%;
}

.edu_box .list a:hover .pic {
	-webkit-transform: scale(1.05);
}

.b3_box .list a:hover .info .name,
.b3_box .focus:hover .name {
	color: #19abc5;
}

.b3_box .focus .info {
	width: 100%;
	height: auto;
	padding: 1vw 0px;
}

.b3_box .focus .info .time,
.b3_box .list a .info .time {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	opacity: .5;
}

.b3_box .focus .info .name,
.b3_box .list a .info .name {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b3_box .focus .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: .7;
}

.b3_box .list a {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
}

.b3_box .list a:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.b3_box .list a .thum {
	width: 35%;
	border-radius: 15px;
	overflow: hidden;
}

.b3_box .list a .info {
	width: 63%;
}

.b3_box .list a .info .name {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: break-spaces;
	line-height: 1.7;
	-webkit-box-orient: vertical;
}

.b3_box .list a .info .time {
	margin-top: 10px;
}

.moreBtn.c {
	margin: 0px auto;
}

.boxes.b3 {
	background: #fff;
}

.socail {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.socail a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000000;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin: 0px 5px;
	cursor: pointer;
}

.socail a .img {
	width: 100px;
	height: auto;
	background: #fff;
	position: absolute;
	left: -30px;
	top: -110px;
	display: none;
}

.socail a .icon {
	color: #fff;
	font-size: 20px;
	position: relative;
}

/* .socail a.wx{

	background: #2ec100;

}

.socail a.wb{

	background: #d62829;

}

.socail a.xhs{

	background: #ff0000;

} */
.socail a .icon.red::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../image/redIcon.png) no-repeat;
	background-size: cover;
	content: '';
}

.socail a i {
	display: none;
}

.socail a.wb .icon::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../image/wbIcon.png) no-repeat;
	background-size: cover;
	content: '';
}

.socail a.wx .icon::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../image/wxIcon.png) no-repeat;
	background-size: cover;
	content: '';
}

.socail a:hover .img {
	display: block;
}

.footer {
	padding: 50px 0px;
	background: -webkit-linear-gradient(top, rgba(157, 211, 238, 0) 0%, rgba(157, 211, 238, 0.5) 100%);
}

.know {
	text-align: center;
	line-height: 2;
	font-size: 24px;
	margin-bottom: 15px;
}

.hotTel {
	text-align: center;
	margin-bottom: 25px;
}

.hotTel a {
	font-size: 48px;
	font-family: montserrat;
	display: block;
	margin-top: 35px;
}

.footer_nav {
	width: 100%;
	margin-bottom: 25px;
}

.footer_nav ul {
	display: flex;
	justify-content: center;
}

.footer_nav ul li {
	width: auto;
}

.footer_nav ul li a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0px 35px;
	position: relative;
}

.footer_nav ul li a::after {
	width: 20px;
	height: 100%;
	position: absolute;
	right: -10px;
	text-align: center;
	top: 0%;
	content: '/';
	font-size: 12px;
	opacity: .7;
}

.footer_nav ul li:last-child a::after {
	display: none;
}

.footer_nav ul li a:hover {}

.copyright {
	justify-content: space-between;
	text-align: center;
	line-height: 2;
	color: rgba(0, 0, 0, .3);
}

.copyright a {
	color: rgba(0, 0, 0, .3);
	margin-left: 15px;
}

.copyright a:hover {
	color: rgba(0, 0, 0, .7);
}

.zxyImg .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .5);
}

.zxyImg .swiper-pagination-bullet-active {
	background: #9a8ec3;
}

.zxyImg .thum {
	position: relative;
	overflow: hidden;
}

.zxyImg .pic {
	background: center center no-repeat;
	background-size: cover;
}

.boxes.b4 {
	height: 100vh;
	background: url(../image/aboutBg.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

.boxes.b4 .w1400 {
	margin-top: 16vh;
}

.boxes.b4 .singePage p:nth-child(2) {
	width: 50%;
}

.boxes.b5 {
	background: url(../image/historyBg.jpg) center center no-repeat;
	background-attachment: fixed;
}

.subTitle.w {
	color: #fff;
}

.history {
	width: 100%;
	height: auto;
	padding-left: 50px;
	position: relative;
	padding-top: 70px;
}

.history::before {
	width: 1px;
	height: calc(100% - 50px);
	position: absolute;
	left: 25px;
	top: 50px;
	content: '';
	background: #fff;
}

.clock {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 48px;
}

.history ul li {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	margin-bottom: 35px;
}

.history ul li .year {
	font-size: 48px;
	font-family: din;
	position: relative;
	margin-bottom: 15px;
}

.history ul li .des {
	font-size: 16px;
	line-height: 2;
}

.history ul li .year::after {
	width: 100px;
	height: 1px;
	position: absolute;
	left: -25px;
	bottom: 0%;
	content: '';
	background: #fff;
}

.boxes.pd0 {
	padding: 0px;
}

.cooper ul {
	display: flex;
	flex-wrap: wrap;
}

.cooper ul li {
	width: 10%;
	height: auto;
	margin-right: 2.85%;
	margin-bottom: 25px;
	background: center center no-repeat;
	background-size: cover;
}

.cooper ul li:nth-child(8n) {
	margin-right: 0%;
}

.cooper ul li .thum {
	background: center center no-repeat;
	background-size: cover;
}

.boxes.w {
	background: #fff;
}

.subTips {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 10%;
}

.subTips.w {
	color: #fff;
}

.subTips.w b span:last-child {
	background: #fff;
}

.subTips.w b span:first-child::after,
.subTips.w b span:last-child::after,
.subTips.w b span:first-child {
	background: #fff;
}

.subTips p {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 2;
}

.subTips b {
	display: inline-block;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	position: relative;
}

.subBanner img {
	opacity: 1;
}

.subTips b span:first-child {
	position: absolute;
	height: 8px;
	left: -80px;
	top: 50%;
	margin-top: -4px;
	background: #626262;
	content: '';
	width: 32px;
	border-radius: 40px;
}

.subTips b span:last-child {
	position: absolute;
	height: 8px;
	right: -80px;
	top: 50%;
	margin-top: -4px;
	background: #626262;
	content: '';
	width: 32px;
	border-radius: 40px;
}

.subTips b span:first-child::after {
	width: 8px;
	height: 8px;
	position: absolute;
	right: -15px;
	content: '';
	background: #626262;
	border-radius: 50%;
}

.subTips b span:last-child::after {
	width: 8px;
	height: 8px;
	position: absolute;
	left: -15px;
	content: '';
	background: #626262;
	border-radius: 50%;
}

.brandImg {
	position: relative;
}

.brandShow {
	position: relative;
	background: rgba(191, 198, 216, .8);
	padding: 50px;
	width: 80%;
	margin-left: 10%;
	margin-top: -150px;
	color: #fff;
}

.logoName {
	width: 240px;
	margin: 0px auto;
	margin-bottom: 25px;
}

.subTips.pos {
	position: relative;
	bottom: 0%;
	margin-bottom: 35px;
}

.branList {
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 50px;
}

.branList ul,
.branList ol {
	width: 45%;
}

.branList ul li {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.5s;
}

.branList ul li a {
	display: block;
	padding: 15px 0px;
}

.branList ul li a .title {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	line-height: 25px;
	font-size: 16px;
	position: relative;
}

.branList ul li a .time {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 12px;
	opacity: .5;
}

.branList ol {
	width: 55%;
	height: 480px;
	position: relative;
}

.branList ol li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.branList ol li.active {
	display: block;
}

.branList ol li a {
	display: block;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}

.branList ul li::before {
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #c5d2d7;
	-webkit-transition: all 0.5s;
}

.branList ul li:hover::before {
	width: 120%;
}

.branList ul {
	position: relative;
	z-index: 5;
}

.branList ul li:hover {
	padding-left: 25px;
}

.brandImgs {
	margin-bottom: 50px;
}

.branList ul li:hover a {
	color: #fff;
}

.products ul {
	display: flex;
	flex-wrap: wrap;
}

.products ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.products ul li:nth-child(3n) {
	margin-right: 0%;
}

.products ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: block;
	overflow: hidden;
}

.products ul li .thum {
	position: relative;
	overflow: hidden;
}

.products ul li .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.products ul li .name {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 50px;
	-webkit-transition: all .5s;
}

.products ul li .name p {
	font-size: 14px;
	opacity: .7;
	line-height: 1.4;
}

.products ul li .name b {
	font-size: 20px;
	line-height: 1.7;
	font-weight: normal;
}

.products ul li .more {
	width: 100%;
	height: auto;
	line-height: 50px;
	background: #47b4e5;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: -50px;
	-webkit-transition: all .5s;
}

.products.jyb ul li .more {
	background: #9a8ec3;
}

.products ul li:hover .more {
	bottom: 0px;
}

.products ul li:hover .name {
	bottom: 60px;
}

.products ul li:hover .pic {
	-webkit-transform: scale(1.1);
}

.productDetail {
	margin-top: 50px;
	padding: 50px;
}

.waveBox {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.pdTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
}

.pdTop .pdImg {
	width: 50%;
}

.pdTop .pdImg .thum {
	position: relative;
}

.pdTop .pdImg .pic {
	background: center center no-repeat;
	background-size: contain;
	position: relative;
	border-radius: 50%;
}

.kw {
	width: 100px;
	height: 100px;
	position: absolute;
	background: #c3cbd6;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.kw span {
	font-size: 16px;
	display: block;
	padding: 0px 25%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.kw::before {
	content: "";
	display: block;
	position: absolute;
	-webkit-box-shadow: inset 0 0 30px 0 #c3cbd6;
	box-shadow: inset 0 0 30px 0 #c3cbd6;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: actif-btn-wave 2s infinite ease-out;
	animation: actif-btn-wave 2s infinite ease-out;
}

.kw.b::before {
	-webkit-box-shadow: inset 0 0 30px 0 #dfd6ff;
	box-shadow: inset 0 0 30px 0 #dfd6ff;
}

@-webkit-keyframes actif-btn-wave {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.kw.k1 {
	top: 10%;
	left: 10%;
}

.kw.k3 {
	left: 10%;
	bottom: 10%;
}

.kw.k2 {
	right: 10%;
	top: 10%;
}

.kw.k4 {
	right: 10%;
	bottom: 10%;
}

.kw.b {
	background: #9a8ec3;
}

.wave {
	position: absolute;
	z-index: 0;
	right: 50%;
	bottom: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform-origin: 47.5% 48.5%;
	transform-origin: 47.5% 48.5%;
	border-radius: 50%;
	background: 0 0;
	-webkit-box-shadow: inset 0 0 40px 0 #c3cbd6;
	box-shadow: inset 0 0 40px 0 #c3cbd6;
}

.wave.b {
	-webkit-box-shadow: inset 0 0 40px 0 #dfd6ff;
	box-shadow: inset 0 0 40px 0 #dfd6ff;
}

.wave.-one {
	width: 20vw;
	height: 20vw;
	max-height: 500px;
	-webkit-animation: drift 10000ms linear infinite;
	animation: drift 10000ms linear infinite;
	opacity: .4;
}

.wave.-two {
	width: 30vw;
	height: 30vw;
	max-height: 750px;
	-webkit-animation: drift 14000ms linear infinite;
	animation: drift 14000ms linear infinite;
	opacity: .3;
}

.wave.-three {
	width: 35vw;
	height: 35vw;
	-webkit-animation: drift 6000ms linear infinite;
	animation: drift 6000ms linear infinite;
	opacity: .2;
}

.wave.-four {
	width: 40vw;
	height: 40vw;
	-webkit-animation: drift 8500ms linear infinite;
	animation: drift 8500ms linear infinite;
	opacity: .1;
}

@-webkit-keyframes drift {
	0% {
		-webkit-transform: translate(50%, 55%) rotate(0deg);
		transform: translate(50%, 55%) rotate(0deg)
	}

	100% {
		-webkit-transform: translate(50%, 55%) rotate(360deg);
		transform: translate(50%, 55%) rotate(360deg)
	}
}

.searchContent {
	width: 100%;
	height: auto
}

.searchContent .scResult {
	width: 100%;
	height: auto;
	background: #9a8ec3;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult.b {
	background: #1d99c1;
}

.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../image/result_icon.png) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
}

.noData::after {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30px;
	background: url(../image/noData_img.png) no-repeat;
	background-size: cover;
	opacity: .2;
	content: '';
}

.noData p {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 60%;
	color: rgba(0, 0, 0, .2);
}

.noData.active {
	display: block
}

#page.zise li.xl-active {
	background-color: #9a8ec3;
	border-color: #9a8ec3;
}

#page.zise li:hover {
	background-color: #9a8ec3 !important;
	border-color: #9a8ec3;
}

.pdRight {
	width: 45%;
}

.pdRight .mark {
	font-size: 12px;
	opacity: .5;
	line-height: 20px;
}

.pdRight .name {
	font-size: 32px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.pdRight .des {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 2;
	opacity: .7;
}

.pdRight .ptail {
	width: 100%;
	height: auto;
	padding: 25px 0px;
}

.pdRight .plabel {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	padding: 10px 0px;
	font-size: 16px;
}

.pdRight .plabel .ptxt {
	width: 80px;
	opacity: .7;
}

.pdRight .plabel .pdes {
	width: 100%;
}

.ptail .plabel:first-child .pdes {
	display: inline-block;
	position: relative;
	width: auto;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 7px 0px;
}

.ptail .plabel:last-child {
	padding: 0px;
}

.hufu ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.proGG {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 35px;
}

.proGG ul {
	display: block;
}

.proGG ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	line-height: 1.7;
	align-items: center;
}

.shops {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.shops a {
	display: block;
	width: 180px;
	height: 40px;
	cursor: pointer;
	background: #666666;
	position: relative;
}

.shops a::after {
	width: 133px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	background: url(../image/shopBtn.png) no-repeat;
	background-size: cover;
}

.shops a:hover {
	background-color: #3e3e3e;
}

.proGG ul li .ptxt {
	width: 100px;
	font-size: 16px;
	text-align: left;
}

.proGG ul li .pdes {
	width: calc(100% - 100px);
	font-size: 38px;
	text-align: left;
	font-family: butler;
}

.proGG ul li:first-child .pdes {
	font-size: 38px;
}

.proGG ul li:first-child .pdes span {
	font-size: 20px;
	margin-right: 5px;
}

.proGG ul li:last-child .pdes {
	font-size: 18px;
}

.hufu ul li .thum {
	width: 60%;
}

.hufu ul li .info {
	width: 40%;
	background: #cacfde;
	color: #fff;
	padding: 50px;
}

.hufu ul li .name {
	width: 100%;
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}

.hufu ul li .name::after {
	width: 20%;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
}

.hufu ul li .des {
	width: 70%;
	font-size: 16px;
	line-height: 2;
}

.hufu ul li:nth-child(even) {
	direction: rtl;
}

.hufu ul li:nth-child(even) .info {
	direction: initial;
}

.branList.d ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.branList.d ul li {
	width: 49%;
	overflow: hidden;
}

.branList.d {
	margin-bottom: 0px;
}

.detail_box .dpr .title {
	background: #626262;
}

.b3_box .list.f {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.b3_box .list.f a {
	width: 49%;
}

.zmList ul {
	display: flex;
	flex-wrap: wrap;
}

.zmList ul li {
	width: 23.5%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
}

.zmList ul li:nth-child(4n) {
	margin-right: 0px;
}

.zmList ul li .thum {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.zmList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	height: 100%;
}

.zmList ul li .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
	background-image: -webkit-linear-gradient(top, rgba(191, 198, 216, .0) 0%, rgba(191, 198, 216, .8) 100%);
	padding: 25px 15px 15px;
}

.zmList ul li .name .txt {
	width: calc(100% - 50px);
	color: #fff;
	font-size: 16px;
}

.zmList ul li .name .icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
}

.backTop:hover {
	background: #1d99c1;
}

#page li.xl-nextPage,
#page li.xl-prevPage {
	display: none;
}

.socail a:hover {
	color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.socail a:hover .icon {
	color: #fff;
}

.boxes.cur {
	background: url(../image/curBG.jpg) center center no-repeat;
	background-attachment: fixed;
}

.curList {
	width: 70%;
	padding-top: 25px;
	margin-bottom: 50px;
}

.curList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.curList ul li {
	width: 30%;
	position: relative;
}

.curList ul li .icon {
	width: 60px;
	height: auto;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
	border-radius: 50%;
	color: #1cb6cd;
	background: #fff;
}

.curList ul li .info {
	width: 100%;
}

.curList ul li .info .name {
	font-size: 18px;
	margin-bottom: 15px;
}

.curList ul li .info .des {
	font-size: 14px;
	line-height: 1.7;
}

.ydh {
	width: 70%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ydh .img {
	width: 146px;
}

.ydh .txt {
	font-size: 14px;
	line-height: 2;
	padding-left: 50px;
	position: relative;
	margin-left: 40px;
}

.ydh .txt::after {
	width: 1px;
	height: 90%;
	content: '';
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0px;
	top: 5%;
}

.hufu {
	margin-bottom: 70px;
}

.zmList ul li a {
	display: block;
	height: 100%;
}

.ohterShop {
	width: auto;
	display: flex;
}

.ohterShop a {
	display: block;
	width: 35px;
	height: auto;
	margin-left: 10px;
}

.ohterShop a img {
	width: 25px;
	margin-left: 5px;
	margin-top: 5px;
}

.navBar {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 90px;
	padding-top: 15px;
	-webkit-transition: all .35s;
	opacity: 0;
	visibility: hidden;
	border-top: 1px solid rgba(0, 0, 0, .05);
	z-index: 5;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	background: #fff;
}

.navBar ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.navBar ul li {
	width: 20%;
	position: relative;
}

.navBar ul li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, .05);
}

.navBar ul li:last-child::after {
	display: none;
}

.navBar ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
}

.navBar ul li a:first-child {
	font-size: 16px;
	font-weight: bold;
}

.header.bh.active .navBar {
	opacity: 1;
	visibility: visible;
}

.navBar ul li a:hover {
	color: #1d99c1;
}

.baby .navBar ul li a:hover {
	color: #9a8ec3;
}

.footerSearch {
	width: 50%;
	height: 40px;
	margin: 0px auto;
	position: relative;
	border-radius: 45px;
	display: flex;
	justify-content: space-between;
	background: #f3f3f3;
	margin-top: 25px;
}

.footerSearch input {
	width: calc(100% - 50px);
	background: none;
	border: none;
	outline: none;
	text-indent: 25px;
}

.footerSearch .searchBtn {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	text-align: left;
	cursor: pointer;
}

.slides {
	height: 100vh;
}

.slides .slide {
	height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 0px;
}

.slides .slide.footer {
	height: auto;
	overflow: initial;
}

.slides .slide.slide2,
.slides .slide.slide3,
.slides .slide.slide5 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide3 .words {
	font-size: 10vw;
	font-family: montserrat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	animation: Move 145s linear infinite alternate;
	opacity: .5;
}

@-webkit-keyframes Move {
	0% {
		transform: translate(0);
		-webkit-transform: translate(0);
	}

	100% {
		transform: translate(100vw);
		-webkit-transform: translate(100vw);
	}
}

.zxyBanner {
	width: 100%;
	height: auto;
	position: relative;
}

.brandImgs .swiper-pagination-bullet-active {
	background: #1d99c1;
}

.brandImgs .pic {
	background: center center no-repeat;
	background-size: cover;
}

.zxySlogan {
	width: 35%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 40%;
	color: #9a8ec3;
	z-index: 10;
}

.zxySlogan .h2 {
	font-size: 40px;
	line-height: 2;
	text-transform: uppercase;
}

.zxySlogan .h3 {
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
	margin-bottom: 50px;
}

.commonMore3 {
	margin: 0px;
}

.boxes.w {
	background: #fff;
}

.zxyTitle {
	width: 680px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 35px;
}

.zxyImg {
	width: 100%;
	margin-bottom: 70px;
}

.zxyNews ul {
	position: relative;
	overflow: hidden;
}

.zxyNews ul li {
	width: 24%;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

.zxyNews ul li .thum {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.zxyNews ul li:nth-child(2),
.zxyNews ul li:nth-child(4) {
	margin-right: 1%;
	margin-left: 1%;
}

.zxyNews ul li {
	margin-bottom: 13px;
}

.zxyNews ul li:nth-child(n+3) {
	margin-bottom: 0%;
}

.zxyNews ul li:first-child {
	width: 49%;
	margin-bottom: 0px;
}

.zxyNews ul li .thum .pic {
	-webkit-transition: all .5s;
	background: center center no-repeat;
	background-size: cover;
}

.zxyNews ul li:hover .thum .pic {
	-webkit-transform: scale(1.1);
}

.zxyNews ul li .info {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	color: #fff;
	padding: 15px;
}

.zxyNews ul li:first-child .info {
	padding: 20px;
}

.zxyNews ul li .info::before {
	width: 100%;
	height: 150%;
	position: absolute;
	left: 0px;
	bottom: 0%;
	content: '';
	background-image: -webkit-linear-gradient(bottom, rgba(154, 142, 195, .8) 0%, rgba(154, 142, 195, 0) 100%);
	z-index: 0;
}

.zxyNews.fault ul li .info::before {
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(154, 142, 195, 0) 100%);
}

.zxyNews ul li .info .name {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.zxyNews ul li .info .time {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
}

.boxes.b20 .bgs {
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	background: #19abc5;
	content: '';
}

.boxes.b20 .bgs .i {
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: .1;
}

.yfBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.yfThum {
	width: 30%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.yfInfo {
	width: 60%;
	position: relative;
	margin-top: 120px;
}

.yfInfo .name {
	font-size: 24px;
	line-height: 1.7;
	color: #1cb6cd;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}

.yfInfo .des {
	font-size: 16px;
	line-height: 2;
}

.yfInfo .word {
	font-size: 14vw;
	display: block;
	position: absolute;
	left: 0px;
	top: -10vw;
	color: transparent;
	-webkit-text-stroke: 1px #1cb6cd;
	opacity: .2;
	width: 200%;
}

.yfThum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.boxes.b20.r .w1400 .yfBox {
	direction: rtl;
}

.boxes.b20.r .w1400 .yfBox .des {
	direction: initial;
	text-align: right;
}

.yfInfo::after {
	width: 140px;
	height: 3px;
	position: absolute;
	left: -150px;
	top: 60px;
	content: '';
	background: #1cb6cd;
}

.boxes.b20.r {
	background: #fff;
}

.boxes.b20.r .bgs {
	left: auto;
	right: 0%;
}

.boxes.b20.r .yfInfo .word {
	left: auto;
	right: 0%;
}

.boxes.b20.r .yfInfo::after {
	left: auto;
	right: -150px;
}

.joinList .swiper-slide {
	width: 32%;
	position: relative;
	background: #fff;
	padding: 50px 25px;
	border-radius: 0px 0px 30px 0px;
}

.joinList .swiper-slide .title {
	font-size: 20px;
	color: #0c8bc0;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.joinList .swiper-slide .title::after {
	width: 15%;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.joinList .swiper-slide .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	height: 200px;
	overflow: hidden;
}

.joinWarp .swiper-button-next {
	right: -30px;
	color: #0c8bc0;
	top: 45%;
}

.joinWarp .swiper-button-prev {
	left: -30px;
	color: #0c8bc0;
	top: 45%;
}

.joinWarp .swiper-button-next:after,
.joinWarp .swiper-button-prev:after {
	font-size: 20px;
}

.joinWarp {
	position: relative;
}

.tsBox {
	width: 50%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
}

.tsBox .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
}

.tsBox .sendEmal {
	height: auto;
	border-radius: 55px;
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	justify-content: center;
	background: #333;
	color: #fff;
	padding: 7px 0px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.tsBox .sendEmal p {
	display: block;
	width: 100%;
}

.tsBox .sendEmal a {
	color: #fff;
}

.tsBox .des {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	max-height: 70vh;
	overflow-y: auto;
}

.tsBox .des p {
	margin-bottom: 10px;
}

.hideBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 20px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}

.joinList ul li:hover,
.joinList ul li:hover .title {
	background: #0c8bc0;
	color: #fff;
}

.joinList ul li:hover .title::after {
	background: rgba(255, 255, 255, .5);
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #33bbdd;
	cursor: pointer;
}

.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.boxes.b21 {
	height: 70vh;
}

.mapBox {
	width: 35%;
	height: auto;
	position: absolute;
	background: #1591b4;
	color: #fff;
	padding: 35px;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.mapBox .name {
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.mapBox .name p {
	font-size: 24px;
	font-family: montserrat;
	line-height: 1;
	text-transform: uppercase;
}

.mapBox ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.mapBox ul li .icon {
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	font-size: 22px;
}

.mapBox ul li .txt {
	width: calc(100% - 55px);
}

.mapBox ul li .txt p {
	font-size: 24px;
	font-family: montserrat;
}

.mapBox ul li .txt b {
	font-weight: normal;
}

.felList {
	width: 100%;
}

.felList ul {
	display: flex;
	flex-wrap: wrap;
}

.felList ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 50px;
}

.felList ul li:nth-child(3n) {
	margin-right: 0%;
}

.felList ul li a {
	display: block;
}

.felList ul li a .thum {
	position: relative;
	overflow: hidden;
}

.felList ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all .35s;
}

.felList ul li a:hover .thum .pic {
	-webkit-transform: scale(1.05);
}

.felList ul li a .thum .img {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
}

.felList ul li a .info {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.felList ul li a .des {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
	padding: 3px 0px;
	opacity: .7;
}

.felList ul li a .des.first {
	opacity: 1;
}

.felList ul li a .des .name {
	font-weight: bold;
}

.felList ul li a .des .name {
	width: 80px;
}

.felList ul li a .des .txt {
	width: calc(100% - 80px);
}

.felNews {
	width: 100%;
}

.felNews ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.felNews ul li {
	width: 49%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

.felNews ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}

.felNews ul li a .thum {
	width: 40%;
}

.felNews ul li a .pic {
	background: center center no-repeat;
	background-size: cover;
}

.felNews ul li a .info {
	width: 60%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.felNews ul li a .title {
	font-size: 16px;
}

.felNews ul li a .time {
	font-size: 14px;
	line-height: 25px;
	display: block;
	width: 100%;
	align-self: flex-end;
	opacity: .7;
}

.felNews ul li a:hover .info {
	color: #e60012;
}

.moreProduct {
	width: 100%;
	padding: 50px;
	background: #9083bd;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.moreProduct .info {
	width: calc(100% - 300px);
}

.moreProduct .info b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.moreProduct .info p {
	font-size: 16px;
	line-height: 1.7;
	opacity: .7;
}

.jyTitle {
	width: 300px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 50px;
}

.hfVideo ul li {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.hfVideo ul li .thum {
	width: 50%;
	position: relative;
	z-index: 5;
}

.hfVideo ul li .thum .pic {
	width: 100%;
	position: relative;
	-webkit-mask-image: url(../image/jyMask.png);
	-webkit-mask-size: cover;
}

.hfVideo ul li .info {
	width: 50%;
	position: absolute;
	left: 40%;
}

.hfVideo ul li .info .name {
	position: absolute;
	top: 20%;
	width: 50%;
	left: 30%;
}

.hfVideo ul li .info .name .t {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.7;
}

.hfVideo ul li .info .name .des {
	font-size: 14px;
	line-height: 2;
	opacity: .7;
}

.hfVideo ul li .thum .icon {
	width: 100px;
	height: auto;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	font-size: 68px;
	color: #fff;
	cursor: pointer;
}

.hfVideo ul li:nth-child(even) {
	direction: rtl;
}

.hfVideo ul li:nth-child(even) .info {
	left: 10%;
}

.hfVideo ul li:nth-child(even) .info .name {
	direction: initial;
	left: 25%;
}

.hfVideo {
	margin-bottom: 70px;
}

.hfs {
	width: 100%;
}

.hfs ul {
	display: flex;
	flex-wrap: wrap;
}

.hfs ul li {
	width: 23%;
	background: #FFF;
	padding: 35px;
	border-radius: 35px;
	margin-right: 2%;
}

.hfs ul li:nth-child(4n) {
	margin-right: 0%;
}

.hfs ul li .icon {
	font-size: 58px;
	text-align: center;
	line-height: 100px;
	height: 100px;
	position: relative;
}

.hfs ul li:nth-child(1) .icon {
	font-size: 28px;
}

.hfs ul li .icon::after {
	width: 40px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	content: '';
	bottom: 5px;
	background: rgba(0, 0, 0, .1);
}

.hfs ul li .des {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 25px;
	min-height: 81px;
}

.hfs ul li .pdf {
	display: block;
	width: 100px;
	height: 50px;
	text-align: center;
	margin: 0px auto;
	font-size: 32px;
	line-height: 50px;
}

.zxyNews.ny ul li {
	width: 32%;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.zxyNews.ny ul li:nth-child(3n) {
	margin-right: 0%;
}

.yaneL {
	width: 60%;
	position: relative;
}

.yaneL .title {
	width: 240px;
}

.yaneEwm {
	width: 36%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.boxes.yan {
	padding: 0px;
}

.boxes.yan .w1400 {
	padding: 70px 0px;
}

.gestae {
	width: 100%;
}

.gestae ul {
	display: flex;
	flex-wrap: wrap;
}

.gestae ul li {
	width: 49%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}

.gestae ul li:nth-child(even) {
	margin-right: 0%;
}

.gestae ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.gestae ul li a .thum {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gestae ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .35s;
}

.gestae ul li a:hover .thum .pic {
	-webkit-transform: scale(1.05);
}

.gestae ul li a .info {
	width: 100%;
	height: auto;
	padding: 15px 0px;
}

.gestae ul li a .info .title {
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
}

.gestae ul li a .info .time {
	width: 100%;
	font-size: 12px;
	line-height: 1.7;
}

.menu_btn {
	position: absolute;
	right: 0%;
	top: 0px;
	height: 40px;
	font-size: 0;
	-webkit-text-size-adjust: none;
	width: 115px;
	display: none;
	z-index: 10;
}

.menu_btn p {
	position: absolute;
	width: 74%;
	line-height: 40px;
	font-size: 13px;
	background-color: #1d99c1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: 1px;
	right: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: width .25s ease-in-out;
	-o-transition: width .25s ease-in-out;
	-moz-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out
}

.menu_btn.active p {
	width: 100%
}

.menu_btn p + p {
	opacity: 0
}

.menu_btn.active .menu_btn p + p {
	opacity: 1
}

.menu_btn .btn {
	width: 47px;
	height: 47px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	transition: all .3s cubic-bezier(.445, .05, .55, .95);
	z-index: 20;
	top: -4px;
	background-color: #fff;
	margin-left: auto;
	margin-right: 0
}

.menu_btn .btn span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #1d99c1;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.baby .menu_btn .btn span {
	background-color: #9a8ec3;
}

.menu_btn .btn span:nth-child(1) {
	width: 20px;
	top: 18px
}

.menu_btn .btn span:nth-child(3) {
	width: 10px;
	top: 31px
}

.menu_btn.active .btn span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-45deg) translate3d(0, 0, 0);
	transform: rotate(-45deg) translate3d(0, 0, 0);
	top: 50%
}

.menu_btn.active .btn span:nth-child(2) {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0)
}

.menu_btn.active .btn span:nth-child(3) {
	-webkit-transform: scaleX(0) translate3d(0, 0, 0);
	-moz-transform: scaleX(0) translate3d(0, 0, 0);
	transform: scaleX(0) translate3d(0, 0, 0)
}

.brandSwiper {
	display: none;
}

@media screen and (max-width: 767px) {
	.header::after {
		height: 100px;
		background: url(../image/line3.png) repeat-x;
		display: none;
	}

	.menu_btn {
		display: block;
		width: 47px;
		left: 0%;
		top: 7px;
		height: auto;
	}

	.menu_btn .btn {
		top: 0px;
	}

	.nav {
		opacity: 0;
		visibility: hidden;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0, 0, 0, .7);
		z-index: 1;
		width: 100%;
		-webkit-transition: all .5s;
	}

	.nav.active {
		opacity: 1;
		visibility: visible;
	}

	.nav ul {
		position: relative;
		display: block;
		width: 80%;
		height: 100%;
		background: #fff;
		left: -80%;
		-webkit-transition: all .35s;
		padding-top: 60px;
	}

	.nav.active ul {
		left: 0%;
	}

	.nav ul li {
		width: 100%;
		margin: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding: 10px 25px;
	}

	.nav ul li a {
		color: #333;
		line-height: 30px;
		font-size: 14px;
		opacity: 1;
		padding: 0px;
	}

	.logoC {
		display: block;
	}

	.logoB {
		display: none;
	}

	.logo {
		width: 104px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
	}

	.header {
		height: 60px;
		padding: 0px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		background: #fff;
	}

	.header::before {
		display: none;
	}

	.ohterTips {
		display: none;
		z-index: 1;
	}

	.header .w1400 {
		height: 100%;
	}

	.slides {
		height: auto;
		margin-top: 60px;
	}

	.slides > .swiper-wrapper {
		display: block;
	}

	.slides .slide,
	.swiper-container.swiperNomal {
		height: 100%;
	}

	.swiper-container.swiperNomal.topMargin {
		height: 40vh;
		margin-top: 60px;
	}

	.swiperNomal .swiper-pagination-bullet {
		width: 10px;
		height: 6px;
	}

	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
		width: 7px;
		height: 7px;
	}

	.mvScroll {
		display: none;
	}

	.swiperNomal .slogan {
		width: 50%;
		right: 3%;
		top: 70%;
	}

	.indexBanner.slides .slide1 {
		height: 50vh !important;
	}

	.slides .slide1 {
		height: 55vh;
	}

	.slides .slide2 {
		height: auto;
	}

	.boxes {
		background: #fff;
	}

	.boxes.b1 .w1400 {
		box-shadow: none;
		background: #fff;
		padding: 50px 0px;
	}

	.numBox {
		display: none;
	}

	.introBox {
		width: 100%;
	}

	.introBox .title {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.introBox .title p {
		display: none;
	}

	.introBox .title b {
		font-size: 20px;
		line-height: 1.6;
		display: block;
	}

	.introBox .title::after {
		width: 40px;
		height: 4px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		background: #1d99c1;
		content: '';
		display: block;
	}

	.singePage {
		font-size: 14px;
	}

	.moreBtn {
		margin-bottom: 25px;
	}

	.slide3 .words {
		display: none;
	}

	.subTitle {
		margin-bottom: 25px;
		padding-bottom: 15px;
		position: relative;
	}

	.subTitle::after {
		width: 30px;
		height: 4px;
		position: absolute;
		left: 50%;
		bottom: 0px;
		background: #1d99c1;
		content: '';
		display: block;
		margin-left: -15px;
		border-radius: 5px;
	}

	.subTitle p {
		font-size: 16px;
	}

	.subTitle b {
		font-size: 20px;
	}

	.pdBox {
		flex-wrap: wrap;
		display: none;
	}

	.pdR {
		display: none;
	}

	.pdL,
	.pdR {
		width: 100%;
	}

	.slides .slide.slide3 {
		background: #edf7fc;
		padding: 50px 0px;
	}

	.footer_nav {
		display: none;
	}

	.copyright {
		font-size: 12px;
	}

	.hotTel a {
		font-size: 38px;
	}

	.know {
		font-size: 20px;
	}

	.introBox .singePage {
		margin-bottom: 30px;
	}

	.slides .slide.slide5 {
		padding: 50px 0px;
	}

	.b3_box {
		flex-wrap: wrap;
	}

	.b3_box .focus,
	.b3_box .list {
		width: 100%;
	}

	.b3_box .focus {
		margin-bottom: 15px;
		display: none;
	}

	.backTop {
		display: none;
	}

	.menus ul li .icon span {
		width: 30px;
		height: 30px;
		left: 10px;
		top: 10px;
		background-size: auto 30px;
	}

	.menus ul li .txt {
		font-size: 14px;
	}

	.menus ul li .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 5px;
	}

	.menus ul li:nth-child(2) .icon span {
		background-position: -30px 0px;
	}

	.menus ul li:nth-child(3) .icon span {
		background-position: -60px 0px;
	}

	.menus ul li:nth-child(4) .icon span {
		background-position: -90px 0px;
	}

	.menus ul li:nth-child(5) .icon span {
		background-position: -120px 0px;
	}

	.menus {
		margin-bottom: 15px;
	}

	.conList ul li {
		padding: 15px;
	}

	.menus ul li.active .txt {
		font-size: 16px;
	}

	.rdSwiper {
		display: block;
		padding-bottom: 50px;
	}

	.b3_box .focus .info .name {
		font-size: 16px;
	}

	.b3_box .list a .info .name {
		font-size: 14px;
	}

	.b3_box .focus .info .time,
	.b3_box .list a .info .time {
		font-size: 12px;
	}

	.boxes {
		padding: 30px 0px;
	}

	.subTitle.l::after {
		left: 0%;
		margin-left: 0%;
	}

	.boxes.b4 .w1400 {
		margin-top: 10vh;
	}

	.boxes.b4 .singePage p:nth-child(2) {
		width: 100%;
	}

	.boxes.b4 {
		height: auto;
		background-size: contain;
		padding-bottom: 70px;
		background-color: #eef7fc;
	}

	.boxes.b5 {
		background-attachment: inherit;
		background-position: inherit;
		background-size: cover;
	}

	.history {
		padding-left: 30px;
		padding-top: 30px;
	}

	.clock {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 28px;
	}

	.history::before {
		height: calc(100% - 30px);
		left: 15px;
		top: 30px;
	}

	.history ul li .year::after {
		left: -15px;
		width: 70px;
	}

	.history ul li .year {
		font-size: 36px;
		margin-bottom: 5px;
	}

	.history ul li .des {
		font-size: 14px;
	}

	.history ul li {
		margin-bottom: 15px;
	}

	.curList {
		width: 100%;
		padding-top: 0px;
		margin-bottom: 25px;
	}

	.curList ul li {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.curList ul li .icon {
		margin-bottom: 0px;
	}

	.curList ul li .info {
		width: calc(100% - 70px);
	}

	.curList ul li .info .name {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.ydh {
		width: 100%;
		display: block;
		padding: 25px 10px;
	}

	.ydh .img {
		width: 73px;
		margin: 0px auto;
		margin-bottom: 10px;
	}

	.ydh .txt {
		margin-left: 0%;
		padding-left: 0%;
		text-align: center;
		font-size: 12px;
	}

	.ydh .txt::after {
		display: none;
	}

	.cooper ul li {
		width: 20%;
		margin-bottom: 15px;
		margin-right: 6.5%;
	}

	.cooper ul li:nth-child(8n) {
		margin-right: 2%;
	}

	.cooper ul li:nth-child(4n) {
		margin-right: 0%;
	}

	.subBanner {
		margin-top: 60px;
		overflow: hidden;
	}

	.subBanner img {
		width: 150vw;
		max-width: none;
		position: relative;
		margin-left: -25vw;
	}

	.yfInfo .word {
		display: none;
	}

	.boxes.b20 .bgs {
		width: 100%;
		height: 100%;
	}

	.yfThum {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 15px;
		border-radius: 0px;
		box-shadow: none;
		display: none;
	}

	.yfThum img {
		display: none;
	}

	.yfThum .pic {
		height: 40vh;
	}

	.yfInfo {
		width: 100%;
		margin-top: 0px;
	}

	.yfInfo .name b {
		display: none;
	}

	.yfInfo::after {
		display: none;
	}

	.yfInfo .name {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
		text-align: center;
		padding-top: 5px;
	}

	.boxes.b20.r .w1400 .yfBox .des {
		text-align: left;
	}

	.yfInfo .des {
		font-size: 14px;
		text-align: justify;
	}

	.yfBox {
		flex-wrap: wrap;
		background: #fff;
		padding: 20px;
		border-radius: 5px;
	}

	.boxes.b20.r .w1400 .yfBox {
		direction: initial;
	}

	.subTips p {
		display: none;
	}

	.subTips b {
		font-size: 20px;
		font-weight: bold;
	}

	.subTips b span:first-child {
		height: 4px;
		left: -50px;
		margin-top: -2px;
		width: 20px;
	}

	.subTips b span:last-child {
		width: 20px;
		height: 4px;
		margin-top: -2px;
		right: -50px;
	}

	.subTips b span:first-child::after,
	.subTips b span:last-child::after {
		width: 4px;
		height: 4px;
	}

	.b3_box .list.f a {
		width: 100%;
	}

	#page li.xl-prevPage,
	#page li.xl-nextPage {
		display: none;
	}

	#page {
		padding-top: 30px;
	}

	.detail_page {
		padding: 0px;
	}

	.detail_box {
		width: 100%;
		flex-wrap: wrap;
	}

	.detail_box .dpl .title {
		font-size: 20px;
	}

	.detail_box .dpr {
		width: 100%;
		display: none;
	}

	.detail_box .dpl {
		width: 100%;
		padding: 25px 5%;
	}

	.joinList {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.joinList .swiper-slide {
		padding: 0px 0px 25px;
	}

	.boxes.b21 {
		height: auto;
		padding-bottom: 0px;
	}

	.map {
		position: relative;
		height: 200px;
		display: none;
	}

	.mapBox .name p {
		font-size: 16px;
	}

	.mapBox {
		position: relative;
		width: 100%;
		right: 0%;
		top: 0%;
		padding: 25px 15px;
		-webkit-transform: translateY(0%);
	}

	.footer {
		padding: 25px 0px;
	}

	.mapBox .name {
		font-size: 20px;
	}

	.mapBox ul li .icon {
		font-size: 14px;
		width: 35px;
		height: 35px;
		line-height: 33px;
	}

	.mapBox ul li .txt {
		width: calc(100% - 40px);
	}

	.tsBox {
		width: 94%;
		padding: 15px;
	}

	.tsBox .title {
		margin-bottom: 10px;
	}

	.nav ul li.sub::before {
		width: 15px;
		height: 15px;
		position: absolute;
		right: 5%;
		background: url(../image/arrowIcon.png) no-repeat;
		background-size: cover;
		content: '';
		opacity: .5;
		top: 15.5px;
	}

	.nav ul li .list {
		display: block;
		position: relative;
		width: 100%;
		top: 0%;
		left: 0%;
		border-radius: 0px;
		padding: 0px;
	}

	.nav ul li .list .listA {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0px 0%;
	}

	.nav ul li .list .listImg {
		display: none;
	}

	.nav ul li .list a {
		width: 100%;
	}

	.nav ul li a {
		text-align: left;
		text-shadow: none;
	}

	.nav ul li.sub {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.nav ul li.sub a {
		padding: 0px 0px;
		margin-right: 0px;
		line-height: 30px;
	}

	.nav ul li.sub > a {
		width: 100%;
		margin-right: 0%;
	}

	.nav ul li .list .listA a {
		color: #999;
	}

	.nav ul li .list a::after {
		display: none;
	}

	.nav ul li .list::before,
	.nav ul li .list::after {
		display: none;
	}

	.navBar,
	.ohterShop {
		display: none;
	}

	.zxyTitle {
		width: 90%;
		margin-bottom: 15px;
	}

	.header.bh {
		background: #fff;
	}

	.zxySlogan {
		display: none;
	}

	.baby .menu_btn p {
		background-color: #9a8ec3;
	}

	.jyTitle {
		width: 200px;
		margin-bottom: 20px;
	}

	.hfs ul li {
		width: 49%;
		border-radius: 10px;
		padding: 15px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
		margin-bottom: 15px;
	}

	.hfs ul li:nth-child(even) {
		margin-right: 0%;
	}

	.hfs ul li:nth-child(1) .icon {
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}

	.hfs ul li .icon {
		height: 60px;
		line-height: 60px;
		font-size: 40px;
	}

	.hfs ul li .des {
		font-size: 14px;
		opacity: .7;
		line-height: 25px;
		height: 100px;
	}

	.subTips.pos {
		margin-bottom: 15px;
	}

	.brandImgs {
		margin-bottom: 30px;
		border-top: 5px solid #9a8ec3;
	}

	.brandImgs.b {
		border-top: 5px solid #1d99c1;
	}

	.brandImgs img {
		display: none;
	}

	.brandImgs .thum {
		height: 40vh;
	}

	.brandImgs .title b {
		font-size: 16px;
	}

	.brandImgs .thum .pic {
		height: 100%;
		display: none;
	}

	.brandImgs .title {
		padding-bottom: 10px;
	}

	.brandImgs .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.branList ol {
		display: none;
	}

	.branList ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.branList ul li a {
		padding: 10px 0px;
	}

	.branList ul li:hover::before {
		width: 100%;
	}

	.branList ul li:hover {
		padding-left: 15px;
	}

	.branList.d ul li {
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}

	.header.bh::after {
		display: none;
	}

	.header.bh:hover::before {
		display: none;
	}

	.products ul {
		justify-content: space-between;
	}

	.products ul li {
		width: 49%;
		margin-bottom: 10px;
		margin-right: 0%;
	}

	.zxyImg {
		margin-bottom: 30px;
	}

	.products ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.products ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.products ul li .more {
		display: none;
	}

	.products ul li .name {
		bottom: 0px;
		padding: 15px 5%;
		position: relative;
		text-align: left;
	}

	.products ul li .name::before {
		background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.branList ul li a .title {
		height: auto;
		margin-top: 0px;
		font-size: 14px;
		line-height: 20px;
	}

	.branList {
		margin-bottom: 0px;
	}

	.products ul li:hover .name {
		bottom: 0px;
	}

	.products ul li .name p {
		display: none;
	}

	.products ul li .name b {
		font-size: 12px;
	}

	.productDetail {
		padding: 20px 0px;
		background: #fff;
	}

	.pdTop {
		flex-wrap: wrap;
		margin-bottom: 25px;
	}

	.pdTop .pdImg {
		width: 100%;
		margin-bottom: 20px;
	}

	.pdRight {
		width: 100%;
		overflow: hidden;
	}

	.pdRight .name {
		font-size: 24px;
		margin-bottom: 5px;
		padding: 0px 5%;
	}

	.pdRight .des {
		font-size: 16px;
		margin-bottom: 0px;
		opacity: 1;
		padding: 0px 5%;
	}

	.pdRight .ptail {
		padding: 0px 5% 15px;
	}

	.pdRight .plabel {
		font-size: 14px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.pdRight .plabel .ptxt {
		width: 65px;
	}

	.proGG ul li .ptxt {
		width: 70px;
	}

	.proGG ul li .pdes {
		width: calc(100% - 70px);
	}

	.proGG ul li .ptxt,
	.proGG ul li .pdes {
		font-size: 14px;
	}

	.proGG ul li:first-child .pdes {
		font-size: 24px;
	}

	.shops {
		margin-left: 5%;
		margin-bottom: 20px;
	}

	.shops a::after {
		width: 100px;
		height: 15px;
	}

	.pdRight .plabel .pdes {
		width: 100%;
		font-size: 12px;
	}

	.brandShow {
		margin: 0px;
		width: 100%;
		padding: 25px;
		margin-top: 20px;
	}

	.logoName {
		width: 150px;
		margin-bottom: 10px;
	}

	.slide4 .subTitle.pos {
		position: relative;
		top: 0px;
		margin-top: 50px;
	}

	.boxes.b2 ul {
		flex-wrap: wrap;
		display: none;
	}

	.brandSwiper {
		display: block;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.slides .slide.slide4 {
		background: #f9f9f9;
	}

	.brandSwiper .swiper-slide {
		height: 50vh;
		transform: scale(0.8);
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
		-webkit-transition: all .5s;
	}

	.brandSwiper .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.brandSwiper .swiper-slide .thum {
		height: 100%;
		background: center center no-repeat;
		background-size: cover;
		position: relative;
	}

	.brandSwiper .swiper-slide-active,
	.brandSwiper .swiper-slide-duplicate-active {
		transform: scale(1);
	}

	.brandSwiper .swiper-slide .logo {
		width: 240px;
		position: absolute;
		left: 50%;
		margin-left: -120px;
		bottom: 30px;
		-webkit-transform: translateX(0%);
	}

	.brandSwiper .swiper-slide .thum::before {
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0%;
		bottom: 0%;
		background: url(../image/line.png) repeat-x;
		content: '';
		-webkit-transform: rotate(180deg);
		opacity: .7;
	}

	.hufu ul li,
	.zmList ul {
		flex-wrap: wrap;
	}

	.hufu ul li .thum {
		width: 100%;
	}

	.hufu ul li .info {
		width: 100%;
		padding: 20px;
	}

	.hufu ul li .name {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 5px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.hufu ul li .des {
		width: 100%;
		font-size: 14px;
	}

	.hufu ul li .name::after {
		width: 10%;
	}

	.hufu ul li {
		margin-bottom: 15px;
	}

	.hufu ul li:nth-child(even) {
		direction: initial;
	}

	.zmList ul li {
		width: 49%;
	}

	.zmList ul li .name .icon {
		display: none;
	}

	.zmList ul li .name .txt {
		width: 100%;
		font-size: 14px;
	}

	.felList ul {
		justify-content: space-between;
	}

	.felList ul li {
		width: 49%;
		margin-right: 0%;
		margin-bottom: 10px;
	}

	.felNews ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.felNews ul li a .thum .pic {
		height: 100%;
	}

	.felNews ul li a .title {
		font-size: 14px;
	}

	.felNews ul li a .time {
		font-size: 12px;
	}

	.boxes.yan .w1400 {
		padding: 50px 0px;
	}

	.yaneL .title {
		width: 120px;
	}

	.yaneL {
		width: 100%;
		margin-bottom: 100px;
	}

	.yaneEwm {
		width: 42%;
	}

	.yaneEwm.w {
		width: 30%;
	}

	.gestae ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.gestae ul li:nth-child(even) {
		margin-right: 0%;
	}

	.gestae ul li a .info .time {
		display: none;
	}

	.gestae ul li a .info {
		padding: 5px 0px;
	}

	.gestae ul li a .info .title {
		font-size: 14px;
		text-align: left;
	}

	.b3_box .list a .thum {
		overflow: hidden;
		border-radius: 0px;
		width: 40%;
	}

	.b3_box .list a .info {
		width: 58%;
	}

	.yanBanner {
		margin-top: 70px;
	}

	.zxyNews ul li:first-child {
		width: 50%;
		margin-bottom: 0px;
	}

	.zxyNews ul li:nth-child(2),
	.zxyNews ul li:nth-child(4) {
		margin-right: 0%;
		margin-left: 0%;
	}

	.zxyNews ul li {
		width: 50%;
		margin-bottom: 0px;
	}

	.moreProduct {
		padding: 20px;
		flex-wrap: wrap;
	}

	.moreProduct .info {
		width: 100%;
		margin-bottom: 10px;
	}

	.moreProduct .info b {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.moreProduct .info p {
		font-size: 12px;
	}

	.commonMore3 {
		width: 150px;
		height: 50px;
	}

	.commonMore3 p {
		margin-left: 0px;
		font-size: 14px;
	}

	.commonMore3 .icon {
		font-size: 18px;
	}

	.hfVideo ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hfVideo ul li {
		width: 49%;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.hfVideo ul li .thum {
		width: 100%;
	}

	.hfVideo {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 50px;
	}

	.hfVideo ul li .info {
		position: relative;
		width: 100%;
		left: 0%;
	}

	.hfVideo ul li .thum .icon {
		width: 50px;
		line-height: 50px;
		font-size: 48px;
		top: 50%;
	}

	.hfVideo ul li .info img {
		display: none;
	}

	.hfVideo ul li .info .name {
		position: relative;
		top: 0%;
		width: 100%;
		left: 0%;
	}

	.hfVideo ul li .info .name .des {
		display: none;
	}

	.hfVideo ul li .info .name .t {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.felList ul li a .info {
		line-height: 1.6;
		margin-top: 5px;
		font-size: 14px;
		text-align: left;
		min-height: 55px;
	}

	.zxyNews.ny ul li {
		width: 49%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 10px;
	}

	.zxyNews.ny ul li:nth-child(even) {
		margin-right: 0%;
	}

	.header.dermacid .logo {
		margin-top: 0px;
		left: 0%;
		-webkit-transform: translateX(0%);
	}

	.zxyNews ul li .thum {
		border-radius: 0px;
	}

	.yanBanner.mt0 {
		margin-top: 0px;
	}

	.zxyNews ul li:first-child .info {
		padding: 10px;
	}

	.zxyNews ul li .info .name {
		font-size: 14px;
	}

	.zxyNews ul li .info {
		padding: 10px;
	}

	.zxyNews ul li .info .time {
		font-size: 12px;
		display: none;
	}

	.zxyNews ul li:nth-child(n+3) {
		margin-bottom: 10px;
	}

	.hfVideo ul li:nth-child(even) .info .name {
		direction: initial;
		left: 0%;
	}

	.hfVideo ul li:nth-child(even) .info {
		left: 0%;
	}

	.hfVideo ul li .thum .pic {
		-webkit-mask-image: none;
		margin-bottom: 10px;
	}

	.b3_box .list a {
		align-items: flex-start;
	}

	.b3_box .list a .info .time {
		margin-top: 5px;
	}

	.header.dermacid {
		background: transparent;
	}

	.kw {
		width: 70px;
		height: 70px;
	}

	.kw span {
		padding: 0px 25%;
		font-size: 14px;
	}

	.wave.-one {
		width: 40vw;
		height: 40vw;
	}

	.wave.-two {
		width: 50vw;
		height: 50vw;
	}

	.wave.-three {
		width: 55vw;
		height: 55vw;
	}

	.wave.-four {
		width: 70vw;
		height: 70vw;
	}

	.zmList ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.mt70 {
		margin-top: 60px;
	}

	.branList ul li {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		width: 49%;
	}

	.joinList .swiper-slide .title {
		font-size: 16px;
	}

	.joinList .swiper-slide .title::after {
		width: 10%;
	}

	.langBtn {
		width: 40px;
		height: auto;
		position: fixed;
		left: calc(80% - 50px);
		top: 10px;
		line-height: 50px;
		text-align: center;
		z-index: 10;
		display: block;
		-webkit-transition: all .5s;
		-webkit-transform: scale(0);
		opacity: 0;
	}

	.backHomeBtn {
		width: 40px;
		height: auto;
		position: fixed;
		left: calc(80% - 90px);
		top: 10px;
		line-height: 50px;
		text-align: center;
		z-index: 10;
		display: block;
		-webkit-transition: all .5s;
		-webkit-transform: scale(0);
		opacity: 0;
	}

	.langBtn.active,
	.backHomeBtn.active {
		opacity: 1;
		-webkit-transform: scale(1);
	}

	.backHomeBtn.active {
		-webkit-transition-delay: 0s;
	}

	.commonSearch {
		width: 40px;
		height: auto;
		position: absolute;
		right: 0%;
		top: 10px;
		line-height: 40px;
		text-align: center;
		z-index: 0;
		font-size: 18px;
		display: block;
	}

	.ohterTips.active {
		display: block;
		width: 80%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		padding: 15px 25px;
	}

	.lange {
		display: none;
	}

	.searchBox {
		width: 100%;
		margin-left: 0%;
		height: 45px;
		line-height: 45px;
		border: 1px solid #1d99c1;
	}

	.searchInput input {
		height: 43px;
	}

	.searchIcon {
		height: 45px;
		line-height: 45px;
		width: 40px;
		background: #1d99c1;
		color: #fff;
	}

	.proMenu {
		display: block;
	}

	.pmName {
		width: 100%;
		height: auto;
		line-height: 30px;
		position: relative;
	}

	.nav.b ul li .pmName a {
		color: #999;
		width: 100%;
		height: auto;
		position: relative;
	}

	.pmName::after {
		width: 10px;
		height: 10px;
		position: absolute;
		right: 5%;
		background: url(../image/arrowIcon.png) no-repeat;
		background-size: cover;
		content: '';
		opacity: .5;
		top: 10px;
		-webkit-transform: rotate(-90deg);
	}

	.pmDiv .pmList {
		display: none;
		background: rgba(0, 0, 0, .02);
		padding: 10px;
	}

	.pmDiv.active .pmList {
		display: flex;
		flex-wrap: wrap;
	}

	.nav ul li .pmDiv .pmList a {
		width: 50%;
		color: #999;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pmDiv.active .pmName::after {
		-webkit-transform: rotate(0deg);
	}

	.pmDiv {}

	.header {
		position: absolute;
	}

	.header.fix {
		position: fixed;
	}

	.logo.jy {
		width: 60px;
	}

	.navBar ul {
		display: none;
	}

	.navBar {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0s;
		bottom: -72px;
		position: fixed;
		top: auto;
		opacity: 1;
		width: 100%;
	}

	.navBar.active {
		left: 0px;
		padding: 50px 25px;
		height: 100%;
		top: 0px;
		visibility: visible;
	}

	.footerSearch {
		width: 100%;
		margin-top: 0px;
	}

	.products.de ul li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.products.de ul li:nth-child(even) {
		margin-right: 2%;
	}

	.products.de ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.products.de ul li .name b {
		font-size: 10px;
	}

	.gestae ul {
		justify-content: space-between;
	}

	.header.dermacid {
		border-bottom: none;
	}

	.header.dermacid.fix {
		position: absolute;
	}

	.mobShow {
		display: none;
	}

	.showTitle {
		position: absolute;
		left: 20px;
		bottom: 20px;
		height: auto;
		line-height: 40px;
		width: auto;
		padding: 0px 25px;
		background: #9a8ec3;
		color: #fff;
		border-radius: 40px;
		z-index: 1;
		display: block;
	}

	.showTitle.b {
		background: #1d99c1;
	}

	.w1400.full {
		width: 100%;
	}

	.products.de {
		padding: 0px 5%;
	}

	.swiper-pagination.bannerDot {
		padding: 5px;
	}

	.yfInfo .icon {
		display: block;
		width: 75px;
		height: 75px;
		position: absolute;
		left: 50%;
		margin-left: -37.5px;
		background: #fff;
		border-radius: 50%;
		top: -60px;
	}

	.yfInfo .icon span {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 12.5px;
		top: 12.5px;
		background: url(../image/icon.png) no-repeat;
		background-size: auto 50px;
	}

	.yfInfo .icon.i2 span {
		background-position: -50px 0px;
		;
	}

	.yfInfo .icon.i3 span {
		background-position: -100px 0px;
		;
	}

	.yfInfo .icon.i4 span {
		background-position: -150px 0px;
		;
	}

	.yfInfo .icon.i5 span {
		background-position: -200px 0px;
		;
	}

	.yfInfo .icon.i6 span {
		background-position: -250px 0px;
		;
	}

	.zxyNews ul {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}

	.pt0 {
		padding-top: 0px;
	}

	.shops a {
		width: 143px;
		height: 30px;
		background-size: 286px auto;
	}

	.zxyNews.h ul li:nth-child(n+3) {
		margin-bottom: 10px;
	}

	.boxes.b20 {
		padding: 70px 0px 50px;
	}

	.proGG {
		padding: 0px 5%;
		margin-bottom: 25px;
	}

	.ptail .plabel:first-child .pdes {
		padding: 4px 0px;
	}

	.products.de ul li .name {
		position: absolute;
		padding: 5px 5%;
	}

	.proGG ul li:first-child .pdes span {
		font-size: 16px;
	}

	.st_des {
		width: 100%;
		padding: 25px 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.st_des a {
		display: block;
		width: auto;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		padding: 0px 10px;
		background: rgba(0, 0, 0, .3);
		border-radius: 40px;
		margin: 0px 5px 5px 0px;
	}

	.st_des a:first-child {
		background: #1d99c1;
	}

	.st_des.p a:first-child {
		background: #9a8ec3;
	}

	.backSearch {
		width: 160px;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -80px;
		line-height: 45px;
		bottom: 10vh;
		background: #333;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 50px;
		display: block;
	}

	.homeSearch.open {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0px;
		top: 0px;
		padding: 50px 25px;
		background: #fff;
		z-index: 100;
	}

	.searchBox:hover {
		width: 100%;
	}

	.footerSearch .searchBtn {
		width: 48px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 0px 40px 40px 0px;
		font-size: 14px;
		cursor: pointer;
		background: rgba(0, 0, 0, .5);
		color: #fff;
	}

	.felList ul li a .des .name,
	.felList ul li a .des .txt {
		width: 100%;
	}

	.felList ul li a .des .name {
		padding-bottom: 5px;
	}

	.felList ul li a .des {
		font-size: 12px;
	}

	.felList ul li a .des.first {
		font-size: 14px;
	}

	.ohterShop.tree {
		display: block;
	}

	.ohterShop a.mHome {
		position: absolute;
		right: 0%;
		top: 10px;
	}

	.wd ul li:nth-child(4) {
		display: block;
	}

	.pic-inner {
		display: block;
	}

	.topMargin .slide-inner {
		display: none;
	}

	.brandImgs .thum .mpic {
		height: 100%;
		background: center center no-repeat;
		background-size: cover;
		display: block;
	}

	.joinList .swiper-button-next {
		display: none;
	}

	.joinList .swiper-button-prev {
		display: none;
	}

	.slide-inner {
		display: none;
	}

	.mbImg {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background: center center no-repeat;
		background-size: cover;
	}
}