html {
    color:#000;
    /* background:#5AB4FF; */
    background: #F8F9FD;
    font-family: "Microsoft YaHei" ! important;
    min-width: 1200px;
}   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,   
fieldset,input,textarea,p,blockquote,th,td {    
  margin:0;   
  padding:0;   
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
.home {
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 59px;
}
.home-bg {
    width: 100%;
    min-width: 1200px;
    min-height: 580px;
    height: auto;
    object-fit: cover;
}
.home-box {
    width: 1200px;
    box-sizing: border-box;
    margin-top: -108px;
    background: #ffffff;
    position: relative;
    display: flex;
    background: rgba(255,255,255,0.8);
    box-shadow: inset 0px 0px 12px 4px rgba(255,255,255,0.6);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.7);
    /* overflow: hidden; */
}
.home-box .nav-left{
    padding-top: 36px;
    width: 220px;
    position: sticky;
    top: 0;
    height: fit-content;
}
.home-box .nav-left li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    padding-left: 26px;
    position: relative;
    cursor: pointer;
}
.home-box .nav-left li.active{
    color: #0075FF;
    border-radius: 0px 8px 8px 0px;
    background: rgba(192, 226, 255, 0.30);
}
.home-box .nav-left li.active a::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #0075FF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


.home-box .content-right{
    flex: 1;
    /* background: #ffffff; */
    padding: 57px 80px 0 60px;
    position: relative;
}
.home-box .content-right .img-wrap{
    font-size: 0;
}
.home-box .content-right .img-wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.home-box .content-right .img-wrap img:last-child {
    margin-bottom: 10px;
}

.contact-wrap{
    font-size: 16px;
    color: #20242A;
    line-height: 26px;
    margin-bottom: 60px;
}
.contact-wrap .contact-title{
    font-weight: 500;
}
.contact-wrap .contact-list{
    display: flex;

}
.contact-wrap .contact-list .contact-item{
    margin-right: 40px;
}
.contact-wrap .contact-list .contact-item .contact-link{
    color: #2765C1;
    margin-left: 20px;
}


.home-mor {
    position: absolute;
    top: 0;
    right: 30px;
    width: 280px;
    height: 672px;
    background-image: url('../img/card.png');
    background-size: 280px 672px;
    background-repeat: no-repeat;
}