@media (max-width:1280px) {
    .auto {
        width: 100%;
        padding: 0 30px;
    }
}

@media (max-width:750px) {
    .auto {
        width: 100%;
        padding: 0 15px;
    }
}

.swiper-pagination-bullet {
    background-color: #FFF;
    opacity: .8;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #df0004;
}


/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ */
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    max-width: 1920px;
    width: 100%;
    height: 90px;
    z-index: 999;
    transition: background .3s;
}

#header.on {
    background-color: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

#header .logo {
    float: left;
    width: 245px;
    height: 50px;
    margin: 25px 0 0 30px;
    background: url(../images/logo.png) no-repeat 0 0;
    transition: all .3s;
    background-size: contain;
}

#header.on .logo {
    background: url(../images/logoon.png) no-repeat 0 0;
    background-size: contain;
}

#header .R {
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 300;
}

#header .nav {
    float: left;
    padding-top: 34px;
}

#header .nav a {
    float: left;
    line-height: 1.4;
    margin-right: 30px;
    color: #fff;
    font-size: 15px;
    position: relative;
    transition: all .3s;
}


#header.on .nav a {
    color: #555;
    font-weight: 600;
}

#header.on .nav a.on {
    color: #da0d15;
}



#header .langth {
    float: left;
    margin-right: 15px;
    padding-top: 32px;
}

#header .langth a:hover {
    color: #333;
}

#header .langth>* {
    display: table-cell;
    line-height: 1.6;
    color: #FFF;
    font-size: 15px;
    transition: all .3s;
}

#header.on .langth>* {
    color: #b4b4b4;
}

#header .langth i {
    padding: 0 2px;
    cursor: default;
}

#header .serchBtn {
    float: left;
    width: 60px;
    height: 90px;
    margin-right: -15px;
    background: url(../images/head-serch.png) no-repeat center;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

#header .serchBtn:hover .serchPos {
    display: block;
}

#header .serchBtn .serchPos {
    display: none;
    position: absolute;
    right: -15px;
    top: 100%;
    width: 200px;
    height: 50px;
    background-color: #FFF;
    border: 1px solid #bbb;
    /* box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); */
}

#header .serchBtn .serchPos input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

#header.on .serchBtn {
    background: url(../images/head-serch-on.png) no-repeat center;
}

#header .menuBtn {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    /* background: url(../images/head-menu-on.png) no-repeat center; */
    /* background-size: 20px auto; */
    cursor: pointer;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .menuBtn ul {
    width: 20px;
    height: 18px;
    position: relative;
    /* background-color: #088ad7; */
}

#header .menuBtn ul li {
    width: 100%;
    height: 0;
    border-top: 2px solid #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
    transition: all .3s;
    /* transform-origin: 15px 1px; */
}

#header .menuBtn ul li:nth-child(1) {
    top: 0px;
}

#header .menuBtn ul li:nth-child(2) {
    top: 50%;
}

#header .menuBtn ul li:nth-child(3) {
    top: 100%;
}

#header .menuBtn.on li:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#header .menuBtn.on li:nth-child(2) {
    transform: translateX(50%);
    opacity: 0;
}

#header .menuBtn.on li:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
    margin-top: -2px;
}

#header .menuBtn.on li {
    border-color: #FFF !important;
}

#header.on .menuBtn li {
    border-color: #da0d15;
}


#menuNav {
    /* width: 50vw; */
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    height: 0;
    z-index: 100;
    overflow: hidden;
    transition: height 0s .5s;
}

#menuNav.open {
    transition: height 0s 0s;
    height: 100vh;
}

#menuNav .navCont {
    width: 50%;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(110%);
    transition: all .5s cubic-bezier(0.79, 0.25, 0.24, 0.79);
}

#menuNav.open .navCont {
    transform: translateX(0);
}

#menuNav .top {
    height: 60px;
    background-color: #df0004;
}

#menuNav .nav_list {
    padding: 25px;
    height: calc(100% - 60px);
    overflow: auto;
}

#menuNav .nav_list p {
    color: #767a87;
    height: 40px;
    line-height: 40px;
}

#menuNav .nav_list li>p {
    background: url(../images/m-menuguan.png) no-repeat center right;
    background-size: 10px auto;
}

#menuNav .nav_list li>p.on {
    background: url(../images/m-menukai.png) no-repeat center right;
    background-size: 10px auto;

}

#menuNav .nav_list>li>a.on,
#menuNav .nav_list>li>a.on p,
#menuNav .nav_list li p.on {
    color: #df0004;
}

#menuNav .nav_list .ul_nei_nav a.on {
    color: #df0004;
}

/* #menuNav .nav_list .ul_nei_nav a.on::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    background-color: #df0004;
    border-radius: 50%;
} */

#menuNav .nav_list .ul_nei_nav {
    border-top: 1px solid #f1f2f2;
}

#menuNav .nav_list .ul_nei_nav li {
    color: #999999;
    line-height: 40px;
    height: 40px;
    padding-left: 14px;
    border-bottom: 1px solid #f1f2f2;
    position: relative;
}

.ul_nei_nav {
    display: none;
}

@media(max-width:1280px) {
    #header .logo {
        width: 200px;
        margin-top: 27px;
    }

    #header .nav a {
        margin-right: 20px;
    }

    #header .langth {
        margin-right: 20px;
    }
}

@media(max-width:1060px) {
    #centent {
        padding-top: 70px !important;
    }

    #header {
        height: 70px;
    }

    #header .logo {
        width: 140px;
        height: 40px;
        margin-top: 26px;
    }

    #header .langth {
        margin-right: 0;
        padding-top: 26px;
    }

    #header .langth>* {
        font-size: 13px;
    }

    #header .serchBtn {
        display: none;
        /* height: 70px; */
        /* background-size: 18px auto !important; */
    }

    #header .nav {
        padding-top: 28px;
    }

    #header .nav a {
        font-size: 12px;
        margin-right: 14px;
    }
}

@media (min-width:751px) {
    #header .menuBtn {
        display: none;
    }
}

@media (max-width:750px) {

    #header .serchBtn,
    #header .langth,
    #header .nav {
        display: none;
    }

    #centent {
        padding-top: 60px !important;
    }

    #header {
        height: 60px;
    }

    #header .logo {
        width: 140px;
        height: 30px;
        margin: 20px 0 0 15px;
    }

    #header .R {
        margin-right: 15px;
    }
}

/* footer */
#footer {
    height: 136px;
    background-color: #323130;
    padding-top: 40px;
    max-width: 1920px;
    margin: auto;
}

#footer a {
    display: inline-block;
}


#footer .L {
    float: left;
    max-width: 600px;
}

#footer .barcode {
    float: left;
    position: relative;
    margin-right: 12px;
}

#footer .barcode:hover .pos {
    display: block;
}

#footer .barcode .pos {
    display: none;
    float: left;
    width: 90px;
    height: 90px;
    padding: 6px;
    background-color: #FFF;
    position: absolute;
    left: -28px;
    bottom: 130%;
}

#footer .phone {
    float: left;
    vertical-align: middle;
}

#footer .phone .ic {
    float: left;
    margin-right: 12px;
}

#footer .phone h6 {
    float: left;
    line-height: 33px;
    color: #ffa200;
    font-family: "Brandon Grotesque";
    font-size: 26px;
}

#footer .R {
    float: right;
    max-width: 600px;
}

#footer .R p {
    color: #FFF;
    opacity: .6;
    filter: alpha(opacity=60);
}

.popScroll-wrap.legal-pop {
    display: none;
    opacity: 1;
}

.popScroll-wrap.legal-pop .pop-cont {
    top: auto;
    min-height: 550px;
    bottom: 200px;
    width: 1280px;
    padding: 56px 160px 56px 40px;
}

.legal-pop .pop-cont h3 {
    color: #564d45;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.legal-pop .pop-cont h4 {
    color: #df0004;
    font-size: 26px;
    line-height: 20px;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}

.legal-pop .pop-cont h4 em {
    font-weight: bold;
}

.legal-pop .pop-cont h5 {
    color: #6b6a69;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 26px;
}

.legal-pop .pop-cont p {
    color: #9a9a9a;
}

@media(max-width:750px) {
    #footer {
        height: auto;
        padding: 30px 0;
    }

    #footer .L {
        float: none;
        margin-bottom: 10px;
    }

    #footer .L::after {
        content: "";
        display: block;
        clear: both;
    }

    #footer .barcode:hover .pos {
        left: 0;

    }

    #footer .R {
        float: none;
    }
}


/* ======= */
.cTit h2 {
    color: #564d45;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.cTit h3 {
    color: #df0004;
    font-size: 26px;
    line-height: 20px;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
}

.cTit h3 em {
    font-weight: bold;
}

/* ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ */
#indexSlide {
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

#indexSlide .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#indexSlide .slide2 .pos {
    height: 116px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    margin: auto;

}

#indexSlide .slide2 .pos h2 {
    color: #FFF;
    font-size: 44px;
    line-height: 1.4;
    font-weight: 300;
}

#indexSlide .prev,
#indexSlide .next {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: background .3s;
    z-index: 120;
    cursor: pointer;
}

#indexSlide .prev {
    left: 30px;
    background: rgba(0, 0, 0, 0.4) url(../images/prev.png) no-repeat center;
    background-size: 22px 12px;
}

#indexSlide .next {
    right: 30px;
    background: rgba(0, 0, 0, 0.4) url(../images/next.png) no-repeat center;
    background-size: 22px 12px;

}

#indexSlide .bd {
    width: 100% !important;
    height: 100vh !important;
}

#indexSlide .bd ul {
    width: 100% !important;
    height: 100vh !important;
}

#indexSlide .bd li {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
}

#indexSlide .bd li .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



#indexSlide .hd {
    /* height: 0; */
    width: 1200px;
    text-align: center;
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 107px;
    z-index: 120;
}

#indexSlide .hd ul {
    float: left;
}

#indexSlide .hd li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px 0 0px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
}

#indexSlide .hd li.on {
    background-color: #bc252b;
}

#indexSlide .hd li .circle_process {
    display: none;
    left: 1px;
    top: .5px;
}

#indexSlide .hd li.on .circle_process {
    display: block;
}

#indexSlide .hd li var {
    display: block;
    width: 10px;
    height: 12px;
    /* opacity: .7; */
    /* background-color: #FFF; */
    position: absolute;
    left: 1px;
    right: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    /* border-radius: 50%; */
    background: url(../images/index/icon1.png) no-repeat center;
}

.banner {
    max-width: 1920px;
    margin: auto !important;
}

.banner .btn .prev,
.banner .btn .next {
    width: 58px;
    height: 58px;
    background-color: #fff;
    z-index: 9999;
}

.banner {
    position: relative;
}

.banner .btn .prev {
    position: absolute;
    left: 30px;
    top: 50%;
    background: #fff url(../images/prev.png) no-repeat center;
}

.banner .btn .next {
    position: absolute;
    right: 30px;
    top: 50%;
    background: #fff url(../images/next.png) no-repeat center;
}

#indexSlide .mouseIc {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: auto;
    z-index: 300;
}

#indexSlide .mouseIc span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 1;
    font-size: 14px;
}

#indexSlide .mouseIc i {
    display: block;
    width: 1px;
    height: 44px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#indexSlide .mouseIc i::before {
    content: "";
    display: block;
    height: 100%;
    opacity: .5;
    border-left: 1px solid #FFF;
    animation: mouseIc 1.8s infinite;
    transform: translateY(-100%);
}

@keyframes mouseIc {
    0% {
        transform: translateY(-100%);
    }


    100% {
        transform: translateY(100%);
    }
}

#indexSlide .bd .auto {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 30;
}

#indexSlide .txtCont {
    position: absolute;
    top: 35%;
    left: 0;
}

#indexSlide .slide1 .txtCont {
    left: auto;
    right: 0;
    top: 25%;
}

#indexSlide .txtCont h1 {
    color: #FFF;
    font-size: 46px;
    margin-bottom: 12px;
    text-shadow: 0 0 16px rgba(0, 0, 0, .3);
}

#indexSlide .slide2 .txtCont h1 {
    color: #FFF;
}

#indexSlide .slide2 .txtCont h2 {
    color: #FFF;
}

#indexSlide .txtCont h2 {
    color: #d10f12;
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFF;
    opacity: .6;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(0, 0, 0, .3);
}


.indexCont1 {
    padding: 70px 0;
}

.indexCont1 h3 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.indexCont1 h3 em {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid #df0004;
}

.indexCont1 .txt {
    width: 1050px;
    margin: auto;
}

.indexCont1 .txt p {
    text-align: center;
    color: #666666;

}

.indexCont1 .list {
    width: 1050px;
    margin: 60px auto 0;
    overflow: hidden;
}


.indexCont1 .list .li {
    float: left;
    width: 262px;
    height: 120px;
    border-left: 5px solid #fcf4f4;
    padding-left: 36px;
    padding-top: 30px;
    position: relative;
    transition: all .7s;
}

.indexCont1 .list .li>* {
    position: relative;
    z-index: 300;
    transition: transform .5s ease;
}

.indexCont1 .list .li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    /* width: 94%; */
    height: 100%;
    background-color: #fcf4f4;
    transition: all .7s;
}

.indexCont1 .list .li:hover {
    border-left-color: #f9eaea;
}

.indexCont1 .list .li:hover>* {
    transform: translateX(25px);
}

.indexCont1 .list .li:hover::before {
    width: 94%;
}

.indexCont1 .list .h5 {
    overflow: hidden;
    margin-bottom: 3px;
}

.indexCont1 .list .countUp {
    float: left;
    color: #df0004;
    font-size: 46px;
    line-height: 37px;
    font-family: Gilroy-Bold;
}

.indexCont1 .list .h5 em {
    float: left;
    padding-top: 22px;
    line-height: 1;
    margin-right: 3px;
}

.indexCont1 .list p {
    color: #777777;
}

.c_frame:before,
.c_frame:after,
.c_frame span:before,
.c_frame span:after {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.c_frame.one {
    height: 424px;
    left: -0;
    width: 100%;
}

.c_frame {
    overflow: hidden;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 101%;
    height: 424px;
}

.c_frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: right 2s linear infinite;
    animation: right 2s linear infinite;
    background: -webkit-gradient(linear, right top, left top, from(#bd272d), to(transparent));
    background: linear-gradient(right, #bd272d, transparent);
}

.c_frame:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: left 2s linear infinite;
    animation: left 2s linear infinite;
    background: -webkit-gradient(linear, left top, right top, from(#bd272d), to(transparent));
    background: linear-gradient(left, #bd272d, transparent);
}

.c_frame span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    -webkit-animation: top 2s linear infinite;
    animation: top 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd272d), to(transparent));
    background: linear-gradient(top, #bd272d, transparent);
}

.c_frame span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    -webkit-animation: bottom 2s linear infinite;
    animation: bottom 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -webkit-gradient(linear, left bottom, left top, from(#bd272d), to(transparent));
    background: linear-gradient(bottom, #bd272d, transparent);
}

.c_frame:before,
.c_frame:after,
.c_frame span:before,
.c_frame span:after {
    opacity: 0;
}

.indexCont2 .box .list:hover .c_frame:before,
.indexCont2 .box .list:hover .c_frame:after,
.indexCont2 .box .list:hover .c_frame span:before,
.indexCont2 .box .list:hover .c_frame span:after {
    opacity: 1;
}


@keyframes circle_right {
    0% {
        transform: rotate(-135deg);
    }

    50%,
    100% {
        transform: rotate(45deg);
    }
}

@keyframes circle_left {

    0%,
    50% {
        transform: rotate(-135deg);
    }

    100% {
        transform: rotate(45deg);
    }
}


@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes width {
    from {
        filter: Alpha(opacity=100);
        max-width: 0;
    }

    to {
        filter: Alpha(opacity=100);
        max-width: 100%;
    }
}

@-webkit-keyframes width {
    from {
        filter: Alpha(opacity=100);
        max-width: 0;
    }

    to {
        filter: Alpha(opacity=100);
        max-width: 100%;
    }
}

@-webkit-keyframes h_fadeIntop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes h_fadeIntop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.contTit {
    margin-bottom: 80px;
    text-align: center;
}

.contTit h3 {
    color: #333333;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.contTit h4 {
    color: #df0004;
    font-size: 30px;
    font-family: "Brandon Grotesque";
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    /* font-weight: 700; */
}

.contTit h4 em {
    font-weight: 700;
}

.indexCont2 {
    background: url(../images/index/indexCont2-bg.jpg) no-repeat center;
    height: 654px;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

.indexCont2 .tit {
    padding-top: 60px;
    padding-bottom: 80px;
}

.indexCont2 .tit img {
    margin: auto;
}

.indexCont2 .box {
    width: 100%;
    height: 100%;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -50px;
    display: flex;
}

.indexCont2 .box .list {
    /* width: 348px; */
    width: 18.1%;
    margin-right: 20px;
    height: 425px;
    /* height: 100%; */
    float: left;
    position: relative;
    /* top: -45px; */
    transition: all .5s;
    /* display: flex; */
    /* justify-content: space-between; */
}

.indexCont2 .box .list .idxd {
    position: relative;
    padding-top: 150px;
    padding-left: 20px;
    z-index: 2;
}

/* .indexCont2 .box .list:nth-last-child(1) {
    margin-right: 0;
} */


.indexCont2 .box .list .img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 326px;
    transition-duration: .5s;
    overflow: hidden;
    transform-origin: center;
}

.indexCont2 .box .list .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
}

.indexCont2 .box .list:hover .img {
    height: 425px;
}

.indexCont2 .box .list .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    transform: translateX(-50%);
    transition-timing-function: linear;
    max-width: none;
}

.indexCont2 .box .list.b1 {
    /*background: url(../images/li1.png) no-repeat center;*/
    margin-left: 30px;
}


.indexCont2 .box .b1:hover {
    /*background: url(../images/11.png) no-repeat top;*/
    height: 426px;
    transition: all .5s;
}

.indexCont2 .box .b2:hover {
    /*background: url(../images/22.png) no-repeat top;*/
    height: 426px;
    transition: all .5s;
}

.indexCont2 .box .b3:hover {
    /*background: url(../images/33.png) no-repeat top;*/
    height: 426px;
    transition: all .5s;
}

.indexCont2 .box .b4:hover {
    /*background: url(../images/44.png) no-repeat top;*/
    height: 426px;
    transition: all .5s;
}

.indexCont2 .box .b5:hover {
    /*background: url(../images/55.png) no-repeat top;*/
    height: 426px;
    transition: all .5s;
}

.indexCont2 .box .list .t {
    display: none;
}


.indexCont2 .box .b1:hover .on {
    opacity: 1;
    transition: all .5s;
}

.indexCont2 .box .b2:hover .on {
    opacity: 1;
    transition: all .5s;
}

.indexCont2 .box .b3:hover .on {
    opacity: 1;
    transition: all .5s;
}

.indexCont2 .box .b4:hover .on {
    opacity: 1;
    transition: all .5s;
}

.indexCont2 .box .b5:hover .on {
    opacity: 1;
    transition: all .5s;
}


.indexCont2 .box .b1 .on {
    background: url(../images/li1on.png) no-repeat center;
    width: 371px;
    height: 326px;
    /* opacity: 0; */
    transition: all .5s;
    /* animation: height1 2s ease-out; */
    position: absolute;
    /* top: -50px; */
}

.indexCont2 .box .list:hover .on {
    animation: height1 1s ease-out;

}

@keyframes height1 {
    0% {
        height: 370px;
    }

    100% {
        height: 426px;

    }
}

.indexCont2 .box .b2 .on {
    background: url(../images/li2on.png) no-repeat center;
}

.indexCont2 .box .b3 .on {
    background: url(../images/li3on.png) no-repeat center;

}

.indexCont2 .box .b4 .on {
    background: url(../images/li4on.png) no-repeat center;

}

.indexCont2 .box .b5 .on {
    background: url(../images/li5on.png) no-repeat center;

}



/*.indexCont2 .box .list .txt {
  margin-top: 150px;
  margin-left: 40px;
}*/

.indexCont2 .box .txt {
    height: 70px;
    position: relative;
    text-align: left;
}

.indexCont2 .box .txt h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}

.indexCont2 .box .txt h5 {
    color: #ffffff;
    opacity: 1;
    line-height: 1;
    font-size: 20px;
    font-family: "Brandon Grotesque";
}

.indexCont2 .box .more {
    width: 15px;
    height: 14px;
    /* padding-right: 20px; */
    overflow: hidden;
    font-size: 14px;
    /* color: #FFF; */
    color: transparent;
    line-height: 1;
    background: url(../images/index/indexCont2-more.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 80px;
    transition: all .3s;
    z-index: 100;

}

.indexCont2 .box .list:hover .more {
    width: 80px;
    color: #FFF;
}

.indexCont3 {
    padding: 60px 0 70px;
}

.indexCont3 .li .top {
    position: relative;
    /* width: 400px; */
    height: 246px;
    overflow: hidden;
}

.indexCont3 .li .top .mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.1);
    content: "";
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -115%, 0);
}

.indexCont3 .li .top:hover .mask::after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}

.indexCont3 .li .top img {
    transition: all .5s;
    width: 100%;
}

.indexCont3 .li .top:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.indexCont3 .bd li {
    float: left;
    width: 400px;
    margin-right: 40px;
}

.indexCont3 .bot {
    height: 264px;
    background-color: #fbfbfb;
    padding: 35px 30px 0;

}

.indexCont3 .bot h5 {
    color: #df0004;
    font-size: 24px;
    line-height: 1;
    font-family: Brandon Grotesque;
    margin-bottom: 15px;
}

.indexCont3 .bot h4 {
    color: #333333;
    font-size: 20px;
    /* line-height: 1; */
    font-weight: bold;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.indexCont3 .bot .txt {
    height: 96px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 20px;
}

.indexCont3 .bot .txt::after {
    content: "";
    border-bottom: 1px solid #bc252b;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: all .4s ease-in-out;
}

.indexCont3 .li:hover .bot .txt::after {
    width: 100%;
}

.indexCont3 .swiper-slide {
    float: left;
    width: 400px;
}


.indexCont3 .bot .txt p {
    color: #858585;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.indexCont3 .bot .eye {
    float: left;
    height: 14px;
    padding-left: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/index/indexCont3-c1.png) no-repeat left center;
}

.indexCont3 .bot .more {
    float: right;
    height: 14px;
    padding-right: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/index/indexCont3-c2.png) no-repeat right center;
}

.btnType1 .prev,
.btnType1 .next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer;
}

.btnType1 .prev {
    left: -100px;
    background: #f6f6f6 url(../images/slide-prev.png) no-repeat center;
}

.btnType1 .next {
    right: -100px;
    background: #f6f6f6 url(../images/slide-next.png) no-repeat center;
}

.indexCont4 {
    padding: 60px 0 70px;
    background: url(../images/index/indexCont4-bg.jpg) no-repeat center;
    background-size: cover;
}

.indexCont4 .list {
    margin-left: -10px;
    /* overflow: hidden; */
}

.indexCont4 .list::after {
    content: "";
    display: block;
    clear: both;
}

.indexCont4 .contTit {
    margin-bottom: 30px;
}

.indexCont4 .list .li {
    float: left;
    width: 49%;
    height: 60px;
    background: #FFF url(../images/index/indexCont4-ic.png) no-repeat 20px center;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 18px 20px 0 35px;
}

.indexCont4 .list .li .sa2,
.indexCont4 .list .li .sa1 {
    float: left;
    margin-right: 8px;
    width: 38px;
}


.indexCont4 .list .li .sa2 {
    color: #54be57;
}

.indexCont4 .list .li .sa1 {
    color: #be0000;
}

.indexCont4 .list .li p {
    float: left;
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    transition: color .4s;
}

.indexCont4 .list .li:hover p {
    color: #c90003;
}

.indexCont4 .list .li .time {
    float: right;
    color: #999999;
    font-family: Gilroy-Bold;
    font-weight: 300;
}

.indexCont4 .moreBtn {
    width: 200px;
    color: #ffffff;
    font-size: 15px;
    line-height: 64px;
    height: 64px;
    text-align: center;
    background-color: #d1bfa7;
    margin: 30px auto 0;
    transition: background .6s;
}

.indexCont4 .moreBtn:hover {
    background-color: #c90003;
}

.indexCont5 {
    padding-bottom: 40px;
    background: #f4f4f4 url(../images/index/indexCont5-bg.jpg) no-repeat center;
    background-size: cover;
}

.indexCont5 .L {
    float: left;
    padding-top: 120px;
    width: 464px;
}

.indexCont5 .L .tit {
    margin-bottom: 30px;
    position: relative;
}

.indexCont5 .L .tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 0;
    border-top: 4px solid #e1e1e1;
}

.indexCont5 .L .tit h3 {
    color: #444546;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.indexCont5 .L .tit h4 {
    color: #d30210;
    font-size: 30px;
    font-family: "Brandon Grotesque";
    padding-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.indexCont5 .L .tit h4 em {
    font-weight: bold;
}

.indexCont5 .L .txt p {
    color: #777777;
    margin-top: 8px;
}

.indexCont5 .L .more {
    background: #df0004;
    color: #FFF;
    font-size: 15px;
    height: 64px;
    width: 200px;
    line-height: 64px;
    text-align: center;
    margin-top: 60px;
    transition: background .6s;
}

.indexCont5 .L .more:hover {
    background-color: #c90003;
}

.indexCont5 .R {
    float: right;
    position: relative;
    padding-top: 70px;
}

.indexCont5 .R .prev,
.indexCont5 .R .next {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -62px;
    transition: all .3s;
}

.indexCont5 .R .next {
    top: 348px;
    background: #FFF url(../images/slide-next2.png) no-repeat center;
}

.indexCont5 .R .next:hover {
    background: #cca876 url(../images/slide-next2-on.png) no-repeat center;
}

.indexCont5 .R .prev {
    top: 410px;
    background: #FFF url(../images/slide-prev2.png) no-repeat center;
}

.indexCont5 .R .prev:hover {
    background: #cca876 url(../images/slide-prev2-on.png) no-repeat center;
}

.indexCont5 .R .w1020 {
    width: 1020px;
    margin-right: -320px;
    /* overflow: hidden; */
}

.indexCont5 .R .slideBox {
    /* overflow: visible; */
    overflow: hidden;
}

.indexCont5 .R .slideBox .bd li {
    float: left;
    width: 700px;
    height: 470px;
    margin-right: 50px;
    opacity: .5;
    transition: all .3s;
}

.indexCont5 .slideBox .bd li.on {
    opacity: 1;
    transition-duration: 0s;
}

.indexCont5 .R .slideBox .bd li img {
    width: 100%;
    border: 6px solid #df0004;
}

.indexCont5 .R .slideBox .bd ul,
.indexCont5 .R .slideBox .bd,
.indexCont5 .R .slideBox .tempWrap {
    overflow: visible !important;
}

.indexCont5 .R .card {
    width: 465px;
    height: 210px;
    padding: 40px 30px 0;
    background-color: #df0004;
    margin-top: -60px;
    position: relative;
    z-index: 300;
    overflow: hidden;
}

.indexCont5 .yun {
    margin-bottom: 30px;
    padding-top: 23px;
    overflow: hidden;
    height: 43px;
}

.indexCont5 .yun .aws {
    float: left;
    line-height: 1;
    color: #da9c9e;
    font-size: 24px;
    vertical-align: bottom;
    font-family: "Brandon Grotesque";
    font-style: italic;
    padding-right: 4px;
}


.indexCont5 .yun i.aws {
    color: #FFF;
    font-style: italic;
    font-size: 50px;
    margin-top: -23px;
    padding-right: 10px;
}

.indexCont5 .card h3 {
    display: inline-block;
    color: #fff1dc;
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 28px;
    border-bottom: 3px solid #c95155;
}

.indexCont5 .card ul {
    margin-right: -20px;
}

.indexCont5 .card ul li {
    float: left;
    color: #ffffff;
    margin-bottom: 10px;
    width: 50%;
    padding-right: 20px;
}

.mobileBanner .next,
.mobileBanner .prev {
    width: 40px;
    height: 40px;
    cursor: pointer;
    bottom: 0;
    position: absolute;
    z-index: 110;
    opacity: 1 !important;
    display: block !important;
    -webkit-transition: all .4s;
    transition: all .4s;

}

.mobileBanner .next {
    top: 47%;
    right: 10px;
    background: rgba(0, 0, 0, 0.4) url(../images/next.png) no-repeat center;
    background-size: 16px auto;
}

.mobileBanner .prev {
    top: 47%;
    left: 10px;
    background: url(../images/prev.png) no-repeat center rgba(0, 0, 0, 0.4);
    background-size: 16px auto;
}

.indexCont2 .mobile_Box {
    margin: 0 30px;
}

.indexCont2 .mobile_Box .swiper-slide {
    width: 340px;
    height: 326px;
}

.indexCont2 .mobile_Box .list {
    width: 340px;
    height: 326px;
    float: left;
    position: relative;
}

.indexCont2 .mobile_Box .list .c_frame {
    display: none;
}

.indexCont2 .mobile_Box .list .idxd {
    position: relative;
    padding-top: 110px;
    padding-left: 40px;
    z-index: 2;
}


.indexCont2 .mobile_Box .list .img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 326px;
    transition-duration: .5s;
    overflow: hidden;
    transform-origin: center;
}


.indexCont2 .mobile_Box .list .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    transform: translateX(-50%);
    transition-timing-function: linear;
    max-width: none;
}

.indexCont2 .mobile_Box .txt {
    height: 70px;
    position: relative;
    text-align: left;
}

.indexCont2 .mobile_Box .txt h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}

.indexCont2 .mobile_Box .txt h5 {
    color: #ffffff;
    opacity: .5;
    line-height: 1;
    font-size: 20px;
    font-family: "Brandon Grotesque";
}

.indexCont2 .mobile_Box .more {
    width: 15px;
    height: 14px;
    /* padding-right: 20px; */
    overflow: hidden;
    font-size: 14px;
    /* color: #FFF; */
    color: transparent;
    line-height: 1;
    background: url(../images/index/indexCont2-more.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 80px;
    transition: all .3s;
    z-index: 100;

}

@media (min-width:1280px) {

    .mobileBanner {
        display: none !important;
    }
}

@media (max-width:1279px) {
    #indexSlide {
        display: none !important;
    }

    .indexCont1 .txt {
        width: 100%;
    }

    .indexCont1 .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .indexCont1 .list .li {
        width: 25%;
    }

    .indexCont4 .list .li p {
        height: 24px;
        width: calc(100% - 60px - 70px);
    }

    .indexCont4 .list .li .sa1,
    .indexCont4 .list .li .sa2 {
        margin-right: 0;
    }

}

@media (min-width:1280px) {
    .indexCont2 .mobile_Box {
        display: none !important;
    }


}

@media (max-width:1279px) {

    .indexCont3 .btnType1 .prev,
    .indexCont3 .btnType1 .next,
    .indexCont2 .box {
        display: none !important;
    }

    .indexCont5 .card ul li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4px;
    }

    .indexCont4 .list {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .indexCont4 .list .li {
        display: flex;
        width: 49.5%;
        justify-content: space-between;
        margin-left: 0;
    }

    .indexCont5 .L {
        float: none;
        width: 100%;
    }

    .indexCont5 .R {
        width: calc(100% - 60px);
    }

    .indexCont5 .R .w1020 {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .indexCont1 .list {
        margin-bottom: -20px;
    }

    .indexCont1 .list .li {
        width: 50%;
        margin-bottom: 20px;
    }

    .indexCont4 .list .li {
        width: 100%;
    }

    .indexCont5 .R .slideBox .bd li {
        width: 640px;
    }
}

@media (max-width:750px) {

    .mobileBanner .next,
    .mobileBanner .prev {
        display: none !important;
    }

    .indexCont1 {
        padding: 30px 0;
    }

    .indexCont1 h3 {
        font-size: 18px;
    }

    .indexCont1 .list {
        margin-top: 30px;
    }

    .indexCont1 .list .countUp {
        font-size: 26px;
        line-height: 1;
    }

    .indexCont1 .list .h5 em {
        padding-top: 9px;
    }

    .indexCont2 {
        height: auto;
        padding: 30px 0;
    }

    .indexCont2 .mobile_Box {
        margin: 0 15px;
        height: 320px;
        overflow: visible;
    }

    .indexCont2 .mobile_Box .list {
        width: 100%;
        height: 320px;
        overflow: hidden;
    }

    .indexCont2 .mobile_Box .list .idxd {
        padding-top: 90px;
    }

    .contTit {
        margin-bottom: 30px;
    }

    .contTit h3 {
        font-size: 18px;
    }

    .contTit h4 {
        font-size: 16px;
    }

    .indexCont3 {
        padding: 30px 0;
    }

    .indexCont3 .swiper-slide {
        width: 100%;
    }

    .indexCont3 .li .top {
        height: auto;
    }

    .indexCont3 .swiper-container {
        padding-bottom: 40px;
        margin-bottom: -20px;
    }

    .indexCont3 .swiper-pagination .swiper-pagination-bullet {
        background-color: #ccc;
    }

    .indexCont3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #df0004;
    }

    .indexCont4 {
        padding: 30px 0;
    }

    .indexCont4 .moreBtn {
        zoom: .6;
    }

    .indexCont5 {
        padding: 30px 0;
    }

    .indexCont5 .L {
        padding-top: 0;
    }

    .indexCont5 .L .more {
        zoom: .6;
    }

    .indexCont5 .L .tit {
        zoom: .6;
    }

    .indexCont5 .L .more {
        margin-top: 40px;
    }

    .indexCont5 .R {
        float: none;
        width: 100%;
        padding-top: 40px;
    }

    .indexCont5 .R .slideBox .bd li {
        width: calc(100vw - 30px);
        margin-right: 20px;
        height: auto;
        opacity: 1;
    }

    .indexCont5 .R .card {
        margin: 0;
        width: 100%;
        height: 160px;
        padding-top: 20px;
    }

    .indexCont5 .card h3 {
        zoom: .9;
        margin-right: 100px;
    }

    .indexCont5 .yun {
        zoom: .7;
    }

    .indexCont5 .R .prev,
    .indexCont5 .R .next {
        left: auto;
        right: 10px;
        z-index: 400;
        margin-top: 0;
        top: auto;
        bottom: 120px;
        zoom: .8;
    }

    .indexCont5 .R .prev {
        right: 72px;
    }

    .indexCont5 .R .slideBox {
        border: 6px solid #bc252b;
    }

    .indexCont5 .R .slideBox .bd li {
        margin-right: 0;
    }

    .indexCont5 .R .slideBox .bd li img {
        border: 0;
    }

}






/* pageBanner */
#centent {
    padding-top: 90px;
}

#centent.index {
    padding-top: 0 !important;
}

.pageBanner {
    height: 260px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;

}

.pageBanner .auto {
    padding-top: 1px;
}

.pageBanner h1 {
    margin-top: 95px;
    line-height: 1;
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 7px;
}

.pageBanner h2 {
    color: #FFF;
    font-weight: 400;
    line-height: 1;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: -1px;
}

.pageBanner h2 em {
    font-weight: 700;
}

/* subNav */
.subNav {
    height: 90px;
    max-width: 1920px;
    border-bottom: 4px solid #f0efee;
    margin: auto;
}

.subNav .nav {
    font-size: 0;
    text-align: center;
}


.subNav .nav a {
    display: inline-block;
    margin: 0 25px;
    font-size: 16px;
    line-height: 86px;
    border-bottom: 4px solid transparent;
    transition: color .3s,
        border .3s;
    color: #9b9b9b;
}

.subNav .nav a.on {
    color: #da0d15;
    border-color: #da0d15;
}

@media (min-width:750px) {
    .subNav .nav .swiper-slide {
        display: inline-block;
        width: auto;
    }

    .subNav .nav .swiper-wrapper {
        justify-content: center;
    }
}

.about1Cont1 {
    padding: 80px 0 90px;
}

.about1Cont1 .Le {
    float: left;
    width: 580px;
}

.about1Cont1 .Le h3 {
    color: #564d45;
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 300;
}

.about1Cont1 .Le h4 {
    color: #df0004;
    font-weight: 400;
    line-height: 1;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: -1px;
}

.about1Cont1 .Le h4 em {
    font-weight: 700;
}

.about1Cont1 .Le .tipsImg {
    margin-top: 40px;
}

.about1Cont1 .Ri {
    float: right;
    width: 640px;
    margin-top: -24px;
}

.about1Cont1 .Ri p {
    color: #848484;
    margin-top: 24px;
}

.about1Cont2 {
    padding-top: 140px;
    height: 597px;
    background: url(../images/about/about1Cont2-bg.jpg) no-repeat center top;
}

.about1Cont2 .List {
    margin-right: -20px;
    overflow: hidden;
}

.about1Cont2 .List dl {
    float: left;
    width: 630px;
    height: 150px;
    background-color: #FFF;
    margin: 0 20px 20px 0;
    position: relative;
    transition: all .6s;
}

.about1Cont2 .List dl::before {
    content: "";
    background: #df0004 url(../images/about/about1Cont2-li-gx.jpg) no-repeat right top;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.about1Cont2 .List dl:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.about1Cont2 .List dt {
    float: left;
    width: 140px;
    height: 100%;
    margin-right: 30px;
    border-right: 2px solid #eaeaea;
    position: relative;
    z-index: 30;
    transition: all .3s;
}

.about1Cont2 .List dl:hover dt {
    border-right: 2px solid #ef4346;
    background-color: #df0004 !important;
}

.about1Cont2 .List .item1 dt {
    background: url(../images/about/about1Cont2-ic1.png) no-repeat center;
}

.about1Cont2 .List .item2 dt {
    background: url(../images/about/about1Cont2-ic2.png) no-repeat center;
}

.about1Cont2 .List .item3 dt {
    background: url(../images/about/about1Cont2-ic3.png) no-repeat center;
}

.about1Cont2 .List .item4 dt {
    background: url(../images/about/about1Cont2-ic4.png) no-repeat center;
}

.about1Cont2 .List .item1:hover dt {
    background: url(../images/about/about1Cont2-ic1-f.png) no-repeat center;
}

.about1Cont2 .List .item2:hover dt {
    background: url(../images/about/about1Cont2-ic2-f.png) no-repeat center;
}

.about1Cont2 .List .item3:hover dt {
    background: url(../images/about/about1Cont2-ic3-f.png) no-repeat center;
}


.about1Cont2 .List .item4:hover dt {
    background: url(../images/about/about1Cont2-ic4-f.png) no-repeat center;
}

.about1Cont2 .List dd {
    display: table-cell;
    width: 420px;
    height: 150px;
    vertical-align: middle;
    position: relative;
    z-index: 30;
}

.about1Cont2 .List .h5 {
    overflow: hidden;
    margin-bottom: -3px;
    transition: all .3s;
}

.about1Cont2 .List .countUp {
    float: left;
    color: #df0004;
    font-size: 36px;
    line-height: 36px;
    font-family: Gilroy-Bold;
}

.about1Cont2 .List .h5 em {
    float: left;
    padding-top: 5px;
    line-height: 36px;
    font-size: 16px;
    margin-right: 3px;
    color: #df0004;
    transition: all .3s;
}

.about1Cont2 .List p {
    color: #6d6d6d;
}

/* .about1Cont2 .List dl h5, */
.about1Cont2 .List dl p,
.about1Cont2 .List dl .countUp {
    transition: all .3s;
}

/* .about1Cont2 .List dl:hover h5, */
.about1Cont2 .List dl:hover p,
.about1Cont2 .List dl:hover .h5 em,
.about1Cont2 .List dl:hover .countUp {
    color: #FFF;
}

.about1Cont3 {
    margin-top: 60px;
    height: 280px;
    background: url(../images/about/about1Cont3-bg.jpg) no-repeat center top;
}

.about1Cont3 .auto {
    overflow: hidden;
}

.about1Cont3 .yux {
    float: right;
    margin-top: 105px;
    position: relative;
    padding: 0 224px 0 37px;
}

.about1Cont3 .yux::after {
    content: "";
    width: 103px;
    height: 16px;
    position: absolute;
    right: 86px;
    top: 50%;
    transform: translateY(-50%) translateX(-50px);
    opacity: 0;
    transition: transform .3s ease, opacity 0s;
    background: url(../images/about/about1Cont3-yux-py.png) no-repeat 0 0;
}

.about1Cont3 .yux:hover::after {
    transition: transform .3s ease, opacity .6s;
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.about1Cont3 .yux::before {
    content: "";
    width: 2000px;
    position: absolute;
    left: -2000px;
    top: 50%;
    margin-top: -1px;
    border-top: 2px solid #FFF;
    opacity: .4;
    filter: alpha(opacity=40);
}

.about1Cont3 .yux h4 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 300;
}

.about1Cont3 .yux h5 {
    color: #df0004;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Brandon Grotesque";
    letter-spacing: -1px;
}

.about1Cont3 .yux h5 em {
    font-weight: 700;
}

.about2Cont1 {
    padding: 80px 0 75px;
}

.about2Cont1 .topList {
    text-align: center;
    font-size: 0;
    margin-top: -20px;
    position: relative;
    margin-bottom: 40px;
}

.about2Cont1 .topList::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    width: 0;
    border-left: 2px solid #f6efee;
}

.about2Cont1 .topList li {
    /* display: inline-block; */
    width: 140px;
    height: 46px;
    background-color: #df0004;
    text-align: center;
    line-height: 46px;
    margin: 20px 30px 0;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    /* overflow: hidden; */
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.about2Cont1 .topList li.li3 .lti1 {
    position: absolute;
    left: -160px;
    top: 0;
    width: 140px;
    height: 46px;
    background-color: #df0004;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    /* overflow: hidden; */
}

.about2Cont1 .topList li.li3 .lti2 {
    position: absolute;
    right: -160px;
    top: 0;
    width: 140px;
    height: 46px;
    background-color: #df0004;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    /* overflow: hidden; */
}

.about2Cont1 .topList li.li3 .lti1::before,
.about2Cont1 .topList li.li3 .lti2::before {
    content: "";
    width: 20px;
    height: 0;
    border-top: 2px solid #f6efee;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about2Cont1 .topList li.li3 .lti1::before {
    left: 100%;
}

.about2Cont1 .topList li.li3 .lti2::before {
    right: 100%;
}

/* .about2Cont1 .topList li.li5,
.about2Cont1 .topList li.li1 {
    display: block;
    margin: 20px auto 0;
} */

.about2Cont1 .boList {
    text-align: center;
    margin-bottom: 14px;
}

.about2Cont1 .boList:nth-child(4) {
    margin: 0 -40px;
}

.about2Cont1 .boList:nth-child(4) ul li {
    height: 460px;
}

.about2Cont1 .boList ul {
    display: inline-block;
    text-align: center;
    font-size: 0;
    padding-top: 32px;
    /* border-top: 2px solid #f6efee; */
    position: relative;
}

.about2Cont1 .boList ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid #f6efee;
    min-height: 1px;
}

/* .about2Cont1 .boList ul::before,
.about2Cont1 .boList ul::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #FFF;
    position: absolute;
    top: -3px;
} */

/* .about2Cont1 .boList ul::before {
    left: 0;
}

.about2Cont1 .boList ul::after {
    right: 0;
} */

.about2Cont1 .boList ul li {
    display: inline-block;
    width: 43px;
    height: 390px;
    font-size: 14px;
    margin: 0 5px 32px;
    background: url(../images/about/about2Cont1-bolist-bg.jpg) no-repeat 0 0;
    background-size: auto 100%;
    border-radius: 3px;
    position: relative;
    /* vertical-align: top; */
}

.about2Cont1 .boList ul li p {
    /* display: inline-block; */
    display: block;
    font-size: 14px;
    color: #8b7676;
    line-height: 1.2;
    width: 14px;
    /* word-break: break-all;
    white-space: pre-wrap; */
    float: left;
    margin: auto;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.about2Cont1 .boList ul li p em {
    display: block;
    line-height: 1;
}

.about2Cont1 .boList ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    width: 0;
    height: 32px;
    border-left: 1px solid #f6efee;
    margin: auto;
    min-width: 1px;
}

.about2Cont1 .boList.xs ul {
    margin: 0 10px;
}

.about2Cont1 .boList .mDt {
    display: none;
}

.about2Cont1 .boList.xs ul::after {
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px solid #f6efee;
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    margin: auto;
    min-width: 1px;
}

.about2Cont1 .dtList {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px;
}

.about2Cont1 .boList {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about2Cont1 .boList .ul {
    display: inline-block;
}

.about2Cont1 .dtList p {
    color: #8b7676;
    font-size: 16px;
    line-height: 53px;
    text-align: center;
}

.about2Cont1 .dtList li {
    display: inline-block;
    width: 300px;
    height: 53px;
    margin: 0 4px;
    background-color: #f6efee;
}

.about2Cont1 .boList.Lxi {
    margin-top: 40px;
}

.about3Cont1 {
    padding: 70px 0 55px;
}

.about3Cont1 .Le {
    float: left;
    width: 590px;
}

.about3Cont1 .Ri {
    float: right;
    width: 640px;
}

.about3Cont1 .Ri p {
    color: #848484;
}

.about3Cont2 {
    background-color: #f6f6f6;
    padding: 50px 0;
}

.about3Cont2 .Box {
    margin-right: -16px;
    margin-bottom: -16px;
}

.about3Cont2 .li {
    float: left;
    margin-right: 16px;
    width: 308px;
    background-color: #d9c1ab;
    position: relative;
    margin-bottom: 16px;
}

.about3Cont2 .li .cont {
    height: 120px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: center;
}

.about3Cont2 .li .cont h5 {
    color: #808080;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.about3Cont2 .li .img {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.about3Cont2 .li .img>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.about3Cont2 .li .pos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .3s;
}


.popScroll-wrap.about3Cont2-pop .pop-cont {
    width: 600px;
    padding: 40px;
    background-color: #e9e7e4;
}

.popScroll-wrap.about3Cont2-pop .pop-cont .img {
    width: 100%;
}

.about3Cont2 .li:hover .pos {
    opacity: 1;
}

.about3Cont2 .li .pos .btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #df0004;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    transition: background .3s;
}

.about3Cont2 .li .pos .btn:hover {
    background-color: #c90003;
}

.about3Cont2 .li .pos .btn .ic {
    margin-right: 8px;
}

.about4Cont1 {
    padding: 80px 0 100px;
}

.about4Cont1 .cTit {
    margin-bottom: 35px;
}

.about4Cont1 .List {
    padding-bottom: 70px;
    position: relative;
}

.about4Cont1 .List::before {
    content: "";
    border-left: 2px solid #f6efee;
    position: absolute;
    left: 370px;
    top: 0;
    height: 100%;
}

.about4Cont1 .List dl {
    display: block;
    border-top: 2px solid #f0efee;
}

.about4Cont1 .List dl::after {
    content: "";
    display: block;
    clear: both;
}

.about4Cont1 .List dt {
    float: left;
    width: 370px;
    min-height: 80px;
    padding: 28px 100px 0 0;
    margin-top: -2px;
    border-top: 4px solid #dedad3;
    position: relative;
    transition: border .3s;
}

.about4Cont1 .List dt::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 28px;
    width: 36px;
    height: 36px;
    background: url(../images/about/about4Cont1-jb.png) no-repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    transform: translateY(10px);
}

.about4Cont1 .List dl:hover dt {
    border-color: #df0004;
}

.about4Cont1 .List dl:hover dt::after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px);
}

.about4Cont1 .List dt h4 {
    color: #c1beb9;
    font-size: 26px;
    line-height: 1;
    transition: all .3s;
}

.about4Cont1 .List dl:hover dt h4 {
    color: #df0004;
}

.about4Cont1 .List dd {
    float: left;
    width: 910px;
    min-height: 300px;
    padding: 26px 40px 26px;
    /* border-left: 2px solid #f0efee; */
}

.about4Cont1 .List dd p {
    color: #9b9b9b;
    font-size: 16px;
}

.More {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    width: 200px;
    background-color: #df0004;
    cursor: pointer;
    transition: background .6s;
}

.More:hover {
    background-color: #c90003;
}

.about4 .More {
    margin-left: 270px;
}

.news1Cont1 {
    padding: 80px 0 90px;
}

.news1Cont1 .cTit {
    margin-bottom: 35px;
}

.newsSlideWrap {
    position: relative;
}

.newsSlideWrap .newsSlide {
    float: left;
    width: 646px;
    height: 350px;
    position: relative;
}

.newsSlideWrap .newsSlide .yd {
    position: absolute;
    bottom: -40px;
    font-size: 0;
}

.newsSlideWrap .newsSlide .yd .prev,
.newsSlideWrap .newsSlide .yd .next {
    display: inline-block;
    width: 34px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s;

}

.newsSlideWrap .newsSlide .yd .prev {
    margin-left: 30px;
    background: url(../images/slide-prev4.png) no-repeat center;
}

.newsSlideWrap .newsSlide .yd .next {
    margin-left: 5px;
    background: url(../images/slide-next4.png) no-repeat center;
}

.newsSlideWrap .newsSlide .yd .prev:hover {
    background: url(../images/slide-prev.png) no-repeat center;
}

.newsSlideWrap .newsSlide .yd .next:hover {
    background: url(../images/slide-next.png) no-repeat center;
}

.newsSlideWrap .newsSlide .yd>div {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 16px;

    line-height: 24px;
    height: 24px;
    font-family: "Brandon Grotesque";
}

.newsSlideWrap .newsSlide .yd .bor {
    width: 150px;
    height: 4px;
    overflow: hidden;
    margin: 0 8px;
    position: relative;
}

.newsSlideWrap .newsSlide .yd .bor::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dedede;
}

.newsSlideWrap .newsSlide .yd i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #df0004;

}

.newsSlideWrap .riBox {
    float: right;
    width: 695px;
    height: 326px;
    /* background-color: #fafafa; */
    background: url(../images/news/newsSlideWrap-ri-bg.jpg) repeat-y 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.newsSlideWrap .riBox .box {
    display: none;
    width: 100%;
    height: 100%;
    /* width: 695px; */
    /* height: 326px; */
    padding: 60px 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.newsSlideWrap .riBox h4 {
    margin-bottom: 10px;
    line-height: 18px;
    color: #df0004;
    font-size: 26px;
    font-family: "Brandon Grotesque";
}

.newsSlideWrap .riBox h3 {
    color: #4b4b4b;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsSlideWrap .riBox p {
    color: #909090;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newsSlideWrap .riBox .more {
    display: inline-block;
    color: #909090;
    padding-right: 34px;
    margin-top: 18px;
    background: url(../images/news/newsSlide-ic1.png) no-repeat right center;
}


.news1Cont2 {
    padding: 50px 0 100px;
    background: url(../images/news/news1Cont2-bg.jpg) repeat-x 0 0;
}

.news1Cont2 .cTit {
    margin-bottom: 30px;
}

.news1Cont2 .ps {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 15px;

}

.news1Cont2 .ps em {
    color: #df0004;
}

.news1Cont2 .More {
    margin: 60px auto 0;
}

.news1Cont2 .List {
    margin-right: -40px;
    margin-top: -30px;
}

.news1Cont2 .List .li {
    margin-top: 30px;
}

.news1Cont2 .List .li .top {
    position: relative;
    width: 400px;
    /* height: 246px; */
    overflow: hidden;
}

.news1Cont2 .List .li .top .mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.1);
    content: "";
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -115%, 0);
}

.news1Cont2 .List .li .top:hover .mask::after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}

.news1Cont2 .List .li .top img,
.news1Cont2 .List .li .top .img {
    transition: all .5s;
    width: 100%;
}

.news1Cont2 .List .li .top .img {
    height: 246px;
    background: no-repeat center;
    background-size: cover;
}

.news1Cont2 .List .li .top:hover img,
.news1Cont2 .List .li .top:hover .img {
    transform: scale(1.1);
    transition: all .5s;
}

.news1Cont2 .List .li {
    float: left;
    width: 400px;
    margin-right: 40px;
}

.news1Cont2 .List .bot {
    height: 264px;
    background-color: #fbfbfb;
    padding: 35px 30px 0;

}

.news1Cont2 .List .bot h5 {
    color: #df0004;
    font-size: 24px;
    line-height: 1;
    font-family: Brandon Grotesque;
    margin-bottom: 12px;
}

.news1Cont2 .List .bot h4 {
    color: #333333;
    font-size: 20px;
    /* line-height: 1; */
    margin-bottom: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news1Cont2 .List .bot .txt {
    height: 96px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 20px;
}

.news1Cont2 .List .bot .txt::after {
    content: "";
    border-bottom: 1px solid #bc252b;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: all .4s ease-in-out;
}

.news1Cont2 .List .bd li:hover .bot .txt::after {
    width: 100%;
}

.news1Cont2 .List .bot .txt p {
    color: #858585;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news1Cont2 .List .bot .eye {
    float: left;
    height: 14px;
    padding-left: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/index/indexCont3-c1.png) no-repeat left center;
}

.news1Cont2 .List .bot .more {
    float: right;
    height: 14px;
    padding-right: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/index/indexCont3-c2.png) no-repeat right center;
}

.news1DataCont1 {
    padding-bottom: 80px;
}

.news1DataCont1 .Le {
    float: left;
    width: 820px;
    padding-top: 80px;
}

.news1DataCont1 .Ri {
    float: right;
    width: 410px;
    padding-top: 70px;
}

.news1DataCont1 .kuxBox {
    padding: 45px 40px;
    min-height: 480px;
    background-color: #fcf4e6;
}

.news1DataCont1 .kuxBox h3 {
    color: #ba0e11;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.news1DataCont1 .kuxBox h4 {
    color: #edce98;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 24px;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    letter-spacing: -1px;
}

.news1DataCont1 .kuxBox .list {
    overflow: hidden;
}

.news1DataCont1 .kuxBox .list .li {
    padding: 14px 0;
    border-top: 1px dashed #e8ddcb;
    margin-top: -1px;
}

.news1DataCont1 .kuxBox .list h5 {
    color: #cb777b;
    font-size: 20px;
    line-height: 14px;
    padding-top: 2px;
    font-family: Brandon Grotesque;

}

.news1DataCont1 .kuxBox .list p {
    color: #877f72;
    font-size: 16px;
}

.news1DataCont1 .tipsTab {
    height: 60px;
    border: 2px solid #f4eeee;
    margin-top: 10px;
}

.news1DataCont1 .tipsTab a {
    float: left;
    width: 33.33%;
    height: 100%;
    line-height: 56px;
    text-align: center;
    color: #9b9894;
    position: relative;
    transition: all .3s;
    background-repeat: no-repeat;
}

.news1DataCont1 .tipsTab a:hover {
    color: #ba0e11;
}

.news1DataCont1 .tipsTab .return::after,
.news1DataCont1 .tipsTab .next::after,
.news1DataCont1 .tipsTab .prev::before {
    background-image: url(../images/news/news1DataCont1-tipsTab-ic.png);
}

.news1DataCont1 .tipsTab .return:hover::after,
.news1DataCont1 .tipsTab .next:hover::after,
.news1DataCont1 .tipsTab .prev:hover::before {
    background-image: url(../images/news/news1DataCont1-tipsTab-ic-on.png);
    transition: all .3s;
}

.news1DataCont1 .tipsTab .prev::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    background-position: 0 0;
    width: 16px;
    height: 12px;
}

.news1DataCont1 .tipsTab .prev::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: auto;
    border-left: 2px solid #f4eeee;
}

.news1DataCont1 .tipsTab .next::after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    background-position: -20px 0;
    width: 16px;
    height: 12px;
}

.news1DataCont1 .tipsTab .return {
    border-left: 2px solid #f4eeee;
}

.news1DataCont1 .tipsTab .return::after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    background-position: -44px 0;
    width: 19px;
    height: 14px;
}

.news1DataCont1 .Le .Top {
    padding-bottom: 26px;
    margin-bottom: 28px;
    border-bottom: 2px solid #b9d7d7;
}


.news1DataCont1 .Le .Top h4 {
    color: #df0004;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: "Brandon Grotesque";
}

.news1DataCont1 .Le .Top h3 {
    color: #564d45;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.news1DataCont1 .Le .Top .share li {
    display: inline-block;
    color: #9b9894;
    margin-right: 15px;
}

.news1DataCont1 .Le .Cont p {
    color: #888787;
    margin-bottom: 20px;
}

.news1DataCont1 .Le .Cont p img {
    text-align: center;
}


.news3Cont1 {
    padding-top: 80px;
    background: url(../images/news/news3Cont1-bg.jpg) repeat-x left bottom;
}

.news3Cont1 .cTit {
    margin-bottom: 35px;
}

.news3Cont1 .cBox {
    position: relative;
    /* overflow: hidden; */
}

.news3Cont1 .cBox::before {
    content: "";
    position: absolute;
    right: -320px;
    top: 325px;
    bottom: 0;
    left: 646px;
    background-color: #FFF;
}

.news3Cont1 .cBox .img {
    width: 646px;
    overflow: hidden;
}

.news3Cont1 .cBox .card {
    width: 694px;
    height: 300px;
    background-color: #f9f9f9;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 200;
}

.news3Cont1 .cBox .card .txt {
    float: left;
    width: 574px;
    padding: 30px 50px 0;
}

.news3Cont1 .cBox .txt h3 {
    color: #df0004;
    font-size: 20px;
    margin-bottom: 10px;
}

.news3Cont1 .cBox .txt P {
    color: #909090;
}

.news3Cont1 .btnWa {
    float: right;
    width: 120px;
    height: 100%;
    padding: 0 10px;
    background-color: #df0004;
    position: relative;
}

.news3Cont1 .btnWa .playBtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.playBtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

.playBtn::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/news/playBtn-ic.png) no-repeat 21px center;
    z-index: 30;
    transition: all 0s;
}

.playBtn:hover::before {
    transform: rotate(360deg);
    transition: all .5s;
}

.playBtn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fa484b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all .4s;
}

.playBtn:hover::after {
    transform: scale(1.2);
}

.news3Cont2 {
    padding: 70px 0 100px;
}

.news3Cont2 .list {
    margin-left: -20px;
    margin-bottom: -20px;
}

.news3Cont2 .list .li {
    float: left;
    width: 630px;
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 20px;
}

.news3Cont2 .list .img img {
    width: 100%;
}

.news3Cont2 .list .li .cont {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 290px;
    height: 150px;
    background-color: #FFF;
    padding: 0 120px 0 30px;
    transition: all .3s;
}

.news3Cont2 .list .cont .playBtn {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news3Cont2 .list .cont .playBtn::after {
    background-color: #e50004;
    box-shadow: 0 5px 18px 6px rgba(255, 137, 139, .5);
}

.news3Cont2 .list .cont h4 {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    text-align: justify;
    color: #4b4b4b;
    font-size: 16px;
    transition: all .3s;
}

.news3Cont2 .list .li:hover h4 {
    color: #FFF;
}

.news3Cont2 .list .li:hover .cont {
    background-color: #e50004;
}

.news3Cont2 .list .li:hover .cont .playBtn::after {
    background-color: #fa484b;
    box-shadow: none;
}

.videoPop .pop-cont {
    width: 800px;
    top: 14%;
    bottom: auto;
    /* transform: translateY(-60%); */
}

.videoPop .pop-cont video {
    display: block;
    width: 100%;
}

.business1Cont1 {
    background: url(../images/news/news3Cont1-bg.jpg) repeat-x left bottom;
}

.business1Cont1 .auto {
    padding-top: 80px;
    overflow: hidden;
}

.business1Cont1 .cTit {
    margin-bottom: 35px;
}

.business1Cont1 h6 {
    color: #564d45;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 70px;
}

.business1Cont1 .swiper-container {
    position: relative;
}

.business1Cont1 .swiper-container .prev,
.business1Cont1 .swiper-container .next {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    z-index: 300;
    cursor: pointer;
    transition: all .3s;
}

.business1Cont1 .swiper-container .prev {
    left: 0;
    background: #a39696 url(../images/slide-prev3.png) no-repeat center;
}

.business1Cont1 .swiper-container .next {
    left: 60px;
    background: #a39696 url(../images/slide-next3.png) no-repeat center;
}

.business1Cont1 .swiper-container .prev:hover {
    background-color: #df0004;
}

.business1Cont1 .swiper-container .next:hover {
    background-color: #df0004;
}


.business1Cont1 .cBox {
    float: right;
    width: 420px;
    height: 230px;
    background-color: #df0004;
    margin-top: -230px;
    position: relative;
    z-index: 200;
}

.business1Cont1 .cBox>div {
    padding: 40px 40px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.business1Cont1 .cBox h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.business1Cont1 .cBox h4::after {
    content: "";
    display: block;
    width: 16px;
    border-bottom: 3px solid #FFF;
    margin-top: 10px;
}

.business1Cont1 .cBox p {
    color: #ffb9a6;
}

.business1Cont2 {
    padding: 50px 0 100px;

}

.business1Cont2 .List {
    margin-left: -10px;
    margin-bottom: -10px;
}

.business1Cont2 .List .li {
    float: left;
    width: 420px;
    height: 390px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
}

.business1Cont2 .List .li .img {
    height: 284px;
    overflow: hidden;
}

.business1Cont2 .List .li .img img {
    transition: all 1s;
    width: 100%;
}

.business1Cont2 .List .li .cont {
    height: 106px;
    line-height: 106px;
    text-align: center;
    padding: 0 30px;
}

.business1Cont2 .List .li .cont h5 {
    display: inline-block;
    vertical-align: middle;
    color: #454545;
    font-size: 20px;
    line-height: 30px;
}

.business1Cont2 .List .li:hover .img img {
    transform: scale(1.08);
}

.business1Cont2 .More {
    margin: 40px auto 0;
}

.popScroll-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1800;
}

.popScroll-wrap var {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.popScroll-wrap .close {
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 60;
    cursor: pointer;
    transition: all .4s;
}

.popScroll-wrap .close:hover {
    transform: scale(.9);
}

.popScroll-wrap .pop-cont {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100px;
    background-color: #FFF;
}

.business1Cont2-pop .pop-cont {
    width: 1010px;
    padding: 20px;
}

.business1Cont2-pop .vsBox {
    margin-bottom: 20px;
    /* height: 655px; */
    overflow: hidden;
}

.business1Cont2-pop .vsBox .swiper-slide {
    height: 670px;
    /* border: 2px solid #ccc; */
    background-color: #000;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.business1Cont2-pop .vsBox .swiper-slide img {
    width: 100%;
}

.business1Cont2-pop .boBox .swiper-slide {
    height: 100px;
    border: 2px solid #d8d2cb;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-size: cover;
}

.business1Cont2-pop .boBox .swiper-slide.on {
    border-color: #df0004;
}

a,
.bidding1Cont1 .Le .ul a *,
.join1Cont2 .Le li .show,
.join1Cont2 .Le li .show:after,
.join1Cont2 .Ri .c_down li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.join1Cont1 {
    background: #fff url(../images/join/join1_k1_bg.jpg) no-repeat bottom center;
}

.join1Cont1 .cTit {
    padding: 80px 0 35px;
}

.join1Cont1 .pic_box {
    height: 350px;
    position: relative;
}

.join1Cont1 .pic_box .Le {
    overflow: hidden;
    height: 350px;
}

.join1Cont1 .pic_box .Le img {
    height: 350px;
    width: auto;
    max-width: none;
}

.join1Cont1 .pic_box .Ri {
    position: absolute;
    right: 0;
    top: 0;
    padding: 112px 0 0 50px;
    height: 350px;
    width: 422px;
    background: url(../images/join/join1_k1_r_bg.jpg) no-repeat center;
}

.join1Cont1 .pic_box .Ri .h1_cn {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.join1Cont1 .pic_box .Ri .h1_en {
    font-size: 30px;
    line-height: 28px;
    color: #d7a682;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    letter-spacing: -2px;
}

.join1Cont1 .pic_box .Ri .h1_en em {
    font-weight: bold;
}

.join1Cont2 {
    padding: 40px 0 80px;
}

.join1 .join1Cont2 .Le {
    width: 100%;
}

.join1Cont2 .Le {
    float: left;
    width: 840px;
}

.join1Cont2 .Le table {
    margin: 20px 0;
    width: 100%;
}

.join1Cont2 .Le li {
    position: relative;
    margin-bottom: 10px;
}

.join1Cont2 .Le .show {
    position: relative;
    height: 80px;
    background: #f4f2ed;
    padding: 0 22px;
    cursor: pointer;
}

.join1Cont2 .Le .show .til {
    float: left;
    font-size: 20px;
    color: #3e444d;
    line-height: 80px;
    min-width: 150px;
    margin-right: 25px;
    font-weight: bold;
}

.join1Cont2 .Le .show .site {
    float: left;
    font-size: 14px;
    color: #004098;
    padding-left: 17px;
    line-height: 80px;
    margin-right: 20px;
    background: url(../images/join/join_icon_site.png) no-repeat left center;
}

.join1Cont2 .Le .show .time {
    float: left;
    font-size: 14px;
    color: #a0998b;
    line-height: 80px;
}

.join1Cont2 .Le .show:after {
    content: "";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/join/join1_icon_down.png) no-repeat center;
}

.join1Cont2 .Le .hide {
    display: none;
    border: 2px solid #ece9e2;
    padding: 0 40px 60px 20px;
    margin: 10px 0 20px;
}

.join1Cont2 .Le .hide .til_box {
    padding: 23px 0 17px;
    border-bottom: 1px dashed #dee1e6;
}

.join1Cont2 .Le .hide .til_box .til {
    font-size: 18px;
    color: #ea0101;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 7px;
}

.join1Cont2 .Le .hide .til_box .info {
    padding: 5px 0 0;
    margin: 0 -17px;
    overflow: hidden;
}

.join1Cont2 .Le .hide .til_box .info .i {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 1;
    padding: 0 17px;
    margin: 0;
    border-left: 2px solid #e6e6e6;
}

.join1Cont2 .Le .hide .til_box .info .i:first-child {
    border-left: 0 none;
}

.join1Cont2 .Le .cnt_wr h4 {
    font-size: 16px;
    color: #3e444d;
    line-height: 26px;
    font-weight: bold;
    margin: 30px 0 10px;
}

.join1Cont2 .Le .cnt_wr p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.join1Cont2 .Le li.on .show,
.join1Cont2 .Le li:hover .show {
    background: #f1e7d6;
}

.join1Cont2 .Le li.on .show:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-image: url(../images/join/join1_icon_down-on.png);
}

.join1Cont2 .Le .i_group {
    overflow: hidden;
}

.join1Cont2 .Le .i_group .i {
    float: left;
    font-size: 14px;
    color: #004098;
    line-height: 26px;
    margin: 0 24px 0 0;
}

.join1Cont2 .Le .i_group .i em {
    font-family: "Gilroy-Bold";
}

.join1Cont2 .Le .more {
    /* float: right; */
    margin-top: 10px;
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    background: #df0004;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 0;
}

.join1Cont2 .Le .more:hover {
    background: #c20206;
}

.join1Cont2 .Ri {
    float: right;
    width: 420px;
}

.join1 .join1Cont2 .Ri .ma_box {
    display: none;
}

.join1Cont2 .Ri .c_down {
    display: none;
    float: left;
    position: relative;
    width: 50%;
    z-index: 50;
    margin-bottom: 10px;
}

.join1Cont2 .Ri .c_down span {
    display: block;
    padding-left: 28px;
    height: 80px;
    line-height: 76px;
    font-size: 16px;
    color: #7c7c7c;
    border: 2px solid #ece9e2;
    cursor: pointer;
    background: url(../images/join/join1_icon_this.png) no-repeat right 27px center;
}

.join1Cont2 .Ri .c_down span.on {
    background: url(../images/join/join1_icon_this-on.png) no-repeat right 27px center;
}

.join1Cont2 .Ri .c_down:first-child span {
    border-right: 0 none;
}

.join1Cont2 .Ri .c_down ul {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    border: 2px solid #ece9e2;
    border-top: 0 none;
    max-height: 242px;
    overflow: hidden;
    overflow-y: auto;
}

.join1Cont2 .Ri .c_down li {
    line-height: 40px;
    font-size: 16px;
    color: #7c7c7c;
    padding-left: 28px;
    cursor: pointer;
}

.join1Cont2 .Ri .c_down:first-child ul {
    width: auto;
    right: -2px;
}

.join1Cont2 .Ri .c_down li:hover {
    background: #f1e7d6;
}

.join1Cont2 .Ri .ipt_row {
    display: none;
    position: relative;
    width: 100%;
    height: 80px;
    font-size: 16px;
    border: 2px solid #ece9e2;
    clear: both;
}

.join1Cont2 .Ri .ipt_row input {
    display: block;
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 14px;
    color: #c0c0c0;
    padding: 0 88px 0 28px;
}

.join1Cont2 .Ri .ipt_row .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 78px;
    background: #fff url(../images/head-serch-on.png) no-repeat center;
}

.join1Cont2 .Ri .ipt_row .btn:hover {
    background-color: #ece9e2;
}

.join1Cont2 .Ri .ma_box .ma {
    float: left;
    border: 2px solid #fe3a3a;
    /* margin-top: 20px; */
}

.join1Cont2 .Ri .ma_box .p {
    clear: both;
    font-size: 14px;
    color: #2d53a3;
    line-height: 20px;
    font-weight: bold;
    padding-top: 10px;
}


.bidding1 {
    padding-bottom: 80px;
}

.bidding1Cont1 .cTit {
    padding: 80px 0 35px;
}

.bidding1Cont1 .Le {
    float: left;
    width: 854px;
}

.bidding1Cont1 .Le .ul a * {
    transition: color .4s;
}

.bidding1Cont1 .Le .ul a {
    background: #f4f4f4;
    overflow: hidden;
    margin-bottom: 10px;
    height: 90px;
    transition: background .4s;
}

.bidding1Cont1 .Le .state {
    float: left;
    padding-left: 30px;
    width: 110px;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    color: #df0004;
    font-weight: bold;
    margin-right: 10px;
}

.bidding1Cont1 .Le .til {
    float: left;
    font-size: 18px;
    color: #514d4d;
    line-height: 90px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.bidding1Cont1 .Le .time {
    float: right;
    font-size: 20px;
    color: #bbb;
    width: 110px;
    line-height: 90px;
    font-family: "Brandon Grotesque";
    font-weight: bold;
}

.bidding1Cont1 .Le .ul a:hover {
    background: #df0004;
}

.bidding1Cont1 .Le .ul a:hover .state {
    color: #fff;
}

.bidding1Cont1 .Le .ul a:hover .til {
    color: #fff;
}

.bidding1Cont1 .Le .ul a:hover .time {
    color: #fff;
}

.bidding1Cont1 .Ri {
    float: right;
    width: 386px;
}

.c_more {
    width: 160px;
    padding-left: 30px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    background: #df0004;
    font-weight: bold;
}

.c_more:hover {
    background: #c20206;
}

.bidding1Cont1 .c_more {
    margin-top: 40px;
}


.bidding2 {
    padding-bottom: 80px;
}

.bidding2 .bidding1Cont1 .Le .state {
    color: #54be57;
}








.contact1Cont1 {
    padding: 80px 0 0;
    margin-bottom: 60px;
}

.contact1Cont1 .cTit {
    padding-bottom: 8px;
}

.contact1Cont1 .auto {
    position: relative;
}

.contact1Cont1 .Le {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 594px;
    height: 325px;
    padding: 55px 50px 0;
    background: url(../images/contact/contact1_img1.jpg) no-repeat bottom right;
    background-size: cover;
}

.contact1Cont1 .Le .til {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    border-bottom: 2px solid #eef2f5;
    margin-bottom: 20px;
}

.contact1Cont1 .Le .phone {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-family: "Brandon Grotesque";
    font-weight: 600;
    margin-bottom: 13px;
    padding-left: 40px;
    background: url(../images/contact/contact1_icon_phone.png) no-repeat left center;
}

.contact1Cont1 .Le p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.contact1Cont1 .Ri {
    float: right;
    width: 708px;
    height: 384px;
}

#contact1_map {
    height: 467px;
}

#contact1_map img {
    max-width: none;
}

.culture1Cont1 {
    padding: 80px 0 70px;
    /* height: 762px; */
    background: url(../images/culture/culture1-cong1-bg.jpg) no-repeat center;
    background-size: cover;
}

.culture1Cont1 .cTit {
    margin-bottom: 35px;
}

.culture1Cont1 .cTit h2 {
    color: #FFF;
    font-weight: 300;
}

.culture1Cont1 .cTit h3 {
    color: #c29e82;
}

.culture1Cont1 .txList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.culture1Cont1 .txList .li {
    float: left;
    width: 250px;
    /* width: 19.5%; */
    height: 360px;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    /* padding: 20px 20px 0; */
    transition: all .2s;
}

.culture1Cont1 .txList .li .img {
    height: 227px;
    overflow: hidden;
    /* border-radius: 15px 15px 0 0; */
    /* overflow: hidden; */
}

.culture1Cont1 .txList .li .img img {
    width: 100%;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

.culture1Cont1 .txList .cont {
    height: 137px;
    overflow: auto;
    padding: 24px 14px;
}

.culture1Cont1 .txList .cont {}


.culture1Cont1 .txList .li h4 {
    color: #735139;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
    transition: color .3s;
}

.culture1Cont1 .txList .li p {
    color: #a88b76;
    line-height: 21px;
    transition: color .3s;
    font-size: 13px;
}

.culture1Cont1 .txList .li h6 {
    color: #74523a;
    line-height: 1.3;
    /* font-size: 15px; */
    margin-bottom: 7px;
    transition: all .3s;
    font-weight: bold;
}

.culture1Cont1 .txList .li:hover h6 {
    color: #FFF;
}

.culture1Cont1 .txList .li:hover {
    background-color: #df0004;
}

.culture1Cont1 .txList .li:hover p,
.culture1Cont1 .txList .li:hover h4 {
    color: #FFF;
}

.culture1Cont1 .bom {
    margin-top: 45px;
}

.culture1Cont1 .bom h5 {
    color: #e8d8bc;
    font-size: 26px;
    margin-bottom: 8px;
}

.culture1Cont1 .bom h5::before {
    content: "";
    display: block;
    width: 23px;
    height: 0;
    border-top: 3px solid #e2bd75;
    margin-bottom: 14px;
}

.culture1Cont1 .bom h6 {
    color: #edcb8f;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Brandon Grotesque";
    letter-spacing: -1px;
}

/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Å¡ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â */
@media (max-width:1280px) {
    .pageBanner {
        background-position: right -350px bottom;
        background-size: cover;
    }

    .subNav .nav a {
        margin: 0 15px;
    }

    .about1Cont1 .auto {
        display: flex;
        justify-content: space-between;
    }

    .about1Cont1 .Le {
        margin-right: 20px;
    }

    .about1Cont1 .Le h3 {
        font-size: 30px;
    }

    .about1Cont1 .Le h4 {
        font-size: 26px;
    }

    .about1Cont2 {
        padding: 60px 0;
        height: auto;
        background-size: cover;
    }

    .about1Cont2 .List {
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -20px;
        justify-content: space-between;
    }

    .about1Cont2 .List dl {
        width: 49%;
        margin-right: 0;
    }

    .about1Cont2 .List dt {
        width: 110px;
        background-size: 50px auto !important;
    }

    .about1Cont3 .auto {
        padding: 0;
        margin: 0 30px;
    }

    .about2Cont1 .boList {
        display: flex;
        justify-content: center;

    }

    .about2Cont1 .boList ul {
        /* width: 100%; */
        /* width: 693px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* zoom: .9; */
        width: auto;
    }

    /* .about2Cont1 .boList ul li {
        float: left;
    } */

    .about2Cont1 .cTit {
        margin-bottom: 35px;
    }

    .about2Cont1 .topList {
        margin-top: 0;
    }

    .about3Cont2 .Box {
        /* margin-right: 0; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .about3Cont2 .Box .li {
        height: auto;
        width: calc((100% - 64px)/4);
    }

    .about3Cont2 .Box .li .pos {
        opacity: 1;
        position: unset;
        margin-top: 20px;
        background-color: transparent;
    }


    .about3Cont2 .li .pos .btn:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .about3Cont2 .li .pos .btn {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .about4Cont1 .List dl {
        display: flex;
        justify-content: space-between;
    }

    .about4Cont1 .List dt {
        width: 300px;
    }

    .about4Cont1 .List dd {
        width: calc(100% - 300px);
    }

    .about4Cont1 .List::before {
        left: 300px;
    }

    .about4 .More {
        margin-left: 200px;
    }

    .newsSlideWrap .riBox {
        width: 55%;
        height: 280px;
    }

    .newsSlideWrap .riBox .box {
        padding: 50px 35px 0;
    }

    .newsSlideWrap .newsSlide {
        width: 550px;
        height: 296px;
    }

    .news1Cont2 .List {
        /* width: 840px; */
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto -40px;
    }

    .news1Cont2 .List .li .top {
        width: 100%;
    }

    .news1Cont2 .List .li .top img {
        width: 100%;
        height: auto;
    }

    .news1Cont2 .List .li {
        width: calc((100% - 30px)/2);
        /* margin-bottom: 30px; */
        margin-right: 30px;
    }

    .news1Cont2 .List .li:nth-child(2n+2) {
        margin-right: 0;
    }

    .news3Cont1 .cBox .card {
        /* width: 55%; */
        display: flex;
        justify-content: space-between;
    }



    .news3Cont2 .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news3Cont2 .list .li {
        height: auto;
        width: calc(50% - 20px);
    }

    .videoPop .pop-cont {
        max-width: calc(100% - 30px);
    }

    .business1Cont1 h6 {
        font-size: 25px;
    }

    .business1Cont2-pop .vsBox .swiper-slide {
        height: 470px;
    }

    .business1Cont2-pop .boBox .swiper-slide {
        height: 70px;
    }

    .business1Cont2 .List {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .business1Cont2 .List .li {
        width: calc(50% - 10px);
        height: auto;
        /* margin-bottom: 30px;
    margin-right: 30px; */
    }

    .business1Cont2 .List .li .img {
        height: auto;
    }

    .join1Cont1 .pic_box .Le {
        width: calc(100% - 422px);
        background-position: center !important;
        background-size: cover;
    }

    .join1Cont2 .Ri,
    .join1Cont2 .Le {
        float: none;
        width: 100%;
    }

    .join1Cont2 .Ri {
        padding-top: 35px;
        position: relative;
        margin-bottom: 20px;
    }

    .join1Cont2 .Ri::after {
        content: "";
        display: block;
        clear: both;
    }

    .join1Cont2 .ma_box {
        display: flex;
        justify-content: flex-start;
        /* position: absolute;
        right: 0;
        bottom: 10px; */
    }

    .join1Cont2 .Ri .ma_box .ma {
        margin-top: 0;
        zoom: .8;
        margin-right: 20px;
    }

    .join1Cont2 .Ri .ma_box .p {
        padding-top: 34px;
    }

    .join1Cont2 .Ri .c_down {
        width: 210px;
    }

    .join1Cont2 .Ri .clearfix {
        float: left;
    }

    .join1Cont2 .Ri .ipt_row {
        float: left;
        width: 500px;
        clear: none;
        margin-left: -2px;
    }

    .join1Cont2 .Le .more {
        float: none;
        margin: 30px auto 0;
    }

    .bidding1Cont1 .Le {
        width: 100%;
    }

    .bidding1Cont1 .Ri {
        display: none;
    }

    .bidding1Cont1 .Le .ul .til {
        width: calc(100% - 260px);
    }

    .contact1Cont1 .Le {
        left: 30px;
        width: 50%;
        min-width: 450px;
        padding: 50px 30px 0;
    }

    .contact1Cont1 .Ri {
        width: 55%;
    }

    .news1DataCont1 .Ri {
        display: none;
    }

    .news1DataCont1 .Le {
        width: 100%;
    }


    .business1Cont2-pop .vsBox {
        height: auto;
    }

    .business1Cont2-pop .pop-cont {
        width: 86%;
    }

    .culture1Cont1 .txList {
        justify-content: flex-start;
        margin: 0 -4px;
    }

    .culture1Cont1 .txList .li {
        padding-bottom: 30px;
        width: calc(25% - 8px);
        height: 200px;
        margin: 0 4px 8px;
    }

    .culture1Cont1 .txList .li br {
        display: none;
    }

    .join1Cont2 .Ri {
        padding-top: 0;
    }

    .popScroll-wrap.legal-pop .pop-cont {
        width: 90%;
        height: auto;
        min-height: auto;
        padding: 56px 40px;
    }

    .about3Cont1 .Le,
    .about3Cont1 .Ri {
        float: none;
        width: 100%;
    }

    .about3Cont1 .Le {
        margin-bottom: 20px;
    }
}

@media (max-width:1100px) {
    /* .join1Cont2 .Ri {
        padding-top: 135px;
    }

    .join1 .join1Cont2 .Ri {
        padding-top: 0;
    } */

    .join1Cont2 .Ri .c_down {
        width: 250px;
    }

    .join1Cont2 .ma_box {
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
    }

    /* .join1Cont2 .Ri .ipt_row {
        width: calc(100% - 498px);
    } */

    .about2Cont1 .pc {
        display: none;
    }

    .about2Cont1 .boList .mDt {
        display: block;
        /* display: inline-block; */
        width: 230px;
        height: 53px;
        margin: 0 4px;
        background-color: #f6efee;
        margin: 0 auto 36px;
    }

    .about2Cont1 .boList .mDt p {
        color: #8b7676;
        font-size: 16px;
        line-height: 53px;
        text-align: center;
    }

    .about2Cont1 .boList .ul {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        /* width: 100%; */
    }

    .about2Cont1 .boList.xs ul {
        display: inline-block;
    }

    .about2Cont1 .boList.xs {
        display: block;
    }

    .about3Cont2 .Box .li {
        width: calc((100% - 48px)/3);
    }

    .join1Cont2 .Le .show .til {
        max-width: 320px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

@media (max-width:1000px) {
    .about4Cont1 .List dt {
        width: 250px;
    }

    .about4Cont1 .List dd {
        width: calc(100% - 250px);
    }

    .about4Cont1 .List::before {
        left: 250px;
    }

    .about4 .More {
        margin-left: 150px;
    }

    .news3Cont2 .list .cont h4,
    .news3Cont2 .list .li .cont {
        height: 100px;
    }

    .news3Cont2 .list .cont .playBtn {
        right: 15px;
        zoom: .85;
    }

    .news3Cont2 .list .li .cont {
        padding-left: 20px;
        padding-right: 80px;
    }

    .culture1Cont1 .txList .li {
        width: calc(33% - 4px);
    }

}


@media (max-width:750px) {
    #centent .cTit {
        margin-bottom: 20px;
        padding: 0;
    }

    .cTit h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .cTit h3 {
        font-size: 16px;
    }

    .pageBanner {
        height: 110px;
        background-position: right bottom;
        background-size: cover;
    }

    .pageBanner h1 {
        margin-top: 33px;
        font-size: 20px;
    }

    .pageBanner h2 {
        font-size: 14px;
    }

    .subNav {
        height: 50px;
        overflow: hidden;
        border-bottom: 0;
    }

    .subNav .auto {
        height: 100%;
        border-bottom: 4px solid #f0efee;
    }

    .subNav .nav .swiper-slide {
        float: left;
        width: auto;
    }

    .subNav .nav a {
        height: 50px;
        line-height: 46px;
        font-size: 15px;
        margin: 0;
    }

    .subNav .swiper-container {
        overflow: visible;
    }

    .about1Cont1 {
        padding: 30px 0;
    }

    .about1Cont1 .Ri,
    .about1Cont1 .Le {
        float: none;
        width: 100%;
    }

    .about1Cont1 .Ri {
        margin-top: 30px;
    }

    .about1Cont1 .auto {
        display: block;
    }

    .about1Cont1 .Le h3 {
        font-size: 20px;
        margin-bottom: 4px;
        font-weight: 400;
    }

    .about1Cont1 .Le .tipsImg {
        margin-top: 0;
    }

    .about1Cont1 .Le h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .about1Cont1 .Le .tipsImg {
        width: 85%;
        margin: auto;
    }

    .about1Cont2 .List dl {
        width: 100%;
        height: 90px;
        margin-bottom: 10px;
    }

    .about1Cont2 .List dt {
        width: 80px;
        background-size: 50% auto !important;
        margin-right: 20px;
    }

    .about1Cont2 .List dd {
        height: 90px;
        padding-right: 20px;
    }

    .about1Cont2 .List .h5 em {
        font-size: 16px;
        padding-top: 3px;
    }

    .about1Cont2 .List .countUp {
        font-size: 30px;
    }


    .about1Cont3 {
        height: auto;
        background-position: left center;
        background-size: cover;
        margin-top: 0px;
        overflow: hidden;
        padding: 30px 0;
    }

    .about1Cont3 .auto {
        margin: 0 15px;
    }

    .about1Cont3 .yux {
        float: none;
        margin-top: 0px;
        padding: 0;
    }

    .about1Cont3 .yux h4 {
        font-size: 20px;
    }

    .about1Cont3 .yux h5 {
        font-size: 16px;
    }

    .about1Cont3 .yux {

        background-size: 100px auto;
    }

    .about2Cont1 {
        padding: 30px 0;
    }

    .about2Cont1 .topList {
        zoom: .65;
    }



    .about2Cont1 .boList ul {
        max-width: 315px;
        font-size: 0;
    }

    .about2Cont1 .boList.xs ul {
        margin: 0;
    }

    .about2Cont1 .boList ul li {
        margin-bottom: 19px;
        margin: 0 5px 32px;
        width: 31px;
        /* font-size: 12px; */
    }

    .about2Cont1 .boList ul {
        /* margin: 0 -20px; */
        max-width: 100vw;
    }

    .about4Cont1 {
        padding: 30px 0 60px;
    }

    .about4Cont1 .List {
        padding-bottom: 30px;
    }

    .about4Cont1 .List dl {
        display: block;
    }

    .about4Cont1 .List::before {
        display: none;
    }

    .about4Cont1 .List dd,
    .about4Cont1 .List dt {
        float: none;
        width: 100%;
    }

    .about4Cont1 .List dt {
        padding: 30px 20px 0;
        border-top: 0;
    }

    .about4Cont1 .List dt::after {
        transform: translateY(0);
        opacity: 1;
        right: 20px;
    }

    .about4Cont1 .List dl dt h4 {
        color: #df0004;
    }

    .about4Cont1 .List dd {
        padding: 20px;
        height: auto;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .about4Cont1 .List dl dt h4 {
        font-size: 22px;
        padding-right: 70px;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    .about4Cont1 .List dd p {
        font-size: 14px;
    }

    .about4 .More {
        margin: auto;
    }

    .More {
        zoom: .6;
    }

    .news1Cont1 {
        padding: 30px 0;
    }

    .newsSlideWrap .newsSlide {
        float: none;
        width: 100%;
        height: auto;
    }

    .newsSlideWrap .riBox {
        float: none;
        width: 100%;
        height: 250px;
        position: relative;
        left: 0;
        top: 0;
    }

    .newsSlideWrap .riBox .box {
        padding: 40px 20px;
    }

    .newsSlideWrap .newsSlide .yd {
        bottom: 10px;
        z-index: 20;
        zoom: .8;
        left: 20px;
    }

    .newsSlideWrap .newsSlide .yd>div {
        color: #FFF;
    }

    .news1Cont2 {
        padding: 30px 0;
    }

    .news1Cont2 .List .li {
        width: 100%;
        margin-right: 0;
    }

    .news3Cont1 {
        padding: 30px 0;
    }

    .news3Cont1 .cBox::before {
        display: none;
    }

    .news3Cont1 .cBox .img {
        width: 100%;
    }

    .news3Cont1 .cBox .img img {
        width: 100%;
    }

    .news3Cont1 .cBox .card .txt {
        float: left;
        margin-right: 70px;
        padding: 30px 20px;
    }

    .news3Cont1 .cBox .card {
        display: flex;
        justify-content: space-between;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        float: none;
    }

    .news3Cont1 .btnWa {
        width: 70px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .news3Cont2 {
        padding: 30px 0;
    }

    .news3Cont2 .list .li {
        width: 100%;
    }

    .business1Cont1 .auto {
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .business1Cont1 .cBox {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .business1Cont2-pop .vsBox .swiper-slide {
        height: 270px;
    }

    .business1Cont2-pop .boBox .swiper-slide {
        height: 40px;
    }

    .business1Cont1 .swiper-container .prev,
    .business1Cont1 .swiper-container .next {
        zoom: .6;
    }

    .business1Cont1 .cBox>div {
        padding: 30px 20px 0;
    }

    .business1Cont2 .List {
        margin-left: 0;
    }

    .business1Cont2 .List .li {
        width: 100%;
        margin-left: 0;
    }

    .business1Cont1 h6 {
        /* position: static; */
        font-size: 18px;
        line-height: 1.2;
        top: 26px;
        right: 15px;
    }

    .business1Cont2 {
        padding: 30px 0;
    }

    .business1Cont2 .List .li .cont {
        height: 80px;
    }

    .business1Cont2 .List .li .cont h5 {
        height: 80px;
        font-size: 16px;
    }

    .bidding1Cont1 .Le .ul .til,
    .bidding1Cont1 .Le .time,
    .bidding1Cont1 .Le .state,
    .bidding1Cont1 .Le .ul a {
        height: 60px;
        line-height: 60px;
    }

    .bidding1Cont1 .Le .state {
        font-size: 14px;
        padding-left: 20px;
        width: 65px;
    }


    .bidding1Cont1 .Le .ul .til {
        font-size: 14px;
        width: calc(100% - 166px);
    }

    .bidding1Cont1 .Le .time {
        font-size: 14px;
        width: auto;
        padding-right: 20px;
    }

    .c_more {
        zoom: .6;
        padding-left: 0;
        text-align: center;
        margin: auto;
        width: 200px;
    }

    .bidding1Cont1 {
        padding: 30px 0;
    }

    .bidding2,
    .bidding1 {
        padding-bottom: 0;
    }

    .contact1Cont1 {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .contact1Cont1 .Le {
        position: static;
        width: 100%;
        min-width: auto;
        float: none;
        height: auto;
        padding: 30px 20px;
    }

    .contact1Cont1 .Le .til {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .contact1Cont1 .Le .phone {
        zoom: .6;
    }

    .contact1Cont1 .Ri {
        width: 100%;
        height: 200px;
        float: none;
    }

    #contact1_map {
        height: 350px;
    }

    .join1Cont1 .pic_box {
        height: auto;
    }

    .join1Cont1 {
        padding: 30px 0;
        background: url(../images/news/news3Cont1-bg.jpg) repeat-x left bottom;
    }

    .join1Cont1 .pic_box .Ri,
    .join1Cont1 .pic_box .Le {
        float: none;
        width: 100%;
    }

    .join1Cont1 .pic_box .Le {
        height: 200px;
        background-size: cover !important;
    }

    .join1Cont1 .pic_box .Ri {
        position: static;
        padding: 60px 20px;
        height: 210px;
        background-position: right center;
        background-size: cover !important;
    }

    .join1Cont1 .pic_box .Ri .h1_cn {
        font-size: 24px;
        line-height: 1.2;
    }

    .join1Cont1 .pic_box .Ri .h1_en {
        font-size: 24px;
        line-height: 1;
    }

    .join1Cont2 {
        padding: 30px 0;
    }

    .join1Cont2 .Ri .clearfix {
        width: 100%;
    }

    .join1Cont2 .Ri .c_down {
        width: 50%;
    }

    .join1Cont2 .Ri .ipt_row {
        width: 100%;
    }

    .join1Cont2 .Ri .c_down span,
    .join1Cont2 .Ri .c_down,
    .join1Cont2 .Ri .ipt_row {
        height: 50px;
    }

    .join1Cont2 .Ri .c_down span {
        line-height: 46px;
        padding-left: 20px;
        background-position: right 15px center !important;
    }

    .join1Cont2 .Ri .ipt_row .btn {
        width: 50px;
    }

    .join1Cont2 .Ri .ipt_row {
        margin-left: 0;
    }

    .join1Cont2 .Ri .ipt_row input {
        height: 46px;
        line-height: 46px;
        padding-left: 20px;
        padding-right: 60px;
    }

    .join1Cont2 .Ri .c_down ul {
        top: 100%;
    }

    .join1Cont2 .Le .show {
        display: flex;
        padding: 0 20px;
        height: 60px;
    }

    .join1Cont2 .Le .show .til {
        width: 100%;
        max-width: none;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 30px);
        line-height: 60px;

    }

    .join1Cont2 .Le .show .time,
    .join1Cont2 .Le .show .site {
        display: none;
    }

    .join1Cont2 .Le .show:after {
        right: 20px;
        zoom: .7;
    }

    .join1Cont2 .Le .hide .til_box .info .i {
        float: none;
        display: block;
        border-left: 0;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .join1Cont2 .Le .hide {
        padding: 0 20px 20px;
    }

    .join1Cont2 .Le .more {
        zoom: .6;
    }

    .news1DataCont1 {
        padding: 30px 0;
    }

    .news1DataCont1 .Le {
        padding: 0;
    }

    .news1DataCont1 .Le .Top h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .news1DataCont1 .Le .Top h3 {
        font-size: 24px;
    }

    .news1DataCont1 .Le .Top {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .news1DataCont1 .Le .Top .share li {
        font-size: 12px;
    }

    .business1Cont2-pop {
        display: block;
    }

    .popScroll-wrap .close {
        zoom: .6;
    }

    .business1Cont2-pop .vsBox {
        margin-bottom: 10px;
    }

    .business1Cont2-pop .pop-cont {
        width: auto;
        margin: 0 24px;
        padding: 15px;
    }

    .culture1Cont1 {
        padding-top: 30px;
    }

    .culture1Cont1 .txList .li {
        width: calc(50% - 8px);
        width: 100%;
        height: auto;
        height: auto;
        /* padding: 25px 20px; */
        padding-bottom: 0;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    .culture1Cont1 .txList .li .img {
        height: auto;
    }

    .culture1Cont1 .txList .cont {
        height: auto;
        /* padding-bottom: 20px; */
    }

    .culture1Cont1 .txList .li h4 {
        margin-bottom: 6px;
    }


    .culture1Cont1 .bom h5 {
        font-size: 18px;
    }

    .culture1Cont1 .bom h6 {
        font-size: 14px;
        line-height: 1;
    }

    .news1Cont2 .List {
        margin-bottom: 30px;
    }

    .popScroll-wrap.legal-pop .pop-cont {
        padding: 40px 25px;
        /* max-height: 80vh; */
        /* overflow: auto; */
        bottom: 7%;
    }

    .popScroll-wrap.legal-pop .pop-cont .cont {
        max-height: 50vh;
        overflow: auto;
        margin-right: -25px;
        padding-right: 20px;
    }

    .popScroll-wrap.legal-pop .pop-cont .cont::-webkit-scrollbar {
        width: 5px;

    }

    .popScroll-wrap.legal-pop .pop-cont .cont::-webkit-scrollbar-thumb {
        background-color: #bbb;
    }


    .legal-pop .pop-cont h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .legal-pop .pop-cont h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .popScroll-wrap.legal-pop .pop-cont .cont h5:nth-child(1) {
        margin-top: 0;
    }

    .popScroll-wrap.legal-pop .pop-cont .cont h5 {
        margin-top: 14px;
    }

    .about3Cont2 .Box {
        margin-right: 0;
    }

    .about3Cont2 .Box .li {
        width: 48.4%;
        margin-right: 0;
    }

    .about3Cont2 .Box::after {
        display: none;
    }

    .about3Cont1 {
        padding: 30px 0;
    }

    .about3Cont1 .Le {
        margin-bottom: 0;
    }

    .popScroll-wrap.about3Cont2-pop .pop-cont {
        width: 85%;
        padding: 24px;
    }

    .about3Cont2 .li .img {
        height: 200px;
    }

    .about3Cont2 {
        padding: 30px 0;
    }

    .news1Cont2 .List .bot {
        padding: 25px 20px 0;
    }

    .about3Cont2 .li .cont {
        height: 145px;
    }

    .about3Cont2 .li .cont h5 {
        font-size: 13px;
    }
}

.lisSw {
    /* width: 100%; */
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: -70px;
}

.lisSw .swiper-slide img {
    width: 100%;
}

.lisSw .swiper-pagination {
    color: #000;
    text-shadow: 0 0 5px rgb(237 236 236 / 30%);
}

@media (max-width:750px) {
    .lisSw {
        margin-right: 0;
        margin: 20px 0;
    }

    .about2Cont1 .boList:nth-child(2) ul::before {
        left: 30px;
        right: 30px;
    }

    .about2Cont1 .boList ul::before {
        left: 21px;
        right: 21px;
    }
}