body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{font-weight:normal;font-family:'Microsoft YaHei', sans-serif;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{display:block}
input{-webkit-appearance: none;}
/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.wrap{
    margin:0 auto;
    width:100%;
    max-width:7.5rem;
    min-width:3.2rem;
    overflow:hidden;
    position:relative;
}
.main{
    margin:0 auto;
    width:7.05rem
}
.header{
    top:0;
    left:0;
    width:7.5rem;
    z-index:9999;
    position:absolute;
}
.header .top{
    width:100%;
    height:0.99rem;
}
.header .top .logo{
    margin-top:0.31rem;
    margin-left:0.31rem;
    float:left;
    width:1.31rem;
    height:0.4rem;
}
.header .top .logo-text{
    margin-top:0.34rem;
    margin-left:0.15rem;
    padding-left:0.13rem;
    float:left;
    color:#ffffff;
    font-size:0.22rem;
    line-height:0.35rem;
    border-left:0.01rem solid #ffffff;
}
.header .top .phone{
    margin-top:0.36rem;
    margin-right:0.12rem;
    padding-left:0.44rem;
    float:right;
    color:#01d5a2;
    font-size:0.2rem;
    line-height:0.34rem;
    background:url("../img/phone.png") no-repeat left center;
    background-size:0.33rem 0.33rem;
}
.header .nav{
    border-top:0.01rem solid #0f3b40;
    border-bottom:0.01rem solid #0f3b40;
}
.header .nav ul{
    margin-left:0.25rem;
}
.header .nav ul li{
    padding-left:0.21rem;
    padding-right:0.22rem;
    float:left;
    position:relative;
    line-height:0.79rem;
    background:url("../img/nav-line.png") no-repeat left center;
    background-size:0.01rem 100%;
}
.header .nav ul li.first{
    background:none;
}
.header .nav ul li a{
    font-size:0.26rem;
    color:#ffffff;
}
.header .nav ul li.act span{
    left:50%;
    bottom:0;
    margin-left:-0.49rem;
    width:0.98rem;
    height:0.02rem;
    display:block;
    position:absolute;
    background:#01d5a2;
}
.header .nav ul li.first.act span{
    left:50%;
    bottom:0;
    margin-left:-0.25rem;
    width:0.5rem;
    height:0.02rem;
    display:block;
    position:absolute;
    background:#01d5a2;
}
#banner{
    width:7.5rem;
    height:12rem;
}
#banner .banner{
    width:7.5rem;
    height:12rem;
    position:relative;
    background:url("../img/banner-img1.jpg") no-repeat center;
    background-size:7.5rem 12rem;
}
#banner .banner .star1{
    top:12%;
    left:88%;
    width:1.21rem;
    height:0.96rem;
    position:absolute;
    animation:4s star1 linear infinite;
}
@keyframes star1{
    0%{top:12%;left:88%;opacity:0}
    10%{opacity:1}
    50%{top:62%;left:-18%;opacity:0}
    100%{opacity:0}
}
#banner .banner .star2{
    top:44%;
    left:13%;
    width:1.21rem;
    height:0.96rem;
    position:absolute;
    animation:2s star2 linear infinite;
}
@keyframes star2{
    0%{top:22%;left:66%;opacity:0}
    50%{top:22%;left:66%;opacity:0}
    75%{opacity:1}
    100%{top:44%;left:13%;opacity:0}
}
#banner .banner .star3{
    top:52%;
    left:78%;
    width:0.88rem;
    height:0.7rem;
    position:absolute;
    animation:3s star3 linear infinite;
}
@keyframes star3{
    0%{top:52%;left:78%;opacity:0}
    10%{opacity:1}
    50%{top:100%;left:-18%;opacity:0}
    100%{opacity:0}
}
#banner .banner .star4{
    top:73%;
    left:77%;
    width:1.21rem;
    height:0.96rem;
    position:absolute;
    animation:2s star4 linear infinite;
}
@keyframes star4{
    0%{top:73%;left:77%;opacity:0}
    50%{top:73%;left:77%;opacity:0}
    75%{opacity:1}
    100%{top:100%;left:17%;opacity:0}
}
#banner .banner .tag{
    top:5.05rem;
    left:50%;
    margin-left:-3.78rem;
    width:7.56rem;
    height:5.53rem;
    position:absolute;
    overflow:hidden;
    background:url("../img/banner-tag.png") no-repeat center;
    background-size:7.56rem 5.53rem;
    border-radius:100%;
    animation:1s banner-tag linear infinite;
}
@keyframes banner-tag {
    0%{opacity:1;}
    50%{opacity:0.8;}
    100%{opacity:1;}
}
.title{
    margin-bottom:0.54rem;
    padding-bottom:0.58rem;
    padding-top:0.48rem;
    position:relative;
    background:url("../img/title-line.png") no-repeat left bottom;
    background-size:3.88rem 0.3rem;
}
.title.t2{
    background:url("../img/title-line2.png") no-repeat right bottom;
    background-size:3.88rem 0.3rem;
}
.title h3{
    color:#f5f5f5;
    text-align:center;
    font-size:0.62rem;
    line-height:0.62rem;
}
.title.t2 h3{
    color:#37353d;
}
.title h2{
    top:0.78rem;
    left:0;
    width:100%;
    color:#232227;
    text-align:center;
    font-size:0.54rem;
    line-height:0.54rem;
    position:absolute;
}
.title.t2 h2{
    color:#ffffff;
}
.title h2 span{
    color:#01d5a2;
}
.title p{
    margin-top:0.5rem;
    color:#838383;
    text-align:center;
    font-size:0.34rem;
    line-height:0.34rem;
}
.title.t2 p{
    color:#ffffff;
}
.part{
    margin:0 auto;
    padding-bottom:0.6rem;
    width:100%;
    overflow:hidden;
}
.p1 ul{
    margin-top:-0.23rem;
    margin-left:-0.05rem;
    width:7.5rem;
}
.p1 ul li{
    margin-top:0.73rem;
    margin-right:0.14rem;
    float:left;
    width:3.48rem;
    height:1.85rem;
    position:relative;
    border:0.01rem solid #01d5a2;
    border-radius:0.01rem;
}
.p1 ul li h2{
    top:-0.51rem;
    left:-0.01rem;
    width:2.56rem;
    height:0.5rem;
    color:#ffffff;
    font-size:0.34rem;
    line-height:0.5rem;
    text-indent:0.24rem;
    position:absolute;
    background:url("../img/p1-tag1.png") no-repeat center;
    background-size:2.56rem 0.5rem;
}
.p1 ul li.l2 h2{
    left:0.91rem;
    text-indent:0.66rem;
    background:url("../img/p1-tag2.png") no-repeat center;
    background-size:2.56rem 0.5rem;
}
.p1 ul li p{
    margin:0.34rem auto 0;
    width:3rem;
    color:#838383;
    font-size:0.26rem;
    line-height:0.38rem;
}
.p1 .img{
    margin:0.4rem auto 0;
    width:6.29rem;
    height:3rem;
}
.p2{
    padding-bottom:0;
    height:8.69rem;
    background:url("../img/p2-bg.jpg") no-repeat center;
    background-size:7.5rem 8.69rem;
}
.p2 ul{
    margin-left:0.04rem;
    width:7.5rem;
}
.p2 ul li{
    margin-right:0.35rem;
    float:left;
    width:2.09rem;
    height:3.88rem;
}
.p2 ul li.l1{
    background:url("../img/p2-l1.png") no-repeat;
    background-size:2.09rem 3.88rem;
}
.p2 ul li.l2{
    background:url("../img/p2-l2.png") no-repeat;
    background-size:2.09rem 3.88rem;
}
.p2 ul li.l3{
    background:url("../img/p2-l3.png") no-repeat;
    background-size:2.09rem 3.88rem;
}
.p2 ul li h2{
    margin-top:1.78rem;
    font-size:0.28rem;
    line-height:0.28rem;
    color:#ffffff;
    text-align:center;
}
.p2 ul li p{
    margin:0.33rem auto 0;
    font-size:0.24rem;
    line-height:0.38rem;
    width:1.55rem;
    color:#838383;
}
.link{
    margin:0.34rem auto;
    width:4.32rem;
    height:1.01rem;
    display:block;
    font-size:0.42rem;
    color:#ffffff;
    line-height:0.88rem;
    text-align:center;
    background:url("../img/link.png") no-repeat center;
    background-size:4.32rem 1.01rem;
}
.p3{
    background:url("../img/p3-bg.jpg") no-repeat left 3.06rem;
    background-size:4.6rem 6.36rem;
}
.p3 .main{
    overflow:hidden;
}
.p3 .box{
    margin:0.42rem auto 0;
    width:6.57rem;
    height:5.62rem;
    overflow:hidden;
    background:url("../img/p3-box.png") no-repeat center;
    background-size:6.57rem 5.62rem;
}
.p3 .box .table{
    margin:1.54rem auto 0;
    width:5.47rem;
    height:3.6rem;
    overflow:hidden;
    position:relative;
}
.p3 .box table{
    top:0;
    left:0;
    width:5.47rem;
    display:block;
    position:absolute;
}
.p3 .box table.table1{
    animation:8s table1 linear infinite;
}
@keyframes table1{
    0%{top:0;}
    100%{top:-100%;}
}
.p3 .box table.table2{
    top:100%;
    animation:8s table2 linear infinite;
}
@keyframes table2{
    0%{top:100%;}
    100%{top:0;}
}
.p3 .box table td{
    font-size:0.24rem;
    line-height:0.45rem;
    height:0.45rem;
    overflow:hidden;
}
.p3 .box table td.td1{
    width:1.24rem;
    text-indent:0.1rem;
}
.p3 .box table td.td2{
    width:1.74rem;
    text-indent:0.2rem;
}
.p3 .box table td.td3{
    width:1.14rem;
}
.p3 .box table td.td4{
    text-indent:0.2rem;
}
.p3 .link{
    margin:0.9rem auto 0;
}
.p4{
    width:100%;
    height:15.13rem;
    background:url("../img/p4-bg.jpg") no-repeat center;
    background-size:15.13rem;
}
.p4 .ctn{
    height:10.25rem;
    position:relative;
}
.p4 .ctn .tit1{
    top:0;
    left:0;
    width:3.51rem;
    height:0.63rem;
    color:#ffffff;
    font-size:0.34rem;
    line-height:0.55rem;
    text-indent:0.5rem;
    position:absolute;
    background:url("../img/p4-tit1.png") no-repeat center;
    background-size:3.51rem 0.63rem;
}
.p4 .ctn .tit2{
    top:5.35rem;
    right:0;
    width:3.52rem;
    height:0.63rem;
    color:#ffffff;
    font-size:0.34rem;
    line-height:0.55rem;
    text-indent:0.5rem;
    position:absolute;
    background:url("../img/p4-tit2.png") no-repeat center;
    background-size:3.52rem 0.63rem;
}
.p4 .ctn > ul{
    position:absolute;
}
.p4 .ctn > ul > li{
    left:0;
    width:3.43rem;
    float:left;
}
.p4 .ctn > ul.ul1{
    top:0.82rem;
}
.p4 .ctn > ul.ul2{
    top:6.17rem;
}
.p4 .ctn > ul.ul1 li.l1{
    margin-top:0.26rem;
}
.p4 .ctn > ul.ul2 li.l2{
    margin-top:0.26rem;
}
.p4 .ctn > ul li.l1{
    margin-left:0.17rem;
    height:2.83rem;
    background:url("../img/p4-l1.png") no-repeat;
    background-size:3.43rem 2.83rem;
}
.p4 .ctn > ul li.l2{
    margin-left:0.28rem;
    height:2.86rem;
    background:url("../img/p4-l2.png") no-repeat;
    background-size:3.43rem 2.86rem;
}
.p4 .ctn > ul li.l1 > ul{
    margin-top:0.26rem;
    margin-left:0.65rem;
}
.p4 .ctn > ul li.l1 > ul li{
    margin-bottom:0.36rem;
    color:#4b4b4b;
    font-size:0.26rem;
    line-height:0.26rem;
}
.p4 .ctn > ul li.l2 > ul{
    margin-top:0.26rem;
}
.p4 .ctn > ul li.l2 > ul li{
    margin-bottom:0.36rem;
    color:#4b4b4b;
    width:2.56rem;
    text-align:right;
    font-size:0.26rem;
    line-height:0.26rem;
}
.p4 .ctn > ul li > ul li.more{
    margin-bottom:0.08rem;
}
.p4 .ctn .info{
    left:0.5rem;
    top:4.28rem;
    position:absolute;
}
.p4 .ctn .info.i2{
    top:9.63rem;
}
.p4 .ctn .info h3{
    margin-top:0.14rem;
    float:left;
    width:1.21rem;
    height:0.35rem;
    color:#01d5a2;
    font-size:0.24rem;
    line-height:0.35rem;
    text-align:center;
    border:0.01rem solid #01d5a2;
}
.p4 .ctn .info p{
    margin-left:0.19rem;
    float:left;
    width:5.5rem;
    font-size:0.24rem;
    line-height:0.34rem;
    color:#ffffff;
}
#p5{
    margin:0 auto;
    width:7.06rem;
    height:4.7rem;
    background:url("../img/p5-box.png") no-repeat center;
    background-size:7.06rem 4.7rem;
}
#p5 .box .info{
    margin-top:1.3rem;
    margin-left:0.8rem;
}
#p5 .box .info h2{
    padding-bottom:0.17rem;
    width:2.55rem;
    color:#01d5a2;
    text-align:center;
    font-size:0.34rem;
    line-height:0.34rem;
    border-bottom:1px solid #838383;
}
#p5 .box .info p{
    margin-top:0.16rem;
    width:2.8rem;
    color:#333333;
    font-size:0.26rem;
    line-height:0.44rem;
}
.p5 .main{
    position:relative;
}
#p5 .box img{
    top:0.7rem;
    left:4.26rem;
    width:1.89rem;
    height:3.68rem;
    position:absolute;
}
#p5-left{
    top:3.1rem;
    left:2rem;
    width:0.6rem;
    height:0.35rem;
    z-index:9999;
    cursor:pointer;
    position:absolute;
    background:url("../img/p5-left.png") no-repeat center;
    background-size:0.6rem 0.35rem;
}
#p5-right{
    top:3.1rem;
    left:2.75rem;
    width:0.6rem;
    height:0.35rem;
    z-index:9999;
    cursor:pointer;
    position:absolute;
    background:url("../img/p5-right.png") no-repeat center;
    background-size:0.6rem 0.35rem;
}
.p5{
    padding-bottom:0;
}
.p5 .link{
     margin:0.34rem auto 0;
}
.p6{
    background:url("../img/p6-bg.jpg") no-repeat left 4rem;
    background-size:4.22rem 2.24rem;
}
#p6{
   width:100%;
}
#p6 .box{
    margin:0 0.23rem;
    position:relative;
}
#p6 .box img{
    float:left;
    width:3.29rem;
    height:4.03rem;
}
#p6 .box .info{
    padding:0.1rem;
    float:right;
    width:2.6rem;
    background:#ffffff;
}
#p6 .box .info h2{
    font-size:0.4rem;
    line-height:0.4rem;
    text-align:right;
    color:#232227;
}
#p6 .box .info h3{
    margin-top:0.16rem;
    padding-bottom:0.21rem;
    font-size:0.24rem;
    line-height:0.28rem;
    text-align:right;
    color:#525155;
    border-bottom:1px solid #525155;
}
#p6 .box .info p{
    margin-top:0.28rem;
    font-size:0.24rem;
    line-height:0.36rem;
    text-align:right;
    color:#838383;
}
.p7{
    background:url("../img/p7-bg.jpg") no-repeat center;
    background-size:7.5rem 7.66rem;
}
.p7 ul{
    margin-left:0.15rem;
}
.p7 ul li{
    margin-bottom:0.33rem;
    margin-right:0.17rem;
    float:left;
}
.p7 ul li img{
    width:2.28rem;
    height:1.07rem;
}
.p8 ul{
    width:7.5rem;
}
.p8 ul li{
    margin-right:0.16rem;
    float:left;
    width:2.25rem;
    height:3.59rem;
    color:#333333;
    overflow:hidden;
    border:0.01rem solid #01d5a2;
    border-radius:0 0 0.4rem 0;
}
.p8 ul li.l1{
    background:url("../img/p8-tag1.png") no-repeat center 0.28rem;
    background-size:0.68rem 0.58rem;
}
.p8 ul li.l2{
    background:url("../img/p8-tag2.png") no-repeat center 0.28rem;
    background-size:0.57rem 0.59rem;
}
.p8 ul li.l3{
    background:url("../img/p8-tag3.png") no-repeat center 0.28rem;
    background-size:0.59rem 0.56rem;
}
.p8 ul li h2{
    margin-top:1rem;
    font-size:0.34rem;
    line-height:0.34rem;
    text-align:center;
}
.p8 ul li span{
    margin:0.18rem auto 0;
    width:0.43rem;
    height:0.02rem;
    display:block;
    background:#01d5a2;
}
.p8 ul li p{
    margin-top:0.15rem;
    font-size:0.24rem;
    line-height:0.4rem;
    text-align:center;
}
.p8{
    padding-bottom:0;
}
.p9 ul{
    width:7.5rem;
}
.p9 ul li{
    margin-bottom:0.2rem;
    margin-left:0.13rem;
    float:left;
    width:2.33rem;
    height:1.89rem;
    overflow:hidden;
    position:relative;
}
.p9 ul li img{
    width:2.33rem;
    height:1.89rem;
}
.p9 ul li p{
    bottom:0;
    left:0;
    width:100%;
    height:0.4rem;
    font-size:0.2rem;
    text-align:center;
    line-height:0.4rem;
    color:#ffffff;
    position:absolute;
    background:#16caaa;
    background:rgba(22,202,170,0.8);
}
#table{
    width:7.5rem;
    height:10.53rem;
    overflow:hidden;
    background:url("../img/table-bg.jpg") no-repeat center;
    background-size:7.5rem 10.53rem;
}
#table .table-title{
    margin:0.75rem auto 0;
    width:5.84rem;
    height:1.84rem;
}
#table form{
    margin:0.45rem auto 0;
    width:6.5rem;
    height:6.5rem;
    overflow:hidden;
    background:#24263f;
    border-radius:0.1rem;
}
#table form input[type="text"]{
    padding:0 0.31rem 0 1.14rem;
    width:4rem;
    font-size:0.32rem;
    display:block;
    color:#ffffff;
    height:0.83rem;
    line-height:0.83rem;
    border:0.02rem solid #646575;
    border-radius:0.06rem;
}
#table form input[type="text"].name{
    margin-left:0.5rem;
    margin-top:0.67rem;
    background:url("../img/table-tag1.png") no-repeat 0.15rem center;
    background-size:0.75rem 0.73rem;
}
#table form input[type="text"].phone{
    margin-left:0.5rem;
    margin-top:0.56rem;
    background:url("../img/table-tag2.png") no-repeat 0.23rem center;
    background-size:0.67rem 0.73rem;
}
#table form input[type="text"].num{
    background:url("../img/table-tag3.png") no-repeat 0.18rem center;
    background-size:0.72rem 0.73rem;
}
#table .wm{
    margin-left:0.5rem;
    margin-top:0.56rem;
    position:relative;
}
#table #getcode{
    top:0.18rem;
    right:0.8rem;
    width:1.82rem;
    height:0.5rem;
    color:#ffffff;
    cursor:pointer;
    font-size:0.26rem;
    line-height:0.5rem;
    text-align:center;
    position:absolute;
    background:#474a6a;
    border-radius:0.22rem;
}
#table input[type="submit"]{
    margin:0.5rem auto 0;
    width:5.49rem;
    height:0.87rem;
    color:#ffffff;
    cursor:pointer;
    font-size:0.42rem;
    line-height:0.87rem;
    text-align:center;
    display:block;
    background: linear-gradient(0deg, #23f698, #05d9a1);
    border:none;
    border-radius:0.22rem;
}
