@charset "utf-8";
html, body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #007cc3;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

.headnav {
    right: 0;
    left: 0;
    z-index: 1030;
}

.headnav h1 a {
    line-height: 45px;
}

@media (max-width: 767px) {
    .headnav {
        background-color: #2a313d;
    }

    .hamburger {
        position: absolute !important;
    }

    .navbar-static-top {
        position: relative;
    }
}

@media (max-width: 1000px) {
    .col10 {
        width: 83.33333333% !important;
    }
}

/*导航*/
@media (min-width: 768px) {
    .nav2 {
        margin-bottom: 0px;
        padding: 0px;
        border: none;
        min-height: 45px;
    }

    .nav2li > a {
        height: 45px;
        line-height: 45px !important;

    color: {
        $ lan_mian_font_color
    }

; font-size:

14px

; padding-top:

0px

!important; padding-bottom:

0px

!important;  display: inline-block

;
}

.nav2ul .open > a, .nav2ul .open > a:hover, .nav2ul .open > a:focus, .nav2li > a:hover {
    background-color: transparent !important;

border-bottom:

2
px solid {
    $ lang_common_color
}

;
}
.nav3ul {
    margin-top: 0px;
    background-color: #292f3b !important;
    padding: 0;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.nav3ul a {
    height: 44px;
    line-height: 44px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav3li {
}

.nav3li > a {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.nav3li > a:hover {
    background-color: rgba(0, 0, 0, .5) !important;
}

.langhover:hover {
    border-bottom: transparent !important;
}

}
div.cg-lang {
    float: right;
    font-size: 12px;
    padding: 0px;
    position: relative;
    top: 20px;
    left: 0;
}

.cg-lang .btn-group-langitems-green a {
    background: #cccccc;
    color: #fff;
    text-align: center;
    height: 26px;
    width: 70px;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    float: left;
}

.cg-lang .btn-group-langitems-green a.active {
    background: #10c666;
}

.nav > li > a.shophome, .nav > li > a.shophome:hover {
    padding: 0px 10px;
    margin-top: 14px;
    border-radius: 2px;
    /* padding: 0px 5px; */
    background: #00acee;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    float: right;
    border-radius: 3px;
    /* margin-top: 0px; */
}

.nav2 .nav > li.nav2li {
    padding: 0px 38px 0px 0px;
}

@media (max-width: 767px) {
    .logoa img {
        margin-left: 0px;
        margin-right: 0px;
        margin: 20px 0px 8px;
    }
}

/*右侧语言*/
.logoh1 {
    height: 105px;
    line-height: 105px;
    box-sizing: border-box;
    margin: 5px 0px 0px 0px;
}

.logoa {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav2ul {
}

.rightlang {
    height: 50px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

/*小于768px时的导航*/
.hamburger {
    display: block;
    width: 60px;
    height: 50px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 10000;
    padding: 25px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
}

.hamburger__icon:before {
    top: -7px;
}

.hamburger__icon:after {
    top: 7px;
}

.hamburger.active .hamburger__icon {
    background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
}

.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fat-nav ul {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.fat-nav li, .fat-nav li a {
    color: #ddd;
}

.fat-nav li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #999
}

.fat-nav li a:hover {
    text-decoration: underline;
}

.fat-nav__ul {
    display: table-cell;
}

.fat-nav__ul > li > a {
    font-size: 18px;
    color: #fff;
}

/*banner*/
#ban001 {
    background-color: #000;
}

#ban001 .ttX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*产品*/
.pro001 .col1 { /*background:#f2f4f5;*/
    overflow: hidden
}

.pro001 .col2 {
    background: #fff;
    overflow: hidden
}

.pro001 .title {
    margin: 90px 0;
}

.pro001 .box {
    overflow: hidden;
    margin: 90px 0;
    text-align: right;
}

.pro001 .h2s {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 50px;
}

.pro001 .h3s {
    font-size: 38px;
    line-height: 38px;
    color: #505e73;
}

.pro001 .ps {
    margin: 25px 0 30px;
    color: #808080;
}

.pro001 .fl {
    float: left;
}

.pro001 .fr {
    float: right;
}

.pro001 .tar {
    text-align: right;
}

.pro001 .c6fbef7 {
    color: #6fbef7;
}

.pro001 .c8ddcde {
    color: #8ddcde;
}

.pro001 .bg8ddcde {
    background: #8ddcde;
}

.pro001 .bg8ddcde:hover {
    background-color: #80c5f7 !important;
}

.pro001 .btn-primary {
    border-color: transparent;
}

@media (max-width: 1199px) {
    .pro001 .h2s {
        font-size: 50px;
        line-height: 50px;
    }

    .pro001 .h3s {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .pro001 .h2s {
        font-size: 30px;
        line-height: 30px;
    }

    .pro001 .h3s {
        font-size: 20px;
        line-height: 20px;
    }

    .pro001 .ps {
        margin: 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .pro001 .title {
        margin: 30px 0;
        text-align: center;
    }

    .pro001 .box {
        margin: 20px 0 30px;
    }

    .pro001 .h2s {
        font-size: 30px;
        line-height: 30px;
    }

    .pro001 .h3s {
        font-size: 24px;
        line-height: 24px;
    }

    .pro001 .fl {
        float: none;
    }

    .pro001 .fr {
        float: none;
    }

    .pro001 .tar {
        text-align: center;
    }

}

/*新闻*/
.new001 {
    padding: 60px 0 40px 0;
    background: #f2f4f5;
    overflow: hidden;
}

.new001 .mb5 {
    margin-bottom: 5px;
}

.new001 .mb10 {
    margin-bottom: 10px;
}

.new001 .ps {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.new001 .fs30 {
    font-size: 30px;
    line-height: 1.7;
}

.new001 .c505e73 {
    color: #505e73;
}

.new001 .btns {
    margin-bottom: 75px;
    background: #fa7676;
    color: #fff;
}

.new001 .item {
    min-height: 120px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    text-align: left;
    margin-bottom: 30px;
}

.new001 .item img {
    float: left;
    width: 80px;
    margin-right: 10px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .new001 {
        padding: 30px 0;
    }

    .new001 .fs30 {
        font-size: 24px;
    }

    .new001 .btns {
        margin-bottom: 30px;
    }
}

/*公司简介*/
.about001 {
    padding: 70px 0 70px;
}

.about001 .fs25 {
    font-size: 25px;
}

.about001 .btn-large {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.about001 .btn-bg1 {
    background-color: #91c900;
}

.about001 .btn-bg1:hover {
    background-color: #9ED70B !important;
    color: #fff;
}

.about001 .btn-bg2 {
    background: #8ddcde;
}

.about001 .btn-bg2:hover {
    background: #80c5f7;
    color: #fff;
}

.about001 .btn-bg3 {
    background: #6fbef7;
}

.about001 .btn-bg3:hover {
    background-color: #80c5f7 !important;
    color: #fff;
}

.about001 .b1 {
    border-left: 1px solid #e6e6e6;
}

.about001 .p1 {
    padding: 10px 0 10px 90px;
}

.about001 .p2 {
    padding: 10px 90px 10px 0;
}

.about001 .mb25 {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .about001 .p1 {
        padding: 10px 0 10px 30px;
    }

    .about001 .p2 {
        padding: 10px 30px 10px 0;
    }
}

@media (max-width: 767px) {
    .about001 {
        padding: 30px 0;
    }

    .about001 .mb25 {
        margin-bottom: 15px;
    }

    .about001 .tc {
        text-align: center;
    }

    .about001 .b1 {
        border-left: none;
    }

    .about001 .p1 {
        padding: 10px 15px;
    }

    .about001 .p2 {
        padding: 10px 15px;
    }
}

/*底部*/
.footer {
    background: #404241;
    padding: 38px 0px 15px 0px;
    border-bottom: 1px solid #4a4a4a;
    border-top: 1px solid #4a4a4a;
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 0px;
    }
}

.footbox1 {
    padding-left: 0px;
}

.footbox1 .nav-justified a {
    text-align: left;
    display: block;
    height: 28px;
    line-height: 28px;
}

.footbox2 {
    padding-right: 0px;
}

.footbox2 #num_support {
    display: none;
}

.footbox2 #num_on {
    display: none;
}

.footbox2 #num_like {
    display: none;
}

/*友情链接*/
.link001 {
    background: #363f4d;
    padding: 30px 0px;
    border-bottom: 1px solid #2A313D;
}

@media (max-width: 767px) {
    .link001 h3 {
        text-align: center;
    }

    .link001 .container {
        padding: 0 15px;
    }
}

.link001 .cf {
    color: #fff;
}

.link001 .c9 {
    color: #6d8299;
}

.link001 .c9:hover {
    color: #fff;
}

.link001 .mb10 {
    margin-bottom: 10px;
}

.link001 .h45 {
    height: 45px;
}

.link001 .mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.link001 .fs0 {
    font-size: 0px;
}

/*底部导航*/
.footnav001 .c9 {
    color: #6d8299;
}

.footnav001 .c9:hover {
    color: #fff;
}

.footnav001 .p0 {
    padding: 0px;
}

.footnav001 .mtb5 {
    margin: 5px 0;
}

.footnav001 .cf {
    color: #fff;
}

.footnav001 .nav > li > a:hover {
    background-color: transparent;
}

.footnav001 .nav > li > a:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    .fnavli1 {
        width: 20%;
        float: left !important;
    }

    .footnav001 {
        margin-bottom: 10px;
    }

    .footbox1 .nav-justified a {
        text-align: center;
        display: block;
    }

    .footbox1 {
        padding-right: 0px;
    }

    .footbox2 {
        padding: 0 15px;
    }
}

@media (max-width: 460px) {
    .fnavli1 {
        width: 25%;
    }
}

@media (max-width: 360px) {
    .fnavli1 {
        width: 33.333333%;
    }
}

@media (max-width: 260px) {
    .fnavli1 {
        width: 50%;
    }
}

/*社交*/
.social001 .met_editor {
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .social001 .met_editor {
        text-align: center;
    }
}

.social001 .cf {
    color: #fff;
}

.social001 .fs16 {
    font-size: 16px;
}

.social001 .db {
    display: block;
}

.social001 .hw30 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.social001 .mw {
    min-width: 120px;
}

.social001 .p5 {
    padding: 5px;
}

.social001 .bg1 {
    background-color: #44AC35;
}

.social001 .bg2 {
    background-color: #D22B2A;
}

.social001 .bg3 {
    background-color: #4D6CA2;
}

.social001 .bg4 {
    background-color: #4AC3F0;
}

/*版权*/
.cop001 {
    background: #404241;
    padding: 20px 0px 20px;
    border-top: 1px solid #373737;
}

.cop001 .bottom-logo .taobao-link {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    background: url("../taobao_icon.png");
    margin-left: 20px;
    float: right;
}

.cop001 .bottom-logo .weixin-link {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    background: url("../weixin_icon.png");
    cursor: pointer;
    float: right;
}

.cop001 .bottom-logo .weixin-link .weixin-wembx {
    display: none;
    padding: 10px;
    position: absolute;
    background: #32bb16;
    top: -14px;
    right: 54px;
}

.cop001 .bottom-logo .weixin-link:hover .weixin-wembx {
    display: inline-block;
}

.cop001 .bottom-logo .weixin-link .weixin-wembx img {
    width: 74px;
}

.clear {
    clear: both;
}

.bottom-copy {
    padding: 15px 0px;
    color: #ababab;
    text-align: center;
    background: #282928;
}

.bottom-copy .cpcct, .bottom-copy p {
    display: inline;
    white-space: nowrap;
}

.bottom-copy .cpcct.mr20, .bottom-copy p {
    margin-right: 20px;
}

.cpcct.ic-hz {
    padding-left: 23px;
    background: url(../gongan.png);
    background-position: left 0px;
    background-repeat: no-repeat;
}

.bt-phone-number.ic-phone {
    font-size: 30px;
    color: #10c666;
    font-weight: bold;
    padding-left: 56px;
    background: url(../phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.bottom-logo .address {
    font-size: 14px;
    color: #ddd;
    margin: 6px 0px 0px 45px;
}

.plu8525 {
    padding-left: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.pddu20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cop001.pd0 {
    padding: 0px;
    padding-bottom: 8px;
}

.pub3020 {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .cop001 .container {
        padding: 0 15px;
    }
}

.cop001 .c9 {
    color: #6d8299;
}

.cop001 .c9 a {
    color: #6d8299;
}

.cop001 .c9 a:hover {
    color: #999;
}

/*sidebar*/
.mw980 {
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .mw980 {
        margin: 0 10px;
    }
}

/*内页二级栏目导航*/
.met_section {
    position: relative;
    padding: 30px 0 50px;
}

.met_section aside {
    position: relative;
    float: left;
    width: 230px;
}

.met_section article {
    float: left;
    margin-left: -230px;
    width: 100%;
}

.met_section article .met_article {
    margin-left: 250px;
}
.met_section article .met_article.MT_3{
    padding: 15px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-pills > li.active > a.pro_desc{
    background: none;
    color: #333;
    border-radius: 0px;
    font-size: 16px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.met_section aside section {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.met_section aside section h2 {
    padding: 0 20px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    position: relative;
}

.met_section aside .met_aside_list {
    background: #fff;
    border-top: 1px solid #ddd;
}

.met_section aside .met_aside dl dt {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
}

.met_section aside .met_aside dl dt a {
    display: block;
    padding: 0 20px;
    color: #333;
}

.met_section aside .met_aside dl dt a:hover {
    background: #efefef;
}

.met_section aside .met_aside dl dt.on {
}

.met_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.met_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 35px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}

.met_section aside .met_aside dl dd .on a, .met_aside dl dd a:hover {
    background: #efefef;
}

.met_section aside .met_related {
    margin-top: 20px;
}

.met_section aside .met_related ul {
    padding: 20px;
}

.met_section aside .met_related li {
    margin-bottom: 8px;
    list-style: none;
}

.met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    margin-bottom: 30px;
}

.met_article_head .met_position {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-family: '宋体';
}

.met_article_head .met_position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

.met_section_sehed {
    padding-top: 0;
}

.met_section_head {
    height: 50px;
    color: #aaa;
    font-size: 12px;
    font-family: '宋体';
    line-height: 50px;
}

.met_section_head a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_section_head a:hover {
    color: #e9280c;
}

.sidebaran {
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #999;
    font-size: 22px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 991px) {
    .met_section {
        position: relative;
        padding: 20px 10px 30px;
    }

    .met_section aside {
        width: 100%;
        float: initial;
    }

    .met_section article {
        margin-left: 0px;
        float: initial;
    }

    .met_section article .met_article {
        margin-left: 0px;
    }

    .met_section aside .met_aside_list {
        display: none;
    }

    .sidebarh1ok {
        display: none;
    }
}

@media (min-width: 992px) {
    .met_section aside .met_aside_list {
        display: block !important;
    }

    .sidebaran {
        display: none;
    }
}

/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

.met_clear {
    clear: both
}

.met_none {
    display: none
}

.met_hidden {
    visibility: hidden
}

.met_fl {
    float: left
}

.met_fr {
    float: right
}

.met_editor {
    line-height: 2;
    word-wrap: break-word;
}

.met_editor ul, .met_editor ol {
    padding: 0px;
    margin: 0
}

.met_editor a {
    color: #1c57c4
}

.met_editor a:hover {
    text-decoration: underline
}

.met_editor img {
    max-width: 100%;
    height: auto !important;
}

.met_editor blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #ddd
}

.met_editor hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.met_editor .metvideobox {
    text-align: center;
    visibility: hidden;
    margin: 10px auto;
}

.met_editor .video-js {
    max-width: 100%;
}

.met_editor table {
    width: 100% !important;
    margin-bottom: 1.6rem;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    padding: 0 !important;
    border: 0
}

.met_editor table td {
    border: 1px solid #ddd !important
}

.met_editor table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: .7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.met_editor table.normal {
    max-width: 767px;
    width: 767px !important;
}

.met_editor table.normal > thead > tr > th,
table.normal > tbody > tr > th,
table.normal > tfoot > tr > th,
table.normal > thead > tr > td,
table.normal > tbody > tr > td,
table.normal > tfoot > tr > td {
    white-space: normal !important;
}

.met_editor table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd
}

.met_editor #page_break .collapse {
    display: none
}

.met_editor #page_break .num {
    padding: 10px 0;
    text-align: center
}

.met_editor #page_break .num li {
    display: inline;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden
}

.met_editor #page_break .num li.on {
    background-color: #ccc;
    color: #fff;
    font-weight: bold
}

.metinfo-banner1 {
    overflow: hidden;
    margin: 0 auto
}

.met_pager {
    text-align: center;
    padding: 10px 0 0
}

.resmessagelist .met_pager {
    padding: 10px 0 30px
}

.met_pager a {
    border: 1px solid #e0e0e0;
    text-align: center;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    _width: 28px;
    text-align: center;
    display: inline-block;
    color: #aaa
}

.met_pager a:hover {
    border: 1px solid #a0a0a0;
    color: #aaa
}

.met_pager .PreSpan, .met_pager .NextSpan {
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    background: #f0f0f0;
    color: #ccc;
    display: inline-block
}

.met_pager .PreA, .met_pager .NextA {
    height: 28px;
    line-height: 28px;
    min-width: 58px;
    _width: 58px;
    color: #aaa
}

.met_pager .PreSpan, .met_pager .PreA {
    margin-right: 6px
}

.met_pager .NextSpan, .met_pager .NextA {
    margin-left: 6px
}

.met_pager .firstPage, .met_pager .lastPage {
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    min-width: 40px;
    _width: 40px;
    color: #aaa
}

.met_pager .Ahover {
    font-weight: bold;
    background: #f0f0f0;
    color: #aaa
}

.met_pager .PageText {
    margin-left: 10px;
    color: #aaa;
    display: none;
}

.met_pager #metPageT, #metPageB {
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #aaa
}

.met_pager #metPageT {
    width: 20px;
    padding: 6px 5px 5px;
    display: none;
}

.met_pager #metPageB {
    min-width: 40px;
    _width: 40px;
    padding: 6px 0 5px;
    cursor: pointer;
    font-weight: bold;
    display: none;
}

* html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
}

* html .met_pager #metPageB {
    padding: 0;
    height: 28px;
    line-height: 20px
}

* + html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
}

* + html .met_pager #metPageB {
    padding: 0;
    height: 28px;
    line-height: 20px
}

.met_tools {
    position: relative;
    padding: 10px 10px 0;
    height: 50px;
    line-height: 50px
}

.met_tools .met_page {
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181
}

.met_tools .met_page li {
    display: inline;
    list-style: none;
    margin-left: 30px;
}

.met_tools .met_page li span {
    padding-right: 5px;
}

.met_tools .met_page a {
    color: #607fa6
}

#memberbox {
    padding: 15px
}

ul.searchnavlist:after {
    content: " ";
    clear: both;
    display: block;
}

ul.searchnavlist {
    list-style: none;
    margin: 0
}

ul.searchnavlist li {
    padding: 5px 0;
    float: left;
    margin-right: 20px;
}

ul.searchnavlist .advsearch_searchword input {
    width: 90%;
    height: 32px;
    line-height: 32px;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

ul.searchnavlist .searchgo {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

ul.searchnavlist .searchgo:hover {
    background: #38c4f0
}

ul.searchnavlist .searchgo:active {
    background: #1ba4cf
}

#searchlist {
    padding: 0px 15px 30px;
}

#searchlist li {
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 1.5
}

#searchlist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#searchlist ul li {
    padding: 3px 0px;
    margin-bottom: 10px
}

#searchlist ul li img {
    display: none
}

#searchlist .search_title {
    display: block;
    padding: 2px 0
}

#searchlist .search_title a {
    font-size: 16px;
    color: #12C;
    text-decoration: underline
}

#searchlist .search_title em {
    color: #c00;
    text-decoration: underline;
    font-style: normal
}

#searchlist .search_detail {
    display: block
}

#searchlist .search_detail a {
    text-decoration: underline;
    color: #12C
}

#searchlist .search_content em {
    color: #c00;
    font-style: normal
}

#searchlist .search_updatetime {
    display: block;
    margin-top: 5px;
    color: green
}

#searchlist a:hover {
    text-decoration: underline
}

.formerror {
    margin-top: 6px;
    height: 20px;
    line-height: 20px
}

.formerror .fa-times {
    color: #fff;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 16px;
    margin-right: 5px;
    background: red
}

.formerror .fa-check {
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    font-size: 14px;
    margin-right: 5px;
    background: #10aa00
}

.formerrorbox {
    border: 2px solid #f00 !important
}

.v52fmbx dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #6c6fbf
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px \9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips, .ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

/** 模板公用部分 */
.container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    section.container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.ul {
    list-style: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.v2-ac:after {
    content: " ";
    clear: both;
    display: block;
}

.v2-to {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.v2-lc {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.v2-list {
    list-style: none;
}

.v2-dbox {
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.v2-bf1 {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.v2-bf2 {
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    box-flex: 2;
}

.v2-bt1d {
    border-bottom: 1px solid #ddd;
}

.v2-w100 {
    width: 100% !important;
}

.v2-mb50 {
    margin-bottom: 50px;
}

.v2-mtb15 {
    margin-bottom: 30px;
}

.v2-mt15 {
    margin-top: 15px;
}

.v2-c {
    cursor: not-allowed;
}

/** 底部下一页 */
@media (max-width: 767px) {
    .met_tools {
        height: 120px;
    }

    .met_tools .met_page {
        top: 50px;
        left: 0px;
    }

    .met_tools .met_page li {
        margin: 0 20px 0 10px;
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*.advsearch_class1 select,.advsearch_class2 select,.advsearch_class3 select,.advsearch_searchtype select,.advsearch_searchword input{width:195px !important;}*/
}

/** 案例列表页 */
#img-v2 ul {
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    margin-bottom: 20px;
}

#img-v2 li:hover h2 {
    color: #fff;
    background: #888;
    transition: background 0.5s, color 0.5s;
}

#img-v2 li a {
    display: block;
    background: #fff;
    padding-bottom: 1px;
    padding-right: 1px;
}

#img-v2 li a span {
    display: block;
    overflow: hidden;
}

#img-v2 li h2 {
    height: 50px;
    background: #F4F4F4;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#img-v2 li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#img-v2 li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/** 案例详情页 */
.csSlideOuter {
    overflow: hidden;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.csSlideWrapper > ul:after {
    clear: both;
}

.csSlideWrapper .csSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.csSlideWrapper .csFade {
    position: relative;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.csSlideWrapper .csFade > li {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    margin-right: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.csSlideWrapper .csFade > li.active {
    opacity: 1;
    z-index: 10;
}

.csSlideOuter .csPager.cSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csSlideOuter .csPager.cSGallery li {
    margin-top: 3px !important;
    opacity: 0.7;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
    opacity: 1;
}

.csSlideOuter .csPager.cSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.csSlideOuter .csPager.cSGallery:before,
.csSlideOuter .csPager.cSGallery:after {
    content: " ";
    display: table;
}

.csSlideOuter .csPager.cSGallery:after {
    clear: both;
}

.csAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

@media (max-width: 767px) {
    .csAction > a {
        display: none;
    }
}

.csAction > a:hover {
    opacity: 1;
}

.csAction > .csPrev {
    background-position: 0 0;
    left: 10px;
}

.csAction > .csNext {
    background-position: -32px 0;
    right: 10px;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.csSlideOuter .csPager.cSGallery li.active {
    outline: 2px solid #343434;
    outline-offset: -2px;
}

.gallery li {
    display: block;
    float: left;
    margin-right: 6px;
}

.gallery li img {
    height: auto;
    width: 100%;
    display: block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#showimg .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
    clear: both;
}

/** 产品列表页 */
ol, ul {
    list-style: none;
}

.cd-container img {
    max-width: 100%;
}

.cd-container {
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-gallery-items {
    margin-top: 0em;
}

#cd-gallery-items > li {
    position: relative;
    margin-bottom: 6em;
}

#cd-gallery-items > li img {
    width: 100%;
    display: block;
}

@media only screen and (min-width: 320px) {
    #cd-gallery-items > li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 5em;
    }

    #cd-gallery-items > li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    #cd-gallery-items {
        margin-top: 0em;
    }

    #cd-gallery-items > li {
        width: 31%;
        float: left;
        margin-right: 3.5%;
        margin-bottom: 5em;
    }

    #cd-gallery-items > li:nth-child(2n) {
        margin-right: 3.5%;
    }

    #cd-gallery-items > li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1170px) {
    #cd-gallery-items {
        margin-top: 0em;
    }

    #cd-gallery-items > li {
        width: 22%;
        float: left;
        margin-bottom: 6em;
        margin-right: 4%;
    }

    #cd-gallery-items > li:nth-child(2n) {
        margin-right: 4%;
    }

    #cd-gallery-items > li:nth-child(3n) {
        margin-right: 4%;
    }

    #cd-gallery-items > li:nth-child(4n) {
        margin-right: 0;
    }
}

.cd-item-wrapper {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: 50% -30%;
    -moz-perspective-origin: 50% -30%;
    perspective-origin: 50% -30%;
}

.cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.cd-item-wrapper li.cd-item-front {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-middle {
    z-index: 2;
}

.active .cd-item-wrapper li.cd-item-middle {
    -webkit-transform: translate3d(0, 0, -20px);
    -moz-transform: translate3d(0, 0, -20px);
    -ms-transform: translate3d(0, 0, -20px);
    -o-transform: translate3d(0, 0, -20px);
    transform: translate3d(0, 0, -20px);
    opacity: .8;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-back {
    z-index: 1;
}

.active .cd-item-wrapper li.cd-item-back {
    -webkit-transform: translate3d(0, 0, -40px);
    -moz-transform: translate3d(0, 0, -40px);
    -ms-transform: translate3d(0, 0, -40px);
    -o-transform: translate3d(0, 0, -40px);
    transform: translate3d(0, 0, -40px);
    opacity: .4;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-out {
    z-index: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -60px);
    -moz-transform: translate3d(0, 0, -60px);
    -ms-transform: translate3d(0, 0, -60px);
    -o-transform: translate3d(0, 0, -60px);
    transform: translate3d(0, 0, -60px);
}

.cd-item-wrapper li.move-right {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    opacity: 0;
    z-index: 4 !important;
}

.cd-item-wrapper li.hidden {
    display: none !important;
}

.no-csstransitions .cd-item-wrapper li.cd-item-middle, .no-csstransitions .cd-item-wrapper li.cd-item-back {
    display: none;
}

.cd-item-info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    padding: 0 1em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
    overflow: hidden;
}

.cd-item-info:after {
    content: "";
    display: table;
    clear: both;
}

.cd-item-info b {
    font-weight: normal;
}

.cd-item-info b a {
    color: #323d55;
}

.cd-item-info b a:hover {
    text-decoration: initial;
}

.cd-item-info em {
    float: right;
    color: #7385ad;
}

.cd-item-navigation a {
    position: absolute;
    top: 50%;
    background-image: url(../projt.png);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 45px;
    background-color: rgba(216, 216, 216, 0.4);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 4;
    display: none;
    border-radius: 0.25em;
}

.no-touch .cd-item-navigation a:hover {
    background-color: rgba(216, 216, 216, 0.6);
}

.cd-item-navigation a.visible {
    display: block;
    -webkit-animation: cd-fade-in 0.4s;
    -moz-animation: cd-fade-in 0.4s;
    animation: cd-fade-in 0.4s;
}

.cd-item-navigation li:nth-child(1) a {
    left: 14px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-item-navigation li:nth-child(2) a {
    right: 14px;
}

.no-csstransitions .cd-item-navigation {
    display: none;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cd-3d-trigger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    z-index: 4;
}

.no-touch .cd-3d-trigger {
    display: none;
}

.no-touch #cd-gallery-items > li:hover .cd-item-middle, .no-touch #cd-gallery-items > li:hover .cd-item-back {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.no-touch #cd-gallery-items > li:hover .cd-item-middle {
    -webkit-transform: translate3d(0, 0, -20px);
    -moz-transform: translate3d(0, 0, -20px);
    -ms-transform: translate3d(0, 0, -20px);
    -o-transform: translate3d(0, 0, -20px);
    transform: translate3d(0, 0, -20px);
    opacity: .8;
}

.no-touch #cd-gallery-items > li:hover .cd-item-back {
    -webkit-transform: translate3d(0, 0, -40px);
    -moz-transform: translate3d(0, 0, -40px);
    -ms-transform: translate3d(0, 0, -40px);
    -o-transform: translate3d(0, 0, -40px);
    transform: translate3d(0, 0, -40px);
    opacity: .4;
}

/** 产品详情页图片 */
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    float: left;
    max-width: 100%;
}

.sp-thumbs {
    text-align: left;
    display: inline-block;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    margin: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}

.sp-thumbs a:active, .sp-current {
    opacity: 1 !important;
    position: relative;
}

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover, #sp-next:hover {
    background: #444;
}

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    #sp-prev, #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/*产品详情页面参数*/
.showproductright {
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .showproductleft {
        padding-right: 0px;
    }
}

.showproduct_paralist_ul li {
    line-height: 35px;
    color: #666;
}

.showproduct_paralist_ul span {
    display: block;
    float: left;
    min-width: 50px;
    margin-right: 10px;
}

/** 新闻列表 */
.newslist_p15 {
    padding: 15px;
}

.newslist_p2015 {
    padding: 20px 15px;
}

.newslist_b0 {
    border: none !important;
}

.newslist_m0 {
    margin: 0px !important;
}

.newslist_p0 {
    padding: 0px !important;
}

.newslist_w126 {
    width: 126px;
}

.newslist_pr0 {
    padding-right: 0px !important;
}

/*
首页标题样式
------------  图片  ---------
*/
@font-face {
    font-family: Fzltzh_Regular;
    src: url(../fonts/FZLT_ZH.TTF);
}

@font-face {
    font-family: Fzltzh_SmallerBlack;
    src: url(../fonts/FZLTXHK0.TTF);
}

.pbl-area {
    margin-top: 30px;
    padding: 15px 0px;
    clear: both;
    width: 100%;
    float: left;
}

.pbl-area.whitebgc {
    background-color: #fff;
}

.pbl-area .headerbx {
    width: 100%;
    text-align: center;
}

.pbl-area .headerbx .pbl-title {
    width: 100%;
    text-align: center;
    font-family: "Fzltzh_Regular";
    font-size: 30px;
    color: #333333;
}

.pbl-area .headerbx .pbl-t-break {
    width: 440px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    padding-top: 15px;
}

.pbl-area .headerbx .pbl-t-break .icon {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 3px;
}

.pbl-area .headerbx .pbl-t-break .icon img {
    display: inline;
    padding: 0 10px;
    background: #fff;
}

.pbl-area .headerbx .pbl-t-break .line {
    height: 1px;
    width: 100%;
    background: #cccccc;
}

.pbl-area .type-listbx {
    padding: 25px 0px;
    text-align: center;
}

.pbl-area .type-listbx .tp-items {
    display: inline;
    margin: 0px 10px;
    color: #333;
    padding: 10px 0px;
}

.pbl-area .type-listbx .tp-items.active, .pbl-area .type-listbx .tp-items:hover {
    border-bottom: 2px solid #10c666;
    cursor: pointer;
}

/*       ---          产品内容        ---      */
.pbl-area .body-bx {
    background: #f1f1f1;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    min-height: 475px;
}

.pbl-area .body-bx .pro-items {
    border: 1px solid #e6e6e6;
    margin: 10px;
    display: none;
    width: 272px;
    min-height: 436px;
    background: #fff;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.pbl-area .body-bx .pro-items .canshu p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.pbl-area .body-bx .pro-items.active {
    display: inline-block;
}

.pbl-area .body-bx .pro-items:hover {
    border: 1px solid #10c666;
}

.pbl-area .body-bx .pro-items .pro-img {
    text-align: center;
    padding: 10px 0px;
}

.pbl-area .body-bx .pro-items .pro-img img {
    max-width: 200px;
}

.pbl-area .body-bx .pro-items .pro-title {
    padding: 0px 0px 8px 0px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*       ---          服务领域        ---      */
.pbl-area .body-bx .pro-items .canshu {
    padding: 12px 10px;
}

.pbl-area .sarea-desc {
    padding: 22px 0;
    font-size: 22px;
    color: #808080;
    font-family: "Fzltzh_SmallerBlack";
}

.pbl-area .sarea-iconlistbx {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pbl-area .sarea-iconlistbx .item-icon {
    display: inline-block;
    margin: 0px 29px;
    text-align: center;
}

.pbl-area .sarea-iconlistbx .item-icon .typename {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.pbl-area .sarea-iconlistbx .item-icon .icon > div.imgdiv {
    width: 100px;
    height: 100px;
}

/*       ---          最新动态        ---      */
.pbl-area .news {
    width: 100%;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.pbl-area .news .news-item {
    width: 350px;
    float: left;
    margin: 0px 20px;
    text-align: left;
    display: inline-block;
}

.pbl-area .news .news-item .news-title {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
    padding: 15px 0px;
    border-bottom: 2px solid #e6e6e6;
}

.pbl-area .news .news-item .news-desc {
    padding: 15px 0px;
    font-size: 14px;
    color: #666;
}

.pbl-area .news .news-item .news-btn-info {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #32bb16;
    padding: 0px 20px;
    border: 1px solid #32bb16;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*       ---          关于我们        ---      */
.pbl-area .aboutus-bx {
    padding: 25px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.85);
}

.pbl-area .aboutus-bx .about-item {
    display: inline-block;
    float: left;
}

.pbl-area .aboutus-bx .about-item.about-img {
    width: 400px;
}

.pbl-area .aboutus-bx .about-item.about-desc {
    width: 490px;
    padding: 2px 20px;
    font-size: 14px;
    color: #666;
}

.pbl-area .aboutus-bx .about-item.about-contact-info {
    width: 300px;
    height: 220px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;

}

.pbl-area .aboutus-bx .about-item.about-contact-info .erweima {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.pbl-area .aboutus-bx .about-item.about-contact-info .erweima img {
    width: 80px;
}

.pbl-area .aboutus-bx .about-item.about-contact-info .phone-call {
    padding-left: 20px;
    padding-top: 15px;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
}

.pbl-area .aboutus-bx .about-item.about-contact-info .phone-call p {
    line-height: 24px;
}

/*       ---          合作伙伴        ---      */
.pbl-area .partner-bx {
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 25px 0px;
}

.pbl-area .partner-bx .partner-item {
    height: 80px;
    width: 200px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    display: inline-block;
    margin: 0px 15px;
}

.pbl-area .go-info {
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
    display: none;
}

@media (min-width: 1200px) {
    .index-1200 .container {
        width: 1200px;
    }
}

pre.break_content {
    padding: 0px;
    border: 0px;
    background: none;
    color: inherit;
}
