html{
    color:#333;
}
.header-main{
    width:100%;
    left:0;
    top:0;
    z-index: 2;
}
.header-main-top{
    background:#02A7F0;
}
.header-main-top-text{
    max-width:1200px;
    min-width:200px;
    margin:0 auto;
}
.header-main-meuns-content{
    max-width:1200px;
    min-width:200px;
    margin:0 auto;
}
.meuns-item{
    padding:20px 0 5px 0;
    box-sizing:border-box;
    border-bottom:3px solid transparent;
    margin:0 20px;
    transition:all 0.2s;
    font-size:20px;
}
.meuns-item:hover{
    border-bottom-color:#02A7F0;
    color:#02A7F0;
}
.xs-menus{
    box-shadow:0 2px 10px 2px #ccc;
}
.xs-menus-list{
    position:fixed;
    width:100%;
    left:0;
    top:110px;
    z-index:10;
    background:#fff;
    box-shadow:0 2px 10px 2px #999;
}
.xs-menus-list-item{
    line-height:45px;
    padding:0 20px;
    border-top:1px solid #ccc;
    transition:all 0.2s;
    font-size:15px;
}
.xs-menus-list-item:hover{
    color:#02A7F0;
}
.xs-menus-mask{
    position:fixed;
    width:100%;
    height:calc(100vh - 110px);
    background:rgba(0,0,0,0.5);
    left:0;
    top:110px;
}
#banner-main{
    
}
.title-item{
    font-size:36px;
    color:#000;
    text-align:center;
}
.title-item .title-item-text{
    padding:90px 0 4px 0;
    font-weight:700;
}
.title-item .line{
    background:#02A7F0;
    width:79px;
    height:3px;
    margin:0 auto;
}
.title-item .desc-text{
    font-size:18px;
    color:#666;
    padding-top:15px;
}
.cx-item{
    background:#F4F5F7;
    margin-top:45px;
}
.cx-item .btn-item{
    width:85%;
    height:56px;
    line-height:56px;
    border-radius:28px;
    background:#fff;
    color:#02A7F0;
    font-size:18px;
    text-align:center;
    margin:0 auto;
}
.cx-item .cx-item-text{
    font-size:16px;
    color:#666;
    line-height:30px;
    padding:35px 35px 0 35px;
    min-height:250px;
}
#faqm-main .item{
    margin-top:20px;
}
.animate__delay{
    animation-delay: 0.1s;
}
.animate__animated04{
    animation-duration:0.4s !important;
}
.form-input{
    border-radius:5px;
}
.form-input:focus{
    border:1px solid #02A7F0 !important;
}
a{
    color:#333;
}