.innerBanner {
    position: relative
}

.innerBanner .inner-txt {
    text-align: center;
    color: #fff;
    padding: 10% 0
}

.innerBanner .inner-txt .english-tit {
    font-family: ContextUltraCondSSKBold;
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.innerBanner .inner-txt .english-tit::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 1px;
    bottom: 0
}

.brand-banner .inner-txt .english-tit::after {
    bottom: 9px
}

.innerBanner .txt2 {
    opacity: .7
}

.innerBanner .inner-txt h1 {
    font-weight: 600;
    font-size: 100px;
    color: #ffffff;
}

.innerBanner .inner-txt .link {
    display: inline-block;
    width: 100%;
}

.innerBanner .inner-txt .link .item {
    display: inline-block;
    width: 180px;
    height: 58px;
    line-height: 58px;
    color: #1f276f;
    background: #fff;
    transition: all .4s;
    margin: 10px 5px
}

.innerBanner .inner-txt .link .item:hover {
    color: #fff;
    background: #1f276f;
    transition: all .4s
}

.innerBanner .inner-txt .link .item.active {
    color: #fff;
    background: #1f276f;
    transition: all .4s
}

.innerBanner .set-bottom {
    width: 120px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center
}

@media only screen and (max-width:1680px) {
    .innerBanner .inner-txt h1 {
        font-size: 90px
    }
}

@media only screen and (max-width:1440px) {
    .innerBanner .inner-txt h1 {
        font-size: 70px
    }
}

@media only screen and (max-width:1366px) {
    .innerBanner .inner-txt .link .item {
        width: 20%;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .innerBanner .inner-txt h1 {
        font-size: 60px
    }
    .innerBanner .set-bottom img {
        width: 60px
    }
    .innerBanner .inner-txt .link .item {
        line-height: 46px;
        height: 46px;
        font-size: 14px;
    }
    .innerBanner .set-bottom {
        height: 80px;
    }
}

@media only screen and (max-width:1200px) {
    .innerBanner .inner-txt h1 {
        font-size: 50px
    }
    .innerBanner .set-bottom {
        height: 60px
    }
}

@media only screen and (max-width:1024px) {
    .innerBanner .inner-txt h1 {
        font-size: 40px
    }
    .innerBanner .set-bottom img {
        width: 50px
    }
}

@media only screen and (max-width:750px) {
    .innerBanner .inner-txt h1 {
        font-size: 26px;
    }
    .innerBanner .set-bottom img {
        width: 40px
    }
    .innerBanner .set-bottom {
        height: 50px;
    }
    .innerBanner .inner-txt {
        padding: 50px 0;
    }
    .innerBanner .inner-txt .link .item {
        margin: 4px 2px;
        width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (max-width:600px) {
    .innerBanner .inner-txt h1 {
        font-size: 22px;
    }
}

.brand-space1 {
    position: relative
}

.brand-space1 .swiper-pagination {
    bottom: 10px
}

.swiper-pagination-bullet {
    margin: 0 10px 0 0
}

.brand-space1 .swiper-pagination-bullet-active {
    background: #1f276f
}

.brand-space1 .newlist-show .left-img {
    overflow: hidden
}

.brand-space1 .newlist-show .left-img img {
    transition: all .4s;
    width: 100%
}

.brand-space1 .newlist-show .right-txt {
    display: inline-block;
    position: relative;
    padding: 3% 20px 0;
    color: #666
}

.brand-space1 .right-txt h2 {
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.brand-space1 .right-txt .time {
    color: #999
}

.brand-space1 .right-txt p {
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.7em;
    height: 3.4em
}

.brand-space1 .right-txt .right-icon {
    position: absolute;
    left: 30px;
    bottom: 0;
    line-height: 30px
}

.brand-space1 .right-txt .right-icon i {
    margin-left: 6px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    top: 2px
}

@media screen and (max-width:1366px) {
    .brand-space1 .right-txt h2 {
        font-size: 24px;
    }
    .brand-space1 .right-txt .time {
        margin-bottom: 20px;
    }
    .brand-space1 .newlist-show .right-txt {
        padding: 1% 15px 0;
    }
}

@media screen and (max-width:1280px) {
    .brand-space1 .right-txt .time {
        margin-bottom: 15px;
    }
    .brand-space1 .right-txt .right-icon {
        left: 15px;
        bottom: 0px;
        line-height: 26px;
        margin-top: 20px;
    }
}

@media screen and (max-width:1024px) {
    .brand-space1 {
        padding-bottom: 50px;
    }
    .brand-space1 .newlist-show .right-txt {
        padding: 20px 15px 40px;
    }
    .brand-space1 .right-txt h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .brand-space1 .right-txt .time {
        margin-bottom: 10px;
    }
}

.brand-space2 .new-item {
    display: inline-block;
    width: 23.75%;
    margin-right: 1.5%;
    margin-bottom: 40px;
    transition: all .4s;
    position: relative;
    padding: 30px;
    background: #fff
}

.brand-space2 .new-item::after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 10px;
    background: #feda14;
    position: absolute;
    left: 0;
    bottom: 0
}

.brand-space2 .new-item:nth-child(4n) {
    margin-right: 0
}

.brand-space2 .new-item:hover {
    transition: all .4s;
    background: #1f276f;
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff
}

.brand-space2 .new-item:hover::after {
    width: 100%;
    transition: all .4s
}

.brand-space2 .new-item .time {
    margin-bottom: 15px;
    letter-spacing: 1px
}

.brand-space2 .new-item .img-box {
    overflow: hidden;
    width: 100%
}

.brand-space2 .new-item .img-box img {
    width: 100%;
    transition: all .4s
}

.brand-space2 .new-item .img-box:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s
}

.brand-space2 .new-item .new-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'PingFang Light';
    margin-bottom: 15px
}

.brand-space2 .new-item p {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
    height: 44px
}

.brand-space2 .new-item .more-icon i {
    font-size: 22px;
    color: #005296;
    transition: all .4s
}

.brand-space2 .new-item:hover .more-icon i {
    color: #fff;
    transition: all .4s
}

.pagination .page-item {
    margin: 0 3px;
    cursor: pointer
}

.pagination .page-item .page-link {
    border-radius: 0
}

.page-item.active .page-link,
.page-link:hover {
    background: #1f276f;
    border-color: #1f276f;
    color: #fff
}

@media screen and (max-width:1366px) {
    .brand-space2 .new-item {
        width: 31%;
        margin-right: 3.5%
    }
    .brand-space2 .new-item:nth-child(4n) {
        margin-right: 3.5%
    }
    .brand-space2 .new-item::after {
        height: 6px
    }
    .brand-space2 .new-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .brand-space2 .new-item {
        padding: 20px;
    }
    .brand-space2 .new-item:nth-child(2n) {
        margin-right: 0
    }
    .brand-space2 .new-item p {
        font-size: 14px
    }
    .brand-space2 .new-item .new-name {
        font-size: 16px
    }
    .brand-space2 .new-item .new-name {
        margin-bottom: 10px
    }
    .brand-space2 .new-item .txt {
        padding: 15px 6% 25px
    }
    .brand-space2 .new-item:nth-child(3n) {
        margin-right: 4%
    }
    .brand-space2 .new-item {
        width: 48%;
        margin-right: 4%;
    }
}

@media screen and (max-width:420px) {
    .brand-space2 .new-item p {
        font-size: 14px;
        line-height: 20px;
        height: 40px
    }
    .brand-space2 .new-item .txt {
        padding: 15px 9% 18px;
        letter-spacing: 1px
    }
    .brand-space2 .new-item {
        margin-bottom: 20px
    }
}

.breadcrumb {
    background-color: #fff;
    padding: 0;
    line-height: 80px
}

.breadcrumb .icon {
    margin-right: 10px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.brand-space3 {
    background: #fff;
    border-top: 5px solid #bd1320;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    padding: 20px 50px 120px
}

.newsDetail .news-data {
    font-size: 16px;
    color: #999
}

.newsDetail .txt {
    text-align: center;
    color: #666;
    line-height: 30px
}

.newsDetail .txt p {
    text-align: justify;
    margin-bottom: 20px;
    color: #666
}

.newsDetail .txt img {
    margin-bottom: 20px;
    display: inline-block
}

.brand-space3 .detail-link .item {
    padding: 20px 0;
    line-height: 36px;
}

.brand-space3 .detail-link .item a {
    color: #666;
    transition: all .4s
}

.brand-space3 .detail-link .item:hover a {
    color: #005296;
    transition: all .4s
}

.brand-space3 .detail-link .item p {
    color: #999
}

.brand-space3 .detail-link .item:first-child {
    border-bottom: 1px solid #e5e5e5
}

.space-title {
    text-align: center
}

.space-title h5 {
    font-family: ContextUltraCondSSKBold;
    position: relative;
    display: inline-block;
   /* color: #ffffff;*/
}

.space-title h5::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 2px
}

.space-title h6 {
    font-weight: 600;
    /*color: #ffffff;*/
}

@media only screen and (max-width:750px) {
    .space-title {
        padding-bottom: 20px
    }
    .brand-space3 .detail-link .item {
        padding: 10px 0;
    }
}

@media only screen and (max-width:600px) {
    .space-title {
        padding-bottom: 10px;
    }
}

.show-space1 {
    background: #fff
}

.show-space1 .space-title h5 {
    color: #333333;
}

.show-space1 .space-title h6 {
    color: #333333;
}

.show-space1 .swiper2 {
    position: relative
}

.show-space1 .swiper2 .swiper-button {
    width: 35%;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    height: 60px;
    margin-top: -30px
}

.show-space1 .swiper2 .swiper-button .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/icon7.png) no-repeat center
}

.show-space1 .swiper2 .swiper-button:nth-child(2) .icon {
    background: url(../img/icon6.png) no-repeat center
}

.show-space1 .swiper2 .swiper-button:hover .icon {
    background: url(../img/icon7_on.png) no-repeat center
}

.show-space1 .swiper2 .swiper-button:nth-child(2):hover .icon {
    background: url(../img/icon6_on.png) no-repeat center
}

.show-space1 .swiper-slide {
    display: block;
    opacity: .3;
    background: url(../img/n21.png) no-repeat bottom center;
    padding: 80px 0
}

.show-space1 .swiper-slide-active {
    opacity: 1
}

.show-space1 .swiper-slide-prev {
    opacity: 0
}

@media only screen and (max-width:1200px) {
    .show-space1 .swiper2 .swiper-button .icon {
        background-size: 40px
    }
    .show-space1 .swiper2 .swiper-button:nth-child(2) .icon {
        background-size: 40px
    }
    .show-space1 .swiper2 .swiper-button:hover .icon {
        background-size: 40px
    }
    .show-space1 .swiper2 .swiper-button:nth-child(2):hover .icon {
        background-size: 40px
    }
    .show-space1 .swiper2 .swiper-button {
        width: 25%
    }
}

@media only screen and (max-width:1024px) {
    .show-space1 .swiper-slide {
        padding: 20px 0;
    }
}

.show-space2 {
    background: #fff
}

.show-space2 .swiper3 {
    position: relative;
    padding-left: 10%;
    padding-bottom: 30px
}

.show-space2 .swiper3 .swiper-slide {
    display: block;
    position: relative;
    overflow: hidden
}

.show-space2 .swiper-slide .img-box {
    width: 100%;
    overflow: hidden
}

.show-space2 .swiper-slide .img-box img {
    transition: all .4s;
    width: 100%
}

.show-space2 .swiper-slide .img-box:hover img {
    transition: all .4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.show-space2 .swiper-slide .txt {
    line-height: 70px;
    height: 70px
}

.show-space2 .swiper-slide .mask-txt {
    line-height: 70px;
    height: 70px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 94%;
    transform: translate(-50%, 10px);
    background: #1f276f;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transition: all .4s;
    font-weight: 600
}

.show-space2 .swiper-slide-active .mask-txt {
    transform: translate(-50%, -75px);
    transition: all .4s;
    opacity: 1
}

.show-space2 .swiper-slide-active .mask-txt img {
    vertical-align: middle
}

.show-space2 .swiper-pagination {
    width: 100%
}

.show-space2 .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #d2d2d2;
    opacity: 1
}

.show-space2 .swiper-pagination-bullet-active {
    background: #163f97
}

@media only screen and (max-width:1440px) {
    .show-space2 .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
}

@media only screen and (max-width:1366px) {
    .show-space2 .swiper-slide .mask-txt {
        line-height: 60px;
        height: 60px
    }
    .show-space2 .swiper-slide-active .mask-txt img {
        width: 40px
    }
    .show-space2 .swiper-slide .txt {
        line-height: 60px;
        height: 60px
    }
}

@media only screen and (max-width:1200px) {
    .show-space2 .swiper-slide .mask-txt {
        line-height: 50px;
        height: 50px
    }
    .show-space2 .swiper-slide-active .mask-txt img {
        width: 30px
    }
    .show-space2 .swiper-slide .txt {
        line-height: 50px;
        height: 50px;
    }
}

@media only screen and (max-width:750px) {
    .show-space2 .swiper3 {
        padding: 20px
    }
}

.show-space3 .space-title {
    color: #1f276f
}

.show-space3 .tab {
    padding: 0 8%;
    line-height: 70px;
    color: #333;
    border-bottom: 1px solid #000;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.show-space3 .tab .tab-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 0 15px;
}

.show-space3 .tab .tab-item::after {
    content: "";
    display: inline-block;
    height: 4px;
    background: #1f276f;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    transition: all .5s;
}

.show-space3 .tab .tab-item .icon {
    vertical-align: baseline;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s;
}

.show-space3 .tab .tab-item.active {
    color: #1f276f
}

.show-space3 .tab .tab-item.active .icon {
    opacity: 1;
    transform: translateX(0)
}

.show-space3 .tab .tab-item.active::after {
    width: 100%
}

.show-space3 .tab .tab-item:hover {
    color: #1f276f
}

.show-space3 .tab .tab-item:hover .icon {
    opacity: 1;
    transform: translateX(0)
}

.show-space3 .tab .tab-item:hover::after {
    width: 100%;
    transition: all .5s
}

.show-space3 .slide {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px
}

.show-space3 .slide:nth-child(4n) {
    margin-right: 0
}

.show-space3 .slide .cover {
    width: 100%;
    overflow: hidden
}

.show-space3 .slide .cover img {
    transition: all .4s;
    width: 100%
}

.show-space3 .slide .cover:hover img {
    transition: all .4s;
    transform: scale(1.1)
}

.show-space3 .slide .txt {
    line-height: 70px;
    height: 70px
}

.show-space3 .slide .mask-txt {
    line-height: 70px;
    height: 70px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 94%;
    transform: translate(-50%, 10px);
    background: #1f276f;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transition: all .4s;
    font-weight: 600
}

.show-space3 .slide:hover .mask-txt {
    transform: translate(-50%, -75px);
    transition: all .4s;
    opacity: 1
}

.show-space3 .slide:hover .mask-txt img {
    vertical-align: middle
}

.harbor-content .image-list {
    display: none;
    animation: fadeInUp .5s linear
}

.harbor-content .image-list.active-list {
    display: block
}

.download-space {
    font-size: 16px;
    cursor: pointer;
    transition: all .4s
}

.download-space .line {
    display: inline-block;
    width: 2px;
    height: 37px;
    margin-bottom: 10px;
    background: #bcbcbc
}

.download-space:hover {
    color: #ffe114
}

@media only screen and (max-width:1366px) {
    .show-space3 .tab .tab-item {
        font-size: 18px
    }
    .show-space3 .slide .mask-txt {
        line-height: 60px;
        height: 60px
    }
    .show-space3 .slide .mask-txt img {
        width: 40px
    }
    .show-space3 .slide .mask-txt span {
        font-size: 18px
    }
    .show-space3 .tab .tab-item .icon {
        width: 28px
    }
    .show-space3 .tab {
        line-height: 60px;
    }
    .show-space3 .slide .txt {
        line-height: 60px;
        height: 60px;
    }
    .show-space3 .tab .tab-item::after {
        height: 3px;
    }
}

@media only screen and (max-width:1200px) {
    .show-space3 .tab .tab-item {
        font-size: 16px
    }
    .show-space3 .slide .mask-txt {
        line-height: 50px;
        height: 50px;
        bottom: -10px
    }
    .show-space3 .slide .txt {
        line-height: 50px;
        height: 50px
    }
    .show-space3 .slide .mask-txt img {
        width: 30px
    }
    .show-space3 .slide .mask-txt span {
        font-size: 16px
    }
    .show-space3 .tab {
        padding: 0 2%
    }
    .show-space3 .tab .tab-item::after {
        height: 3px
    }
    #pictureViewer .handel-next,
    #pictureViewer .handel-prev {
        right: 16%
    }
    #pictureViewer .picture-content .txt {
        bottom: 26%
    }
}

@media only screen and (max-width:750px) {
    .show-space3 .tab .tab-item {
        font-size: 14px;
        width: 33.3%;
    }
    .show-space3 .tab .tab-item .icon {
        width: 20px
    }
    .show-space3 .slide {
        width: 48.5%
    }
    .show-space3 .slide:nth-child(2n) {
        margin-right: 0
    }
    #pictureViewer img {
        width: 300px
    }
    #pictureViewer .picture-content .txt {
        width: 300px
    }
    #pictureViewer .handel-next,
    #pictureViewer .handel-prev {
        right: 2%
    }
    #pictureViewer .handel-next {
        background-size: 23px auto;
        top: calc(50% - 80px)
    }
    #pictureViewer .picture-content .txt {
        width: 280px;
        bottom: 20%
    }
    #pictureViewer .menu-bar .handel {
        width: 80px;
        height: 50px
    }
}

.cantact-space1 {
    overflow: hidden
}

.cantact-space1 .number-font {
    font-weight: 600;
    letter-spacing: 2px
}

.cantact-space1 .cont-left {
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0
}

.cantact-space1 .cont-left .txt {
    color: #9c9c9c
}

.cantact-space1 .cont-left h5 {
    font-weight: 600;
    color: #666
}

.cantact-space1 .w-link {
    width: 86%;
    margin: 0 auto
}

.cantact-space1 .w-link p {
    font-size: 16px;
    margin-top: 10px
}

.cantact-space1 .cont-right {
    padding-left: 8%
}

.cantact-space1 .cont-right .lable {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    background: #1f276f;
    border-radius: 30px;
    color: #fff;
    font-weight: 600
}

.cantact-space1 .cont-right .p-txt {
    line-height: 46px
}

.cantact-space1 .cont-right .p-txt img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.cantact-space1 .cont-left .txt1 {
    line-height: 34px;
    color: #666
}

.cantact-space1 .map-box {
    width: 100%;
    height: 650px;
    position: relative
}

.cantact-space1 .map-box #map {
    width: 130%;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width:1024px) {
    .cantact-space1 .cont-right {
        text-align: center;
        padding-left: 0
    }
    .cantact-space1 .map-box {
        width: 100%;
        height: 450px;
        position: relative
    }
    .cantact-space1 .map-box #map {
        width: 120%;
        height: 450px;
        position: absolute;
        left: 0;
        top: 0
    }
    .cantact-space1 .number-font {
        margin-bottom: 10px;
    }
    .cantact-space1 .number-font img {
        width: 30vw;
    }
}

.shop-space1 .space-title {
    color: #1f276f
}

.shop-space1 .searchBox {
    width: 100%;
    width: 530px;
    background: #fff;
    height: 64px;
    line-height: 64px;
    border-radius: 40px;
    padding: 0 2%;
    margin: 0 auto
}

.shop-space1 .searchBox label {
    display: inline-block;
    height: 100%;
    width: 30px
}

.shop-space1 .searchBox label img {
    vertical-align: middle
}

.shop-space1 .searchBox .form-control {
    border: none;
    height: 100%;
    line-height: 64px;
    height: 64px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px)
}

.shop-space1 .tab {
    line-height: 70px;
    height: 70px;
    color: #333;
    border-bottom: 1px solid #000
}

.shop-space1 .tab .tab-item {
    position: relative;
    cursor: pointer;
    padding-bottom: 12px
}

.shop-space1 .tab .tab-item::after {
    content: "";
    display: inline-block;
    height: 4px;
    background: #1f276f;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0%;
    transition: all .5s
}

.shop-space1 .tab .tab-item .icon {
    vertical-align: middle;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s;
    margin-right: 10px
}

.shop-space1 .tab .tab-item.active {
    color: #1f276f
}

.shop-space1 .tab .tab-item.active .icon {
    opacity: 1;
    transform: translateX(0)
}

.shop-space1 .tab .tab-item.active::after {
    width: 100%
}

.shop-space1 .tab .tab-item:hover {
    color: #1f276f
}

.shop-space1 .tab .tab-item:hover .icon {
    opacity: 1;
    transform: translateX(0)
}

.shop-space1 .tab .tab-item:hover::after {
    width: 100%;
    transition: all .5s
}

.shop-space1 .harbor-content .list {
    animation: slideInUp .4s linear;
    display: none
}

.shop-space1 .harbor-content .list.active {
    display: block
}

.shop-space1 .slide {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 30px;
    transition: all .4s;
    cursor: pointer
}

.shop-space1 .slide:nth-child(3n) {
    margin-right: 0
}

.shop-space1 .slide:hover {
    background: #1f276f;
    transition: all .4s;
    color: #fff
}

.shop-space1 .slide h6 {
    color: #1f276f;
    font-weight: 600;
    transition: all .4s;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.shop-space1 .slide:hover h6 {
    color: #fff;
    transition: all .4s
}

.shop-space1 .slide .txt {
    margin-bottom: 20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.shop-space1 .slide li {
    margin-bottom: 10px;
    line-height: 30px
}

.shop-space1 .slide .txt {
    margin-bottom: 20px
}

.shop-space1 .slide li a {
    color: #000;
    transition: all .4s;
    font-size: 18px;
    display: inline-block;
    padding-left: 30px;
    position: relative
}

.shop-space1 .slide:hover li a {
    color: #feda14
}

.shop-space1 .slide li .icon {
    width: 30px;
    display: inline-block;
    height: 20px;
    background: url(../img/icon18.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 5px
}

.shop-space1 .slide:hover li .icon {
    background: url(../img/icon17.png) no-repeat center center
}

@media only screen and (max-width:1366px) {
    .shop-space1 .tab .tab-item {
        font-size: 22px;
    }
    .shop-space1 .tab {
        line-height: 60px;
        height: 60px;
    }
    .shop-space1 .tab .tab-item .icon {
        width: 30px;
    }
    .shop-space1 .slide {
        padding: 25px;
    }
    .shop-space1 .slide h6 {
        font-size: 20px;
    }
    .shop-space1 .slide .txt {
        margin-bottom: 15px;
    }
    .shop-space1 .searchBox {
        width: 75%;
        height: 56px;
        line-height: 56px;
        padding: 0 5%;
    }
    .shop-space1 .slide li {
        margin-bottom: 5px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1024px) {
    .shop-space1 .slide h6 {
        font-size: 18px;
        margin-top: 10px;
    }
    .shop-space1 .slide .txt {
        margin-bottom: 10px;
    }
    .shop-space1 .slide {
        width: 48.5%;
        margin-right: 2%;
        padding: 20px;
    }
    .shop-space1 .slide:nth-child(3n) {
        margin-right: 0;
        margin-right: 2%
    }
    .shop-space1 .slide:nth-child(2n) {
        margin-right: 0
    }
    .shop-space1 .slide li a {
        font-size: 16px
    }
    .shop-space1 .tab .tab-item {
        font-size: 16px;
    }
    .shop-space1 .tab .tab-item .icon {
        width: 25px;
    }
    .shop-space1 .tab {
        line-height: 50px;
        height: 50px;
    }
}

@media only screen and (max-width:768px) {
    .shop-space1 .slide {
        width: 100%;
        margin-right: 0;
    }
}

.story-space1 .space-title h6 {
    color: #333333;
}

.story-banner .inner-txt .english-tit::after {
    bottom: 9px
}

.story-space1 .space-inner .txt1 {
    margin-top: 10px
}

.story-space1 .space-inner h6 {
    color: #3c4382;
    font-weight: 600;
}

.story-space1 .space-inner .txt p {
    color: #666;
    line-height: 34px;
    font-size: 16px
}

.story-space2 {
    background: #fff
}

.story-space2 .left-content {
    width: 50%;
    padding-right: 2%
}

.story-space2 .right-content {
    width: 50%
}

.story-space2 .right-content p {
    line-height: 30px;
    color: #666;
    font-size: 16px
}

.story-space2 .right-content h5 {
    font-weight: 600
}

.story-space2 .right-content .font1 {
    font-weight: 600;
    letter-spacing: 1px
}

.story-space2 .right-content .font1 i {
    color: #cb2128
}

@media only screen and (max-width:1440px) {
    .story-space2 .right-content {
        padding-left: 2%
    }
    .story-space2 .right-content h5 {
        margin-bottom: 30px
    }
    .story-space2 .right-content .font3 {
        margin-bottom: 60px
    }
    .story-space2 .right-content p {
        line-height: 26px
    }
}

@media only screen and (max-width:1366px) {
    .story-space2 .right-content {
        padding-left: 4%
    }
    .story-space2 .right-content h5 {
        margin-bottom: 20px
    }
    .story-space2 .right-content .font3 {
        margin-bottom: 40px
    }
    .story-space2 .right-content p {
        line-height: 22px
    }
}

@media only screen and (max-width:750px) {
    .story-space2 .left-content {
        width: 100%;
        padding-right: 0
    }
    .story-space2 .right-content {
        width: 100%;
    }
    .story-space1 .space-inner .txt p {
        line-height: 28px;
        font-size: 14px;
        text-align: justify;
        padding: 0 2%;
    }
}

.story-space3 {
    position: relative;
    height: 705px;
    background: url(../img/1.jpg) no-repeat center center/cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.story-space3 .space-inner {
    height: 100%;
    position: relative
}

.story-space3 .space-inner .swiper-container {
    background: #fff;
    height: 448px;
    width: 830px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 70px
}

.story-space3 .space-inner .swiper-slide .number-font {
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: underline
}

.story-space3 .space-inner .swiper-slide h5 {
    font-weight: 600
}

.story-space3 .space-inner .swiper-slide .txt1 {
    color: #1f276f;
    font-weight: 600
}

.story-space3 .pagination1 {
    display: none
}

.story-space3 .casenav {
    bottom: 100px;
    width: 58px;
    height: 58px;
    opacity: 1;
    border-radius: 50%;
    transition: all .4s;
    display: inline-block;
    top: auto;
    left: 70px
}

.story-space3 .swiper-button-prev {
    background: url(../img/icon6.png) no-repeat;
    background-size: 100% auto
}

.story-space3 .swiper-button-next {
    left: 140px;
    right: auto;
    background: url(../img/icon7.png) no-repeat;
    background-size: 100% auto
}

.story-space3 .swiper-button-prev:hover {
    background: url(../img/icon6_b.png) no-repeat;
    background-size: 100% auto
}

.story-space3 .swiper-button-next:hover {
    background: url(../img/icon7_b.png) no-repeat;
    background-size: 100% auto
}

.story-space3 .pagination2 {
    width: 80px;
    left: 45%;
    position: absolute;
    bottom: 90px;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic
}

.story-space4 .space-title {
    text-align: left;
}

.story-space4 .space-title h5 {
    margin-bottom: 10px;
    color: #333333;
}

.story-space4 .space-title h6 {
    color: #333333;
}

.incident-cont {
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

.incident-cont .timer-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #c7c7c7;
    background: 0 0;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 9;
    transition: all .4s
}

.incident-cont .timer-btn:hover {
    transition: all .4s;
    background: #163f97;
    border-color: #163f97
}

.incident-cont::after {
    content: "";
    display: inline-block;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 2px;
    background: #666;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.incident-cont .swiper-slide {
    position: relative;
    height: 400px
}

.incident-cont .nextL {
    top: 50%;
    left: 0
}

.incident-cont .prevR {
    top: 50%;
    right: 0;
    left: auto
}

.incident-cont .timer-btn .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .4s
}

.incident-cont .prevR .icon {
    background: url(../img/right.png) no-repeat center center;
    background-size: 23px auto
}

.incident-cont .nextL .icon {
    background: url(../img/left.png) no-repeat center center;
    background-size: 23px auto
}

.incident-cont .prevR:hover .icon {
    background: url(../img/right_b.png) no-repeat center center;
    background-size: 23px auto
}

.incident-cont .nextL:hover .icon {
    background: url(../img/left_b.png) no-repeat center center;
    background-size: 23px auto
}

.incident-cont .swiper-slide .left-line {
    position: absolute;
    left: 0;
    top: 74px;
    width: 36px;
    height: 120px;
    animation: slideInUp 1s
}

.incident-cont .swiper-slide:nth-child(2n+1) .left-line {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    animation: slideInDown 1s
}

.incident-cont .swiper-slide .doto {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 49%;
    transform: translateY(-50%);
    border: 3px solid #fff;
    animation: fadeIn 2s
}

.incident-cont .swiper-slide:nth-child(2n) .left-line {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 90px;
    top: 200px
}

.incident-cont .swiper-slide .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateY(-50%);
    border: 2px solid #fff
}

.incident-cont .swiper-slide:nth-child(2n) .circle {
    top: 100%
}

.incident-cont .swiper-slide .text {
    position: absolute;
    left: 55px;
    top: 50px;
    width: 290px;
    animation: slideInUp 1s
}

.incident-cont .swiper-slide:nth-child(2n) .text {
    top: 66%;
    animation: slideInDown 1s
}

.incident-cont .swiper-slide .text .time {
    font-family: impact;
    margin-bottom: 10px;
    letter-spacing: 3px
}

.incident-cont .swiper-wrapper {
    left: 30px
}

.incident-cont .swiper-slide .text .time-txt {
    color: #666
}

.story-space5 {
    position: relative;
    height: 705px;
    background: url(../img/n17.jpg) no-repeat center center/cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff
}

.story-space5 .swiper-thumbs .swiper-slide span {
    font-family: Microsoft YaHei;
    margin-right: 10px
}

.story-space5 h5 {
    margin-bottom: 10px;
    color: #ffffff;
}

.story-space5 h3 {
    font-weight: 600;
    color: #ffffff;
}

.story-space5 .swiper-thumbs .swiper-slide {
    font-size: 18px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.story-space5 .link {
    color: #fff;
    transition: all .4s;
    display: block;
    text-align: right
}

.story-space5 .swiper5 {
    padding: 0 80px;
    width: 600px;
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 99;
}

.story-space5 .swiper5 .swiper-slide {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 14px 10px;
}

.story-space5 .swiper5 .swiper-slide>img {
    width: 100%;
    height: 100%
}

.story-space5 .swiper5 .btn {
    width: 50px;
    height: 50px;
    background: #c7c7c7;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 9;
    transition: all .4s
}

.story-space5 .swiper5 .btn:hover {
    transition: all .4s;
    background: #163f97
}

.story-space5 .swiper5 .btn .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .4s;
    opacity: 1
}

.story-space5 .swiper5 .prev2 {
    left: 0
}

.story-space5 .swiper5 .prev2 .icon {
    background: url(../img/left_b.png) no-repeat center center;
    background-size: 20px auto
}

.story-space5 .swiper5 .next2 {
    right: 0
}

.story-space5 .swiper5 .next2 .icon {
    background: url(../img/right_b.png) no-repeat center center;
    background-size: 20px auto
}

.scrollbar-box {
    z-index: 1;
    position: absolute;
    top: 108px;
    left: 17%;
    width: 300px;
    height: 300px;
    transform: rotate(-90deg)
}

.story-space5 .scrollbar1 {
    background: rgba(255, 255, 255, .4);
    border-radius: 0;
    height: 5px
}

.story-space5 .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, .9)
}

@media only screen and (max-width:1440px) {
    .story-space5 .swiper5 {
        padding: 0 70px;
        width: 520px
    }
    .scrollbar-box {
        left: 14%;
    }
}

@media only screen and (max-width:1366px) {
    .story-space5 .swiper5 .btn {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .story-space5 .swiper5 {
        width: 88%;
    }
    .scrollbar-box {
        left: 11%
    }
    .story-space5 .swiper-thumbs .swiper-slide {
        font-size: 16px;
        line-height: 36px;
    }
}

@media only screen and (max-width:1366px) {
    .story-space5 .swiper5 .btn {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .scrollbar-box {
        left: 8%;
    }
}

@media only screen and (max-width:1280px) {
    .scrollbar-box {
        left: 5%;
    }
    .story-space3 .space-inner .swiper-container {
        padding: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .story-space5 {
        height: auto;
        padding-bottom: 100px;
    }
    .scrollbar-box {
        left: 50%;
        width: 200px;
        height: 5px;
        transform: translateX(-50%) rotate(0deg);
        top: 120%;
    }
    .story-space5 .swiper5 {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .story-space3 .swiper-button-next {
        left: 90px;
    }
    .story-space3 .space-inner .swiper-container {
        padding: 40px;
        width: 100%;
    }
    .story-space3 .space-inner .swiper-slide h5 {
        padding-bottom: 20px;
    }
    .story-space3 .casenav {
        bottom: 80px;
        width: 45px;
        height: 45px;
        left: 30px;
    }
    .story-space3 .swiper-button-next {
        left: 90px;
    }
    .incident-cont {
        padding-left: 40px;
        padding-right: 40px;
    }
    .incident-cont .swiper-slide .left-line {
        width: 20px;
    }
    .incident-cont .timer-btn {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .incident-cont .swiper-slide .text {
        left: 35px;
        width: 50vw;
    }
    .incident-cont .nextL .icon {
        background: url(../img/left.png) no-repeat center center;
        background-size: 14px auto;
    }
    .incident-cont .prevR .icon {
        background: url(../img/right.png) no-repeat center center;
        background-size: 14px auto;
    }
    .incident-cont .swiper-slide .text .time-txt {
        font-size: 14px;
    }
    .incident-cont .prevR:hover .icon {
        background: url(../img/right_b.png) no-repeat center center;
        background-size: 14px auto;
    }
    .incident-cont .nextL:hover .icon {
        background: url(../img/left_b.png) no-repeat center center;
        background-size: 14px auto;
    }
    .story-space6 ul li {
        padding: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    .story-space3 .space-inner .swiper-container {
        padding: 30px;
    }
}

@media only screen and (max-width:600px) {
    .story-space3 .space-inner .swiper-container {
        padding: 20px;
    }
    .incident-cont .swiper-slide {
        height: 250px;
    }
    .story-space3 .pagination2 {
        left: 65%;
    }
    .incident-cont::after {
        top: 72%;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .incident-cont .swiper-slide .text .time {
        margin-bottom: 0px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .incident-cont .prevR {
        top: 72%;
    }
    .incident-cont .nextL {
        top: 72%;
    }
    .incident-cont .swiper-slide .doto {
        top: 72%;
    }
    .incident-cont .swiper-slide .left-line {
        top: 80px;
        height: 100px;
    }
}

.brand-space3 .story-rt {
    font-weight: 600;
    letter-spacing: 2px
}

.brand-space3 .story-list .item {
    display: block;
    width: 23.1%;
    margin-right: 2.5%
}

.brand-space3 .story-list .item:nth-child(4n) {
    margin-right: 0
}

.brand-space3 .story-list .item .img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.brand-space3 .story-list .item .img-box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s
}

.brand-space3 .story-list .item:hover .img-box::after {
    transition: all .4s;
    opacity: .6
}

.brand-space3 .story-list .item .img-box>img {
    width: 100%;
    transition: all .4s
}

.brand-space3 .story-list .item:hover .img-box img {
    transform: scale(1.1);
    transition: all .4s
}

.brand-space3 .story-list .item .text-box {
    width: 100%;
    height: 42px;
    background: #f9f9f9;
    text-align: center;
    line-height: 42px;
    position: relative
}

.brand-space3 .story-list .search-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all .4s;
    transform: translate(-50%, -50%);
    z-index: 5
}

.brand-space3 .story-list .item:hover .search-icon {
    transition: all .4s;
    opacity: 1
}

.brand-space3 .story-list .black0 {
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all .5s;
    background: #1f276f
}

.brand-space3 .story-list .item:hover .black0 {
    width: 100%;
    transition: all .5s
}

.brand-space3 .story-list .item p {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.brand-space3 .story-list .item:hover p {
    color: #fff
}

@media only screen and (max-width:1366px) {
    .brand-space3 {
        padding: 20px 40px 100px;
    }
    .breadcrumb {
        line-height: 70px;
    }
}

@media only screen and (max-width:1280px) {
    .brand-space3 {
        padding: 20px 30px 80px;
    }
    .breadcrumb {
        line-height: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .brand-space3 {
        padding: 20px 20px;
    }
    .brand-space3 .story-list .item {
        width: 48.1%;
        margin-right: 3.5%
    }
    .brand-space3 .story-list .item:nth-child(4n) {
        margin-right: 3.5%
    }
    .brand-space3 .story-list .item:nth-child(2n) {
        margin-right: 0
    }
}

.video-space1 {
    height: 900px;
    width: 100%;
    position: relative;
    padding: 100px 0
}

.video-space1 .swiper-slide {
    color: #fff;
    position: relative;
    opacity: .5;
    padding: 100px 0;
    z-index: -1;
}

.video-space1 .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 99;
}

.video-space1 .swiper-slide .wh-video {
    padding: 0 5%;
    text-align: center;
    position: relative
}

.video-space1 .swiper-slide .wh-v-play {
    position: absolute;
    top: 0;
    right: 10%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    display: none;
    color: #fff;
    animation: fadeInRight .8s;
    transition: all .5s;
    z-index: 9;
}

.video-space1 .swiper-slide .wh-v-play i {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    font-size: 40px
}

.video-space1 .swiper-slide.swiper-slide-active .wh-v-play {
    display: block
}

.video-space1 .swiper-slide .video-close {
    position: absolute;
    right: 16%;
    bottom: 2%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
    z-index: 9;
}

.video-space1 .swiper-slide:hover .video-close {
    opacity: 1;
    transition: all .5s
}

.video-space1 .swiper-pagination {
    width: 100%;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-space1 .swiper-pagination-bullet {
    width: 110px;
    height: 80px;
    background: 0 0;
    position: relative;
    color: #fff;
    opacity: .5
}

.video-space1 .swiper-pagination-bullet:hover {
    opacity: 1
}

.video-space1 .swiper-pagination-bullet-active {
    opacity: 1
}

.video-space1 .swiper-pagination-bullet .icon {
    display: block;
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
    text-align: center;
    background: url(../img/v1.png) no-repeat center center;
    background-size: auto 100%;
    opacity: 1
}

.video-space1 .swiper-pagination-bullet-active {
    height: 110px
}

.video-space1 .swiper-pagination-bullet-active .icon {
    height: 85px;
    background: url(../img/v2.png) no-repeat center center;
    background-size: auto 100%
}

.video-space1 .swiper-slide .wh-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    animation: fadeInUp 1s;
    display: none;
    padding-left: 3%;
}

.video-space1 .swiper-slide .wh-content h3 {
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

.video-space1 .swiper-slide .wh-content h3 i {
    font-size: 72px;
}

.video-space1 .swiper-slide.swiper-slide-active .wh-content {
    display: block
}

.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)
}

.mobile #pageTwo .about-video {
    width: 38.8%;
    top: 40%
}

.about-video.playing {
    animation: hideVideoImg .3s linear forwards
}

.indexPage .section2 .scroll-numCount {
    background: #fcc00e url(../img/bg4.png) no-repeat center center
}

@media only screen and (max-width:1440px) {
    .video-space1 {
        height: 800px
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 60px
    }
    .video-space1 .swiper-slide .wh-v-play {
        width: 90px;
        height: 90px;
        line-height: 90px
    }
}

@media only screen and (max-width:1366px) {
    .video-space1 {
        height: 750px
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 50px
    }
    .video-space1 .swiper-slide .wh-v-play {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
    }
    .video-space1 .swiper-slide .wh-v-play i {
        font-size: 36px
    }
    .video-space1 .swiper-slide {
        padding: 80px 0
    }
    .video-space1 .swiper-pagination-bullet {
        width: 100px
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 35px
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 76px
    }
}

@media only screen and (max-width:1200px) {
    .video-space1 {
        height: 650px;
        padding: 80px 0;
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 42px
    }
    .video-space1 .swiper-slide .wh-v-play {
        width: 72px;
        height: 72px;
        line-height: 72px
    }
    .video-space1 .swiper-slide .wh-v-play i {
        font-size: 32px
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 35px
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 76px
    }
    .video-space1 .swiper-pagination-bullet {
        width: 90px;
        height: 72px;
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 26px
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 62px
    }
    .video-space1 .swiper-pagination-bullet-active {
        height: 100px;
    }
    .video-space1 .swiper-slide .wh-content h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1200px) {
    .video-space1 {
        height: 600px;
    }
    .video-space1 .swiper-slide {
        padding: 65px 0;
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 36px
    }
    .video-space1 .swiper-slide .wh-v-play {
        width: 72px;
        height: 72px;
        line-height: 72px;
    }
    .video-space1 .swiper-slide .wh-v-play i {
        font-size: 26px
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 35px
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 76px
    }
    .video-space1 .swiper-pagination-bullet {
        width: 90px;
        height: 72px;
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 26px
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 52px
    }
    .video-space1 .swiper-pagination-bullet-active {
        height: 90px;
    }
    .video-space1 .swiper-slide .wh-content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width:1024px) {
    .video-space1 {
        height: 550px;
        padding: 60px 0;
    }
    .video-space1 .swiper-pagination {
        width: 100%;
        bottom: 40px;
    }
    .video-space1 .swiper-slide .video-close {
        right: 12%;
        bottom: 0%;
    }
}

@media only screen and (max-width:768px) {
    .video-space1 {
        height: 560px;
    }
    .video-space1 .swiper-slide .wh-video {
        padding: 0;
    }
    .video-space1 .swiper-slide {
        padding: 0;
    }
    .video-space1 .swiper-pagination {
        bottom: 75px;
    }
    .video-space1 .swiper-pagination-bullet {
        width: 75px;
        height: 55px;
    }
    .video-space1 .swiper-pagination-bullet .icon {
        height: 20px;
    }
    .video-space1 .swiper-pagination-bullet-active .icon {
        height: 40px;
    }
    .video-space1 .swiper-pagination-bullet-active {
        height: 75px;
    }
    .video-space1 .swiper-slide .wh-content h3 {
        font-size: 20px;
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 28px;
    }
    .video-space1 .swiper-slide .wh-content {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        text-align: center;
        animation: fadeInUp 1s;
        display: none;
        padding-left: 3%;
        height: 50%;
        padding: 5%;
        background: rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width:600px) {
    .video-space1 {
        height: 460px;
    }
    .video-space1 .swiper-slide .wh-content h3 {
        font-size: 16px;
    }
    .video-space1 .swiper-slide .wh-content h3 i {
        font-size: 22px;
    }
}


/* 加盟中心 */

.jion-space1 {
    overflow: hidden;
}

.jion-space1 .center-icon {
    display: block;
    margin: 0 auto;
    width: 50%;
    position: relative;
}

.jion-space1>.wrap {
    position: relative;
}

.jion-space1 .center-icon .imgbox {
    position: relative;
    color: #ffffff;
}

.jion-space1 .center-icon .text-over {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: all 1s;
}

.jion-space1 .center-icon .text-over h3 {
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

.jion-space1 .center-icon .icon {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    background: #f7f7f7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 3%;
}

.jion-space1 .center-icon .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jion-space1 .center-icon .iconleft {
    left: 17%;
}

.jion-space1 .center-icon .iconright {
    right: 17%;
}

.jion-space1 .space-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 46px;
    color: #666666;
    width: 566px;
}

.jion-space1 .space-txt i {
    color: #bd1320;
}

.jion-space1 .space-txt1 {
    text-align: right;
    right: 88%;
}

.jion-space1 .space-txt2 {
    text-align: left;
    left: 88%;
}

@media only screen and (max-width:1680px) {
    .jion-space1 .center-icon .icon {
        width: 100px;
        height: 100px;
    }
    .jion-space1 .space-txt p {
        font-size: 18px;
    }
}

@media only screen and (max-width:1450px) {
    .jion-space1 .center-icon .text-over h3 {
        font-size: 40px;
    }
    .jion-space1 .space-txt p {
        font-size: 16px;
    }
    .jion-space1 .space-txt {
        line-height: 40px;
    }
    .jion-space1 .center-icon .icon {
        width: 90px;
        height: 90px;
    }
    .jion-space1 .center-icon .icon img {
        max-height: 40px;
    }
}

@media only screen and (max-width:1366px) {
    .jion-space1 .center-icon .text-over h3 {
        font-size: 36px;
    }
    .jion-space1 .space-txt p {
        font-size: 14px;
    }
    .jion-space1 .space-txt {
        line-height: 36px;
    }
    .jion-space1 .center-icon .icon {
        width: 90px;
        height: 90px;
    }
    .jion-space1 .center-icon .icon img {
        max-height: 35px;
    }
}

@media only screen and (max-width:1280px) {
    .jion-space1 .center-icon .icon {
        width: 75px;
        height: 75px;
    }
    .jion-space1 .center-icon .text-over h3 {
        font-size: 26px;
        margin-top: 10px;
    }
}

@media only screen and (max-width:1280px) {
    .jion-space1 .center-icon .icon {
        width: 75px;
        height: 75px;
    }
    .jion-space1 .center-icon .text-over h3 {
        font-size: 26px;
        margin-top: 10px;
    }
    .jion-space1 .center-icon .icon img {
        max-height: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .jion-space1 .space-txt {
        position: relative;
        top: 0;
        transform: translateY(0%);
        line-height: 46px;
        color: #666666;
        width: 100%;
        padding: 20px 0;
    }
    .jion-space1 .space-txt1 {
        text-align: center;
        right: 0;
        line-height: 26px;
        padding: 10px 0;
    }
    .jion-space1 .center-icon {
        width: 90%;
    }
    .jion-space1 .space-txt2 {
        text-align: center;
        left: 0;
        line-height: 26px;
        padding: 10px 0;
    }
}

@media only screen and (max-width:768px) {
    .jion-space1 .center-icon .text-over h3 {
        font-size: 16px;
    }
    .jion-space1 .center-icon .iconleft {
        left: 10%;
    }
    .jion-space1 .center-icon .iconright {
        right: 10%;
    }
}


/* 加盟流程 */

.jion-space2 .space-title {
    color: #ffffff;
}

.jion-space2 .space-title h5::after {
    background: #ffffff;
}

.jion-space2 .floor-list {
    width: 100%;
}

.jion-space2 .floor-list li {
    width: 29%;
    margin-right: 4.3%;
    height: 180px;
    background: #ffffff;
    border-bottom: 7px solid #eeeeee;
    position: relative;
    margin-bottom: 40px;
}

.jion-space2 .floor-list li::after {
    display: inline-block;
    content: "";
    width: 0%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background: #feda14;
}

.jion-space2 .floor-list li:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.jion-space2 .floor-list li:nth-child(3n) {
    margin-right: 0%;
}

.jion-space2 .floor-list .hd {
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: #1f276f;
    padding: 0 6%;
}

.jion-space2 .floor-list .hd img {
    margin-right: 10px;
    vertical-align: middle;
}

.jion-space2 .floor-list .hd .no {
    font-family: "impact";
    font-size: 48px;
    color: #feda14;
}

.jion-space2 .floor-list .no img {
    position: relative;
    top: -3px;
    margin-right: 3px;
}

.jion-space2 .floor-list .infor {
    padding: 10px 6%;
    line-height: 36px;
}

@media only screen and (max-width:1440px) {
    .jion-space2 .floor-list .infor {
        line-height: 30px;
    }
    .jion-space2 .floor-list .infor p {
        font-size: 16px;
    }
    .jion-space2 .floor-list .hd .no {
        font-size: 42px;
    }
    .jion-space2 .floor-list .no img {
        height: 36px;
    }
}

@media only screen and (max-width:1366px) {
    .jion-space2 .floor-list .infor {
        line-height: 28px;
    }
    .jion-space2 .floor-list .infor p {
        font-size: 14px;
    }
    .jion-space2 .floor-list .hd .no {
        font-size: 38px;
    }
    .jion-space2 .floor-list .no img {
        height: 32px;
    }
}

@media only screen and (max-width:1024px) {
    .jion-space2 .floor-list .hd .no {
        font-size: 26px;
    }
    .jion-space2 .floor-list .no img {
        height: 22px;
    }
    .jion-space2 .floor-list .infor {
        line-height: 22px;
    }
    .jion-space2 .floor-list .hd {
        height: 50px;
        line-height: 50px;
    }
    .jion-space2 .floor-list li {
        width: 48.3%;
        margin-right: 3.3%;
    }
    .jion-space2 .floor-list li:nth-child(3n) {
        margin-right: 3.3%;
    }
    .jion-space2 .floor-list li:nth-child(2n) {
        margin-right: 0;
    }
}


/* 加盟扶持 */

.jion-space3 .space-title {
    color: #ffffff;
}

.jion-space3 .space-title h5::after {
    background: #ffffff;
}


/* 加盟案例 */

.jion-space4 {
    background: #ffffff;
}

.jion-space4 .case-list {
    padding: 0 5%;
}

.jion-space4 .case-list .item {
    display: inline-block;
    width: 23.5%;
    margin-right: 2%;
    transition: all 0.4s;
}

.jion-space4 .case-list .item:nth-child(4) {
    margin-right: 0;
}

.jion-space4 .case-list .img-box {
    width: 100%;
    overflow: hidden;
}

.jion-space4 .case-list .img-box img {
    width: 100%;
    transition: all 0.4s;
}

.jion-space4 .case-list .item:hover .img-box img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.jion-space4 .case-list .item .txt {
    height: 132px;
    background: #f7f7f7;
    transition: all 0.4s;
    padding: 25px 20px;
    position: relative;
}

.jion-space4 .case-list .item:hover .txt {
    background: #d8271c;
    color: #ffffff;
}

.jion-space4 .case-list .item h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}

.jion-space4 .case-list .item .time {
    color: #999999;
}

.jion-space4 .case-list .item:hover .time {
    color: #ffffff;
}

.jion-space4 .case-list .item .inner-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all 0.4s;
    position: absolute;
    right: 20px;
    top: -25px;
    background: #ffffff;
    color: #666666;
}

.jion-space4 .case-list .item:hover .inner-icon {
    transition: all 0.4s;
    background: #feda14;
}

@media only screen and (max-width:1024px) {
    .jion-space4 .case-list .item {
        width: 48.8%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .jion-space4 .case-list .item:nth-child(2n) {
        margin-right: 0%;
    }
    .jion-space4 .case-list .item .inner-icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .jion-space4 .case-list .item .txt {
        padding: 10px 12px;
        height: 82px;
    }
    .jion-space4 .case-list .item h5 {
        margin-bottom: 15px;
    }
}


/* 常见问题 */

.jion-space5 {
    background: #ffffff;
}

.jion-space5 .space-title h6 {
    color: #333333;
}

.jion-space5 .question-list {
    padding: 25px 5%;
    border-top: 1px solid #eeeeee;
    height: 550px;
}

.jion-space5 .question-list .item {
    background: #ffffff;
    width: 16.6%;
    transition: all 0.4s;
    border: 1px solid #ffffff;
    border-right: 1px solid #eeeeee;
    text-align: center;
    padding: 30px 20px;
}

.jion-space5 .question-list .item:first-child {
    border-left: 1px solid #eeeeee;
}

.jion-space5 .question-list .item .c-icon {
    display: inline-block;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 1px solid #efefef;
    background: #ffffff url(../img/icon14.png) no-repeat center center;
    transition: all 0.4s;
}

.jion-space5 .question-list .item:hover .c-icon {
    background: #363d7e url(../img/icon15.png) no-repeat center center;
    border-color: #363d7e;
}

.jion-space5 .question-list .item .num {
    padding-top: 10px;
    color: #999999;
    font-family: 'impact';
    font-size: 48px;
}

.jion-space5 .question-list .item .num img {
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -4px;
}

.jion-space5 .question-list .item .num .m1 {
    display: none;
}

.jion-space5 .question-list .item:hover .num .m1 {
    display: inline-block;
}

.jion-space5 .question-list .item:hover .num .m2 {
    display: none;
}

.jion-space5 .question-list .item:hover .num {
    color: #363d7e;
}

.jion-space5 .question-list .item .txt {
    line-height: 32px;
    height: 90px;
}

.jion-space5 .question-list .item .link {
    opacity: 0;
    transition: all 0.4s;
    color: #dd443a;
    text-decoration: underline;
}

.jion-space5 .question-list .item:hover .link {
    opacity: 1;
    transition: all 0.4s;
}

.jion-space5 .question-list .item:hover {
    transition: all 0.4s;
    transform: translateY(-60px);
    border-radius: 5px;
    border-color: #363d7e;
    box-shadow: 0 2px 10px 1px #b6cde1;
    padding: 90px 2% 80px;
}

.jion-space5 .b-link {
    display: block;
    margin: 20px auto;
    width: 320px;
    height: 70px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 70px;
    background: #d8271c;
    color: #ffffff;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s;
}

.jion-space5 .b-link:hover {
    transition: all 0.4s;
    background: #363d7e;
}

@media only screen and (max-width:1440px) {
    .jion-space5 .question-list .item:hover {
        padding: 60px 2%;
    }
    .jion-space5 .question-list .item .c-icon {
        width: 110px;
        height: 110px;
    }
    .jion-space5 .question-list .item .num {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .jion-space5 .question-list .item .num img {
        top: -3px;
        height: 36px;
    }
    .jion-space5 .question-list .item .txt {
        font-size: 18px;
        height: 110px;
    }
}

@media only screen and (max-width:1366px) {
    .jion-space5 .question-list .item .c-icon {
        width: 100px;
        height: 100px;
    }
    .jion-space5 .question-list .item .txt {
        font-size: 16px;
        height: 100px;
    }
    .jion-space5 .question-list .item .num img {
        top: -4px;
        height: 28px;
    }
}

@media only screen and (max-width:1280px) {
    .jion-space5 .question-list .item .c-icon {
        width: 80px;
        height: 80px;
    }
    .jion-space5 .question-list .item {
        width: 33.3%;
        height: 400px;
    }
    .jion-space5 .question-list .item .num {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .jion-space5 .question-list {
        height: 900px;
    }
    .jion-space5 .question-list .item .txt {
        height: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .jion-space5 .question-list .item .c-icon {
        width: 70px;
        height: 70px;
    }
    .jion-space5 .question-list .item .num {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .jion-space5 .question-list .item .num img {
        top: -3px;
        height: 22px;
    }
    .jion-space5 .question-list .item {
        width: 33.3%;
        height: 350px;
    }
    .jion-space5 .question-list {
        height: 800px;
    }
    .jion-space5 .question-list .item .txt {
        font-size: 14px;
        height: 60px;
    }
    .jion-space5 .b-link {
        width: 280px;
        height: 60px;
        line-height: 60px;
    }
    .jion-space5 .question-list .item:hover {
        padding: 40px 2%;
    }
}

@media only screen and (max-width:768px) {
    .jion-space5 .question-list .item {
        width: 50%;
        height: 260px;
    }
    .jion-space5 .question-list .item:hover {
        padding: 30px 2%;
    }
    .jion-space5 .question-list .item .txt {
        line-height: 22px;
    }
    .jion-space5 .question-list .item .c-icon {
        width: 50px;
        height: 50px;
    }
    .jion-space5 .b-link {
        width: 50vw;
        height: 50px;
        line-height: 50px;
    }
}

.join-cont {
    background: #ffffff;
    padding: 60px 7%;
}

.join-cont .space-title {
    text-align: left;
}

.join-cont .space-title h5 {
    margin-bottom: 10px;
}

.join-cont .form-control {
    border-radius: 0;
    font-size: 16px;
}

.join-cont input {
    height: 50px;
    line-height: 50px;
}

.join-cont input::-webkit-input-placeholder {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}


/* 使用webkit内核的浏览器 */

.join-cont input:-moz-placeholder {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}


/* Firefox版本4-18 */

.join-cont input::-moz-placeholder {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}


/* Firefox版本19+ */

.join-cont input:-ms-input-placeholder {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}


/* IE浏览器 */

.join-cont .submit-btn {
    width: 188px;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    background: #d8271c;
    transition: all 0.4s;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.join-cont .submit-btn:hover {
    transition: all 0.4s;
    background: #1f2770;
}

.join-cont .cont-right {
    padding: 70px 0 0 85px;
    margin: 20px 60px;
}

.join-cont .cont-right p {
    line-height: 32px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
}

.join-cont .cont-right h6 {
    font-weight: 600;
}

@media only screen and (max-width:1440px) {
    .join-cont .cont-right {
        padding: 60px 0 0 70px;
        margin: 20px 45px;
    }
}

@media only screen and (max-width:1366px) {
    .join-cont .cont-right {
        padding: 50px 20px 0;
        margin: 20px 45px;
    }
    .join-cont {
        padding: 50px 7%;
    }
}

@media only screen and (max-width:1024px) {
    .join-cont .cont-right {
        padding: 80px 80px 120px;
        margin: 20px 5px;
    }
    .join-cont {
        padding: 30px 0;
    }
    .join-cont .submit-btn {
        height: 48px;
        line-height: 48px;
    }
    .join-cont .cont-right {
        padding: 20px 30px 130px;
    }
}

@media only screen and (max-width:768px) {
    .join-cont .cont-right p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.jion-space5 .wrap .space-title .mb20 {
    color: #000;
}

.jion-space6 .space-title h5 {
    color: #333333;
}

.jion-space6 .space-title h6 {
    color: #333333;
}

@media only screen and (max-width:1024px) {
    .jion-space6 {
        padding: 30px 5%;
    }
}