.green {
    color: #41A32C;
}

.white {
    color: #fff;
}

.red {
    color: #E60012;
}

.c-777 {
    color: #777;
}

.main {
    width: 1400px;
    margin: 0 auto;
}


/* 保养服务 */

.hzkh-tit {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.hzkh-subtit {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
}

.hzkh-cont {
    margin: 30px 0 100px;
}

.hzkh-cont .main {
    padding: 60px 90px 90px;
    background-color: #fff;
    box-sizing: border-box;
}

.hzkh-cont .main .main-det {
    width: 100%;
    margin-top: 40px;
}

.hzkh-cont .main .main-det img {
    width: 100%;
    display: block;
}


/* 保养案例 */

.byal {
    background: url("../images/byal-bg.png")no-repeat;
    background-position: center;
    padding: 80px 0;
}

.byal .hzkh-swip {
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.byal .hzkh-swip .swiper-container-hzkh {
    width: 100%;
}

.swiper-container-hzkh .swiper-slide {
    border: 20px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
}

.swiper-container-hzkh .swiper-slide .hzkh-img {
    width: 100%;
    overflow: hidden;
}

.swiper-container-hzkh .swiper-slide img {
    display: block;
}

.swiper-container-hzkh .swiper-slide .hzkh-img img {
    width: 100%;
    transition: 0.5s all ease-in;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    -ms-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
}

.swiper-container-hzkh .swiper-slide:hover .hzkh-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.swiper-container-hzkh .swiper-slide p {
    line-height: 40px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-top: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.swiper-container-hzkh .swiper-slide:hover p {
    color: #41a32c;
}

.swiper-container-hzkh .swiper-slide span {
    display: block;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.swiper-container-hzkh .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
}

.swiper-container-hzkh .swiper-pagination-bullet-active {
    background: #41A32C;
}

.swiper-container-hzkh .swiper-pagination {
    bottom: 0;
}

.address {
    margin: 50px 0;
}

.address .main {
    background-color: #fff;
    padding: 50px 60px;
    box-sizing: border-box;
}

.address .map {
    width: 100%;
    height: 480px;
    margin-top: 40px;
    background-color: #ccc;
}
.address .map .my-map{
	width: 100%;
	height: 100%;
}

/* 预约 */


/* 
.appoint {
    background: #41A32C;
    padding: 50px 0;
}

.appoint .main {
    margin-top: 30px;
    width: 1200px;
}

.appo-input form {} */
.sec8{
	margin-bottom: 80px;
}

.sec8 .container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.sec8 {
    background: #41A32C;
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.ind_lx {
    margin-top: 30px;
    text-align: center;
}

.ind_lx form {
    display: inline-block;
}

.ind_lx .int {
    height: 44px;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    color: #777;
    display: block;
    float: left;
    margin-right: 10px;
    background-position: calc(100% - 10px) 12px !important;
}

.ind_lx .int4 {
    width: 360px;
}

.ind_lx .btn {
    width: 200px;
    background: #DA251E;
    display: block;
    float: left;
    height: 44px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.ind_lx .btn:hover {
    background-color: #e63731;
}

.ind_lx .int1 {
    background: url(../image/gsmc.png) no-repeat #fff;
}

.ind_lx .int2 {
    background: url(../image/ndmz.png) no-repeat #fff;
}

.ind_lx .int3 {
    background: url(../image/sjhm.png) no-repeat #fff;
}

.ind_lx .int4 {
    background: url(../images/ly4.png) no-repeat #fff;
}


/* .ind_lx .btn:hover{background: #fff;color: #DA251D;} */

.lx_phone {
    text-align: center;
    margin-top: 35px;
}

.lx_phone .phone {
    display: inline-block;
    line-height: 60px;
}

.lx_phone .phone img {
    display: block;
    float: left;
    margin-top: 1px;
}

.lx_phone .phone span {
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 10px 0 10px;
}

.lx_phone .phone b {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    float: left;
}

.lx {
    height: 46px;
    line-height: 46px;
    width: 190px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #41A32C;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.lx:hover {
    color: #64d34c;
}

@media screen and (max-width: 1500px) {
    .main {
        width: 1180px;
    }
    .byal .hzkh-swip {
        width: 1100px;
    }
    .sec8 .container {
        width: 1180px;
    }
    .ind_lx .int4 {
        width: 300px;
    }
    .ind_lx .btn {
        width: 180px;
    }
}