.cta-button span{
    font-family: '方正兰亭粗黑简';
}
.cta-secondary-we:after {
    font-size: .625rem;
    /*margin-left: 2.25rem;*/
    vertical-align: middle;
}
.cta-secondary-we:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.arrow__right:after {
    content: "";
    padding-left: 20px;
    padding-right: 5px;
}


.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    background: white;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}
#b06 {
    width: 640px;
}

#b06 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#b06 .dots li {

    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 0 4px;

    text-indent: -999em;

    border: 2px solid #fff;

    border-radius: 6px;

    cursor: pointer;

    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;

    -moz-transition: background .5s, opacity .5s;

    transition: background .5s, opacity .5s;

}

#b06 .dots li.active {

    background: #fff;

    opacity: 1;

}

#b06 .arrow {
    position: absolute;
    top: 50%;
}

#b06 #al {
    left: 15px;
}

#b06 #ar {
    right: 15px;
}

.banner .a1{
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    /*width: 125px;*/
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    /*margin-top: 36px;*/
    /* color: #55acef; */
    /* border: 1px solid #55acef; */
    /* border-radius: 14px; */
    text-decoration:none;
    background-color:#000;

    background: #fff;
    color: #000!important;
    font-size: 16px;
    font-weight: 900;
    /* padding: 0.875rem; */
    text-align: center;
    border-radius: 0.25rem;

    box-shadow: 0 0 1px 0px #000;
}
.banner .a2{
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    text-decoration:none;

    background: #000;
    color: #fff!important;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-radius: 0.25rem;

    box-shadow: 0 0 1px 0px #fff;
}
.banner .a1:hover{
    background-color:#fff;
    background: #505050;
    color: #fff!important;
}
.banner .a2:hover{
    background-color:#fff;
    background: #505050;
    color: #fff!important;
}
.banner p{
    color: #FFFFFF;font-size: 16px;width: 420px;text-align: left;
}
.banner h1{
    font-family: '方正兰亭粗黑简';
}
/*pc端样式*/
@media(min-width: 992px){
    /*图片内的文字显示*/
    .content{
        display: block;
    }
    /*外边的隐藏*/
    .content1{
        display: none;
    }
    .banner p{
        color: #FFFFFF;font-size: 16px;width: 420px;text-align: left;
    }
    .banner h1{
        font-family: '方正兰亭粗黑简';
        width: 420px;
    }
}
/*pc端样式*/
@media(min-width: 768px)and (max-width:991.98px){
    /*图片内的文字显示*/
    .content{
        display: block;
    }
    /*外边的隐藏*/
    .content1{
        display: none;
    }
    .banner p{
        color: #FFFFFF;font-size: 16px;width: 420px;text-align: left;
    }
    .banner h1{
        font-family: '方正兰亭粗黑简';
        width: 420px;
    }
}
/*手机端的样式了*/
@media(max-width: 575.98px){
    /*图片内的隐藏*/
    .content{
        display: none;
    }
    #b06 .arrow {
        position: absolute;
        top: 20%;
    }
    /*外边的显示*/
    .content1{
        display: block;
        display: flex;
        height: 210px;
        background: white;
        padding: 0 10px;
    }
    .content1 a{
        font-size: 14px;
        line-height: 45px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        height: 45px;
        text-decoration:none;
        background-color:white;
        background: #000;
        color: #fff ;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
    }
    .banner p{
        color: black;
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
    .banner h1{
        font-family: Primary-Font-Heavy,NotoSans-Bold,sans-serif;
        width: 100%;
    }
}
