/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: PingFang,PingFang SC Light Regular,"微软雅黑",微软雅黑 Light, Helvetica, STHeiTi, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}

/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;margin: 0 auto;height: 100%;}
body{
 	font-size: 62.5%;
	overflow-x: hidden;
	position: relative;
	height: 100%;
}
.bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	background-position: center center;
}
.page-content{
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.ui-loader{
	display: none;
}
.mobile{
	display: none!important;
}
.web{
	display: block!important;
}

.cover-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	z-index: -1;
}
.cover-box.active{
	opacity: 1;
	z-index: 90;
}
#cover-page{
	background-color: #e1eef5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#cover-page .logo{
	height: 1.875rem;
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
}
#cover-page .text{
	width: 55.33%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5.84375rem;
}
#cover-page .img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 18.75rem;
	overflow: hidden;
}
#cover-page .img .imgbg{
	width: 100%;
}
#cover-page .img .bird,#cover-page .img .cloud{
	position: absolute;
}
#cover-page .img .cloud{
	animation-name: cloud;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: cloud;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: cloud;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: cloud;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: cloud;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
#cover-page .img .cloud1{
	height: 2.5rem;
	right: 72.8%;
	top: 25.77%;
	-webkit-animation-duration: 30s;
	-moz-animation-duration: 30s;
	-ms-animation-duration: 30s;
	-o-animation-duration: 30s;
	animation-duration: 30s;
}
#cover-page .img .cloud2{
	width: 14.0625rem;
	left: 25.33%;
	top: 12.19%;
	-webkit-animation-duration: 35s;
	-moz-animation-duration: 35s;
	-ms-animation-duration: 35s;
	-o-animation-duration: 35s;
	animation-duration: 35s;
}
#cover-page .img .cloud3{
	width: 6.75rem;
	left: 90.53%;
	top: 35.49%;
	-webkit-animation-duration: 25s;
	-moz-animation-duration: 25s;
	-ms-animation-duration: 25s;
	-o-animation-duration: 25s;
	animation-duration: 25s;
}
@keyframes cloud {
	0% {
	   	transform: translateX(-10%);
	}
	50% {
	   	transform: translateX(10%);
	}
	100% {
	   	transform: translateX(-10%);
	}
}
@-webkit-keyframes cloud {
	0% {
	   	-webkit-transform: translateX(-10%);
	}
	50% {
	   	-webkit-transform: translateX(10%);
	}
	100% {
	   	-webkit-transform: translateX(-10%);
	}
}
@-moz-keyframes cloud {
	0% {
	   	-moz-transform: translateX(-10%);
	}
	50% {
	   	-moz-transform: translateX(10%);
	}
	100% {
	   	-moz-transform: translateX(-10%);
	}
}
@-ms-keyframes cloud {
	0% {
	   	-ms-transform: translateX(-10%);
	}
	50% {
	   	-ms-transform: translateX(10%);
	}
	100% {
	   	-ms-transform: translateX(-10%);
	}
}
@-o-keyframes cloud {
	0% {
	   	-o-transform: translateX(-10%);
	}
	50% {
	   	-o-transform: translateX(10%);
	}
	100% {
	   	-o-transform: translateX(-10%);
	}
}
#cover-page .img .bird{
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-ms-animation-duration: 2s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-o-animation-duration: 2s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#cover-page .img .bird1{
	width: 1.125rem;
	left: 7.6%;
	top: 24.38%;
	-webkit-animation-name: bird1;
	-moz-animation-name: bird1;
	-ms-animation-name: bird1;
	-o-animation-name: bird1;
	animation-name: bird1;
}
#cover-page .img .bird2{
	width: 0.5625rem;
	left: 23.87%;
	top: 24.54%;
	-webkit-animation-name: bird1;
	-moz-animation-name: bird1;
	-ms-animation-name: bird1;
	-o-animation-name: bird1;
	animation-name: bird1;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#cover-page .img .bird3{
	width: 1.125rem;
	left: 7.6%;
	bottom: 0;
	-webkit-animation-name: bird2;
	-moz-animation-name: bird2;
	-ms-animation-name: bird2;
	-o-animation-name: bird2;
	animation-name: bird2;
}
#cover-page .img .bird4{
	width: 0.5625rem;
	left: 23.87%;
	bottom: 3.24%;
	-webkit-animation-name: bird2;
	-moz-animation-name: bird2;
	-ms-animation-name: bird2;
	-o-animation-name: bird2;
	animation-name: bird2;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@keyframes bird1 {
	0% {
	   	transform: translateY(-50%);
	}
	50% {
	   	transform: translateY(50%);
	}
	100% {
	   	transform: translateY(-50%);
	}
}
@-webkit-keyframes bird1 {
	0% {
	   	-webkit-transform: translateY(-50%);
	}
	50% {
	   	-webkit-transform: translateY(50%);
	}
	100% {
	   	-webkit-transform: translateY(-50%);
	}
}
@-moz-keyframes bird1 {
	0% {
	   	-moz-transform: translateY(-50%);
	}
	50% {
	   	-moz-transform: translateY(50%);
	}
	100% {
	   	-moz-transform: translateY(-50%);
	}
}
@-ms-keyframes bird1 {
	0% {
	   	-ms-transform: translateY(-50%);
	}
	50% {
	   	-ms-transform: translateY(50%);
	}
	100% {
	   	-ms-transform: translateY(-50%);
	}
}
@-o-keyframes bird1 {
	0% {
	   	-o-transform: translateY(-50%);
	}
	50% {
	   	-o-transform: translateY(50%);
	}
	100% {
	   	-o-transform: translateY(-50%);
	}
}
@keyframes bird2 {
	0% {
	   	transform: translateY(50%);
	}
	50% {
	   	transform: translateY(-50%);
	}
	100% {
	   	transform: translateY(50%);
	}
}
@-webkit-keyframes bird2 {
	0% {
	   	-webkit-transform: translateY(50%);
	}
	50% {
	   	-webkit-transform: translateY(-50%);
	}
	100% {
	   	-webkit-transform: translateY(50%);
	}
}
@-moz-keyframes bird2 {
	0% {
	   	-moz-transform: translateY(50%);
	}
	50% {
	   	-moz-transform: translateY(-50%);
	}
	100% {
	   	-moz-transform: translateY(50%);
	}
}
@-ms-keyframes bird2 {
	0% {
	   	-ms-transform: translateY(50%);
	}
	50% {
	   	-ms-transform: translateY(-50%);
	}
	100% {
	   	-ms-transform: translateY(50%);
	}
}
@-o-keyframes bird2 {
	0% {
	   	-o-transform: translateY(50%);
	}
	50% {
	   	-o-transform: translateY(-50%);
	}
	100% {
	   	-o-transform: translateY(50%);
	}
}
#cover-page a{
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 1.5625rem;
	z-index: 2;
	width: 8.125rem;
	height: 2.1875rem;
	text-align: center;
	line-height: 2.1875rem;
	border-radius: 1.09375rem;
	background-color: #005bac;
	font-size: 0.875rem;
	color: #fff;
}
#cover-page a img{
	width: 0.375rem;
	vertical-align: middle;
	margin-left: 0.3125rem;
	animation: 1s infinite fadehorizon;
	-webkit-animation: 1s infinite fadehorizon;
}
@keyframes fadehorizon {
	0% {
		opacity: 0;
	   	transform: translateX(-0.25rem);
	}
	100% {
		opacity: 1;
	   	transform: translateX(0.25rem);
	}
}
@-webkit-keyframes fadehorizon {
	0% {
		opacity: 0;
	   	-webkit-transform: translateX(-0.25rem);
	}
	100% {
		opacity: 1;
	   	-webkit-transform: translateX(0.25rem);
	}
}

.swiper-slide img{
	width: 100%;
	vertical-align: top;
}
.swiper-pagination{
	bottom: 0.5rem;
	font-size: 0;
}
.swiper-pagination .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	margin: 0 0.28125rem;
	border-radius: 0.0625rem;
	overflow: hidden;
	width: 0.5rem;
	height: 0.375rem;
	vertical-align: top;
  	box-shadow: 0px 0px 0.25rem 0px rgba(15, 6, 12, 0.2);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #128fff;
}


.detail-box{
	position: relative;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	z-index: -1;
	display: none;
	padding-bottom: 5.125rem;
	padding-top: 4.53125rem;
	background-color: #fff;
}
.detail-box.active{
	display: block;
	opacity: 1;
	z-index: 1;
}
.detail-box .logo{
	height: 1.75rem;
	position: absolute;
	left: 1.5625rem;
	top: 1.5625rem;
}
.detail-box .sec1{
	border-bottom: 1px solid #7fadd5;
	padding: 1.9375rem 0;
	width: 90%;
	margin: 0 auto;
}
.detail-box .sec1 h5{
	font-weight: normal;
	font-size: 0.8125rem;
	color: #595959;
	line-height: 1.25rem;
}
.detail-box .sec1 h5:first-child{
	margin-bottom: 0.6875rem;
}
.detail-box .sec1 h5:nth-child(2){
	margin-bottom: 1.9375rem;
}
.detail-box .sec1 p{
	font-size: 0.875rem;
	color: #595959;
	font-weight: bold;
}
.detail-box .sec1 p:nth-child(3){
	margin-bottom: 0.625rem;
}
.detail-box .sec1 p img{
	vertical-align: sub;
	margin-right: 0.4375rem;
	width: 0.9375rem;
}
.detail-box .sec2{
	width: 90%;
	margin: 0 auto 2.625rem;
}
.detail-box .sec2 h5{
	text-align: center;
	font-size: 1.125rem;
	color: #005bac;
	font-weight: bold;
	margin-bottom: 0.8125rem;
}
.detail-box .sec2 li{
	width: 46.3%;
	margin-bottom: 0.6875rem;
}
.detail-box .sec2 li:nth-child(odd){
	float: left;
}
.detail-box .sec2 li:nth-child(even){
	float: right;
}
.detail-box .sec2 li img{
	width: 100%;
}
.detail-box .sec3{
	margin-bottom: 2.1875rem;
}
.detail-box .sec3 .box{
	background-color: #fbfbfb;
	border: 1px solid #e6e6e6;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0.375rem;
}
.detail-box .sec3 .box .title{
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	line-height: 3.625rem;
	font-size: 1.125rem;
	color: #005bac;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.detail-box .sec3 .box .title img{
	width: 1.3125rem;
	vertical-align: middle;
	margin-right: 0.75rem;
}
.detail-box .sec3 .box ul{
	padding-top: 0.3125rem;
	padding-bottom: 1.125rem;
	background-repeat: no-repeat;
	background-position: 35% top;
	background-image: url(../images/detail1_sec3_line.jpg);
	background-size: 1px 100%;
}
.detail-box .sec3 .box li{
	margin-bottom: 1.5625rem;
	font-size: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}
.detail-box .sec3 .box li.active{
	opacity: 1;
}
.detail-box .sec3 .box li:last-child{
	margin-bottom: 0;
}
.detail-box .sec3 .box li .left{
	padding-left: 1.3125rem;
	width: 35%;
	display: inline-block;
	vertical-align: top;
}
.detail-box .sec3 .box li .left p{
	width: 5.125rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	border-radius: 0.1875rem;
	background-color: #005bac;
	font-size: 0.6875rem;
	color: #fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
}
.detail-box .sec3 .box li.active .left p{
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
.detail-box .sec3 .box li .right{
	display: inline-block;
	vertical-align: top;
	width: 65%;
	position: relative;
	padding-left: 0.8125rem;
	padding-right: 1.1875rem;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
}
.detail-box .sec3 .box li.active .right{
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
.detail-box .sec3 .box li .right .point{
	width: 0.3125rem;
	height: 0.3125rem;
	border-radius: 50%;
	background-color: #65b7ff;
	position: absolute;
	left: -0.15625rem;
	top: 0.4375rem;
}
.detail-box .sec3 .box li .right .text-box{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0.1875rem;
	padding: 0.625rem 0.9375rem;
}
.detail-box .sec3 .box li .right h5{
	font-size: 0.75rem;
	color: #666;
	line-height: 1.125rem;
}
.detail-box .sec3 .box li .right h5 img{
	width: 1.5625rem;
	vertical-align: middle;
	margin-left: 0.625rem;
}
.detail-box .sec3 .box li .right p{
	font-size: 0.6875rem;
	color: #666;
	line-height: 0.9375rem;
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 0.625rem;
}
.detail-box .sec3 .box li .right p:nth-child(2){
	margin-top: 0.3125rem;
}
.detail-box .sec3 .box li .right p:last-child{
	margin-bottom: 0;
}
.detail-box .sec3 .box li .right p span{
	display: block;
	width: 0.3125rem;
	height: 0.3125rem;
	border: 0.09375rem solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.3125rem;
}


.detail-box .sec6 .title,.detail-box .sec7 .title{
	margin-bottom: 1rem;
	border-bottom: 1px solid #7fadd5;
	position: relative;
	padding-bottom: 0.875rem;
	font-size: 1.125rem;
	color: #005bac;	
	font-weight: bold;
}
.detail-box .sec6 .title img,.detail-box .sec7 .title img{
	width: 4.5rem;
	position: absolute;
	right: 0;
	bottom: -0.25rem;
}
.detail-box .sec6{
	width: 90%;
	margin: 0 auto 2.375rem;
}
.detail-box .sec6 .box{
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	padding: 1.0625rem 1.875rem;
}
.detail-box .sec6 .box h5{
	font-size: 1.0625rem;
	color: #005bac;
	font-weight: bold;
	margin-bottom: 0.875rem;
}
.detail-box .sec6 .box a{
	font-size: 0.75rem;
	color: #595959;
	font-weight: bold;
	margin-bottom: 0.625rem;
	display: block;
}
.detail-box .sec6 .box a:last-child{
	margin-bottom: 0;
}
.detail-box .sec6 .box a img{
	vertical-align: middle;
	margin-right: 0.625rem;
	height: 0.8125rem;
}
.detail-box .sec6 .text p{
	font-size: 0.8125rem;
	color: #595959;
	line-height: 1.1875rem;
	margin-bottom: 0.5rem;
}
.detail-box .sec6 .text p:last-child{
	margin-bottom: 0;
}
.detail-box .sec7{
	width: 90%;
	margin: 0 auto;
}
.detail-box .sec7 .map-box{
	border-radius: 0.3125rem;
	overflow: hidden;
	position: relative;
}
.detail-box .sec7 .map-box .map{
	width: 100%;
}
.detail-box .sec7 .map-box .btn-map img{
	height: 1.875rem;
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
}
.detail-box .sec7 .text{
	padding: 1.25rem 0 1.5625rem;
}
.detail-box .sec7 .text p{
	font-size: 0.75rem;
	color: #595959;
	margin-bottom: 0.875rem;
}
.detail-box .sec7 .text p:last-child{
	margin-bottom: 0;
}
.detail-box .sec7 .tip{
	background-color: #e5f0f9;
	border-radius: 0.3125rem;
	overflow: hidden;
	padding: 0.625rem;
}
.detail-box .sec7 .tip img{
	width: 0.625rem;
	vertical-align: top;
	margin-right: 0.125rem;
	margin-top: 0.1875rem;
}
.detail-box .sec7 .tip p{
	font-size: 0.6875rem;
	color: #006bc5;
	line-height: 1.0625rem;
	font-weight: bold;
}

.bottom-nav-box{
	position:fixed;
	bottom:0; 
	left:0;
	right: 0;
	margin: auto; 
	text-align: center;
	font-size: 0;
	z-index:100;
	display:none;
	background-color: #fff;
	padding-top: 1.25rem;
	padding-bottom: 1.375rem;
}
.bottom-nav-box.fixed{
	display: block!important;
	bottom:0rem!important; 
	opacity: 1!important;
}
.bottom-nav-box a{
	display: inline-block;
	vertical-align: middle;
	background-color: #005bac;
	font-size: 0.9375rem;
	color: #fff;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 9.375rem;
	border-radius: 0.1875rem;
}
.bottom-nav-box a.prev{
	float: left;
}
.bottom-nav-box a.next{
	float: right;
}
.bottom-nav-box a.next.width2,.bottom-nav-box a.prev.width2{
	width: 12rem;
	float: none;
}

#cover-last{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	z-index: -1;
}
#cover-last.active{
	opacity: 1;
	z-index: 1;
}
#cover-last .logo{
	height: 1.75rem;
	position: absolute;
	left: 1.5625rem;
	top: 1.5625rem;
}
#cover-last h4{
	font-size: 1.125rem;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.875rem;
	margin-top: 6.625rem;
	transition: all 1s 1s;
	-webkit-transition: all 1s 1s;
	opacity: 0;
	transform: translateX(1.25rem);
	-webkit-transform: translateX(1.25rem);
}
#cover-last.active h4{
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
#cover-last h5{
	font-size: 1.0625rem;
	color: #808080;
	margin-bottom: 1.875rem;
	font-weight: normal;
	transition: all 1s 1s;
	-webkit-transition: all 1s 1s;
	opacity: 0;
	transform: translateX(-1.25rem);
	-webkit-transform: translateX(-1.25rem);
}
#cover-last.active h5{
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
#cover-last .box{
	position: relative;
	width: 17rem;
	margin: 0 auto;
	transition: all 1s 2s;
	-webkit-transition: all 1s 2s;
	opacity: 0;
}
#cover-last.active .box{
	opacity: 1;
}
#cover-last .img{
	width: 100%;
}
#cover-last .qr{
	width: 9.1875rem;
	position: absolute;
	left: 50%;
	margin-left: -4.59375rem;
	top: 7.5rem;
	transition: all 1s 2.5s;
	-webkit-transition: all 1s 2.5s;
	opacity: 0;
}
#cover-last.active .qr{
	opacity: 1;
}
#cover-last .bottom-nav-box{
	display: block!important;
	bottom: 0!important;
	opacity: 1!important;
}
.voice{

}
/*music*/
a.voice{ 
	width:1.125rem;
	height:1.125rem;
	background-image:url(../images/play.png); 
	background-repeat:no-repeat; 
	background-size:100% 100%; 
	display:block; 
	position:absolute;
	right:1.5625rem; 
	top:1.7rem; 
	z-index:11; 
}
a.voice.rond{
	animation: 2.4s rond linear infinite;
	-webkit-animation: 2.4s rond linear infinite;
}

}
@keyframes rond {
	0% {
	   	transform: rotate(0deg);
	}
	100% {
	   	transform: rotate(360deg);
	}
}
@-webkit-keyframes rond {
	0% {
	   	-webkit-transform: rotate(0deg);
	}
	100% {
	   	-webkit-transform: rotate(360deg);
	}
}

@media screen and (max-width:768px){
	.mobile{
		display: block!important;
	}
	.web{
		display: none!important;
	}
}