.w {
    max-width: 1450px;
    width: 95%;
    margin: 0 auto
}

.w1550 {
    max-width: 1550px;
    width: 95%;
    margin: 0 auto
}

.w1468 {
    max-width: 1468px;
    width: 95%;
    margin: 0 auto
}

@font-face {
    font-family: AkzidenzGrotesk_Medium;
    src: url(../fonts/AkzidenzGrotesk-Medium.otf)
}

@font-face {
    font-family: AkzidenzGrotesk_Bold;
    src: url(../fonts/AkzidenzGrotesk-Bold.otf)
}

@font-face {
    font-family: PingFang_Regular;
    src: url(../fonts/PingFang_Regular.ttf)
}

.AkzidenzGrotesk_Medium {
    font-family: AkzidenzGrotesk_Medium
}

.AkzidenzGrotesk_Bold {
    font-family: AkzidenzGrotesk_Bold
}

.PingFang_Regular {
    font-family: PingFang_Regular
}


#header .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px
}

#header .w .logo {
    width: 12%
}



#header .w .nav li a {
    display: block;
    line-height: 120px;
    min-width: 86px;
    text-align: center;
    position: relative
}

#header .w .nav li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    background: #AE745E;
    transition: .3s;
    width: 100%;
    transform: scaleX(0)
}

#header .w .nav li a::before {
    content: '';
    border: 8px solid #AE745E;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 10px);
    border-color: transparent;
    border-bottom-color: #AE745E;
    transition: .3s;
    opacity: 0
}

#header .w .nav li a:hover,
#header .w .nav li a.hover {
    color: #AE745E
}

#header .w .nav li a:hover::after,
#header .w .nav li a.hover::after {
    transform: scaleX(1)
}

#header .w .nav li a:hover::before,
#header .w .nav li a.hover::before {
    opacity: 1;
    transform: translate(-50%, 0)
}

#header .w .lang {
    display: flex;
    align-items: center;
    color: #cccccc;
    font-size: 18px
}

#header .w .lang img {
    margin-right: 20px
}

.pub_padding {
    padding: 8% 0
}

.pub_title {
    font-size: 70px;
    color: #30333b;
    position: relative;
    margin-bottom: 6%;
    font-family: AkzidenzGrotesk_Medium
}

.pub_title span {
    color: #AE745E
}

.pub_title::after {
    width: 60px;
    height: 60px;
    background: #AE745E;
    border-radius: 50%;
    position: absolute;
    bottom: 23px;
    content: '';
    transform: translateX(-50%);
    z-index: -1
}


.pub_qh {
    display: flex;
    z-index: 999
}

.pub_qh div {
    width: 68px;
    height: 68px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 16px;
    overflow: hidden;
    position: relative
}

.pub_qh div img {
    z-index: 1
}

.pub_qh div:hover::after {
    transform: translate(-50%, -50%) scale(1);
    background-color: #7c191e
}

.pub_qh div::after {
    width: 300px;
    height: 300px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 0;
    transition: .5s all linear;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.pub_qh div:nth-child(1) {
    transform: rotate(180deg)
}

.scroll_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(204, 204, 204, 0.2);
    z-index: 9999;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    background-color: #1b1b1b
}

#pagination {
    color: #fff
}

.swiper-pagination {
    color: #fff;
    font-size: 20px
}



.pub_more {
    display: block;
    width: 160px;
    height: 56px;
    background: #AE745E;
    text-align: center;
    line-height: 56px;
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-right: 16px
}

.pub_more::after {
    width: 12px;
    height: 12px;
    border: 3px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top-color: #fff;
    border-right-color: #fff
}

strong {
    font-weight: bold
}

@media screen and (max-width: 1100px){
    .pub_title{
        font-size: calc(16px + 1rem) !important;
    }
    .pub_title::after{
        display: none;
    }
}