
@keyframes g90-bounce-before {
	0% {
	width:100%
	}
	60% {
		width:45%
	}
	100% {
		width:50%
	}
}
@keyframes g90-bounce-control {
	0% {
		left:calc(100% - 1.197917vw)
	}
	60% {
		left:calc(45% - 1.197917vw)
	}
	100% {
		left:calc(50% - 1.197917vw)
	}
}
@keyframes g90-bounce-control-m {
		0% {
		left:calc(100% - 3.2vw)
	}
	60% {
		left:calc(45% - 3.2vw)
	}
	100% {
		left:calc(50% - 3.2vw)
	}
}
@-moz-keyframes text-animate {
	0% {
	opacity:0;
	-moz-transform:translate3d(0,15px,0) rotate(0.0001deg);
	-webkit-transform:translate3d(0,15px,0) rotate(0.0001deg);
	transform:translate3d(0,15px,0) rotate(0.0001deg)
}
99.99% {
	opacity:1;
	-moz-transform:translate3d(0,0,0) rotate(0.0001deg);
	-webkit-transform:translate3d(0,0,0) rotate(0.0001deg);
	transform:translate3d(0,0,0) rotate(0.0001deg)
}
100% {
	opacity:1;
	-moz-transform:translate3d(0,0,0) rotate(0);
	-webkit-transform:translate3d(0,0,0) rotate(0);
	transform:translate3d(0,0,0) rotate(0)
}
}@-webkit-keyframes text-animate {
	0% {
		opacity:0;
		-moz-transform:translate3d(0,15px,0) rotate(0.0001deg);
		-webkit-transform:translate3d(0,15px,0) rotate(0.0001deg);
		transform:translate3d(0,15px,0) rotate(0.0001deg)
	}
	99.99% {
		opacity:1;
		-moz-transform:translate3d(0,0,0) rotate(0.0001deg);
		-webkit-transform:translate3d(0,0,0) rotate(0.0001deg);
		transform:translate3d(0,0,0) rotate(0.0001deg)
	}
	100% {
		opacity:1;
		-moz-transform:translate3d(0,0,0) rotate(0);
		-webkit-transform:translate3d(0,0,0) rotate(0);
		transform:translate3d(0,0,0) rotate(0)
	}
}@keyframes text-animate {
	0% {
		opacity:0;
		-moz-transform:translate3d(0,15px,0) rotate(0.0001deg);
		-webkit-transform:translate3d(0,15px,0) rotate(0.0001deg);
		transform:translate3d(0,15px,0) rotate(0.0001deg)
	}
	99.99% {
		opacity:1;
		-moz-transform:translate3d(0,0,0) rotate(0.0001deg);
		-webkit-transform:translate3d(0,0,0) rotate(0.0001deg);
		transform:translate3d(0,0,0) rotate(0.0001deg)
	}
	100% {
		opacity:1;
		-moz-transform:translate3d(0,0,0) rotate(0);
		-webkit-transform:translate3d(0,0,0) rotate(0);
		transform:translate3d(0,0,0) rotate(0)
	}
}
@-webkit-keyframes shown_animate {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes shown_animate {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes hidden_animate {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes hidden_animate {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.w92-section2{display:none;}
@media only screen and (min-width:768px) {
	html,body {
		margin:0;
		padding:0
	}
	.xg_header{display:none;}
	.hidden-lg{display:none !important;}
	.clear{content:"";display:block;visibility: hidden;clear:both;height:0px;overflow:hidden;}
	.w92-container {
		color:#fff;
		font-family:'SKSans-Regular','XinHei-Light',sans-serif
	}
	.w92-section1{background-color:#000;}
	.w92-container .w92-font-bold {
		font-family:'SKSans-Regular','XinHei-Bold',sans-serif
	}
	.w92-container .w92-font-medium {
		font-family:'SKSans-Regular','XinHei-Medium',sans-serif
	}
	.w92-container .w92-font-regular {
		font-family:'SKSans-Light','XinHei-Light',sans-serif
	}
	.w92-container .w92-section {
		position:relative
	}
	.w92-container *,.w92-container *::before,.w92-container *::after {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		letter-spacing:1px;
		text-rendering:optimizeLegibility;
		-webkit-font-smoothing:antialiased
	}
	.w92-container h2,.w92-container h3,.w92-container h4,.w92-container .w92-title {
		font-family:'SKSans-Regular','XinHei-Bold',sans-serif;
		color:#fff
	}
	.w92-container h2 {
		font-size:2.604167vw;
		line-height:1.1;
		margin:0 0 .78125vw
	}
	.w92-container p {
		font-family:'SKSans-Regular','XinHei-Light',sans-serif;
		font-size:.9375vw;
		line-height:1.666667;
		color:#fff
	}
	.w92-container p.w92-gray {
		color:#999
	}
	.w92-container p.w92-label-2 {
		font-size:1.041667vw;
		margin-bottom:0.520833vw;
		color:#999
	}
	.w92-section img,.w92-container video {
		width:100%;
		max-width:100%
	}
	.w92-container svg {
		overflow:visible
	}
	.w92-container sup {
		font-size:70%;
		line-height:0;
		vertical-align:middle
	}
	.w92-container sup a {
		color:inherit
	}
	.w92-container .w92-flex {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.w92-container .w92-flex.col-center {
		align-items:center
	}
	.w92-container .w92-flex.col-reverse {
		flex-direction:row-reverse
	}
	.w92-container .w92-flex-center {
		display:-ms-flexbox;
		display:flex;
		align-items:center;
		flex-direction:column;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:center;
		margin:0 auto
	}
	.w92-container .w92-sticky-1 {
		height:350vh
	}
	.w92-container .w92-sticky-1-a5 {
		height:50vh
	}
	.w92-container .w92-sticky-2 {
		height:150vh
	}
	.w92-container .w92-sticky-3 {
		
	}
	.w92-container .w92-sticky-3-1{
		height:110vh;
	}
	.w92-container .w92-sticky-5 {
		
	}
	.w92-container .w92-sticky-1-video {
		height:150vh
	}
	.w92-container .w92-sticky-6 {
		height:180vh
	}
	.w92-sticky-6-1 {
		height: 150vh;
	}
	.w92-container .w92-sticky-8 {
		height:100vh
	}
	.w92-container .w92-sticky-8-1{
		height:100vh;
	}
	.w92-container .w92-sticky-9 {
		height:200vh;
	}
	.w92-container .w92-sticky-10 {
		height:100vh
	}
	.w92-container .w92-sticky-11 {
		height:300vh
	}
	.w92-container .w92-sticky-12 {
		height:200vh
	}
	.w92-container .w92-level-1 {
		z-index:1
	}
	.w92-container .w92-level-2 {
		z-index:2
	}
	.w92-container .w92-level-3 {
		z-index:3
	}
	.w92-container .w92-level-4 {
		z-index:4
	}
	.w92-container .w92-level-5 {
		z-index:5
	}
	.w92-container .w92-level-6 {
		z-index:6
	}
	.w92-container .w92-level-7 {
		z-index:7
	}
	.w92-container .w92-level-8 {
		z-index:8
	}
	.w92-container .w92-sticky {
		position:-webkit-sticky;
		position:sticky;
		top:0;
		overflow:hidden;
		width:100%;
		height:100vh
	}
	.w92-container .w92-sticky.w92-auto-height,.w92-container .w92-sticky .w92-auto-height {
		height:auto;
		min-height:100vh;
		bottom:auto
	}
	.w92-container .w92-level {
		display:-ms-flexbox;
		display:flex;
		align-items:center;
		flex-direction:column;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:center;
		opacity:0;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100vh;
		overflow:hidden;
	}
	.w92-container .w92-level-up {
		z-index:92
	}
	.w92-container .w92-visible {
		opacity:1
	}

	.w92-a8-animate{opacity: 0;
	    -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
	    transform: translate3d(0, 15px, 0) rotate(0.0001deg);}
	.animated .w92-a8-t1{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .w92-a8-t2{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .w92-a8-t3{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.w92-logo-mask img{width:100%;height:100vh;position:absolute;left:0px;top:0px;opacity:0;}
	#geshan-a3{top:-100vh;overflow:hidden;background:#fff;}
	.w92-img3{position:absolute;width:100%;top:0px;left:0px;opacity:0;}
	.geshan-a4_name{font-size:3.4vw;}
	.geshan-a1_wbox{position:absolute;width:100%;left:0px;top:0px;height:100vh;overflow:hidden;}
	.geshan-a3_icon{width:53vw;margin-top:20%;}


	#geshan-a4 .geshan-a4_name div {
		display: inline-block;
		letter-spacing: 0.78125vw;
		text-indent: 0.78125vw
	}

	#geshan-a4 .g90-mt-1 {
		height: 100%;
		display: flex;
		align-items: center
	}

	#geshan-a4 .g90-mt-1 div {
		transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
		opacity: 0
	}

	#geshan-a4 .g90-mt-1 div:nth-child(odd) {
		transform: translateY(-600%)
	}

	#geshan-a4 .g90-mt-1 div:nth-child(even) {
		transform: translateY(600%)
	}


	#geshan-a4 .g90-mask {
		opacity: 0
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(2) {
		transition-delay: .05s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(3) {
		transition-delay: .1s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(4) {
		transition-delay: .15s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(5) {
		transition-delay: .2s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(6) {
		transition-delay: .25s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(7) {
		transition-delay: .3s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(8) {
		transition-delay: .35s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(9) {
		transition-delay: .4s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(10) {
		transition-delay: .45s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(11) {
		transition-delay: .5s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(12) {
		transition-delay: .55s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(13) {
		transition-delay: .6s
	}

	#geshan-a4.animated .g90-mt-1 div {
		opacity: 1;
		transform: translateY(0);
		text-shadow: rgba(0,0,0,0.3) 3px 4px 5px;
	}
	.w92-container .g92-center-top {
		justify-content: flex-start
	}
	
	.w92-container .g92-left-top {
		justify-content: flex-start;
		align-content: flex-start
	}
	.w92-container .g92-center-right {
		align-content: flex-end
	}

	.w92-container .g92-bottom-right {
		align-content: flex-end;
		justify-content: flex-end
	}

	.w92-container .g92-center-left {
		align-content: flex-start
	}

	.w92-container .g92-bottom-left {
		align-content: flex-start;
		justify-content: flex-end
	}
	/*a3*/
	.geshan_logo_contpc{width: 53%; display: flex; flex-wrap: wrap;margin-top:20%;}
	.geshan_a3_list{width:25%;float:left;text-align:center;margin-bottom:1vw;}
	.geshan_a3_list_img img{width:5.2vw;}
	.geshan_a3_list_t{font-size:0.8vw;line-height:1.4vw;color:#333;height:3.2vw;}
	/*a5*/
	#geshan-a3bg{background:#fff;}
	#geshan-a5{background:#fff;}
	.geshan-a5-centerimg{width:80%;}
	.geshan-a5-centerimg img{width:100%;}
	.geshan-a5-cont{position:absolute;width:100%;top:50%;-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);}
	.geshan-a5-cont-title{width:100%;text-align:center;margin-bottom:10vh;margin-top:5vh;-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-o-transform: translateY(-200%);}
	.geshan-a5-cont-botton{width:100%;text-align:center;opacity:0;}
	.geshan-a5-cont-title img{width:30%;}
	.geshan-a5-cont-botton img{width:55%;}
	/*a5-video*/
	.geshan-a5-video-c{position:absolute;bottom:2vw;width:73%;text-align:center;}
	.geshan-a5-video_tmore img{width:4vw;}
	.geshan-a5-video_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a5-video_cont{font-size:0.94vw;color:#000;line-height:1.6vw;width:70%;margin:0 auto;}

	.animated .geshan-a5-video_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a5-video_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a5-video_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}

	/*a6*/
	.geshan-a6-videotext{width: 28%; position: absolute; top: 45vh; left: 11.5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2;opacity:0;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.animated .geshan-a6-videotext{opacity:1;}
	.geshan-a6_tmore img{width:5vw;}
	.geshan-a6_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#ffffff;font-weight:bold;}
	.geshan-a6_cont{font-size:0.94vw;color:#ffffff;margin-bottom:5vw;line-height:1.6;width:80%;}
	.geshan-a6-videotext{color:#ffffff;}
	.geshan-a6_cimg{width:90%;}

	.animated .geshan-a6_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a6_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a6_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.animated .geshan-a6_cimg{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a7*/
	.w92-section3_1{background:#eeeeee;}
	.geshan-a7_cimgbox{width:100%;}
	.geshan-a7-tcong{padding-top:0vw;width:73%;margin:0 auto;padding-bottom:8vw;}
	.geshan-a7_tmore img{width:9vw;}
	.geshan-a7_title{font-size:1.85vw;margin:1vw 0vw 1vw;color:#000;font-weight:bold;}
	.geshan-a7_cont{font-size:0.94vw;color:#000;margin-bottom:1vw;line-height:1.6;width:50%;}
	.geshan-a7_cimg{width:100%;margin: 0 auto;}
	.animated .geshan-a7_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a7_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a7_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a7-1*/
	.geshan-a7-1-tcong{position:absolute;width:100%;height:100%;left:0px;top:0px;padding:6.25vw 13.5% 0vw;}
	.geshan-a7-1_tmore img{width:6vw;}
	.geshan-a7-1_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#ffffff;font-weight:bold;}
	.geshan-a7-1_cont{font-size:0.94vw;color:#ffffff;margin-bottom:5vw;line-height:1.6;width:40%;}
	.animated .geshan-a7-1_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a7-1_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a7-1_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a8*/
	#geshan-a8{display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;}
    .geshan-a8-c{margin-top:-10vw;}
	.geshan-a8-c img{width:43vw;}
	.animated .geshan-a8-c{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.geshan-a8-logo-mask {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:linear-gradient(111deg,transparent 10%,transparent 0%,#fff 37%)
	}
	/*a10 a11*/
	#geshan-a11{/*background:#f6f6f6 url(../filesimg/geshan/s4_bg.png) no-repeat center center;background-size:cover;*/}
	.geshan-a11-video{width:55%;margin:0 auto;}
	.geshan-a10-tcong{z-index:99999;width:35%;margin:0 auto;position:absolute;right:14%;text-align:right;top:50%;-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);}
	.geshan-a10_tmore img{width:7vw;}
	.geshan-a10_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a10_cont{font-size:0.94vw;color:#000;margin-bottom:5vw;line-height:1.6;width:70%;float:right;text-align: justify;}
	.animated .geshan-a10_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a10_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a10_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.w92-section5-box{}
	.w92-section-s4-s5{background:#eeeeee;}
	/*a12 a13*/
	.w92-section12 .w92-auto-height {min-height:initial !important;}
	.w92-section12 {padding-bottom:200px;padding-top:100px;}
	.w92-section-s6-s7{background:#f6f6f6 url(../filesimg/geshan/gesahn_s6_bg.png) no-repeat center center;background-size:cover;}
	.w92-section-s6-s7box{}
	.w92-section6{}
	.w92-section6 .w92-section4-box{background:url(../filesimg/geshan/a13-bg.jpg) no-repeat center center;background-size:cover;}
	.geshan-a13-left{width:73%;margin:0 auto;position:absolute;left:0px;right:0px;}
	.geshan-a13-right{position:relative;-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);}
	.geshan-a13_tmore img{width:5vw;}
	.geshan-a13_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a13_cont{font-size:0.94vw;color:#000;margin-bottom:5vw;line-height:1.6;width:32%;text-align: justify;}
	.animated .geshan-a13_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a13_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a13_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.geshan-a13-video{width: 40%;margin: 0 auto;}
	.geshan-a13-icon{position:absolute;width:100%;height:100%;left: 0px;top: 0px;}
	.geshan-a13-icon img{position:absolute;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	img.geshan-a13-icon1{width: 4vw;left:50%;top:50%;margin-left: -35%;margin-top: -20%;}
	img.geshan-a13-icon2{width: 4vw;left:50%;top:50%;margin-left: 30%;margin-top: -15%;}
	img.geshan-a13-icon3{width: 3vw;left:50%;top:50%;margin-left: -30%;margin-top: 15%;}
	img.geshan-a13-icon4{width: 3vw;left:50%;top:50%;margin-left: -15%;margin-top: 25%;}
	img.geshan-a13-icon5{width: 5vw;left:50%;top:50%;margin-left: 25%;margin-top: 15%;}

	/*a12*/
	#geshan-a12{background:#f6f6f6 url(../filesimg/geshan/gesahn_s6_bg.jpg) no-repeat center center;background-size:cover;}
	span.geshan_control_txt {position: absolute; display: block; right: 1vw; top: 50%; width: 10vw; font-size: 1vw; margin-top: -1vw; }
	/*a14*/
	#geshan-a14{}
	.geshan-a14-tcong{width:73%;margin:0 auto;text-align:center;}
	.geshan-a14_tmore img{width:5vw;}
	.geshan-a14_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a14_cont{font-size:0.94vw;color:#000;margin-bottom:5vw;line-height:1.6;width:80%;margin:0 auto;}
	.animated .geshan-a14_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a14_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a14_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.animated .geshan-a15_img{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;}

	/*a15*/
	.geshan-a15_lizi{position:absolute;width:100%;bottom:0px;height:80%;}
	.geshan-a15_img{ width: 50%; margin: 0 auto; margin-top: 7vw;}
	/*a16*/
	.geshan-a16-tcong{padding-top:8vw;width:73%;margin:0 auto;}
	.geshan-a16_tmore img{width:6.5vw;}
	.geshan-a16_title{font-size:1.85vw;margin:1vw 0vw 1vw;color:#000;font-weight:bold;}
	.geshan-a16_cont{font-size:0.94vw;color:#000;margin-bottom:1vw;line-height:1.6;width:57.1%;text-align: justify;}
	.animated .geshan-a16_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a16_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a16_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a17*/
	.geshan-a17-img{width:73%;margin:0 auto;}
	/*a18*/
	.geshan-a18-tcong{padding-top:4vw;width:100%;margin:0 auto;/*position:absolute;top:0px;left:13.5%;*/}
	.geshan-a18_tmore img{width:14.5vw;}
	.geshan-a18_title{font-size:1.85vw;margin:1vw 0vw 1vw;color:#000;font-weight:bold;}
	.geshan-a18_cont{font-size:0.94vw;color:#000;margin-bottom:1vw;line-height:1.6;width:60%;}
	.geshan-a18_cimgbox{}
	.geshan-a18_cimg1{width:30vw;float:left;}
	.geshan-a18_cimg2{width:25vw;float:right;margin-top:-3vw;}
	.geshan-a18-timg {text-align:center;background:#f6f6f6;display:none;}
	.geshan-a18-timg video{width:98%;}


	#geshan-a18{flex-direction: row;background:#ffffff;}
	.geshan-a18-cbox{width:73%;}

	/*a19*/
	#geshan-a19{}
	.geshan-a19-nr{width:73%;margin:0 auto;}
	.geshan-a19-tcong{padding-top:4vw;}
	.geshan-a19_tmore img{width:9vw;}
	.geshan-a19_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a19_cont{font-size:0.94vw;color:#000;margin-bottom:2vw;line-height:1.6;width:60%;}
	.geshan-a19_cimgbox{width:73%;display: -ms-flexbox; display: flex; align-items: center; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; overflow: hidden;}
	.geshan-a19_cimgbox>div{width:30vw;position:absolute;top:16vw;-webkit-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	transform: translate(0%,0%);}
	/*a20*/
	.geshan-a20-tcong{padding-top:8vw;width:73%;margin:0 auto;}
	.geshan-a20_tmore img{width:5vw;}
	.geshan-a20_title{font-size:1.85vw;margin:1vw 0vw 1vw;color:#000;font-weight:bold;}
	.geshan-a20_cont{font-size:0.94vw;color:#000;margin-bottom:1vw;line-height:1.6;width:60%;}
	.geshan-a20_cimgbox{width:73%;margin:0 auto;}
	.geshan-a20_cimg1{width:100%;}

	/*a21*/
	.geshan-compare-container img{max-width:inherit !important;}
	.geshan-a21-tcong{padding-top:2vw;width:72%;margin:0 auto;}
	.geshan-a21_tmore img{width:7.5vw;}
	.geshan-a21_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a21_cont{font-size:0.94vw;color:#000;margin-bottom:3vw;line-height:1.6;width:50%;}
	.geshan_cimgbox{width:100%;display: -ms-flexbox; display: flex; align-items: center; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; overflow: hidden;}
	.geshan-a21_cimg1{width:100%;}
	.geshan_cimgbox{position: absolute; top: 14vw; right: 0; bottom: 0; left: 0; margin: 0 auto; display: flex; align-items: flex-end; overflow: hidden;}
	.geshan_cimg1-befor,.geshan_cimg1-after{position: absolute; top: 0; left:0px;overflow: hidden; user-select: none; pointer-events: none;}
	.geshan-compare-container .geshan-control {position: absolute; z-index: 2; width: 2.395833vw; top: 0; height: 100%; left: 100%; cursor: grab; }
	.geshan-compare-container .geshan_cimgbox.animated .geshan-control {left: calc(50% - 1.197917vw); animation: g90-bounce-control 1s ease-out; -webkit-animation: g90-bounce-control 1s ease-out;}
	.geshan-compare-container .geshan-control .geshan-separator {width: 1px; height: 100%; background: #fff; margin: 0 auto; }
	.geshan-compare-container .geshan_cimg1-befor {z-index: 1; width: 100%; }
	.geshan-compare-container .geshan-control::before {
	    left: 0;
	    border-right: 0.520833vw solid #fff;
	}
	.geshan-compare-container .geshan-control::after {
	    right: 0;
	    border-left: 0.520833vw solid #fff;
	}
	.geshan_cimg1-befor-t{position:absolute;left:24px;top:20px;font-size:12px;color:#fff;width:68px;text-align:center;background:#555555;border-radius:5px;line-height:26px;}
	.geshan_cimg1-after-t{position:absolute;right:24px;top:20px;font-size:12px;color:#fff;width:68px;text-align:center;background:#555555;border-radius:5px;line-height:26px;}
	.geshan-compare-container .geshan-control::before, .geshan-compare-container .geshan-control::after {
	    content: '';
	    position: absolute;
	    bottom: 50%;
	    width: 0;
	    height: 0;
	    margin-top:-416667vw;
	    border-top: 0.416667vw solid transparent;
	    border-bottom: 0.416667vw solid transparent;
	    -webkit-transition: -webkit-transform 0.3s 1s, opacity 0s 1s;
	    transition: transform 0.3s 1s, opacity 0s 1s;
	    opacity: 0;
	    transform: translateY(50%) scale(0);
	    transform-origin: 50% 0;
	}
	.geshan-compare-container .geshan_cimgbox.animated .geshan-control::before, .geshan-compare-container .geshan_cimgbox.animated .geshan-control::after {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0) scale(1);
	    transform: translate3d(0, 0, 0) scale(1);
	}
	.geshan-compare-container .geshan_cimgbox.animated .g90-control::before, .geshan-compare-container .geshan_cimgbox.animated .g90-control::after {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0) scale(1);
	    transform: translate3d(0, 0, 0) scale(1);
	}
	.geshan-compare-container .geshan_cimgbox.animated .geshan_cimg1-befor {
	    width: 50%;
	    animation: g90-bounce-before 1s ease-out;
	    -webkit-animation: g90-bounce-before 1s ease-out;
	}
	.geshan-compare-container .grabbing {
		cursor:grabbing
	}
	.geshan-compare-container .grabbing .geshan-control {
		cursor:grabbing
	}
	.dianjing-container{background:#000000;}
	/*sclick*/
	.w92-click{background:#000000;}
	#w92-a9-1{opacity:1;}
	.w92-a9-box1{text-align:center;padding-top:15vh;background:#ffffff;padding-bottom:20vh;}
	.w92-a9-box1 img{width:50%;}
	.w92-a9-box2{padding:10vh 15% 20vh;}
	.w92-a9-box2-t1{font-size:1.85vw;text-align:center;color:#ffffff;font-weight:bold;}
	.w92-a9-box2-t2{font-size:0.94vw;text-align:center;margin-top:1vw;color:#ffffff;}
	.w92-a9-box2-wbox{padding:5.2vw 3.38vw;background:#131313;margin-top:2.5vw;}
	.w92-a9-box2-left{width:20vw;float:left;}
	.w92-a9-box2-right{width:40vw;float:right;}
	.w92-a9-box2-ct1{font-size:1.875vw;color:#ffffff;font-weight:bold;}
	.w92-a9-box2-ct2{font-size:1vw;color:#ffffff;margin-top:0.5vw;}
	.w92-a9-box2-lul{margin-top:3.6vw;border-left:1px solid #d9d9d9;}
	.w92-a9-box2-btn{font-size:0.94vw;color:#999999;padding-left:1.25vw;margin-bottom:13px;cursor:pointer;}
	.w92-a9-box2-btn.on{color:#ffffff;border-left:3px solid #ffffff;margin-left:-2px;}
	.w92-a9-box2-rul{position:relative;}
	.w92-a9-box2-rcbox1{position:absolute;width:100%;}
	.w92-a9-box2-rcbox{opacity:0;overflow:hidden;text-align:center;}
	.w92-a9-box2-rcbox.on{opacity:1;}
	.w92-a9-box2-rcbox img{width:70%;}
	.w92-a9-box2-swiperbox{position:relative;}
	.geshan_swiper{text-align:center;}
	.geshan_btn{position:absolute;top:50%;font-size:16px;cursor:pointer;border:1px solid #ffffff;border-radius:50%;z-index:999;width: 30px;height: 30px;text-align: center;line-height: 26px;}
	.geshan_btn_l{left:10px;}
	.geshan_btn_r{right:10px;}
	/*图形*/
	.geshan_tuxing_box {width:73%;margin:0 auto;padding:5vw 0 5vw;line-height:auto;}
	.geshan_tuxing_t1{font-size:0.83vw;color:#000000;text-align:center;}
	.geshan_tuxing_t1_span {background:url(../filesimg/geshan/ename_bg.png) no-repeat center center;background-size:100% 100%;padding:6px 15px;}
	.geshan_tuxing_t2{font-size:1.85vw;text-align:center;color:#000000;margin-top:1.2vw;font-weight:bold;}
	.geshan_tuxing_listbox{overflow:hidden;margin-top:3.6vw;}
	.geshan_tuxing_list_iteam {float:left;width:15%;margin-right:2%;}
	.geshan_tuxing_list_iteam:nth-child(6n){margin-right:0px;}
	.geshan_tuxing_list_iteam_img img{width:100%;}
	.geshan_tuxing_list_iteam_name {font-size:0.94vw;color:#000000;text-align:center;margin-top:0.7vw;}
	.geshan_tuxing_cimg {margin-top:3.6vw;text-align:center;}
	.geshan_tuxing_cimg2 img{width:65%;}
	/*规格*/
	.w92-a9-box1-t{font-size:1.85vw;color:#000000;font-weight:bold;cursor:pointer;margin-bottom:60px;}
	.w92-a9-box1-t span{padding-right:3.2vw;background:url(../filesimg/geshan/jt.png) no-repeat right center;background-size:1.6vw;}
	.w92-a9-box1-t.on span{background:url(../filesimg/geshan/jt_cur.png) no-repeat right center;background-size:1.6vw;}

	.table_list table {border:none;width:68%;margin:0 auto;}
	.table_list table td {border:none !important;text-align:left;color:#333333;padding:5px 0px;}
	.table_list table td.table_td1{font-weight:bold;width:180px;}
}
@media only screen and (max-width:767px) {
	html,body {
		margin:0;
		padding:0
	}
	.xg_header{display:none;}
	.hidden-lg{display:none !important;}
	.clear{content:"";display:block;visibility: hidden;clear:both;height:0px;overflow:hidden;}
	.w92-container {
		color:#fff;
		font-family:'SKSans-Regular','XinHei-Light',sans-serif
	}
	.w92-section1{background-color:#000;}
	.w92-container .w92-font-bold {
		font-family:'SKSans-Regular','XinHei-Bold',sans-serif
	}
	.w92-container .w92-font-medium {
		font-family:'SKSans-Regular','XinHei-Medium',sans-serif
	}
	.w92-container .w92-font-regular {
		font-family:'SKSans-Light','XinHei-Light',sans-serif
	}
	.w92-container .w92-section {
		position:relative
	}
	.w92-container *,.w92-container *::before,.w92-container *::after {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		letter-spacing:1px;
		text-rendering:optimizeLegibility;
		-webkit-font-smoothing:antialiased
	}
	.w92-container h2,.w92-container h3,.w92-container h4,.w92-container .w92-title {
		font-family:'SKSans-Regular','XinHei-Bold',sans-serif;
		color:#fff
	}
	.w92-container h2 {
		font-size:2.604167vw;
		line-height:1.1;
		margin:0 0 .78125vw
	}
	.w92-container p {
		font-family:'SKSans-Regular','XinHei-Light',sans-serif;
		font-size:.9375vw;
		line-height:1.666667;
		color:#fff
	}
	.w92-container p.w92-gray {
		color:#999
	}
	.w92-container p.w92-label-2 {
		font-size:1.041667vw;
		margin-bottom:0.520833vw;
		color:#999
	}
	.w92-section img,.w92-container video {
		width:100%;
		max-width:100%
	}
	.w92-container svg {
		overflow:visible
	}
	.w92-container sup {
		font-size:70%;
		line-height:0;
		vertical-align:middle
	}
	.w92-container sup a {
		color:inherit
	}
	.w92-container .w92-flex {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.w92-container .w92-flex.col-center {
		align-items:center
	}
	.w92-container .w92-flex.col-reverse {
		flex-direction:row-reverse
	}
	.w92-container .w92-flex-center {
		display:-ms-flexbox;
		display:flex;
		align-items:center;
		flex-direction:column;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:center;
		margin:0 auto
	}
	.w92-container .w92-sticky-1 {
		height:350vh
	}
	.w92-container .w92-sticky-1-a5 {
		height: 30vw;
	}
	.w92-container .w92-sticky-2 {
		height:150vh
	}
	.w92-container .w92-sticky-3 {
		
	}
	.w92-container .w92-sticky-3-1{
	}
	.w92-container .w92-sticky-5 {
		
	}
	.w92-container .w92-sticky-1-video {
		height:150vh
	}
	.w92-container .w92-sticky-6 {
		height:180vh
	}
	.w92-sticky-6-1 {
	}
	.w92-container .w92-sticky-8 {
		height:100vh
	}
	.w92-container .w92-sticky-8-1{
	}
	.w92-container .w92-sticky-9 {
		height:200vh;
	}
	.w92-container .w92-sticky-10 {
	}
	.w92-container .w92-sticky-11 {
		height:300vh
	}
	.w92-container .w92-sticky-12 {
		height:200vh
	}
	.w92-container .w92-level-1 {
		z-index:1
	}
	.w92-container .w92-level-2 {
		z-index:2
	}
	.w92-container .w92-level-3 {
		z-index:3
	}
	.w92-container .w92-level-4 {
		z-index:4
	}
	.w92-container .w92-level-5 {
		z-index:5
	}
	.w92-container .w92-level-6 {
		z-index:6
	}
	.w92-container .w92-level-7 {
		z-index:7
	}
	.w92-container .w92-level-8 {
		z-index:8
	}
	.w92-container .w92-sticky {
		position:-webkit-sticky;
		position:sticky;
		top:0;
		overflow:hidden;
		width:100%;
		height:100vh
	}
	.w92-container .w92-sticky.w92-auto-height,.w92-container .w92-sticky .w92-auto-height {
		height:auto;
		min-height:100vh;
		bottom:auto
	}
	.w92-container .w92-level {
		display:-ms-flexbox;
		display:flex;
		align-items:center;
		flex-direction:column;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:center;
		opacity:0;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100vh;
		overflow:hidden;
	}
	.w92-container .w92-level-up {
		z-index:92
	}
	.w92-container .w92-visible {
		opacity:1
	}

	.w92-a8-animate{opacity: 0;
	    -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
	    transform: translate3d(0, 15px, 0) rotate(0.0001deg);}
	.animated .w92-a8-t1{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .w92-a8-t2{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .w92-a8-t3{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.w92-logo-mask img{width:100%;height:100vh;position:absolute;left:0px;top:0px;opacity:0;}
	#geshan-a3{top:-100vh;overflow:hidden;background:#fff;}
	.w92-img3{position:absolute;width:100%;top:0px;left:0px;opacity:0;}
	.geshan-a4_name{font-size:3.4vw;}
	.geshan-a1_wbox{position:absolute;width:100%;left:0px;top:0px;height:100vh;overflow:hidden;}
	.geshan-a3_icon{width:53vw;margin-top:20%;}


	#geshan-a4 .geshan-a4_name div {
		display: inline-block;
		letter-spacing: 0.78125vw;
		text-indent: 0.78125vw
	}

	#geshan-a4 .g90-mt-1 {
		height: 100%;
		display: flex;
		align-items: center
	}

	#geshan-a4 .g90-mt-1 div {
		transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
		opacity: 0
	}

	#geshan-a4 .g90-mt-1 div:nth-child(odd) {
		transform: translateY(-600%)
	}

	#geshan-a4 .g90-mt-1 div:nth-child(even) {
		transform: translateY(600%)
	}


	#geshan-a4 .g90-mask {
		opacity: 0
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(2) {
		transition-delay: .05s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(3) {
		transition-delay: .1s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(4) {
		transition-delay: .15s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(5) {
		transition-delay: .2s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(6) {
		transition-delay: .25s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(7) {
		transition-delay: .3s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(8) {
		transition-delay: .35s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(9) {
		transition-delay: .4s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(10) {
		transition-delay: .45s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(11) {
		transition-delay: .5s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(12) {
		transition-delay: .55s
	}

	#geshan-a4 .geshan-a4_name div:nth-of-type(13) {
		transition-delay: .6s
	}

	#geshan-a4.animated .g90-mt-1 div {
		opacity: 1;
		transform: translateY(0);
		text-shadow: rgba(0,0,0,0.3) 3px 4px 5px;
	}
	.w92-container .g92-center-top {
		justify-content: flex-start
	}
	
	.w92-container .g92-left-top {
		justify-content: flex-start;
		align-content: flex-start
	}
	.w92-container .g92-center-right {
		align-content: flex-end
	}

	.w92-container .g92-bottom-right {
		align-content: flex-end;
		justify-content: flex-end
	}

	.w92-container .g92-center-left {
		align-content: flex-start
	}

	.w92-container .g92-bottom-left {
		align-content: flex-start;
		justify-content: flex-end
	}
	/*a3*/
	.geshan_logo_contpc{width: 94%;display: flex;flex-wrap: wrap;margin-top: 70%;}
	.geshan_a3_list{width: 50%;float:left;text-align:center;margin-bottom:1vw;}
	.geshan_a3_list_img img{width: 13.2vw;}
	.geshan_a3_list_t{font-size:14px;line-height: 1.667;color:#333;height: 8.2vw;}
	/*a5*/
	#geshan-a3bg{background:#fff;}
	#geshan-a5{background:#fff;}
	.geshan-a5-centerimg{width:80%;}
	.geshan-a5-centerimg img{width:100%;}
	.geshan-a5-cont{position:absolute;width:100%;top:50%;-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);}
	.geshan-a5-cont-title{width:100%;text-align:center;margin-bottom:10vh;margin-top:5vh;-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-o-transform: translateY(-200%);}
	.geshan-a5-cont-botton{width:100%;text-align:center;opacity:0;}
	.geshan-a5-cont-title img{width:30%;}
	.geshan-a5-cont-botton img{width:55%;}
	/*a5-video*/
	.geshan-a5-video-c{position:absolute;bottom:2vw;width:73%;text-align:center;}
	.geshan-a5-video_tmore img{width:4vw;}
	.geshan-a5-video_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#000;font-weight:bold;}
	.geshan-a5-video_cont{font-size:0.94vw;color:#000;line-height:1.6vw;width:70%;margin:0 auto;}

	.animated .geshan-a5-video_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a5-video_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a5-video_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}

	/*a6*/
	.geshan-a6-videotext{width: 28%; position: absolute; top: 45vh; left: 11.5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2;opacity:0;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.animated .geshan-a6-videotext{opacity:1;}
	.geshan-a6_tmore img{width:5vw;}
	.geshan-a6_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#ffffff;font-weight:bold;}
	.geshan-a6_cont{font-size:0.94vw;color:#ffffff;margin-bottom:5vw;line-height:1.6;width:80%;}
	.geshan-a6-videotext{color:#ffffff;}
	.geshan-a6_cimg{width:90%;}

	.animated .geshan-a6_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a6_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a6_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.animated .geshan-a6_cimg{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a7*/
	.w92-section3_1{background:#eeeeee;}
	.geshan-a7_cimgbox{width:100%;}
	.geshan-a7-tcong{padding-top:0vw;width: 94%;margin:0 auto;padding-bottom:8vw;}
	.geshan-a7_tmore img{width: 24vw;}
	.geshan-a7_title{font-size:16px;margin: 10px 0vw 20px;color:#000;font-weight:bold;}
	.geshan-a7_cont{font-size:14px;color:#000;margin-bottom:1vw;line-height:1.6;width: 100%;}
	.geshan-a7_cimg{width:100%;margin: 0 auto;}
	.animated .geshan-a7_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a7_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a7_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a7-1*/
	.geshan-a7-1-tcong{position:absolute;width:100%;height:100%;left:0px;top:0px;padding: 6.25vw 4.5% 0vw;}
	.geshan-a7-1_tmore img{width: 20vw;}
	.geshan-a7-1_title{font-size:1.85vw;margin:1vw 0vw 2vw;color:#ffffff;font-weight:bold;}
	.geshan-a7-1_cont{font-size:0.94vw;color:#ffffff;margin-bottom:5vw;line-height:1.6;width: 100%;}
	.animated .geshan-a7-1_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a7-1_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a7-1_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a8*/
	#geshan-a8{display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;}
    .geshan-a8-c{margin-top:-10vw;}
	.geshan-a8-c img{width: 72vw;}
	.animated .geshan-a8-c{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.geshan-a8-logo-mask {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:linear-gradient(111deg,transparent 10%,transparent 0%,#fff 37%);
		display: none;
	}
	.w92-section8-1-box {min-height: auto !important;}
	.w92-section10 .w92-sticky.w92-auto-height {min-height: 50vh;}
	/*a10 a11*/
	#geshan-a11{/*background:#f6f6f6 url(../filesimg/geshan/s4_bg.png) no-repeat center center;background-size:cover;*/}
	.geshan-a11-video{width:55%;margin:0 auto;}
	.geshan-a10-tcong{
	z-index:99999;
	width: 94%;
	margin:0 auto;
	text-align: right;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	}
	.geshan-a10_tmore img{width: 15vw;}
	.geshan-a10_title{font-size:16px;margin: 15px 0vw 20px;color:#000;font-weight:bold;}
	.geshan-a10_cont{font-size:14px;color:#000;margin-bottom:5vw;line-height:1.6;width: 100%;float:right;text-align: justify;}
	.animated .geshan-a10_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a10_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a10_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.w92-section5-box{}
	.w92-section-s4-s5{background:#eeeeee;}
	/*a12 a13*/
	.w92-section12 .w92-auto-height {min-height:initial !important;}
	.w92-section12 {padding-bottom: 30px;padding-top: 20px;}
	.w92-section-s6-s7{background:#f6f6f6 url(../filesimg/geshan/gesahn_s6_bg.png) no-repeat center center;background-size:cover;}
	.w92-section-s6-s7box{}
	.w92-section6{}
	.w92-section6 .w92-section4-box{background:url(../filesimg/geshan/a13-bg.jpg) no-repeat center center;background-size:cover;}
	.geshan-a13-left{width: 94%;margin:0 auto;left: 0px;position: relative;margin-top: 60px;}
	.geshan-a13-right{position:relative;-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);}
	.geshan-a13_tmore img{width: 20vw;}
	.geshan-a13_title{font-size:16px;margin: 10px 0vw 20px;color:#000;font-weight:bold;}
	.geshan-a13_cont{font-size:14px;color:#000;margin-bottom:5vw;line-height:1.6;width: 100%;text-align: justify;}
	.animated .geshan-a13_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a13_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a13_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.geshan-a13-video{width: 40%;margin: 0 auto;}
	.geshan-a13-icon{position:absolute;width:100%;height:100%;left: 0px;top: 0px;}
	.geshan-a13-icon img{position:absolute;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	img.geshan-a13-icon1{width: 4vw;left:50%;top:50%;margin-left: -35%;margin-top: -20%;}
	img.geshan-a13-icon2{width: 4vw;left:50%;top:50%;margin-left: 30%;margin-top: -15%;}
	img.geshan-a13-icon3{width: 3vw;left:50%;top:50%;margin-left: -30%;margin-top: 15%;}
	img.geshan-a13-icon4{width: 3vw;left:50%;top:50%;margin-left: -15%;margin-top: 25%;}
	img.geshan-a13-icon5{width: 5vw;left:50%;top:50%;margin-left: 25%;margin-top: 15%;}

	/*a12*/
	#geshan-a12{background:#f6f6f6 url(../filesimg/geshan/gesahn_s6_bg.jpg) no-repeat center center;background-size:cover;}
	span.geshan_control_txt {position: absolute;display: block;right: 4vw;top: 50%;width: 18vw;font-size: 1vw;margin-top: -1vw;}
	/*a14*/
	#geshan-a14{height: auto;}
	#geshan-a14-video{position:relative;height: auto;}
	.w92-section6-1-box{height: auto !important;min-height: auto !important;}
	.geshan-a14-tcong{width:73%;margin:0 auto;text-align:center;}
	.geshan-a14_tmore img{width: 15vw;}
	.geshan-a14_title{font-size:16px;margin: 10px 0px 20px;color:#000;font-weight:bold;}
	.geshan-a14_cont{font-size:14px;color:#000;margin-bottom:5vw;line-height:1.6;width:80%;margin:0 auto;}
	.animated .geshan-a14_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a14_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a14_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	.animated .geshan-a15_img{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;}

	/*a15*/
	.geshan-a15_lizi{position:absolute;width:100%;bottom:0px;height:80%;}
	.geshan-a15_img{ width: 50%; margin: 0 auto; margin-top: 7vw;}
	/*a16*/
	.geshan-a16-tcong{padding-top:8vw;width: 94%;margin:0 auto;}
	.geshan-a16_tmore img{width: 17.5vw;}
	.geshan-a16_title{font-size:16px;margin: 10px 0px 20px;color:#000;font-weight:bold;}
	.geshan-a16_cont{font-size:14px;color:#000;margin-bottom:1vw;line-height:1.6;width: 100%;text-align: justify;}
	.animated .geshan-a16_tmore{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;}
	.animated .geshan-a16_title{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s forwards;}
	.animated .geshan-a16_cont{animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
	    -webkit-animation: text-animate 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;}
	/*a17*/
	.geshan-a17-img{width: 94%;margin:0 auto;}
	/*a18*/
	.geshan-a18-tcong{padding-top: 50px;width:100%;margin:0 auto;/*position:absolute;top:0px;left:13.5%;*/}
	.geshan-a18_tmore img{width: 18.5vw;}
	.geshan-a18_title{font-size:16px;margin: 10px 0px 10px;color:#000;font-weight:bold;}
	.geshan-a18_cont{font-size:14px;color:#000;margin-bottom:1vw;line-height:1.6;width:60%;}
	.geshan-a18_cimgbox{
    margin-top: 20px;
}
	.geshan-a18_cimg1{width: 40vw;float:left;}
	.geshan-a18_cimg2{width: 35vw;float:right;margin-top:-3vw;}
	.geshan-a18-timg {text-align:center;background:#f6f6f6;display:none;}
	.geshan-a18-timg video{width:98%;}


	#geshan-a18{flex-direction: row;background:#ffffff;height: auto;position: relative;}
	.geshan-a18-cbox{width: 94%;}

	/*a19*/
	#geshan-a19{
    height: 50vh;
}
	.geshan-a19-nr{width: 94%;margin:0 auto;height: 50vh !important;}
	.geshan-a19-tcong{padding-top:4vw;}
	.geshan-a19_tmore img{width: 20vw;}
	.geshan-a19_title{font-size:16px;margin: 10px 0px 20px;color:#000;font-weight:bold;}
	.geshan-a19_cont{font-size:14px;color:#000;margin-bottom:2vw;line-height:1.6;width:60%;}
	.geshan-a19_cimgbox{width:73%;display: -ms-flexbox; display: flex; align-items: center; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; overflow: hidden;}
	.geshan-a19_cimgbox>div{
	width:30vw;
	position:absolute;
	top: 50vw;
	-webkit-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	transform: translate(0%,0%);
	}
	/*a20*/
	.geshan-a20-tcong{padding-top:8vw;width: 94%;margin:0 auto;}
	.geshan-a20_tmore img{width: 17vw;}
	.geshan-a20_title{font-size:16px;margin: 10px 0px 10px;color:#000;font-weight:bold;}
	.geshan-a20_cont{font-size:14px;color:#000;margin-bottom:1vw;line-height:1.6;width:60%;}
	.geshan-a20_cimgbox{width: 94%;margin:0 auto;}
	.geshan-a20_cimg1{width:100%;}

	/*a21*/
	.geshan-compare-container img{max-width:inherit !important;}
	.geshan-a21-tcong{padding-top:2vw;width: 94%;margin:0 auto;}
	.geshan-a21_tmore img{width: 22.5vw;}
	.geshan-a21_title{font-size:16px;margin: 10px 0px 20px;color:#000;font-weight:bold;}
	.geshan-a21_cont{font-size:14px;color:#000;margin-bottom:3vw;line-height:1.6;width:50%;}
	.geshan_cimgbox{width:100%;display: -ms-flexbox; display: flex; align-items: center; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; overflow: hidden;}
	.geshan-a21_cimg1{width:100%;}
	.geshan_cimgbox{position: relative;top: 0vw;right: 0;bottom: 0;left: 0;margin: 0 auto;display: flex;align-items: flex-end;overflow: hidden;}
	.geshan_cimg1-befor,.geshan_cimg1-after{position: absolute; top: 0; left:0px;overflow: hidden; user-select: none; pointer-events: none;}
	.geshan-compare-container .geshan-control {position: absolute;z-index: 2;width: 2.395833vw;top: 0;height: 100% !important;left: 100%;cursor: grab;}
	.geshan-compare-container .geshan_cimgbox.animated .geshan-control {left: calc(50% - 1.197917vw); animation: g90-bounce-control 1s ease-out; -webkit-animation: g90-bounce-control 1s ease-out;}
	.geshan-compare-container .geshan-control .geshan-separator {width: 1px; height: 100%; background: #fff; margin: 0 auto; }
	.geshan-compare-container .geshan_cimg1-befor {z-index: 1; width: 100%; }
	.geshan-compare-container .geshan-control::before {
	    left: -1vw;
	    border-right: 1.520833vw solid #fff;
	}
	.geshan-compare-container .geshan-control::after {
	    right: -1vw;
	    border-left: 1.520833vw solid #fff;
	}
	.geshan_cimg1-befor-t{position:absolute;left:24px;top:20px;font-size:12px;color:#fff;width:68px;text-align:center;background:#555555;border-radius:5px;line-height:26px;}
	.geshan_cimg1-after-t{position:absolute;right:24px;top:20px;font-size:12px;color:#fff;width:68px;text-align:center;background:#555555;border-radius:5px;line-height:26px;}
	.geshan-compare-container .geshan-control::before, .geshan-compare-container .geshan-control::after {
	    content: '';
	    position: absolute;
	    bottom: 50%;
	    width: 0;
	    height: 0;
	    border-top: 1.416667vw solid transparent;
	    border-bottom: 1.416667vw solid transparent;
	    -webkit-transition: -webkit-transform 0.3s 1s, opacity 0s 1s;
	    transition: transform 0.3s 1s, opacity 0s 1s;
	    opacity: 0;
	    transform: translateY(50%) scale(0);
	    transform-origin: 50% 0;
	}
	.geshan-compare-container .geshan_cimgbox.animated .geshan-control::before, .geshan-compare-container .geshan_cimgbox.animated .geshan-control::after {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0) scale(1);
	    transform: translate3d(0, 0, 0) scale(1);
	}
	.geshan-compare-container .geshan_cimgbox.animated .g90-control::before, .geshan-compare-container .geshan_cimgbox.animated .g90-control::after {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0) scale(1);
	    transform: translate3d(0, 0, 0) scale(1);
	}
	.geshan-compare-container .geshan_cimgbox.animated .geshan_cimg1-befor {
	    width: 50%;
	    animation: g90-bounce-before 1s ease-out;
	    -webkit-animation: g90-bounce-before 1s ease-out;
	}
	.geshan-compare-container .grabbing {
		cursor:grabbing
	}
	.geshan-compare-container .grabbing .geshan-control {
		cursor:grabbing
	}
	.dianjing-container{background:#000000;}
	.geshan-compare-item.geshan_cimg1-after {
	    position: relative;
	}

	.geshan_cimg1-after img {
	    width: 100vw !important;
	    height: auto !important;
	    float: left;
	}

	.geshan_cimg1-befor img {
	    width: 100vw !important;
	    height: auto !important;
	}

	.geshan_cimg1-befor {
	    height: 100% !important;
	}

	div#geshan-a21 {
	    height: auto !important;
	}

	/*sclick*/
    .w92-click{background:#000000;width:100%;overflow:hidden;}
    #w92-a9-1{opacity:1;}
    .w92-a9-box1{text-align:center;padding-top: 20px;background:#ffffff;padding-bottom: 30px;}
    .w92-a9-box1 img{width:50%;}
    .w92-a9-box2{padding: 20px 3% 30px;}
    .w92-a9-box2-t1{font-size:16px;text-align:center;color:#ffffff;font-weight:bold;}
    .w92-a9-box2-t2{font-size:14px;text-align:center;margin-top:1vw;color:#ffffff;}
    .w92-a9-box2-wbox{padding:5.2vw 3.38vw;background:#131313;margin-top:2.5vw;}
    .w92-a9-box2-left{width: 100%;float:left;}
    .w92-a9-box2-right{width: 100%;float:right;}
    .w92-a9-box2-ct1{font-size:16px;color:#ffffff;font-weight:bold;}
    .w92-a9-box2-ct2{font-size:14px;color:#ffffff;margin-top:0.5vw;}
    .w92-a9-box2-lul{margin-top:3.6vw;border-left:1px solid #d9d9d9;}
    .w92-a9-box2-btn{font-size:14px;color:#999999;padding-left:1.25vw;margin-bottom:13px;cursor:pointer;}
    .w92-a9-box2-btn.on{color:#ffffff;border-left:3px solid #ffffff;margin-left:-2px;}
    .w92-a9-box2-rul{position:relative;}
    .w92-a9-box2-rcbox1{position:absolute;width:100%;}
    .w92-a9-box2-rcbox{opacity:0;overflow:hidden;text-align:center;}
    .w92-a9-box2-rcbox.on{opacity:1;}
    .w92-a9-box2-rcbox img{width:70%;}
    .w92-a9-box2-swiperbox{position:relative;}
    .geshan_swiper{text-align:center;}
    .geshan_btn{position:absolute;top:50%;font-size:16px;cursor:pointer;border:1px solid #ffffff;border-radius:50%;z-index:999;width: 30px;height: 30px;text-align: center;line-height: 26px;}
    .geshan_btn_l{left:10px;}
    .geshan_btn_r{right:10px;}
    /*图形*/
    .geshan_tx{width:100%;overflow:hidden;}
    .geshan_tuxing_box {width: 94%;margin:0 auto;padding:5vw 0 5vw;line-height:auto;}
    .geshan_tuxing_t1{font-size:14px;color:#000000;text-align:center;}
    .geshan_tuxing_t1_span {background:url(../filesimg/geshan/ename_bg.png) no-repeat center center;background-size:100% 100%;padding:6px 15px;}
    .geshan_tuxing_t2{font-size:16px;text-align:center;color:#000000;margin-top:1.2vw;font-weight:bold;}
    .geshan_tuxing_listbox{overflow:hidden;margin-top:3.6vw;}
    .geshan_tuxing_list_iteam {float:left;width: 33.333%;padding: 0px 4%;}
    .geshan_tuxing_list_iteam:nth-child(5n){margin-right:0px;}
    .geshan_tuxing_list_iteam_img img{width:100%;}
    .geshan_tuxing_list_iteam_name {font-size:14px;color:#000000;text-align:center;margin-top:0.7vw;min-height: 12.2vw;}
    .geshan_tuxing_cimg {margin-top:3.6vw;text-align:center;}
    .geshan_tuxing_cimg img{width: 94%;}
    .geshan_tuxing_cimg2 img{width: 94%;}
    .EC_staticImg {display:none;}
	/*规格*/
	.w92-a9-box1-list{width:94%;overflow-x:scroll;margin:0 auto;}
	.w92-a9-box1-t{font-size:3.85vw;color:#000000;font-weight:bold;cursor:pointer;margin-bottom:60px;}
	.w92-a9-box1-t span{padding-right:4.2vw;background:url(../filesimg/geshan/jt.png) no-repeat right center;background-size:2.6vw;}
	.w92-a9-box1-t.on span{background:url(../filesimg/geshan/jt_cur.png) no-repeat right center;background-size:1.6vw;}
	.table_list{width:250%;}
	.table_list table {border:none;width:100%;margin:0 auto;}
	.table_list table td {border:none !important;text-align:left;color:#333333;padding:5px 0px;}
	.table_list table td.table_td1{font-weight:bold;width:180px;}
}
