.Header {
    position: absolute
}
.BaoXian{
    width: 100%;
    height: auto;
}
.Bx-head{
    width: 100%;
    height: auto;
    position: relative;
}
.Bx-head>img{
    width: 100%;
    display: block;
}
.Bx-headtext{
    position: absolute;
    width: 50%;
    height: 550px;
    top: 200px;
    left: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}
.Bx-headtext>h2{
    font-size: 60px;
    margin-left: 0;
}
.Bx-headtext>ul{
    margin-left: 0;
    font-size: 30px;
}
.Bx-headtext>ul>li{
    line-height: 50px;
}
.Bx-headtext>h2>small{
    color: #FCE08B;
    font-size: 60px;
}
.Bx-Jieshao{
    width: 90%;
    margin: 0 5%;
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
}
.Bx-Jieshao-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Bx-Jieshao-left>ul{
    width: 70%;
    font-size: 16px;
    line-height: 35px;
    text-align:justify
}
.Bx-Jieshao-left>ul>li>small{
    font-size: 16px;
    color: #7EAEE7;
}
.Bx-Jieshao-left>ul>h2{
    color: #7EAEE7;
}
.Bx-Bxkjkk{
    width: 100%;
    height: 300px;
    background-image: linear-gradient(to bottom, #bbd9ff, #88b3e4);
}
.Bx-Bxkjkk-box{
    width: 90%;
    margin: 0 5%;
    display: flex;
    padding: 90px 0;
}
.Bx-Ght{
    margin: 100px 0;
}
.Bx-Ght>img{
    display: block;
}
.Bx-Ccrs{
    width: 90%;
    margin: 100px 5%;
    display: flex;
}
.Bx-Ccrs>div{width: 48%;}
.Bx-Ccrs>div>ul>img{display: block;width: 100%;}
.Bx-Ccrs>div>ul>h3{font-size: 40px;color: #FCE08B;text-align: center;padding: 30px 0;}
.Bx-Ccrs>div>ul>li{font-size: 30px;color: white;}
.Bx-Ccrs>div>ul>li>p{
    width: 66%;
}
.Bx-Ccrs-divbottom{
    width: 100%;
    background: #7EAEE7;
    border-radius: 0 0 25px 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .DongQing{
        width: 100%;
        overflow: hidden;
    }
    .Bx-Jieshao {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 100px 0;margin: 0;
    }
    .Bx-Jieshao-left>ul{
        font-size: 14px;
    }
    .Bx-Jieshao-right>img{width: 100%;}
    .Bx-Jieshao-left>ul {
        width: 80%;
        font-size: 14px;
        line-height: 35px;
        text-align: justify;
    }
    .Bx-Jieshao-left>ul>li>small{font-size: 14px;}
    .BaoXian img{width: 100%;display: block;}
    .Bx-Ccrs>div>ul>li>p {
        font-size: 16px;
    }
    .Bx-headtext {
        left: 110px;
        top: 120px;
        height: auto;
    }
    .Bx-headtext>h2,.Bx-headtext>h2>small{
        font-size: 50px;
    }
    .Bx-headtext>ul>li,.Bx-headtext>ul{
        font-size: 22px;
    }
    .Bx-Ccrs>div>ul>h3 {
        font-size: 30px;
        color: #FCE08B;
        text-align: center;
        padding: 5px 0;
    }
    .Bx-Bxkjkk-box>ul>li{top: 5% !important;left: 27% !important;}
    
}
@media screen and (min-width: 100px) and (max-width: 1365px) {
    .Bx-Jieshao {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 0 0 0 !important;
        margin: 0;
    }
    .Bx-Jieshao-right{width: 100%;}
    .Bx-Jieshao-left{width: 100%;}.Bx-Jieshao-left>ul{width: 98%;}
    .Bx-Ccrs>div>ul>li>p {
        font-size: 16px;
    }
    .Bx-headtext {
        left: 110px;
        top: 120px;
        height: auto;
    }
    .Bx-headtext>h2,.Bx-headtext>h2>small{
        font-size: 50px;
    }
    .Bx-headtext>ul>li,.Bx-headtext>ul{
        font-size: 22px;
    }
    .Bx-Ccrs>div>ul>h3 {
        font-size: 30px;
        color: #FCE08B;
        text-align: center;
        padding: 5px 0;
    }
}