.enterprise .container {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*display: -webkit-flex; !* Safari *!*/
    /*-webkit-flex-wrap: wrap; !* Safari 6.1+ *!*/
}

.enterprise .container.hasOnlyOne a {
    float: none;
    margin: 0 auto;
}

.enterprise .container a {
    width: calc((100% - 70px) / 3);
    position: relative;
    margin-right: 35px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 35px;
    float: left;
}

.enterprise .container a img:nth-child(1) {
    width: 100%;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.enterprise .container a img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 80%;
    max-height: 65%;
}

.enterprise .container a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: rgba(215, 3, 18, 0.5);
    display: block;
    z-index: 1;
    transition: .4s;
    opacity: 0;
    border-radius: 7px;
}

.enterprise .container a:nth-child(3n) {
    margin-right: 0;
}

.enterprise .container a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.enterprise-title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.enterprise-title p:nth-child(1) {
    font-size: 40px;
    color: #333333;
    line-height: 1.1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-title p:nth-child(1) n {
    color: #d80413;
}

.enterprise-title p:nth-child(2) {
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.enterprise2 {
    background-color: #f7f7f7;
}

/*---------------------------------------*/
.en-show1 {
    background: #f5f5f5;
}

.en-show1 .container {
    display: flex;
}

.en-show1 .container .left {
    width: 46.66%;
    overflow: hidden;
}

.en-show1 .container .right {
    width: 53.33%;
    padding-left: 70px;
    padding-top: 30px;
}

.en-show1 .container .right img:nth-child(1) {
    max-width: 50%;
    margin-bottom: 50px;
}

.en-show1 .container .right p:nth-child(2) {
    font-size: 24px;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.en-show1 .container .right p:nth-child(3) {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 40px;
}

.en-show1 .container .right a:nth-child(4) {
    width: 160px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #d80413;
    background: #d80413;
    color: #fff;
    font-size: 16px;
    display: block;
    transition: .4s;
}

.en-show1 .container .right a:nth-child(4) i {
    margin-right: 10px;
}

.en-show1 .container .right a:hover,
.en-show1 .container .right a:hover i {
    color: #d80413;
}

.en-show1 .container .right a:hover {
    background: #fff;
}

.en-show2-main p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
    color: #999999;
}

.en-show3 {
    background-image: url("/home/images/en-show1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}

.en-show3 .container {
    display: flex;
    justify-content: flex-end;
}

.en-show3 .right .show-title p {
    color: #fff;
}

.en-show3 .right ul {
    margin-bottom: 0;
}

.en-show3 .right ul li {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.en-show4 .show-title {
    margin-bottom: 40px;
}

.en-show4-main p {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 0;
}

.en-show4-main img {
    width: 100%;
    margin-top: 25px;
}


.company {
    background: url("/home/images/enterprise_company_bg.jpg") no-repeat center/cover fixed;
}

.company > .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.company > .container::before,
.company > .container::after {
    content: none;
}

.company .tabs {
    width: 16.5%;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    position: sticky;
    top: 94px;
}

.company .tabs > .tab {
    padding: 45px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.company .tabs > .tab:hover,
.company .tabs > .tab.active {
    cursor: pointer;
    background-color: #D80413;
}

.company .tabs > .tab .info {
    display: flex;
    align-items: center;
}

.company .tabs > .tab .info .iconfont {
    font-size: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

.company .tabs > .tab .info h4 {
    font-size: 20px;
    color: #333333;
    transition: 0.3s;
    margin: 0;
}

.company .tabs > .tab:hover .info h4,
.company .tabs > .tab.active .info h4,
.company .tabs > .tab:hover .iconfont,
.company .tabs > .tab.active .iconfont {
    color: #FFFFFF;
}

.company .tabs > .tab .iconfont {
    color: #333333;
    transition: 0.3s;
}

.company .list-wrapper {
    width: 79%;
}

.company .list-wrapper .list {
    margin: 0;
    padding: 60px 0;
    display: none;
}

.company .list-wrapper .list.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.company .list-wrapper .list > .one {
    border: 1px solid #D9D9D9;
    transition: 0.3s;
}

.company .list-wrapper .list > .one:hover {
    cursor: pointer;
    border-color: transparent;
    box-shadow: 0 2px 6px 6px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

.company .list-wrapper .list > .one > a {
    display: block;
}

.company .list-wrapper .list > .one > a > img {
    width: 100%;
}

.content.tab0 {
    background: url("/home/images/enterprise_introduce_bg.jpg") no-repeat center/cover;
}

.content .introduce {
    padding: 80px 0 120px;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}

.content.tab0 .introduce {
    display: flex;
}

.content .introduce .img {
    width: 25%;
    flex-shrink: 0;
}

.content .introduce .img > img {
    width: 100%;
}

.content .introduce .desc-wrapper {
    width: 70%;
}

.content .introduce .desc-wrapper .title > .ch {
    font-size: 30px;
    color: #333333;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
}

.content .introduce .desc-wrapper .title > .en {
    font-size: 18px;
    line-height: 1.1;
    color: #999999;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
}

.content .introduce .desc-wrapper .desc {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    text-indent: 2em;
    margin-top: 40px;
    margin-bottom: 0;
}

.content .list {
    padding: 80px 0 100px;
    margin: 0;
    display: none;
}

.content.tab1 .list {
    display: block;
}

.content .list > li {
    padding: 30px 40px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: flex-start;
    transition: 0.3s;
}

.content .list > li:hover {
    background: #F7F7F7;
    border-color: #F7F7F7;
}

.content .list > li:first-of-type {
    margin: 0;
}

.content .list > li .icon {
    width: 26px;
    margin-right: 10px;
    flex-shrink: 0;
}

.content .list > li .icon > img {
    width: 100%;
}

.content .list > li .info > h4 {
    font-size: 24px;
    color: #000000;
    margin: 0;
}

.content .list > li .info > .desc {
    font-size: 16px;
    color: #999999;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 0;
}

.content .list > li .info > .desc p {
    margin: 0;
}

.content .contact {
    padding: 80px 0 120px;
    display: none;
}

.content.tab2 .contact {
    display: block;
}

.content .contact .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: url("/home/images/enterprise_contact_info_bg.jpg") no-repeat center/cover;
    padding: 50px 40px;
}

.content .contact .info .mode .address,
.content .contact .info .mode .phone {
    display: flex;
    align-items: center;
}

.content .contact .info .mode .phone {
    margin-top: 20px;
}

.content .contact .info .mode .address > .icon,
.content .contact .info .mode .phone > .icon {
    width: 25px;
    margin-right: 10px;
}

.content .contact .info .mode .address > .icon > img,
.content .contact .info .mode .phone > .icon > img {
    width: 100%;
}

.content .contact .info .mode .address > span,
.content .contact .info .mode .phone > span {
    font-size: 18px;
    color: #333333;
}

.content .contact .info .qr {
    width: 120px;
}

.content .contact .info .qr > img {
    width: 100%;
}

.content .contact .info .qr > p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.content .contact #map {
    height: 500px;
    margin-top: 30px;
}

@media (max-width: 1559px) {
    .company .tabs {
        width: 18%;
    }

    .company .tabs > .tab {
        padding: 35px 30px;
    }

    .content .introduce .desc-wrapper .desc {
        margin-top: 25px;
    }
}

@media (max-width: 1259px) {
    .content .introduce,
    .content .contact,
    .content .list {
        padding: 80px 0;
    }

    .company .tabs {
        width: 22%;
    }

    .company .list-wrapper {
        width: 72%;
    }

    .company .tabs > .tab {
        padding: 30px 25px;
    }

    .company .tabs > .tab .info .icon {
        width: 25px;
    }

    .company .tabs > .tab .info h4 {
        font-size: 18px;
    }

    .content .introduce .desc-wrapper .desc {
        line-height: 1.5;
    }

    .content .contact .info {
        padding: 40px 30px;
    }

    .content .contact .info .qr {
        width: 110px;
    }

    .content .list > li .info > h4 {
        font-size: 22px;
    }

    .content .list > li {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .content .introduce,
    .content .contact,
    .content .list {
        padding: 60px 0;
    }

    .company .tabs {
        width: 25%;
    }

    .content .introduce {
        flex-direction: column;
    }

    .content .introduce .img,
    .content .introduce .desc-wrapper {
        width: 100%;
    }

    .content .introduce .desc-wrapper {
        margin-top: 30px;
    }

    .content .introduce .desc-wrapper .title > .ch {
        font-size: 24px;
    }

    .content .introduce .desc-wrapper .title > .en {
        font-size: 14px;
    }

    .content .contact .info .mode .address > span,
    .content .contact .info .mode .phone > span {
        font-size: 16px;
    }

    .content .contact .info .mode .address > .icon,
    .content .contact .info .mode .phone > .icon {
        width: 20px;
    }

    .content .contact .info .qr {
        width: 100px;
    }

    .content .contact .info {
        padding: 30px 20px;
    }

    .content .contact .info .mode .phone {
        margin-top: 15px;
    }

    .content .contact #map {
        height: 400px;
    }

    .content .list > li .info > h4 {
        font-size: 20px;
    }

    .content .list > li .info > .desc {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .company .list-wrapper .list,
    .content .introduce,
    .content .contact,
    .content .list {
        padding: 40px 0;
    }

    .company .list-wrapper .list.active {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .company .tabs > .tab {
        padding: 20px 15px;
    }

    .company .tabs > .tab .info .icon {
        margin-right: 5px;
    }

    .company .tabs > .tab .info h4 {
        font-size: 16px;
    }

    .content .introduce .desc-wrapper .desc {
        font-size: 14px;
    }

    .content .contact .info .qr {
        width: 80px;
    }

    .content .contact .info .qr > p {
        font-size: 14px;
    }

    .content .contact .info {
        padding: 20px;
    }

    .content .contact #map {
        height: 300px;
    }

    .content .list > li {
        padding: 20px;
    }

    .content .list > li .info > h4 {
        font-size: 18px;
    }

    .content .list > li .info > .desc {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .company > .container {
        flex-direction: column;
    }

    .company .tabs {
        position: static;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .company .list-wrapper {
        width: 100%;
    }

    .content .list > li .info > h4 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .company .tabs > .tab {
        padding: 10px;
    }

    .content .introduce .desc-wrapper .title > .ch {
        font-size: 18px;
    }

    .content .contact .info {
        flex-direction: column;
    }

    .content .contact .info .mode .phone {
        margin-top: 10px;
    }

    .content .contact .info .qr {
        margin-top: 10px;
    }

    .content .contact .info .qr > p {
        margin-top: 5px;
    }
}<!--ºÄÊ±1758402834.4767Ãë-->