@charset "UTF-8";

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
.namespace-repaire .banner {
    position: relative;
    color: #fff;
    text-align: center;
}

.namespace-repaire .banner .hvc {
    max-width: 1200px;
    width: unset;
}

.namespace-repaire .banner .sub-wrap {
    /* display: inline-block; */
    display: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 45px;
}

.namespace-repaire .banner .sub-title {
    font-size: 20px;
    line-height: 1;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-bottom: 0px;
}

.namespace-repaire .banner .title {
    font-size: 65px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #fff;
    margin-bottom: 15px;
}

.namespace-repaire .banner .des {
    font-size: 20px;
    line-height: 36px;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-bottom: 0px;
}

.namespace-repaire .overview-wrap {
    text-align: center;
    background-color: #000;
    padding: 25px 15px;
}

.namespace-repaire .overview-wrap .overview-nav {
    font-size: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.namespace-repaire .overview-wrap .overview-nav .active {
    color: #F36928;
}

.namespace-repaire .overview-wrap .overview-nav .active a {
    color: #F36928 !important;
}

.namespace-repaire .overview-wrap .overview-nav .over-item {
    display: inline-block;
}

.namespace-repaire .overview-wrap .overview-nav .over-item a {
    color: #808080;
    font-size: 24px;
    line-height: 1;
}

.namespace-repaire .overview-wrap .overview-nav .over-item a:hover {
    color: #F36928;
}

.namespace-repaire .overview-wrap .overview-nav .over-item+.over-item::before {
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 24px;
    color: #808080;
    content: "/";
}

.namespace-repaire .part {
    padding-top: 152px;
    margin-top: -42px;
    padding-bottom: 59px;
    border-bottom: 1px solid #BDBDBD;
}

.namespace-repaire .part .title {
    font-size: 36px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #3e3e3e;
    margin-bottom: 30px;
}

.namespace-repaire .part .des {
    font-size: 24px;
    line-height: 36px;
    font-family: "Lato-Regular";
    color: #757575;
    margin-bottom: 4rem;
}

.namespace-repaire .part .contact-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-family: "Lato-Regular";
    color: #fff;
    padding: 20px 108px;
    text-decoration: none;
    border: 0;
    background-color: #F36928;
    margin-top: 30px;
}

.namespace-repaire .part .contact-btn:hover {
    background: #F36928;
}

/* add video */
.video-wrap .row .des4 {
    font-size: 18px;
    font-family: "Lato-Regular";
    font-weight: 400;
    color: rgba(134, 134, 134, 1);
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 2rem;
    height: 90px;
}

.video-wrap .row .videoImg {
    padding-left: 20px;
}

.video-wrap .row .videoImg img {
    width: 100%;
}

.video-wrap .row .videoImg .viewbtn img {
    width: unset;
}

.video-wrap .row .videoImg .viewbtn {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
}

.video-wrap .row .videoImg .viewbtn p {
    font-size: 20px;
    font-family: "Lato-Regular";
    font-weight: 400;
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin-top: 20px;
}


.video-wrap .row .des4::before {
    position: absolute;
    content: "";
    left: 15px;
    top: 8px;
    width: 6px;
    height: 18px;
    background: rgba(243, 105, 40, 1);
}

.video-wrap .row .des5::before {
    left: 57px;
}

.video-wrap .left {
    padding-right: 60px;
}

.video-wrap .right {
    padding-left: 60px;
}

/* end video */
/* form */
.form input {
    width: 100%;
    margin-bottom: 1rem;
    height: 50px;
    padding-left: 30px;
    border: 1px solid rgba(189, 189, 189, 1);
}

.form textarea::placeholder,
.form input::placeholder {
    font-size: 16px;
    font-family: "Lato-Regular";
    font-weight: 400;
    color: rgba(189, 189, 189, 1);
    line-height: 24px;
}

.form textarea {
    width: 100%;
    margin-bottom: 1rem;
    height: 134px;
    padding-left: 30px;
    padding-top: 15px;
    border: 1px solid rgba(189, 189, 189, 1);
}

.form .sub {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: rgba(17, 137, 136, 1);
    font-size: 18px;
    font-family: "Lato-Regular";
    font-weight: 400;
    color: rgba(254, 254, 254, 1);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.form .privacy {
    text-align: center;
    font-size: 12px;
    font-family: "Lato-Regular";
    font-weight: 400;
    text-decoration: underline;
    color: rgba(189, 189, 189, 1);
    line-height: 38px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.form .privacy a {
    color: unset;
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.form label {
    padding-left: 0;
}

/* end form */

.namespace-repaire #spare {
    padding-bottom: 140px;
    border-bottom: 0;
}

.namespace-repaire #spare .col-lg-3 {
    padding-left: 0;
}

.namespace-repaire #spare .item {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #F4F4F4;
}

.namespace-repaire #spare .item:hover {
    box-shadow: 1px 1px 20px #595959;
}

.namespace-repaire #spare .item .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Lato-Bold";
    color: #3e3e3e;
    margin-bottom: 15px;
}

.namespace-repaire #spare .item .view-more-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto-Bold";
    color: #6e7073;
    padding: 20px 94px;
    text-decoration: none;
    border: 1px solid #000;
}

.namespace-repaire #spare .item .view-more-btn:hover {
    background: #F36928;
}

.namespace-repaire #spare .item .view-more-btn:hover {
    color: #fff;
    border: 0;
    background-color: #F36928;
}

@media (min-width: 0px) and (max-width: 768px) {
    .namespace-repaire .part .des {
        margin-bottom: 2rem;
    }

    .video-wrap .row .des4 {
        font-size: 14px;
        line-height: 1.5;
    }

    .video-wrap .left {
        padding-right: 15px;
    }

    .video-wrap .right {
        padding-left: 15px;
    }

    .video-wrap .row .videoImg .viewbtn p {
        font-size: 16px;
    }

    .video-wrap .row .videoImg .viewbtn {
        top: 62%;
    }

    .form .sub {
        font-size: 16px;
    }

    .video-wrap .row .des5::before {
        left: 15px;
        height: unset;
    }

    .form label {
        padding-left: 15px;
    }

    .video-wrap .row .des4::before {
        top: 4px;
    }

    .video-wrap .row .des4 {
        margin-bottom: 1rem;
    }

    .video-wrap .row .videoImg {
        margin-bottom: 3rem;
    }

    .namespace-repaire .overview-wrap {
        padding: 0 15px;
    }

    .namespace-repaire .banner img {
        height: 330px;
    }

    .namespace-repaire .banner .hvc {
        width: 100%;
    }

    .namespace-repaire .banner .sub-wrap {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .namespace-repaire .banner .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .namespace-repaire .banner .des {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-repaire .overview-wrap .overview-nav .over-item a {
        font-size: 12px;
    }

    .namespace-repaire .overview-wrap .overview-nav .over-item+.over-item::before {
        padding-right: 4px;
        padding-left: 4px;
    }

    .namespace-repaire .part {
        /* margin-top: 25px; */
        padding-bottom: 25px;
        padding-top: 52px;
        margin-top: -12px;
    }

    .namespace-repaire .part .title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .namespace-repaire .part .des {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-repaire #spare .item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .namespace-repaire #spare .item .view-more-btn {
        font-size: 14px;
        padding: 10px 35px;
    }

    .namespace-repaire #spare .col-lg-3 {
        padding-right: 0;
    }

    .namespace-repaire #spare {
        padding-bottom: 50px;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    .namespace-repaire .banner .sub-wrap {
        padding-bottom: 7px;
        margin-bottom: 8px;
    }

    .namespace-repaire .banner .title {
        font-size: 30px;
        line-height: 1;
    }

    .namespace-repaire .banner .des {
        font-size: 16px;
        line-height: 1.5;
    }

    .namespace-repaire #spare .item .view-more-btn {
        padding: 20px 24px;
    }
}

/* 1280 */
@media (min-width: 1024px) and (max-width: 1300px) {
    .video-wrap .row .des4 {
        height: 130px;
    }

    .video-wrap .row .videoImg .viewbtn {
        top: 65%;
    }
}

/*# sourceMappingURL=repaire.css.map */