*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:none;
}

img{
    border:none;
}

li{
    list-style:none;
}

.clearfix ::before ,.clearfix ::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear:both;
}


.banner{
    width:980px;
    margin:0 auto;
    padding-bottom: 20px;
}

.banner .pack{
    width: 980px;
    height:307px;
    background:url("img/banner_one.png")no-repeat center top;
    margin: 0 auto;
    background-size:contain;
}

.age{
    width: 100%;
    height: 330px;
    margin: 0 auto;
    background-image:url("img/main_one.jpg");
    padding: 20px 0;

}

.pay{
    width: 982px;
    height: 300px;
    margin: 0 auto;
}

.age .pay .left{
    width: 500px;
    height: 289px;
    background:#fff;
    border:1px solid #ccc;
    text-align: center;
    float: left;
}

.age .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 5px;
    color: #000;
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
}

.age .left .inner{
    padding-top:5px;
    margin-bottom:40px;
}

.age .left .inner a{
    font-size: 14px;
    line-height:22px;
    color: #000;
    font-family:Adobe å®‹ä½“ Std L;
}

.age .pay .right{
    float: right;
}
.age .pay .right img{
    width: 480px;
    height:290px;
    text-align: center;
}

.lb{
    width: 980px;
    height: 550px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

.lb .ig{
    position: absolute;
}

.btn{
    position:absolute;
    color:#ccc;
    top: 224px;
    width: 40px;
    height:60px;
    background-color: rgba(255,255,255,3);
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    border-radius:5px;
    margin: 0 5px;
    text-align: center;
}

.btn2{
    position: absolute;
    right:0px;
}

.lb .tabs{
    position: absolute;
    list-style: none;
    background-color:rgba(255,255,255,.5);
    left:920px;
    bottom:10px;
    border-radius:10px;
    padding:5px 0 5px 0;
    text-align: center;
}

.lb .tabs .tab{
    float: left;
    line-height:20px;
    width: 10px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    margin-right:4px;
    border-radius:100%;
}

.main{
    width:100%;
    height:1000px;
    margin: 0 auto;
    background:url("img/main_three.jpg");
    padding: 50px 0;
}

.main .pack{
    width: 980px;
    margin: 0 auto;
}

.main .item img{
    float: left;
    padding-right: 50px;
}

.main .item{
    width: 980px;
    height:270px;
}

.main .item div h4{
    text-align: center;
    font-size: 20px;
    color: #000;
    text-align: left;
}

.main .item div p{
    padding-top: 10px;
    line-height: 30px;
    color: #686b74;
}

.main .item3 div p{
    /* padding-top:50px; */
}


.footer{
    width: 100%;
    margin: 0 auto;
}

.footer .pack{
    width: 850px;
    height:240px;
    margin: 40px auto 0;
    padding: 20px;
}

.footer .pack .left{
    width:490px;
    float: left;
}

.footer .pack .right{
    float:right;
 }

.footer li{
    line-height:50px;
    float: left;
    width: 50%;
    list-style: disc;
}
.footer li a{
    font-size: 14px;
    color: #000;
}

.footer li a:hover{
    color:red;
}
.lb img{
    width: 980px;
    height: 500px;
}
.lb_pack{
    /*background: #CA002B;*/
}