﻿/* 公共头部 */
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
}


.head_banner {
    position: relative;
    overflow: hidden;
    padding-top: 102px;
}
.golodin {
    padding-top: 102px;
}
.personal-center {
    padding-top: 102px !important;
}
.nav-bar {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .navLeft {
  display: flex;
  align-items: center;
}

.nav-bar .navLeft img {
  margin-right: 48px;
}

.nav-bar .navLeft span {
  color: #666666;
}

.nav-bar .navLeft a {
  color: #cc9756;
}

.nav-bar .navRight {
  display: flex;
}

.nav-bar .navRight .mune-pa {
  display: flex;
}

.nav-bar .navRight .mune-pa li {
  margin-right: 50px;
  height: 40px;
  cursor: pointer;
}

.nav-bar .navRight .mune-pa li a {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-bar .navRight .mune-pa .on {
  border-bottom: 2px solid #ba9c78;
  font-weight: 700;
}
.nav-bar .navRight .mune-pa .on a {
  color:#ba9c78;
}


.nav-bar .navRight .English {
    display: flex;
    font-size: 14px;
  align-items: center;
}

.nav-bar .navRight .English img {
  margin-right: 10px;
}

.bannge {
    position: relative;
}

.bannge img {
  height: 450px;
  min-width: 1440px;
}

.bannge .text_avt {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bannge .text_avt .text_01 {
  font-size: 50px;
  margin-bottom: 60px;
  height: 55px;
  display: flex;
  align-items: center;
}

.bannge .text_avt .text_02 {
  font-size: 67px;
  font-weight: 700;
  height: 67px;
  display: flex;
  align-items: center;
}

/* 公共底部 */
.footer_box {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 40px;
    padding-bottom: 70px;
    background: #f2f2f2;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
}

.footer_img {
    display: flex;
align-items: center;margin-top: 19px;}

.footer_list {
    display: flex;
}

.footer_on {
    width: 234px;
}

    .footer_on ul > li {
        margin-bottom: 18px;
        cursor: pointer;
    }

        .footer_on ul > li:nth-child(1) {
            color: #444;
            font-weight: 600;
            font-size: 14px;
        }

        .footer_on ul > li:not(:first-child) {
            color: #666666;
            font-size: 12px;
        }

.footer_img > div {
    margin-left: 60px;
}

.footer_ff {
    padding-top: 22px;
    padding-bottom: 22px;
    background: #f2f2f2;
}

.ff_wrap {
    align-items: center;
    justify-content: space-between;
    display: flex;
    color: #666666;
}

.ff_left {
    display: flex;
}

    .ff_left > div:nth-child(2) {
        margin-left: 45px;
        display: flex;
        align-items: center;
    }

        .ff_left > div:nth-child(2) img {
            margin-right: 10px;
        }

.footer-right img {
    margin-right: 10px;
}

.footer-right {
    display: flex;
}

    .footer-right > div:nth-child(2) {
        margin-left: 40px;
    }

.ff_left > div:nth-child(1) img {
    margin-right: 30px;
}