.indexShowVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
}

.indexShowVideo .indexShowVideo-con {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #fdfbfc;
}
.header_phone_img {
    width: 16px;
    height: 16px;
}
.header_phone_text {
    font-size: 15px;
}
@media only screen and (max-width: 1680px) {
    .header_phone_img {
        width: 14px;
        height: 14px;
    }
    .header_phone_text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1550px) {
    .header_phone_img {
        width: 14px;
        height: 14px;
    }
    .header_phone_text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1500px) {
    
    .nav ul li a.f {
        font-size: 18px !important;
        padding: 33px 25px !important;
    }
}
.indexShowVideo .indexShowVideo-con .v-wrap {
    width: 100vw;
    height: 100vh;
    background: #fdfbfc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 988;
    overflow: hidden;
    cursor: pointer;
}

.indexShowVideo .indexShowVideo-con .v-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexShowVideo .indexShowVideo-con .v-wrap .indexShowVideo-loading {
    height: 120px;
    top: 60%;
}

.indexShowVideo .indexShowVideo-con .v-wrap span.tg-txt {
    display: block;
    width: 120px;
    font-size: 24px;
    color: #b6794c;
    text-align: center;
    position: absolute;
    top: 65vh;
    left: 50%;
    margin-left: -60px;
    z-index: 989;
}

.indexShowVideo .indexShowVideo-con .opcity {
    display: block;
    max-width: inherit;
    position: relative;
    z-index: 0;
    opacity: 0;
}

.indexShowVideo .indexShowVideo-con .loading {
    display: block;
    width: 1920px;
    max-width: inherit;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -540px;
    z-index: 988;
}

.indexShowVideo .indexShowVideo-con .indexVideoClose {
    display: none;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
}

.indexShowVideo .indexShowVideo-con .indexVideoClose a {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/close02.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
}

.indexShowVideo #indexVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
}

.indexShowVideo #indexVideo .vjs-big-play-button {
    display: none;
}

.indexShowVideo #indexVideo .vjs-control-bar {
    opacity: 0;
}

.indexShowVideo #indexVideo .vjs-poster {
    opacity: 0;
}

@media screen and (min-width: 2200px) {
    .indexShowVideo .indexShowVideo-con > img {
        width: 100%;
    }
}

@media screen and (max-width: 1920px) {
    .indexShowVideo .indexShowVideo-con > img {
        max-width: 1920px;
    }
}

@media screen and (max-width: 1440px) {
    .indexShowVideo .indexShowVideo-con .v-wrap span.tg-txt {
        top: 72vh;
    }
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 14px;
    height: 14px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}

#fp-nav ul li .active span {
    background-color: #239DC4;
}

.left-nav {
    position: fixed;
    top: 100%;
    left: 0;
    width: 80px;
    height: 100%;
    z-index: 12;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.left-nav .left-nav-con {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.left-nav.fixed {
    top: 0;
}

.left-nav .nav-goTop {
    width: 100%;
    text-align: center;
}

.left-nav .nav-goTop p {
    position: relative;
}

.left-nav .nav-goTop p i.redLine {
    display: block;
    width: 10px;
    height: 0;
    background: #ab0017;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.left-nav .nav-goTop p i.whiteLine {
    display: block;
    width: 1px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    opacity: 0.8;
}

.left-nav .nav-goTop p span {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
    margin: 10px auto;
}

.left-nav .nav-goTop p span a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.left-nav .nav-wechat {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.left-nav .nav-wechat:hover .wechat-slideCon-wrap {
    width: 300px;
}

.left-nav .nav-wechat > a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/l-icon01.png") no-repeat center;
}

.left-nav .nav-wechat .wechat-slideCon-wrap {
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.left-nav .nav-wechat .wechat-slideCon-wrap .wechat-slideCon {
    width: 300px;
    height: 271px;
}

.left-nav .nav-wechat .wechat-slideCon-wrap img {
    display: block;
    width: 100%;
    max-width: inherit;
}

.left-nav .nav-wechat .wechat-slideCon-wrap .we-s-txt {
    padding: 20px 10px;
    text-align: right;
}

.left-nav .nav-wechat .wechat-slideCon-wrap .we-s-txt h2 {
    font-size: 20px;
    color: #333;
    text-align: left;
}

.left-nav .nav-wechat .wechat-slideCon-wrap .we-s-txt a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    background: url("../images/icon-jt.png") no-repeat right center;
    margin-top: 10px;
}

.left-nav .nav-weibo {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.left-nav .nav-weibo > a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/l-icon02.png") no-repeat center;
}

.left-nav .nav-menu {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.left-nav .nav-menu:hover .menu-slideCon-wrap {
    width: 300px;
}

.left-nav .nav-menu > a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/l-icon03.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap {
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.left-nav .nav-menu .menu-slideCon-wrap .menu-slideCon {
    width: 300px;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd {
    height: 70px;
    line-height: 70px;
    background: #e5e5e5;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover {
    background: #d6001d;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover a {
    color: #fff;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover a i.menu-ic01 {
    background: url("../images/a-l-ic01.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover a i.menu-ic02 {
    background: url("../images/a-l-ic02.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover a i.menu-ic03 {
    background: url("../images/a-l-ic03.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd:hover a i.menu-ic04 {
    background: url("../images/a-l-ic04.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a i.menu-ic01 {
    background: url("../images/a-l-ic01-on.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a i.menu-ic02 {
    background: url("../images/a-l-ic02-on.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a i.menu-ic03 {
    background: url("../images/a-l-ic03-on.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a i.menu-ic04 {
    background: url("../images/a-l-ic04-on.png") no-repeat center;
}

.left-nav .nav-menu .menu-slideCon-wrap dl dd a span {
    display: inline-block;
    width: 100px;
    text-align: left;
    margin-left: 10px;
}

.left-nav .nav-link {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.left-nav .nav-link > a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/l-icon04.png") no-repeat center;
}

.left-nav .nav-link .link-slideCon-wrap {
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    height: 290px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideCon {
    height: 100%;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem {
    float: left;
    height: 100%;
    position: relative;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem:nth-child(1) {
    width: 25%;
    background: #d6001d;
    text-align: center;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem:nth-child(2) {
    width: 75%;
    text-align: center;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .liMore {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 50px;
    text-align: right;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .liMore a {
    display: inline-block;
    font-size: 16px;
    color: #d6001d;
    margin-top: inherit;
    margin-left: 10px;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search {
    margin: 50px 10% 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k {
    width: 90%;
    padding-right: 10%;
    height: 38px;
    border: none;
    background: none;
    outline: none;
    text-indent: 15px;
    color: #fff;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-k::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem .link-search .l-search-btn {
    width: 38px;
    height: 38px;
    background: url("../images/search-btn02.png") no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem ul {
    margin-top: 40px;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem ul li {
    float: left;
    width: 25.33%;
    padding: 15px 0 15px 8%;
    text-align: left;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem ul li a {
    font-size: 14px;
    color: #333;
    margin-top: inherit;
}

.left-nav .nav-link .link-slideCon-wrap .link-slideItem ul li a:hover {
    color: #d6001d;
}

@media screen and (max-width: 1440px) {
    .left-nav .nav-menu .menu-slideCon-wrap {
        top: 10px;
    }

    .left-nav .nav-menu .menu-slideCon-wrap dl dd {
        height: 50px;
        line-height: 50px;
    }

    .left-nav .nav-menu .menu-slideCon-wrap dl dd a {
        font-size: 16px;
    }

    .left-nav .nav-link .link-slideCon-wrap {
        top: -40px;
        height: 220px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem h3 {
        margin-top: 20px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem .link-search {
        margin: 30px 10% 0;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem ul {
        margin-top: 15px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem ul li {
        width: 29.33%;
        padding: 10px 0 10px 4%;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem a {
        margin-top: 30px;
    }
}

#fullpage .section {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#fullpage .section .s2-con, #fullpage .section .s3-con, #fullpage .section .s4-con {
    padding-top: 4%;
}

#fullpage .section#section0 {
    margin-left: inherit;
}

#fullpage .section#section1 {
    overflow: inherit;
    background: url("../images/section2-1.png"), url("../images/section2.png");
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: 60% 30%, 50% 100%;
}


#fullpage .section#lastPage {
    margin-left: inherit;
}

#fullpage .section .slideDown-ts {
    position: absolute;
    left: 35px;
    bottom: 20%;
    z-index: 6;
    text-align: center;
}

#fullpage .section .slideDown-ts span {
    display: block;
    width: 14px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
}

#fullpage .section .slideDown-ts i.line {
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    margin: 10px 0;
}

#fullpage .section .slideDown-ts i.mouse {
    display: block;
    width: 22px;
    height: 40px;
    background: url("../images/index-mouse.png") no-repeat center;
    -webkit-animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
    animation: mouse 2s infinite;
    position: relative;
}

@-webkit-keyframes mouse {
    0% {
        top: 10px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}

@-moz-keyframes mouse {
    0% {
        top: 10px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}

@-o-keyframes mouse {
    0% {
        top: 10px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}

@keyframes mouse {
    0% {
        top: 10px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}

#fullpage .section .index-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

#fullpage .section .index-banner a.arrow-left {
    width: 23px;
    height: 41px;
    background: url("../images/index-btn-l.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    opacity: 0.4;
    z-index: 2;
}

#fullpage .section .index-banner a.arrow-right {
    width: 23px;
    height: 41px;
    background: url("../images/index-btn-r.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 5%;
    opacity: 0.4;
    z-index: 2;
}

#fullpage .section .index-banner .swiper-container {
    height: 100% !important;
}

#fullpage .section .index-banner .swiper-container .swiper-wrapper {
    height: 100% !important;
}

#fullpage .section .index-banner .swiper-slide {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

#fullpage .section .index-banner .swiper-slide.swiper-slide-active .dw-cont .banner-txt {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage .section .index-banner .swiper-slide .dw-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#fullpage .section .index-banner .swiper-slide .dw-cont img {
    display: block;
    max-width: inherit;
}

#fullpage .section .index-banner .swiper-slide .dw-cont .banner-txt {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage .section .index-banner .swiper-slide .dw-cont .banner-txt h1 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: normal;
}

#fullpage .section .index-banner .swiper-slide .dw-cont .banner-txt p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    margin-top: 15px;
}

#fullpage .section .index-banner .swiper-slide .dw-cont .banner-txt p.color-h {
    color: #666;
}

#fullpage .section .index-banner .swiper-pagination, #fullpage .section .index-banner .index-banner_action {
    position: absolute;
    right: 140px;
    bottom: 200px;
    z-index: 2;
}

#fullpage .section .index-banner .swiper-pagination span, #fullpage .section .index-banner .pagination {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

#fullpage .section .index-banner .swiper-pagination span.swiper-pagination-bullet-active, #fullpage .section .index-banner .swiper-pagination span.swiper-active-switch, #fullpage .section .index-banner .pagination span.swiper-pagination-bullet-active, #fullpage .section .index-banner .pagination span.swiper-active-switch {
    color: #c2021a;
}

#fullpage .section .index-banner .swiper-button-next {
    position: static;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: url("../images/index-btn-l.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    opacity: 0.8;
}

#fullpage .section .index-banner .swiper-button-next:hover {
    opacity: 1;
}

#fullpage .section .index-banner .swiper-button-prev {
    position: static;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: url("../images/index-btn-r.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    opacity: 0.8;
}

#fullpage .section .index-banner .swiper-button-prev:hover {
    opacity: 1;
}

#fullpage .section .index-banner .swiper-button-next::after, #fullpage .section .index-banner .swiper-button-prev::after {
    display: none;
}

.headerCon {
    position: fixed;
    bottom: 0;
    z-index: 9;
    padding-left: 0;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight1;
    -moz-animation-name: fadeInRight1;
    -o-animation-name: fadeInRight1;
    animation-name: fadeInRight1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInRight1 {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeInRight2{
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*--------------------*/
.headerSection {
    padding-left: 0;
    top: 0;
    bottom: auto;
    background: url('../images/head_bg.png') no-repeat;
    background-size: 100% 100%;
    height: 150px;
    animation-name: fadeInRight2;

}

.animation{
    animation-name: fadeInRight;
}
.headerSection .header {
    background-color: #fff;
    height: 90px;
}

.headerSection .header .nav ul li a.f {
    padding: 33px 25px;
}

/*.headerSection .header .logo{margin-top: 15px;}*/
.headerSection .header .logo a img {
    width: 253.19px;
    height: 70.59px;
}

.headerSection .header .header_phone {
    right: 36px;
}

.headerSection .header .nav ul li .nav-child-list {
    top: 56px;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

#fullpage h2.index-tit {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

#fullpage h2.index-tit a {
    float: right;
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url("../images/icon-more.png") no-repeat right 6px;
}

#fullpage h2.index-tit span {
    display: block;
    width: 0;
    height: 3px;
    background: #d6001d;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}


#fullpage .section-con.s1-con {
    margin-top: 20px;
}

#fullpage .section-con.s1-con .section-container {
    border-bottom: 1px solid #e5e5e5;
}

#fullpage .section-con .indexNews {
    width: 100%;
}

#fullpage .section-con .s1-con-l {
    float: left;
    width: 54%;
    padding-right: 6%;
    border-right: 1px solid #e5e5e5;
}

#fullpage .section-con .s1-con-l .newsImg {
    width: 100%;
    position: relative;
}

#fullpage .section-con .s1-con-l .newsImg img {
    display: block;
    width: 100%;
    max-height: 356px;
}

#fullpage .section-con .s1-con-l .newsImg .news-z {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

#fullpage .section-con .s1-con-l .newsImg .news-z p {
    font-size: 34px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 20px 5%;
    background: url("../images/index-section1-op.png") repeat-x bottom;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

#fullpage .section-con .s1-con-l .focus-News {
    margin-top: 40px;
    padding-bottom: 30px;
}

#fullpage .section-con .s1-con-l .focus-News:hover h2.index-tit span {
    width: 100%;
}

#fullpage .section-con .s1-con-l .focus-News ul {
    height: 220px;
    overflow: hidden;
    margin-top: 10px;
}

#fullpage .section-con .s1-con-l .focus-News ul li {
    padding: 10px 0;
}

#fullpage .section-con .s1-con-l .focus-News ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#fullpage .section-con .s1-con-l .focus-News ul li a:hover {
    color: #d6001d;
}

#fullpage .section-con .s1-con-r {
    float: left;
    width: 35%;
    padding-left: 5%;
    margin-left: -1px;
}

#fullpage .section-con .s1-con-r .news-item {
    padding-bottom: 40px;
}

#fullpage .section-con .s1-con-r .news-item:last-child ul {
    height: 44px;
    overflow: hidden;
}

#fullpage .section-con .s1-con-r .news-item:hover h2.index-tit span {
    width: 100%;
}

#fullpage .section-con .s1-con-r .news-item ul {
    margin-top: 10px;
}

#fullpage .section-con .s1-con-r .news-item ul li {
    padding: 10px 0;
}

#fullpage .section-con .s1-con-r .news-item ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#fullpage .section-con .s1-con-r .news-item ul li a:hover {
    color: #d6001d;
}

#fullpage .section-con .notice-tit {
    float: left;
    padding: 20px 0;
}

#fullpage .section-con .notice-tit p {
    font-size: 16px;
    color: #d6001d;
    padding-left: 30px;
    background: url("../images/icon-lb.png") no-repeat center left;
    line-height: 24px;
}

#fullpage .section-con .notice-tit p span {
    display: inline-block;
    margin: 0 20px;
}

#fullpage .section-con .notice-txt {
    float: left;
    padding: 20px 0;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li {
    line-height: 24px;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li a {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li a:hover {
    color: #d6001d;
}

#fullpage #section2.active .building-news {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

#fullpage #section2.active .building-img {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

#fullpage #section2.active .building-wechat {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

#fullpage .building {
    margin-top: 60px;
}

#fullpage .building .building-news {
    float: left;
    width: 506px;
    position: relative;
}

#fullpage .building .building-news img {
    display: block;
    width: 100%;
}

#fullpage .building .building-news .b-news-txt {
    width: 80%;
    -moz-background-size: 100%;
    background-size: 100%;
    padding: 0 10%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#fullpage .building .building-news .b-news-txt .b-news-txt-c h2 {
    width: 100%;
    font-size: 42px;
    color: #fff;
}

#fullpage .building .building-news .b-news-txt .b-news-txt-c h2 a {
    color: #fff;
}

#fullpage .building .building-news .b-news-txt .b-news-txt-c > a {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #e12222;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 20px 0 40px;
}

#fullpage .building .building-img {
    float: left;
    width: 380px;
    position: relative;
    top: -40px;
}

#fullpage .building .building-img img {
    display: block;
    width: 100%;
}

#fullpage .building .building-wechat {
    float: left;
    width: 194px;
    height: 500px;
    padding: 0 60px;
    -moz-box-shadow: 0 0 20px #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    background: #fff url("../images/icon-wechat.png") no-repeat top -20px right -20px;
}

#fullpage .building .building-wechat span {
    display: block;
    font-size: 14px;
    color: #e12222;
    margin-top: 35%;
}

#fullpage .building .building-wechat h4 {
    font-size: 20px;
    color: #333;
    margin-top: 8%;
}

#fullpage .building .building-wechat p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 8%;
}

#fullpage .building .building-wechat .qrImg {
    text-align: center;
    margin-top: 12%;
}

#fullpage .building .building-wechat .qrImg img {
    display: inline-block;
    max-width: 100%;
}

#fullpage .building .building-wechat a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-right: 20px;
    background: url("../images/icon-jt.png") no-repeat right center;
    margin-top: 20%;
}

#fullpage .videoCenter {
    max-width: 1200px;
    margin: 80px auto 0;
    position: relative;
}

#fullpage .videoCenter .video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fullpage .videoCenter .video-link .video-link-item {
    position: absolute;
    width: 100%;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(1) {
    top: -40px;
    z-index: 6;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(1) img {
    width: 97%;
    margin: 0 auto;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(2) {
    top: -70px;
    z-index: 4;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(2) img {
    width: 92%;
    margin: 0 auto;
}

#fullpage .videoCenter .swiper-container {
    height: auto !important;
    z-index: 8;
}

#fullpage .videoCenter .swiper-container .swiper-wrapper {
    height: auto !important;
}

#fullpage .videoCenter .videoCon {
    position: relative;
    height: auto !important;
    z-index: 8;
}

#fullpage .videoCenter .videoCon.swiper-slide-active {
    z-index: 99;
}

#fullpage .videoCenter .videoCon.active .video-js {
    opacity: 1;
}

#fullpage .videoCenter .videoCon.active .v-playBtn {
    display: none;
}

#fullpage .videoCenter .videoCon .videoBg {
    display: block;
    width: 100%;
}

#fullpage .videoCenter .videoCon video {
    width: 100%;
    height: 100%;
}

#fullpage .videoCenter .videoCon .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#fullpage .videoCenter .videoCon .video-js.active {
    opacity: 1;
}

#fullpage .videoCenter .videoCon .video-js .vjs-big-play-button {
    display: none;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background: url("../images/icon-play.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    border: none;
    outline: none;
    margin-top: -45px;
    margin-left: -45px;
}

#fullpage .videoCenter .videoCon .video-js .vjs-big-play-button span {
    display: none;
}

#fullpage .videoCenter .videoCon img {
    display: block;
    width: 100%;
}

#fullpage .videoCenter .videoCon .v-playBtn {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("../images/icon-play.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
}

#fullpage .videoCenter .swiper-pagination, #fullpage .videoCenter .pagination {
    position: inherit;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#fullpage .videoCenter .swiper-pagination span, #fullpage .videoCenter .pagination span {
    display: inline;
    font-size: 16px;
    color: #333;
    width: inherit;
    height: inherit;
    background: none;
    opacity: 1;
    margin: 0 40px;
    padding: 6px;
    cursor: pointer;
    position: relative;
}

#fullpage .videoCenter .swiper-pagination span.swiper-pagination-bullet-active, #fullpage .videoCenter .swiper-pagination span.swiper-active-switch, #fullpage .videoCenter .pagination span.swiper-pagination-bullet-active, #fullpage .videoCenter .pagination span.swiper-active-switch {
    color: #c2021a;
}

#fullpage .videoCenter .swiper-pagination span:last-child i, #fullpage .videoCenter .pagination span:last-child i {
    display: none;
}

#fullpage .videoCenter .swiper-pagination span i, #fullpage .videoCenter .pagination span i {
    display: inline-block;
    width: 75px;
    height: 2px;
    background: #f3f3f3;
    position: absolute;
    top: 50%;
    left: 30px;
}

#fullpage #section4.active .business-list .business-item:nth-child(1) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage #section4.active .business-list .business-item:nth-child(2) {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage #section4.active .business-list .business-item:nth-child(3) {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage #section4.active .business-list .business-item:nth-child(4) {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullpage .business-list {
    margin-top: 80px;
    width: 102%;
    margin-left: -1%;
}

#fullpage .business-list .business-item {
    float: left;
    width: 23%;
    margin: 0 1%;
    position: relative;
}

#fullpage .business-list .business-item:hover .business-effect {
    background: #d9142f;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#fullpage .business-list .business-item:hover .business-effect .e-img-l {
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage .business-list .business-item:hover .business-effect .e-img-r {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage .business-list .business-item:hover .business-txt p {
    height: 144px;
}

#fullpage .business-list .business-item:hover .business-txt a {
    opacity: 1;
}

#fullpage .business-list .business-item:nth-child(even) {
    top: -60px;
}

#fullpage .business-list .business-item > img {
    display: block;
    width: 100%;
}

#fullpage .business-list .business-item .business-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

#fullpage .business-list .business-item .business-effect .e-img-l {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage .business-list .business-item .business-effect .e-img-l img {
    display: block;
    width: 100%;
}

#fullpage .business-list .business-item .business-effect .e-img-r {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage .business-list .business-item .business-effect .e-img-r img {
    display: block;
    width: 100%;
}

#fullpage .business-list .business-item .business-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 3;
}

#fullpage .business-list .business-item .business-txt .business-txt-table {
    width: 100%;
    height: 100%;
    display: table;
}

#fullpage .business-list .business-item .business-txt .business-txt-table .business-txt-cell {
    display: table-cell;
    vertical-align: middle;
}

#fullpage .business-list .business-item .business-txt img {
    display: block;
    margin: 20% auto 0;
}

#fullpage .business-list .business-item .business-txt h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 10%;
}

#fullpage .business-list .business-item .business-txt span {
    display: block;
    width: 50px;
    height: 3px;
    margin: 10% auto;
    background: #fff;
}

#fullpage .business-list .business-item .business-txt p {
    height: 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 10%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

#fullpage .business-list .business-item .business-txt a {
    opacity: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    margin: 10% auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage #section5 {
    padding: 60px 0;
}

#fullpage .investment {
    margin-top: 60px;
}

#fullpage .investment ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}

#fullpage .investment ul li:hover i {
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage .investment ul li a {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 100px 0;
}

#fullpage .investment ul li p {
    font-size: 80px;
    color: #d6001d;
    font-weight: bold;
}

#fullpage .investment ul li h4 {
    font-size: 28px;
    color: #333;
}

#fullpage .investment ul li span {
    display: block;
    width: 50px;
    height: 3px;
    background: #d6001d;
    margin: 12% auto 0;
}

#fullpage .investment ul li i {
    width: 46px;
    height: 46px;
    background: url("../images/icon-add.png") no-repeat center;
    position: absolute;
    right: 0;
    bottom: -46px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#fullpage #section6 {
    padding: 60px 0 100px;
}

#fullpage .groupSlide {
    margin-top: 60px;
    margin-left: 80px;
}

#fullpage .groupSlide .groupSlide-item {
    width: 100%;
}

#fullpage .groupSlide .groupSlide-item.first-child {
    position: relative;
    z-index: 9999;
}

#fullpage .groupSlide .groupSlide-item .tempWrap {
    overflow: inherit !important;
}

#fullpage .groupSlide .groupSlide-item ul {
    width: 100%;
    overflow: inherit !important;
}

#fullpage .groupSlide .groupSlide-item ul li {
    width: 293px;
    position: relative;
}

#fullpage .groupSlide .groupSlide-item ul li:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 99;
}

#fullpage .groupSlide .groupSlide-item ul li:hover span.zz {
    display: none;
}

#fullpage .groupSlide .groupSlide-item ul li img {
    display: block;
    width: 100%;
    height: 168px;
    max-width: inherit;
    position: relative;
}

#fullpage .groupSlide .groupSlide-item ul li span.zz {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 2400px) {
    .left-nav {
        -moz-background-size: auto 100% !important;
        background-size: auto 100% !important;
    }

    #fullpage .section .s2-con, #fullpage .section .s3-con, #fullpage .section .s4-con {
        padding-top: 6vh;
    }

    #fullpage .section-container {
        max-width: 1800px;
    }

    #fullpage .section-con.s1-con {
        margin-top: 4vh;
    }

    #fullpage .building {
        margin-top: 8vh;
    }

    #fullpage .building .building-news {
        width: 43%;
    }

    #fullpage .building .building-img {
        width: 33%;
    }

    #fullpage .building .building-wechat {
        width: 18%;
        height: 817px;
        padding: 0 3%;
    }

    #fullpage .videoCenter {
        max-width: 1800px;
        margin: 4vh auto 0;
    }

    #fullpage .business-list {
        margin-top: 10vh;
    }

    #fullpage .section-con .s1-con-l .newsImg img {
        max-height: 535px;
    }

    #fullpage .section-con .s1-con-r .news-item:last-child ul {
        height: 220px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1400px) {
    .headerCon .header .header_phone {
        display: none;
    }
    body .pub_header .header_phone {
        display: none;
    }
    .pub_header .nav ul li a.f {
        font-size: 16px;
    }
    .pub_header .nav ul li a.f {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    #fullpage .headerCon {
        top: -110px;
    }

    

    body .pub_header .nav {
        margin-left: 0;
    }
    .pub_header .nav ul li a.f {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {
    .header {
        min-width: 960px;
    }
}

@media screen and (max-width: 1440px) {
    #fullpage .section-container {
        max-width: 850px;
    }

    #fullpage .section .s2-con, #fullpage .section .s3-con, #fullpage .section .s4-con {
        padding-top: 2%;
    }

    #fullpage .section#section5 {
        -moz-background-size: 1440px;
        background-size: 1440px;
    }

    #fullpage .section#section6 {
        -moz-background-size: 1440px;
        background-size: 1440px;
    }

    #fullpage h2.index-tit {
        font-size: 18px;
        padding-bottom: 10px;
    }

    #fullpage .section-con .s1-con-l .newsImg img {
        max-height: 252px;
    }

    #fullpage .section-con .s1-con-l .newsImg .news-z p {
        font-size: 26px;
    }

    #fullpage .section-con .s1-con-l .focus-News {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    #fullpage .section-con .s1-con-l .focus-News ul {
        height: 81px;
    }

    #fullpage .section-con .s1-con-l .focus-News ul li {
        padding: 4px 0;
    }

    #fullpage .section-con .s1-con-l .focus-News ul li a {
        font-size: 14px;
    }

    #fullpage .section-con .s1-con-r .news-item {
        padding-bottom: 10px;
    }

    #fullpage .section-con .s1-con-r .news-item:last-child ul {
        height: 27px;
    }

    #fullpage .section-con .s1-con-r .news-item ul li {
        padding: 4px 0;
    }

    #fullpage .section-con .s1-con-r .news-item ul li a {
        font-size: 14px;
    }

    #fullpage .section-con .notice-tit {
        padding: 10px 0;
    }

    #fullpage .section-con .notice-tit p {
        font-size: 14px;
        -moz-background-size: 18px;
        background-size: 18px;
    }

    #fullpage .section-con .notice-txt {
        padding: 10px 0;
    }

    #fullpage .section-con .notice-txt .txtScroll-top .bd ul li a {
        font-size: 14px;
    }

    #fullpage .building .building-news {
        width: 348px;
    }

    #fullpage .building .building-news .b-news-txt .b-news-txt-c h2 {
        font-size: 24px;
    }

    #fullpage .building .building-img {
        width: 253px;
    }

    #fullpage .building .building-wechat {
        width: 209px;
        height: 390px;
        padding: 0 20px;
    }

    #fullpage .building .building-wechat span {
        margin-top: 20px;
    }

    #fullpage .building .building-wechat h4 {
        font-size: 16px;
        margin-top: 15px;
    }

    #fullpage .building .building-wechat p {
        line-height: 22px;
    }

    #fullpage .building .building-wechat .qrImg {
        margin-top: 20px;
    }

    #fullpage .building .building-wechat > a {
        margin-top: 20px;
    }

    #fullpage .videoCenter {
        max-width: 900px;
        margin: 90px auto 0;
    }

    #fullpage .videoCenter .swiper-slide .v-playBtn {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    #fullpage .videoCenter .swiper-pagination, #fullpage .videoCenter .pagination {
        margin-top: 20px;
    }

    #fullpage .business-list .business-item .business-txt img {
        width: 40px;
        margin: 20px auto 0;
    }

    #fullpage .business-list .business-item .business-txt h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    #fullpage .business-list .business-item .business-txt span {
        margin: 15px auto;
    }

    #fullpage .business-list .business-item .business-txt p {
        line-height: 20px;
        padding: 0;
    }

    #fullpage .business-list .business-item .business-txt a {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }

    #fullpage .investment {
        margin-top: 35px;
    }

    #fullpage .investment ul li a {
        padding: 50px 0;
    }

    #fullpage .investment ul li p {
        font-size: 46px;
    }

    #fullpage .investment ul li h4 {
        font-size: 24px;
    }

    #fullpage .groupSlide {
        margin-top: 30px;
    }

    #fullpage .groupSlide .groupSlide-item ul li {
        width: 220px;
    }

}
