.container {
	position: relative;
	background: transparent;
}

body,
html {
	background: transparent;
}
a,a:hover{
	color: inherit;
}
.index {
	position: relative;
	width: 100%;
	height: 100vh;
}
#menu{
	display: none;
}
.index .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.detail-banner>img{
	width: 100%;
}

.msg-box{
	position: absolute;
	width: 92%;
	left: 4%;
	top: 36%;
	z-index: 10;
}
.msg-box img{
	width: 100%;
	transform: translateY(20px);
	opacity: 0;
	transition: all 500ms;
}
.msg-slide:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 9;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1000ms;
}
.msg-slide.active:before{
	opacity:0;
}
.msg-box img.active{
	transform: translateY(0);
	opacity: 1;
}
.msg-box img + img{
	margin-top: 3px;
}
.loading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
}
.loading .svg-box{
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform linear 2s;
	transition: -webkit-transform linear 2s;
	-o-transition: -o-transform linear 2s;
	-moz-transition: transform linear 2s, -moz-transform linear 2s;
	transition: transform linear 2s;
	transition: transform linear 2s, -webkit-transform linear 2s, -moz-transform linear 2s, -o-transform linear 2s;
	z-index: 1;
}
.loading .svg-box.active{
}
.loading svg {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 99;
}
.loading svg text {
    text-anchor: middle;
    font-size: 8em;
    font-weight: bold;
}
.loading svg mask rect {
    fill: rgba(255, 255, 255, 1);
}
.loading svg > circle {
    fill: rgba(0,0,0,1);
}


.news-list.sss li .info{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	text-align: left;
}
.news-list.sss li{
	padding: 20px;
}
.news-list li .info.qa p:nth-of-type(2){
	white-space: normal;
}
.search {
	position: absolute;
	z-index: 9;
	right: 1%;
	top:0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	display: none;
	line-height:22px;
	font-family:"微软雅黑"; font-size:14px; color:#333333; font-weight:bold;
}
.search img{ vertical-align:middle; float:left; margin-right:4px;}

.w1200{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.about-nav{
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
}
.case-images .arr{
	position: absolute;
	z-index: 9;
	left: 3%;
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 70% auto;
	background-position: center center;
	margin-top: -25px;
	background-color: #FFFFFF;
	cursor: pointer;
	background-image: url(../img/arr-l.png);
	background-repeat: no-repeat;
}
.case-images .arr.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.case-images .arr.arr-r{
	background-image: url(../img/arr-r.png);
	left: auto;
	right: 3%;
}
.about-nav li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	cursor: pointer;
}
.about-nav li.active{
	color: #00a2e9;
}
.about-nav li + li{
	margin-left: 20px;
}
   
.des p{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 50px;
}
.des + .des{
	white-space: nowrap;
}
.des p + p{
	margin-left: 20px;
}
.des p span{
	color: inherit!important;
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
}

.video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}
body.play- .video-box{
	opacity: 1;
	visibility: visible;
}
.video-box video{
	position: relative;
	left: 0;
	top: 0;
	-o-object-fit:fill;
	   object-fit:fill;
	-o-object-position: center center;
	   object-position: center center;
}
.box1 .pag {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 9;
}
.box1 .pag .swiper-pagination-bullet {
	background: #fff;
	height: 9px;
	width: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	opacity: 1;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}

.box1 .pag .swiper-pagination-bullet:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 9px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #00a2e9;
	left: 0;
	top: 0;
	opacity: 0;
}

.box1 .pag span+span {
	margin-left: 15px;
}

.box1 .pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.box1 .pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	width: 100%;
	opacity: 1;
	-webkit-animation: w 8s ease-in-out;
	   -moz-animation: w 8s ease-in-out;
	     -o-animation: w 8s ease-in-out;
	        animation: w 8s ease-in-out;
}

@-webkit-keyframes w {
	from {
		width: 0;
	}
	to {
		width: 40px;
	}
}

@-moz-keyframes w {
	from {
		width: 0;
	}
	to {
		width: 40px;
	}
}

@-o-keyframes w {
	from {
		width: 0;
	}
	to {
		width: 40px;
	}
}

@keyframes w {
	from {
		width: 0;
	}
	to {
		width: 40px;
	}
}

.mouse-tips {
	position: absolute;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 20px;
	z-index: 6;
	-webkit-animation: t 1s ease infinite alternate;
	-moz-animation: t 1s ease infinite alternate;
	-o-animation: t 1s ease infinite alternate;
	animation: t 1s ease infinite alternate;
}
@-webkit-keyframes t {
	from {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, -15px, 0);
		transform: translate3d(-50%, -15px, 0);
	}
}
@-moz-keyframes t {
	from {
		-moz-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		-moz-transform: translate3d(-50%, -15px, 0);
		transform: translate3d(-50%, -15px, 0);
	}
}
@-o-keyframes t {
	from {
		transform: translate3d(-50%, 0, 0);
	}
	to {
		transform: translate3d(-50%, -15px, 0);
	}
}
@keyframes t {
	from {
		-webkit-transform: translate3d(-50%, 0, 0);
		-moz-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, -15px, 0);
		-moz-transform: translate3d(-50%, -15px, 0);
		transform: translate3d(-50%, -15px, 0);
	}
}

.t-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.t-box img{
	width: 100%;
}
.play .shadow {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin-top: -3px;
	margin-left: -2px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}

.play {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 77px;
}

.play .btn:hover {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.play .btn:hover+.shadow {
	opacity: 1;
	-webkit-transform: translate3d(5px, 0px, -3px);
	-moz-transform: translate3d(5px, 0px, -3px);
	transform: translate3d(5px, 0px, -3px);
}

.play .btn {
	position: relative;
	z-index: 6;
	cursor: pointer;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}

.box2 .tt {
	position: absolute;
	z-index: 5;
}

.box.box2 {
	height: 400vh;
}

.box2 .s1.tt {
	left: 65%;
	bottom: 121px;
	color: #010204;
}

.box2 .s2.tt {
	left: 18%;
	top: 50%;
	-webkit-transform: translateY(-104px);
	   -moz-transform: translateY(-104px);
	    -ms-transform: translateY(-104px);
	     -o-transform: translateY(-104px);
	        transform: translateY(-104px);
	color: #00a2e9;
}

.box2 .s3.tt {
	left: 65%;
	bottom: 121px;
	color: #ffffff;
}
.box2 .tt-{
	position: relative;
	float: left;
}
.box2 .tt-:after{
	content: '';
	display: table;
	clear: both;
}
.box2 .tt- h1{
	padding-left: 80px;
	line-height: 65px;
	font-size: 50px;
	-moz-background-size: 65px 65px;
	  -o-background-size: 65px 65px;
	     background-size: 65px 65px;
	background-position: left 0;
	background-repeat: no-repeat;
	background-image: url(../img/v.png);
	float: left;
}
.box2 .tt- p{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.box2 .tt>p{
	float: left;
	clear: both;
	margin-top: 15px;
	font-size: 20px;
	opacity: .85;
}
.box2 .swiper-wrapper .swiper-slide:nth-child(2) .tt- h1{
	background-image: url(../img/g.png);
}
.box2 .tt- span:before,.box2 .tt- span:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 50px;
	background-color: #010204;
	margin-top: -1px;
}
.box2 .swiper-wrapper .swiper-slide:nth-child(2) .tt- span:before,.box2 .swiper-wrapper .swiper-slide:nth-child(2) .tt- span:after{
	background-color: #00a2e9;
	width: 20px;
}
.box2 .swiper-wrapper .swiper-slide:nth-child(3) .tt- span:before,.box2 .swiper-wrapper .swiper-slide:nth-child(3) .tt- span:after{
	background-color: #FFFFFF;
	width: 30px;
}
.box2 .tt- span:after{
	left: auto;
	right: 0;
}
.box2 .swiper-wrapper .swiper-slide:nth-child(3) .tt- h1{
	background-image: url(../img/w.png);
}
.box2 .img-box {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 0;
	-webkit-animation: s 15s infinite alternate;
	-moz-animation: s 15s infinite alternate;
	-o-animation: s 15s infinite alternate;
	animation: s 15s infinite alternate;
}

@-webkit-keyframes s {
	0%,
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70%,
	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@-moz-keyframes s {
	0%,
	30% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	70%,
	100% {
		-moz-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@-o-keyframes s {
	0%,
	30% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	70%,
	100% {
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes s {
	0%,
	30% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	70%,
	100% {
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

.tip {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	pointer-events: none;
}

.tip.active {
	opacity: 0;
	visibility: hidden;
}

.box2 .swiper-container {
	height: 100vh;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.box.autoheight {
	height: auto;
	background-color: #46454b;
}


.box2 .pag {
	width: 60px;
	height: 84vh;
	position: absolute;
	left: 4.5%;
	top: 8vh;
	z-index: 9;
}

.box2 .pag.ff {
	position: fixed;
}

.box2 .pag.ff.ww {
	position: absolute;
	top: auto;
	bottom: 8vh;
}

.f {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.f.active {
	position: fixed;
	top: 0;
	left: 0;
}

.f.active.active_ {
	position: absolute;
	left: 0;
	top: 300vh;
}

.box2 .pag span {
	display: block;
	width: 60px;
	height: 90px;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	opacity: 1;
	cursor: pointer;
}

.box2 .pag.pp {
	position: absolute;
}

.box2 .pag.g span:after {
	background-color: #b3b3b3;
}

.box2 .pag.g:after {
	background-color: #b3b3b3;
}

.box2 .pag span:nth-of-type(1) {
	top: 70px;
	left: 0;
}

.box2 .pag span:nth-of-type(3) {
	left: 0;
	bottom: 70px;
}

.box2 .pag span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box2 .pag span:before {
	content: '';
	display: block;
	position: absolute;
	width: 59px;
	height: 60px;
	background-color: transparent;
	background-image: url(../img/icons.png);
	background-position: 0 0;
	top: 15px;
}

.box2 .pag:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-1px, 0);
	-moz-transform: translate(-1px, 0);
	-ms-transform: translate(-1px, 0);
	-o-transform: translate(-1px, 0);
	transform: translate(-1px, 0);
	height: 70px;
	background-color: #fff;
	width: 2px;
}

.box2 .pag span:after {
	background-color: #fff;
}

.box2 .pag span:nth-of-type(1):after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-1px, -70px);
	-moz-transform: translate(-1px, -70px);
	-ms-transform: translate(-1px, -70px);
	-o-transform: translate(-1px, -70px);
	transform: translate(-1px, -70px);
	height: 70px;
	width: 2px;
}

.box2 .pag span:nth-of-type(2):before {
	background-position: -59px 0;
}

.box2 .pag span:nth-of-type(3):before {
	background-position: -118px 0;
}

.box2 .pag span:nth-of-type(2):after,
.box .pag span:nth-of-type(3):after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-1px, -100%);
	-moz-transform: translate(-1px, -100%);
	-ms-transform: translate(-1px, -100%);
	-o-transform: translate(-1px, -100%);
	transform: translate(-1px, -100%);
	height: -webkit-calc((84vh - 410px) / 2);
	height: -moz-calc((84vh - 410px) / 2);
	height: calc((84vh - 410px) / 2);
	width: 2px;
}

.box2 .pag span.active:nth-of-type(1):before,
.box2 .pag span.swiper-pagination-bullet-active:nth-of-type(1):before {
	background-position: 0 60px;
}

.box2 .pag span.active:nth-of-type(2):before,
.box2 .pag span.swiper-pagination-bullet-active:nth-of-type(2):before {
	background-position: -59px 60px;
}

.box2 .pag span.active:nth-of-type(3):before,
.box2 .pag span.swiper-pagination-bullet-active:nth-of-type(3):before {
	background-position: -118px 60px;
}

.phone {
	position: absolute;
	left: 24.5%;
	bottom: 15%;
	-webkit-transition: all 1000ms;
	-o-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	z-index: 9;
	width: 272px;
}

.phone img {
	width: 100%;
}

.phone.active {
	left: 14.74%;
}
.phone.last{
	-webkit-transform: translateY(-455px);
	   -moz-transform: translateY(-455px);
	    -ms-transform: translateY(-455px);
	     -o-transform: translateY(-455px);
	        transform: translateY(-455px);
}
.phone .swiper-container {
	position: absolute;
	width: 232px;
	height: 414px;
	left: 20px;
	top: 68px;
	width: 85.3%;
    height: 75.7%;
    left: 7.5%;
    top: 12.5%;
}

.main .swiper-container .swiper-slide {
	background-position: center center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	height: 100vh;
}
.search input{
	height: 20px;
	width: 120px;
	border: 1px solid rgba(83,82,78,.3);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search .search-icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.main .s1 .banner-t {
	left: 46.25%;
	bottom: 50%;
	-webkit-transform: translateY(-webkit-calc(172px + 40px));
	   -moz-transform: translateY(-moz-calc(172px + 40px));
	    -ms-transform: translateY(calc(172px + 40px));
	     -o-transform: translateY(calc(172px + 40px));
	        transform: translateY(calc(172px + 40px));
}
.main .tt-{
	text-align: left;
	color: #FFFFFF;
}
.main .tt- h1{
	font-size: 40px;
}
.main .tt- p{
	font-size: 16px;
	position: relative;
	line-height: 1.5;
}
.main .tt- p span{
	font-size: 18px;
	letter-spacing: 2px;
}
.main .s1 .banner-t .tt- p{
	margin-top: 20px;
	line-height: 1;
}
.main .s1 .banner-t .tt-{
	text-align: center;
}
.main .tt- p span:before,.main .tt- p span:after{
	content: '';
	display: block;
	position: absolute;
	width: -webkit-calc(50% - 80px);
	width: -moz-calc(50% - 80px);
	width: calc(50% - 80px);
	height: 1px;
	background-color: #FFFFFF;
	top: 10px;
	left: 0px;
}
.main .tt- p span:after{
	left: auto;
	right: 0px;
}
.main .tt- h1{
	line-height: 1.2;
	margin-bottom: 10px;
}
.main .banner-t {
	position: absolute;
	left: 37.5%;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
}
.main .s2 .banner-t {
	width: 22%;
	bottom: 40%;
}
.main .s3 .banner-t {
	/*width: 17.4%;*/
}
.main .s4 .banner-t {
	width: 20%;
}
.main .banner-t>img{
	width: auto;
	max-width: 100%;
}
.main .s1 .banner-t ul li {
	display: inline-block;
	width: 165px;
	height: 200px;
	position: relative;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.main .s1 .banner-t ul li a {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.main .s6 .banner-t {
}
.main .s1 .banner-t ul li+li {
	margin-left: 50px;
}
.main .s5 .banner-t{
	bottom: 65%;
	left: 37%;
}
.main .s1 .banner-t ul {
	text-align: center;
	margin-top: 60px;
}

.main .swiper-pagination ,.life .swiper-pagination{
	position: absolute;
	z-index: 9;
	right: 20px;
}

.main .swiper-pagination .swiper-pagination-bullet,.life .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #46454b;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,.life .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-top: 10px;
}
.footer-box{
	background-color: #46454b;
	padding-top: 70px;
}
.footer-box .footer{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #fff;
}
.footer-logo{
	width: 167px;
}
.footer .inline-block{
	display: inline-block;
	vertical-align: top;
}
.footer-nav{
	margin-left: 100px;
}
.footer-nav>ul>li{
	display: inline-block;
	vertical-align: top;
}
.footer-nav>ul>li + li{
	margin-left: 70px;
}
.footer-nav ul ul li{
	opacity: .4;
	color: #FFFFFF;
	margin-bottom: 20px;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.footer-nav ul ul li:first-of-type{
	font-size: 16px;
	opacity: 1;
	margin-bottom: 35px;
}
.footer-nav ul ul li a{
	color: #FFFFFF;
}
.contact-box{
	float: right;
}
.contact-box .tel{
	font-size: 35px;
	opacity: 1;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.contact-box p{
	opacity: .4;
}
.contact-box .time{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.contact-box .location{
	padding-top: 10px;
	padding-left: 30px;
	background-image: url(../img/location.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}
.contact-box .e-mail{
	padding-top: 10px;
	padding-left: 30px;
	background-image: url(../img/mail.png);
	background-position: 0 14px;
	background-repeat: no-repeat;
}
.contact-box .wx-box{
	margin-top: 20px;
	text-align: center;
	width: 82px;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 20px;
}
.footer-info{
	clear: both;
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,.4);
	padding-top: 10px;
	padding-bottom: 70px;
	font-size: 12px;
	opacity: .4;
}
.footer-info a{
	color: #FFFFFF;
	margin-left: 30px;
}
.about-banner{
	position: relative;
	width: 100%;
}
.about-banner img{
	width: 100%;
}
.about-banner img.about-banner-t{
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.about .content .title{
	color: #00a2e9;
	font-size: 26px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display: none;
}
.about .info-box{
	padding-top: 70px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.lift_slogan.s13{
	top: 50%;
}
.about .info-box .left{
	float: left;
}
.about .info-box .right{
	position: absolute;
	top: 70px;
	width: -webkit-calc(100% - 460px);
	width: -moz-calc(100% - 460px);
	width: calc(100% - 460px);
	right: 0;
	height: -webkit-calc(100% - 70px);
	height: -moz-calc(100% - 70px);
	height: calc(100% - 70px);
}
.about .info-box:after{
	content: '';
	display: table;
	clear: both;
}
.about .info-box .right>p:nth-of-type(1){
	color: #333333;
	font-size: 26px;
}
.about .info-box .right>p:nth-of-type(2){
	color: #c7c7c7;
	font-size: 18px;
}
.about .info-box .right .intr{
	color: #000;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
}
.about .info-box .right ul{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 2;
}
.map{
	margin-top: 50px;
	margin-bottom: 50px;
}
.about .info-box .right ul li{
	padding-left: 22px;
	background-image: url(../img/l.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.about .info-box .right ul li:nth-of-type(2){
	background-image: url(../img/t.png);
}
.about .info-box .right ul li:nth-of-type(3){
	background-image: url(../img/e.png);
}
.service-list>ul>li:nth-of-type(odd){
	background-color: #f8f8f8;
}
.service-list>ul>li{
	padding: 20px 30px;
	cursor: pointer;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	position: relative;
}
.service-list>ul>li p{
	color: #333333;
}
.service-list>ul>li p:nth-of-type(1){
	font-size: 18px;
}
.service-list>ul>li p:nth-of-type(2){
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #999999;
	/*width: 70%;*/
	margin-top: 5px;
}
.service-list>ul{
	margin-top: 30px;
	margin-bottom: 100px;
}
.service-list>ul>li:hover{
	/*padding-left: 40px;*/
}
.service-list>ul>li:hover p{
	/*color: #00a2e9;*/
}
.service-list>ul>li:before{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #00a2e9;
	left: 0;
	top: 28px;
}
.service-banner{
	position: relative;
}
.service-banner>img{
	width: 100%;
}
.service-banner:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	left: 0;
	top: 0;
	opacity: .6;
}
.service-banner .service-input{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #FFFFFF;
	z-index: 9;
}
.service-banner .service-input p{
	font-size: 40px;
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: 3px;
}
.service-banner .service-input label{
	position: relative;
}
.service-banner .service-input input{
	-webkit-appearance: none;
	border: 1px solid #FFFFFF;
	height: 45px;
	width: 600px;
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
	        border-radius: 45px;
	background-color: transparent;
	outline: none;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: 1px;
}
.service-banner .service-input label a{
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
}
.gray{
	background-color: #f7faf9;
}
.service-video-list>ul>li>p{
	padding-left: 30px;
	position: relative;
	font-size: 20px;
}
.service-video-list>ul>li{
	padding: 35px 0;
}
.service-video-list>ul>li + li{
	border-top: 1px solid #cecece;
}
.service-video-list>ul>li>p:before{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #00a2e9;
	left: 0;
	top: 11px;
}
.service-video-list ul ul{
	margin-top: 25px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.service-video-list ul ul li{
	width: -webkit-calc((100% - 42px) / 4);
	width: -moz-calc((100% - 42px) / 4);
	width: calc((100% - 42px) / 4);
	background-color: #FFFFFF;
	padding: 20px 13px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	margin-right: 14px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 14px;
	-webkit-box-shadow: 0px 0px 10px rgba(55,55,55,.1);
	   -moz-box-shadow: 0px 0px 10px rgba(55,55,55,.1);
	        box-shadow: 0px 0px 10px rgba(55,55,55,.1);
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
.service-video-list ul ul li:hover{
	-webkit-box-shadow: 0px 0px 20px rgba(55,55,55,.2);
	   -moz-box-shadow: 0px 0px 20px rgba(55,55,55,.2);
	        box-shadow: 0px 0px 20px rgba(55,55,55,.2);
}
.service-video-list ul ul li:nth-of-type(4n){
	margin-right: 0;
}
.service-video-list ul ul li .img-box{
	position: relative;
	overflow: hidden;
	background-position: center center;
	-moz-background-size: contain;
	  -o-background-size: contain;
	     background-size: contain;
}
.service-video-list ul ul li .img-box:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .4;
}
.service-video-list ul ul li .img-box:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-image: url(../img/bofang.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.service-video-list ul ul li .img-box img{
	width: 100%;
}
.service-video-list ul ul li:hover .img-box:after{
	left: -2px;
}
.service-video-list ul ul li p:nth-of-type(1){
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.service-video-list ul ul li p:nth-of-type(2){
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	position: relative;
	text-align: center;
	line-height: 1;
}
.service-video-list ul ul li p:nth-of-type(2) i{
	position: relative;
	padding-left: 1px;
}
.service-video-list ul ul li p:nth-of-type(2) i:before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: -20px;
	top: 2px;
	background-image: url(../img/time.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
}
.custom-list li{
	width: 328px;
	height: 461px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.custom-list li + li{
	margin-left: -webkit-calc((100% - 984px) / 2);
	margin-left: -moz-calc((100% - 984px) / 2);
	margin-left: calc((100% - 984px) / 2);
}
.custom-list li p:nth-of-type(1){
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.hand{
	position: absolute;
	left: 14.7%;
    bottom: -8%;
     width: 34.8%; 
    -webkit-transform: translateX(-45%); 
       -moz-transform: translateX(-45%); 
        -ms-transform: translateX(-45%); 
         -o-transform: translateX(-45%); 
            transform: translateX(-45%);
	display: none;
}
.hand img{
	width: 100%;
}
.video-box-{
	position: fixed;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
}
.video-box-.active{
	width: 100%;
	height: 100%;
}
.video-box- .close{
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../img/close.png);
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	cursor: pointer;
}
.video-box- video{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.custom-list li p:nth-of-type(2){
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.custom-list li p:nth-of-type(2) span{
	display: block;
}
.custom-list li p:nth-of-type(2) span:nth-of-type(1){
	font-size: 24px;
	font-weight: bold;
}
.custom-list li p:nth-of-type(2) span:nth-of-type(2){
	font-size: 16px;
}
.custom-list li p:nth-of-type(3){
	font-size: 16px;
	margin-top: 20px;
}
.custom-list li a{
	color: #FFFFFF;
	line-height: 25px;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	display: block;
	width: 90px;
	text-align: center;
	border: 1px solid #FFFFFF;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	z-index: 9;
}
.custom-list li:nth-of-type(2):hover>* {
	opacity: 0;
}
.custom-list li:nth-of-type(2):hover>*.wxx_{
	opacity: 1;
}
.custom-list li:nth-of-type(2):hover>a{
	opacity: 1;
}
.custom-list li:nth-of-type(1){
	background-color: #07d79d;
}
.custom-list li:nth-of-type(2){
	background-color: #f6566e;
}
.custom-list li:nth-of-type(3){
	background-color: #ff9041;
}
.custom-list{
	margin-top: 40px;
	margin-bottom: 80px;
}
.custom-list ul{
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.wxx_{
	position: absolute;
	width: 90%;
	height: auto;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 3;
	padding: 5%;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	left: 5%;
	top: 16px;
}
.wxx_ img{
	width: 100%;
}
.custom-list li .icon-{
	width: 142px;
	height: 142px;
	background-color: rgba(255,255,255,.1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	   -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	        box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	margin: 0 auto;
}
.custom-list li .icon-:before{
	content: '';
	display: block;
	position: absolute;
	width: 116px;
	height: 116px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: rgba(255,255,255,.1);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	   -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	        box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	left: 13px;
	top: 13px;
}
.custom-list li .icon-:after{
	content: '';
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: rgba(255,255,255,.1);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	   -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	        box-shadow: 0px 0px 7px rgba(0,0,0,.05);
	left: 26px;
	top: 26px;
}
.custom-list li .icon- div{
	position: absolute;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/qa.png);
	left: 26px;
	top: 26px;
}
.custom-list li:nth-of-type(2) .icon- div{
	background-image: url(../img/wx.png);
}
.custom-list li:nth-of-type(3) .icon- div{
	background-image: url(../img/tel.png);
}
.cooperate .info-box{
	position: relative;
	padding-top: 40px;
	margin-bottom: 150px;
	text-align: center;
}
.cooperate .info-box img{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.case-list ul{
	font-size: 0;
	-webkit-text-size-adjust: none;
	margin-top: 35px;
	text-align: left;
}
.case-list ul li{
	width: -webkit-calc((100% - 20px) / 3);
	width: -moz-calc((100% - 20px) / 3);
	width: calc((100% - 20px) / 3);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}
.case-images{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	display: none;
}
.case-images.active{
	display: block;
}
.case-images p{
	position: absolute;
	left: 0;
	text-align: center;
	color:#FFFFFF;
	width: auto;
	bottom: 10px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: rgba(0,0,0,.8);
}
.case-images .swiper-container{
	position: absolute;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
}
.case-images .swiper-container .swiper-slide{
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	  -o-background-size: contain;
	     background-size: contain;
}
.case-images .pag{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 0;
	color:#FFFFFF;
	font-size: 16px;
}
.case-images .close{
	width: 40px;
	height: 40px;
	background-image: url(../img/close.png);
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	right: 5px;
	background-position: center center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	cursor: pointer;
}
.case-images svg{
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.case-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.case-list ul li .img-box{
	overflow: hidden;
	position: relative;
	background-image:url(../img/case.jpg) ;
	background-position: center center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
}
.case-list ul li .img-box img{
	width: 100%;
}
.case-list ul li p{
	font-size: 16px;
	margin-top: 15px;
}
.case-list>a,.news-list>a{
	position: relative;
	margin: 0 auto;
	color: #00a2e9;
}
.case-list{
	text-align: center;
}
.coo-list{
	margin-top: 50px;
}
.coo-list .title-{
	font-size: 26px;
	text-align: center;
}
.coo-list ul{
	font-size: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 100px;
}
.coo-list ul li{
	display: inline-block;
	width: 194px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../img/c.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 6px;
	margin-bottom: 6px;
	position: relative;
}
.coo-list ul li:nth-of-type(6n){
	margin-right: 0;
}
.coo-list ul li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.coo-list ul li:last-of-type{
	margin-right: 0;
}
.news-list li{
	padding: 20px 0 20px 40px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news-list li + li{
	margin-top: 20px;
}
.news-list li .date{
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	line-height: 1;
}
.news-list ul{
	margin: 30px 0;
	text-align: left;
}
.news-list{
	text-align: center;
	margin-bottom: 100px;
}
.news-list li .date p{
	display: inline-block;
	vertical-align: baseline;
}
.news-list li:hover{
	background-color: #00a2e9;
	color: #FFFFFF;
}
.news-list li:hover .info{
	color: #FFFFFF;
}
.news-list li .date p span{
	display: block;
}
.news-list li .date p:last-of-type{
	font-size: 60px;
	line-height: 53px;
	margin-left: 5px;
}
.news-list li .info{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;
	color: #333333;
	width: 60%;
}
.news-list li .info p:nth-of-type(1){
	font-size: 20px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.news-list li .info p:nth-of-type(2){
	opacity: .6;
	max-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.product-list ul{
	font-size: 0;
	-webkit-text-size-adjust: none;
	margin-top: 20px;
	margin-bottom: 100px;
	min-height: 500px;
}
.product-list ul li{
	display: inline-block;
	width: -webkit-calc((100% - 30px) / 3);
	width: -moz-calc((100% - 30px) / 3);
	width: calc((100% - 30px) / 3);
	font-size: 14px;
	margin-right: 15px;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 30px;
	text-align: center;
	color: #333333;
	-webkit-box-shadow: 3px 3px 10px rgba(55,55,55,.1);
	   -moz-box-shadow: 3px 3px 10px rgba(55,55,55,.1);
	        box-shadow: 3px 3px 10px rgba(55,55,55,.1);
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 15px;
}
.product-list ul li .img-box{
	height: 165px;
	width: 165px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	-moz-background-size: contain;
	  -o-background-size: contain;
	     background-size: contain;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
.product-list ul li:hover .img-box{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.product-list ul li:hover{
	-webkit-transform: translate(-2px,-2px);
	   -moz-transform: translate(-2px,-2px);
	    -ms-transform: translate(-2px,-2px);
	     -o-transform: translate(-2px,-2px);
	        transform: translate(-2px,-2px);
}
.product-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.product-list ul li p:nth-of-type(1){
	font-size: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.product-list ul li p:nth-of-type(2){
	opacity: .6;
}
.product-list ul li .link{
	width: 100px;
	height: 25px;
	text-align: center;
	color: #00a2e9;
	border: 1px solid #00a2e9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 23px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
.product-list ul li .link:hover{
	color: #FFFFFF;
	background-color: #00a2e9;
	border-color: #00a2e9;
}
.detail .info-box .left{
	width: 380px;
	float: left;
}
.detail .info-box .left .info{
	overflow: hidden;
}
.detail .info-box .right{
	width: -webkit-calc(100% - 470px);
	width: -moz-calc(100% - 470px);
	width: calc(100% - 470px);
	float: right;
}
.detail .info-box{
	margin-top: 50px;
	margin-bottom: 100px;
	color: #333333;
}
.detail .info-box:after{
	content: '';
	display: table;
	clear: both;
}
.detail-banner{
	position: relative;
}
.detail-banner:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	left: 0;
	top: 0;
}
.detail .info-box .title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.detail .info-box .left .info p:nth-of-type(1){
	color: #FFFFFF;
	background-color: #00a2e9;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-top: 35px;
}
.detail .info-box .left .info p{
	float: left;
	clear: both;
	color:#999999;
	padding-left: 20px;
	position: relative;
	line-height: 20px;
	margin-bottom: 5px;
}
.detail-tile{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 99;
	color: #FFFFFF;
}
.detail-tile .p-t p:nth-of-type(1){
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
.detail-tile .p-t{
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 15%;
}
.product-nav{
	margin-top: 20px;
}
.detail-tile:after{
	content: '';
	display: table;
	clear: both;
}
.detail-banner .img-box{
	width: 100%;
	height: 100%;
	background-position: center center;
	float: right;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.detail-tile .p-t p:nth-of-type(2){
	font-size: 20px;
	line-height: 1;
	margin-top: 5px;
}
.detail .info-box .left .info p:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #00a2e9;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.detail .info-box .table{
	margin-top: 35px;
}
.detail .info-box .table ul{
	border: 1px solid #b2e1f5;
}
.detail .info-box .table ul li + li{
	border-top: 1px solid #b2e1f5;
}
.detail .info-box .table ul li{
	line-height: 20px;
	padding: 10px 0;
	position: relative;
}
.detail .info-box .table ul li:before{
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #b2e1f5;
	left: 170px;
	top: 0;
}
.detail .info-box .table ul li p:nth-of-type(1){
	color: #00a2e9;
	text-align: center;
	width: 170px;
	display: inline-block;
	vertical-align: middle;
}
.detail .info-box .table ul li p:nth-of-type(2){
	color: #999999;
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: calc(100% - 180px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news-detail{
	padding: 30px 0 100px 0;
}
.news-detail h1{
	
}

.news-detail h4{
	font-weight: normal;
	color: #999999;
	margin-top: 10px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}
.news-detail .c{
	line-height: 1.8;
	padding: 15px 0;
}
.news-detail .c *{
	line-height: 1.8!important;
	font-size: 16px!important;
	background: transparent!important;
	font-family: inherit!important;
}
.swiper-container.life .swiper-slide{
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
	margin-left: 120px;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
}
.swiper-container.life .swiper-slide:last-child{
	width: 100%;
	margin-left: 0px;
}
.clock{
	width: 200px;
	height: 200px;
	position: fixed;
	left: 20px;
	top: 50%;
	margin-top: -100px;
	background: url(../img/clock_bg.png) no-repeat;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	z-index: 100;
	-webkit-transition-duration: 1s;
}
.clock .h,.clock .m{
	width: 3px;
	height: 44px;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	top: 50%;
	-webkit-transition-duration: 1.2s;
	background: url(../img/h_icon.png) no-repeat;
	-webkit-transform-origin: top center;
}
.clock .m{
	-webkit-transition-duration: 0.8s;
}
.clock .m{
	height: 61px;
	background-image: url(../img/m_icon.png);
}
.clock.active0 .h{
	-webkit-transform: rotate(15deg);
}
.clock.active0 .m{
	-webkit-transform: rotate(0deg);
}

.clock.active1 .h{
	-webkit-transform: rotate(60deg);
}
.clock.active1 .m{
	-webkit-transform: rotate(180deg);
}

.clock.active2 .h{
	-webkit-transform: rotate(360deg);
}
.clock.active2 .m{
	-webkit-transform: rotate(540deg);
}
.clock.active3 .h{
	-webkit-transform: rotate(420deg);
}
.clock.active3 .m{
	-webkit-transform: rotate(900deg);
}
.clock.active3{
	position: fixed;
}
.clock.stop{
	position: absolute;
	-webkit-transform: translateY(-455px);
}

.lift_slogan{
	width: 500px;
	height: auto;
	position: absolute;
	left: 70%;
	top: 40%;
}
.lift_slogan.w{
	color: #FFFFFF;
}
.lift_slogan .icon{
	width: 50px;
	height: 50px;
	background: #000000;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 2.5px;
}
.lift_slogan.w .icon{
	background: #FFFFFF;
}

.lift_slogan .icon:after{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../img/life_icon.png) no-repeat;
	-moz-background-size:auto 30px ;
	  -o-background-size:auto 30px ;
	     background-size:auto 30px ;
	content: '';
}
.lift_slogan.w .icon.second:after{
	background-position:-30px 0px; 
}
.lift_slogan.w .icon.three:after{
	background-position:-60px 0px; 
}
.lift_slogan.w .icon.four:after{
	background-position:-90px 0px; 
}
.lift_slogan .txt{
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
	height: auto;
	position: absolute;
	left: 65px;
	top: 0px;
}
.lift_slogan .txt .t{
	width: 100%;
	height: auto;
	line-height: 55px;
	font-size: 48px;
}
.lift_slogan .txt .d{
	width: 100%;
	height: auto;
	line-height: 1.7;
	margin-top: 10px;
	font-size: 16px;
}
.swiper-slide.s{
	background-position: center center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	overflow: hidden;
}
.swiper-slide.s.lig:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: .4;
	animation: opacity1 10s  infinite;
}
@keyframes opacity1{
	0%,40%{
		opacity: 0;
	}
	50%,80%{
		opacity: .5;
	}
	90%,100%{
		opacity: 0;
	}
}
@keyframes opacity2{
	0%,50%{
		opacity: 0;
	}
	60%,90%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.swiper-slide.s.lig:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../img/li.png);
	z-index: 2;
	background-position:center center;
	animation: opacity2 10s  infinite;
	background-size: cover;
}
.p_l,.p_r{
	width: 35%;
	height: 100%;
	float: left;
	position: relative;
	background: url(../img/pro4_1.jpg) center center no-repeat;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
}
.p_r{
	width: 65%;
	background-image: url(../img/pro4_2.jpg);
	background-position: right bottom;
}

.pro_ls{
	width: 400px;
	height: auto;
	position: absolute;
	left: 15%;
	top: 35%;
	color: #FFFFFF;
}
.pro_ls h2{
	display: block;
	font-size: 80px;
	line-height: 1.1;
}
.pro_ls h3{
	display: block;
	line-height: 1.5;
}
.pro_ls ul{
	display: block;
	width: 100%;
	padding: 35px 0px 15px 0px;
	height: auto;
}
.pro_ls ul li{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	position: relative;
}
.pro_ls ul li .icon{
	width: 50px;
	height: 50px;
	float: left;
	background: #FFFFFF;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	position: relative;
}
.pro_ls ul li .icon:after{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../img/pro_icon.png) no-repeat;
	-moz-background-size:auto 30px;
	  -o-background-size:auto 30px;
	     background-size:auto 30px;
	content: '';
}
.pro_ls ul li:last-child .icon:after{
	background-position: -30px 0px;
}
.pro_ls ul li .txt{
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	height: auto;
	float: left;
	font-size: 16px;
	margin-left: 10px;
}
.pro_rs{
	width: 600px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 35%;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	
}
.pro_rs ul{
	margin-top: 25px;
}
.pro_rs ul li{
	width: 120px;
	height: 120px;
	float: left;
	margin-bottom: 15px;
}
.pro_rs ul li .icon{
	width: 55px;
	height: 55px;
	position: relative;
	margin: auto;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	margin-bottom: 15px;
	background: url(../img/pb_icon.png) no-repeat;
}
.pro_rs.tm ul li .icon{
	background-image: url(../img/pb_icon2.png);
}
.pro_rs ul li:nth-child(2) .icon{
	background-position: -55px 0px;
}
.pro_rs ul li:nth-child(3) .icon{
	background-position: -110px 0px;
}
.pro_rs ul li:nth-child(4) .icon{
	background-position: -165px 0px;
}
.pro_rs ul li:nth-child(5) .icon{
	background-position: -220px 0px;
}
.pro_rs ul li:nth-child(6) .icon{
	background-position: -275px 0px;
}
.pro_rs ul li:nth-child(7) .icon{
	background-position: -330px 0px;
}
.pro_rs ul li .txt{
	width: 100%;
	font-size: 14px;
}
.pro_t{
	width: 450px;
	height: auto;
	position: absolute;
	top: 40%;
	color: #FFFFFF;
	left: 15%;	
}
.pro_t.t{
	top: 20%;
}
.pro_t h2{
	display: block;
	font-size: 48px;
	line-height: 50px;
}
.pro_t .des{
	width: 100%;
	line-height: 2.2;
	margin-top: 15px;
	font-size: 16px;
}
.pro_img{
	width: 550px;
	height: auto;
	position: absolute;
	top: 35%;
	right: 15%;
}
.p_l .img,.p_l .sd{
	width: 35%;
	height: auto;
	position: absolute;
	left: 48%;
	top: 25%;
}

.p_l .sd{
	left: -webkit-calc(48% - 15px);
	left: -moz-calc(48% - 15px);
	left: calc(48% - 15px);
	top: -webkit-calc(25% + 15px);
	top: -moz-calc(25% + 15px);
	top: calc(25% + 15px);
	opacity: .3;
	-webkit-filter: blur(3px);
}
.p_l .sd.su{
	width: 45%;
	left: 35%;
	top: 30%;
	opacity: .1;
}
.p_l .img.su{
	left: 35%;
	width: 45%;
	top: 30%;
	-webkit-filter: url(#svg_1);
	        filter: url(#svg_1);
}
#svg_1{
	position: absolute;
	z-index: -11;
	opacity: 0;
}
.svg-box-{
	position: absolute;
	width: 170px;
	left: 14%;
    top: 44%;
    height: 80px;
}
#svg_2{
	position: absolute;
    width: 100%!important;
    z-index: 99;
    top: 0;
    left: 0;
    height: 80px;
}
#path1{
	stroke-width: 25px;
	stroke-linejoin: round;
}
#count{
	position: absolute;
	left: 44%;
	bottom: 23.5%;
	z-index: 9;
	color: #FFFFFF;
}
@-webkit-keyframes ssd{
	from{
		stroke-dashoffset: 2800;
	}
	to{
		stroke-dashoffset: 0;
	}
}
@-moz-keyframes ssd{
	from{
		stroke-dashoffset: 2800;
	}
	to{
		stroke-dashoffset: 0;
	}
}
@-o-keyframes ssd{
	from{
		stroke-dashoffset: 2800;
	}
	to{
		stroke-dashoffset: 0;
	}
}
@keyframes ssd{
	from{
		stroke-dashoffset: 2800;
	}
	to{
		stroke-dashoffset: 0;
	}
}
#svg_2 images{
	width: 100%;
}
.p_l .img.right{
	left: 2%;
    top: 40%;
    width: 70%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);	
}
.pro_t.night.s2{
	top: 20%;
}
.p_l .sd.right{
	left: -webkit-calc(20% + 14px);
	left: -moz-calc(20% + 14px);
	left: calc(20% + 14px);
	top: -webkit-calc(40% - 14px);
	top: -moz-calc(40% - 14px);
	top: calc(40% - 14px);
}
.p_light{
	width: 70%;
	height: auto;
	position: absolute;
	left: 3%;
	top: 11%;
}
.s12 svg{
	width: 100%;
	height: auto;
}
.s12 svg path{
	fill: #FFFFFF;
}
.s12 svg path:nth-of-type(1){
	-webkit-animation: wifi2 4s infinite;
	   -moz-animation: wifi2 4s infinite;
	     -o-animation: wifi2 4s infinite;
	        animation: wifi2 4s infinite;
}
.s12 svg path:nth-of-type(2){
	-webkit-animation: wifi1 4s infinite;
	   -moz-animation: wifi1 4s infinite;
	     -o-animation: wifi1 4s infinite;
	        animation: wifi1 4s infinite;
}
.s12 svg path:nth-of-type(3){
	-webkit-animation: wifi 4s infinite;
	   -moz-animation: wifi 4s infinite;
	     -o-animation: wifi 4s infinite;
	        animation: wifi 4s infinite;
}
@-webkit-keyframes de{
	from{
		-webkit-transform: translate(0,0);
		        transform: translate(0,0);
	}
	to{
		-webkit-transform: translate(0,-20px);
		        transform: translate(0,-20px);
	}
}
@-moz-keyframes de{
	from{
		-moz-transform: translate(0,0);
		     transform: translate(0,0);
	}
	to{
		-moz-transform: translate(0,-20px);
		     transform: translate(0,-20px);
	}
}
@-o-keyframes de{
	from{
		-o-transform: translate(0,0);
		   transform: translate(0,0);
	}
	to{
		-o-transform: translate(0,-20px);
		   transform: translate(0,-20px);
	}
}
@keyframes de{
	from{
		-webkit-transform: translate(0,0);
		   -moz-transform: translate(0,0);
		     -o-transform: translate(0,0);
		        transform: translate(0,0);
	}
	to{
		-webkit-transform: translate(0,-20px);
		   -moz-transform: translate(0,-20px);
		     -o-transform: translate(0,-20px);
		        transform: translate(0,-20px);
	}
}
@-webkit-keyframes wifi{
	0%{
		opacity: 0;
	}
	25%,100%{
		opacity: 1;
	}
}
@-moz-keyframes wifi{
	0%{
		opacity: 0;
	}
	25%,100%{
		opacity: 1;
	}
}
@-o-keyframes wifi{
	0%{
		opacity: 0;
	}
	25%,100%{
		opacity: 1;
	}
}
@keyframes wifi{
	0%{
		opacity: 0;
	}
	25%,100%{
		opacity: 1;
	}
}
@-webkit-keyframes wifi1{
	0%,25%{
		opacity: 0;
	}
	50%,100%{
		opacity: 1;
	}
}
@-moz-keyframes wifi1{
	0%,25%{
		opacity: 0;
	}
	50%,100%{
		opacity: 1;
	}
}
@-o-keyframes wifi1{
	0%,25%{
		opacity: 0;
	}
	50%,100%{
		opacity: 1;
	}
}
@keyframes wifi1{
	0%,25%{
		opacity: 0;
	}
	50%,100%{
		opacity: 1;
	}
}
@-webkit-keyframes wifi2{
	0%,50%{
		opacity: 0;
	}
	75%,100%{
		opacity: 1;
	}
}
@-moz-keyframes wifi2{
	0%,50%{
		opacity: 0;
	}
	75%,100%{
		opacity: 1;
	}
}
@-o-keyframes wifi2{
	0%,50%{
		opacity: 0;
	}
	75%,100%{
		opacity: 1;
	}
}
@keyframes wifi2{
	0%,50%{
		opacity: 0;
	}
	75%,100%{
		opacity: 1;
	}
}
.p_l{
	-webkit-perspective: 5000;
}
.p_brand{
	width: 25%;
	height: auto;
	position: absolute;
	left: 24%;
	top: 20%;
	-webkit-animation: de 2.5s ease-in-out infinite alternate;
	   -moz-animation: de 2.5s ease-in-out infinite alternate;
	     -o-animation: de 2.5s ease-in-out infinite alternate;
	        animation: de 2.5s ease-in-out infinite alternate;
}
.p_brand img{
	width: 100%;
}
.p_img6{
	width: 54%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.pro_t.su1{
	left: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	color: #3E3E3E;
}
.pro_t.su1 span{
	color: #FFFFFF;
}
.pro_img.color{
	width: 25%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
.pro_img.color img{
	width: 100%;
	pointer-events: none;
	
}
.pro_img.color:before{
	content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0px 0px 200px 200px #FFFFFF;
       -moz-box-shadow: 0px 0px 200px 200px #FFFFFF;
            box-shadow: 0px 0px 200px 200px #FFFFFF;
    opacity: 0;
}
.s22{
	background-color: rgba(255,184,127,1);
	        -webkit-animation: R 20s linear infinite;
	           -moz-animation: R 20s linear infinite;
	             -o-animation: R 20s linear infinite;
	                animation: R 20s linear infinite;
}
.s22:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	left: 0;
	top: 0;
	opacity: 0;
}
.s22.nuan{
	background-color: rgba(46,195,250,1);
}
@-webkit-keyframes R{
	0%,10%,90%,100%{
		background-color: rgba(255,184,127,1);
	}
	11%,89%{
       background-color: rgba(255,184,127,1);
	}
	20%{
		background-color: rgba(46,195,250,1);
	}
	30%{
		background-color: rgba(46,195,250,1);
	}
	45%,55%{
		background-color: rgba(46,195,250,.5);
	}
	65%{
		background-color: rgba(46,195,250,1);
	}
	80%{
		background-color: rgba(46,195,250,1);
	}
}
@-moz-keyframes R{
	0%,10%,90%,100%{
		background-color: rgba(255,184,127,1);
	}
	11%,89%{
       background-color: rgba(255,184,127,1);
	}
	20%{
		background-color: rgba(46,195,250,1);
	}
	30%{
		background-color: rgba(46,195,250,1);
	}
	45%,55%{
		background-color: rgba(46,195,250,.5);
	}
	65%{
		background-color: rgba(46,195,250,1);
	}
	80%{
		background-color: rgba(46,195,250,1);
	}
}
@-o-keyframes R{
	0%,10%,90%,100%{
		background-color: rgba(255,184,127,1);
	}
	11%,89%{
       background-color: rgba(255,184,127,1);
	}
	20%{
		background-color: rgba(46,195,250,1);
	}
	30%{
		background-color: rgba(46,195,250,1);
	}
	45%,55%{
		background-color: rgba(46,195,250,.5);
	}
	65%{
		background-color: rgba(46,195,250,1);
	}
	80%{
		background-color: rgba(46,195,250,1);
	}
}
@keyframes R{
	0%,10%,90%,100%{
		background-color: rgba(255,184,127,1);
	}
	11%,89%{
       background-color: rgba(255,184,127,1);
	}
	20%{
		background-color: rgba(46,195,250,1);
	}
	30%{
		background-color: rgba(46,195,250,1);
	}
	45%,55%{
		background-color: rgba(46,195,250,.5);
	}
	65%{
		background-color: rgba(46,195,250,1);
	}
	80%{
		background-color: rgba(46,195,250,1);
	}
}
.zy{
			animation: zy 20s linear infinite;
}
.sx{
	-webkit-animation: sx 20s linear infinite;
	   -moz-animation: sx 20s linear infinite;
	     -o-animation: sx 20s linear infinite;
	        animation: sx 20s linear infinite;
}
@keyframes zy{
	0%,10%,90%,100%,11%,89%{
		color: #8fffff;
	}
	20%,80%{
		color: #ffbcff;
	}
}
@-webkit-keyframes sx{
	0%,10%,90%,100%,30%,65%{
		color: #3E3E3E;
	}
	45%,55%{
		color: #FFFFFF;
	}
}
@-moz-keyframes sx{
	0%,10%,90%,100%,30%,65%{
		color: #3E3E3E;
	}
	45%,55%{
		color: #FFFFFF;
	}
}
@-o-keyframes sx{
	0%,10%,90%,100%,30%,65%{
		color: #3E3E3E;
	}
	45%,55%{
		color: #FFFFFF;
	}
}
@keyframes sx{
	0%,10%,90%,100%,30%,65%{
		color: #3E3E3E;
	}
	45%,55%{
		color: #FFFFFF;
	}
}
@keyframes H{
	0%,10%,90%,100%{
        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);
		opacity: 0;
	}
	11%,89%{
        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);
		opacity: 1;
	}
	20%{
        transform: translate(3.4vw,0px);
		opacity: 1;
	}
	21%{
		opacity: 0;
                transform: translate(3.4vw,0px);
	}
	29%{
		opacity: 0;
                transform: translate(1.8vw,-1.05vw);
	}
	30%{
		opacity: 1;
                transform: translate(1.8vw,-1.05vw);
	}
	45%{
                transform: translate(1.8vw,3.68vw);
		opacity: 1;
	}
	46%{
	                transform: translate(1.8vw,3.68vw);
		opacity: 0;
	}
	54%{
		             transform: translate(1.8vw,3.68vw);
		opacity: 0;
	}
	55%{
	                transform: translate(1.8vw,3.68vw);
		opacity: 1;
	}
	65%{
	                transform: translate(1.8vw,-1.05vw);
		opacity: 1;
	}
	66%{
	                transform: translate(1.8vw,-1.05vw);
		opacity: 0;
	}
	79%{
	                transform: translate(3.4vw,0px);
		opacity: 0;
	}
	80%{
	                transform: translate(3.4vw,0px);
		opacity: 1;
	}
	
}
.pro_img.color span{
	position: absolute;
	left: -100px;
	top: 50%;
	font-size: 16px;
	display: none;
}
.s12{
	position: absolute;
	left: -20px;
	top: 50%;
	width: 15%;
	-webkit-transform: translate(-100%,-50%);
	   -moz-transform: translate(-100%,-50%);
	    -ms-transform: translate(-100%,-50%);
	     -o-transform: translate(-100%,-50%);
	        transform: translate(-100%,-50%);
}

.pro_t.night{
	width: 80%;
	left: 10%;
	text-align: center;
}
.cyf{
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 42%;
}
.pro_t.ry{
	left: auto;
	right: 15%;
	color: #3E3E3E;
}
.btn_{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.finger{
	width: 40px!important;
	position: absolute;
	top: 80px;
	left: 40%;
	        -webkit-animation: H 20s linear infinite;
	           -moz-animation: H 20s linear infinite;
	             -o-animation: H 20s linear infinite;
	                animation: H 20s linear infinite;
}
.s23 .p_l{
	background: #6e5752!important;
}
.s23 .p_l:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: .2;
}
.s23 .p_l .img.su:before{
	content: '';
	display: block;
	position: absolute;
	left: 10%;
	top: 10%;
	-webkit-border-radius: 5%;
	   -moz-border-radius: 5%;
	        border-radius: 5%;
	width: 80%;
	height: 80%;
	opacity: .6;
	z-index: 2;
	background-color: #FFFFFF;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	-webkit-animation: shadow 3s infinite alternate;
	   -moz-animation: shadow 3s infinite alternate;
	     -o-animation: shadow 3s infinite alternate;
	        animation: shadow 3s infinite alternate;
}
.s23 .p_l .img.su img{
	position: relative;
	z-index: 9;
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
	-webkit-animation: shadow1 3s infinite alternate;
	   -moz-animation: shadow1 3s infinite alternate;
	     -o-animation: shadow1 3s infinite alternate;
	        animation: shadow1 3s infinite alternate;
}
@-webkit-keyframes shadow1{
	0%{
		-webkit-filter: brightness(.7);
		        filter: brightness(.7);
	}
	100%{
		-webkit-filter: brightness(1);
		        filter: brightness(1);
	}
}
@-moz-keyframes shadow1{
	0%{
		filter: brightness(.7);
	}
	100%{
		filter: brightness(1);
	}
}
@-o-keyframes shadow1{
	0%{
		filter: brightness(.7);
	}
	100%{
		filter: brightness(1);
	}
}
@keyframes shadow1{
	0%{
		-webkit-filter: brightness(.7);
		        filter: brightness(.7);
	}
	100%{
		-webkit-filter: brightness(1);
		        filter: brightness(1);
	}
}
@-webkit-keyframes shadow{
	0%{
		-webkit-filter: blur(50px);
		        filter: blur(50px);
		opacity: .6;
	}
	100%{
		-webkit-filter: blur(150px);
		        filter: blur(150px);
		opacity:1;
	}
}
@-moz-keyframes shadow{
	0%{
		filter: blur(50px);
		opacity: .6;
	}
	100%{
		filter: blur(150px);
		opacity:1;
	}
}
@-o-keyframes shadow{
	0%{
		filter: blur(50px);
		opacity: .6;
	}
	100%{
		filter: blur(150px);
		opacity:1;
	}
}
@keyframes shadow{
	0%{
		-webkit-filter: blur(50px);
		        filter: blur(50px);
		opacity: .6;
	}
	100%{
		-webkit-filter: blur(150px);
		        filter: blur(150px);
		opacity:1;
	}
}
.btn_ .pause{
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url(../img/pause.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 20px auto;
	  -o-background-size: 20px auto;
	     background-size: 20px auto;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.btn_ .pause.active{
	background-image: url(../img/play-.png);
}
.btn_ .close{
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url(../img/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #000000;
	cursor: pointer;
}
.btn_ .close,.btn_ .pause{
	opacity: 0;
	visibility: hidden;
}
body.play- .btn_ .close,body.play- .btn_ .pause{
	opacity: 1;
	visibility: visible;
}
.video-wapper{
	position: absolute;
	left: 0;
	top: 0;
}

body.play- .t-box{
	opacity: 0;
}
.main .swiper-slide{
	background-position: center center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
}

	.map{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.contact-box .e-mail{
		padding-top: 0;
	}
	.about .info-box img:last-of-type{
		opacity: 0;
	}
	.about.cooperate .info-box{
		height: 200px;
		background-position: center center;
		-moz-background-size: cover;
		  -o-background-size: cover;
		     background-size: cover;
		background-image: url(../img/cp.jpg);
		margin-bottom: 20px;
		-webkit-animation: bgg 15s infinite alternate;
		   -moz-animation: bgg 15s infinite alternate;
		     -o-animation: bgg 15s infinite alternate;
		        animation: bgg 15s infinite alternate;
	}
	.cooperate.about .content{
		min-height: auto;
	}
	.cooperate .info-box img.cpt{
		width: 170px;
		top: 131px;
	}
	.case-list ul li{
		width: 46vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	.case-list ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.case-list ul li:nth-of-type(3n){
		margin-right: 2vw;
	}
	.case-list ul li p{
		margin-top: 10px;
	}
	.case-list ul{
		margin-bottom: 2vw;
	}
	.coo-list ul li{
		width: 30vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	.coo-list ul li:nth-of-type(6n){
		margin-right: 0;
	}
	.coo-list ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.coo-list{
		margin-bottom: 10px;
	}
	.phone{
		display: none;
	}
	.main .s1 .banner-t{
		left: 5vw;
		width: 90vw;
	}
	.main .s1 .banner-t{
		-webkit-transform: translateY(50%);
		   -moz-transform: translateY(50%);
		    -ms-transform: translateY(50%);
		     -o-transform: translateY(50%);
		        transform: translateY(50%)
	}
	.main .s2 .banner-t{
		width: 90vw;
		left: 5vw;
	}
	.main .s3 .banner-t{
		left: 5vw;
	}
	.main .s4 .banner-t,.main .s5 .banner-t,.main .banner-t{
		width: 90vw;
		left: 5vw;
		bottom: 60vh;
	}
	.main .swiper-slide.s5{
		background-position: center center;
	}
	.main .swiper-pagination, .life .swiper-pagination{
		right: 3vw;
	}
	.swiper-container.life .swiper-slide{
		height: 100vh;
	}
	.swiper-container.life .footer-box{
		top: 0;
	}
	.clock{
		display: none;
	}
	.swiper-container.life .swiper-slide:last-of-type{
		height: auto!important;
	}
	.box2 .pag span:before,.box2 .pag span:after,.box2 .pag:after{
		display: none!important;
	}
	.box2 .pag span{
		width: 12px;
	    height: 12px;
	    background-color: #46454b;
	    border: 2px solid #FFFFFF;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	    -webkit-border-radius: 50%;
	       -moz-border-radius: 50%;
	            border-radius: 50%;
	    position: relative!important;
	    top: auto!important;
	    bottom: auto!important;
	    -webkit-transform: none!important;
	       -moz-transform: none!important;
	        -ms-transform: none!important;
	         -o-transform: none!important;
	            transform: none!important;
	    margin: 15px 0;
	    opacity: .2;
	}
	.box2 .pag{
		right: 3vw;
		left: auto;
		height: auto;
		top: 50%;
		width: auto;
		-webkit-transform: translate3d(0,-50%,0);
		   -moz-transform: translate3d(0,-50%,0);
		        transform: translate3d(0,-50%,0);
	}
	.box2 .pag span.swiper-pagination-bullet-active{
		opacity: 1;
	}
	.box2 .s2.tt,.box2 .s1.tt,.box2 .s3.tt{
		width: 90vw;
		left: 5vw;
		bottom: 40vh;
	}
	.box2 .tt- h1{
		-moz-background-size: 40px 40px;
		  -o-background-size: 40px 40px;
		     background-size: 40px 40px;
		font-size: 30px;
		padding-left: 60px;
		line-height: 40px;
	}
	.box2 .tt- span:before, .box2 .tt- span:after{
		display: none;
	}
	.box2 .tt- p{
		font-size: 18px;
	}
	.box2 .tt- p{
		margin-top: 10px;
		font-size: 18px;
	}
	.t-box{
		width: 65%;
	}
	.play{
		-webkit-transform: scale(.7);
		   -moz-transform: scale(.7);
		    -ms-transform: scale(.7);
		     -o-transform: scale(.7);
		        transform: scale(.7);
	}
	.product-list ul li p:nth-of-type(1){
		font-size: 16px;
	}
	
	.detail-tile .p-t p:nth-of-type(1){
		font-size: 28px;
	}
	
	.box2 .img-box:before,.main .swiper-slide:before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.2);
		left: 0;
		top: 0;
	}
	.box2 .img-box{
		        -webkit-animation: bgg linear 25s infinite alternate;
		           -moz-animation: bgg linear 25s infinite alternate;
		             -o-animation: bgg linear 25s infinite alternate;
		                animation: bgg linear 25s infinite alternate;
	}
	.box2 .tt- p{
		text-align: left;
	}

	#menu{
		display: block;
		background-color: #FFFFFF;
		width: 39px;
		height: 41px;
		position: fixed;
		top: 10px;
		right: 10px;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
		        border-radius: 6px;
		z-index: 999;
	}
	.box2 .s1.tt{
		color: #FFFFFF;
	}
	#menu span{
		background-color: #00a2e9;
		width: 14px;
		height: 13px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		position: absolute;
		display: block;
		left: 4px;
		top: 6px;
		-webkit-transition: all 500ms;
		-o-transition: all 500ms;
		-moz-transition: all 500ms;
		transition: all 500ms;
	}
	
	.footer-logo{
		width: auto;
	}
	#menu:before{
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid rgba(55,55,55,.2);
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		left: 0;
		top: 0;
		position: absolute;
		display: none;
	}
	
	#menu span:nth-of-type(2){
		left: auto;
		right: 4px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}
	
	#menu span:nth-of-type(3){
		top: auto;
		bottom: 6px;
	}
	
	#menu span:nth-of-type(4){
		left: auto;
		right: 4px;
		top: auto;
		bottom: 6px;
	}
	
	.about.product .about-nav li{
		padding: 0 5px;
	}
	.swiper-container.life .swiper-slide{
		background-position: 0 center;
		-webkit-animation: bgg linear 25s infinite alternate;
		        animation: bgg linear 25s infinite alternate;
	}
	.video-box- video{
		width: 100%;
		left: 0;
	}
	.wxx_{
		width: 60%;
		left: 20%;
	}
	@-webkit-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@-moz-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@-o-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	.service-list>ul>li p:nth-of-type(2),.about .info-box .right .intr{
		font-size: 16px;
	}
	.news-list li .info{
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		padding-top: 5px;
	}
	.news-list li{
		padding: 10px;
	}
	.news-list li .info p:nth-of-type(2){
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: initial;
	}
	.news-list li .date p:last-of-type{
		font-size: 40px;
		line-height: 1;
	}
	.news-list li .date{
		margin-bottom: 5px;
	}
	.news-list{
		padding-bottom: 20px;
	}
	
	.main .swiper-slide{
		-webkit-animation: bgg 25s linear infinite alternate;
		        animation: bgg 25s linear infinite alternate;
	}
	.lift_slogan{
		width: 90vw;
		left: 5vw;
	}
	.pro_t.su1{
		position: absolute;
	    z-index: 9;
	    left: 5%;
	    top: auto;
	    bottom: 15vw;
	    width: 90vw;
	    transform: none;
	}
	
	.lift_slogan{
		bottom: 100px;
	}
}
@media only screen and (max-width:413px ) {
	.main .s1 .banner-t ul li{
		width: 39vw;
		-webkit-transform: scale(.8);
		   -moz-transform: scale(.8);
		    -ms-transform: scale(.8);
		     -o-transform: scale(.8);
		        transform: scale(.8);
	}
	.main .s1 .banner-t ul li + li{
		margin-left: 0;
	}
	.about-nav{
		padding: 10px 0;
	}
	.about.product .about-nav li{
		line-height: 30px;
	}
	.about-nav li{
		padding: 0 5px;
	}
	.pro_ls{
		position: relative;
		top: 0;
		text-align: left;
		margin-top: 30px;
	}
	.pro_ls ul li + li{
		margin-left: 0;
	}
	.pro_ls ul li{
		width: 100%;
	}
	.pro_rs{
		position: relative;
		bottom: 0;
		margin-top: 20px;
		text-align: center;
		width: 94vw;
		margin-left: 3vw;
	}
	.gene .swiper-slide:nth-of-type(3) .p_r{
		width: 100%;
	}
	.gene .swiper-slide:nth-of-type(4) .p_r{
		width: 100%;
	}
	.pro_t.t{
		width: 90vw;
		left: 5vw
	}
	.pro_t{
		width: 90vw;
		left: 5vw;
	}
	.pro_ls h2{
		font-size: 30px;
	}
	.pro_rs ul li .icon{
		margin-bottom: 5px;
		-webkit-transform: scale(.8);
		   -moz-transform: scale(.8);
		    -ms-transform: scale(.8);
		     -o-transform: scale(.8);
		        transform: scale(.8);
	}
	.pro_t h2{
		font-size: 24px;
	}
	.pro_t .des{
		line-height: 2;
	}
}
@media only screen and (max-width: 374px) {
	.service-video-list ul ul li{
		width: 100%;
	}
	.service-video-list ul ul li+li{
		margin-left: 0;
	}
	.contact-box{
		width: 94vw;
		margin-left: 3vw;
	}
	.box2 .tt>p{
		font-size: 16px;
	}
	.product-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.main .tt- h1{
		font-size: 24px;
	}
	
}