@charset "utf-8";
/* CSS Document */
html{color:#666;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;font-size: 62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
ol,ul,li {list-style:none;}
h1,h2{ font-weight:bold}
em,i{ font-style:normal}
a{text-decoration: none;display:inline}
b,strong{ font-weight:bold}
img{border:none; width:100%; display:block}
.fl, .fr{_display: inline;}
.fl{float: left;}
.fr{float: right;}
.cl { clear:both;}
.cl:after { content:"."; visibility:hidden; height:0; font-size:0; display:block; clear:both;}
.pr{ position:relative}
.mt30{ margin-top:0.3rem}

html, body {position: relative; height: 100%; } 
body {background: #fff; font-size:0.24rem; color:#333; margin: 0; padding: 0;font-family: 'Microsoft YaHei'; max-width:750px; margin:0 auto } 
.swiper-container { width: 100%; height: 100%; }
.swiper-slide {position: relative;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.content{ width:96%; overflow:hidden; margin:-40px auto 0; } 
.content p{ font-size:0.24rem; line-height:0.4rem; text-indent:2em; text-align:justify}

.bg01{ background:url(img/bg01.jpg) no-repeat center top; background-size:100%;}
.bg02{ background:url(img/bg02.jpg) no-repeat center; background-size:100%;}
.bg03{ background:url(img/bg03.jpg) no-repeat center; background-size:100%;}
.tit{ margin:0.25rem 0}
.home .ztpic{ width:4.25rem; margin:0.1rem auto 0.2rem auto}
.home p{ padding:0 0.5rem; font-size:0.24rem; text-align:justify; line-height:0.4rem; color:#fff; text-indent:2em}

.p01{ padding-bottom:0.1rem;}
.p01 ul{ width:98%; border:1px solid #dbd8d2; overflow:hidden; border-bottom:none; position:relative; z-index:9999; margin:0.4rem 0 0.2rem 0}
.p01 ul li{float:left; background:#f8f8f8; border-bottom:1px solid #dbd8d2; height:0.5rem; line-height:0.5rem; background:url(img/gou.png) no-repeat 0.05rem center #f8f8f8; padding-left:0.4rem;box-sizing:border-box}
.p01 ul li:nth-child(odd){ width:43%; border-right:1px solid #dbd8d2; }
.p01 ul li:nth-child(even){ width:57%}
.p01 span{ display:block; width:80%; border:3px solid #d2000f; position:absolute; bottom:0.1rem; right:0; z-index:0}
.p02 p{ background:url(img/spbg.png) no-repeat; background-size:100%; width:100%; height:2.61rem; line-height:0.4rem;padding:0.7rem 0 0 0.5rem; box-sizing:border-box; margin:0.2rem 0; text-indent:0}
.tab01{ width:100%; text-align:center; margin-bottom:0.3rem;}
.tab01 li{width:18%!important; line-height:0.5rem; float:left; margin:0 1%; border:1px solid #b5b5b5; box-sizing:border-box}
.tab01 li.on{ background:#d2000f; color:#fff; border:1px solid #d2000f}
.p03 { text-align:center}
.p03 b,.p04 b{ display:inline-block; vertical-align:top; font-size:0.3rem; background:#d2000f; color:#fff; padding:0 0.4rem; line-height:0.6rem; margin-top:-0.3rem; font-weight:normal}
.p03 p,.p04 p{ padding:0.2rem 0; }
.p04{ width:7.3rem!important; text-align:center }
.p04 ul li img{ width:100%!important; float:left}
.swiper-pagination{ position:static}
.p05 ul li{ width:100%; height:6.6rem!important; padding:0.1rem 0.1rem 0 0.1rem; background:#d2000f; box-sizing:border-box; color:#fff}
.p05 ul li b{ display:block; text-align:center; font-size:0.3rem; line-height:0.6rem;}
.p05 ul li p{ padding:0 0.2rem;}
.tab02{ width:100%; text-align:center; padding:0.2rem 0 0 0}
.tab02 li{ display:inline-block; width:0.2rem; height:0.2rem; border:1px solid #b5b5b5; margin:0 0.1rem}
.tab02 li.on{ background:#d2000f; border:1px solid #d2000f}
.p06 p.p1{ font-size:0.3rem; line-height:0.6rem}
.p06 b{ display:block; text-align:center; font-size:0.3rem; padding-top:0.5rem; line-height:0.6rem}
.p06 b i{ color:#d2000f}
.p07{ width:100%; text-align:center}
.p07 p{ text-indent:0;  color:#fff; line-height:0.5rem; text-align:center; padding-bottom:0.5rem}
.p07 div{ display:inline-block; margin:0 0.2rem}
.p07 .web{ width:1.9rem}
.p07 .wx{ width:2.07rem}

#array{	position:absolute;z-index:999;-webkit-animation: start 1.5s infinite ease-in-out;	width:0.47rem;height: 0.49rem;	bottom: 30px;left:45%;}
@-webkit-keyframes start {
	0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
	60% {opacity: 1;-webkit-transform: translate(0,0);}
	100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}
@-moz-keyframes start {
	0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
	60% {opacity: 1;-moz-transform: translate(0,0);}
	100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(0,10px);}
	60% {opacity: 1;transform: translate(0,0);}
	100% {opacity: 0;transform: translate(0,-8px);}
}

@keyframes fade{
	from{ opacity:0}
	to{ opacity:1}
}
@-webkit-keyframes fade{
	from{ opacity:0}
	to{ opacity:1}
}
@-moz-keyframes fade{
	from{ opacity:0}
	to{ opacity:1}
}

footer{ display:none}

@media screen and (max-width:320px){
	.p01 ul li{ font-size:0.18rem}
}







