/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-prev, .slick-next { position: absolute; display: block;  line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25; opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; filter:alpha(opacity=80);-moz-opacity:0.85;-khtml-opacity: 0.85; opacity: 0.85;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }
.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }
/* Dots */
.slick-dots { position: absolute; bottom:-25px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 16px; width:16px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; /* color: black; */ filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25; opacity: 0.25;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75; opacity: 0.75; }
.slick-dots li{ margin: 0;}
.slick-dots li button {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}
.slick-slider .slick-active button{
    background-color:#000;
    width:24px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.8s ease-in-out;}
.index-ban,.index-base,.index-tops,.index-nav,.show-tops,.tops-base,.names-more,.topt-base,.ser-base,.topt-cont,.topnews-base,.topneww{display:none;}
@media (max-width: 768px){
body{min-width:inherit;}
.show-fix,.header,.index-hot,.banner{display:none;}
.index-ban,.index-base,.index-tops,.index-nav,.show-tops,.tops-base,.names-more,.topt-base,.topt-cont,.topnews-base,.topneww{display: block;}
.index-top{background:none;}
/* public style */
.index-tops{clear: both;overflow: hidden;padding: 0.6rem 0;}
.index-tops .top-logo{float: left;width: 60%;}
.index-tops .top-logo img{width: 100%;height: auto;}
.index-tops .top-tel{float: right;width: 34%;margin-top: 0.3rem;}
.index-tops .top-tel img{width: 100%;height: auto;}
.index-nav ul{clear: both;overflow: hidden;padding-bottom: 1rem;}
.index-nav ul li{float: left;width: 16.5%;text-align: center;}
.index-nav ul li a{display: block;font-size: .9rem;color: #666;}
.index-nav ul li.active a, .index-nav ul li:hover a{color: #333;}
.index-nav ul li.active, .index-nav ul li:hover{position: relative;}
.index-nav ul li.active:after, .index-nav ul li:hover:after{content: "";display: inline-block;position: absolute;left: 30%;bottom: -0.4rem;width: 40%;height: 0.2rem;border-radius: 0.3rem;background: -moz-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(to right, #ED3B47 0%, #0C2B47 100%);-webkit-box-shadow: 0px 5px 0.5rem -1px rgba(228,0,52,.16);-moz-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);}

.show-tops{position: relative; display: -webkit-flex; display: flex;align-items: center;padding: 0.5rem 1rem;-webkit-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);-moz-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);}
.show-tops .top-back{float: none;width:10%;}
.show-tops .top-back img{width: 1.5rem;height: auto;}
.show-tops .top-menu{float: none;width: 10%;}
.show-tops .top-menu img{width: 2rem;height: auto;}
.show-tops .top-logo{flex: 1;text-align: center;}
.show-tops .top-logo img{width: 8.13rem;}
.menu-show{display:none ;position: absolute;width: 100%;max-width: 750px;z-index: 999;overflow-y: hidden;top: 3rem;background-color: #FFF;box-shadow: 0 2px 4px rgba(228,0,52,.16);-webkit-box-shadow: 0 2px 4px rgba(228,0,52,.16);-moz-box-shadow: 0 2px 4px rgba(228,0,52,.16);}
.menu-show ul{padding-top: 0.5rem;}

.index-ban{-webkit-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);-moz-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);}
.index-base{ padding: 1rem 0;-webkit-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);-moz-box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);box-shadow: 0px 8px 6px -5px rgba(228,0,52,.16);}
.index-base h1{color: #ED3B47;font-size: 1.24rem;text-align:center;text-shadow:0 3px 5px rgba(228,0,52,.16);}
.base-dos{position: relative;margin-top:1.2rem;}
.base-dos span{font-size: 0.85rem;color: #6E6874;display: inline-block;width: 20%;text-align: center;}
.base-dos span.do-con01{position: absolute;left:0;top:-0.2rem;}
.base-dos span.do-con02{position: absolute;left:24%;bottom:0.3rem;}
.base-dos span.do-con03{position: absolute;left:51%;top:-0.2rem;}
.base-dos span.do-con04{position: absolute;left:75%;bottom:0.3rem;}
.base-type{clear: both;overflow: hidden;margin-left:-4%;margin-top: 1.2rem;padding-bottom: 10px;}
.base-type li{position: relative;float: left;width: 21%;margin-left:4%;text-align: center;}
.base-type li > a{display:block;border-radius: 50%;border:0.071rem solid #BF3747;}
.base-type li:after{content: "";display: inline-block;position: absolute;left: 50%;bottom: 1.7rem;width: 1px;height: 0.6rem;background-color: #BF3747;}
.base-type li p{width: 100%;height:1.7rem;line-height:1.7rem;margin-top:0.6rem;border-radius: 0.2rem;background: -moz-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);-webkit-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);-moz-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);}
.base-type li p a{display: block;color: #FFF;font-size: 0.9rem;}
.place-show{margin:10px 0;}
.index-good,.good-show{margin-top:30px;}
.good-show ul li p{font-size:13px;}
.good-show ul li{width:48%;margin:1%;}
.good-show ul li h3 a:after,.case-pic:before,.btn-show,.case-info ul{display:none;}
.good-show ul li h3{margin:0; text-align:center;}
.good-show ul li h3 a{font-size:16px; margin:0;}
.show-tit:before,.show-tit:after{width:60px;}


.index-case{background:#05213A;padding-top:20px;margin:20px 0 0 0;padding-bottom: 20px;}
.case-msgs{display:none;}
.case-pic{width:100%;margin:0;padding:0;}
.case-pic > a{margin:0;padding-top:20px;}
.case-pic >a img{position:inherit;border-radius:0;}
.case-info{width:96%;margin:0 auto; float:inherit;}
.case-show .case-main:before{background:none;}
.case-show{margin-top:20px;margin-bottom:10px;}
.case-info h3{margin:0;}
.case-info h3 a{color:#fff; font-size:16px;}
.case-info p{color:#fff; font-size:14px;margin:0;}
.case-info p img{display:none!important;}
.slick-dots{bottom:0px;}

.index-news{padding:0 0 30px 0;}
.caselist h2{font-size:20px;}
.index-list{margin:20px 0 0 0;}
.index-list ul{width:100%; float:inherit;margin:0;padding-top:0;}
.index-list ul:before,.index-list ul li:before,.index-list ul li:after,.index-list ul:after,.index-show,.index-link{display:none;}
.list-con{border-radius:0;margin:0;width:100%;padding: 8px 10px;padding-bottom:0!important;}
.index-list ul li h3 a{font-size:14px;}
.index-list ul li{position:inherit;margin:0;    padding: 5px 0;}
.index-list ul li h3{line-height:22px;margin:0;}
.caselist{margin-top:0!important;}
.show-tits h2 span{color:#fff!important;}
.show-tit.show-tits:before,.show-tit.show-tits:after{-webkit-background-size: 96%;
    -moz-background-size: 96%;
    -o-background-size: 96%;
    background-size: 96%;}
.about-pic{width:100%; float: inherit;}
.about-info{width:100%; float: inherit;}
.about-btn{    margin: 0 auto;
    display: block;}
.about-info p{margin-top:20px; font-size:15px; line-height:28px;}
.popup-video video{top:40%;}
.about-data{padding:50px 0 0 0;}
.about-data ul li,.about-data ul li.data-last{width:50%; margin: 30px auto;height: 100px;}
.about-data ul li:before{ left:0;}

.about-data ul li:nth-child(1) i img,.about-data ul li:nth-child(3) i img{width: 80px;}
.about-data ul li:nth-child(2) i img,.about-data ul li:nth-child(4) i img{width: 110px;}
.about-data ul li span{font-size:12px;}
.about-data ul li i{margin:20px 0 5px 50px;}
.base-main,.about-ability{margin-top:20px;}
.base-main ul li span{font-size:14px;padding:10px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.about-txt,.about-pics{width:100%; float:inherit;}
.about-txt:before{width:100%; height:100%;}
.about-pics:before{ display:none;}
.about-font{margin:0;}
.about-nation{margin-bottom:20px;}
.about-show{margin-top:0;}

.pro-btn,.pro-link p,.pro-tit strong:before{display:none;}
.pro-show{padding:0;}
.pro-tit strong{background-image: url(../images/news-names.png);float: left;
    width: 10rem;
    height: 3.42rem;background: url(../images/news-names.png) no-repeat left center;
    background-size: contain;margin-top:20px;}
.pro-tit strong a{    display: block;
    font-size: 1.07rem;
    font-weight: normal;
    line-height: 3.16rem;
    text-indent: 2.5rem;}
.pro-link ul li a.tit-font, .sort-list ul li a.cp-tit{font-size:15px;}

.pro-link ul{margin-top:0;}
.names-more{float: right;width: 18%;padding:0.6rem 6%;margin: 25px 1rem 0 0;border-radius: 2rem;background: -moz-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);-webkit-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);-moz-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);}
.names-more img{display: block;}
.type-pro,.case-chose{display:none;}
.pro-sort{margin-top:0;}
.sort-show ul li span a{font-size:14px;}
.sort-show ul li span{margin-top:0;}
.sort-show ul li:hover:before, .sort-show ul li.sort-active:before{ display:none;}
.sort-show ul li:after{bottom: -20px;}
.sort-show:after{height:100%;}
.sort-list{margin-top:20px;}
.sort-list ul{margin-top:20px;margin-left:0;}
.sort-list ul li{width:48%;margin:0 1% 4% 1%;}
.sort-list ul li a.cp-tit{height:auto; line-height:32px;}

.topt-base{position: relative;color: #FFF;font-size: 0.85rem;line-height: 1.1;}
.baset-info{position: absolute;top: 1.7rem;left: 3.0rem;}
.baset-info h1{position: relative;display: inline-block;color: #FFF;font-size: 1.42rem;line-height: 1.3;margin-bottom: 0.7rem;}
.baset-info h1 i{font-weight: normal;}
.baset-info h1::after{content: "";display: inline-block;position: absolute;left: 0;bottom: 0;width: 100%;height: 0.2rem;border-radius:0 0.5rem 0.5rem 1rem;background: -moz-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(to left, #ED3B47 0%, #0C2B47 100%);}
.baset-sure{position: relative;margin-top: 1.64rem;padding-top: 0.7rem;}
.baset-sure::before{content: "";display: inline-block;position: absolute;left: 0;top: 0;width: 1.7rem;height: 0.14rem;border-radius: 0.1rem;background-color: #FFF;}
.baset-sure p b{display: inline-block;font-size: 0.92rem;margin-top: 0.42rem;}
.top-baset span.case-zx{position: absolute;right: 1.7rem;bottom: 0.2rem;width: 4.53rem;height:4.17rem;}

.news-show{margin:0 auto;}
.news-tit{height:auto;margin:10px 0;}
.news-tit:before,.news-tit h2:before{display:none;}

.news-tit h2{background-image: url(../images/news-names.png);float: left;
    width: 10rem;
    height: 3.42rem;background: url(../images/news-names.png) no-repeat left center;
    background-size: contain;margin-top:0;   display: block;
    font-size: 1.07rem;
    font-weight: normal;
    line-height: 3.16rem;margin-left:0;
}

.news-tit a{color:#fff;font-size: 14px;float: right;width: auto;padding:5px 5%;margin: 10px 1rem 0 0;border-radius: 2rem;background: -moz-linear-gradient(left, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(200deg, #ED3B47 0%, #0C2B47 100%);-webkit-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);-moz-box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);box-shadow: 0px 5px 8px -1px rgba(228,0,52,.16);}
.news-slick{width:100%; float:inherit;}
.news-fr{display:none;}
.news-con{padding:20px 20px 10px;}
.news-con h3 a, .news-info h3 a{font-size:15px;}
.news-con p{font-size:13px; height:48px; line-height:24px;}
.news-con h3{margin:8px 0;}
.news-slick li{padding:0 10px 30px 10px;}
.news-hot{margin-left:0;}
.news-main ul{margin-left:0;}
.news-main ul li{width:100%; float:inherit;margin:10px 0;padding:10px; position:inherit;height: 110px;}
.news-pic{top:0; position:inherit; width:35%; float:left;}
.news-info{padding-left:40%;}
.news-info h3{margin-bottom:0; height:auto;}
.news-info p span i{display:none;}

.news-know{margin:20px 0;}
.news-know ul li{width:90%;padding:6px 0;}
.news-know ul li a{font-size:14px;}
.news-know ul li span{padding-left:10px;}

.base-do{margin-top: -4rem;}
.show-tit {    margin-top: 2rem;}
.show-tit:before {
    content: "";
    display: inline-block;
    margin-left: -6.8rem;
    width: 3.4rem;
    height: 1.8rem;
    background: url(../images/tit-fl.png) no-repeat left center;
    -webkit-background-size: 96%;
    -moz-background-size: 96%;
    -o-background-size: 96%;
    background-size: 96%;
    vertical-align: top;
    margin-top: 0.8rem;
}
.show-tit:after {
    content: "";
    display: inline-block;
    margin-right: -6.8rem;
    width: 3.4rem;
    height: 1.8rem;
    background: url(../images/tit-fr.png) no-repeat right center;
    -webkit-background-size: 96%;
    -moz-background-size: 96%;
    -o-background-size: 96%;
    background-size: 96%;
    vertical-align: top;
    margin-top: 0.8rem;
}
.show-tit h2{color: #2D203B;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;padding:0;}
.show-tit h2 span {
    color: #2D203B;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.ser-txt{font-size:14px; line-height:22px;margin: 5px auto;}
.ser-show ul li{width:100%;margin-left:0;margin-bottom: 10px;}
.ser-show ul{margin-left:0;}

.ser-promise{margin-top: 0;}

.ser-repair{height:auto;}
.repair-base,.repair-video{width:100%; float:inherit;}
.repair-video strong{font-size:16px;right: 0;top:45%;}
.ser-parts, .ser-flow{margin-top:20px;}
.ser-parts .show-tit:after,.ser-parts .show-tit:before{display:none;}
.ser-parts ul{margin-top:0;}
.flow-show ul li.flow-show02,.flow-show ul li.flow-show04{top:60px;}
.ser-flow{overflow:hidden;}
.flow-show{position:inherit;margin:10px 0;}
.flow-show ul{margin:20px 0; overflow:hidden;}
.flow-show ul li{position:inherit; width:33.333%; float:left;    margin: 20px 0;}
.flowimg{display:none;}

.cont-base,.base-msg:after{display:none;}
.topt-cont{position: relative;}
.topt-cont h1{position: absolute;left: 0;top: 62%;width: 100%;text-align: center;color: #f43b47;font-size: 1.28rem;line-height: 1.1;text-shadow: 0 4px 8px rgba(108,0,14,.3);}
.contt-base{padding:1.28rem 0.2rem 0.78rem;margin:0 1rem;border-radius: 0 0 1rem 1rem; background-color:#FFF;box-shadow: 0 0 10px 0 rgba(228,0,52,.16);-webkit-box-shadow: 0 0 10px 0 rgba(228,0,52,.16);-moz-box-shadow: 0 0 10px 0 rgba(228,0,52,.16);background: url(../images/cont-bg01.png) no-repeat left center;background-size: contain;}
.contt-base p{text-align: center;color: #2d203b;font-size:0.85rem;margin-bottom: 0.5rem;line-height: 1.4;}
.contt-base p img{width: 5%;display: inline-block;top: 0.2rem;}
.base-msg{padding:20px;min-height:inherit;}
.msg-main{width:100%;}
.msg-main p{font-size:14px;margin-bottom:10px;}
.msg-main p span{width:33.3333%; float:left;margin-left:0;}
.msg-main p.msg-ensure{margin-left:0; overflow:hidden;margin:10px 0;}
.msg-main p span i{font-size:13px;padding:8px 10px;}
.msg-main p span:before, .msg-main p span:after{display:none;}
.msg-btns{margin-top:0;}
.map-show{height:240px;margin-bottom:20px;}
.cont-map h2,.cont-font span{font-size:22px;}
.cont-font strong{font-size:30px;}
.cont-font{margin:40px auto 20px}

.topnews-base{position: relative;color: #FFF;font-size: 0.85rem;line-height: 1.1; z-index:-1;}
.basen-info{position: absolute;top: 1.7rem;left: 3.0rem;}
.basen-info h1{position: relative;display: inline-block;color: #FFF;font-size: 1.42rem;line-height: 1.3;margin-bottom: 0.7rem;}
.basen-info h1 i{font-weight: normal;}
.basen-info h1::after{content: "";display: inline-block;position: absolute;left: 0;bottom: 0;width: 100%;height: 0.2rem;border-radius:0 0.5rem 0.5rem 1rem;background: -moz-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -webkit-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -o-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: -ms-linear-gradient(right, #ED3B47 0%, #0C2B47 100%);background: linear-gradient(to left, #ED3B47 0%, #0C2B47 100%);}
.list-time{display:none;}
.list-info{width:100%; float:left; padding:10px; height:auto;}
.news-list li{height:auto;margin-bottom:10px;}
.list-info p{font-size:14px;}
.list-info a{font-size:16px;margin-bottom:10px;}
.news-list,.page-show{margin:20px  auto;}
.news-list{margin-top:-50PX;}

.detail-show .base-show p img, .detail-show .base-show p video,.detail-show .base-show >div{width:100%!important;height:auto!important;}
.news-link{display:none;}
.news-base h1,.pro-info h1{font-size: 1.14rem;
    line-height: 1.7rem;
    }
.news-base > p{font-size:13px;margin-top:0;}
.news-base > p i{border:0;}
.topneww{position:relative; z-index:-1;}
.detail-news{margin-top:-50px;}
.relate-news ul li{width:98%; float:inherit;}
.relate-txt a{margin-top:0;}
.show-fl{margin-bottom:20px;}
.show-case .base-link,.show-case .pro-pic span{display:none;}
.show-case .pro-pic,.show-case .pro-info{ width:100%; float:inherit;}
.pro-pic p,.pic-type img,.pro-info .case-base{border-radius:inherit;}
.show-case .pro-info h1{font-size: 1.28rem;
    line-height: 1.2;margin-left:10px;}
.pro-info .case-base{padding:10px;}
.pro-info .case-base p{margin-left:0; line-height:30px;}	
.casetop{margin-top:20px;}

.pro-pic span{display:none;}

.pro-pic,.pic-type,.pro-info{width:100%; float:inherit;}
.pro-info h1{margin-bottom:10px;margin-left:10px;}
.pro-info p.info-good{font-size:12px; margin-left:10px;}
.pro-info ul li strong{font-size:16px;}
.pro-info ul{padding:10px 0;}
.prolist{margin-top:20px;}	
.pro-point{margin-bottom:0;}
.pro-point ul li a{font-size:14px;}
.pro-point ul li img{display:block;margin:0 auto;}
.proshow ul li{width:100%!important;margin:0!important;}
}