﻿.Themebg, .Themebghover:hover, .message-list dl dt, .ThemeBbg, .product .pro_list li a:hover, .title_x, .p_pro_d .title_d, #ProClass li.ac .Classtriangle, .pro_class_x .product-class li a:hover, .pro_class_x .product-class li a.Themebg, .p_info_d .title_d
{
    background-color: #00693c!important;
}
.Themefont, .Themetxthover:hover
{
    color: #00693c!important;
}
.ThemeFborder, .Themebdhover:hover, .message-list dl, .form .header
{
    border-color: #00693c!important;
}
.NavBoxPublic .TriangleBtn:before
{
    border-color: #00693c!important;
}
.ThemeFbg, .footers
{
    background-color: #ccc!important;
}
@font-face
{
    font-family: "iconfont";
    src: url('/html/font/iconfont.eot?');
    src: url('/html/font/iconfont.eot?') format('embedded-opentype'),url('/html/font/iconfont.woff') format('woff'),url('/html/font/iconfont.ttf') format('truetype'),url('/html/font/iconfont.svg') format('svg');
}
.iconfont
{
    text-align: center;
    font-family: "iconfont"!important;
    font-size: 16px;
    font-style: normal;
}
.icon-gonggao:before
{
    content: "";
}
.animated
{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInDown
{
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none；;
    }
}
.fadeInUp
{
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes flipInY
{
    0%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }
    80%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }
    100%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY
{
    0%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }
    80%
    {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }
    100%
    {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY
{
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes flipInX
{
    0%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }
    80%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }
    100%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX
{
    0%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }
    80%
    {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }
    100%
    {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX
{
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.body_title i
{
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url(../image/249png_01.png) no-repeat left center;
}
.body_title h3
{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.header-box
{
    padding: 10px 0;
}
.body_more
{
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: url(../image/249png_03.png) no-repeat right center;
    font-size: 16px;
}
.body_more a
{
    display: inline-block;
    width: 100%;
}
body .news-nr-box .DownloadBtn
{
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    background-position: 9px;
    height: 40px;
    line-height: 40px;
}
.menu .header-box
{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.menu .header-box .logo
{
    float: none;
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
    display: block;
}
.menu .header-box .logo img
{
    max-height: 100px!important;
    max-width: 100%;
}
.logo_name span
{
    text-indent: -99em;
    position: absolute;
    display: block;
}
.tpl_two, .tpl_three, .tpl_four, .tpl_five, .tpl_six, .tpl_seven, .tpl_ten, .tpl_elevn, .tpl_footers
{
    overflow: hidden;
}
.menu .NavBoxPublic ul.navPublic li a
{
    color: #333;
}
.content-box
{
    max-width: 1180px;
    margin: 30px auto;
}
.overflow
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.cl
{
    clear: both;
}
.Animation
{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.m-box01
{
    max-width: 1180px!important;
}
.column
{
    margin: 0;
}
.tpl_six, .tpl_seven
{
    background-color: #f7f8f8;
}
.tpl_four, .tpl_eight
{
    background-color: #fff;
}
.tpl_ten .title_name2
{
    color: #fff!important;
}
.content-box .page .col-lg-9
{
    height: auto;
}
.headFixed
{
    margin: 0 auto;
}
.menu .nav-box
{
    max-width: 1180px;
    margin: 0 auto;
}
.menu .nav
{
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
}
.menu .nav li
{
    float: left;
    text-align: center;
    width: 12.5%;
}
.menu .nav li:last-child
{
    background: none;
}
.menu .navbar-nav .ThemeBbg
{
    color: #fff;
}
.menu .nav>li:hover ul
{
    display: block;
    padding: 0;
}
.menu .navbar-nav>li>a h2
{
    border-bottom: 3px solid fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.menu .navbar-nav>li:hover>a h2
{
    border-bottom: 3px solid #00693c;
    color: #00693c;
}
.menu .navbar-nav h2
{
    line-height: inherit;
    font-size: 16px;
}
.menu .nav>li .Triangle:after
{
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid;
    position: absolute;
    right: 5px;
    top: 30px;
}
.menu .nav>li ul
{
    width: 100%;
    display: none;
    padding: 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 9;
}
.menu .nav>li ul li
{
    line-height: 40px;
    padding: 0;
    background: none;
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
}
.menu .nav>li ul li a
{
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    margin: 0;
}
.menu .nav>li ul li a:hover
{
    text-decoration: none;
    color: #fff;
}
.menu .navbar-nav>li>a
{
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    height: auto;
    padding: 0;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
}
.menu .navbar-nav>li>a.active, .menu .navbar-nav>li>a:hover, .menu .navbar-nav>li>a:focus
{
    background: none;
}
.menu .navbar-nav>li>a.active
{
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.NavBtn
{
    display: none;
    text-align: center;
    overflow: hidden;
}
.header-box .clearfix.none
{
    display: none;
}
.btn-navbar-t
{
    display: none;
    float: right;
    padding: 3px 8px 7px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
}
.btn-navbar-t:hover, .btn-navbar-t:focus, .btn-navbar-t:active, .btn-navbar-t.active, .btn-navbar-t.disabled, .btn-navbar-t[disabled], .btn-navbar-t .icon-bar:hover, .btn-navbar-t .icon-bar:focus, .btn-navbar-t .icon-bar:active
{
    filter: Alpha(opacity=80);
    opacity: .8;
}
.btn-navbar-t .icon-bar
{
    background: #ccc;
    display: block;
    margin-top: 4px;
    width: 18px;
    height: 2px;
}
@media screen and (max-width: 1180px)
{
    .menu .header-nav .nav-box
    {
        width: auto;
    }
    .content-box
    {
        margin: 30px 15px;
    }
}
@media screen and (max-width: 870px)
{
    .menu .header-box
    {
        padding: 0;
    }
    .menu .header-box .logo
    {
        padding: 0;
    }
    .menu
    {
        height: auto;
    }
    .header-box .clearfix.none
    {
        display: block;
    }
    .menu .header-nav
    {
        position: static;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .menu .header-box
    {
        width: 100%;
        position: relative;
    }
    .menu .nav li a:hover:after
    {
        display: none;
    }
    .menu .btn-t
    {
        display: block;
        position: absolute;
        top: 18px;
        right: 14px;
        z-index: 99;
    }
    .menu .header-nav .nav-box
    {
        background: none;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .menu .navbar-collapse
    {
        margin: 0;
        border-top-width: 2px;
        border-top-style: solid;
    }
    .menu .navbar-collapse.collapse
    {
        display: none!important;
    }
    .menu .navbar-collapse.in
    {
        overflow-y: hidden;
        display: block!important;
        height: auto;
    }
    .menu .navbar-collapse.collapseing
    {
        padding: 0;
        margin: 0;
    }
    .menu .nav
    {
        float: none;
        width: 100%;
    }
    .menu .nav li
    {
        float: none;
        width: 100%;
        background: none;
        border-top-width: 1px;
        border-top-style: solid;
    }
    .menu .nav li:last-child
    {
        border-bottom: none;
    }
    .menu .nav li a
    {
        padding: 0 20px;
        text-align: left;
        display: block;
        font-size: 14px;
        margin: 0;
        line-height: 30px;
    }
    .menu .nav li a:hover, .menu .nav li.active a, .menu .nav li.active
    {
        text-align: left;
        color: #fff;
    }
    .menu .nav li a:hover, .menu .nav li.Theme
    {
        border-radius: 0;
        -webkit-transform: translatex(5px);
        -moz-transform: translatex(5px);
        transform: translatex(5px);
    }
    .menu .NavBox
    {
        width: 100%;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
    .menu .header-box.active .NavBox
    {
        visibility: visible;
    }
}
@media screen and (max-width: 768px)
{
    .menu .header-box .logo img
    {
        max-height: 45px!important;
    }
    .album video
    {
        display: none;
    }
    .album .title_name2
    {
        color: #444!important;
    }
}
@media screen and (max-width: 600px)
{
    .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11
    {
        padding: 0;
    }
}
@media screen and (max-width: 320px)
{
    #pp
    {
        margin-left: 0;
    }
}
.footers
{
    width: 100%;
}
.footers-box
{
    margin: 0 auto;
    max-width: 1190px;
}
.footers .footers-box
{
    padding: 15px 0;
}
.footers .footers-box a
{
    margin-right: 10px;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: underline;
}
.footers .footers-box p
{
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.banner
{
    width: 100%;
    overflow: hidden;
}
.carousel
{
    margin: 0;
}
.bannerBox
{
    margin: 0 auto;
    position: relative;
}
.banner .carousel-control
{
    background: none;
}
.notice
{
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.notice .alertinfo
{
    position: relative;
}
.notice-box .zuixin
{
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px 0 30px;
    vertical-align: top;
    color: #fff;
    float: left;
}
.notice-box .zuixin:before
{
    content: "";
    position: absolute;
    left: 0;
    font-size: 22px;
}
.notice .notice-box
{
    position: relative;
    clear: none;
    height: 45px;
}
.notice .notice-box .noticeBox
{
    max-width: 1180px;
    margin: 0 auto;
}
.notice .notice-box ul.notice-ul
{
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    list-style: none;
    padding-left: 100px;
}
.notice .notice-box ul.notice-ul li
{
    height: 45px;
    line-height: 45px;
}
.notice .notice-box ul.notice-ul li a
{
    color: #fff;
    padding: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice .notice-box ul.notice-ul li a:hover
{
    text-decoration: none;
}
.notice .col-md-6, .notice .col-md-4
{
    padding: 0;
}
.notice .search
{
    float: right;
    display: inline;
    margin-top: 6px;
    height: 33px;
}
.notice .search .navbar-form
{
    padding: 0;
    float: right;
    margin: 0;
    width: 300px;
}
.notice .search .navbar-form .form-control
{
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px!important;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: none;
}
.notice .search .dropdown-menu
{
    border-radius: 0;
    padding: 0;
    min-width: 70px;
    left: 0;
}
.notice .search .dropdown-menu>li
{
    padding: 0;
}
.notice .search .dropdown-menu>li>a
{
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block;
    line-height: 26px;
    padding: 0;
}
.notice .search .btn-danger
{
    background-color: #bcbcbc;
    border: 1px solid #bcbcbc;
    background-image: none;
    padding: 8px 4px;
    font-size: 12px;
}
.notice .search .form-group
{
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
    width: 300px;
}
.notice .btn-search-group
{
    color: #fff;
    font-size: 12px;
    font-family: "SimSun";
    cursor: pointer;
    right: 14px;
    margin: 0;
    vertical-align: top;
}
.notice .btn-search-group .btn
{
    background: none!important;
    border: none!important;
}
.notice .alertinfo li
{
    line-height: 40px;
    white-space: nowrap;
}
@media screen and (max-width: 1180px)
{
    .notice .notice-box
    {
        max-width: 100%;
    }
    .notice .notice-box .noticeBox
    {
        margin: 0 15px 0;
    }
}
@media screen and (max-width: 870px)
{
    .notice .notice-box .col-md-4
    {
        width: 48%;
    }
    .notice .searchBox
    {
        display: none;
    }
}
.notice .btn-search-group
{
    color: #fff;
    font-size: 14px;
    font-family: "SimSun";
    cursor: pointer;
    position: absolute;
    right: 0;
}
.notice .btn-search-group .btn
{
    background: none!important;
    border: none!important;
}
.notice .alertinfo li
{
    white-space: nowrap;
}
.about
{
    position: relative;
    font-size: 14px;
    overflow: hidden;
    margin: 40px 0;
}
.about .about_left
{
    position: absolute;
    left: 11%;
    top: 40px;
    width: 52%;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}
.about .about_left img
{
    width: 100%;
    height: 450px;
}
.about .about_con
{
    position: absolute;
    left: 7%;
    top: 60px;
    width: 22%;
    height: 460px;
}
.about .about_right
{
    float: right;
    width: 40%;
    height: 540px;
    margin-right: 3.5%;
    box-shadow: 0 0 13px 0 rgba(234,234,234);
    border: 1px solid #eee;
}
.about .about_right_con
{
    padding: 50px 9% 50px 26%;
}
.about .company-box
{
    padding: 10px;
    line-height: 30px;
    max-height: 390px;
    min-height: 390px;
    overflow: hidden;
}
.about .body_more
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .about
    {
        margin: 20px 0;
    }
    .about .about_left, .about .about_con
    {
        display: none;
    }
    .about .about_right
    {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-shadow: none;
        border: none;
        background-color: #fff;
        padding: 20px 0;
    }
    .about .about_right_con
    {
        padding: 0;
    }
    .about .company-box
    {
        min-height: auto;
        max-height: 376px;
        padding: 20px;
    }
    .about .body_title
    {
        text-align: center;
    }
    .about .body_more
    {
        display: block;
    }
}
.article
{
    padding: 40px 0;
}
.article .body_title
{
    text-align: center;
    margin-bottom: 20px;
}
.article .article_list .z_click_con
{
    display: none;
}
.article .article_list .z_click_con:nth-child(1)
{
    display: block;
}
.article .article_left
{
    float: left;
    width: 42%;
}
.article .article_left ul li
{
    border-right: 3px solid #dedfdf;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}
.article .article_left .img_box
{
    float: left;
    width: 25%;
}
.article .article_left .img_box img
{
    width: 100%;
}
.article .article_left .font_box
{
    float: right;
    width: 70%;
}
.article .article_left .font_box h2, .article .article_left .font_box h3
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}
.article .article_left .font_box p
{
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
}
.article .article_right
{
    float: right;
    width: 54%;
    max-height: 440px;
    overflow: hidden;
}
.article .article_right img
{
    width: 100%;
    height: 510px;
}
.article .article_left ul li:hover .font_box h2, .article .article_left ul li:hover .font_box h3, .article .article_left ul li:hover .font_box p
{
    color: #fff;
}
.article .body_more
{
    margin-top: 20px;
}
.article .article_left ul .z_b
{
    background-color: #00693c!important;
}
.article .article_left ul .z_b .font_box h2, .article .article_left ul .z_b .font_box h3, .article .article_left ul .z_b .font_box p
{
    color: #fff;
}
@media screen and (max-width: 768px)
{
    .article
    {
        padding: 20px 0;
    }
    .article .article_left
    {
        float: none;
        width: 100%;
    }
    .article .article_left .font_box h2, .article .article_left .font_box h3
    {
        margin-bottom: 10px;
    }
    .article .article_right
    {
        display: none;
    }
}
.articleLabel
{
    padding: 40px 0;
}
.articleLabel .body_title
{
    text-align: center;
    margin-bottom: 30px;
}
.articleLabel .innewimg_list ul li
{
    float: left;
    width: 33.3%;
    position: relative;
    background-color: #f7f8f8;
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
    transition: all .5s;
}
.articleLabel .innewimg_list ul li a
{
    display: block;
    padding: 30px;
    transition: all .5s;
}
.articleLabel .innewimg_list ul li h2, .articleLabel .innewimg_list ul li h3
{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.articleLabel .innewimg_list ul li b
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.articleLabel .innewimg_list .img_box img
{
    width: 100%;
}
.articleLabel .innewimg_list .font_box
{
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0;
    color: #666;
    position: relative;
}
.articleLabel .innewimg_list p
{
    width: 35%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c9caca;
    margin: 0 auto;
    text-align: center;
    color: #666;
    margin-top: 25px;
}
.articleLabel .innewimg_list ul li:hover
{
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
.articleLabel .innewimg_list ul li:hover a, .articleLabel .innewimg_list ul li:hover b, .articleLabel .innewimg_list ul li:hover .font_box
{
    color: #fff!important;
}
.articleLabel .innewimg_list ul li:hover p
{
    color: #fff;
    border: 1px solid #fff;
}
@media screen and (max-width: 768px)
{
    .articleLabel
    {
        padding: 20px 0;
    }
    .articleLabel .innewimg_list p
    {
        width: 95%;
    }
}
@media screen and (max-width: 600px)
{
    .articleLabel .innewimg_list ul li
    {
        float: left;
        width: 50%;
    }
    .articleLabel .innewimg_list ul li:nth-child(3)
    {
        display: none;
    }
    .articleLabel .innewimg_list ul li a
    {
        display: block;
        padding: 10px;
        transition: all .5s;
    }
    .articleLabel .innewimg_list ul li
    {
        background-color: #fff;
    }
}
.product_title
{
    text-align: center;
    margin-bottom: 20px;
}
.product
{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.list_j4 ul
{
    margin-left: -2%;
}
.list_j4 ul li
{
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 23%;
    margin: 15px 0 15px 2%;
    position: relative;
    transition: all .5s;
}
.list_j4 ul li img
{
    width: 100%;
    transition: all .5s;
}
.product .inproduct_list .img_box
{
    overflow: hidden;
}
.product .inproduct_list ul li:hover img
{
    transform: scale(1.1);
}
.product .font_box
{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
.product .font_box h2, .product .font_box h3
{
    float: left;
    width: 65%;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.product .font_box p
{
    float: right;
    width: 30%;
    font-size: 16px;
    color: #f00;
}
.product .fonthover_box
{
    display: none;
}
.product .inproduct_list ul li:hover .fonthover_box
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.product .fonthover_box p
{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    background: url(../image/249png_02.png) no-repeat right center;
}
@media screen and (max-width: 768px)
{
    .product
    {
        position: relative;
        overflow: hidden;
        padding: 20px 0;
    }
    .list_j4 ul li
    {
        width: 31.3%;
        margin: 10px 0 10px 2%;
    }
    .list_j4 ul li:nth-child(7), .list_j4 ul li:nth-child(8)
    {
        display: none;
    }
    .product .inproduct_list
    {
        padding: 10px;
    }
}
@media screen and (max-width: 414px)
{
    .product
    {
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }
    .list_j4 ul li
    {
        width: 48%;
        margin: 5px 0 5px 2%;
    }
    .product .font_box h2, .product .font_box h3
    {
        float: none;
        width: 100%;
    }
    .product .font_box p
    {
        display: none;
    }
    .product .font_box, .product .font_box h2, .product .font_box h3, .product .inproduct_list ul li:hover .fonthover_box
    {
        height: 40px;
        line-height: 40px;
    }
}
.friendLink
{
    background-color: #fff!important;
    padding: 10px 0;
}
.friendBox
{
    max-width: 1190px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(170,170,170,.6);
    border: 1px solid #e7e8e8;
    margin: 0 auto;
    background-color: #fff;
}
.friendLink .link-box h4
{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
}
.friendLink .link-box ul
{
    overflow: hidden;
    display: inline;
    color: #fff;
    line-height: 34px;
}
.friendLink .link-box ul li
{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    padding: 0 3px;
    font-size: 14px;
}
.friendLink .link-box ul li:first-child:after
{
    display: none;
}
.friendLink .link-box ul li:after
{
    content: '|';
    position: absolute;
    left: -10px;
    top: 0;
}
.friendLink .link-box ul a
{
    word-break: break-all;
    word-wrap: break-word;
    font-style: normal;
}
.friendLink .link_left
{
    float: left;
    width: 15%;
    color: #fff;
    max-height: 80px;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
}
.friendLink .link_right
{
    float: right;
    width: 84%;
    max-height: 100px;
    overflow: hidden;
}
@media screen and (max-width: 1180px)
{
    .friendBox
    {
        padding: 5px 15px!important;
    }
}
@media screen and (max-width: 768px)
{
    .friendBox
    {
        display: none;
    }
}
.row
{
    margin: 0;
}
.DoesNot
{
    text-align: center;
    font-size: 20px;
    margin: 50px 0;
}
.company-box
{
    padding: 0 0;
    background-color: #fff;
}
.company-box p
{
    line-height: 2.1em;
}
.company-box .BgP10
{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
.Company_imgbox
{
    float: right;
    width: 400px;
    height: 300px;
    margin: 20px 20px 30px 50px;
    position: relative;
}
.Company_imgbox img
{
    position: absolute;
    right: 0;
    height: 300px;
    z-index: 2;
}
.Company_imgbox:before
{
    content: "";
    width: 100%;
    height: 300px;
    background-color: #efefef;
    position: absolute;
    top: 20px;
    left: -20px;
}
.pagenav
{
    margin-bottom: 15px;
}
.pagenav a
{
    padding: 5px 10px;
}
.pagenav .active, .pagenav a:hover
{
    color: #fff;
}
.list_j4 ul
{
    margin-left: -2%;
}
.list_j4 ul li
{
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 23%;
    margin: 15px 0 15px 2%;
    position: relative;
    transition: all .5s;
}
.list_j4 ul li img
{
    width: 100%;
    transition: all .5s;
}
.ProductClassBox .inproduct_list .img_box
{
    overflow: hidden;
}
.ProductClassBox .inproduct_list ul li:hover img
{
    transform: scale(1.1);
}
.ProductClassBox .font_box
{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
.ProductClassBox .font_box h2, .ProductClassBox .font_box h3
{
    float: left;
    width: 49%;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.ProductClassBox .font_box p
{
    float: right;
    width: 49%;
    font-size: 16px;
    color: #f00;
    text-align: right;
}
.ProductClassBox .fonthover_box
{
    display: none;
}
.ProductClassBox .inproduct_list ul li:hover .fonthover_box
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.ProductClassBox .fonthover_box p
{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    background: url(../image/249png_02.png) no-repeat right center;
}
.con_left
{
    float: left;
    width: 23%;
}
.con_right
{
    float: right;
    width: 75%;
}
.conleft_cp ul
{
    margin: 20px;
}
.conleft_cp ul li
{
    float: none;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 15px 0;
    position: relative;
    transition: all .5s;
}
.conleft_cp ul li img
{
    width: 100%;
    transition: all .5s;
}
.conleft_cp .img_box
{
    overflow: hidden;
}
.conleft_cp ul li:hover img
{
    transform: scale(1.1);
}
.conleft_cp .font_box
{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
.conleft_cp .font_box h2, .conleft_cp .font_box h3
{
    float: left;
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.conleft_cp .font_box p
{
    float: right;
    width: 49%;
    font-size: 16px;
    color: #f00;
    text-align: right;
    overflow: hidden;
}
.conleft_cp ul li:nth-child(4)
{
    display: none!important;
}
.conleft_cp .fonthover_box
{
    display: none;
}
.conleft_cp ul li:hover .fonthover_box
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.conleft_cp .fonthover_box p
{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    background: url(../image/249png_02.png) no-repeat right center;
}
.con_left .leftbox
{
    background-color: #fff;
}
.con_left .con_title
{
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
}
.conleft_cp .price_num
{
    color: #ef0000;
}
.con_left .productBox
{
    margin: 10px auto 0;
}
@media screen and (max-width: 768px)
{
    .Company_imgbox
    {
        float: none;
        width: 80%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    .Company_imgbox img
    {
        position: inherit;
        right: 0;
        height: 100%;
        z-index: 2;
    }
    .Company_imgbox:before
    {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #efefef;
        position: relative;
        top: 20px;
        left: -20px;
    }
    .conleft_cp ul
    {
        margin: 0;
    }
    .list_j4 ul li
    {
        width: 31.3%;
        margin: 10px 0 10px 2%;
    }
    .list_j4 ul li:nth-child(7), .list_j4 ul li:nth-child(8)
    {
        display: none;
    }
    .ProductClassBox .inproduct_list
    {
        width: 95%;
        margin: 0 auto;
    }
    .con_left
    {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .con_right
    {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .conleft_cp ul li
    {
        float: left;
        width: 48%;
        margin: 5px 0 5px 2%;
    }
    .conleft_cp .product-box li, .conleft_cp .productBox .product-box li:first-child
    {
        margin-top: 0;
    }
    .conleft_cp ul li:nth-child(4)
    {
        display: block!important;
    }
}
@media screen and (max-width: 414px)
{
    .ProductClassBox
    {
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }
    .list_j4 ul li
    {
        width: 48%;
        margin: 5px 0 5px 2%;
    }
    .ProductClassBox .font_box h2, .ProductClassBox .font_box h3
    {
        float: none;
        width: 100%;
    }
    .ProductClassBox .font_box p, .conleft_cp .font_box p
    {
        display: none;
    }
}
.newlist_list
{
    background-color: #fff;
    margin-top: 10px;
}
.newlist_list ul
{
    padding: 20px 2%;
}
.newlist_list ul li
{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    overflow: hidden;
}
.newlist_list .news_img
{
    float: left;
    width: 20%;
}
.newlist_list .news_img img
{
    width: 100%;
}
.newlist_list .news_time
{
    float: left;
    width: 10%;
    padding-left: 2%;
    padding-top: 30px;
}
.newlist_list .news_time b
{
    font-size: 20px;
    font-weight: normal;
}
.newlist_list .news_time p
{
    color: #999;
}
.newlist_list .news_det
{
    float: right;
    width: 66%;
    font-size: 16px;
    padding-top: 30px;
}
.newlist_list .news_det h3
{
    line-height: inherit;
    font-size: 16px;
}
.newlist_list .news_det .det_box
{
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 10px;
}
.newlist .news-nr-box h1
{
    text-align: left;
}
.newlist .news-nr-box h6
{
    text-align: left;
    color: #999;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.newlist .news-nr-box
{
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;
}
@media screen and (max-width: 414px)
{
    .newlist_list .news_img
    {
        float: left;
        width: 30%;
    }
    .newlist_list .news_time
    {
        display: none;
    }
    .newlist_list .news_det
    {
        float: right;
        font-size: 16px;
        padding-top: 0;
    }
}
a.a-btn
{
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
}
a.a-btn+a
{
    margin-bottom: 3px;
}
a.a-btn.a-btn1
{
    background-color: #cfcdcf;
    color: #666;
}
a.a-btn.a-btn1:hover
{
    background-color: #ccc;
    color: #fff;
}
.Themebg.btn-success
{
    margin-bottom: 5px;
    margin-right: 5px;
}
.btn-warning.btn-can
{
    margin-left: 0;
}
.TopologyLeft .body-right, .TopologyLeft .body-left
{
    margin: 0;
}
.pro_keyword
{
    padding: 0;
}
a.a-btn.a-btn2
{
    color: #fff;
}
.TopologyCenter .body-left
{
    padding-top: 25px;
}
.photo.row
{
    padding-top: 20px;
}
.breadCrumb
{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.breadCrumb em
{
    font-family: Arial;
    font-size: 14px;
    padding: 0 8px;
}
.breadCrumb a
{
    color: #333;
    margin: 0;
    line-height: 40px;
}
.breadCrumb a.pick
{
    color: #1e82c5;
}
.breadCrumb em, .breadCrumb b, .breadCrumb span
{
    margin: 0;
    line-height: 40px;
}
.page
{
    margin-top: 25px;
}
.page .col-lg-3, .page .col-lg-9
{
    padding: 0;
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
}
.page .col-lg-9
{
    text-align: right;
}
.page .pagination
{
    margin: 0;
    padding-left: 12px;
}
.page .pagination>li>a
{
    color: #666;
}
.page .pagination>li:first-child>a, .pagination>li:first-child>span
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.page .pagination>li:last-child>a, .pagination>li:last-child>span
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.page .pagination>.active>a, .page .pagination>.active>span, .page .pagination>.active>a:hover, .page .pagination>.active>span:hover, .page .pagination>.active>a:focus, .page .pagination>.active>span:focus
{
    background-color: #1e82c5;
    border-color: #1e82c5;
    color: #fff;
}
#ProClassLeft li.ac .acc:after, #md_detailProductClass li.ac .acc:after
{
    border-top: 8px solid #00693c!important;
}
.classifi
{
    padding: 10px 0;
}
.classifi .product-class
{
    text-align: center;
}
.classifi .product-class li
{
    position: relative;
    padding-right: 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.classifi .product-class li a
{
    max-width: 150px;
    margin-top: 5px;
    display: block;
    padding: 0 20px;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ProClassLeft li.ac .Themebg
{
    color: #00693c!important;
}
.ClassLeftBox .product-class li a.Themebg, .ClassLeftBox .product-class li a:hover
{
    color: #00693c!important;
    background-color: #fff!important;
}
.ClassLeftBox .product-class li a.Themebg:before, .ClassLeftBox .product-class li a:hover:before
{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 45%;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
.classifi .product-class li a:hover, .classifi .product-class li a.active
{
    color: #fff;
}
.classifi #ProClass li .classBox
{
    top: 46px;
}
.concpnav .product-class .classBox
{
    position: absolute;
    z-index: 300;
    background-color: #fff;
}
.concpnav .product-class .secon
{
    text-indent: 0;
}
.classifiLeft
{
    background: #fff;
    margin-top: 15px;
}
.ClassLeftBox .product-class
{
    border: none;
    padding: 10px;
}
.concpnav .ClassLeftBox .product-class li
{
    float: left;
    line-height: 34px;
    margin: 0 20px 10px 0;
    background: none;
    width: auto;
    position: relative;
}
.body-left.ClassLeftBox .product-class li:last-child
{
    border-bottom: none;
}
.ClassLeftBox .product-class li a, .ClassLeftBox .product-class li
{
    line-height: 38px;
    color: #fff;
}
.body-left.ClassLeftBox .product-class li a.ThemeSbg, .body-left.ClassLeftBox .product-class li a:hover
{
    color: #fff!important;
}
.body-right #ProClass li.ac .Classtriangle:after
{
    border-top-color: #fff!important;
}
.body-left .LeftBox
{
    background: #fff;
}
.body-left h4, .classifi h4
{
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
}
.body-left h4 span, .classifi h4 span
{
    font-size: 16px;
}
.body-left .LeftBox .list-box
{
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}
#ProClassLeft li.ac .Classtriangle:after, #md_detailProductClass li.ac .Classtriangle:after
{
    border-top: 8px solid #fff;
}
.LeftBox .more
{
    text-align: center;
    clear: both;
    margin: 10px 0;
}
.LeftBox .more a
{
    display: inline-block;
    font-size: 12px;
    position: relative;
    padding: 3px 10px;
    color: #fff;
    border-radius: 20px;
}
.LeftBox .more i
{
    font-size: 14px;
    margin-right: 5px;
}
.concpnav h2
{
    line-height: inherit;
    font-size: 14px;
}
@media screen and (max-width: 768px)
{
    .concpnav
    {
        display: none;
    }
}
.body-left .list-box
{
    padding: 10px 0;
}
.body-left .list-box li
{
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.body-left .list-box li a
{
    color: #333;
    padding-left: 10px;
}
.body-left .list-box li span
{
    display: none;
}
.LeftBox.mt15
{
    margin-top: 15px;
}
.ClassLeftBox .list-box li:before
{
    position: absolute;
    left: 0;
    top: -3px;
}
.body-right .productBox
{
    width: 100%;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productBox h4.title01
{
    overflow: hidden;
    height: 40px;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    line-height: 40px;
    border: 1px solid;
}
.productBox h4.title01 span
{
    padding: 0 10px;
    color: #fff;
    display: block;
    float: left;
}
.productBox h4.title01 .a-more
{
    color: #fff;
    font-size: 12px;
    float: right;
    padding: 0 10px;
    line-height: 40px;
}
.productBox
{
    max-width: 1180px!important;
}
.productBox .product-box li
{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.productBox .product-box .thumbnail
{
    border: 0;
    padding: 0 0 2px;
    background: none;
    border-radius: 0;
    position: relative;
    margin: 0;
}
.productBox .product-box li, .productBox .product-box li:first-child
{
    margin-top: 15px;
    margin: 15px .5% 0 \9;
}
.productBox .product-box li.col-md-3:nth-child(4n+1)
{
    margin-left: 0;
}
.productBox .div-img img
{
    width: 100%;
}
.productBox .product-box .thumbnail a.ImgBox
{
    position: relative;
    z-index: 2;
}
.productBox .product-box .thumbnail h5
{
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
}
.table-01
{
    width: 100%;
    margin-bottom: 15px;
}
.table-01 th, .table-01 td
{
    padding: 5px 2px;
    font-size: 14px;
}
.table-01 th
{
    text-align: right;
    width: 60px;
    font-weight: normal;
    color: #666;
    font-size: 14px;
}
.table-01 td
{
    color: #666;
}
.table-01 .jiathis_style_24x24
{
    margin: 0;
}
.table-02
{
    width: 100%;
}
.table-02 th, .table-02 td
{
    padding: 5px 2px;
    font-size: 12px;
    line-height: 30px;
}
.table-02 th
{
    text-align: right;
    width: 125px;
    font-weight: normal;
    color: #666;
    vertical-align: text-top;
}
.table-02 td
{
    color: #666;
}
.table-02 .line-b
{
    border-bottom: 2px solid #1e82c5;
}
.table-02 .line-b th
{
    color: #000;
    text-align: left;
}
.table-03 th
{
    width: 80px;
}
.table-02.table-02-b th
{
    width: 110px;
}
input.text01
{
    border: 1px solid #d8d9da;
    height: 30px;
    color: #333;
    line-height: 30px;
    padding: 2px 5px;
    width: 75%;
    size: auto;
    box-shadow: 0 0 2px #d6d6d6 inset;
    font-size: 12px;
}
input.text01:focus, input.text01:hover, input.text01:active
{
    border-color: #d8d9da;
    box-shadow: 0 0 3px #d6d6d6;
}
.textarea01
{
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    color: #636363;
    width: 75%;
}
.textarea01:focus
{
    border-color: #d8d9da;
    box-shadow: 0 0 4px #d6d6d6;
}
.pro-list li
{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.pro-list .thumbnail
{
    border: 0;
    padding: 0 0 2px;
    background: none;
    border-radius: 0;
    position: relative;
    margin: 0;
}
.pro-list li.col-md-4, .pro-list li.col-md-4:first-child
{
    margin-top: 15px;
    margin: 15px .4% 0 \9;
}
.pro-list li.col-md-4:nth-child(3n+1)
{
    margin-left: 0;
}
.pro-list .thumbnail a.ImgBox
{
    position: relative;
    z-index: 2;
    display: block;
}
.pro-list .thumbnail h5
{
    text-align: center;
    position: absolute;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    background: url(../image/black.png) repeat;
}
.pro-list .div-img
{
    overflow: hidden;
}
.pro-list .div-img img
{
    width: 100%;
}
.pro-list .thumbnail:hover img
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.productBox
{
    max-width: 1030px;
    margin: 25px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detail
{
    padding: 0;
    display: table;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
}
.product-detail .thumbnail
{
    margin-bottom: 0;
    border-radius: 0;
}
.product-detail .thumbnail img
{
    width: 100%;
}
.product-detail h2
{
    font-size: 16px;
    padding: 4px 0 5px 20px;
    margin: 0;
}
.product-detail .col-md-5, .product-detail .col-md-7
{
    padding: 0;
}
.fieldset-style
{
    overflow: hidden;
    background: #fff;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
}
.fieldset-style .div1
{
    padding: 6px 10px;
    color: #666;
    border-top: none;
}
.fieldset-style .div1 dl img
{
    max-width: 100%;
}
.fieldset-style .div1 dl
{
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
}
.fieldset-style .div1 dl dt
{
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #1e82c5;
}
.fieldset-style .div1 dl dd
{
    line-height: 22px;
}
.fieldset-style h3
{
    color: #fff;
}
.product_detail .title1
{
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
}
.product_detail .pro_page
{
    padding: 10px 0;
}
.product_detail .pro_page a
{
    font-size: 14px;
}
.table-box
{
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
}
.RightTitle
{
    border-bottom-width: 2px;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    line-height: 45px;
    text-indent: 10px;
}
.table-box .title.p1
{
    border: none;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.message-box
{
    padding: 0 10px 10px;
    background: #fff;
    margin-bottom: 10px;
}
.message-list
{
    padding: 0;
    margin-top: 10px;
}
.message-list dl
{
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.message-list dl dt
{
    font-family: "宋体";
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 5px;
}
.message-list dl dt b
{
    font-weight: normal;
    color: #fff;
}
.message-list dl dt span
{
    float: right;
    font-size: 12px;
    color: #fff;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.message-list dl dd
{
    margin: 0 12px;
}
.message-list dl dd p
{
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}
.message-list dl dd p i
{
    float: left;
    color: #333;
    padding-right: 18px;
    font-size: 18px;
}
blockquote
{
    border-left: 5px solid #fff;
    margin: 0 0 20px;
    padding: 0;
}
blockquote small:before
{
    content: "";
}
.friendLink
{
    display: none;
}
.friendBox
{
    margin: 15px auto 0;
    max-width: 1030px;
}
.friendLink .link-box
{
    height: auto;
    background-color: #fff;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.friendLink .link-box h4
{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
.friendLink .link-box ul
{
    overflow: hidden;
    display: inline;
    color: #666;
    line-height: 30px;
}
.friendLink .link-box ul li
{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    padding: 0 3px;
}
.friendLink .link-box ul li:first-child:after
{
    display: none;
}
.friendLink .link-box ul li:after
{
    content: '|';
    position: absolute;
    left: -10px;
    top: 0;
}
.friendLink .link-box ul a
{
    word-break: break-all;
    word-wrap: break-word;
    font-style: normal;
    color: #666;
}
.friendLink .link-box ul a:hover
{
    color: #ddd;
}
.map-box
{
    padding: 0;
    margin-bottom: 10px;
}
.map dl
{
    border-bottom: 1px dashed #ccc;
    padding: 12px;
    font-size: 13px;
    margin: 0;
}
.map dl:last-child
{
    border-bottom: none;
}
.map dl dt
{
    float: left;
    color: #000;
}
.map dl dd
{
    display: inline;
    margin: 0;
}
.map dl dd a
{
    margin: 0 10px 10px;
    float: left;
    color: #666;
}
.map dl dd a:hover
{
    color: #1e82c5;
}
.map dl dd p
{
    overflow: hidden;
}
.map-box1
{
    margin: 15px 0;
    min-height: 300px;
}
.BgP10
{
    background: #fff;
    padding: 10px 0;
}
.newlist .tab-box
{
    overflow: hidden;
    padding: 0 10px;
}
.newlist .tab-box a
{
    margin: 10px 10px 10px 0;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background: none;
    position: relative;
}
.newlist .tab-box a.Themebg:hover
{
    color: #000;
}
.newlist .tab-box a:hover, .newlist .tab-box a.Themebg
{
    color: #000;
    background-color: #fff!important;
}
.newlist .tab-box a:hover:after, .newlist .tab-box a.Themebg:after
{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 45%;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
.nlist-box
{
    padding: 0;
}
.nlist-box li
{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #666;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.nlist-box li:before
{
    content: "●  ";
    left: 0;
}
.nlist-box li a
{
    color: #666;
    padding-left: 15px;
    float: left;
    width: 70%;
}
.nlist-box li span
{
    color: #666;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.nlist-box2 li
{
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    height: auto;
    overflow: hidden;
}
.nlist-box2 li .news_img
{
    width: 30%;
    float: left;
}
.nlist-box2 li img
{
    width: 100%;
}
.nlist-box2 li .news_det
{
    width: 68%;
    float: right;
}
.nlist-box2 li p
{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding: 0;
}
.nlist-box2 li .time
{
    color: #666;
    display: block;
    padding: 0;
    color: #fff;
    height: 25px;
    line-height: 25px;
    width: 85px;
    text-align: center;
}
.nlist-box2 li .det_box
{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
}
.body-right .page
{
    clear: both;
    margin: 15px 0 0!important;
}
.p_artlelist h3 span
{
    color: #333!important;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.p_artlelist h3
{
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin-bottom: 10px;
}
.p_artlelist h3 a
{
    color: #fff;
    padding: 0 20px;
}
.p_artlelist h3 a.Themetxthover
{
    color: #333!important;
}
.btn-warning.btn-can
{
    margin-left: 0!important;
    margin-top: 0;
    margin-right: 0!important;
    padding: 0 5px!important;
    height: 32px!important;
    margin-bottom: 5px;
    line-height: 32px;
}
.Themebg.btn-success
{
    margin-bottom: 10px;
    padding: 0 5px!important;
    margin-right: 5px;
    height: 32px!important;
}
.pager .Themebg, .pager .Themebghover:hover
{
    background: none!important;
    color: #333!important;
    line-height: 30px!important;
    height: 30px!important;
}
.pager .previous span, .pager .next span
{
    top: 2px;
}
@media screen and (max-width: 1180px)
{
    .footerBox
    {
        margin: 0 15px!important;
    }
}
@media screen and (max-width: 1030px)
{
    .page .col-lg-3
    {
        text-align: left;
        float: left;
    }
    .page .col-lg-3, .page .col-lg-9
    {
        margin: 0;
    }
}
@media screen and (max-width: 870px)
{
    .newlist .tab-box
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .product-details .col-md-5
    {
        padding: 0;
    }
    .classifi
    {
        padding: 5px 0;
    }
    .row .pro-list li.col-md-4, .productBox .product-box li.col-md-4
    {
        width: 49%;
        margin-left: 0;
        margin: 10px 0 \9;
    }
    .row .pro-list li.col-md-4:nth-child(2n), .productBox .product-box li.col-md-4:nth-child(2n)
    {
        margin-left: 2%;
    }
    .productBox
    {
        margin: 10px auto 0;
    }
    .body-right .productBox
    {
        margin: 10px auto 0;
        padding: 0;
    }
    .nlist-box2 li .det_box
    {
        line-height: 22px;
        height: 66px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 480px)
{
    .pro-list .thumbnail .more
    {
        margin: 10px auto;
        float: none;
        width: 120px;
    }
    .pro-list .thumbnail .col-md-4, .pro-list .thumbnail .col-md-9
    {
        width: 100%;
        padding: 0;
    }
    .pro-list .thumbnail h3
    {
        text-align: center;
        margin-top: 10px;
    }
    a.a-btn+a
    {
        margin-bottom: 8px;
    }
    .nlist-box li span
    {
        display: none;
    }
    .RightTitle2 .lineBox
    {
        height: 2px;
    }
    .RightTitle2 .TxtBox
    {
        border-width: 1px;
    }
    .productBox .product-box li
    {
        width: 48%;
        margin-left: 2%;
    }
    .productBox .product-box li:nth-child(2n+1)
    {
        margin-left: 0;
    }
    .nlist-box2 li .det_box
    {
        height: 44px;
    }
    .Themebg.btn-success, .btn-warning.btn-can
    {
        float: inherit;
        vertical-align: top;
        margin-right: -10px;
    }
    .Themebg.btn-success
    {
        margin-right: -10px;
    }
}
@media screen and (max-width: 414px)
{
    .page
    {
        padding: 0 20px;
    }
    .page .col-lg-3
    {
        width: 45%;
    }
    .page .col-lg-9
    {
        width: 55%;
    }
    .nlist-box2 li .news_det
    {
        width: 58%;
    }
    .nlist-box2 li .news_img
    {
        width: 40%;
    }
}
@media screen and (max-width: 375px)
{
    .page .col-lg-3
    {
        width: 100%;
        text-align: left;
    }
    .page .col-lg-9
    {
        width: 100%;
        text-align: left;
    }
    .page .col-lg-3, .page .col-lg-9
    {
        margin: 0;
    }
    .page .pagination
    {
        padding-left: 0;
    }
}
@media screen and (max-width: 320px)
{
    .row .pro-list li.col-md-4
    {
        width: 100%;
        margin-left: 0!important;
        padding: 0;
    }
    .table-02.table-02-b th
    {
        width: 85px;
        line-height: 20px;
    }
    .table-02-b td
    {
        line-height: 20px;
    }
    .table-02 th
    {
        width: 80px;
    }
    .productBox .product-box li.col-md-4
    {
        width: 100%;
        margin-left: 0!important;
    }
    .nlist-box2 li .det_box
    {
        height: 22px;
    }
}
#pp
{
    height: 33px;
}
.body_title i
{
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url(../image/249png_01.png) no-repeat left center;
}
.body_title h3
{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.header-box
{
    padding: 10px 0;
}
.body_more
{
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: url(../image/249png_03.png) no-repeat right center;
    font-size: 16px;
}
.body_more a
{
    display: inline-block;
    width: 100%;
}
body .news-nr-box .DownloadBtn
{
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    background-position: 9px;
    height: 40px;
    line-height: 40px;
}
.menu .header-box
{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.menu .header-box .logo
{
    float: none;
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
    display: block;
}
.menu .header-box .logo img
{
    max-height: 100px!important;
    max-width: 100%;
}
.logo_name span
{
    text-indent: -99em;
    position: absolute;
    display: block;
}
.tpl_two, .tpl_three, .tpl_four, .tpl_five, .tpl_six, .tpl_seven, .tpl_ten, .tpl_elevn, .tpl_footers
{
    overflow: hidden;
}
.menu .NavBoxPublic ul.navPublic li a
{
    color: #333;
}
.content-box
{
    max-width: 1180px;
    margin: 30px auto;
}
.overflow
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.cl
{
    clear: both;
}
.Animation
{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.m-box01
{
    max-width: 1180px!important;
}
.column
{
    margin: 0;
}
.tpl_six, .tpl_seven
{
    background-color: #f7f8f8;
}
.tpl_four, .tpl_eight
{
    background-color: #fff;
}
.tpl_ten .title_name2
{
    color: #fff!important;
}
.content-box .page .col-lg-9
{
    height: auto;
}
.headFixed
{
    margin: 0 auto;
}
.menu .nav-box
{
    max-width: 1180px;
    margin: 0 auto;
}
.menu .nav
{
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
}
.menu .nav li
{
    float: left;
    text-align: center;
    width: 12.5%;
}
.menu .nav li:last-child
{
    background: none;
}
.menu .navbar-nav .ThemeBbg
{
    color: #fff;
}
.menu .nav>li:hover ul
{
    display: block;
    padding: 0;
}
.menu .navbar-nav>li>a h2
{
    border-bottom: 3px solid fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.menu .navbar-nav>li:hover>a h2
{
    border-bottom: 3px solid #00693c;
    color: #00693c;
}
.menu .navbar-nav h2
{
    line-height: inherit;
    font-size: 16px;
}
.menu .nav>li .Triangle:after
{
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid;
    position: absolute;
    right: 5px;
    top: 30px;
}
.menu .nav>li ul
{
    width: 100%;
    display: none;
    padding: 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 9;
}
.menu .nav>li ul li
{
    line-height: 40px;
    padding: 0;
    background: none;
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
}
.menu .nav>li ul li a
{
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    margin: 0;
}
.menu .nav>li ul li a:hover
{
    text-decoration: none;
    color: #fff;
}
.menu .navbar-nav>li>a
{
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    height: auto;
    padding: 0;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
}
.menu .navbar-nav>li>a.active, .menu .navbar-nav>li>a:hover, .menu .navbar-nav>li>a:focus
{
    background: none;
}
.menu .navbar-nav>li>a.active
{
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.NavBtn
{
    display: none;
    text-align: center;
    overflow: hidden;
}
.header-box .clearfix.none
{
    display: none;
}
.btn-navbar-t
{
    display: none;
    float: right;
    padding: 3px 8px 7px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
}
.btn-navbar-t:hover, .btn-navbar-t:focus, .btn-navbar-t:active, .btn-navbar-t.active, .btn-navbar-t.disabled, .btn-navbar-t[disabled], .btn-navbar-t .icon-bar:hover, .btn-navbar-t .icon-bar:focus, .btn-navbar-t .icon-bar:active
{
    filter: Alpha(opacity=80);
    opacity: .8;
}
.btn-navbar-t .icon-bar
{
    background: #ccc;
    display: block;
    margin-top: 4px;
    width: 18px;
    height: 2px;
}
@media screen and (max-width: 1180px)
{
    .menu .header-nav .nav-box
    {
        width: auto;
    }
    .content-box
    {
        margin: 30px 15px;
    }
}
@media screen and (max-width: 870px)
{
    .menu .header-box
    {
        padding: 0;
    }
    .menu .header-box .logo
    {
        padding: 0;
    }
    .menu
    {
        height: auto;
    }
    .header-box .clearfix.none
    {
        display: block;
    }
    .menu .header-nav
    {
        position: static;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .menu .header-box
    {
        width: 100%;
        position: relative;
    }
    .menu .nav li a:hover:after
    {
        display: none;
    }
    .menu .btn-t
    {
        display: block;
        position: absolute;
        top: 18px;
        right: 14px;
        z-index: 99;
    }
    .menu .header-nav .nav-box
    {
        background: none;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .menu .navbar-collapse
    {
        margin: 0;
        border-top-width: 2px;
        border-top-style: solid;
    }
    .menu .navbar-collapse.collapse
    {
        display: none!important;
    }
    .menu .navbar-collapse.in
    {
        overflow-y: hidden;
        display: block!important;
        height: auto;
    }
    .menu .navbar-collapse.collapseing
    {
        padding: 0;
        margin: 0;
    }
    .menu .nav
    {
        float: none;
        width: 100%;
    }
    .menu .nav li
    {
        float: none;
        width: 100%;
        background: none;
        border-top-width: 1px;
        border-top-style: solid;
    }
    .menu .nav li:last-child
    {
        border-bottom: none;
    }
    .menu .nav li a
    {
        padding: 0 20px;
        text-align: left;
        display: block;
        font-size: 14px;
        margin: 0;
        line-height: 30px;
    }
    .menu .nav li a:hover, .menu .nav li.active a, .menu .nav li.active
    {
        text-align: left;
        color: #fff;
    }
    .menu .nav li a:hover, .menu .nav li.Theme
    {
        border-radius: 0;
        -webkit-transform: translatex(5px);
        -moz-transform: translatex(5px);
        transform: translatex(5px);
    }
    .menu .NavBox
    {
        width: 100%;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
    .menu .header-box.active .NavBox
    {
        visibility: visible;
    }
}
@media screen and (max-width: 768px)
{
    .menu .header-box .logo img
    {
        max-height: 45px!important;
    }
    .album video
    {
        display: none;
    }
    .album .title_name2
    {
        color: #444!important;
    }
}
@media screen and (max-width: 600px)
{
    .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11
    {
        padding: 0;
    }
}
@media screen and (max-width: 320px)
{
    #pp
    {
        margin-left: 0;
    }
}
.footers
{
    width: 100%;
}
.footers-box
{
    margin: 0 auto;
    max-width: 1190px;
}
.footers .footers-box
{
    padding: 15px 0;
}
.footers .footers-box a
{
    margin-right: 10px;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: underline;
}
.footers .footers-box p
{
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.banner
{
    width: 100%;
    overflow: hidden;
}
.carousel
{
    margin: 0;
}
.bannerBox
{
    margin: 0 auto;
    position: relative;
}
.banner .carousel-control
{
    background: none;
}
.notice
{
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.notice .alertinfo
{
    position: relative;
}
.notice-box .zuixin
{
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px 0 30px;
    vertical-align: top;
    color: #fff;
    float: left;
}
.notice-box .zuixin:before
{
    content: "";
    position: absolute;
    left: 0;
    font-size: 22px;
}
.notice .notice-box
{
    position: relative;
    clear: none;
    height: 45px;
}
.notice .notice-box .noticeBox
{
    max-width: 1180px;
    margin: 0 auto;
}
.notice .notice-box ul.notice-ul
{
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    list-style: none;
    padding-left: 100px;
}
.notice .notice-box ul.notice-ul li
{
    height: 45px;
    line-height: 45px;
}
.notice .notice-box ul.notice-ul li a
{
    color: #fff;
    padding: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice .notice-box ul.notice-ul li a:hover
{
    text-decoration: none;
}
.notice .col-md-6, .notice .col-md-4
{
    padding: 0;
}
.notice .search
{
    float: right;
    display: inline;
    margin-top: 6px;
    height: 33px;
}
.notice .search .navbar-form
{
    padding: 0;
    float: right;
    margin: 0;
    width: 300px;
}
.notice .search .navbar-form .form-control
{
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px!important;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: none;
}
.notice .search .dropdown-menu
{
    border-radius: 0;
    padding: 0;
    min-width: 70px;
    left: 0;
}
.notice .search .dropdown-menu>li
{
    padding: 0;
}
.notice .search .dropdown-menu>li>a
{
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block;
    line-height: 26px;
    padding: 0;
}
.notice .search .btn-danger
{
    background-color: #bcbcbc;
    border: 1px solid #bcbcbc;
    background-image: none;
    padding: 8px 4px;
    font-size: 12px;
}
.notice .search .form-group
{
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
    width: 300px;
}
.notice .btn-search-group
{
    color: #fff;
    font-size: 12px;
    font-family: "SimSun";
    cursor: pointer;
    right: 14px;
    margin: 0;
    vertical-align: top;
}
.notice .btn-search-group .btn
{
    background: none!important;
    border: none!important;
}
.notice .alertinfo li
{
    line-height: 40px;
    white-space: nowrap;
}
@media screen and (max-width: 1180px)
{
    .notice .notice-box
    {
        max-width: 100%;
    }
    .notice .notice-box .noticeBox
    {
        margin: 0 15px 0;
    }
}
@media screen and (max-width: 870px)
{
    .notice .notice-box .col-md-4
    {
        width: 48%;
    }
    .notice .searchBox
    {
        display: none;
    }
}
.notice .btn-search-group
{
    color: #fff;
    font-size: 14px;
    font-family: "SimSun";
    cursor: pointer;
    position: absolute;
    right: 0;
}
.notice .btn-search-group .btn
{
    background: none!important;
    border: none!important;
}
.notice .alertinfo li
{
    white-space: nowrap;
}
.about
{
    position: relative;
    font-size: 14px;
    overflow: hidden;
    margin: 40px 0;
}
.about .about_left
{
    position: absolute;
    left: 11%;
    top: 40px;
    width: 52%;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}
.about .about_left img
{
    width: 100%;
    height: 450px;
}
.about .about_con
{
    position: absolute;
    left: 7%;
    top: 60px;
    width: 22%;
    height: 460px;
}
.about .about_right
{
    float: right;
    width: 40%;
    height: 540px;
    margin-right: 3.5%;
    box-shadow: 0 0 13px 0 rgba(234,234,234);
    border: 1px solid #eee;
}
.about .about_right_con
{
    padding: 50px 9% 50px 26%;
}
.about .company-box
{
    padding: 10px;
    line-height: 30px;
    max-height: 390px;
    min-height: 390px;
    overflow: hidden;
}
.about .body_more
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .about
    {
        margin: 20px 0;
    }
    .about .about_left, .about .about_con
    {
        display: none;
    }
    .about .about_right
    {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-shadow: none;
        border: none;
        background-color: #fff;
        padding: 20px 0;
    }
    .about .about_right_con
    {
        padding: 0;
    }
    .about .company-box
    {
        min-height: auto;
        max-height: 376px;
        padding: 20px;
    }
    .about .body_title
    {
        text-align: center;
    }
    .about .body_more
    {
        display: block;
    }
}
.article
{
    padding: 40px 0;
}
.article .body_title
{
    text-align: center;
    margin-bottom: 20px;
}
.article .article_list .z_click_con
{
    display: none;
}
.article .article_list .z_click_con:nth-child(1)
{
    display: block;
}
.article .article_left
{
    float: left;
    width: 42%;
}
.article .article_left ul li
{
    border-right: 3px solid #dedfdf;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}
.article .article_left .img_box
{
    float: left;
    width: 25%;
}
.article .article_left .img_box img
{
    width: 100%;
}
.article .article_left .font_box
{
    float: right;
    width: 70%;
}
.article .article_left .font_box h2, .article .article_left .font_box h3
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}
.article .article_left .font_box p
{
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
}
.article .article_right
{
    float: right;
    width: 54%;
    max-height: 440px;
    overflow: hidden;
}
.article .article_right img
{
    width: 100%;
    height: 510px;
}
.article .article_left ul li:hover .font_box h2, .article .article_left ul li:hover .font_box h3, .article .article_left ul li:hover .font_box p
{
    color: #fff;
}
.article .body_more
{
    margin-top: 20px;
}
.article .article_left ul .z_b
{
    background-color: #00693c!important;
}
.article .article_left ul .z_b .font_box h2, .article .article_left ul .z_b .font_box h3, .article .article_left ul .z_b .font_box p
{
    color: #fff;
}
@media screen and (max-width: 768px)
{
    .article
    {
        padding: 20px 0;
    }
    .article .article_left
    {
        float: none;
        width: 100%;
    }
    .article .article_left .font_box h2, .article .article_left .font_box h3
    {
        margin-bottom: 10px;
    }
    .article .article_right
    {
        display: none;
    }
}
.articleLabel
{
    padding: 40px 0;
}
.articleLabel .body_title
{
    text-align: center;
    margin-bottom: 30px;
}
.articleLabel .innewimg_list ul li
{
    float: left;
    width: 33.3%;
    position: relative;
    background-color: #f7f8f8;
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
    transition: all .5s;
}
.articleLabel .innewimg_list ul li a
{
    display: block;
    padding: 30px;
    transition: all .5s;
}
.articleLabel .innewimg_list ul li h2, .articleLabel .innewimg_list ul li h3
{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.articleLabel .innewimg_list ul li b
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.articleLabel .innewimg_list .img_box img
{
    width: 100%;
}
.articleLabel .innewimg_list .font_box
{
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0;
    color: #666;
    position: relative;
}
.articleLabel .innewimg_list p
{
    width: 35%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c9caca;
    margin: 0 auto;
    text-align: center;
    color: #666;
    margin-top: 25px;
}
.articleLabel .innewimg_list ul li:hover
{
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
.articleLabel .innewimg_list ul li:hover a, .articleLabel .innewimg_list ul li:hover b, .articleLabel .innewimg_list ul li:hover .font_box
{
    color: #fff!important;
}
.articleLabel .innewimg_list ul li:hover p
{
    color: #fff;
    border: 1px solid #fff;
}
@media screen and (max-width: 768px)
{
    .articleLabel
    {
        padding: 20px 0;
    }
    .articleLabel .innewimg_list p
    {
        width: 95%;
    }
}
@media screen and (max-width: 600px)
{
    .articleLabel .innewimg_list ul li
    {
        float: left;
        width: 50%;
    }
    .articleLabel .innewimg_list ul li:nth-child(3)
    {
        display: none;
    }
    .articleLabel .innewimg_list ul li a
    {
        display: block;
        padding: 10px;
        transition: all .5s;
    }
    .articleLabel .innewimg_list ul li
    {
        background-color: #fff;
    }
}
.product_title
{
    text-align: center;
    margin-bottom: 20px;
}
.product
{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.list_j4 ul
{
    margin-left: -2%;
}
.list_j4 ul li
{
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 23%;
    margin: 15px 0 15px 2%;
    position: relative;
    transition: all .5s;
}
.list_j4 ul li img
{
    width: 100%;
    transition: all .5s;
}
.product .inproduct_list .img_box
{
    overflow: hidden;
}
.product .inproduct_list ul li:hover img
{
    transform: scale(1.1);
}
.product .font_box
{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
.product .font_box h2, .product .font_box h3
{
    float: left;
    width: 65%;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.product .font_box p
{
    float: right;
    width: 30%;
    font-size: 16px;
    color: #f00;
}
.product .fonthover_box
{
    display: none;
}
.product .inproduct_list ul li:hover .fonthover_box
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.product .fonthover_box p
{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    background: url(../image/249png_02.png) no-repeat right center;
}
@media screen and (max-width: 768px)
{
    .product
    {
        position: relative;
        overflow: hidden;
        padding: 20px 0;
    }
    .list_j4 ul li
    {
        width: 31.3%;
        margin: 10px 0 10px 2%;
    }
    .list_j4 ul li:nth-child(7), .list_j4 ul li:nth-child(8)
    {
        display: none;
    }
    .product .inproduct_list
    {
        padding: 10px;
    }
}
@media screen and (max-width: 414px)
{
    .product
    {
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }
    .list_j4 ul li
    {
        width: 48%;
        margin: 5px 0 5px 2%;
    }
    .product .font_box h2, .product .font_box h3
    {
        float: none;
        width: 100%;
    }
    .product .font_box p
    {
        display: none;
    }
    .product .font_box, .product .font_box h2, .product .font_box h3, .product .inproduct_list ul li:hover .fonthover_box
    {
        height: 40px;
        line-height: 40px;
    }
}
.friendLink
{
    background-color: #fff!important;
    padding: 10px 0;
}
.friendBox
{
    max-width: 1190px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(170,170,170,.6);
    border: 1px solid #e7e8e8;
    margin: 0 auto;
    background-color: #fff;
}
.friendLink .link-box h4
{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
}
.friendLink .link-box ul
{
    overflow: hidden;
    display: inline;
    color: #fff;
    line-height: 34px;
}
.friendLink .link-box ul li
{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    padding: 0 3px;
    font-size: 14px;
}
.friendLink .link-box ul li:first-child:after
{
    display: none;
}
.friendLink .link-box ul li:after
{
    content: '|';
    position: absolute;
    left: -10px;
    top: 0;
}
.friendLink .link-box ul a
{
    word-break: break-all;
    word-wrap: break-word;
    font-style: normal;
}
.friendLink .link_left
{
    float: left;
    width: 15%;
    color: #fff;
    max-height: 80px;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
}
.friendLink .link_right
{
    float: right;
    width: 84%;
    max-height: 100px;
    overflow: hidden;
}
@media screen and (max-width: 1180px)
{
    .friendBox
    {
        padding: 5px 15px!important;
    }
}
@media screen and (max-width: 768px)
{
    .friendBox
    {
        display: none;
    }
}