html {
    font-family: SourceHanSansCN-Normal;
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url(../font/SourceHanSansCN-Normal.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ContextUltraCondSSKBold;
    src: url(../font/ContextUltraCondSSK.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: impact;
    src: url(../font/impact-webfont.ttf);
    font-weight: 400;
    font-style: normal
}

.number-font {
    font-family: ContextUltraCondSSKBold
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fbfbfb;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    color: #333333;
}

img {
    max-width: 100%
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    height: 80px;
    line-height: 80px
}

.header.hd-hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .5s
}

.header.dh {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f4f4f4
}

.header .headR {
    display: inline-block;
    height: 100%;
    width: 100%
}

.header .nav a {
    display: inline-block;
    color: #fff
}

.header .headR a {
    color: #fff
}

.header.dh .headR a {
    color: #333
}

.headR .nav {
    width: 90%;
    height: 80px;
}

.headR .nav .nav-item {
    position: relative;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: all .4s
}

.header .wrap .logo-item {
    height: 100%;
    width: 18%;
    display: inline-block;
    max-width: 260px
}

.header .logo-item img {
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    top: -6px
}

.headR .nav .nav-item .drop {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 154px;
    text-align: center;
    background: #fff;
    padding-bottom: 10px
}

.headR .nav .nav-item>a {
    position: relative;
    transition: all .4s
}

.headR .nav .nav-item:hover>a {
    color: #ffe114;
    transition: all .4s
}

.headR .nav .nav-item>a::after {
    content: "";
    width: 0%;
    display: inline-block;
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    background: #ffe114;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.headR .nav .nav-item:hover a::after {
    width: 100%;
    transition: all .3s
}

.header .nav .search-item {
    width: 30px;
    display: block;
    text-align: right;
    background: url(../img/icon3.png) no-repeat center center
}

.header .search a {
    display: inline-block;
    margin-left: 18px
}

.header .headR .searchWap {
    display: none
}

.nav-item .drop .drop-item {
    width: 100%;
    margin: 0 auto;
    line-height: 34px
}

.nav-item .drop .drop-item a {
    color: #1f276f
}

.nav-item .drop .drop-item:hover {
    transition: all .4s;
    background: #1f276f
}

.nav-item .drop .drop-item:hover a {
    color: #ffe114;
    transition: all .4s
}

.nav-item .drop .drop-lable {
    position: relative;
    height: 96px
}

.nav-item .drop .drop-lable>img {
    height: 100%;
    width: 100%
}

.nav-item .drop-lable .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    color: #fff;
    line-height: 50px;
    padding: 20px;
    text-align: left
}

.nav-item .drop-lable .mask .line {
    display: block;
    height: 4px;
    width: 22px;
    background: #fff;
    margin-bottom: 5px
}

.nav-item .drop-lable .mask h5 {
    font-weight: 600
}

.nav-item .drop a {
    font-size: 16px;
    display: inline-block;
    width: 100%
}

.nav-item .drop li:last-child a {
    border-bottom: none
}

.header .searchBox {
    display: none;
    background: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9
}

.header .searchBox input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #333
}

.header .searchBox .close-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: url(../img/icons/close_black.png) no-repeat center center;
    background-size: 16px;
    cursor: pointer
}

.header .searchBox input::-webkit-input-placeholder {
    font-size: 16px;
    color: #666
}

.header .searchBox input::-moz-placeholder {
    font-size: 16px;
    color: #666
}

.header .searchBox input::-ms-input-placeholder {
    font-size: 16px;
    color: #666
}

.header .searchBox input:-ms-input-placeholder {
    font-size: 16px;
    color: #666
}

.header .phone-item {
    position: absolute;
    right: 2%;
    top: 0;
    font-family: ContextUltraCondSSKBold;
    font-size: 32px;
    color: #fff;
    display: inline-block;
    line-height: 78px
}

.header .phone-item img {
    display: inline-block;
    margin-right: 10px
}

.gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 4.2%;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: #ffffff url(../img/icon1.png) bottom center no-repeat;
    border-radius: 20px;
    transition: all 0.5s;
    animation: slideInRight 1s;
}

.gotop:hover {
    transition: all 0.5s;
    background: #febf0b url(../img/icon20.png) bottom center no-repeat;
}

.index-header {
    height: 78px;
    line-height: 78px
}

.index-header .headR .nav {
    background: #fff;
    border-radius: 40px;
    height: 78px
}

.index-header .headR a {
    color: #333
}

.header .headR .nav .logo-item .img2 {
    display: none;
}

.index-header .headR .nav .logo-item .img1 {
    display: none;
}

.index-header .headR .nav .logo-item .img2 {
    display: inline-block;
}

.index-header .nav .search-item {
    background: url(../img/search_l.png) no-repeat center center
}

@media only screen and (max-width:1780px) {
    .headR .nav {
        width: 88%;
    }
    .header .phone-item {
        font-size: 22px
    }
    .header .phone-item img {
        width: 28px;
    }
}

@media only screen and (max-width:1440px) {
    .headR .nav {
        width: 92%
    }
    .headR .nav .nav-item {
        font-size: 16px
    }
    .header .phone-item {
        font-size: 20px
    }
    .header .phone-item img {
        width: 24px
    }
}

@media only screen and (max-width:1366px) {
    .header .phone-item {
        font-size: 18px;
    }
    .header .phone-item img {
        width: 18px;
        margin-right: 5px
    }
}

@media only screen and (max-width:1024px) {
    .header {
        background: #1f276f url(../img/logo1.png) no-repeat 20px center;
        background-size: auto 40px;
        position: relative;
        box-shadow: 0 2px 3px 1px #202021
    }
    .headR .nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
        background: rgba(255, 255, 255, 1);
        height: auto;
        transition: all .5s;
        display: none;
        z-index: 99
    }
    .index-header .headR .nav {
        height: auto;
        border-radius: 0
    }
    .header .phone-item {
        display: none;
    }
    .headR .nav .nav-item {
        font-size: 14px;
        width: 100%;
        padding: 0 5%;
        text-align: left;
        line-height: 48px
    }
    .headR .nav .nav-item.search-item {
        display: none!important;
    }
    .header .headR a {
        color: #333;
    }
    .headR .nav .nav-item>a {
        color: #333;
        font-size: 16px
    }
    .header .wrap .logo-item {
        display: none;
        max-width: 260px;
        position: absolute;
        top: -58px;
        left: -1%
    }
    .header .menuBtn {
        display: block;
        transition: all .4s;
        position: absolute;
        right: 20px;
        top: 30px;
        width: 50px;
        height: 40px
    }
    .header .menuBtn span {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .header .menuBtn span:nth-child(2) {
        margin: 8px 0 8px 12px;
    }
    .headR .nav .nav-item .drop {
        display: none!important;
    }
    .header .menuBtn.on span:first-child {
        transform: rotate(45deg);
        top: 5px;
        position: absolute;
        right: 10px
    }
    .header .menuBtn.on span:nth-child(3) {
        transform: rotate(-42deg);
        top: 5px;
        width: 23px;
        position: absolute;
        right: 12px
    }
    .header .menuBtn.on span:nth-child(2) {
        width: 0
    }
    .nav-item .drop .drop-lable {
        display: none!important;
    }
    .headR .nav .nav-item>a::after {
        display: none!important;
    }
    .header .search-btn {
        width: 30px;
        height: 100%;
        display: block;
        text-align: right;
        background: url(../img/icon3.png) no-repeat center center;
        position: absolute;
        right: 12%;
        top: 0;
    }
}

@media only screen and (max-width:768px) {
    .header {
        height: 60px;
        line-height: 60px;
    }
    .header .menuBtn {
        top: 22px;
        width: 46px;
    }
    .header .search-btn {
        right: 20%;
    }
    .header {
        background-size: auto 40px;
    }
    .header .menuBtn span:nth-child(2) {
        margin: 6px 0 6px 11px;
    }
}

.footer {
    background: url(../img/n2.jpg);
    background-size: 100% 100%;
    color: #fff;
    text-align: center
}

.footer .b-phone {
    font-family: ContextUltraCondSSKBold;
    color: #febf0b
}

.footer .text {
    color: #fff;
    opacity: .6
}

.footer .fp-bottom {
    font-size: 12px;
    line-height: 26px
}

.footer .f-nav {
    margin: 30px auto;
    display: inline-block
}

.footer .f-nav li {
    position: relative;
    padding: 0 20px
}

.footer .f-nav li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 5px
}

.footer .f-nav li:last-child:after {
    display: none
}

.footer .f-nav li a {
    color: #fff;
    transition: all .4s
}

.footer .f-nav li a:hover {
    color: #febf0b;
    transition: all .4s
}

@media only screen and (max-width:1440px) {
    .footer .footer-main p img {
        width: 140px
    }
    .footer .footer-main .b-logo img {
        width: 400px
    }
}

@media only screen and (max-width:1366px) {
    .footer .footer-main p img {
        width: 120px
    }
    .footer .footer-main .b-logo img {
        width: 390px
    }
    .footer .footer-main .b-phone {
        font-size: 26px
    }
}

@media only screen and (max-width:1024px) {
    .footer .footer-main .b-logo img {
        width: 290px;
    }
}

@media only screen and (max-width:768px) {
    .footer .footer-main p img {
        width: 70px;
    }
    .footer .f-nav {
        margin: 10px auto;
    }
    #fullpage .section:nth-child(7){padding-bottom: 60px;}
}

.indexPage .section {
    position: relative;
    overflow: hidden;
    background-color: #1f276f;
    height: 100vh
}

.indexPage .section1 {
    color: #fff;
}

.section1 .index-banner {
    width: 100%;
    height: 100%;
}

.section1 .index-banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.section1 .index-banner .banner-item>img {
    width: 100%;
    height: 100vh;
}

.section1 .index-banner .banner-item .text-over {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.indexPage .section1 h5 {
    position: relative;
    display: inline-block;
}

.indexPage .section1 h5::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.indexPage .section1 h3 {
    font-weight: 600;
    letter-spacing: 2px
}

.indexPage .section1 .index-pagination {
    bottom: 30px;
}

.indexPage .section1 .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    opacity: 0.2;
    margin: 0 6px;
}

.indexPage .section1 .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #5867ec, #febf0b);
    transition: all 0.2s ease;
    position: absolute;
    left: 0%;
    top: 0;
}

.indexPage .section1 .swiper-pagination-bullet-active {
    opacity: 8;
}

.indexPage .section1 .swiper-pagination-bullet-active::after {
    transition: all 5s ease;
    width: 100%;
}

@media only screen and (max-width:1366px) {
    .indexPage .section1 h5 {
        font-size: 28px
    }
    .indexPage .section1 h3 {
        font-size: 48px;
        margin-bottom: 20px
    }
    .indexPage .section1 p {
        font-size: 26px
    }
}

@media only screen and (max-width:1280px) {
    .indexPage .section1 h5 {
        font-size: 24px
    }
    .indexPage .section1 h3 {
        font-size: 42px;
        margin-bottom: 15px
    }
    .indexPage .section1 p {
        font-size: 22px
    }
}

@media only screen and (max-width:1024px) {
    .indexPage .section1 h3 {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .section1 .index-banner .banner-item>img {
        height: auto;
    }
    .indexPage .section1 .index-pagination {
        bottom: 15px;
    }
    .indexPage .section1 h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .indexPage .section2 .text1>img {
        height: 7vh;
        width: 65vw
    }
    .indexPage .section2 .text1 .over-text {
        width: 140px;
    }
    .indexPage .section2 .text2 p {
        line-height: 24px;
        font-size: 14px;
    }
    .section1 .index-banner .banner-item .text-over {
        padding: 0 10px;
    }
    .gotop {
        width: 40px;
        height: 40px;
        background: #ffffff url(../img/icon1.png) bottom center no-repeat;
        background-size: 20px;
        border-radius: 12px;
    }
    .gotop:hover {
        background: #febf0b url(../img/icon20.png) bottom center no-repeat;
        background-size: 20px;
    }
    .indexPage .section1 .swiper-pagination-bullet {
        width: 70px;
        height: 4px;
    }
}

@media only screen and (max-width:600px) {
    .indexPage .section1 .swiper-pagination-bullet {
        width: 35px;
        height: 3px;
    }
    .indexPage .section1 h5 {
        font-size: 16px;
    }
    .indexPage .section1 h3 {
        font-size: 18px;
    }
    .indexPage .section1 p {
        font-size: 14px;
    }
}

.indexPage .section2 {
    background: #1f276f;
    color: #fff
}

.indexPage .section2 .text1 {
    position: relative;
    margin-bottom: 25px
}

.indexPage .section2 .text1 .over-text {
    position: absolute;
    left: 0;
    bottom: 14%
}

.indexPage .section2 .link-btn {
    position: relative
}

.indexPage .section2 .link-btn::after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 100%;
    bottom: 25px
}

.indexPage .about-video {
    width: 168px;
    height: 168px;
    right: 0;
    bottom: 35px;
    z-index: 20;
    line-height: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: all ease .6s;
    border-radius: 50%;
    transform-origin: center center;
    cursor: pointer
}

.indexPage .about-video {
    animation: fadeInLeft 1.5s ease .4s forwards
}

.indexPage .section2 .about-slider-desc {
    animation: fadeInUp .5s ease .4s forwards
}

.indexPage .section2 .count-num {
    animation: fadeInUp .5s ease .5s forwards
}

.indexPage #aboutVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.indexPage .video-close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 21;
    cursor: pointer;
    position: absolute;
    pointer-events: all;
    top: 0;
    right: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .3)
}

.indexPage .section2 .text2 p {
    color: #bcbdcd;
    line-height: 34px;
    text-align: justify
}

.indexPage .section2 .inner-right .img-box {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right
}

.indexPage .section2 .inner-right .img-box img {
    transition: all .4s;
    vertical-align: middle;
    max-width: 90%
}

.indexPage .section2 .inner-right .img-box:hover img {
    transition: all .4s;
    transform: scale(1.1)
}

#aboutFull {
    display: none;
    opacity: 0
}

#aboutVideoFull {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000
}

.mobile #aboutVideoFull {
    object-fit: contain
}

#aboutFull.playing {
    display: flex;
    animation: showFullVideo .6s linear forwards
}

@keyframes showFullVideo {
    0% {
        opacity: 0;
        transform: scale(0, 0)
    }
    50% {
        opacity: 0;
        transform: scale(.5, .5)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

.indexPage .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7)
}

.about-video.playing {
    animation: hideVideoImg .3s linear forwards
}

.indexPage .section2 .scroll-numCount {
    background: #fcc00e url(../img/bg4.png) no-repeat center center
}

.count-num {
    display: flex;
    background-size: 100% 100%;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    opacity: 0
}

.count-item {
    width: 24%;
    text-align: center
}

.count-item p {
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #1d256e;
    line-height: 180%
}
.count-item p.num{position: relative;display: inline-block;}
.count-item p.num,
.count-item p.num span {
    font-size: 56px;
    color: #1d256e;
    font-weight: 700
}

.count-item p.num sup {
    font-size: 40%;
    top: 1rem;
    position: absolute;
    right: -20px;
}

@media only screen and (max-width:1680px) {
    .indexPage .about-video {
        width: 145px;
        height: 145px
    }
}

@media only screen and (max-width:1440px) {
    .indexPage .about-video {
        width: 125px;
        height: 125px
    }
    .indexPage .section2 .text2 p {
        line-height: 30px
    }
}

@media only screen and (max-width:1366px) {
    .indexPage .about-video {
        width: 100px;
        height: 100px
    }
    .indexPage .section2 .text1>img {
        height: 25vh
    }
    .indexPage .section2 .text2 p {
        line-height: 28px;
        font-size: 16px
    }
    .indexPage .section2 .text1 .over-text {
        width: 250px
    }
    .count-item p.num,
    .count-item p.num span {
        font-size: 48px
    }
    .count-item p.num sup {
        top: -2rem
    }
    .count-num {
        padding: 30px 0
    }
    .indexPage .section2 .text1 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1280px) {
    .indexPage .about-video {
        width: 90px;
        height: 90px
    }
    .indexPage .section2 .text1>img {
        height: 15vh
    }
    .count-item p.num,
    .count-item p.num span {
        font-size: 40px
    }
    .indexPage .section2 .text1 {
        margin-bottom: 10px
    }
    .indexPage .section2 .text1 .over-text {
        width: 230px
    }
}

@media only screen and (max-width:1024px) {
    .indexPage .about-video {
        width: 80px;
        height: 80px
    }
    .count-item p.num,
    .count-item p.num span {
        font-size: 32px
    }
    .indexPage .section2 .text1 .over-text {
        width: 200px
    }
}

@media only screen and (max-width:768px) {
    .indexPage .about-video {
        width: 60px;
        height: 60px;
    }
    .indexPage .section2 .text1 .over-text {
        width: 170px;
    }
    .indexPage .section2 .inner-right .img-box {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
    }
    .indexPage .section2 .inner-right .img-box img {
        max-width: 100%;
    }
    .indexPage .section2 .text2 p {
        line-height: 24px;
        font-size: 14px;
    }
    .indexPage .section2 .link-btn {
        width: 23vw;
    }
    .count-item p.num,
    .count-item p.num span {
        font-size: 22px;
    }
    .indexPage .section2 .about-slider-desc {
        padding: 10px 0;
    }
    .count-item p {
        font-size: 14px;
    }
}

@media only screen and (max-width:600px) {
    .indexPage .section2 .text1 .over-text {
        width: 130px;
    }
    .indexPage .section2 .text1>img {
        height: 6vh;
    }
    .count-num {
        flex-wrap: wrap;
    }
    .count-num .count-item {
        width: 50%;
    }
}

.section3 .inner-left {
    height: 100vh;
    position: relative;
}

.section3 .swiper-slide .img-box {
    overflow: hidden;
    width: 50vw;
    position: relative;
    height: 70vh;
}

.section3 .swiper-slide .inner-left .img-box {
    height: 100vh;
}

.section3 .swiper-slide .img-box .over-text {
    width: 100%;
    height: 30vh;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: all 2s;
    background: rgba(31, 39, 111, .35);
    padding-top: 8%;
    padding-left: 10%;
    color: #fff
}

.section3.active .swiper-slide .img-box .over-text {
    transform: translateY(0);
    transition: all 2s;
}

.section3 .swiper-slide .img-box>img {
    transition: all .4s;
    width: 100%;
    height: 100%
}

.section3 .swiper-slide .txt-bg {
    width: 58%
}

.section3 .img-box .over-text .slide-text {
    position: absolute;
    left: 10%;
    top: 30%
}

.section3 .img-box .over-text h5 {
    font-weight: 600;
    letter-spacing: 1px
}

.section3 .img-box .over-text .link-a {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px
}

.section3 .img-box .over-text .link-a::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%)
}

.section3 .inner-right {
    height: 100vh;
    position: relative
}

.section3 .inner-right .img-box .over-text {
    height: 100%;
    background: rgba(0, 0, 0, .1);
    padding-top: 12%
}

.section3 .inner-right .img-box .over-text .slide-text {
    top: 50%;
    transform: translateY(-50%)
}

.section3 .pagination2 {
    position: absolute;
    width: 80px;
    right: 5%;
    top: 83vh;
    bottom: 90px;
    color: #63689a;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 24px
}

.section3 .swiper-button {
    color: #fff;
    background: 0 0;
    top: 83vh;
    z-index: 3;
    width: auto;
    cursor: pointer;
    margin-top: 0
}

.section3 .swiper-button::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all .5s
}

.section3 .pagination1 {
    opacity: 0
}

.section3 .swiper-button.swiper-button-disabled::after {
    width: 0
}

.section3 .prev3 {
    left: 55%
}

.section3 .next3 {
    left: 65%
}

@media only screen and (max-width:1440px) {
    .section3 .img-box .over-text h5 {
        font-size: 36px
    }
    .section3 .swiper-button {
        font-size: 26px;
        bottom: 2px
    }
    .section3 .pagination2 {
        font-size: 22px
    }
}

@media only screen and (max-width:1366px) {
    .section3 .img-box .over-text h5 {
        font-size: 30px
    }
    .section3 .swiper-button::after {
        width: 48px
    }
    .section3 .swiper-button {
        font-size: 22px
    }
    .section3 .pagination2 {
        font-size: 20px
    }
}

@media only screen and (max-width:1280px) {
    .section3 .img-box .over-text h5 {
        font-size: 28px
    }
    .section3 .swiper-button::after {
        width: 44px
    }
    .section3 .swiper-button {
        font-size: 20px
    }
    .section3 .pagination2 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .section3 .img-box .over-text h5 {
        font-size: 24px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:768px) {
    .section3 .img-box .over-text h5 {
        font-size: 20px;
        margin-bottom: 5px
    }
    .section3 .inner-left {
        height: 50vh
    }
    .section3 .swiper-slide .inner-left .img-box {
        height: 50vh
    }
    .section3 .swiper-slide .img-box {
        width: 100Vw
    }
    .section3 .next3 {
        left: 10%
    }
    .section3 .swiper-slide {
        flex-wrap: wrap
    }
    .section3 .inner-left,
    .section3 .inner-right {
        height: 50vh
    }
}

.section4 {
    color: #fff
}

.section4 .inner {
    width: 100%;
    position: relative;
    height: 100%
}

.section4 .inner .inner-left {
    position: relative;
    width: 25%;
    height: 100%;
    overflow: hidden
}

.section4 .inner .inner-left .txt1 {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-100%, -50%);
    transition: all 1s
}

.section4.active .inner .inner-left .txt1 {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(0, -50%)
}

.section4.active .inner .inner-left .link-a {
    display: inline-block;
    margin-top: 40px
}

.section4 {
    background-image: url(../img/zb1.png), url(../img/zb2.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 12vw auto, 12vw auto
}

.section4 .inner .inner-box {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 30vw;
    height: 30vw
}

.section4 .inner-right {
    position: relative;
    width: 72%;
    height: 100%
}

.section4 .inner-right .slide-inner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.section4 .inner-right .line {
    width: 73%;
    height: 1px;
    background: #fff;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 50%;
    overflow: hidden
}

.section4 .inner-right .slide1 .zs-item {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%
}

.section4 .slide2 .zs-item {
    padding: 0 5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.section4 .slide2 .zs-item .img-box {
    overflow: hidden;
    width: 42%
}

.section4 .slide2 .zs-item .txt-box {
    width: 400px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 6% 5% 8%;
    height: 400px;
    position: relative;
    background: #1f2770
}

.section4 .slide2 .zs-item .txt-box .icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.section4 .slide2 .zs-item .txt-box .text {
    line-height: 26px
}

.section4 .slide3 .zs-item {
    padding: 0 5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.section4 .slide3 .zs-item .img-box {
    overflow: hidden;
    width: 42%;
    height: 400px;
    background: 0 0
}

.section4 .slide3 .zs-item .txt-box {
    width: 420px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 6% 5% 8%;
    height: 400px;
    position: relative;
    background: 0 0
}

.section4 .slide3 .zs-item .txt-box .icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.section4 .slide3 .zs-item .txt-box .text {
    line-height: 26px
}

.section4 .slide4 .zs-item .txt-box {
    background: 0 0
}

.section4 .slide5 {
    color: #fff
}

.section4 .slide5 .slide-inner {
    width: 60%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.section4 .slide5 .slide-inner .text-over {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.section4 .slide5 .text-over>img {
    width: 60%
}

.section4 .slide5 .text-over .phone img {
    width: 70%
}

.section4 .slide5 .text-over .txt1 {
    font-size: 16px;
    margin-top: 20px
}

@media only screen and (max-width:1366px) {
    .section4 .slide3 .zs-item .txt-box {
        width: 380px;
        height: 380px;
        padding: 5% 4% 5%
    }
    .section4 .slide2 .zs-item .txt-box {
        width: 380px;
        height: 380px;
        padding: 5% 4% 5%
    }
    .section4 .slide3 .zs-item .txt-box h5 {
        font-size: 28px;
        margin-bottom: 20px
    }
    .section4 .slide2 .zs-item .txt-box h5 {
        font-size: 28px;
        margin-bottom: 20px
    }
    .section4 .slide2 .zs-item .txt-box .text {
        line-height: 24px;
        font-size: 14px
    }
    .section4.active .inner .inner-left .link-a {
        margin-top: 30px
    }
    .section4 .slide3 .zs-item .txt-box h6 {
        margin-bottom: 10px;
        font-size: 16px
    }
    .section4 .slide3 .zs-item .txt-box .text {
        font-size: 14px
    }
}

@media only screen and (max-width:1280px) {
    .section4 .slide2 .zs-item .txt-box {
        width: 350px;
        height: 350px
    }
    .section4 .slide3 .zs-item .txt-box {
        width: 380px;
        height: 360px
    }
    .section4 .slide3 .zs-item .txt-box h5 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .section4 .slide2 .zs-item .txt-box h5 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .section4.active .inner .inner-left .link-a {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {
    .section4 .slide2 .zs-item .txt-box {
        width: 260px;
        height: 280px
    }
    .section4 .slide3 .zs-item .txt-box {
        width: 260px;
        height: 300px
    }
    .section4 .slide2 .zs-item .txt-box {
        width: 260px;
        height: 280px
    }
    .section4 .slide3 .zs-item .txt-box h5 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .section4 .slide2 .zs-item .txt-box h5 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .section4.active .inner .inner-left .link-a {
        margin-top: 10px
    }
}

@media only screen and (max-width:768px) {
    .section4 .slide3 .zs-item .txt-box h5 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .section4 .slide2 .zs-item .txt-box h5 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .section4.active .inner .inner-left .link-a {
        margin-top: 5px
    }
    .section4 .inner .inner-left {
        width: 100%;
        height: 20%;
        padding-top: 20px
    }
    .section4 .inner-right {
        width: 100%;
        height: 70%
    }
    .section4.active .inner .inner-left .txt1 {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px;
        transform: translate(0, 0);
        width: 45%;
    }
    .section4 .inner-right .slide-inner {
        height: 70vh
    }
    .section4 .slide2 .zs-item .txt-box {
        width: 55%;
        height: 50vh
    }
    .section4 .slide3 .zs-item .txt-box {
        width: 55%;
        height: 50vh
    }
    .section4 .slide2 .zs-item .txt-box {
        width: 55%;
        height: 50vh
    }
    .section4 .slide3 .zs-item .img-box {
        width: 30%;
        height: 50vh
    }
    .section4 .slide2 .zs-item {
        flex-wrap: wrap
    }
    .section4 .slide2 .zs-item .img-box {
        width: 100%;
        padding: 20px;
    }
    .section4 .slide2 .zs-item .txt-box {
        width: 100%;
        height: 35vh
    }
    .section4 .slide2 .zs-item .txt-box .icon {
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
    }
    .section4 .slide5 .slide-inner {
        width: 100%;
    }
    .section4 .inner-right .slide1 .zs-item {
        right: 0%;
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .section4 .slide2 .zs-item .txt-box {
        height: 28vh;
    }
    .section4 .slide2 .zs-item .txt-box .text {
        line-height: 22px;
        font-size: 12px;
    }
    .section4 .slide3 .zs-item .img-box {
        width: 0%;
    }
    .section4 .slide3 .zs-item .txt-box {
        width: 90%;
        height: 50vh;
    }
    .section4 .slide3 .zs-item .txt-box .text {
        font-size: 12px;
    }
}

.indexPage .section5 {
    background-color: #fbfbfb;
}

.testimonials-2.testimonials-3.testimonials-new {
    margin-top: 0;
    margin-bottom: 0;
}

.section5 .background-section {
    background: transparent;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
    padding: 60px 0;
}

.section5 .nav-container {
    height: 100vh;
    width: 100%;
    position: relative;
}

.testimonials-2.testimonials-3 .testimonials-nav {
    position: absolute;
    overflow: initial;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.section5 .item {
    position: relative;
    color: #333
}

.section5 .item .cont-left {
    width: 50%;
    transform: translateX(-100%);
    transition: all 1s;
    padding: 60px 5%;
}

.section5.active .item .cont-left {
    transform: translateX(0);
    transition: all 1s;
}

.section5 .item .cont-left .title {
    width: 85%;
}

.section5 .item .cont-right {
    width: 50%;
    transform: translateX(100%);
    transition: all 1s;
    position: relative;
    height: 100vh
}

.section5.active .item .cont-right {
    width: 50%;
    transform: translateX(0);
    transition: all 1s
}

.section5 .cont-left .letter-tit {
    position: relative;
}

.section5 .cont-left .testimonials-item .title {
    margin: 0 0 20px;
}

.section5 .cont-left .letter-tit .num {
    color: #cb2128;
    font-style: italic;
    font-size: 80px;
    font-family: impact;
}

.section5 .cont-left .letter-tit .t1 {
    position: relative;
    bottom: 10px;
    padding-left: 10px;
    color: #333333;
}

.section5 .cont-left .t2 {
    line-height: 32px;
    color: #333333;
    width: 92%;
    padding-left: 15%;
    text-align: justify;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav:before {
    content: "";
    position: absolute;
    border: 2px solid #eaeaea;
    top: -8px;
    left: 60%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
}

.testimonials-2 .testimonials-nav .testimonials-nav-item {
    height: 200px;
    position: relative;
}

.testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.section5 .slick-dots {
    display: none;
}

.testimonials-2.testimonials-3 .testimonials-main-content {
    padding: 0 10% 0 15%;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
    position: relative;
    left: 55%;
}

.testimonials-2 .testimonials-nav-item-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner>img {
    width: 75px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s;
}

.testimonials-2.testimonials-3.testimonials-new .slick-current .testimonials-nav-item-inner>img {
    transform: translateY(-50%) scale(4);
    transition: all 1s;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner .info {
    opacity: 1;
    display: block;
}

.section5 .cont-left .link-a {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px
}

.section5 .cont-left .link-a::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%)
}

.section5 .cont-right .img-box {
    width: 25vw;
    height: 25vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.section5 .cont-right .img-box img {
    transition: all .4s;
    width: 100%
}

.section5 .cont-right .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%
}

.section5 .cont-right .t3 {
    position: absolute;
    right: -3vw;
    bottom: 19%;
    width: 5vw
}

.testimonials-2.testimonials-3 .slick-arrow {
    color: #999999;
    right: 0px;
    bottom: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #999999;
    transition: all 0.4s;
    border-radius: 50%;
    line-height: 60px;
}

.testimonials-2.testimonials-3 .slick-arrow.fa-caret-down {
    transform: translateY(75px);
}

.testimonials-2.testimonials-3 .slick-arrow.fa-caret-up {
    transform: translateY(0px);
}

.testimonials-2.testimonials-3 .slick-arrow:hover {
    transition: all 0.4s;
    color: #1e469b;
    border-color: #1e469b;
}

@media only screen and (max-width:1440px) {
    .section5 .cont-left .letter-tit .num {
        font-size: 70px
    }
    .section5 .swiper-button {
        width: 55px;
        height: 55px
    }
    .section5 .cont-left .letter-tit .t1 {
        font-size: 24px
    }
}

@media only screen and (max-width:1366px) {
    .section5 .cont-left .letter-tit .num {
        font-size: 60px
    }
    .section5 .cont-left .letter-tit .t1 {
        font-size: 22px
    }
    .section5 .cont-left .letter-tit .t1 {
        bottom: 5px
    }
    .section5 .swiper-button {
        width: 42px;
        height: 42px;
    }
}

@media only screen and (max-width:1280px) {
    .section5 .cont-left .letter-tit .num {
        font-size: 52px
    }
    .section5 .cont-left .letter-tit .t1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {
    .section5 .cont-right .t3 {
        right: -5vw;
        bottom: 24%
    }
    .section5 .cont-left .testimonials-item .title {
        width: 60%;
    }
    .section5 .cont-left .letter-tit .num {
        font-size: 42px;
    }
    .section5 .cont-left .t2 {
        width: 100%;
        padding-left: 7%;
    }
    .testimonials-2.testimonials-3 .slick-arrow {
        right: 85%;
        width: 48px;
        height: 48px;
        bottom: -20%;
        line-height: 48px;
    }
    .testimonials-2.testimonials-3 .slick-arrow.fa-caret-down {
        transform: translateY(60px);
    }
    .section5 .nav-container {
        height: 50vh;
    }
    .testimonials-2 .testimonials-nav .testimonials-nav-item {
        height: 150px;
    }
    .testimonials-2.testimonials-3.testimonials-new .slick-current .testimonials-nav-item-inner>img {
        transform: translateY(-50%) scale(1.5);
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav:before {
        width: 450px;
        height: 360px;
        left: 70%;
        top: 50%;
        transform: translateY(-50%);
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner>img {
        width: 60px;
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
        left: 70%;
    }
    .indexPage .section6 .shop-li .otext .see-btn {
        margin-bottom: 5px;
    }
    .indexPage .section6 .shop-li .otext .inner-t h6 {
        margin-bottom: 5px;
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner .info img {
        width: 40px;
    }
}

@media only screen and (max-width:768px) {
    .section5 .cont-left .letter-tit .num {
        font-size: 30px;
    }
    .section5 .item {
        flex-wrap: wrap;
    }
    .section5 .item .cont-left {
        width: 100%;
    }
    .section5 .item .cont-right {
        width: 100%;
        height: 40vh
    }
    .section5.active .item .cont-right {
        width: 100%;
    }
    .testimonials-2.testimonials-3 .testimonials-main-content {
        padding: 0 10% 0 10%;
    }
    .section5 .cont-right .img-box {
        width: 36vh;
        height: 36vh;
        overflow: hidden;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%)
    }
    .section5 .swiper-button {
        left: 5%;
        top: 70%
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
        padding: 20px 0;
    }
}

@media only screen and (max-width:600px) {
    .testimonials-2.testimonials-3 .testimonials-main-content {
        padding: 0 5% 0 5%;
    }
    .section5 .cont-left .letter-tit .num {
        font-size: 24px;
    }
    .section5 .cont-left .letter-tit .t1 {
        font-size: 16px;
        bottom: 0;
    }
    .section5 .cont-left .testimonials-item .title {
        width: 50%;
    }
    .section5 .cont-left .t2 {
        width: 100%;
        padding-left: 0;
        line-height: 22px;
        font-size: 14px;
    }
    .section5 .cont-left .link-a {
        letter-spacing: 1px;
        font-size: 16px;
    }
    .testimonials-2.testimonials-3 .testimonials-nav {
        display: block;
        margin-bottom: 0;
    }
    .testimonials-2 .testimonials-nav .testimonials-nav-item {
        height: 40vh;
    }
    .testimonials-2.testimonials-3.testimonials-new .slick-current .testimonials-nav-item-inner>img {
        border-radius: 50%;
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner .info {
        margin-left: 5px;
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner>img {
        width: 100%;
    }
    .testimonials-2.testimonials-3 .testimonials-nav {
        display: block;
        margin-bottom: 0;
    }
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
        left: 0;
        border-radius: 0;
    }
}

.indexPage .section6 {
    background-color: #fbfbfb;
}

.indexPage .section6 .letter-tit {
    text-align: left
}

.indexPage .section6 .letter-tit img {
    width: 70%;
}

.indexPage .section6 .cont-left,
.indexPage .section6 .cont-right {
    width: 50%;
}

.indexPage .section6 .cont-left .nav-item {
    padding: 0 15px;
    font-weight: 600;
    color: #666666;
}

.section6 .nav-pills .nav-link {
    padding: 0;
    position: relative
}

.section6 .nav-pills .nav-link::after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 2px;
    background: #1f2770;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: all .4s
}

.section6 .nav-pills .nav-link.active {
    background: 0 0;
    color: #1f2770;
}

.section6 .nav-pills .nav-link.active::after {
    width: 100%;
    transition: all .4s;
}

.section6 .cont-left .list {
    display: none;
}

.section6 .cont-left .list.active {
    display: block;
}

.section6 .cont-left .item {
    display: block;
    padding: 0 15px;
}

.section6 .cont-left .item .txt {
    width: 100%;
    margin-bottom: 10px;
}

.section6 .cont-left .item .txt p {
    width: 60%;
    padding-right: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section6 .cont-left .item .txt span {
    display: inline-block;
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all .4s;
    text-align: left;
    font-size: 28px;
}

.section6 .cont-left .item .time {
    font-family: impact;
    color: #c8c8c8;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 18px;
}

.section6 .cont-left .item:hover .txt span {
    opacity: 1;
    transition: all .4s
}

.indexPage .section6 .cont-right {
    padding-left: 5%;
}

.indexPage .section6 .shop-container {
    padding: 50px 5% 30px;
    width: 100%;
    background: #fff
}

.indexPage .section6 .shop-li .swiper-slide {
    position: relative;
    color: #fff;
    transition: all 0.5s;
    height: 16vw;
    overflow: hidden;
}

.indexPage .section6 .shop-li .swiper-slide:hover {
    transition: all 0.5s;
    width: 60%!important;
}

.indexPage .section6 .shop-li .swiper-slide>img {
    width: 100%;
    height: 100%;
}

.indexPage .section6 .shop-li .over {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.indexPage .section6 .shop-li .otext {
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: all 1s;
    transform: translateY(150%);
    background: rgba(0, 0, 0, .3);
}

.indexPage .section6 .shop-li .otext .see-btn {
    display: inline-block;
    margin-bottom: 15px;
    color: #ffffff;
    transition: all 0.4s;
    padding: 8px 20px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.indexPage .section6 .shop-li .otext .see-btn:hover {
    transition: all 0.4s;
    background: #1f2770;
}

.indexPage .section6 .shop-li .otext .image-list {
    display: none;
}

.indexPage .section6 .shop-li .otext .inner-t {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.indexPage .section6 .shop-li .swiper-slide:hover .over {
    opacity: 0;
}

.indexPage .section6 .shop-li .swiper-slide:hover .otext {
    transition: all .5s;
    transform: translateY(-50%);
}

.indexPage .section6 .shop-li .otext p {
    color: #ada9a8;
    margin-top: 5px;
}

.indexPage .section6 .shop-li .b-left {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 20px;
    bottom: 30px;
}

.indexPage .section6 .prev7 {
    background: rgba(0, 0, 0, .5) url(../img/left_b.png) no-repeat center center;
    background-size: 35px auto;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    opacity: 0;
    transition: all 0.4s;
}

.indexPage .section6 .next7 {
    background: rgba(0, 0, 0, .5) url(../img/right_b.png) no-repeat center center;
    background-size: 35px auto;
    height: 80px;
    width: 50px;
    margin-top: -40px;
    opacity: 0;
    transition: all 0.4s;
}

.indexPage .section6 .next7:hover {
    opacity: 1;
    transition: all 0.4s;
}

.indexPage .section6 .prev7:hover {
    opacity: 1;
    transition: all 0.4s;
}

@media only screen and (max-width:1440px) {
    .indexPage .section6 .letter-tit {
        margin-bottom: 26px
    }
    .section6 .cont-left .item .txt {
        line-height: 42px
    }
    .section6 .cont-left .item .txt span {
        font-size: 24px
    }
    .section6 .cont-left .item .txt p {
        font-size: 18px
    }
    .section6 .cont-left .item .time {
        font-size: 16px
    }
    .section6 .nav-pills .nav-link {
        font-size: 20px
    }
}

@media only screen and (max-width:1366px) {
    .indexPage .section6 .cont-left .nav-item {
        padding: 0 12px
    }
    .indexPage .section6 .cont-left .nav-pills {
        margin-bottom: 25px
    }
    .indexPage .section6 .letter-tit {
        margin-bottom: 20px
    }
    .section6 .cont-left .item .txt {
        line-height: 38px
    }
    .section6 .cont-left .item .txt p {
        font-size: 16px
    }
    .section6 .cont-left .item .txt span {
        font-size: 22px
    }
    .section6 .cont-left .item .time {
        font-size: 14px
    }
    .section6 .nav-pills .nav-link {
        font-size: 18px
    }
    .indexPage .section6 .shop-li .b-left {
        padding-left: 15px;
        bottom: 10px;
        font-size: 16px
    }
    .indexPage .section6 .shop-li {
        padding: 30px 5% 15px;
    }
}

@media only screen and (max-width:1280px) {
    .section6 .nav-pills .nav-link {
        font-size: 16px
    }
    .indexPage .section6 .cont-left .nav-item {
        padding: 0 8px
    }
    .section6 .cont-left .item .txt {
        line-height: 30px
    }
    .section6 .cont-left .item .txt p {
        font-size: 14px
    }
    .section6 .cont-left .item .txt span {
        font-size: 20px
    }
    .indexPage .section6 .cont-left .nav-pills {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1024px) {
    .indexPage .section6 .cont-left .nav-pills {
        margin-bottom: 10px
    }
    .section6 .nav-pills .nav-link {
        font-size: 14px
    }
    .indexPage .section6 .shop-li {
        padding: 20px 5% 15px;
    }
    .indexPage .section6 .shop-li .otext .see-btn {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:768px) {
    .indexPage .section6 .letter-tit img {
        width: 98%;
    }
    .indexPage .section6 .item.flex-item {
        flex-wrap: wrap;
        padding: 0 3%;
    }
    .indexPage .section6 .cont-left,
    .indexPage .section6 .cont-right {
        width: 100%;
    }
    .indexPage .section6 .cont-right {
        padding-left: 0;
        margin-top: 10px;
    }
    .indexPage .section6 .shop-li {
        padding: 10px 0;
    }
    .indexPage .section6 .shop-li li:first-child {
        width: 100%;
    }
    .indexPage .section6 .shop-li li {
        width: 49%;
    }
    .indexPage .section6 .shop-li .b-left {
        padding-left: 10px;
        bottom: 45px;
        font-size: 14px;
    }
    .indexPage .section6 .shop-li .b-left img {
        width: 20px;
    }
    .indexPage .section6 .shop-container {
        padding: 10px 5% 10px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer .text {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .f-nav li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .footer .footer-main .b-phone {
        font-size: 20px;
    }
    .section6 .cont-left .item .txt p {
        width: 80%;
    }
    .section6 .cont-left .item .txt span {
        width: 18%;
    }
}

@media only screen and (max-width:600px) {
    .indexPage .section6 .shop-li .swiper-slide {
        height: 30vw;
    }
    .indexPage .section6 .shop-li .swiper-slide:hover {
        width: 100%!important;
    }
    .footer .f-nav li {
        padding: 2px 10px;
        font-size: 12px;
        line-height: 22px;
        width: 25%;
    }
}