body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*转动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽划分对应横竖转动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*转动条内里小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*转动条内里轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #d83535;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #d83535;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6,.h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}

.text_999{
    color: #999;
}
.text_zs{
    color: #7e277e!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_zs{
    background: #7e277e;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}


/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 15px;
    border: none;
    top: 10px;
}
.navbar-brand{
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.5s;
    margin-right: 48px;
    height: 58px;
    width: 115px;
    display: inline-block;

    background: url(/template/LM/img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 0px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.nav_min .navbar-nav .nav-link span{
    position: absolute;
    right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #d83535;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu a:hover{
    color: #d83535;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #d83535;
    color: #fff;
}

.js-header {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.is-active {
    top: 0px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.is-active .navbar-brand{
    background: url(/template/LM/img/logo2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.is-active .navbar-nav .nav-link{
    color: #000;
}

/*banner*/
.banner{
    height: 850px;
}

.banner .swiper-wrapper .swiper-slide h1{
    font-size: 38px;
    line-height: 58px;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: 25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: 25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(216,53,53,1);
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; height: 300px;
}
.fangda:hover img{
    transform:scale(1.1);
}

.bt{
    position: relative;
    padding-bottom: 18px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #0e30df;
}
.bt2:before{
    left: 50%;
    margin-left: -24px;
}

.gengduo{
    border:2px solid #cccc;
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 16px 38px;
    pointer-events: auto;
    font-size: 16px;
    transition: 0.5s;
}
.gengduo:hover{
    border:2px solid #d83535;
    background: #d83535;
    color: #fff;
}
.gengduo2{
    border:2px solid #0e30df;
    background: #0e30df;
    color: #fff;
}
.gengduo2:hover{
    border:2px solid #0e2dcd;
    background: #0e2dcd;
    color: #fff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 15px -5px rgba(153, 153, 153, 0.3);
}

.ix_about_png img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}
.brands_img{
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 30px;
    display: block;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
}

.ix_service_card{
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.ix_service_card img{
    padding: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}

.ix_about_bg{
    background: url(/template/LM/img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ix_about_card{
    background: none;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ix_service_bg{
    background: url(/template/LM/img/ix_service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fwdx_swiper_top:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #d83535;

}
.fwdx_swiper_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    font-size: 16px;
    height: 80px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fwdx_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #d83535;
    color: #fff;
}

.fwdx_swiper_bottom .swiper-wrapper .swiper-slide{
    padding: 48px;
}
.index_news_card .card-body h6{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 58px;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }

}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
    .fangda img{
    transition:all 0.5s ease-out; height: 450px;
}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    background: #202020;
}

.bottom_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}
.bottom_flex2{
    padding: 28px 0px 28px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.di_media .media{
    margin-bottom: 8px;
}
.di_media .media i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #666;
    border: 1px solid #666;
}
.di_media .media:hover i{
    background: #d83535;
    color: #fff;
    border: 1px solid #d83535;
    transition: all 0.3s;
}

.bottom_border{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.bottom_ul .card{
    background: none;
    padding: 24px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #ccc;
}
.bottom_ul .card a:hover{
    color: #d83535;
}

.bottom_nav{
    padding-top: 68px;
    padding-bottom: 40px;
}
.di_ul li{
    line-height: 28px;
    margin-bottom: 18px;
}
.di_ul li i{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background: none;
}
.di_beian{
    padding: 24px 0px;
    line-height: 24px;
    background: #111111;
}

.di_ul li{
    line-height: 28px;
    margin-bottom: 8px;
}

.bottom_bt2{
    font-size: 18px;
}

/* ----------------------------------------------------------------
    about us
----------------------------------------------------------------- */
.about_banner{
    background: url(/template/LM/img/about.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 588px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_p p{
    margin-bottom: 24px;text-align: left;
}

.about_jstd{
    border-bottom: 1px solid #eee;
}
.about_jstd_card .card-img-overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgba(216, 53, 53, 0.8);
    opacity: 0;
    transition: all 0.3s;
}
.about_jstd_card:hover .card-img-overlay{
    opacity: 1;
}

/* ----------------------------------------------------------------
    企业动态
----------------------------------------------------------------- */
.nav_bottom{
    position: relative;
    background: #fff;
}
/*
.nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
*/
.products_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}
.products_nav_swiper .swiper-wrapper{
    justify-content: center;
}
.products_nav_swiper .swiper-wrapper .swiper-slide a{
    font-size: 16px;
    display: block;
    padding: 32px 24px;
    position: relative;
    color: #666;
}
.products_nav_swiper .swiper-wrapper .active a,.products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    color: #d83535;
}
/*
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #0062cf;
}
*/
.products_nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_nav_swiper .swiper-button-next{
    width: 38px;
    height: 78px; 
    background: rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products_nav_swiper .swiper-button-next{
    right: 0px;
    margin-top: -39px;
}
.products_nav_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.products_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.products_nav_swiper .swiper-button-next:hover{ 
    background: rgba(25,103,172,1);
}

/* ----------------------------------------------------------------
    企业动态
----------------------------------------------------------------- */
.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}






.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.page-item:first-child .page-link{
    margin-left: 8px;
}
.page-link:hover,.page-item.active .page-link{
    background: #d83535;
    color: #fff;
    border: 1px solid #d83535;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

.news_card{
    border: none;
    border-bottom: 1px solid #eee;
    padding-top: 28px;
    padding-bottom: 28px;
}

.details{
    border: 20px solid #f9f9f9;
    padding: 48px;
}
.news_ds_p p{
    margin-bottom: 18px;
    line-height: 28px;
}

.advantage_card{
    box-shadow: 0px 3px 15px rgba(74, 90, 117, 0.1);
}

/* ----------------------------------------------------------------
    联系恒行3
----------------------------------------------------------------- */
.contact_left .media i{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.contact_left .media{
    margin-bottom: 24px;
}

.contact_form .form-control{
    border-color: #f9f9f9;
    padding: 12px 18px;
    border-radius: 0px;
    font-size: 16px;
    background: #f9f9f9;
}
.form_input_height{
    height: 52px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #d83535;
    background: #d83535;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #f93f3f;
    border-color: #f93f3f;
}

.contact_form{
    box-shadow: 0px 5px 15px rgba(74, 90, 117, 0.1);
    padding: 48px 30px;
}

.st_faqs_list .li{
    background: #fff;
    margin-bottom: 15px;
}
.st_faqs_list .ny_nav_a{
    padding: 16px 40px 16px 24px;
    line-height: 38px;
    display: block;
    font-size: 18px;
    position: relative;
    background: #fff;
}

.st_faqs_list_nr{
    padding: 30px 30px 30px 30px;
    border-top: 1px solid #eee;
    background: #fff;
}

.st_faqs_list .ny_nav_a .jiahao{
    position: absolute;
    top: 20px;
    right: 15px;
    width: 29px;
    height: 29px;
}
.st_faqs_list .ny_nav_a .jiahao:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #ccc;
    transform: rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.st_faqs_list .ny_nav_a .jiahao:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #ccc;
}
.st_faqs_list .collapsed .jiahao:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.marketing_bt{
    padding-left: 18px;
    position: relative;
    line-height: 28px;
}
.marketing_bt:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 6px;
    height: 28px;
    background: #e62129;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1400px){
    .nav_menu{
        display: none;
    }
    .nav_min{
        padding: 0px 15px;
    }
}

@media (max-width: 1200px){
    .navbar-brand{
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 48px;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        justify-content: center;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .search_anniu_top{
        width: 58px;
        height: 68px;
        margin-top: 0px;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
        background: #fff;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan{
        padding: 15px;
        background: #fff;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }

    .top_nav li a{
        font-size: 16px;
    }

    .js-header {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .nav_min {
        top: 0px;
        background: #fff;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .nav_min .navbar-brand{
        background: url(/template/LM/img/logo2.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .nav_min .navbar-nav .nav-link{
        color: #000;
    }
}
@media (max-width: 900px){
    .index_section1{
        padding-top: 68px;
    }

    .ps_ds_ul{
        padding: 24px 15px;
    }
    
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #333;
    }
    .di_socialize{
        margin-top: 24px;
    }
    .bottom_beian{
        border-top: none;
        padding: 24px 0px 24px 0px;
        margin-top: 0px;
    }
    .bottom_ul .card{
        padding: 15px 0px;
    }
    .di_beian{
        margin-top: 0px;
    }
    .bottom_flex{
        padding-top: 38px;
        padding-bottom: 28px;
    }
    .bottom_nav{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .bottom_bt2{
        padding-top: 24px;
    }
    
    .banner .swiper-button-prev{
        left: 15px;
    }
    .banner .swiper-button-next{
        right: 15px;
    }

    .fwdx_swiper_bottom .swiper-wrapper .swiper-slide .media{
        margin-top: 32px;
    }

    .products_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
}

@media (max-width: 768px){
    .banner{
        height: 588px;
    }
    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 24px;
        line-height: 38px;
    }

    .brands_img{
        height: 100px;
    }

    .about_banner{
        height: 388px;
    }
    .about_banner h2{
        font-size: 24px;
    }
    .details{
        padding: 30px;
        border: 8px solid #f9f9f9;
    }
}































/*! CSS 选择辅助工具插件定制联系2315551020 from: http://t10028.mbdemo.18inter.com/Templates/T10028/Css/font-awesome/css/font-awesome.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://t10028.mbdemo.18inter.com/Templates/T10028/Css/animate.min.css */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://t10028.mbdemo.18inter.com/Templates/T10028/Css/swiper.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://t10028.mbdemo.18inter.com/Templates/T10028/Css/base.css */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:none 0.4s linear;-webkit-transition:none 0.4s linear;-moz-transition:none 0.4s linear;}
*,::after,::before{box-sizing:border-box;}
/*div,span,p,a,img,ul,li{margin:0;padding:0;border:0;outline:0;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;vertical-align:baseline;}*/
li{list-style:none;}
img{max-width:100%;vertical-align:middle;}
a{color:inherit;text-decoration:none;}
a:active,a:hover{outline:0;}
a:hover,a:focus{text-decoration:none;color:inherit;}
img{border:0;}
.container:before,.container:after,.row:before,.row:after{content:" ";display:table;}
.container:after,.row:after{clear:both;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.position-relative{position:relative;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
@media (min-width:768px){
.container{width:100%;}
}
@media (min-width:992px){
.container{width:100%;}
}
.row{margin-left:-15px;margin-right:-15px;}
.row  .row{margin-left:0px;margin-right:0px;}
.col-sm-4,.col-md-4,.col-xs-6,.col-sm-6,.col-md-6{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
.col-xs-6{float:left;}
.col-xs-6{width:50%;}
@media (min-width: 768px){
.col-sm-4,.col-sm-6{float:left;}
.col-sm-6{width:50%;}
.col-sm-4{width:33.33333333%;}
}
@media (min-width: 992px){
.col-md-4,.col-md-6{float:left;}
.col-md-6{width:50%;}
.col-md-4{width:33.33333333%;}
}
@media print{
*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
p{orphans:3;widows:3;}
}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://t10028.mbdemo.18inter.com/Templates/T10028/Css/style.css?v=1.0.1 */
.container{max-width:1200px;}
a{color:#333;text-decoration:none;}
a:hover{color:rgb(255, 69, 0);}
a:focus{color:rgb(255, 69, 0);}
@media (max-width:1000px){
.product-box .div-imgs{margin-bottom:6px;}
}
.product-box .div-imgs{position:relative;}
.product-box .div-imgs img{display:block;width:100%;}
.product-box .div-imgs .mask{width:100%;height:100%;background:rgba(244, 72, 72, 0.77);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;opacity:0;}
.product-box .div-imgs:hover .mask{opacity:1;}
.product-box .div-imgs .mask img{width:40px!important;height:40px!important;}
.home-title{text-align:center;padding-top:30px;}
.home-title .title{font-weight:bold;}
.home-title .title span{color:rgb(255, 69, 0);padding-left:2px;}
.home-title p{font-size:15px;color:rgb(102, 102, 102);padding:10px 0;}
@media (min-width:1000px){
.home-title .title{font-size:28px;}
.home-information{padding:26px 0 80px;margin-top:40px;}
.newsindex{padding-top:40px;}
.newsindex .words .left{font-size:20px;}
.newsindex .words .right{padding-top:10px;}
.newsindex .box{border:1px solid #ccc;background-color:#fff;}
.newsindex .home-answer{padding:16px 20px 20px 16px;background-color: #ffffff!important;}
}
@media (max-width:1000px){
.home-title .title{font-size:20px;}
.home-information{padding:0 0 50px;margin-top:20px;}
.newsindex{padding-top:10px;}
.newsindex .words .left{font-size:18px;}
.home-information .box{margin-top:20px;}
}
.home-information{background-color:#f4f4f4;}
.newsindex .words{position:absolute;top:16px;z-index:2;width:100%;color:#fff;}
.newsindex .words a{color:#fff;}
.newsindex .product-box .div-imgs .mask{background:rgba(0, 0, 0, 0.58);}
.newsindex .product-box .homeimg{width:100%!important;}
.home-answer li{position:relative;padding-right:80px;line-height:2.6;}
.home-answer li .title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:url(http://t10028.mbdemo.18inter.com/Templates/T10028/images/icon.png) no-repeat left;padding-left:20px;}
.home-answer li .date{position:absolute;right:0px;top:0px;color:#929292;font-size:13px;}
/*! CSS Used keyframes */
@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}
@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}<!--耗时1764540413.3942秒-->