body {
    font-size: 1.2rem;
    line-height: 1.8;
}

img {
    max-width: 100%;
}

.btn {
    font-weight: bold;
}

.btn-primary {
    background: #194780;
    border-color: #194780;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #194780;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.nav .dropdown-item {
    color: #194780 !important;
}

.nav .dropdown-item:hover {
    background: #F5E9C4;
}

.nav-pills li {
    margin: 0px 5px;
}

.nav-pills .nav-link {
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    background: #F5E9C4;
    color: #D0BB7C;
    position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #CB9E12;
    color: #fff;
}

.nav-pills .active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #cb9e12;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.nav-scroller {
    color: #CB9E12;
}

.nav-scroller a {
    color: #194780;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 10px;
}

.nav-scroller a.active {
    background: #F5E9C4;
    border-radius: 10px;
}

.steps p {
    color: #194780;
    font-size: 17px;
    margin-top: 30px;
    font-weight: bold;
}

.steps img {
    width: 70%;
}

.steps {
    text-align: center;
}

.title {
    text-align: center;
    color: #194780;
    font-size: 40px !important;
    font-weight: bold;
    margin-bottom: 50px;
}

.content-box {
    position: relative;
    margin: auto;
    width: 80%;
}

.content-box .float-content {
    position: absolute;
    left: 0px;
    top: 40px;
    text-align: left;
}

.content-box .float-content p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0px 15px;
}

.content-box .float-content img {
    width: 100%;
    margin-bottom: 15px;
}

.content-box .float-content p:first-of-type {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

.content-box .link-box {
    padding: 0px 15px;
    text-align: right;
}

.content-box .float-content a {
    color: #fff;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

footer {
    background: #1D5090;
    color: #fff;
    position: relative;
}

a {
    text-decoration: none;
}

footer a {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.contact-list i {
    font-size: 25px;
}

.contact-list dt {
    margin-bottom: 15px;
}

.contact-list {
    font-size: 18px;
}

footer a:hover, footer a:focus {
    color: #fff;
}

.top-btn img {
    position: absolute;
    top: -130px;
    width: 80px;
    left: 30%;
}

footer .sub-cat {
    color: #E4DAB8;
}

.input-with-icon {
    position: relative;
}

.input-with-icon.left input {
    padding-left: 30px;
    text-align: right;
}

.input-with-icon.right input {
    padding-right: 30px;
}

.input-with-icon i {
    position: absolute;
    top: 10px;
    color: #666;
}

.input-with-icon span {
    position: absolute;
    top: 6px;
    color: #194780;
    font-weight: bold;
    font-size: 17px;
}

.input-with-icon.right i {
    right: 10px;
}

.input-with-icon.left i {
    left: 10px;
}

.input-with-icon.right span {
    right: 10px;
}

.input-with-icon.left span {
    left: 10px;
}

.calc p {
    color: #194780;
    font-size: 20px;
    font-weight: bold;
}

.calc input {
    border: 0;
}

.__range {
    margin: 30px 0 20px 0;
    -webkit-appearance: none;
    background-color: #cccccc;
    height: 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 5px;
}

.__range:focus {
    outline: none;
}

.__range::-webkit-slider-thumb, .__range::-moz-range-thumb, .__range::-ms-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #CB9E12;
    border-radius: 50%;

}

.page-banner {
    background-image: url("/assets/page-banner.png");
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-banner p {
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.page-banner .overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-bg {
    background: #194780;
    padding-top: 150px;
    padding-bottom: 200px;
}

.page-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.terms-content {
    padding: 30px 80px 100px 50px;
}

.about-us-img {
    background-image: url("/assets/603cab3c3d5cf.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    border-radius: 0px 10px 10px 0px;
}

.page-content-left {
    padding: 80px 40px;
}

.req {
    color: #ff0000;
}

.accordion-button {
    font-size: 20px;
}

.accordion-button span, .contact-left i {
    background: #1D5090;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    width: 20px;
    height: 40px;
    font-weight: bold;
    font-size: 17px;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-default {
    background: #eee;
}

.contact-left p {
    display: flex;
    align-items: center;
}

.divider {
    width: 600px;
    max-width: 80%;
    background: #eee;
    height: 1px;
    margin: 20px auto;
    display: block;
}

.news-box {
    background: #fff;
    border-radius: 15px;
    color: #053260;
    margin: 15px;
}

.news-box p {
    font-size: 14px;
    margin: 0;
}

.news-box .news-date {
    background: #fc0;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    padding-top: 3%;
}

.news-box .day {
    font-size: 30px;
    font-weight: bold;
}

.news-box .year {
    font-size: 15px;
}

.news-box .news-title {
    font-size: 23px;
    font-weight: bold;
}

#gridCheck {
    position: relative;
    top: 3px;
}

.captcha {
    width: 200px;
    display: inline-block;
    margin-left: 10px;
}

.product-box {
    background-size: cover;
    width: 100%;
    height: 630px;
    background-position: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 10px;
    display: none;
}

.product-box:first-of-type {
    display: block;
}

.product-box p {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
}

.product-select a {
    display: block;
    width: 100%;
    padding-bottom: 15px;
}

.product-select .product-grid {
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 5px;
}

.product-select .product-grid p {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0px 0px 5px 5px;
}

.copyright {
    text-align: right;
}

footer .phone {
    font-size: 40px;
    font-weight: bold;
}

footer .notice {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

footer .company_no {
    font-size: 20px;
}

footer .copyright {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.home-btns {
    position: absolute;
    bottom: -18%;
    width: 50%;
    left: 25%;
}

.home-btns img, .case-btns img {
    transition: 0.2s all ease-in-out;
}

.home-btns img:hover, .case-btns img:hover {
    transform: scale(1.05);
}

.home-calc {
    background: #FAF7ED;
    /* margin-top: 13%; */
    margin-top:24px;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    padding-top: 150px;
    padding-bottom: 130px;
}

.banner-txt-box {
    position: absolute;
    bottom: 35%;
    width: 100%;
    left: 0
}

.slogan {
    max-width: 700px;
}

@media only screen and (min-width: 768px) {
    .footer-contact {
        border-left: 1px solid #fff;
        padding-left: 30px;
        position: relative;
    }

    .footer-copyright {
        margin-top: 50px;
    }

    .news-img {
        padding: 0;
    }

    .mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 1400px) {
    .home-btns {
        width: 70%;
        top: 70%;
        left: 15%;
        bottom: inherit;
    }

    .banner-txt {
        font-size: 50px !important;
    }

    .banner-txt-box {
        bottom: 30%;
    }

    .slogan {
        max-width: 500px;
    }
}
.wechat-logo-icon:hover {
    cursor: pointer;
}
.home-steps{
    padding-bottom:80px;
} 

.video-section{
    margin-top:100px;
    padding-top:150px;
}

@media only screen and (max-width: 1000px) {
    .home-btns {
        width: 80%;
        left: 10%;
    }

    .banner-txt {
        font-size: 40px !important;
    }

    .home-calc {
        margin-top:24px;
        /* margin-top: 20%; */
    }

    .slogan {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 1rem;
        line-height: 1.5;
    }
    .video-section{
        margin-top:65%;
        padding-top:150px;
    }
    .case-btns img:hover {
        transform: inherit;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .steps {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
    }

    .banner-txt {
        font-size: 25px !important;
        padding: 3px 50px !important;
    }

    .banner-model {
        width: 30%;
        z-index: 2;
    }

    .page-banner {
        height: 200px;
    }

    .page-banner p {
        font-size: 30px;
    }

    .title {
        font-size: 30px !important;
        margin-bottom:12px;
    }

    .about-us-img {
        height: 250px;
        border-radius: 0px 0px 10px 10px;
    }

    .captcha {
        width: 100px;
    }

    .terms-content {
        padding: 30px 20px 50px 20px;
    }

    .footer-contact {
        margin-top: 10px;
    }

    .copyright {
        text-align: center;
    }

    footer .phone {
        font-size: 35px;
        text-align: center;
    }

    .footer-center-links {
        padding: 0;
    }

    footer .notice {
        font-size: 20px;
        text-align: center;
    }

    footer .company_no {
        font-size: 16px;
        text-align: center;
    }

    .contact-list {
        font-size: 18px;
        margin: auto;
        width: 90%;
        align-items: center;
        margin-bottom: 10px;
    }

    .contact-list dt {
        margin-bottom: 10px;
        text-align: center;
    }

    .top-btn img {
        top: -13%;
        left: inherit;
        right: 15%;
    }

    .page-bg {
        padding-top: 20px;
        padding-bottom: 150px;
    }

    .page-content-left {
        padding: 40px 25px;
    }

    .mobile-menu .close {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
    }

    .mobile-menu {
        display: none;
        background: #10315F;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        padding-top: 20px;
    }

    .mobile-menu ul {
        list-style: none;
    }

    .mobile-menu li {
        font-size: 23px;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 5px;
    }

    .mobile-menu li a {
        font-weight: bold;
        color: #fff;
    }

    .mobile-menu li a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #fff;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }

    .mobile-menu li a.active:after, .mobile-menu li a:hover:after {
        width: 30px;
    }

    .accordion-body {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .product-box {
        height: 300px;
        margin-bottom: 25px;
    }

    .product-select .product-grid {
        height: 150px;
    }

    .product-select .product-grid p {
        text-align: center;
    }

    .news-box img {
        border-radius: 0px 5px 0px 0px;
    }

    .news-txt {
        padding: 10px 0px;
    }

    .news-img {
        padding-left: 0;
    }

    .home-btns {
        top: 85%;
        width: 70%;
        left: 15%;
        z-index: 1;
    }

    .home-calc {
        margin-top:24px;
    }

    .content-box .float-content p:first-of-type {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .content-box .float-content p {
        margin-bottom: 0;
        font-size: 17px;
    }

    .content-box .float-content a {
        font-size: 17px;
    }

    .slogan {
        max-width: 200px;
    }
    .home-steps{
            padding-left:24px;
             padding-right:24px;
    } 
}

