﻿body video {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    min-width: 46%;
}
.header .container{
    height: 100px;
    position: relative;
}
.header .bx-logo{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .bx-logo a{
    display: block;
}
.hot-line{
    color: #989898;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hot-line p{
    line-height: 1em;
}

.inline{
    display: inline-block;
}
/* 搜索框 */
.search-box{
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    max-width: 43%;
}
@media(max-width: 1200px){
    .search-box{max-width: 50%;}
}
.search{
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #999999;
    line-height: 38px;
    box-sizing: border-box;
    background: #fff;
}
.search input{
    font-size: 14px;
    border: none;
    vertical-align: top;
    min-width: 80%;
    padding: 0 20px;
    box-sizing: border-box;
}
.search .search-btn{
    float: right;
    width: 70px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #999;
}
.search i{
    line-height: 38px;
    font-size: 24px;
    vertical-align: middle;
    padding: 0 10px;
}
.search .search-btn:hover{
    background-color: #0397f2;
    border-color: #0397f2;
    color: #fff;
}

.iabout .info p{
    line-height: 2.5em;
    height: 15em;
}



.ivideo .info{
    max-width: 370px;
    margin: 0 auto;
}

.video_img{
    position: relative;
    max-width: 862px;
    margin: 0 auto;
}
.video_i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.video_i i{
    display: inline-block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.8);
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding-left: 5px;
    box-sizing: border-box;
}


.inews_r .tet{
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}
.inews_r .tet p{
    font-size: 24px;
    color: #0397f2;
}
.inews_r .tet p{
    text-align: right;
}
.inews_r .info{
    padding-left: 90px;
    position: relative;
}
.inews_r .info::before{
    content: "";
    width: 1px;
    height: 72px;
    background: #0397f2;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 80px;
}

.logo_fl{
    width: 10%;
    float: left;
    padding: 26px 0;
    text-align: left;
    box-sizing: border-box;
}
.foot_itext {
    line-height: 117px;
    height: 117px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.foot_itext i{
    font-size: 2.083333333333333vw;
    padding-right: 10px;
    vertical-align: middle;
}
.foot_itext span{
    display: inline-block;
    font-size: 1.875vw;
    vertical-align: middle;
}
.foot_tel{
    width: 30%;
    float: left;
   margin-left: 8%;
}
.foot_qq{
    width: 16%;
    float: left;
    text-align: center;
}
.foot_email{
    width: 38%;
    float: left;
}
.foot_ewm{
    width: 6%;
    float: right;
    line-height: 40px;
}
.foot_ewm .inline{
    line-height: normal;
}
.foot_ewm p{
    line-height: 2em;
}
.bx-footer .container{
    max-height: 117px;
}

/* 公司介绍 */
.article0 p{
    line-height: 2em;
    font-size: 16px;
    color: #666;
    font-weight: lighter;
}

/* 产品展厅 */
.row25{
    margin-left: -25px;
    margin-right: -25px;
}

.more_pro .col-md-4:nth-of-type(6) ~ .col-md-4 {
    display: none;
}
.more_pro.show .col-md-4:nth-of-type(6) ~ .col-md-4 {
    display: block;
}
.more_pro .img{
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.more_pro .img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pro_change .change_l,
.pro_change .change_r .li{
    padding: 15px 0;
}
.change_l .shadow{
    background: #f7fbfd;
}
.pro_change .change_r a{
    position: relative;
    text-align: center;
    display: block;
}
.pro_change .change_r .li img{
    max-height: 320px;
}
.pro_change .change_r a .div-fd{
    display: none;
}
.pro_change .change_r a:hover::after,
.pro_change .change_r a.focus::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.change_l a{
    color: #333;
}
.change_l a:hover{
    color: #0397f2;
}
.change_l .info h3{
    line-height: 2em;
}
.change_l .info p{
    line-height: 2em;
    height: 14em;
    color: #999;
}

.album_tui img{
    width: 100%;
}
/*.album_tui .album_tui_cont{
    max-width: 740px;
    margin: 0 auto;
}*/
.album_tui .swiper-slide{
    width: 740px;
    width: 46.25%;
}
.album_tui .li{
    position: relative;
}
.album_tui .info{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: transparent;
    text-align: center;
}
.album_tui .info h3{
    line-height: 3.25em;
}
.album_tui .swiper-slide-active .info{
    height: auto;
    color: #fff;
    background: rgba(51, 51, 51, 0.6);
}

.more_album .li:nth-of-type(6n+3),
.more_album .li:nth-of-type(6n+4){
    width: 50%;
}
.more_album .li:nth-of-type(6n+3) .img,
.more_album .li:nth-of-type(6n+4) .img{
    height: 0;
    padding-bottom: 72%;
}
.more_album .li:nth-of-type(6n+3){
    float: right;
}
.more_album .img{
    height: 0;
    padding-bottom: 82.64462809917356%;
}

a.info_a2{
    color: #333;
}
a.info_a2:hover{
    color: #0397f2;
}
.info_a2 .info h3{
    line-height: 2em;
}
.info_a2 .info p{
    line-height: 2em;
    height: 4em;
}
.info_a2 .info p.bx-text-p7{
    height: 14em;
}

a.info_a3{
    color: #333;
}
a.info_a3:hover{
    color: #0397f2;
}
.info_a3 .info h3{
    line-height: 2em;
}
.info_a3 .info p{
    line-height: 2em;
    height: 6em;
}

.more_video .video_i{
    opacity: 0;
    transition: all .3s;
}
.more_video a:hover .video_i {
    opacity: 1;
}
.more_video .video_img{
    height: 0;
    padding-bottom: 100%;
    max-width: 100%;
}
.more_video .video_img img{
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    min-width: 100%;
    min-height: 100%;
}
.more_video .li:nth-of-type(1){
    width: 100%;
}
.more_video .li:nth-of-type(1) .video_img{
    padding-bottom: 56.25%;
}
.more_video .li:nth-of-type(2){
    width: 61.5625%;
    padding-bottom: 61.5625%;
}
.more_video .li:nth-of-type(2) p{
    height: 8em;
    -webkit-line-clamp: 4;
}
.more_video .li:nth-of-type(3),
.more_video .li:nth-of-type(4){
    width: 38.4375%;
    padding-bottom: 38.4375%;
}
.more_video .li:nth-of-type(3) .info,
.more_video .li:nth-of-type(4) .info{
    display: none;
}

.menu_top li{
    display: inline-block;
}

.supply_tui .li a{
    display: block;
    position: relative;
}
.supply_tui .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    text-align: center;
}
.supply_tui .info h3{
    line-height: 3.3em;
}


.honor .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51 , 51, 51, 0.6);
    color: #fff;
    text-align: center;
}
.honor h3{
    margin-top: 10px;
    line-height: 2em;
}
.honor p{
    line-height: 2em;
    height: 6em;
    margin-bottom: 10px;
}
.honor .swiper-container{
    max-width: 1520px;
    margin: 0 auto;
}

.more_news .li{
    max-width: 46%;
}
.more_news .li:nth-of-type(even){
    float: right;
}
.more_news .li a{
    display: block;
    position: relative;
}
.more_news .img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 82%;
    max-width: 46%;
}
.more_news .info{
    width: 65%;
    float: left;
    padding-right: 15% !important;
}

.bx-sxp{
    max-width: 600px;
    margin: 0 auto;
}

.border_b{
    border-bottom: 1px solid #e0e0e0;
}
.border_b h3,
.border_b p {
    line-height: 2em;
}

.search_list .img{
    max-height: 100px;
    overflow: hidden;
    text-align: center;
}
.search_list .img img{
    max-height: 100px;
}



.m1200{
    max-width: 1200px;
    margin: 0 auto;
}

.bg_f7{background-color: #f7f7f7;}
.shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.light{
    font-weight: lighter;
}
.pre_wrap{
    white-space: pre-wrap;
}
body a.btn0,
body .btn0{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #0397f2;
    color: #0397f2;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body a.btn_h50,
body .btn_h50{
    display: inline-block;
    width: 171px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #0397f2;
    color: #0397f2;
    cursor: pointer;
    transition: all .3s;
    font-size: 20px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body a.btn_127,
body .btn_127{
    display: inline-block;
    width: 127px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #0397f2;
    color: #0397f2;
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body a.btn_127:hover,
body .btn_127:hover,
body .btn_127.focus,
body a.btn_h50:hover,
body .btn_h50:hover,
body .btn_h50.focus,
body a.btn0:hover,
body .btn0:hover,
body .btn0.focus{
    background: #0397f2;
    color: #fff;
}











@media(max-width: 1000px ){
    .bx-product-tow2 .li .div-fd {
        background-color: rgba(0, 0, 0, 0.5);
    }
    body {
        font-family: "Arial","宋体","Microsoft Sans Serif" !important;
    }
    .article0 p,
    .light,
    body .btn_h50,
    body a.btn_127,
    body .btn_127{
        font-weight: normal;
    }
        .row25 {
            margin-left: -5px;
            margin-right: -5px;
        }
    .bx-product-tow2{
        margin-left: -5px;
        margin-right: -5px;
    }

    .bx-footer .container{
        max-height: none;
    }
    .logo_fl,
    .foot_itext,
    .foot_ewm {
        width: 100%;
        line-height: 2em;
        height: auto;
        border: none;
    }
        .foot_ewm{
            text-align: center;
        }
        .foot_ewm .inline {
            max-width: 100px;
            float: none;
        }
    .logo_fl {
        padding: 10px 0;
        text-align: center;
    }
    .logo_fl img{
        max-height: 40px;
    }
    .foot_itext span{
        font-size: 16px;
    }
    .change_l .info p{
        height: auto;
    }

    .video_i i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    body a.btn0, body .btn0{
        width: 80px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    body a.btn_h50, body .btn_h50{
        width: 70px;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
    }
    body a.btn_127, body .btn_127{
        width: 70px;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
    }
    
    .inews_r .tet {
        padding-top: 10px;
    }
    .inews_r .tet p{
        font-size: 18px;
    }
    .inews_r .tet span{
        font-size: 14px;
    }

    .article0 p{
        font-size: 12px;
    }
    .supply_tui .info h3{
        line-height: 2em;
    }

    .honor h3{
        margin-top: 0;
    }
    .honor p{
        line-height: 1.5em;
        height: 4.5em;
        margin-bottom: 0;
    }

    .more_news .li{
        max-width: 100%;
    }
    .more_news .li a{
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }
    .more_news .img{
        position: static;
        max-width: 100%;
        max-height: none;
        transform: none;
    }
    .more_news .img img{
        width: 100%;
    }
    .more_news .info{
        width: 100%;
        padding: 10px !important;
        box-shadow: none;
    }
    .more_news .info .btn_127{
        vertical-align: middle;
    }
    .info_a2 .info p.bx-text-p7{
        height: auto;
    }
}