.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgb(0 20 102 / 6%);
}

.header_logo {
    display: flex;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: #666e91;
}

.left_logo {
    display: flex;
    align-items: center;
    margin-left: 260px;
    letter-spacing: 2px;
    cursor: pointer;
}

.logo_img {
    width: 70px;
    height: 70px;
}

.logo_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.logo_text {
    font-size: 14px;
    color: #666e91;
}

.right_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex: 1;
}

.right_list a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #666e91;
    transition: all .2s;
}

.right_list .personal_center {
    padding: 5px 20px;
    background-color: #fa8d48;
    color: #ffffff;
    border-radius: 30px;
}

#content {
    margin-top: 128px;
}

.about_us {
    margin-bottom: 200px;

}

.about_title {
    position: relative;
    height: 130px;
    padding-top: 70px;
    padding-left: 40px;

}

.about_title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fa8d48;
}

.about_name {
    position: absolute;
    color: #4e4e4e;
    font-weight: 700;
    font-size: 34px;
    z-index: 2;
}

.about_name_en {
    position: absolute;
    margin-left: 50px;
    padding-top: 15px;
    font-size: 60px;
    font-weight: 700;
    color: #e1e1e1;
}

.about_content {
    display: flex;
    justify-content: space-between;
}

.left_about {
    width: 46.87%;
}

.introduce {
    margin: 0 40px;
    padding: 30px 0 50px;
    line-height: 2;
    font-size: 20px;
    color: #4e4e4e;
    letter-spacing: 2px;
}

.it_icon {
    display: flex;
    text-align: center;
    padding-left: 40px;
}

.icon_box {
    margin-right: 75px;
}

.icon_image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fa8d48;
    box-shadow: 0 0 20px #fb9d62;
    margin-bottom: 20px;
}

.icon_image img {
    display: block;
    padding-top: 20px;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.icon_txt {
    font-size: 18px;
    font-weight: 700;
    color: #fa8d48;
}

.right_image img {
    display: block;
    max-width: auto;
    height: 280px;
}

.business_introduce {
    width: 100%;
    height: 474px;
    background-color: #fba772;
    margin-bottom: 70px;
}

.bi_box {
    position: relative;
    /* overflow: hidden; */
}

.left_phone {
    position: absolute;
    top: -150px;
    left: 0;
    height: 560px;
    width: 308px;
}

.left_phone img {
    display: block;
    width: 100%;
    height: 100%;
}

.right_msg {
    width: 600px;
    float: right;
    margin-right: 150px;
    color: #FFFFFF;
}

.rm_title {
    width: 100%;
    height: 130px;
    position: relative;
    text-align: right;
    padding-top: 48px;
}

.rm_title p {
    position: absolute;
}

.rm_title p.ic_text {
    right: 0;
    font-weight: 700;
    font-size: 34px;
    z-index: 2;
}

.rm_title p.ic_text_en {
    right: 40px;
    margin-left: 50px;
    padding-top: 15px;
    font-size: 60px;
    font-weight: 700;
    color: #e1e1e1;
}

#description {
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 2px;
}

.appraisal_box {
    margin: 0 100px;
    display: flex;
    flex-wrap: wrap;
}

.appraisal_box .ab_list {
    display: block;
    width: 330px;
    height: 300px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 20px #c5c5c5;
    margin-bottom: 50px;

}

.appraisal_box .ab_list:nth-child(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
}

.al_image {
    width: 100%;
    height: 168px;
}

.al_image img {
    display: block;
    width: 100%;
    height: 100%;
}

.al_msg {
    padding: 0 20px;
}

.am_title {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    padding: 20px 0;
    width: 290px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eeeeee;
}

.am_num {
    height: 64px;
    line-height: 64px;
    color: #c5c5c5;
    font-size: 20px;

}

.see_more {
    display: block;
    width: 300px;
    height: 56px;
    margin: 20px auto 50px;
    line-height: 56px;
    border-radius: 28px;
    background-color: #fa8d48;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;

}

.footer {
    height: 324px;
    width: 100%;
    background-color: #fa8d48;
    margin-top: 20px;
    padding: 20px 0;
}

.foot_content {
    width: 1048px;
    margin: 0 auto;
    display: flex;
    font-weight: 900;
    color: #FFFFFF;
}

.contact_us {
    flex: 1;
}

.cu_title {
    height: 90px;
    line-height: 90px;
    font-size: 24px;
}

.contact_us > p {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.code {
    flex: 1;
}

.code img {
    display: block;
    margin: 36px auto;
    width: 180px;
    height: 180px;
}

.copyright {
    display: flex;
    justify-content: center;
    color: #f3f3f3;
    margin-top: 20px;
    flex-flow: row wrap;
    font-size: 14px;
}

.copyright > a {
    color: #f3f3f3;
    display: block;
    margin-left: 5px;
}