﻿@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-family:"Microsoft YaHei";-webkit-text-size-adjust:none;color:#000;font-size: 16px;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
html {font-size: -webkit-calc(100vw/7.5);font-size: calc(100vw/7.5);}
img{border:0;vertical-align:bottom;width:100%;}
ul,li{list-style-type:none;}
a{color:#000;text-decoration:none;-webkit-tap-highlight-color:transparent;}
input:focus,select:focus,option:focus,textarea:focus{ outline:none;}
textarea,input[type=date],input[type=number]{ resize:none; border: none;}
button:hover,input[class*=b]:hover{ cursor:pointer;}
i,u{font-style: normal;font-weight: normal;}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
button[type="reset"],
button[type="button"],
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Microsoft Yahei";
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.rel {
    position: relative;
}

/*header*/
.top_box {
    position: relative;
    z-index: 9;
}

.meau {
    position: absolute;
    left: .2rem;
    top: .28rem;
    width: .6rem;
}

.search {
    position: absolute;
    right: .2rem;
    top: .28rem;
    width: .6rem;
}

/*search*/
.ss {
    width: 0;
    height: .8rem;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    border-top: #1f8c3b solid 1px;
}

.ss_bd {
    width: 80%;
    height: .8rem;
    border: none;
    background: #fff;
    float: left;
    color: #666;
    padding: 0 5%;
    box-sizing: border-box;
    font-family: "微软雅黑";
    font-size: .3rem;
}

.ss_btn {
    width: 20%;
    float: left;
    line-height: .8rem;
    background: #1f8c3b;
    border: none;
    color: #fff;
    font-family: "微软雅黑";
    font-size: .3rem;
}

/*导航菜单*/
#ceng {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
}

#close {
    width: 10%;
    padding: 3%;
    float: left;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
}

.type {
    width: 100%;
    background: rgba(31, 140, 59, .9);
    height: 100%;
}

.type ul {
    padding-top: 1rem;
}

.type ul li a {
    color: #fff;
    display: block;
    line-height: 1rem;
    text-align: center;
    display: block;
    font-size: .32rem;
    transition: color 0.2s ease 0s;
}

/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
}

.banner .swiper-pagination {
    bottom: 0;
}

.banner .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    background: #e6e6e6;
    border-radius: 50%;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #1f8c3b;
}

.banner_tit {
    font-size: .36rem;
    line-height: .4rem;
    padding: .4rem 0 .2rem;
    text-align: center;
    height: 1.2rem;
    box-sizing: border-box;
}

.banner_tit span {
    font-size: .24rem;
    color: #868686;
    line-height: .3rem;
}

.banner .banner_text {
    position: absolute;
    left: 1rem;
    width: 3rem;
    display: none;
}

.banner .swiper-slide-active .banner_text {
    display: block;
}

.banner .t1 {
    padding-top: 1rem;
    width: 3rem;
}

.banner .t2 {
    padding-top: .2rem;
    width: 3rem;
}

.banner .t3 {
    padding-top: .2rem;
    width: 3rem;
}

/*index*/
.type_list {
    margin-bottom: .5rem;
}

.type_list li {
    width: 20%;
    float: left;
    font-size: .24rem;
    line-height: .6rem;
    text-align: center;
    border-right: #d6d6d6 solid 1px;
    box-sizing: border-box;
}

.type_list li:last-of-type {
    border: none;
}

.type_list li img {
    display: block;
    width: .6rem;
    margin: 0 auto;
}

.box_con {
    padding: 0 .2rem;
}

.pro_nav {
    height: .8rem;
    line-height: .8rem;
    background: #1f8c3b;

}

.pro_nav_meau {
    width: .8rem;
    height: .8rem;
}

.pro_nav_tit {
    font-size: .36rem;
    font-weight: 300;
    padding: 0 .3rem;
    color: #fff;
}

.pro_meau {
    display: none;
    position: absolute;
    left: 1rem;
    top: .8rem;
    background: #222;
    width: calc(100% - 1rem - .2rem);
    padding: .2rem;
    box-sizing: border-box;
    z-index: 1;

}

.pro_nav_list li {
    line-height: .8rem;
    font-size: .26rem;
    border-bottom: #ddd solid 1px;
    font-weight: 300;
}

.pro_nav_list li a {
    color: #fff;
}

.pro_nav_close {
    display: block;
    padding: .2rem 0;
    text-align: center;
}

.pro_nav_close img {
    width: .3rem;
}


.pro1_box {
    background: #1f8c3b;
    height: 4.7rem;
}

.pro1_l {
    width: 50%;
    color: #fff;
    padding: .3rem;
    box-sizing: border-box;
}

.at1 {
    padding: .6rem 0 .2rem;
    width: 2.2rem;
    font-size: .48rem;
    line-height: .8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.at2 {
    font-size: .32rem;
    font-weight: 300;
    line-height: .8rem;
}

.at3 {
    font-size: .26rem;
    line-height: .4rem;
}

.pro1_r {
    width: 50%;
    height: 4.7rem;
}


/* pro02 */
.pro2_box {
    background: #f0f0f0;
}

.pro2_l {
    width: 50%;
    padding:.1rem .3rem;
    box-sizing: border-box;
}

.pro2_r {
    width: 50%;
    height: 3.4rem;
}

.bt1 {
    font-size: .36rem;
    line-height: .6rem;
    font-weight: 300;
    padding-top: .3rem;
}

.bt1 span {
    font-family: 'BEBAS';
    display: inline-block;
    padding-right: .1rem;
}

.bt2 {
    font-size: .24rem;
    color: #868686;
    line-height: .5rem;

}

.pro4_box {
    background: #1f8c3b;
}

.pro4_box .bt1 {
    color: #fff;
}

.pro4_box .bt2 {
    color: #fff;
}

.ct1 {
    /* padding-top: .3rem; */
    width: 2.2rem;
    font-size: .48rem;
    line-height: .6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ct2 {
    color: #868686;
    line-height: .6rem;
    font-size: .32rem;
    color: #222;
}

.ct3 {
    font-size: .24rem;
    color: #868686;
    line-height: .4rem;
}

.pro5_box {
    background: #fff;
}

.hot_tit {
    height: .8rem;
    line-height: .8rem;
    background: #1f8c3b;
    font-size: .36rem;
    color: #fff;
    padding: 0 .35rem;
}

.hot1_box {
    background: #f0f0f0;
}

.hot2_l {
    width: 50%;
    background: #fff;
}

.hot2_tit_name {
    padding: .3rem;
    height: 2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.ht1 {
    font-size: .36rem;
    line-height: .5rem;
    font-weight: 300;
    padding-top: .3rem;
}

.ht1 span {
    font-family: 'BEBAS';
    display: inline-block;
    padding-right: .1rem;
}

.ht2 {
    font-size: .24rem;
    color: #868686;
    line-height: .36rem;

}

.hot2_pic {
    height: 3.7rem
}

.hot2_r {
    width: 50%;
    background: #f0f0f0;
}

.hot3_text {
    height: 5.2rem;
    background: #1f8c3b;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}


.ht31 {
    padding: .6rem 0 .2rem;
    width: 2.6rem;
    font-size: .48rem;
    line-height: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}

.ht32 {
    font-size: .48rem;
    font-weight: 300;
    line-height: .8rem;
    margin-bottom: .2rem;
}

.ht33 {
    font-size: .24rem;
    line-height: .4rem;
}

.hot3_pic {
    height: 3.4rem;
    position: relative;
}

.hot3_pic img {
    position: absolute;
    left: 50%;
    margin-left: -2.2rem;
    bottom: .6rem;
    width: 4.4rem;
    height: 5.5rem;

}

.hot4_text {
    height: 5.2rem;
    background: #e2e2e2;
    box-sizing: border-box;
    text-align: center;
}


.ht41 {
    padding: .6rem 0 .2rem;
    width: 2.6rem;
    font-size: .48rem;
    line-height: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}

.ht42 {
    font-size: .48rem;
    font-weight: 300;
    line-height: .8rem;
    margin-bottom: .2rem;
    color: #222;
}

.ht43 {
    font-size: .24rem;
    line-height: .4rem;
    color: #868686;
}

.hot4_pic {
    height: 3.8rem;
    position: relative;
}

.hot4_pic img {
    position: absolute;
    left: 50%;
    margin-left: -1.8rem;
    bottom: .4rem;
    width: 3.6rem;
    height: 5.5rem;

}

/* case */
.case_tit {
    padding: .4rem 0;
    box-sizing: border-box;
    background: #f0f0f0;
    text-align: center;
}

.case_tit dt {
    font-size: .48rem;
    line-height: .6rem;
}

.case_tit dd {
    font-size: .24rem;
    color: #8e8e8e;
    line-height: .6rem;
    font-weight: 300;
}

.case_right {
    width: 38.9%;
}

.case_pic_tit {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.6rem;
    margin-top: -.5rem;
    width: 5.2rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    text-align: center;
    background: rgba(31, 140, 59, .9);
    transition: .3s linear;
}

.case_pic_tit .lt1 {
    width: 4.2rem;
}

.case_pic_tit .rt2 {
    width: .8rem;
    height: .8rem;
    background: #135c26;
    font-size: .48rem;
    font-family: 宋体;
}

.case_pic02 li {
    width: 49%;
    float: left;
}

.case_pic02 li a {
    display: block;
}

.case_pic02 li:nth-child(even) {
    float: right;
}

/* about */
.about_bg {
    background: #f0f0f0 url(../images/about_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .4rem;
}

.about_text {
    height: 3rem;
    line-height: .5rem;
    overflow: hidden;
    font-size: .26rem;
    padding: 0 .1rem;
}

.about_list {
    padding-top: .2rem;
    overflow: hidden;
}

.about_list li {
    float: left;
    width: 25%;
    padding: 0 .2rem;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
}

.about_list li::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 24px;
}

.about_list li:last-of-type::after {
    display: none;
}

.about_list .t1 {
    font-size: .26rem;
    line-height: .5rem;

}

.about_list .t1 span {
    display: inline-block;
    color: #1f8c3b;
    font-size: .38rem;
    font-weight: bold;
}

.about_list .t2 {
    font-size: .24rem;
    font-weight: 300;
}

.about_70 {
    width: 4.2rem;
    margin: .5rem auto .2rem;
}

.about_add {
    padding: .2rem 0 .1rem;
    text-align: center;
}

.about_add li {
    display: inline-block;
    line-height: .6rem;
    font-size: .32rem;
    padding: 0 .2rem;
}

.about_add li>img {
    width: .5rem;
}

.about_add li::after {
    content: "";
    display: block;
    clear: both;
}

.about_add li img {
    float: left;
}

.about_add li:nth-child(1) img {
    animation: add 2s linear infinite;
}

.about_add li:nth-child(2) img {
    animation: add 1.8s linear infinite;
}

.about_add li:nth-child(3) img {
    animation: add 3s linear infinite;
}

.about_add li:nth-child(4) img {
    animation: add 2.4s linear infinite;
}

.about_add li:hover img {
    animation: none;
}

@keyframes add {
    30% {
        transform: translateY(-5px)
    }

    80% {
        transform: translateY(5px)
    }

}

.about_add_text {
    margin: 0 .2rem;
    line-height: .5rem;
    font-size: .28rem;
    padding: .2rem 0;
    color: #222;
    border-bottom: #1f8c3b solid .2rem;
    text-align: center;
}

/* five */
.five_bg {
    height: 2.5rem;
    background: #1f8c3b;
}

.five_list li {
    float: left;
    width: 20%;
    height: 2.5rem;
    background: url(../images/icon05.png) no-repeat right center;
    line-height: .8rem;
    color: #fff;
    font-size: .26rem;
    text-align: center;
    padding-top: .5rem;
    box-sizing: border-box;
}

.five_list li:last-of-type {
    background: none;
}

.five_list_icon {
    width: .93rem;
    height: .93rem;
    margin: 0 auto;
    border: #fff solid 1px;
    transition: .3s linear;
    box-sizing: border-box;
}

/*footer*/
.copyright {
    background: #f0f0f0;
    font-size: .24rem;
    font-weight: 300;
    padding: .2rem 0;
    line-height: .4rem;
    text-align: center;
}

.nav_h {
    height: 1.8rem;
}

.nav_pos {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    padding-top: .3rem;
    background: #fff;
    box-sizing: border-box;
}

.nav_list li {
    width: calc(100% / 3);
    float: left;
    font-size: .36rem;
    line-height: .8rem;
    position: relative;
}

.nav_list_icon {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    overflow: hidden;
    border: #717171 solid 1px;
    border-radius: .12rem;
    margin: 0 auto;
}

.nav_list_icon span {
    display: block;
}

.nav_list li a {
    color: #222;
}

.nav_list .on .nav_list_icon {
    border: #1f8c3b;
    background: #1f8c3b;
}

.nav_list .on a {
    display: block;
}

.nav_list .on .nav_list_icon span {
    margin-top: -.7rem;
}

.nav_ewm{
    display:none;
    position: absolute;
    left:calc(50% - 1rem);
    bottom:1.8rem;
    width:2rem;
}

/*main*/
.main_tit {
    padding: .4rem 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
}

.main_tit dt {
    font-size: .42rem;
    line-height: .6rem;
}

.main_tit dd {
    font-size: .26rem;
    color: #8e8e8e;
    line-height: .6rem;
    text-transform: uppercase;
}

.main_pro {
    padding: 1% 2%;
}

.main_pro li {
    padding: .2rem;
    background: #fff;
    width: 48%;
    margin: 0 1% 2%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.main_pro .pt1 {
    font-size: .36rem;
    color: #333;
    line-height: .8rem;
    height: .8rem;
    overflow: hidden;
    padding-top: .1rem;
}

.main_pro .pt2 {
    font-size: .24rem;
    color: #8f8f8f;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
}

.main_page {
    padding: .5rem 0;
}

.main_page a {
    display: inline-block;
    padding: 0 .1rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
}

.main_page a:hover {
    color: #1f8c3b;
}

.main_bot {
    padding: .5rem .2rem;
    background: #2e323e;
}

.main_bot_l {
    width: 5rem;
}

.main_bot_r {
    width: 1.8rem;
    padding-top: .5rem;
    line-height: .6rem;
    color: #fff;
    font-weight: 300;
    text-align: center;

}

.main_bot_tel {
    background: url(../images/tel.png) no-repeat left center;
    background-size: .88rem;
    padding-left: 1rem;
    line-height: .5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: .2rem;
}

.main_bot_tel span {
    display: block;
    color: #1f8c3b;
    font-size: .48rem;
    font-weight: bold;
}

.main_bot_text {
    color: #969cad;
    line-height: .5rem;
    font-weight: 300;
    font-size: .24rem;
}

.main_copyright {
    padding: .3rem .2rem;
    background: #242730;
    color: #969cad;
    line-height: .5rem;
    font-weight: 300;
    text-align: center;
    font-size: .24rem;
}

.zhy_01 {
    padding: .5rem;
    background: #ffffff;
}

.zhy_01_pic {
    width: 2.2rem;
    margin: 0 auto .4rem;
}

.zhy_01_more {
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    border: #1f8c3b solid 1px;
    color: #1f8c3b;
    margin: 0 auto;
    display: block;
    font-size: .24rem;
    text-align: center;
}

.rec_con01 {
    padding: 3.5rem .5rem .5rem;
    background: #fff;
    position: relative;
    margin-bottom: .5rem;
}

.rec_con01_pic {
    width: 3.8rem;
}

.rec_con01_icon {
    position: absolute;
    left: .3rem;
    top: .3rem;
    width: 1.2rem;
    height: .7rem;
    line-height: .58rem;
    background: url(../images/icon11.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    font-weight: 300;
}

.rec_con01_text {
    position: absolute;
    right: .5rem;
    top: .8rem;
    width: 5.8rem;
    text-align: right;
    color: #646464;
    font-weight: 300;
}

.rec_con01 .rt1 {
    font-size: .48rem;
    line-height: .6rem;
    color: #333;
    font-weight: normal;
}

.rec_con01 .rt2 {
    font-size: .24rem;
    line-height: .5rem;
}

.rec_con01 .rt3 {
    font-size: .24rem;
    line-height: .5rem;
    padding: .2rem 0;
}

.rec_con01_a1 {
    width: 1rem;
    line-height: .8rem;
    color: #1f8c3b;
    font-size: .24rem;
    display: inline-block;
    margin-left: .2rem;
    font-weight: normal;
}

.rec_con02 {
    padding: 4.5rem .5rem .5rem;
    background: #fff;
    position: relative;
    margin-bottom: .5rem;
}

.rec_con02_icon {
    position: absolute;
    left: .3rem;
    top: .3rem;
    width: 1.2rem;
    height: .7rem;
    line-height: .58rem;
    background: url(../images/icon12.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    font-weight: 300;
}

.rec_con02_text {
    position: absolute;
    left: .5rem;
    top: 1.6rem;
    width: 5.8rem;
    color: #646464;
    font-weight: 300;
}

.rec_con02 .rt1 {
    font-size: .48rem;
    line-height: .6rem;
    color: #333;
    font-weight: normal;
}

.rec_con02 .rt2 {
    font-size: .24rem;
    line-height: .5rem;
}

.rec_con02 .rt3 {
    font-size: .24rem;
    line-height: .5rem;
    padding: .2rem 0;
}



/* 产品系列 */
.cpxl_scroll {
    position: relative;
    padding-bottom: .9rem;
    z-index: 1;
}

.cpxl_scroll::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}

.cpxl_type {
    width: 5rem;
    margin: .4rem auto;
    box-sizing: border-box;
    padding: .4rem 0;
    text-align: center;
    line-height: .8rem;
    font-size: .26rem;
}

.cpxl_type .swiper-slide {
    width: 40%;
    height: 100%;
}

.cpxl_type_icon {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    padding: .1rem;
    background: #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s linear;
    margin: 0 auto;
}

.cpxl_type_icon .i1 {
    display: block;

}

.cpxl_type .swiper-slide:hover .cpxl_type_icon .i1 {
    display: none;
}

.cpxl_type_icon .i2 {
    display: none;
}

.cpxl_type .swiper-slide:hover .cpxl_type_icon .i2 {
    display: block;
}

.cpxl_type .swiper-slide:hover .cpxl_type_icon {
    background: #1f8c3b;
}

.cpxl_type .swiper-slide-thumb-active .cpxl_type_icon {
    background: #1f8c3b;
}

.cpxl_type .swiper-slide-thumb-active .cpxl_type_icon .i1 {
    display: none;
}

.cpxl_type .swiper-slide-thumb-active .cpxl_type_icon .i2 {
    display: block;
}

.cpxl_con {
    padding: 0 .6rem !important;
    box-sizing: border-box;
}

.cpxl_con .swiper-slide {
    background: #f0f0f0;
}

.cpxl_con_l {
    width: 100%;
    padding: .5rem;
    box-sizing: border-box;

}

.cpxl_con_l .ct1 {
    font-size: .36rem;
    line-height: .8rem;
    padding-top: 0;
}

.cpxl_con_l .ct2 {
    font-size: .3rem;
    line-height: .8rem;
    margin-bottom: .2rem;
}

.cpxl_con_l .ct3 {
    font-size: .24rem;
    color: #6a6a6a;
    line-height: .5rem;
    margin-bottom: .6rem;
}

.cpxl_con_l .ct4 {
    display: block;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    border: #222 solid 1px;
    color: #222;
    text-align: center;
    font-size: .26rem;
    transition: .5s linear;
}

.cpxl_con_r {
    width: 100%;
    overflow: hidden;
}

.cpxl_scroll .swiper-container {
    position: static;
}

.cpxl_scroll .swiper-button-prev {
    left: .3rem;
    top: 1rem;
    width: .8rem;
    height: .8rem;
    background: url(../images/sj03.png) no-repeat right center;
    background-size: 100% 100%;
}

.cpxl_scroll .swiper-button-next {
    top: 1rem;
    right: .3rem;
    width: .8rem;
    height: .8rem;
    background: url(../images/sj04.png) no-repeat right center;
    background-size: 100% 100%;
}

.cpxl_scroll .swiper-button-next:after,
.cpxl_scroll .swiper-button-prev:after {
    display: none;
}

/* 热门产品 */
.rmcp_list li {
    padding: .3rem;
    overflow: hidden;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: .2rem;
}

.rmcp_list_pic {
    width: 6rem;
    margin: 0 auto;
}

.rmcp_list li h3 {
    line-height: .6rem;
    font-size: .36rem;
}

.rmcp_list li .xh {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
}

.rmcp_list .renqi {
    position: absolute;
    left: .3rem;
    top: .3rem;
    width: 1.2rem;
    height: .7rem;
    line-height: .58rem;
    background: url(../images/icon11.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    font-weight: 300;
}

.rmcp_list .xinpin {
    position: absolute;
    left: .3rem;
    top: .3rem;
    width: 1.2rem;
    height: .7rem;
    line-height: .58rem;
    background: url(../images/icon12.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    font-weight: 300;
}

/* 工程案例 */
.case_pos {
    position: relative;
    height: 10rem;
}

.case_pic01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 4.3rem;
    height: 3.1rem;
}

.case_pic02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.7rem;
    height: 1.5rem;
}

.case_pic03 {
    position: absolute;
    right: 0;
    top: calc(1.5rem + .1rem);
    width: 2.7rem;
    height: 1.5rem;
}

.case_pic04 {
    position: absolute;
    left: 0;
    top: calc(3.1rem + .1rem);
    width: 2.7rem;
    height: 1.5rem;
}

.case_pic05 {
    position: absolute;
    left: 0;
    top: calc(4.6rem + .2rem);
    width: 2.7rem;
    height: 1.5rem;
}

.case_pic06 {
    width: 4.3rem;
    height: 3.1rem;
    position: absolute;
    right: 0;
    top: calc(3.1rem + .1rem);
}
.case_pic07 {
    position: absolute;
    left: 0;
    top: calc(6.1rem + .3rem);
    width: 4.3rem;
    height: 3.1rem;
}

.case_pic08 {
    position: absolute;
    right: 0;
    top: calc(6.1rem + .3rem);
    width: 2.7rem;
    height: 1.5rem;
}

.case_pic09 {
    position: absolute;
    right: 0;
    top: calc(7.6rem + .4rem);
    width: 2.7rem;
    height: 1.5rem;
}
.case_pic10{
    display: flex;
    justify-content: space-between;
}
.case_pic10 li{
    width: 3.45rem;
    height: 2.13rem;
}

.case_contact {
    border: #f0f0f0 solid 1px;
    padding: 0 .2rem;
    text-align: center;
    margin: .3rem 0;
}

.case_contact li {
    width: calc(100% / 2);
    padding: .4rem 0;
    border-bottom: #f0f0f0 solid 1px;
    line-height: .5rem;
    height: 1.5rem;
    overflow: hidden;
    font-size: .26rem;
    color: #999;
    position: relative;
    float: left;
    font-weight: 300;
}

.case_contact li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.3rem;
    width: 1px;
    height: .6rem;
    background: #f0f0f0;

}

.case_contact li:nth-child(2n):after {
    display: none;
}

.case_contact li:nth-child(n+5) {
    border-bottom: none;
}

.case_contact li>span {
    color: #333;
    font-size: .3rem;
    font-weight: normal;
}

.det_page {
    padding: .8rem 0;
}

.det_page a {
    display: block;
    background: #f0f0f0;
    padding: .2rem 0;
    color: #333;
    line-height: .8rem;
    font-size: .26rem;
}

.det_page a img {
    width: auto;
    height: .8rem;
    padding: 0 .2rem;
    display: inline-block;
}

.det_page a:hover {
    background: #1f8c3b;
    color: #fff;
}

.det_page a:nth-child(2) {
    background: #1f8c3b;
    color: #fff;
}


/* news */
.news_list li {
    box-sizing: border-box;
    margin-bottom: .6rem;
    ;
}

.news_list li a {
    display: block;
}

.news_list li .tit {
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    font-size: .3rem;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: .2rem;
}

.news_list li .tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.3rem;
    width: .6rem;
    height: 1px;
    background: #ddd;
}

.news_list li:hover .tit::after {
    animation: newsline 1.6s linear;
    background: #1f8c3b;
}

@keyframes newsline {
    30% {
        width: 100%;
        left: 0;
    }

    70% {
        width: 80px;
        left: 50%;
        margin-left: -40px;
        background: #1f8c3b;
    }

    100% {
        width: 44px;
        background: #1f8c3b;
    }
}

.news_list_text {
    line-height: .5rem;
    height: 1rem;
    overflow: hidden;
    color: #999;
    margin-bottom: .2rem;
    font-size: .26rem;
    margin-bottom: .2rem;
}

.news_list_arrow {
    margin: 0 auto;
    width: .8rem;
    height: .8rem;
    transition: .5s linear;
    background: #1f8c3b url(../images/icon14.png) no-repeat center center;
    background-size: .4rem;
}

.news_list_date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    background: #1f8c3b;
    color: #fff;
    font-size: .28rem;
    font-family: BEBAS;
    transition: .4s linear;
}

/* 客户服务 */
.ser_bg {
    background: url(../images/ser_bg01.jpg) no-repeat center bottom;
    background-size: cover;

}

.ser_list li {
    width: calc(100% / 3);
    border-right: #ddd solid 1px;
    padding: .3rem 0;
    box-sizing: border-box;
    text-align: center;
    float: left;
    border-bottom: #ddd solid 1px;

}

.ser_list li:nth-child(3n) {
    border-right: none;
}

.ser_list li:nth-child(n+7) {
    border-bottom: none;
    padding-bottom: .6rem;
}

.ser_list_icon {
    width: .8rem;
    height: .8rem;
    margin: 0 auto .2rem;
    transition: .3s linear;
}

.ser_list li h3 {
    font-size: .3rem;
    line-height: .8rem;
    font-weight: normal;
}

.ser_list_text {
    line-height: .4rem;
    height: 1rem;
    color: #6d6d6d;
    font-size: .24rem;
    overflow: hidden;
}

.instr_list {
    padding: .2rem .1rem .4rem;
}

.instr_list li {
    position: relative;
    overflow: hidden;
    border-bottom: #ddd dashed 1px;
    padding: .3rem 0;
}

.instr_list li:last-of-type {
    border-bottom: none;
}

.instr_list li .date {
    width: .6rem;
    height: .85rem;
    line-height: .6rem;
    background: url(../images/icon15.png) no-repeat center top;
    background-size: 100% 100%;
    font-family: 'BEBAS';
    font-size: .38rem;
    color: #fff;
    text-align: center;

}

.instr_list li .con {
    width: calc(100% - 1rem);
    min-height: 1rem;
    line-height: .5rem;
    font-size: .26rem;
}


/* 联系我们 */
.contact_tit {
    margin: .3rem 0;
    line-height: 1.2rem;
    text-transform: uppercase;
    position: relative;
}

.contact_tit dt {
    color: #000;
    font-size: .42rem;
    position: relative;
    z-index: 2;
}

.contact_tit dd {
    font-size: 1rem;
    font-weight: 300;
    color: #ededed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    z-index: 1;
}

.contact_tel {
    width: 6rem;
    height: .8rem;
    line-height: .8rem;
    background: #1f8c3b;
    border-radius: .4rem;
    font-size: .32rem;
    color: #fff;
    margin: 0 auto .8rem;
}

.contact_tel span {
    font-family: 'BEBAS';
}

.contact_list {
    margin-bottom: .5rem;
}

.contact_list li {
    position: relative;
    margin-bottom: .2rem;
    border-bottom: #ededed solid 1px;
}

.contact_list_tit {
    line-height: .5rem;
    padding: .1rem 0;
    font-size: .28rem;
    border-bottom: #ededed dashed 1px;
}

.contact_list_tit>img {
    width: .5rem;
}

.contact_list_text {
    padding: .2rem 0;
    line-height: .6rem;
    font-size: .26rem;
    color: #333;
    transition: .5s linear;
    font-weight: 300;
}

.map_box {
    width: 100%;
    overflow: hidden;
}

.main_about {
    line-height: .5rem;
    font-size: .26rem;
    padding-bottom: .4rem;
}


/* brand */
.brand_text {
    font-size: .26rem;
    line-height: .5rem;
    text-align: center;
    padding-top: .3rem;
    margin-bottom: .3rem;
}

.brand_text_more {
    display: block;
    width: .6rem;
    height: .6rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.brnad_list {
    margin-bottom: .2rem;
}

.brnad_list li {
    float: left;
    margin: 0 2%;
    width: 46%;
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem;
    color: #000;
    border: #dadada solid 1px;
    position: relative;
    text-align: center;
    margin-bottom: .3rem;
    transition: .3s linear;
    box-sizing: border-box;
}

.brnad_list li::after {
    content: '';
    position: absolute;
    left: calc(50% - .1rem);
    bottom: 0;
    width: .2rem;
    height: 1px;
    background: #1f8c3b;
}

.brand_number {
    padding: .4rem 0;
    background: #1f8c3b;
}

.brand_num_list li {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    line-height: .5rem;
    padding: .2rem 0;
}

.brand_num_list li span {
    display: inline-block;
    font-size: .6rem;
    line-height: 1;
    font-family: 'BEBAS';
    padding-right: .1rem;
}

.brand_num_list li sub {
    font-size: .36rem;
    line-height: 1;
    color: #b6d2bb;
}

.mark_bg {
    background: url(../images/map_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 1rem 0;
}

.mark_line01 {
    position: absolute;
    right: 0;
    top: 400px;
    width: 45px;
    height: 245px;
    background: #1f8c3b;

}

.video_box {
    padding: .6rem 0;
}

.video_pic {
    width: 100%;
    height: 4rem;
}

.brand_pro {
    padding: .8rem .2rem 2rem;
}

.brand_pro_text {
    font-size: .24rem;
    line-height: .5rem;
}

.comp_tit {
    padding: .4rem 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
}

.comp_tit dt {
    font-size: .42rem;
    line-height: .6rem;
    margin-bottom: .2rem;
}

.comp_tit dd {
    font-size: .26rem;
    color: #8e8e8e;
    line-height: .4rem;
    text-transform: uppercase;
}


.comp_scroll {
    position: relative;
    overflow: hidden;
    padding-top: .4rem;
    padding-left: .3rem;
    margin-bottom: .6rem;
}

.comp_pro_li {
    position: relative;
    overflow: hidden;

}

.comp_pro_pos {
    position: absolute;
    left: 3%;
    top: 10%;
    width: 94%;
    height: 80%;
    padding: .3rem .5rem;
    line-height: .5rem;
    font-size: .26rem;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    text-align: center;
}

.comp_pro_pos h3 {
    font-size: .36rem;
    line-height: .8rem;
    font-weight: normal;
}

.comp_pro_text {
    height: 2rem;
    line-height: .4rem;
    overflow: hidden;
    font-size: .24rem;
    font-weight: 300;
}


.cooper_box {
    padding: .4rem 0 .8rem;
}

.cooper_list {
    border-left: #dcdcdc solid 1px;
    border-right: #dcdcdc solid 1px;
}

.cooper_list li {
    float: left;
    width: calc(100% / 3);
    overflow: hidden;
    line-height: .6rem;
    font-size: .28rem;
    border-right: #dcdcdc solid 1px;
    border-top: #dcdcdc solid 1px;
    box-sizing: border-box;
    padding: .4rem 0;
}

.cooper_list li a {
    display: block;
}

.cooper_list li:nth-child(-n+3) {
    border-top: none;
}

.cooper_list li:nth-child(3n) {
    border-right: transparent solid 1px;
}

.brand_map {
    background: #ececec;
}

.brand_about {
    padding: 60px 0;
    line-height: 30px;
    min-height: 200px;
    font-size: 16px;
}

/* bottom */
.m_b2 {
    margin-bottom: .2rem;
}

.bg_white {
    background: #fff;
}

.bg_grey {
    background: #f0f0f0;
}

.main_box {
    padding: .2rem;
}
