#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{     font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; }
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color :rgba( 0 , 0 , 0 , 0 );
    outline : none ;
    /*background :  none ;*/
    text-decoration :  none ;
}
.fullSlide img {
    height: auto;
    width: 100%;
}
:focus{outline:0;}
/*.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
/*@media screen and (min-width:320px) {*/
    html { font-size: 1vw; }
/*}*/
/*@media screen and (min-width:360px) {*/
/*    html {font-size:85%;}*/
/*}*/
/*@media screen and (min-width:375px) {*/
/*    html {font-size:87.5%;}*/
/*}*/
/*@media screen and (min-width:414px) {*/
/*    html { font-size:96%;}*/
/*}*/
/*@media screen and (min-width:480px) {*/
/*    html { font-size:110.5%;}*/
/*}*/
/*@media screen and (min-width:568px) {*/
/*    html { font-size:129%;}*/
/*}*/

.v-center {
    height: 100%;
     display: block;
    align-items: center;
}
.lstone-col{
    float: none;
}
.lstone-col-md-4 {
    width: 100%;
    margin-right: 0;
}
.lstone-col-md-6{
    width: 100%;
    margin-right: 0;
}
@media screen and (min-width:639px) {
    html { font-size:6.4px;}
}
.rightBottomMenu {position:fixed;right:5px;bottom:50px;width:56px;padding:5px;z-index:100; opacity: 0;transition: 0.3s}
.rightBottomMenu>div {width:56px;height:56px;border-radius:56px;font-size:20px;background:url("../images/backtop.png") no-repeat center;background-size:60%;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,0.3);margin-top:15px;overflow:hidden;transition: 0.3s}
.rightBottomMenu>div:hover {background:url("../images/backtop-cur.png") no-repeat center;background-size:60%;background-color:rgb(218 37 28);color:#fff;}

.rightBottomMenu>div.beiAnCode {width:160px;left:-120px;position:relative;font-size:14px;line-height:56px;text-align:center;}

body{
    min-width: 320px;
    padding-top: 60px;
}
.header, .content, .footer {
    max-width: 95%;
}
.wrap_z {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
}
.warp {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
 }
.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    height: 60px;
    line-height: 100px;
    background: #da251c;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.top .btn_tel_wrap{
    width: 50px;
    height: 50px;
    float: left;
    background: url("../images/phone.png") no-repeat center;
    background-size: 70%;
    position: absolute;
    right: 0;
    top: 5px;
}

.top .btn_tel_wrap a{
    display: block;
    height: 100%;
}
.fixed-nav{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 50px;
    width: 100%;
}
.fixed-nav li{
    float: left;
    width: 25%;
    text-align: center;
    background-color: #28231f;
    height: 50px;
    /*border-radius: 10px;*/
    border-right: 1px solid #f1f1f1;
}
.fixed-nav li.phone{
    background-color: #da251c;
}
.fixed-nav li a{
    display: block;
    height: 100%;
    color: white;
    font-size: 14px;
 }
.fixed-nav li img{
    display: block;
    width: 20px;
    margin: auto;
    padding: 5px 0;
}
.head{
    width: 95%;
    margin: auto;
    border: 0;
    padding: 20px 0;
}
.head .logo {
    width: 40%;
    height: auto;
    position: relative;
}
.head .logo:after{
    content: "";
    display: block;
    height: 42px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -21px;
    border-right: 1px solid #eeeeee;
}
.head .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.head .logo img {
    width: 100%;
    padding-top: 2%;
}
.top .title-warp {
    float: left;
    color: white;
    line-height: 60px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.top .logo a img {
    height: 35px;
    margin-left: 10px;
    margin-top: 22.5px;
    max-width: 100%;
    max-height: 100%;
}
nav {
    display: none;
    width: 55%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999999;
    background: #f5f5f5;
    border-top: 2px solid #dedede;
}
nav ul li {
    width: 100%;
    float: none;
    position: relative;
}
nav ul li a {
    height: 40px;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    outline: none;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
nav ul li a:hover {
    border-bottom: 2px solid #da251c;
}
nav ul li a:active {
    border-bottom: 2px solid #da251c;
}
nav ul li p span {
    display: none;
}
nav .menu2 {
    display: none;
}
.menu {
    display: block;
    background-color: initial;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 3;
    padding: 0 15px;
    cursor: pointer;
    color: #111;
    text-align: center;
    transition: all .5s ease;
    -webkit-tap-highlight-color :rgba( 0 , 0 , 0 , 0 );
}
#header.downscrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100px;
    line-height: 100px;
}
#header.downscrolled h1 img {
    vertical-align: top;
}
#header.upscrolled {
    opacity: 1;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.btn_menu_wrap {
    width: 50px;
    height: 50px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    margin-top: 5px;
    -webkit-tap-highlight-color :rgba( 0 , 0 , 0 , 0 );
    position: absolute;
    left: 0;
    top: 0;
}
.btn-menu {
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    padding: 40px 0;
    width: 30px;
    height: 16px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.btn-menu span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}
.btn-menu:before {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.btn-menu:after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.btn-menu.active span {
    opacity: 0;
}
.btn-menu.active:before {
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.slogan {
    display: block;
    width: 55%;
    /*margin-top: 5px;*/
    font-size: 14px;
    color: #da251c;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.slogan-b {
    font-size: 10px;
    color: #737373;
    font-weight: 500;
}
.head{
    height: auto;
}
.logo_tel{
    height: auto;
    text-align: center;
}
.logo_tel .site-tel{
    margin-top: 0;
}
.logo_tel .site-tel b{
    font-size: 18px;
}
.logo_tel .site-tel-item{
    padding-left: 25px;
    background-size: 15px 15px;
    display: inline-block;
}
.fullSlide{
    height: 200px;
}
.index-block-title{
    font-size: 20px;
    margin-top: 30px;
}
.index-block-title .describe{
    font-size: 14px;
}
.scene-list .scene-item{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 5px;
}
.scene-list .scene-item:nth-child(2n-1){
    margin-left: 0;
}
.scene-list .scene-item .scene-item-describe{
    font-size: 14px;
    margin-top: 5px;
}
.process-list .process-item{
    margin-left: 2%;
    width: 49%;
    padding: 30px 10px 25px;
    height: 180px;
}

.process-list .process-item .process-item-title{
    font-size: 14px;
}
.process-list .process-item .process-item-describe{
    font-size: 12px;
}
.process-list .process-item:first-child{
    width: 100%;
    margin-bottom: 2%;
}
.process-list .process-item:nth-child(2){
    margin-left: 0;
}
.support-list{
    padding-top: 20px;
    padding-bottom: 25px;
}
.support-list .text-block-title .title-ch{
    font-size: 22px;
}
.support-list .text-block-title .title-en{
    font-size: 12px;
}
.support-list .support-item .text-block-title:after{
    margin-top: 3px;
    height: 3px;
    opacity: 1;
}
.support-list .support-item .text-block-title:before{
    width: 30px;
    height: 35px;
    background-size: 100% 100%;
    line-height: 35px;
    font-size: 22px;
    left: -35px;
}
.support-list .text-block-body{
    font-size: 14px;
    width: 100%;
    text-align: justify;
    margin-top: 10px;
}
.support-list .support-item .img-block{
    margin-top: 10px;
}
.support-list .support-item .text-block{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-top: -3px;
}
.support-list .support-item .text-block-title{
    margin-left: 40px;
}
.support-list .support-item .item-block{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.produce-show-tabs .tab-item{
    width: 32%;
    height: auto;
    line-height: unset;
    font-size: 12px;
    padding: 8px;
    float: left;
    margin-left: 4px !important;
    margin-bottom: 3px;
}
.produce-show-box .produce-list{
    margin-bottom: 0;
}
.produce-show-box .product-item{
    width: 49%;
    margin-bottom: 10px;
}
.produce-show-box .product-item:nth-child(2n){
    margin-left: 0;
}
.produce-show-box .product-item .item-text:after{
    width: 20px;
    height: 20px;
    top: 10px;
    right: 5px;
    background-size: 100% 100%;
}
.produce-show-box .product-item:hover .item-text:after{
    background-size: 100% 100%;
}
.produce-show-box .product-item .item-img{
    height: 47rem;
    /*padding: 20px;*/
}
.produce-show-box .product-item .item-text{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 5px;
}
.produce-show-box .product-item.first{
    width: 100%;
}
.produce-show-box .product-item.first a {
    display: flex;
    align-items: center;
    min-height: 50rem;
}
.produce-show-box .product-item.first .item-describe .title{
    font-size: 16px;
    line-height: 1.5;
}
.produce-show-box .product-item.first .item-img{
    width: 50%;
    padding: 10px;
    height: auto;
}
.produce-show-box .product-item .item-img img{
    height: auto;
    /*width: 80%;*/
}
.produce-show-box .product-item.first .item-describe{
    width: 50%;
    padding-top: 0;
    padding-right: 10px;
}
.produce-show-box .product-item.first .item-describe .body{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.partner-list .partner-item{
    width: 32%;
    margin-left: 2%;
}
.partner-list .partner-item .partner-block{
    margin-bottom: 10px;
    height: 100%;
    text-align: center;
}
.index-news{
    padding-bottom: 0;
}
.index-news-content{
    margin-top: 15px;
}
.news-box,.faq-box{
    width: 100%;
    float: none;
}
.news-type-list{
    text-align: center;
}
 .news-type:last-child{
    margin-right: 0;
}
.news-type, .faq-box .box-title{
    font-size: 16px;
}
.news-type.cur:after, .news-type:hover:after, .faq-box .box-title:after{
    width: 30px;
    height: 3px;
    margin-top: 5px;
    bottom: 0;
    margin-left: -15px;
}
.news-list .news-item .news-title{
    font-size: 14px;
    line-height: 2;
    padding-left: 10px;
    width: 70%;
}
.news-list .news-item.first .news-text .title{
    font-size: 14px;
}
.news-list .news-item.first .news-text .body{
    font-size: 12px;
}
.news-list .news-item:not(.first){
    padding: 10px 0;
    margin-bottom: 10px;
}
.news-list .news-item .news-time{
    font-size: 12px;
    line-height: 12px;
    width: 20%;
}
.news-list .news-item .news-time span{
    font-size: 16px;
}
.news-list .news-item:not(.first) .news-title:after{
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 10px;
}
.faq-box .box-title{
    width: 100%;
    margin-right: 0;
    padding: 5px;
}
.faq-item .title{
    font-size: 14px;
}
.faq-item .body{
    font-size: 12px;
    margin-top: 5px;
}
.index-center-banner{
    padding-top: 5px;
}
.index-center-banner .banner-box{
    text-align: center;
}
.index-center-banner .banner-box .banner-text{
    margin-bottom: 5px;
}
.index-center-banner .banner-box .text-ch{
    font-size: 14px;
}
.index-center-banner .banner-box .btn{
    width: 80px;
    height: 30px;
    font-size: 12px;
    margin: auto;
    float: inherit;
    padding: 5px 12px;
}
.index-center-banner .banner-box .phone{
    font-size: 14px;
    line-height: 30px;
}
.index-center-banner .banner-box .phone:before{
    width: 30px;
    height: 30px;
    background-size: 60%;
}
.index-case{
    padding-bottom: 20px;
}
.index-case-side{
    width: 100%;
    position: relative;
}
.index-case-content{
    width: 100%;
}
.index-case-side .side-item{
    width: 32%;
    height: auto;
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    padding: 10px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}
.index-case-content .content-video{
    width: 100%;
    float: none;
    margin-left: 0;
    height: 70vw;
}
.index-case-content .content-text{
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 10px;
}
.index-case-content .content-img-list{
    align-items: stretch !important;
    min-height: 110px;
}
.index-case-content .content-text .body{
    height: auto;
    max-height: 192px;
}
.index-case-content .content-video .play{
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.reveal-modal{
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
}
.reveal-modal .close-reveal-modal{
    right: 0 !important;
}
.index-case-content .content-text .btn-box{
    text-align: center;
}
.index-case-content .content-img-list .content-img-item{
    height: auto;
}
.index-case-content .content-img-list .content-img-item .content-item-describe{
    font-size: 12px;
}
.about-lstone{
    padding-top: 10px;
    padding-bottom: 20px;
}
.introduce-text{
    width: 100%;
    text-align: center;
}
.introduce-img{
    width: 100%;
}
.introduce-text .title{
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
}
.introduce-text .title:after{
    height: 5px;
    margin-top: 10px;
}
.patent-box{
    position: relative;
    height: auto;
    margin-bottom: 10px;
}
.patent-box .title-block{
    width: auto;
    height: 100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    display: flex;
    align-items: center;
}

.patent-box .patent-list{
    width: 100%;
    height: auto;
    margin-left: 70px;
}
.index-message{
    margin-top: 100px;
    height: auto;
    background-size: auto 100%;
}
.index-message .message-box{
    width: 100%;
    bottom: auto;
    top: -100px;
}
.index-message .message-text .body{
    margin-top: 15px;
}
.index-message .message-text{
    padding-top: 290px;
    text-align: center;
    padding-bottom: 20px;
}
.index-message .message-text .title{
    font-size: 24px;
}
.index-message .message-text .phone-block{
    display: inline-block;
    position: relative;
    margin-top: 15px;
    padding-left: 60px;
}
.index-message .message-text .phone-block:before{
    width: 45px;
    height: 30px;
    background-size: auto 100%;
    top: 6px;
}
.index-message .message-text .phone-block .phone{
    font-size: 20px;
}
.index-message .message-text .phone-block .describe{
    /*text-align: left;*/
}
.links-list{
    width: auto;
    margin-left: 100px;
}
.links .links-title{
    position: absolute;
    left: 0;
    top: 0;
}

.footer-nav ul li{
    margin-top: 3px;
    margin-left: 3px !important;
    background: #de483f;
    float: left;
    width: 24%;
}
.footer-nav ul li:not(:first-child){
    margin-left: 0;
}
.footer-nav ul li a{
    font-size: 12px;
    padding: 10px;
}
.foot{
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
}
.footer-box .logo,.footer-box .qrcode{
    float: none;
    padding-top: 10px;
}
.footer-box .qrcode .qrcode-block{
    display: block;
    text-align: center;
    width: 50%;
    margin-left: 0 !important;
}
.footer-box .qrcode .qrcode-block p{
    width: 100%;
    margin-left: 0;
}
.sea_key{
    height: auto;
    padding: 0;
    overflow: visible;
    padding-bottom: 10px;
}
.search{
    width: 100%;
    margin-top: -20px;
    position: relative;
}
.search .inp01{
    width: 100%;
    padding: 0 20px;
}
.search .inp02{
    position: absolute;
    right: 0;
    top: 0;
}
.keywords{
    width: 100%;
    height: auto;
    line-height: 20px;
    padding-top: 30px;
}
.keywords b{
    padding-left: 5px;
}
.banner-i{
    height: auto;
}
.bread-wrap{
    font-size: 12px;
    line-height: 15px;
}




.main .main-content{
    width: 100%;
}
.main .main-content .product-item{
    width: 49%;
    margin-left: 0 !important;
}
.main .main-content .product-item:nth-child(2n-1){
    margin-right: 2%;
}
.main .main-content .product-item .img{
    height: 45vw;
}
.main .main-content .product-item .text{
    line-height: 35px;
}

.case-item{
    padding: 10px;
}
.case-item .img{
    width: 40%;
    height: 115px;
}
.case-item img{
    object-fit: contain;
}
.case-item .text{
    width: 55%;
    margin-left: 5%;
    padding-top: 0;
}
.case-item .text .title{
    font-size: 14px;
}
.case-item .text .body{
    font-size: 12px;
    line-height: 18px;
    height: 54px;
}
.case-item .text .btn{
    margin-top: 10px;
    background-color: #db251a;
}

.support-n-list{
    margin-top: 20px;
}
.support-n .title {
    line-height: 1.5;
}
.support-n-list .support-n-item{
    width: 100%;
    margin-left: 0 !important;
}
.support-n-list .support-n-item .text-block{
    padding: 10px;
    height: auto;
    padding-bottom: 15px;
}
.support-n-list .support-n-item .title{
    font-size: 16px;
    padding-right: 0;
    line-height: 1.5;
}
.support-n-list .support-n-item .title:after{
    width: 30px;
    margin-top: 5px;
}
.support-n-list .support-n-item .body{
    font-size: 12px;
    padding-right: 0;
    line-height: 1.5;
}
.sec_nav{
    background: white;
    height: auto;
}
.sec_nav ul{
    display: block;
    width: 100%;
}
.sec_nav li{
    width: 33.3%;
    background: #f4f4f4;
}
.sec_nav li a:after{
    display: none;
    left: unset;
    right: -10px;
}
.sec_nav li:nth-child(3n){
    border: 0;
}
.block-title2 .title{
    font-size: 22px;
}
.block-title2 .describe{
    font-size: 12px;
    margin-bottom: 10px;
}
.about-lstone-introduce .body p{
    font-size: 16px;
}
.about-lstone-introduce .body img{
    max-width: 100%;
    margin: 10px 0;
}
.lstone-culture{
    padding-bottom: 15px;
}
.lstone-culture-list .lstone-culture-item{
    width: 49%;
    margin-bottom: 10px;
    margin-left: 2%;
}
.lstone-culture-list .lstone-culture-item:nth-child(3){
    margin-left: 0;
    width: 100%;
}
.lstone-culture-list .lstone-culture-item:nth-child(4){
    margin-left: 0;
}
.team-style-list{
    padding-bottom: 15px;
}
.team-style-list .team-style-item{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
    height: 250px;
}
.team-style-list .team-style-item:nth-child(2n-1){
    margin-left: 0;
}
.team-style-list .team-style-item .team-style-block{
    height: 120px;
}
.team-style-list .team-style-item .team-style-block:first-child{
    margin-bottom: 10px;
}


.album-box .album-item{
    width: 49%;
    margin-left: 2%;
}
.album-box .album-item:nth-child(2n-1){
    margin-left: 0;
}
.album-box .album-item .img{
    height: 45vw;
}
.album-box .album-item .text{
    height: 30px;
    line-height: 30px;
}

.honor-list .honor-item{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.honor-list .honor-item:nth-child(2n-1){
    margin-left: 0;
}
.honor-list .honor-item .img{
    height: 45vw;
}
.honor-list .honor-item .text{
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.partner .swiper-wrapper{
    margin-top: 30px;
}
.partner .partner-list{
    margin-top: 0;
}
.partner .partner-list .partner-item{
    width: 45%;
    margin-left: 2%;
    margin-bottom: 10px;
    height: 20vw;
}
.partner-box .partner-list .partner-item{
     width: 49% !important;
     margin-left: 2%;
     margin-bottom: 10px;
     height: 25vw;
 }
.partner .partner-list .partner-item{
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.partner .partner-list .partner-item:nth-child(2n-1){
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.partner-box .partner-list .partner-item:nth-child(2n-1){
    margin-left: 0;
}
.lstone-contact .contact-item{
    width: 48%;
    margin-left: 4%;
    padding: 15px 10px;
    height: 55vw;
    margin-bottom: 15px;
}

.lstone-contact .contact-item:nth-child(3){
    width: 100%;
    margin-left: 0;
    height: 45vw;
}
.lstone-contact .contact-item:nth-child(4){
    margin-left: 0;
}
.lstone-contact .contact-item .img{
    padding-top: 10px;
    font-size: 12px;
}
.lstone-contact .contact-item .text{
    font-size: 14px;
    word-wrap: break-word
}
.about-lstone-message .message-box{
    width: 100%;
}
.about-lstone-message .message-box input,.about-lstone-message .message-box textarea{
    width: 100%;
    margin-left: 0;
}
.about-lstone-message .message-box label{
    padding: 5px 0;
    text-align: left;
}
.about-lstone-message .message-box .message-item{
    text-align: center;
}
.about-lstone-message .message-box .btn{
    margin-left: 0;
}
.siteMap{
    margin: 10px 0;
    padding: 10px;
}
.siteMap-block .url-list{

    padding: 5px;
}
.siteMap-block .url-item{
    width: auto;
    padding: 5px;
}
.main .sidebar-right{
    width: 100%;
    margin-left: 0;
}
.sidebar-right .accoci-product:after{
    content: "";
    clear: both;
    display: block;
}
.sidebar .accoci-product .accoci-product-item{
    float: left;
    width: 49%;
    background-color: #ececec;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 2px 2px #fafafa;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.5s;
    margin-left: 0 !important;
}
.sidebar .accoci-product .accoci-product-item:nth-child(2n) {
    margin-right: 2%;
}
.sidebar-right .accoci-product .accoci-product-item .img{
    height: 45vw !important;
}
.sidebar-right .accoci-product .accoci-product-item .title{
    background: white;
}
.main{
    padding-top: 0;
}
.main .sidebar{
    width: 100%;
    margin-right: 0;
}
.main .sidebar .phone{
    background-size: 35px auto;
    line-height: 27px;
    height: 90px;
}
.main .sidebar .phone .describe{
    font-size: 14px;
}
.main .sidebar .phone .body{
    font-size: 20px;
}
.show-sidebar{
    /*background: #da251c;*/
    width: 40px;
    height: 40px;
    background: url("../images/bars.png") no-repeat center #da251c;
    background-size: 80%;
    border-radius: 10px;
    float: right;
}
.news .main-content > .title,.case .main-content > .title{
    /*height: 40px;*/
    /*padding: 0;*/
    /*margin-bottom: 5px;*/
    border-bottom: 0;
}
.news .main-content > .title:after,.case .main-content > .title:after{
    display: none;
}
.main-content .detail-box .detail{
    padding: 5px;
}
.main-content .detail-box .detail .img-block .video{
    height: 93vw;
    max-height: 598px;
}
.main-content .detail-box .detail .img-block .img-list{
    height: 17vw;
    max-height: 115px;
    margin-top: 5px;
    overflow: hidden;
}
.main-content .detail-box .detail .img-block {
    width: 100%;
    overflow: hidden;
}
.main-content .detail-box .detail .img-block .video a{
    display: block;
    height: 100%;
}
.main-content .detail-box .detail .img-block .video .img{
    width: 100%;
}
.main-content .detail-box .detail .img-block .video .play{
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.main-content .detail-box .detail .text{
    margin-left: 0;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
}
.main-content .detail-box .detail .text .title{
    font-size: 20px;
}
.main-content .detail-box .detail .text .ect{
    margin-top: 10px;
}
.main-content .detail-box .detail .text .btn{
    width: auto;
    height: auto;
    padding: 0 15px;
    line-height: 35px;
}
.main-content .detail-box .detail .text .phone{
    font-size: 18px;
    background-size: 20px;
    padding-left: 30px;
    margin-top: 0;
}
.main-content .detail-box .introduce img{
    max-width: 100% !important;
    height: auto;
}
.main-content .about .about-block{
    width: 100%;
    margin-left: 0 !important;
}
.sidebar .accoci-product .accoci-product-item .img{
    height: 45vw;
}
.sidebar .accoci-product .accoci-product-item .body{
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
.sidebar .accoci-product .accoci-product-item .text{
    padding: 5px 10px;
}
.sidebar-right .accoci-product .accoci-product-item{
    background-color: white;
}
.article .body img{
    max-width: 100% !important;
    margin: 0;
}
.article .title{
    font-size: 24px;
}
.support-list .support-item .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 .img-block img{
    transform: scale3D(1,1,1);
}


.main-content .detail-box .introduce-side .side-item {
    padding: 0;
    text-align: center;
    width: 32%;
}
.detail-box .introduce-body .introduce-body-block .title-cn{
    font-size: 24px;
}
.detail-box .introduce-body .introduce-body-block .title-en{
    font-size: 12px;
}
.introduce-body-block .c_adv_block{
    padding: 2.5vw;
}
.introduce-body-block .c_adv_block .img-warp{
    width: 100%;
}

.introduce-body-block .c_adv_block .text-warp{
    width: 100%;
}
.introduce-body-block .c_adv_block .text-warp .title-text{
    width: 67vw;
    text-align: left;
    margin-left: 5vw;
}
.introduce-body-block .c_adv_block .text-warp .title-text .t-line {
    width: 100%
}
.introduce-body-block .c_adv_block .text-warp .title-index{
    width: 17vw;
    height: 17vw;
    max-width: 58px;
    max-height: 58px;
    max-font-size: 30px;
    line-height: 1.9;
    border-radius: 7px 0;
    margin-right: 0;
}
.introduce-body-block .sol-block{
    margin-bottom: 10px;
}
.introduce-body-block .ser-head ul li{
    width: 33.33333%;
    margin-bottom: 10px;
}
.introduce-body-block .ser-head ul li:nth-child(3n) {
    border-right: none;
}
.introduce-body-block .ser-body{
    padding: 5vw 2.5vw;
}
.introduce-body-block .ser-body .img-warp,
.introduce-body-block .ser-body .contact-warp{
    width: 100%;
}
.introduce-body-block .ser-body .contact-warp{
    padding-top: 10px;
}
.introduce-body-block .ser-body ul li{
    padding-left: 50px;
    overflow: hidden;
    white-space: nowrap;
}
.introduce-body-block .ser-body .qrcode-warp .qrcode-img{
    width: 30%;
}
.introduce-body-block .ser-body .qrcode-warp .qrcode-dec{
    width: 55%;
}
.introduce-body-block .que-block .que-item{
    border-radius: 20px 0 20px 0;
    background: #333;
}
.introduce-body-block .que-block .que-l {
    background-color: #333 !important;
}
.introduce-body-block .que-block .que-r {
    background-color: #e42f34 !important;
}
.book-comment-box{
    padding: 10px;
}
.comment-list-box .comment-item{
    margin-bottom: 10px;
}
.pagination a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    color: #353535;
    margin-bottom: 5px;
}
.pagination .prev, .pagination .next {
     width: 60px;
 }
.product-nav{
    margin-top: 5px;
}
.product-nav .tab-item {
    line-height: 1.5 !important;
    text-align: center;
}
.product-nav .tab-item.cur a {
    color: white;
}