﻿@charset "utf-8"; 

@font-face{  
    font-family:'didot';  
    src:url('../fonts/DIDOT.TTF')  format('truetype');    
        font-weight:normal;  
        font-style:normal;  
}  

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
   
} 
body{
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;

}

/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "Microsoft YaHei","微软雅黑","宋体","Arial";
	font-size: 100%;
    outline:none;
    border:none;
  background: transparent;
}

/* 列表元素 */ 
ul,ol,li {
	list-style: none;
}

img {
	border: none;
    vertical-align: middle;
}

.img-responsive{width:100%;height: auto}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
    color:#000000 ;
}

a:hover {
	text-decoration: none ;
} 


/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after, .clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}

/*重复container标签*/
.container{
    position:relative;
    margin-left:5.73%;
    margin-right:5.73%;
}

.container2{
    position:relative;
    width:95%;
    margin:0 auto;
}

/* 重置h标签 */ 
h1 {
	font-size: 28px
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

/* 字体大小 */ 
.font30 {
	font-size: 30px
}
.font24 {
	font-size: 24px
}
.font22 {
	font-size: 22px
}
.font20{
	font-size: 20px
}

/*line-height*/
.line1{line-height:30px;}
.line2{line-height:24px;}


@media (max-width: 1580px) {
	.line1{line-height:28px;}
	.font30{font-size: 28px}
}
@media (max-width: 1440px) {
	.line1{line-height:26px;}
	.font30{font-size: 26px}
	.font24{font-size: 22px}
	.font22{font-size: 20px}
	.font20{font-size: 18px}
}
@media (max-width: 1200px) {
	.line1{line-height:24px;}
	.font30{font-size: 24px}
	.font24{font-size: 20px}
	.font22{font-size: 18px}
	.font20{font-size: 18px}
}
@media (max-width: 992px) {
	.font24{font-size: 18px}
	.font20{font-size: 16px}
}


.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .6s cubic-bezier(.165,.84,.44,1) .2s;
	transition: opacity .6s cubic-bezier(.165,.84,.44,1) .2s
}

.loader.is-active {
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.165,.84,.44,1);
	transition: opacity .6s cubic-bezier(.165,.84,.44,1)
}

.loader.is-active .loader-text {
	-webkit-animation: 3s linear infinite;
	animation: 3s linear infinite;
	-webkit-animation-name: u04a16273;
	animation-name: u04a16273
}

@-webkit-keyframes u04a16273 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes u04a16273 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.loader.product-is-active {
	opacity: 1;
	-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1);
	transition: opacity .4s cubic-bezier(.165,.84,.44,1)
}

.loader-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
	transition: opacity .4s cubic-bezier(.25,.46,.45,.94)
}

.is-active .loader-wrapper {
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.loader-text {
	font-family: canada-type-gibson,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-align: center;
	color: #000;
	font-size: .7333333333rem;
	letter-spacing: .3em;
	text-transform: uppercase
}

.loader-bar {
	margin-top: 18px;
	width: 95%;
	background-color: #ccc;
	height: 2px
}

.loader-progress {
	height: 100%;
	width: 100%;
	display: block;
	background-color: #000;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.19,1,.22,1);
	transition: -webkit-transform .4s cubic-bezier(.19,1,.22,1);
	transition: transform .4s cubic-bezier(.19,1,.22,1);
	transition: transform .4s cubic-bezier(.19,1,.22,1),-webkit-transform .4s cubic-bezier(.19,1,.22,1)
}

.loader-overlay {
	background: #efebe9;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scaleY(0) translateZ(0);
	transform: scaleY(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
	transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
	transition: transform .6s cubic-bezier(.165,.84,.44,1);
	transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1)
}

.is-active .loader-overlay {
	-webkit-transform: scaleY(1) translateZ(0);
	transform: scaleY(1) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s;
	transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s;
	transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s
}

.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999
}

.is-intro-hide .intro {
	display: none
}

.intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .6;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .8s cubic-bezier(.895,.03,.685,.22);
	transition: opacity .8s cubic-bezier(.895,.03,.685,.22)
}

.is-intro-leave .intro:before {
	opacity: 0
}

.intro-left,.intro-right {
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: -webkit-transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: transform .6s cubic-bezier(.895,.03,.685,.22),-webkit-transform .6s cubic-bezier(.895,.03,.685,.22)
}

.intro-left-inner,.intro-right-inner {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	overflow: hidden;
	background: #fff;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg)
}

.intro-left-content,.intro-right-content {
	-webkit-transform: skewX(20deg) translateZ(0);
	transform: skewX(20deg) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: -webkit-transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: transform .6s cubic-bezier(.895,.03,.685,.22);
	transition: transform .6s cubic-bezier(.895,.03,.685,.22),-webkit-transform .6s cubic-bezier(.895,.03,.685,.22)
}

.intro-left {
	width: 50%;
	height: 100%
}

.is-intro-leave .intro-left {
	-webkit-transform: translateX(-120%) translateZ(0);
	transform: translateX(-120%) translateZ(0)
}

.intro-left:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background: #fff
}

@media (max-width:46.24em) {
	.intro-left:before {
		width: 70%
	}
}

.is-intro-leave .intro-left-content {
	-webkit-transform: skewX(20deg) translateX(120%) translateZ(0);
	transform: skewX(20deg) translateX(120%) translateZ(0)
}

.intro-left .intro-logo {
	right: -73px
}

.intro-right {
	width: 50%;
	height: 100%;
	right: 1px!important
}

.is-intro-leave .intro-right {
	-webkit-transform: translateX(120%) translateZ(0);
	transform: translateX(120%) translateZ(0)
}

.intro-right:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background: #fff
}

@media (max-width:46.24em) {
	.intro-right:before {
		width: 70%
	}
}

.is-intro-leave .intro-right-content {
	-webkit-transform: skewX(-20deg) translateX(-120%) translateZ(0);
	transform: skewX(-20deg) translateX(-120%) translateZ(0)
}

.intro-right .intro-logo {
	left: -132px
}

.intro-small-line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 180px;
	margin-left: -1px;
	margin-top: -90px;
	background: #000;
	-webkit-transform: rotate(20deg) scaleY(0) translateZ(0);
	transform: rotate(20deg) scaleY(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1);
	transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1);
	transition: transform .6s cubic-bezier(.23,1,.32,1);
	transition: transform .6s cubic-bezier(.23,1,.32,1),-webkit-transform .6s cubic-bezier(.23,1,.32,1)
}

.is-intro-enter .intro-small-line {
	-webkit-transform: rotate(20deg) scaleY(1) translateZ(0);
	transform: rotate(20deg) scaleY(1) translateZ(0)
}

.is-intro-leave .intro-small-line {
	opacity: 0
}

.intro-line {
	position: absolute;
	top: -5%;
	left: 50%;
	width: 1px;
	height: 110%;
	margin-left: -1px;
	background: rgba(0,0,0,.1);
	-webkit-transform: rotate(20deg) scaleY(0) translateZ(0);
	transform: rotate(20deg) scaleY(0) translateZ(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1) .1s;
	transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1) .1s;
	transition: transform .6s cubic-bezier(.23,1,.32,1) .1s;
	transition: transform .6s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .1s
}

.is-intro-enter .intro-line {
	-webkit-transform: rotate(20deg) scaleY(1) translateZ(0);
	transform: rotate(20deg) scaleY(1) translateZ(0)
}

.is-intro-leave .intro-line {
	opacity: 0
}

.intro-logo {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	width: 205px;
	height: 170px
}

.intro-logo-line-one,.intro-logo-line-two {
	overflow: hidden;
	position: absolute
}

.intro-logo-line-one-content,.intro-logo-line-two-content {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.165,.84,.44,1) .1s;
	transition: -webkit-transform .8s cubic-bezier(.165,.84,.44,1) .1s;
	transition: transform .8s cubic-bezier(.165,.84,.44,1) .1s;
	transition: transform .8s cubic-bezier(.165,.84,.44,1) .1s,-webkit-transform .8s cubic-bezier(.165,.84,.44,1) .1s
}

.intro-logo-line-one {
	top: 48px;
	left: 120px;
	width: 85px;
	height: 29px
}

.intro-logo-line-one-content {
	-webkit-transform: translateY(100%) translateZ(0);
	transform: translateY(100%) translateZ(0)
}

.intro-logo-line-two {
	top: 89px;
	left: 0;
	width: 138px;
	height: 18px
}

.intro-logo-line-two-content {
	-webkit-transform: translateY(-100%) translateZ(0);
	transform: translateY(-100%) translateZ(0)
}

.is-intro-enter .intro-logo-line-one-content,.is-intro-enter .intro-logo-line-two-content {
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0)
}

/*header*/
.header{
	width:100%;
	height: 100px;
	border-bottom:1px solid #cccccc;
}
.header.has-ban{
	border-bottom:1px solid #000;
}
.logo{
	line-height: 100px;
}
.nav-ol ul li{
	float: left;
	height: 100px;
	line-height: 100px;
	margin-left:30px;
	margin-right:30px;
	position: relative;
	font-size: 16px;
}
.nav-ol ul li::after{
	content: "";
	position: absolute;
	width:0%;
	height: 4px;
	background: #000000;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transition: width .4s ease-out;
	-o-transition: width .4s ease-out;
	transition: width .4s ease-out;
}
.nav-ol ul li:hover::after,.nav-ol ul li.cur::after{
	width:100%;
}

/*search*/
.search{
	width:170px;
	height: 32px;
	margin-top:34px;
	margin-left:55px;
}
.search input{
	padding-left:10px;
	line-height: 30px;
	color:#d2d2d2;
    font-size: 16px;
    font-family: "新宋体";
    width:125px;
    vertical-align: top;
    border:1px solid #bfbfbf;
    border-right: none;
    -webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.search input:hover,.search input:focus{
	border-color: #313131
}
.submit{
	width:32px;
	height: 32px;
	background: url(../images/search.png) no-repeat center;
	background-color: #313131;
	cursor: pointer;
	-webkit-transition: background .4s ease-out;
	-o-transition: background .4s ease-out;
	transition: background .4s ease-out;
}
.submit:hover{
	background-color: #595959
}
.search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#d2d2d2;
    font-size: 16px;
    font-family: "新宋体";

}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d2d2d2;
   font-size: 16px;
   font-family: "新宋体";
}
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d2d2d2;
   font-size: 16px;
   font-family: "新宋体";
}
.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d2d2d2;
   font-size: 16px;
   font-family: "新宋体";
}


/*footer*/
.footer .container{
	width:1200px;
	margin:0 auto;
}
.footer-top{
	background: #2c2c2c;
	padding-top:4.75%; 	
	padding-bottom: 4.75%;
	position: relative;
}
.footer-menu{
	float: left;
	width:70%;
}
.footer-menu ul li{
	float: left;
	color: #ffffff;
	font-size: 14px;
	width:20%;
}
.footer-menu ul li dt{
	margin-bottom: 10px;
}
.footer-menu ul li dd{
	font-size: 12px;
	line-height: 30px;
}
.footer-menu ul li dd a{
	color: #ababab
}
.footer-contact{
	margin-bottom: 25px;
}
.footer-code{
	width:30%;
	float: left;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.footer-code>div.code-warp>div{
	float: left;
	margin-right: 25px;
	text-align: center;

}
.footer-code>div.code-warp>div:last-child{
	margin-right: 0;
}
.code-img{
	width:96px;
	height: 96px;
	padding:10px;
	border:1px solid #565656;
	
}
.code-img img{
	max-width: 100%;
}

.code-txt{
	font-size: 14px;
	color: #ababab;
	margin-top:20px;

	text-align: center;
}
.code-txt img{
	margin-right: 5px;
}
.subscribe{
	float: right;
	width:250px;
	position: relative;
	padding-bottom: 80px;
}
.subscribe-txt1{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}
.subscribe-txt2{
	font-size: 12px;
	color: #919191;
	margin-bottom: 15px;
}
.subscribe-txt2 span{
	color: #fff;
}
#subscribe-form input{
	width:155px;
	height: 30px;
	padding-left:10px;
	border:1px solid #454545;
	line-height: 30px;
	color: #6c6c6c;
	vertical-align: middle;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#subscribe-form input:focus{
	border:2px solid #515151;

}
#subscribe-form button{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 26px;
	background: url(../images/into-btn.png) no-repeat center;
	background-color: #515151;
	margin-left:3px;
	cursor: pointer;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#subscribe-form button:hover{
	background-color: #827f7f;
}

.footer-contact a{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.footer-contact img{
	margin-right:7px;
}
.footer-bottom{
	background: #1d1d1d;
	height: 35px;
	font-size: 14px;
	color: #555555;
	line-height: 35px;
	text-align: center;
}
.footer-bottom a{
	color: #555555;
	margin-left: 15px;
}
.footer-bottom span{
	font-family: "Arial"
}
.sm-code{
	position: absolute;

	width:100%;
	bottom:0px;
	display: none;
}

.sm-code .code{
	display: inline-block;
	width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #454545;
    cursor: pointer;
    position: relative;
    margin:0 8px;
}
.code div{
    position: absolute;
    top: -280%;
    margin-left: -28px;
    display: none;
}
.code1{
	background: url(../images/wx_code.png) no-repeat center;

}
.code2{
	background: url(../images/wb_code.png) no-repeat center;
	
}

/*fixed-menu*/
.fixed-menu{
	position: fixed;
	right: 45px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 1000;
	
}
.fixed-menu ul li{
	padding:15px 0;
	cursor: pointer;

}
.fixed-menu ul li a{
	display: inline-block;
	position: relative;
	width:18px;
	height: 17px;
	background: url(../images/menu-icon.png) no-repeat;
	vertical-align: middle;
	-webkit-transition: background .4s ease-out;
	-o-transition: background .4s ease-out;
	transition: background .4s ease-out;
	position: relative;
}
.fixed-menu ul li a::before{
	content: "";
	position: absolute;
	width:4px;
	height: 4px;
	background: #fff;
	border-radius:100%;
	left:50%;
	top:50%;
	margin-left:-2px;
	margin-top:-2px;
	opacity: 0;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.fixed-menu ul li.cur a::before,.fixed-menu ul li:hover a::before{
	opacity: 1;
	filter: alpha(opacity=100)
}
.fixed-menu ul li span{
	display: inline-block;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
	width:auto;
	height: 17px;
	vertical-align: middle;
	margin-right:15px;
	opacity: 0;
}
.fixed-menu ul li:hover a,.fixed-menu ul li.cur a{
	background: url(../images/menu-hover.png) no-repeat;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}


.fixed-menu.change ul li a{
	background: url(../images/menu-icon3.png) no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.fixed-menu.change ul li.cur a,.fixed-menu.change ul li:hover a{
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-menu.change ul li a::before{
	background: #313131;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.fixed-menu.change ul li.cur a::before,.fixed-menu.change ul li:hover a::before{
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-menu.change ul li span{
	color: #313131;
	-webkit-transform: scale3d(0.1,0.1,1);
    transform: scale3d(0.1,0.1,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	
}
.fixed-menu ul li:hover span,.fixed-menu ul li.cur span{
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
img.lazy{
	opacity: 0;
	filter: alpha(opacity=0);
}
img.lazy.animate{
    opacity: 1;
    filter: alpha(opacity=100);
}


/*video*/
.video-content video {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    display: block;
    width: 134%;
    height: auto;
  	z-index: 1;
    
}

.video-content{
	position: relative;
}
.video-content>img{
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-content>img.show{
	opacity: 0;

}
.btn-play{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	display: block;
	z-index: 3;
	background: url(../images/play_btn.png) no-repeat center;
	-webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
}
.btn-play.show{
	opacity: 0;
	display: none;
}
.video-content:hover .btn-play{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
@media (max-width: 1440px){
	.btn-play{background-size:68px 68px; }
}
@media (max-width: 1280px){
	.footer .container{
		width:1100px;
		margin:0 auto;
	}
}
@media (max-width: 1200px) {
	.footer .container{
		width:90%;
		margin:0 auto;
	}
	.nav-ol ul li{
		margin-left:25px;
		margin-right: 25px;
		font-size: 16px;
	}
	.header,.nav-ol ul li{
		height: 90px;
	}
	.logo,.nav-ol ul li{
		line-height: 90px;
	}
	.search{
		margin-top:29px;
		margin-left:35px;
	}
	.nav-ol ul li::after{height: 3px}
	.code-img{
		width:80px;
		height: 80px;
		padding:8px;
	}
	.code-txt{margin-top:15px;}
	
	.btn-play{background-size:60px 60px; }
}

@media (max-width: 992px) {
	.nav-ol ul li{
		margin-left:20px;
		margin-right: 20px;
	}

	.header,.nav-ol ul li{
		height: 80px;
	}
	.logo,.nav-ol ul li{
		line-height: 80px;
	}
	.search{margin-top:24px;width:32px;margin-left:10px;position: relative;}
	.search input{
		position: absolute;
		bottom:-60px;
		right:-6.25%;
		z-index: 999;
		background: #fff;
		border-right: 1px solid #bfbfbf;
		opacity: 0;
		-webkit-transition: all .6s ease-out;
	    -o-transition: all .6s ease-out;
		transition: all .6s ease-out;
	}
	.search:hover input{
		bottom:-40px;
		opacity: 1;
	}
	.footer-contact{margin-bottom: 15px;}
	.code-img{padding:5px;}
	.code-txt{margin-top:10px;width:92px;}
	.sm-code{display: block;}
	.footer-top{padding-bottom: 8%;}
}

.wow {
	opacity: 0;
	filter: alpha(opacity=0);
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
