@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-contact .banner {
    height: 100vh;
    overflow: hidden;
    background-image: url("/assets/img/alan/contact/images/contactBanner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.namespace-contact .banner .vc {
    max-width: 1530px;
    width: 100%;
}

.namespace-contact .banner .title {
    font-size: 72px;
    line-height: 81px;
    font-family: "Lato-Black";
    color: #fff;
    margin-bottom: 70px;
    max-width: 562px;
}

.namespace-contact .banner .c1 {
    font-size: 45px;
    line-height: 1;
    font-family: "Lato-Regular";
    color: #fff;
    margin-bottom: 0px;
}

.namespace-contact .banner .c {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Lato-Regular";
    color: #fff;
    margin-bottom: 0px;
}

.namespace-contact .banner .add-info {
    padding-top: 20px;
    margin-top: 75px;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.namespace-contact .banner .add-info .left-p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    max-width: 504px;
    float: left;
}

.namespace-contact .banner .add-info .right-p {
    float: right;
}

.namespace-contact .banner .add-info .right-p .timeNow {
    padding-left: 34px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
}

.namespace-contact .banner .add-info .right-p .timeNow::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin-top: 16px;
    margin-left: -37px;
}

.namespace-contact .banner .add-info .right-p .our-time {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.namespace-contact .banner .goto-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.namespace-contact .banner .goto-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    left: 50%;
    top: 15px;
    background-color: #fff;
}

.namespace-contact .banner .goto-btn .arrow-half {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    left: 25px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.namespace-contact .contact-form {
    background-color: #FAFAFA;
    padding-bottom: 60px;
}

.namespace-contact .contact-form .form-wrap {
    max-width: 1200px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.namespace-contact .contact-form .form-wrap .form-tip {
    font-size: 21px;
    color: #757575;
    margin-bottom: 40px;
    text-align: center;
}

.namespace-contact .send-message {
    width: 100%;
    background: #0E8782;
    border: none;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    cursor: pointer;
}

.namespace-contact .privacy {
    text-align: center;
}

.namespace-contact .privacy a {
    color: #bdbdbd;
    text-transform: uppercase;
}

.namespace-contact .section {
    padding-top: 126px;
    padding-bottom: 110px;
}

.namespace-contact .section .title {
    font-size: 60px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 45px;
    text-align: center;
}

.namespace-contact .section .img-wrap {
    margin-bottom: 35px;
}

.namespace-contact .section .location-name {
    font-size: 32px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #000;
    margin-bottom: 40px;
}

.namespace-contact .section .company-name {
    font-size: 24px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 10px;
}

.namespace-contact .section .tel-num {
    font-size: 24px;
    line-height: 1;
    font-family: "Lato-Regular";
    color: #424242;
    margin-bottom: 35px;
}

.namespace-contact .section .line {
    display: inline-block;
    width: 80px;
    height: 1px;
    margin-bottom: 25px;
    background-color: #CCCCCC;
}

.namespace-contact .section .icon {
    float: left;
    margin-right: 5px;
}

.namespace-contact .section .address {
    font-size: 20px;
    line-height: 32px;
    font-family: "Lato-Regular";
    color: #424242;
    margin-bottom: 35px;
}

.namespace-contact .section .show-map {
    font-size: 20px;
    line-height: 32px;
    font-family: "Lato-Regular";
    color: #0e8782;
    margin-bottom: 0px;
}

@media (min-width: 0px) and (max-width: 769px) {
    .namespace-contact .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .namespace-contact .section .img-wrap {
        margin-bottom: 15px;
    }

    .namespace-contact .section .title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .namespace-contact .section .location-name {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .namespace-contact .section .company-name {
        font-size: 16px;
        line-height: 1.2;
    }

    .namespace-contact .section .tel-num {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .namespace-contact .section .line {
        margin-bottom: 15px;
    }

    .namespace-contact .section .address {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .namespace-contact .section .col-lg-4 {
        margin-bottom: 30px;
    }

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

    .namespace-contact .banner .c1 {
        font-size: 16px;
        line-height: 1.2;
    }

    .namespace-contact .banner .c {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-contact .banner .add-info {
        margin-top: 25px;
        margin-right: 30px;
    }

    .namespace-contact .banner .add-info .left-p {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-contact .banner .add-info .right-p {
        float: left;
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-contact .banner .add-info .right-p .timeNow {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-contact .mm {
        margin-bottom: 15px;
    }

    .namespace-contact .contact-form .form-wrap {
        margin-bottom: 20px;
        padding-top: 50px;
    }

    .namespace-contact .contact-form .form-wrap .form-tip {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-contact .banner .add-info .right-p .timeNow::before {
        margin-top: 9px;
    }
}

/* 1024 */
@media screen and (min-width:1000px) and (max-width:1200px) {
    .namespace-contact .banner .vc {
        max-width: 1000px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .forms form div.subn i {
        top: 20px;
        right: 30%;
    }

    .namespace-contact .banner .vc {
        max-width: 1000px;
    }

}

@media (min-width: 444px) and (max-width: 768px) {
    .namespace-contact .banner {
        height: 40vh;
    }

    .namespace-contact .banner .add-info .left-p {
        margin-right: 15px;
    }

    .namespace-contact .section .col-lg-4 {
        width: 33.33%;
    }
}

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