﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,iframe {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
img,input,button,a,select,textarea {
	margin: 0;
	padding: 0;
	resize:none;
	border:none;
	outline:none;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,em,i,b,em {
	word-wrap:break-word;
	font-weight: normal;
	font-style: normal;
}
a:active, a:focus {
	outline:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding:0;
	border:0;
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
/* 修正IE6振动bug*/
	table {
	border-collapse:collapse;
	border-spacing:0;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}
.clearfix {
	zoom:1;
}
a {
	text-decoration: none;
}
h1 {
	display: none;
}
/* min css*/
	#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 .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .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 .7s ease-out;
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	transition:all .7s ease-out
}
#fullPage-nav {
	position:fixed;
	z-index:100;
	margin-top:-32px;
	top:50%;
	opacity:1
}
#fullPage-nav.right {
	right:17px
}
#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
}
/* nav*/
.nav {
	width: 100%;
	height: 47px;
	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;
	font-size: 0;
	padding: 14px 0;
}
.nav-warp{
	width: 1100px;
	margin: 0 auto;
}
.nav-main {

	width: 720px;
	float: left;
}
.logo {
	display: block;
	width: 182px;
	height: 47px;
	float: left;
	text-align: center;
}
.nav-main .link {
	height: 47px;
	padding: 0 30px;
	position: relative;
	font-size: 16px;
	color: #fff;
	float: left;
}

.nav-main .subnav{
	display: none;
	width: 114px;
	height: auto;
	position: absolute;
	top: 42px;
	left: 50%;
	padding: 8px 0;
	margin-left: -57px;
	border-radius: 10px;
	background: #3f4c51;
}

.nav-main  .subnav li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-bottom: 1px solid #3c4651;
	border-top: 1px solid #48535c;
}

.nav-main  .subnav .subnav_bg{
	height: 6px;
	line-height: 6px;
	position: absolute;
	top:-8px;
	border: 0;
}

.nav-main .link:hover .subnav{
	display: block;
}

.nav-main  .subnav li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
}

.nav-main  .subnav li a:hover{
	color: #caa851;
	text-decoration: underline;
}

.nav-main .link em {
	height: 47px;
	line-height: 47px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
}
.nav-main .link:hover em,.nav-main .active {
	color: #caa851;
}
.nav-main .link i {
	width: 100%;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
}
.nav-main .link i.nav-hover {
	display: block;
	animation-name: navhover;
	-webkit-animation: navhover 0.2s linear 0s normal none;
	-moz-animation: navhover 0.2s linear 0s normal none;
	animation: navhover 0.2s linear 0s normal none;
	background: rgba(0,0,0,0.1);
	color:#fff;
}

/*.nav-main .language{
	background: url(../images/language_fff.png) no-repeat 90% 23px;
}

.nav-main .language li{
	height: 22px;
	line-height: 22px;
}

.nav-main .language:hover{
background: url(../images/language.png) no-repeat 90% 23px;
}*/

.nav-warp .language ul{
	width: 100px;
	margin-top: 15px;
}

.nav-warp .language li{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0 5px;
	text-align: center;
	font-size: 12px;
	border-radius: 100%;
	float: left;
}

.nav-warp .language li a{
	color: #fff;
	font-size: 12px;
}
@-webkit-keyframes navhover {
	from {
	opacity: 0;
	-webkit-transform:scale(0,1);
}
to {
	opacity: 1;
	-webkit-transform:scale(1,1);
}
}
@-moz-keyframes navhover {
	from {
	opacity: 0;
	-moz-transform:scale(0,1);
}
to {
	opacity: 1;
	-moz-transform:scale(1,1);
}
}
@keyframes navhover {
	from {
	opacity: 0;
	transform:scale(0,1);
}
to {
	opacity: 1;
	transform:scale(1,1);
}
}
.main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#mod-a {
	background: #372825 url(../images/ma-back.jpg) no-repeat center bottom;
}
.ma-img,.ma-text,.load-btn,.mb-text,.mb-imga,.mb-imgb,.mc-text,.mc-list,.md-text,.load-btn-footer {
	position: absolute;
	z-index: 1;
	text-align: center;
}
.ma-text {
	width: 982px;
	height: auto;
	top: 212px;
	left: 50%;
	margin-left: -491px;
}
.ma-img {
	width: 838px;
	top: 55%;
	left: 50%;
	margin-left: -429px;
}
.ma-img img {
	/*vertical-align: bottom;
	box-shadow: 0 0 8px 1px #222;*/
}
.load-btn,.load-btn-footer {
	display: block;
	width: 178px;
	height: 54px;
	line-height: 54px;
	left:50%;
	top: 340px;
	margin-left: -89px;
	box-shadow: 0 0 3px 0 #333;
	border-radius: 3px;
	background: #69c63c;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.load-btn-footer {
	top: 480px;
}
.load-btn:hover,.load-btn-footer:hover {
	background: #4fb520;
}
#mod-b {
	background:url(../images/mb-back1.jpg) no-repeat center;
}
.mb-text {
	width: 572px;
	height: auto;
	left: 31%;
	top: 236px;
	margin-left: -286px;
}
.mb-imga {
	width: 360px;
	height: auto;
	left: 34%;
	top: 384px;
	margin-left: -180px;
}
.mb-imgb {
	width: 425px;
	height: auto;
	left: 55%;
	top: 490px;
	margin-left: -77px;
}

.mb-tab{
	display: inline-block;
	text-align: center;
	height: auto;
	margin-top: 30px;
}

.mb-pic{
	float: left;
	display: inline-block;
	height: auto;
	position: relative;
	text-align: center;
}

.mb-pic ul{
	width: 100%;
	height: 180px;
	position: relative;
}

.mb-pic li{
	width: 130px;
	display: inline-block;
	margin:0 22px;
}

.mb-pic li img{
	width: 130px;
	height: 130px;
}

.mb-pic li p{
	font-size: 14px;
	color: #ffffff;
	margin-top: 9px;
}

.mb-but{
	float: left;
	width: 209px;
/*	width: 100%;*/
	height: auto;
}

.mb-but ul{
	padding-top: 24px;
}

.mb-but ul li{
	width: 205px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 12px;
	cursor: pointer;display: inline-block;
/*	background-image: url(../images/QR.png);
	background-repeat: no-repeat;*/
}

.mb-but .active{
	background-color: #fff;
	color: #000;
/*	background-image: url(../images/QR-1.png);*/
}

.mb-but .ios{
	background-position: 25px 2px;
}

.mb-but .Android{
	background-position: 25px -35px;
}
.mb-sscroll{
	width: 283px;
	height: 466px;
	position: absolute;
	top: 110px;
	left: 265px;
	z-index: 2;
	margin-left: -226px;
	overflow: hidden;
}

.mb-sscroll ul{
	width: 100%;
	height:466px;
	position: absolute;
	top: 0;
	left: 0;
}
.mb-sscroll ul:after {
	content:'';
	display:block;
	clear:both;
}

.mb-sscroll ul li{
	width: 283px;
	height: 466px;
	float: left;	
}

.mb-sscroll ul li img{
	width: 283px;
	height: 466px;
}

#mod-c {
	background: url(../images/mc-back1.jpg) no-repeat center bottom;
}
.mc-text {
	width: 755px ;
	height: auto;
	left: 50%;
	top: 296px;
	margin-left: -377px;
}
.mc-list {
	width: 1025px;
	height: auto;
	top: 42%;
	left: 50%;
	margin-left: -512px;
}
.mc-list li {
	width: 285px;
	height: 310px;
	padding: 0 27px;
	float: left;
	text-align: center;
	display: inline-block;
}

.mc-list li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	font-size: 0;
	position: relative;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mc-list li .null{
	width: 100%;
	height: 35px;
}

.mc-list li h3{
	padding-top: 70px;
	font-size: 24px;
	color: #444444;	
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mc-list .mc-list-1 a h3{
	background: url(../images/mc-list-1.png) no-repeat center 10px;
}

.mc-list .mc-list-2 a h3{
	background: url(../images/mc-list-2.png) no-repeat center 10px;
}

.mc-list .mc-list-3 a h3{
	background: url(../images/mc-list-3.png) no-repeat center 10px;
}

.mc-list li h4{
	
}

.mc-list li h4 span{
	font-size: 24px;
	color: #d5b974;
		-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mc-list li h4 em{
	font-size: 14px;
	color: #b1b1b1;
		-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mc-list li p{
	width: 70%;
	margin: 0 auto;
	margin-top: 16px;
	font-size: 14px;
	color: #444444;
		-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mc-list li i{
	display: block;
	margin: 0 auto;
	width: 99px;
	height: 28px;
	color: #d5b974;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #d5b974;
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
		-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mc-list li a:hover{
	transform: translate(0,-36px);
	-ms-transform: translate(0,-36px);		/* IE 9 */
	-webkit-transform: translate(0,-36px);	/* Safari and Chrome */
	-o-transform: translate(0,-36px);		/* Opera */
	-moz-transform: translate(0,-36px);
	background: #d5b974;
}

.mc-list li a:hover h3,.mc-list li a:hover span,.mc-list li a:hover i,.mc-list li a:hover p,.mc-list li a:hover em{
	color: #fff;
}

.mc-list li a:hover i{
	border: 1px solid #fff;
}

.mc-list .mc-list-1 a:hover h3{
	background: url(../images/mc-list-1-1.png) no-repeat center 10px;
}

.mc-list .mc-list-2 a:hover h3{
	background: url(../images/mc-list-2-1.png) no-repeat center 10px;
}

.mc-list .mc-list-3 a:hover h3{
	background: url(../images/mc-list-3-1.png) no-repeat center 10px;
}

.mc-img {
	display: block;
	width: 134px;
	height: 134px;
	margin: 0 auto;
}
.mc-img img {
	vertical-align: top;
}
.mc-list h2 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#mod-d {
	background: #005669 url(../images/md-back.jpg) no-repeat center bottom;
}
.md-text {
	width: 798px;
	height: auto;
	left: 42%;
	top: 296px;
	margin-left:-399px;
}

.md-text img{
	width: 100%;
}

.mod{
	font-size: 60px;
	color: #fff;
}
.news{
	width: 1040px;
	height: 385px;
	font-size: 0;
	padding: 0 30px;
	position: relative;
/*	overflow: hidden;*/
	margin: 0 auto;
}

.news .news-list{
	width: 100%;
	height: auto;
	position: relative;
}

.news .news-list li{
	width: 100%;
	height: auto;
	position: absolute;
}

.news .news-list li a{
	display: block;
	width: 100%;
}

.news .news-l{
	float: left;
	width: 534px;
	height: 328px;
	border: 3px solid #f9dd9f;
}

.news .news-l img{
	width: 534px;
	height: 328px;
	position: absolute;
	top: 22px;
	left: 27px;
}

.news .news-time{
	width: 82px;
	height: 82px;
	background: #a42126;
	position: absolute;
	top: -33px;
	left: 60px;
}

.news .news-time span{
	display: block;
	width: 19px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
	margin-top: 13px;
}

.news .news-time em{
	display: block;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	font-family: Arial;
}

.news .news-time i{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: Arial;
}

.news .news-r{
	float: right;
	width: 464px;
	height: 328px;
	position: relative;
}

.news .news-r h3{
	width: 100%;
	font-size: 24px;
	color: #f9dd9f;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-r span{
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	font-size: 14px;
	color: #adadae;
	font-family: Arial;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news-r p{
	width: 98%;
	text-align: left;
	padding: 0 1%;
	height: 42px;
	border-left: 2px solid #f9dd9f;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
}

.news .news-r .more{
	width:100%;
	height: auto;
	margin-top: 32px; 
	text-align: right;
}

.news .news-r .more i{
	position: absolute;
	bottom: 30px;
	right: 0;
	display: block;
	width: 90px;
	height: 33px;
	line-height: 33px;
	background: url(../images/newsMore.png) no-repeat center;
	padding-right: 30px;
	font-size: 14px;
	color: #f9dd9f;
	text-align: center;
}

.news .news-tab{
	width: 1040px;
	height: auto;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.news .news-tab li{
	display: inline-block;
	width: 40px;
	height: 5px;
	background: #fff;
	margin-right: 7px;
	cursor: pointer;
}

.news .news-tab .active{
	background: #f9dd9f;
}
#menu {
	width: 16px;
	height: 100px;
	position: fixed;
	z-index: 111;
	top: 50%;
	right: 50px;
	margin-top: -50px;
	*display: none;
}
#menu li {
	width: 16px;
	height: 16px;
	margin-bottom: 9px;
	float: left;
	background: url(../images/page-cur.png) no-repeat left -30px;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
}
#menu li.active {
	background-position: left top;
}
#menu a {
	display: block;
	text-indent: -99px;
	overflow: hidden;
}
/* display none ele*/
	.ma-text,.mb-text,.mc-text,.md-text,.load-btn,.load-btn-footer,.ma-img,.mb-imga,.mb-imgb,.mc-list {
	display: none;
}
/* animate code*/
	.animated .ma-img {
	display: block;
	animation-name: offseta;
	-webkit-animation: offseta 0.5s linear 0s normal none;
	-moz-animation: offseta 0.5s linear 0s normal none;
	animation: offseta 0.5s linear 0s normal none;
}

.next-page{
	position: fixed;
	bottom: 78px;
	z-index: 2;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#footer{
	width: 100%;
	height: 68px;
	position: fixed;
	bottom: 0;
	z-index: 2;
}

#footer .footer-warp{
	width: 1100px;
	height: 68px;
	margin: 0 auto;
}

.footer-warp ul{
	width: 283px;
	height: auto;
	float: left;
}

#footer .footer-warp ul li{
	float: left;
	color: #fff;
	line-height: 68px;
}

#footer .footer-warp ul li a{
	display: inline-block;
	line-height: 68px;
	padding: 0 8px;
	font-size: 12px;
	color: #ffffff;
}

.footer-add{
	display: inline-block;
	float: left;
	color: #fff;
	line-height: 68px;
}

.footer-add span{
	font-size: 12px;
	margin-left: 50px;
}
.footer-lx{
	display: inline-block;
	float: left;
	padding-left: 50px;
}

.footer-lx a{
	display: inline-block;
	padding:0 10px ;
	padding-top: 22px;
	position: relative;
}

.footer-lx .qr{
	width: 130px;
	height: 130px;
	position: absolute;
	top: -145px;
	left: 50%;
	margin-left: -65px;
	border: 2px solid #ccc;
	display: none;
}

.footer-lx .qr img{
	width: 100%;
	height: 100%;
}

.footer-lx a:hover .qr{
	display: block;
}
@-webkit-keyframes offseta {
	from {
	opacity: 0;
	bottom: -40px;
}
to {
	opacity: 1;
	bottom: 0;
}
}
@-moz-keyframes offseta {
	from {
	opacity: 0;
	bottom: -40px;
}
to {
	opacity: 1;
	bottom: 0;
}
}
@keyframes offseta {
	from {
	opacity: 0;
	bottom: -40px;
}
to {
	opacity: 1;
	bottom: 0;
}
}
.animated .load-btn,.animated .load-btn-footer {
	display: block;
	animation-name: botton;
	-webkit-animation: botton 0.8s linear 0s normal none;
	-moz-animation: botton 0.8s linear 0s normal none;
	animation: botton 0.8s linear 0s normal none;
}
@-webkit-keyframes botton {
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes botton {
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes botton {
	from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
.animated .mc-list{
	display: block;
	animation-name: offsetc;
	-webkit-animation: offsetc 0.5s linear 0s normal none;
	-moz-animation: offsetc 0.5s linear 0s normal none;
	animation: offsetc 0.5s linear 0s normal none;
}

.animated .mb-text {
display: block;
}
.animated .mc-list{
	width: 1025px;
}
@-webkit-keyframes offsetc {
	from {
	opacity: 0;
	left: 45%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes offsetc {
	from {
	opacity: 0;
	left: 45%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes offsetc {
	from {
	opacity: 0;
	left: 45%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.animated .ma-text,.animated .md-text,.animated .mc-text,.animated .mb-imgb,.next-page{
	display: block;
	animation-name: scale;
	-webkit-animation: scale 0.4s linear 0s normal none;
	-moz-animation: scale 0.4s linear 0s normal none;
	animation: scale 0.4s linear 0s normal none;
}
@-webkit-keyframes scale {
	from {
	opacity: 0.4;
	-webkit-transform:scale(0,0);
}
to {
	opacity: 1;
	-webkit-transform:scale(1,1);
}
}
@-moz-keyframes scale {
	from {
	opacity: 0.4;
	-moz-transform:scale(0,0);
}
to {
	opacity: 1;
	-moz-transform:scale(1,1);
}
}
@keyframes scale {
	from {
	opacity: 0.4;
	transform:scale(0,0);
}
to {
	opacity: 1;
	transform:scale(1,1);
}
}
.animated .mb-imga {
	display: block;
	animation-name: scalemax;
	-webkit-animation: scalemax 0.4s linear 0s normal none;
	-moz-animation: scalemax 0.4s linear 0s normal none;
	animation: scalemax 0.4s linear 0s normal none;
}
@-webkit-keyframes scalemax {
	from {
	opacity: 0.4;
	-webkit-transform:scale(1.5,1.5);
}
to {
	opacity: 1;
	-webkit-transform:scale(1,1);
}
}
@-moz-keyframes scalemax {
	from {
	opacity: 0.4;
	-moz-transform:scale(1.5,1.5);
}
to {
	opacity: 1;
	-moz-transform:scale(1,1);
}
}
@keyframes scalemax {
	from {
	opacity: 0.4;
	transform:scale(1.5,1.5);
}
to {
	opacity: 1;
	transform:scale(1,1);
}
}

@media screen and (max-width: 1440px){

	.ma-text{
		top: 15%;
	}

	.ma-text img{
		width: 70%;
	}
	
	.mb-text {
		width: 200px;
		height: auto;
		left: 33%;
		top: 236px;
		margin-left: -100px;
	}
	
	.mb-text img{
		width: 100%;
	}
	
	.mb-imga {
		width: 200px;
		height: auto;
		left: 36%;
		top: 384px;
		margin-left: -100px;
	}
	.mb-imga img{
		width: 100%;
	}
	.mb-sscroll{
	width: 175px;
    height: 291px;
    position: absolute;
    top: 70px;
    left: 239px;
    z-index: 2;
    margin-left: -226px;
    overflow: hidden;
	}
	
	.mb-sscroll ul{
		width: 100%;
		height:auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.mb-sscroll ul li{
		width: 175px;
		height: 291px;
		float: left;	
	}
	
	.mb-sscroll ul li img{
		width: 100%;
		height: 100%;
	}
	.mb-imgb {
		width: 296px;
		height: auto;
		left: 60%;
		top: 490px;
		margin-left: -77px;
	}
	
	.mb-imgb img{
		width: 100%;
	}
	
	.mb-tab{
		
		height: auto;
		margin-top: 30px;
	}
	
	.mb-tab{
		width: 315px;
		display: inline-block;
		height: auto;
		margin-top: 30px;
	}

.mb-pic{
	float: left;
	display: inline-block;
	height: auto;
	position: relative;
	text-align: center;
}

.mb-pic ul{
	width: 100%;
	height: 180px;
	position: relative;
}

.mb-pic li{
	width: 130px;
	display: inline-block;
	margin: 0 10px;
}
	
	.mb-pic li img{
		width: 100%;
		height: auto;
	}
	
	.mb-pic li p{
		font-size: 12px;
		color: #ffffff;
	}
	
	.mb-but{
		margin: 0 auto;
		width: 154px;
		height: auto;
	}
	
	.mb-but ul{
		padding-top: 0;
	}
	
	.mb-but ul li{
		width: 154px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
		color: #fff;
		border: 2px solid #fff;
		margin-top: 12px;
		cursor: pointer;
/*		background-image: url(../images/QR.png);
		background-repeat: no-repeat;*/
	}
	
	.mb-but .active{
		background-color: #fff;
		color: #000;
/*		background-image: url(../images/QR-1.png);*/
	}
	
	.mb-but .ios{
		background-position: 10px -1px;
	}
	
	.mb-but .Android{
		background-position: 10px -40px;
	}
	.mc-text{
	    width: 600px;
	    height: auto;
	    left: 50%;
	    top: 296px;
	    margin-left: -300px;
	}
	
	.mc-text img{
		width: 95%;
	}
	
	.animated .mc-list {
		width: 845px;
		height: auto;
		top: 35%;
	    left: 50%;
	    margin-left: -422px;
	}
	.mc-list li {
		width: 250px;
		height: 245px;
		padding: 0 15px;
		float: left;
		text-align: center;
	}
	
	.mc-list li a{
		float: left;
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
		font-size: 0;
		position: relative;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.mc-list li .null{
		width: 100%;
		height: 20px;
	}
	
	.mc-list li h3{
		padding-top: 70px;
		font-size: 20px;
		color: #444444;	
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.mc-list .mc-list-1 a h3{
		background: url(../images/mc-list-1.png) no-repeat center 10px;
	}
	
	.mc-list .mc-list-2 a h3{
		background: url(../images/mc-list-2.png) no-repeat center 10px;
	}
	
	.mc-list .mc-list-3 a h3{
		background: url(../images/mc-list-3.png) no-repeat center 10px;
	}
	
	.mc-list li h4{
		
	}
	
	.mc-list li h4 span{
		font-size: 24px;
		color: #d5b974;
			-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.mc-list li h4 em{
		font-size: 14px;
		color: #b1b1b1;
			-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.mc-list li p{
		width: 70%;
		margin: 0 auto;
		margin-top: 5px;
		font-size: 12px;
		color: #444444;
			-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.mc-list li i{
		display: block;
		margin: 0 auto;
		width: 99px;
		height: 26px;
		color: #d5b974;
		font-size: 12px;
		line-height: 26px;
		text-align: center;
		border: 1px solid #d5b974;
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
			-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.mc-list li a:hover{
		transform: translate(0,-0);
		-ms-transform: translate(0,-0);		/* IE 9 */
		-webkit-transform: translate(0,-0);	/* Safari and Chrome */
		-o-transform: translate(0,-0);		/* Opera */
		-moz-transform: translate(0,-0);
		background: #d5b974;
	}
	
	.mc-list li a:hover h3,.mc-list li a:hover span,.mc-list li a:hover i,.mc-list li a:hover p,.mc-list li a:hover em{
		color: #fff;
	}
	
	.mc-list li a:hover i{
		border: 1px solid #fff;
	}
	
	.mc-list .mc-list-1 a:hover h3{
		background: url(../images/mc-list-1-1.png) no-repeat center 10px;
	}
	
	.mc-list .mc-list-2 a:hover h3{
		background: url(../images/mc-list-2-1.png) no-repeat center 10px;
	}
	
	.mc-list .mc-list-3 a:hover h3{
		background: url(../images/mc-list-3-1.png) no-repeat center 10px;
	}
	
	.md-text{
		width: 798px;
	    height: auto;
	    left: 42%;
	    top: 25%;
	    margin-left: -399px;
	}
	
	.md-text img{
		width: 80%;
	}
	.news{
		width: 925px;
		height: 300px;
		font-size: 0;
		padding: 0 20px;
		position: relative;
	/*	overflow: hidden;*/
		margin: 0 auto;
	}
	
	.news .news-list{
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.news .news-list li{
		width: 100%;
		height: auto;
		position: absolute;
	}
	
	.news .news-list li a{
		display: block;
		width: 100%;
	}
	
	.news .news-l{
		float: left;
		width: 430px;
		height: 242px;
		border: 3px solid #f9dd9f;
	}
	
	.news .news-l img{
		width: 430px;
		height: 242px;
		position: absolute;
		top: 18px;
		left: 20px;
	}
	
	.news .news-time{
		width: 72px;
		height: 72px;
		background: #a42126;
		position: absolute;
		top: -33px;
		left: 60px;
	}
	
	.news .news-time span{
		display: block;
		width: 19px;
		height: 3px;
		background: #fff;
		margin: 0 auto;
		margin-top: 10px;
	}
	
	.news .news-time em{
		display: block;
		text-align: center;
		line-height: 36px;
		font-size: 20px;
		color: #fff;
		font-family: Arial;
	}
	
	.news .news-time i{
		display: block;
		text-align: center;
		font-size: 14px;
		color: #fff;
		font-family: Arial;
	}
	
	.news .news-r{
		float: right;
		width: 435px;
		height: 264px;
		position: relative;
	}
	
	.news .news-r h3{
		width: 100%;
		font-size: 22px;
		color: #f9dd9f;
		margin-top: 20px;
		text-align: left;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	
	.news .news-r span{
		display: block;
		width: 100%;
		text-align: left;
		margin-top: 5px;
		font-size: 12px;
		color: #adadae;
		font-family: Arial;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	
	.news .news-r p{
		width: 98%;
		text-align: left;
		padding: 0 1%;
		height: 42px;
		border-left: 2px solid #f9dd9f;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
		margin-top: 12px;
	}
	
	.news .news-r .more{
		width:100%;
		height: auto;
		margin-top: 32px; 
		text-align: right;
	}
	
	.news .news-r .more i{
		position: absolute;
		bottom: 15px;
		right: 0;
		display: block;
		width: 90px;
		height: 33px;
		line-height: 33px;
		background: url(../images/newsMore.png) no-repeat center;
		padding-right: 30px;
		font-size: 12px;
		color: #f9dd9f;
		text-align: center;
	}
	
	.news .news-tab{
		width: 1040px;
		height: auto;
		position: absolute;
		bottom: 10px;
		text-align: center;
	}
	
	.news .news-tab li{
		display: inline-block;
		width: 31px;
		height: 3px;
		background: #fff;
		margin-right: 7px;
	}
	
	.news .news-tab .active{
		background: #f9dd9f;
	}
	.next-page{
		position: fixed;
		bottom: 60px;
		z-index: 2;
		width: 100%;
		text-align: center;
	}
	
	#footer{
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		z-index: 2;
	}
	
	#footer .footer-warp{
		width: 1100px;
		height: 60px;
		margin: 0 auto;
	}
	
	.footer-warp ul{
		width: 283px;
		height: auto;
		float: left;
	}
	
	#footer .footer-warp ul li{
		float: left;
		color: #fff;
		line-height: 60px;
	}
	
	#footer .footer-warp ul li a{
		display: inline-block;
		line-height: 60px;
		padding: 0 8px;
		font-size: 12px;
		color: #ffffff;
	}
	
	.footer-add{
		display: inline-block;
		float: left;
		color: #fff;
		line-height: 60px;
	}
	
	.footer-add span{
		font-size: 12px;
		margin-left: 50px;
	}
	
	.footer-lx{
		display: inline-block;
		float: left;
		padding-left: 50px;
	}
	
	.footer-lx a{
		display: inline-block;
		padding:0 10px ;
		padding-top: 22px;
		
	}
}
/*@media(max-width: 760px) {
	#menu,.nav-main {
	display: none;
}
.nav {
	height: 46px;
	background-size: auto 46px;
}
.logo {
	height: 28px;
	top: 9px;
	left: 10px;
	margin-left: 0;
}
.logo img {
	height: 28px;
}
.load-btn,.load-btn-footer {
	width: 120px;
	height: 40px;
	line-height: 40px ;
	top: 45%;
	margin-left: -50px;
	font-size: 18px;
}
.ma-img,.ma-text,.mb-text,.mc-text,.md-text {
	width: 70%;
	height: auto;
	margin-left: -35%;
}
.ma-text,.mb-text,.mc-text {
	top: 100px;
}
.md-text {
	top: 260px;
}
.load-btn {
	top: 280px;
}
.ma-img {
	width: 90%;
	left: 50%;
	margin-left: -45%;
}
.ma-img img,.ma-text img,.mb-text img,.mc-text img,.md-text img,.mb-imga img {
	width: 100%;
}
.mb-imgb img {
	width: 40%;
}
.mb-imga,.mb-imgb {
	width: 70%;
	margin-left: -35%;
}
.mb-imga {
	top: 300px;
}
.mb-imgb {
	top: 400px;
	margin-left: -33.333333%;
}
.mc-img {
	top: 260px;
}
.mc-list {
	width: 90%;
	margin-left: -45%;
	top: 360px;
}
.mc-list li {
	height: auto;
}
.mc-img {
	width: 70%;
	height: auto;
}
.mc-list img {
	width: 100%;
	margin: 0 auto;
}
.mc-list h2 {
	padding-top: 5px;
	height: 30px;
	line-height: 20px;
	font-size: 12px;
}
}*/
@media(max-width: 480px) {
	.load-btn {
	top: 220px;
}
.load-btn-footer {
	top: 55%;
}
.mb-imga {
	top: 226px;
}
.mb-imgb {
	top: 296px;
	margin-left: -33.333333%;
}
.mc-list {
	width: 90%;
	margin-left: -45%;
	top: 260px;
}
.md-text {
	top: 160px;
}
}
