body {
    padding-top: 1.2rem;
}

.about_main_con .brand1 {
    display: none;
}

@-webkit-keyframes open-in {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes open-in {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes open-out-1 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    35% {
        -webkit-transform: scaleX(.9) translateX(-5px);
        transform: scaleX(.9) translateX(-5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    100% {
        -webkit-transform: scaleX(0) translateX(5px);
        transform: scaleX(0) translateX(5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@keyframes open-out-1 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    35% {
        -webkit-transform: scaleX(.9) translateX(-5px);
        transform: scaleX(.9) translateX(-5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    100% {
        -webkit-transform: scaleX(0) translateX(5px);
        transform: scaleX(0) translateX(5px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@-webkit-keyframes open-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    35% {
        -webkit-transform: scaleX(.9) translateX(5px);
        transform: scaleX(.9) translateX(5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleX(0) translateX(-5px);
        transform: scaleX(0) translateX(-5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes open-out-2 {
    0% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    35% {
        -webkit-transform: scaleX(.9) translateX(5px);
        transform: scaleX(.9) translateX(5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleX(0) translateX(-5px);
        transform: scaleX(0) translateX(-5px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes close-in-1 {
    0% {
        -webkit-transform: scaleY(0) translateY(-10px);
        transform: scaleY(0) translateY(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes close-in-1 {
    0% {
        -webkit-transform: scaleY(0) translateY(-10px);
        transform: scaleY(0) translateY(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@-webkit-keyframes close-in-2 {
    0% {
        -webkit-transform: scaleX(0) translateX(-10px);
        transform: scaleX(0) translateX(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes close-in-2 {
    0% {
        -webkit-transform: scaleX(0) translateX(-10px);
        transform: scaleX(0) translateX(-10px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

#top {
    position: fixed;
    bottom: 4.45rem;
    right: 0.4rem;
    height: 0.9rem;
    width: 0.9rem;
    z-index: 99;
    display: none;
}

.header {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s;
    background: #fff;
}

#header.on .headermobile {
    background: #fff;
}

#header.on .head_logo {
    background: url(../images/logo2.png) no-repeat center/100%;
}

#header.on2 .head_logo {
    background: url(../images/logo2.png) no-repeat center/100%;
}

.head_logo {
    position: relative;
    width: 2.08rem;
    height: 1.2rem;
    float: left;
    background: url(../images/logo.png) no-repeat center/100%;
    margin-left: 0.3rem;
    z-index: 999;
}

.head_navmobile_btn {
    width: 60%;
    height: 1.2rem;
    position: relative;
    float: right;
    cursor: pointer;
    z-index: 999;
    transition: all .7s;
}

.head_navmobile_btn .box {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    background: url(../images/menu.png) no-repeat center;
}

.head_navmobile_btn:after {
    content: '';
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #b40b0b;
    opacity: 0;
    transition: all .7s;
}

.head_navmobile_btn.open:after {
    opacity: 1;
    right: 0;
}

.head_navmobile_btn.open {
    width: 60%;
    height: 1.2rem;
    margin: 0;
}

.head_navmobile_btn .lines {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-top: 0.27rem;
    height: .8rem;
    width: .8rem;
}

.head_navmobile_btn .open .line {
    display: inline-block;
    width: .34rem;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: auto;
    -webkit-animation: open-in 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.3s 1 normal forwards;
    animation: open-in 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.3s 1 normal forwards;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.head_navmobile_btn .lines.open .line:nth-child(2) {
    margin-top: .09rem;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

.head_navmobile_btn .lines.open .line:nth-child(3) {
    margin-top: .09rem;
    clear: both;
}

.head_navmobile_btn .close {
    /* margin: -16px 0 0 -16px; */
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: rotateX(0.1deg) rotateZ(45deg);
    transform: rotateX(0.1deg) rotateZ(45deg);
    top: .1rem !important;
    right: .1rem;
}

.head_navmobile_btn .close .line:nth-child(1) {
    top: 0;
    left: .4rem;
    width: 0.04rem;
    height: .53rem;
    position: absolute;
    -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
    animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}

.head_navmobile_btn .close .line:nth-child(2) {
    top: .3rem;
    left: 0.13rem;
    width: .53rem;
    height: 0.04rem;
    position: absolute;
    -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
    animation: close-out-2 0.3s linear 0s 1 normal forwards;
}

.head_navmobile_btn.open .line {
    -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
    animation: open-out-1 0.4s linear 0s 1 normal forwards;
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
}

.head_navmobile_btn .line {
    -webkit-transition: background .3s;
    transition: background .3s;
}

.head_navmobile_btn.open .line {
    -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
    animation: open-out-1 0.4s linear 0s 1 normal forwards;
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
}

.head_navmobile_btn.open .txt {
    opacity: 1;
}

.head_navmobile_btn .txt {
    position: absolute;
    opacity: 0;
    line-height: 1.2rem;
    font-size: 0.48rem;
    color: #ffffff;
    font-family: 'DIN';
    padding-left: 0.4rem;
    z-index: 99;
}

.bg-menumobile.locked {
    left: 0;
}

.bg-menumobile {
    position: fixed;
    left: -100%;
    top: 1.2rem;
    width: 40%;
    background: url(../images/menu2.jpg) no-repeat bottom left/cover;
    height: calc(100% - 1.2rem);
    transition: all .6s;
    z-index: 999;
}

.bg-menumobile .box {
    position: absolute;
    bottom: 1rem;
    left: 0.4rem;
}

.main-menumobile {
    z-index: 998;
    position: fixed;
    right: -100%;
    top: 1.2rem;
    width: 60%;
    background: #fff;
    height: calc(100% - 1.2rem);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    /* opacity: 0; */
    -webkit-transition: all .6s;
    transition: all .6s;
}

.bg-menumobile .title {
    padding-bottom: 0.3rem;
    border-bottom: 0.02rem solid #d2cdcc;
    opacity: 0;
}

.bg-menumobile.locked .title {
    animation: fadeInLeft2 .8s .2s cubic-bezier(.33, 1, .68, 1) forwards;
}

.bg-menumobile .title h3 {
    font-size: 0.3rem;
    color: #b40b0b;
    line-height: 1;
}

.bg-menumobile .title h4 {
    font-size: 0.6rem;
    color: #999999;
    letter-spacing: -0.04rem;
    line-height: 1;
    font-family: 'DIN';
}

.bg-menumobile.locked .title2 {
    animation: fadeInLeft2 .8s .4s cubic-bezier(.33, 1, .68, 1) forwards;
}

.bg-menumobile.locked .language {
    animation: fadeInLeft2 .8s .6s cubic-bezier(.33, 1, .68, 1) forwards;
}

.bg-menumobile .title2 {
    padding-top: 0.3rem;
    opacity: 0;
}

.bg-menumobile .title2 .h3 {
    font-size: 0.3rem;
    line-height: 1;
    color: #666666;
}

.bg-menumobile .title2 .h4 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #999999;
    margin-top: 0.15rem;
}

.bg-menumobile .language {
    margin-top: 0.7rem;
    opacity: 0;
}

.bg-menumobile .language>a {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border: 0.02rem solid #b40b0b;
    color: #b40b0b;
    font-size: 0.3rem;
    font-family: 'Rubik';
    float: left;
    text-transform: uppercase;
    margin-right: 0.1rem;
}

.bg-menumobile .language>a.on {
    background: #b40b0b;
    color: #ffffff;
}

.main-menumobile.locked {
    right: 0;
    visibility: inherit;
    pointer-events: auto;
}

.main-menumobile .background .circle.white {
    background: #000;
    top: -4rem;
    left: 4rem;
    bottom: auto;
    right: auto;
}

.main-menumobile.locked .background .back {
    opacity: 0.5;
    height: 100%;
    visibility: inherit;
}

.main-menumobile.locked .background .circle {
    -webkit-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all .8s cubic-bezier(.55, .06, .68, .19) 0s;
    transition: all .8s cubic-bezier(.55, .06, .68, .19) 0s;
}

.head_navmobile {
    width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.head_navmobile ul.nav_listmobile {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-right: 0.4rem;
}

.head_navmobile ul.nav_listmobile>li {
    position: relative;
    text-align: left;
    font-size: .28rem;
    color: #333333;
    font-weight: 800;
    text-transform: uppercase;
}

.head_navmobile ul.nav_listmobile>li.on:before {
    transform: rotate(0deg);
}

.head_navmobile ul.nav_listmobile>li>a {
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    padding-left: 0.4rem;
    display: inline-block;
}

#content {
    margin-top: 1.2rem;
}

.head_navmobile ul.nav_listmobile>li:after {
    content: '';
    width: 0.2rem;
    height: 0.04rem;
    background: #b40b0b;
    top: 0.26rem;
    right: 0;
    position: absolute;
}

.head_navmobile ul.nav_listmobile>li:before {
    content: '';
    width: 0.2rem;
    height: 0.04rem;
    right: 0;
    top: 0.26rem;
    transition: all .7s;
    transform: rotate(90deg);
    background: #b40b0b;
    position: absolute;
}

.head_navmobile ul.nav_listmobile>li:first-child:before {
    display: none;
}

.head_navmobile ul.nav_listmobile>li:first-child:after {
    display: none;
}

.head_navmobile ul.nav_listmobile>li:last-child:before {
    display: none;
}

.head_navmobile ul.nav_listmobile>li:last-child:after {
    display: none;
}

.head_navmobile ul.nav_listmobile>li:last-child {
    margin-bottom: 0;
}

.head_navmobile ul.nav_listmobile>li>p {
    text-align: center;
    line-height: 1;
}

.head_navmobile ul.nav_listmobile>li.on .ul_nei_nav {
    border-top: 0.02rem solid #ece6e5;
}

.head_navmobile ul.nav_listmobile>li .ul_nei_nav {
    padding-bottom: 0.08rem;
    display: none;
}

.head_navmobile ul.nav_listmobile>li .ul_nei_nav li {
    height: 0.86rem;
    padding-left: 0.7rem;
    border-bottom: 0.02rem solid #ece6e5;
    display: flex;
    align-items: center;
}

.head_navmobile ul.nav_listmobile>li .ul_nei_nav li.on a {
    color: #333333;
}

.head_navmobile ul.nav_listmobile>li .ul_nei_nav li a {
    font-size: .24rem;
    color: #999999;
    line-height: 0.32rem;
}

s .head_navmobile ul.nav_listmobile>li .ul_nei_nav li a:last-child {
    margin-bottom: 0;
}

.head_navmobile ul.nav_listmobile>li .ul_nei_nav li a.on {
    color: #333333;
}

.main-menumobile.locked .head-top {
    padding-top: 1.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.04rem solid rgba(255, 255, 255, .2);
}

.head_navmobile_btn.open .close .line:nth-child(1) {
    -webkit-animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
    animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: 0;
    left: .4rem;
    width: 0.04rem;
    height: .53rem;
    background: #fff;
    position: absolute;
    margin-left: -0.02rem;
}

.head_navmobile_btn.open .close .line:nth-child(2) {
    -webkit-animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
    animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: .3rem;
    left: 0.13rem;
    width: .53rem;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    margin-top: -0.07rem;
}

.main .banner {
    height: 6.6rem;
    width: 100%;
}

.main .banner .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main .banner .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.14rem;
    background: #ffffff;
    border-radius: 0;
    opacity: 1;
    margin: 0 0.05rem;
    transition: all .7s;
}

.main .banner .swiper-pagination-bullet-active {
    width: 0.7rem;
    background: #b40b0b;
}

.main .dy-list {
    padding: 0.2rem 0rem;
    height: 6.54rem;
    background: #fbfafa;
}

.main .dy-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .dy-list ul li {
    margin: 0.4rem 0.4rem 0;
}

.main .dy-list ul li .dy-amin span {
    width: 1.5rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    display: block;
    margin-top: 0.2rem;
    text-transform: uppercase;
}

.main .dy-list ul li .dy-amin .dy-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main .dy-list ul li .dy-amin .dy-icon.icon1 {
    background-image: url(../images/img1.png);
}

.main .dy-list ul li .dy-amin .dy-icon.icon2 {
    background-image: url(../images/img2.png);
}

.main .dy-list ul li .dy-amin .dy-icon.icon3 {
    background-image: url(../images/img3.png);
}

.main .dy-list ul li .dy-amin .dy-icon.icon4 {
    background-image: url(../images/img4.png);
}

.main .dy-list ul li .dy-amin .dy-icon.icon5 {
    background-image: url(../images/img5.png);
}

.main .dy-list ul li .dy-amin .dy-icon.icon6 {
    background-image: url(../images/img6.png);
}

.news-center {
    overflow: hidden;
    background: #ece6e5;
    padding-top: 0.8rem;
    padding-left: 0.4rem;
    padding-right: 0.5rem;
}

.news-center .index-news .index-news-main {
    padding-top: .5rem;
    position: relative;
    padding-bottom: 1rem;
}

.news-center .index-news .index-news-main .more {
    position: absolute;
    top: -0.37rem;
    right: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.6rem;
    font-size: 0.26rem;
    color: #333333;
    background: url(../images/img9.png) no-repeat center left/0.5rem 0.5rem;
}

.news1_main .news-center .index-news .index-news-main .more {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    color: #b40b0b;
    margin: 0.9rem auto 0;
    position: inherit;
    padding-left: 0;
    background: none;
}

.news-center .index-news .index-news-main ul li {
    overflow: hidden;
    margin-bottom: 0.2rem;
    background: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.42rem;
}

.news-center .index-news .index-news-main ul li:last-child {
    margin-bottom: 0;
}

.news-center .news-top h2 {
    font-size: 0.5rem;
    color: #333333;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.news-center .news-top h4 {
    font-size: 0.36rem;
    color: #b40b0b;
    line-height: 1;
}

.news-center .news-time {
    position: relative;
    float: left;
    color: #999999;
    font-family: 'DINCond';
    padding-right: 0.29rem;
    border-right: 2px solid #e2e0df;
}

.news-center .news-contant {
    float: right;
    width: 4.88rem;
}

.news-center .news-contant h2 {
    padding-top: 0.05rem;
    margin-right: 0.18rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
}

.news-center .news-time h3 {
    font-size: 0.52rem;
    line-height: 1;
    display: inline-block;
    padding-left: 0.4rem;
    font-weight: 800;
}

.news-center .news-time span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-weight: 800;
}

footer {
    padding: 0.6rem 0.4rem;
    background: #b40b0b;
}

footer .phone {
    padding-left: 0.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.42rem;
    color: #fff;
    font-family: 'DINCond';
    font-weight: 800;
    background: url(../images/img10.png) no-repeat center left/0.8rem;
}

footer .p1 {
    padding-top: 0.14rem;
    padding-bottom: 0.24rem;
    padding-left: 0.23rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    background: url(../images/img11.png) no-repeat 0rem 0.17rem/0.18rem 0.22rem;
    border-bottom: 0.02rem solid rgba(236, 230, 229, .6);
}

footer .p2 {
    position: relative;
    z-index: 99;
    height: 1.4rem;
    line-height: 1.4rem;
    border-bottom: 0.02rem solid rgba(236, 230, 229, .6);
    color: #fff;
}

footer .p2 a {
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
}

footer .p2 .rt {
    float: right;
    padding-top: 0.3rem;
}

footer .p2 a.icon {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    z-index: 99;
}

footer .p2 a.icon.wx-icon {
    background: url(../images/img12.png) no-repeat center/cover;
}

footer .p2 a.icon.sina-icon {
    background: url(../images/img13.png) no-repeat center/cover;
}

footer .p2 a.icon.dou-icon {
    background: url(../images/img16.png) no-repeat center/cover;
}

footer .p2 a.icon .img {
    position: absolute;
    top: -1.88rem;
    left: -0.5rem;
    width: 1.76rem;
    height: 1.88rem;
    opacity: 0;
    transition: all .7s;
    background: url(../images/img14.png) no-repeat center/cover;
}

footer .p2 a.icon.on .img {
    position: absolute;
    opacity: 1;
}

footer .p2 a.icon .img img {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
}

footer .p3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-top: 0.24rem;
    color: #ffff;
}

.banner2 {
    position: relative;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_h2 {
    position: absolute;
    width: 1.15rem;
    height: 0.29rem;
    font-weight: bold;
    right: .4rem;
    bottom: 0.7rem;
}

.nav {
    height: 1.2rem;
    border-bottom: 0.02rem solid #ece6e5;
    padding: 0 0.4rem;
    overflow-x: scroll;
}

.contact.nav ul {
    width: 100%;
}

.news.nav ul {
    width: 100%;
}

.about.nav ul {
    width: 9.6rem !important;
}

.nav ul {
    height: 100%;
    width: 18.2rem;
}

.culture.nav ul {
    width: 18rem;
}

.solic.nav ul {
    width: 9rem;
}

.brand.nav ul {
    width: 12rem;
}

.about .nav ul {
    width: 18.2rem;
}

.nav ul li {
    float: left;
    height: 100%;
    margin-right: 0.56rem;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    position: relative;
    float: left;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.nav ul li a.curt:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b40b0b;
}

.nav ul li a.curt {
    color: #b40b0b;
}

.nei_main {
    padding: 0.9rem 0.4rem;
    border-bottom: 0.02rem solid #ece6e5;
}

.nei_main h2 {
    line-height: 1;
    font-size: 0.52rem;
    color: #f6e2cd;
    font-family: 'DINCond';
}

.nei_main h3 {
    line-height: 1;
    font-size: 0.36rem;
    color: #d00000;
    font-weight: bold;
    margin-top: 0.15rem;
}

.nei_main strong span {
    color: #b40b0b;
    font-size: 0.52rem;
    font-weight: 800;
}

.nei_main span {
    color: #bc9d72;
    font-size: 0.26rem;
    font-weight: 800;
}

.nei_main p {
    line-height: 0.46rem;
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.3rem;
}

.about2_main.nei_main img {
    margin: 0;
}

.nei_main img {
    margin: 0.5rem 0;
}

.about1_right_top {
    position: relative;
    margin-top: 0.5rem;
    width: 6.7rem;
    height: 4rem;
    background-color: #c1aa88;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 3.5rem 4rem;
}

.about1_right_top .about1_ming {
    position: absolute;
    left: 3.6rem;
    top: 2.55rem;
}

.about1_right_top .about1_ming .qianming {
    width: 0.99rem;
    height: 0.59rem;
    margin-top: 0.2rem;
}

.about1_right_top .about1_ming_left {
    font-size: 0.26rem;
    color: #8e7a5c;
}

.about1_right_top .kuai {
    position: absolute;
    top: 0.79rem;
    right: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
}

.about1_right_top .about1_fan {
    position: absolute;
    top: 0.7rem;
    right: 1.6rem;
    width: 0.3rem;
    height: 0.29rem;
}

.about1_right_bot {
    padding-top: 0.4rem;
    padding-left: 0.5rem;
    width: 6.7rem;
    height: 4rem;
    background: url(../images/about/img5.jpg) no-repeat center/cover;
}

.about1_right_bot p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    opacity: 0.5;
    color: #ffffff;
}

.about1_p p strong {
    color: #bc9d72;
    line-height: 0.46rem;
}

.about1_p p:last-child {
    margin-bottom: 0;
}

.about1_p p {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.46rem;
    margin-top: 0.5rem;
}

.about2_main.nei_main {
    padding-top: 0.7rem;
}

.about2_main p strong {
    font-size: 0.52rem;
    color: #b40b0b;
    display: inline;
    line-height: 1;
}

.about2_main p {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.46rem;
    margin-bottom: 0.45rem;
}

.about2_main p:last-child {
    margin-bottom: 0;
}

.about3_main .year {
    overflow-x: scroll;
}

.about3_main .year ul li {
    float: left;
    width: 1.33rem;
    height: 1rem;
    margin-right: 1px;
    line-height: 1rem;
    text-align: center;
    background: #ece6e5;
    font-size: 0.42rem;
    color: #999999;
    font-family: 'DINCond';
    transition: all .7s;
}

.about3_main .year ul li.on {
    color: #ffffff;
    background: url(../images/about/img7.png) no-repeat center/cover;
}

.about3_main .dlList {
    position: relative;
    overflow: hidden;
    height: 672px;
}

.about3_main .dlList .clone {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.about3_main .dlList .clone:after {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0.66rem;
    width: 2px;
    height: 100%;
    background: #ece6e5;
    z-index: -1;
}

.about3_main .dlList .clone.on {
    opacity: 1;
    animation: fadeInRight 1s 0s forwards;
}

.about3_main .dlList .clone .timer_cont {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

.about3_main .dlList .clone .timer_cont h3 {
    position: absolute;
    margin-top: 0.1rem;
    left: 0.47rem;
    width: 0.4rem;
    line-height: 0.35rem;
    height: 0.4rem;
    font-size: 0.24rem;
    font-family: 'DINCond';
    color: #b91a1a;
    border: 0.04rem solid #b91a1a;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}

.about3_main .dlList .clone .timer_cont p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
}

.about5_main.nei_main {
    border-bottom: none;
    padding: 0.9rem 0.4rem 0;
}

.about5_main .about_more {
    margin-bottom: 0.9rem;
}

.about5_main .about5_main1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ece6e5;
    margin-bottom: 0.2rem;
    position: relative;
}

.about5_main .about5_main1 .about5_cont {
    padding: 0.4rem 0.4rem;
    display: none;
}

.about5_main .about5_main1.on .about5_cont {
    height: 100%;
}

.about5_main .about5_main1 h2 {
    position: relative;
    font-size: 0.52rem;
    color: #b40b0b;
    line-height: 1.6rem;
    font-weight: 800;
    margin: 0 0.4rem;
}

.about5_main .about5_main1 h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #9f9894;
    transition: all .7s;
    opacity: 0;
}

.about5_main .about5_main1.on h2:after {
    width: 100%;
    opacity: 1;
}

.about5_main .about5_main1 .about5_cont p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
    color: #333333;
}

.about_more {
    width: 6.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    color: #b40b0b;
    margin: 0 auto 0.9rem;
}

.zhan {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zhan::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.18rem;
    width: 0.14rem;
    height: 0.08rem;
    margin-top: -0.04rem;
    transition: all .7s;
    background: url(../images/about/img10.png) no-repeat center/cover;
}

.about5_main .about5_main1.on .zhan::after {
    transform: rotate(180deg);
}

.zhan:before {
    content: '';
    font-size: 0.26rem;
    color: #333333;
    line-height: 1;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.6rem;
    background: url(../images/about/img12.png) no-repeat center left/0.5rem 0.5rem;
    display: block;
    font-weight: 400;
    transition: all .7s;
}

.about5_main .about5_main1.on .zhan:before {
    background: url(../images/about/img11.png) no-repeat center left/0.5rem 0.5rem;
}

.about6_main.nei_main {
    padding: 0.9rem 0 0;
}

.about6_cont1 {
    padding: 0 0.4rem 0.9rem;
}

.about6_cont2 {
    position: relative;
    background: #e3d8c6;
    padding: 0.8rem 0.4rem 1rem;
}

.about6_cont2 .about_more {
    margin-bottom: 0;
}

.cd-timeline-block {
    position: relative;
}

.cd-timeline-block h4 {
    position: absolute;
    top: 0.04rem;
    left: 0;
    font-size: 0.36rem;
    font-family: 'DINCond';
    color: #b40b0b;
    font-weight: bold;
}

.cd-timeline-img {
    position: absolute;
    top: 0.2rem;
    left: 1.47rem;
    width: 0.14rem;
    height: 0.14rem;
    z-index: 3;
}

.cd-timeline-img img {
    margin: auto;
}

.cd-timeline-content {
    position: relative;
    margin-left: 1.76rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.46rem;
}

.left_xian {
    position: absolute;
    width: 0.02rem;
    height: 100%;
    background: #cebb9a;
    top: 0;
    left: 1.54rem;
    z-index: 1;
}

.about6_wei {
    position: relative;
    padding-top: 0.14rem;
    margin-top: 0.36rem;
}

.cd-timeline-content p {
    margin-bottom: 0.5rem;
}

.about6_wei .about_more {
    position: relative;
    z-index: 99;
}

.news1_main.new_main .swiper-wrapper {
    width: 100%;
}

.news1_main.new_main {
    padding: 0.9rem 0 0;
}

.new_main {
    padding: 0.9rem 0.4rem 0;
}

.news1_main.new_main .swiper-slide {
    padding: 0 0.4rem;
}

.news_list {
    padding-bottom: 0.6rem;
    overflow: hidden;
    background: #ece6e5;
}

.news1_list_left {
    float: left;
    width: 3.1rem;
    height: 2.8rem;
}

.news1_list_left img {
    width: 100%;
    height: 100%;
}

#media1_Box {
    margin-bottom: 0.6rem;
}

.news1_list_right {
    float: left;
    width: 3.05rem;
    margin-left: 0.2rem;
    padding-top: 0.44rem;
}

.news1_list_right h4 {
    line-height: 0.42rem;
    font-size: 0.3rem;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news1_list_right h5 {
    font-size: 0.3rem;
    color: #b40b0b;
    font-family: 'DINCond';
    line-height: 1;
    font-weight: bold;
    margin-top: 0.14rem;
    margin-bottom: 0.1rem;
}

.news1_list_right p {
    font-size: 0.26rem;
    line-height: 0.42rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news1_main.new_main .swiper-pagination {
    width: auto;
    left: 0.7rem;
    bottom: 0.15rem;
}

.news1_main.new_main .swiper-pagination .swiper-pagination-bullet {
    margin-left: 0rem;
    margin-right: 0.1rem;
    opacity: 1;
    background: #999999;
    height: 0.16rem;
    width: 0.16rem;
}

.news1_main.new_main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b40b0b;
}

.news1_main .news-center .index-news .index-news-main {
    margin-top: 0;
    padding-bottom: 1rem;
}

.news_detail.new_main {
    padding: 0.8rem 0.4rem 1rem;
}

.news_detail h3 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    color: #333333;
    font-weight: bold;
}

.news_detail h2 {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #b40b0b;
    line-height: 1;
    font-family: 'DINCond';
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.news_detail p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
    margin-bottom: 0.45rem;
}

.news_detail p img {
    margin-top: 0.1rem;
}

.news_detail .t {
    margin-top: -0.4rem;
    text-align: center;
}

.news_line {
    overflow: hidden;
    padding-top: 0.15rem;
}

.news_line a {
    float: left;
    background: #9f9894;
    width: 50%;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #ffffff;
}

.news_line a.next {
    background: url(../images/news/img3.jpg) no-repeat center/100%;
}

.news4_main .box {
    margin-bottom: 0.2rem;
}

.news4_main .box .list {
    height: 4.2rem;
}

.news4_main .box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news4_main .box .title {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #333333;
    font-size: 0.3rem;
    background: #ece6e5;
}

.news4_main .box .swiper-pagination {
    font-size: 0.3rem;
    color: #ffffff;
    font-family: 'DINCond';
}

.news4_main .box .swiper-button-white {
    height: 0.16rem;
    width: 0.09rem;
    background-size: cover;
}

.news4_main .box .swiper-button-next {
    bottom: 0.3rem;
    top: auto;
    right: 2.91rem;
    background-image: url(../images/news/next.png);
}

.news4_main .box .swiper-button-prev {
    bottom: 0.3rem;
    top: auto;
    left: 2.91rem;
    background-image: url(../images/news/prev.png);
}

.news4_main .about_more {
    margin-top: 0.5rem;
}

.culture1_main_content {
    margin-top: 0.6rem;
}

.culture1_main h2 {
    font-size: 0.36rem;
    color: #b40b0b;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.culture1_main.new_main {
    padding: 0.9rem 0 1rem;
}

.culture1_main.new_main .about_more {
    margin-bottom: 0;
}

.culture1_picture {
    padding: 0 0.4rem;
}

.culture1_main {
    padding: 0 0.4rem;
}

.culture1_main h3 {
    font-size: 0.52rem;
    color: #d2d2d2;
    line-height: 1;
    font-family: 'DINCond';
    margin-bottom: 0.4rem;
}

.culture1_main p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
    margin-bottom: 0.5rem;
}

.culture1_main_list {
    padding-top: 0.3rem;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: .3rem;
}

.culture1_main_list ul {
    overflow: hidden;
    width: 8.8rem;
}

.culture1_main .culture1_main_list ul {
    width: 11.8rem;
}

.culture1_main_list ul li {
    position: relative;
    float: left;
    width: 2.8rem;
    height: 2.8rem;
}

.culture1_main_list ul li .go_index {
    position: absolute;
    left: 0.43rem;
    top: 1.16rem;
}

.culture1_main_list ul li .go_index a span {
    color: #fff;
}

.culture1_main_list ul li .go_index a {
    color: #ff9c0f;
    line-height: 0.28rem;
    font-size: 0.2rem;
    padding-right: 0.75rem;
    background: url(../images/culture/img6.png) no-repeat center right/.47rem;
}

.brand_journalist {
    padding: 0.9rem 0 1rem;
}

.brand_journalist .about_more {
    margin-bottom: 0;
}

.brand_journalist ul {
    width: 100%;
    padding: 0 0.4rem;
    background: url(../images/brand/img8.jpg) center bottom/7.5rem 5.64rem;
}

.brand_journalist ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 5.65rem;
    padding-top: 0.04rem;
}

.brand_journalist ul li .jPic {
    width: 2.6rem;
    height: 3.74rem;
    overflow: hidden;
    margin-left: 0.75rem;
}

.brand_journalist ul li .q {
    position: absolute;
    right: 0;
    width: 1.22rem;
    height: 1.36rem;
    background: url(../images/brand/img9.png) no-repeat 0.21rem -0.1rem/cover;
    color: #ffffff;
    padding-top: 0.25rem;
    padding-left: 0.41rem;
}

.brand_journalist ul li .q span {
    font-size: 0.36rem;
    display: inline;
}

.brand_journalist ul li .q b {
    font-size: 0.24rem;
    display: inline;
}

.brand_journalist ul li h1 {
    font-size: 0.3rem;
    color: #333333;
    padding-left: 0.65rem;
    line-height: 0.9rem;
    font-weight: bold;
}

.media4_bot {
    padding: 0 0.4rem;
}

.media4_bot .media4_tousu {
    padding: 0.6rem 2rem 0;
}

.media4_bot .media4_tousu>a {
    float: left;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background: url(../images/brand/img10.png) no-repeat center/cover;
}

.media4_bot .media4_tousu a.tougao {
    float: left;
}

.media4_bot .media4_tousu a.jianyi {
    float: right;
}

.brand2_main {
    padding: 0.9rem 0.4rem .7rem;
}

.brand2_main h3 {
    font-size: 0.36rem;
    color: #b40b0b;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.brand2_main h2 {
    font-size: 0.52rem;
    color: #d2d2d2;
    font-family: 'DINCond';
    line-height: 1;
}

.brand2_main .weibo {
    margin-top: 0.5rem;
}

.brand2_main iframe {
    width: 6.7rem;
}

.weixin ul li {
    padding-top: 0.5rem;
    padding-left: 0.4rem;
    padding-bottom: 0.5rem;
    background: #f8f8f8;
    margin-bottom: 0.3rem;
}

.weixin ul li p {
    float: left;
    width: 1.69rem;
    height: 1.69rem;
    border: 1px solid #c3c3c3;
    margin-right: 0.3rem;
    margin-bottom: 0;
}

.weixin ul li h1 {
    float: left;
}

.weixin ul li h1 img {
    width: 0.64rem;
    height: 0.64rem;
    float: left;
}

.weixin ul li h1 span {
    color: #d71515;
    font-size: 18px;
    margin-top: 0.2rem;
    display: block;
    line-height: 0.36rem;
}

.weixin ul li h1 .about_weibo {
    font-size: 0.26rem;
    color: #b40b0b;
    font-weight: bold;
    margin-left: 0.84rem;
    margin-top: 0;
    height: 0.64rem;
    line-height: 0.64rem;
    width: 100%;
}

.about_jjwb {
    font-size: 0.26rem !important;
    color: #888 !important;
}

.about_jjwb strong {
    color: #d71515 !important;
}

.med_vio {
    padding-top: 0.9rem;
}

.med_vio .vedio-play img {
    height: 3.05rem;
    width: 4.01rem;
    margin: 0 auto;
    display: block;
}

.med_vio .swiper-slide p {
    width: 4.01rem;
    margin: 0 auto;
    text-align: center;
    height: 0.75rem;
    line-height: 0.75rem;
    background: #e6e6e6;
}

.med_vio .swiper-slide.swiper-slide-active img {
    width: 5.3rem;
    height: 4.05rem;
}

.med_vio .swiper-slide.swiper-slide-active p {
    width: 5.3rem;
    margin: 0 auto;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    background: #e6e6e6;
}

.med_vio .swiper-slide.swiper-slide-prev {
    left: 2.4rem;
    top: 0.63rem;
}

.med_vio .swiper-slide.swiper-slide-next {
    right: 2.4rem;
    top: 0.63rem;
}

.brand3_nei {
    padding: 0.8rem 0.4rem 1rem;
}

.brand3_nei .medi4_top p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
}

.brand3_nei .medi4_top h2 {
    font-size: 0.3rem;
    color: #cd9363;
    margin-top: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.brand3_nei .medi4_top .m_table .m_header {
    background: url(../images/brand/img16.jpg) no-repeat center/cover;
}

.brand3_nei .medi4_top .m_table li {
    width: 100%;
    height: 1rem;
    background: #e6e2e1;
    border-bottom: 1px solid #fff;
}

.brand3_nei .medi4_top .m_table span {
    float: left;
    height: 1rem;
    line-height: 1rem;
    display: block;
    text-align: center;
    color: #666;
    border-right: 1px solid #ffffff;
}

.brand3_nei .medi4_top .m_table .m_header span {
    color: #f8f8f8;
}

.brand3_nei .medi4_top .m_table span:last-child {
    border-right: none;
}

.brand3_nei .medi4_top .m_table span.m4_one {
    width: 1.2rem;
}

.brand3_nei .medi4_top .m_table span.m4_two {
    width: 1.2rem;
}

.brand3_nei .medi4_top .m_table span.m4_three {
    width: 1.2rem;
}

.brand3_nei .medi4_top .m_table span.m4_four {
    width: 1.2rem;
}

.brand3_nei .medi4_top .m_table span.m4_five {
    width: 1.88rem;
}

.brand3_nei .med4_di {
    padding: 0.7rem 0.4rem;
    background: #f9f4f0;
}

.brand3_nei .med4_di h2 {
    color: #cd9363;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.brand3_nei .med4_di p {
    position: relative;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #666666;
    padding-left: 0.18rem;
    margin-bottom: 0.5rem;
}

.brand3_nei .med4_di p:after {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0;
    border-radius: 100%;
    width: 0.08rem;
    height: 0.08rem;
    background: #cd9363;
}

.brand3_nei .med4_di p:last-child {
    margin-bottom: 0;
}

.brand3_nei .media4_right {
    width: 100%;
    height: 10.4rem;
    background: url(../images/brand/img17.jpg) no-repeat center/cover;
    margin-top: 0.5rem;
}

.brand3_nei .media4_right .med4_top {
    width: 3.51rem;
    height: 5.14rem;
    margin: 0 auto;
}

.brand3_nei .media4_right .med4_bot {
    padding: 0.5rem 0.4rem;
}

.brand3_nei .media4_right .med4_bot h2 {
    height: 0.8rem;
    font-size: 0.42rem;
    line-height: .8rem;
    color: #b40b0b;
    font-family: 'DINCond';
    margin-bottom: 0.2rem;
}

.brand3_nei .media4_right .med4_bot h2 i {
    float: left;
    margin-right: 0.1rem;
}

.brand3_nei .media4_right .med4_bot h2 i img {
    height: 0.8rem;
    width: 0.8rem;
}

.brand3_nei .media4_right .med4_bot p {
    font-size: 0.26rem;
    line-height: 0.46rem;
}

.brand3_nei .med4_bot {
    padding: 0.5rem 0.4rem;
}

.brand3_nei .media4_right .med4_bot .red {
    font-size: 0.26rem;
    color: #b40b0b;
    margin-top: 0.46rem;
}

.brand3_nei .med4_qie {
    margin-top: 0.5rem;
}

.brand3_nei .med4_qie a {
    float: left;
    width: 3.3rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #b40b0b;
}

.brand3_nei .med4_qie a:first-child {
    float: left;
}

.brand3_nei .med4_qie a:last-child {
    float: right;
}

.brand4_main .poster-list .poster-item {
    margin-bottom: 0.4rem;
}

.brand4_main .poster-list .poster-item .post-imgm {
    position: relative;
}

.brand4_main .poster-list .poster-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
}

.brand4_main .poster-list .poster-item img {
    margin: 0;
}

.brand4_main .poster-list .poster-item .post_txt {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    background: #e6e6e6;
}

.brand4_main .poster-main .about_more {
    margin-top: 0.6rem;
    margin-bottom: 0;
}

.solicitation1_nei p {
    font-size: 0.3rem;
    color: #d00000;
    line-height: 0.46rem;
    margin-top: 0.45rem;
}

.solicitation1_nei span {
    position: relative;
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-top: 0.4rem;
    padding-left: 0.66rem;
    color: #333333;
    display: block;
    font-weight: normal;
    padding-bottom: 0.04rem;
    margin-bottom: 0.77rem;
}

.solicitation1_nei span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0.38rem;
    height: 0.3rem;
    background: url(../images/so/img1.png) no-repeat center/cover;
}

.solicitation1_nei span:after {
    content: '';
    position: absolute;
    left: 3.85rem;
    bottom: 0;
    width: 0.34rem;
    height: 0.28rem;
    background: url(../images/so/img2.png) no-repeat center/cover;
}

.solicitation1_nei .slct1_box {
    padding-top: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 6.7rem;
    height: 9.5rem;
    background: url(../images/so/img3.jpg) no-repeat center/cover;
}

.solicitation1_nei .slct1_box .cn {
    font-size: 0.3rem;
    font-weight: 800;
    color: #fff;
    opacity: .8;
    line-height: 1;
}

.solicitation1_nei .slct1_box .en {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
    opacity: .2;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.solicitation1_nei .slct1_box .title {
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
}

.solicitation1_nei .slct1_box .de {
    position: relative;
    width: 4.11rem;
    height: 4.09rem;
    background: url(../images/so/img4.png) no-repeat center/cover;
    margin: 1rem auto 0;
}

.solicitation1_nei .slct1_box .de .li {
    position: absolute;
    width: 1.73rem;
    height: 1.73rem;
    background: #b50b0c;
    border-radius: 100%;
}

.solicitation1_nei .slct1_box .de .li:nth-child(1) {
    top: -0.53rem;
    left: 50%;
    transform: translateX(-50%);
}

.solicitation1_nei .slct1_box .de .li:nth-child(2) {
    top: 2.2rem;
    left: -0.4rem;
}

.solicitation1_nei .slct1_box .de .li:nth-child(3) {
    top: 2.2rem;
    right: -0.4rem;
}

.solicitation1_nei .slct1_box .de .li strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    width: 1.44rem;
    font-weight: normal;
    text-align: center;
}

.talent2_top {
    width: 100%;
    background: url(../images/so/img5.jpg) no-repeat top center/6.7rem 4.5rem;
    height: 4.5rem;
    position: relative;
}

.talent2_xuanfu {
    position: absolute;
    bottom: 0;
    display: none;
}

.talent2_top a {
    width: 3.35rem;
}

.talent2_top a img {
    margin: 0;
}

.talent2_top a:first-child {
    float: left;
}

.talent2_top a:last-child {
    float: right;
}

.talent2_left {
    padding-top: 0.8rem;
}

.talent2_left_list {
    margin-bottom: 0.7rem;
}

.talent2_left_list:last-child {
    margin-bottom: 0;
}

.talent2_left_list h2 {
    font-size: 0.3rem;
    color: #d00000;
    font-weight: 800;
}

.talent2_left_list p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.zhaopin-liebiao li {
    cursor: pointer;
    position: relative;
    margin-top: 0.1rem;
    background: #eeeeee;
    padding-top: 0.49rem;
    padding-left: 0.4rem;
    padding-bottom: 0.45rem;
}

.zhaopin-liebiao li .xq {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.4rem;
    height: 100%;
    background: #e0e0e0;
    text-align: center;
}

.zhaopin-liebiao li h3 {
    margin-top: 0;
    font-weight: 800;
    font-size: 0.3rem;
    color: #333333;
}

.zhaopin-liebiao li p {
    margin-bottom: 0;
    margin-top: 0.2rem;
}

.zhaopin-liebiao li p strong {
    color: #333333;
    font-size: 0.26rem;
    line-height: 0.46rem;
    font-weight: 400;
}

.zhaopin-liebiao li .xq strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0.9rem;
    background: url(../images/so/img8.png) no-repeat center/1rem 1rem;
    width: 100%;
}

.zhaopin-liebiao li:first-child {
    margin-top: 0;
}

.solicitation3_tan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.solicitation3_tan var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
}

.solicitation3_tan .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 6.7rem;
}

.solicitation3_tan .box .box_t {
    padding-top: 0.7rem;
    padding-left: 0.4rem;
    padding-bottom: 0.65rem;
    background: #eaeaea;
}

.solicitation3_tan .box .box_t h2 {
    font-size: 0.3rem;
    color: #333333;
    font-weight: 800;
}

.solicitation3_tan .box .box_t p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
    margin-top: 0.2rem;
}

.solicitation3_tan .box .box_b {
    padding-top: 0.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.8rem;
}

.solicitation3_tan .box .box_b p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
    margin-bottom: 0.46rem;
}

.solicitation3_tan .box .box_b p:last-child {
    margin-bottom: 1.1rem;
}

.solicitation3_tan .box .box_b .p {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.46rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.solicitation3_tan .box .box_b .shangchuan {
    height: 1rem;
    line-height: 1rem;
    background: #b40b0b;
    width: 100%;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
}

.solicitation3_tan .box .box_b .shangchuan a {
    height: 100%;
    line-height: 1rem;
}

.contact_us1_main.nei_main h2 {
    font-size: 0.36rem;
    color: #b40b0b;
}

.contact_us1_main.nei_main h3 {
    font-size: 0.52rem;
    color: #d2d2d2;
    font-family: 'DINCond';
}

.contact_us1_main.nei_main .cotact1_us_img img {
    margin: 0.5rem 0 0.4rem;
}

.contact_us1_main.nei_main p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #666666;
    margin-bottom: 0;
}

.contact_us1_main.nei_main p em {
    float: left;
    line-height: 0.46rem;
}

.contact_us1_main.nei_main p span {
    padding-left: 0.78rem;
    font-weight: normal;
    color: #666;
    display: block;
    line-height: 0.46rem;
}

.register {
    margin-top: 0.6rem;
}

.register .form-input {
    margin-bottom: 0.2rem;
}

.register .form-input label {
    font-size: 0.26rem;
    color: #999999;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
}

.register .form-input input {
    height: 1rem;
    line-height: 1rem;
    border: 0.02rem solid #cccccc;
    width: 5.8rem;
    margin-left: 0.3rem;
}

.register .form-textarea {
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.register .form-textarea label {
    font-size: 0.26rem;
    color: #999999;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    float: left;
}

.register .form-textarea textarea {
    border: 0.02rem solid #cccccc;
    width: 5.8rem;
    float: right;
    height: 4rem;
}

.register .form-input.yzm {
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.register .form-input.yzm label {
    float: left;
}

.register .form-input.yzm input {
    width: 1.9rem;
    float: left;
    margin-left: 0.1rem;
}

.register .form-input.yzm img {
    float: left;
    margin: 0;
    width: 1.9rem;
    height: 1rem;
    margin-left: 0.09rem;
}

.register .form-input.yzm .click {
    transform: scale(0.8);
    font-size: 0.2rem;
    white-space: nowrap;
    margin-left: 4rem;
    margin-top: 0.2rem;
    color: #999999;
}

.side_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.side_box var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
}

.side_box .side_bb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 6.7rem;
    padding-top: 0.8rem;
    padding-left: 0.4rem;
}

.side_box .side_bb .side_title h2 {
    color: #b40b0b;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    line-height: 1;
}

.side_box .side_bb dt {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.28rem;
}

.side_box .side_bb dl {
    width: 5.1rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.side_box .side_bb dd {
    font-size: 0.26rem;
    color: #666666;
    width: 33%;
    line-height: 1;
    float: left;
    margin-bottom: 0.2rem;
}

.side_box2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.side_box2 var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
}

.side_box2 .side_bb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 6.7rem;
    padding-top: 0.8rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.7rem;
}

.side_box2 .side_bb .title {
    font-size: 0.3rem;
    color: #b40b0b;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.side_box2 .side_bb .title2 {
    color: #333333;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.18rem;
}

.side_box2 .side_bb .p {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.46rem;
    margin-bottom: 0.46rem;
}

.side_box2 .side_bb .p:last-child {
    margin-bottom: 0;
}

.about_banner {
    padding: 1rem 0.4rem;
    height: 12.14rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.n_h2 {
    font-size: 0.5rem;
    color: #333333;
    line-height: 1;
    font-weight: 400;
}

.n_h3 {
    font-size: 0.52rem;
    color: #b40b0b;
    opacity: .2;
    line-height: 1;
    margin-top: 0.15rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
}

.about_main_con {
    position: relative;
    overflow: hidden;
    margin-top: 0.6rem;
    height: 6.69rem;
}

.about_main_con a {
    position: absolute;
    width: 2.23rem;
    height: 2.23rem;
    float: left;
    padding-top: 0.3rem;
    /* padding-left: 0.24rem; */
    padding-right: 0.24rem;opacity: 0;
}

.about_main_con a img {
    position: absolute;
    bottom: 0.3rem;
    right: 0.27rem;
    width: 0.75rem;
}

.about_main_con a h2 {
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
/* width: 74%; */transform: scale(.8);}

.about_main_con a h2.fff {
    color: #fff;
}

.about_main_con a h3.fff {
    color: #fff;
    opacity: 0.5;
}

.about_main_con a h3 {
    position: relative;
    z-index: 9;
    font-size: 0.24rem;
    color: #dedede;
    font-family: 'DINCond';
    line-height: 0.24rem;
    text-transform: uppercase;
    margin-top: 0.05rem;
}

.about_main_con a.none {
    opacity: 0;
}

.about_main_con .about6 {
    background: #ffffff;
    top: -2.23rem;
    left: -2.23rem;
}

.about_main_con .about6 .about_pic h2 {
    color: #333333;
}

.about_main_con .about6 .about_pic h3 {
    color: #dedede;
    opacity: 1;
}

.about_main_con .news1 {
    background: #00bfdf;
    top: -2.23rem;
    left: -2.23rem;
}

.about_main_con .culture1 {
    background: #ffffff;
    top: -2.23rem;
    left: 2.23rem;
}

.about_main_con .culture1 .about_pic h2 {
    color: #333333;
}

.about_main_con .culture1 .about_pic h3 {
    color: #dedede;
    opacity: 1;
}

.about_main_con .brand2 {
    background: #611dc2;
    top: -2.23rem;
    left: 2.23rem;
}

.about_main_con .contact1 {
    background: #e2ac6d;
    top: -2.23rem;
    left: -2.23rem;
}

.about_main_con .solicitation2 {
    background: #00bfdf;
    top: -2.23rem;
    left: -2.23rem;
}

.about_main_con .about1 {
    background: #00bfdf;
  right: -2.23rem;
    top: 2.23rem;
}

.about_main_con .news2 {
    background: #353d46;
    top: -2.23rem;
    left: 2.23rem;
}

.about_main_con .culture2 {
    background: rgb(218, 96, 68);
    top: -2.23rem;
    right: -2.23rem;
}

.about_main_con .brand3 {
    background: #cd9655;
    top: 2.23rem;
    left: 2.23rem;
}

.about_main_con .solicitation1 {
    background: #e45133;
    left: -2.23rem;
    top: 2.23rem;
}

.about_main_con .contact2 {
    background: #e45133;
    top: 2.23rem;
    left: 2.23rem;
}

.about_main_con .about5 {
    background: #e45133;
    top: 2.23rem;
    left: 2.23rem;
}

.about_main_con .news3 {
    background: #cd9655;
    top: 2.23rem;
    left: 2.23rem;
}

.about_main_con .culture3 {
    background: rgb(228, 81, 51);
    top: 2.23rem;
    right: 2.23rem;
}

.about_main_con .brand4 {
    background: #e45133;
    top: 2.23rem;
    right: -2.23rem;
}

.about_main_con .solicitation3 {
    background: #611dc2;
    left: 2.23rem;
    bottom: -2.23rem;
}

.about_main_con .about2 {
    background: #353d46;
  
        bottom: -2.23rem;
    left: 2.23rem; 
}

.about_main_con .news4 {
    background: #e45133;
    right: -2.23rem;
    top: 2.23rem;
}

.about_main_con .culture4 {
    background: rgb(0, 191, 223);
    top: 2.23rem;
    right: -2.23rem;
}

.about_main_con .brand5 {
    background: #353d46;
    bottom: 0;
    right: 0;
}

.about_main_con .about3 {
    background: #fff;

      top: -2.23rem;
    left: 2.23rem;
}.about_main_con .about3 h2{
    
color: #333333 !important;}
.about_main_con .culture5 {
    background: rgb(218, 174, 68);
    bottom: -2.23rem;
    left: 2.23rem;
}

.about_main_con .about4 {
    background: #353d46;
    right: -2.23rem;
    bottom: -2.23rem;
}

.about_main_con .culture6 {
    background: rgb(88, 109, 132);
    right: -2.23rem;
    bottom: -2.23rem;
}

.about_main_con .about4 img {
    width: 0.75rem;
    height: 0.58rem;
}

.about_main_con .about1 img {
    width: 0.42rem;
    height: 0.7rem;
}

.about_main_con .about5 img {
    width: 0.56rem;
    height: 0.62rem;
}

.about_main_con .about2 img {
    width: 0.64rem;
    height: 0.61rem;
}

.about_main_con .about3 img {
    width: 0.67rem;
    height: 0.65rem;
}

.about_main_con .about3 img {
    width: 0.6rem;
    height: 0.62rem;
}

.about_main_con .news1 img {
    width: 0.62rem;
    height: 0.58rem;
}

.about_main_con .news2 img {
    width: 0.41rem;
    height: 0.6rem;
}

.about_main_con .news3 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .news4 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .culture1 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .culture2 img {
    width: 0.64rem;
    height: 0.66rem;
}

.about_main_con .culture3 img {
    width: 0.73rem;
    height: 0.6rem;
}

.about_main_con .culture4 img {
    width: 0.6rem;
    height: 0.64rem;
}

.about_main_con .culture5 img {
    width: 0.74rem;
    height: 0.6rem;
}

.about_main_con .culture6 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .brand2 img {
    width: 0.69rem;
    height: 0.53rem;
}

.about_main_con .brand3 img {
    width: 0.68rem;
    height: 0.55rem;
}

.about_main_con .brand4 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .brand5 img {
    width: 0.6rem;
    height: 0.57rem;
}

.about_main_con .solicitation2 img {
    width: 0.6rem;
    height: 0.6rem;
}

.about_main_con .solicitation1 img {
    width: 0.74rem;
    height: 0.6rem;
}

.about_main_con .solicitation3 img {
    width: 0.52rem;
    height: 0.6rem;
}

#movie {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#movie var {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

#movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.7rem;
}

.media2_tg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.media2_tg var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 99;
}

.layui-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.layui-layer var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 99;
}

.layui-layer .tjtc_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 3rem;
    background: #fff;
    z-index: 999;
}

.layui-layer .tjtc_main a {
    width: 100%;
    height: 100%;
    line-height: 3rem;
    font-size: 0.26rem;
    padding-left: 2rem;
    background: url(../images/brand/jingao.jpg) no-repeat 1.1rem center/0.66rem;
    color: #333;
}

.media2_sug {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.media2_sug var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 99;
}

.media2_sug .media2_sug_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.7rem;
    background: #fff;
    z-index: 100;
    height: 10rem;
}

.media2_sug_main h2 {
    font-size: 0.46rem;
    color: #444;
    line-height: .46rem;
    margin-top: 0.7rem;
    text-align: center;
    padding-bottom: 0.35rem;
}

.media2_sug_content input {
    width: 85%;
    height: 0.8rem;
    margin: 0 auto;
    display: block;
    border: 1px solid #c7c7c7;
    margin-top: 0.2rem;
    text-indent: 0.1rem;
}

.media2_sug_content textarea {
    width: 85%;
    height: 3rem;
    margin: 0 auto;
    display: block;
    text-indent: 0.1rem;
    margin-top: 0.2rem;
    border: 1px solid #c7c7c7;
    color: #8c8c8c;
}

.lj_submit {
    width: 2rem;
    height: 0.7rem;
    background: #c00009;
    display: block;
    margin: 0 auto;
    margin-top: 0.6rem;
    line-height: 0.7rem;
    color: #fff;
    text-align: center;
}

.media2_tg .media2_tg_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.7rem;
    background: #fff;
    z-index: 100;
    height: 10rem;
}

.media2_tg .media2_tg_box .media2_tg_top {
    height: 7.3rem;
    overflow: scroll;
    padding: 0.6rem 0.3rem 0rem;
}

.media2_tg .media2_tg_box .media2_tg_bot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.3rem;
    background: #f0eff5;
    border-top: #cccccc 1px solid;
}

.media2_tg .media2_tg_box .media2_tg_bot p {
    text-align: center;
    margin-top: 0.4rem;
}

.media2_tg .media2_tg_box .media2_tg_bot p strong {
    display: inline;
}

.media2_tg .media2_tg_box .media2_tg_bot p input {
    margin-right: 0.05rem;
}

.media2_tg_bot a {
    display: block;
    width: 2.3rem;
    height: 0.6rem;
    margin: 0 auto;
    background: #c00009;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin-top: 0.25rem;
}

.media2_tg_main h2 {
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.26rem;
}

.lgxz {
    background: url(../images/brand/lgxz.png) no-repeat left center/0.68rem;
    padding-left: 0.78rem;
    margin-bottom: 0.1rem;
}

.media2_tg_main p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
}

.kwzy {
    background: url(../images/brand/lgxz.png) no-repeat left center/0.58rem;
    padding-left: 0.78rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
}

.tgyq {
    background: url(../images/brand/lgxz.png) no-repeat left center/0.58rem;
    padding-left: 0.78rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
}

.tgfs {
    background: url(../images/brand/lgxz.png) no-repeat left center/0.58rem;
    padding-left: 0.78rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
}

.us_submit {
    width: 6.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    color: #b40b0b;
    margin: 0 auto;
}

.solicitation3_nei .about_more {
    margin: 0.3rem auto 0;
}

.culture1_main_list {
    padding-bottom: 0.7rem;
}

.culture1_main_list .img img {
    width: 100%;
    height: 100%;
}

.culture1_main_list .swiper-slide-active.swiper-slide,
.culture1_main_list .swiper-slide-duplicate-active.swiper-slide {
    transform: scale(1.22);
}

.culture1_main_list .swiper-wrapper {
    position: inherit;
}

.culture1_main_list .swiper-slide {
    transition: all .7s;
    transform: scale(0.82);
}

.culture1_main_list2 {
    height: 1rem;
    margin: 0.7rem 0.4rem 0;
}

.culture1_main_list2 .swiper-slide a {
    position: relative;
    width: 6.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    color: #ffffff;
    background: url(../images/about/img9.jpg) no-repeat center/cover;
}

.culture1_main_list2 .swiper-slide a:after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -0.1rem;
    width: 0.11rem;
    height: 0.2rem;
    background: url(../images/culture/right.png) no-repeat center/cover;
}

.culture1_main .ddd {
    position: relative;
    width: 6.7rem;
    height: 1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.26rem;
    color: #b40b0b;
}

.culture1_main .ddd ul {
    width: 100%;
    height: 100%;
}

.culture1_main .ddd li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    line-height: 1rem;
    display: none;
}

.culture1_main .ddd li.on {
    display: block;
}

.culture1_main .ddd li a {
    width: 100%;
    height: 100%;
    line-height: 1rem;
}

.about5_main .about5_main2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ece6e5;
    margin-bottom: 0.2rem;
    position: relative;
}

.about5_main .about5_main2 .about5_cont {
    padding: 0.4rem 0.4rem;
    display: none;
}

.about5_main .about5_main2.on .about5_cont {
    height: 100%;
}

.about5_main .about5_main2 h2 {
    position: relative;
    font-size: 0.52rem;
    color: #b40b0b;
    line-height: 1.6rem;
    font-weight: 800;
    margin: 0 0.4rem;
}

.about5_main .about5_main2 h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #9f9894;
    transition: all .7s;
    opacity: 0;
}

.about5_main .about5_main2.on h2:after {
    width: 100%;
    opacity: 1;
}

.about5_main .about5_main2 .about5_cont p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
    color: #333333;
}