.header {
    display: block;
    width: 100%;
    background-color: #313131;
    z-index: 99;
    line-height: 0;
    height: 0.8rem;
    line-height: 0.8rem;
}

.header .m-search {
    display: block;
    margin: 0 10px;
}

.header .logo img {
    height: 0.49rem;
}

.header .m-btn {
    padding-left: 0.3rem;
}

    .header .m-btn img {
        height: 0.37rem;
    }

.container {
    min-height: calc(100vh - 105px - 48px);
    overflow: hidden;
}

.recommend {
    position: relative;
    width: 7.5rem;
    margin: 0.2rem auto;
    background: #fff;
}

    .recommend .swiper-container {
        padding-bottom: 0.6rem;
    }

    .recommend .swiper-slide {
        width: 50%;
        height: 2.7rem;
        background: #fff;
        box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        cursor: pointer;
    }

        .recommend .swiper-slide img {
            width: 100%;
            display: block;
        }

    .recommend .swiper-button-prev {
        position: relative;
        background-image: url(../images/left.png);
        background-size: 0.26rem 0.16rem;
        display: inline-block;
        height: 0.16rem;
        margin-right: 0.2rem;
    }

    .recommend .swiper-button-next {
        position: relative;
        background-image: url(../images/right.png);
        background-size: 0.26rem 0.16rem;
        display: inline-block;
        height: 0.16rem;
        margin-left: 0.2rem;
    }

.common_title {
    text-align: center;
    padding: 0.5rem 0;
}

    .common_title .en {
        font-size: 0.45rem;
        text-transform: uppercase;
        color: #313131;
        font-weight: bold;
    }

    .common_title p {
        color: #313131;
        font-size: .3rem;
    }

.companytag {
    background: #1fadff;
    text-align: center;
    padding: 0.3rem 0;
}

    .companytag h2 {
        color: #fff;
        font-weight: bold;
        font-size: 0.35rem;
    }

    .companytag p {
        font-size: 0.16rem;
        color: #fff;
        padding-top: 0.15rem;
    }

.advantages {
    background: #fff;
    padding-bottom: .3rem;
}

.search {
    padding: 0.35rem 0.2rem;
}

    .search input {
        background: #e4e4e4 url(../images/search.png) no-repeat left 0.1rem center;
        background-size: 0.45rem;
        height: 0.75rem;
        line-height: 0.75rem;
        font-size: 0.3rem;
        padding-left: 0.7rem;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

#bannerSwiper {
    padding: 0 0.2rem;
}

    #bannerSwiper img {
        border-radius: 10px;
    }

.swiper-pagination {
    position: relative;
    display: inline-block;
}

.swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.pagination {
    text-align: center;
    padding-bottom: 0.3rem;
}
  .c-about{padding: 0.5rem 0.3rem;text-align: center;background: #fff;margin: 0.2rem 0;}
  .c-about h2{font-size: 0.3rem;text-align: center;color: #313131;}
  .c-about .en{font-size: 0.45rem;text-align: center;font-weight: bold;color: #313131;}
  .c-about .des{padding: 0.3rem 0;}
  .c-about .des p{text-indent: 2em;line-height: 0.55rem;font-size: 0.18rem;text-align: left;}

  .c-about .more{display: inline-block;background: #1fadff;color: #fff;font-size: 0.24rem;padding: 0.1rem 0.2rem;border-radius: 0.05rem;margin-top: 0.3rem;}
    .news {padding-bottom: 0.4rem;text-align: center;background: #fff;}

  .news  li{width:7.1rem; margin: 0.2rem auto; background: #d2d2d2;border: 1px solid #a0a0a0;padding: 0.45rem 0.6rem;display: inline-block;}
  .news .p_date {
    float: left;
    width: 1rem;
    height: 1rem;
    text-align: center;
    color: #898989;
    overflow: hidden;
    -webkit-transition: .45s;
    transition: .45s;
}
.news .p_right {
    float: right;
    width: 4rem;
}
.news .p_date .month {
    display: block;
    font-size: 0.52rem;
    line-height: 1;
}
.news .p_date .year {
    display: block;
    font-size: 0.18rem;
    line-height: 1;
}
.news .p_title{font-size: 0.24rem;color: #505050;padding-bottom: 0.1rem;text-align: left;}
.news .p_content{font-size: 0.18rem;color: #505050;text-align: left;}
.news .more{display: inline-block;background: #434343;color: #fff;font-size: 0.24rem;padding: 0.1rem 0.2rem;border-radius: 0.05rem;margin-top: 0.3rem;}
.cate {
    padding: 0 0.15rem;
}

    .cate li {
        width: 2.2rem;
        margin: 0.1rem 0.1rem;
        float: left;
        text-align: center;
    }

        .cate li a {
            color: #1a1a1a;
            display: block;
            border: 1px solid #dcdcdc;
            border-radius: 3px;
            padding: 0.2rem 0;
        }

            .cate li a.active {
                background: linear-gradient(top, rgb(242, 242, 242), rgb(197, 197, 197) 100%);
                background: -o-linear-gradient(top, rgb(242, 242, 242), rgb(197, 197, 197) 100%);
                background: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(197, 197, 124) 100%);
                background: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(197, 197, 197) 100%);
                background: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(197, 197, 197) 100%);
            }
.contact-box{padding: 0 0.3rem;margin-top: 0.3rem;}
.contact-info{box-shadow:0 0 15px rgba(0,0,0,0.2);}
.contact-info .companyname{background: #322e2f;color: #fff;font-size: 0.45rem;font-weight: bold;text-align: center;height: 1.3rem;line-height: 1.36rem;}
.contact-info .tel{font-size: 0.26rem; background: url(../images/tel2.png) no-repeat left 0.3rem center;padding-left: 1rem;background-size: 0.56rem auto;border-bottom: 1px solid #dcdcdc;padding-top: 0.3rem;padding-bottom: 0.3rem;}  
.contact-info .fax{font-size: 0.26rem; background: url(../images/fax.png) no-repeat left 0.3rem center;padding-left: 1rem;background-size: 0.56rem auto;border-bottom: 1px solid #dcdcdc;padding-top: 0.3rem;padding-bottom: 0.3rem;}  
.contact-info .poster{font-size: 0.26rem; background: url(../images/poster.png) no-repeat left 0.3rem center;padding-left: 1rem;background-size: 0.56rem auto;border-bottom: 1px solid #dcdcdc;padding-top: 0.3rem;padding-bottom: 0.3rem;}  
.contact-info .add{font-size: 0.26rem; background: url(../images/map.png) no-repeat left 0.3rem center;padding-left: 1rem;background-size: 0.56rem auto;border-bottom: 1px solid #dcdcdc;padding-top: 0.3rem;padding-bottom: 0.3rem;}  
#amap-container{margin-top: 0.3rem;height: 5rem;}