* {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}


/* 轮播图 */

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #008641;
}


/* 漂浮广告 */

.ad {
    position: fixed;
    height: 274px;
    width: 267px;
    z-index: 999;
}


/* 公司简介 */

.introduction {
    padding: 3% 0%;
    background-color: #f5f5f5;
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    position: relative;
}

.title::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title>h2 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
}

.introduction_content {
    margin-top: 3%;
}

.img {
    overflow: hidden;
}

.img img {
    display: block;
    width: 100%;
}

.introduction_content .img {
    width: 50%;
}

.introduction_content .text {
    width: 46%;
    position: relative;
    height: 300px;
}

.introduction_content .text .p {
    line-height: 2rem;
    text-align: left;
    margin-bottom: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    min-height: 375px;
}

.introduction_content .more {
    text-align: right;
    margin-top: 5%;
    position: relative;
}

.introduction_content .text a {
    text-align: center;
    display: inline-block;
    width: 135px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    background-color: rgb(83, 180, 73);
    position: absolute;
    bottom: 0px;
    right: 0;
}


/* 案例碑型 */

.case {
    padding: 3% 0%;
}

.case_list {
    margin-top: 3%;
}

.case_list li {
    width: 265px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left: 45px;
}

.case_list li img {
    width: 100%;
    display: block;
    border-radius: 10px;
}


/* .case_list li:nth-child(1){
	margin-right: 0;
} */

.case_list li:nth-child(1) {
    margin-left: 0;
}

.case_list li:hover .cover {
    top: 0;
}

.case_list .cover {
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    transition-duration: 0.5s;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.case_list .cover .p {
    height: 3rem;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

.cover h3 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    margin-top: 60px;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

.cover a {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    line-height: 2.5rem;
    width: 100px;
    height: 2.5rem;
    border-radius: 10px;
    transition-duration: 0.5s;
}

.cover a:hover {
    background-color: #008641;
}


/* 服务流程 */

.service {
    width: 100%;
}

.service .title {
    width: 12%;
}

.service_list {
    margin-top: 3%;
    background-color: #008641;
    height: 400px;
    padding: 1% 20%;
}

.service_list li {
    text-align: center;
    width: 16.8%;
    float: left;
    position: relative;
    height: 12rem;
    background: url(../images/pic1.png) no-repeat center;
    background-size: 130%;
    cursor: pointer;
}

.service_list li i {
    text-align: center;
    position: absolute;
    top: -5%;
    left: 38%;
    width: 3rem;
    height: 3rem;
    line-height: 2.2rem;
    font-style: normal;
    background: url(../images/箭头.png) no-repeat center;
}

.service_list li img {
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.service_list li p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #008641;
}

.service_list li .middle {
    line-height: 2.4rem;
}

.service_list li:nth-child(1),
.service_list li:nth-child(2),
.service_list li:nth-child(3),
.service_list li:nth-child(4) {
    margin-right: 4%;
}

.service_list li:nth-child(1)::after,
.service_list li:nth-child(2)::after,
.service_list li:nth-child(3)::after,
.service_list li:nth-child(4)::after {
    position: absolute;
    content: "";
    top: 41%;
    left: 110%;
    border-left: 1.5rem solid #66B78E;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

.service_list li:nth-child(6) {
    margin-left: 11%;
}

.service_list li:nth-child(6),
.service_list li:nth-child(7),
.service_list li:nth-child(8),
.service_list li:nth-child(9) {
    margin-right: 4%;
}

.service_list li:nth-child(5)::after {
    position: absolute;
    content: "";
    top: 100%;
    transform: rotate(-55deg);
    right: 73%;
    border-right: 1.5rem solid #66B78E;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

.service_list li:nth-child(7)::after,
.service_list li:nth-child(8)::after,
.service_list li:nth-child(9)::after {
    position: absolute;
    content: "";
    top: 40%;
    right: 110%;
    border-right: 1.5rem solid #66B78E;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

.service_list li:nth-child(7),
.service_list li:nth-child(8),
.service_list li:nth-child(9),
.service_list li:nth-child(6) {
    margin-top: 2%;
}


/* 新闻中心 */

.news {
    padding: 3% 0px;
    background-color: #f5f5f5;
}

.news_list {
    margin-top: 3%;
}

.news_list ul {
    width: 30%;
}

.news_list p {
    line-height: 3rem;
    height: 3rem;
}

.news_list p span:nth-child(1) {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 2%;
}

.news_list p span:nth-child(2) {
    font-size: 13px;
}

.news_list li {
    padding-left: 10%;
    position: relative;
    line-height: 3rem;
    height: 3rem;
    border-bottom: 1px dashed #008641;
    overflow: hidden;
}

.news_list li::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 4%;
    height: .8rem;
    width: .8rem;
    border-radius: 50%;
    background-color: #008641;
}

.news_list li span {
    float: right;
    font-size: 12px;
}

.news_list ul:nth-child(1),
.news_list ul:nth-child(2) {
    margin-right: 5%;
}

.news_list li a {
    color: #666;
    transition-duration: 0.4s;
    width: 300px;
    display: inline-block;
}

.news_list li a:hover {
    color: #008641;
}

a.news_more {
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 115px;
    margin: 0px auto;
    margin-top: 30px;
    line-height: 3rem;
    height: 3rem;
    background-color: #008641;
}

a.news_more span {
    color: #fff;
}


/* 通栏大图 */

.bigimg {
    width: 100%;
}

.bigimg img {
    width: 100%;
    display: block;
}


/* 联系我们 */

.contact {
    padding: 3% 0%;
}

.contact_content {
    margin-top: 3%;
}

.contact_content>div:nth-child(1) {
    width: 60%;
}

.contact_content .form {
    width: 40%;
    padding-left: 5%;
}

.form form {
    padding-top: 0%;
}

.form p {
    line-height: 5rem;
    height: 5rem;
}

.form input {
    height: 2rem;
    width: 80%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    outline: none;
    padding: 2px 10px;
    line-height: 2rem;
    font-size: 0.8rem;
}

.form span {
    display: inline-block;
    width: 20%;
    line-height: 2rem;
}

p.code input {
    width: 9rem;
}

p.now {
    text-align: center;
    margin-top: 5%;
}

p.now a {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px;
    background-color: rgb(83, 180, 73);
    color: #fff;
    border-radius: 5px;
    line-height: 3rem;
    width: 100%;
}


/*
    地图
*/

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 300px;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-flg {
    height: 32px;
    width: 29px;
}

.my-map .icon-flg-red {
    background-position: -65px -5px;
}

.amap-container {
    height: 100%;
}


/* 客服 */

.customer {
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #f5f5f5;
    z-index: 900;
    transition-duration: .5s;
    overflow: hidden;
}

.customer span.t2 {
    font-size: 2rem;
    line-height: 2rem;
}

.customer span.t1 {
    font-size: 0.8rem;
    line-height: 2rem;
}

.customer_text {
    padding-top: 8px;
    position: relative;
    height: 5rem;
    width: 5rem;
    transition-duration: 0.5s;
    background-color: #008610;
}

.customer_text:hover {
    width: 10rem;
    animation: kefu;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.customer_text:hover .customer_info {
    display: block;
    animation: show_contact;
    animation-delay: 1.5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.customer_info {
    width: 100%;
    margin-top: 3%;
    text-align: left;
    padding: 0 5px;
    display: none;
    opacity: 0;
}

.customer_info .p {
    line-height: 2rem;
    font-weight: 600;
    color: #f5f5f5;
    font-size: 0.8rem;
    text-align: center;
}

.customer_info .code {
    width: 100%;
    text-align: center;
}

.customer_info .code img {
    width: 80%;
}

.customer_info span {
    font-size: 0.8rem;
}


/* .customer_info {
    background: url(../images/info_bg.png) no-repeat center;
    position: absolute;
    width: 140px;
    height: 115px;
    right: 108%;
    top: -50%;
    box-shadow: 1px 2px 7px 0px #666;
    background-size: 105%;
    display: none;
}

.customer_info p {
    line-height: 2rem;
    font-weight: 600;
    color: #666;
    font-size: 0.8rem;
}

.customer_info span {
    font-size: 0.8rem;
} */

.back_top {
    width: 5rem;
    height: 5rem;
    background-color: #008610;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding-top: 8px;
}

.back_top p {
    font-size: 0.8rem;
}