.container {
    width: 80%;
}

a {
    text-decoration: none;
}

.all {
    position: relative;
}

* {
    margin: 0;
    padding: 0;
}

.index_heard {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
}

li {
    list-style: none;
}

.index_heard ul {
    display: flex;
}

.index_heard li {
    color: black;
}

.pc_header {
    width: 100%;
    position: fixed;
    z-index: 30;
    /* background: rgba(255, 255, 255, 0.8); */
    /* padding: 0 70px; */
    /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); */
    display: flex !important;
    justify-content: space-between;
    height: 75px;
    top: 0px;
}

.pc_header_logo {
    position: relative;
    width: 20%;
}

.pc_header_logo img {
    width: 105px;
    height: 56px;
    position: relative;
    transform: translate(10px, 10px);
}

.pc_header_ul {
    display: flex;
    width: 80%;
}

.pc_header_ul a {
    color: white;
}

.pc_header_ul li {
    list-style: none;
    line-height: 75px;
    /* background: red; */
    text-align: center;
    /* padding: 10px; */
    box-sizing: border-box;
    /* margin-left: 20px; */
    height: 75px;
    width: 17%;
    /* width: 135px; */
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.content {
    position: absolute;
    top: -45px;
    /* background: red; */
    width: 100%;
}

.index_content_banner {
    width: 100%;
    background-color: #F5F5F7;
    /* animation-name: top_banner;
        animation-duration: 3s; */
}

@keyframes top_banner {
    0% {
        transform: perspective(10px) translate3d(0, 0, 10px);
    }
}

.index_content_banner_i {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1100px;
    position: absolute;
    transform: translate(0px, -53px);
}

.index_content_banner video {
    width: 100%;
    /* min-height: 1000px; */
    object-fit: fill;
    margin-top: -50px;
}

.block_sj {
    display: none;
}

.pc_header_s {
    width: 170px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.75);
    /* opacity: 0.75; */
    border-radius: 20px;
    line-height: 40px !important;
    margin-top: 16px;
    color: #0066FB !important;
    cursor: pointer;
}


/* .pc_header_s a {
    color: #0066FB !important;
} */

.sy_pt {
    display: none;
    border-top: 0px solid #fff;
    /* background: rgba(0, 0, 0, 0.5); */
    background: white;
    color: #0066FB !important;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -3px 0 0 #fff, -6px 0 6px 0 rgba(0, 0, 0, 0.04), 6px 0 6px 0 rgba(0, 0, 0, 0.04), 0px 6px 6px 0 rgba(0, 0, 0, 0.04);
}

.sy_pt a {
    display: block;
    color: #0066FB !important;
}

.pc_header_s:hover {
    border-radius: 20px 20px 0 0;
}

.pc_header_s:hover .sy_pt {
    display: block !important;
}


/*产品体系*/

.hmCon3 {
    background: #f4f4f4;
    /* padding: 3.2vw 0px 0; */
    margin: 80px 0 100px 0;
    overflow: hidden;
}

.hmTbox {
    position: relative;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
}

.hmTbox strong {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: 2px;
    display: block;
}

.hmTbox p {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    margin-top: 23px;
    margin-bottom: 50px;
}

.hmc3Number {
    font: 20px/34px din;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hmc3Number span:nth-child(1) {
    font-size: 30px;
}

.hmc3Swiper {
    margin-top: 35px;
    width: 1984px;
    padding-bottom: 105px;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}

.container_active {
    animation: fadeInUp 1s both;
}

.hmc3txt strong {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0s;
    transition: none!important;
}

.hmc3num {
    display: inline-block;
    position: absolute;
    left: -20%;
    top: 0px;
    color: rgba(255, 255, 255, 1);
    font: 300px din;
    line-height: 350px;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    transition: all 0.5s ease-in-out;
    opacity: 0.05;
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.hmc3Swiper .slick-prev {
    background: #FFF url(../images/hmc3btn1.png) no-repeat center center;
    display: inline-block;
    height: 58px;
    width: 58px;
    position: absolute;
    left: 0px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    bottom: 0px;
}

.slick-track {
    opacity: 1;
    width: 6448px;
    transform: translate3d(-2480px, 0px, 0px);
}

.hmc3Sitem {
    padding-right: 50px;
}

.slick-initialized .slick-slide {
    display: block;
    width: 495px;
    min-height: 350px;
}

.hmc3aBox {
    display: block;
    height: 578px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.hmc3sbg {
    background-image: linear-gradient(145deg, #0067FF 20%, #0046A7 90%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.hmc3_spnm {
    position: absolute;
    right: 35px;
    top: 45px;
    font-size: 20px;
    line-height: 30px;
    color: #A3A3A3;
    display: inline-block;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.hmc3_pimg {
    height: 210px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 128px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.hmc3_pimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.slick-slide img {
    display: block;
}

.iOpacity {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.hmc3_psnm {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 36px;
    z-index: 1;
    background: url(../images/hmc3_ar.png) no-repeat right center;
    transition: all 0.5s ease-in-out;
}

.hmc3aBox:hover .hmc3_layer,
.slick-current .hmc3aBox .hmc3_layer {
    opacity: 1;
}

.hmc3_layer {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 45px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    color: #fff;
    opacity: 0;
}

.hmc3_layer h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    display: block;
    overflow: hidden;
}

.hmc3_layer h6 {
    font-size: 14px;
    line-height: 25px;
    opacity: 0.6;
    height: 25px;
    overflow: hidden;
    font-weight: normal;
}

.hmc3_layer div {
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0px 20px;
    height: 90px;
    overflow: hidden;
}

.hmc3_layer span {
    font-size: 15px;
    line-height: 40px;
    color: #112980;
    letter-spacing: 1px;
    height: 40px;
    width: 140px;
    display: block;
    background: #FFF;
    text-align: center;
}

.hmc3Swiper {
    margin-top: 35px;
    width: 1984px;
    padding-bottom: 105px;
}

.hmTbox {
    position: relative;
}


/*产品体系*/

.cp_tixi_tone {
    width: 445px !important;
    height: 577px !important;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.slick-current .cp_tixi_tone,
.hmc3Sitem:hover .cp_tixi_tone {
    background: linear-gradient(-36deg, #0046A6 0%, #0068FF 100%) !important;
}

.slick-current .cp_tixi_tone_span,
.hmc3Sitem:hover .cp_tixi_tone_span {
    display: inline-block !important;
}

.slick-active .cp_tixi_tone_h h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000 !important;
    line-height: 32px;
    overflow: hidden;
    height: 66px;
}

.slick-current .cp_tixi_tone_h h5,
.hmc3Sitem:hover .cp_tixi_tone_h h5 {
    color: #FFFFFF !important;
}

.slick-current .cp_tixi_tone span {
    color: #EBEBEB;
}

.slick-current img,
.hmc3Sitem:hover img {
    animation: fadeInUp 1s both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-alpha: grayscale(0%);
        alpha: grayscale(0%);
    }
    100% {
        opacity: 1;
        -webkit-alpha: grayscale(100%);
        alpha: grayscale(100%);
    }
}

.slick-current .cp_show_more span {
    text-align: center !important;
    line-height: 39px !important;
    color: #EBEBEB !important;
}

.slick-current .cp_show_more {
    background-color: rgb(255, 255, 255, .6);
}

.hmc3Sitem:hover .cp_show_more span {
    text-align: center;
    line-height: 39px;
    color: #EBEBEB;
}

.cp_tixi_tone_img {
    width: 242px;
    height: 242px;
    text-align: center;
    margin: 50px auto 0;
}

.cp_tixi_tone_img img {
    width: 242px;
    height: 242px;
}

.cp_tixi_tone_h {
    width: 323px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}

.cp_tixi_tone_h h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    display: block;
    overflow: hidden;
}

.cp_tixi_tone_span {
    /* width: 361px; */
    height: 70px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EBEBEB;
    overflow: hidden;
    line-height: 24px;
}

.cp_show_more {
    width: 150px;
    height: 40px;
    background-color: rgb(255, 255, 255, .6);
    /* background: #FFFFFF;
    opacity: 0.6; */
}

.cp_show_more span {
    font-size: 15px;
    line-height: 40px;
    color: #112980;
    letter-spacing: 1px;
    height: 40px;
    width: 140px;
    display: block;
    /* background: #FFF; */
    text-align: center;
}

.hmc3_layer_cp {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 45px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.slick-initialized .slick-slide {
    width: 445px !important;
    margin-right: 50px;
}

.slick-track {
    display: flex !important;
    /* width: 82% !important; */
    /* width: 100% !important; */
}

.no_active .cp_show_more span {
    font-size: 16px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #0065F6 !important; */
    line-height: 49px;
    text-align: left;
}

.none_show {
    display: none;
}

.tx_all .slick-prev {
    background: url(../images/right1.png) no-repeat center center;
    display: inline-block;
    height: 58px;
    width: 58px;
    position: absolute;
    left: 1400px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    /* bottom: 0px; */
    top: -86px;
    right: 460px;
}

.tx_all .slick-prev:focus,
.tx_all .slick-next {
    display: none;
}

button:focus {
    border: 0 none;
    outline: none;
}

.tx_all .slick-next {
    background: url(../images/right1.png) no-repeat center center;
    display: inline-block;
    height: 58px;
    width: 58px;
    position: absolute;
    /* left: 58px; */
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    /* bottom: 0px; */
    transform: rotate(180deg);
    border: none;
    top: -86px;
    right: 460px;
}

.slick-prev {
    background: #FFF url(../images/hmc3btn1.png) no-repeat center center;
    display: inline-block;
    height: 58px;
    width: 58px;
    position: absolute;
    left: 0px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    bottom: 0px;
    border: none;
}

.m_menu_box {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding-top: 80px;
}

.menu_head {
    position: fixed;
    top: 18px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
    background: #fff;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(74, 74, 74, .1);
}


/*智慧消防*/

.hmc3txt {
    /* position: absolute;
    left: 9.37vw;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    padding-bottom: 100px; */
    position: absolute;
    left: 9.37vw;
    top: 17%;
    transform: translateY(-50%);
    color: #fff;
    /* padding-bottom: 100px; */
    margin-top: 275px;
}


/* .hmc3Con {
        width: 100vw;
        height: 100vh;
        position: relative;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    } */

.zh_all {
    height: 937px;
    position: relative;
    /* padding-top: 50px; */
    background-color: #f4f4f4;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.hmc3Con {
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
    width: 99vw;
    height: 937px;
    /* height: 100vh; */
    /* min-width: 1200px;
        width: 99vw;
        height: 597px; */
    position: relative;
    /* position: absolute; */
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 0;
    display: none;
}

.hmc3Con.on {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    display: block;
    transition: all 0.5s ease-in-out;
}

.hmc3txt strong {
    font-size: 28px;
    line-height: 58px;
    /* font-weight: normal; */
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.hmc3txt h6 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 24px;
    font-weight: normal;
}

.hmc3txt p {
    max-width: 771px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 85px;
}

.hmc3btn {
    font-size: 16px;
    line-height: 58px;
    height: 60px;
    width: 200px;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    display: inline-block;
}

.hmc3Bars {
    background: #FFF;
    border: 1px solid #D2D2D2;
    position: absolute;
    z-index: 10;
    bottom: 11.6vh;
    left: 9.37vw;
    right: 9.37vw;
    overflow: hidden;
    /* height: 100px; */
}

.hmc3Bars li {
    padding: 4px;
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
}

.hmc3aBtn {
    display: block;
    text-align: center;
    /* padding: 20px 0px; */
    font-size: 16px;
    color: #515151;
    background: #fff;
    line-height: 85px;
}

.hmc3icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
}

.hmc3icon img {
    position: absolute;
    left: 19px;
    top: 5px;
    transition: all 0.5s ease-in-out;
    width: 34px;
    height: 34px;
}

.hmc3icon img:nth-child(2) {
    opacity: 0;
}

.hmc3snm {
    height: 50px;
    line-height: 25px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.hmc3aBtn.on,
.hmc3aBtn:hover {
    color: #FFF !important;
    background: #0066FB;
}

.hmc3aBtn.on .hmc3snm,
.hmc3aBtn:hover .hmc3snm {
    color: #FFF !important;
    background: #0066FB;
}

.hmc3aBtn.on .hmc3icon img:nth-child(2),
.hmc3aBtn:hover .hmc3icon img:nth-child(2) {
    opacity: 1;
}

.hmc3aBtn.on .hmc3icon img,
.hmc3aBtn:hover .hmc3icon img {
    opacity: 0;
}


/*走进蒽帛*/

.hmc2Rx {
    float: right;
    height: 100vh;
    width: 50%;
    position: relative;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-image: url(../images/back_i.png);
    /* background: no-repeat center/cover; */
}

.hmc2Bg {
    background: url(../images/hmc2Bg.png) no-repeat right center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.hmc2Rcon {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    /* padding: 0px 7.55vw; */
    padding: 0 172px 0 116px;
}

.hmc2Rcon strong {
    /* font-size: 48px;
    line-height: 66px;
    font-weight: normal;
    display: block; */
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}

.hmc2Rcon h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0px 2.27vw;
    position: relative;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}

.hmc2des {
    font-size: 16px;
    line-height: 28px;
    color: #515151;
    /* margin-bottom: 2.34vw; */
    padding-bottom: 64px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}

.m2hs_more {
    font-size: 14px;
    color: #FFF;
    background: #252525 url(../images/m2n_i2.png) no-repeat 170px center;
    padding: 0px 0px 0px 54px;
    height: 60px;
    width: 240px;
    display: block;
    text-align: left;
    float: right;
    line-height: 60px;
}

.m2hs_more:hover,
.m2hs_more:focus,
.hmc3btn:focus,
.hmc3btn:hover {
    color: white;
}

.m2wts_btns .m2hs_more {
    float: none;
    padding-left: 72px;
}

.hmc2Lx {
    float: left;
    height: 100vh;
    width: 50%;
}

.bgImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImg img {
    display: none!important;
}

.goto_all {
    /* margin-top: 50px; */
    display: table;
    table-layout: fixed;
    width: 100%;
    /* height: 697px; */
    /* margin-top: 30px; */
}


/*要点新闻*/

.news_all {
    width: 100%;
    background-color: #f4f4f4;
    /* padding-bottom: 25px; */
    overflow: hidden;
    padding: 0 160px;
    box-sizing: border-box;
}

.news_all_a {
    width: 100%;
    /* width: 88.6%; */
    /* margin: 0 auto; */
    /* margin: 74px auto 80px; */
    /* margin: 74px 90px 80px 90px; */
    margin: 74px auto 50px;
}

.news_top {
    display: flex;
    justify-content: space-between;
    /* padding: 50px 0; */
    width: 98%;
    margin: 0 auto;
}

.news_list {
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}


/* .news_list li {

    /* background-color: white; */


/* } */

.news_list li img {
    max-width: 100%;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

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

.news_list li {
    width: 32%;
    margin: 0 0 0 1%;
    min-height: 580px;
    padding-bottom: 20px;
    /* background-color: rgba(247, 247, 247, 1); */
    background-color: white;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0); */
    transition: 0.5s;
}

.news_list li:hover img {
    transition: 0.5s;
    transform: scale(1.05);
    opacity: 0.8;
    width: 100%;
}

.news_list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
}

.news_top_left p {
    width: 100%;
    height: 40px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}

.news_top_left span {
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 12px;
    font-size: 16px;
    display: block;
    margin-top: 30px;
    margin-bottom: 49px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
}

.news_top_right {
    /* width: 100%; */
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}

.news_list_b1 h5 {
    width: 100%;
    /* height: 20px; */
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}

.news_list_b2 p {
    width: 100%;
    height: 73px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.news_list_b {
    padding: 0px 25px;
    box-sizing: border-box;
}

.news_list_f {
    display: flex;
    margin-top: 35px;
    width: 50%;
    justify-content: space-between;
}

.news_list_f span {
    width: 40px;
    height: 1px;
    border: 1px solid #0066FB;
    display: block;
    background-color: #0066FB;
}

.news_list_f p {
    width: 79px;
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1px;
}

.container:before,
.container:after {
    content: none !important;
}

.phone_zh {
    display: none;
    width: 100%;
}

.news_list_b2 {
    /* min-height: 151px; */
}

#fullpage {
    /*height: 100%;*/
    position: relative;
    /*touch-action: none;*/
    transform: translate3d(0px, 0px, 0px);
    transition: all 1000ms ease 0s;
    /* overflow-y: scroll; */
    /*height: 30vh;*/
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    height: 604px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.hmFocus {
    height: 105vh;
}

.hmFocus_item {
    width: 100%;
    height: 105vh;
    position: relative;
    overflow: hidden;
    background: #113774;
}

.hmFocus_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    display: none;
}

.hmFocus_item video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
}

.hmFsnavBg {
    background: rgba(10, 33, 69, 0.4) url(../images/topBg.png) repeat-x left top;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.hmNext {
    position: absolute;
    left: 50%;
    bottom: 4.16vw;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    text-align: center;
}

.hmNext_icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.hmNext_icon:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    border-left: 1px solid #fff;
    animation: rotate .6s linear infinite;
}

.hmNext_icon i {
    width: 1px;
    height: 76px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 32px;
    animation: nextAni 1s linear infinite;
}

.hmNext_icon i:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -5px;
}

.hmNext p {
    margin-top: 25px;
}

.hmFocusWpr {
    position: relative;
}

.hmFocus_txt {
    width: 100%;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.hmBan_txt {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 2.7vw;
}

@keyframes nextAni {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
        transform: translateY(0px);
    }
}

.footer_2 li a:hover {
    color: white !important;
}

@media (max-width: 768px) {
    .news_all_a {
        margin: 0 auto;
    }
    .hmCon3 {
        margin: 44px 0 25px;
    }
    .slick-list {
        height: 376px;
    }
    .hmTbox p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .hmCon3 .slick-slider {
        padding-bottom: 0 !important;
    }
    .hmc2Rcon {
        top: 47%;
        padding: 0px 5.55vw;
        margin-top: 10px;
    }
    .hmc2Rcon h5 {
        margin: 0 auto;
    }
    .news_top_left span {
        margin-top: 0;
        margin-bottom: 0;
    }
    .hmBan_txt {
        font-size: 26px;
    }
    .hmBan_txt p {
        font-size: 15px !important;
    }
    .news_top {
        padding: 20px 0;
    }
    .hmc2des {
        padding-bottom: 0px;
        font-size: 16px;
        line-height: 28px;
        color: #515151;
    }
    .news_all {
        padding: 0;
    }
    .news_list li {
        min-height: auto;
    }
}

@media (min-width: 1799px) {
    .container {
        /* width: 1470px; */
        width: 1800px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .news_list_b1 h5 {
        font-size: 16px;
    }
}

@media (max-height: 1000px) and (min-width: 1799px) {
    .hmc3Con {
        background-size: auto 120%;
        background-position: left center;
    }
}