.blur {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
*::selection {
    background:#d6bf79;
    color:#fff;
}
*::-webkit-selection {
    background:#d6bf79;
    color:#fff;
}
/*body, html { font: 0/1.5em 'Microsoft YaHei' !important; }*/
div {
  font: initial!important;
}
.lCenter {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.page1 { background-color: #fff; position: relative; }
.content {
	width: 1180px;
	margin: 0 auto;
	background-color: #231f20;
	overflow: hidden;
}
/*pg1*/
.price-cont {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-color: #231f20;
	height: 1940px;
	margin-top: 115px;
	position: relative;
}
.price-cont h3 {
	font-weight: bold;
    font-size: 40px;
    line-height: 1.667;
    color: #a29060;
}
.price-cont .contBox {
	position: absolute;
	top: 86px;
	left: 6.78%;
    width: 615px;
	text-align: center;
}
.priceBg {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-top: 9px;
}
.scope {
	width: 615px;
	margin-top: 13px;
    background-color: #231f20;
    box-sizing: border-box;
    padding: 30px 28px;
    border-radius: 5px;
}
.scope p {
	font-size: 20px;
	font-weight: bold;
	color: #d6bf79;
	line-height: 30px;
}
.scope span {
	font-size: 16px;
	color: #706e6f;
	line-height: 25px;
	display: block;
	text-align: left;
}
.cont1 ul {
	width: 100%;
	margin-top: 27px;
}
.cont1 ul li {
	width: 145px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin: 0 25px;
	color: #d6bf79;
	font-size: 20px;
	border: 3px solid #d6bf79;
	display: inline-block;
	cursor:pointer;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	background: url(../images/guang.png) no-repeat -20px 0;
}
.cont1 ul li:hover {
	background-position: 141px 0;
	background-color: #d6bf79;
	color: #6d5114;
}
.cont2 {
	width: 353px;
	height: 713px;
	position: absolute;
	top: 86px;
	left: 65%;
}
.cont2-img {
	position: absolute;
    background: url("../images/phone1.png");
    width: 353px; height: 713px;
	top: 0;
}
.cont2-img>img{

    width: 291px;
    height: 517px;
    position: absolute;
    top: 90px;
    left: 31px;
}


.cont2-qrcode {
	top: 458px;
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	text-align: center;
	
}
.cont2:hover .cont2-qrcode {
		display:block;
}
.qrcode1 {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
   
}
.qrcode2 {
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: .5s all;
    -webkit-transition: .5s all;
}
.fadeInRight2:hover .qrcode2{  transform: scale(1);
    -webkit-transform: scale(1); }

.cont3 {

    border-radius: 5px;
    background-color: #1e1a1b;
}
.cont3 h3 {
	color: #dabe75;
	font-size: 20px;
	text-align: center;
	line-height: 3.5;
}
.media-cont {
	width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 11px;
}
.media-cont ul{padding: 0 0 20px; margin: 0; font-size: 0; line-height: 0;}
.media-cont ul li {
    width: 178px;
    height: 58px;
	position: relative;
    margin: 8px 9px;
    display: inline-block;
    transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.media-cont ul li i{ position: absolute; left: 0; top: 0;}
.media-cont ul li i, .media-cont ul li a {
	width: 50px;
	height: 50px;
	border: 4px solid rgba(255,255,255,.2);
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	background-clip: content-box;
}
.media-cont ul li:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.media-cont ul li:hover a {
	background-color: rgba(255,255,255,.4);
}
.media-cont ul li:hover a img {
	animation: aHoverImg .5s linear infinite alternate;
}
@-webkit-keyframes aHoverImg{
	0%{-webkit-transform: rotateZ(15deg);}
	100%{-webkit-transform: rotateZ(-15deg);}
}

.media-cont ul li p {
	width: 126px;
	font-size: 16px;
	color: #706e6f;
	line-height: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
	position: absolute;
	left: 66px;
    top: 0;
    text-align:left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.media-cont ul li span {
	font-size: 12px;
	color: #be9c50;
	line-height: 15px;
	position: absolute;
	left: 66px;
    top: 32px;
	display: block;
}

.introduce-cont {
	width: 1026px;
	height: 735px;
	background-color: #231f20;
	top: 1078px;
}
.introduce-img {
	margin-top: 34px;
	position: relative;
	box-sizing: border-box;
    text-align: center;

}
.introduce-img img {
	position: relative;
	z-index: 2;
}
.borders {
	width: 100%;
	height: 238px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 157px;
}
.border1 {
	border-top: 6px solid #d6bf79;
	border-left: 6px solid #d6bf79;
	border-right: 6px solid #d6bf79;
	border-bottom: 6px solid transparent;
}
.border2 {
	border-bottom: 6px solid #d6bf79;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	z-index: 3;
}
.texts {
 	width: 721px;
	margin-left: 50px;
	position: relative;
	z-index: 2;
}
.texts div h1 {
	font-size: 34px;
	color: #fff;
	line-height: 75px;
	display: inline-block;
}
.texts div img {
	position: relative;
    bottom: -5px;
    margin-right: 10px;
}
.texts span {
	font-size: 16px;
	color: #706e6f;
	line-height: 28px;
	display: block;
	text-align: left;
}

.play-cont {
	width: 1026px;
	height: 1140px;
	box-sizing: border-box;
    overflow: hidden;
	padding-top: 20px;
	top: 1890px;
	background: #343132  center bottom;
}
.no-cont {
	height: 1379px;
	margin-top: 106px;
	/*margin-bottom: 447px;*/
}

/* myAnimate */
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(-150px, 0, 0);
            transform: translate3d(-150px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(-150px, 0, 0);
            transform: translate3d(-150px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
          animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(150px, 0, 0);
            transform: translate3d(-150px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(150px, 0, 0);
            transform: translate3d(150px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -120px, 0);
            transform: translate3d(0, -120px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -120px, 0);
            transform: translate3d(0, -120px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}

@keyframes fadeInUp2 {
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 320px, 0);
            transform: translate3d(0, 320px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}

@keyframes opacitys {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes opacitys {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.opacitys {
  -webkit-animation-name: opacitys;
          animation-name: opacitys;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
          animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@keyframes bounceInLeft2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-115%, 0, 0);
            transform: translate3d(-115%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft2 {
  -webkit-animation-name: bounceInLeft2;
          animation-name: bounceInLeft2;
}

@keyframes bounceInRight2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(115%, 0, 0);
            transform: translate3d(115%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight2 {
  -webkit-animation-name: bounceInRight2;
          animation-name: bounceInRight2;
}

.introduce-img div[class^="introduce"]{ display: inline-block;  width: 277px; height: 436px; margin: 0 20px; position: relative;  z-index: 2;  }
.introduce-img div[class^="introduce"]:after{background-size: 100% 100%; width: 277px; height: 436px; position: absolute; display: block; content: "" ; left: 5px; top: -5px;}
.introduce-img div[class^="introduce"]:before{ background-size: 100% 100%;  box-shadow: -19px 19px 40px 0 rgba(0, 0, 0, 0.7);  -webkit-filter:brightness(.7);filter:brightness(.7);width: 277px; height: 436px; position: absolute; display: block; content: "" ; left: 0; top:0;}


.introduce1:after{ background-image: url("../images/introduce1.png");}
.introduce1:before{ background-image: url("../images/introduce1.png"); }
.introduce2:after{ background-image: url("../images/introduce2.png");}
.introduce2:before{ background-image: url("../images/introduce2.png"); }
.introduce3:after{ background-image: url("../images/introduce3.png");}
.introduce3:before{ background-image: url("../images/introduce3.png"); }

.bg2>div[class^="pic"]{ width: 284px; height: 447px; display: inline-block; position: absolute;}
.bg2>div[class^="pic"]:after{  display: block;content: "";  background-size: 100% 100%; width: 284px; height: 447px; position: absolute; left: 0; top: 0; }
.bg2>div[class^="pic"]:before{display: block;content: ""; background-size: 100% 100%; width: 284px; height: 447px; box-shadow: -19px 19px 40px 0 rgba(0, 0, 0, 0.6);  position: absolute; left: -4px; top: 4px; -webkit-filter:brightness(.5);filter:brightness(.5); }
.bg2{ position: absolute; width: 100%; height: 100%; left: 0;top: 0;
    -webkit-transform: rotateX(-62deg) rotateY(0deg) rotateZ(-44deg); transform: rotateX(-62deg) rotateY(0deg) rotateZ(-44deg);
}

.pic1{  left: 0;  top: 160px;}
.pic1:after{background-image: url("../images/bg2/01.png") ; }
.pic1:before{background-image: url("../images/bg2/01.png") ;  }
.pic2{     left: 380px;  top: -110px; }
.pic2:after{background-image: url("../images/bg2/02.png") ; }
.pic2:before{background-image: url("../images/bg2/02.png") ;  }
.pic3{   left: 380px;  top: 406px; }
.pic3:after{background-image: url("../images/bg2/03.png") ; }
.pic3:before{background-image: url("../images/bg2/03.png") ;  }
.pic4{     left: 760px;  top: 110px; }
.pic4:after{background-image: url("../images/bg2/04.png") ; }
.pic4:before{background-image: url("../images/bg2/04.png") ;  }
.pic5{  left: 760px; top: 626px; }
.pic5:after{background-image: url("../images/bg2/05.png") ; }
.pic5:before{background-image: url("../images/bg2/05.png") ;  }
.pic6{  left: 1140px; top: 348px; }
.pic6:after{background-image: url("../images/bg2/06.png") ; }
.pic6:before{background-image: url("../images/bg2/06.png") ;  }
