h1, h2, h3, h4, h5, h6, p, div, span, a {
    margin: 0;
    padding: 0;
    line-height: 1;
}


.section {
    padding: 20px 0;
}

.section-title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;

}

.section-title a {
    color: #1B9B00;
}

.container {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/**查看更多*/
.view_more {
    display: inline-block;
    font-size: 12px;
    background-color: #EEE;
    color: #666;
    width: 80px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
}

.view_more:hover {
    color: #1B9B00;
}

/**了解更多*/
.show_more {
    display: inline-block;
    color: #666;
    border-bottom: 1px solid #1B9B00;
    font-size: 15px;
    line-height: 1.5;
}

.box-img {
    box-shadow: 10px 10px 20px #EEE;
}


/*通用列表样式*/
.list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.list .item img {
    width: 100%;
}

/*服务列表*/
.service.list .item {
    width: 32%;
}

.service img {
    margin-bottom: 30px;
}

.service .title {
    font-size: 18px;
    color: #353535;
    margin-bottom: 36px;
}

.service .seo_title {
    font-size: 15px;
    color: #353535;
    margin-bottom: 30px;
}


/*关于我们*/
.about-us {
    background: url('../images/bgA.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 480px;
}

.about-us .container {
    display: flex;
    justify-content: space-between;
    height: 480px;
}

.about-us .info {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    position: relative;
}

.about-us img {
    height: 480px;
    align-self: flex-end;
}

.about-us .info .title {
    font-size: 30px;
    color: #F2F2F2;
    margin-bottom: 40px;
}

.about-us .info .content {
    font-size: 14px;
    color: #F2F2F2;
    line-height: 25px;
    margin-bottom: 60px;
    text-align: justify;
}


/**产品中心*/
.product.list .item {
    width: 18%;
}

.product .item img {
    margin-bottom: 30px;
}

.product .item .title {
    font-size: 18px;
    margin-bottom: 18px;
}

/**荣誉资质*/
.honor .item {
    width: 24%;
}

.honor .item img {
    margin-bottom: 0;
    display: block;
    padding: 2px 0;
}

.honor .item .title {
    font-size: 18px;
    margin-bottom: 18px;
}


/*成功案例*/
.case-list .info {
    position: absolute;
    bottom: -50px;
    background-color: rgba(43, 146, 25, 0.8);
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #F2F2F2;
    padding: 0 30px;
    box-sizing: border-box;
    height: 115px;
}

.case-list .info .case_title {
    font-size: 20px;
    height: 65px;
    line-height: 65px;
}

.case-list .info_more {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.case-list .info:hover {
    bottom: 0;
    transition: bottom 0.5s;
}

.case-list .info_more .view_more_p {
    border: 1px solid #f2f2f2;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #F2F2F2;
    font-size: 12px;
}

/*招商加盟*/
.join-us {
    display: flex;
    background: url('../images/joinbg.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 300px;
    flex-direction: column;
    color: #F2F2F2;
    justify-content: center;
    align-items: center;
}

.join-us .slogan {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.join-us .tel {
    display: flex;
    align-items: center;
    font-size: 16px;
}


/*联系我们*/
.contact-us {
    position: relative;
}

.contact-us .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(43, 146, 25, 0.8);
    color: #F2F2F2;
    padding: 20px;
    width: 400px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 999;
    font-size: 15px;
}

.contact-us .info div {
    line-height: 2;
}

.contact-us .info img {
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 10px;
}

.contact-map {
    width: 90%;
    height: 300px;
    float: left;
}

.banner .swiper-slide {
    background-size: auto;
}

/*页脚*/
.footerA {
    background-color: rgb(204, 204, 204);
    font-size: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerA .copyright {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #F2F2F2;
}

.footerA .copyright p a {
    display: none;
}


/*查看更多，鼠标移入背景上升效果*/
.view_detail {
    border: 1px solid #F2F2F2;
    height: 30px;
    width: 100px;
    position: absolute;
    overflow: hidden;
    bottom: 60px;
    right: 0;
}

.view_detail > a {
    height: 30px;
    line-height: 30px;
    width: 100px;
    z-index: 1;
    font-size: 12px;
    color: #F2F2F2;
    position: absolute;
    text-align: center;
}

.view_detail > a:hover {
    color: #FFF;
}

.view_detail > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    background: #1b9b00;
    z-index: -2;
    transition: all 0.2S linear;
}

.view_detail > a:hover:before {
    top: 0;
}

.swiper-banner div {
    background-image: url(images/bannerA1.png);
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    margin: 0 auto;
}

.swiper-banner {
    cursor: pointer;
}

.swiper-banner:hover {
    animation: bgA 2s 1;
    animation-fill-mode:forwards;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 100px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 100px;
}
/*
.swiper-button-next,.swiper-button-prev{
    width: 270px;
    height: 440px;
    margin-top: -220px;
    background-color: rgba(210,220,230,0.2);
}*/

@keyframes bgA {
    from{
        background-size: 100%;
    }

    to{
        background-size: 110%;
    }
}
