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

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

a:hover {
	color: #cb2128;
}

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

@font-face {
	font-family: 'alibaba';
	src: url('../fonts/alibaba-puhuiti-regular.eot');
	src:
			url('../fonts/alibaba-puhuiti-regular.eot') format('embedded-opentype'),
			url('../fonts/alibaba-puhuiti-regular.woff2') format('woff2'),
			url('../fonts/alibaba-puhuiti-regular.woff') format('woff'),
			url('../fonts/alibaba-puhuiti-regular.ttf') format('truetype'),
			
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: din;
	src: url(../fonts/din-condensed-bold.ttf);
}


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

.subBanner .title b{
	overflow: hidden;
}
.subBanner .title b .chars{
	-webkit-transform: translateY(100%);
	-webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1);
}
.subBanner .title.animated b .chars{
	-webkit-transform: translateY(0%);
    
}
.subBanner .title.animated b .chars:nth-child(2){
	-webkit-transition-delay: .05s;
}
.subBanner .title.animated b .chars:nth-child(3){
	-webkit-transition-delay: .1s;
}
.subBanner .title.animated b .chars:nth-child(4){
	-webkit-transition-delay: .15s;
}
.subBanner .title.animated b .chars:nth-child(5){
	-webkit-transition-delay: .2s;
}
.subBanner .title.animated b .chars:nth-child(6){
	-webkit-transition-delay: .25s;
}
.subBanner .title.animated b .chars:nth-child(7){
	-webkit-transition-delay: .3s;
}
.detailTop{
	background: #cb2128;
	color: #fff;
}

.danwei{
    position: absolute;
    right: 10px;
    top: 0%;
    line-height: 40px;
    opacity: .5;
}

.selects{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
}
.selects .label{
    width: 105px;
    opacity: .7;
}
.select{
    width:calc(100% - 115px);
    background: transparent;
    height: 40px;
    display: flex;
    align-items: center;
}
.select .li{
    width: auto;
    padding: 0px 25px;
    background: #fff;
    color: #cb2128;
    border-radius: 30px;
    cursor: pointer;
    line-height: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-right: 10px;
}
.select .li.active{
    background: #cb2128;
    color: #fff;
}
.input.flex{
    margin-bottom: 15px;
}
#F1{
	overflow: hidden;
}

.hsMore.pcHide{
	display: none;
}
.detailTop .w1400::after{
	border-top: 14px solid #cb2128;
}

.mbImg,.systemSwiper{
	display: none;
}

.header {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 100;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	top: 0px;
	padding: 0px 5%;
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 110px;
	display: block;
	margin-top: 30px;
}

.navBar {
	position: absolute;
	right: 5%;
	width: 40px;
	height: 50px;
	text-align: center;
	top: 30px;
	cursor: pointer;
	z-index: 10;
}



.navBar span {
	width: 40px;
	height: 3px;
	display: block;
	background: #fff;
	-webkit-transition: all .3s;
	position: absolute;
}

.navBar:hover span:first-child,
.navBar.active span:first-child {
	width: 30px;
}

.navBar:hover span:nth-child(2),
.navBar.active span:nth-child(2) {
	width: 30px;

}

.navBar.active span:first-child {
	-webkit-transform: rotate(225deg);
	left: 10px;
	top: 20px;
}

.navBar.active span:last-child {
	-webkit-transform: rotate(-225deg);
	left: 10px;
	top: 20px;
}

.navBar span:first-child {
	top: 15px;
}

.navBar span:nth-child(2) {
	left: auto;
	right: 0px;
	top: 27px;
}

.navBar::before {
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	content: "MENU";
	color: rgb(255, 255, 255);
	font-family: montserrat;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	margin-left: -25px;
	bottom: 0px;
}

.nav {
	width: auto;
	height: auto;
	position: absolute;
	right: calc(5% + 60px);
	top: 30px;
	display: flex;
}

.nav a {
	color: #fff;
	font-size: 14px;
	display: block;
	position: relative;
	padding: 0px 27px;
	line-height: 50px;
}

.nav a::before{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0%;
	content: '';
	background: #fff;
	border-radius: 3px;
	-webkit-transition: all .35s;
}

.nav a:hover::before,.nav a.active::before{
	width: 30%;
	left: 35%;
}

.nav a::after {
	width: 5px;
	height: 5px;
	position: absolute;
	right: 0%;
	top: 50%;
	margin-top: -2.5px;
	background: #fff;
	border-radius: 50%;
	content: '';
}

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

.banner {
	background: #cb2128;
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

.menuBox::before {
	content: '';
	display: block;
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background-image: url(../images/pixs.png);
	animation-name: grained;
	animation-iteration-count: infinite;
	animation-duration: .5s;
	animation-timing-function: steps(20, end);
}

@-webkit-keyframes grained {
	0% {
		transform: translate(-10%, 10%)
	}

	10% {
		transform: translate(-25%, 0)
	}

	20% {
		transform: translate(-30%, 10%)
	}

	30% {
		transform: translate(-30%, 30%)
	}

	40% {
		transform: translate()
	}

	50% {
		transform: translate(-15%, 10%)
	}

	60% {
		transform: translate(-20%, 20%)
	}

	70% {
		transform: translate(-5%, 20%)
	}

	80% {
		transform: translate(-25%, 5%)
	}

	90% {
		transform: translate(-30%, 25%)
	}

	100% {
		transform: translate(-10%, 10%)
	}
}

.slogan {
	width: 30vw;
	height: auto;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
}

.hotSocal {
	width: 45px;
	height: auto;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	z-index: 5;
}

.hotSocal a {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin-bottom: 10px;
}
.hotSocal a:hover{
	background: #fff;
	color: rgb(203, 33, 40);
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.hotSocal a:hover .icon{
	font-size: 20px;
}
.hotSocal a .icon {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 24px;
}

.hotSocal a .img {
	width: 100px;
	height: auto;
	background: rgb(255, 255, 255);
	position: absolute;
	left: -120px;
	transition: all 0.35s;
	opacity: 0;
	visibility: hidden;
	top: -25px;
}
.hotSocal a .img::after{
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -6px;
}
.hotSocal a:hover .img{
	opacity: 1;
	visibility: visible;
}

.hotSocal a .txt {
	width: 180px;
	height: auto;
	position: absolute;
	left: -170px;
	top: 50%;
	margin-top: -20px;
	font-family: din;
	font-size: 28px;
	opacity: 0;
	visibility: hidden;
	color: rgb(255, 255, 255);
	transition: all 0.35s ease 0s;
}

.hotSocal a:hover .txt{
	opacity: 1;
	visibility: visible;
}

.hotSocal::after {
	width: 1px;
	height: 20vh;
	position: absolute;
	top: 110%;
	content: '';
	background: #fff;
	left: 24px;
}

.hotContact {
	width: 60px;
	height: auto;
	position: absolute;
	right: calc(5% - 10px);
	bottom: 5%;
	text-align: center;
	z-index: 5;
	font-size: 12px;
}

.hotContact .icon {
	width: 55px;
	height: 55px;
	background: rgb(255, 255, 255);
	color: rgb(203, 33, 40);
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	margin-left: 2.5px;
	margin-bottom: 5px;
	font-size: 24px;
}

.hotContact .txt {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;

}

.boxes.b1 {
	background: #fef0f0;
}

.hsImg {
	width: 80%;
}

.hsContent {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.subTitle {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
}

.subTitle p {
	display: block;
	width: 100%;
	color: #cb2128;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.subTitle b {
	color: #28394e;
	font-size: 36px;
	width: auto;
	line-height: 1.6;
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: transparent;
	font-family: alibaba;
}

.subTitle b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #cb2128;
	transform: scaleX(0);
	transform-origin: left center;
}

.subTitle.animated b {
	-webkit-animation: infoBlockTitleShow 1s 0.5s forwards;
	animation: infoBlockTitleShow 1s 0.5s forwards;
}
.subTitle.animated b::before {
	-webkit-animation: infoBlockMaskShow 1s 0.5s;
	animation: infoBlockMaskShow 1s 0.5s;
}
@-webkit-keyframes infoBlockTitleShow {

	0%,
	50% {
		color: transparent
	}

	50.1%,
	to {
		color: #28394e
	}
}



@-webkit-keyframes infoBlockMaskShow {
	0% {
		transform: scaleX(0);
		transform-origin: left
	}

	50% {
		transform: scaleX(1);
		transform-origin: left
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: right
	}

	to {
		transform: scaleX(0);
		transform-origin: right
	}
}

.subTitle .hYear {
	width: 200px;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	color: #28394e;
	font-size: 14px;
	font-weight: bold;
}

.subTitle .hYear::after {
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 40px;
	content: '';
	background: #28394e;
}

.hsNumber {
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 140px;
	text-transform: uppercase;
	font-family: montserrat;
	color: #fef0f0;
	-webkit-text-stroke: 1px #cb2128;
	
}

.hsDes {
	width: 50%;
	height: auto;
	font-size: 14px;
	line-height: 2;
	color: #28394e;
	margin-bottom: 25px;
}

.hsMore {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #cb2128;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.hsMore:hover {
	color: #fff;
	-webkit-animation: anim-moema-1 0.4s forwards;
	animation: anim-moema-1 0.4s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.hsMore::before {
	width: 170px;
	height: 60px;
	border: 1px solid #cb2128;
	position: absolute;
	left: -6px;
	top: -6px;
	border-radius: 50px;
	content: '';
	-webkit-animation: actif-btn-wave 1s infinite ease-out;
}

@-webkit-keyframes actif-btn-wave {
	0% {
		-webkit-transform: scale(1);

		opacity: 1;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	100% {
		-webkit-transform: scale(1.2);

		opacity: 0;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.hsMore.w {
	background: #fff;
	color: #cb2128;
}

.hsMore.w::before {
	border: 1px solid #fff;
}

.subTitle.dl {
	/*padding-left: 120px;*/
}

.subTitle.dl::after {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0px;
	top: -7px;
	/*background: url(../images/dlicon.png) no-repeat;*/
	background-size: cover;
	content: '';
}

.hsCount {
	width: 250px;
	height: auto;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
}

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

.hsCount ul li p {
	display: block;
	width: 100%;
	font-size: 56px;
	color: #cb2128;
	font-family: 'din';
}

.hsCount ul li b {
	font-size: 14px;
	color: #28394e;
	display: block;
	line-height: 1;
}

.adTitle {
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-size: 150px;
	text-transform: uppercase;
	font-family: montserrat;
	color: #fef0f0;
	-webkit-text-stroke: 1px #b7b7b7;
}

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

.advanLeft {
	width: 35%;
}

.advanRight {
	width: 60%;
}

.advanRight ul li {
	display: none;
	margin-bottom: 25px;
}

.advanRight ul li.active {
	display: block;
}
.advanRight ul li .singePage p{
	margin-bottom: 0px;
	width: calc(100% - 170px);
}
.subTitle {
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.subTitle::before {
	width: 40px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #28394e;
}

.subTitle.dl {
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.subTitle.dl::before {
	display: none;
}

.advanLeft .des {
	width: 100%;
	margin-bottom: 50px;
}

.advanLeft .des b {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 2;
	color: #28394e;
	font-family: alibaba;
}

.advanLeft .des p {
	font-size: 14px;
	line-height: 2;
	position: relative;
	color: #28394e;
}

.adList {
	width: 260px;
}

.adList ul li {
	width: 100%;
	position: relative;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.adList ul li .txt {
	font-weight: bold;
	font-size: 14px;
	width: calc(100% - 60px);
}

.adList ul li .icon {
	width: 50px;
	height: auto;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	-webkit-transform: scale(0);
}

.adList ul li:hover,
.adList ul li.active {
	color: #cb2128;
}

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

.advanTel {
	width: auto;
	height: auto;
	display: block;
	align-items: center;
	position: absolute;
	right: 0px;
	bottom: 30px;
	padding-left: 55px;
}
.advanTel::after{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/telicon.png) no-repeat;
	background-size: cover;
	content: '';
}
.advanTel b {
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.7;
	color: #cb2128;
	font-size: 14px;
	text-align: center;
}


.advanTel p {
	font-family: din;
	color: #cb2128;
	font-size: 20px;
	display: block;
}

.boxes.b2 {
	background: #cb2128;

}

.pd250 {
	padding-bottom: 250px;
}

.joinList {
	width: 100%;
}

.joinList ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: space-between;
	margin-bottom: 75px;
}

.joinList ul li:last-child {
	margin-bottom: 0px;
}

.joinList ul li:nth-child(odd) {
	direction: rtl;
}

.joinList ul li .thum {
	width: 60%;
	position: relative;
	overflow: hidden;
}
.joinList ul li .thum .imgBoxSwiper .swiper-pagination-bullet-active{
	background: rgb(203, 33, 40) !important;
}
.joinList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.joinList ul li .thum::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: #fefefe;
	transform: scaleX(0);
	z-index: 999;
}

.joinList ul li .thum.animated::after {
	-webkit-animation: imgShowAni-data-v-633bcaec 1s;
	animation: imgShowAni-data-v-633bcaec 1s;
}

@-webkit-keyframes imgShowAni-data-v-633bcaec {
	0% {
		transform: scaleX(0);
		transform-origin: left center
	}

	45%,
	54% {
		transform: scaleX(1);
		transform-origin: left center
	}

	55% {
		transform: scaleX(1);
		transform-origin: right center
	}

	to {
		transform: scaleX(0);
		transform-origin: right center
	}
}

.joinList ul li .info {
	width: 35%;
}

.joinList ul li .info .num {
	width: 100%;
	font-size: 100px;
	font-family: montserrat;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.joinList ul li .info .name {
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: 'alibaba';
}

.joinList ul li .info .des {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}

.joinList ul li:nth-child(odd) .info {
	direction: initial;
}

.subTitle.c {
	text-align: center;
}

.subTitle.c::before {
	left: 50%;
	margin-left: -20px;
}

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

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

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

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

.hsNews ul li a {
	display: block;
	position: relative;
}

.hsNews ul li a .thum {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	background: #000;
}

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

.hsNews ul li a .info {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	top: 0px;
	-webkit-transition: all .5s;
}

.hsNews ul li a .name {
	font-size: 14px;
	color: #28394e;
	margin-bottom: 5px;
}

.hsNews ul li a .time {
	color: #cb2128;
	font-size: 12px;
}

.hsNews ul li a:hover .pic {
	opacity: .7;
	-webkit-transform: scale(1.05);
}

.hsNews ul li a:hover .info {
	top: -10px;
	opacity: 0;
}

.hsNews ul li a .des {
	width: 100%;
	height: auto;
	padding: 0px 5%;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	-webkit-transition: all .5s;
	opacity: 0;
	text-align: center;
}

.hsNews ul li a .des .name,
.hsNews ul li a .des .time {
	color: #fff;
}

.hsNews ul li a:hover .des {
	top: 50%;
	opacity: 1;
}

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

.conTel {
	text-align: center;
	color: #cb2128;
	line-height: 2;
	font-size: 18px;
}

.conTel a {
	display: block;
	color: #cb2128;
	font-family: din;
	font-size: 68px;
	line-height: 1;
}

.conTel b {
	font-weight: normal;
}

.footer {
	background: #fef0f0;
	position: relative;
	border-top: 1px solid #f4c7c8;
}

.fLogo {
	width: 110px;
	margin: 0px auto;
	margin-bottom: 15px;
}

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

.fInfo {
	width: 160px;
	padding-top: 30px;
	padding-right: 30px;
}

   .infos {
    width: 278px;
    padding: 27px;
    border-left: 1px solid rgb(244, 199, 200);
    border-right: 1px solid rgb(244, 199, 200);
}

.infos ul li {
	width: 100%;
	display: block;
	font-size: 12px;
	align-items: center;
	overflow: hidden;
}

.infos ul li .icon {
	width: 25px;
	height: auto;
	line-height: 30px;
	font-size: 18px;
	color: rgb(203, 33, 40);
	float: left;
}

.infos ul li .txt {
	width: calc(100% - 25px);
	display: flex;
	color: rgba(0,0,0,.7);
	float: left;
	margin-top: 6px;
}
.infos ul li .txt b{
	width: 75px;
	margin-right: 10px;
}
.infos ul li .txt p{
	width: calc(100% - 85px);
}
.fNav {
    width: calc(100% - 610px);
    padding-top: 43px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.fNav ul {
	display: flex;
}

.fNav ul li {
	width: calc(100% / 6);
	text-align: center;
}

.fNav ul li a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 35px;
	font-size: 12px;
	color: rgba(0,0,0,.7);
}
.fNav ul li a:hover{
	color: rgba(0,0,0,1);
}
.fNav ul li a:first-child{
	font-weight: bold;
	color: rgba(0,0,0,1);
}
.copyright {
	width: 100%;
	height: auto;
	background: rgb(254, 240, 240);
	font-size: 12px;
	color: rgba(0, 0, 0, .3);
	line-height: 45px;
	border-top: 1px solid #f4c7c8;
}

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

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

.backTop {
	display: none;
}

.subBanner .tips {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.subBanner .tips .icon {
	font-size: 28px;
}

.subBanner .tips p {
	opacity: .7;
	margin-top: 5px;
}

.subBanner .title {
	font-size: 5vw;
	font-family: alibaba;
}

.aboutIntro {
	position: relative;
}

.abBox {
	position: relative;
}

.abBox::after {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	content: '';
}

.aboutIntro {
	width: 53%;
	float: left;
}

.comSwiper {
	width: 45%;
	float: right;
}

.subTitle.w b {
	color: #fff;
}

.subTitle.w::before {
	background: #fff;
}

.comSwiper img {
	margin-bottom: 15px;
}

.brandImg {
	width: 50%;
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}

.brandBox {
	width: 50%;
	position: relative;
	margin-left: 50%;
	padding-left: 50px;
}

.brandBox .singePage {
	color: #fff;
}

#wave4{
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0px;
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	left: -50px;
}

.boxes.b3 {
	background: url(../images/fxbg.jpg) top center no-repeat;
	background-size: cover;

	padding: 150px 0px;
}

.fxBox {
	text-align: center;
	color: #fff;
	padding: 50px;
	border:1px solid #fff;
}

.fxBox .singePage{
	color: #fff;
}

.mb50 {
	margin-bottom: 50px;
}

.words {
	width: 100%;
	height: 150px;
	line-height: 150px;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	opacity: .2;
}

.words span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0px;
	font-size: 120px;
	letter-spacing: 4vw;
}

.words span:nth-child(2) {
	left: 100%;
	-webkit-animation: moveLeft 20s linear infinite 5s;
}

.words span:nth-child(1) {
	-webkit-animation: moveLeft 20s linear infinite;
}

@-webkit-keyframes moveLeft {
	from {
		left: 100%;
	}

	to {
		left: -100%;
	}
}

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

.curList ul li {
	width: 20%;
	position: relative;
	text-align: center;
	height: 350px;
	cursor: pointer;
}

.curList ul li .box {
	width: 100%;
	height: 200px;
	position: absolute;
	margin-left: 0%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transition: 0.36s ease;
	padding-top: 50px;
}

.curList ul li .box .icon {
	width: 90px;
	height: 90px;
	margin: 0px auto;
	background: #cb2128;
	border-radius: 50%;
	position: relative;
	line-height: 90px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	font-size: 36px;
	transition: 0.36s ease;
	color: #fff;
}

.curList ul li .box .name {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	transition: 0.36s ease;
}

.curList ul li .box .des {
	width: 100%;
	height: auto;
	position: absolute;
	text-align: center;
	line-height: 1.7;
	opacity: 0;
	transition: 0.36s ease;
	top: 220px;
	padding: 0px 20px;
}

.boxes.b1 {
	z-index: 5;
}

.dw {
	overflow: hidden;
}

.dw::before {
	width: 300px;
	height: 641px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/dw.png) no-repeat;
	background-size: cover;
	content: '';
}

.banner::after{
	width: 300px;
	height: 641px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/dw.png) no-repeat;
	background-size: cover;
	content: '';
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .35s;
}

.banner.active::after{
	opacity: 0;
	visibility: hidden;
}

.curList ul li::before {
	width: 94%;
	height: 100%;
	left: 3%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	content: '';
	display: block;
	position: absolute;
	opacity: 0;
	transition: 0.36s ease;
	border-radius: 10px;

}

.curList ul li:hover::before {
	opacity: 1;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
}

.curList ul li:hover .icon {
	-webkit-transform: scale(1.2);
}

.curList ul li:hover .box .des {
	top: 200px;
	opacity: 0.7;
}

.curList ul li:hover .box .name {
	margin-top: 25px;
}

.curBox::before {
	width: 100%;
	background: url(../images/c26.png) center center no-repeat;
	position: absolute;
	top: 50%;
	height: 100px;
	content: '';
	margin-top: -20px;
}

.subTitle.w p {
	color: #fff;
}
.syslist ol{
	width: 500px;
	height: auto;
	border-radius: 50%;
	position: relative;
	margin: 100px auto;
}
.syslist ol::before{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px dashed #cb2128;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	-webkit-animation: sysAnimate 50s linear infinite;
}


@-webkit-keyframes sysAnimate{
	from{
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
	}
	to{
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
	}
}

.syslist ol img{
	border-radius: 50%;
}
.syslist ul {
	width: 500px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.syslist ul li {
	width: 50%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
}


.syslist ul li  .num {
	width: 50px;
	height: 50px;
	background: #cb2128;
	position: absolute;
	left: calc(100% + 25px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-family: din;
	font-size: 24px;
}
.syslist ul li .info{
	text-align: right;
}

.syslist ul li:nth-child(n+5) .info{
	text-align: left;
}
.syslist ul li:nth-child(n+5)  .num {
	left: -75px;
}
.syslist ul li .info .name {
	width: 100%;
	font-size: 20px;
	color: #cb2128;
	position: relative;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}


.syslist ul li .info .des {
	font-size: 14px;
	line-height: 1.6;
}
.syslist .sysWords{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	height: auto;
	line-height: 1;
	font-size: 140px;
	text-align: center;
	text-transform: uppercase;
	font-family: montserrat;
	color: rgb(254, 240, 240);
	-webkit-text-stroke: 1px rgb(203, 33, 40);
	-webkit-transform: translateY(-50%);
	text-align: center;
	opacity: .1;
	display: block;
}
.syslist ul li:nth-child(1){

	left: -220px;
}
.syslist ul li:nth-child(2){

	left: -330px;
	top: 160px;
}
.syslist ul li:nth-child(3){

	left: -345px;
	top: 320px;
}
.syslist ul li:nth-child(4){

	left: -270px;
	top: 480px;
}

.syslist ul li:nth-child(5){

	left: 525px;
	top: 480px;
}
.syslist ul li:nth-child(6){

	left: 595px;
	top: 320px;
}
.syslist ul li:nth-child(7){

	left: 580px;
	top: 160px;
}
.syslist ul li:nth-child(8){

	left: 455px;
}
.honorSwiper .thum {
	position: relative;
	overflow: hidden;
}

.honorSwiper .pic {
	background: center center no-repeat;
	background-size: contain;
	-webkit-transition: all .5s;
	-webkit-filter: blur(0px);
}

.honorSwiper .title {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 10px;
	text-align: center;
}

.honorSwiper .des {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	font-size: 14px;
	line-height: 2;
	-webkit-transition: all .5s;
	opacity: 0;

}

.honorSwiper .swiper-slide:hover .des {
	top: 50%;
	opacity: 1;
}

.honorSwiper .swiper-slide:hover .pic {
	-webkit-filter: blur(10px);
	-webkit-transform: scale(1.2);
}

.honorSwiper {
	padding-bottom: 100px;
}

.investBox {
	display: flex;
	width: 100%;

	justify-content: space-between;
}

.process_list {
	width: 100%;
	color: #fff;
}

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

.process_list ul li {
	width: 200px;
	height: 200px;
	float: left;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	color: #cb2128;
	margin-bottom: 30px;
	display: block;
	position: relative;
}


.process_list .imgs {
	width: 25vw;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.process_list ul li .number {
	width: 100%;
	height: 50%;
	line-height: 1.7;
	font-family: din;
	font-size: 80px;
	overflow: hidden;
}

.process_list ul li .name {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	padding: 0px 20px;
}

.investImg {
	width: 50%;
	background: center center no-repeat;
	background-size: cover;
}

.inverstRight {
	width: 45%;
	margin-right: 5%;
	padding: 0px 50px;
}


@media screen and (max-width: 1550px) {
	.process_list ul li {
		width: 150px;
		height: 150px;
	}
}


.franchiseBox {
	width: 50%;
}

.franchImg{
	width: 50%;
	height: auto;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

._form_box {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 25px;
}

._form_box input,
._form_box select,
._form_box textarea {
	transition: ease .5s
}

._form_box .fb_input {
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 40px;
	width: 100%;
	outline: 0;
	margin-right: 2%;
	text-indent: 25px
}

._form_box .fb_input:nth-child(3n) {
	margin-right: 0
}

._form_box .fb_textarea {
	width: 100%;
	height: 100px;
	padding: 25px;
	outline: 0;
	border: 1px solid #eee;
	box-sizing: border-box;
	font-family: "microsoft yahei"
}

.form_submit {
	width: 200px;
	height: 50px;
	background: #b01c2e;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 35px auto auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 5;
	border: none;
	display: block
}

.double #distpicker {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.double #distpicker select {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #e1e7ee;
	text-indent: 25px;
	cursor: pointer
}

.double {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 6
}

.input {
	width: 100%
}

.input.flex{
    display: flex;
}

.double .input {
	width: 49%;
	margin-bottom: 15px;
	transition: ease .5s;
	position: relative
}

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

.overflow {
	overflow: hidden;
}

.cons {
	width: 35%;
	height: 500px;
	background: #cb2128;
	padding: 50px;
	color: #fff;
	position: relative;
	direction: initial;
}
.cons h2{
	display: block;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.cons h3{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}
.cons ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 2px solid rgba(255,255,255,0.5);
	padding-top: 30px;
	border-bottom: 2px solid rgba(255,255,255,0.5);
}

.cons ul li {
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.cons ul li .icon {
	width: 45px;
	height: 45px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	letter-spacing: 1px;
}

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

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

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

.cons ul li .info a {
	font-size: 20px;
	font-family: din;
	color: #fff;
}

.map {
	width: 65%;
	height: 500px;
	background: #fff;
	position: relative;
}

.storeTop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.storeTop .zcityGroup {
	width: calc(100% - 250px);
}

.storeBtn {
	width: 230px;
	height: auto;
	line-height: 40px;
	background: #cb2128;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50px;
}

.storeList {
	width: 100%;
}


.storeList .swiper-slide {
	position: relative;
	background: #fff;
	padding: 0px;
}

.storeList .thum {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}

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

.storeList  .name {
	display: block;
	line-height: 1.7;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-align: center;
	padding: 25px;
}

.storeList  .name::after {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #cb2128;
}

.storeList  .jmRow {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.storeList  .jmRow .li {
	width: 100%;
	height: auto;
	display: flex;
}

.storeList  .jmRow .li .icon {
	width: 30px;
	height: auto;
	line-height: 35px;
	font-size: 20px;
}

.storeList .jmRow .li .txt {
	width: calc(100% - 30px);
	line-height: 25px;
	padding: 5px 0px;
	font-size: 14px;
}

.storeList .dhBtn {
	width: 100%;
	height: auto;
	line-height: 50px;
	background: #e7e7e7;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

.storeList .dhBtn i {
	font-size: 20px;
	margin-left: 5px;
}


.hotList ul li {
	width: calc(25% - 20px);
	padding: 10px;
	background: #fff;
	margin: 10px;
}

.potList {
	width: 100%;
	position: relative;
}

.potList ul li {
	width: 100%;
	height: 350px;
	background: #cb2128;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
	border-radius: 200px;
	padding: 50px;
}

.potList ul li::before {
	width: 350px;
	height: 350px;
	position: absolute;
	right: 0%;
	top: 0%;
	background: url(../images/slogan.png) center center no-repeat;
	background-size: cover;
	content: '';
	opacity: .2;
	border-radius: 50%;
}

.potList ul li:nth-child(2)::before {
	right: auto;
	left: 0%;
	border-radius: 50% 0% 0% 50%;
}

.potList ul li .thum {
	width: 450px;
	height: auto;
	position: absolute;
	left: -10px;
	top: -50px;
}

.potList ul li .info {
	width: calc(100% - 550px);
	height: auto;
	margin-left: 500px;
}

.potList ul li .info .name {
	width: 100%;
	height: auto;
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.potList ul li .info .name::after {
	width: 50px;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	content: '';
}

.potList ul li .des {
	font-size: 14px;
	line-height: 2;
}

.textSvg {
	width: 3vw;
	position: absolute;
	left: 36%;
	top: 65%;
	-webkit-transform: translate(-50%, -50%);
}

.hsSvg {
	/* width: 30vw;
	position: absolute;
	left: 55%;
	top: 52%;
	-webkit-transform: translate(-50%, -50%); */
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
}

.textSvg path {
	fill: #fff;
	fill-opacity: 0;
}

.cls-0,
.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6 {
	stroke-dasharray: 134;
	animation: draw 1s linear forwards;
	stroke-width: 1.5;
	stroke: transparent;
}

.cls-10,
.cls-11,
.cls-12 {
	animation: draw2 1s linear forwards 0.75s;
	stroke: transparent;
}

@keyframes draw2 {
	0% {
		fill-opacity: 0;
	}

	100% {
		fill-opacity: 1;
	}
}

.cls-1 {
	animation-delay: 0.05s;
}

.cls-2 {
	animation-delay: 0.1s;
}

.cls-3 {
	animation-delay: 0.15s;
}

.cls-4 {
	animation-delay: 0.2s;
}

.cls-5 {
	animation-delay: 0.25s;
}

.cls-6 {
	animation-delay: 0.3s;
}

@keyframes draw {
	0% {
		stroke-dashoffset: 134;
		stroke: #fff;
		fill-opacity: 0;
	}

	80% {
		fill-opacity: 0;
	}

	100% {
		fill-opacity: 1;
		stroke: #fff;
		stroke-dashoffset: 0;
	}
}


svg defs mask rect {
	fill: rgba(255, 255, 255, 1);
}

svg>rect {
	-webkit-mask: url(#mask);
	mask: url(#mask);

}

.commonVideoBtn{
	display: none;
}

.hsSvg image {
	display: block;
	position: absolute;
}

.videoMask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #fff;
	content: '';
}

#homevideo {
	position: absolute;
	height: auto;
	left: 50%;
	width: 100%;
	top: 0%;
	-webkit-transform: translateX(-50%);
}

.firstPage {
	margin-top: 150vh;
}

.potList ul li .info .name p {
	font-family: din;
}

.potList ul li:nth-child(2) .thum {
	left: auto;
	right: -10px;
}

.potList ul li:nth-child(2) .info {
	margin-left: 50px;
	text-align: right;
}

.potList ul li:nth-child(2) .info .name::after {
	left: auto;
	right: 0%;
}

.foodBox {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-around;
	position: relative;
	width: 100%;
	padding: 0% 5%;
}

.foodItem {
	width: 100%;
	height: 56vw;
	/*flex: 1;*/
	display: flex;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.foodItem .image {
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
}

.foodItem .stuff {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	width: 100%;
	max-width: 90%;
	justify-content: center;
	text-align: center;
	z-index: 1000;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}

.foodItem .stuff b {
	display: block;
	font-size: 28px;
	margin-bottom: 15px;
}

.foodItem .stuff p {
	font-size: 14px;
	line-height: 2;
}

.menuBox {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #cb2128;
	opacity: 0;
	visibility: hidden;
	
}

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

.menuBox ul {
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.menuBox ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding: 25px 0px;
	align-items: center;
}

.menuBox ul li a {
	color: #fff;
}

.menuBox ul li>a {
	font-size: 20px;
	font-weight: bold;
}

.menuBox ul li .list a {
	position: relative;
	margin-right: 15px;
	font-size: 14px;
	line-height: 30px;
	padding-right: 15px;
	color: rgba(255, 255, 255, 1);
}

.menuBox ul li .list a::after {
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0%;
	top: 20%;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	content: '';
}

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

.menuBox ul li .list a:hover {
	text-decoration: underline;
}

.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: rgb(203, 33, 40);
	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(../images/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(../images/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(../images/wxicon.png) no-repeat;
	background-size: cover;
	content: '';
}

.socail a:hover .img {
	display: block;
}
.infos h2{
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}
.footerForm {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	background: url(../images/footer_ads.jpg) center center no-repeat;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	
}

.footerForm.active{
	bottom: -135px;
}

.footerForm .panda2 {
	width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.footerForm .txt {
	color: #fff;
	font-size: 18px;
}

.footerForm .txt b {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.footerForm .finput {
	width: 100%;
	padding: 20px 0px;
	padding-left: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footerForm .finput .txt{
	font-size: 14px;
	margin-bottom: 10px;
}
.footerForm .finput .txt p{
	opacity: .7;
	font-size: 12px;
}
.footerForm .finput .in{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footerForm .finput input {
	width: 38%;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	border: none;
	text-indent: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	outline: none;
	background: rgba(255,255,255,.1);
	color: #fff;
}
.footerForm .finput input::-webkit-input-placeholder{
	color: #fff;
}
.footerForm .yyBtn {
	width: 18%;
	height: 40px;
	border-radius: 45px;
	background: #fff;
	color: rgb(203, 33, 40);
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	animation: buzz 3s linear infinite;
}
.submitBtn{
	cursor: pointer;
}
.submitBtn.active{
	opacity: .5;
	cursor: no-drop;
}
.footerForm .yyBtn:hover{
	
	-webkit-animation: anim-moema-1 0.4s forwards;
	animation: anim-moema-1 0.4s forwards;
}

.footerForm .yyBtn.active{
	opacity: .5;
	cursor: no-drop;
	animation: auto;
}
.footerClose {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -30px;
	top: 10px;
	cursor: pointer;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	line-height: 28px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 12px;
}
.footerClose.active{
	top: -60px;
	color: rgb(203, 33, 40);
	border: 1px solid rgb(203, 33, 40);
}
.footerClose.active::after{
	width: 1px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 28px;
	background: rgb(203, 33, 40);
	content: '';
}
.footerClose:hover {
	-webkit-transform: rotate(90deg);
}
.footerClose.active:hover{
	-webkit-transform: rotate(0deg);
}
.commonTitle{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 55px;
	padding-left: 65px;
	margin-bottom: 15px;
}
.commonTitle b{
	font-size: 36px;
	width: auto;
	font-weight: bold;
	display: inline-block;
	position: relative;
	font-family: alibaba;
}
.commonTitle::after{
	width: 57px;
	height: 57px;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(../images/logoicon.png) no-repeat;
	content: '';
}
.commonEn{
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 8vw;
	text-transform: uppercase;
	font-family: montserrat;
	color: #fef0f0;
	-webkit-text-stroke: 1px #cb2128;
}
.aboutBg{
	width: 50%;
	height: auto;
	position: absolute;
	right: 0%;
	bottom: -25%;
}
.commonTitle.w{
	color: #fff;
}
.commonTitle.w::after{
	background-image: url(../images/logoiconw.png);
}
.commonTitle.c{
	text-align: center;
	padding-bottom: 55px;
	padding-left: 0%;
}
.commonTitle.c::after{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: auto;
	bottom: 0%;
}
.contactBox{
	position: relative;
	margin-top: 100px;
	direction:rtl;
}
.contactBox::before{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0%;
	height: auto;
	line-height: 1;
	font-size: 140px;
	content: 'contact us';
	text-transform: uppercase;
	font-family: montserrat;
	color: rgb(254, 240, 240);
	-webkit-text-stroke: 1px rgb(203, 33, 40);
	-webkit-transform: translateY(-60%);
	text-align: center;
	opacity: .3;
	display: block;
}


#distpicker3{
	width: 100%;
}

.enWords{
	width: 100%;
	font-size: 5vw;
	text-transform: uppercase;
	font-family: montserrat;
	color: rgb(254, 240, 240);
	-webkit-text-stroke: 1px rgb(203, 33, 40);
	margin-bottom: 15px;
}
.frBox{
	padding: 100px 0px;
}
._form_box .fb_input,.zcityGroup .zcityItem .zcityItem-head{
	border-color: rgb(203, 33, 40);
	background: transparent;
	
}
.zcityGroup .zcityItem .zcityItem-head .currentValue{
	background: transparent;	
}
.zcityGroup .zcityItem .zcityItem-main{
	font-size: 12px;
	top: 40px;
}
._form_box .fb_input{
	text-indent: 10px;
}
._form_box .fb_textarea{
	border-color: rgb(203, 33, 40);
	background: transparent;
	padding: 15px;
}
.zcityGroup .zcityItem .zcityItem-head{
	padding-left: 10px;
}
.otherLogo{
	width: 200px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.curSwiper{
	overflow: inherit;
	padding-bottom: 100px;
}
.cultureBox{
	position: relative;
	margin-top: 100px;
}
.cultureBox::before {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
    height: auto;
    line-height: 1;
    font-size: 100px;
    content: 'corporate culture';
    text-transform: uppercase;
    font-family: montserrat;
    color: rgb(254, 240, 240);
    -webkit-text-stroke: 1px rgb(203, 33, 40);
    -webkit-transform: translateY(-60%);
    text-align: center;
    opacity: .3;
    display: block;
}
.cultureBox .swiper-slide{
	width: 100%;
	height: auto;
	position: relative;
}
.cultureBox .swiper-slide::before{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	z-index: 1;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.cultureBox .swiper-slide .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	padding: 35px;
	z-index: 5;
	color: #fff;
}
.cultureBox .swiper-slide .info .icon{
	width: 100%;
	height: auto;
	line-height: 100px;
	position: relative;
	font-size: 40px;
}
.cultureBox .swiper-slide:nth-child(2) .info .icon{
	font-size: 44px;
}
.cultureBox .swiper-slide:nth-child(4) .info .icon{
	font-size: 44px;
}
.cultureBox .thum{
	position: relative;
}
.cultureBox .swiper-slide:nth-child(even){
	top: 100px;
}

.cultureBox .swiper-slide .info .icon::after{
	width: calc(100% - 60px);
	height: 1px;
	position: absolute;
	left: 60px;
	background: #fff;
	top: 50%;
	content: '';
	opacity: .5;
}
.cultureBox .swiper-slide .info .name{
	width: 100%;
}
.cultureBox .swiper-slide .info .name b{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	display: block;
}
.cultureBox .swiper-slide .info .name p{
	font-size: 14px;
	line-height: 25px;
	min-height: 50px;
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.logo{
		width: 60px;
		margin-top: 0px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		z-index: 10;
	}
	.nav,.hotSocal,.hotContact{
		display: none;
	}
	.banner,.hsSvg{
		height: auto;
		position: relative;
		margin-top: 60px;
	}
	.hsSvg{
		display: none;
	}
	.banner::after {
		display: none;
	}
	#homevideo{
		position: relative;
		left: 0%;
		transform: translateX(0%);
		display: block;
	}
	.footerForm{
		display: none;
	}
	.navBar{
		top: 0px;
	}
	.header{
		height: 60px;
		position: fixed;
		background: #cb2128;
		    z-index: 10000;
			box-shadow: 0px 0px 15px rgb(0 0 0 / 10%)
	}
	.hsImg{
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
		opacity: .5;
	}
	.hsContent{
		transform: translateY(0%);
		position: relative;
		top: 0%;
	}
	.subTitle.dl::after{
		width: 55px;
		height: 55px;
	}
	.adTitle{
		font-size: 50px;
	}
	.subTitle.dl {
	    padding-left: 60px;
	}
	.subTitle p{
		margin-bottom: 5px;
		font-size: 12px;
	}
	.subTitle b{
		font-size: 20px;
	}
	.subTitle .hYear{
		width: 235px;
		line-height: 20px;
	}
	.hsNumber{
		font-size: 40px;
	}
	.hsDes{
		width: 100%;
	}
	.hsCount{
		position: relative;
		width: 100%;
		top: 0%;
		right: auto;
		-webkit-transform: translateY(0%);
		margin-top: 30px;
	}
	.hsCount ul{
		display: flex;
		justify-content: space-between;
	}
	.hsCount ul li{
		width: 32%;
		margin-bottom: 0px;
	}
	.hsCount ul li p{
		font-size: 24px;
		text-align: center;
	}
	.hsCount ul li b{
		font-size: 12px;
		font-weight: normal;
		opacity: .7;
		text-align: center;
		line-height: 1.4;
		margin-top: 5px;
	}
	.hsMore{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.hsMore::before{
		width: 130px;
		height: 40px;
		left: -1px;
		top: -1px;
		display: none;
	}
	.boxes{
		padding: 50px 0px;
	}
	.firstPage{
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.firstPage .w1400{
		padding-bottom: 50px;
	}
	.advanLeft{
		width: 100%;
	}
	.boxes.b1 .adTitle{
		display: none;
	}
	.subTitle{
		padding-bottom: 5px;
		margin-bottom: 25px;
	}
	.subTitle::before{
		width: 20px;
		height: 3px;
	}
	.advanLeft .des b{
		font-size: 20px;
		line-height: 1.7;
	}
	.advanLeft .des{
		margin-bottom: 25px;
	}
	.adList{
		display: none;
	}
	.advanRight{
		width: 100%;
	}
	.otherLogo{
		width: 100px;
		margin: 15px auto;
	}
	.advanRight ul li .singePage p{
		width: 100%;
		text-align: center;
	}
	.advanTel{
		display: none;
	}
	.advanRight ul li{
		margin-bottom: 0px;
	}
	.dw::before{
		width: 150px;
		height: 321px;
	}
	.joinList ul li .thum,.joinList ul li .info{
		width: 100%;
	}
	.joinList ul li .info{
		position: absolute;
		bottom: 0px;
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
		padding: 35px 15px 15px;
	}
	.joinList ul li .info .des{
		display: none;
	}
	.joinList ul li .hsMore{
		display: none;
	}
	.joinList ul li{
		margin-bottom: 15px;
		position: relative;
	}
	.joinList ul li .info .num{
		font-size: 40px;
	}
	.joinList ul li .info .name{
		font-size: 18px;
		margin-bottom: 0px;
	}
	.hsNews ul li{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0%;
	}
	.hsNews{
		margin-bottom: 25px;
	}
	.footer .w1400{
		flex-wrap: wrap;
		line-height: 1.7;
		align-items: center;
	}
	.fInfo{
		width: 100%;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.fLogo{
		width: 70px;
		margin: 0px auto 10px;
	}
	.fInfo{
		width: 30%;
	}
	.infos ul li .icon{
		width: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.infos ul li{
		margin-bottom: 5px;
	}
	.infos ul li:last-child{
		margin-bottom: 0px;
	}
	.infos{
		display: block;
		width: 70%;
		border-right: none;
		padding: 20px 0px 20px 20px;
		padding-right: 0px;
	}
	.infos ul li .txt{
		margin-top: 0px;
	}
	.infos ul li .txt b{
		width: 100%;
		margin-right: 0%;
	}
	.infos ul li .txt p{
		width: 100%;
	}
	.socail a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.socail a.wx .icon::after,.socail a.wb .icon::after{
		width: 15px;
		height: 15px;
		left: 7.5px;
		top: 7.5px;
	}
	.infos ul li .txt{
		flex-wrap: wrap;
	}
	.infos h2{
		font-size: 16px;
		margin-bottom: 5px;
		display: none;
	}
	.fNav{
		display: none;
	}
	.copyright{
		padding: 10px 0px;
	}
	.menuBox{
		-webkit-transition: all .5s;
		height: 0vh;
		overflow: hidden;
	}
	.menuBox ul{
		-webkit-transition: all .5s ease .4s; 
		opacity: 0;
		top: 55%;
	}
	.menuBox.active{
		height: 100vh;
	}
	.menuBox.active ul{
		top: 50%;
		opacity: 1;
	}
	.menuBox ul li > a{
		width: 100%;
		font-size: 16px;
		line-height: 30px;
		position: relative;
		display: block;
		padding-left: 35px;
	}
	.menuBox ul li > a::after{
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0%;
		top: 0%;
		content: '';
		background: url(../images/logoiconw.png) no-repeat;
		background-size: cover;
	}
	.menuBox ul li > .list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-left: 35px;
	}
	.menuBox ul li{
		align-items: baseline;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	.menuBox ul li{
		padding: 15px 0px;
	}
	.navBar.active span:first-child,.navBar.active span:last-child{
		left: 5px;
	}
	.navBar.active{
		top: 10px;
	}
	.menuBox ul li .list a{
		padding-right: 12px;
		margin-right: 12px;
	}
	.menuBox ul li .list a:last-child{
		padding-right: 0%;
		margin-right: 0%;
	}
	.menuBox ul li .list a::after{
		background: rgba(255, 255, 255, 0.2);
	}
	.subBanner{
		margin-top: 60px;
	}
	.subBanner .tips{
		display: none;
	}
	.aboutIntro{
		width: 100%;
	}
	.commonTitle::after{
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.commonTitle{
		line-height: 30px;
		padding-left: 35px;
	}
	.commonTitle b{
		font-size: 24px;
		line-height: 1.4;
	}
	.abBox{
		position: relative;
		z-index: 10;
		margin-bottom: 0px;
		overflow: hidden;
	}
	.abBox .commonEn{
		display: none;
	}
	.aboutBg {
		width: 55%;
		opacity: .5;
	}
	#wave4{
		display: none;
	}
	.brandImg{
		position: relative;
		width: 100%;
		height: 60vw;
		display: none;
	}
	
	.brandBox{
		width: 100%;
		position: relative;
		margin-left: 0%;
		padding-left: 0px;
	}
	.mbImg{
		display: block;
		height: 60vw;
		background: center center no-repeat;
		background-size: cover;
		margin-bottom: 45px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.boxes.b3{
		padding: 50px 0px;
	}
	.fxBox{
		padding: 20px;
	}
	.commonTitle.c::after{
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
	.commonTitle.c{
		padding-bottom: 30px;
	}
	.singePage{
		font-size: 12px;
	}
	.singePage p{
		margin-bottom: 5px;
	}
	.franchiseBox{
		width: 100%;
		position: relative;
		z-index: 5;
	}
	.franchImg,.enWords{
		display: none;
	}
	.hotList ul li{
		width: calc(50% - 10px);
		padding: 5px;
		margin: 5px;
	}
	.contactBox{
		margin-top: 0px;
		flex-wrap: wrap;
	}
	.map,.contactBox::before{
		display: none;
	}
	.map{
		display: none;
		width: 100%;
		height: 300px;
	}
	.cons{
		width: 100%;
		padding: 25px;
		height: auto;
		padding-bottom: 15px;
	}
	.cons ul{
		border-top: 1px solid rgba(255,255,255,0.5);
		padding-top: 15px;
		border-bottom: none;
	}
	.cons h2{
		font-size: 16px;
	}
	.cons ul li{
		margin-bottom: 15px;
	}
	.cons ul li .name{
		font-size: 12px;
		margin-bottom: 5px;
		opacity: .7;
	}
	.cons h3{
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.detailTop{
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.detailTop .w1400::after{
		bottom: -28px;
	}
	.newTag{
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: normal;
		opacity: .7;
		display: none;
	}
	.detailTop .title{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.dpl{
		padding: 30px 0px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		padding: 20px 0px;
		font-size: 12px;
		line-height: 1.6;
	}
	.ndc_npnews{
		padding-bottom: 0px;
	}
	.singePage img{
		display: block;
		width: 100%;
	}
	.detailTop .info{
		font-size: 12px;
		opacity: .5;
	}
	.ndc_npnews .txt {
	    opacity: .7;
	}
	.singePage img.otherLogo{
		width: 100px;
	}
	.potList ul li{
		height: auto;
		padding: 0px;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	.potList ul li::before{
		width: 150px;
		height: 150px;
		display: none;
	}
	.potList ul li .info{
		width: 100%;
		margin-left: 0%;
	}
	.potList ul li:nth-child(2) .info{
		margin-left: 0%;
	}
	.potList ul li:last-child{
		margin-bottom: 0px;
	}
	.honorSwiper{
		padding-bottom: 50px;
	}
	.investBox{
		flex-wrap: wrap;
	}
	.investImg{
		width: 100%;
		height: 60vw;
		margin-bottom: 25px;
	}
	.inverstRight{
		width: 90%;
		padding: 0px;
		margin-right: 0%;
		margin-left: 5%;
	}
	.franchImg{
		display: block;
		opacity: .1;
	}
	.cultureBox{
		margin-top: 0px;
	}
	.cultureBox::before{
		font-size: 30px;
		display: none;
	}
	.cultureBox .swiper-slide:nth-child(2n){
		top: 0px;
	}
	.curSwiper{
		padding-bottom: 0px;
		    overflow: hidden;
	}
	.cultureBox .swiper-slide .info{
		padding: 15px 10px;
	}
	.cultureBox .swiper-slide .info .icon{
		line-height: 50px;
		font-size: 28px;
	}
	.cultureBox .swiper-slide .info .icon::after{
		width: calc(100% - 40px);
		left: 40px;
	}
	.cultureBox .swiper-slide:nth-child(2) .info .icon,.cultureBox .swiper-slide:nth-child(4) .info .icon{
		font-size: 34px;
	}
	.cultureBox .swiper-slide .info .name b{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	.cultureBox .swiper-slide .info .icon::after{
		display: none;
	}
	.cultureBox .swiper-slide .info .name p{
		font-size: 10px;
		min-height: 30px;
		line-height: 15px;
	}
	.potList ul li{
		padding: 25px 10px;
		padding-top: 70px;
		margin-bottom: 80px;
	}
	.potList ul li .thum{
		width: 200px;
		height: auto;
		position: absolute;
		left: 50%;
		top: -100px;
		margin-left: -100px;
	}
	.potList ul li .info .name{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.potList ul li .info .name::after{
		width: 30px;
		height: 2px;
		left: 50%;
		margin-left: -15px;
	}
	.potList ul li .des{
		text-align: center;
		font-size: 12px;
	}
	.potList ul li:nth-child(2) .info .name::after{
		right: auto;
	}
	.potList{
		padding-top: 70px;
	}
	.potList ul li:nth-child(2) .thum{
		left: 50%;
		right: auto;
	}
	.potList ul li .info .name p{
		font-size: 14px;
		opacity: .7;
	}
	.hsMore.pcHide{
		display: block;
		margin: 0px auto;
		margin-top: 25px;
	}
	
	.commonVideoBtn{
		display: block;
		position: absolute;
		margin: 0px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
	}
	.commonVideoBtn.vb{
		display: none;
	}
	.commonVideoBtn::after, .commonVideoBtn::before{
		display: none;
	}
	.commonVideoBtn span{
		background: rgba(0,0,0,.5);
	}
	.commonVideoBtn span::after{
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 7px solid #fff;
	}
	.boxes{
		padding: 60px 0px;
	}
	.foodItem{
		margin-bottom: 15px;
	}
	.foodItem .stuff p{
		display: none;
	}
	.foodItem .stuff b{
		margin-bottom: 0px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		background: rgba(0,0,0,.5);
		color: #fff;
		padding: 10px 15px;
		line-height: 20px;
		font-size: 14px;
		display: none;
		text-shadow: none;
	}
	#distpicker3,.double .input.full{
		width: 100%;
	}
	.storeList .name{
		padding: 15px 10px;
		font-size: 14px;
	}
	.boxes.pt0{
		padding-top: 0px;
	}
	.menuBox::before{
		background: url(../images/slogan.png);
		animation-name:none;
		background-size: cover;
		width: 100vw;
		height: 100vh;
		left: 0%;
		top: 0%;
		opacity: .1;
	}
	.honorSwiper .swiper-wrapper{
		display: block;
		overflow: hidden;
	}
	.honorSwiper .title{
		font-size: 12px;
	}
	.honorSwiper .swiper-slide{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
		float: left;
	}
	.honorSwiper .swiper-slide:nth-child(even){
		margin-right: 0%;
	}
	.syslist ul{
		display: none;
	}
	.syslist ol{
		width: 90%;
		margin: 50px auto;
		margin-bottom: 0px;
	}
	.syslist ol::before{
		width: 88vw;
		height: 88vw;
		opacity: .5;
	}
	.syslist .sysWords{
		font-size: 40px;
	}
	.systemSwiper{
		display: block;
		z-index: 10;
		overflow: initial;
		padding-bottom: 30px;
	}
	.systemSwiper .swiper-slide{
		text-align: center;
	}
	.systemSwiper .swiper-slide .num{
		width: 50px;
		height: 50px;
		background: rgb(203, 33, 40);
		position: absolute;
		left: 50%;
		top: -25px;
		transform: translateX(-50%);
		border-radius: 50%;
		color: rgb(255, 255, 255);
		text-align: center;
		line-height: 50px;
		font-family: 'montserrat';
		font-size: 24px;
	}
	.systemSwiper .swiper-slide::before{
		width: 100%;
		height: 200px;
		position: absolute;
		left: 0px;
		top: -200px;
		content: '';
	}
	.systemSwiper .swiper-slide .info{
		padding-top: 35px;
	}
	.systemSwiper .swiper-slide .info .name{
		width: 100%;
		font-size: 20px;
		color: #cb2128;
		position: relative;
		line-height: 1;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.systemSwiper .swiper-slide .info .des{
		width: 100%;
		height: auto;
		line-height: 1.6;
		font-size: 14px;
	}
	.swiper-pagination-bullet-active{
		background: #cb2128;
	}
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0px 2px;
	}
	.subBanner .title b{
		margin-bottom: 0px;
	}
}
