.advertisement{
    width:100%;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #0e2132;
    padding: 54px 0;
    margin-top: -3px;
}
.advertisement p{
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.advertisement span{
    width: 25%;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-top: 10px;
}

.information{
    width: 100%;
    height: auto;
    display: inline-block;
}
.information li{
    width: 50%;
    float: left;
    height: 400px;
    position: relative;
}
.information li img{
    width: 100%;
    height: 400px;
}
.inf{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 19%;
    left: 7%;
}
.inf h2{
    width: 45px;
    height: 45px;
    background: #ffcb05;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: bold;
}
.inf h3{
    color: #474747;
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 5px;
}
.inf span{
    width: 33%;
    height: 2px;
    display: inline-block;
    background: #9d9d9d;
}
.inf p{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.about{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 70px 0;
}
.about-left{
    width: 45%;
    float: left;
}
.about-left h3{
    font-size: 35px;
    font-weight: normal;
    padding-bottom: 25px;
}
.about-left p{
    font-size: 19px;
    color: #0e2132;
    line-height: 47px;
}
.about-right{
    width: 50%;
    float: right;
}
.more a{
    background: #ffcb05;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #0e2132;
}

/* Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾ */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

.slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li img {
    width: 100%;
    border-radius: 20px;
    vertical-align: top;
}
.index{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner{
        margin-top: 12%;
    }
    .index {
        width: 95%;
        margin: 0 auto;
    }
    .advertisement p {
        color: #fff;
        font-size: 15px;
        line-height: 28px;
    }
    .information li {
        width: 100%;
        float: left;
        height: 350px;
        position: relative;
        display: inline-block;
    }
    .inf h2 {
        width: 35px;
        height: 35px;
        background: #ffcb05;
        border-radius: 50%;
        line-height: 35px;
        color: #fff;
        font-size: 19px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .inf h3 {
        color: #474747;
        font-size: 25px;
        padding-bottom: 1px;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .inf p {
        font-size: 16px;
        font-weight: bold;
        line-height: 27px;
        padding-top: 10px;
        letter-spacing: 1px;
    }
    .about-left {
        width: 100%;
        float: left;
    }
    .about-left h3 {
        font-size: 26px;
        font-weight: normal;
        padding-bottom: 12px;
    }
    .about-left p {
        font-size: 15px;
        color: #0e2132;
        line-height: 30px;
    }
    .about-right {
        width: 100%;
        float: right;
    }
    .information li img {
        width: 100%;
        height: auto;
    }
}