.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    line-height: 68px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    z-index: 999;
    background: #fff;
}

.menu-button {
    position: absolute;
    height: 36px;
    width: 30px;
    cursor: pointer;
    top: 23px;
    left: 16px;
}

.menu-button:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    border-bottom: 9px double #999;
    border-top: 3px solid #999;
    width: 25px;
    height: 3px;
}

.service {
    width: 34px;
    overflow: hidden;
    position: absolute;
    top:14px;
    right: 16px;
}
.service img {
    width: 34px;
}
.toolhand {
    position: absolute;
    top: 45%;
    left: 63%;
    text-align: center;
    color: #fff;
    z-index: 3333;
    font-size: 12px;
    letter-spacing: 4px;
}
.iconhand {
    background: url(../../images/icon-hand.png) no-repeat center;
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

/*---------侧边栏------------*/
section {
    margin: 4em 0;
    box-shadow: inset -22px 0 10px -12px #ddd;
}
.sidebar {
    margin: 0;
    padding-top: 5em;
    color: #555;
    background-color: #fff;
}

.subNav {
    cursor: pointer;
    line-height: 4em;
    border-top: 0.01em solid #ddd;
    overflow: hidden;
    height: 4em;
}
.subNav.active {
    background: #2588d9;
}
.subNav.active h6 {
    color: #fff;
}
.subNav h6 {
    margin: 0 .8em;
    margin-left: 2em;
    padding: 0;
    font-weight: 300;
    font-size: 1.4em;
    color: #999;
}
.subNav.active h6 a {
    color: #fff;
}
.subNav h6 a {
    color: #999;
    display: inline-block;
    width: 90%;
}
.navContent {
    display: none;
    margin-top: 0;
    background: #f8f8f8;
}
.navContent.on {
    display: block;
}
.navContent li {
    line-height: 4em;
    border-top: 0.01em solid #ddd;
}
.navContent li a {
    color: #555;
    font-size: 1.4em;
    font-weight: 300;
    margin-left: 3em;
    display: inline-block;
    width: 70%;
}
.navContent li.on {
    background: #2588d9;
}
.navContent li.on a {
    color: #fff;
}
.subNav.active .icon-plus {
    background: url(../../images/icon-minus.png) no-repeat center;
}
.icon-plus {
    background: url(../../images/icon-plus.png) no-repeat center;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3.6em;
    left: 17em;
}


.btit {
    width: 100%;
    font-size: 1.8em;
    color: #333;
    text-align: center;
}
.bstit {
    width: 100%;
    font-size: 1.2em;
    color: #999;
    text-align: center;
    margin: 1em auto;
}
.stit {
    width: 100%;
    font-size: 0.95em;
    color: #999;
    text-align: center;
}

.service-item {
    position: relative;
    overflow: hidden;
    margin: 0em auto;
}
.serviceimg {
    width: 92%;
    position: relative;
    margin: 0 auto;
}
.serviceimg img {
    width: 100%;
}
.servicetit {
    font-size: 1.6em;
    color: #333;
    text-align: center;
    margin: 0.6em auto;
    margin-bottom: 0;
}
.serviceline {
    position: relative;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.serviceline p{
    text-align: center;
}
.serviceline img {
    width: 30px;
    height: 4px;
}
.servicewords {
    text-align: center;
    color: #999;
    font-size: 1.2em;
    margin: 0.5em auto;
}
.contentbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 4em;
}
.contentbtn a {
    font-size: 1.5em;
    color: #fff;
    background: #2588d9;
    padding: 0.5em 3em;
}
.service-prev {
    background: url(../../images/index-service-prev.png);
    width: 27px;
    height: 32px;
    position: relative;
    margin-left: 1em;
    margin-top: -7em;
    z-index: 250;
    float: left;
}
.service-next {
    background: url(../../images/index-service-next.png);
    width: 27px;
    height: 32px;
    position: absolute;
    margin-right: 1em;
    margin-top: -7em;
    z-index: 250;
    right:0px;
}

.casebg {
    background: #f6f6f6;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}
.casewrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.caselist {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 1.2em;
}
.caselist li {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    text-align: left;
    margin-bottom: 1.3em;
}
.caselist li img {
    width: 100%;
}

.casetit {
    width: 90%;
    font-size: 1.3em;
    color: #555;
    margin-top: 0.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.casetime {
    color: #999;
    font-size: 1.1em;
}
.contentwords {
    width: 90%;
    position: relative;
    overflow: hidden;
    word-break: break-all;
    margin: 1.8em auto;
}
.contentwords p {
    color: #888;
    font-size: 1.1em;
    line-height: 2em;
}
.companyimg {
    width: 100%;
    margin: 1.5em auto;
}
.companyimg img {
    width: 100%;
}

.indexblueblock {
    width: 100%;
    height: 8em;
    background: #2588d9;
    margin-top: -9em;
}

.honorbg {
    background: url(../img/default/honorbg.png) no-repeat center;
    width: 100%;
    padding-top: 2em;
}
.honorscroll {
    width: 95%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 2em;
}
.honorscroll .swiper-slide {
    width: 45%;
    overflow: hidden;
    display: block;
}
.honorscroll .swiper-slide img {
    width: 100%;
}
.honorscroll .swiper-pagination-bullet.swiper-pagination-bullet-active, .advantagescroll .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2588d9 !important;
}

.honor-pagination {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 1.5em;
}

.advantagescroll {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.6em;
    overflow: hidden;
}
.advantagescroll .swiper-slide {
    width: 100%;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
}
.advantagescroll .swiper-slide .advimg img {
    width: 100%;
}

.advtit {
    color: #333;
    font-size: 1.4em;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}
.advantage-pagination {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0.5em;
}
.advstit {
    color: #888;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}
.advstit p{
    background: url(../../images/ye.jpg) no-repeat left center;
    padding-left: 5%;
}
.iconleaf {
    background: url(../../images/icon-leaf.png) no-repeat center;
    width: 13px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.3em;
}

.newswrap {
    margin: 0 auto;
    margin-top: 1.5em;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin-bottom: 1.5em;
}
.newslist li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    display: block;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.newimg {
    width: 38%;
    position: relative;
    overflow: hidden;
    margin-right: 3%;
}
.newimg img {
    width: 100%;
}
.newinfo {
    position: relative;
    overflow: hidden;
    width: 59%;
}
.newtit {
    margin-top: 0.3em;
    font-size: 1.3em;
    color: #333;
}
.newtime {
    color: #999;
    font-size: 0.8em;
}
.newdesc {
    margin-top: 0.8em;
    font-size: 1em;
    color: #666;
}

.feedform {
    width: 94%;
    margin: 1.5em auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.form-inpt {
    width: 100%;
    position: relative;
    margin-bottom: 1.3em;
}
.form-inpt input {
    width: 96%;
    border: 0.01em solid #9c9c9c;
    font-size: 1.1em;
    color: #8d8d8d;
    padding: 0.4em 0;
    padding-left: 3%;

}
.form-textarea {
    width: 100%;
    position: relative;
    margin-bottom: 1.3em;
}
.form-textarea textarea {
    width: 96%;
    border: 0.01em solid #9c9c9c;
    font-size: 1.1em;
    color: #8d8d8d;
    padding: 0.4em 0;
    padding-left: 3%;
}
.form-btn {
    width: 100%;
    position: relative;
}
.form-btn button {
    width: 100%;
    border: none;
    background: #2588d9;
    color: #fff;
    padding: 0.6em 0;
    font-size: 1.2em;
}
.form-notice {
    width: 100%;
    position: relative;
    margin-top: 0.5em;
    text-align: center;
    color: #b4b4b4;
    font-size: 0.8em;
    line-height: 1em;
}
.form-lock {
    background: url(../../images/icon-lock.png) no-repeat center;
    width: 18px;
    height: 22px;
    vertical-align: middle;
    margin-right: 0.2em;
    background-size: 66%;
}
.footerbg {
    background: #f6f6f6;
    padding-top: 1.6em;
    padding-bottom: 1em;
}
.ftit {
    width: 100%;
    font-size: 1.3em;
    color: #888;
    text-align: center;
    margin-bottom: 0.4em;
}
.faddress {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #888;
    margin-bottom: 0.4em;
}
.icon-address {
    background: url(../../images/icon-location.png) center no-repeat;
    width: 19px;
    height: 25px;
    background-size: 70%;
    vertical-align: middle;
    margin-right: 0.2em;
}
.ftel {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
.ftel a {
    color: #2588d9;
    text-decoration: underline;
}
.icon-trans-tel {
    background: url(../../images/icon-trans-tel.png) center no-repeat;
    width: 22px;
    height: 22px;
    background-size: 70%;
    vertical-align: middle;
    margin-right: 0.2em;
}

.fcopy {
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    color: #999;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    padding-bottom: 4em;
}
.fshare {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fshare a {
    margin-left: 12%;
}
.icon-sina {
    background: url(../../images/icon-sina.png) no-repeat center;
    width: 62px;
    height: 62px;
    background-size: 55%;
    float: left;
}
.icon-wechat {
    background: url(../../images/icon-wechat.png) no-repeat center;
    width: 62px;
    height: 62px;
    background-size: 55%;
    float: left;
}
.icon-qq {
    background: url(../../images/icon-qq.png) no-repeat center;
    width: 62px;
    height: 62px;
    background-size: 55%;
    float: left;
}

.sharemask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.66);
}
.sharemask .tips {
    position: relative;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    margin-top: 120%;
}

.icon-sharedot {
    background: url(../../images/icon-top-share.png) no-repeat center;
    width: 330px;
    height: 228px;
    background-size: 70%;
    position: absolute;
    top: 0;
    right: 0;
}

.icon-bottom-share {
    background: url(../../images/icon-bottom-share.png) no-repeat center;
    width: 32px;
    height: 32px;
    background-size: 100%;
    position: absolute;
    bottom: 1em;
    left: 45%;
}
.navfixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 666;
    background: #2588d9;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.20);
}
.navwrap li {
    display: inline-block;
    border-right: 1px solid #fff;
    width: 32%;
    text-align: center;
    vertical-align: middle;
    line-height: 4em;
}
.navwrap li:nth-child(3)
{
    border-right: none;
}
.navwrap li a {
    color:#fff;
    font-size: 1.2em;
}

.navwrap li img {
    vertical-align: middle;
    margin-left: 0.5em;
}



/*--------------关于我们-------------------*/
.container {
    width: 90%;
    margin: 1em auto;
    position: relative;
    overflow: hidden;
}
.container img {
    width: 100%;
}
.container  p {
    font-size: 1.3em;
    color: #777;
    line-height: 2em;
    margin: 0.8em 0;
    word-break: break-all;
}
.container  p span{
    font-size: 1.4em;
    color: #2588d9;
    margin-right: 0.3em;
}

.sepline {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #888;
    margin: 2.5em 0;
}

.subtit {
    width: 100%;
    border-left: 2px solid #2588d9;
    overflow: hidden;
    position: relative;
    padding-left: 1em;
}
.sub1 {
    font-size: 1.5em;
    color: #333;
    text-align: left;
}
.sub2 {
    font-size: 0.95em;
    color: #999;
    text-align: left;
}

.honor1-prev ,.honor2-prev {
    background: url(../../images/index-service-prev.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 1em;
    margin-top: -9em;
    z-index: 250;
    float: left;
}
.honor1-next, .honor2-next {
    background: url(../../images/index-service-next.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 1em;
    margin-top: -9em;
    z-index: 250;
    float: right;
}
.honor2-prev {
    background: url(../../images/index-service-prev.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 1em;
    margin-top: -17em;
    z-index: 250;
    float: left;
}
.honor2-next {
    background: url(../../images/index-service-next.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 1em;
    margin-top: -17em;
    z-index: 250;
    float: right;
}

.matit {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 1.45em;
    color: #333;
    margin-top: 0.8em;
}
.mabline {
    width: 14%;
    height: 3px;
    border-bottom: 2px solid #2588d9;
    margin: 0.5em 0;
}
.masubtit {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 1.4em;
    color: #555;
    margin-top: 1.3em;
}


/*----------------------产品中心--------------------*/
.probanner {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}
.probanner img {
    width: 100%;
}

.prolist {
    width: 94%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    box-shadow:-2px 0 3px 0 rgba(0, 0, 0, 0.20), /*左边阴影*/
    2px 0 3px 0 rgba(0, 0, 0, 0.20), /*右边阴影*/
    0 3px 20px 0 rgba(0, 0, 0, 0.20), /*底边阴影*/
    0 -3px 20px 0 rgba(0, 0, 0, 0.20); /*底边阴影*/
    margin-bottom: 2.8em;
}
.prolist img {
    width: 100%;
    display: block;
}
.prltit {
    width: 100%;
    margin-top: 0.8em;
    padding-left: 0.5em;
    padding-bottom: 0.8em;
    color: #555;
    font-size: 1.2em;
    border-bottom: 1px #ccc solid;
}
.prlitem {
    width: 49%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    padding-top: 1em;
    padding-bottom: 1em;
}


/*-----------------车用------------------*/
.conimg {
    margin: 1.5em auto;
    position: relative;
}
.cataimg {
    position: relative;
    overflow: hidden;
    font-size: 0;
    display: block;
}
.cataimg img {
    display: block;
    width: 100%;
}



/*------------------检测治理----------------------*/
.denav {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.denav li {
    display: inline-block;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}
.de-stbline {
    width: 6%;
    height: 3px;
    border-bottom: 2px solid #2588d9;
    margin-top: 0.4em;
}
.deitembg {
    background: url(../img/default/de-pic3.png) no-repeat center;
    width: 100%;
    height: 45%;
    padding-top: 2em;
}
.deitemlist li {
    display: inline-block;
    width: 32.5%;
    position: relative;
    overflow: hidden;
}

.indoorscrool {
    width: 85%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.indoor-pagination {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.inblr {
    width: 100%;
    height: 25%;
    display: block;
    background: #2588d9;
    border-top: 8em solid #2588d9;
    margin-top: -8em;
    z-index: -5;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}

.indoorbg1 {
    background: #f6f6f6;
    padding-top: 2em;
    padding-bottom: 2em;
}


/*-------------------------招商加盟开始-------------------------*/
.joinnav {
    position: fixed;
    top:68px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 55;
}
.joinall {
    color: #fff;
    font-size: 1.4em;
    background: #2588d9;
    line-height: 2.8em;
    padding-left: 1em;
}
.joinlist {
    display: none;
}

.joinavarr {
    background: url(../../images/icon-join-arrowdown.png) no-repeat center;
    width: 25px;
    height: 14px;
    background-size: 70%;
    position: absolute;
    right: 3px;
    top: 15px;
}
.joinlist {
    background: #fff;
    font-size: 1.2em;
    line-height: 2.8em;
    width: 100%;
    text-align: center;
}
.joinlist li {
    padding-left: 1em;
    border-bottom: 1px solid #ccc;
}
.joinlist li.on {
    background: #f2f2f2;
}
.joinlist li a {
    color: #555;
    line-height: 2.8em;
    width: 100%;
    display: inline-block;
}

.join4wrapper div{
    position: relative;
    display: block;
    margin-top: 1.8em;
    margin-bottom: 1.5em;
    overflow: hidden;
}

/*------------联系我们---------------*/
#map {
    margin-top: 68px;
    position: relative;
    height: 300px;
    width: 100%;
}

.contactnav {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    margin-top: -50px;
    z-index: 44;
    background: #fff;
}
.contactnav li {
    padding: 1em 0;
    display: inline-block;
    width: 24%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    height: 160px;
}

.contn1 img {
    width: 40px;
}
.contn2 {
    font-size: 1.1em;
    color: #333;
}
.contn3 {
    width: 92%;
    font-size: 0.8em;
    color: #999;
    overflow: hidden;
    word-break: break-all;
    margin: 0 auto;
}

/*-------------案例-新闻-详情页----------------*/
.showbar {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    vertical-align: middle;
}
.sb1 img {
    width: 40px;
    margin-top: 6px;
    margin-left: 15px;
    vertical-align: middle;
}
.sb2 {
    width: 50%;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    color: #555;
    font-size: 1.2em;
    margin-left: 1em;
    margin-top: 8px;
}
.sb3 {
    position: relative;
    margin-top: 18px;
    margin-right: 15px;
}
.sb3 a {
    color: #fff;
    background: #2588d9;
    font-size: 1em;
    padding: 5px 10px;
}
.casedetailbar .cdtit {
    font-size: 1.4em;
    color: #555;
}
.casedetailbar .cd-project {
   background: url(../../images/icon-project.png) center no-repeat;
    width: 40px;
    height: 30px;
    background-size: 22px;
    vertical-align: middle;
}
.casedetailbar .cd-time {
    background: url(../../images/icon-sdetail.png) center no-repeat;
    width: 40px;
    height: 30px;
    background-size: 22px;
    vertical-align: middle;
}
.cdtitle {
    color: #888;
    font-size: 1.2em;
    text-indent: 0.8em;
    margin-top: 0.4em;
}
.cd-change {
    position: relative;
    margin: 1em auto;
    text-align: left;
    font-size: 1.1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cd-change a {
    color: #888;
}

.cd-hotline {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    vertical-align: middle;
    text-align: center;
}
.cd-hotline ul {
    margin-top: 16px;
}
.cd-hotline li {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
}
.cd-hotline img {
    width: 20px;
    vertical-align: middle;
}
.cd-hotline .chlnum {
    color: #555;
}
.cd-hotline li a {
    color: #2588d9;
}

.article-list-page {
    width: 100%;
    position: relative;
    margin: 2em auto;
    overflow: hidden;
    text-align: center;
}
.article-list-page li {
    display: inline-block;
    margin-right: 0.5em;
}
.article-list-page li a, .article-list-page li.first.hidden a, .article-list-page li.last.hidden a  {
    background: #aaa;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.8em;
    font-size: 1.2em;
}
.article-list-page li a:hover, .article-list-page li.selected a {
    background: #2b87d2;
}
.article-list-page li.first a,.article-list-page li.last a  {
    background: #2b87d2;
}
.detail-show img {
    height: 250px;
}

/*---------------首页新增-----------------*/
.index_nav {
    margin-top: 68px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}
.index_nav li {
    float: left;
    width: 25%;
    background: #e9e9e9;
    text-align: center;
}
.index_nav li:nth-child(4), .index_nav li:nth-child(8) {
    border-right: none;
}
.index_nav li a {
    font-size: 1.2em;
    height: 2.8em;
    line-height: 2.8em;
    color: #999;
    margin: 1px 1px 0 0;
    background: #fff;
    display: block;
}
.index_nav li a.on {
    color: #2588d9;
}
.partnerscroll {
    width: 90%;
    margin: 0.8em auto;
    overflow: hidden;
}
.partnerscroll .partimg img {
    width: 100%;
}

.backmessage {
    font-size: 1em;
    color: #f33;
}

/*视频容器*/
.cljv {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
    display: none;
}
.cljv .v-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    margin: auto;
}








