@charset "utf-8";
/*
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

* { margin: 0; padding: 0;}



body { font-size:16px;letter-spacing:1px;}
h1,p{letter-spacing:1px}

.title1{
    font-size: 1em;

    font-family: ‘Arial Black’, Gadget, sans-serif !important;
    font-weight: 500;
}

#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#fullPage-nav {
    position: fixed;
    z-index: 100;
    top: 45%;
	right:0 ;
    opacity: 1 ;
}
#fullPage-nav.right {
    right: 0px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}


/* 圆点导航 */
#fullPage-nav {
	_display: none;
	font-size: 12px;
	width: 43px;
	height: 280px;
}

#fullPage-nav li {
	width: 40px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}

#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background:url(../img/dot.png) 0px -18px no-repeat;
}

#fullPage-nav li .active {
	background-position: 0 6px;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "Microsoft Yahei";
	color: #8F9DA4;
	line-height: 21px;
}
/* 圆点导航 */


.section { position: relative; overflow: hidden;padding-top:84px;}
.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section .bg img { display: block; width: 100%; height: 100%;}


.bg2_04 { position: absolute; width: 214px; height: 204px; left: 50%; top:50%; margin: -102px 0 0 -107px; text-indent: -9999px; background:url(../img/little.png) no-repeat;
          opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 0.7s; z-index:6;}
.bg2_05 { position: absolute; width: 406px; height: 406px; left: 50%; top:50%; margin: -203px 0 0 -203px; text-indent: -9999px; background:url(../img/big.png) no-repeat;
          opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; z-index:5;}
.bg2_06 { position: absolute; z-index:2; left: 50%; top:50%; width: 1005px; height: 404px; margin-top:-202px;
		background: url(../img/bg2_pc.png) 0 0 no-repeat; transition: all 1s;  opacity: 0; margin-left: -503px;z-index:7}
.bg2_07 { position: absolute;z-index:2;  left: 50%; top:50%; width: 1005px; height: 404px ; margin-top:-202px;
		background: url(../img/bg2_phone.png) right 0 no-repeat; transition: all 1s; opacity: 0; margin-left:-503px;z-index:7}
.bg045{width:500px;left:54%;}
.bg05 { position: absolute; left: 50%; top: 50%; width: 100px; height:122px ; margin: 0 0 0 -56px; font-size: 14px; color: #fff;
		background-image: url(../images/fullpage/one-02.png) ; opacity: 0; transition: all 0.5s;}
/*44444444444444*/
.bg02 { position: absolute; bottom: 0; width: 1028px; height:547px; left:55%; margin:-278px 0 0 -514px; background:url(../img/bg4_people.png) no-repeat; transition: all 1s;}
.bg044 { position: absolute; width: 1028px; height: 547px; left: 50%; top:55%; margin: -278px 0 0 -514px; opacity: 0;background:url(../img/bg4_01.png) no-repeat;
         -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; text-align:center; }
.bg03 { position: absolute; left: 50%; top:0; width: 1028px; height:547px ; margin-left: -514px;
		background:url(../img/bg4_computer.png) no-repeat; transition: all 1s;}
.bg033 { position: absolute; left: 50%; top:-50%; width: 1028px; height:547px ; margin-left: -514px;
		background:url(../img/bg4_icon02.png) no-repeat; transition: all 1s;  z-index: 5;}
.bg01 { position: absolute; bottom: -50%; left:50% ; width: 1028px; margin-left: -514px; height: 547px;
		background:url(../img/bg4_icon01.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;z-index:5;}
.bg04 { position: absolute; width: 1028px; height: 547px; left: 50%; top:58%; margin: -278px 0 0 -514px; text-indent: -9999px;
		background:url(../img/bg4_linepic.png) no-repeat; opacity: 0; background-size:94% 94%;
		-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; }

/*55555555555555555555555*/
.bg5_19 { position: absolute; bottom: 0px ; left:50% ; width:1038px; margin-left:-519px; height: 501px;
		background: url(../img/bg5_01.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.bg5_01 { position: absolute; bottom: 0px; left:50% ; width: 1038px; margin-left:-519px; height:500px;
		background:url(../img/bg5_people.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.section h3 { position: absolute; left: 50%; top:50%; z-index: 0; width:1038px; height:500px; margin-left:-519px; margin-top:-250px;
			  text-indent: -9999px; background-repeat: no-repeat;  opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s ; }
.section5 h3 { background:url(../img/bg5_dashed.png) no-repeat ;}
.bg5_06 { position: absolute; z-index:2; left: 50%; top:50%; width: 1038px; height: 516px; margin-top:-258px;
		background:url(../img/bg5_colorpeople.png) no-repeat; transition: all 1s;  opacity: 0; z-index:5;}
.bg5_07 { position: absolute;  left: 50%; top:50%; width: 1038px; height: 500px ; margin-top:-250px;
		background: url(../img/bg5_move.png) no-repeat; transition: all 1s; opacity: 0; z-index:5;}
.bg5_08 { position: absolute;z-index:2;  left: 50%; bottom:0%; width: 1038px; height: 500px; margin-left:-519px;
		background:url(../img/bg5_pc.png) top center no-repeat; transition: all 1s ;}
/*6666666666666666*/
.bg6_04 { position: absolute; width: 1064px; height: 521px; left: 50%; top:50%; margin: -260px 0 0 -532px; opacity: 0;background:url(../img/bg6_01.png) no-repeat;
         -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; text-align:center; }
.bg6_02 { position: absolute; bottom: -50%; width: 1064px; height:520px; left:50%; background:url(../img/bg4_people.png) no-repeat; transition: all 1s;margin-left:-532px;}
.bg06_4 { position: absolute; width: 1064px; height: 521px; left: 50%; top:58%;_top:58%;top:60%\9; margin: -260px 0 0 -532px; text-indent: -9999px;
		background:url(../img/bg6_main.png) no-repeat; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; background-size:89% 89% !important;  background-size:90% 90% \9; }



.bg09 { position: absolute;z-index:2;  right:50% ; top:50%; width: 1348px; height: 607px ;
		background:url(../img/bg1_right_pen.png) no-repeat; transition: all 1s; opacity: 0; margin-right:-624px;}
.bg10 { position: absolute; left: 50%; top:0%; width:865px; height:55px ; margin-left:-433px;
		background:url(../img/bg1_main_title.png) no-repeat;background-size:contain; transition: all 1s;}
.bg7_10 { position: absolute; left: 50%; top:0; width:1000px; height:44px ; margin-left: -500px;
		background: url(../images/fullpage/three-01.png) no-repeat; transition: all 1s;}
.bg11 { position: absolute; bottom: -280px; left:50% ; width:1025px; margin: 0 0 0 -513px; height: 30px;
		background: url(../img/bg1_main_title1.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.bg7_11 { position: absolute; bottom: -280px; left:50% ; width:270px; margin: 0 0 0 -400px; height: 300px;
		 opacity: 0; transition: all 1.7s; bottom: 90px\0; text-align:center;}
.bg12 { position: absolute; bottom: -100px; left:50% ;
		 opacity: 0; transition: all 1.7s; bottom: 90px\0;  z-index: 25;}
.bg12 a	{background:url(../img/bg1_button.png) 0 -60px no-repeat; width:216px; margin: 0 0 0 -108px; height:60px; display:block}
.bg12 a:hover { background:url(../img/bg1_button.png) 0 0px no-repeat;}
.bg7_12 { position: absolute; bottom: -100px; left:55% ; width:480px; margin: 0 0 0 -38px; height:255px;
		 opacity: 0; transition: all 1.7s; bottom: 90px\0; z-index:9}


.bg13 { position: absolute; top: 50%; margin-top:303px; left:50% ; width: 1348px; margin:0px; height:607px; margin-left:-624px;
		background: url(../img/bg1_left_pen.png) no-repeat; opacity: 0; transition: all 1s; bottom: 90px\0;}
.bg14 { position: absolute; bottom: 0px; left:50% ; width: 1180px; margin-left:-590px; top:50%;margin-top:-205px; height:410px;
		background: url(../img/bg1_left_pen.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.bg15 { position: absolute; bottom: -260px ; left:50% ; width:310px; margin: 0 0 0 -155px; height: 44px;
		background: url(../images/fullpage/four-02.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}

.bg16 { position: absolute; left: 50%; top: 50%; width: 167px; height:44px ; margin: 15px 0 0 -83px; font-size: 14px; color: #fff;
		background-image: url(../images/fullpage/three-03.png) ; opacity: 0; transition: all 0.5s;}
.bg17 { position: absolute; bottom: 0px; left:50% ; width: 1125px; margin-left:-563px; height:535px;
		background:url(../img/bg3_people.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.bg18 { position: absolute; bottom: 0px; left:50% ; width: 1125px; margin-left:-563px; height:535px;
		background:url(../img/bg3_01.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}
.bg19 { position: absolute; bottom: 0px ; left:50% ; width:1125px; margin-left:-563px; height: 535px;
		background: url(../img/bg3_02.png) no-repeat; opacity: 0; transition: all 1.7s; bottom: 90px\0;}

/*55555555*/

/* CSS3过度及动画 */
.active strong, .active h3 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}

.active .bg01 { bottom:42% ; margin-bottom:-278px ; opacity: 1; transition-delay: 1.2s; }
.active .bg02 { bottom:50% ; margin-bottom:-278px ; opacity: 1; transition-delay: 0.7s;}
.active .bg6_02 { bottom:50% ; margin-bottom:-260px ; opacity: 1; transition-delay: 0.7s;}
.active .bg04 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg2_04 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg2_05 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg2_06 { opacity: 1; margin-left: -483px; transition-delay: 1.2s;}
.active .bg2_07 { margin-left: -483px; opacity: 1; transition-delay: 1.2s;}
.active .bg06_4 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg044 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg6_04 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .bg03 { top: 55%;  margin-top: -278px; transition-delay: 0.7s;}
.active .bg033 { top:59% ; margin-top:-278px ; transition-delay: 1.2s;}
.active .bg05 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}

.active .bg5_06 { opacity: 1; margin-left: -519px; transition-delay: 0.7s;}
.active .bg5_07 { margin-left: -519px; opacity: 1; transition-delay: 0.7s;}
.active .bg5_08 { bottom:50% ; margin-bottom:-250px ; transition-delay: 0.7s;}

.active .bg09 { top:50% ;margin-top:-303px; opacity: 1; transition-delay: 0.7s;}
.active .bg10 { top:50% ; margin-top:-100px ; transition-delay: 0.7s;}
.active .bg11 { bottom:50% ; margin-bottom:-10px ; opacity: 1; transition-delay: 0.3s; }
.active .bg12 { bottom:40% ; margin-bottom:-80px ; opacity: 1; transition-delay: 0.5s; }
.active .bg13 { top:50% ; margin-top:-253px ; opacity: 1; transition-delay: 0.7s; }

.active .bg_hand{ transform: translate(0,0)}
.active .bg_theme{transform: translate(0,0px) }
.active .phone_move{transform: translate(0px,0px);transition-delay: 0.3s; }

.active .introduce_text_move{transform: translate(0px,0px);transition-delay: 0.7s;}
.active .circle_move1{transform: translate(0px,0px);transition-delay: 0.3s;}
.active .circle_move2{transform: translate(0px,0px);transition-delay: 0.3s;}
.active .model_phone_move{opacity:1;transform: translate(0px,0px);transition-delay: 0.7s;}


.active .bg7_10 { top:40% ; margin-top:-100px ; transition-delay: 0.7s;}
.active .bg7_11 { bottom:42% ; margin-bottom:-150px ; opacity: 1; transition-delay: 0.3s; }
.active .bg7_12 { bottom:42% ; margin-bottom:-150px ; opacity: 1; transition-delay: 0.5s; }


.active .bg14 { bottom:50% ; margin-bottom:100px ; opacity: 1; transition-delay: 0.7s;}
.active .bg15 { bottom:50% ; margin-bottom:25px ; opacity: 1; transition-delay: 0.3s; }
.active .bg16 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
.active .bg17 { bottom:50% ; margin-bottom:-268px ; opacity: 1; transition-delay: 0.7s; }
.active .bg5_01 { bottom:50% ; margin-bottom:-250px ; opacity: 1; transition-delay: 0.7s; }
.active .bg18 { bottom:50% ; margin-bottom:-268px ; opacity: 1; transition-delay: 0.7s;}
.active .bg19 { bottom:50% ; margin-bottom:-268px ; opacity: 1; transition-delay: 0.3s; }
.active .bg5_19 { bottom:50% ; margin-bottom:-251px ; opacity: 1; transition-delay: 0.3s; }

/* for lt ie 10*/
.ltie10 strong, .ltie10 h3 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}

.ltie10 .bg01 {   bottom:42% ; margin-bottom:-278px ;  transition-delay: 1.2s; }
.ltie10 .bg02 {   bottom:50% ; margin-bottom:-278px ; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg6_02 {   bottom:50% ; margin-bottom:-260px ; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg04 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg2_04 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg2_05 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg2_06 {   opacity: 1; margin-left: -483px; transition-delay: 1.2s ; }
.ltie10 .bg2_07 {   margin-left: -483px; opacity: 1; transition-delay: 1.2s;}
.ltie10 .bg06_4 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg6_04 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg044 {  opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .bg03 {   top:55% ; margin-top:-278px ;  transition-delay: 0.7s;}
.ltie10 .bg033 {   top:59% ; margin-top:-278px ;  transition-delay: 1.2s;}
.ltie10 .bg05 {    opacity: 1; transition-duration: 1s; transition-delay: 2s;}

.ltie10 .bg5_06 {   opacity: 1; margin-left: -519px; transition-delay: 0.7s ; }
.ltie10 .bg5_07 {   margin-left: -519px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg5_08 {   bottom:50% ; margin-bottom:-200px ; transition-delay: 0.7s;}

.ltie10 .bg09 {   bottom:50% ;margin-bottom:-303px; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg10 {   top:50% ; margin-top:-100px ;  transition-delay: 0.7s;}
.ltie10 .bg11 {   bottom:50% ; margin-bottom:-10px ;  transition-delay: 0.3s; }
.ltie10 .bg12 {   bottom:40% ; margin-bottom:-80px ;  transition-delay: 0.5s; }
.ltie10 .bg13 {   bottom:50% ; margin-bottom:-253px ;  transition-delay: 0.7s; }


.ltie10 .bg7_10 {   top:40% ; margin-top:-100px ;  transition-delay: 0.7s;}
.ltie10 .bg7_11 {   bottom:42% ; margin-bottom:-150px ;  transition-delay: 0.3s; }
.ltie10 .bg7_12 {   bottom:42% ; margin-bottom:-150px ;  transition-delay: 0.5s; }

.ltie10 .bg14 {   bottom:50% ; margin-bottom:100px ; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg15 {   bottom:50% ; margin-bottom:25px ;  transition-delay: 0.3s; }
.ltie10 .bg16 {    opacity: 1; transition-duration: 1s; transition-delay: 2s;}
.ltie10 .bg17 {   bottom:50% ; margin-bottom:-268px ;  transition-delay: 0.7s; }
.ltie10 .bg5_01 {   bottom:50% ; margin-bottom:-250px ;  transition-delay: 0.7s; }
.ltie10 .bg18 {   bottom:50% ; margin-top:-268px ; opacity: 1; transition-delay: 0.7s;}
.ltie10 .bg19 {   bottom:50% ; margin-bottom:-268px ;  transition-delay: 0.3s; }
.ltie10 .bg5_19 {   bottom:50% ; margin-bottom:-251px ;  transition-delay: 0.3s; }

/* CSS Document */



.page1_bg{
    background-image: url("../images/luxury-modern-dining-room.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    height:100%;
    width: 100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter:blur(3px);

}


.rwm{
    position: relative;
    left: 80px;
    transition: all .8s;
    top:50%;
    z-index: 9999;
    height: 200px;
    width: 500px;
}

.hand{
    position: absolute;
    left: 0;
    top:0;
    background-image: url("../images/Mockup_lightpage3.png");
    background-repeat: no-repeat;

    background-position-x: 100%;
    background-position-y: 100%;
    background-position: 100% 100%;
    height:100%;
    transition: all .5s;
    z-index: 1;
    width: 100%;
}
.qcode1{
    position: absolute;
    left: 0px;
    bottom: 0;
    background-image: url("../images/qr code_andriod.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 100%;
    background-position: 100% 100%;
    height:120px;
    width: 120px;
}
.qcode2{
    position: absolute;
    left: 200px;
    bottom: 0;
    background-image: url("../images/qr code_ios.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 100%;
    background-position: 100% 100%;
    height:120px;
    width: 120px;
}
.btn1{
    position: absolute;
    width: 120px;
    font-family: ‘Arial Black’, Gadget, sans-serif !important;
    background: #ffffff;
    height:40px;
    left: 0px;
    letter-spacing:2px;
    top:10px;
    font-weight: 400;
    color: #ccc;
    font-size: 1.3em;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    box-shadow: 5px 5px 50px #000;
    -webkit-box-shadow: 5px 5px 50px #000;
}
.btn2{
    font-family: ‘Arial Black’, Gadget, sans-serif !important;
    position: absolute;
    letter-spacing:2px;
    width: 120px;
    background: #ffffff;
    height:40px;
    font-weight: 400;
    left: 200px;
    color: #ccc;
    font-size: 1.3em;
    top:10px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    box-shadow: 5px 5px 50px #000;
}

.KTS{
    position: absolute;
    left: 80px;
    transition: all .5s;
    top:15%;
    width: 45%;
}
.title1{
    color: #424242;
    letter-spacing:6px;
    font-size: 5.5em;
    line-height: 1.5;
    padding-bottom: 10px;
}
.KTS p{
    line-height: 3;
    font-weight: bold;
    color: #5a595e;
    font-size: 1.1em;
    font-family: "兰亭细黑";
    padding-bottom: 10px;
}
.page1_bg_up{
    height:100%;
    width: 100%;
    background: rgba(255,255,255,.35);
}
.theme{
    position: absolute;
    top: 10%;

    text-align: center;
    width: 100%;
    font-weight: 200;

    transform: translate(0,-209px);
    transition: all 1s;

}
.title2{

    color: #b9bcc1 !important;
    font-weight: bold;
    letter-spacing:5px;
    font-size: 3.6em;
    padding-bottom: 30px;
}
.theme p{
    font-size: 1.2em;
    color: #9ea2ab;
}


.page2_bg{
    background-image: linear-gradient(#f3f7ff, #ffffff);

    height:100%;
    width: 100%;
}
.phone{

    position: absolute;
    width: 100%;


    top:27%;
}
.phone ul{
    margin:0 auto;
    height:100%;
    display: flex;
    position: absolute;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    justify-content: center;

}
.yd_phone{
    height:auto !important;
    flex-direction: column;
    -webkit-flex-direction: column;

}
.phone ul li{
    display: inline-block;
    text-align: center;

}
.phone ul li img{
    width: 68%;
}
.phone ul li a:hover{
    cursor: pointer;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);

}
.phone ul li a{
    transition: all .5s;
    text-align: center;
    display: block;
    margin: 0 35px 0 35px;
}
.phone_bottom{
    position: absolute;
    bottom: 5%;
    color: #9ea2ab;
    text-align: center;
    width: 100%;
    font-size: .5em;
}

.phone_bottom:hover{
    color: #f65f04;
    cursor: pointer;
}
.btn1:hover{
    cursor: pointer;
    box-shadow: 5px 5px 25px #fff;
    -webkit-box-shadow: 5px 5px 25px #fff;
    color: #000;
}
.btn2:hover{
    cursor: pointer;
    box-shadow: 5px 5px 25px #fff;
    -webkit-box-shadow: 5px 5px 25px #fff;
    color: #000;
}

.pad_theme{
    background-image: linear-gradient(#f3f7ff, #ffffff);
    width: 100%;
    height:100%;
}
.pad{
    position: absolute;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    z-index: 999;
    top:50%;
    margin-top: -23%;
    transition: all .5s;
    transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
}
.pad:hover{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    cursor: pointer;
}
.pad_bottom{
    position: absolute;
    bottom: 5%;
    color: #9ea2ab;
    text-align: center;
    width: 100%;
    font-size: .5em;
}
.pad_bottom:hover{
    color: #f65f04;
    cursor: pointer;
}
.introduce_bg{
    background-image: linear-gradient(#f3f7ff, #ffffff);
    width: 100%;
    height:100%;
}

.introduce{

    width: 100%;
    height: 100%;
    display: flex;
}
.introduce_pic{
   flex:1 70%;
    background-image: url("../images/curtain_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;

    position: relative;


}
.introduce_text p{
    font-family: "兰亭细黑";
    line-height: 2;
    font-weight: bold;
    font-size: 1.4em;
}
.introduce_text{
    color: #fff;
    position: absolute;
    left: 10%;
    top:30%;
    z-index: 999;
}
.title3{
    letter-spacing:5px;
    font-size: 3.8em;
    line-height: 2;
    font-weight: bold;
    font-family:"兰亭细黑";

}
.introduce_phone{
    flex:1 30%;
    background-image: url("../images/curtain.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}
.introduce_phone2{
    flex:1 30%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}
.introduce_pic2{
    flex:1 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;

    position: relative;

}
.black_bg{
    width: 100%;
    height:100%;
    position: absolute;
    background: rgba(0,0,0,.5);
}

.phone_move{
    transition: all .5s;
    transform: translate(800px,0px);
}
.introduce_text_move{
    transition: all .5s;
    transform: translate(0px,-509px);
}

.model_bg{
    background-image: url("../images/bg.png");
    background-repeat: repeat;
    background-size: 8px 8px;
    background-position: center center;
}

.model_phone{
    position: absolute;
    width: 100%;
    top:12%;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
    transform: translate(0px,100px);

    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position-x: center;
    background-position-y: 45%;
    background-position: center 45%;
    height:100%;
}
.model_title{
    text-align: center;
    color: #7c7c7a;
    position: relative;
    z-index: 99;
    line-height: 1.5;
    padding-top: 20px;

}
.title4{
    letter-spacing:5px;
    font-size: 3.8em;
    line-height: 2;
    font-weight: bold;
    font-family:"兰亭细黑";

}
.model{
    height:100%;
}
.model_title p{
    font-family:"兰亭细黑";
    letter-spacing:3px;
    line-height: 2;
    font-weight: bold;

}

.big_circle1{
    background: #c8e3f4;
    width: 800px;
    height: 800px;
    position: absolute;
    left: -350px;
    transform: translate(0px,-800px);
    top:-200px;
    transition: all .5s;
    border-radius: 50% 50%;
}
.big_circle2{
    background: #c8e3f4;
    width: 800px;
    height: 800px;
    transition: all .5s;
    position: absolute;
    right: -350px;
    transform: translate(0px,909px);
    bottom: -250px;
    border-radius: 50% 50%;
}
.menu_count{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: relative;
    z-index: 9999;
}
.menu1{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;

    z-index: 9999;

}
.menu2{
    width: 50%;

    position: absolute;
    right: 0;
    z-index: 9999;
    top:0;
    height: 100%;

}

.lean_bg{
    background-image: linear-gradient(#f3f7ff, #ffffff);
    height: 100%;
    width: 100%;
    position: absolute;
}
.lean_text{
    color: #7c7c7a;
    text-align: center;
    top: 20% !important;
    font-weight: bold;
    line-height: 2;
    font-family: "兰亭细黑";
}
.title5{
    font-size: 3.6em;
    letter-spacing:4px;

}
.lean_text p{
    font-weight: bold;
    font-size: .55em;
    padding-top: 20px;
}
.pic_circle{
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
}
.title6{
    font-weight: bold;
}
.pic_circle ul{
    display: flex;

}
.pic_circle p{
    text-align: center;
    font-size: 1.2em;
    padding-top: 40px;
    color: #7c7c7a;
    font-weight: 200;
}
.pic_circle ul li{

    overflow: hidden;
    flex: 1 25%;
}
.pic_circle ul li a{
    text-align: center;
    display: block;
}
.pic_circle ul li a img{
    border-radius:50% 50%;
    border:10px solid transparent;
    width: 180px;
    height: 180px;
    transition: all .5s;
    -webkit-filter: brightness(0.80);
    filter: brightness(0.80);
}
.pic_circle ul li a img:hover{
    -webkit-filter: brightness(1);
    filter: brightness(1);
    border-color: #d5d8e7;
    cursor: pointer;
}
.bh{
    flex-direction: column;
    -webkit-flex-direction: column;
}

.title6{
    letter-spacing:6px;
    font-size: 1.6em;
}
.menu1 span,.menu2 span{
    width: 94px;
    position: absolute;
    height:92px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: center;
    -ms-background-position-x: center;

}
.title2,.title5,.title6{
    color: #7c7c7a;
    font-family: "兰亭细黑";
}
.introduce_bg_full{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    position: relative;
}

.introduce_phone_full {
    flex: 1 30%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}
.icon1{
    background-image: url("../images/menu2_03.png");
    right: 40%;
    top:25%;
}
.icon2{
    background-image: url("../images/menu2_07.png");
    left: 8%;
    top: 45%;
}
.icon3{
    background-image: url("../images/menu2_11.png");
    left: 14%;
    bottom: 4%;
}
.icon4{
    background-image: url("../images/menu2_14.png");
    right: 30%;
    bottom: 0;
}
.icon5{
    background-image: url("../images/menu_03.png");
    right: 15%;
    top:0;
}
.icon6{
    background-image: url("../images/menu1_07.png");
    right: 9%;
    top:35%;
}
.icon7{
    background-image: url("../images/menu1_11.png");
    left: 42%;
    bottom: 39%;
}
.icon8{
    background-image: url("../images/menu1_15.png");
    right: 10%;
    bottom: 17%;
}
.topIm{
    top:10% !important;
}

.af {
    position: absolute;


    transition: all .5s;
    width:80%;
    margin: 0 auto;
    left: 50%;
    margin-left: -40%;
    bottom:15%;
    height:60%;

    display: flex;

}
.ds{
    position: absolute;


    transition: all .5s;
    width:80%;
    margin: 0 auto;
    left: 50%;
    margin-left: -40%;
    bottom:15%;
    height:60%;

    display: flex;
}
.list1,.list2,.list3{
    height: 100%;

    background-repeat: no-repeat;

    background-position-x: center;
    background-position-y: bottom;
    background-position: center bottom;
}
.ds_pic{
    height: 100%;
    flex: 1 auto;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: bottom;
    background-position: center bottom;
}
.af_list{
    flex: 1 auto !important;
    margin: 5%  ;
    background-size: contain !important;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}
.af_phone{

    flex-direction: column;
    -webkit-flex-direction: column;

}

/**  copy **/

.introduce_phone10{
    flex:1 25%;

    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}
.introduce_pic10{
    flex:1 50%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;

    position: relative;

}

/*  灯光*/

.inroduce_phone_img1{
    background-image: url(../images/light_1.png);
}
.inroduce_phone_img2{
    background-image: url(../images/light_2.png);
}
.introduce_image_bg{
    background-image: url("../images/light_bg.jpg");
}
/*end */

/*  空调*/

.inroduce_phone_img3{
    background-image: url(../images/af_1.png);
}
.inroduce_phone_img4{
    background-image: url(../images/af_2.png);
}
.introduce_image_bg1{
    background-image: url("../images/af_bg.jpg");
}
/* end */

/*  影音*/

.inroduce_phone_img5{
    background-image: url(../images/video_1.png);
}
.inroduce_phone_img6{
    background-image: url(../images/video_2.png);
}
.introduce_image_bg2{
    background-image: url("../images/video_bg.jpg");
}
/* end */


/*语音控制*/

.voice_background_bg{
    background-image: url("../images/voice_bg.jpg");
}
.voice_phone_bg{
    background-image: url(../images/voice.png);
}
/* end */




/*环境控制*/

.environmental_background_bg{
    background-image: url("../images/envi_bg.jpg");
}
.environmental_phone_bg{
    background-image: url(../images/envi.png);
}
/* end */



/*管家控制*/

.housekeeper_background_bg{
    background-image: url("../images/空调（地暖）控制_bg.jpg");
}


.housekeeper_phone_bg{
    background-image: url("../images/introduce_phone2.png");
}
/* end */



/*场景*/

.scene_phone_bg{
    background-image: url("../images/model_phone.png");
}
/* end */


/*安防*/

.list1{
    flex: 1 60%;
    background-size: 90%;
    background-image: url("../images/safe_1.png");
}

.list2{
    flex: 1 10%;
    background-size: 90%;

    background-image: url("../images/safe_2.png");
}

.list3{
    flex: 1 20%;
    background-size: 90%;

    background-image: url("../images/safe_3.png");
}
/* end */




.ds_pic:nth-child(1){
    background-image: url("../images/time_1.png");
}
.ds_pic:nth-child(2){
    background-image: url("../images/time_2.png");
}
.ds_pic:nth-child(3){
    background-image: url("../images/time_3.png");
}

.ds_bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-image: url("../images/time_bg.jpg");
}









.introduce_phone_w{
    flex:1 70%;
    background: rgba(255,255,255,0);
    z-index: 9999;
    position: relative;
}
.phone_move_left{
    transition: all .5s;
    transform: translate(-800px,0px);
}
.active .phone_move_left{transform: translate(0px,0px);transition-delay: 0.3s; }




/* copy end **/

@media screen and (max-width: 680px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .rwm{
        display: none;
    }
    .KTS{
        top: 20px;
    }
    .menu_count{
        display: none;
    }
    .pic_circle ul{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .lean_text p{
        display: none;
    }
    .pic_circle ul li a{
        padding: 5px 0 5px 0;
    }
    .pic_circle ul li a img{
        width: 130px;
        height: 130px;


    }
    .phone ul li{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .phone ul li a img{
        width: 35%;
    }
    .pic_circle{
        bottom: 0;
        height: auto;
    }
    .pic_circle ul li{
        width: 100%;
    }
    .pic_circle p{
        display: none;
    }

}
