@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    overflow: auto;
    margin: 0 auto;
    background: #F9F9F9;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #F9F9F9;
}

.navheader {
    width: 1192px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-right: 77px;
}

.navlogo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.navname {
    height: 24px;
    font-weight: 100;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.headerbg {
    width: 1192px;
    height: 174px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, #458AEC 100%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.headerbgImg {
    width: 100%;
    height: 100%;
}

.headertitle {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 42px;
    font-weight: 600;
    font-size: 30px;
    color: #373737;
    line-height: 42px;
    text-align: center;
    font-style: normal;
}

.headertitlelight {
    color: #2454F2;
}

.headersubtitle {
    position: absolute;
    top: 102px;
    width: 100%;
    height: 17px;
    font-weight: 600;
    font-size: 12px;
    color: #777777;
    line-height: 17px;
    text-align: center;
    font-style: normal;
}

.contentBgView {
    width: 1192px;
    min-height: calc(100vh - 482px);
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contentleftview {
    width: 184px;
    min-height: 122px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contentleftitem {
    width: 184px;
    padding-left: 20px;
    border-bottom: 1px solid #f6f6f6;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #515151;
    background: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
}

.contentleftitem:hover {
    color: #FFFFFF;
    background: #0367F5;
}

.contentleftitemactive {
    color: #FFFFFF;
    background: #0367F5;
}


.contentrightview {
    width: 988px;
    min-height: calc(100vh - 482px);
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contentrightheader {
    width: 968px;
    height: 28px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.crheaderlinebg {
    margin-top: 8px;
    width: 968px;
    height: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.crhleftline {
    width: 80px;
    height: 3px;
    background: linear-gradient(270deg, #035FF5 0%, #00A8F9 100%);
    border-radius: 2px;
}

.crhrightline {
    width: 888px;
    height: 1px;
    background: #EDEDED;
}

.contractinfo {
    margin-top: 20px;
    width: 948px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}


.aboutus {
    margin: 20px 0px;
    width: 948px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-indent: 1.5em;
}



.aboutus-h {
    color: #333333;
}

.acontview {
    margin: 20px 0px;
    width: 948px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}

/* .acontview p {
    margin-bottom: 10px;
} */