﻿@charset "utf-8";

html, body {
    height: 100%;
}

body {
    position: relative;
}

:root {
    --main-color: #912822;
}

img {
    max-width: 100%;
}

.index-wrapper {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

/*header*/
.header {
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 119;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0);
    transition: all ease-out 0.5s;
}
@font-face {
    font-family: 'DIN';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Light';
    src: url('../fonts/DIN-Light/DIN-Light-2.otf');
    /* src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg'); */
    font-weight: normal;
    font-style: normal;
}
@media (max-width:1260px) {
    .header {
        display: flex;
        justify-content: flex-end;
        padding: 0 0.31rem;
    }

}

@media (max-width:767px) {
    .header {
        height: 60px;
    }

}

.header .container {
    display: flex;
    height: 100%;
}

.header .left {
    display: flex;
    align-items: center;
}

.header .left .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .left .logo a {
    display: flex;
    width: 200px;
}
@media (max-width:991px) {

.header .container {
    max-width: 100% !important;
   padding-left: 20px !important;
}

}
@media (max-width:767px) {
    .header .left .logo a {
        width: 130px;
    }

}

.header .left .logo a img {
    width: 100%;
    height: 100%;
}

.header .left .logo a img:nth-child(2) {
    display: none;
}

.header .left .stock {
    padding-left: 0.28rem;
}

.header .left .stock .txt {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width:767px) {
    .header .left .stock .txt {
        font-size: 12px;
    }

}

.header .left .stock .num {
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
    font-weight: bold;
}

@media (max-width:767px) {
    .header .left .stock .num {
        font-size: 14px;
    }

}

/* Close Button */
:root {
  --line-color: #fff;
  --line-width: 2px;
  --line-height: 2px;
  --line-margin: 3px;
  --line-transition: all ease-out 0.3s;
}
.header .close {
  width: 26px;
  height: 100%;
  display: none;
  cursor: pointer;
}

.header .close span {
display: block;
    width: 26px;
    height: 2px;
    margin: 3px auto;
    background-color: #fff;
    transition: all 0.4s linear 0.1s;
    -webkit-transition: all 0.4s linear 0.1s;
    -moz-transition: all 0.4s linear 0.1s;
    -o-transition: all 0.4s linear 0.1s;
    -ms-transition: all 0.4s linear 0.1s;
}

.header .close.on span:nth-child(1) {
transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: 12px;
}

.header .close.on span:nth-child(2) {
 
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-top: -5px;
}

.header .close.on span:nth-child(3) {
 opacity: 0;
}

.header .right {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width:1200px) {
    .header .right {
        position: absolute;
        top: 100%;
        height: calc(100vh - 59px);
        left: 0;
        background: #fff;
        overflow-y: auto;
        display: none;
    }

    .header .close {
        position: absolute;
        top: 0;
        right: 200px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

}

.header .right .menu {
    width: 100%;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.header .right .menu ul {
    display: flex;
}

@media (max-width:1200px) {
    .header .right .menu ul {
        width: 100%;
        display: inline;
        padding: 0 30px;
    }

}

@media (max-width:1860px) {
    .header .right .menu {
        padding-right: 100px;
    }

}

@media (max-width:1780px) {
    .header .right .menu {
        padding-right: 120px;
    }

}

@media (max-width:1680px) {
    .header .right .menu {
        padding-right: 150px;
    }

}

@media (max-width:1580px) {
    .header .right .menu {
        padding-right: 150px;
    }

}

@media (max-width:767px) {
    .header .right .menu {
        padding-top: 30px;
    }

    .header .right .menu ul {
        padding: 0 20px;
    }

}

.header .right .menu ul li {
    position: relative;
    margin-right: 40px;
}

.header .right .menu ul li:last-child {
    margin-right: 0;
}

.header .right .menu ul li .menu-link {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: 92px;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width:1200px) {
    .header .right .menu ul li .menu-link {
        height: 50px;
        line-height: 50px;
    }

}

@media (max-width:991px) {
    .header .right .menu ul li .menu-link {
        width: 100%;
        font-size: 16px;
    }

}

.header .right .menu ul li .menu-link svg {
    transition: all 0.4s linear;
    width: 8px;
    height: 5px;
    position: absolute;
    left: calc(100% + 0.1rem);
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .header .right .menu ul li .menu-link svg {
        width: 12px;
        height: 7px;
    }

}

.header .right .menu ul li .menu-link svg path {
    fill: #fff;
}

.header .right .menu ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 2px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--main-color);
}

@media (max-width:767px) {
    .header .right .menu ul li:before {
        display: none;
    }

}

.header .right .menu ul li ul {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    text-align: center;
    display: none;
}

@media (min-width:1261px) {
    .header .right .menu ul li ul {
        position: absolute;
        left: 50%;
        top: 100%;
        width: 180px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

.header .right .menu ul li ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.header .right .menu ul li ul li:last-child {
    border-bottom: none;
}

.header .right .menu ul li ul li:before {
    display: none;
}

.header .right .menu ul li ul li a {
    display: block;
    position: relative;
    color: #666;
    padding-left: 15px;
}

.header .right .menu ul li ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CCCCCC;
    border-radius: 50%;
}

.header .right .menu ul li ul li:hover a {
    color: var(--main-color);
}

@media (max-width:1200px) {
    .header .right .menu {
        padding-right: 0;
        border-top: 1px solid rgba(221, 221, 221, 0.5);
    }

    .header .right .menu ul li ul {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        line-height: 40px;
        width: 100%;
    }

    .header .right .menu ul li ul li {
        border-bottom: none;
        text-align: left;
        padding-bottom: 15px;
    }

    .header .right .menu ul li ul li:last-child {
        padding-bottom: 0;
    }

    .header .right .menu ul>li {
        margin-right: 0;
        border-bottom: 1px solid #eee;
    }

    .header .right .menu ul li i {
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px;
        height: 30px;
        background-image: url(../images/down.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center;
        transition: all 0.4s linear;
    }

    .header .right  .menu ul li.active1 i {
        transform: rotate(180deg);
    }

    .header .right .menu ul li .menu-link {
        color: #333;
        width: auto;
        display: inline-block;
    }

}

.header .other {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    cursor: pointer;
}

.header .other .search {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(221, 221, 221, 0.5);
}

@media (max-width:1200px) {
    .header .other .search {
        width: 80px;
    }

}
@media (max-width:900px) {

.header .other .search {
    width: 50px;
}

}
@media (max-width:767px) {
    .header  .other .search {
        width: 50px;
    }

}

.header .other .search img {
    width: 30px;
    height: 30px;
}

.header .other .search img:nth-child(2) {
    display: none;
}

.header  .other .language {
    display: flex;
    align-items: center;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}

.header  .other .language .lbox {
    margin: 0 0.11rem;
}

.header .other .language .lbox a {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.header.fh {
    background: #ffffff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    transition: all ease-out 0.5s;
}

.header.fh .left .logo a img:nth-child(1) {
    display: none;
}

.header.fh .left .logo a img:nth-child(2) {
    display: block;
}

.header.fh .right .menu ul li .menu-link {
    color: #333;
}

.header.fh .right .menu ul .on100 .menu-link {
    color: #999;
}

.header.fh .right .menu ul .on .menu-link {
    color: #003686;
}

.header.fh .right .menu ul .on:before {
    width: 100%;
}

.header.fh .right .menu ul .active .menu-link {
    color: #003686;
}

.header.fh .right .menu ul .active:before {
    width: 100%;
}

.header.fh  .other .language .lbox a {
    color: #666;
    border: 1px solid #666;
}

.header.fh .other .search img:nth-child(1) {
    display: none;
}

.header.fh .other .search img:nth-child(2) {
    display: inline-block;
}

.header.fh .close span {
    background-color: #666;
}

.header:hover {
    background: #ffffff;
    transition: all ease-out 0.5s;
}

.header:hover .left .logo a img:nth-child(1) {
    display: none;
}

.header:hover .left .logo a img:nth-child(2) {
    display: block;
}

.header:hover .right .menu ul li .menu-link {
    color: #333;
}

.header:hover .right .menu ul .on100 .menu-link {
    color: #333;
}

.header:hover .right .menu ul .on .menu-link {
    color: #003686;
}

.header:hover .right .menu ul .on:before {
    width: 100%;
}

.header:hover .close span {
    background-color: #666;
}

@media (min-width:1261px) {
    .header:hover .right .menu ul .active .menu-link {
        color: var(--main-color);
    }

    .header:hover .right .menu ul .active:before {
        width: 100%;
    }

}

.header:hover .other .language .lbox a {
    color: #666;
    border: 1px solid #666;
}

.header:hover .other .search img:nth-child(1) {
    display: none;
}

.header:hover .other .search img:nth-child(2) {
    display: inline-block;
}

.header-sec3 {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-sec3.active {
    top: 0;
}

.header-sec3 .cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.header-sec3 .cont .form {
    display: flex;
    align-items: center;
    width: calc(100% - 36px);
    border-radius: 30px;
    border: 1px solid #EEEEEE;
    padding: 0 20px;
    overflow: hidden;
}

@media (max-width:1900px) {
    .header-sec3 .cont .form {
        padding: 0 16px;
    }

}

@media (max-width:1680px) {
    .header .other .language {
        padding-right: 30px;
    }

}

@media (max-width:1580px) {
    .header-sec3 .cont .form {
        width: calc(100% - 28px);
    }

}

.header-sec3 .cont .form .f_sub {
    outline: none;
    width: 20px;
    border: none;
    background: transparent;
    overflow: hidden;
    height: 30px;
}

@media (max-width:1900px) {
    .header-sec3 .cont .form .f_sub {
        width: 16px;
    }

}

.header-sec3 .cont .form .f_sub img, .header-sec3 .cont .form .f_sub svg {
    width: 100%;
    float: left;
}

.header-sec3 .cont .form .f_sub img path, .header-sec3 .cont .form .f_sub svg path {
    fill: #666;
}

.header-sec3 .cont .form .f_sub svg {
    max-height: 100%;
    margin-top: 2px;
}

.header-sec3 .cont .form .int {
    outline: none;
    width: calc(100% - 20px);
    padding: 10px 0;
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: #999999;
    padding-left: 22px;
}

@media (max-width:1900px) {
    .header-sec3 .cont .form .int {
        font-size: 14px;
        padding: 10px 0;
        padding-left: 16px;
        width: calc(100% - 16px);
    }

}

@media (max-width:991px) {
    .header-sec3 .cont .form .int {
        padding: 10px 0;
        padding-left: 12px;
    }

}

.header-sec3 .cont .f_close {
    overflow: hidden;
    width: 16px;
    display: block;
}

@media (max-width:1900px) {
    .header-sec3 .cont .f_close {
        width: 14px;
    }

}

.header-sec3 .cont .f_close img {
    float: left;
    width: 100%;
}

/*导航下拉*/
.header-sec2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media (max-width:1260px) {
    .header-sec2 {
        display: none !important;
    }

}

.header-sec2 .cont {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.header-sec2 .cont .container {
    display: flex;
}

.header-sec2 .cont .container .lt {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 35.25%;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;
}

.header-sec2 .cont .container .lt .tit {
    color: #999999;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}

@media (max-width:1580px) {
    .header-sec2 .cont .container .lt .tit {
        line-height: 26px;
        font-size: 20px;
    }

}

.header-sec2 .cont .container .lt .name {
    color: #999999;
    font-size: 14px;
}

.header-sec2 .cont .container .gt {
    padding-left: 20px;
    width: 64.75%;
    padding-top: 60px;
    padding-bottom: 50px;
}

.header-sec2 .cont .container .gt .li {
    float: left;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    border-radius: 5px;
    width: calc(33.333% - 20px);
    margin-right: 20px;
    padding: 15px 22px;
    color: #333;
}

@media (max-width:1580px) {
    .header-sec2 .cont .container .gt .li {
        font-size: 14px;
        padding: 16px 20px;
    }

}

.header-sec2 .cont .container .gt .li:nth-child(3n) {
    margin-right: 0;
}

.header-sec2 .cont .container .gt .li:hover {
    color: var(--main-color);
    background-color: #f2f6f7;
}

@media (max-width:768px) {
    .header .other .language {
        padding-right: 10px;
    }

    .header .close {
        right: 156px;
    }

    .header .other .language .lbox a {
        padding: 4px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
    }

}

@media (max-width:767px) {
    .header .close {
        right: 130px;
    }

}

/*footer*/
footer {
    width: 100%;
    background: #333;
    overflow: hidden;
    position: relative;
}

.footer #back-to-top {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.foot_up {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.foot_up .foot_l {
    min-width: 487px;
    padding-bottom: 65px;
}

.f_logo {
    width: 200px;
}

.foot_up .foot_r ul {
    display: flex;
    margin-left: -55px;
    margin-right: -55px;
}

.foot_up .foot_r ul li {
    padding: 0 55px;
}

.foot_up .foot_r h3 {
    padding-bottom: 24px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.foot_up .foot_r span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 290;
    margin-bottom: 10px;
}

.foot_up .foot_r a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.foot_up .foot_r span:hover {
    color: #fff;
}

.footdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 21px;
    border-top: 1px solid rgba(238, 238, 238, 0.3);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 290;
}

.footdown a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 290;
}

.footdown a:hover {
    color: rgba(255, 255, 255, 1);
}

.foot_adress {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 60px;
    border-top: 1px solid rgba(238, 238, 238, 0.2);
}

.foot_adress .f_tel {
}

.foot_adress .f_tel a {
    font-family: 'DIN';
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
}

.foot_adress .f_ad {
    margin-top: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background-image: url(../images/foot_icon.svg);
    padding-left: 35px;
    background-size: 30px 30px;
    background-position: left;
    background-repeat: no-repeat;
}

.foot_adress .i_img {
    padding-left: 30px;
}

@media screen and (max-width:1580px) {
    .foot_up .foot_r ul li {
        padding: 0 35px;
    }

}

@media screen and (max-width:1440px) {
    .foot_up .foot_r {
        flex: 1;
        padding-left: 30px;
    }

    .foot_up .foot_r ul {
        margin-left: 0;
        justify-content: space-between;
    }

    .foot_up .foot_r ul li {
        padding: 0 15px;
    }

}

@media screen and (max-width:1200px) {
    .foot_up .foot_l {
        min-width: inherit;
        max-width: 300px;
    }

}

@media screen and (max-width:991px) {
    .foot_up {
        display: block;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .foot_up .foot_l {
        max-width: 100%;
    }

    .foot_up .foot_r {
        padding-left: 0;
    }

    .foot_up .foot_r ul {
        margin: 0;
    }

    .footdown {
        display: block;
        line-height: 26px;
    }

    .footdown div {
        line-height: 26px;
    }

}

@media screen and (max-width:767px) {
    .foot_up {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .f_logo {
        width: 130px;
    }

    .foot_up .foot_l {
        padding-bottom: 25px;
    }

    .foot_adress {
        padding-top: 15px;
        margin-top: 20px;
    }

    .foot_adress .f_ad {
        font-size: 14px;
        line-height: 24px;
    }

    .foot_adress .i_img {
        padding-left: 20px;
    }

    .foot_adress .f_tel a {
        font-size: 28px;
    }

    .foot_up .foot_r ul {
        display: block;
    }

    .foot_up .foot_r ul li {
        overflow: hidden;
        float: left;
        width: 33.33%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .foot_up .foot_r h3 {
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .foot_up .foot_r span {
        display: none !important;
        float: left;
        padding-bottom: 10px;
        padding-right: 15px;
    }

    .footdown {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

.mo_show {
    display: none
}

@media screen and (max-width:767px) {
    .mo_show {
        display: block;
    }

    .pc_show {
        display: none !important;
    }

}

/*banner*/
#mainVisual {
    height: 100vh;
}

.index_ban {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.index_ban .pc_show, .index_ban .mo_show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ban-page {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 70px;
}

.ban-page .swiper-pagination {
    position: relative;
    text-align: left;
}

.ban-page .swiper-pagination span {
    width: 60px;
    height: 3px;
    margin-right: 7px;
    border-radius: 0;
    background: #FFF;
    opacity: 0.5;
}

.ban-page .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.ban_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 38%;
    width: 100%;
    z-index: 9;
}

.ban_text p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
}

.ban_text h2 {
    padding-top: 10px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
}

.ban_text .ban_more {
    margin-top: 42px;
}

.ban_text .ban_more a {
    display: inline-flex;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    transition: all .4s ease;
}

.ban_text .ban_more span {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

.ban_text .ban_more span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/ban_w_icon.svg);
    background-repeat: no-repeat;
}

.ban_text .ban_more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.ban_text .ban_more:hover span i {
    animation: MoveRightInitial .2s forwards, MoveRightEnd .4s forwards .2s
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(250%, 0, 0)
    }

}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-150%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }

}

@media (max-width:767px) {
    .ban_text p {
        font-size: 16px;
    }

    .ban-page .swiper-pagination span {
        width: 30px;
        margin-right: 5px;
    }

}

/*two*/
.two_bg {
    overflow: hidden;
}

.two_bg .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    transform: translateX(200px);
    transition: transform .9s;
    z-index: -1;
}

.active .bg {
    transform: translateX(0);
}

.two_bg .about_top {
    max-width: 672px;
    width: 50%;
}

.index_title p {
    font-size: 16px;
    font-weight: 400;
}

.index_title h2 {
    padding-top: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.index_title .grey {
    color: #666;
}

.index_title .c_red {
    color: #912822;
}

.index_title .c_white {
    color: #ffffff;
}

.index_title .c_black {
    color: #333;
}

.two_bg .about_text {
    margin-top: 60px;
    max-height: 112px;
    overflow-y: auto;
}

.scoll::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.scoll::-webkit-scrollbar-button:vertical {
    display: none
}

.scoll::-webkit-scrollbar-corner, .scoll::-webkit-scrollbar-track {
    background-color: #ccc;
}

.scoll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--main-color);
}

.scoll::-webkit-scrollbar-thumb:vertical:active {
    background-color: var(--main-color);
}

.two_bg .about_text p {
    overflow: hidden;
    color: #666;
    font-size: 16px;
    font-weight: 290;
    line-height: 26px;
    padding-bottom: 10px;
}

.index_more {
    margin-top: 42px;
}

.index_more a {
    display: inline-flex;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border-width: 1px;
    border: 1px solid #666;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease;
}

.index_more span {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.index_more span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.index_more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.index_more a:hover span i {
    animation: MoveRightInitial .2s forwards, MoveRightEnd .4s forwards .2s
}

.index_more.m_grey a {
    border-color: #666;
    color: #666;
}

.index_more.m_white a {
    border-color: #FFF;
    color: #FFF;
}

.index_more.m_grey span i {
    background-image: url(../images/ban_b_icon.svg);
}

.index_more.m_white span i {
    background-image: url(../images/ban_w_icon.svg);
}

.index_more.m_grey a:hover span i {
    background-image: url(../images/ban_w_icon.svg);
}

.index_more.m_grey a:hover {
    color: #fff;
    border-color: var(--main-color);
}

.index_more.m_white a:hover {
    border-color: var(--main-color);
}

.about_link {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}

.about_link:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: calc(100% - 100px);
    height: 1px;
    background: #EEE;
    z-index: -1;
}

.about_link ul {
    padding-left: 35px;
}

.about_link ul li {
    padding-right: 80px;
    float: left;
}

.about_link ul li:last-child {
    padding-right: 0;
}

.about_link ul li a {
    display: inline-block;
    text-align: center;
}

.about_link i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/about_grey.svg);
    transition: background .4s;
}

.about_link span {
    padding-top: 30px;
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.about_link a:hover i {
    background-image: url(../images/about_red.svg);
}

.about_link a:hover span {
    color: var(--main-color);
}

@media screen and (max-width:1200px) {
    .about_link:before {
        width: calc(100% - 80px);
    }

    .about_link ul li {
        padding-right: 50px;
    }

}

@media screen and (max-width:767px) {
    .index_title h2 {
        padding-top: 10px;
    }

    .index_more {
        margin-top: 15px;
    }
.two_bg .about_text {
    margin-top: 30px;
    max-height: 166px;
}
    .two_bg .about_top {
        max-width: inherit;
        width: 100%;
    }
    .about_link {
    bottom: 30px;
}
    .about_link ul {
        padding-left: 0;
    }

    .about_link ul li {
        width: 33.33%;
        padding-right: 0;
    }
.about_link span {
    padding-top: 15px;
}
    .about_link:before {
        width: 100%;
    }

}

/*index three chanye*/
.three_bg {
    overflow: hidden;
}

.three_bg .cy-swiper02 {
    width: 100%;
    height: 100%;
}

.three_bg .cy-swiper02 .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indus_sub {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 58px;
    z-index: 99;
}

.indus_sub .swiper-slide p {
    margin: 0 auto;
    margin-top: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.indus_sub .swiper-slide.swiper-slide-thumb-active p {
    font-weight: 700;
}

.cy-swiper .swiper-slide {
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    width: 100px;
}

.cy-swiper .swiper-slide .span {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-image: url(../images/cicle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.cy-swiper .swiper-slide .span img {
    width: 40px;
}

.cy-swiper .swiper-slide .span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .4s;
    z-index: -1;
}

.cy-swiper .swiper-slide .span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 0;
    height: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s;
    z-index: -1;
}

.cy-swiper .swiper-slide.swiper-slide-thumb-active .span img {
    width: 50px;
}

.cy-swiper .swiper-slide.swiper-slide-thumb-active .span:before {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 1.0);
}

.cy-swiper .swiper-slide.swiper-slide-thumb-active .span:after {
    width: 100%;
    height: 100%;
}

.three_bg .bg {
    display: flex;
    align-items: center;
}

.three_bg .bg .max_width {
    padding-bottom: 70px;
    max-width: 712px;
    margin: 0 auto;
}

.three_bg .cy_text {
    margin-top: 30px;
    max-height: 130px;
    overflow-y: auto;
}

.three_bg .cy_text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media screen and (max-width:1280px) {
    .cy-swiper .swiper-slide .span {
        width: 90px;
        height: 90px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span::before {
        width: 110px;
        height: 110px;
    }

}

@media screen and (max-width:991px) {
    .cy-swiper .swiper-slide .span {
        width: 80px;
        height: 80px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span::before {
        width: 100px;
        height: 100px;
    }

    .cy-swiper .swiper-slide .span img {
        width: 30px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span img {
        width: 40px;
    }

}

@media screen and (max-width:900px) {
    .cy-swiper .swiper-slide .span {
        width: 70px;
        height: 70px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span::before {
        width: 90px;
        height: 90px;
    }

    .cy-swiper .swiper-slide .span img {
        width: 26px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span img {
        width: 36px;
    }

}

@media screen and (max-width:767px) {
    .indus_sub {
        bottom: 40px;
    }

    .cy-swiper .swiper-slide .span {
        width: 60px;
        height: 60px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span::before {
        width: 80px;
        height: 80px;
    }

    .cy-swiper .swiper-slide .span img {
        width: 22px;
    }

    .cy-swiper .swiper-slide.swiper-slide-thumb-active .span img {
        width: 32px;
    }

}

/*index four new*/
.new_bg {
    background: #F9F9F9;
}

.new_b_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_gress {
    width: calc(100% - 130px);
    position: relative;
    height: 3px;
    background: #CCC;
}

.n_gress .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.new_b_button .button {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.new_b_button .button>div {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.new_b_button .new_prev {
    background-image: url(../images/new_l.svg);
}

.new_b_button .new_next {
    background-image: url(../images/new_r.svg);
    margin-left: 14px;
}

.new_b_button .new_prev:hover {
    background-image: url(../images/new_hl.svg);
}

.new_b_button .new_next:hover {
    background-image: url(../images/new_hr.svg);
    margin-left: 14px;
}

.index_newloop {
    padding-top: 45px;
}

.index_newloop .news-swiper {
    margin-bottom: 5%;
}

.index_newloop .news-swiper a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index_newloop .thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index_newloop .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
    opacity: 1;
    transition: background-color .4s;
    z-index: 11;
}

.index_newloop .time {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.index_newloop .title {
    margin-top: 5%;
    margin-bottom: 5%;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_newloop .des {
    padding-top: 5%;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 16px;
    font-weight: 290;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_newloop .more {
    position: absolute;
    left: 50px;
    bottom: 10%;
    width: 50px;
    height: 50px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    background: url(../images/new_more.svg) center no-repeat;
}

.index_newloop .y_thumb .thumb .text {
    height: auto;
    left: 8%;
    bottom: 9%;
    top: auto;
    background-color: var(--main-color);
    color: #fff;
    width: 84%;
    opacity: 0;
    border-radius: 10px;
    padding: 5%;
    transform: translateY(50%);
    transition: transform .4s;
}

.index_newloop .y_thumb .thumb .text .title {
    font-weight: 700;
    color: #fff;
}

.index_newloop .y_thumb .thumb .text .time {
    color: rgba(255, 255, 255, 0.5);
}

.index_newloop .y_thumb .thumb>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.no_thumb a:hover .text {
    background-color: var(--main-color);
}

.no_thumb a:hover .text .time {
    color: rgba(255, 255, 255, 0.5);
}

.no_thumb a:hover .text .title {
    font-weight: 700;
    color: #fff;
}

.index_newloop a:hover .des {
    color: #fff;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
}

.index_newloop .y_thumb a:hover .text {
    opacity: 0;
}

.index_newloop .y_thumb a:hover .thumb .text {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (min-width:768px) {
    .index_newup {
        padding-top: 90px;
    }

}
@media screen and (max-width:1366px) {
    .index_newloop .text {
        padding: 40px;
    }

    .index_newloop .more {
        left: 40px;
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width:1280px) {
    .index_newloop .title {
        -webkit-line-clamp: 1;
    }

}

@media screen and (max-width:1100px) {
    .index_newloop .text {
        padding: 30px;
        padding-bottom: 60px;
    }

    .index_newloop .more {
        left: 30px;
        width: 36px;
        height: 36px;
    }

}

@media screen and (max-width:767px) {
    .index_newup {
        padding-top: 30px;
    }

    .index_newloop {
        padding-top: 30px;
    }

    .index_newup>.dis_flex {
        display: block;
    }

}

/*index five*/
.so_cont {
    display: flex;
    align-items: center;
}

.so_cont .so_left {
    position: relative;
    padding-left: 40px;
    width: 58%;
}

.so_cont .so_left .img {
    border-radius: 10px;
    overflow: hidden;
}

.so_cont .so_left .text {
    position: absolute;
    left: 0;
    bottom: -15%;
    color: #912822;
    font-family: DIN;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.9;
}

.so_cont .so_right {
    flex: 1;
    padding-left: 60px;
    padding-right: 20px;
}

.so_cont .so_right .so_text {
    margin-top: 45px;
}

.so_cont .so_right .so_text p {
    color: #666;
    font-size: 16px;
    font-weight: 290;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1440px) {
    .so_cont .so_left .text {
        font-size: 60px;
    }

}

@media screen and (max-width:1366px) {
    .so_cont .so_left .text {
        font-size: 56px;
    }

}

@media screen and (max-width:1280px) {
    .so_cont .so_left .text {
        font-size: 52px;
    }

}

@media screen and (max-width:991px) {
    .so_cont {
        display: block;
    }

    .so_cont .so_left {
        width: 85%;
        margin: 0 auto;
        padding-left: 80px;
    }

    .so_cont .so_right {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .so_cont .so_left .text {
        font-size: 46px;
    }

    .so_cont .so_right .so_text {
        margin-top: 30px;
    }

}

@media screen and (max-width:767px) {
#wrap .container {
  padding: 0 35px;
}

    .so_cont {
        padding-top: 30px;
    }

    .so_cont .so_left {
        width: 100%;
        margin-top: 30px;
        padding-left: 30px;
    }

    .so_cont .so_right {
        padding-top: 30px;
    }

    .so_cont .so_left .text {
        font-size: 30px;
    }

    .so_cont .so_right .so_text {
        margin-top: 30px;
    }

    .so_cont .so_right .so_text p {
        -webkit-line-clamp: 3;
    }

}