.homebg{
    background-image: url("https://files.87180110.com/platform/image/homebg.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.homenav{
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    min-height: 4rem;
    justify-content: flex-end;
    align-items: center;
}
/*.hometop{*/
/*    border-bottom: 1px solid #1A3783;*/
/*}*/
.selectindex{
    min-height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #fff;
}
.homebtn{
    display: flex;
    color: #fff;
    min-height: 4rem;
    align-items: center;
}
.homenav div{
    margin-right: 3rem;
    cursor: pointer;
}

.logo{
    height: 8rem;
    width: 12rem;
}
.homelogo h1{
    font-size: 4rem;
    letter-spacing: 1.6rem;
    -webkit-text-fill-color: #1A3783;
    -webkit-text-stroke: 2px #fff;
    margin-top: 2rem;
}
.line{
    height: 2px;
    width: 5rem;
    margin: 0.6rem;
}
.homelink{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
@media (max-height: 800px) {

    .linkbox{
        width: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height:160px;
        background-color: #2d5d87;
        border-radius: 10px;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center 20%;
        background-size: 40%;
    }
    .homelogo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .homelogo .detail{
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .logotext{
        margin-top: 1rem;
        width: 83%;
    }
    .homelogo .detail span{
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 24px;
    }
}
@media (min-height: 800px) {

    .linkbox{
        width: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 180px;
        background-color: #2d5d87;
        border-radius: 10px;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center 20%;
        background-size: 40%;
    }
    .homelogo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .homelogo .detail{
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .logotext{
        margin-top: 2rem;
        width: 83%;
    }
    .homelogo .detail span{
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 26px;
    }
}

@media (min-height: 900px) {

    .linkbox{
        width: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 220px;
        background-color: #2d5d87;
        border-radius: 10px;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center 20%;
        background-size: 40%;
    }
    .homelogo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .homelogo .detail{
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .logotext{
        margin-top: 2rem;
        width: 83%;
    }
    .homelogo .detail span{
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 30px;
    }
}

.linkdiv{
    background-image: url("https://files.87180110.com/platform/static/image/homeplicy.png");
}
.linkdiv:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url("https://files.87180110.com/platform/static/image/homeplicy1.png");
    box-shadow: 5px 5px 5px 5px darkgrey;
}
.linkdiv1{
    background-image: url("https://files.87180110.com/platform/static/image/prodouct.png");
}
.linkdiv1:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url("https://files.87180110.com/platform/static/image/prodouct1.png");
    box-shadow: 5px 5px 5px 5px darkgrey;
}
.linkdiv2{
    background-image: url("https://files.87180110.com/platform/static/image/cloud.png");
}
.linkdiv2:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url("https://files.87180110.com/platform/static/image/cloud1.png");
    box-shadow: 5px 5px 5px 5px darkgrey;
}
.linkdiv3{
    background-image: url(/static/image/service.png);
}
.linkdiv3:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url("https://files.87180110.com/platform/static/image/service1.png");
    box-shadow: 5px 5px 5px 5px darkgrey;
}
.linkdiv4{
    background-image: url("https://files.87180110.com/platform/static/image/banquan.png");
}
.linkdiv4:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(/static/image/banquan1.png);
    box-shadow: 5px 5px 5px 5px darkgrey;
}
.homelink span{
    font-size: 1.4rem;
    margin-bottom:15%;
}
.usdetail{
    display: flex;
    padding: 3% 10% 5%;
    align-items: center;
    flex: 1;
}
.aboutus{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top{
    display: flex;
}
.top img{
    width:8rem;
}
.logotop{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 1rem;
}
.bottom{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}
.bottom .ql-editor{
    line-height: 2rem;
    font-size: 1rem;
    color: #666666;
}
.left{
    margin-right: 2rem;
}
.right img{
    width: 100%;
}
.about{
    font-size: 20px;
    color: #3C77F0;
    margin-left: 1rem;
}
.us{
    font-size: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
    color: darkgray;
}
.usline{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usline img{
    width: 2rem;
    margin-top: -0.25rem;
}
.usline hr{
    width: 100%;
    color: #DEDEDE;
    background-color: #DEDEDE;
}
.userbom{
   background-color: #2f5d86;
   flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.midtxt{
    color: #fff;
    letter-spacing: 0.5rem;
    font-size: 3.5rem;
    font-weight: 800;
    font-style: oblique;
    padding: 1%;
}
.news{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.newstitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    min-height: 8rem;
}
.newsline{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newtxt1{
    color: #3C77F0;
    font-size: 1.6rem;
}
.newtxt2{
    color: #B1B0B0;
    letter-spacing: 1px;
}
.newsline hr{
    width: 20rem;
    background-color: #B1B0B0;
    color: #B1B0B0;
}
.newsline img{
    width: 2.2rem;
    margin-top: -0.3rem;
}
.newsdetail{
    display: flex;
    justify-content: space-around;
    height: 100%;
    max-height: 40rem;
}
.newleft{
    width: 48%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.newright{
    width: 48%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.newitem{
    display: flex;
    align-items: center;
    min-height: 10rem;
    margin-bottom: 3%;
    padding-right: 5%;
}
.newcontent:hover{
    box-shadow: 5px 5px 5px 5px darkgray;
}
.newtime{
    height: 4rem;
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background-color: #2d5d87;
    color: #fff;
}
.newtime .sp1{
    font-size: 1.2rem;
}
.newtime .sp2{
    font-size: 0.7rem;
    font-weight: 100;
}
.newcontent{
    display: flex;
    flex: 8;
    flex-direction: row;
    cursor: pointer;
    border: 1px solid #f0f0f0;
}
.contentdetail{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 1rem;
    border: 1px solid #f0f0f0;
}
.contentdetail .sp1{
    font-size: 1rem;
}

.contentdetail .sp2{
    font-size: 0.7rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
}

.service{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}
.serviceimg{
    padding: 0.5rem 0;
    box-shadow: 2px 2px 5px 5px #f6f6f6;
    margin: 1.65%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.welcome{
    /*padding-left: 10%;*/
    /*padding-right: 10%;*/
    padding-bottom: 1%;
}
.step{
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    margin-top: 2rem;
}
.productleft{
    background-image: url("https://files.87180110.com/platform/static/image/serviceleft.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.productdetail{
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    min-height: 3.5rem;
    justify-content: space-evenly;
}
.productcontent{
    margin-left: 3.5%;
    margin-top: 1%;
    margin-bottom: 2%;
    /*border: 1px solid rgb(240, 240, 240);*/
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.productcontent:hover{
    box-shadow: 2px 2px 4px 2px #bfbfbf;
}
.productleft div{
    display: flex;
    flex-direction: column;
    /* width: 60%; */
    color: #fff;
    margin-top: 30%;
    align-items: center;
    justify-content: space-evenly;
    height: 30%;
}
.productleft .sp1{
    font-size: 1.2rem;
}
.productdetail .sp1{
    font-size: 16px;
    color: #FF5E0B;
}
.productdetail .sp2{
    font-size: 12px;
    color: darkgray;
}


/*
手机端
*/
.phonehometop{
    background-image: url(/static/image/phonehomebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phonehomebg{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 7rem;
    justify-content: space-between;
}
.phonehomebg h1{
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    -webkit-text-fill-color: #1A3783;
    -webkit-text-stroke: 1px #fff;
}
.phonehomebg .phonelogo{
    width: 3.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
}
.phonedetail{
    font-size: 0.8rem;
    color: #fff;
    display: flex;
    align-items: center;
}
.phonedetail span{
    letter-spacing: 0px;
}
.phoneline{
    height: 1px;
    width: 1rem;
    margin-left: 2px;
    margin-right: 2px;
}
@media (max-width: 340px)
{
    .phonelink{
        display: flex;
        align-items: center;
        width: 95%;
        margin: 0 auto;
        justify-content: space-evenly;
        margin-top: 1rem;

    }
}
@media (min-width: 340px)
{
    .phonelink{
        display: flex;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        justify-content: space-evenly;
        margin-top: 1rem;

    }
}

.phonesp{
    font-size: 0.6rem !important;
    margin-bottom: 10% !important;
}
.phonelinkdiv{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #2d5d87;
    border-radius: 10px;
    color: #fff;
    background-image: url(/static/image/homeplicy.png);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 30%;
    height: 3rem;
    width: 3.6rem;
}
.phonelinkdiv:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(https://files.87180110.com/platform/static/image/homeplicy2.png);
    box-shadow: 2px 2px 2px 2px darkgrey;
}
.phonelinkdiv1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #2d5d87;
    border-radius: 10px;
    color: #fff;
    background-image: url(/static/image/prodouct.png);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 30%;
    height: 3rem;
    width: 3.6rem;
}
.phonelinkdiv1:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(https://files.87180110.com/platform/static/image/prodouct2.png);
    box-shadow: 2px 2px 2px 2px darkgrey;
}
.phonelinkdiv2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #2d5d87;
    border-radius: 10px;
    color: #fff;
    background-image: url(/static/image/cloud.png);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 30%;
    height: 3rem;
    width: 3.6rem;
}
.phonelinkdiv2:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(https://files.87180110.com/platform/static/image/cloud2.png);
    box-shadow: 2px 2px 2px 2px darkgrey;
}
.phonelinkdiv3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #2d5d87;
    border-radius: 10px;
    color: #fff;
    background-image: url(/static/image/service.png);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 30%;
    height: 3rem;
    width: 3.6rem;
}
.phonelinkdiv3:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(https://files.87180110.com/platform/static/image/service2.png);
    box-shadow: 2px 2px 2px 2px darkgrey;
}
.phonelinkdiv4{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #2d5d87;
    border-radius: 10px;
    color: #fff;
    background-image: url(/static/image/banquan.png);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 30%;
    height: 3rem;
    width: 3.6rem;
}
.phonelinkdiv4:hover{
    background-color: #f9c203;
    color: #1A3783;
    background-image: url(https://files.87180110.com/platform/static/image/banquan2.png);
    box-shadow: 2px 2px 2px 2px darkgrey;
}
.phoneAboutUs{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.phoneUsDetail{
    display: flex;
    padding: 5% 7%;
}
.phoneTop{
    display: flex;
    flex-direction: column;
}
.phoneNewTopEnglish{
    font-size: 10px;
    color:#666666
}
.phoneBottom{
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
}
.phoneBottom .ql-editor{
    line-height: 1.2rem;
    font-size: 12px;
}
.phoneUserBom{
    background-color: #2f5d86;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.phoneMidTxt{
    color: #fff;
    font-size: 16px;
}
.phoneNews,.phoneService,.phoneWelcome,.phoneProduct{
    margin-top: 5%;
}
.phoneNewsTitle{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.newTop{
    font-size: 16px;
}
.phoneNewsDetail{
    display: flex;
    justify-content: space-around;
    height: 100%;
    max-height: 40rem;
}
.phoneNewItem{
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    padding:0% 5% 4% 5%;
    border-bottom: 1px solid #f0f0f0;
}
.phoneNewContent{
    display: flex;
    flex: 8;
    flex-direction: row;
}
.phoneContentDetail{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.title{
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 220px;
}
.time{
    font-size: 12px;
    color: darkgray;
}
.phoneServiceImg{
    text-align: center;
}
.phoneWelcome .step{
    min-height: 5rem;
}
.phoneProductContent{
    margin-top: 1%;
    margin-bottom: 2%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.phoneProductDetail{
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    min-height: 3.5rem;
    justify-content: space-evenly;
}
.phoneProductDetail .sp1{
    font-size: 14px;
    color:#ff5e0b;
}
.phoneProductDetail .sp2{
    font-size: 12px;
    color: darkgray;
}
.phonesp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
    font-size: 11px;
    color: darkgray;
}
