* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*头部*/
.header {
    width: 1200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left {
    height: 140px;
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
}
.header_left img {
    width: 280px;
    height: 62px;
}
.header_left .line {
    width: 1px;
    height: 30px;
    background-color: #888;
}
.left_title {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #888;
}
.header_right {
    width: 420px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_weixin {
    width: 170px;
    height: 80px;
    justify-content: space-between;
}
.header_weixin p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #555;
}
.header_weixin img {
    width: 80px;
    height: 80px;
}
.header_tel {
    width: 230px;
    height: 80px;
    text-align: end;
}
.header_tel .label {
    font-size: 14px;
    line-height: 30px;
    color: #555;
}
.header_tel .label span {
    font-size: 16px;
    color: #68bf05;
}
.changeLg {
    width: 96px;
    margin-left: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.changeLg .line {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #545454;
}
.changeLg a {
    text-decoration: none;
    color: #545454;
}
.changeLg a:hover {
    color: #68bf05;
}


/*导航栏*/
.header-nav {
    width: 100%;
    height: 68px;
    background-color: #68bf05;
    display: flex;
    justify-content: center;
}
.nav_list {
    width: 1200px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_list a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fdffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_list a:hover {text-decoration:none;}
.bdshare-slide-button-box {display:none;}
.nav_item_active {
    width: 100%;
    background-color: #72d008;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
}
.nav_item {
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
}
.nav_item:hover {
    background-color: #72d008;
}

/*页脚*/
.footer {
    width: 100%;
    height: 262px;
    background-color: #2c2c2d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_content {
    width: 1200px;
    height: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #676767;
}
.footer_up {
    height: 204px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_up .line {
    width: 2px;
    height: 140px;
    background-color: #626262;
}
.footer_left {
    width: 348px;
    margin-left: 10px;
}
.footer_left img {
    width: 326px;
    height: 70px;
}
.footer_left p {
    letter-spacing: 18px;
    margin-top: 10px;
    font-size: 24px;
    padding-left: 12px;
}
.footer_right {
    width: 682px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 126px;
    width: 112px;
}
.footer_right ul:last-child {
    margin-right: 10px;
}
.footer_right_item_title {
    font-weight: 600;
    font-size: 18px;
    color: #d6d6d6;
    margin-bottom: 20px;
}
.footer_right_item {
    margin-top: 12px;
}
.footer_right ul a {
    text-decoration: none;
    color: #676767;
    font-size: 14px;
}
.footer_right ul a:hover {
    color: #d6d6d6;
}
.footer_down {
    width: 100%;
    height: 57px;
    border-top: 1px solid #383838;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_down p:last-child {
    margin-right: 10px;
}
.footer_right ul li {
    list-style: none;
}

/*面包屑*/
.crumbs {
    width: 1200px;
    height: 64px;
    display: flex;
    align-items: center;
}
.crumbs span {
    font-size: 14px;
    color: #545454;
}
.crumbs .type {
    margin-right: 5px;
}
.crumbs a {
    text-decoration: none;
    color: #545454;
}
.crumbs a span:hover {
    color: #dd2a2a;
}


/*栏目分类*/
.columns-bar {
    width: 1200px;
    height: 100%;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 20px;
}
.columns-bar a {
    text-decoration: none;
}
.columns-bar a .column {
    display: inline-block;
    margin: 0 20px 20px 20px;
    width: 158px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
}
.columns-bar a .active {
    background-color: #68bf05;
    color: #fff;
}


/*在线客服*/
.customer-server {
    position: fixed;
    right: 0; 
    top: 130px; 
    width: 30px;
    /*width: 200px;*/
    height: 346px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.online_server {
    position: fixed;
    right: 0; 
    top: 130px; 
    width: 200px;
    height: 346px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9999999;
}

/*将img的样式改为下面的样式*/
/*2018-02-02修改*/
    .online_server .online_server_list {
        width: 170px;
        height: 346px;
        background-color: #63b504;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .online_server .online_server_list img {
        width: 162px;
        height: 110px;
        margin-top: 4px;
    }
    .online_server .online_server_list a {
        margin-top: 16px;
        text-decoration: none;
    }
    .online_server .online_server_list a p {
        width: 140px;
        background-color: #fff;
        border-radius: 20px;
        color: #63b504;
        font-size: 12px;
        text-align: center;
        line-height: 32px;
    }
    .online_server .online_server_list a p:last-child {
        font-size: 16px;
    }
    .online_server .online_server_list .tel-leb {
        font-size: 18px;
        color: #fff;
        line-height: 1;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    .online_server .online_server_list .tel {
        font-size: 16px;
        line-height: 1;
        color: #fff;
    }
/****/
.online_server img:last-child {
    width: 170px;
    height: 346px;
}

.mobile-box {display:none;}