﻿html, body
{
    -ms-overflow-style: scrollbar;
    line-height: 24px;
    font-size: 14px;
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6
{
    color: #333;
    font-family: Microsoft YaHei,simsun,Tahoma,Helvetica,Arial,"宋体",sans-serif;
    outline: none;
}
a, a:after, a:before
{
    color: #333;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
a:focus, a:hover
{
    color: #22c286;
    text-decoration: none;
    outline: none;
}
li
{
    list-style: none;
}
ul, li, p
{
    margin: 0;
    padding: 0;
}
img
{
    border: none;
}
.padding-none
{
    padding: 0!important;
}
.border-none
{
    border: none!important;
}
.display-none
{
    display: none!important;
}
.left-0
{
    left: 0!important;
}
.spin-90
{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.transition
{
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.container-fluid, .container
{
    padding: 0 8px;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.advantage
{
    width: 100%;
}
.logo h1
{
    margin: 20px 0 10px 0;
}
@media(min-width: 320px)
{
    .col-xs-5ths
    {
        width: 20%;
        float: left;
    }
    .menu-box
    {
        position: relative;
        height: auto;
        background: #05a066;
        line-height: 48px;
    }
    .menu-box .m-menu>ul>li
    {
        padding: 0;
        border-left: 1px solid #048857;
        border-bottom: 1px solid #048857;
    }
    .menu-box .m-menu>ul>li:nth-child(3n+1)
    {
        border-left: none;
    }
    .menu-box .m-menu>ul>li a
    {
        display: block;
        color: #fff;
    }
    .menu-box .m-menu>ul>li.on a, .menu-box .m-menu>ul>li:hover a
    {
        background: #22c286;
    }
    .menu-box .m-menu>ul>li.off a
    {
        background: none;
    }
    .left-box, .right-box
    {
        padding: 0;
    }
    .index .product
    {
        padding: 32px 0 16px 0;
        background: #eff4f7;
    }
    .index .product .left-box .title
    {
        margin-bottom: 16px;
        padding-bottom: 8px;
        line-height: 32px;
    }
    .index .product .left-box .title span
    {
        display: block;
    }
    .index .product .left-box .title .byname
    {
        font-size: 24px;
        color: #666;
    }
    .index .product .left-box .title .name
    {
        font-size: 18px;
        color: #333;
    }
    .index .product .right-box
    {
        padding-top: 16px;
    }
    .index .product .right-box .list-box
    {
        margin: auto -8px;
    }
    .index .product .right-box .list
    {
        margin-bottom: 24px;
        padding: 0 8px;
    }
    .index .product .right-box .list a
    {
        display: block;
    }
    .index .product .right-box .list .pic
    {
        height: 122px;
        display: table-cell;
        vertical-align: middle;
        background: #fff;
    }
    .index .product .right-box .list .pic img
    {
        display: inline;
        width: 100%;
        height: auto;
    }
    .index .product .right-box .list a span
    {
        display: block;
        height: 40px;
        background: #22c286;
        line-height: 40px;
        text-align: center;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index .product .right-box .list a:hover span
    {
        background: #05a066;
    }
    .index .about
    {
        padding: 32px 0;
    }
    .index .about .left-box, .index .about .right-box
    {
        margin-top: 16px;
    }
    .index .about .title
    {
        position: relative;
        line-height: 40px;
        text-align: center;
    }
    .index .about .title .text
    {
        display: inline-block;
    }
    .index .about .title .text span
    {
        display: block;
    }
    .index .about .title .text .name
    {
        font-size: 28px;
    }
    .index .about .title .text .byname
    {
        position: relative;
        padding: 0 16px;
        background: #fff;
        text-transform: uppercase;
        font-size: 18px;
        color: #999;
        z-index: 2;
    }
    .index .about .title .line
    {
        position: absolute;
        bottom: 22px;
        width: 100%;
        height: 1px;
        background: #bcc1d1;
    }
    .index .about .right-box .info
    {
        height: 300px;
        overflow: hidden;
        line-height: 28px;
        text-indent: 2em;
        color: #888;
    }
    .index .about .left-box .pic img
    {
        min-height: 190px;
        border: 1px solid #ddd;
        padding: 3px;
    }
    .index .about .right-box .more
    {
        margin-top: 8px;
        line-height: 40px;
        color: #fff;
    }
    .index .about .right-box .more>div:first-child
    {
        background: #22c286;
        font-size: 14px;
    }
    .index .about .right-box .more>div:last-child
    {
        margin-top: 8px;
    }
    .index .about .right-box .more>div:last-child a
    {
        display: block;
        background: #bfcbd3;
        color: #fff;
    }
    .index .about .right-box .more>div:last-child a:hover
    {
        background: #98a2a9;
    }
    .index .news
    {
        padding: 32px 0;
        background: #eff4f7;
    }
    .index .news .news-box>.title
    {
        position: relative;
        margin-bottom: 8px;
        border-bottom: 2px solid #d8d8d8;
        line-height: 48px;
        color: #05a066;
    }
    .index .news .news-box>.title .name
    {
        position: absolute;
        padding: 0 4px;
        border-bottom: 2px solid #05a066;
        font-size: 24px;
    }
    .index .news .news-box>.title .more
    {
        position: relative;
        top: 2px;
    }
    .index .news .news-box>.title .more a
    {
        color: #818798;
    }
    .index .news .news-box>.title .more a span
    {
        margin-left: 4px;
        font-family: "simsun";
    }
    .index .news .news-box>.title .more a:hover
    {
        color: #22c286;
    }
    .index .news .news-box>.con
    {
        line-height: 40px;
    }
    .index .news .news-box>.con>ul>li
    {
        border-bottom: 1px dashed #c5c5c5;
    }
    .index .news .news-box>.con>ul>li a
    {
        display: block;
        position: relative;
        color: #666;
    }
    .index .news .news-box>.con>ul>li a .title:before
    {
        content: "·";
        margin-right: 8px;
        font-weight: 700;
    }
    .index .news .news-box>.con>ul>li a .date
    {
        color: #999;
    }
    .index .news .news-box>.con>ul>li a:hover, .index .news .news-box>.con>ul>li a:hover .date
    {
        color: #22c286;
    }
    .index .news .news-box>.con>ul>li a .title
    {
        width: 210px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .index .news .contact
    {
        position: relative;
        margin-top: 16px;
    }
    .index .news .contact .info
    {
        position: absolute;
        top: 50%;
        margin-top: -80px;
        padding: 16px;
        height: 160px;
        background: #2580ea;
        background: rgba(34,194,134,.85);
        font-size: 12px;
        color: #fff;
        overflow: hidden;
    }
    .index .news .contact .info .title
    {
        font-size: 20px;
    }
    .index .news .contact .info .title span:first-child
    {
        margin-right: 8px;
    }
    .index .news .contact .info .title span:last-child
    {
        margin-left: 8px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .index .news .contact .info .con
    {
        margin-top: 8px;
        line-height: 24px;
    }
    .index .news .contact .info .con span
    {
        display: block;
    }
    .page-box
    {
        padding: 32px 0;
        background: #f0f3f8;
    }
    .page-box .left0
    {
        left: 0!important;
    }
    .page-box .left-box
    {
        position: fixed;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100%;
        background: #05a066;
        z-index: 999;
    }
    .page-box .left-box .title
    {
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    .page-box .left-box .left-menu
    {
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 40px;
        overflow: scroll;
    }
    .page-box .left-box .left-menu .list
    {
        padding-bottom: 136px;
    }
    .page-box .left-box .left-menu a
    {
        color: #fff;
        font-size: 14px;
    }
    .page-box .left-box .left-menu .link
    {
        background: #22c286;
        line-height: 24px;
        font-size: 12px;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .page-box .left-box .left-menu .link+.link
    {
        border-top: 1px dashed #05a066;
    }
    .page-box .left-box .left-menu .link .link-list a
    {
        display: block;
        position: relative;
        padding-left: 16px;
    }
    .page-box .left-box .left-menu .link .link-list a:before
    {
        content: "·";
        position: absolute;
        left: 8px;
        font-weight: 700;
        color: #fff;
    }
    .page-box .left-box .contact
    {
        display: none;
    }
    .page-box .left-box .left-menu .Links1
    {
        padding: 8px;
    }
    .page-box .left-box .left-menu .Links1 li
    {
        color: #fff;
        line-height: 30px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-box .right-box .right-con
    {
        padding: 16px;
        background: #fff;
    }
    .page-box .right-box .right-con .title
    {
        border-bottom: 1px solid #ddd;
        line-height: 48px;
    }
    .page-box .right-box .right-con .title .name
    {
        max-width: 220px;
        height: 48px;
        font-size: 20px;
        overflow: hidden;
    }
    .page-box .right-box .right-con .title .name img
    {
        display: inline-block;
        position: relative;
        top: -1px;
    }
    .page-box .right-box .right-con .title .sitepath
    {
        position: relative;
        top: 2px;
    }
    .page-box .right-box .right-con .title .sitepath .link
    {
        color: #999;
    }
    .page-box .right-box .right-con .title .sitepath .link a
    {
        color: #999;
    }
    .page-box .right-box .right-con .title .sitepath .link a:hover, .page-box .right-box .right-con .title .sitepath .link a.on
    {
        color: #22c286;
    }
    .page-box .right-box .right-con .title .sitepath .link span
    {
        margin: auto 4px;
        font-size: 12px;
    }
    .page-box .right-box .right-con .title .sitepath .menu-link
    {
        color: #22c286;
        cursor: pointer;
    }
    .page-box .right-box .right-con .info
    {
        padding-top: 16px;
    }
    .page-box .right-box .right-con .info img
    {
        padding: 3px;
        border: 1px solid #ddd;
        max-width: 100%;
    }
    .gyxx .right-box .right-con .info img
    {
        padding: 0;
        border: none;
    }
    .page-box .right-box .right-con .details
    {
        padding: 16px 0;
    }
    .page-box .right-box .right-con .details .info-title
    {
        line-height: 32px;
        font-size: 18px;
    }
    .page-box .right-box .right-con .details .info-pic
    {
        margin: 16px auto;
    }
    .page-box .right-box .right-con .details .info-pic img
    {
        max-width: 80%;
        border: 1px solid #ddd;
    }
    .page-box .right-box .right-con .details .info-date
    {
        margin: 16px auto;
        background: #eee;
        line-height: 40px;
        color: #666;
    }
    .page-box.about .right-box .right-con .info img
    {
        max-width: 100%;
    }
    .page-box.product .right-box .list-box
    {
        margin: auto -8px;
    }
    .page-box.product .right-box .list
    {
        padding: 8px;
        text-align: center;
    }
    .page-box.product .right-box .list a
    {
        display: block;
    }
    .page-box.product .right-box .list a img
    {
        border: 1px solid #ddd;
        max-width: 100%;
        height: 127px;
    }
    .page-box.product .right-box .list a span
    {
        display: block;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .page-box.product .right-box .list a:hover img
    {
        border-color: #22c286;
    }
    .page-box.product .right-box .info-content img
    {
        max-width: 100%;
        border: none;
        padding: 0;
    }
    .page-box.product .right-box .list .tj-box
    {
        height: 156px;
        padding: 3px;
        border: 1px solid #ddd;
    }
    .page-box.product .right-box .list .tj-box img
    {
        max-width: 100%;
        width: auto;
        height: 100%;
        border: none;
        padding: 0;
    }
    .page-box.product .right-box .list .tj-box:hover
    {
        border-color: #22c286;
    }
    .page-box.news .right-box .list-box>ul>li a
    {
        display: block;
        position: relative;
        border-bottom: 1px dashed #ddd;
        line-height: 40px;
        color: #666;
    }
    .page-box.news .right-box .list-box>ul>li a span:first-child:before, .page-box.news .right-box .list-box>ul>li a span:nth-child(2):before
    {
        content: "·";
        margin-right: 4px;
        font-weight: 700;
    }
    .page-box.news .right-box .list-box>ul>li a .visible-xs-block
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-box.news .right-box .list-box>ul>li a:hover
    {
        color: #22c286;
    }
    .paging-first, .paging-last
    {
        display: none!important;
    }
    .paging-first, .paging-last, .paging-prev, .paging-next, .paging-num
    {
        padding: 4px 12px;
    }
    .paging a, .lang-page-on
    {
        padding: 4px 12px;
    }
}
@media(min-width: 768px)
{
    .col-sm-5ths
    {
        width: 20%;
        float: left;
    }
    .menu-box
    {
        height: 48px;
    }
    .index .product .left-box, .index .product .right-box
    {
        height: 429px;
        overflow: hidden;
    }
    .left-box
    {
        padding-left: 0;
        padding-right: 16px;
    }
    .right-box
    {
        padding-left: 16px;
        padding-right: 0;
    }
    .index .product, .index .about, .index .news
    {
        padding: 48px 0;
    }
    .index .product .left-box .title
    {
        padding-top: 10px;
        margin-bottom: 0;
        background: #05a066;
    }
    .index .product .left-box .title .byname
    {
        color: #fff;
    }
    .index .product .left-box .title .name
    {
        color: #fff;
    }
    .index .product .left-box .list
    {
        line-height: 40px;
        background: #fff;
        min-height: 347px;
    }
    .index .product .left-box .list>ul
    {
        padding: 0 25px;
    }
    .index .product .left-box .list>ul>li
    {
        border-bottom: 1px dashed #c5c5c5;
        overflow: hidden;
    }
    .index .product .left-box .list>.nav1 .Links1
    {
        padding-bottom: 10px;
    }
    .index .product .left-box .list>ul>li>a
    {
        display: block;
        position: relative;
        color: #666;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .index .product .left-box .list>ul>li>a:before
    {
        content: ">";
        font-weight: 700;
        margin-right: 8px;
        font-family: "simsun";
        color: #22c286;
    }
    .index .product .left-box .list .index .product .left-box .list>ul>li>a:hover
    {
        color: #22c286;
    }
    .index .product .left-box .list .Links1 li
    {
        padding-left: 13px;
    }
    .index .product .left-box .list .Links1 li a
    {
        display: block;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        color: #666;
        background: url(../image/a_ns02.gif) no-repeat 0 14px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index .product .left-box .list .Links1 li a:hover
    {
        color: #22c286;
    }
    .index .product .left-box .list .more
    {
        width: 272px;
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 40px;
        text-align: center;
    }
    .index .product .left-box .list .more a
    {
        display: block;
        background: #bfcbd3;
        color: #fff;
    }
    .index .product .left-box .list .more a:hover
    {
        background: #22c286;
    }
    .index .product .right-box
    {
        padding-top: 0;
    }
    .index .product .right-box .list-box
    {
        margin: auto -16px;
        padding-top: 8px;
    }
    .index .product .right-box .list
    {
        margin-bottom: 34px;
        padding: 0 16px;
    }
    .index .product .right-box .list .pic
    {
        width: 188px;
        height: 153px;
        display: table-cell;
        vertical-align: middle;
        background: #fff;
    }
    .index .product .right-box .list .pic img
    {
        display: inline;
        width: 100%;
        height: auto;
    }
    .index .about .left-box, .index .about .right-box
    {
        height: 200px;
        overflow: hidden;
    }
    .index .about .left-box .pic img
    {
        min-height: 190px;
        border: 1px solid #ddd;
        padding: 3px;
    }
    .index .about .right-box .info
    {
        height: 155px;
        overflow: hidden;
        line-height: 28px;
        text-indent: 2em;
        color: #888;
    }
    .index .about .right-box .more
    {
        margin-top: 0;
    }
    .index .about .right-box .more>div:first-child
    {
        font-size: 18px;
    }
    .index .about .right-box .more>div:last-child
    {
        margin-top: 0;
    }
    .index .news .news-box>.con
    {
        line-height: 48px;
    }
    .index .news .left-box, .index .news .right-box
    {
        height: 353px;
        overflow: hidden;
    }
    .index .news .news-box>.con>ul>li a .title
    {
        width: 400px;
    }
    .index .news .contact
    {
        margin-top: 0;
    }
    .index .news .contact .pic img
    {
        width: 100%;
        min-height: 353px;
    }
    .index .news .contact .info
    {
        margin-top: -110px;
        padding: 32px;
        height: 220px;
        font-size: 14px;
    }
    .index .news .contact .info .title
    {
        font-size: 24px;
    }
    .index .news .contact .info .title span:last-child
    {
        font-size: 16px;
    }
    .index .news .contact .info .con
    {
        margin-top: 16px;
        line-height: 28px;
    }
    .page-box
    {
        padding: 48px 0;
    }
    .page-box .left-box
    {
        position: relative;
        top: auto;
        left: auto;
        width: 25%;
        height: auto;
        background: none;
        z-index: 0;
    }
    .page-box .left-box .title
    {
        height: 60px;
        line-height: 60px;
        background: #05a066;
        color: #fff;
    }
    .page-box .left-box .title span
    {
        display: block;
        overflow: hidden;
    }
    .page-box .left-box .left-menu
    {
        padding-bottom: 32px;
        background: #fff;
        line-height: 24px;
        overflow: auto;
    }
    .page-box .left-box .left-menu .list
    {
        padding-bottom: 0;
    }
    .page-box .left-box .left-menu .link
    {
        background: #fff;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .page-box .left-box .left-menu .link+.link
    {
        border-top: none;
    }
    .page-box .left-box .left-menu .link .link-list a
    {
        display: block;
        position: relative;
        margin: 0 20px;
        padding: 16px 0 16px 16px;
        border-bottom: 1px dashed #c5c5c5;
        color: #666;
    }
    .page-box .left-box .left-menu .link .link-list a:before
    {
        content: ">";
        position: absolute;
        left: 0;
        font-family: "simsun";
        color: #22c286;
    }
    .page-box .left-box .left-menu .link .link-list:hover
    {
        background: #22c286;
    }
    .page-box .left-box .left-menu .link .link-list:hover a, .page-box .left-box .left-menu .link .link-list:hover a:before
    {
        border-color: #22c286;
        color: #fff;
        transition: 0s;
    }
    .page-box .left-box .left-menu .link .Links1
    {
        padding: 5px 25px;
    }
    .page-box .left-box .left-menu .Links1
    {
        padding: 0 32px;
    }
    .left-box .left-menu .Links1 li
    {
        display: block;
        overflow: hidden;
        padding-left: 15px;
    }
    .left-box .left-menu .Links1 li a
    {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #595959;
        padding-left: 10px;
        background: url(../image/a_ns02.gif) no-repeat 0 14px;
        font-size: 12px;
    }
    .left-box .left-menu .Links1 li a:hover
    {
        color: #22c286;
    }
    .page-box .left-box .contact
    {
        margin-top: 24px;
        display: block;
    }
    .page-box .left-box .contact .pic a
    {
        display: block;
        position: relative;
        height: 96px;
        overflow: hidden;
    }
    .page-box .left-box .contact .pic a .text
    {
        position: absolute;
        top: 50%;
        margin-top: -32px;
        width: 80%;
        height: 64px;
        background: #2580ea;
        background: rgba(33,33,33,.5);
        line-height: 32px;
    }
    .page-box .left-box .contact .pic a .text span
    {
        display: block;
        padding-left: 16px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    .page-box .left-box .contact .pic img
    {
        width: 100%;
        min-height: 96px;
    }
    .page-box .left-box .contact .list-box
    {
        padding: 16px;
        background: #fff;
        line-height: 40px;
        color: #666;
    }
    .page-box .left-box .contact .list-box span
    {
        font-size: 14px;
    }
    .page-box .right-box .right-con
    {
        padding: 32px;
    }
    .page-box .right-box .right-con .details
    {
        padding: 16px;
    }
    .page-box .right-box .right-con .details .info-title
    {
        font-size: 24px;
    }
    .page-box.product .left-box .contact a span, .page-box.news .left-box .contact a span
    {
        display: block;
        text-transform: uppercase;
    }
    .page-box.product .left-box .contact a .name, .page-box.news .left-box .contact a .name
    {
        font-size: 24px;
        font-weight: 700;
    }
    .page-box.product .left-box .contact a .byname, .page-box.news .left-box .contact a .byname
    {
        font-size: 16px;
    }
    .page-box.product .left-box .contact a:before, .page-box.news .left-box .contact a:before
    {
        content: url(404.png);
        display: block;
        position: absolute;
        top: 12px;
        left: 16px;
        width: 56px;
        height: 56px;
    }
    .paging-first, .paging-last
    {
        display: inline-block!important;
    }
    .paging-first, .paging-last, .paging-prev, .paging-next, .paging-num
    {
        padding: 8px 16px;
    }
    .paging a, .lang-page-on
    {
        padding: 8px 16px;
    }
    .product .right-box .right-con .info .list a>img
    {
        width: 100%;
        height: 153px;
    }
}
@media(min-width: 992px)
{
    .col-md-5ths
    {
        width: 20%;
        float: left;
    }
}
@media(min-width: 1200px)
{
    .col-lg-5ths
    {
        width: 20%;
        float: left;
    }
}
#Banner, #BannerM
{
    background: #eff4f7;
}
#Banner .owl-controls, #BannerM .owl-controls, #Event .owl-controls
{
    width: 100%;
    position: absolute;
    bottom: 4px;
    margin-top: 0;
    z-index: 999;
}
#Banner .owl-controls .owl-page span, #BannerM .owl-controls .owl-page span, #Event .owl-controls .owl-page span
{
    margin: 4px;
    width: 16px;
    height: 16px;
    background: #05a066;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
#Banner .owl-controls .owl-page.active span, #Banner .owl-controls.clickable .owl-page:hover span, #BannerM .owl-controls .owl-page.active span, #BannerM .owl-controls.clickable .owl-page:hover span, #Event .owl-controls .owl-page.active span, #Event .owl-controls.clickable .owl-page:hover span
{
    background: #22c286;
    opacity: 1;
}
.bdshare_popup_box
{
    display: none!important;
}
.bd_weixin_popup
{
    height: auto!important;
}
.top>div
{
    padding: 16px 0;
}
.top .tel
{
    margin: 8px 0;
    line-height: 24px;
    color: #818798;
}
.top .tel .num span
{
    display: block;
    margin-bottom: 4px;
}
.top .tel .num span a
{
    font-size: 28px;
    font-weight: 700;
    color: #ffad10;
}
.top .tel img
{
    position: relative;
    top: 12px;
    right: 4px;
    max-width: 48px;
}
.top .Phone_tiele>img
{
    vertical-align: bottom;
}
.menu-con>ul>li
{
    display: inline-block;
    position: relative;
    height: 48px;
}
.menu-con>ul>li>a
{
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}
.menu-con>ul>li:hover>a, .menu-con>ul>li.on>a
{
    background: #22c286;
}
.foot-box
{
    background: #05a066;
    padding: 16px 0;
    line-height: 32px;
    color: #fff;
}
.foot-box ul li
{
    display: inline-block;
    margin-right: 8px;
}
.foot-box a
{
    color: #fff;
}
.foot-box a:hover
{
    color: #fff;
}
.m-foot-box
{
    margin-bottom: 61px;
    padding: 8px 0;
    background: #05a066;
    text-align: center;
    color: #fff;
}
.m-foot-box a
{
    color: #fff;
}
.m-foot-box a:hover
{
    color: #fff;
}
.m-foot-box .copyright span+span
{
    margin-left: 4px;
}
.m-foot-menu
{
    position: fixed;
    padding: 0!important;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}
.m-foot-menu>div.footer-home
{
    border-left: none;
}
.m-foot-menu>div.footer-share
{
    border-right: none;
}
.m-foot-menu img
{
    max-width: 32px;
}
.m-foot-menu a
{
    color: #fff;
}
.share-icon .modal-dialog
{
    position: absolute;
    left: 50%;
    bottom: 64px;
    margin-left: -78px;
    width: 156px;
}
.share-icon a
{
    display: inline-block;
    margin: 0!important;
}
.share-icon a+a
{
    margin-left: 8px!important;
}
.shield
{
    margin-top: 8px;
}
.shield a
{
    display: block;
    margin-top: 0;
    width: 100%;
    border: none;
}
.shield a img
{
    max-width: 56px;
}
.guest-post
{
    background: #eee;
}
.guest-post>form
{
    margin-top: 15px;
    background: #fff;
}
.guest-post .tips
{
    margin-bottom: 8px;
    color: #999;
}
.guest-post .list
{
    padding: 8px 0;
}
.guest-post .list input
{
    padding: 0 8px;
    width: 100%;
    height: 32px;
    background: #efefef;
    border: none;
}
.guest-post .list.code input
{
    margin-right: 8px;
    width: 40%;
}
.guest-post .list.code img
{
    border: none!important;
    padding: 0;
}
.guest-post .list.button input
{
    display: inline-block;
    margin-right: 8px;
    width: 96px;
    background: #05a066;
    color: #fff;
}
.guest-post .list.button input:first-child
{
    background: #22c286;
}
.guest-post .list textarea
{
    padding: 8px;
    width: 100%;
    min-height: 120px;
    background: #efefef;
    border: none;
}
.paging-box
{
    text-align: center;
}
.paging
{
    display: inline-block;
    margin-top: 16px;
    padding: 5px 15px;
    color: #666;
}
.paging span, .paging a
{
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    border-left: none;
    color: #666;
}
.paging a:first-child, .paging span:first-child
{
    border-left: 1px solid #ddd;
}
.paging a:hover
{
    background: #22c286;
    border-color: #22c286!important;
    color: #fff;
}
.paging-first
{
    display: none!important;
    padding: 4px;
}
.paging-last
{
    display: none!important;
    padding: 4px;
}
.paging-prev
{
    border-left: 1px solid #ddd!important;
}
.paging-num
{
    color: #22c286;
    padding: 4px;
}
.lang-page-on
{
    background: #22c286!important;
    border-color: #22c286!important;
    color: #fff!important;
}
.box8001_1 .C-Service .boxtxt
{
    width: 154px;
    overflow: hidden;
}
.box8001_1 .C-Service
{
    right: 0;
    top: 300px;
    z-index: 99999;
}
.box8001_1 .C-Service .title
{
    height: 28px;
    width: 154px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-indent: 13px;
    background: #05a066;
}
.box8001_1 .C-Service .title span
{
    width: 19px;
    height: 19px;
    display: block;
    background: url(../image/kf_icon_03.png) top left no-repeat;
    float: right;
    margin: 5px 8px 0 0;
    cursor: pointer;
}
.box8001_1 .C-Service .txtbox
{
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.box8001_1 .C-Service .txtbox .bor-bot
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.box8001_1 .C-Service .txtbox .bor-bot .kf
{
    text-align: center;
}
.box8001_1 .C-Service .Con-tit-txt
{
    width: 144px;
    margin: 0 auto;
    padding-top: 5px;
}
.box8001_1 .C-Service .Con-tit-txt p
{
    padding: 7px 12px 14px 12px;
    background: url(../image/C-Contraction2_03.png) left bottom no-repeat;
    display: inline-block;
    line-height: 20px;
}
.box8001_1 .rides-cs
{
    font-size: 12px;
    position: fixed;
    top: 250px;
    right: 0;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
}
.box8001_1 .rides-cs a
{
    color: #00a0e9;
}
.box8001_1 .rides-cs a img
{
    display: inline-block;
    vertical-align: middle;
}
.box8001_1 .rides-cs a:hover
{
    color: #ff8100;
    text-decoration: none;
}
.box8001_1 .rides-cs .floatL
{
    width: 30px;
    float: left;
    position: relative;
    z-index: 1;
    height: 181px;
}
.box8001_1 .rides-cs .floatL a
{
    font-size: 0;
    text-indent: -999em;
    display: block;
    background: url(../image/pf-6.jpg) no-repeat 0 0;
    height: 146px;
}
.box8001_1 .rides-cs .floatR
{
    width: 148px;
    float: left;
    overflow: hidden;
}
.box8001_1 .rides-cs .floatR .cn
{
    background: #f7f7f7;
    border-radius: 6px;
    margin-top: 4px;
}
.box8001_1 .rides-cs .cn .titZx
{
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}
.box8001_1 .rides-cs .cn ul
{
    padding: 0;
}
.box8001_1 .rides-cs .cn ul li
{
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #e6e4e4;
    overflow: hidden;
    text-align: center;
}
.box8001_1 .rides-cs .cn ul li span
{
    color: #777;
}
.box8001_1 .rides-cs .cn ul li a
{
    color: #777;
}
.box8001_1 .rides-cs .cn ul li img
{
    vertical-align: middle;
}
.box8001_1 .rides-cs .btnOpen, .rides-cs .btnCtn
{
    background-repeat: no-repeat;
    display: block;
    height: 146px;
    background-images: url(404.png);
}
.box8001_1 .rides-cs ul li.top
{
    border-bottom: solid #ace5f9 1px;
}
.box8001_1 .rides-cs ul li.bot
{
    border-bottom: none;
}
.pcDc
{
    border: 1px #e0e0e0 solid;
    margin: 10px 0;
    overflow: hidden;
}
.pcDc img
{
    padding: 0;
}
.pcDcImg
{
    border-right: 1px #e0e0e0 solid;
}
.pcDcImg .pcDcImgshow
{
    padding: 10px;
}
.pcDcImg .pcDcImgshow .pcDcImgshowBox
{
    display: table-cell;
    height: 310px;
    text-align: center;
    vertical-align: middle;
    width: 310px;
}
.pcDcImg .pcDcImgshow .pcDcImgshowBox a
{
    display: table-cell;
    height: 310px;
    text-align: center;
    vertical-align: middle;
    width: 310px;
    background: url(404.png) center center no-repeat;
    overflow: hidden;
    font-size: 12px;
}
.pcDcImg img
{
    border: none!important;
}
.pcDcInfo
{
    position: relative;
    overflow: hidden;
}
.pcDcInfo .pcNewDcPname
{
    border-bottom: 1px #ededed solid;
    padding: 15px 0;
}
.pcDcInfo .pcNewDcPname h4
{
    font-size: 18px;
    color: #222;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pcDcInfo .pcDc-Txt
{
    overflow: hidden;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5;
}
.pcDcInfo .pcDc-Txt h5
{
    font-size: 18px;
    color: #f5641d;
    font-family: 微软雅黑;
    font-weight: 700;
}
.pcDcInfo .pcDc-Txt li
{
    padding: 2px 0;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pcDcInfo .pcDc-Txt li .mr
{
    display: inline-block;
    margin-right: 50px;
    color: #808080;
}
.pcDcInfo .pcDc-Txt strong
{
    font-weight: 700;
    color: #666;
}
.pcDc-Txt-w405
{
    overflow: hidden;
    border: 1px solid #fbbeaf;
    background-color: #fff1ed;
}
.pcDc-Txt-w385
{
    overflow: hidden;
    padding: 10px 20px;
}
.pcDc-Txt-w385 .boxht
{
    height: 70px;
    border-bottom: 1px solid #f5d8d0;
    padding-left: 10px;
}
.pcDc-Txt-w385 .det4
{
    height: 20px;
    margin-bottom: 12px;
}
.pcDc-Txt-w385 .det5
{
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    font-family: 微软雅黑;
    color: #666;
}
.pcDc-Txt-w385 .det6 img
{
    height: 25px;
    border: none!important;
}
.pcDc-Txt-w385 .Share
{
    border-top: 1px solid #fff;
    padding: 10px 0 0 10px;
}
.box8330_1
{
    overflow: hidden;
    padding-bottom: 10px;
}
.box8330_1 .dMtab
{
    height: 34px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    zoom: 1;
}
.box8330_1 .dMtab ul
{
    overflow: hidden;
}
.box8330_1 .dMtab ul li.select
{
    position: relative;
    height: 39px;
    background: url(404.png) 50% 34px no-repeat;
}
.box8330_1 .dMtab li
{
    float: left;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    display: inline;
    cursor: pointer;
}
.box8330_1 .dMtab ul .select span
{
    background-color: #22c286;
    color: #fff;
    height: 34px;
}
.box8330_1 .dMtab li span
{
    padding: 0 27px;
    display: inline-block;
    height: 32px;
    color: #333;
}
.box8330_1 .pcProDetailInfoList
{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px #e2e4e9 solid;
}
.box8330_1 .pcProDetailInfoList ul
{
    width: 100%;
    overflow: hidden;
}
.box8330_1 .pcProDetailInfoList ul li
{
    padding-left: 32px;
    display: inline;
    height: 25px;
    line-height: 25px;
    width: 300px;
    overflow: hidden;
    float: left;
    font-size: 12px;
}
.box8330_1 .pcProDetailIntro
{
    padding: 20px 30px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}
.box8330_1 .pcProDetailIntro p
{
    font-size: 12px;
    line-height: 2;
}
.box8330_1 .Newlist-Tit
{
    height: 35px;
    line-height: 35px;
}
.box8330_1 .Newlist-Link
{
    border: 1px solid #d4d4d4;
    background: #f2f2f2;
    width: 720px;
    padding: 11px;
}
.box8330_1 .Newlist-Link p
{
    color: #ea3416;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.box8330_1 .PreviousNextP
{
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
}
.box8330_1 .PreviousNextP li
{
    color: #a1a1a1;
    margin-bottom: 5px;
    font-size: 12px;
}
.box8330_1 .PreviousNextP li a
{
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
.box8330_1 .PreviousNextP li a:hover
{
    color: #05a066;
}
.box8330_1 .bd
{
    overflow: hidden;
}
.box8330_1 .bd ul
{
    overflow: hidden;
}
.Contact_card .card
{
    overflow: hidden;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    font-size: 12px;
    font-family: 微软雅黑;
    color: #666;
}
.Contact_card .card img
{
    border: none!important;
    padding: 0!important;
}
.Contact_card .card .dmContactL-dl
{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 30px;
}
.Contact_card .card .dmContactL-dl .img
{
    background-color: #fff;
    display: block;
    border: 1px solid #d4d4d4;
    float: left;
    width: 77px;
    height: 77px;
    padding: 3px;
    overflow: hidden;
    margin-right: 15px;
}
.Contact_card .card .dmContactL-dl .img img
{
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd
{
    float: left;
    display: block;
    overflow: hidden;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1
{
    color: #999;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 span
{
    display: inline-block;
    margin-right: 15px;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 span strong
{
    color: #333;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 700;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 a
{
    display: inline-block;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 a img
{
    display: inline-block;
    vertical-align: middle;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit2
{
    line-height: 24px;
    font-weight: 700;
}
.Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit2 strong
{
    color: #05a066;
    font-size: 14px;
    font-weight: 700;
}
.Contact_card .card .contact-ways
{
    background-color: #fbe9b1;
    padding: 10px 30px;
}
.Contact_card .card .contact-ways .tit1
{
    color: #333;
    padding: 2px 0;
    font-size: 16px;
}
.Contact_card .card .contact-ways .tit2
{
    padding: 2px 0;
}
.Contact_card .card .contact-ways .tit2 a, .Contact_card .card .contact-ways .tit2 em
{
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    color: #666;
}
.Contact_card .card .contact-ways .tit2 em
{
    font-style: normal;
    font-weight: normal;
}
.Contact_card .card .contact-ways .tit2 a:hover
{
    color: #05a066;
}
.Contact_card .card .dmContactLInfo
{
    padding: 20px 0 0 30px;
}
.Contact_card .card .dmContactLInfo p
{
    padding: 5px 0;
}
.Contact_card .card .dmContactLInfo .Info-contact p
{
    display: inline-block;
    width: 25%;
}
.Contact_card .card .dmContactLInfo p strong
{
    font-weight: 700;
}
.Contact_card .card .dmContactLInfo p span
{
    color: #05a066;
    font-weight: 700;
    margin-right: 40px;
}
.Contact_card .card .dmContactLInfo p span a
{
    color: #05a066;
}
.Contact_card .card .dmContactLInfo p span a:hover
{
    color: #05a066;
}
.box8331_1
{
    width: 760px;
    overflow: hidden;
}
.box8331_1 .NewTit
{
    color: #656565;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.box8331_1 .NewMain
{
    padding: 10px 0 25px 0;
    overflow: hidden;
}
.box8331_1 .NewMain li
{
    float: left;
    width: 345px;
    margin-right: 20px;
    height: 28px;
    line-height: 28px;
    background: url(../image/a_ns02.gif) no-repeat center left;
    padding-left: 15px;
}
.box8331_1 .NewMain li a
{
    display: block;
    width: 320px;
    height: 28px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    font-size: 12px;
    text-decoration: none;
}
.box8331_1 .NewMain li a:hover
{
    color: #05a066;
}
.box8331_1 .ht10
{
    height: 10px;
}
.tz1288_toolsbar
{
    display: none;
}
.guest-post .list textarea
{
    resize: none;
}
.xubox_setwin .xubox_close1
{
    transition: all ease 0s;
    -webkit-transition: all ease 0s;
}
.page-box .right-box .right-con .info-link
{
    margin-top: 20px;
}
.page-box .right-box .right-con .info-link .prev
{
    float: none!important;
}
.page-box .right-box .right-con .info-link .next
{
    float: none!important;
    margin-top: 10px;
}
.friend-links
{
    padding: 20px 0;
}
.friend-links span
{
    margin-right: 5px;
    color: #05a066;
    font-weight: bold;
    font-size: 16px;
}
.friend-links a:after
{
    content: "|";
    margin: 0 10px;
}
.friend-links a:last-child:after
{
    content: "";
}
.modal-sbox
{
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 9999;
}
.modal-sbox .modal-bg
{
    background: #000;
    opacity: .2;
    height: 100%;
}
.modal-sbox .modal-scontent
{
    width: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -250px;
    border-radius: 5px;
    padding: 10px;
}
.modal-sbox .modal-scontent .dialog-img img
{
    width: 100%;
}
.modal-sbox .modal-scontent .close-btn
{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: url("../image/close_icon.png") no-repeat 0 0;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
}
.modal-sbox .modal-scontent .close-btn:hover
{
    background-position: -31px 0;
}
.box8001_1 .rides-cs .floatR .txtbox>table tr:last-child
{
    display: none;
}
.totop
{
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 26px;
    height: 62px;
    background: url(../image/rocket.png) no-repeat 0 0;
    -webkit-transition: all .2s ease-in-out;
    z-index: 999;
}
.totop:hover
{
    background: url(../image/rocket.png) no-repeat 0 -62px;
}
@media(max-width: 767px)
{
    .tz1288_toolsbar
    {
        display: block;
    }
    .page-box .left-box .left-menu .link
    {
        padding: 8px;
    }
    .owl-carousel
    {
        height: 150px!important;
    }
    .owl-theme .owl-controls
    {
        margin-top: 0;
    }
    .owl-wrapper .owl-item .item
    {
        background-size: cover;
        background-position: 50% 0;
        height: 150px!important;
    }
    .top-box .top .mobile-logo
    {
        padding: 0;
    }
    .top-box .top .mobile-logo h1
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .top-box .top .mobile-logo h1 a
    {
        color: #666;
        font-size: 16px;
        line-height: 40px;
    }
    .tz1288_toolsbar .tz1288_type_1 .tz1288_bottom_nav .nav li a
    {
        padding: 5px 0;
    }
    .tz1288_toolsbar .tz1288_type_1 .tz1288_bottom_nav .nav li div p
    {
        font-weight: normal!important;
    }
    .pcDcImg
    {
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .pcDcInfo .pcNewDcPname
    {
        padding: 10px 0;
    }
    .pcDc-Txt-w405
    {
        margin-bottom: 15px;
    }
    .box8330_1
    {
        padding-bottom: 0;
    }
    .box8330_1 .pcProDetailInfoList ul li
    {
        padding-left: 0;
        width: 50%;
    }
    .box8330_1 .pcProDetailInfoList ul li:first-child
    {
        width: 100%;
    }
    .box8330_1 .pcProDetailIntro
    {
        padding: 10px;
    }
    .box8331_1
    {
        width: 100%;
    }
    .box8331_1 .NewMain
    {
        padding: 0;
    }
    .box8331_1 .NewMain li
    {
        width: 100%;
        margin-right: 0;
    }
    .box8331_1 .NewMain li a
    {
        width: 100%;
    }
    .Contact_card .card .dmContactL-dl
    {
        padding-left: 15px;
    }
    .Contact_card .card .contact-ways
    {
        padding: 10px 15px;
    }
    .Contact_card .card .dmContactLInfo
    {
        padding: 20px 15px 0;
    }
    .Contact_card .card .dmContactLInfo .Info-contact p
    {
        width: 100%;
    }
    .bshare-custom .bshare-more.more-style-addthis
    {
        display: none;
    }
    .box8001_1 .rides-cs
    {
        display: none;
    }
    .aui_state_focus
    {
        display: none!important;
    }
    .modal-sbox .modal-scontent
    {
        width: 280px;
        margin-left: -140px;
    }
}
