* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial", "黑体", "宋体", sans-serif !important;
}
a{
    color: #fff;
    text-decoration:none;
}
html,body {
    height: 100%;
    width: 100%;
    min-width: 1080px !important;
    min-height: 768px !important;
}
.clear{
    clear:both; 
}
.dian{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    margin: 0 20px;
}
.maxWidth{
    width: 100%;
    height: 100%;
    max-width: 1080px !important;/* 设置成和body一样的最小宽度 */
    margin: 0 auto;
    padding-top: 10px;
}
.headerBox{
    width: 100%;
    background: #f3f1f3;
}
.header-hero{
    /* background-image: linear-gradient(#00a1e9,#00a1e9, #0073fe); */
    height: 73px;
    background-color: #00a1e9;
}
.header_img{
    width: 130px;
    height: 45px;
    margin-top: 4px;
    float: left;
}
.header_img img{
    width: 100%;
    height: 100%;
}
.header_navigation{
    float: right;
    margin-top: 0;
}   
.header_ul li{
    float: left;
    padding: 0 40px;
    border-right: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.header_ul li:last-child{
    border: none;
}
/* 标题 */
.title{
    text-align: center;
}
.title h2{
    font-weight: 300;
    font-size: 35px;
    margin: 50px 0 80px 0;

}



.titleBox{
    width: 100%;
}
.priceBox{
    width: 100%;
}
.priceBox h3{
    font-weight: 300;
    border-left: #00a1e9 5px solid;
    padding-left: 10px;
}
.priceBox p{
    line-height: 30px;
    margin: 30px 0;
}
.priceBox a{
    color: #00a1e9;
}
.priceBox2{
    margin-top: 50px;
}
.priceBox2 h3{
    font-weight: 300;
    border-left: #00a1e9 5px solid;
    padding-left: 10px;
}
.boxImg{
    display: flex;
    margin-top: 50px;
}
.boxImg img{
    margin-right: 50px;
}
.boxImgRight{
    line-height: 40px;
}
.boxImgRight h3{
    line-height: 30px;
    font-weight: 300;
    border-left: #00a1e9 5px solid;
    padding-left: 10px;
}


.priceBox3 h3{
    line-height: 30px;
    font-weight: 300;
    border-left: #00a1e9 5px solid;
    padding-left: 10px;
    margin-bottom: 30px;
}

table{
    width: 100%;
    text-align: center;
    border: 1px solid #ebeef5;
    border-collapse:collapse;
}
 th{
    background-color: #eff3f5;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    height: 40px;
    line-height: 40px;
    color: #4f4f4f;
}

td{
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    height: 40px;
    line-height: 40px;
    font-size: 100;
}


/* 底部 */
.bottom{
    width: 100%;
    height: 100px;
    margin-top: 50px;
    line-height: 100px;
    background-color: #533a6f;
    color: #fff;
    font-size: 14px;
    text-align: center;
}





