@font-face {
    font-family: 'Microsoft YaHei';
    /*src: url('../font/msyh.ttc') format('truetype');*/
    src: url('https://qlcdn.sunshops.cn/bam/0067b620-6e1a-4123-973d-14a70c5e8a4e.ttc') format('truetype');
}

body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    scroll-behavior: smooth;
}

.template-bg{
    background: #90929a;
    color: #fff;
}

.session1 .text {
    margin: 60px 0;
}

.template-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.template-block .box {
    padding: 0 20px 20px;
}

.template-block .box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 2rem 0;
}

.template-block .box p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    width: 100%;
}

.template-block .box p a {
    display: block;
    color: #fff;
}
.template-block .box p a:hover{
     color: #fff;
}

/* .template-block .box:hover {
    background: #fff;
    color: #333;
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    transition: translate3d(0, -2px, 0)
} */

.template-block .box:hover a {
    color: #1c9bd5;
}

.video-1 {
    width: 750px;
    height: 500px;
    background: #3b3d44;
}

.aceg_video-dimensions {
    width: 600px;
    height: 400px;
    background: #3b3d44;
}

.home-title {
    margin: 0px 0 50px;
}

.home-title h2 {
    font-size: 40px;
    font-weight: bold;
}

.home-title p {
    font-size: 18px;
    margin-top: 4rem;
    color: #666;
}

.home-title a {
    color: #666;
}

.home-title-white,
.home-title-white p {
    color: #fff;
}

.home-title-white p {
    line-height: 2;
}

.index-banner .banner-text-block {
    position: relative;
    height: 380px;
}

.index-banner .banner-text {
    position: absolute;
    left: 0%;
    top: 50%;
    color: #fff;
    transform: translate(0%, -50%);
}

.index-banner .banner-text h3 {
    font-size: 60px;
    font-weight: bold;
}

.index-banner .banner-text h3 span {
    color: #fff;
    font-weight: bold;
}

.index-banner .banner-text p {
    font-size: 36px;
    margin: 30px 0 0;
}

.case-block {
    background: #3b3d44;
    padding: 100px 0 0;
}

.case-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.case-img .box {
    flex-basis: 20%;
    overflow: hidden;
}

.case-img.box:hover {
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    cursor: pointer;
}

.case-img .box:hover img {
    transform: scale(1.1);
    transition: all .3s linear;
}

.customer-feedback-block {
    background: #ebeaeb;
    padding: 100px 0;

}


.customer-feedback-block .box:hover {
    cursor: pointer;
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    transition: translate3d(0, -2px, 0)
}

.customer-feedback-block .text {
    background: #fff;
    box-shadow: 0px 3px 4px 0px #ddd;
    padding: 30px;
    color: #666;
    position: relative;
    overflow: visible;
}

.customer-feedback-block .text::after {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: -17px;
    left: 42px;
    background: url(../img/bg-triangle.jpg) bottom left no-repeat;
}

.customer-feedback-block .text:hover {
    box-shadow: 0px 3px 4px 0px #e0f0f8;
}

.customer-feedback-block .pic {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.customer-feedback-block .pic .r-block {
    margin-left: 2rem;
}

.customer-feedback-block .pic .r-block h3 {
    font-size: 20px;
    color: #222;
}

.customer-feedback-block .pic .r-block span {
    color: #666;
}

.config-block {
    background: #fff;
    padding: 100px 0;
}

.config-block .box-left {
    padding: 5rem 0 0;
}

.config-block .box-left .btn-white {
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 60px;
    margin-top: 3rem;
}

.footer {
    background: #3b3d44;
    padding: 50px 10px;
}

.footer p {
    margin: 20px 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

.tel img {
    margin: 0 8px 0 20px;
}

.tel a {
    color: #1c9bd5;
    font-weight: normal;
    font-size: 16px;
}

.index-banner {
    background: url(../img/banner_home.jpg) center/cover no-repeat;
    min-height: 380px;
}

.index-banner .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 27%;
    position: relative;
}

.index-banner .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.index-banner .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

/* .video {
    position: relative;
}

.video>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
} */

.text-over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-over3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.price-block {
    padding: 100px 0;
}

.price-block .box-left img:hover {
    transform: scale(1.1);
    transition: all .3s linear
}

.price-block .box-right {
    padding: 0 1rem;
}
.price-block .home-title{
    margin: 0 0 22px;
}
.price-block .box-right p {
    line-height: 2;
    font-size: 18px;
    color: #666;
    margin: 0;
}

.price-block .box-right td {
    padding: 5px;
}

.price-block .box-right label {
    color: #1c9bd5;
}

.price-block  .btn-primary, .config-block .btn-primary{
    background: #1c9bd5;
    font-size: 24px;
    padding: 10px 50px;
    border: none;
    margin-top: 3rem;
}

button:hover {
    opacity: .9;
}



@media(max-width:1024px) {
    .footer p {
        font-size: 17px;
        margin: 10px 0;
    }

    .template-block .box h3 {
        margin: 20px 0 10px;
    }

    .home-title {
        text-align: left !important;
    }

    .config-block .box-left {
        padding: 0;
    }

    .home-title p {
        margin-top: 15px;
    }

    .case-img .box {
        flex-basis: 50%;
        overflow: hidden;
    }

    .price-block .box-right .btn-primary,
    .config-block .box-left .btn-white {
        margin-top: 0;
    }

    .index-banner,
    .index-banner .banner-text-block {
        height: 280px;
        min-height: 280px;
    }

    .video-1,
    .aceg_video-dimensions {
        width: 100%;
        height: auto;
    }

    .aceg_video-dimensions {
        padding: 20px;
    }

    .config-block,
    .template-block,
    .price-block,
    .price-block .box-right {
        padding: 30px 0 10px;
    }

    .case-block {
        padding: 30px 10px 0;
    }

    .home-title h2 {
        font-size: 30px;
    }

    .home-title {
        margin: 10px 0 20px;
    }

    .index-banner .imgs {
        padding-bottom: 49%;
    }

    .template-block .box {
        width: auto;
        padding: 0 0 10px;
    }

    .hyjs-block ul li {
        flex-basis: 50%;
    }

    .customer-feedback-block {
        padding: 10px 0;
    }

    .customer-feedback-block .box {
        margin-bottom: 20px;
    }

    .footer {
        padding: 10px 0;
    }

    .footer .description {
        display: none;
    }

    .index-banner .banner-text {
        white-space: nowrap;
        top: 60%;
        text-align: center;
        width: 100%;
    }

    .index-banner .banner-text h3 {
        font-size: 32px;
    }

    .index-banner .banner-text p {
        font-size: 18px;
        margin: 10px 0 0;
    }
}