﻿html {
position: relative;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
body {
    color: #000;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    width: 100%;
    overflow-x: hidden;
}

.inner-banner img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

@media only screen and (max-width: 768px) {
    .padding-big {
        padding: 10px;
    }
    .margin-big {
        margin: 10px;
    }
    .padding {
        padding: 5px;
    }
    .margin {
        margin: 5px;
    }
    .padding-big-top {
        padding-top: 10px;
    }
    .padding-big-bottom {
        padding-bottom: 10px;
    }
    .padding-big-left {
        padding-left: 10px;
    }
    .padding-big-right {
        padding-right: 10px;
    }
    .margin-big-top {
        margin-top: 10px;
    }
    .margin-big-bottom {
        margin-bottom: 10px;
    }
    .margin-big-left {
        margin-left: 10px;
    }
    .margin-big-right {
        margin-right: 10px;
    }
}

a:hover {
    color: #0076d1
}

.bg-main,
.border-main .button.active,
.pointer.border-main .active,
.nav-pills.border-main .active a,
.nav-main.border-main .nav-head,
.pagination.border-main .active {
    background-color: #0076d1
}

.border-main,
.border-main .button,
.border-main .tab-nav li a,
.border-main .tab-body,
.button.bg-main,
.selected.border-main,
.pointer.border-main li,
.nav.border-main .active a,
.nav.nav-tabs.border-main,
.nav-main.border-main a,
.nav-main.border-main .nav-head,
.pagination.border-main li,
.pager.border-main a {
    border-color: #0076d1
}

.text-main,
a.text-main:link,
a.text-main:visited,
.button.border-main,
blockquote.border-main strong,
.pager.border-main a,
.pager-prev.border-main,
.pager-next.border-main,
.nav a:hover,
.nav-menu.nav-pills .active ul a:hover,
.bg-inverse .nav-menu ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
    color: #0076d1;
}

.pagination.border-main li {
    margin: 0px 5px;
}

.button.bg-sub {
    border: solid 1px #0076d1;
}

.bg-nav {
    background: #1d1d1d;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-black2 {
    background-color: #0076d1;
}

.bg-sub {
    background-color: #a00;
    color: #fff
}

.bg-footnav {
    background: #111;
}

.bg-footnav p {
    border-bottom: solid 1px #000;
}

.nav .active a {
    font-weight: normal;
}

.bg-inverse .nav.nav-pills .active a,
.bg-inverse .nav.nav-pills.nav-inline a:hover {
    background-color: #552618;
    font-size: 16px;
    color: #fff;
}

.bg-inverse .nav.nav-pills a,
.bg-inverse .nav.nav-pills.nav-inline a {
    font-size: 16px;
}

.nav-menu li {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: solid 3px #fff
}

@media only screen and (max-width: 992px) {
    .wrap-header .container {
        width: 100%;
    }
    .nav-menu li {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-menu li {
        padding: 10px 0px;
    }
    .navbar-big .nav-pills a {
        padding: 5px 10px;
    }
}

.nav-menu .drop-menu {
    border-radius: 0px;
    margin-top: 0px;
}

.text-main,
a.text-main:link,
a.text-main:visited,
.button.border-main,
blockquote.border-main strong,
.pager.border-main a,
.pager-prev.border-main,
.pager-next.border-main,
.nav a:hover,
.nav-menu.nav-pills .active ul a:hover,
.bg-inverse .nav-menu ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
    color: #0076d1;
}

.nav-navicon .input-group .input {
    width: auto;
    float: right
}

.nav-menu li.active,
.nav-menu li:hover {
    border-bottom: solid 3px #0076d1
}

.nav-pills .active a,
.nav-pills a:hover {
    color: #0076d1;
    background: none
}

.nav-menu li .drop-menu {
    padding: 0px;
}

.nav-menu li .drop-menu li {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: solid 1px #ddd;
}

.nav-menu li .drop-menu li a {
    margin: 0px;
    padding: 10px 20px;
}

.nav-menu li .drop-menu li:hover a {}

.nav-menu li .drop-menu li:hover {}

.nav-menu li .drop-menu li ul {
    padding: 0px;
    margin-top: 5px;
}

.nav-inline.nav-menu ul a:hover {
    color: #fff
}

.nav-menu li:hover .drop-menu a {
    color: #222
}

.nav-menu li:hover .drop-menu li {
    padding: 0px;
}

.button.bg-main {
    background-color: #552618;
    border-color: #552618
}

.button.border-main {
    border-color: #0076d1;
    color: #0076d1
}

.pointer.border-main li {
    border-color: #552618
}

.pointer.border-main li.active {
    background-color: #552618
}

.border-main {
    border-color: #0076d1
}

.w100 {
    width: 150px;
}

.icon-navicon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-navicon .input-group .input {
    width: auto;
    float: right
}

.nav a {
    color: #333;
    text-align: left;
    font-size: 16px;
}

.nav-menu li:hover drop-menu a {
    background-color: #ddd;
    color: #222
}

.w100 {
    width: 150px;
}

.icon-navicon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-navicon .input-group .input {
    width: auto;
    float: right
}

.nav a {
    color: #000;
    text-align: left;
    font-size: 14px;
}

.nav-menu li:hover drop-menu a {
    background-color: #111;
    color: #fff
}

.wrap-top {
    padding: 3px 0px;
    background-color: #333
}

.wrap-header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}

.button.bg-main {
    background-color: #0076d1;
    border-color: #0076d1
}

.button.border-main {
    border-color: #0076d1;
    color: #0076d1
}

.pointer.border-main li {
    border-color: #0076d1
}

.pointer.border-main li.active {
    background-color: #0076d1
}

.border-main {
    border-color: #0076d1
}

.border-sub,
.button.border-sub {
    border-color: #0076d1;
    color: #0076d1
}

.about-box .border-sub {
    border-color: #fff;
    color: #fff
}

.button.border-sub:hover {
    border-color: #0076d1;
    background-color: #0076d1;
    color: #fff;
}

.flico {
    font-size: 66px;
    display: block;
    color: #0076d1;
    text-align: center
}

.remen {
    padding-left: 10px;
    line-height: 34px;
}

.index-proclass {}

.index-proclass h1 {
    line-height: 40px;
    background-color: #0076d1;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center
}

.index-proclass ul {
    margin: 0px;
    padding: 0px;
    border: solid 1px #ddd;
    border-bottom: 0px;
}

.index-proclass li {
    line-height: 45px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    list-style: none;
    margin: 0px;
    text-align: center
}

.index-proclass li:hover,
.index-proclass li.on {
    background-color: #0076d1;
}

.index-proclass li a {
    color: #333;
}

.index-proclass li:hover a,
.index-proclass li.on a {
    color: #fff;
}

.ss {
    padding: 3px 6px;
    height: 30px;
    border: solid 1px #0076d1
}

.ss-btn {
    padding: 3px 6px;
    height: 30px;
}

.fengge {
    font-size: 14px;
    color: #555;
    float: right
}

.service {
    background-color: #f5f5f5;
}

.service .serico {
    font-size: 40px;
    color: #fff;
    padding-right: 10px;
}

.service h2 {
    font-size: 18px;
    color: #0076d1;
    padding-top: 20px;
}

.service p {
    font-size: 14px;
    color: #333;
}

.nav.nav-sitemap a {
    color: #fff
}

.nav-sitemap ul a {
    padding-left: 0px;
    color: #fff
}

.foot-weixin {
    width: 140px;
}

.qq {
    width: 20px;
    height: 20px;
    background: url("../images/qq.png");
    display: inline-block;
    margin: -2px 2px 0px;
}

.product-about li {
    line-height: 3rem;
    border-bottom: dashed 1px #aaa;
}

.xyin-service {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.xyin-service_l {
    width: 62%;
    float: left;
    padding: 2.5% 0 0 2%
}

.xyin-service_l h3 {
    font-size: 36px;
    color: #383838;
    font-weight: normal
}

.xyin-service_l h4 {
    background: url(../images/index_se_bg.png) no-repeat center left;
    margin-top: 20px;
    line-height: 68px;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
}

.xyin-service_r {
    width: 35%;
    float: right
}

.xyin-service_r a img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.xyin-service_l .tel {
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
}

.xyin-service_l .tel span {
    display: inline-block;
    padding-left: 60px;
    font-size: 28px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/index_ic.png) no-repeat left center;
}

.xyin-service_l .tel a {
    display: inline-block;
    height: 36px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background: #0076d1;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 14px;
    font-weight: bold;
    margin-top: 2px;
}

@media (max-width: 1199px) {
    .xyin-service {
        display: none
    }
}

.xyin-news-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}
.xyin-news-bg h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.xyin-news-bg h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}
.xyin-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px
}

.xyin-news_list {
    width: 32%;
    float: left;
    background-color: #f4f4f4
}

.xyin-news_list1 {
    width: 32%;
    float: left;
    margin: 0 2%;
    background-color: #f4f4f4
}

.xyin-news_top h2 {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.xyin-news_top h2 a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}

.xyin-news_top h2 a b {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    font: normal 24px/48px "å¾®è½¯é›…é»‘";
    color: #fff;
    margin-top: -48px;
    z-index: 9;
    position: relative
}

.xyin-news_top h3 {
    padding: 5% 5% 0 5%;
    margin-bottom: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xyin-news_top h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #222
}

.xyin-news_top span {
    padding: 0 5%;
    color: #787878;
    font-family: Arial, Helvetica, sans-serif
}

.xyin-news_top p {
    padding: 5%;
    padding-top: 0;
    color: #626262;
    text-align: justify;
}

.xyin-news_b {
    margin: 0 5%;
    padding: 5% 0;
    border-top: 1px solid #d1d1d1
}

.xyin-news_b ul li {
    width: 100%;
    line-height: 36px
}

.xyin-news_b ul li a {
    line-height: 36px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.xyin-news_b ul li a span {
    color: #01848b;
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 768PX) {
	.container {
    width: 100%;
    margin: 0 auto;
}
    .xyin-news-bg {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}
.xyin-news-bg h2 {
    text-align: right;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.xyin-news-bg h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}
.xyin-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px
}

.xyin-news_list {
    width: 100%;
    float: left;
    background-color: #f4f4f4
}

.xyin-news_list1 {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #f4f4f4
}

.xyin-news_top h2 {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.xyin-news_top h2 a img {
    width: 100%;
    
    left: 0;
    top: 0;
   
    display: block;
}

.xyin-news_top h2 a b {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    font: normal 24px/48px "å¾®è½¯é›…é»‘";
    color: #fff;
    margin-top: -48px;
    z-index: 9;
    position: relative
}

.xyin-news_top h3 {
    padding: 5% 5% 0 5%;
    margin-bottom: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xyin-news_top h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #222
}

.xyin-news_top span {
    padding: 0 5%;
    color: #787878;
    font-family: Arial, Helvetica, sans-serif
}

.xyin-news_top p {
    padding: 5%;
    padding-top: 0;
    color: #626262;
    text-align: justify;
}

.xyin-news_b {
    margin: 0 5%;
    padding: 5% 0;
    border-top: 1px solid #d1d1d1
}

.xyin-news_b ul li {
    width: 100%;
    line-height: 36px
}

.xyin-news_b ul li a {
    line-height: 36px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.xyin-news_b ul li a span {
    color: #01848b;
    font-weight: bold;
    margin-right: 10px;
}
}


/*全部-咨询banner*/

.contact-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
    padding: 0;
    background: -webkit-linear-gradient(top, #0076d1, #5db8ff);
    background: -moz-linear-gradient(top, #0076d1, #5db8ff);
    background: -o-linear-gradient(top, #0076d1, #5db8ff);
    background: -ms-linear-gradient(top, #0076d1, #5db8ff);
}

.contact-banner .waves {
    position: absolute;
    height: 100%;
}

.contact-banner-box {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-banner-box h2 {
    font-size: 36px;
    display: block;
    max-width: 10em;
    margin: 0px auto;
    line-height: 2em;
    border-bottom: 2px solid #fff;
    color: #f5f5f5;
}

.contact-banner-box h4 {
    color: #f1f1f1;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.contact-banner-box .btn {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.contact-banner-box .btnore {
    float: none;
    clear: both;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
}

.contact-banner-box a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    padding: 0 35px;
    border: 1px solid #ccc;
    color: #999;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}

.contact-banner-box a:hover,
.contact-banner-box a:active {
    background-color: #0076d1;
    border-color: #0076d1;
    color: #fff;
    text-decoration: none;
}


/*全部-咨询banner*/


/*智慧清洁 */

.main-zhihui {
    padding: 55px 0 55px;
    width: auto;
    max-width: 1200px;
    _width: 1200px;
    margin: 0px auto;
    height: 670px;
}

.main-zhihui h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.main-zhihui h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.main-zhihui h4 {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.main-zhihui .w1200 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main-zhihui .w1200 li {
    width: 270px;
    height: 350px;
    float: left;
    margin: 0px 5px 0px 25px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.main-zhihui .w1200 li:hover {
    width: 269px;
    height: 348px;
    float: left;
    border: 1px solid #f9f9f9;
    margin: 0px 5px 0px 25px;
    background: #fff;
}

.main-zhihui .w1200 li .w240 {
    width: 220px;
    height: 300px;
    margin: 25px 25px;
}

.main-zhihui .w1200 li .w240 .img {
    width: 100%;
    height: 205px;
}

.main-zhihui .w1200 li .w240 .img img {
    width: 100%;
    height: 205px;
}

.main-zhihui .w1200 li a {}

.main-zhihui .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.main-zhihui i {
    text-align: center;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}

.main-zhihui>em {
    display: block;
    width: 35px;
    height: 2px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #333;
    display: none;
}

.main-zhihui-more {
    float: none;
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.main-zhihui-more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    padding: 0 35px;
    border: 1px solid #ccc;
    color: #999;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}

.main-zhihui-more a:hover,
.main-zhihui-more a:active {
    background-color: #0076d1;
    border-color: #0076d1;
    color: #fff;
    text-decoration: none;
}


/*智慧清扫机*/

.main-qingsao {
    width: 100%;
    height: 1100px;
    background: #f9f9f9;
    padding: 55px 0 55px;
}

.main-qingsao h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.main-qingsao h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.main-qingsao h4 {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    padding-bottom: 30px;
}

.main-qingsao .w1200 {
    width: 1200px;
    margin: 0px auto;
}

.main-qingsao .w1200 li {
    width: 270px;
    height: 410px;
    float: left;
    margin: 0px 5px 0px 25px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-qingsao .w1200 li .w240 {
    width: 260px;
    height: 260px;
    margin: 5px 5px;
}

.main-qingsao .w1200 li .w240 .img {
    width: 100%;
    height: 250px;
}

.main-qingsao .w1200 li .w240 .img img {
    width: 100%;
    height: 250px;
}

.main-qingsao .w1200 li a {}

.main-qingsao .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.main-qingsao .w1200 li .w240 .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
}

.main-qingsao .w1200 li .w240 .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}

.main-qingsao .w1200 li .w240 .jiage {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.main-qingsao1 {
    width: 100%;
    height: 940px;
    background: #f9f9f9;
    padding: 55px 0 55px;
}

.main-qingsao1 .w1200 {
    width: 1200px;
    margin: 0px auto;
}

.main-qingsao1 .w1200 li {
    width: 270px;
    height: 410px;
    float: left;
    margin: 0px 5px 0px 25px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-qingsao1 .w1200 li .w240 {
    width: 260px;
    height: 260px;
    margin: 5px 5px;
}

.main-qingsao1 .w1200 li .w240 .img {
    width: 100%;
    height: 250px;
}

.main-qingsao1 .w1200 li .w240 .img img {
    width: 100%;
    height: 250px;
}

.main-qingsao1 .w1200 li a {}

.main-qingsao1 .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.main-qingsao1 .w1200 li .w240 .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
    margin-top: 10px;
}

.main-qingsao1 .w1200 li .w240 .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}

.main-qingsao1 .w1200 li .w240 .jiage {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


/*关于我们*/

.carousel {}

.carousel-item {
    position: relative;
    width: 100%;
    height: auto;
}

.carousel-item .bt {
    position: absolute;
    width: 100%;
    padding-top: 8%;
    padding-left: 8%;
    z-indent: 2;
    left: 0;
    top: 0;
    color: #666;
    font-size: 36px;
}


/*内容*/

.conner-main {
    background: #f9f9f9;
    height: 100%;
}

.conner-main .con-1200 {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: #fff;
    padding: 30px 10px;
}

.conner-main .con-1200 .con-aci {
    width: 1180px;
    height: 34px;
    line-height: 35px;
    padding-left: 15px;
    margin: 0px auto;
    border-radius: 5px;
    background: #f2f2f2;
}

.conner-main .con-1200 .con-left {
    float: right;
    margin-top: 30px;
    width: 870px;
    height: auto;
    padding-bottom: 30px;
}

.conner-main .con-1200 .con-right {
    float: left;
    margin-top: 30px;
    width: 280px;
    height: auto;
    padding-bottom: 30px;
    bottom: 1px solid #d1d1d1;
}
.conner-main .con-1200  .con-right  .con-img {
    float: left;
    margin-top: 30px;
    width: 280px;
	height:350px;
    height: auto;
    padding-bottom: 30px;
    bottom: 1px solid #d1d1d1;
}
.conner-main .con-1200 .con-right .right-title {
    width: 280px;
    height: 40px;
    font-size: 16px;
    background: #d1d1d1;
    line-height: 40px;
    padding-left: 15px;
}

.conner-main .con-1200 .con-right li {
    width: 280px;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    border-bottom: 1px dashed #d1d1d1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.conner-main .con-1200 .con-right li a {
    color: #999;
}

.conner-main .con-1200 .con-right li a:hover {
    color: #666;
}


/*liebiao*/

.conner-main .con-1200 .con-left-x {
    float: right;
    margin-top: 30px;
    width: 870px;
    height: auto;
    padding-bottom: 30px;
}

.conner-main .con-1200 .con-left-x .main-title {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
}

.conner-main .con-1200 .con-left-x .main-title .img {
    float: left;
    width: 140px;
    height: 110px;
    border: 1px solid #d1d1d1;
    padding: 3px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-left-x .main-title .img img {
    width: 100%;
    height: 102px;
}

.conner-main .con-1200 .con-left-x .main-title .img:hover {
    width: 140px;
    height: 110px;
    border: 1px solid #337ab7;
    padding: 3px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left {
    float: left;
    width: 710px;
    height: 110px;
    padding: 3px;
    margin-left: 8px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left h4 {
    width: 100%;
    height: 24px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left h4 a {
    float: left;
    color: #337ab7;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 16px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left h4 a:hover {
    float: left;
    font-size: 16px;
    color: #337ab7;
    font-weight: bold;
}

.conner-main .con-1200 .con-left-x .main-title .title-left .time {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left a {
    color: #999;
    float: right;
    font-size: 12px;
}

.conner-main .con-1200 .con-left-x .main-title .title-left a:hover {
    color: #666;
    float: right;
    font-size: 12px;
}


/*视频中心*/

.conner-main .con-1200 .con-video {
    float: right;
    margin-top: 30px;
    width: 870px;
    height: auto;
    padding-bottom: 30px;
}

.conner-main .con-1200 .con-video li {
    float: left;
    width: 185px;
    height: 250px;
    margin: 0px 15px;
    margin-bottom: 20px;
}

.conner-main .con-1200 .con-video li .video-img {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 190px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-video li .video-img:hover {
    width: 100%;
    border: 1px solid #337ab7;
    height: 190px;
}

.conner-main .con-1200 .con-video li .video-img img {
    width: 100%;
    height: 187px;
    padding: 3px;
}

.conner-main .con-1200 .con-video li h4 {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
}


/*产品中心*/

.conner-main .con-1200 .con-chanpin {
    float: right;
    margin-top: 30px;
    width: 870px;
    height: auto;
    padding-bottom: 30px;
}
.conner-main .con-1200 .con-chanpin .chanpin-man{
    
    width: 100%;
    height: auto;
   
	}
.conner-main .con-1200 .con-chanpin .chanpin-man li {
    float: left;
    width: 185px;
    height: 320px;
    margin: 0px 15px;
    margin-bottom: 20px;
	overflow: hidden;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 190px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img:hover {
    width: 100%;
    border: 1px solid #337ab7;
    height: 190px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img img {
    width: 100%;
    height: 187px;
    padding: 3px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}

@media (max-width: 768PX) {
	


/*智慧清洁 */

.main-zhihui {
    padding: 55px 0 55px;
    width: auto;
    max-width: 100%;
    _width: 100%;
    margin: 0px auto;
    height: auto;
}

.main-zhihui h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.main-zhihui h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.main-zhihui h4 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.main-zhihui .w1200 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main-zhihui .w1200 li {
	float:left;
    width: 45%;
    height: 220px;
    float: left;
    margin: 0px 5px 0px 5px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.main-zhihui .w1200 li:hover {
    width: 45%;
    height: 216px;
    float: left;
    border: 1px solid #f9f9f9;
    margin: 0px 5px 0px 5px;
    background: #fff;
}

.main-zhihui .w1200 li .w240 {
    width: 96%;
    height: 210px;
    margin: 5px 5px;
}

.main-zhihui .w1200 li .w240 .img {
    width: 100%;
    height: 150px;
}

.main-zhihui .w1200 li .w240 .img img {
    width: 100%;
    height: 150px;
}

.main-zhihui .w1200 li a {}

.main-zhihui .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.main-zhihui i {
    text-align: center;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}

.main-zhihui>em {
    display: block;
    width: 35px;
    height: 2px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #333;
    display: none;
}

.main-zhihui-more {
    float: none;
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.main-zhihui-more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    padding: 0 35px;
    border: 1px solid #ccc;
    color: #999;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}

.main-zhihui-more a:hover,
.main-zhihui-more a:active {
    background-color: #0076d1;
    border-color: #0076d1;
    color: #fff;
    text-decoration: none;
}

/*智慧清扫机手机端*/

.main-qingsao {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 55px 0 0px;
	overflow: hidden;
}

.main-qingsao h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.main-qingsao h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.main-qingsao h4 {
    width: 96%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    padding-bottom: 30px;
}

.main-qingsao .w1200 {
    width: 100%;
    margin: 0px auto;
}

.main-qingsao .w1200 li {
    width: 46%;
    height: 310px;
    float: left;
    margin: 0px 2%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-qingsao .w1200 li .w240 {
    width: 98%;
    height: 160px;
    margin: 1% 1%;
}

.main-qingsao .w1200 li .w240 .img {
    width: 100%;
    height: 160px;
}

.main-qingsao .w1200 li .w240 .img img {
    width: 100%;
    height: 160px;
}

.main-qingsao .w1200 li a {}

.main-qingsao .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.main-qingsao .w1200 li .w240 .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
}

.main-qingsao .w1200 li .w240 .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}

.main-qingsao .w1200 li .w240 .jiage {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.main-qingsao1 {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 55px 0 55px;
	overflow: hidden;
}

.main-qingsao1 .w1200 {
    width: 100%;
    margin: 0px auto;
}

.main-qingsao1 .w1200 li {
    width: 46%;
    height: 310px;
    float: left;
    margin: 0px 2%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-qingsao1 .w1200 li .w240 {
    width: 98%;
    height: 160px;
    margin: 1% 1%;
}

.main-qingsao1 .w1200 li .w240 .img {
    width: 100%;
    height: 160px;
}

.main-qingsao1 .w1200 li .w240 .img img {
    width: 100%;
    height: 160px;
}

.main-qingsao1 .w1200 li a {}

.main-qingsao1 .w1200 li .w240 .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.main-qingsao1 .w1200 li .w240 .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
    margin-top: 10px;
}

.main-qingsao1 .w1200 li .w240 .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}

.main-qingsao1 .w1200 li .w240 .jiage {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/*手机端*/
	
    .conner-main {
        background: #f9f9f9;
        height: 100%;
    }
    .conner-main .con-1200 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0px auto;
        background: #fff;
        padding: 30px 10px;
    }
    .conner-main .con-1200 .con-aci {
        width: 100%;
        height: 34px;
        line-height: 35px;
        padding-left: 15px;
        margin: 0px auto;
        border-radius: 5px;
        background: #f2f2f2;
    }
    .conner-main .con-1200 .con-left {
        margin-top: 30px;
        width: 98%;
        height: auto;
        padding-bottom: 30px;
        border-left: none;
    }
    .conner-main .con-1200 .con-right {
        display: none;
    }
    /*liebiao*/
    .conner-main .con-1200 .con-left-x {
        float: right;
        margin-top: 30px;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .conner-main .con-1200 .con-left-x .main-title {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #d1d1d1;
    }
    .conner-main .con-1200 .con-left-x .main-title .img {
        float: left;
        width: 25%;
        height: 110px;
        border: 1px solid #d1d1d1;
        padding: 3px;
        border-radius: 3px;
    }
    .conner-main .con-1200 .con-left-x .main-title .img img {
        width: 100%;
        height: 102px;
    }
    .conner-main .con-1200 .con-left-x .main-title .img:hover {
        width: 25%;
        height: 110px;
        border: 1px solid #337ab7;
        padding: 3px;
        border-radius: 3px;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left {
        float: left;
        width: 70%;
        height: 110px;
        padding: 3px;
        margin-left: 8px;
        border-radius: 3px;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left h4 {
        width: 100%;
        height: 24px;
        float: left;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left h4 a {
        float: left;
        color: #337ab7;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        font-size: 16px;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left h4 a:hover {
        float: left;
        font-size: 16px;
        color: #337ab7;
        font-weight: bold;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left .time {
        color: #999;
        font-size: 12px;
        line-height: 24px;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left a {
        color: #999;
        float: right;
        font-size: 12px;
    }
    .conner-main .con-1200 .con-left-x .main-title .title-left a:hover {
        color: #666;
        float: right;
        font-size: 12px;
    }
    /*视频中心*/
    .conner-main .con-1200 .con-video {
        float: right;
        margin-top: 30px;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
	.conner-main .con-1200 .con-video .video-man{
        width: 100%;
        height: auto;
    }
    .conner-main .con-1200 .con-video .video-man li {
        float: left;
        width: 90%;
        margin: 0px 15px;
        margin-bottom: 20px;
    }
    .conner-main .con-1200 .con-video .video-man li .video-img {
        width: 100%;
        border: 1px solid #d1d1d1;
        height: 190px;
        border-radius: 3px;
    }
    .conner-main .con-1200 .con-video .video-man li .video-img:hover {
        width: 100%;
        border: 1px solid #337ab7;
        height: 190px;
    }
    .conner-main .con-1200 .con-video .video-man li .video-img img {
        width: 100%;
        padding: 8px;
    }
    .conner-main .con-1200 .con-video .video-man li h4 {
        width: 100%;
        line-height: 24px;
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }
	
	/*手机端产品中心*/

.conner-main .con-1200 .con-chanpin {
    float: right;
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.conner-main .con-1200 .con-chanpin .chanpin-man{ 
    width: 100%;
    height: auto;
	}
.conner-main .con-1200 .con-chanpin .chanpin-man li {
    float: left;
    width: 44%;
    height: 310px;
    margin: 0px 10px;
    margin-bottom: 20px;
	overflow: hidden;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 190px;
    border-radius: 3px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img:hover {
    width: 100%;
    border: 1px solid #337ab7;
    height: 190px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .video-img img {
    width: 100%;
    height: 187px;
    padding: 3px;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title1 {
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: center;
}

.conner-main .con-1200 .con-chanpin .chanpin-man li .title2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
}
}


/*FOOTER*/

.yunu-section {
    padding: 75px 0;
}

.yunu-section-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0;
}

.yunu-section-title small {
    display: block;
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 14px;
}

.yunu-section-title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 48px;
    padding: 0 20px;
}

.yunu-section-title span:before,
.yunu-section-title span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 133px;
    height: 9px;
    margin-top: -5px;
    background: no-repeat center;
}

.yunu-section-title span:before {
    right: 100%;
    background-image: url(../images/tit1.png);
}

.yunu-section-title span:after {
    left: 100%;
    background-image: url(../images/tit2.png);
}

.yunu-section-title p {
    margin: 0;
    font-size: 20px;
    color: #666;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.yunu-link {
    padding: 10px 0 30px;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 55px;
    font-size: 18px;
    color: #0060b7;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer {
    background: url(../images/foot_bg.jpg) repeat-x center 0;
}

.footer-top {
    height: 250px;
    padding-top: 45px;
    color: #fff;
}

.footer-top a {
    color: #fff;
}

.footer-nav {
    float: left;
    width: 180px;
}

.footer-nav a {
    display: block;
    font-weight: bold;
    line-height: 32px;
}

.footer-ewm {
    float: left;
    width: 250px;
    margin-top: 20px;
    height: 115px;
    text-align: center;
    font-size: 0;
    line-height: 115px;
}

.footer-ewm p {
    display: inline-block;
    vertical-align: middle;
}

.footer-ewm span,
.footer-ewm img {
    text-align: left
}

.footer-ewm span {
    line-height: 1.2;
    font-size: 14px;
    width: 20px;
    padding: 0 10px 0 0;
}

.footer-ewm img {
    height: 110px;
    width: auto;
}

.footer-info {
    float: left;
    margin-left: 50px;
    width: 370px;
}

.footer-info h4 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.footer-info p {
    margin: 8px 0 0;
    padding: 5px 0 5px 40px;
    background: no-repeat 0 center;
}

.footer-info p.i1 {
    background-image: url(../images/foot1.png);
}

.footer-info p.i2 {
    background-image: url(../images/foot2.png);
}

.footer-info p.i3 {
    background-image: url(../images/foot3.png);
}

.footer-logo {
    float: left;
    width: 170px;
    padding-top: 30px;
    margin-right: 100px
}

.footer-bottom {
    padding: 19px 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.index-row {
    padding: 50px 0;
}

.index-row .main-title {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 768PX) {
    /*FOOTER*/
    .yunu-section {
        display: none;
    }
    .container {
        width: 1200px;
        margin: 0 auto;
    }
    .yunu-link {
        padding: 10px 0 30px;
    }
    .yunu-link h4 {
        border-bottom: 1px solid #ddd;
        margin: 0;
        line-height: 55px;
        font-size: 18px;
        color: #0060b7;
    }
    .yunu-link h4 small {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #999;
    }
    .yunu-link ul {
        margin-left: -20px;
    }
    .yunu-link li {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }
    .footer {
        background: url(../images/foot_bg.jpg) repeat-x center 0;
    }
    .footer-top {
        height: 250px;
        padding-top: 45px;
        color: #fff;
    }
    .footer-top a {
        color: #fff;
    }
    .footer-nav {
        display: none;
    }
    .footer-nav a {
        display: block;
        font-weight: bold;
        line-height: 32px;
    }
    .footer-ewm {
        display: none;
    }
    .footer-ewm p {
        display: inline-block;
        vertical-align: middle;
    }
    .footer-ewm span,
    .footer-ewm img {
        text-align: left
    }
    .footer-ewm span {
        line-height: 1.2;
        font-size: 14px;
        width: 20px;
        padding: 0 10px 0 0;
    }
    .footer-ewm img {
        height: 110px;
        width: auto;
    }
    .footer-info {
        float: left;
        margin-left: 30px;
        width: 370px;
    }
    .footer-info h4 {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .footer-info p {
        margin: 8px 0 0;
        padding: 5px 0 5px 40px;
        background: no-repeat 0 center;
    }
    .footer-info p.i1 {
        background-image: url(../images/foot1.png);
    }
    .footer-info p.i2 {
        background-image: url(../images/foot2.png);
    }
    .footer-info p.i3 {
        background-image: url(../images/foot3.png);
    }
    .footer-logo {
        display: none;
    }
    .footer-bottom {
        padding: 19px 0;
    }
}

.con-left .yunu-infocontent {
    margin-bottom: 30px;
}

.con-left .yunu-infocontent-title {
    margin-bottom: 20px;
    text-align: center;
}

.con-left .yunu-infocontent-title h1 {
    margin: 0;
    font-size: 24px;
}

.con-left .yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
}

.yunu-infocontent-title p span {
    padding: 0 5px;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
    width: 100%;
}

.yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
}

.yunu-infocontent-epx {
    margin-bottom: 20px;
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px;
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal;
}

.yunu-infocontent-return {
    border-top: 1px solid #333;
    line-height: 32px;
}

.yunu-infocontent-return a {
    margin-right: 10px;
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 0 10px;
}

.yunu-infocontent-rem {
    margin-bottom: 20px;
}

.yunu-infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px;
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
}

.yunu-infocontent-rem li span {
    float: right;
}


/*分页代码*/

.my_pages {
    clear: both!important;
    padding: 5px 0 0;
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
	
}

.my_pages ul {
    text-align: center;
    list-style: none;
}

.my_pages ul li {
    list-style: none;
    text-align: center;
    height: 24px;
    display: inline;
    margin: 0 2px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    float: left;
}

.my_pages ul li a {
    background: #fff;
    color: #555;
    display: inline;
    height: 24px;
    overflow: hidden;
    padding: 6px 10px;
    margin: 0;
}

.my_pages ul li a:hover {
    color: #fff;
    background: #FF6600;
    border: #FF6600 1px solid;
    height: 24px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.my_pages ul li.thisclass a {
    background: #FF6600;
    border: #FF6600 1px solid;
    height: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
}

.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}
.kefu li a {
	text-decoration: none;
	color: #FFF;
}
.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}
.kefu li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}
.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}
.kefu .kefu-qq i {
	background-position: 4px 5px;
}
.kefu .kefu-tel i {
	background-position: 0 -21px;
}
.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}
.kefu .kefu-weixin i {
	background-position: -34px 4px;
}
.kefu .kefu-weibo i {
	background-position: -30px -22px;
}
.kefu .kefu-ftop {
	display: none;
}
.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.kefu .kefu-right {
	width: 20px;
}
.kefu .kefu-tel-main {
	background: #0d77e5;
	color: #fff;
	height: 70px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-main {
	background: #0d77e5;
	width: 97px;
	height: 70px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}



/*补充应用方案*/
.gallery-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}
.gallery-bg h2 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.gallery-bg h3 {
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.gallery{
  width: 100%;
  max-width: 1200px;
  min-height:80vh;
  margin: 2rem auto;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-item{

  width: 390px;
  height: 250px;
  margin: 5px;
  background: #000;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.gallery-item-image{
  position: absolute;
  width: 100%;
  height: 100%;
  background: lightblue;
  z-index:20;
  -webkit-transition:all .5s ease;
  transition: all .5s ease;
  bottom:0;
  overflow: hidden;
}
.gallery-item-image img{

  width: 100%;
  height: 100%;

}
.gallery-item:hover .gallery-item-image{
  bottom: 40px;
}

.gallery-item-description{
  color:white;
  font-size: .8rem;
  width: 100%;
  height: 40px;
  padding: .5rem .8rem;
  background: #0d77e5;
  position: absolute;
  bottom:0; text-align:center;
}


@media (max-width: 768PX) {
	
/*补充应用方案手机版*/
.gallery{
  width: 100%;
  max-width: 100%;
  min-height: 80vh;
  margin: 2rem auto;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-item{
float:left;

  width: 45%;
  height: 180px;
  margin: 5px;
  background: #000;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery-item-image{
  position: absolute;
  width: 100%;
  height: 100%;
  background: lightblue;
  z-index:20;
  -webkit-transition:all .5s ease;
  transition: all .5s ease;
  bottom:0;
  overflow: hidden;
}
.gallery-item-image img{

  width: 100%;
  height: 100%;

}
.gallery-item:hover .gallery-item-image{
  bottom: 40px;
}

.gallery-item-description{
  color:white;
  font-size: .8rem;
  width: 100%;
  height: 40px;
  padding: .5rem .8rem;
  background: #3498DB;
  position: absolute;
  bottom:0;
  text-align:center;
}
	
}