html,
body {
    font-size: 10px;
}

body {
    padding-top: 72px;
}
.beian  a {
    color: #fff;
}
.beian {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.6rem;
}
header {
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.header_con {
    padding-left: 16%;
    padding-right: 8%;
}

.header_nav>li {
    float: left;
    padding: 0 40px;
    line-height: 70px;
    position: relative;
}

.header_nav>li>a {
    color: #181818;
    font-size: 1.8rem;
}

.header_nav>li.active {
    background: #9ebd5d;
}

.header_nav>li.active>a {
    color: #fff;
}

.header_nav>li:hover.active>a {
    color: #fff!important;
}

.erji_img {
    margin-bottom: 0px;
    margin-top: 20px;
}

.header_nav_ul {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0px;
    padding: 25px 30px;
}

.header_nav_ul li {
    line-height: 30px;
    text-align-last: justify;
}

.header_nav_ul li a {
    font-size: 1.6rem;
    line-height: 38px;
    color: #666666;
}

.header_nav_ul li a:hover {
    color: #9ebd5d!important;
}

.header_nav>li:hover .header_nav_ul {
    display: block;
}

.header_phone_num {
    height: 72px;
    display: table;
}

.hearder_phone_num_con {
    display: table-cell;
    vertical-align: middle;
}

.hearder_phone_num_con div:nth-child(1) {
    font-size: 1.4rem;
    color: #666666;
    line-height: 20px;
}

.hearder_phone_num_con div:nth-child(2) {
    font-size: 2.4rem;
    color: #181818;
    line-height: 30px;
    font-weight: 600;
}

.header_language ul {
    display: none;
    position: absolute;
    top: 72px;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.header_language ul li {
    text-align: center;
    line-height: 30px;
}

.header_search .iconfont {
    margin: 0 30px;
    font-size: 2rem;
    cursor: pointer;
}

.header_language {
    font-size: 2rem;
    color: #666666;
    margin: 0 50px 0 15px;
}

.header_language .iconfont {
    font-size: 1.6rem;
    color: #666666;
}

.header_language:hover ul {
    display: block;
}


/* banenr */

.banner .banner_swiper {
    width: 100%;
}

.title_div1 {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 50px;
    color: #659209;
    text-align: center;
}

.title_div2 {
    font-size: 1.8rem;
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.title {
    margin-top: 84px;
}

.product_text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    line-height: 50px;
}

.prodcur_mengceng {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 224, 104, .84);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.product_mengceng_con {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY( -50%);
    text-align: center;
    width: 100%;
    color: #fff;
}

.product_mengceng_con .iconfont {
    font-size: 4rem;
    color: #fff!important;
}

.mengceng_namme {
    font-size: 2.6rem;
    line-height: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.product_swiper .swiper-slide {
    overflow: hidden;
}

.product_swiper .swiper-slide:hover .prodcur_mengceng {
    bottom: 0%;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.product_swiper .swiper-slide:hover .product_text {
    display: none;
}

.product_swiper {
    margin: 55px 0 70px 0;
}

.more {
    width: 210px;
    height: 54px;
    line-height: 52px;
    background-color: #ffffff;
    border: solid 1px rgba(24, 24, 24, 0.2);
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    color: #181818;
}

.more:hover {
    box-shadow: inset 0 0 0 3rem #659209;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #fff!important;
    border: 1px solid #659209;
}

.advagerage_div1 {
    background-color: #f7f7f9;
}

.advagerage_div1_fr {
    padding: 0px 0 0 120px;
}

.advagetage_title div:nth-child(1) {
    font-size: 3.2rem;
    line-height: 36px;
    color: #181818;
}

.advagetage_title div:nth-child(2) {
    font-size: 1.2rem;
    line-height: 24px;
    color: #dcdbdb;
}

.advagetage_fr_div1 p {
    font-size: 1.8rem;
    line-height: 24px;
    color: #666666;
    width: 80%;
    margin-top: 15px;
}

.advagetage_fr_div1 {
    margin-top: 120px;
}

.advagetage_title {
    position: relative;
}

.advagetage_title::before {
    content: "1";
    display: block;
    position: absolute;
    left: -70px;
    top: -23px;
    font-size: 7rem;
    font-weight: bold;
    font-style: italic;
    color: #9ebd5d;
    font-family: PingFang-SC-Heavy;
}

.advagerage_div1_fr .advagetage_fr_div1:nth-child(1) .advagetage_title::before {
    content: "1";
}

.advagerage_div1_fr .advagetage_fr_div1:nth-child(2) .advagetage_title::before {
    content: "2";
}

.advagerage_div2 .advagetage_fr_div1 .advagetage_title::before {
    content: "3";
}

.advagerage_div3 .advagetage_fr_div1 .advagetage_title::before {
    content: "4";
}

.w50 {
    width: 50%;
}

.pl20 {
    padding-left: 20%;
}

.pr20 {
    padding-right: 20%;
}

.advagerage_div2 .advagetage_fr_div1 {
    margin-top: 90px;
    margin-left: 80px;
}

.advagerage_div3 .advagetage_fr_div1 {
    margin-top: 90px;
    margin-left: 120px;
}

.advagetage .title {
    margin-bottom: 30px;
}

.anli_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.anli_text_con {
    background: linear-gradient(rgba(255, 255, 255, .02), #000);
    position: absolute;
    height: 40%;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 88px 50px 0;
}

.anli_title {
    font-size: 2.6rem;
    line-height: 34px;
    color: #ffffff;
}

.anli_futitle {
    font-size: 1.4rem;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.anli_text_con .fr div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin-top: 8px;
}

.anli_text_con .fr div span {
    font-size: 3rem;
    color: #fff;
}

.anli_swiper .swiper-slide-prev {
    transform: translate3d(-100px, 0px, 0px);
    width: 50%;
}

.anli_swiper .swiper-slide-next {
    transform: translate3d(100px, 0px, 0px);
}

.anli {
    background-color: #9ebd5d;
    padding-top: 1px;
    margin-top: 137px;
}

.anli .title_div1,
.anli .title_div2 {
    color: #fff;
}

.anli_swiper {
    padding: 60px 0 124px;
}

.anli .swiper-container-horizontal>.swiper-pagination-bullets,
.anli .swiper-pagination-custom,
.anli .swiper-pagination-fraction {
    bottom: 60px;
}

.anli .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: solid 2px #ffffff;
    opacity: 1;
    background: transparent;
}

.anli .swiper-pagination-bullet-active {
    background-color: #659209;
    border: none;
}

.about {
    background: url(../img/6.jpg) center center no-repeat;
    width: 100%;
    height: 676px;
}

.about_con {
    position: relative;
    padding-top: 106px;
}

.about .title .title_div1,
.about .title .title_div2 {
    text-align: left;
}

.about_con_fl {
    width: 45%;
    padding-left: 6%;
    padding-right: 40px;
}

.about .title {
    margin-top: 130px;
}

.about_content {
    margin-top: 30px;
}

.about_content p {
    font-size: 1.7rem;
    line-height: 30px;
    color: #181818;
}

.about .more {
    margin: 30px 0 0 0;
    background-color: #9ebd5d;
    color: #fff;
}

.about_con_fr {
    width: 54.5%;
}

.about_con_fr_title {
    font-size: 2.6rem;
    line-height: 40px;
    color: #181818;
    margin: 34px 0 0 50px;
}

.about_con_fr_img {
    margin-top: 55px;
}

.gongsijianjie_ul {
    display: flex;
    justify-content: center;
    position: relative;
}

.gongsijianjie_ul::before {
    content: "";
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    z-index: -1;
}

.gongsijianjie_ul li {
    width: 188px;
    height: 45px;
    line-height: 45px;
    background-color: #e5e5e5;
    font-size: 1.8rem;
    color: #181818;
    margin-left: 22px;
    text-align: center;
    cursor: pointer;
}

.gongsijianjie_ul li.active {
    background-color: #9ebd5d;
    color: #fff;
}

.gongsihuanjing_hide .swiper-button-next,
.gongsihuanjing_hide .swiper-container-rtl .swiper-button-prev,
.news_con .swiper-button-next,
.news_con .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    width: 43px;
    height: 94px;
    background-color: #dbdbdb;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 19px 44px;
}

.gongsihuanjing_hide .swiper-button-prev,
.gongsihuanjing_hide .swiper-container-rtl .swiper-button-next,
.news_con .swiper-button-prev,
.news_con .swiper-container-rtl .swiper-button-next {
    left: -60px;
    width: 43px;
    height: 94px;
    background-color: #dbdbdb;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 19px 44px;
}

.gongsihuanjing_hide {
    display: none;
}

.gongsihuanjing_show {
    display: block;
}

.news_list {
    padding: 20px;
    background-color: #fefbfb;
    border: solid 1px rgba(24, 24, 24, 0.2);
}

.news_data div:nth-child(1) {
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 60px;
    color: #a1a0a0;
}

.news_data div:nth-child(2) {
    font-size: 1.6rem;
    line-height: 24px;
    color: #666666;
}

.news_title {
    font-size: 2rem;
    line-height: 24px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 10px 0;
}

.news_content {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.news_list .news_data {
    width: 16%;
}

.news_list .news_con_fr {
    width: 84%;
}

.news_list:hover {
    background-color: #9ebd5d;
    color: #fff!important;
    border: 1px solid #9ebd5d;
}

.news_list:hover .news_data div:nth-child(1),
.news_list:hover .news_data div:nth-child(2),
.news_list:hover .news_content,
.news_list:hover a {
    color: #fff!important;
}

.more_a {
    position: relative;
}

.more_a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    z-index: -1;
}

.yqlj {
    height: 60px;
    line-height: 60px;
    background-color: #9ebd5d;
    font-size: 2rem;
    color: #ffffff;
}

.yqlj a {
    color: #fff;
    font-size: 1.6rem;
}

.footer_main {
    position: relative;
    width: 100%;
    padding: 58px 0 40px 0;
    background-color: #343d44;
    overflow: hidden;
}

.foot_z {
    width: 29.1%;
    float: left;
    margin-top: 50px;
    border-right: #495157 solid 1px;
    padding-right: 40px;
    /* height: 277px; */
}

.foot_y {
    width: 45.83%;
    float: left;
    margin-top: 50px;
    margin-left: 48px;
    border-right: #495157 solid 1px;
}

.foot_y h3 {
    font-size: 1.8rem;
    color: #fff;
    padding-bottom: 20px;
}

.foot_y h3 i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
}

.foot_j {
    float: right;
    width: 16.6%;
    text-align: center;
    margin-top: 50px;
}

.foot_z h3 {
    font-size: 1.8rem;
    color: #fff;
}

.foot_z h3 i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
}

.foot_z p {
    display: block;
    margin-top: 24px;
    font-size: 1.6rem;
    color: #fff;
}

.foot_z ul {
    display: inline-block;
    padding-top: 1.4rem;
    /* width: 350px; */
}

.foot_z ul li {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
}

.foot_y .item {
    float: left;
    margin-top: 10px;
}

.foot_y .item .txt {
    width: 100%;
    height: 44px;
    font-size: 1.4rem;
    line-height: 43px;
    text-indent: 8px;
    color: #aeb0b2;
    padding-left: 6px;
    *text-indent: 0px;
    border: #71787c solid 1px;
    background: transparent;
}

.foot_y .item.item4 {
    margin-left: 20px;
    width: 43%;
}

.foot_y .item.item5 {
    margin-left: 0;
    width: 43%;
}

.foot_y .item .txt.tel {
    margin-left: 5px;
}

.foot_y .item.item1 {
    clear: left;
    width: 90.5%;
}

.foot_y .item.item1 textarea {
    width: 100%;
    height: 86px;
    background: transparent;
    padding: 10px;
    color: #fff;
    font-size: 1.4rem;
}

.foot_y .submit {
    display: block;
    clear: left;
}

.foot_y .submit .tijiao {
    width: 150px;
    height: 46px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    border: 0;
    background-color: #3fb150;
    display: inline-block;
    float: right;
    margin-right: 44px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.foot_j b {
    display: block;
    width: 198px;
    height: 198px;
    border: #71787c solid 1px;
    text-align: center;
}

.foot_j b img {
    width: 180px;
    height: 180px;
    display: inline-block;
    background-size: 100%;
    margin-top: 10px;
}

.foot_j p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
}

.foot_j span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.neiye_banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.neiye_title {
    font-size: 5.2rem;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000;
    font-weight: 600;
}

.neiye_bread {
    font-size: 2rem;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 1px 1px 4px #000;
}

.neiye_bread a {
    color: #fff!important;
    text-shadow: 1px 1px 4px #000;
}

.neiye_bread a:hover {
    color: #3fb150!important;
}


/* 联系我们 */

.lianxi {
    margin: 68px 0 90px 0;
}

.lianxi>.fl {
    width: 40%;
    padding-right: 83px;
}

.lianxi>.fr {
    width: 60%;
}

.lianxi_title {
    font-size: 3rem;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000000;
}

.lianxi_title span {
    position: relative;
}

.lianxi_title span::before {
    content: "";
    display: block;
    width: 55%;
    height: 3px;
    background-color: #659209;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.lianxi_con {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.9px;
    color: #000000;
    padding: 50px 0;
}

.lianxi_ul_name {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
}

.lianxi_ul_number {
    font-size: 1.6rem;
    color: #181818;
}

.lianxi_ul .fl span {
    font-size: 3.2rem;
    color: #9ebd5d;
    margin-right: 15px;
}

.lianxi_ul li {
    padding: 29px 0 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lianxi .lianxi_fl {
    width: 33%;
}

.lianxi .lianxi_fr {
    width: 60.5%;
}

.lianxi_ul li .fl:nth-child(2) {
    width: 80%;
}

.ditu {
    margin-top: 70px;
}

.lianxi_ul {
    margin-top: 40px;
}

.list_about_div1 .fl,
.list_about_div1 .fr {
    width: 50%;
}

.list_about_div1 .fr {
    padding: 30px 0 0 50px;
}

.lsit_about_con {
    font-size: 1.8rem;
    line-height: 30px;
    color: #181818;
}

.lsit_about_con p {
    margin-top: 20px;
}

.list_about_div1 .fr .lianxi_title {
    margin-bottom: 50px;
}

.list_about_div1 .fr .lianxi_title span {
    color: #659209;
}

.list_about {
    margin-top: 95px;
}

.list_about_div1 {
    margin-bottom: 100px;
}


/* 新闻中心 */

.list_article_fl1 {
    width: 10%;
}

.list_article_fl2 {
    width: 90%;
}

.list_article_data {
    width: 86px;
    height: 79px;
    background-color: #535353;
    text-align: center;
}

.list_article_data div:nth-child(1) {
    font-size: 3rem;
    font-weight: bold;
    line-height: 34px;
    color: #ffffff;
    padding-top: 12px;
}

.list_article_data div:nth-child(2) {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

.list_article_title {
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    transition: all .6s;
}

.list_article_content {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_article_ul li {
    padding: 46px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.list_article_ul li:last-child {
    border: none;
}

.list_article {
    margin: 60px 0 80px 0;
}

.list_article_ul li:hover {
    background-color: #ffffff;
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.list_article_ul li:hover .list_article_data {
    background-color: #9ebd5d;
}

.list_article_ul li:hover .list_article_title {
    position: relative;
    left: 15px;
    transition: all .6s;
    color: #9ebd5d!important;
}


/* 产品中心 */

.list_pro_xuanfu {
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    height: 49px;
    line-height: 49px;
}

.list_pro_list li {
    width: 32.5%;
    margin-left: 14px;
    overflow: hidden;
    float: left;
    margin-bottom: 16px;
}

.list_pro_list li:nth-child(3n+1),
.list_anli_list li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_list li:hover .prodcur_mengceng {
    bottom: 0;
}

.list_pro_list li:hover .list_pro_xuanfu {
    display: none;
}

.list_pro_ul,
.list_anli_ul {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 42px 0 45px;
}

.list_pro_ul li {
    height: 52px;
    line-height: 52px;
    background-color: #ffffff!important;
    border: solid 1px rgba(24, 24, 24, 0.1);
    font-size: 1.8rem;
    text-align: center;
    padding: 0 10px;
    margin-left: 30px;
}

.list_pro_ul li.active {
    border: solid 1px #9ebd5d;
}

.list_pro_ul li.active a {
    color: #9ebd5d!important;
}

.list_pro_ul li:nth-child(1) {
    margin-left: 0;
}

.list_pro_ul li a {
    color: #666666!important;
}

.list_pro_list {
    margin-bottom: 30px;
}

.list_pro1 {
    margin-top: 50px;
}

.list_anli_ul li {
    line-height: 52px;
    line-height: 52px;
    position: relative;
    margin-left: 60px;
}

.list_anli_ul {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.list_anli_ul li a {
    padding: 0 10px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #181818;
}

.list_anli_ul li.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #9ebd5d;
}

.list_anli_ul li.active a {
    color: #3fb150;
}

.list_anli_list li {
    width: 31.9%;
    float: left;
    margin-left: 24px;
    margin-bottom: 30px;
}

.articel_pro_fl1 {
    width: 40%;
}

.article_pro_fl_con {
    font-size: 2.2rem;
    line-height: 30px;
    background-color: #004f9f;
    padding: 25px 0;
    color: #ffffff;
    padding-left: 30px;
}

.article_pro_fl_ul .article_pro_fl_ul_li {
    margin-block-start: 5px;
}

.article_pro_fl_ul .article_pro_fl_ul_li a {
    padding-left: 1.6rem;
    line-height: 50px;
    font-size: 1.6rem;
    color: #181818;
}

.article_pro_fl_ul_ul {
    display: none;
    margin-top: 2px;
}

.article_pro_fl_ul .article_pro_fl_ul_li.active .article_pro_fl_ul_ul {
    display: block;
}

.article_pro_fl_ul>li.active>a {
    background-color: #669dc6;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.article_pro_fl_ul_ul li {
    margin-bottom: 1px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
    font-size: 1.4rem;
}

.article_pro_fl_ul>li {
    padding-left: 30px;
    background-color: #e5e5e5;
    font-size: 1.6rem;
    line-height: 50px;
    color: #383838;
    display: block;
    margin-bottom: 3px;
}

.article_pro_fl_ul>li a {
    color: #383838;
    display: block;
}

.article_pro_fl_ul>li.active {
    padding: 0;
}

.article_pro_fl_ul>li:last-child {
    padding: 0;
    text-align: center;
    background-color: #004f9f;
}

.article_pro_fl_ul>li:last-child .article_pro_phone {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    padding: 30px 0;
}

.article_fr_div1 .fl {
    width: 40%;
}

.article_fr_div1 .fr {
    width: 6 0%;
}

.article_pro_jiantou .swiper-button-next,
.article_pro_jiantou .swiper-button-prev {
    top: 90%;
    height: 80px;
    width: 30px;
    background-color: #f7f7f7;
    border: solid 1px #eceaea;
    margin-top: -34px;
    background-size: 15px 44px;
    opacity: 1;
}

.article_pro_lunbo_bottom .gallery-thumbs {
    margin: 20px auto 0;
    width: 83%;
}

.article_pro_jiantou .swiper-button-next,
.article_pro_jiantou .swiper-container-rtl .swiper-button-prev {
    right: 16px;
}

.article_pro_jiantou .swiper-button-prev,
.article_pro_jiantou .swiper-container-rtl .swiper-button-next {
    left: 14px;
}

.article_pro_lunbo_bottom .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: solid 1px #659209;
}

.gallery-top,
.article_pro_lunbo_bottom .gallery-thumbs .swiper-slide {
    border: solid 1px #b7b7b7;
}

.article_pro_title {
    font-size: 3rem;
    line-height: 50px;
    color: #659209;
    border-bottom: 1px solid rgba(0, 0, 0, .32);
}

.article_pro_title span:nth-child(1) {
    border-bottom: 1px solid #3fb150;
    display: inline-block;
}

.article_pro_title span:nth-child(2) {
    border-bottom: none;
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 1.8rem;
    line-height: 49px;
    color: #181818;
}

.article_pro_con,
.article_ferx span {
    padding-top: 25px;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0px;
    color: #181818;
}

.article_pro_con span {
    color: #000;
    font-weight: 600;
}

.article_pro_con div {
    margin-top: 20px;
}

.article_ferx {
    margin-top: 3rem;
    font-size: 3rem;
    color: #004f9f;
    font-weight: 600;
}

.article_fr {
    width: 100%;
}

.articel_pro_swiper {
    height: 59px;
    line-height: 59px;
    background-color: #f4f4f4;
}

.article_fr_div2 .swiper-slide {
    text-align: center;
    font-size: 2rem;
    color: #181818;
    cursor: pointer;
}

.article_fr_div2 .swiper-slide.active div {
    position: relative;
}

.article_fr_div2 .swiper-slide.active div::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #9ebd5d;
}

.article_fr_div2_img {
    margin: 50px 0 70px;
}

.article_fr_div2_img>div {
    display: none;
    text-align: left;
    font-size: 1.6rem;
    line-height: 30px;
}

.article_fr_div2_img div.selected {
    display: block;
}

.article_pro {
    margin-top: 80px;
}

.phonenav {
    display: none;
}

.article_news_title {
    font-size: 3rem;
}

.fenxiang {
    margin: 20px 0 30px 0;
    font-size: 1.6rem;
    line-height: 14px;
}

.fenxiang .bshare-custom span {
    font-size: 1.6rem;
    margin: 4px 0 0 10px;
}

.fenxiang .bshare-custom a {
    margin-top: -3px;
}

.shangxia {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .11);
}

.shangxia .shang,
.shangxia .xia {
    line-height: 30px;
    font-size: 1.6rem;
}

.article_news_con {
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
    font-size: 1.6rem;
    color: #181818;
    line-height: 28px;
}

.fenxiang_con {
    display: table;
    margin: 0 auto;
}

.article_new {
    margin: 50px 0;
}

td {
    vertical-align: middle!important;
    text-align: center!important;
}


/* 菜单 */

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 50px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 79px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
    z-index: 9999;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}

.phone_lan {
    padding-right: 15px;
    font-size: 2rem;
}

.phone_lan a {
    color: #333!important;
}

.phone_search span {
    font-size: 2.5rem;
    padding: 0 12px;
}

.phone_lan a.blue {
    color: #659209!important;
}


/* 搜索 */

.serch_line {
    background: #3fb150;
    background-blend-mode: normal, normal;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 74px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #3fb150;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.product_swiper .swiper-pagination {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #3fb150;
}

.list_pro {
    margin-bottom: 80px;
}

.list_anli .m70 {
    margin-bottom: 0;
}

@media (max-width:1770px) {
    .header_con {
        padding-left: 8%;
    }
}

@media (max-width:1650px) {
    .pr20 {
        padding-right: 13%;
    }
    .advagetage_fr_div1 {
        margin-top: 100px;
    }
    .anli_text_con {
        padding: 57px 50px 0;
    }
}

@media (max-width:1600px) {
    .header_con {
        padding: 0 5%;
    }
    .pr20 {
        padding-right: 13%;
    }
    .advagerage_div2 .advagetage_fr_div1 {
        margin-top: 44px;
    }
    .advagerage_div3 .advagetage_fr_div1 {
        margin-top: 65px;
    }
    .header_nav>li {
        padding: 0 35px;
    }
}

@media (max-width:1500px) {
    .header_nav li {
        padding: 0 35px;
    }
    .header_nav_ul {
        padding: 25px 0px;
    }
}

@media (max-width:1440px) {
    body,
    html {
        font-size: 9px;
    }
    .header_nav li {
        padding: 0 25px;
    }
    .header_language {
        margin: 0 30px 0 0px;
    }
    .title {
        margin-top: 60px;
    }
    .mb70 {
        margin-bottom: 60px;
    }
    .advagetage_fr_div1 {
        margin-top: 79px;
    }
    .pr20 {
        padding-right: 12%;
    }
    .pl20 {
        padding-left: 12%;
    }
    .advagetage_title div:nth-child(1) {
        font-size: 2.6rem;
    }
    .advagetage_title::before {
        left: -51px;
        top: -14px;
        font-size: 5rem;
    }
    .advagetage_fr_div1 {
        margin-top: 70px;
    }
    .advagerage_div2 .advagetage_fr_div1 {
        margin-top: 42px;
        margin-left: 50px;
    }
    .title_div1 {
        font-size: 3.2rem;
    }
    .product_swiper {
        margin: 55px 0 60px 0;
    }
    .anli {
        margin-top: 60px;
    }
    .gongsihuanjing_sum,
    .news_con {
        width: 80%;
        margin: 0 auto;
    }
    .news_con {
        margin-bottom: 40px;
    }
    .more {
        width: 160px;
        height: 45px;
        line-height: 45px;
    }
    .news_data div:nth-child(1) {
        font-size: 4.2rem;
    }
    .news_list {
        padding: 12px 20px;
    }
    .mb146 {
        margin-bottom: 60px;
    }
    .neiye_title {
        font-size: 4rem;
        line-height: 40px;
    }
    .list_about {
        margin-top: 60px;
    }
    .list_about_div1 {
        margin-bottom: 60px;
    }
    .lianxi {
        margin: 60px 0 80px 0;
    }
    .list_pro_list {
        margin-bottom: 60px;
    }
    .article_pro {
        margin-top: 60px;
    }
}

@media (max-width:1366px) {
    .advagetage_fr_div1 p {
        width: 90%;
    }
    .anli_text_con {
        padding: 40px 50px 0;
    }
}

@media (max-width:1280px) {
    .pr20 {
        padding-right: 6%;
    }
    .pl20 {
        padding-left: 6%;
    }
}

@media (max-width:1200px) {
    .header_nav li {
        padding: 0 15px;
    }
    .header_search .iconfont {
        margin: 0 20px;
    }
    .header_con {
        padding: 0 2%;
    }
    .advagerage_div1_fr {
        padding: 0px 0 0 90px;
    }
    .advagetage_fr_div1 {
        margin-top: 50px;
    }
    .advagerage_div3 .advagetage_fr_div1 {
        margin-left: 90px;
    }
    .advagerage_div2 .advagetage_fr_div1 {
        margin-top: 22px;
    }
    .pr20 {
        padding-right: 3%;
    }
    .pl20 {
        padding-left: 3%;
    }
    .advagetage_fr_div1 {
        margin-top: 34px;
    }
    .advagetage_fr_div1 p {
        margin-top: 6px;
    }
    .about {
        background: url(../img/6.jpg) center center no-repeat;
        width: 100%;
        height: 560px;
        background-size: 128% 100%;
        background-position: 0 -40px;
        background-position: center -63px;
    }
    .about .title {
        margin-top: 40px;
    }
    .about_con {
        padding-top: 56px;
    }
    .about_con_fr_img {
        margin-top: 39px;
    }
    .about_con_fr_title {
        margin: 0px 0 0 50px;
    }
    .news_data div:nth-child(1) {
        font-size: 3.2rem;
    }
    .news_list .news_data {
        width: 18%;
    }
    .news_list .news_con_fr {
        width: 80%;
    }
    .foot_y .item.item4 {
        margin-left: 18px;
        width: 42%;
    }
    .neiye_title {
        font-size: 3rem;
        line-height: 32px;
    }
    .neiye_bread {
        font-size: 1.8rem;
        margin-top: 8px;
    }
    .list_anli_list li {
        width: 31.5%;
    }
    .lianxi_ul li {
        padding: 15px 0 15px 0;
    }
    .list_article_ul li {
        padding: 30px 20px;
    }
    .list_article_fl1 {
        width: 13%;
    }
    .list_article_fl2 {
        width: 87%;
    }
    .articel_pro_swiper {
        height: 50px;
        line-height: 50px
    }
    .list_pro_ul li {
        margin-left: 15px;
    }
}

@media (max-width:1024px) {
    .title {
        margin-top: 45px;
    }
    .product_swiper {
        margin: 30px 0 45px 0;
    }
    .advagetage_title div:nth-child(1) {
        font-size: 2.4rem;
    }
    .title_div1 {
        font-size: 2.6rem;
        line-height: 32px;
    }
    .title {
        margin-top: 45px;
    }
    .anli_text_con {
        padding: 25px 25px 0;
    }
    .anli_swiper {
        padding: 45px 0 100px;
    }
    .anli_swiper .swiper-slide-prev {
        transform: translate3d(-65px, 0px, 0px);
    }
    .anli_swiper .swiper-slide-next {
        transform: translate3d(65px, 0px, 0px);
    }
    .about {
        height: 500px;
        background-size: 140% 100%;
    }
    .mb146 {
        margin-bottom: 45px;
    }
    .list_about {
        margin-top: 45px;
    }
    .lianxi {
        margin: 40px 0 60px 0;
    }
    .list_article {
        margin: 40px 0 50px 0;
    }
    .list_pro_list {
        margin-bottom: 40px;
    }
    .article_pro {
        margin-top: 40px;
    }
    .article_pro_title {
        font-size: 2.2rem;
    }
    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        margin-top: -40px;
    }
    .article_new {
        margin: 40px 0;
    }
}

@media (max-width:990px) {
    header {
        display: none;
    }
    body {
        padding-top: 65px!important;
    }
    .phonenav {
        display: block;
    }
    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .phonenav {
        display: block;
        position: fixed;
        top: -1px;
        left: 0px;
        width: 100%;
        z-index: 999;
        background: #fff!important;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        z-index: 999;
        line-height: 65px;
        height: 65px;
        border-bottom: 1px solid #eceaea;
    }
    .product_swiper .swiper-wrapper {
        padding: 0 0 40px 0;
    }
    .product_swiper .swiper-pagination {
        display: block;
    }
    .product_swiper {
        margin: 30px 0 21px 0;
    }
    .about {
        height: auto;
        background: none;
    }
    .about_con_fl {
        width: 50%;
        padding-left: 0%;
        padding-right: 30px;
    }
    .about_con_fr {
        width: 49.5%;
    }
    .about .title {
        margin-top: 0px;
    }
    .about_content p {
        font-size: 1.6rem;
        line-height: 25px;
    }
    .more {
        width: 130px;
        height: 40px;
        line-height: 38px;
    }
    .advagetage_title div:nth-child(1) {
        font-size: 2rem;
    }
    .advagetage_fr_div1 p {
        font-size: 1.6rem;
    }
    .anli_title {
        font-size: 2rem;
        line-height: 26px;
    }
    .anli_futitle {
        margin-top: 5px;
    }
    .anli_text_con {
        padding: 20px 25px 0;
    }
    .anli_text_con .fr div {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: 14px;
    }
    .anli_text_con .fr div span {
        font-size: 2.4rem;
    }
    .about_con_fr_title {
        font-size: 2.2rem;
        line-height: 29px;
        margin-left: 0;
    }
    .about_con_fr_img {
        margin-top: 25px;
    }
    .gongsijianjie_ul li {
        width: 160px;
    }
    .gongsihuanjing_hide .swiper-button-prev,
    .gongsihuanjing_hide .swiper-container-rtl .swiper-button-next,
    .news_con .swiper-button-prev,
    .news_con .swiper-container-rtl .swiper-button-next {
        margin-top: -46px;
        left: -40px;
        width: 30px;
    }
    .gongsihuanjing_hide .swiper-button-next,
    .gongsihuanjing_hide .swiper-container-rtl .swiper-button-prev,
    .news_con .swiper-button-next,
    .news_con .swiper-container-rtl .swiper-button-prev {
        margin-top: -46px;
        right: -40px;
        width: 30px;
    }
    .gongsihuanjing_sum,
    .news_con {
        width: 87%;
    }
    .news_list .news_data {
        width: 23%;
    }
    .news_data div:nth-child(2) {
        font-size: 1.4rem;
        line-height: 16px;
    }
    .news_list .news_con_fr {
        width: 76%;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .advagetage .w50 {
        width: 100%;
    }
    .advagerage_div2 .clearfix,
    .advagerage_div3 .clearfix {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .advagerage_div2 .fl,
    .advagerage_div3 .fr {
        order: 2;
    }
    .advagerage_div2 .fr,
    .advagerage_div3 .fl {
        order: 1;
    }
    .advagerage_div1_fr {
        margin-bottom: 30px;
    }
    .pl20 {
        padding-left: 0%;
    }
    .advagerage_div2 .advagetage_fr_div1 {
        margin-left: 90px;
        margin-bottom: 30px;
    }
    .advagerage_div3 .advagetage_fr_div1 {
        margin-top: 30px;
    }
    .foot_j {
        display: none;
    }
    .foot_z {
        width: 45%;
    }
    .foot_y {
        width: 48%;
        border-right: none;
    }
    .foot_y .item.item4 {
        margin-left: 14px;
    }
    .list_about_div1 .fl,
    .list_about_div1 .fr {
        width: 100%;
    }
    .list_about_div1 .fr {
        padding: 22px 0 0 0px;
    }
    .lsit_about_con p {
        margin-top: 15px;
    }
    .lsit_about_con {
        font-size: 1.6rem;
        line-height: 25px;
    }
    .lianxi_title {
        font-size: 2.4rem;
    }
    .lianxi_title span::before {
        bottom: -10px;
    }
    .list_about_div1 {
        margin-bottom: 40px;
    }
    .list_anli_ul li {
        margin-left: 44px;
    }
    .list_anli_list li {
        width: 31%;
    }
    .footer_main {
        padding: 0px 0 30px 0;
    }
    .list_article_fl1 {
        width: 16%;
    }
    .list_article_fl2 {
        width: 84%;
    }
    .list_pro_ul li {
        margin-left: 22px;
    }
    .list_pro_ul li {
        height: 44px;
        line-height: 42px;
    }
    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        height: 143px;
        width: 43px;
        margin-top: -74px;
    }
    .article_fr_div1 .col-md-7 {
        margin-top: 30px;
    }
    .mb70 {
        margin-bottom: 35px;
    }
    .list_pro_ul {
        display: none;
    }
    .list_pro {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .title {
        margin-top: 25px;
    }
    .product_swiper {
        margin: 19px 0 20px 0;
    }
    .advagetage .title {
        margin: 30px 0 15px 0;
    }
    .advagerage_div1_fr {
        padding: 0px 0 0 60px;
    }
    .advagetage_title div:nth-child(2) {
        line-height: 16px;
    }
    .advagetage_fr_div1 {
        margin-top: 25px;
    }
    .advagetage_title::before {
        left: -38px;
        top: -8px;
        font-size: 4rem;
    }
    .advagerage_div2 .advagetage_fr_div1 {
        margin-left: 60px;
    }
    .advagerage_div3 .advagetage_fr_div1 {
        margin-left: 60px;
        margin-top: 20px;
    }
    .anli_swiper .swiper-slide-next {
        transform: translate3d(20px, 0px, 0px);
    }
    .anli_swiper .swiper-slide-prev {
        transform: translate3d(-20px, 0px, 0px);
    }
    .anli_text_con {
        padding: 5px 15px 0;
    }
    .anli_title {
        font-size: 1.8rem;
        line-height: 20px;
    }
    .anli_text_con .fr div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
    }
    .anli_text_con .fr div span {
        font-size: 2rem;
    }
    .anli .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border: solid 1px #ffffff;
    }
    .anli_swiper {
        padding: 25px 0 40px;
    }
    .anli .swiper-container-horizontal>.swiper-pagination-bullets,
    .anli .swiper-pagination-custom,
    .anli .swiper-pagination-fraction {
        bottom: 15px;
    }
    .about_con {
        padding-top: 25px;
    }
    .about_con_fl {
        width: 100%;
        padding-right: 0px;
    }
    .about_con_fr {
        width: 100%;
    }
    .about_content {
        margin-top: 15px;
    }
    .about .more {
        margin: 20px 0 0 0;
    }
    .about_con_fr_title {
        font-size: 2rem;
        margin-top: 20px;
    }
    .about_con_fr_img {
        margin-top: 15px;
    }
    .gongsijianjie_ul li {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .gongsihuanjing_sum,
    .news_con {
        width: 80%;
    }
    .gongsihuanjing_hide .swiper-button-next,
    .gongsihuanjing_hide .swiper-container-rtl .swiper-button-prev,
    .news_con .swiper-button-next,
    .news_con .swiper-container-rtl .swiper-button-prev,
    .gongsihuanjing_hide .swiper-button-prev,
    .gongsihuanjing_hide .swiper-container-rtl .swiper-button-next,
    .news_con .swiper-button-prev,
    .news_con .swiper-container-rtl .swiper-button-next {
        background-size: 13px 44px;
    }
    .news_list {
        padding: 8px 15px;
    }
    .foot_z {
        width: 100%;
        margin-top: 0;
        border-right: none;
    }
    .foot_y {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .foot_y .submit {
        display: table;
        margin: 0 auto;
    }
    .yqlj {
        height: 44px;
        line-height: 44px;
        font-size: 1.8rem;
    }
    .list_about_div1 .fr .lianxi_title {
        margin-bottom: 25px;
    }
    .list_anli_ul li {
        margin-left: 20px;
    }
    .list_pro_ul,
    .list_anli_ul {
        margin: 20px 0 25px;
    }
    .list_anli_list li,
    .list_pro_list li {
        width: 48.5%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .list_anli_list li:nth-child(3n+1),
    .list_pro_list li:nth-child(3n+1) {
        margin-left: 0;
    }
    .list_anli_list li:nth-child(odd),
    .list_pro_list li:nth-child(odd) {
        margin-right: 1.5%;
    }
    .list_anli_list li:nth-child(even),
    .list_pro_list li:nth-child(even) {
        margin-left: 1.5%;
    }
    .mb70 {
        margin-bottom: 20px;
    }
    .lianxi .lianxi_fl {
        width: 100%;
    }
    .lianxi .lianxi_fr {
        width: 100%;
    }
    .ditu {
        margin-top: 25px;
    }
    .lianxi {
        margin: 25px 0 30px 0;
    }
    .lianxi_ul {
        margin-top: 20px;
    }
    .footer_main {
        padding: 20px 0 30px 0;
    }
    .foot_y .item.item5 {
        width: 100%;
    }
    .foot_y .item.item4 {
        width: 100%;
        margin-left: 0;
    }
    .foot_y .item .txt.tel {
        margin-left: 0px;
    }
    .foot_y .item.item1 {
        width: 100%;
    }
    .foot_y .item .txt {
        height: 40px;
        line-height: 38px;
    }
    .list_article_data {
        width: 65px;
        height: 65px;
    }
    .list_article_data div:nth-child(1) {
        font-size: 2.2rem;
        line-height: 19px;
        padding-top: 13px;
    }
    .list_article_ul li {
        padding: 15px 0px;
    }
    .list_article_fl1 {
        width: 20%;
    }
    .list_article_fl2 {
        width: 80%;
    }
    .list_article_title {
        margin-top: 3px;
    }
    .list_article_content {
        margin-top: 5px;
    }
    .neiye_bread {
        display: none;
    }
    .neiye_title {
        font-size: 2.2rem;
    }
    .list_article {
        margin: 15px 0 25px 0;
    }
    .list_pro_ul,
    .list_anli_ul {
        display: none;
    }
    .list_pro_list {
        margin: 0px 0 0;
    }
    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        height: 70px;
        width: 25px;
        margin-top: -35px;
    }
    .article_fr_div1 .col-md-7 {
        margin-top: 15px;
    }
    .article_pro_con,
    .article_ferx span {
        padding-top: 15px;
    }
    .article_pro_con div {
        margin-top: 10px;
    }
    .article_fr_div2 .swiper-slide {
        font-size: 1.6rem;
    }
    .article_fr_div2_img {
        margin: 20px 0 30px;
    }
    .article_new {
        margin: 30px 0;
    }
    .article_news_title {
        font-size: 2.2rem;
    }
    .article_news_con {
        padding-top: 15px;
    }
    .fenxiang {
        margin: 20px 0 20px 0;
    }
    .shangxia {
        margin-top: 20px;
        padding-top: 15px;
    }
    .searchbox {
        top: 65px;
    }
    .searchs .sertext,
    .serbtn {
        height: 40px;
        line-height: 40px;
    }
    .list_anli {
        margin-top: 30px;
    }
    .foot_y .submit .tijiao {
        margin-right: 0;
    }
    .product_text {
        line-height: 36px;
        font-size: 2rem;
    }
    .list_pro {
        margin-top: 00px;
    }
    .beian {
        display: none;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #3fb150;
}

#page li:hover a {
    color: #3fb150
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #3fb150;
    background-color: #3fb150;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #3fb150;
    color: #FFFFFF
}