@charset"utf-8";

/* - pc端显示 - */

.pc {
    display: block;
}


/* - 手机端隐藏 - */

.mbl {
    display: none;
}

.container {
    max-width: 1440px;
}


/*
    ------------------------------------------------------------------------------------ 首页 - start
    --------------------------------------------------------------------------------------------
*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    padding: 13px 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header.bg {
    background-color: rgba(0, 0, 0, .75);
}

.headCont {
    width: 95.833%;
    margin: auto;
    justify-content: center;
    position: relative;
}

.navBut {
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}

.navBut li {
    position: absolute;
    height: 2px;
}

.navBut li:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
}

.navBut li:nth-child(2),
.navBut li:nth-child(1):before,
.navBut li:nth-child(3):before {
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header.col .navBut li:nth-child(2),
.header.col .navBut li:nth-child(1):before,
.header.col .navBut li:nth-child(3):before {
    background-color: #1c222e;
}

.header.col .lagTit a {
    color: #1c222e;
}

.header.col .shop-w {
    visibility: hidden;
    opacity: 0;
}

.header.col .shop-b {
    visibility: visible;
    opacity: 1;
}

.navBut li:nth-child(1):before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.navBut li:nth-child(1):after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #bda074;
}

.navBut li:nth-child(2) {
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navBut li:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
}

.navBut li:nth-child(3):before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.navBut li:nth-child(3):after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #bda074;
}

.headRt {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
}

.lagBox {
    position: relative;
}

.lagTit a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.lagTit .icon {
    margin-left: 10px;
}

.lagList {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.header .shopBut {
    margin-left: 30px;
}

.header .shop-icon {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
}

.header .shop-icon img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header .shop-w {
    visibility: visible;
    opacity: 1;
}

.header .shop-b {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.header.wBg .shop-w {
    visibility: hidden;
    opacity: 0;
}

.header.wBg .shop-b {
    visibility: visible;
    opacity: 1;
}


/* header - 白背景 */

.header.col {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* 首页 - 右侧悬浮 */

.menuNav {
    position: fixed;
    right: 1.5625%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.menuNav li a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #bfbfbf;
}

.menuNav i,
.menuNav li span {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menuNav i {
    width: 8px;
    height: 2px;
    background-color: #BFBFBF;
    display: block;
    margin-left: 5px;
}

.menuNav li span {
    color: #bfbfbf;
    visibility: hidden;
    opacity: 0;
}

.menuNav li.active i {
    width: 20px;
}

.menuNav li.active span {
    visibility: visible;
    opacity: 1;
}

.menuNav li:hover span {
    visibility: visible;
    opacity: 1;
}


/* 首页 - banner */

.idx-banSwp .swiper-slide {
    height: 100vh;
}

.idx-banSwp video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.ico-ban-but {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
}

.ico-ban-but.pcbut {
    display: flex;
}

.ico-ban-but.mblbut {
    display: none;
}

.ico-ban-mouse {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.ico-ban-mouse img {
    -webkit-animation: mousebut 1s ease 0s infinite;
    animation: mousebut 1s ease 0s infinite;
}

@-webkit-keyframes mousebut {
    0% {
        -webkit-transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes mousebut {
    0% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.ico-ban-pv,
.ico-ban-nt {
    cursor: pointer;
    margin: 0 45px;
}


/**/

.idxContainer {
    max-height: 100vh;
    overflow: hidden;
    padding-top: 60px;
}

.page4 .idxContainer {
    padding-top: 40px;
}

.idxAbo-img {
    position: relative;
    z-index: 2;
}

.idxAbo-img .titDiv {
    font-size: 18px;
    color: #666666;
    -webkit-transform: rotate(-90deg) translateX(-125%);
    transform: rotate(-90deg) translateX(-125%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.idxAbo-img .imgDiv {
    width: 82.269%;
    margin: auto;
}

.idxAbo-hd {
    position: relative;
    padding-top: 65px;
    z-index: 1;
}

.idx-entit {
    position: absolute;
    font-size: 190px;
    color: #EDEDED;
    font-family: "en-font", "Arial";
    line-height: 174px;
    z-index: -1;
    text-transform: uppercase;
}

.idxAbo-entit {
    left: -19.852%;
    top: 0px;
}

.idxAbo-txt {
    padding-left: 40px;
    padding-top: 45px;
}

.idxAbo-txt .titEn {
    font-size: 28px;
    color: #000000;
    margin-bottom: 15px;
}

.idx-cntit {
    font-size: 50px;
    color: #000000;
}

.idxAbo-txt .title {
    margin-bottom: 45px;
}

.idxAbo-txt .text {
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    margin-bottom: 70px;
}

.idxAbo-txt .list {
    flex-wrap: unset;
    justify-content: space-between;
}

.idxAbo-txt .list .count {
    font-size: 64px;
    color: #dfc08d;
    font-family: "en-font", "Arial";
    margin-right: 10px;
}

.idxAbo-txt .list .txt {
    font-size: 18px;
    color: #000001;
}

.idxPro-col {
    width: 25%;
    text-align: center;
}

.idxPro-col:not(:last-child) {
    border-right: solid 1px rgba(255, 255, 255, .1);
    position: relative;
}

.idxPro-col:not(:last-child):after,
.idxPro-col:not(:last-child):before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: -1px;
}

.idxPro-col:not(:last-child):after {
    top: -100%;
}

.idxPro-col:not(:last-child):before {
    bottom: -100%;
}

.idxPro-col.act:nth-child(1):before {
    -webkit-animation: before_a 2s ease 0.5s 1;
    animation: before_a 2s ease 0.5s 1;
}

.idxPro-col.act:nth-child(2):after {
    -webkit-animation: after_a 2s ease 0.5s 1;
    animation: after_a 2s ease 0.5s 1;
}

.idxPro-col.act:nth-child(3):before {
    -webkit-animation: before_a 2s ease 0.5s 1;
    animation: before_a 2s ease 0.5s 1;
}

@-webkit-keyframes after_a {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@keyframes after_a {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes before_a {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 100%;
    }
}

@keyframes before_a {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 100%;
    }
}

.idxPro-col a {
    height: 100vh;
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idxPro-dl dt {
    margin-bottom: 155px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxPro-dl dt img {
    height: 100px;
}

.idxPro-col:hover dt {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}



.idxPro-dl .entit {
    font-size: 28px;
    color: #666;
}

.idxPro-dl .cntit {
    font-size: 24px;
    color: #ffffff;
}

.idxCase-hd,
.idxNew-hd {
    position: relative;
    z-index: 1;
}

.idxCase-hd {
    text-align: center;
    margin-bottom: 100px;
}

.idxCase-hd .idx-entit,
.idxNew-hd .idx-entit {
    position: absolute;
    left: 0%;
    top: 79%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.idxCase-hd .idx-entit {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.idxcase-swp .swiper-slide {
    -webkit-transform: scale(0.67);
    transform: scale(0.67);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxcase-swp .swiper-slide-active,
.idxcase-swp .swiper-slide-duplicate-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.idxcase-dl {
    position: relative;
    z-index: 1;
}

.idxcase-dl:before,
.idxcase-dl:after {
    content: "";
    width: 243px;
    height: 328px;
    background: url(../images/dian-bg.png) repeat;
    position: absolute;
    top: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxcase-dl:before {
    right: 100%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.idxcase-dl:after {
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.idxcase-swp .swiper-slide-active .idxcase-dl:before,
.idxcase-swp .swiper-slide-duplicate-active .idxcase-dl:before {
    right: 0%;
    opacity: 0;
}

.idxcase-swp .swiper-slide-active .idxcase-dl:after,
.idxcase-swp .swiper-slide-duplicate-active .idxcase-dl:after {
    left: 0%;
    opacity: 0;
}

.idxcase-swp .swiper-slide-active .idxcase-dl dd,
.idxcase-swp .swiper-slide-duplicate-active .idxcase-dl dd {
    visibility: visible;
    opacity: 1;
}

.idxcase-dl dt {
    overflow: hidden;
}

.idxcase-dl dt img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxcase-dl a:hover dt img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.idxcase-dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: rgba(0, 0, 0, .6);
    height: 125px;
    align-items: center;
    flex-wrap: unset;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxcase-dl .titleBox .tit {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}

.idxcase-dl .titleBox .txt {
    font-size: 16px;
    color: #aaaaaa;
}

.idxCase-address {
    width: 130px;
    text-align: center;
    border-right: solid 1px #888;
    margin-right: 30px;
}

.idxCase-address .txt {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.idxCase-buts {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxCase-buts:hover {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .2);
}

.idxCase-pv {
    left: 21.093%;
}

.idxCase-nt {
    right: 21.093%;
}

.idxCase-pv:hover img {
    -webkit-animation: pv 1s ease 0s infinite;
    animation: pv 1s ease 0s infinite;
}

.idxCase-nt:hover img {
    -webkit-animation: nt 1s ease 0s infinite;
    animation: nt 1s ease 0s infinite;
}

.idxNewHead {
    margin-bottom: 82px;
    justify-content: space-between;
    align-items: center;
}

.idxNew-hd .idx-entit {
    opacity: .05;
    left: -10px;
}

.idxNew-hd .idx-cntit {
    color: #fff;
}

.idxNew-nav {
    font-size: 18px;
    color: #888888;
}

.idxNew-nav .gang {
    margin: 0 10px;
}

.idxNew-li .txt {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.idxNew-li.active .txt {
    color: #fff;
}

.idxNew-li:hover .txt {
    color: #fff;
}

.idxNew-li:last-child .gang {
    display: none;
}

.idxNew-row {
    margin: 0 -15px;
}

.ixdNew-col {
    padding: 0 15px;
}

.idxNew-dl dd {
    width: 84.782%;
    margin-top: 30px;
}

.idxNew-dl .tit {
    font-size: 20px;
    color: #f7f7f7;
    line-height: 38px;
    height: 76px;
}

.idxNew-dl .time {
    font-size: 16px;
    color: #f7f7f7;
    margin-top: 20px;
    opacity: .5;
}

.idxNew-tab {
    position: relative;
    visibility: hidden;
}

.idxNew-tab .active {
    visibility: visible;
}

.idxNew-tab .idxNew-tabli:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.idxNew-tab .idxNew-tabli .idxNew-dl {
    position: relative;
    top: 50px;
    opacity: 0;
}

.idxNew-tab .active.idxNew-tabli .idxNew-dl {
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s;
}

.idxNew-tab .active.idxNew-tabli .ixdNew-col:nth-child(1) .idxNew-dl {
    transition-delay: 0.2s;
}

.idxNew-tab .active.idxNew-tabli .ixdNew-col:nth-child(2) .idxNew-dl {
    transition-delay: 0.3s;
}

.idxNew-tab .active.idxNew-tabli .ixdNew-col:nth-child(3) .idxNew-dl {
    transition-delay: 0.4s;
}

.idxNew-dl dt {
    overflow: hidden;
}

.idxNew-dl dt img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxNew-dl:hover dt img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 底部 */

.footNav,
.footCont {
    justify-content: space-between;
}

.footNav {
    margin-bottom: 100px;
}

.footNav .tit {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.footNav-li li a {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footNav-li li:hover a {
    color: #000;
}

.footCt-div {
    font-size: 16px;
    max-width: 340px;
}

.footCt-div .icon {
    margin-bottom: 15px;
    display: block;
}

.footCt-div .cnName {
    color: #666666;
    margin-bottom: 10px;
}

.footCt-div .cnCount {
    color: #000000;
}

.footCt-div .cnCount a {
    color: #000000;
}

.fotEwm {
    width: 122px;
    font-size: 0;
    padding: 8px;
    background-color: #fff;
    max-width: 100%;
    box-shadow: 0px 2px 13px 0px rgba(69, 63, 53, 0.2);
}

.fotContainer {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.footTop {
    width: 100%;
}

.footCtBtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footCont {
    padding-bottom: 95px;
}

.footBtm {
    padding: 60px 0 80px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.footBtm span,
.footBtm a {
    margin: 0 5px;
}

.footBtm a {
    color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.aJszChi {
    display: block;
}

.footBtm a:hover {
    color: #000;
}


/* 首页效果 */

.idxAbo-img .imgDiv,
.idxAbo-img .titDiv,
.idxAbo-entit,
.idxAbo-txt .titEn,
.idxAbo-txt .title,
.idxAbo-txt .text,
.idxAbo-txt .list li,
.idxPro-dl,
.idxCase-hd,
.idxNew-hd,
.idx-cntit,
.idxcase-swp,
.idxNew-tab,
.idxNew-nav {
    -webkit-transition: all 0.3s ease .5s;
    transition: all 0.3s ease .5s;
}

.section.active .idxAbo-img .imgDiv,
.section.active .idxAbo-img .titDiv,
.section.active .idxAbo-entit,
.section.active .idxAbo-txt .titEn,
.section.active .idxAbo-txt .title,
.section.active .idxAbo-txt .text,
.section.active .idxAbo-txt .list li,
.section.active .idxPro-dl,
.section.active .idxCase-hd,
.section.active .idxNew-hd,
.section.active .idx-cntit,
.section.active .idxcase-swp,
.section.active .idxNew-tab,
.section.active .idxNew-nav {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.idxAbo-img .imgDiv {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.section.active .idxAbo-img .imgDiv {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.idxAbo-img .titDiv {
    left: 50px;
    opacity: 0;
}

.section.active .idxAbo-img .titDiv {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.idxAbo-entit {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}

.section.active .idxAbo-entit {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.idxAbo-txt .titEn,
.idxAbo-txt .title {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.section.active .idxAbo-txt .titEn,
.section.active .idxAbo-txt .title {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.idxAbo-txt .text {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.section.active .idxAbo-txt .text {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.idxAbo-txt .list li {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.section.active .idxAbo-txt .list li {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.section.active .idxAbo-txt .list li:nth-child(1) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.section.active .idxAbo-txt .list li:nth-child(2) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.section.active .idxAbo-txt .list li:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.idxPro-dl {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.section.active .idxPro-dl {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.section.active .idxPro-col:nth-child(1) .idxPro-dl {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.section.active .idxPro-col:nth-child(2) .idxPro-dl {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.section.active .idxPro-col:nth-child(3) .idxPro-dl {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.section.active .idxPro-col:nth-child(4) .idxPro-dl {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.idxCase-hd,
.idxNew-hd,
.idxNew-nav {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.section.active .idxCase-hd,
.section.active .idxNew-hd {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.section.active .idxNew-nav {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.idx-cntit {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.section.active .idx-cntit {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.idxcase-swp,
.idxNew-tab {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.section.active .idxcase-swp,
.section.active .idxNew-tab {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.idxAbo-txt .list .count {
    display: inline-block;
}

.idxAbo-txt .list li:nth-child(1) .count {
    width: 86px;
    flex-shrink: 0;
}

.idxAbo-txt .list li:nth-child(2) .count {
    width: 94px;
    flex-shrink: 0;
}

.idxAbo-txt .list li:nth-child(3) .count {
    width: 136px;
    flex-shrink: 0;
}

.idx-banSwp .swiper-slide {
    position: relative;
}

.ban-imgDiv {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.idx-banSwp .swiper-slide video {
    position: relative;
    z-index: 2;
}

.idx-entit {
    color: #F3F3F3;
}

.idx-banSwp.mbl .swiper-slide,
.idx-banSwp.mbl .ban-imgDiv {
    height: auto;
}

.idx-banSwp.mbl .ban-imgDiv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.idx-banSwp.mbl .ban-imgDiv img {
    width: 100%;
}


/*---------------- 导航------------- */

.header_naver {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 9999;
}

.fp-viewing-page3 .header_naver .codex_h,
.fp-viewing-page5 .header_naver .codex_h {
    background: url(../images/guanbi_bai.png) no-repeat center center/100%;
}

.header_naver .codex_h {
    position: absolute;
    top: 7.8%;
    right: 8.3%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url(../images/guanbi.png) no-repeat center center/100%;
}

.header_naver .header_nav_li {
    width: 81.77%;
    background: rgba(0, 0, 0, .6);
    height: 100vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    float: left;
}

.hea_rfi {
    width: 18.23%;
    float: left;
    background: rgba(255, 255, 255, .6);
    height: 100vh;
}

.header_naver .header_nav_li ul {
    width: 84%;
    position: relative;
    top: 40%;
    left: 12.5%;
}

.header_naver .header_nav_li ul li {
    float: left;
    text-align: center;
    margin-right: 68px;
}

.header_naver .header_nav_li ul li a.act {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transition: all .4s;
}

.header_naver .header_nav_li ul li.active a.act::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.header_naver .header_nav_li ul li.active a.act::before,
.header_naver .header_nav_li ul li a.act:hover:before {
    opacity: 1;
    visibility: visible;
}

.header_naver .header_nav_li ul li.active a.act,
.header_naver .header_nav_li ul li a.act:hover {
    font-size: 30px;
}

.header_naver .header_nav_li ul li ._lev {
    position: absolute;
    top: 120px;
    left: 0%;
    display: none;
    width: 100%;
    display: none;
}

.header_naver .header_nav_li ul li.active ._lev {
    display: block;
}

.header_naver .header_nav_li ul li ._lev dl {
    position: relative;
}

.header_naver .header_nav_li ul li ._lev dl dt {
    margin-right: 90px;
    float: left;
}

.header_naver .header_nav_li ul li ._lev dl dt:nth-child(1) {
    padding-left: 0;
}

.header_naver .header_nav_li ul li ._lev dl dt a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.header_naver .header_nav_li ul li ._lev dl dt {
    font-weight: 400;
}

.header_naver .header_nav_li ul li .P_f_a .icon {
    display: none;
}


/* --------------导航end----------------------- */


/* ----------------b1---------- */

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.nac_banner {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
}

.nac_banner .nav_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

.nac_banner .nav_ul ul li {
    float: left;
}

.nac_banner .nav_ul ul li a {
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    line-height: 40px;
    padding: 0 36px;
    transition: all .4s;
}

.nac_banner .nav_ul ul li a.active,
.nac_banner .nav_ul ul li a:hover {
    color: rgba(0, 0, 0, 1);
}

.b1_qqdj_cont {
    width: 100%;
    padding-top: 97px;
    padding-bottom: 108px;
}

.b1_qqqdj_tile {
    width: 100%;
}

.b1_qqqdj_tile h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
    text-align: center;
    margin-bottom: 15px;
}

.b1_qqqdj_tile p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    width: 71%;
    margin: auto;
}

.b1_qqdj_cont .b1_qqdj_ul {
    width: 100%;
    background: #F9F9F9;
    padding: 68px 80px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.b1_qqdj_cont .b1_qqdj_ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.b1_qqdj_cont .b1_qqdj_ul ul li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.b1_qqdj_cont .b1_qqdj_ul ul li .b1_icon1 {
    width: 100%;
}

.b1_qqdj_cont .b1_qqdj_ul ul li .b1_icon1 img {
    width: 100px;
    margin: auto;
    margin-bottom: 27px;
    display: block;
}

.b1_qqdj_cont .b1_qqdj_ul ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.b1_qqg_swuier .idxCase-pv1 {
    left: 0;
}

.b1_qqg_swuier .idxCase-nt1:hover img {
    -webkit-animation: nt 1s ease 0s infinite;
    animation: nt 1s ease 0s infinite;
}

.b1_qqg_swuier .idxCase-pv1:hover img {
    -webkit-animation: pv 1s ease 0s infinite;
    animation: pv 1s ease 0s infinite;
}

.b1_qqg_swuier .idxCase-nt1 {
    right: 0;
}

.b1_qqg_swuier {
    width: 100%;
    position: relative;
}

.b1_qqg_swuier .b1_qqg_swiper {
    width: 92%;
    margin: auto;
}

.b1_qqg_swuier .b1_qqg_swiper .swiper-slide {
    text-align: center;
}

.b1_qqg_swuier .b1_qqg_swiper .swiper-slide img {
    width: 100%;
    opacity: 0.5;
}

.b1_qqg_swuier .b1_qqg_swiper .swiper-slide p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    margin-top: 28px;
}

.b1_qqg_swuier .b1_qqg_swiper .swiper-slide.swiper-slide-active p {
    opacity: 1;
    visibility: visible;
}

.b1_qqg_swuier .b1_qqg_swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.b1_jytb {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.b1_jytb ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.b1_jytb ul li .b1_jya_img {
    width: 100%;
    overflow: hidden;
}

.b1_jytb ul li .b1_jya_img img {
    width: 100%;
    transition: all .4s;
}

.b1_jytb ul li:nth-child(3n) {
    margin-right: 0;
}

.b1_jytb ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
}

.b1_qqcg_cont {
    width: 100%;
    background: #000000;
    padding: 105px 0 60px 0;
}

.b1_qqcg_cont .b1_qqqdj_tile h3 {
    color: #fff;
}

.b1_qqcg_cont .b1_qqqdj_tile p {
    color: rgba(226, 226, 226, 1);
}

.b1_qqcg_cont .b1_qqcg_img {
    width: 100%;
    margin-top: 10px;
}

.b1_qqcg_cont .b1_qqcg_img img {
    width: 100%;
    display: inline-block;
}

.b1_xhsl_swiper.lhi .swiper-wrapper {
    transform: inherit !important
}

.b1_xhsl_cont {
    padding: 100px 0 80px 0;
}

.b1_xhsl_swipoer {
    margin-top: 50px;
}

.b1_xhsl_swipoer .b1_xhsl_swiper .swiper-slide img {
    width: 100%;
}

.b1_xhsl_swipoer .b1_xhsl_swiper .swiper-slide {
    text-align: center;
}

.b1_xhsl_swipoer .b1_xhsl_swiper .swiper-slide p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    margin-top: 10px;
}

.b1_xhsl_swipoer .b1_soab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.b1_xhsl_swipoer .b1_soab .b1_soan_cont .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #222222;
    opacity: 0.1;
    border-radius: 50%;
    margin: 0 7px;
}

.b1_xhsl_swipoer .b1_soab .b1_soan_cont .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #222222;
    opacity: 0.5;
    border-radius: 50%;
}

.b1_szh_cont {
    width: 100%;
    background: #F9F9F9;
    padding: 105px 0 100px 0;
}

.b1_szh_cont .b1_szh_ul {
    width: 100%;
    padding-top: 40px;
}

.b1_szh_cont .b1_szh_ul ul li {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.b1_szh_cont .b1_szh_ul ul li:nth-child(even) .b1_szh_img {
    float: right;
}

.b1_szh_cont .b1_szh_ul ul li .b1_szh_img {
    width: 50%;
    overflow: hidden;
    float: left;
}

.b1_szh_cont .b1_szh_ul ul li .b1_szh_img img {
    width: 100%;
    transition: all .4s;
}

.b1_szh_cont .b1_szh_ul ul li .b1_szh_text {
    width: 50%;
    float: left;
    padding: 103px 128px 0 128px;
}

.b1_szh_cont .b1_szh_ul ul li .b1_szh_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

.b1_szh_cont .b1_szh_ul ul li .b1_szh_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.footer {
    width: 100%;
    background: url(../images/footer_img.jpg) no-repeat center center /cover;
    padding-top: 85px;
}

.footer .footCtBtm {
    position: inherit !important;
    border-top: 1px solid #444444;
}

.footer .footNav .tit {
    color: #fff;
}

.footer .footNav-li li a {
    color: #999;
}

.footer .footNav {
    margin-bottom: 59px;
}

.footer .footCt-div .cnName {
    color: #999;
}

.footer .footCt-div .cnCount {
    color: #fff;
}

.footer .footCt-div .icon {
    margin-bottom: 24px;
}

.footer .footCont {
    padding-bottom: 64px;
}

.footer .footBtm {
    padding: 38px 0;
    color: #999;
}

.footer .footBtm a {
    color: #999;
}


/* --------------b1 :end------------------- */


/* --------------b2-------------- */

.b2_ppgs_cont {
    width: 100%;
    padding-top: 99px;
}

.b2_ppgs_cont .b2_ppgs_l {
    width: 43.1%;
    float: left;
}

.b2_ppgs_cont .b2_ppgs_l img {
    width: 100%;
}

.b2_ppgs_cont .b2_ppgs_r {
    width: 56.9%;
    float: left;
    padding-left: 90px;
    height: 587px;
}

.b2_ppgs_cont .b2_ppgs_r p,
.b2_ppgs_cont .b2_ppgs_r {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.b2_ppgs_cont .b2_ppgs_r p {
    margin-top: 21px;
}

.b2_ppgs_cont .b2_ppgs_r p:first-child {
    margin-top: 10px;
}

.b2_ppgs_co {
    padding-top: 30px;
    overflow: hidden;
}

.b2_ppgs_cont {
    width: 100%;
    padding-top: 100px;
}

.b2_ppgs_cont .b2_ppsy_img {
    padding-top: 30px;
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_img img {
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_ul {
    width: 100%;
    margin-top: 58px;
}

.b2_ppgs_cont .b2_ppsy_ul li {
    width: 46.7%;
    margin-right: 6.6%;
    float: left;
}

.b2_ppgs_cont .b2_ppsy_ul li:nth-child(2n) {
    margin-right: 0;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 {
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 .b2_ppsy_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_img_t {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_img_t img {
    width: 100%;
}

.b2_ppkh_ul {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.b2_ppkh_ul ul li:first-child {
    border-left: 2px solid #DFDFDF;
}

.b2_ppkh_ul ul {
    display: flex;
    align-items: stretch;
    -webkit-items: stretch;
    flex-wrap: wrap;
}

.b2_ppkh_ul ul li {
    width: calc(100% / 3);
    border-right: 2px solid #DFDFDF;
    float: left;
    padding: 38px 120px;
    /* height: 286px; */
}

.b2_ppkh_ul ul li .b2_pps_h3 {
    text-align: center;
}

.b2_ppkh_ul ul li h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    text-align: center;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.b2_ppkh_ul ul li h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #000000;
    display: inline-block;
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.b2_ppkh_ul ul li h3::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #000000;
    display: inline-block;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.b2_ppkh_ul ul li p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: left;
}

.b2_pphx_cont {
    padding-bottom: 98px;
}


/* -------------b2  :end   -------------- */


/* ------------------b3-------------- */

.b3_school_cont {
    width: 100%;
    padding-top: 96px;
}

.b3_scho_swuoer {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.b3_scho_swiper {
    width: 90.27%;
    margin: auto;
}

.b3_scho_swuoer .idxCase-pv2 {
    left: 0;
}

.b3_scho_swuoer .idxCase-nt2 {
    right: 0;
}


.b3_scho_swiper .swiper-slide dl img {
    width: 100%;
    display: block;
}

.idxCase-pv2:hover img {
    -webkit-animation: pv 1s ease 0s infinite;
    animation: pv 1s ease 0s infinite;
}

.idxCase-nt2:hover img {
    -webkit-animation: nt 1s ease 0s infinite;
    animation: nt 1s ease 0s infinite;
}

.b3_ptyn_cont {
    width: 100%;
    padding-top: 99px;
}

.b3_ptyn_cont .b3_ptyn_ul {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 100px;
}




.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    background-color: #F9F9F9;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .b3_ptyn_img {
    width: 50px;
    float: left;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .b3_ptyn_img img {
    width: 100%;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .b3_ptyn_p {
    width: calc(100% - 131px);
    float: left;
    padding-left: 38px;
    margin-left: 38px;
    border-left: 1px solid #E1E1E1;
    padding: 27px 0 27px 38px;
    padding-right: 14px;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .b3_ptyn_p p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .bt_ptyn_icon {
    width: 42px;
    float: left;
    transition: all .5s;
}

.b3_ptyn_cont .b3_ptyn_ul a .b3_ptyn_div .bt_ptyn_icon img {
    width: 100%;
}

.idxCase-buts1 {
    width: 42px;
    height: 42px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    z-index: 3;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idxCase-pv3,
.idxCase-pv4 {
    margin-right: 5px;
}

.idxCase-nt3,
.idxCase-nt4 {
    margin-left: 5px;
}

.idxCase-pv3:hover img,
.idxCase-pv4:hover img {
    -webkit-animation: pv 1s ease 0s infinite;
    animation: pv 1s ease 0s infinite;
}

.idxCase-nt3:hover img,
.idxCase-nt4:hover img {
    -webkit-animation: nt 1s ease 0s infinite;
    animation: nt 1s ease 0s infinite;
}

.b3_ptyn_ul .ptyn_span .swiper-pagination-bullet {
    width: 42px;
    height: 42px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    opacity: 1;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: all .4s;
}

.b3_ptyn_ul .ptyn_span .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
    color: #fff;
    border-color: #000;
}

.b3_ptyn_ul .idxCase-butBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b3_ptyn_ul .idxCase-butBox .ptyn_span {
    display: flex;
    align-items: center;
}

.b3_ptyn_ul .b3_ptyn_swiper {
    width: 100%;
    margin-bottom: 60px;
}


/* --------------b3 :end------------------- */

.swiper-button-disabled {
    /* opacity: .35; */
    cursor: auto !important;
    pointer-events: none !important;
}

@keyframes pv {
    0% {
        transform: translateX(5px);
    }
    60% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(5px);
    }
}

@-webkit-keyframes pv {
    0% {
        -webkit-transform: translateX(5px);
    }
    60% {
        -webkit-transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes nt {
    0% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(-5px);
    }
}

@-webkit-keyframes nt {
    0% {
        -webkit-transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(5px);
    }
    100% {
        -webkit-transform: translateX(-5px);
    }
}


/* --------------b4 ------------------- */

.b4_conter_cont {
    width: 100%;
    padding: 100px 0;
}

.b4_conter_cont .b4_conter1_ul {
    width: 100%;
    margin-top: 53px;
}

.b4_conter_cont .b4_conter1_ul ul {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b4_conter_cont .b4_conter1_ul ul li {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
    background: #F9F9F9;
    padding: 62px 58px;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    align-items: center;
}

.b4_conter_cont .b4_conter1_ul ul li:nth-child(2n) {
    margin-right: 0;
}

.b4_conter_cont .b4_conter1_ul ul li .b4_conter1_img {
    width: 140px;
    float: left;
    width: 140px;
    height: 140px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.b4_conter_cont .b4_conter1_ul ul li .b4_conter_text {
    width: calc(100% - 140px);
    float: left;
    padding-left: 40px;
}

.b4_conter_cont .b4_conter1_ul ul li .b4_conter_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
}

.b4_conter_cont .b4_conter1_ul ul li .b4_conter_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.b4_conter_ditu {
    width: 100%;
    overflow: hidden;
}

.b4_conter_ditu img {
    width: 100%;
    display: block;
}

.b4_zxly_cnt {
    width: 100%;
    padding: 100px 0;
}

.b4_biaodan {
    width: 100%;
    margin-top: 53px;
}

.b4_biaodan .b4_input_icon {
    width: 100%;
    overflow: hidden;
}

.b4_biaodan .b4_input_icon .b4_input {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    z-index: 1;
    background: #F9F9F9;
}

.b4_biaodan .b4_input_icon .b4_input::before {
    content: "";
    width: 1px;
    height: 22px;
    background: #E5E5E5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 78px;
}

.b4_biaodan .b4_input_icon .b4_input:nth-child(3) {
    margin-right: 0;
}

.b4_biaodan .b4_input_icon .b4_input input {
    width: 100%;
    height: 50px;
    color: #AAAAAA;
    font-size: 16px;
    padding-left: 104px;
    /* position: relative; */
    display: block;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.b4_biaodan .b4_input_icon .b4_input .icon1 {
    width: 18px;
    height: 23px;
    background: url(../images/b4_icon4.png) no-repeat center center/100%;
}

.b4_biaodan .b4_input_icon .b4_input .icon2 {
    width: 24px;
    height: 20px;
    background: url(../images/b4_icon3.png) no-repeat center center/100%;
}

.b4_biaodan .b4_input_icon .b4_input .icon3 {
    width: 19px;
    height: 24px;
    background: url(../images/b4_icon5.png) no-repeat center center/100%;
}

.b4_biaodan .b4_input_icon .b4_input .icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: 35px;
}

.b4_biaodan .b4_input_icon .b4_input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 104px;
    z-index: -1;
    font-weight: 400;
    display: block;
}

.b4_biaodan .b4_input_icon .b4_input label .span1 {
    color: #E10A17;
    font-size: 16px;
}

.b4_biaodan .b4_input_icon .b4_input label .span2 {
    color: #AAAAAA;
    font-size: 16px;
}

.b4_biaodan .b4_rert {
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    background: #F9F9F9;
}

.b4_biaodan .b4_rert label {
    position: absolute;
    top: 22px;
    left: 26px;
    z-index: -1;
}

.b4_biaodan .b4_rert label span {
    font-size: 16px;
    /* font-style: italic; */
    color: #AAAAAA;
    font-weight: normal;
}

.b4_biaodan .b4_rert label .span1 {
    color: #E10A17;
    font-size: 16px;
}

.b4_biaodan .b4_rert textarea {
    width: 100%;
    overflow: hidden;
    resize: none;
    border: 0;
    border-radius: 0;
    height: 120px;
    padding: 23px 31px;
    font-size: 16px;
    color: #aaa;
    background: none;
}

.b4_biaodan .b4_rert textarea:-moz-placeholder {
    color: #AAAAAA;
    font-size: 16px;
    font-style: oblique
}

.b4_biaodan .b4_rert textarea::-moz-placeholder {
    color: #AAAAAA;
    font-size: 16px;
    font-style: oblique
}

.b4_biaodan .b4_rert textarea:-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 16px;
    font-style: oblique
}

.b4_biaodan .b4_rert textarea::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 16px;
    font-style: oblique
}

.b4_biaodan .b4_butt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.b4_biaodan .b4_butt button {
    width: 150px;
    height: 50px;
    background: #000000;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.g1_jmhz .g1_title p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}


/* ------------------b4 end--------------------- */


/* ------------------c1 --------------------- */

.c1_list_ul {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.c1_list_ul .c1_dit {
    padding-bottom: 20px;
}

.c1_list_ul .c1_dit ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.c1_list_ul .c1_dit ul li {
    width: 32%;
    float: left;
    margin-right: 1.9%;
    margin-bottom: 30px;
}

.c1_list_ul .c1_dit ul li:nth-child(3n) {
    margin-right: 0;
}

.c1_list_ul .c1_dit ul li .c1_li {
    width: 100%;
}

.c1_list_ul .c1_dit ul li .c1_li .c1_img1 {
    width: 100%;
    overflow: hidden;
}

.c1_list_ul .c1_dit ul li .c1_li .c1_img1 img {
    width: 100%;
    transition: all .4s;
}

.c1_list_ul .c1_dit ul li .c1_li .c1_tet {
    width: 100%;
    padding: 16px 0;
}

.c1_list_ul .c1_dit ul li .c1_li .c1_tet p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
    transition: all .4s;
    padding: 0 14px;
}


/* 分页 */

.pages_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages_cont ul li {
    float: left;
}

.pages_cont ul li a {
    width: 42px;
    height: 42px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 5px;
    transition: all .4s;
    color: #AAAAAA;
    font-size: 16px;
    transition: all .4s;
    overflow: hidden;
}

.pages_cont ul li.dt a {
    border: 0;
}

.pages_cont ul li.active a {
    background: #000000;
    border-color: #000;
}

.pages_cont ul li.active a {
    color: #fff;
}


/* ------------------C1 end--------------------- */


/* ------------------d1 --------------------- */

.d1_listcont {
    width: 100%;
    padding: 100px 0;
}

.d1_listcont .d1_list_ul {
    width: 100%;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.d1_listcont .d1_list_ul ul {
    width: 100%;
}

.d1_listcont .d1_list_ul ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.d1_listcont .d1_list_ul ul li:nth-child(3n) {
    margin-right: 0;
}

.d1_listcont .d1_list_ul ul li .d1_cont {
    width: 100%;
    overflow: hidden;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_img {
    width: 100%;
    overflow: hidden;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_img img {
    width: 100%;
    transition: all .4s;
    display: block;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_tetx {
    width: 100%;
    padding: 24px 0;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_tetx h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_tetx p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    position: relative;
    padding-left: 32px;
}

.d1_listcont .d1_list_ul ul li .d1_cont .d1_tetx p::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 27px;
    background: url(../images/icon_dz.png) no-repeat center center/100%;
}


/* ------------------d1 end--------------------- */


/* ------------------D2--------------------- */

.d2_conter {
    width: 100%;
    padding: 100px 0;
}

.d2_conter .d2_title_ter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d2_conter .d2_title_ter .d2_titlwe {
    width: calc(100% - 160px);
    padding-right: 24px;
}

.d2_conter .d2_title_ter .d2_titlwe h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 20px;
}

.d2_conter .d2_title_ter .d2_titlwe p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.d2_conter .d2_title_ter .d2_titlwe p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/icon_dz.png) no-repeat center center/100%;
    width: 22px;
    height: 27px;
    display: block;
}

.d2_conter .d2_title_ter a.fanhyui {
    width: 160px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 34px;
}

.d2_conter .d2_title_ter a.fanhyui span {
    color: #aaa;
    font-size: 16px;
    margin-left: 14px;
}

.d2_conter .d2_title_ter a.fanhyui img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.d2_ul_cont {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
    margin-top: 60px;
}

.d2_ul_cont .d2_ul_l {
    width: 35.4%;
    float: left;
    padding: 50px;
}

.d2_ul_cont .d2_ul_l .d2_ul_text {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.d2_ul_cont .d2_ul_l .d2_ul_text h4 {
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.d2_ul_cont .d2_ul_l .d2_ul_text p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.d2_ul_cont .d2_ul_l .d2_ul_p {
    height: 350px;
    margin-bottom: 33px;
}

.d2_ul_cont .d2_ul_l .d2_ul_p,
.d2_ul_cont .d2_ul_l .d2_ul_p p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.d2_ul_cont .d2_ul_r {
    width: 64.6%;
    float: left;
    position: relative;
}

.d2_ul_cont .d2_ul_r img {
    width: 100%;
}

.d2_ul_cont .d2_ul_r .bI_f {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.d2_ul_cont .d2_ul_r .bI_f img {
    width: 70px;
}


/* ------------------d2 end--------------------- */


/* 视频弹框 */

.vdoBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.vdoBg.vis,
.vdoBox.vis,
.banvdoBox.vis {
    visibility: visible;
    opacity: 1;
}

.vdoBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vdoBox .div_te {
    width: 60%;
}

.tanXx {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background: url(../images/guanbi_bai.png) no-repeat center center/100%;
}

video {
    width: 100%;
}


/* ------------------e1 --------------------- */

.e1_list_ul {
    padding: 100px 0;
}

.e1_lisr_lir {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
}

.e1_lisr_lir a {
    width: 100%;
}

.e1_lisr_lir a .e1_lisr_l {
    width: 42.4%;
    float: left;
    padding: 83px 80px;
}

.e1_lisr_lir a .e1_lisr_l h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.e1_lisr_lir a .e1_lisr_l .e1_lisr_h3 {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(11, 11, 11, .1);
    margin-bottom: 37px;
}

.e1_lisr_lir a .e1_lisr_l p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    height: 111px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.e1_lisr_lir a .e1_lisr_l .date {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    margin-top: 88px;
}

.e1_lisr_lir a .e1_lisr_r {
    width: 57.6%;
    float: left;
    overflow: hidden;
}

.e1_lisr_lir a .e1_lisr_r img {
    transition: all .4s;
    width: 100%;
    display: inline-block;
}

.e1_ul_lis {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.e1_ul_lis ul li {
    width: 31.25%;
    float: left;
    margin-right: 3.1%;
    margin-bottom: 45px;
}

.e1_ul_lis ul li:nth-child(3n) {
    margin-right: 0;
}

.e1_ul_lis ul li .e1_ul_img {
    width: 100%;
    overflow: hidden;
}

.e1_ul_lis ul li .e1_ul_img img {
    width: 100%;
    transition: all .4s;
}

.e1_ul_lis ul li h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
    margin: 25px 0 18px 0;
}

.e1_ul_lis ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.e1_ul_lis ul li .time {
    width: 100%;
    margin-top: 24px;
}

.e1_ul_lis ul li .time p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    height: auto;
}

.e1_list_ul .pages_cont {
    margin-top: 10px;
}


/* ------------------e1 end--------------------- */


/* ------------------e2 --------------------- */

.e2_dies_cont {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.e2_dies_cont .e2_title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

.e2_dies_cont .e2_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 64%;
    height: 1px;
    background: #EEEEEE;
}

.e2_dies_cont .e2_title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #0B0B0B;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.e2_dies_cont .e2_title p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 32px;
    text-align: center;
}

.e2_dies_cont .e2_text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 30px;
}

.e2_dies_cont .e2_text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 10px;
}

.e2_dies_cont .e2_text img {
    max-width: 100%;
    height: auto !important;
    margin: auto;
    display: inline-block;
    margin: 10px 0;
}

.e2_pert {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 60px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.e2_pert .e2_toer {
    float: left;
}

.e2_pert .e2_toer a {
    width: 50px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.e2_pert .e2_toer1 {
    float: right;
}

.e2_pert .e2_toer1 a {
    width: 50px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.e2_pert .e2_toer1 a img,
.e2_pert .e2_toer a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.e2_pert .e2_toer2 {
    margin: auto;
}

.e2_pert .e2_toer2 a {
    width: 160px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/* ------------------e2 end--------------------- */


/* ------------------F1--------------------- */

.f1_connter {
    padding: 100px 0;
    width: 100%;
}

.f1_connter .f1_list {
    width: 100%;
}

.f1_connter .f1_list ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.f1_connter .f1_list ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 60px;
}

.f1_connter .f1_list ul li:nth-child(2n) {
    margin-right: 0;
}

.f1_connter .f1_list ul li .f1_img {
    width: 100%;
    overflow: hidden;
}

.f1_connter .f1_list ul li .f1_img img {
    width: 100%;
    transition: all .4s;
}

.f1_connter .f1_list ul li .f1_text {
    width: 100%;
    padding: 40px 46px;
}

.f1_connter .f1_list ul li .f1_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.f1_connter .f1_list ul li .f1_text .f1_diz {
    width: 100%;
}

.f1_connter .f1_list ul li .f1_text .f1_diz p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-left: 32px;
    position: relative;
}

.f1_connter .f1_list ul li .f1_text .f1_diz p.dz::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 24px;
    background: url(../images/f1_icon1.png) no-repeat center center/100%;
}

.f1_connter .f1_list ul li .f1_text .f1_diz p.dh::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 21px;
    height: 23px;
    background: url(../images/f1_icon2.png) no-repeat center center/100%;
}


/* ------------------F1 end--------------------- */


/* ------------------F2 --------------------- */

.f2_conter {
    width: 100%;
    padding: 100px 0;
}

.f2_conter .f2_list {
    width: 100%;
}

.f2_conter .f2_list ul {
    width: 100%;
}

.f2_conter .f2_list ul li {
    width: 48%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 60px;
}

.f2_conter .f2_list ul li:nth-child(2n) {
    margin-right: 0;
}

.f2_conter .f2_list ul li .f2_img {
    width: 100%;
    position: relative;
}

.f2_conter .f2_list ul li .f2_img img {
    width: 100%;
    display: block;
}

.f2_conter .f2_list ul li .f2_img .f2_ti {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.14) 34%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all .4s;
}

.f2_conter .f2_list ul li .f2_img .f2_ti p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}

.f2_conter .f2_list ul li .f2_img_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    padding: 24px;
}

.f2_conter .f2_list ul li .f2_img_hover .img_f2_t {
    margin-bottom: 30px;
    /* opacity: 0; */
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-left: -100%;
}

.f2_conter .f2_list ul li:hover .f2_img .f2_ti {
    opacity: 0;
}

.f2_conter .f2_list ul li .f2_img_hover h3 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-left: -100%;
    text-align: center;
}

.f2_conter .f2_list ul li .f2_img_hover .more_f2 {
    width: 140px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-left: -100%;
}

.f2_conter .f2_list ul li .f2_img_hover .more_f2 span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
}

.bg_main {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    left: -100%;
    top: -100%;
    z-index: -1;
}


/* ------------------F2 end--------------------- */


/* ------------------F3 --------------------- */

.f3_conter {
    width: 100%;
    padding: 110px 0;
}

.f3_conter .f3_title_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f3_conter .f3_title_cont .f3_title_h3 {
    width: calc(100% - 160px);
    padding-right: 24px;
}

.f3_conter .f3_title_cont .f3_title_h3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 20px;
}

.f3_conter .f3_title_cont .f3_title_h3 p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    position: relative;
    padding-left: 32px;
}

.f3_conter .f3_title_cont .f3_title_h3 p.dz::before {
    width: 20px;
    height: 24px;
    background: url(../images/icon_dz.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
}

.f3_conter .f3_title_cont .f3_title_h3 p.dh::before {
    width: 21px;
    height: 23px;
    background: url(../images/f1_icon2.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
}

.f3_conter .f3_title_cont .f3_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.f3_conter .f3_title_cont .f3_more span {
    margin-left: 14px;
    color: #aaa;
    font-size: 16px;
}

.f3_conter .f3_title_cont .f3_more img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.f3_swiper_cont {
    width: 100%;
    margin-top: 50px;
}


/* 轮播 */

.f3_conter .fixt_swiper {
    width: 80.9%;
    float: left;
}

.f3_conter .fixf_swiper {
    width: 15.97%;
    float: left;
    margin-left: 3.1%;
    overflow: hidden;
    position: relative;
    padding: 55px 0;
}

.f3_conter .gallery-top_ty {
    height: 100%;
    width: 100%;
}

.f3_conter .gallery-top_ty .swiper-slide img {
    width: 100%;
}

.f3_conter .gallery-thumbs_ty {
    box-sizing: border-box;
    height: 100%;
}

.f3_conter .gallery-thumbs_ty .swiper-slide img {
    width: 100%;
}

.f3_conter .gallery-thumbs_ty .swiper-slide-thumb-active {
    opacity: 1;
}

.f3_conter .but_swper .tup {
    background: #F9F9F9;
    height: 38px;
    bottom: 0;
    left: 0;
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    transition: all .4s;
}

.but_swper .tub {
    background: #F9F9F9;
    height: 38px;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    transition: all .4s;
}

.but_swper .icon_img1 {
    width: 13px;
    height: 8px;
    background: url(../images/f3_icon3.png) no-repeat center center /100%;
    transition: all .4s;
}

.but_swper .tub .icon_img2 {
    background: url(../images/f3_icon1.png) no-repeat center center/100%;
    width: 13px;
    height: 8px;
    transition: all .4s;
}

.f3_conter .gallery-thumbs_ty .swiper-slide {
    width: 100%;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
}

.f3_conter .gallery-thumbs_ty .swiper-slide-thumb-active .f3_swiper_text,
.f3_conter .gallery-thumbs_ty .swiper-slide:hover .f3_swiper_text {
    opacity: 1;
    visibility: visible;
}

.gallery-thumbs_ty .f3_swiper_text {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(190, 161, 113, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.gallery-thumbs_ty .f3_swiper_text p {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    text-shadow: 0px 2px 5px #A38656;
}


/* ------------------F3 end--------------------- */


/* ------------------F4--------------------- */

.f4_conter {
    width: 100%;
    padding: 100px 0;
}

.f4_conter .f4_title {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f4_conter .f4_title .f4_title_h3 {
    width: calc(100% - 160px);
    padding-right: 30px;
}

.f4_conter .f4_title .f4_title_h3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
}

.f4_conter .f4_title .f4_more {
    width: 160px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f4_conter .f4_title .f4_more span {
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 36px;
    margin-left: 14px;
}

.f4_conter .f4_title .f4_more img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.f4_lists {
    width: 100%;
    background: #FBFBFB;
    margin-top: 65px;
}

.f4_lists .f4_list_l {
    width: 29.2%;
    float: left;
    padding: 60px;
}

.f4_lists .f4_list_l .text,
.f4_lists .f4_list_l .text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.f4_lists .f4_list_r {
    width: 70.8%;
    float: left;
    height: 680px;
}

.f4_list_r img {
    width: 100%;
}

.f4_lists .f4_list_r iframe {
    height: 100% !important;
}


/* ------------------F4 end--------------------- */


/* ------------------F5 --------------------- */

.f5_cont {
    width: 100%;
    padding: 100px 0;
}

.f5_cont .f5_list {
    width: 100%;
}

.f5_cont .f5_list ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.f5_cont .f5_list ul li {
    width: 31.25%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    margin-right: 3.12%;
    margin-bottom: 2.8%;
    float: left;
    padding: 98px 30px;
}

.f5_cont .f5_list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.f5_cont .f5_list ul li:nth-child(3n) {
    margin-right: 0;
}

.f5_cont .f5_list ul li .f5_icon {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .4s;
}

.f5_cont .f5_list ul li .f5_icon img {
    max-width: 100%;
    margin: auto;
}

.f5_cont .f5_list ul li .f5_text {
    width: 100%;
    margin-bottom: 50px;
}

.f5_cont .f5_list ul li .f5_text p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

.f5_cont .f5_list ul li .f5_hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.f5_cont .f5_list ul li .f5_hover span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-left: 4px;
}

.f5_cont .f5_list ul li .f5_hover img {
    width: 26px;
    height: 19px;
}


/* ------------------F5 end--------------------- */


/* ------------------G1 --------------------- */

.g1_conter {
    width: 100%;
    padding: 100px 0;
}

.g1_conter .g1_title {
    width: 100%;
    text-align: center;
}

.g1_conter .g1_title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
}

.g1_conter .g1_img1 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
}

.g1_conter .g1_img1 img {
    width: 100%;
    display: block;
}

.g1_swiper {
    margin-top: 40px;
    overflow: hidden;
}

.g1_swiper_cp {
    width: 100%;
    background: #2C2C2C;
    padding: 100px 0;
}

.g1_swiper_cp .g1_title h3,
.g1_swiper_cp .g1_title p {
    color: #fff;
}

.g1_swiper_cp .g1_title p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    margin-top: 10px;
}

.g1_swiper {
    width: 100%;
    overflow: hidden;
}

.g1_swiper .idxcase-swp {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.idxcase-swp .swiper-slide {
    transition: 300ms;
}

.g1_swiper .idxCase-pv {
    left: 22.093%;
}

.g1_swiper .idxCase-nt {
    right: 22.093%;
}

.g1_jmys {
    width: 100%;
    padding: 100px 0 80px 0;
}

.g1_jmys .g1_jmys_list {
    margin-top: 50px;
}

.g1_jmys .g1_jmys_list ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.g1_jmys .g1_jmys_list ul li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.05);
    padding: 50px 38px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.g1_jmys .g1_jmys_list ul li:nth-child(4n) {
    margin-right: 0;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_img {
    width: 80px;
    margin-bottom: 46px;
    transition: all .4s;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_img img {
    width: 100%;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text {
    width: 100%;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.g1_jmzc_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/g1_img12.jpg) no-repeat center top/cover;
    padding: 100px 0;
}

.g1_jmzc_cont .g1_title h3 {
    color: #ffff;
}

.g1_jmzc_cont .g1_title p {
    color: rgba(170, 170, 170, 1);
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 46px;
}

.g1_jmzc_cont .g1_jmzcimg {
    width: 100%;
    margin-top: 40px;
}

.g1_jmzc_cont .g1_jmzcimg img {
    width: 100%;
}

.g1_jmzg_cont {
    padding: 100px 0 70px 0;
    width: 100%;
}

.g1_jmzg_cont .g1_title p {
    color: #666666;
    font-size: 16px;
    line-height: 46px;
}

.g1_jmzg_list {
    width: 100%;
    margin-top: 40px;
}

.g1_jmzg_list ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
}

.g1_jmzg_list ul li:nth-child(2n) {
    margin-right: 0;
}

.g1_jmzg_list ul li .g1_jmzg_img {
    width: 345px;
    float: left;
    overflow: hidden;
}

.g1_jmzg_list ul li .g1_jmzg_img img {
    width: 100%;
    transition: all .4s;
}

.g1_jmzg_list ul li .g1_jmzg_text {
    width: calc(100% - 345px);
    float: left;
    padding: 46px 40px;
}

.g1_jmzg_list ul li .g1_jmzg_text h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 16px;
}

.g1_jmzg_list ul li .g1_jmzg_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 150px;
}

.g1_jmzg_list ul li span.span_jmys {
    position: absolute;
    right: 48px;
    bottom: 30px;
    font-size: 50px;
    font-weight: normal;
    color: #EDEDED;
    line-height: 46px;
    font-family: Arial;
    font-weight: bold;
}

.g1_jmzg_cont .div_p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    text-align: center;
    padding-top: 40px;
}

.g1_jmlc_comt {
    width: 100%;
    background: url(../images/g1_img18.jpg) no-repeat center center/cover;
    padding: 100px 0;
}

.g1_jmlc_comt .g1_title h3 {
    color: #fff;
}

.g1_jmlc_comt .g1_title p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

.g1_jmlc_list {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.g1_jmlc_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.g1_jmlc_list ul::before {
    /* width: 92%;
    content: "";
    position: absolute;
    bottom: 20px;
    height: 1px;
    border-bottom: 1px dashed #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; */
}

.g1_jmlc_list ul li .after {
    display: inline-block;
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    bottom: 20px;
}

.g1_jmlc_list ul li {
    /* width: 12.5%; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.g1_jmlc_list ul li .g1_jmlc_icon {
    width: 81px;
    margin-bottom: 20px;
}

.g1_jmlc_list ul li .g1_jmlc_icon img {
    width: 100%;
}

.g1_jmlc_list ul li p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.g1_jmlc_list ul li:last-child .g1_jmlc_otv .after {
    display: none;
}

.g1_jmlc_list ul li .g1_jmlc_otv {
    width: 45px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.g1_jmlc_list ul li .g1_jmlc_otv span {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.g1_slzs_cont {
    width: 100%;
    padding: 90px 0;
}

.g1_slzs_cont .g1_slz_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g1_slzs_cont .g1_slz_title .g1_slz_h3 h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
}

.g1_slzs_cont .g1_slz_title .g1_slz_ul ul li {
    float: left;
    padding: 0 14px;
    cursor: pointer;
}

.g1_slzs_cont .g1_slz_title .g1_slz_ul ul li:last-child {
    padding-right: 0;
}

.g1_slzs_cont .g1_slz_title .g1_slz_ul ul li span {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all .4s;
}

.g1_slzs_cont .g1_slz_title .g1_slz_ul ul li.active span {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.g1_slzs_swiper {
    width: 100%;
    margin-top: 62px;
}

.g1_slzs_swiper .slzs_swiper .swiper-slide img {
    width: 100%;
}

.g1_slzs_swiper .slzs_swiper .swiper-slide dl {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
}

.g1_slzs_swiper .slzs_swiper .swiper-slide dl:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 700px){
    .g1_slzs_swiper .slzs_swiper .swiper-slide dl {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
}


.g1_slzs_swiper .g1-suer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.g1_slzs_swiper .g1-suer .g1_soan_t {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g1_slzs_swiper .g1-suer .g1_soan_t .cutAct,
.g1_slzs_swiper .g1-suer .g1_soan_t .total,
.g1_slzs_swiper .g1-suer .g1_soan_t .sapn {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
}

.g1_slzs_swiper .g1-suer .g1_soan_t .cutAct {
    color: #000;
}

.g1_slzs_swiper .g1-suer .g1_soan_t .sapn {
    margin: 0 10px;
}

.g1_slzs_swiper .g1_pre,
.g1_slzs_swiper .g1_next {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    z-index: 3;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}


/* ------------------G1 end--------------------- */

#ipon1,
#ipon2,
#ipon3,
#ipon4 {
    position: relative;
    top: -70px;
    left: 0;
}


/* IE浏览器版本兼容调试 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .g1_jmzc_cont .g1_title h3 {
        color: #ffff;
    }
     ::-ms-clear,
     ::-ms-reveal {
        display: none;
    }
    .idxNew-hd .idx-entit {
        position: absolute;
        left: 0%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .idx-entit {
        width: 800px;
    }
    .idx-banSwp video {
        height: auto;
    }
}


/* 放置全部hover效果 */

@media screen and (min-width: 1200px) {
    .b1_jytb ul li:hover .b1_jya_img img {
        transform: scale(1.1);
    }
    .b1_szh_cont .b1_szh_ul ul li:hover .b1_szh_img img {
        transform: scale(1.1);
    }
    .footer .footBtm a:hover {
        color: #fff;
    }
    .footer .footNav-li li a:hover {
        color: #fff;
    }
    .b3_ptyn_ul .ptyn_span .swiper-pagination-bullet:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }
    .b3_ptyn_cont .b3_ptyn_ul ul li:hover a .b3_ptyn_div .bt_ptyn_icon,
    .e2_pert .e2_toer a:hover img {
        -webkit-animation: nt 1s ease 0s infinite;
        animation: nt 1s ease 0s infinite;
    }
    .c1_list_ul ul li:hover .c1_li .c1_img1 img {
        transform: scale(1.1);
    }
    /* .c1_list_ul ul li:hover .c1_li .c1_tet p {
        color: #bea171;
    } */
    .pages_cont ul li:hover a {
        background: #000;
        border-color: #000;
    }
    .pages_cont ul li:hover a {
        color: #fff;
    }
    .pages_cont ul li.dt a:hover {
        background: #fff;
        border-color: #000;
        color: #AAAAAA;
    }
    .d1_listcont .d1_list_ul ul li:hover .d1_cont .d1_img img {
        transform: scale(1.1);
    }
    .d2_conter .d2_title_ter a:hover img,
    .e2_pert .e2_toer1 a:hover img {
        -webkit-animation: nt 1s ease 0s infinite;
        animation: nt 1s ease 0s infinite;
    }
    .e1_lisr_lir:hover a .e1_lisr_r img {
        transform: scale(1.1);
    }
    .e1_ul_lis ul li:hover .e1_ul_img img {
        transform: scale(1.1);
    }
    .e2_pert .e2_toer2 a:hover {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
    .f1_connter .f1_list ul li:hover .f1_img img {
        transform: scale(1.1);
    }
    .f3_conter .f3_title_cont .f3_more:hover img,
    .f4_conter .f4_title .f4_more:hover img {
        -webkit-animation: nt 1s ease 0s infinite;
        animation: nt 1s ease 0s infinite;
    }
    .f3_conter .but_swper .tup:hover {
        background: rgba(0, 0, 0, 1);
    }
    .f3_conter .but_swper .tup:hover .icon_img1 {
        background: url(../images/f3_icon4.png) no-repeat center center/100%;
    }
    .f3_conter .but_swper .tub:hover {
        background: rgba(0, 0, 0, 1);
    }
    .f3_conter .but_swper .tub:hover .icon_img2 {
        background: url(../images/f3_icon2.png) no-repeat center center/100%;
    }
    .f5_cont .f5_list ul li:hover .f5_icon {
        transform: translateY(-5px);
    }
    .g1_jmzg_list ul li:hover .g1_jmzg_img img {
        transform: scale(1.1);
    }
    .g1_slzs_cont .g1_slz_title .g1_slz_ul ul li:hover span {
        color: #000000;
        border-bottom: 1px solid rgba(0, 0, 0, 1);
    }
    .g1_pre:hover img {
        -webkit-animation: pv 1s ease 0s infinite;
        animation: pv 1s ease 0s infinite;
    }
    .g1_next:hover img {
        -webkit-animation: nt 1s ease 0s infinite;
        animation: nt 1s ease 0s infinite;
    }
}

@media screen and (min-width: 768px) {
    .f2_conter .f2_list ul li:hover .bg_main {
        left: 0;
        top: 0;
        transform: scale(3);
        -ms-transform: scale(3);
        -moz-transform: scale(3);
        -webkit-transform: scale(3);
        -o-transform: scale(3);
    }
    .f2_conter .f2_list ul li:hover .f2_img_hover h3,
    .f2_conter .f2_list ul li:hover .f2_img_hover .img_f2_t,
    .f2_conter .f2_list ul li:hover .f2_img_hover .more_f2 {
        opacity: 1;
        *filter: alpha(opacity=100);
        filter: alpha(opacity=100);
        margin-left: 0;
        transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
    }
    .g1_jmys .g1_jmys_list ul li:hover .g1_jmys_img {
        transform: translateY(-6px);
    }
}


/* 面包靴导航 */

.submenu {
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.submenu .swiper-slide {
    width: auto;
    display: inline-block;
}

.submenu .swiper-slide {
    text-align: center;
}

.submenu .swiper-slide a {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 76px;
    padding: 0 36px;
    transition: all .4s;
}

.submenu .swiper-slide.cur03 a,
.submenu .swiper-slide a:hover {
    color: #000;
}

.hear_span {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: absolute;
    right: 1.9%;
    bottom: 39px;
    text-transform: uppercase
}


/* ---------------------c2------------ */

.c2_conter_main {
    width: 100%;
    padding: 100px 0;
}

.c2_conter_main .c2_con1 {
    margin-bottom: 100px;
}

.c2_conter_main .c2_con1 .c2_title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    text-align: center;
}

.c2_conter_main .c2_con1 .c2_img1 {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.c2_conter_main .c2_con1 .c2_img1 img {
    max-width: 100%;
    width: 100%;
}

.c2_conter_main .c2_con1 .c2_list {
    width: 100%;
    margin-top: 55px;
}

.c2_conter_main .c2_con1 .c2_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
    /* padding: 0 5%; */
    flex-wrap: wrap;
}

.c2_conter_main .c2_con1 .c2_list ul li {
    width: calc(100% / 6);
    float: left;
}

.c2_conter_main .c2_con1 .c2_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c2_conter_main .c2_con1 .c2_list ul li .c2_icont {
    width: 80px;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c2_conter_main .c2_con1 .c2_list ul li .c2_icont img {
    max-width: 100%;
}

.c2_conter_main .c2_con1 .c2_list ul li .c2_text_icon {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.c2_conter_main .c2_con1 .c2_list ul li .c2_text_icon h3 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.c2_conter_main .c2_con1 .c2_list ul li .c2_text_icon p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.c2_cpys_comter {
    width: 100%;
    margin-top: 55px;
}

.c2_cpys_comter .c2_cpys_img1 {
    width: 100%;
    position: relative;
}

.c2_cpys_comter .c2_cpys_img1 img {
    width: 100%;
}

.c2_cpys_comter .c2_cpys_img1 .c2_cpys_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.c2_cpys_comter .c2_cpys_img1 .c2_cpys_text h3 {
    font-size: 30px;
    font-weight: 400;
    color: #010101;
    line-height: 46px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.c2_cpys_comter .c2_cpys_img1 .c2_cpys_text h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 1px;
    background: #000000;
}

.c2_cpys_comter .c2_cpys_img1 .c2_cpys_text p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}

.c2_cpys_comter .c2_cpys_list {
    width: 100%;
    margin-top: 60px;
}

.c2_cpys_comter .c2_cpys_list ul li {
    width: 49.3%;
    float: left;
    margin-right: 1.4%;
    position: relative;
}

.c2_cpys_comter .c2_cpys_list ul li:nth-child(2n) {
    margin-right: 0;
}

.c2_cpys_comter .c2_cpys_list ul li img {
    width: 100%;
    transition: all .4s;
}

.c2_cpys_comter .c2_cpys_list ul li .c2_cpys_text1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 11%;
    margin-bottom: 40px;
}

.c2_cpys_comter .c2_cpys_list ul li .c2_cpys_text1 h3 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.c2_cpys_comter .c2_cpys_list ul li .c2_cpys_text1 h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #FFFFFF;
}

.c2_cpys_comter .c2_cpys_list ul li .c2_cpys_text1 p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    line-height: 36px;
}

.c2_cpys_comter .c2_cp_ys_list {
    width: 100%;
    overflow: hidden;
}

.c2_cpys_comter .c2_cp_ys_list ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    background-color: #F8F9FB;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_img {
    width: 57.2%;
    float: left;
    overflow: hidden;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_img img {
    width: 100%;
    transition: all .4s;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_text {
    width: 42.8%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_text .c2_pc_icon {
    margin-bottom: 24px;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_text .c2_pc_icon img {
    max-width: 100%;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_text h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
    margin-bottom: 10px;
    text-align: center;
}

.c2_cpys_comter .c2_cp_ys_list ul li .c2_cp_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
}

.c2_cpys_comter .c2_cp_ys_list ul li:nth-child(1) {
    background-color: #F8F9FB;
}

.c2_cpys_comter .c2_cp_ys_list ul li:nth-child(2n) {
    flex-flow: row-reverse;
}

.c2_cpys_comter .c2_cp_ys_list ul li:nth-child(3) {
    background: #F5F5F5;
}

.c2_cpys_comter .c2_cp_ys_list ul li:nth-child(2) {
    background: #F6F7FA;
}

.c2_cp_img4 {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.c2_cp_img4 img {
    width: 100%;
}

.c2_cp_img4 .c2_cp_img4trext {
    position: absolute;
    top: 30%;
    left: 9.8%;
    transform: translate(-9.8%, -30%);
    width: 40%;
}

.c2_cp_img4 .c2_cp_img4trext h3 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.c2_cp_img4 .c2_cp_img4trext p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    line-height: 32px;
    text-align: center;
}

.c2_djgx_conter {
    width: 100%;
    margin-top: 100px;
}

.c2_djgx_conter .title_c2_djgx {
    width: 57%;
    margin: auto;
    margin-bottom: 20px;
}

.c2_djgx_conter .title_c2_djgx h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
    text-align: center;
}

.c2_djgx_conter .title_c2_djgx p {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
}

.c2_djgx_conter .c2_gdt_list {
    width: 100%;
    overflow: hidden;
}

.c2_djgx_conter .c2_gdt_list ul li {
    width: 100%;
    margin-top: 20px;
}

.c2_djgx_conter .c2_gdt_list ul li img {
    width: 100%;
}


/* ---------------------c2 end------------ */