/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */



body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.logo-img {
    width: 20%
}

/* Carousel */
.carousel-caption p {
    font-size: 18px;
    line-height: 1.2;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".jpg"] {
    width: 100%;
}

.carousel-caption {
    top: 30%;
}

.carousel-title {
    font-size: 36px;
    font-weight: 900;
}

.content-title {
    font-size: 32px;
    font-weight: 500;
}

section {
    margin-top: 60px;
    margin-bottom: 40px;
}

.ability-content {
    margin-top: 40px;
    margin-bottom: 35px;
}

.ability-p {
    font-size: 15px;
    font-weight: 500;
}

.ability-icon {
    font-size: 50px;
    top: 25px;
}

.process-img {
    width: 100%
}

.banner-img {
    width: 100%
}

.about-p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

h2 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
}



.layui-row {
    margin: 5px 0 !important;
}

.service-content {
    margin-top: 40px;
    margin-bottom: 35px;
}

.content-p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.about-content {
    margin-top: 40px;
    margin-bottom: 35px;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
}

.service-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.experience-ad {
    height: 100px;
    background-color: #5b467f;
    margin: 0 auto;
}

.experience-container {
    display: flex;
    height: 100px;
    align-items: center;
    color: #fff;
}

    .experience-container p {
        font-size: 24px;
    }

    .experience-container a {
        position: absolute;
        right: 10%;
        color: white;
        font-size: 20px;
    }

.section-padding {
    margin-top: 10px;
    margin-bottom: 5px;
}

p img {
    max-width: 100%;
}

.vheight {
    height: 78vh;
}

.copyright p {
    margin: 0 0 10px;
}

/*ÒÆ¶¯¶Ë*/
@media screen and (max-width: 767px) {
    .navbar-brand {
        width: 80%
    }

    .service-content {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .ability-content {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .about-content {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .vheight {
        height: 60vh;
    }

    a img {
        max-width: 100%;
    }
}
/*ÒÆ¶¯¶ËPad*/
@media screen and (max-width: 1023px) (min-width: 768px) {
    .vheight {
        height: 64vh;
    }
}


.main-im {
    position: fixed;
    left: 10px;
    top: 300px;
    z-index: 999999;
    width: 110px;
    height: 272px;
}

    .main-im .qq-a {
        display: block;
        width: 106px;
        height: 116px;
        font-size: 14px;
        color: #0484cd;
        text-align: center;
        position: relative;
    }

        .main-im .qq-a span {
            bottom: 5px;
            position: absolute;
            width: 90px;
            left: 10px;
        }

    .main-im .qq-hover-c {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        position: absolute;
        left: 18px;
        top: 10px;
        overflow: hidden;
        z-index: 9;
    }

    .main-im .qq-container {
        z-index: 99;
        position: absolute;
        width: 109px;
        height: 118px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom: 1px solid #dddddd;
        background: url(img/qq-icon-bg.png) no-repeat center 8px;
    }

    .main-im .img-qq {
        max-width: 80px;
        display: block;
        position: absolute;
        left: 16px;
        top: 12px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .main-im .im_main {
        background: #F9FAFB;
        border: 1px solid #dddddd;
        border-radius: 10px;
        background: #F9FAFB;
        display: none;
    }

        .main-im .im_main .im-tel {
            color: #000000;
            text-align: center;
            width: 109px;
            height: 105px;
            /*            border-bottom: 1px solid #dddddd;*/
        }

            .main-im .im_main .im-tel div {
                font-weight: bold;
                font-size: 12px;
                margin-top: 11px;
            }

            .main-im .im_main .im-tel .tel-num {
                font-family: Arial;
                font-weight: bold;
                color: #e66d15;
            }

          
