.w {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 1920px) {
    html,
    body {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
        font-size: 13.33px !important;
    }
}

nav {
    border-bottom: 1px solid #e2e2e2;
}

nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding: 0 25px;
    margin: 35px 0;
}

nav ul {
    display: flex;
}

nav ul li {
    /* padding: 35px 0; */
    position: relative;
}

nav ul li:hover a {
    color: #B01C2E;
}

nav ul li::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #B01C2E;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

nav ul li:hover::after {
    display: block;
}

.active {
    color: #B01C2E;
    /* height: 0; */
}

.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #B01C2E;
    position: absolute;
    bottom: 0;
    left: 0;
}

h1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B01C2E;
    text-align: center;
    margin-top: 59px;
}

h5 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D3D3D3;
    text-align: center;
    margin-top: 20px;
}

.introduce .in-c .imgbox {
    margin-top: 55px;
    position: relative;
}

.introduce .in-c .imgbox img {
    height: 450px;
}

.introduce .imgbox .imgbox-c {
    width: 600px;
    background: rgba(176, 28, 46, .8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.introduce .imgbox .imgbox-c .imgbox-c-s {
    width: 560px;
    border: 1px solid #FFFFFF;
    padding-top: 33px;
    padding-bottom: 40px;
}

.introduce .imgbox .imgbox-c .imgbox-c-s p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.introduce .imgbox .imgbox-c .imgbox-c-s h1 {
    font-size: 72px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 31px;
    margin-bottom: 39px;
}

.introduce .imgbox .imgbox-c .imgbox-c-s h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.introduce .in-c .w p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-indent: 2em;
    margin-top: 59px;
}

.introduce .w p span {
    font-weight: bold;
}

.introduce section {
    padding-bottom: 99px;
}

.introduce {
    position: relative;
}

.introduce .bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .w {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 26px;
        margin-top: 25px;
    }
    h5 {
        font-size: 26px;
        margin-top: 10px;
    }
    nav ul li {
        padding: 22px 0;
    }
    .introduce .imgbox .imgbox-c {
        width: 400px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s {
        width: 360px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s p {
        font-size: 20px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s h1 {
        font-size: 59px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s h2 {
        font-size: 21px;
    }
    .introduce .in-c .w p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
    }
    .introduce .in-c .imgbox {
        margin-top: 34px;
    }
    .introduce section {
        padding-bottom: 39px;
    }
}

@media screen and (max-width: 425px) {
    .introduce .imgbox .imgbox-c {
        width: 320px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s {
        width: 280px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s p {
        font-size: 16px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s h1 {
        font-size: 46px;
    }
    .introduce .imgbox .imgbox-c .imgbox-c-s h2 {
        font-size: 18px;
    }
}

.perpormance .turn {
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
    padding: 0 65px;
}

.perpormance .turn li {
    width: 180px;
    /* height: 60px; */
    background: #fff;
    border: 1px solid #B01C2E;
    border-radius: 30px;
    text-align: center;
}

.perpormance .turn li:hover {
    background: #B01C2E;
}

.perpormance .turn li:hover a {
    color: #fff;
}

.perpormance .turn li a {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B01C2E;
    line-height: 60px;
}

.active1 {
    background: #B01C2E !important;
}

.active1 a {
    color: #FFFFFF !important;
}

.perpormance .turn-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 52px;
}

.perpormance .turn-c li {
    width: 32%;
    position: relative;
    margin-top: 29px;
}

.perpormance .turn-c li .turn-c-b {
    width: 100%;
    padding: 28px 0;
    padding-left: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

.perpormance .turn-c li .turn-c-b p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.perpormance .page {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 100px;
}

.perpormance .page ul {
    display: flex;
}

.perpormance .page ul li {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    margin: 0 5px;
}

.perpormance .page ul li a {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 36px;
}

.perpormance .page ul .next {
    width: auto;
    padding: 0 6px;
}

.perpormance .page ul .end {
    width: auto;
    padding: 0 14px;
}

@media screen and (max-width: 1024px) {
    /* .perpormance .turn-c {
        padding: 0 50px;
    } */
    .perpormance .turn-c li .turn-c-b {
        padding: 13px 0;
        padding-left: 18px;
    }
    .perpormance .turn-c li .turn-c-b p {
        font-size: 18px;
    }
    .perpormance .turn {
        margin-top: 30px;
    }
    .perpormance .turn-c {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .perpormance .turn-c li {
        width: 47%;
    }
    .perpormance .turn {
        flex-wrap: wrap;
    }
    .perpormance .turn li a {
        font-size: 18px;
    }
    .perpormance .turn li {
        width: 47%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .perpormance .turn-c li {
        width: 89%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .perpormance .turn {
        padding: 0;
    }
    .perpormance .turn-c {
        padding: 0;
    }
    .perpormance .turn {
        margin-top: 0;
    }
    .perpormance .turn li a {
        line-height: 40px;
    }
}

.swiper-container {
    overflow: hidden;
}

.buliding .swiper-container .swiper-slide .imgbox {
    width: 100%;
    position: relative;
}

.buliding {
    padding-top: 83px;
}

.buliding h1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    margin-top: 0;
}

.buliding .w>p {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    margin-top: 20px;
    text-align: center;
    margin-bottom: 65px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

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

.buliding .swiper-container .swiper-slide .imgbox .imgbox-b {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    padding: 28px 0;
}

.buliding .swiper-container .swiper-slide .imgbox .imgbox-b p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.buliding .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
}

.buliding .swiper-button-next::after {
    content: "next";
    font-size: 26px;
    color: black;
}

.buliding .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
}

.buliding .swiper-button-prev::after {
    content: "prev";
    font-size: 26px;
    color: black;
}

.buliding {
    background: url(../images/qiyebg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 118px;
    margin-top: 101px;
}

@media screen and (max-width: 768px) {
    .buliding h1 {
        font-size: 26px;
    }
    .buliding .w>p {
        font-size: 26px;
    }
    .buliding {
        padding-top: 44px;
        padding-bottom: 50px;
        margin-top: 50px;
    }
    .buliding .swiper-container .swiper-slide .imgbox .imgbox-b {
        padding: 14px 0;
    }
    .buliding .swiper-container .swiper-slide .imgbox .imgbox-b p {
        font-size: 18px;
    }
}

@media screen and (max-width: 425px) {
    .buliding .w>p {
        margin-bottom: 30px;
    }
    nav ul li {
        text-align: center;
    }
}

.history {
    padding-bottom: 117px;
}

.history .tit p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 82px;
}

.history .history-c {
    position: relative;
}

.history .history-c .line {
    width: 1px;
    height: 100%;
    background: #D3D3D3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.history .history-c .line::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/icon1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -23px;
    left: -11px;
    transform: rotate(270deg);
}

.history .history-c .history-con {
    display: flex;
    justify-content: space-between;
}

.history .history-c .history-con .imgbox {
    width: 558px;
}

.history .history-c .history-con .history-con-r {
    width: 558px;
    text-align: left;
}

.history .history-c .history-con .history-con-r h1 {
    font-size: 80px;
    font-family: Arial;
    font-weight: bold;
    color: #B01C2E;
    text-align: left;
    margin-top: 0;
    line-height: 80px;
    position: relative;
}

.history .history-c .history-con .history-con-r h1::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/icon1.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -48px;
    top: 0;
    /* transform: translate(0, -50%); */
}

.history .history-c .history-con .history-con-r p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-top: 50px;
}

.history .history-c .history-con:nth-of-type(odd) .imgbox {
    order: 2;
}

.history .history-c .history-con {
    margin-top: 121px;
}

.history .history-c .history-con:nth-of-type(2) {
    margin-top: 0;
}

.history .history-c .history-con:nth-of-type(odd) .history-con-r h1 {
    text-align: right;
}

.history .history-c .history-con:nth-of-type(odd) .history-con-r h1::before {
    left: 583px;
    transform: rotateY(180deg);
}

@media screen and (max-width: 1200px) {
    .history .history-c .history-con {
        display: block;
    }
    .history .history-c .history-con .history-con-r h1::before {
        width: 0;
    }
    .history .history-c .line {
        display: none;
    }
    .history .history-c .history-con .imgbox {
        width: 60%;
        margin: 0 auto;
    }
    .history .tit p {
        margin-bottom: 55px;
    }
    .history .history-c .history-con .history-con-r {
        width: 97%;
        margin: 0 auto;
    }
    .history .history-c .history-con .history-con-r h1 {
        text-align: center;
        font-size: 60px;
    }
    .history .history-c .history-con .history-con-r p {
        margin-top: 0;
        text-indent: 2em;
    }
    .history .history-c .history-con {
        margin-top: 50px;
    }
    .history .history-c .history-con:nth-of-type(odd) .history-con-r h1 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .history .tit p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .history {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 425px) {
    .history .tit p {
        margin-top: 10px;
        margin-bottom: 18px;
        font-size: 18px;
    }
    .history .history-c .history-con .imgbox {
        width: 81%;
    }
    .history .history-c .history-con .history-con-r h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .history .history-c .history-con .history-con-r p {
        font-size: 16px;
        line-height: 24px;
    }
    .history .history-c .history-con {
        margin-top: 25px;
    }
    .history {
        padding-bottom: 30px;
    }
}


/* .culture .ditu {
    width: 965px;
    background: url(../images/ditu.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    height: 444px;
} */

.culture .vision .ditu {
    position: relative;
    margin-top: 39px;
}

.culture .vision .ditu .imgbox {
    width: 967px;
    margin: 0 auto;
}

.culture .vision .ditu .imgbox img {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .culture .vision .ditu .imgbox {
        width: 100%;
    }
}

.culture .ditu h1 {
    width: 100%;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 33;
}


/* .culture .ditu .logo {
    width: 199px;
    margin: 0 auto;
}

.big1 {
    width: 579px;
    height: 579px;
    border: 1px solid rgba(218, 218, 218, .7);
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big2 {
    width: 432px;
    height: 432px;
    border: 1px solid rgba(225, 195, 199, .7);
    opacity: 0.8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small {
    width: 298px;
    height: 298px;
    border: 1px solid rgba(229, 229, 229, .7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ditu .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.culture .vision .second {
    width: 100%;
    padding-top: 215px;
    padding-bottom: 83px;
    background: url(../images/visionbg2.png) no-repeat;
    background-size: cover;
    position: relative;
}

.culture .vision .second .second-c .imgbox {
    width: 100%;
}

.second {
    margin-top: 32px;
    position: relative;
}

.second .l {
    width: 48%;
    height: 160px;
    position: absolute;
    bottom: 173px;
    left: 0;
    z-index: 1;
    background: url(../images/l.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.second .r {
    width: 49.5%;
    height: 160px;
    position: absolute;
    top: 339px;
    right: 0;
    z-index: 1;
    background: url(../images/r.png) no-repeat;
    background-size: cover;
}

.second .second-c {
    position: relative;
}

.second .second-c .second-c-l {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
}

.second .second-c .second-c-l .second-c-l-t h5 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    text-align: left;
    margin-top: 0;
    margin-bottom: 32px;
}

.second .second-c .second-c-l .second-c-l-t .imgbox {
    width: 50px;
    margin-bottom: 30px;
}

.second .second-c .second-c-l .second-c-l-t {
    margin-top: 141px;
}

.second .second-c .second-c-l .second-c-l-b h1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    text-align: left;
    margin-top: 0;
}

.second .second-c .second-c-l .second-c-l-b p {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    margin-top: 29px;
}

.second .second-c .second-c-l .second-c-l-b {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.second .second-c .second-c-r {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
}

.second .second-c .second-c-r .second-c-r-b h5 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 60px;
}

.second .second-c .second-c-r .second-c-r-b .imgbox {
    width: 50px;
    margin-bottom: 0;
    float: right;
}

.second .second-c .second-c-r .second-c-r-b {
    margin-top: 0;
}

.second .second-c .second-c-r .second-c-r-t h1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    text-align: right;
    margin-top: 142px;
    margin-bottom: 29px;
}

.second .second-c .second-c-r .second-c-r-t {
    position: relative;
    z-index: 2;
}

.second .second-c .second-c-r .second-c-r-t p {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 5px rgba(92, 5, 16, 0.56);
    margin-top: 0;
    text-align: right;
    margin-bottom: 60px;
}

.culture .idea {
    padding-bottom: 235px;
    background: url(../images/visionbg3.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.culture .idea ul {
    display: flex;
    justify-content: space-between;
    margin-top: 101px;
}

.culture .idea ul li {
    width: 280px;
}

.culture .idea ul li .imgbox {
    position: relative;
}

.culture .idea ul li:nth-of-type(odd) {
    margin-top: 55px;
}

.culture .idea ul li .imgbox p {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 8px 16px #3C1003;
    /* writing-mode: tb; */
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
    .second .l {
        width: 47.5%;
    }
}

@media screen and (max-width: 1200px) {
    .culture .ditu h1 {
        font-size: 50px;
    }
    /* .second .second-c .second-c-l .second-c-l-t h5 {
        font-size: 24px;
    }
    .second .second-c .second-c-l .second-c-l-t {
        margin-top: 70px;
    }
    .second .second-c .second-c-l {
        margin-left: 25px;
    }
    .second .second-c .second-c-l .second-c-l-t .imgbox {
        width: 30px;
    }
    .second .second-c .second-c-l .second-c-l-b {
        padding: 0;
    }
    .second .second-c .second-c-l .second-c-l-b h1 {
        font-size: 26px;
    }
    .second .second-c .second-c-l .second-c-l-b p {
        font-size: 20px;
    } */
    .second .second-c .second-c-l {
        top: -1.2375rem;
        left: -0.2375rem;
    }
    .second .second-c .second-c-l .second-c-l-b h1 {
        font-size: .45rem;
    }
    .second .second-c .second-c-l .second-c-l-t h5 {
        font-size: .4rem;
    }
    .second .second-c .second-c-l .second-c-l-b p {
        font-size: .45rem;
        margin-top: .3625rem;
    }
    .second .l {
        position: absolute;
        bottom: 4.3rem;
        height: 3rem;
    }
    .second .second-c .second-c-l .second-c-l-b {
        margin-top: 1.5rem;
        padding: 1.2rem 0;
    }
    .second .second-c .second-c-l .second-c-l-t {
        margin-top: 2.7625rem;
    }
    .second .second-c .second-c-l {
        margin-left: .625rem;
    }
    .second .second-c .second-c-l .second-c-l-t .imgbox {
        width: .625rem;
    }
    .second .second-c .second-c-r .second-c-r-t h1 {
        font-size: .45rem;
        margin-top: 1.775rem;
    }
    .second .second-c .second-c-r .second-c-r-t p {
        font-size: .45rem;
        margin-bottom: .75rem;
    }
    .second .second-c .second-c-r .second-c-r-b .imgbox {
        width: .625rem;
        margin-top: .5rem;
    }
    .second .second-c .second-c-r .second-c-r-b h5 {
        font-size: .45rem;
    }
    .second .r {
        position: absolute;
        height: 3rem;
        top: 5.5rem;
        width: 43.5%;
    }
    .second .second-c .second-c-r {
        margin-right: .625rem;
    }
}

@media screen and (max-width: 1024px) {
    .second .r {
        top: 6.4rem;
    }
}

@media screen and (max-width: 768px) {
    .culture .ditu h1 {
        font-size: 36px;
    }
    .second .r {
        /* top: 8rem; */
        display: none;
    }
    .second .l {
        display: none;
    }
    .second .second-c .second-c-r .second-c-r-b {
        margin-top: 1.2rem;
    }
    .culture .idea ul li .imgbox p {
        font-size: .6rem;
        width: .6rem;
    }
    .culture .idea {
        padding-bottom: 2.9375rem;
    }
    .second .second-c .second-c-r .second-c-r-b h5 {
        margin-top: 1.75rem;
    }
    nav ul li a {
        margin: .4375rem 0;
    }
    .culture .idea ul li:nth-of-type(odd) {
        margin-top: 30px;
    }
    .buliding .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .buliding .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 425px) {
    .second .second-c .second-c-l .second-c-l-t h5 {
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .second .second-c .second-c-l .second-c-l-b {
        padding: 0;
    }
    .second .l {
        /* bottom: 7.3rem; */
        display: none;
    }
    .second .second-c .second-c-r .second-c-r-t h1 {
        margin-bottom: .375rem;
    }
    .second .second-c .second-c-r .second-c-r-b {
        margin-top: 19px;
    }
    .second .r {
        /* top: 13.5rem; */
        display: none;
    }
    .second .second-c .second-c-r .second-c-r-b h5 {
        margin-top: 1.75rem;
    }
    .culture .ditu h1 {
        font-size: 28px;
    }
    .culture .vision .ditu {
        margin-top: 10px;
    }
    .culture .idea ul {
        margin-top: 30px;
    }
    .second .second-c .second-c-l .second-c-l-b h1 {
        font-size: 12px;
    }
    .second .second-c .second-c-l .second-c-l-b p {
        font-size: 12px;
    }
    .second .second-c .second-c-r .second-c-r-t h1 {
        font-size: 12px;
    }
    .second .second-c .second-c-r .second-c-r-t p {
        font-size: 12px;
    }
    .second .second-c .second-c-r .second-c-r-b h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .second .r {
        top: 15.2rem;
    }
    .second .l {
        bottom: 7rem;
    }
    nav ul li a {
        padding: 0 20px;
    }
}

header .centerbox .ulbox a li p {
    text-indent: 0;
    margin-top: 0;
}

header .centerbox .xiala li p {
    text-indent: 0;
    margin-top: 0;
}

.perpormance .page>p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .perpormance .page {
        margin-bottom: 50px;
    }
}

.perpormance .turn-c li {
    overflow: hidden;
    transition: all .3s;
}

.perpormance .turn-c li:hover .imgbox img {
    transform: scale(1.2);
    transition: all .3s;
}

@media screen and (max-width: 375px) {
    .perpormance .page ul .end {
        padding: 0;
    }
    .perpormance .page ul .next {
        padding: 0;
    }
    .perpormance .page ul li a {
        font-size: 14px;
    }
}

.active2 {
    width: 100%;
    height: 100%;
    background: #B01C2E !important;
}

.active2 a {
    color: #fff !important;
}

.in-c {
    position: relative;
}




@media screen and (max-width: 1200px) {
    .culture .vision .second {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .ditu h1 {
      top: -45px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .idea ul {
      flex-wrap: wrap;
      margin-top: 10px!important;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .idea ul li {
      margin-top: 15px!important;
      width: 48%!important;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .vision .second .second-c .imgbox img:nth-child(1) {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .vision .second .second-c .imgbox img:nth-child(2),
    .culture .vision .second .second-c .imgbox img:nth-child(3) {
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .culture .vision .second .second-c .imgbox img:nth-child(2),
    .culture .vision .second .second-c .imgbox img:nth-child(3) {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .vision .ditu .imgbox {
      position: relative;
      bottom: -30px;
    }
  }
  @media screen and (max-width: 768px) {
    .culture .vision .second {
      padding-top: 65px;
      padding-bottom: 35px;
    }
  }
  



  @media screen and (max-width: 768px){

      .second .second-c .second-c-l .second-c-l-t h5 {
          font-size: 0.8rem;
      }
      .second .second-c .second-c-l .second-c-l-b h1 {
        font-size: .9rem;
    }
    .second .second-c .second-c-l .second-c-l-b p {
        font-size: .9rem;
        margin-top: 0.3625rem;
    }

    .second .second-c .second-c-r .second-c-r-t h1 {
        font-size: .9rem;
        margin-top: 1.775rem;
    }
    .second .second-c .second-c-r .second-c-r-t p {
        font-size: .9rem;
        margin-bottom: 0.75rem;
    }
    .second .second-c .second-c-r .second-c-r-b h5 {
        font-size: .9rem;
    }
    .second .second-c .second-c-r {
        position: absolute;
        top: 10.8rem;
        right: 0;
        /* margin-right: 50px; */
    }
    .culture .idea ul li .imgbox p{
        font-size: 1.4rem;
    }
  }


  @media screen and (max-width: 500px){

      .perpormance .turn-c li {
          width: 100%;
          margin: 0 auto;
          margin-top: 20px;
      }
  }
  @media screen and (max-width: 768px){
    .history-con{
        border-left: 2px solid #D3D3D3;
        padding-left: 10px;
    }
    .history-con h1{
        font-size: 35px!important;
        line-height: normal!important;

    }
    .history .history-c .history-con .imgbox{
        width: 95%;
        padding-top: 50px;
    }
    .history .history-c .history-con{
        position: relative;
    }
    .history .history-c .history-con .history-con-r h1{
        position: absolute;
        top: 0;
        margin-left: 7px;
    }
    .history .history-c .history-con .history-con-r {
        padding-top: 15px;
    }
   
    
    .history .history-c .history-con .history-con-r h1::before{
        width: 23px;
        left: -35px;
        top: 8px;
        /* transform: rotate(90deg) */
    }
    .history .history-c .history-con:nth-of-type(odd) .history-con-r h1::before{
        left: -35px;
        width: 23px;
        top: 8px;
        transform: rotateY(0deg);
        /* transform: rotate(90deg) */
    }

 
  }
  @media screen and (max-width: 600px) {
  
    .history .history-c .history-con .history-con-r h1::before{
        width: 23px;
        left: -32px;
        top: 8px;
        /* transform: rotate(90deg) */
    }
    .history .history-c .history-con:nth-of-type(odd) .history-con-r h1::before{
        left: -32px;
        width: 23px;
        top: 8px;
        transform: rotateY(0deg);
        /* transform: rotate(90deg) */
    }
  }
  @media screen and (max-width: 450px) {
  
    .history .history-c .history-con .history-con-r h1::before{
        width: 23px;
        left: -30px;
        top: 8px;
        /* transform: rotate(90deg) */
    }
    .history .history-c .history-con:nth-of-type(odd) .history-con-r h1::before{
        left: -30px;
        width: 23px;
        top: 8px;
        transform: rotateY(0deg);
        /* transform: rotate(90deg) */
    }
  }
  @media screen and (max-width: 500px) {
  
    .perpormance .turn-c li a .imgbox img{
        height: 380px;
      }
  }

