@charset "utf-8";
h1,h2,h3,p{
	margin: 0;
}
body{
	background-color: #ac252b;
	color: #ffffff;
	max-width:750px;
	margin: 0 auto;
	padding: 0;
}
a{
	text-decoration: none;
	font-family:"微软雅黑";
	
}
a:hover{
	color: #cb0907;
}

a:active{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}

img{
	max-width: 100%;
	vertical-align: middle;
}
ul,li{
	list-style: none;
}
ul,li,ol,div{
	font-size:14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
h2,h3,h4{
	font-weight: normal;
}
input,textarea{
	font-family:"微软雅黑"
}
i{
	font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom:1;}

.wrap{
	position: relative;
	min-height: 100vh;
	background: url(../images/bg.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.wrap::before{
	display: block;
	content: '  ';
	background: url(../images/tbg.png) no-repeat;
	background-size: contain;
	width: 3.7rem;
	height: 1.6rem;
	position: absolute;
	right: 0;
	top: 0;
}
.nav-wx img{
	width: 1.16rem;
	height: 1.16rem;
}
.nav-title{
	font-size: 0;
}
.nav-title img{
	width: 1.8rem;
	height: 1rem;
}
.justify {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header{
	padding: .7rem .6rem;
	z-index: 999;
}
.header .back{
	display: block;
	background: url(../images/back.png) no-repeat;
	background-size: contain;
	width: .7rem;
	height: .7rem;
}
.wrap .main{
	padding: 0 .6rem;
}
.swiper-main{
	position: relative;
	margin-bottom: .5rem;
}
.swiper-main img{
	width: 6rem;
	height: 8.4rem;
	border:8px solid #ecfb4a
}
.detail-cell{
	margin-bottom: .5rem;
	line-height: 1.6;
}
.detail-cell h1{
	font-size: .4rem;
	margin-bottom: .4rem;
}
.detail-cell p{
	font-size: .3rem;
}
.contact-box h4{
	font-size: .26rem;
	font-weight: bold;
	margin: 0;
}
.contact-box p{
	font-size: .22rem;
}
.v-foot{
	position: relative;
	text-align: center;
	padding: .4rem .3rem;
}
.swiper--next,
.swiper--prev{
	outline: none;
	width: .8rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	margin-top: -.4rem;
	cursor: pointer;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.swiper--next{
	right: .3rem;
	background-image: url(../images/next.png);
}
.swiper--prev{
	left: .3rem;
	background-image: url(../images/prev.png);
}
.swiper-main .swiper-slide{
	font-size: 0;
}
.detail-photo{
	font-size: 0;
	border:8px solid #ecfb4a
}
.yy-button{
	display: block;
	text-align: center;
	font-size: 0;
}
.v-hasN{
	margin-top: .4rem;
}
.v-hasN .niao{
	width: 3rem;
	height: 1.34rem;
	position: absolute;
	right: .3rem;
	bottom: 1.6rem;
	background: url(../images/nian.png) center no-repeat;
	background-size: contain;
}
.v-hasN .he{
	width: 3.3rem;
	height: 2.6rem;
	position: absolute;
	right: .3rem;
	bottom: 1.6rem;
	background: url(../images/he.png) center no-repeat;
	background-size: contain;
}
.detail-cell p{
	margin-bottom: .5rem;
}
.detail-cell p:last-child{
	margin-bottom: 0;
}
.map-box{
	width: 3.2rem;
	border: 4px solid #ecfb4a;
	margin-top: .5rem;
}
.logo img{
	width: 1.1rem;
	height: 1.2rem;
}
.v-banner-text{
	text-align: center;
}
.v-banner-text img{
	width: 7.8rem;
}
.v-banner{
	text-align: center;
}
.v-nav-list{
	overflow: hidden;
}
.v-navbar{
	position: relative;
	padding:.3rem .6rem .6rem .6rem;
}
.v-nav-list li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: .2rem;
}
.nav-box{
	text-align: center;
	font-size: 0;
	display: block;
}
.nav-box img{
	max-width: 1.2rem;
}
.swiper-navbar .swiper-pagination{
	position: static;
}
.swiper-pagination-bullet-active{
	background-color: #5f171c;
}
.btnpic{
	position: absolute;
	right: .3rem;
	top: 2.3rem;
	border: 0;
	width: .6rem;
	height: .6rem;
	background: url(../images/music.png) no-repeat;
	background-size: contain;
	font-size: 0;
	overflow: hidden;
	opacity: .6;
	z-index: 999;
}
.btnpic.playing{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation: rotate 3s linear infinite;
	-moz-animation: rotate 3s linear infinite;
	-o-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.v-navbar .swiper--next{
	right: 2px;
	top: 44%;
	height: 25px;
	width: 25px;
	border-radius: 54px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.v-navbar .swiper--prev{
	left: 2px;
	height: 25px;
	width: 25px;
	top: 44%;border-radius: 54px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.adv-main{
	margin: 0 auto;
	width: 6.2rem;
}
.adv-cell{
	height: 7.6rem;
	box-sizing: border-box;
	background: url(../images/advbg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 1rem;
	margin-bottom: .5rem;
}
.adv-header{
	text-align: center;
	color: #ac252b;
	font-size: .36rem;
	background: url(../images/ntt.png) no-repeat center;
	width: 4.8rem;
	height: 1.53rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin-bottom: .2rem;
}
.adv-header2{
	text-align: center;
	color: #ac252b;
	font-size: .36rem;
	background: url(../images/ntt2.png) no-repeat center;
	width: 4.8rem;
	height: 1.53rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin-bottom: .2rem;
}
.adv-header3{
	text-align: center;
	color: #ac252b;
	font-size: .36rem;
	background: url(../images/ntt3.png) no-repeat center;
	width: 4.8rem;
	height: 1.53rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin-bottom: .2rem;
}
.adv-header4{
	text-align: center;
	color: #ac252b;
	font-size: .36rem;
	background: url(../images/ntt4.png) no-repeat center;
	width: 4.8rem;
	height: 1.53rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin-bottom: .2rem;
}
.adv-header5{
	text-align: center;
	color: #ac252b;
	font-size: .36rem;
	background: url(../images/ntt5.png) no-repeat center;
	width: 4.8rem;
	height: 1.53rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin-bottom: .2rem;
}
.adv-photo{
	width: 4.8rem;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0;
	margin-bottom: .2rem;
}
.adv-photo img{
	border: 0px solid #ac252b;
	display: block;
	width: 92%;
	box-sizing: border-box;
	margin: 0 auto;
}
.adv-desc{
	margin: 0 auto;
	font-size: .25rem;
	color: #ac252b;
	max-width: 4.6rem;
	text-align: center;
}





