.news_banner {
    width: 100%;
}

.news_banner img {
    width: 100%;
    display: block;
}

.news_content {
    padding: 36px 0;
}

.news_title_box {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}

.mr0 {
    margin: 0 auto;
}

.news_time_user {
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin-top: 16px;
    line-height: 26px;
}

.news_time_user span {
    font-size: 16px;
    margin-right: 20px;
    color: #69a637;
}

.layui-btn-sm {
    font-size: 16px !important;
}

.layui-btn {
    background: none !important;
    color: #69a637 !important;
    margin-right: 4px !important;
}

.pager a {
    color: #333 !important;
}

.news_cont {
    padding: 26px 0;
    border-bottom: 1px solid #dedede;
}

.dy_cont {
    padding: 26px 0 0;
}

.move_show {
    display: none;
}

.dy_cont img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.news_cont img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news_cont p {
    line-height: 26px;
    color: #646464;
    margin: 0px;
}

.page {
    padding: 26px 36px 0 0;
}

.page a {
    color: #282422;
    display: block;
    line-height: 36px;
}

.news_nav_box {
    width: 100%;
    background: #69a637;
}

.news_nav_box .news_nav a {
    display: inline-block;
    padding: 0 26px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 74px;
}

.cur {
    background: #ffffff;
    color: #1e202d !important;
}

.news_list {
    padding: 36px 0;
}

.news_list li {
    border-bottom: 1px dashed #b2b2b2;
    padding: 24px 0;
}

.news_item_time {
    background: #e7f5e1;
    padding: 10px;
    color: #ffffff;
    margin-right: 24px;
    width: 90px;
    height: 90px;
}

.news_item_time .time_day {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin: 18px 0 0 0;
    color: #7cc465;
}

.news_item_time .time_ym {
    text-align: center;
    margin: 16px 0 0;
    color: #5d9e48;
    font-weight: bold;
}

.news_item_txt_box {
    max-width: 78%;

}

.news_item_title {
    font-size: 18px;
    margin: 0;
    transition: all 0.4s;
    font-weight: bold;
}

.news_item_txt_box a .news_item_title {
    color: #222;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}

.news_item_txt_box a:hover .news_item_title {
    color: #69a637;
}

.news_item_cont {
    width: 100%;
    line-height: 26px;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

.news_list li .xq_link {
    border: 2px solid #ff9211;
    color: #ff9921;
    font-size: 16px;
    padding: 6px 20px;
    margin-top: 36px;
    transition: all 0.4s;
    font-weight: bold;
}

.news_list li .xq_link:hover {
    background: #fca53d;
    color: #fff;
}

.company_box {
    margin-top: 36px;
}

.company_box_txt_cont>p {
    text-align: center;
    line-height: 26px;
    color: #646464;
}

.company_box_txt_cont>p:first-child {
    font-weight: bold;
    font-size: 32px;
    color: #fca53d;
}

.company_box_txt_cont>p:nth-child(4) {
    margin-top: 45px;
}

.company_box {
    text-align: center;
}

.company_box ul {
    margin: 0 auto;
    display: inline-block;
}

.company_box ul li {
    float: left;
    margin: 0 auto;
    padding: 0 50px;
}

.company_box ul li span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #69a637;
}

.company_box_img_box {
    margin-top: 46px;
    width: 100%
}

.company_box_img {
    margin-right: 5px;
    margin-left: 0;
    width: calc(50% - 5px);
}

.company_box_img:last-child {
    margin-right: 0;
    margin-left: 5px;
    width: calc(50% - 5px)
}

.company_box_img img {
    display: block;
    float: left;
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.6s;
}

.company_box_img img:hover {
    transform: scale(1.2);
}

.company_box_img img:last-child {
    margin-right: 0;
}

.laboratory_box {
    width: 100%;
    margin-top: 36px;
}

.laboratory_txt {
    width: calc(50% - 18px);
    margin-right: 18px;
    text-align: left;
    line-height: 24px;
}

.laboratory_txt h3 {
    margin-top: 0;
    color: #282422;
}

.laboratory_txt p {
    margin-top: 40px;
    color: #646464;
}

.laboratory_img {
    width: calc(25% - 29px);
    padding: 10px;
    border: 2px solid #69a637;
    border-radius: 8px;
    margin-right: 10px;
    overflow: hidden;
}

.laboratory_img img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
    overflow: hidden;
}

.laboratory_img img:hover {
    transform: scale(1.1);
}

.laboratory_img:last-child {
    margin-right: 0;
}

.team_box {
    margin-top: 42px;
}

.team_box .team_box_txt {
    text-align: center;
}

.team_box .team_box_txt p {
    line-height: 26px;
    color: #646464;
}

.team_box .team_box_txt p:first-child {
    font-weight: bold;
    font-size: 32px;
    color: #fca53d;

}

.team_box_img {
    width: 100%;
}

.team_box_img img {
    margin-right: 30px;
    float: left;
    width: calc(100% / 3 - 20px);
    transition: all 0.6s;
    overflow: hidden;
}

.team_box_img img:hover {
    transform: scale(1.1);
}

.team_box_img img:last-child {
    margin-right: 0;
}

.honor_box_title {
    margin-top: 42px;
}

.honor_box_txt {
    text-align: center;
}

.honor_box_txt p {
    line-height: 26px;
    color: #646464;
}

.honor_box_txt p:first-child {
    font-weight: bold;
    font-size: 32px;
    color: #fca53d;
}

.honor_box {
    text-align: center;
}

.honor_box>ul {
    margin: 0 auto;
    display: inline-block;
    padding: 36px 0;
}

.honor_box>ul>li {
    text-align: center;
    float: left;
    color: #646464;
    width: calc(100% / 4 - 8px);
    margin-right: 10px;
}

.honor_box>ul>li:nth-child(n+5) {
    margin-top: 16px;
}

.honor_box>ul>li:nth-child(4n) {
    margin-right: 0;
}

.honor_box>ul>li>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor_box>ul>li>img {
    width: 100%;
    max-height: 378px;
    display: block;
}

.shop_list_box {
    padding: 36px 0;
}

.shop_list_box ul {
    width: 100%;
}

.shop_list_box ul li {
    width: calc(50% - 24px);
    float: left;
    padding: 10px;
}

.shop_list_box ul li .shop_item {
    background: #f7f8fa;
    display: block;
    overflow: hidden;
    padding: 20px;
    transition: all .5s;
}

.shop_list_box ul li:hover .shop_item {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);
    transition: all .5s;
}

.shop_list_box ul li .item_img {
    width: 42%;
    height: 186px;
    margin-right: 10px;
}

.shop_list_box ul li .item_img a {
    display: block;
    height: 186px;
}

.shop_list_box ul li .item_img a img {
    width: 100%;
    max-height: 175px;

}

.shop_list_box ul li .shop_list_cont {
    float: left;
    width: calc(54% - 10px);
    padding: 10px 0 10px 10px;
}

.shop_list_box ul li .shop_list_cont h3 {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 12px;
}

.shop_list_box ul li .shop_list_cont h3::after {
    content: '';
    display: block;
    width: 100%;
    background: url(../images/line-bg.png) repeat-x;
    margin: 10px auto;
}

.shop_list_box ul li .shop_list_cont p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    color: #646464;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.shop_list_box ul li .shop_list_cont a {
    margin: 26px 0 0 0;
    display: block;
    width: 44%;
    line-height: 36px;
    background-color: #029741;
    color: #ffffff;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shop_list_box ul li .shop_list_cont a ::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300%;
    background-color: rgba(255, 255, 255, .16);
    left: -50%;
    margin: auto;
    bottom: 0%;
    webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(40deg);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.shop_list_box ul li .shop_list_cont a:hover span::before {
    transform: rotate(10deg) translateX(100%);
}

.news_title_box .news_title {
    line-height: 28px;
}

@media only screen and (max-width:768px) {
    .news_item_cont {
        height: 52px;
    }

    .inform-text {
        width: 90% !important;
        margin: 0 auto;
    }

    #tab-2 dl {
        margin: 0 20px;
    }

    .diaoqu_houtai_cont,
    .tip p {
        padding: 0 20px;
        width: calc(98% - 40px);
    }

    .news_content {
        padding: 36px 20px;
        width: calc(98% - 40px);
    }

    .move_show {
        display: block;
    }

    .move_show img {
        width: 42%;
        margin-top: 1.5%;
    }

    .pc_show {
        display: none;
    }

    .shop_list_box ul li {
        width: calc(100% - 20px);
    }

    .shop_list_box ul li .item_img {
        width: calc(35% - 20px);
        padding: 10px;
        height: 175px;
    }

    .shop_list_box ul li .item_img a {
        display: block;
        height: 175px;
    }

    .shop_list_box ul li .shop_list_cont {
        float: left;
        width: calc(62% - 20px);
        padding: 10px;
    }

    .laboratory_txt {
        width: 100%;
        margin-right: 0;
        text-align: center;
        line-height: 24px;
    }

    .laboratory_img {
        width: calc(50% - 29px);
        padding: 10px;
        border: 2px solid #00c657;
        border-radius: 8px;
        margin-right: 10px;
        overflow: hidden;
    }

    .laboratory_txt h3 {
        font-size: 26px;
    }

    .honor_box>ul>li {
        text-align: center;
        float: left;
        color: #646464;
        width: calc(100% / 2 - 8px);
        margin-right: 10px;
    }

    .honor_box>ul>li:nth-child(2n) {
        margin-right: 0;
    }

    .honor_box>ul>li>img {
        width: 100%;
        max-height: 500px;
        display: block;
    }

    .honor_box>ul {
        margin: 0 auto;
        display: inline-block;
        padding: 20px 0;
    }

    .news_item_txt_box {
        max-width: 66%;
    }

    .news_list {
        padding: 20px 0;
    }
}

@media only screen and (max-width:414px) {
    .news_list li .xq_link {
        display: none;
    }

    .product_display ul li p {
        height: auto !important;
    }

    .menunav {
        float: right;
        border: 1px solid #69a637;
        padding: 6px 20px;
        border-radius: 4px;
        margin: 25px 20px !important;
        color: #69a637;
    }

    .shop_list_box ul li .shop_list_cont a span {
        font-size: 16px;
    }

    .news_item_txt_box {
        max-width: 67%;
    }

    .news_item_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 16px !important;
    }

    .news_item_time {
        padding: 0;
    }

    .news_item_cont {
        line-height: 26px;
    }

    .company_box_txt_cont>p:first-child,
    .team_box .team_box_txt p:first-child,
    .honor_box_txt p:first-child {
        font-size: 26px;
    }

    .company_box ul {
        margin: 0 auto;
        display: inline-block;
        width: 100%;
    }

    .company_box_img {
        width: 100%;
        margin-right: 0;
    }

    .company_box_img:last-child {
        margin: 20px 0 0;
        width: 100%;
    }

    .laboratory_txt {
        width: 100%;
        margin-right: 0;
        text-align: center;
        line-height: 24px;
    }

    .laboratory_img {
        width: calc(50% - 29px);
        padding: 10px;
        border: 2px solid #00c657;
        border-radius: 8px;
        margin-right: 10px;
        overflow: hidden;
    }

    .company_box ul li {
        float: left;
        width: calc(100% / 3);
        margin: 0 auto;
        padding: 0;
    }

    .shop_list_box ul li .item_img {
        width: calc(100% - 20px);
        padding: 10px;
        height: 175px;
    }

    .team_box_img img {
        margin-right: 0;
        float: left;
        width: calc(100% - 20px);
        padding: 10px;
        transition: all 0.6s;
        overflow: hidden;
    }

    .honor_box>ul>li {
        text-align: center;
        float: left;
        color: #646464;
        width: calc(100% / 2 - 8px);
        margin-right: 10px;
    }

    .honor_box>ul>li:nth-child(2n) {
        margin-right: 0;
    }

    .shop_list_box ul li .item_img a {
        display: block;
        height: 175px;
    }

    .shop_list_box ul li .shop_list_cont {
        float: left;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: center;
    }

    .shop_list_box ul li .shop_list_cont a {
        margin: 10px auto 0;
    }

    .shop_list_box {
        padding: 10px 0;
    }

    .news_time_user span {
        margin-right: 0;
    }
}

@media only screen and (max-width:320px) {
    .news_item_time {
        margin-right: 10px;
    }

    .news_time_user {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .news_time_user {
        font-size: 13px;
    }

    .news_list li .xq_link {
        display: none;
    }

    .company_box_img img {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .company_box_img img:first-child {
        margin-top: 0;
    }

    .laboratory_img {
        width: calc(100% - 25px);
        padding: 10px;
        border: 2px solid #00c657;
        border-radius: 8px;
        margin-right: 0;
        overflow: hidden;
        margin-top: 20px;
    }

    .laboratory_img:first-child {
        margin-top: 0;
    }

    .honor_box>ul>li {
        text-align: center;
        float: left;
        color: #646464;
        width: calc(100% - 20px);
        padding: 10px;
        margin-right: 0;
    }
}

.page_list {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.page_list span:nth-child(1) {
    display: none;
}

.pager {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.pager a {
    color: #fff;
}

.pager a:hover {
    color: #fff;
}

.tz_a_mar {
    width: 100%;
    display: table;
    text-align: center;
}

.tz_a_mar a {
    width: 33.33%;
    height: .66rem;
    text-align: center;
    line-height: .66rem;
    position: relative;
    border-bottom: .05rem solid #d7d7dc;
    display: block;
}

.tz_a_mar a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.05rem;
    width: .03rem;
    height: .05rem;
    background-color: #fff;
    z-index: 99;
}

.tz_a_mar a.acti {
    border-bottom: .05rem solid #f7505c;
    height: .66rem;
    color: #f7505c;
}

.inform-text {
    width: 100%;
    display: table;
    display: none;
}