/*index.css start*/
@charset "utf-8";
/* CSS Document */
em,i{ font-style:normal;}
*{ box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.main-a{ font-size: 36px; color: #000000; text-align: center; margin: 75px 0 40px;}
.main-a span{ font-size: 26px; color: #565458; display: block; letter-spacing: 10px;}
.main-a i{ display: block; width: 117px; height: 1px; background: #db251a; margin: 15px auto 10px;}

.main-a a{color: #000000; }

body{ min-width:1200px; margin:0 auto;}
/*banner*/
.fullSlide {width:100%;position:relative;height:500px;text-align: center}
.fullSlide img{width: 100%;max-width: 1920px}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:500px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.fullSlide .bd li a {display:block;height:500px;}
.fullSlide .hd {
    position:absolute; z-index:7; bottom:35px; left:47%; padding:5px 6px;}
.fullSlide .hd ul {text-align:center;}
.hd01 {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 24px !important;
    text-align: center;
}
.hd01 .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
    margin: 0 7px;
    background: #fff;
    position: relative;
    opacity: 1;
    border-radius: 0; }
.hd01 .swiper-pagination-bullet:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 5px;
    background: #db251a;
    transition: all 0s linear; }
.hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    transition: all 3.5s linear; }

.hd02 {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 32px;
    text-align: center; }
.hd02 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    opacity: 1;
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%; }
.hd02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff; }
.hd03 {
    margin-top: 15px;
    width: 100%;
    text-align: center; }
.hd03 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    opacity: 1;
    border-radius: 0;
    border: 2px solid #db251a;
    background: none;
    border-radius: 50%; }
.hd03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #db251a; }




.fullSlide .hd ul li{border-radius:14px;width:18px;height:18px; color:#fffab1;  background:#fff; float:left; cursor: pointer;display:block;margin-left: 5px;
    transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s;
    -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */
    -webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */
    -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.fullSlide .hd ul .on{ width:32px;height:18px;background:#e3b74e; color:#e3b74e;}

.fullSlide .prev,.fullSlide .next {	display:block;
    position:absolute;
    z-index:1;top:50%;
    margin-top:-30px;left:5%;
    z-index:1;
    width:40px;
    height:60px;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:0.5;
    display:none;
    width:81px; height:80px;}
.fullSlide .prev{ background:url(../images/left1s.png) no-repeat;}
.fullSlide .next {left:auto;right:5%;background:url(../images/right1s.png) no-repeat;}
.loaddings {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: block;
    background: url(../images/loadings.gif) no-repeat center;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.banner .swiper-slide, .banner .hd01{
    opacity: 0;
}
.banner .swiper-slide.show0, .banner .hd01.show0{
    opacity: 1;
}
.float{
    zoom: 1;
}
.float:after{
     content: "";
    display: block;
    clear: both;
 }
.clearfix{
    clear: both;
}
.index-block-title{
    font-size: 36px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 60px;
    line-height: 2;
}
.index-block-title .title span{
    color: #db241b;
}

.index-block-title .describe{
    font-size: 17px;
    color: #a8a8a8;
    font-weight: initial;
    line-height: 1;
}
/*情景*/

.scene-list{
    padding-top: 20px;
}
.scene-list .scene-item{
    float: left;
    width: 22%;
    zoom: 1;
    margin-left: 4%;
}
.scene-list .scene-item:first-child{
    margin-left: 0;
}
.scene-list .scene-item img{
    width: 100%;
    transition: 0.3s;
}
.scene-list .scene-item:hover img{
    -ms-transform: scale(1.1,1.1);
    transform: scale3D(1.1,1.1,1.1);
}
.scene-list .scene-item .scene-item-describe{
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 15px;
    transition: 0.3s;
}
.scene-list .scene-item:hover .scene-item-describe{
    color: #db251a;
}
/*西部市场--工作流程*/
.process{
    text-align: center;
}
.process-list{
    padding-top: 20px;
}
.process-list .process-item{
    float: left;
    width: 32%;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #f9f9f9;
    color: white;
    padding: 30px 0 25px;
    text-align: center;
    zoom: 1;
    margin-left: 2%;
    box-sizing: border-box;
    behavior: url(ie-css3.htc);

}
.process-list .process-item:first-child{
    margin-left: 0;
}
.process-list .process-item .process-item-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #db251a;
    padding-top: 15px;
    margin: auto;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
.process-list .process-item:hover .process-item-img{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.process-list .process-item .process-item-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #db251a;
}
.process-list .process-item .process-item-describe{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
/*.process-connect-us-btn{*/
/*    width: 250px;*/
/*    height: 45px;*/
/*    !*border-radius: 25px;*!*/
/*    background: url("../images/process-btn-bg.png") no-repeat center;*/
/*    background-size: 100%;*/
/*    background-color: #ffffff;*/
/*    outline: none;*/
/*    border: 0;*/
/*    color: #db251a;*/
/*    margin: auto;*/
/*    margin-top: 30px;*/
/*    font-size: 14px;*/
/*    transition: 0.3s;*/
/*    display: block;*/
/*    line-height: 45px;*/
/*    position: relative;*/
/*}*/
/*.process-connect-us-btn:after{*/
/*     content: "";*/
/*     display: block;*/
/*     width: 100vw;*/
/*     height: 1px;*/
/*     position: absolute;*/
/*     background-color: #eaeaea;*/
/*     left: 50%;*/
/*     top: 50%;*/
/*     margin: -0.5px 0 0 -50vw;*/
/*     z-index: -1 ;*/
/* }*/
.process-connect-us-btn{
    width: 200px;
    height: 45px;
    border-radius: 25px;
    background-color: #db251a;
    outline: none;
    border: 0;
    color: white;
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
    transition: 0.3s;
    display: block;
    line-height: 45px;
    font-weight: 600;
}
.process-connect-us-btn:hover{
    background-color: #ec251a;
}
.consulted{
    font-size: 14px;
    color: #ec251a;
    text-align: center;
    margin-top: 10px;
    background: url("../images/fire.png") no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding-left: 20px;
    display: inline-block;
}
.consulted span{
    color: white;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 8px;
    background-color: #f13a31;
    margin: 0 3px;
}
/*珞石介绍*/
.support{
    background: url("../images/index-bg-grid.png");
}
/*.support .index-block-title{*/
/*    margin-top: 0;*/
/*    padding-top: 60px;*/
/*}*/
.support-list{
    padding-top: 50px;
    padding-bottom: 55px;
}
.support-list .support-item .item-block{
    float: left;
     width: 50%;
    height: 335px;
    max-width: 50%;
    overflow: hidden;
}
.support-list .support-item .img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform: scale3D(0.9,0.9,0.9);
}
.support-list .support-item.animate .img-block img{
    transform: scale3D(1,1,1);
}
.support-list .support-item:hover .img-block img{
    transform: scale3D(1.1,1.1,1.1);
}
.support-list .support-item .text-block{
    background-color: white;
    border: 1px solid #d1d1d1;
    padding-top: 80px;
    padding-left: 110px;
    padding-right: 5px;
}
.support-list .support-item .text-block-title{
    position: relative;
}
.support-list .support-item .text-block-title:before{
    content: attr(data-index);
    display: block;
    width: 60px;
    height: 70px;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 70px;
    color: white;
    position: absolute;
    left: -70px;
    top: 0;
    background: url("../images/index-support-icon.png") no-repeat center;
    transition: 0.5s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.support-list .support-item.animate .text-block-title:before{
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.support-list .support-item .text-block-title:after{
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    background-color: #db251a;
    margin-top: 20px;
    opacity: 0;
    transition: 0.5s;
}
.support-list .support-item.animate .text-block-title:after{
    opacity: 1;
}
.support-list .text-block-title .title-en{
    font-size: 14px;
    color: #bababa;
}
.support-list .text-block-title .title-ch{
    font-size: 35px;
    color: black;
}
.support-list .text-block-body{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
    width: 483px;
}

/*产品展示*/
.produce-show{
    text-align: center;
    padding-bottom: 25px;
}
.produce-show .index-block-title{
    margin-top: 30px;
}
.produce-show-tabs{
    margin-top: 35px;
}
.produce-show-tabs .tab-item{
    display: inline-block;
    width: 125px;
    height: 42px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    margin: auto;
    background-color: white;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 20px;
}
.produce-show-tabs .tab-item:first-child{
    margin-left: 0;
}
.produce-show-tabs .tab-item:hover,.produce-show-tabs .tab-item.cur{
    background-color: #db251a;
    color: white;
    border-color: #db251a;
}
.produce-show-box{
    margin-top: 35px;
}
.produce-show-box .produce-list{
    zoom: 1;
    margin-bottom: 35px;
}
.produce-show-box .product-item{
    float: left;
    width: 32%;
    margin-left: 2%;
    border-radius: 7px;
    background-color: #eeeeee;
    box-shadow: 0 0 5px 5px #f9f9f9;
    cursor: pointer;
    overflow: hidden;
}
.produce-show-box .product-item:first-child{
    margin-left: 0;
}
.produce-show-box .product-item .item-img{
    height: 385px;
    /*padding: 40px;*/
}
.produce-show-box .product-item .item-img img{
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s;
}
.produce-show-box .product-item:hover .item-img img{
    transform: scale3D(1.1,1.1,1.1);
}
.produce-show-box .product-item .item-text {
    height: 66px;
    width: 100%;
    font-size: 16px;
    line-height: 65px;
    color: #000;
    background-color: white;
    padding: 0 20px;
    text-align: left;
    position: relative;
    transition: 0.5s;
}
.produce-show-box .product-item .item-text:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/index-product-icon1.png")no-repeat center;
    position: absolute;
    right: 20px;
    top: 18px;
}
.produce-show-box .product-item:hover .item-text{
    background-color: #db251a;
    color: white;
}
.produce-show-box .product-item:hover .item-text:after{
    background: url("../images/index-product-icon2.png")no-repeat center;
}
.produce-show-box .product-item.first{
    width: 66%;
    background: url("../images/index-bg-red-grid.png");
    background-color: #db251a ;
    background-size: auto 100%;
}
.produce-show-box .product-item.first a{
    display: block;
}
.produce-show-box .product-item.first .item-img{
    width: 40%;
    float: left;
    height: 451px;
    padding: 50px 40px 50px;
    display: flex;
    align-items: center;
}
.produce-show-box .product-item.first .item-describe{
    width: 50%;
    float: left;
    height: auto;
    background-color: initial;
    line-height: 2;
    color: white;
    padding: 110px 95px 0 0;
    font-size: 16px;
    text-align: left;
    position: relative;
    transition: 0.5s;
}
.produce-show-box .product-item.first .item-describe .title{
    font-size: 24px;
    font-weight: bold;
}
.produce-show-box .product-item.first .item-describe .body{
    font-size: 18px;
}

/*合作伙伴*/
.partner{
    background-color: #f9f9f9;
    padding-bottom: 20px;
}
.partner .content{
    overflow: hidden;
}
.partner-list{
    zoom: 1;
    margin-top: 30px;
}
.partner-list .partner-item{
    float: left;
    width: 18%;
    margin-left: 2.5%;
}
.partner .partner-list .partner-item{
    margin-left: 0;
}
.partner-list .partner-item img{
    height: 100%;
}
.partner-list .partner-item:first-child{
    margin-left: 0;
}
.partner-list .partner-item .partner-block{
    margin-bottom: 45px;
    height: 115px;
    border: 1px solid #f1f1f1;
    background-color: white;
    text-align: center;
}
.partner-list .partner-item .partner-block img{
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

/*应用案例*/
.index-case{
    padding-bottom: 65px;
}
.index-case-box{
    margin-top: 35px;
    position: relative;
}
.index-case-box .index-case-contents ul{
    display: none;
}
.index-case-side{
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    font-size: 16px;
    color: white;
    text-align: center;
}
.index-case-side .side-item{
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid white;
    background-color: #666;
    cursor: pointer;
    transition: 0.3s;
}
.index-case-side .side-item:hover,.index-case-side .side-item.cur,.index-case-side .side-item.on{
    background-color: #da251c;
    color: white;
}
.index-case-content{
    zoom: 1;
    overflow: hidden;
}
.index-case-content .content-video{
    float: left;
    margin-left: 20%;
    width: 53%;
    position: relative;
    background-color: black;
    height: 440px;
}
.index-case-content .content-video a{
    display: block;
    height: 100%;
}
.index-case-content .content-video .video{
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}
.index-case-content .content-video:hover .video{
    opacity: 0.6;
}
.index-case-content .content-video .play{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    cursor: pointer;
}
.index-case-content .content-text{
    float: left;
    margin-left: 2%;
    width: 25%;
    padding-top: 50px;
}
.index-case-content .content-text .content-text-item{
    display: none;
}
.index-case-content .content-text .content-text-item:first-child{
    display: block;
}
.index-case-content .content-text .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.index-case-content .content-text .title a{
    color: #000000;
}
.index-case-content .content-text .title a:hover{
    color: #db251a;
}
.index-case-content .content-text .title:after{
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #db251a;
    margin-top: 15px;
}
.index-case-content .content-text .body{
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.index-case-content .content-text .btn-box{
    margin-top: 20px;
}
.index-case-content .content-text .btn  {
    width: 130px;
    height: 45px;
    font-size: 14px;
    color: white;
    border: 0;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    vertical-align: bottom;
}
.index-case-content .content-text .btn-consult{
    background-color: #da251c;
}
.index-case-content .content-text .btn-consult:hover{
    background-color: #f1261d;
}
.index-case-content .content-text .btn-detail{
    background-color: #666;
}
.index-case-content .content-text .btn-detail:hover{
    background-color: #444444;
}
.index-case-content .content-img-list{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.index-case-content .content-img-list .content-img-item{
    float: left;
    width: 32%;
    /*margin-left: 2%;*/
    height: 245px;
}
.index-case-content .content-img-list .content-img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-case-content .content-img-list .content-img-item:first-child{
    margin-left: 0;
}
/*主页中间banner*/
.index-center-banner{
    height: 110px;
    background: url("../images/index-center-banner.jpg") no-repeat center;
    background-color: #db241b;
    padding-top: 30px;
    text-align: left;
    color: white;
}
.index-case-content .content-img-list .content-img-item a{
    display: block;
}
.index-case-content .content-img-list .content-img-item .content-item-describe{
    background-color: #db241b;
    color: white;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 10px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    opacity: 1;
    transition: 0.3s ease-out;
}
.index-case-content .content-img-list .content-img-item:hover .content-item-describe{
    bottom: 0;
    opacity: 0.9;
}
.index-center-banner .banner-box{
    zoom: 1;
}
.index-center-banner .banner-box .banner-text{
    float: left;
}
.index-center-banner .banner-box .text-ch{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.9;
}
.index-center-banner .banner-box .text-en{
    font-size: 12px;
}
.index-center-banner .banner-box .phone{
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 45px;
}
.index-center-banner .banner-box .phone:before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    margin-right: 10px;
    background: url("../images/index-banner-phone.png") no-repeat center;
    background-color: white;
    vertical-align: middle;
}
.index-center-banner .banner-box .phone{
    display: block;
    background-image: url(../images/index-banner-phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.index-center-banner .banner-box .btn{
    float: right;
    width: 137px;
    height: 47px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid white;
    margin-left: 70px;
    font-weight: bold;
    font-size: 14px;
    color: #db241b;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    line-height: 47px;
}
.index-center-banner .banner-box .btn:hover{
    background-color: #e2e2e2;
}
/*新闻*/
.index-news{
    padding-bottom: 25px;
}
.index-news-content{
    margin-top: 35px;
    zoom: 1;
}
.news-box{
    float: left;
    width: 50%;
    margin-right: 4%;
}
.news-type,.faq-box .box-title{
    padding: 5px;
    display: inline-block;
    color: black;
    font-size: 22px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.news-type.cur,.news-type:hover{
    font-weight: bold;
}
.news-type.cur:after,.news-type:hover:after,.faq-box .box-title:after{
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    background: #da251c;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    bottom: -10px;

}
.news-list{
    margin-top: 25px;
}
.news-list .news-item{
    border: 1px solid #e5e5e5;
    zoom: 1;
    margin-bottom: 20px;
    color: black;
}
.news-list .news-item a{
    color: black;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-item a:hover{
    color: #db251a;
}
.news-list .news-item:not(.first){
    padding: 20px 0;
    background-color: white;
    position: relative;
    transition: 0.3s;
}
.news-list .news-item:not(.first) .news-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/index-news-icon1.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}
.news-list .news-item:not(.first):hover{
    background-color: #db251a;
    color: white;
}
.news-list .news-item:not(.first):hover .body{
     color: white;
 }
.news-list .news-item:not(.first):hover a{
    color: white;
}
.news-list .news-item:not(.first):hover .news-title:after{
    background: url(../images/index-news-icon2.png)no-repeat center;
    background-size: 100%;
}
.news-list .news-item .news-time{
    text-align: center;
    font-size: 14px;
    float: left;
    width: 15%;
    line-height: 22px;
    margin-top: 25px;
    position: relative;
}
.news-list .news-item .news-time:after{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -1px;
    border-right: 1px solid #eeeeee;
    transition: 0.3s;
}
.news-list .news-item:hover .news-time:after{
    border-right: 1px solid #ffffff;
}
.news-list .news-item .news-time span{
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.news-list .news-item a .body{
    font-size: 14px;
    font-weight: 500;
    color: #a0a0a0;
    line-height: 20px;
    max-height: 80px;
    overflow: inherit;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    white-space: normal;
    transition: .3s;
}
.news-list .news-item .news-title{
    float: left;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .news-item.first .news-img{
    float: left;
    width: 41%;
    margin-right: 4%;
    height: 180px;
}
.news-list .news-item.first .news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .news-item.first .news-text{
    float: left;
    width: 55%;
    padding-top: 5px;
}
.news-list .news-item.first .news-text .title{
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .news-item.first .news-text .body{
    margin-top: 15px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.news-list .news-item.first .news-text .btn{
    margin-top: 20px;
    width: 95px;
    height: 32px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    background-color: #da251c;
    border: 0;
    display: block;
    text-align: center;
    line-height: 32px;
}
.news-list .news-item.first .news-text .btn:hover{
    background-color: #f4251c;
}

.news-list .news-item.first{
    border: 0;
}

.faq-box{
    float: left;
    width: 46%;
}
.faq-box .box-title{
    font-weight: bold;
    padding-left: 0;
}
.faq-box .box-title:after{
    margin-left: -25px;
}
.faq-box .faq-list{
    margin-top: 25px;
    height: 520px;
    overflow: hidden;
}
.faq-item{
    padding-bottom: 10px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.faq-item .title{
    font-size: 16px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq-item .title a{
    color: black;
    transition: 0.3s;
}
.faq-item .title:hover a{
    color: #db251a;
}
.faq-item .body{
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 44px;
    color: #878787;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.about-lstone{
    background-image: url(../images/index-bg-grid.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
}
.about-lstone .index-block-title{
    margin-top: 0;
}
.introduce-box{
    margin-top: 30px;
    zoom: 1;
}
.introduce-text{
    float: left;
    width: 37.5%;
    margin-right: 2.5%;
    color: #1b1d1e;
}
.introduce-text .title{
    font-size: 24px;
    line-height: 1.5;
}
.introduce-text .title:after{
    content: "";
    display: block;
    width: 30px;
    height: 7px;
    background: #da251c;
    margin-top: 20px;
}
.introduce-text .body{
    font-size: 14px;
    line-height: 24px;
    margin-top: 35px;
    text-align: justify;
}
.introduce-text .btn{
    width: 90px;
    height: 35px;
    border-radius: 25px;
    background-color: #db251a;
    outline: none;
    border: 0;
    color: white;
    margin: auto;
    margin-top: 30px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.introduce-img{
    float: left;
    width: 60%;
    position: relative;
    padding: 0 10px 10px 0;
}
.introduce-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
}
.introduce-img:before{
    content: "";
    width: 70%;
    height: 70%;;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #da251c;
}
.patent-box{
    height: 210px;
    margin-top: 30px;
    overflow: hidden;
}
.patent-box .title-block{
    background-color: #666;
    color: white;
    width: 100px;
    font-size: 18px;
    height: 210px;
    float: left;
    text-align: center;
    padding-top: 57px;
}
.patent-box .patent-list{
    margin-left: 25px;
    width: 1075px;
    height: 210px;
    float: left;
    overflow: hidden;
}
.patent-box ul{
    height: 100%;
    white-space: nowrap;
    width: max-content;
}
.patent-box ul li{
    float: left;
    width: 153px;
    /*margin-left: 30px;*/
}
.patent-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.patent-box ul li:first-child{
    margin-left: 0;
}

/*在线留言*/
.index-message{
    background: url("../images/index-message-bg.jpg") no-repeat center;
    height: 340px;
    margin-top: 90px;
}
.index-message .content{
    position: relative;
    height: 100%;
}

.index-message .message-text{
    padding-top: 85px;
    color: white;
}
.index-message .message-text .title{
    font-size: 28px;
}
.index-message .message-text .body{
    font-size: 16px;
    margin-top: 20px;
}
.index-message .message-text .phone-block{
    margin-top: 35px;
    padding-left: 90px;
    display: inline-block;
    animation: shak 2s infinite linear;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
@keyframes shak {
    30%   {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    45%   {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg) scale3D(1.1,1.1,1.1);
        /*transform:;*/
    }
    65%   {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    80% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.index-message .message-text .phone-block:before{
    content: '';
    display: inline-block;
    background: url("../images/index-message-icon.png") no-repeat left center;
    width: 75px;
    height: 40px;
    position: absolute;
    left: 0;
    border-right: 1px solid white;
}
.index-message .message-text .phone-block .describe{
    font-size: 14px;
}
.index-message .message-text .phone-block .phone{
    font-size: 24px;
}
.index-message .message-box{
    width: 383px;
    height: 383px;
    background-color: rgba(39, 37, 36, 0.8);
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 35px 25px;
}
.index-message .message-box .index-input-box{
    height: 38px;
    margin-bottom: 10px;
    position: relative;
}
.index-message .message-box .index-input-box .code{
    position: absolute;
    right: 20px;
    height: 38px;
    width: 80px;
    top: 1px;
    margin: 0;
    cursor: pointer;
}
.index-message .message-box .index-input-box.textarea{
    height: auto;
}
.index-message .message-box .index-input{
    font-size: 14px;
    line-height: 36px;
    width: 100%;
    outline: 0;
    padding-left: 12px;
    height: 40px;
}
.index-message .message-box textarea.index-input{
    line-height: 1.5;
    height: 60px;
    padding: 10px;
    resize:none;
    /*border: 1;*/
}
.index-message .message-box textarea.index-input::-webkit-scrollbar {
    width: 4px;
}
.index-message .message-box textarea.index-input::-webkit-scrollbar-thumb {
    background-color: #6d6e70;
}
.index-message .message-box textarea.index-input::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 2px;
}
.index-message .message-box .btn{
    height: 40px;
    background-color: #db251a;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
}
.index-message .message-box .btn:hover{
    background-color: #b21a15;
}

/*友情链接*/
.links{
    background-color: #efefef;
    padding: 15px 0;
}
.links .links-title{
    font-size: 14px;
    width: 80px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.links .links-title .en{
    font-size: 24px;
    font-family: "Baskerville Old Face";
}
.links-list{
    margin-left: 40px;
    width: 1000px;
    display: inline-block;
    vertical-align: middle;
}
.links-list .links-item{
    padding: 10px 15px;
    float: left;
}
.links-list .links-item a{
    font-size: 14px;
    color: #707070;
}
/*页面底部*/
.foot{
    background-color: #db251a;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    height: 160px;
    border: 0;
}
.footer-nav ul li{
    display: inline-block;
    margin: auto;
}
.footer-nav ul li:not(:first-child){
    margin-left: 25px;
}
.footer-nav ul li a{
    font-size: 14px;
    color: whitesmoke;
    line-height: 22px;
    padding: 15px;
    display: block;
    transition: 0.3s;
}
.footer-nav ul li a:hover{
    background-color: #db6354;
 }
.footer-box{
    /*margin-top: 5px;*/
}
.footer-box .logo{
    float: left;
    margin-top: 5px;
}
.footer-box .logo img{
    width: 240px;
}
.footer-box .body{
    display: inline-block;
    white-space: normal;
}
.footer-box .body p{
    margin-top: 13px;
}
.footer-box .body p a{
    color: white;
}
.footer-box .body p a:hover{
    color: #f1f1f1;
}
.footer-box .qrcode{
    float: right;
}
.footer-box .qrcode .qrcode-block{
    float: left;
    display: flex;
    align-items: center;
}
.footer-box .qrcode .qrcode-block img{
    width: 85px;
    height: 85px;
}
.footer-box .qrcode .qrcode-block p{
    margin-left: 10px;
    width: 14px;
;
}
.footer-box .qrcode .qrcode-block:not(:first-child){
    margin-left: 30px;
}


.banner-i{
    height: 315px;
}
.banner-i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread-wrap{
    font-size: 15px;
    line-height: 36px;
    padding: 10px 0;
    color: #474747;
    border-bottom: 1px solid #f6f6f6;
}
.bread-wrap .content{
    padding-left: 15px;
 }
.bread-wrap .content:before{
    content: "";
    width: 5px;
    height: 16px;
    display: inline-block;
    background-color: #db251a;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.bread-wrap a{
     color: #474747;
     margin-right: 5px;
 }.bread-wrap a:hover{
      color: #939393;
  }
.bread-wrap a:not(:last-child):after{
    content: ">";
    display: inline-block;
    margin-left: 5px;
}

.main{
    padding-top: 30px;
    padding-bottom: 30px;
}
.main .sidebar{
    width: 250px;
    float: left;
    margin-right: 20px;
}
.main .sidebar > .title{
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    background-color: #db251a;
    text-align: center;
    color: white;
}
.main .sidebar .body{
    margin-top: 2px;
 }
.main .sidebar .product-type-item{
    font-size: 16px;
    line-height: 57px;
}
.main .sidebar .product-type-item .product-type{
    height: 57px;
    background-color: #ececec;
    color: #666666;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
.main .sidebar .product-type-item .product-type:after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/sidebar-icon2.png") no-repeat center;
    position: absolute;
    right: 20px;
    top: 21px;
}
.news .sidebar .product-type-item .product-type:after{
     content: "";
     display: block;
     width: 15px;
     height: 15px;
     background: url("../images/news-icon-1.png") no-repeat center;
     position: absolute;
     right: 20px;
     top: 21px;
 }
.main .sidebar .product-type-item.cur .product-type:after{
    background: url("../images/sidebar-icon1.png") no-repeat center;
}
.news .sidebar .product-type-item.cur .product-type:after,.news .sidebar .product-type-item:hover .product-type:after{
    background: url("../images/news-icon-2.png") no-repeat center;
}
.main .sidebar .product-type-item:not(:first-child){
    margin-top: 5px;
}
.main .sidebar .product-type-item .product-type a{
    display: block;
    color: #666666;
    transition: 0.3s;
    padding-left: 35px;
}
.main .sidebar .product-type-item .product-type:hover,.main .sidebar .product-type-item.cur .product-type{
    background-color: #db251a;
    color: #ffffff;
}
.main .sidebar .product-type-item .product-type:hover a,.main .sidebar .product-type-item.cur .product-type a{
    color: #ffffff;
 }

.main .sidebar .product-type-item ul{
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    margin-top: 2px;
}
.main .sidebar .product-type-item.cur ul{
    height: auto;
}
.main .sidebar .product-type-item ul li{
    height: 57px;
    background-color: #ececec;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
.main .sidebar .product-type-item ul li:not(:first-child){
    margin-top: 2px;
}
.main .sidebar .product-type-item ul li a{
    color: #666666;
    padding-left: 50px;
    transition: 0.5s;
    display: block;
}
.main .sidebar .product-type-item ul li:hover,.main .sidebar .product-type-item ul li.cur{
    background-color: #db251a;
}
.main .sidebar .product-type-item ul li:hover a,.main .sidebar .product-type-item ul li.cur a{
    color: white;
}
.main .sidebar .product-type-item ul li:after{
     content: "";
     display: block;
     width: 15px;
     height: 15px;
     background: url("../images/sidebar-icon3.png") no-repeat center;
     position: absolute;
     right: 20px;
     top: 21px;
 }
.main .sidebar .product-type-item ul li:hover:after,.main .sidebar .product-type-item ul li.cur:after {
    background: url("../images/sidebar-icon4.png") no-repeat center;
}
.main .sidebar .phone{
    height: 110px;
    color: white;
    background: url("../images/phone-l.jpg.png") no-repeat;
    background-position: 15px center;
    background-color: #db251a;
    position: relative;
    padding-left: 70px;
    padding-top: 15px;
    margin-top: 5px;
    line-height: 36px;
}
.main .sidebar .phone .describe{
    font-size: 16px;
}
.main .sidebar .phone .body{
    font-size: 25px;
}

.main .main-content{
    width: 930px;
    float: left;
}
.main .main-content > .title{
    font-size: 25px;
    color: black;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 5px;
    padding-left: 2px;
}
.main .main-content > .title:after{
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 5px;
    background-color: #db251a;
}
.main .main-content .product-list{
    margin-top: 15px;
}
.main .main-content .product-item{
    float: left;
    width: 297px;
    background-color: #ececec;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 2px 2px #fafafa;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.5s;
}
.main .main-content .product-item a{
    display: block;
}
.main .main-content .product-item:hover{
    border: 1px solid #db251a;
    box-shadow: 0 0 2px 2px rgb(246, 227, 222);
}
.main .main-content .product-item .img{
    height: 295px;
    padding-top: 0;
    overflow: hidden;
}
.main .main-content .product-item img{
    width: 100%;
    /*height: 80%;*/
    /*object-fit: contain;*/
}
.main .main-content .product-item:not(:nth-child(3n+1)){
    margin-left: 19px;
}
.main .main-content .product-item .text{
    background-color: white;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
    color: #828282;
    line-height: 45px;
    transition: 0.5s;
}
.main .main-content .product-item:hover .text{
    background-color: #db251a;
    border-top: 1px solid #db251a;
    color: white;
}
.pagination{
    margin-top: 35px;
    text-align: center;
}
.pagination a{
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    color: #353535;
    margin-bottom: 5px;
}
.pagination a:hover:not(.ect),.pagination a.active:not(.ect){
    color: white;
    background-color: #db251a;
    border: 1px solid #db251a;
}
.pagination .prev,.pagination .next{
    width: 70px;
}

.case-item{
    border: 1px solid #ececec;
    padding: 15px 25px 15px 15px;
    transition: 0.3s;
    margin-bottom: 20px
;
}
.case-item:hover{
    border: 1px solid #db251a;
}

.case-item .img{
    float: left;
    width: 250px;
    height: 180px;
}
.case-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-item .text{
    float: left;
    width: 605px;
    margin-left: 25px;
    padding-top: 10px;
}
.case-item .text .title{
    font-size: 18px;
    color: black;
    line-height: 1.5;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-item:hover .text .title a{
    color: #db251a;
}
.case-item .text .body{
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #828282;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.case-item .text .btn{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #dcdcdc;
    margin-top: 25px;
    transition: 0.3s;
}
.case-item:hover .text .btn{
    background-color: #db251a;
}

.sidebar .accoci-product{
    margin-top: 15px;
}
.sidebar .accoci-product > .title{
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #db251a;
    border-bottom: 1px solid #eeeeee;
}
.sidebar .accoci-product .accoci-product-item{
    border: 1px solid #ececec;
    margin-bottom: 15px;
}
.sidebar .accoci-product .accoci-product-item .img{
    height: 250px;
    text-align: center;
}
.sidebar .accoci-product .accoci-product-item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.sidebar .accoci-product .accoci-product-item .text{
    padding: 15px;
}
.sidebar .accoci-product .accoci-product-item .title{
    font-size: 16px;
    color: #010101;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .accoci-product .accoci-product-item .body{
    font-size: 14px;
    line-height: 22px;
    max-height: 132px;
    margin-top: 12px;
    color: #858585;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.main-content .detail-box .detail{
    border: 1px solid #f2f2f2;
    padding: 10px 10px 15px 15px;
}
.main-content .detail-box .detail .img-block{
    width: 345px;
    float: left;
    text-align: center;
}
.main-content .detail-box .detail .img-block .video{
    position: relative;
    height: 345px;
    background-color: #e8e8e8;
    padding: 0;
    overflow: hidden;
}
.main-content .detail-box .detail .img-block .video .img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: url(http://www.luoshijx.com/images/spbjt.jpg) no-repeat;
    background-size: 345px 345px;
}
.main-content .detail-box .detail .img-block .video .play{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 150px;
    left: 150px;
}
.main-content .detail-box .detail .img-block .img-list{
    height: 64px;
    margin-top: 5px;
    overflow: hidden;
}
.main-content .detail-box .detail .img-block .img-list ul{
    height: 100%;
    white-space: nowrap;
    width: 100%;
}
.main-content .detail-box .detail .img-block .img-list ul li{
    float: left;
    width: 63px;
    background-color: #e8e8e8;
    padding: 5px;
    height: 100%;
    border: 2px solid white;
}
.main-content .detail-box .detail .img-block .img-list ul li.swiper-slide-thumb-active{
    border: 2px solid #db4e46;
}
.main-content .detail-box .detail .img-block .img-list ul li a{
    display: block;
    height: 100%;
}
.main-content .detail-box .detail .img-block .img-list ul li img:not(.play){
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-content .detail-box .detail .img-block .img-list ul li .play{
    width: 20px;
    position: absolute;
    left: 21px;
    top: 21px;
}
.main-content .detail-box .detail .img-block .img-list ul li:not(:first-child){
    /*margin-left: 8px;*/
}
.main-content .detail-box .detail .text{
    float: left;
    margin-left: 25px;
    width: 530px;
    padding-top: 5px;
    font-size: 16px;
    color: #828282;
}
.main-content .detail-box .detail .text .title{
    font-size: 24px;
    line-height: 1.5;
    color: black;
}
.main-content .detail-box .detail .text .describe{
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.main-content .detail-box .detail .text .info{
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.main-content .detail-box .detail .text .ect{
    margin-top: 35px;
}
.main-content .detail-box .detail .text .btn{
    width: 152px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    background-color: #db251a;
    color: white;
    text-align: center;
}
.main-content .detail-box .detail .text .phone{
    float: right;
    font-size: 22px;
    color: #db251a;
    height: 35px;
    line-height: 35px;
    padding-left: 60px;
    margin-top: 5px;
    background: url("../images/detail-phone.png") no-repeat left center;
}
.main-content .detail-box .introduce{
    margin-top: 10px;
}
.main-content .detail-box .introduce-side{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 #f3f3f3;
}
.main-content .detail-box .introduce-side .side-item{
    padding: 0px 20px;
    color: #868686;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.main-content .detail-box .introduce-side .on{
    color: #000000;
}
.main-content .detail-box .introduce-side .side-item:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #121212;
    border-bottom: 4px solid #f0000b;
    box-sizing: content-box;
    opacity: 0;
    transition: 0.3s;
}
.main-content .detail-box .introduce-side .on:after{
    opacity: 1;
}
.detail-box .introduce-body .introduce-body-block > .title{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.detail-box .introduce-body .introduce-body-block > .title:after{
    content: "";
    width: 35px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 10px;
    /*background: linear-gradient(45deg, #db251a, #fd6d65);*/
    background-color: #db251a;
}
.detail-box .introduce-body .introduce-body-block .title-cn{
    font-size: 28px;
    color: black;
    font-weight: 600;
    letter-spacing: 5px;
}
.detail-box .introduce-body .introduce-body-block .title-en{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-transform: Uppercase;
}
.introduce-body-block .block-body{
    text-align: center;
}
.introduce-body-block .block-body img{
    max-width: 100%;
}
.introduce-body-block .block-body .img-block img{
    max-width: 95%;
}

.introduce-body-block .trait-list{
    margin-left: 30px;
    font-size: 16px;
    line-height: 2;
    color: #777777;
    text-align: left;
}
.introduce-body-block .trait-list span,
.introduce-body-block .trait-list em{
    color: #333333;
    font-weight: 600;
    display: block;
}
.introduce-body-block .adv-block{
    padding: 30px 20px 28px;
    float: left;
    color: #333;
    position: relative;
    border: 1px solid #eee;
    transition: 0.3s;
    background: #f5f5f5;
    height: 200px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.introduce-body-block .adv-block:hover{
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    border-bottom: 4px solid #dd2f26;
}
.introduce-body-block .adv-block .title{
    display: inline-block;
    font-size: 18px;
    color: #dd2f26;
    border-bottom: 2px solid #dd2f26;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.introduce-body-block .adv-block .title em{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    opacity: 0.2;
}
.introduce-body-block .adv-block .body{
    display: block;
    font-size: 15px;
    text-align: justify;
}
.introduce-body-block .c_adv_block{
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: #f8f8f8;
}
.introduce-body-block .c_adv_block:nth-child(2n){
    background-color: white;
}
.introduce-body-block .c_adv_block .img-warp{
    display: block;
    float: left;
    width: 365px;
    line-height: 40px;
    padding: 8px 0 0;
    font-size: 22px;
    color: #333;
}

.introduce-body-block .c_adv_block:nth-child(2n) .img-warp{
    float: right;
}
.introduce-body-block .c_adv_block .img-warp img{
    max-width: 100%;
}
.introduce-body-block .c_adv_block .text-warp{
    width: 480px;
    float: right;
    overflow: hidden;
}
.introduce-body-block .c_adv_block:nth-child(2n) .text-warp{
    float: left;
}
.introduce-body-block .c_adv_block .text-warp .title-index{
    background: #fff;
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    margin: 15px 20px 0 0;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #333;
    border: 2px solid #e01627;
    border-radius: 10px 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.introduce-body-block .c_adv_block .text-warp .title-text{
    display: block;
    float: left;
    width: 300px;
    line-height: 40px;
    padding: 8px 0 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}
.introduce-body-block .c_adv_block .text-warp .title-text .t-line{
    width: 250px;
    height: 1px;
    background: #e01627;
}
.introduce-body-block .c_adv_block .text-warp .title-text i{
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #8e8e8e;
}
.introduce-body-block .c_adv_block .text-warp .body p{
    text-align: justify;
    font-size: 15px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 36px;
}
.introduce-body-block .sol-block p{
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    display: block;
}
.introduce-body-block .case-imgs{
    border: 1px solid #bdbdbd;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.introduce-body-block .case-imgs img{
    transition: 0.3s;
}
.introduce-body-block .case-imgs img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.introduce-body-block .more-case-btn{
    width: 120px;
    height: 40px;
    background: #e42f34;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.introduce-body-block .more-case-btn a{
    color: white;
    display: block;
    height: 100%;
}
.introduce-body-block .que-block .que-item{
    float: left;
    position: relative;
    background: #333;
    height: 64px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    padding: 12px 15px 12px 70px;
    border-radius: 20px 0 0 0;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.introduce-body-block .que-block .que-r{
    border-radius: 0 20px 0 0;
}

.introduce-body-block .que-block:nth-child(2n) .que-l{
    background-color: #e42f34;
}
.introduce-body-block .que-block:nth-child(2n-1) .que-r{
    background-color: #e42f34;
}
.introduce-body-block .que-block em{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-style: inherit;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.introduce-body-block .que-block a{
    color: #fff;
    transition: 0.3s;
    display: block;
    text-decoration: none;
}
.introduce-body-block .que-block a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.introduce-body-block .ser-head ul{
    margin-top: 30px;
    line-height: 28px;
}
.introduce-body-block .ser-head ul li{
    width: 16.666%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: 0.3s;
    border-right: 1px dashed #d5d5d5;
}

.introduce-body-block .ser-head ul li:hover{
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.introduce-body-block .ser-head ul li:last-child{
    border-right: none;
}
.introduce-body-block .ser-head img{
    display: block;
    width: 60px;
    margin: 0 auto 10px;
}
.introduce-body-block .ser-head span{
    display: block;
    color: #b5b5b5;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.introduce-body-block .ser-body{
    background: #f2f2f2;
    padding: 30px 20px;
    margin-top: 40px;
    text-align: left;
}
.introduce-body-block .ser-body .img-warp{
    width: 480px;
    float: left;
}
.introduce-body-block .ser-body .contact-warp{
    width: 390px;
    float: right;
}
.introduce-body-block .ser-body ul li{
    padding-left: 60px;
    line-height: 45px;
    height: 50px;
    margin-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 5px;
    color: #333;
}
.introduce-body-block .ser-body ul .ser-i{
    background: url("../images/p-intrduce-icon-8.png") no-repeat 0 0;
}
.introduce-body-block .ser-body ul .tec-i{
    background: url("../images/p-intrduce-icon-9.png") no-repeat 0 0;
}
.introduce-body-block .ser-body ul .email-i{
    background: url("../images/p-intrduce-icon-10.png") no-repeat 0 0;
}
.introduce-body-block .ser-body ul .addr-i{
    background: url("../images/p-intrduce-icon-11.png") no-repeat 0 0;
}
.introduce-body-block .ser-body .qrcode-warp{
    font-size: 16px;
    background: #fff;
}
.introduce-body-block .ser-body .qrcode-warp .qrcode-img{
    width: 120px;
    float: left;
}
.introduce-body-block .ser-body .qrcode-warp .qrcode-dec{
    width: 220px;
    float: right;
    padding-top: 20px;
}
.introduce-body-block .ser-body .qrcode-warp .qrcode-dec img{
    width: 28px;
    display: block;
}










.main-content .about{
    margin-top: 30px;
    color: black;
}
.main-content .about .about-block{
    float: left;
    width: 440px;
}
.main-content .about .about-block:not(:nth-child(2n+1)){
    margin-left: 50px;
}
.main-content .about .title{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.main-content .about .about-block-item{
    font-size: 14px;
    line-height: 24px;
    background: url("../images/about-block-icon.png") no-repeat left center;
    padding-left: 20px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30%;
}
.support-n{

}
.support-n .title{
    line-height: 50px;
}
.support-n .title span{
    display: block;
}
.support-n-list{
    margin-top: 50px;
}
.support-n-list .support-n-item{
    width: 32%;
    background: #fafafa;
    float: left;
    color: black;
}
.support-n-list .support-n-item:not(:first-child){
    margin-left: 1.5%;
}
.support-n-list .support-n-item .img-block{
    height: 250px;
}
.support-n-list .support-n-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.support-n-list .support-n-item .text-block{
    padding: 15px;
    height: 265px;
}
.support-n-list .support-n-item .title{
    font-size: 22px;
    line-height: 38px;
    padding-right: 45px;
}
.support-n-list .support-n-item .title:after{
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #db251a;
    margin-top: 20px;
}
.support-n-list .support-n-item .body{
    font-size: 18px;
    line-height: 30px;
    padding-right: 45px;
    padding-top: 10px;
    text-align: justify;
    color: #777777;
}
.about-lstone-introduce{
    text-align: center;
    color: black;
    padding-bottom: 30px;
}
.block-title2{
    text-align: center;
    padding-top: 35px;
}
.block-title2 .title{
    font-size: 26px;
    color: black;
}
.block-title2 .describe{
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    margin-top: 10px;
    margin-bottom: 25px;
}
.about-lstone-introduce .body{
    font-size: 16px;
    line-height: 28px;
    color: #3d3d3d;
}
.about-lstone-introduce .body p{
    text-align: justify;
}
.about-lstone-introduce .body img{
    margin: 25px 0;
}

.lstone-culture{
    background-color: #f7f7f7;
    padding-bottom: 35px;
}
.lstone-culture-list{
    padding-top: 10px;
}
.lstone-culture-list .lstone-culture-item{
    width: 18%;
    padding: 10px;
    float: left;
    border-top: 5px solid #da251c;
    border-radius: 5px;
    background-color: white;
    height: 150px;
    margin-left: 2.5%;
}
.lstone-culture-list .lstone-culture-item:first-child{
    margin-left: 0;
}
.lstone-culture-list .lstone-culture-item .title{
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ededed;
    color: black;
}
.lstone-culture-list .lstone-culture-item .body{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #747474;
}
.team-style-list{
    padding-bottom: 35px;
}
.team-style-list .team-style-item{
    width: 24%;
    float: left;
    height: 437px;
    margin-left: 1.3%;
}
.team-style-list .team-style-item .team-style-block{
    height: 213px;
}
.team-style-list .team-style-item .team-style-block:first-child{
    margin-bottom: 11px;
}
.team-style-list .team-style-item:first-child{
    margin-left: 0;
}
.team-style-list .team-style-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.album-box{
    margin-top: 25px;
}
.album-box .album-item{
    float: left;
    width: 285px;
    border: 1px solid #f3f3f3;
    border-radius: 1px;
    margin-bottom: 25px;
    margin-left: 20px;
}
.album-box .album-item:nth-child(4n+1){
    margin-left: 0;
}
.album-box .album-item .img{
    padding: 10px;
    text-align: center;
}

.album-box .album-item .img a{
    display: block;
    height: 100%;
}
.album-box .album-item img{
    max-width: 100%;
    max-height: 100%;
}
.album-box .album-item .text{
    font-size: 14px;
    color: #343434;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f0f0f0;
}

.honor-box{
    margin-top: 30px;
}
.honor-list .honor-item{
    text-align: center;
    width: 24%;
    float: left;
    margin-bottom: 45px;
    margin-left: 1.3%;
}
.honor-list .honor-item .img{
    height: 372px;
}

.honor-list .honor-item a{
    display: block;
    height: 100%;
}
.honor-list .honor-item img{
    max-width: 100%;
    max-height: 100%;
}
.honor-list .honor-item:nth-child(4n+1){
    margin-left: 0;
}
.honor-list .honor-item .text{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
    color: #343434;
}
.partner-box .partner-item{
    margin-bottom: 40px;
    height: 118px;
    border: 1px solid #f1f1f1;
    background-color: white;
    text-align: center;
    margin-left: 2%;
    width: 23.5% !important;
}
.partner-box .partner-item a{
    display: block;
    height: 100%;
}
.partner-box .partner-item:nth-child(4n+1){
    margin-left: 0;
}
.lstone-contact{
    margin-top: 35px;
    padding-bottom: 30px;
}
.lstone-contact .contact-item{
    float: left;
    width: 18%;
    margin-left: 2.5%;
    box-shadow: 0 0 5px 5px #f5f5f5;
    height: 205px;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
}
.lstone-contact .contact-item:first-child{
    margin-left: 0;
}
.lstone-contact .contact-item .img{
    font-size: 14px;
    color: #909090;
    padding: 20px 0 5px;
    line-height: 22px;
}
.lstone-contact .contact-item .text{
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}
.map{
    height: 455px;
    margin-top: 30px;
}
.about-lstone-message .message-box{
    margin: auto;
    margin-top: 35px;
    text-align: center;
    font-size: 14px;
    color: black;
    width: 600px;
}
.required:before{
    content: "*";
    color: #da251c;
}
.about-lstone-message .message-box label{
    width: 100px;
    text-align: right;
    display: block;
    float: left;
    padding: 15px 0;
}
.about-lstone-message .message-box .message-item{
    margin-bottom: 15px;
}
.about-lstone-message .message-box input,.about-lstone-message .message-box textarea{
    width: 485px;
    background-color: #f5f5f5;
    border: 0;
    outline: 0;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 15px;
    float: left;
    resize: none;
    line-height: 24px;
}
.about-lstone-message .message-box input{
    height: 44px;
}
.about-lstone-message .message-box .btn{
    width: 250px;
    height: 45px;
    font-size: 14px;
    color: white;
    background-color: #da251c;
    border: 0;
    outline: 0;
    border-radius: 3px;
    margin: 15px 0 15px 100px;
    cursor: pointer;
}
.main .sidebar-right{
    margin-right: 0;
    margin-left: 20px;
}
.sidebar-right .accoci-product {
    margin-top: 0;
}
.sidebar-right .accoci-product .accoci-product-item{
    margin-bottom: 2px;
    border: 0;
}
.sidebar-right .accoci-product .accoci-product-item .text{
    padding: 0;
}
.sidebar-right .accoci-product .accoci-product-item .title{
    font-size: 14px;
    background-color: #e5e5e5;
    color: #838383;
    padding: 5px;
    padding-left: 10px;
}
.sidebar-right .accoci-product .accoci-product-item.cur .title{
    color: #505050;
    padding-left: 0;
    background-color: white;
}
.sidebar-right .accoci-product .accoci-product-item a{
    height: 0;
}
.sidebar-right .accoci-product .accoci-product-item.cur a{
    height: auto;
}
.sidebar-right .accoci-product .accoci-product-item .img{
    height: 0;
    transition: 0.5s;
}
.sidebar-right .accoci-product .accoci-product-item.cur .img{
    height: 250px;
}
.sidebar .about-block{
    margin-top: 15px;
}
.sidebar .about .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #db251a;
    border-bottom: 1px solid #eeeeee;
}
.sidebar .about .about-block-item {
    font-size: 14px;
    line-height: 24px;
    background: url(../images/about-block-icon.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10%;
}
.article .title{
    font-size: 28px;
    color: black;
    line-height: 36px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding-bottom: 10px;
}
.article .title .describe{
    font-size: 14px;
    color: #828282;
    margin-top: 10px;
}
.article .title .describe .date{
    margin-left: 20px;
}
.article .body{
    margin-top: 25px;
    font-size: 14px;
    color: #3d3d3d;
    text-align: justify;
    line-height: 24px;
    border-bottom: 1px solid #f5f5f5;
}
.article .body img{
    margin: 20px auto;
    text-align: center;
}
.article .article-foot{
    padding-top: 15px;
}
.article .article-foot a{
    font-size: 14px;
    color: black;
    display: inline-block;
    margin-bottom: 15px;
    transition: 0.3s;
}
.article .article-foot a:hover{
    color: #db251a;
}
.article .article-foot a:before{
    content: attr(data-type);
    display: inline-block;
    margin-right: 10px;
    color: white;
    background-color: #a2a2a2;
    width: 62px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    transition: 0.3s;
}
.article .article-foot a:hover:before{
    background-color: #db251a;
}

/*网站地图*/
.siteMap{
    margin: 30px 10px;
    box-shadow: 0 0 5px 2px #e1e1e1;
    padding: 20px;
}
.siteMap-block{
    margin-bottom: 15px;
}
.siteMap-block .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.siteMap-block .url-list{
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.siteMap-block .url-item{
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 16px;
    line-height: 1.8;
}
.siteMap-block .url-item:hover{
    color: #db251a;
}
.prev, .next {
    position: inherit;
    transform: translateY(0%);
}
.search-nav{
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}
.search-nav .nav-item{
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0;
    border-left: 0;
    transition: 0.3s;
}
.search-nav .nav-item:first-child{
    border-left: 1px solid #ececec;
}
.search-nav .nav-item.cur,.search-nav .nav-item:hover{
    background: #db251a;
}
.search-nav .nav-item a{
    padding: 10px 20px;
    display: block;
}
.search-nav .nav-item.cur a,.search-nav .nav-item:hover a{
    color: white;
}
.book-comment-box{
    background-color: white;
    border-radius: 5px;
    padding: 30px 40px 40px;
}
.box-title{
    padding-bottom: 15px;
}
.box-title h2{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}
.box-title h2:before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 23px;
    margin-right: 5px;
    background-image: url("../images/comment.png");
    vertical-align: sub;
}
.my-comment-box{
    background-color: #f5f5f5;
    padding: 18px 16px;
    border-radius: 4px;
    box-shadow: 3px 3px 0 #ecebeb;
}
.my-comment-box textarea{
    resize:none;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 118px;
    padding: 15px;
    font-size: 14px;
    color: #555555;
    outline: none;
}
.submit-comment{
    padding-top: 15px;
}
.submit-comment p{
    display: inline-block;
}
.submit-comment p,.submit-comment p a{
    font-size: 14px;
}
.submit-comment p a{
    color: #db251a;
    text-decoration-line: underline;
}
.submit-comment button{
    display: inline-block;
    float: right;
    width: 152px;
    height: 42px;
    border-radius: 5px;
    font-size: 16px;
    color: #db251a;
    line-height: 2.7;
    background-color: white;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.submit-comment button:hover{
    background-color: #f1f1f1;
}
.submit-comment button[type='button']{
    background-color: white !important;
    cursor: default !important;
}
.submit-comment:after{
    content: '';
    display: block;
    clear: both;
}

.comment-list{
    margin-top: 40px;
}
.comment-list-type{
    border-bottom: 2px solid #e1e1e1;
}
.comment-list-type ul:after{
    content: '';
    display: block;
    clear: both;
}
.comment-list-type ul li{
    float: left;
    padding: 5px 10px;
    margin-bottom: -1px;
}
.comment-list-type ul .active{
    border-bottom: 2px solid #db251a;
}
.comment-list-type ul li a{
    color: #db251a;
    font-size: 18px;
    display: block;
}
.comment-list-box{
    padding: 10px 0;
}
.comment-list-box .comment-item{
    padding: 15px 18px;
    box-shadow: 0 0 10px #f1f1f1;
    border-radius: 5px;
    margin-bottom: 27px;
}
.comment-user img{
    display: inline-block;
    width: 35px; height: 35px;
    border-radius: 4px;
    vertical-align: bottom;
}
.comment-user p{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 2;
}
.comment-user p span{
    font-weight: 600;
    color: #555555;
    margin: 0 10px;
}
.comment-content{
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
    color: #333333;
}
.comment-info{
    padding-top: 5px;
    text-align: right;
    font-size: 14px;
    color: #b9b9b9;
}
.comment-info a{
    color: #db251a;
    margin-left: 20px;
}
.comment-reply .my-comment-box{
    padding: 15px 20px;
}
.my-comment-box textarea{
    height: 86px;
}
.comment-reply .submit-comment{
    padding-top: 20px;
}
.pagination {
    display: block;
    text-align: center;
}
.pagination-front > li {
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 1px solid #999999;
    border-radius: 5px;
}
.pagination-front > li + li{
    margin-left: 7px;
}
.pagination-front .prev-page,.pagination-front .next-page{
    width: 65px;
}
.pagination-front > li a,.pagination-front > li span{
    display: block;
    height: 100%;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.9;
    color: #333333;
}
.pagination-front li span,.pagination-front li a,.pagination-front li a{
    background-color: white;
}
.pagination-front .active span,.pagination-front li:hover a,.pagination-front li:focus a{
    background-color: #9c0d24;
    color: white;
}

.toTop {
    display: none;
    position: fixed;
    opacity: 0;
    z-index: 7;
    bottom: 10px;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: #dd362c url(../images/toTop.png) no-repeat center;
    transition: all .3s linear;
}