body{
    margin: 0;
    padding: 0;
    background-color: rgb(244,242,242);
    overflow-x: hidden;
}
.banner {

    width: 100%;
    /*height:60vh;*/
    height: 620px;
    background: url('/static/home/pcV1/assets/khanbg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}


.banner-box-item {
    width: 33.3%;
    border-right: 3px solid white;
    height: 50%;
    font-size: 18px;
    font-weight: 550;
    letter-spacing: 4px;
}
.phone2-error{
    display: none;
}
.banner-title {
    font-size: 45px;
    color: white;
    letter-spacing: 1px;
    font-weight: 550;
    position: absolute;
    bottom: 28%;
}
.banner-title-2{
    margin-top: 24px;letter-spacing: 2px;
    position: absolute;
    bottom: 21%;
}
.banner-titlebox{
    width: 65%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.banner-title-3{
    position: absolute;
    bottom:-8%
}
.banner-title-4{
    position: absolute;
    bottom:42%
}
.dangxiaos{
    width: 1350px;
    background-color: rgb(244,242,242);
    margin:50px auto;
    display: flex;

    flex-wrap: wrap;
}
.dangxiaos-item{
    text-align: center;
    margin-top: 3vw;
    width: 392px;
    height: 430px;
    background-color: white;
    cursor: pointer;
    margin-right:20px;
    margin-left: 35px;
}
.dangxiaos-item:hover{
    box-shadow: 0px 0px 14px 0px rgb(211, 211, 211);
}
.dangxiaos-item-title{
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    margin-top: 8px;
}
.dangxiaos-item-conter{
    font-size: 14px;
    text-align: left;
    margin-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;           /* 隐藏超出部分 */
    text-overflow: ellipsis;    /* 超出部分显示省略号 */
    font-family: Arial, sans-serif;  /* 设置你需要的字体 */
}
#page-wrapper {
    transform-origin: top left;
    transition: transform 0.3s ease;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/static/home/pcV1/font/chuti.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyCustomFont2';
    src: url('/static/home/pcV1/font/PingFangHeavy.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'MyCustomFont', sans-serif;
}
.body1-box-1{
    font-family: 'MyCustomFont2', sans-serif;
}
.banner-bottom{
    width: 1280px;
    height: 210px;
    margin: 0 auto;
    margin-top: 100px;
    background: url('/static/home/pcV1/assets/b2bgs.png') no-repeat center center;
    display: flex;
    justify-content: space-between;

}
.banner-bottom-item{
    width:25%;
    height: 100%;
    position: relative;
    text-align: center;
    color: white;
}
.shu{
    position: absolute;
    right: 0;
    top:38%;
    height: 60px;
    width: 4px;
    background-color: white;
}
.mode{
    width:160px;
    font-size: 16px;
    margin: 0 auto;
    height: 30px;
    background-color: white;
    border-radius: 30px;
    padding: 6px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}