@keyframes z-todax {
    0% {
        transform: translatex(-5px);
        opacity: 0;
    }

    50% {
        transform: translatex(5px);
        opacity: 1;
    }

    100% {
        transform: translatex(0);
        opacity: 1;
    }
}

#header {
    position: fixed;
    z-index: 1111;
    width: 100%;
    height: 0.45rem;
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
    transition: all 0s;
    background: #fff;
}

.header1 {
    border-bottom: 1px solid #e5e5e5 !important;

}

.header2 {
    background: #fff !important;
}

#header .nav {
    display: flex;
    width: 89.6%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}

#header .logo {
    width: 2.9rem;
    height: 100%;
    background: url(../images/logo-lan.png) no-repeat;
    background-size: 100%;
    transition: background-image .3s;
}

#header .logo img {
    width: 100%;
}

#header .nav1 .logo {
    background: url(../images/logo-lan.png) no-repeat;
    background-size: 100%;
}

#header .ri {
    width: 56%;
    display: flex;
}


#header .ri ul {
    display: flex;
}

#header .ri ul li {
    /* position:relative; */
    display: flex;
    height: 0.45rem;
    align-items: center;
}

#header .ri ul li:hover a:after {
    width: 100%;
}

#header .ri ul li .nav-child {
    position: absolute;
    /* padding-right: 0.2rem; */
    background: rgba(255, 255, 255);
    top: 0.45rem;
    padding: 0.1rem 0;
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
}

#header .ri ul li .nav-child a {
    font-size: 0.08rem;
    line-height: 0.15rem;
    /* padding:0 0.2rem; */
    margin-left: 0;
    text-align: center;
    margin-left: 0.2rem;
    color: #333;
    transition: all .4s;
}

#header .ri ul li .nav-child a:hover {
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}



#header .ri ul li a {
    position: relative;
}

#header .ri ul li.active {
    font-weight: 700;
}

#header .ri ul li>a:after {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -0.165rem;
    transition: all .3s;
}

#header .nav1 .ri ul li.active a {
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700
}

#header .nav1 .ri ul li a:after {
    background: linear-gradient(to right, #009E91, #1363AA);
}


#header .ri ul li.active a:after {
    width: 100%;
}

#header .ri ul li a {
    font-size: 0.08rem;
    margin-left: 0.2rem;
    color: rgba(51, 51, 51, 1);
    transition: color 0.3;
}

#header .nav1 .ri ul li:hover a {
    color: rgba(19, 100, 171, 1);
}

#header .head_ri {
    display: flex;
    align-items: center;
}

.nav-child {
    display: none;
}


#header .head_ri .search {
    width: 0.12rem;
    height: 0.12rem;
 
    cursor: pointer;
    opacity: 1;
    background-size: 100%;
    margin-left: 0.2rem;
    transition: background-image .3s;
}

#header .nav1 .head_ri .search {
    background: url(/zhen/lib/home/images/search.png) no-repeat center;
    background-size: 100%;
}

#header .head_ri .search.on {
    display: none;
}

#header .head_ri .act {
    /* position: absolute; */
    width: 0.12rem;
    height: 100%;
    z-index: 5;
    background: url(../images/close-icon.png) no-repeat center;
    background-size: 24px 24px;
    pointer-events: none;
    cursor: pointer;
    display: none;
    margin-left: 0.2rem;
}

#header .head_ri .act.active {
    pointer-events: stroke;
    display: block;
}

#header .fastmap {
    margin-left: 0.2rem
}

#header .head_ri .fastmap .span span {
    width: 0.12rem;
    height: 0.015rem;
    background: #fff;
    display: block;
    transition: background-color .3s;
}

#header .nav1 .head_ri .fastmap .span span {
    background: linear-gradient(to right, #009E91, #1363AA);
}



#header .head_ri .fastmap .span span:nth-child(2) {
    margin: 0.03rem 0;
    animation-delay: .2s;
}

#header .head_ri .fastmap .span span:nth-child(3) {
    animation-delay: .4s;
}

#header .head_ri .fastmap:hover span {
    animation: z-todax linear .6s backwards;
}

/*搜索*/

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #343434;
    background-color: rgba(52, 52, 52, .7);
    /* 	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	visibility: hidden; */
}

.search-popup .form-block {
    width: 100%;
    height: 16.4vw;
    max-height: 420px;
    background: rgba(22, 22, 22, .75);
    padding-top: 9.375vw;
    margin-top: 0.45rem;
}

.search-popup .title {
    font-family: 'HankookKRTTFRegular';
    font-size: 1.4vw;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -1px;
    max-width: 1280px;
    width: 90%;
    margin: auto;
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.search-popup .searchform {
    padding-bottom: 1.09vw;
    position: relative;
    border: none;
    border-bottom: 2px solid #b7ae95;
    max-width: 1280px;
    width: 90%;
    background: none;
    color: inherit;
    margin: auto;
}

.search-popup .searchform:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 20.7%;
    height: 2px;
    background: linear-gradient(to right, #009E91, #1363AA);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup .input {
    font-size: .93vw;
    color: #666;
    width: 100%;
    padding: 0 120px 0 0;
}

.search-popup .searchsubmit i {
    position: relative;
    z-index: 2;
}

.search-popup .searchsubmit {
    overflow: hidden;
    padding: .58vw 1.17vw;
    background: linear-gradient(to right, #009E91, #1363AA);
    font-family: 'Mark';
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: .42vw;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-popup .searchsubmit::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    background: linear-gradient(to right, #009E91, #1363AA);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-popup .searchsubmit:hover::after {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.search-popup .searchform.focus:before {
    width: 100%;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}


/*隐藏菜单*/
/*.skrollr #header {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border: none;
}*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pop .bg {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.55); */
}

.pop .popBody {
    width: 1280px;
    margin: 0 auto;
}

.pop .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.pop.about_pop .popBody {
    width: auto;
}

.pop.about_pop .cont {
    /* background: url(../images/ab_pop.png) no-repeat center; */
    /* width: 1200px; */
    height: 421px;
}

.pop.about_pop .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 48px;
    height: 48px;
    background: url(../images/close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}


.pop.header-pop-s1 {
    transform: translateX(-100%);
    overflow: hidden;
    display: block;
    transition: all 1.2s;
    pointer-events: none;
}

.pop.header-pop-s1.open-header-pop {
    transform: translateX(0);
    pointer-events: auto;
}


.header-pop .close {
    width: 0.15rem;
    height: 0.15rem;
    /* background: url(../images/header-close.png) no-repeat center; */
    background-size: 100%;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    z-index: 9;
    cursor: pointer;
    transition: all .6s;
}

.header-pop .close:hover {
    transform: rotate(-180deg);
}

.header-pop-s1 .pop-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 3s;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.header-pop-s1.open-header-pop .pop-wrap::after,
.search-popup.active::after {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -moz-transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -ms-transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -o-transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.header-pop-s1 .pop-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/menu-leftbg.png) no-repeat; */
    background-size: cover;
    background-color: #343434;
    overflow: hidden;
}

.header-pop-s1 .pop-wrap::before {
    content: '';
    width: 2.5rem;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    /* background: url(../images/menu-rightbg.png); */
    background-size: cover;
}

.header-pop-s1 .pop-up,
.header-pop-s1 .pop-down {
    overflow: hidden;
    position: relative;
}

.header-pop-s1 .le {
    float: left;
    /* width: 83.2%; */
    width: 100%;
    width: calc(100% - 2.5rem);
}

.header-pop-s1 .le .pop-logo img {
    width: 50%;
}

.header-pop-s1 .ri {
    float: right;
    width: 2.5rem;
    padding: 1.1rem 0 0 0.3rem;
}

.ham-address p img {
    margin-bottom: 10px;
}

.ham-address p {
    font-size: 14.5px;
    color: #fff;
    line-height: 20px;
}

.ham-pop-follow {
    /* margin-top: 3vw; */
}

.ham-pop-title h1 {
    font-family: 'HankookKRTTFRegular';
    font-size: 31px;
    color: #FFE7AC;
    line-height: 1;
}

.ham-pop-title h3 {
    font-size: 20px;
    color: #FFE7AC;
    line-height: 0.14rem;
    opacity: .8;
    margin-top: 18px;
}

.ham-pop-follow h1 {
    font-family: 'HankookKRTTFRegular';
    font-size: 0.25rem;
    color: rgba(255, 255, 255, .2);
    line-height: 1;
    font-weight: bold;
    line-height: 0.23rem;
    margin-top: 0.05rem;
}

.ham-pop-follow h3 {
    font-size: 0.15rem;
    color: #fff;
    line-height: 1;
    opacity: .8;
    margin-top: 8px;
}

.gzh-bk {
    width: 1rem;
    height: 1rem;
    background: #ddd;
    border: 0.05rem solid #fff;
    margin-top: 0.2rem;
}

.ham-pop-follow img {
    width: 100%;
}

.dhdbuls {
    display: flex;
    margin-top: 0.35rem
}

.dhdbuls li {
    color: rgba(255, 255, 255, .8);
    font-size: 0.08rem;
    margin-right: 0.05rem
}

.ham-pop-li {
    background: url(../images/ham-pop-icon3.png) no-repeat left center;
    overflow: hidden;
    padding-left: 1.48vw;
    margin-top: 3vh;
    position: relative;
    display: inline-block;
    background-size: 0.97vw;
}

.ham-pop-li a {
    float: left;
    font-size: 14.5px;
    color: #fff;
    line-height: 25px;
    margin-right: 16px;
}

.ham-pop-li a:last-child {
    margin-right: 0;
}

.header-pop-s1 .pop-up .le {
    padding: 5vh 3% 0 5%;
    height: 100vh;
    position: relative;
}

.header-pop-s1 .pop-up .ri {
    /* padding: 17vh 0px 0px 60px; */
}

.header-pop-s1 .pop-down .le {
    padding: 0 3.8% 0 5%;
}

.header-pop-s1 .pop-down .ri {
    position: relative;
    padding: 0 50px 0;
}

.header-pop-s1 .pop-up {
    /* padding-bottom: 2.4vh; */
    /* margin-bottom: 3vh; */
    /* overflow: hidden; */
    height: 100vh;
}

.header-pop-s1 .pop-up::before,
.header-pop-s1 .pop-up::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.header-pop-s1 .pop-up::before {
    /* background-color: #cbcbcb; */
    /* left: 5%; */
    /* opacity: .2; */
    width: -moz-calc(100% - (8.8% + 370px));
    /* width: -webkit-calc(100% - (8.8% + 370px)); */
    /* width: 45%; */
}

.header-pop-s1 .pop-up::after {
    /* background-color: #dbdbdb; */
    left: -moz-calc(100% - 320px);
    /* left: -webkit-calc(100% - 320px); */
    /* left: calc(100% - 320px); */
    /* min-width: 244px; */
    /* max-width: 244px; */
}

.header-pop-s1 .nav {
    position: relative;
    margin: 7vh 0 5.10204vh;
    overflow: hidden;
    display: table;
    padding-bottom: 3.17vw;
    /* border-bottom: 2px solid rgba(203, 203, 203, .22); */
}

.header-pop-s1 .nav dl:last-child {
    margin-right: 0;
}

.header-pop-s1 .nav dl {
    float: left;
    padding-left: 0.1rem;
    margin-right: 0.2rem;
    position: relative;
    border-left: 1px solid #E5E5E5;
}

.header-pop-s1 .nav dt {
    margin-bottom: .7vw;
}

.header-pop-s1 .nav dt a {
    font-size: 0.09rem;
    font-weight: 400;
    color: #333;
}

.header-pop-s1 .nav dd a {
    color: #666;
    font-size: 0.08rem;
    line-height: 0.2rem;
    /* opacity: .5; */
    transition: all .4s;
}

.header-pop-s1 .nav dd a:hover {
    opacity: 1;
}

.header-pop-s1 .infomation {
    margin: 12.2vh 0 5.10204vh;
}

.header-pop-s1 .infomation h1 {
    font-family: 'Brandon-Grotesque-Bold';
    font-size: 60px;
    color: #a5a199;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.header-pop-s1 .infomation h1 em {
    color: #a1976e;
}

.header-pop-s1 .infomation p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    opacity: .5;
}

.header-pop-s1 .shares-tips {
    float: left;
    margin-right: 80px;
}

.dhdbxs {
    position: absolute;
    bottom: 0.3rem;
}

.dzxsfasc {
    font-size: 0.08rem;
    color: #A9A9A8;
    line-height: 0.16rem;
}

.dzxsfasc a {
    display: inline-block;
}


.footer {
    padding: 0 13.54%;
}

.fotles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.65rem;
    border-bottom: 1px solid #D4D4D4
}

.flogo {
    width: 41.25%;
}

.flogo img {
    width: 75%;
}

.fotul {

    display: flex;
}

.fotul li {
    margin-left: 0.135rem;
    width: 0.16rem;
}

.fotul li img {
    width: 100%;
}

.fotbtm {
    height: 0.55rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fotbtmLeft p a {
    display: inline-block;
    color: #A9A9A8
}

.fotbtmLeft p {
    font-size: 0.08rem;
    color: #A9A9A8;
    line-height: 0.16rem;
}

.fotbtmRight {
    display: flex;
    font-size: 0.08rem;
    color: #A9A9A8;
}

.fotbtmRight li {
    margin-left: 0.1rem
}


/*手机端头部*/

#mobileHead {
    display: none;
}

#mobileHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 900;
}

#mobileHeader.nFixed {
    position: fixed;
}

#mobileHead {
    height: 60px;
}

#mobileHead.indexMobileHeader {
    height: 0;
}

.indexMobileHeader #mobileHeader {
    background-color: transparent;
}

#mobileHeader .logo {
    height: auto;
}

#mobileHeader .logo img {
    display: block;

    width: 65%;
}

#mobileHeader .meun-btn {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    /* background: url(../images/head-menu-btn.png) no-repeat center; */
    /* background: url(../images/head-menu.png) no-repeat center;
        background-size: 16px auto; */
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobileHeader .meun-btn .ic {
    width: 16px;
    height: 26px;
    /* background: url(../images/head-menu.png) no-repeat center; */
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
}

#mobileHeader .meun-btn .ic::before {
    content: "";
    position: absolute;
    /* left: -100% */
    left: 0;
    top: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    background: url(../images/head-menu.png) no-repeat center;
    background-size: 100% auto;
    transition: all 1s;
    opacity: 1;
}

#mobileHeader .meun-btn .ic::after {
    content: "";
    position: absolute;
    /* left: -100% */
    left: 0;
    top: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    background: url(../images/head-menu-btn.png) no-repeat center;
    background-size: 100% auto;
    transition: all 1s;
    opacity: 0;
}

#mobileHeader.open .meun-btn .ic::before {
    opacity: 0;
}

#mobileHeader.open .meun-btn .ic::after {
    opacity: 1;
}

#mobileHeader.open .mobile-menu-pop {
    transform: translateX(-100%);
    opacity: 1;
}

.mobile-menu-pop {
    width: 100%;
    height: 100vh;
    background: url(../images/menu-leftbg.png) no-repeat right center;
    background-size: cover;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20;
    overflow: hidden;
    /* opacity: .5; */
    transition: all 1s cubic-bezier(0.69, 0.1, 0.21, 0.95);

}

.mobile-menu-pop .left {
    float: left;
    width: 30%;
    height: 100%;
    position: relative;
}


.mobile-menu-pop .right {
    float: right;
    width: 70%;
    height: 100%;
    overflow: auto;
    background: url(../images/menu-rightbg.png) no-repeat bottom;
    background-size: cover;
    background-color: #cd0e17;
    transform: translateX(100%);
    transition: all 1s .1s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#mobileHeader.open .mobile-menu-pop .right {
    transform: translateX(0);

}

.mobile-menu-pop .nav {
    padding: 70px 0 30px;
}

.mobile-menu-pop .int {
    opacity: 0;
    transition: all 0s .8s;
}

#mobileHeader.open .mobile-menu-pop .int {
    opacity: 1;
    transition: all .6s .8s;
}

.mobile-menu-pop .nav dt {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-pop .nav dt i {
    /* content: ""; */
    display: inline-block;
    width: 13px;
    height: 20px;
    background: url(../images/mobile-menu-pop-down.png) no-repeat center;
    background-size: contain;
    margin-left: 10px;
    transition: all .3s;
    opacity: .7;
}

.mobile-menu-pop .nav dl.open dt i {
    transform: rotate(-180deg);
}

.mobile-menu-pop .nav dd {
    display: none;
    padding: 0 20px 0 38px;
}

.mobile-menu-pop .nav dd a {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    opacity: .8;
}

.mobile-menu-pop .nav dd a.active {
    opacity: 1;
    position: relative;
}

.mobile-menu-pop .nav dd a.active::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;
}

.mobile-menu-pop .langth {
    /* display: flex;
        padding: 20px;
        margin-left: -10px;
        margin-bottom: 40px; */
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.mobile-menu-pop .langth a {
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    opacity: .6;
}

.mobile-menu-pop .langth a.active {
    opacity: 1;
}

.website-group {
    display: flex;
    align-items: center;
    margin-left: 0.22rem;
}

.website-group div {
    margin-left: 0.06rem;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}

@media screen and (max-width: 1510px) {
    #header .ri {
        width: 60%;
    }

    .about_content {
        height: 55vh;
font-size:12px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-header {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .views-more {
        width: 70px;
        height: 70px;
    }

    .page-title {
        font-size: 26px;
    }

    .culture-img {
        width: 80%;
        margin: 0 auto;
    }
}