.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; }
.page1 * { font-family: 'Microsoft YaHei'; line-height: 1.5em }
.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: 1732px;
	margin-top: 64px;
	position: relative;
}
.price-cont h3 {
	font-weight: bold;
    font-size: 40px;
    line-height: 1.667;
    color: #a29060;
}
.price-cont h3:before{content: "·"}
.price-cont h3:after{content: "·"}
.price-cont h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.667;
    color: #dbd1c0;
}
.price-cont .cont1 {
	position: absolute;
	top: 86px;
	left: 6.78%;
	text-align: center;
}
.priceBg {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-top: 9px;
}
.scope {
	width: 615px;
	height: 145px;
	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: 59px;
	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;
	top: 0;
}
.cont2-qrcode {
	bottom: 103px;
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	text-align: center;
}
.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 {
	width: 615px;
	height: 225px;
	position: absolute;
	left: 6.78%;
    top: 570px;
    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 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, .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: 20px;
	position: absolute;
	left: 66px;
    top: 18px;
    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;
    padding-left: 18px;
}
.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;
}
.texts span * {
    font-size: 16px;
    color: #706e6f;
    line-height: 28px;
    text-align: left;
}

.play-cont {
	width: 1026px;
	height: 1069px;
	box-sizing: border-box;
	padding-top: 60px;
	top: 1813px;
	background: url(../images/bg2.png) #343132 no-repeat center bottom;
}
.no-cont {
	height: 1379px;
	margin-top: 106px;
}

/* 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;
}
