html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

.relative {
	position: relative
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}

.header:after {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: transparent !important;
}

.header-nav {
	width: 100%;
	/*max-height: 100px;*/
	/*position: fixed;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1200
}

.header-menu {
	text-align: center;
	vertical-align: middle;
	max-width: 1454px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/*margin: 0 12.5%;*/
}

.header-menu .header-menu-item {
	display: flex;
}

.header-menu>li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	/*margin: 40px;*/
	margin-left: calc((100% - 64px * 7 - 146px - 24px * 2 - 780px) / 11);
	font-size: 18px;
}

.header-menu .item-logo {
	margin-top: 15px;
	height: 50px
}

.header-menu .item-logo img {
	height: 100%;
	width: auto
}


/*.header-menu .join-text {
	width: 80px;
	height: 36px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 36px;
	letter-spacing: 1px;
	background: #FFFFFF;
	margin-top: 20px;
	margin-left: 12px;
	text-align: center;
	border-radius: 5px;
}*/

.header-menu .item-nav {
	width: 86px;
	text-align: center;
	margin-top: 30px;
	margin-left: 46px;
}

.header-menu .item-nav>a {
	width: 72px;
	height: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 1px;
}

.header-menu .item-nav .item-stn {
	display: none
}

.header-menu .item-nav .a-active {
	font-weight: 600;
}

.header-menu .item-nav span {
	display: none;
	width: 64px;
	height: 4px;
	border-radius: 3px;
	background: #FFFFFF;
	margin-top: 12px;
	/*position: relative;
	left: 25%;*/
	/*transform: translate(-50%);*/
}

.header-menu .item-nav .active {
	display: block;
	width: 64px;
	height: 4px;
	border-radius: 3px;
	background: #FFFFFF;
	margin-top: 12px;
	margin-left: 10px;
	/*transform: translate(-50%);*/
}

.header-menu .item-nav:hover span {
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 4px;
	/*background: #FFFFFF;*/
	border-radius: 3px;
	background: #FFFFFF;
	margin-top: 12px;
	-webkit-animation-name: nav-span;
	animation-name: nav-span;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	/*动画停在最后100%时候的状态*/
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
@-webkit-keyframes nav-span {
	from {
		width: 0;
	}
	to {
		width: 80%;
	}
}

@keyframes nav-span {
	from {
		width: 0;
	}
	to {
		width: 80%;
	}
}

.header-hint {
	/*right: 3.88889em;*/
	font-size: 18px;
	margin-top: 30px;
	margin-left: 40px;
	padding-left: 40px;
}

.header-lang,
.header-tel span {
	text-transform: uppercase;
	width: 120px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

.header-tel {
	padding-left: 1.11111em;
	margin-left: 1.11111em;
	position: relative;
	margin-top: -12px;
	background-color: #E60012;
	border-radius: 6px;
	margin-top: 20px;
}

.header-tel span {
	display: block;
	color: #fff;
}

.header-tel p {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-right: 16px
}

@media(max-width:1500px) {
	.header-menu {
		max-width: 80%;
	}
}

a {
	background-color: transparent
}

img {
	border-style: none;
	display: inline-block
}

ul,
p {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #000
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.wow {
	visibility: hidden
}


/*banner图*/

#banners {
	/*width: 1920px;*/
	max-width: 100%;
	height: 600px;
	margin: 0 auto;
	/*占位*/
	background: url(../image/culture/%c3%a8%c2%9c%c2%9c%c3%a9%c2%9b%c2%aa%c3%a9%c2%9c%c2%80%c3%a8%c2%a6%c2%81%c3%a4%c2%bd%c2%a0%c3%af%c2%bc%c2%8c%c3%a8%c2%ae%c2%a9%c3%a5%c2%a5%c2%8b%c3%a6%c2%96%c2%97%c3%a7%c2%9d%c2%80%c3%a7%c2%9b%c2%b8%c3%a8%c2%81%c2%9a.html);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

#banners .banner-text {
	/*width: 1920px;*/
	width: 100%;
	height: 600px;
	/*padding: 232px 830px;*/
	padding-top: 187px;
	padding-left: calc((100% - 330px) / 2);
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.banner-text .news {
	width: 330px;
	height: 150px;
	/*font-size: 54px;*/
	font-weight: 600;
	color: #FFFFFF;
	line-height: 75px;
	letter-spacing: 1px;
	/*margin-left: -30px;*/
}

.banner-text .news span {
	display: block;
}

.banner-text .news span:nth-child(1) {
	font-size: 40px;
}

.banner-text .news span:nth-child(2) {
	font-size: 54px;
}

#banners .banner-button {
	width: 168px;
	height: 52px;
	border-radius: 26px;
	border: 2px solid #FFFFFF;
	margin: 0 auto;
	text-align: center;
	margin-top: -240px;
}

.banner-button .search-btn {
	/*width: 101px;
	height: 33px;*/
	width: 100%;
	height: 100%;
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

#banners .bg-dec {
	position: absolute;
	right: 15em;
	top: 22.2em;
	width: 253px;
	height: 212px;
}

#banners .bg-dec img {
	max-width: 100%
}


/*页面中间类似标题的部分*/

.titles {
	/*width: 465px;*/
	width: 100%;
	height: 95px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 40px;
}


/*.titles .title-en {
	font-size: 68px;
	font-weight: 600;
	color: #EBEBEB;
	line-height: 95px;
	text-transform: uppercase;
}*/

.titles .title-ch {
	margin: 0 auto;
	width: 240px;
	height: 84px;
	font-size: 50px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #E60012;
	line-height: 84px;
}


/*.titles .title-line {
	width: 330px;
	height: 16px;
	background: #E60012;
	margin: 0 auto;
	margin-top: -16px;
}*/


/*环境部分轮播*/

.swiper-container {
	/*max-width: 1920px;*/
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 110px;
	padding-bottom: 40px;
	overflow: hidden;
}

.swiper-container .swiper-slide {
	color: white;
	text-align: center;
}

.swiper-container .swiper-pagination-bullet-active {
	background-color: white;
}

.swiper-container .swiper-slide {
	width: 1000px;
	height: 500px;
	width: 50%;
	height: 50%;
	border-radius: 18px;
	-webkit-transform: scale(0.8) !important;
	transform: scale(0.8) !important;
	margin-top: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.swiper-container .swiper-slide-active {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.swiper-container .swiper-slide .swiper-mask {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255, 0.5);
}

.swiper-container .swiper-text {
	/*width: 1000px;*/
	max-width: 1000px;
	height: 500px;
}

.swiper-container .swiper-slide .swiper-txt {
	opacity: 0;
}

.swiper-container .swiper-slide-active .swiper-mask {
	background-color: rgb(255, 255, 255, 0);
}

.swiper-container .swiper-slide-active .swiper-text .swiper-txt {
	opacity: 1;
	/*width: 920px;*/
	width: 92%;
	margin: 0 auto;
	height: 60px;
	position: fixed;
	/*left: 70px;*/
	left: 4%;
	bottom: 20px;
	background-color: rgba(51, 51, 51, 0.5);
}

.swiper-container .swiper-slide-active .swiper-text p {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 60px;
}
/*分页器*/
.swiper-container .swiper-pagination {
	position: absolute;
	top: 1426px !important;
	z-index: 100;
}
/*包裹自定义分页器的div的位置等CSS样式*/

.swiper-container .swiper-pagination-custom {
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}
/*自定义分页器的样式*/

.swiper-container .swiper-pagination-customs {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: #EEEEEE;
	border-radius: 50%;
	margin: 0 23px;
	outline: 0;
}
/*自定义分页器激活时的样式表现*/

.swiper-container .swiper-pagination-customs-active {
	width: 21px;
	height: 23px;
	z-index: 100;
	background: url(../images/%c3%a7%c2%ba%c2%a2%c3%a8%c2%89%c2%b2%c3%a9%c2%9b%c2%aa%c3%a7%c2%8e%c2%8b%c3%a5%c2%a4%c2%b4.html) no-repeat;
	background-size: cover;
}



/*蜜雪生活 图片部分*/

.life-images {
	max-width: 1454px;
	/*height: 1273px;*/
	margin: 0 auto;
	margin-top: 100px;
	/*box-sizing: unset;*/
}

.life-item-image {
	background-color: rgba(51, 51, 51, 0.5);
}

.life-images .life-item-4 {
	/*width: 480px;*/
	width: 33.03%;
	height: 300px;
	display: inline-block;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-size: cover*/
}

.life-images .life-item-4 .life-item-image {
	/*width: 480px;*/
	width: 100%;
	height: 300px;
	border-bottom: 4px solid white;
}

.life-images .life-item-8 {
	/*width: 964px;*/
	width: 66.3%;
	height: 300px;
	display: inline-block;
}

.life-images .life-item-8 .life-item-image {
	/*width: 964px;*/
	width: 100%;
	height: 300px;
	border-bottom: 4px solid white;
}

.life-images .life-item-12 {
	/*width: 1449px;*/
	width: 99.7%;
	height: 375px;
	display: inline-block;
}

.life-images .life-item-12 .life-item-image {
	/*width: 1449px;*/
	width: 100%;
	height: 375px;
	border-bottom: 4px solid white;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}

.life-images .life-item-3 {
	/*width: 359px;*/
	width: 24.6%;
	height: 300px;
	display: inline-block;
}

.life-images .life-item-3 .life-item-image {
	/*width: 359px;*/
	width: 100%;
	height: 300px;
	border-bottom: 4px solid white;
}

.life-images .life-item-6 {
	/*width: 723px;*/
	width: 49.5%;
	height: 300px;
	display: inline-block;
}

.life-images .life-item-6 .life-item-image {
	/*width: 723px;*/
	width: 100%;
	height: 300px;
	border-bottom: 4px solid white;
}


/*图片上的文字*/

.life-item-text {
	width: 100%;
	/*height: 100%;*/
	color: #FFFFFF;
	margin-top: -250px;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
}

/*.life-item-text .icon-next {
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-top: 14.5px;
	margin-left: 3px;
}*/

.life-item-text span {
	font-size: 28px;
	font-weight: 600;
	line-height: 48px;
	display: inline-block;
	/*padding-top: 5px;*/
	width: auto;
	/*height: 48px;*/
}
/*图片上的副文本*/
.life-item-text .life-content{
	opacity: 0;
	margin-right: 70px;
	margin-top: 28px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.life-item-text span,
.life-item-text p {
	z-index: 100;
}

.life-item-image-bg {
	width: 100%;
	height: 100%;
	opacity: 0;
	margin-top: -300px;
	animation: bgColorOpacityYC 0.8s;
	animation-fill-mode: forwards;
}

.life-item-image-bg-big{
	width: 100%;
	height: 100%;
	opacity: 0;
	margin-top: -375px;
	animation: bgColorOpacityBigYC 0.8s;
	animation-fill-mode: forwards;
}

/*悬停图片时显示文字*/

.life-item-4:hover .life-item-image-bg,
.life-item-8:hover .life-item-image-bg{
	/*transform: translateY(300px);*/
	-webkit-animation: bgColorOpacity 0.8s;
	animation: bgColorOpacity 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.life-item-4:hover .life-item-text .life-content,
.life-item-8:hover .life-item-text .life-content{
	-webkit-animation: bgTextOpacity 0.8s;
	animation: bgTextOpacity 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes bgTextOpacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes bgTextOpacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*.life-item-12:hover .life-item-image-bg-big {
	-webkit-animation: bgColorOpacityBig 0.8s;
	animation: bgColorOpacityBig 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}*/
@-webkit-keyframes bgColorOpacity {
	from {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
	to {
		opacity: 0.8;
		margin-top: -300px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
}

@keyframes bgColorOpacity {
	from {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
	to {
		opacity: 0.8;
		margin-top: -300px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
}
@-webkit-keyframes bgColorOpacityYC {
	from {
		opacity: 1;
		margin-top: -300px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
	to {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
}
@keyframes bgColorOpacityYC {
	from {
		opacity: 1;
		margin-top: -300px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
	to {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
}
@-webkit-keyframes bgColorOpacityBig {
	from {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
	to {
		opacity: 1;
		margin-top: -375px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
}
@keyframes bgColorOpacityBig {
	from {
		height: 0;
		opacity: 0;
		margin-top: 0;
	}
	to {
		opacity: 1;
		margin-top: -375px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
}
@-webkit-keyframes bgColorOpacityBigYC {
	from {
		opacity: 1;
		margin-top: -375px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
	to {
		height: 0;
		margin-top: 0;
	}
}
@keyframes bgColorOpacityBigYC {
	from {
		opacity: 1;
		margin-top: -375px;
		background-color: #E60012;
		border-bottom: 4px solid white;
	}
	to {
		height: 0;
		margin-top: 0;
	}
}


/*员工心声轮播*/

.photo {
	/*width: 1920px;*/
	width: 100%;
	height: 548px;
	background: #F7F7F7;
	margin-top: 146px;
}

.photo::after {
	clear: both;
}

.photo input {
	display: none;
}

.control {
	width: 1920px;
	/*height: 548px;*/
	margin: 0 auto;
}

.image {
	position: absolute;
	/*top: 2870px;*/
	/*bottom: 590px;*/
	left: 0px;
	width: 100%;
	height: 548px;
	opacity: 0;
	transition: all 0.7s;
	size: 100%;
	/*padding-left: 240px;*/
	padding-left: 16%;
}

.arr {
	float: left;
	width: 500px;
	height: 560px;
	margin-top: -75px;
	left: 200px;
	overflow: hidden;
	border-radius: 15px;
}

.arr .r {
	width: 100%;
	/*height: 100%;*/
	/*width: 500px;*/
	/*height: 560px;*/
	display: block;
	/*object-fit: cover;*/
	border-radius: 15px;
}

.control .image .num {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 28px;
	position: absolute;
	bottom: 24px;
	left: 45%;
}

.nav label {
	width: 100px;
	height: 500px;
	position: absolute;
	/*top: 3028px;*/
	bottom: 500px;
	z-index: 100;
	display: none;
	cursor: pointer;
	transition: opacity 0.2s;
	color: black;
	font-size: 50px;
	line-height: 300px;
	text-align: center;
}

/*.image:hover+.nav label {
	opacity: 0.5;
}*/

.nav label:hover {
	opacity: 0.5;
}

.nav .up {
	left: 10px;
}

.nav .down {
	right: 10px;
}

input:checked+.control .image {
	z-index: 99;
	/*当单选按钮被被勾选时 图片透明度显示为1，图片缩放为正常大小，过度机制：过度时间1s*/
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	transition: all 1s;
}

input:checked+.control .nav label {
	/*当单选按钮勾选时，显示尖括号lable元素*/
	display: block;
	color: #E60012;
}


/*轮播图文字*/

.photo-text {
	/*width: 1370px;*/
	/*max-width: 900px;*/
	max-width: 39vw;
	height: 500px;
	/*float: right;*/
	margin-left: 31vw;

}

.photo-text .beforeYin {
	width: 54px;
	height: 140px;
	font-size: 100px;
	/*font-family: AppleSystemUIFont;*/
	font-weight: 400;
	color: #525252;
	opacity: 0.2;
	line-height: 140px;
	/*margin-top: 45px;*/
}

.photo-text .imgTitle {
	/*width: 360px;*/
	height: 50px;
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
	margin-top: -50px;
	/*margin-left: 108px;*/
	margin-left: 3vw;
}

.photo-text .imgText {
	/*width: 832px;*/
	max-height: 180px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	/*margin-left: 108px;*/
	margin-left: 3vw;
	margin-top: 39px;

	overflow: auto;
	display: inline-block;
	padding-right: 15px;
}
/*设置滚动条的宽(针对垂直滚动条) 高(针对水平滚动条)*/
.photo-text .imgText::-webkit-scrollbar{
	width: 5px;
}
/*设置滚动条里面的滑块样式*/
.photo-text .imgText::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
}
/*设置滚动条的轨道背景样式*/
.photo-text .imgText::-webkit-scrollbar-track{
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
}

.photo-text .imgName {
	/*width: 360px;*/
	height: 28px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	/*margin-left: 108px;*/
	margin-left: 3vw;
	margin-top: 36px;
}
.photo-text .img-line{
	display: none;
}

.photo-text .afterYin {
	width: 100px;
	height: 102px;
	font-size: 100px;
	/*font-family: AppleSystemUIFont;*/
	color: #525252;
	opacity: 0.2;
	line-height: 118px;
	/*margin-left: 890px;*/
	margin-left: 35vw;
}

.paragraph {
	font-size: 18px;
	color: #555;
	/*line-height: 1.875;*/
	letter-spacing: 1px
}

.paragraph p {
	padding-top: 16px;
}

@media only screen and (min-width: 2135px) {
	.arr .r {
		margin-left: 20%;
		width: 400px;
	}
	.photo-text {
		margin-left: 610px;
	}
}

@media only screen and (min-width:1920px) {
	/*照片距左*/
	.image {
		padding-left: 12.5%;
	}
	/*轮播图文字*/
	.photo-text {
		max-width: 42vw;
	}
	/*右边双引号*/
	.photo-text .afterYin {
		margin-left: 44vw;
	}
}

@media only screen and (max-width:1700px) {
	.image {
		padding-left: 8%;
	}
	.photo-text {
		max-width: 42vw;
		margin-left: 38vw;
	}
	.photo-text .afterYin {
		margin-left: 37vw;
	}
}
@media only screen and (max-width:1400px) {
	.arr {
		width: 400px;
	}
	.photo-text {
		max-width: 42vw;
		margin-left: 40vw;
	}
	.photo-text .afterYin {
		margin-left: 39vw;
	}
}



/*页面尾部*/

.footer {
	background-color: #FFF5F5;
	font-size: 20px;
	/*padding-top: 4.5em;*/
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	z-index: 120;
}

.w1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.footer .fs-svg {
	position: absolute;
	left: 0;
	bottom: 0
}

.footer .fs-svg .gentle-wave {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite
}

.footer .fs-svg.active .gentle-wave {
	-webkit-animation: move-forever2 16s linear infinite;
	animation: move-forever2 16s linear infinite
}

.footer .fsb-svg {
	pointer-events: none;
	z-index: 100
}

.foot-align {
	font-size: 18px
}

.footer {
	font-size: 18px
}

.footer .fs-svg {
	left: -240px
}

.foot-share a {
	font-size: 20px
}

.foot-tel .txt .tel {
	font-size: 16px
}

.foot-tel {
	color: #E60012;
	font-weight: 700;
	margin-bottom: 3.63636em;
	/*margin-top: 3.63636em;*/
	margin-top: 55px;
}

.foot-tel span {
	display: inline-block;
	margin-bottom: .27273em
}

.foot-tel .txt {
	line-height: 1.4
}

.foot-tel .txt p {
	/*color: #E40055*/
	color: #E60012;
}

.foot-tel .txt .tel {
	font-size: 18px;
	margin-bottom: 10px
}

.foot-top__cont {
	padding-left: 4.5em;
}

.foot-top__cont,
.foot-bottom__cont {
	position: relative;
	top: 51px;
}

.foot-bottom__cont {
	padding-top: 250px;
	bottom: -2px
}

.foot-share a {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: .90909em
}

.foot-share a::before {
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
	display: block
}

.foot-share a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.foot-share img {
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
	transform-origin: center bottom;
	position: absolute;
	left: -68px;
	top: -170px;
	max-width: 160px
}

.fb-top__inner {
	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: 120;
	padding-left: 4.5em;
}

.foot-message {
	font-size: 12px;
	color: #fff;
	margin-top: 1.5em;
}

.foot-rec,
.foot-comp,
.sm-link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.33333em
}

.foot-rec a {
	color: #fff
}

.sm-link {
	color: #fff;
	font-weight: 700;
	text-transform: capitalize
}

.bt-btn {
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
	position: absolute;
	right: 0;
	bottom: 1.66667em;
	font-size: 12px;
	color: #fff;
	z-index: 120
}

.fta-title span {
	font-weight: 700;
	/*color: #E40055;*/
	color: #E60012;
	display: block;
	margin-bottom: .54545em
}

.fta-title .txt {
	/*color: #E40055*/
	color: #E60012;
}

.fa-code {
	margin-top: 36px
}

.fa-cont {
	text-align: left;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px
}

.fa-cont .fa-item>div {
	display: inline-block;
	padding-left: 40px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 4px
}

.fa-cont .fa-item>div:before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 0;
	/*border: 1px dashed #E40055;*/
	border: 1px dashed #E60012;
	height: 100%
}

.fa-cont .fa-item:last-child>div::before {
	display: none
}

.fa-cont .fa-round {
	width: 28px;
	height: 28px;
	/*background-color: #E40055;*/
	background-color: #E60012;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 28px;
	display: inline-block;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: -5px
}

.fa-cont .fa-txt {
	font-size: 14px;
	/*color: #E40055*/
	color: #E60012;
}

.foot-msg p {
	/*color: #E40055;*/
	color: #E60012;
	font-weight: 700
}


/*尾部二维码*/

.foot-ewm {
	width: 332px;
	height: 132px;
	position: absolute;
	right: 6em;
	top: 5em;
}

.foot-ewm .ewm-left {
	width: 132px;
	height: 172px;
}


/*右侧二维码*/

.foot-ewm .ewm-right {
	float: right;
	margin-top: -172px;
}

.foot-ewm img {
	width: 132px;
	height: 132px;
}

.foot-ewm .ewm-right:after {
	clear: both;
}


/*二维码下方文字*/

.foot-ewm p {
	/*width: 132px;*/
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #E60012;
	line-height: 28px;
	padding-top: 11px;
	text-align: center;
}

@media(min-width:1025px) {
	@-webkit-keyframes move-forever2 {
		0% {
			-webkit-transform: translate(-270px, 0%);
			transform: translate(-270px, 0%)
		}
		50% {
			-webkit-transform: translate(10px, 0px);
			transform: translate(10px, 0px)
		}
		100% {
			-webkit-transform: translate(-270px, 0%);
			transform: translate(-270px, 0%)
		}
	}
	@keyframes move-forever2 {
		0% {
			-webkit-transform: translate(-270px, 0%);
			transform: translate(-270px, 0%)
		}
		50% {
			-webkit-transform: translate(10px, 0px);
			transform: translate(10px, 0px)
		}
		100% {
			-webkit-transform: translate(-270px, 0%);
			transform: translate(-270px, 0%)
		}
	}
	.foot-share a:hover::before {
		opacity: .6
	}
	.menu-wrap{
		display: none;
	}
	/*小屏的员工心声*/
	.swiper{
		display: none;
	}
}

@media (max-width:1540px) {
	.footer .fs-svg {
		left: -240px;
	}
	.foot-tel .txt {
		font-size: 16px;
	}
	.foot-ewm {
		font-size: 18px;
	}
	.foot-share a {
		font-size: 20px
	}
}

@media (max-width: 1500px) {
	.foot-share img {
		left: -38px
	}
}

@media(max-width:1440px) {
	.foot-ewm {
		font-size: 16px;
	}
}

@media(max-width:1300px) {
	.footer .fs-svg {
		left: -40%;
	}
	.foot-tel {
		/*max-width: 500px;*/
	}
	.foot-tel .txt {
		width: 80%;
	}
}

@media(max-width:1200px) {
	.foot-ewm {
		right: 0;
	}
}

@media(max-width:1024px) {
	@-webkit-keyframes move-forever2 {
		0% {
			-webkit-transform: translate(-190px, 0%);
			transform: translate(-190px, 0%)
		}
		50% {
			-webkit-transform: translate(20px, 0px);
			transform: translate(20px, 0px)
		}
		100% {
			-webkit-transform: translate(-190px, 0%);
			transform: translate(-190px, 0%)
		}
	}
	@keyframes move-forever2 {
		0% {
			-webkit-transform: translate(-190px, 0%);
			transform: translate(-190px, 0%)
		}
		50% {
			-webkit-transform: translate(20px, 0px);
			transform: translate(20px, 0px)
		}
		100% {
			-webkit-transform: translate(-190px, 0%);
			transform: translate(-190px, 0%)
		}
	}
	.w1600{
		margin: 0 54px;
	}
	.foot-top__cont{
		padding: 0;
	}
	.footer {
		font-size: 14px;
	}
	.footer .fs-svg {
		left: -60%;
	}
	.foot-ewm {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: 30px;
		margin-bottom: 40px
	}
	.foot-tel {
		max-width: 800px;
	}
	.foot-tel .txt {
		width: 100%;
	}
	/*页面底部*/
	.fs22{
		font-size: 30px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #E60012;
		line-height: 42px;
	}
	.foot-tel .txt {
		/*font-size: 16px;*/
		font-size: 24px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #E60012;
		line-height: 33px;
	}
	.foot-ewm{
		width: 492px;
		margin-left: 74px;
	}
	.foot-ewm .ewm-left{
		width: 196px;
		height: 196px;
	}
	.foot-ewm img{
		width: 196px;
		height: 196px;
	}
	.foot-ewm .ewm-right{
		margin-top: -196px;
	}
	.foot-ewm p{
		font-size: 30px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: #E60012;
		line-height: 41px;
	}


	/*导航部分*/
	.has-bgPic .header::after {
		background-color: #fff
	}
	.open .m-menu i:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(4px, 4px);
		transform: rotate(45deg) translate(4px, 4px)
	}
	.open .m-menu i:nth-child(2) {
		opacity: 0
	}
	.open .m-menu i:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(4px, -4px);
		transform: rotate(-45deg) translate(4px, -4px)
	}
	/*.header-main {
		margin-left: 30px;
		margin-right: 30px
	}*/
	/*section{
		margin-left: 36px;
		margin-right: 36px
	}*/
	.header-nav,
	.subnav-wrap {
		position: fixed;
		left: 0;
		top: 72px;
		width: 100%;
		height: calc(100% - 72px);
		background-color: #fff;
		/*overflow-y: auto;*/
		padding: 0 30px;
		display: none
	}
	.header-nav {
		z-index: 600
	}
	.header-nav .item-logo {
		display: none
	}
	.header-nav.larze-head__nav {
		/*display: none*/
		/*搜索栏在的话 上边距是170px*/
		/*margin-top: 50px;*/
		z-index: 1201;
	}
	.subnav-wrap {
		z-index: 800
	}
	.sub-title {
		margin-top: 50px;
		font-size: 24px;
		line-height: 1.7;
		color: #E60012;
		font-weight: 700;
		position: relative;
		margin-bottom: 2.08333em;
		padding-left: 40px;
		cursor: pointer
	}
	.sub-title i {
		position: absolute;
		left: 0;
		top: 50%;
		font-size: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.subNav-menu {
		margin-left: 50px
	}
	.subNav-menu li {
		font-size: 24px;
		color: #1E1E1E;
		letter-spacing: 1px;
		margin-bottom: 2.27273em
	}
	.header-menu {
		max-width: 100%;
		height: 680px;
		margin-top: 50px;
		display: block;
	}
	.header-menu .header-menu-item{
		display: block;
	}
	.header-menu .icon-next {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 18px;
		color: #1E1E1E
	}
	.header-menu .item-nav {
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
		margin-bottom: 1.59091em;
		padding-bottom: 1.59091em;
		position: relative;
		text-align: left
	}
	.header-menu .item-nav>a{
		width: auto;
		font-size: 22px;
		color: #1E1E1E;
		letter-spacing: 1px;
	}
	.header-menu .item-nav::after {
		content: "";
		display: block;
		position: absolute;
		left: -40px;
		right: -40px;
		bottom: 0;
		background-color: #EBEBEB;
		width: 200%;
		height: 1px
	}
	.header-menu .item-nav .item-stn {
		display: block;
	}
	.header-menu .item-nav .item-ltn {
		display: none
	}
	.header-menu .on .item-stn,
	.header-menu .on .icon-next {
		color: #E60012
	}
	.header-hint a {
		display: inline-block;
		/*margin-top: 2.88462em;*/
		color: #E60012;
		font-size: 26px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px
	}
	.logo,
	.header-hint-m {
		display: inline-block;
		vertical-align: middle
	}
	.logo {
		height: 36px
	}
	.logo img {
		height: 100%;
		width: auto
	}
	.header-hint-m {
		position: relative;
		right: auto;
		margin-left: 16px;
		font-size: 14px;
	}
	.header-hint-m .header-lang {
		display: none
	}
	.header-hint-m .header-tel-m {
		margin-left: 0;
		padding-left: 16px;
		border-left: 2px solid #EBEBEB;
	}
	.header-hint-m span{
		font-family: "QuicksandMedium";
		color: #E60012;
		text-transform: uppercase;
	}
	.header-hint-m p{
		color: #E60012;
		font-size: 12px;
		position: relative;
		padding-right: 16px;
	}

	.menu-wrap{
		position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 1200;
	    width: 100%;
		height: 80px;
	    /*overflow-y: auto;*/
	    padding: 0 36px;
	}
	.menu-wrap .logo{
		width: 384px;
		height: 40px;
		position: relative;
		top: 22px;
	}
	.header {
		padding: 18px 0
	}
	.m-menu {
		position: absolute;
		right: 36px;
		top: 42px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #FFFFFF;
		text-align: right
	}
	#banners{
		/*margin: -60px auto;*/
	}
	/*banner上的雪王*/
	.bg-dec{
		display: none;
	}

	.m-menu i {
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		display: inline-block;
		height: 2px;
		background-color: #474747;
		margin: 2px 0;
		border-radius: 5px;

	}
	.m-menu i:nth-child(1),
	.m-menu i:nth-child(3) {
		width: 17px;

	}
	.m-menu i:nth-child(2) {
		width: 14px;
	}
	.m-menu .box {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 0;
		width: 17px
	}

	#bump,
	.modal-service__wrap,
	.floating-infor {
		display: none;
		opacity: 0;
		visibility: hidden
	}
	.small-head__nav {
		background-color: #fafafa;
		overflow: hidden
	}
	/*中英文*/
	.header-hint{
		border-left: none;
	}
	.header-hint a{
		color: #E60012;
	}
	/*大屏比小屏多的东西*/
	.header-menu .item-nav .active,
	.header-menu .item-nav:hover span,
	.header-menu .item-nav span,
	.header-tel{
		display: none;
	}
	/*页面标题*/
	.titles .title-ch{
		font-size: 52px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 700;
		color: #E60011;
		line-height: 70px;
	}

	/*公司环境部分的轮播图*/
	.swiper-container .swiper-slide{
		max-width: 600px;
		height: 340px;
		/*margin-top: 40px;*/
	}
	/*激活的轮播显示阴影*/
	.swiper-container .swiper-slide-active{
		box-shadow: 0 25px 12px rgba(0,0,0,0.23);
	}
	/*轮播图分页器*/
	.swiper-container .swiper-pagination{
		top: 1276px !important;
	}

	/*蜜雪生活部分*/
	.life-images .life-item-4,
	.life-images .life-item-8{
		/*width: 49.7%;*/
		width: calc((100% - 6px) / 2);
		height: 234px;
	}
	/*遮罩*/
	.life-images .life-item-4 .life-item-image,
	.life-images .life-item-8 .life-item-image{
		height: 234px;
	}
	/*弹出的动画*/
	.life-item-image-bg{
		display: none;
	}
	/*文案*/
	.life-item-text .life-content{
		display: none;
	}
	.life-item-text{
		padding-left: 34px;
		margin-top: -205px;
	}

	.life-inages .life-item-4-m{
		float: right;
	}
	/*蜜雪兴趣圈部分*/
	.life-images .life-item-8-m{
		float: left;
		width: 100%;
	}
	.life-images::after{
		content: "";
		display: block;
		clear: both;
	}

	/*员工心声部分*/
	.photo{
		display: none;
	}

	/*小屏员工心声*/
	.swiper{
		display: block;
		max-width: calc(100% - 72px);
		height: 1494px;
		margin-top: 63px;
	}
	.swiper-wrapper{
		width: 100%;
		height: 1206px;
		position: relative;
		z-index: 10;
	}
	.swiper-slide{
		display: flex;
		flex-direction: column;
		margin-top: 288px;
		background-color: #F7F7F7;
		border-radius: 3px;
	}
	.swiper-image{
		width: 500px;
		height: 560px;
		margin: -288px auto;
		border-radius: 15px;
		overflow: hidden;
	}
	.swiper-image img{
		width: 100%;
		/*height: 100%;
		object-fit: cover;*/
		border-radius: 15px;
	}
	.swiper-image .image-bg{
		width: 500px;
		height: 110px;
		background-color: rgba(0,0,0,0.3);
		border-radius: 0 0 15px 15px;
		margin-top: -300px;
		position: relative;
		z-index: 101;
		text-align: center;
		align-items: center;
	}
	.swiper-image .image-bg .people-name{
		font-size: 36px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 50px;
		letter-spacing: 2px;
		padding-top: 30px;
	}
	.swiper-texts{
		margin:288px 70px 0 70px;
	}
	.swiper-txt{

	}
	.swiper-txt .imgName{
		margin-top: 32px;
		font-size: 30px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 42px;
		text-align: center;
	}
	.swiper-txt .img-line{
		max-width: 520px;
		height: 1px;
		margin: 0 auto;
		margin-top: 31px;
		background-color: rgba(153,153,153,0.25);
		/*border:1px solid rgba(0,0,0,0.25);*/
	}
	.swiper-txt .beforeYin{
		width: 35px;
		height: 29px;
		margin-top: 54px;
		color: #525252;
		opacity: 0.2;
		font-size: 100px;
	}
	.swiper-txt .imgTitle{
		font-size: 40px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: #333333;
		line-height: 56px;
		text-align: center;
	}
	.swiper-txt .imgText{
		max-height: 400px;
		overflow: auto;
		text-align: center;
		margin-top: 32px;
		font-size: 28px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #666666;
		line-height: 40px;
		text-align: left;
	}
	/*设置滚动条的宽(针对垂直滚动条) 高(针对水平滚动条)*/
	.swiper-txt .imgText::-webkit-scrollbar{
		width: 5px;
	}
	/*设置滚动条里面的滑块样式*/
	.swiper-txt .imgText::-webkit-scrollbar-thumb{
		border-radius: 5px;
		background: rgba(0,0,0,0.2);
	}
	/*设置滚动条的轨道背景样式*/
	.swiper-txt .imgText::-webkit-scrollbar-track{
		border-radius: 5px;
		background: rgba(0,0,0,0.1);
	}
	.swiper-txt .afterYin{
		margin-top: 21px;
		width: 34px;
		height: 29px;
		font-size: 100px;
		color: #525252;
		opacity: 0.2;
		position: absolute;
		right: 44px;
	}
	.swiper .swiper-pagination-custom {
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 20px;
		text-align: center;
	}
	.swiper .swiper-pagination-customs {
		width: 17px;
		height: 17px;
		display: inline-block;
		background: #EEEEEE;
		border-radius: 50%;
		margin: 0 23px;
		outline: 0;
	}
	.swiper .swiper-pagination-customs-active {
		width: 21px;
		height: 23px;
		z-index: 100;
		background: url(../images/%c3%a7%c2%ba%c2%a2%c3%a8%c2%89%c2%b2%c3%a9%c2%9b%c2%aa%c3%a7%c2%8e%c2%8b%c3%a5%c2%a4%c2%b4.html) no-repeat;
		background-size: cover;
	}

}

@media(max-width:650px) {
	.footer {
		font-size: 10px;
	}
	.footer .fs-svg {
		left: -160%;
	}
	.foot-share a {
		font-size: 16px
	}
	.foot-share img {
		left: -18px
	}
	.foot-message {
		margin-top: 15px
	}
	.fb-top__inner {
		bottom: 20px
	}
	.foot-comp {
		display: block;
		margin-top: 6px
	}
}
@media(max-width:600px){
	.menu-wrap .logo {
	    width: 210px;
	    height: 40px;
	    top: 16px;
	}
	.m-menu {
	    right: 18px;
	    top: 36px;
	    width: 40px;
	    height: 40px;
	}
	.m-menu .box{
		width: 20px;
	}
	.m-menu i{
		margin: 2px 0;
	}
	.m-menu i:nth-child(1),
	.m-menu i:nth-child(3){
		width: 17px;
	}
	.m-menu i:nth-child(2) {
	    width: 13px;
	}
	.open .m-menu i:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(4px, 5px);
		transform: rotate(45deg) translate(4px, 5px)
	}
	.open .m-menu i:nth-child(2) {
		opacity: 0
	}
	.open .m-menu i:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(3px, -5px);
		transform: rotate(-45deg) translate(3px, -5px)
	}
	.menu-wrap{
		height: 80px;
		padding: 0 18px;
	}
	.header-nav.larze-head__nav{
		margin-top: 0;
	}

	#banners{
		height: 300px;
	}
	#banners .banner-text{
		height: 300px;
		padding-top: 93px;
	}
	.banner-text .news{
		height: 75px;
		line-height: 45px;
	}
	.banner-text .news span:nth-child(1){
		font-size: 25px;
	}
	.banner-text .news span:nth-child(2){
		font-size: 42px;
	}
	#banners .banner-button{
		width: 124px;
		height: 46px;
		margin-top: -100px;
	}
	.banner-button .search-btn{
		font-size: 20px;
		line-height: 46px;
	}

	.titles{
		height: 45px;
		/*max-width: 400px;*/
		margin-top: 50px;
	}
	.titles .title-ch{
		height: 42px;
		font-size: 26px;
		line-height: 35px;
	}
	.swiper-container{
		margin-bottom: 95px;
	}
	.swiper-container .swiper-slide{
		max-width: 300px;
		height: 170px;
		margin-top: 10px;
	}
	.swiper-container .swiper-pagination{
		top: 670px !important;
	}
	.swiper-container .swiper-pagination-customs{
		width: 11px;
		height: 11px;
		margin: 0 10px;
	}
	.swiper-container .swiper-pagination-customs-active{
		width: 15px;
		height: 16px;
	}
	.life-images{
		margin-top: 44px;
	}
	.life-images [class*='life-item']:nth-child(even),
	.life-images [class*='life-item']:last-child{
		margin-left: -2px;
	}
	.life-images .life-item-4, .life-images .life-item-8{
		/*width: 49.3%;*/
		width: calc((100% - 5px) / 2);;
		height: 117px;
	}
	.life-item-text{
		margin-top: -100px;
	}
	.life-images .life-item-4 .life-item-image, .life-images .life-item-8 .life-item-image{
		height: 117px;
	}
	.life-images .life-item-8-m{
		float: left;
		width: 100%;
	}
	.life-item-text{
		padding-left: 17px;
	}
	.life-item-text span{
		font-size: 18px;
	}

	.swiper{
		max-width: calc(100% - 36px);
		height: 803px;
		margin-top: 53px;
	}
	.swiper-slide{
		margin-top: 114px;
	}
	.swiper-image{
		width: 250px;
		height: 280px;
		margin: -114px auto;

	}
	.swiper-image .image-bg{
		width: 250px;
		height: 55px;
		margin-top: -150px;
	}
	.swiper-image .image-bg .people-name{
		font-size: 18px;
		padding-top: 20px;
		line-height: 25px;
	}
	.swiper-texts{
		margin: 144px 35px 0 35px;
	}
	.swiper-txt .imgName{
		font-size: 15px;
		margin-top: 0;
		line-height: 21px;
	}
	.swiper-txt .img-line{
		margin-top: 15px;
	}
	.swiper-txt .beforeYin{
		font-size: 50px;
		margin-top: 27px;
	}
	.swiper-txt .imgTitle{
		font-size: 20px;
		line-height: 28px;
	}
	.swiper-txt .imgText{
		max-height: 560px;
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
	}
	.swiper-txt .afterYin{
		font-size: 50px;
	}
	.swiper .swiper-pagination-customs {
		width: 16px;
		height: 16px;
		margin: 0 11px;
	}
	.swiper .swiper-pagination-customs-active {
		/*display: inline-block;*/
		width: 21px;
		height: 23px;
	}
	.w1600{
		margin: 0 27px;
	}
	.foot-tel{
		margin-top: 30px;
	}
	.fs22{
		font-size: 18px;
		line-height: 21px;
	}
	.foot-tel .txt{
		font-size: 16px;
	}
	.foot-ewm{
		width: 236px;
		margin-left: 37px;
	}
	.foot-ewm .ewm-left,
	.foot-ewm img{
		width: 98px;
		height: 98px;
	}
	.foot-ewm p{
		font-size: 15px;
		line-height: 30px;
	}
	.foot-ewm .ewm-right{
		margin-top: -98px;
	}

}
@media(max-width:500px){
	.header-menu .item-nav>a{
		font-size: 18px;
	}
	.swiper-txt .imgText{
		max-height: 200px;
	}
	.foot-bottom__cont{
		margin-top: -80px;
	}
}
