li {
    list-style: none;
}

.page-contact {
}

.page-contact .top_img {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 68px;
}

.page-contact .contact-row {
    margin: 0 auto;
    text-align: center;
}

.page-contact .contact_item {
    width: 360px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-right: 35px;
    box-sizing: border-box;
}

.page-contact .contact_item:last-child {
    margin-right: 0;
}


.page-contact .avatar_icon {
    width: 90px;
    height: 90px;
    margin: -65px auto 0;
    display: block;
}

.page-contact .contact_name {
    font-weight: bold;
    color: #121212;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 25px 0;
}

.page-contact .user_item {
    height: 30px;
    line-height: 30px;
}

.page-contact .user_icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 6px;
    margin-top: 4px;
}

.page-contact .user_title {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    color: #121212;
    text-align: center;
}

.page-contact .qrcode_icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: -10px auto 10px;
}

.page-contact .user_main {
    height: 120px;
}

.page-contact .user_qrcode {
    height: 130px;
    display: none;
}

.page-contact .contact_item:hover {
    cursor: pointer;
    /*margin-top: -40px;*/
}

.page-contact .contact_sel .user_main {
    display: block;
}

.page-contact .contact_sel .user_qrcode {
    display: none;
}

.page-contact .contact_detail {
    background: #fff;
    width: 100%;
    padding: 40px 0;
}

.page-contact .contact_main {
    width: fit-content;
    margin: 0 auto;
}


.contact_detail .cucontact_detail {
    background: #fff;
    width: 100%;
    padding: 40px 0;
}

.contact_detail .cucontact_main {
    width: fit-content;
    margin: 0 auto;
}

.contact_detail .cumap {
    width: 710px;
    height: 365px;
}

.contact_detail .cudetail_list {
    padding: 10px 0;
    box-sizing: border-box;
    height: 365px;
    margin-left: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.contact_detail .cudetail_title {
    color: #161616;
    font-size: 25px;
    display: block;
    font-weight: bold;
}

.contact_detail .cudetail_en {
    color: #4B4B4B;
    font-size: 20px;
    display: block;
}

.contact_detail .cuqrcode_icons {
    margin-right: 10px;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.contact_detail .cucolumn {
    display: inline-block;
    margin-top: 30px;
}

.contact_detail .cuconpany_name {
    font-size: 20px;
    color: #131313;
    font-weight: bold;
    display: block;
}

.contact_detail .cutotal_name {
    font-size: 16px;
    color: #010101;
    display: block;
    margin-top: 10px;
}

.contact_detail .culast_name {
    margin-left: 16px;
}


.page-footer{
    background: #696969;
}
.footerContent {
    width: 1196px;
    margin: 0 auto;
    padding: 70px 0 50px 84px;
    display: flex;
}

.footerTitle {
    font: 16px/16px "Microsoft Yahei";
    color: #fff;
    padding-bottom: 25px;
}

.footerItem {
    font: 14px/26px "Microsoft Yahei";
    color: #fff;
}

.addWechat {
    width: 128px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wechatTitle {
    font: 14px/18px "Microsoft Yahei";
    color: #fff;
}

.wechatImg {
    width: 90px;
    height: 90px;
    margin: 10px auto;
}

.wechatTips {
    font: 14px/20px "Microsoft Yahei";
    color: #fff;
    text-align: center;
}

.footerNavBox {
    background: #454545;
    padding: 22px 0;
}

.footerNav {
    margin: 0 auto;
    width: 900px;
    font: 14px/28px "Microsoft Yahei";
    color: #fff;
    text-align: center;
}

.footerNav a, .footerContent a {
    color: #fff;
    cursor: pointer;
}

.footerNav a:hover, .footerContent a:hover {
    color: #35BDF2;
}