.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.img_scale {
	overflow: hidden
}

.img_scale img {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-ms-transition: transform 1s
}

.img_scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.banner {
	position: relative;
	z-index: 9;
	overflow: hidden
}

.banner .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background: 0 0;
	opacity: 1
}

.banner .swiper-pagination-bullet-active {
	border: 3px solid #ffffff;
	background: #ffffff;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 35px;
	font-size: 0
}

.banner-txt {
	position: absolute;
	top: 50%;
	top: 40%;
	left: 50%;
	left: 25%;
	color: #fff;
	font-size: 42px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.banner-txt .txt {
	overflow: hidden
}

.banner-txt span {
	display: inline-block;
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-o-transform: translateY(110%);
	transform: translateY(110%);
	-ms-transform: translateY(110%)
}

.banner-txt .txt1 span {
	-webkit-transition: transform .8s cubic-bezier(.19,.65,.68,1) .5s;
	-moz-transition: transform cubic-bezier(.19,.65,.68,1) .8s .5s;
	-o-transition: transform cubic-bezier(.19,.65,.68,1) .8s .5s;
	transition: transform .8s cubic-bezier(.19,.65,.68,1) .5s;
	-ms-transition: transform cubic-bezier(.19,.65,.68,1) .8s .5s
}

.banner-txt .txt2 span {
	-webkit-transition: transform .8s cubic-bezier(.19,.65,.68,1) .8s;
	-moz-transition: transform cubic-bezier(.19,.65,.68,1) .8s .8s;
	-o-transition: transform cubic-bezier(.19,.65,.68,1) .8s .8s;
	transition: transform .8s cubic-bezier(.19,.65,.68,1) .8s;
	-ms-transition: transform cubic-bezier(.19,.65,.68,1) .8s .8s
}

.banner-txt .txt3 span {
	-webkit-transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.2s;
	-moz-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.2s;
	-o-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.2s;
	transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.2s;
	-ms-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.2s
}

.banner-txt .con {
	overflow: hidden;
	width: 485px;
	color: #fff;
	font-size: 16px;
	line-height: 26px
}

.banner-txt .con span {
	-webkit-transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.1s;
	-moz-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.1s;
	-o-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.1s;
	transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.1s;
	-ms-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.1s
}

.swiper-slide:first-child .txt2 {
	margin-top: 15px;
	margin-bottom: 20px
}

.swiper-slide:nth-child(2) .txt2 {
	margin-top: 25px;
	margin-bottom: 20px
}

.swiper-slide:nth-child(2) .con {
	color: #fff
}

.swiper-slide:nth-child(3) .txt2 {
	margin-top: 25px;
	margin-bottom: 12px
}

.swiper-slide:nth-child(3) .con {
	margin-top: 22px
}

.swiper-slide:nth-child(3) .con span {
	-webkit-transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.5s;
	-moz-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.5s;
	-o-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.5s;
	transition: transform .8s cubic-bezier(.19,.65,.68,1) 1.5s;
	-ms-transition: transform cubic-bezier(.19,.65,.68,1) .8s 1.5s
}

.swiper-slide-active .banner-txt .con span,.swiper-slide-active .banner-txt .txt span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.banner-img {
	position: relative
}

#banner-1 {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner-video:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	content: ""
}

.main-con {
	position: relative;
	z-index: 999;
	background: #fff
}

.experience {
	position: relative;
	z-index: 10
}

.experience .experience-left {
	position: relative;
	float: left;
	width: 20%;
	height: 200px;
	background: #17334e;
}

.experience .warp {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.experience .line {
	margin: 16.8831% auto 19.48%;
	width: 50px;
	height: 4px;
	background: #fff
}

.experience .down {
	/* margin-top: 18.1818%; */
	cursor: pointer;
	animation: bounce-down 1.5s linear 1s infinite;
	-webkit-animation: bounce-down 1.5s linear 1s infinite;
	-moz-animation: bounce-down 1.5s 1s infinite linear;
	-o-animation: bounce-down 1.5s 1s infinite linear;
}

.experience .experience-right {
	float: left;
	width: 80%
}

.experience .tit-zh {
	color: #fff;
	font-size: 22px;
	line-height: 2;
}

.experience-product {
	font-size: 0
}

.experience-product>div {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 50%;
	vertical-align: top
}

.experience-product>div .pro-img img {
	-webkit-transition: all .8s 50ms;
	-moz-transition: all .8s 50ms;
	-o-transition: all .8s 50ms;
	transition: all .8s 50ms;
	-ms-transition: all .8s 50ms
}

.experience-product>div:hover .pro-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.experience-product>div:hover .mask {
	opacity: 0
}

.experience-product .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .8s 50ms;
	-moz-transition: all .8s 50ms;
	-o-transition: all .8s 50ms;
	transition: all .8s 50ms;
	mix-blend-mode: multiply;
	-ms-transition: all .8s 50ms
}

.experience-product .mask .img {
	width: 100%;
	height: 100%
}

.experience-product .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	left: 80%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.experience-product .txt1 {
	position: relative;
	padding-top: 10px;
	font-weight: 700;
	font-size: 0;
	font-family: gothicb;
	line-height: 1
}

.experience-product .txt1:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #9aa2a4;
	content: "";
	-webkit-transition: width .6s cubic-bezier(.19,.65,.68,1) .8s;
	-moz-transition: width .6s cubic-bezier(.19,.65,.68,1) .8s;
	-o-transition: width .6s cubic-bezier(.19,.65,.68,1) .8s;
	transition: width .6s cubic-bezier(.19,.65,.68,1) .8s;
	-ms-transition: width .6s cubic-bezier(.19,.65,.68,1) .8s
}

.experience-product .txt1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-moz-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	-o-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-ms-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s
}

.experience-product .txt2 {
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 10px;
	color: #111;
	font-size: 0;
	line-height: 1
}

.experience-product .txt2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-moz-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	-o-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-ms-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s
}

.experience-product .txt2:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #979696;
	content: "";
	-webkit-transition: width .6s cubic-bezier(.19,.65,.68,1) 1.6s;
	-moz-transition: width .6s cubic-bezier(.19,.65,.68,1) 1.6s;
	-o-transition: width .6s cubic-bezier(.19,.65,.68,1) 1.6s;
	transition: width .6s cubic-bezier(.19,.65,.68,1) 1.6s;
	-ms-transition: width .6s cubic-bezier(.19,.65,.68,1) 1.6s
}

.experience-product .scroll-watch-in-view .txt1:before,.experience-product .scroll-watch-in-view .txt2:before {
	width: 100%
}

.experience-product .experience-more {
	display: block;
	margin-top: 6px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all .6s cubic-bezier(.19,.65,.68,1) 2s;
	-moz-transition: all cubic-bezier(.19,.65,.68,1) .6s 2s;
	-o-transition: all cubic-bezier(.19,.65,.68,1) .6s 2s;
	transition: all .6s cubic-bezier(.19,.65,.68,1) 2s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-ms-transition: all cubic-bezier(.19,.65,.68,1) .6s 2s
}

.experience-product .experience-more i,.experience-product .experience-more img {
	display: inline-block;
	vertical-align: middle
}

.experience-product .experience-more i {
	margin-right: 5px;
	font-style: normal
}

.experience-product .scroll-watch-in-view .experience-more {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0)
}

.pro-menu {
	display: table;
	padding-right: 8%;
	padding-left: 8%;
	width: 100%;
	padding-top:4%;
	padding-bottom:4%;
}

.pro-menu ul {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.pro-menu .menu-txt {
	position: relative;
	overflow: hidden
}

.pro-menu .menu-txt-hover,.pro-menu .txt-warp {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease
}

.pro-menu .menu-txt-hover {
	position: absolute;
	top: 150%;
	width: 100%
}

.pro-menu .menu-txt-hover .txt1 {
	margin-bottom: 8px;
	color: #111;
	font-size: 16px;
	line-height: 1
}

.pro-menu .menu-txt-hover .txt2 {
	margin-bottom: 8px;
	color: #17334e;
	color: #999;
	font-size: 12px;
	opacity: .4
}

.pro-menu .menu-txt-hover .txt2 span {
	margin: 0 5px
}

.pro-menu ul li {
	float: left;
	width: 25%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	-ms-transform: translateX(20px);
}

.pro-menu ul li .tit {
	position: relative;
	margin-bottom: 8px;
	color: #111;
	font-size: 16px;
	line-height: 1
}

.pro-menu ul li .tit2 {
	position: relative;
	color: #999;
	font-size: 12px
}

.pro-menu ul li .tit2 span {
	margin: 0 5px
}

.pro-menu ul li .menu-txt-hover .txt2:after,.pro-menu ul li .menu-txt-hover .txt2:before,.pro-menu ul li .tit2:after,.pro-menu ul li .tit2:before {
	display: inline-block;
	width: 3px;
	height: 5px;
	content: "";
	vertical-align: middle;
	opacity: 1
}

.pro-menu ul li .menu-txt-hover .txt2:before,.pro-menu ul li .tit2:before {
	background: url(../images/right.png)
}

.pro-menu ul li .menu-txt-hover .txt2:after,.pro-menu ul li .tit2:after {
	background: url(../images/left.png)
}

.pro-menu ul li:first-child {
	-moz-transition: opacity 1s,transform 1.2s,-moz-transform 1.2s;
	-o-transition: opacity 1s,-o-transform 1.2s;
	transition: opacity 1s,-webkit-transform 1.2s;
	transition: opacity 1s,transform 1.2s;
	transition: opacity 1s,transform 1.2s,-webkit-transform 1.2s,-moz-transform 1.2s,-o-transform 1.2s
}

.pro-menu ul li:nth-child(2) {
	-moz-transition: opacity 1s .1s,transform 1.2s .1s,-moz-transform 1.2s .1s;
	-o-transition: opacity 1s .1s,-o-transform 1.2s .1s;
	transition: opacity 1s .1s,-webkit-transform 1.2s .1s;
	transition: opacity 1s .1s,transform 1.2s .1s;
	transition: opacity 1s .1s,transform 1.2s .1s,-webkit-transform 1.2s .1s,-moz-transform 1.2s .1s,-o-transform 1.2s .1s
}

.pro-menu ul li:nth-child(3) {
	-moz-transition: opacity 1s .2s,transform 1.2s .2s,-moz-transform 1.2s .2s;
	-o-transition: opacity 1s .2s,-o-transform 1.2s .2s;
	transition: opacity 1s .2s,-webkit-transform 1.2s .2s;
	transition: opacity 1s .2s,transform 1.2s .2s;
	transition: opacity 1s .2s,transform 1.2s .2s,-webkit-transform 1.2s .2s,-moz-transform 1.2s .2s,-o-transform 1.2s .2s
}

.pro-menu ul li:nth-child(4) {
	-moz-transition: opacity 1s .3s,transform 1.2s .3s,-moz-transform 1.2s .3s;
	-o-transition: opacity 1s .3s,-o-transform 1.2s .3s;
	transition: opacity 1s .3s,-webkit-transform 1.2s .3s;
	transition: opacity 1s .3s,transform 1.2s .3s;
	transition: opacity 1s .3s,transform 1.2s .3s,-webkit-transform 1.2s .3s,-moz-transform 1.2s .3s,-o-transform 1.2s .3s
}

.pro-menu ul li:nth-child(5) {
	-moz-transition: opacity 1s .4s,transform 1.2s .4s,-moz-transform 1.2s .4s;
	-o-transition: opacity 1s .4s,-o-transform 1.2s .4s;
	transition: opacity 1s .4s,-webkit-transform 1.2s .4s;
	transition: opacity 1s .4s,transform 1.2s .4s;
	transition: opacity 1s .4s,transform 1.2s .4s,-webkit-transform 1.2s .4s,-moz-transform 1.2s .4s,-o-transform 1.2s .4s
}

.pro-menu ul li:hover .txt-warp {
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%);
	-ms-transform: translateY(-150%)
}

.pro-menu ul li:hover .menu-txt-hover {
	top: 0
}

.pro-menu .menu-img-warp {
	position: relative;
	display: table;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	/*height: 70px*/
}

.pro-menu .menu-img-warp>div {
	display: table-cell;
	vertical-align: bottom
}

.pro-menu .menu-img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease
}

.pro-menu .menu-img-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-ms-transition: all .5s
}

.pro-menu ul li:hover .menu-img {
	opacity: 0
}

.pro-menu ul li:hover .menu-img-hover {
	opacity: 1
}

.scroll-watch-in-view.pro-menu ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0)
}

.hot-scale {
	padding-top: 5.46875%;
	padding-bottom: 5.46875%;
	background: #f6f6f6
}
.hot-scale .more {
	margin: 0 0 0;
	height:30px;
	line-height:30px;
	width: 120px;
	text-align: left;
	padding-left: 20px;
	float:right
}
.hot-scale .more:before {
	height:30px;
	line-height:30px;
	width:120px;
}
.hot-scale .more:hover:before {
	width:120px;
	height:30px;
	line-height:30px;
}
.hot-scale .more:hover{
	background:#17334e
}

.main-tit {
	text-align: center
}

.main-tit .tit1 {
	color: #c1c1c1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 1
}

.main-tit .tit2 {
	margin-top: 18px;
	color: #333;
	font-size: 24px;
	line-height: 1
}

.product-con {
	position: relative;
	overflow: hidden;
	margin: 4.9479% auto 0;
	width: 1365px;
	font-size: 0;
}

.product-con .swiper-left,.product-con .swiper-right {
	display: inline-block;
	vertical-align: bottom;
	opacity: 0;
	-webkit-transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-moz-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	-o-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s;
	transition: transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1);
	-ms-transition: transform cubic-bezier(.4,0,.2,1) 1.2s,opacity cubic-bezier(.4,0,.2,1) 1.2s
}

.product-con .ani-slide .swiper-left,.product-con .ani-slide .swiper-right {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0)
}

.product-con .swiper-left {
	margin-right: 80px;
	width: 783px;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-ms-transform: translateX(-50px)
}

.product-con .swiper-left img {
	display: block;
	height: auto;
	max-width: 100%
}

.product-con .swiper-right {
	padding-bottom: 3%;
	width: 502px;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-ms-transform: translateX(50px)
}

.product-con .tit {
	color: #000;
	font-weight: 700;
	font-size: 50px;
	font-family: gothicb;
	line-height: 1
}

.product-con .tit2 {
	margin-top: 20px;
	margin-bottom: 25px;
	color: #000;
	font-size: 20px;
	line-height: 1
}

.product-con .summary {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	color: #959595;
	font-size: 14px;
	line-height: 24px
}

.product-con .attribute {
	margin-top: 15px;
	color: #000;
	font-size: 14px;
	line-height: 1
}

.product-con .attribute span {
	margin-right: 16px;
	color: #adadad
}

.product-con .attribute .color {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer
}

.product-con .attribute .color.white {
	border: 1px solid #d6d6d6
}

.product-con .attribute.selection {
	margin-top: 40px;
	margin-bottom: 20px
}

.product-con .attribute.selection span {
	color: #000
}

.product-con .color img {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease
}

.product-con .color.selected img {
	opacity: 1
}

.product-con .white {
	background: #fff
}

.product-con .red {
	background: #a02328
}

.product-con .blue {
	background: #072c69
}

.product-con .black {
	background: #1b1b1b
}

.more {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 40px;
	width: 225px;
	height: 45px;
	text-align: center;
	font-size: 0;
	line-height: 45px
}

.more,.more span {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transition: all .3s ease
}

.more span {
	display: inline-block;
	margin-right: 20px;
	color: #2a2a2a;
	vertical-align: top;
	font-size: 14px
}

.more span:after {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 7px;
	width: 8px;
	height: 14px;
	background: url(../images/more.png) no-repeat;
	content: "";
	vertical-align: middle;
	line-height: 45px;
	-webkit-transition: background .4s ease,.3s .1s;
	-moz-transition: background .4s ease,.3s .1s;
	-o-transition: background .4s ease,.3s .1s;
	transition: background .4s ease,.3s .1s;
	-ms-transition: background .4s ease,.3s .1s
}

.more:before {
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 205px;
	height: 45px;
	border: 1px solid #d6d6d6
}

.more:after,.more:before {
	position: absolute;
	content: "";
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease
}

.more:after {
	top: 0;
	left: -2px;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #17334e
}
.show44{
opacity:1!important;margin-left: -20px;width:100%;overflow:hidden
}
.more:hover {
	color: #fff
}

.more:hover span {
	margin-right: 0;
	color: #fff
}

.more:hover span:after {
	margin-left: 15px;
	background: url(../images/more2.png) no-repeat
}

.more:hover:before {
	width: 100%;
	border: 1px solid #17334e
}

.more:hover:after {
	width: 102%
}

.more.more2 {
	border: 1px solid transparent;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-ms-transition: all .2s ease
}

.more.more2 span {
	position: relative;
	z-index: 5;
	margin-right: 0;
	color: #fff
}

.more.more2 span:after {
	background: url(../images/more2.png) no-repeat
}

.more.more2:before {
	border: 1px solid #17334e;
	background: #17334e
}

.more.more2:after {
	z-index: 4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease
}

.more.more2:hover {
	border: 1px solid #d6d6d6;
	-webkit-transition: all .4s ease .3s;
	-moz-transition: all .4s ease .3s;
	-o-transition: all .4s ease .3s;
	transition: all .4s ease .3s;
	-ms-transition: all .4s ease .3s
}

.more.more2:hover span {
	color: #2a2a2a
}

.more.more2:hover span:after {
	background: url(../images/more.png) no-repeat
}

.tabs,.tabs a {
	display: inline-block;
	vertical-align: middle
}

.tabs a {
	margin: 0 5px
}

.tabs .tabs-img img {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-ms-transition: all .6s;
	max-width: 100px;
}

.tabs a.active .tabs-img img,.tabs a:hover .tabs-img img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none
}

.tabs .tabs-txt {
	margin-top: 12px;
	color: #303030;
	font-size: 12px;
	line-height: 1
}

.product-switch {
	position: relative;
	z-index: 9;
	margin-top: 5%;
	text-align: center
}

.product-switch .swiper-button-next,.product-switch .swiper-button-prev {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block;
	overflow: hidden;
	margin: 0 30px 24px;
	width: 53px;
	height: 53px;
	border-radius: 26.5px;
	background: 0 0;
	background: #d6d6d6;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	pointer-events: auto;
	-ms-transition: all .5s
}

.product-switch .swiper-button-next span,.product-switch .swiper-button-prev span {
	position: relative;
	z-index: 999;
	display: inline-block;
	width: 53px;
	height: 53px;
	border: 5px solid #d6d6d6;
	border-radius: 50%;
	background: #f9f9f9;
	vertical-align: middle;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-ms-transition: all .4s
}

.product-switch .swiper-button-next i,.product-switch .swiper-button-prev i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s
}

.product-switch .swiper-button-next a,.product-switch .swiper-button-prev a {
	display: none;
	display: inline-block;
	margin-left: 8px;
	height: 53px;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
	line-height: 53px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-ms-transition: all .2s
}

.product-switch .swiper-button-next:hover,.product-switch .swiper-button-prev:hover {
	background: #17334e
}

.product-switch .swiper-button-next:hover span,.product-switch .swiper-button-prev:hover span {
	border: 5px solid #17334e
}

.product-switch .swiper-button-prev {
	text-align: right
}

.product-switch .swiper-button-prev a {
	display: none;
	margin-right: 8px;
	margin-left: 0
}

.product-switch .swiper-button-prev i {
	background: url(../images/arrow-left.png) no-repeat 50%
}

.product-switch .swiper-button-prev:hover i {
	background: url(../images/arrow-left2.png) no-repeat 50%;
	animation: leftico 1.5s ease-out .2s infinite;
	-webkit-animation: leftico 1.5s ease .2s infinite
}

.product-switch .swiper-button-next i {
	background: url(../images/arrow-right.png) no-repeat 50%
}

.product-switch .swiper-button-next:hover i {
	background: url(../images/arrow-right2.png) no-repeat 50%;
	animation: rightico 1.5s ease-out .2s infinite;
	-webkit-animation: rightico 1.5s ease .2s infinite
}

.product-switch .swiper-button-next.swiper-button-disabled:hover,.product-switch .swiper-button-prev.swiper-button-disabled:hover {
	width: 160px
}

.product-switch .swiper-button-next.swiper-button-disabled:hover a,.product-switch .swiper-button-prev.swiper-button-disabled:hover a {
	display: inline-block
}

.product-switch .swiper-button-next.swiper-button-disabled:hover i,.product-switch .swiper-button-prev.swiper-button-disabled:hover i {
	animation: none;
	-webkit-animation: none
}

.service {
	font-size: 0
}

.service>div {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

.service .service-tit {
	display: table;
	width: 100%;
	height: 260px;
	background: #17334e;
	color: #fff
}

.service .service-tit>div {
	display: table-cell;
	padding-left: 9.8958%;
	vertical-align: middle
}

.service .service-tit .tit1 {
	text-transform: uppercase;
	font-size: 0;
	font-family: gothicb;
	line-height: 1
}

.service .service-tit .tit1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 52px;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-moz-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	-o-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s;
	transition: opacity .8s cubic-bezier(.57,.1,.18,1.03);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-ms-transition: opacity cubic-bezier(.57,.1,.18,1.03) .8s
}

.service .service-tit .tit2 {
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 24px
}

.service .service-tit .show_mask:after {
	background: #17334e;
	-webkit-transition: transform 1.2s cubic-bezier(.62,.2,.25,1) .6s;
	-moz-transition: cubic-bezier(.62,.2,.25,1) transform 1.2s .6s;
	-o-transition: cubic-bezier(.62,.2,.25,1) transform 1.2s .6s;
	transition: transform 1.2s cubic-bezier(.62,.2,.25,1) .6s;
	-ms-transition: cubic-bezier(.62,.2,.25,1) transform 1.2s .6s
}

.service .service-tit .line {
	width: 0;
	height: 4px;
	background: #fff;
	-webkit-transition: width .6s cubic-bezier(.19,.65,.68,1) .9s;
	-moz-transition: width .6s cubic-bezier(.19,.65,.68,1) .9s;
	-o-transition: width .6s cubic-bezier(.19,.65,.68,1) .9s;
	transition: width .6s cubic-bezier(.19,.65,.68,1) .9s;
	-ms-transition: width .6s cubic-bezier(.19,.65,.68,1) .9s
}

.service .service-tit .scroll-watch-in-view.line {
	width: 50px
}

.service .right-sec>div {
	display: inline-block;
	width: 50%;
	vertical-align: middle
}

.service .right-sec2 .service-item {
	margin-left: -2px
}

.service .service-item {
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center
}

.service .service-item .service-img {
	overflow: hidden;
	-webkit-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-moz-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-o-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-ms-transition: transform 1s cubic-bezier(.335,.015,.46,.995)
}

.service .service-item:hover .service-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.service .service-item:hover .mask {
	opacity: 0
}

.service .service-item2 {
	margin-top: -1px
}

.service .service-item2:hover .service-img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.service .map-item .number2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%)
}

.service .map-item .map-txt1 {
	position: absolute;
	bottom: 35%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 18px
}

.service .map-item .map-txt2 {
	position: absolute;
	bottom: 28%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	opacity: .5
}

.service .map-item .service-more {
	bottom: 18%
}

.service .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .35;
	-webkit-transition: all .8s 50ms;
	-moz-transition: all .8s 50ms;
	-o-transition: all .8s 50ms;
	transition: all .8s 50ms;
	-ms-transition: all .8s 50ms
}

.service .service-txt1 {
	bottom: 60px;
	font-size: 20px;
	-webkit-transition: bottom .4s cubic-bezier(.025,.025,.17,1) 40ms;
	-moz-transition: bottom .4s cubic-bezier(.025,.025,.17,1) 40ms;
	-o-transition: bottom .4s cubic-bezier(.025,.025,.17,1) 40ms;
	transition: bottom .4s cubic-bezier(.025,.025,.17,1) 40ms;
	-ms-transition: bottom .4s cubic-bezier(.025,.025,.17,1) 40ms
}

.service .service-txt1,.service .service-txt2 {
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 1
}

.service .service-txt2 {
	bottom: 30px;
	font-size: 14px;
	opacity: .5;
	-webkit-transition: bottom .4s cubic-bezier(.025,.025,.17,1) .1s;
	-moz-transition: bottom .4s cubic-bezier(.025,.025,.17,1) .1s;
	-o-transition: bottom .4s cubic-bezier(.025,.025,.17,1) .1s;
	transition: bottom .4s cubic-bezier(.025,.025,.17,1) .1s;
	-ms-transition: bottom .4s cubic-bezier(.025,.025,.17,1) .1s
}

.service .service-more {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: bottom .4s cubic-bezier(.02,.045,.22,.975) .2s,opacity .4s cubic-bezier(.02,.045,.22,.975) .2s;
	-moz-transition: bottom .4s cubic-bezier(.02,.045,.22,.975) .2s,opacity .4s cubic-bezier(.02,.045,.22,.975) .2s;
	-o-transition: bottom .4s cubic-bezier(.02,.045,.22,.975) .2s,opacity .4s cubic-bezier(.02,.045,.22,.975) .2s;
	transition: bottom .4s cubic-bezier(.02,.045,.22,.975) .2s,opacity .4s cubic-bezier(.02,.045,.22,.975) .2s;
	-ms-transition: bottom .4s cubic-bezier(.02,.045,.22,.975) .2s,opacity .4s cubic-bezier(.02,.045,.22,.975) .2s
}

.service .service-item:hover .service-txt1 {
	bottom: 120px
}

.service .service-item:hover .service-txt2 {
	bottom: 90px
}

.service .service-item:hover .service-more {
	bottom: 50px;
	opacity: 1
}

.service .service-item.map-item:hover .service-more {
	bottom: 20%;
	opacity: 1
}

.product-guide {
	padding: 5.46875% 0;
	background: #ededed;
}

.guider-con {
	/* margin-top: 4.9479%; */
	/* background: #ededed; */
	text-align: center;
	font-size: 0;
	margin: 4.9479% auto 0;
	width: 1365px;
}

.guider-con .new {
	display: inline-block;
	width: 31.3%;
	vertical-align: middle;
	margin: 1%;
	background: #ededed;
}

.guider-con .guide-img {
	-webkit-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-moz-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-o-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	-ms-transition: transform 1s cubic-bezier(.335,.015,.46,.995);
	height:242px;
}

.guider-con .guide-left {
	overflow: hidden
}

.guider-con .guide-left:hover .guide-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.guider-con .guide-right {
	/* padding-right: 8%; */
	padding: 6%;
	background: #fff;
}

.guider-con .tit {
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
	line-height: 1;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.guider-con .txt {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	/* white-space: nowrap; */
	/* overflow:hidden; */
	/* text-overflow:ellipsis; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.guider-con .more {
	margin: 7.3% 0 0;
	height:35px;
	line-height:35px;
	width: 120px;
	text-align: left;
	padding-left: 20px;
}
.guider-con .more:before {
	height:35px;
	line-height:35px;
	width:120px;
}
.guider-con .more:hover:before {
	opacity: 0;
	width:120px;
	height:35px;
	line-height:35px;
}

.club {
	/* padding-top: 5.46875% */
	background-image: url(../images/aboutbg.jpg);
}

.club .club-con {
	position: relative;
	/* margin-top: 3.6458%; */
	height: 654px;
	overflow: hidden;
}

.club .club-con .club-img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 654px;
	background: #fff;
	
	background-position: center 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	will-change: transform
}

.club .club-con .club-txt {
	position: absolute;
	top: 50%;
	left: 15.5%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.club .club-con .txt1 {
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 1;
	-webkit-transition: all .8s cubic-bezier(.19,.65,.68,1) 50ms;
	-moz-transition: all cubic-bezier(.19,.65,.68,1) .8s 50ms;
	-o-transition: all cubic-bezier(.19,.65,.68,1) .8s 50ms;
	transition: all .8s cubic-bezier(.19,.65,.68,1) 50ms;
	-ms-transition: all cubic-bezier(.19,.65,.68,1) .8s 50ms;
}

.club .club-con .txt1,.club .club-con .txt2 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-ms-transform: translateY(50px)
}

.club .club-con .txt2 {
	width: 480px;
	-webkit-transition: all .8s cubic-bezier(.19,.65,.68,1) .45s;
	-moz-transition: all cubic-bezier(.19,.65,.68,1) .8s .45s;
	-o-transition: all cubic-bezier(.19,.65,.68,1) .8s .45s;
	transition: all .8s cubic-bezier(.19,.65,.68,1) .45s;
	-ms-transition: all cubic-bezier(.19,.65,.68,1) .8s .45s;
	font-size: 16px;
	line-height: 2;
}

.club .club-con .more {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.19,.65,.68,1) .7s;
	-moz-transition: all cubic-bezier(.19,.65,.68,1) .8s .7s;
	-o-transition: all cubic-bezier(.19,.65,.68,1) .8s .7s;
	transition: all .8s cubic-bezier(.19,.65,.68,1) .7s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-ms-transform: translateY(50px);
	-ms-transition: all cubic-bezier(.19,.65,.68,1) .8s .7s
}

.club .club-con .more:hover {
	border: 1px solid transparent
}

.club .scroll-watch-in-view .more,.club .scroll-watch-in-view .txt1,.club .scroll-watch-in-view .txt2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0)
}

@media (max-width:1440px) {
	.pro-menu {
		padding-right: 6%;
		padding-left: 6%
	}

	.tit-en img {
		width: 200px
	}

	

	.experience .tit-zh {
		font-size: 20px
	}

	.service .service-tit .tit1 span {
		font-size: 48px
	}

	.service .service-tit .tit2 {
		font-size: 22px
	}

	.guider-con .guide-right {
		padding-right: 6%;
		padding-left: 6%
	}

	.guider-con .tit {
		margin-bottom: 30px
	}

	.guider-con .more {
		margin-top: 25px
	}

	.club .club-con {
		height: 530px
	}

	.main-tit .tit1 {
		font-size: 46px
	}

	.service .map-item .map-txt1 {
		bottom: 31%
	}

	.service .map-item .map-txt2 {
		bottom: 22%
	}

	.service .map-item .service-more {
		bottom: 5%
	}

	.number2 img {
		width: 260px
	}

	.service .service-item:hover .service-txt1 {
		bottom: 90px
	}

	.service .service-item:hover .service-txt2 {
		bottom: 60px
	}

	.service .service-more {
		bottom: 20px
	}

	.service .service-item:hover .service-more {
		bottom: 30px
	}

	.service .service-item.map-item:hover .service-more {
		bottom: 12%
	}

	.product-con .swiper-left {
		margin-right: 60px;
		width: 700px
	}

	.product-con .swiper-right {
		width: 480px
	}

	.product-con {
		width: 1240px
	}

	.product-con .tit {
		font-size: 46px
	}

	.banner-txt {
		top: 45%;
		left: 22%
	}

	.banner .swiper-slide:first-child .txt1 img {
		width: 200px
	}

	.banner .swiper-slide:first-child .txt2 img {
		width: 250px
	}

	.banner .swiper-slide:first-child .banner-txt .con {
		width: 460px;
		font-size: 15px;
		line-height: 24px
	}

	.banner .swiper-slide:nth-child(2) .txt1 img {
		width: 480px
	}

	.banner .swiper-slide:nth-child(2) .txt2 img {
		width: 270px
	}

	.banner .swiper-slide:nth-child(2) .banner-txt .con {
		width: 460px;
		font-size: 15px;
		line-height: 24px
	}

	.banner .swiper-slide:nth-child(3) .txt1 img {
		width: 280px
	}

	.banner .swiper-slide:nth-child(3) .txt2 img {
		width: 360px
	}

	.banner .swiper-slide:nth-child(3) .txt3 img {
		width: 220px
	}

	.banner .swiper-slide:nth-child(3) .banner-txt .con {
		width: 460px;
		font-size: 15px;
		line-height: 24px
	}
}

@media (max-width:1366px) {
	.experience-product>div:first-child .txt {
		width: 115px!important
	}

	.experience-product>div:first-child .txt .txt1 span {
		font-size: 28px
	}

	.experience-product>div:first-child .txt .txt2 span {
		font-size: 20px
	}

	.experience-product>div:nth-child(2) .txt {
		width: 115px!important
	}

	.experience-product>div:nth-child(2) .txt .txt1 span {
		font-size: 28px
	}

	.experience-product>div:nth-child(2) .txt .txt2 span {
		font-size: 20px
	}

	.experience-product .txt {
		left: 82%
	}
}
@media (max-width:1360px) {
.header-main {
	position: relative;
	z-index: 1001;
	width: 100%;
}
}

@media (max-width:1280px) {
	.guider-con .guide-right {
		padding-right: 4%;
		padding-left: 4%
	}

	.product-con .swiper-left {
		width: 650px
	}

	.product-con .swiper-right {
		width: 450px
	}

	.product-con .swiper-left {
		margin-right: 45px
	}

	.product-con {
		width: 1145px
	}

	.main-tit .tit1 {
		font-size: 42px
	}

	.main-tit .tit2 {
		font-size: 22px
	}

	.product-con {
		margin-top: 4%
	}

	.more {
		margin-top: 30px
	}

	.product-con .tit {
		font-size: 40px
	}

	.product-con .attribute.selection {
		margin-top: 30px
	}

	.product-con .tit2 {
		margin-top: 15px;
		margin-bottom: 20px
	}

	.product-con .summary {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.service .service-tit .tit1 span {
		font-size: 42px
	}

	.service .service-tit .tit2 {
		font-size: 20px
	}

	.club .club-con .club-img {
		height: 617px
	}

	.club .club-con {
		height: 480px
	}
}
.basecont{height:940px}
.m_nav,.right-block{display:none}
@media (max-width:750px) {
	.guider-con .guide-right {
		padding-right: 3%
	}
	body, header {
    min-width: 100%;
}
.pro-menu .menu-txt-hover .txt1{font-size:13px}
.pro-menu .menu-img-warp img{width:85%!important}
.experience .experience-right{width:100%;}
.header-right,.footer .footer-nav{display:none}
.logo picture img{max-width:80%}
.container_header{padding-left:6%;height:60px}
.pro-menu{padding-right:2%;padding-left:2%;}
.pro-menu ul li .tit{font-size:12px}
.pro-menu ul li .tit2{display:none}
.basecont{width:100%;}
.basecont{height:1800px}
 .hot-scale .cont .item{
    width: 96%!important;
  }
  .hot-scale .cont{padding-left:4%}
  .club .club-con .club-txt{padding-left:4%;left: 0%;}
  .club .club-con .txt2,.guider-con,.footer .footer_container{width:96%}
  .guider-con .tit{font-size:16px;margin-bottom:10px}
  .guider-con .txt{-webkit-line-clamp:2}
  .footer .footer-contact{width:100%;padding-right:4%;padding-top: 4%;}
  .footer .footer-bottom{overflow:hidden}
  .base80{padding-top:20px}
  .right-block {  float: right;display:block }
.top-menu {
      float: left;
    height: 60px;
    width: 1.4rem;
    margin-left: 1.4rem;
    background: url(../images/m-top-menu.png) no-repeat center center;
    background-size: 1.4rem auto;
}
.m_nav{display:block;position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;z-index:10000}
.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;opacity:0;left:0;top:0;z-index:1}
.m_nav .closeicon{position:absolute;width:20%;left:12px;top:5%;z-index:100;text-align:center;opacity:0}
.m_nav .m_navList{position:absolute;width:80%;right:0;top:0;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y:scroll;padding-top:20px}
.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
.m_nav .m_navList ul li{border-bottom:1px solid #232530}
.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:15px}
.m_nav .m_navList ul li .m_f_a{display:flex;align-items:center;justify-content:space-between;width:100%}
.m_nav .m_navList ul li .m_f_a a{flex:1}
.m_nav .m_navList ul li .m_f_a i{width:40px;height:35px;box-sizing:border-box;padding:0 5px;display:block}
.icon_on{background:url(../images/reduce.jpg) 50% no-repeat!important;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m_nav .m_navList ul li .m_s_nav{display:none;width:100%}
.m_nav .m_navList ul li .m_s_nav a{display:block;height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow:hidden;white-space:nowrap;width:90%;text-overflow:ellipsis}
.

}


@media (max-width:380px) {
 .basecont{height:1650px}		
}

@media (max-width:320px) {
.basecont{height:1500px}		
}