/**
 *@author: lyc
 *@updateTime: 2020-05-17
 */

.first-page {
    width: 100%;
    height: calc(100vh - 100px);
}

.banner-img {
    background-size: cover !important
}

.container.container-center{
    padding: 0!important;
    overflow: hidden;
}

.home-btn {
    padding: 0;
    line-height: 38px;
}
.home-btn img {
    position: relative;
    top: -2px;
    width: 44px;
    height: 30px;
}

.home-btn:hover{
    opacity: .8;
}
button.fc-red.home-btn:hover{
    color: #4dbfd2;
}
button.fc-white.home-btn:hover{
    color: #fff;
}

.home-btn img.hidden-md{
    display: inline;
}

button:focus, button:active {
    outline: none !important;
}

.h-industry-wrapper .h-title, .h-news .h-title {
    padding-left: 19px;
    padding-right: 19px;
}

.h-sub-title {
    line-height: 1;
    font-weight: 400;
}

.h-title-pt-66 {
    padding-top: 68px;
}

.h-content-pb-70 {
    padding-bottom: 70px;
}

/* 首页内容部分轮播图公共样式（除banner）  */

.h-swiper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #D9D9D9;
}

.h-swiper .swiper-pagination-bullet-active {
    background: #4dbfd2;
}


.h-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px;
}

.h-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px;
}

.h-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .h-swiper .swiper-pagination-custom, .h-swiper .swiper-pagination-fraction {
    bottom: 7px;
}

.h-item-img {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.h-item-img {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-item-img img {
    /*max-width: 100%;*/
    max-height: 100%;
}

.h-m-swiper .swiper-pagination-bullets {
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
    height: 28px;
    line-height: 8px;
}

.h-m-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/* 首页内容部分轮播图公共样式（除banner）结束  */


.swiper-container-banner .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    background: transparent;
}

.swiper-container-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.h-about {
    min-height: 100px;
}

.h-about-content {
    margin: 41px auto 37px;
    line-height: 30px;
    text-align: justify;

}

.h-box-right {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
    text-align: justify;
}

.h-box-right .h-tabs-panel {
    height: 100%;
}

.h-box-right .h-tabs-panel-current {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h-box-content {
    display: -webkit-box;
    overflow: hidden;
    margin-top: -6px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}

.h-box-left {
    width: 600px;
}

.h-video {
    flex-wrap: wrap;
}

.h-video-item {
    position: relative;
    overflow: hidden;
}

.h-video-item-lg {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*height: 630px;*/
    height: 394px;
}


.h-video-item-md {
    width: 50%;
    /*height: 486px;*/
    height: 304px;
}

.h-video-content {
    display: block;
    height: 100%;
    background-size: cover !important;
}

.h-video-content-lg {
    position: relative;
    width: 65%;
    overflow: hidden;
    cursor: pointer;
}

/*.h-video-item:hover .h-video-content img{*/
/*    transform: scale(1.2);*/
/*}*/

.h-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    padding: 0;
}

.h-video-btn img {
    width: 100%;
}

.h-video-brief {
    top: 0;
    left: 0;
    /*left: -350px;*/
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s;
}


.h-video-item-lg .h-video-brief{
    padding: 0 56px 56px 90px;
}
.h-video-item-md .h-video-brief{
    padding: 0 40px 40px 56px;
}


.h-video-lg .h-video-item:nth-child(4n+2) .h-video-brief,
.h-video-lg .h-video-item:nth-child(4n + 3) .h-video-brief {
    left: -100%;
}

.h-video-lg .h-video-item:nth-child(4n+2):hover .h-video-brief,
.h-video-lg .h-video-item:nth-child(4n + 3):hover .h-video-brief {
    left: 0;
}

.red-content {
    width: 35%;
    background: #4dbfd2;
}

.h-video-brief h1, .h-video-brief h4 {
    margin-bottom: 0;

}

.h-video-brief h1 {
    position: relative;
    margin-bottom: 55px;
    font-size: 2.71rem !important;
    line-height: 1;

}

.h-video-brief h1:after {
    content: "";
    position: absolute;
    left: 0;
    width: 38px;
    height: 1px;
    background: #fff;
    margin-top: 62px;
}

.h-video-brief h4 {
    line-height: 24px;
    font-size: 1.428rem !important;
}


.h-industry {
    position: relative;
    margin-top: 70px;
}


.h-industry-box {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
    z-index: 5;

}

.h-industry-list {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.h-industry-item {
    position: relative;
    cursor: pointer;
}

.h-industry-item:nth-child(1),
.h-industry-item:nth-child(2),
.h-industry-item:nth-child(3),
.h-industry-item:nth-child(5),
.h-industry-item:nth-child(6) {
    margin-right: 2px;
}


.h-industry-item:nth-child(1):after,
.h-industry-item:nth-child(2):after,
.h-industry-item:nth-child(3):after,
.h-industry-item:nth-child(5):after,
.h-industry-item:nth-child(6):after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%;
    background: #fff;
}


.h-industry-item:nth-child(1),
.h-industry-item:nth-child(2),
.h-industry-item:nth-child(3),
.h-industry-item:nth-child(4) {
    margin-bottom: 2px;
}

.h-industry-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc((100% - 2px) / 2);
    width: 100%;
    height: 2px;
    background: #fff;
}

.h-industry-item-sm {
    /*width: 25%;*/
    width: calc((100% - 6px) / 4);
}

.h-industry-item-md {
    width: calc((100% - 4px) / 3);
}

.h-industry-content {
    height: 100%;
    background-size: cover !important;
}

.h-industry-content img {
    display: none;
}

.h-industry-brief {
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 60px 30px 40px 30px;
    transition: all .3s;
}

.h-industry-btn {
    padding: 0;
    width: 48px;
    height: 48px;
}

.h-industry-btn img {
    width: 100%;
}

.h-industry-item .h-industry-sub-title,
.h-industry-item .h-industry-btn {
    display: none;
}

.h-industry-item:hover .h-industry-brief {
    background: rgba(0, 0, 0, .4);
}

.h-industry-item:hover .h-industry-sub-title,
.h-industry-item:hover .h-industry-btn {
    display: block;
}


.h-industry-brief h1, .h-industry-brief h4 {
    margin-bottom: 0;
    line-height: 24px;
}

.h-industry-brief h1 {
    position: relative;
    margin-bottom: 60px;
    font-size: 2.14rem !important;
    font-weight: 500;
}

.h-industry-brief h1:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-top: 54px;
}

.h-industry-brief h4 {
    font-size: 1.14rem !important;
}


/*=== 全产业链 结束 ====*/

.h-title > h1 {
    margin-bottom: 9px;
}

.h-product-content {
}

.h-product-left img {
    width: 100%;
}

.h-box {
    overflow: hidden;
}

.h-tabs-product-bd {
    position: relative;
}

.h-tabs-panel {
    /*float: left;*/
    position: relative;
    transition: all .3s;
    display: none;
    /*left: -500%;*/
}

.h-tabs-panel-current {
    /*left: 0;*/
    display: block;
}

.h-box-left,
.h-box-right {
    height: 333px;
    overflow: hidden;
}

.h-list-nav {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 54px;
    line-height: 50px;
}

.h-list-nav li {
    display: inline-block;
    margin: 0 3.285rem;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.h-list-nav-product li:hover {
    color: #FFE073;
}

.h-list-nav-product li.active {
    border-color: #FFE073;
    color: #FFE073;
    font-weight: 700;
}

.h-list-nav-news li a:hover {
    color: #4dbfd2;
}

.h-list-nav-news li.active {
    border-color: #4dbfd2;
    color: #4dbfd2;
    font-weight: 700;
}


.h-news-left img {
    width: 100%;
}

.h-news-title {
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
}

.h-news-title:hover {
    color: #4dbfd2;
}

.h-news-left .swiper-pagination {
    bottom: 20px;
    left: auto;
    right: 0;
    width: 150px;
}


.h-join {

}

.h-join a {
    display: block;
    width: 100%;
}

.h-join img {
    width: 100%;
}


.h-list {
    /*height: 240px;*/
    overflow: hidden;
    margin-top: -6px;
}

.h-item {
    line-height: 40px;
}

.h-item-text {
    width: 400px;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h-item-text:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    margin-left: -12px;
    margin-top: 18px;
    border-radius: 50%;
    background: #555;
}

.h-item-text:hover {
    color: #4dbfd2;
}
.h-item-text:hover:before{
    background: #4dbfd2;
}

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

.mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10000;
    transition: all .3s;
}

.video-play video {
    position: relative;
    z-index: 10001;
}

.isHidden {
    display: none;
}

.video-play-wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 30px 30px;
    transition: all .3s;
}

.video-play-wrapper a {
    position: relative;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10004;
}

.video-play-wrapper > a:before {
    display: block;
    width: 30px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    background: #000;
    position: absolute;
}

.video-play-wrapper > a:after {
    display: block;
    width: 30px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    background: #000;
    position: absolute;
}

.h-ad{
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 100;
}

.h-ad-img{
    display: block;
    width: 65px;
    height: 66px;
}

.h-ad-img img{
    width: 100%;
}

.h-ad-close{
    position: absolute;
    top: -24px;
    right: -5px;
    width: 24px;
    height: 24px;
}

@media (max-width: 1239px) {
    .h-video-item-lg {
        height: 375px;
    }

    .h-video-item-md {
        height: 288px;
    }

    .h-video-item-lg .h-video-brief{
        padding: 0 56px 56px 70px;
    }

    .h-video-brief h1 {
        margin-bottom: 48px;
        font-size: 1.875rem !important;
    }

    .h-video-brief h1:after {
        width: 34px;
        margin-top: 46px;
    }

    .h-video-brief h4 {
        font-size: 1rem !important;
    }

    .h-video-brief h1, .h-video-brief h4 {
        line-height: 20px;
    }

    .h-box-right {
        width: 520px;
    }

    .h-box-left {
        width: 570px;
    }

    .h-box-left,
    .h-box-right {
        height: 320px;
    }

    .h-industry-brief {
        padding: 50px 25px 30px 25px;
    }

    .h-industry-brief h1 {
        margin-bottom: 40px;
        font-size: 2rem !important;
    }

    .h-industry-brief h1:after {
        width: 36px;
        height: 2px;
        margin-top: 45px;
    }

    .h-industry-brief h4 {
        font-size: 1rem !important;
    }

    .h-industry-btn{
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 1199px) {
    .h-video-item-lg {
        height: 322px;
    }

    .h-video-item-md {
        height: 243px;
    }

    .h-video-brief {
        padding: 0 40px;
    }

    .h-video-brief h1 {
        margin-bottom: 40px;
        font-size: 1.875rem !important;
    }

    .h-video-brief h1:after {
        width: 30px;
        height: 1px;
        margin-top: 45px;
    }

    .h-video-brief h4 {
        font-size: 1rem !important;
    }

    .h-video-brief h1, .h-video-brief h4 {
        line-height: 20px;
    }

    .h-box-right {
        width: 480px;
    }

    .h-box-left {
        width: 420px;
    }

    /*.h-box-left .swiper-container {*/
    /*    height: 400px;*/
    /*}*/
    /*.h-box-left .swiper-slide {*/
    /*    height: 320px;*/
    /*}*/
    .h-box-left,
    .h-box-right {
        height: 280px;
    }

    .h-item-text {
        width: 280px;
    }
}


@media (max-width: 991px) {

    .h-title {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        text-align: left !important;
    }

    .h-title h1 {
        margin-bottom: 0 !important;
    }

    .h-sub-title {
        line-height: 1 !important;
        margin-left: 8px;
        margin-bottom: 0;
    }

    .home-btn-box {
        text-align: right !important;

    }

    .home-btn img {
        top: -1px;
        width: 22px;
        height: 15px;
    }

    .h-box-left {
        width: 100%;
    }

    .h-box-content {
        margin-top: 20px;
    }

    .h-box-right {
        width: 100%;
    }

    /*.h-box-left .swiper-container {*/
    /*    height: 360px;*/
    /*}*/
    /*.h-box-left .swiper-slide {*/
    /*    height: 280px;*/
    /*}*/
    .h-news .container {
        padding: 0;
    }

    .h-news .home-btn-box {
        padding: 0 19px !important;
    }

    .h-about-content {
        margin: 20px auto 5px;
        line-height: 1.643;
    }

    /*.h-video {*/
    /*    padding-left: 19px;*/
    /*    padding-right: 19px;*/
    /*}*/

    .h-video.hidden-md {
        display: none !important;
    }

    .h-video.visible-md {
        display: block !important;
    }

    .swiper-container-video .swiper-slide{
        width: 80%!important;
        position: relative;
        /*font-size: 18px;*/
        background: #fff;
        padding-left: 19px;
        padding-right: 19px;
        /*width: 250px;*/

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /*margin-right: 30px!important;*/
    }

    .h-m-swiper .h-video-item {
        width: 100%;
        height: auto!important;
    }

    .h-video-item img {
        width: 100%;
    }

    .h-video-brief {
        align-items: flex-start;
        left: 0;
        width: 50%;
        padding: 0 30px 30px;
        background: rgba(167, 33, 38, .8)
    }

    .h-video-brief h1 {
        margin-bottom: 70px;
        font-size: 2.857rem !important;
        line-height: 40px;
    }

    .h-video-brief h1:after {
        margin-top: 80px;
    }

    .h-video-brief h4 {
        font-size: 1.714rem !important;
    }

    .h-box-left {
        margin-top: 0;
    }

    .h-box-left,
    .h-box-right {
        height: auto;
    }

    .h-news-left{
        padding: 0 19px;
    }

    .h-news-left .swiper-container,
    .h-news-left .swiper-slide {
        height: auto;
    }

    .h-list {
        margin-top: 20px;
        padding: 0 19px;
    }

    .h-title-pt-66 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .h-content-pb-70 {
        padding-bottom: 10px;
    }

    .h-item-text {
        width: 240px;
        padding-left: 8px;
    }
    .h-item-text:before{
        width: 2px;
        height: 2px;
        margin-left: -8px;
        margin-top: 16px;
    }

    .h-industry-box {
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 19px!important;
    }
    .h-industry-box.container-center{
        padding: 0 19px!important;
    }

    .h-industry-list {
        width: calc(100% - 38px);
    }

    .h-industry-item {
        width: 100% !important;
        height: calc((100% - 6) / 7);
        margin-bottom: 1px !important;
        margin-right: 0 !important;
    }

    .h-industry-item:last-child{
        margin-bottom: 0 !important;
    }

    .h-industry-item:nth-child(1):after,
    .h-industry-item:nth-child(2):after,
    .h-industry-item:nth-child(3):after,
    .h-industry-item:nth-child(4):after,
    .h-industry-item:nth-child(5):after,
    .h-industry-item:nth-child(6):after {
        content: "";
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -1px;
        height: 1px;
        background: #fff;
    }

    .h-industry-list:before,
    .h-industry-item:last-child:after {
        display: none!important;
    }

    .h-industry-content {
        height: 100%;
        background: none !important;
    }

    .h-industry-brief {
        flex-direction: row;
        align-items: center;
        top: auto;
        bottom: 0;
        height: 100%;
        padding: 10px 23px 10px 28px;
        background: rgba(0, 0, 0, .4);
    }

    .h-industry-brief h1 {
        margin-bottom: 0;
        font-size: 2.571rem !important;
    }

    .h-industry-brief h1:after {
        display: none;
    }

    .h-industry-brief h4 {
        display: none !important;
    }

    .h-industry-btn {
        display: block !important;
    }

    .h-list-nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .h-product .h-box-right {
        margin-top: 0;
        padding: 0 15px 15px;
        background: #fff;
    }

    .h-product-content {
        color: #333;
        line-height: 1.643;
    }

    .h-product .h-box-right .home-btn {
        background: #fff!important;
        color: #4dbfd2 !important;
    }
    .home-btn img.visible-md{
        display: inline;
    }
    .home-btn img.hidden-md{
        display: none;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .h-m-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }

}


@media (max-width: 768px) {
    .home-btn-box {
        text-align: right !important;
        padding: 0 !important;
    }

    .home-btn {
        height: 24px;
        padding: 0 !important;
        font-size: 1.428rem;
        line-height: 24px;
    }

    .h-title > h1 {
        margin-bottom: 5px;
    }

    .h-box-right, .h-box-left {
        width: 100%;
    }

    .h-box-left {
        margin-top: 0;
    }

    .h-video-item {
        width: 100%;
    }

    .h-video-brief {
        padding: 0 0 15px 15px;
    }

    .h-video-brief h1 {
        margin-bottom: 50px;
        font-size: 2.657rem !important;
        line-height: 40px;
    }

    .h-video-brief h1:after {
        margin-top: 70px;
    }

    .h-video-brief h4 {
        font-size: 1.714rem !important;
    }

    .h-video-btn {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }

    .h-box-right, .h-box-left {
        width: 100%;
    }

    .h-box-left {
        margin-top: 0;
    }

    .h-box-left,
    .h-box-right {
        height: auto;
    }

    .h-news-left .swiper-container,
    .h-news-left .swiper-slide {
        height: auto;
    }

    .h-about-content {
        margin: 20px auto 5px;
        line-height: 1.64;
    }

    .h-industry-btn {
        width: 24px;
        height: 24px;
    }

    .h-news .container {
        padding: 0;
    }

    .h-list-nav {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 2
    }

    .h-list-nav li {
        margin: 0 18px;
        border-bottom-width: 2px;
    }

    .h-product-left {
        width: 100%;
        height: auto;
    }

    .h-product-content {
        margin-top: 19px;
        margin-bottom: 12px;
        line-height: 1.643;
    }

    /*.h-news{*/
    /*    padding-top: 20px!important;*/
    /*    padding-bottom: 19px!important;*/
    /*}*/
    .h-list {
        margin-top: 0;
        height: auto;
        padding: 15px 19px 5px;

    }

    .h-item {
        line-height: 2.5;
    }

    .h-news-title {
        height: 38px;
        line-height: 38px;
    }

    .h-news-left .swiper-pagination {
        bottom: 10px;
        width: 74px;
    }


}

@media (min-width: 768px) {
    .h-list {
        font-size: 1.285rem !important;
    }
}

@media (min-width: 576px) {
    .h-list {
        font-size: 2rem;

    }
}

@media (max-width: 576px) {
    .h-video-brief h1 {
        margin-bottom: 30px;
        font-size: 2.257rem !important;
        line-height: 30px;
    }

    .h-video-brief h1:after {
        margin-top: 43px;
    }

    .h-list-nav li {
        margin: 0 8px;
    }

    .h-list {
        font-size: 2rem;

    }

    .h-item-text {
        width: 200px;
    }
}
