﻿/* index */
.section-home {
    height: 650px;
}


.section-title {
    text-align: center;
    padding-bottom: 70px;
}
.section-title::after {
    content: "";
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 4px;
    background-image: linear-gradient( 90deg, #177EE6 0%, #17C3E5 100%);
}

.hy-home {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}


.hy-index {
    margin: auto;
    margin-top: 180px;
}

.hy-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

    .hy-video img {
        width: 100%;
        height: 100%;
    }

.index-title {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
}

.index-desc {
    color: #fff;
    line-height: 20px;
    font-size: 25px;
}

.index-content {
    color: #fff;
    font-size: 30px;
    padding: 40px 0;
}

.index-operation{
    margin-top: 40px;
}


#freeconsultation, #watchus {
    opacity: .9;
    height: 60px;
    font-size: 20px;
}

#freeconsultation {
    border-color: #fff;
}

#QRcode {
    width: 300px;
    height: 300px;
    position: absolute;
    margin-left: 100px;
    margin-top: -200px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.5s;
}
#watchus:hover ~ #QRcode {
    opacity: 1;
    visibility: visible;
}

.section-mottos{
    padding: 40px 0;
}
.hy-mottos {
    display: flex;
}

.hy-motto {
    flex: 1;
    text-align: center;
    padding:0 20px;
    cursor: pointer;
}

    .hy-motto:hover .hy-motto-title {
        color: #177EE6;
    }

.motto-icon {
    padding-bottom: 30px;
}


.hy-motto-title {
    font-size: 24px;
    font-weight: bold;
    transition: ease .25s color;
}

    .hy-motto-title::after {
        content: "";
        width: 30px;
        height: 4px;
        background-color: #177EE6;
        display: block;
        margin: auto;
        margin-top: 10px;
    }

.hy-motto-context {
    padding: 30px;
    text-align: justify;
}

/* index */

/* about us */
.section-aboutus {
    background-color: #F4F5F7;
    padding-bottom: 40px;
}

    .section-aboutus .aboutus-content {
        height: 450px;
    }

.aboutus-content .right-content {
    background: linear-gradient(90deg, #177EE6 0%, #17C3E5 100%);
    color: #fff;
    padding: 80px;
}

.right-content-text {
    width: 520px;
}

#gotoHY {
    margin-top: 40px;
    border-color: #fff;
    background-color: transparent;
}
    #gotoHY > span {
        position: relative;
        display: inline-block;
        transition: .25s ease;
    }
    #gotoHY:hover > span {
        padding-right: 25px;
    }

    #gotoHY:hover > span::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 50%;
        right: 0px;
        margin-top: -5px;
        transform: rotate(45deg);
        transition: ease .25s all;
    }


    .aboutus-content {
        display: flex;
    }

    .aboutus-content > div {
        flex: 1;
    }

    .aboutus-content .left-img {
        background: url("../Resources/images/about_us2.jpg") center center / cover no-repeat;
    }
/* about us */
/* solution */
.section-solution {
    background-size: 100% 70%;
    background-repeat: no-repeat;
}
.hy-solution{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.hy-solutions {
    display: flex;
    height: 275px;
}

    .hy-solutions .hy-solution-item {
        flex: 1;
        background-size: 100% 100%;
        padding: 30px;
        transition: box-shadow .5s;
    }

        .hy-solutions .hy-solution-item hr {
            margin: 0;
        }

        .hy-solutions .hy-solution-item:hover {
            box-shadow: 0px 0px 18px 2px rgba(0, 38, 75, 0.35);
        }

        .hy-solutions .hy-solution-item + .hy-solution-item {
            margin-left: 45px;
        }

.hy-solution-title {
    font-size: 24px;
    color: #fff;
/*    padding: 30px 0 20px 0;*/
}

.solution-content {
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
    line-height: 26px;
}
/* solution */


/* userstories */
.section-userstories{
    padding-bottom: 0;
}
.userstories-box {
    background-color: #177EE6;
    height: 350px;
    padding: 70px 0;
}

.userstories-list {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .userstories-list .userstorie {
        height: 90px;
        background-color: #fff;
        align-items: center;
        display: flex;
        box-shadow: 0px 0px 14px 2px rgba(0, 38, 75, 0.35);
        border: 3px solid #ffffff00;
        flex-wrap: wrap;
    }

        .userstories-list .userstorie.on, .userstories-list .userstorie:hover {
            border: 3px solid #17C3E5;
        }

        .userstories-list .userstorie img {
            margin: auto;
        }

.col-2 {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px;
    box-sizing: border-box;
    width: 170px;
}

.userstorie.more span {
    flex: 1;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #177EE6;
}
/* userstories */

/* question */
.section-question {
    padding-bottom: 150px;
    background-position: 25% 0;
    background-repeat: no-repeat;
}
.hy-question {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.hy-question-content section p {
    font-size: 20px;
}

    .hy-question-content section p:nth-child(1) {
        font-weight: bold;
    }

.Q {
    color: #177EE6;
}

.A {
    color: #17C3E5;
}

.hy-question-content section + section {
    margin-top: 40px;
}

/* question */

/* applytrial */
.section-applytrial {
    padding-bottom: 70px;
    background: linear-gradient(90deg, #177EE6 0%, #17C3E5 100%);
}
    .section-applytrial .section-title {
        padding: 70px 0;
    }
    .section-applytrial .hy-applytrial {
        background-repeat: no-repeat;
        background-position-x: 100%;
    }

    .section-applytrial .section-title p {
        color: #fff;
        opacity: .6;
    }

    .section-applytrial .section-title h1 {
        color: #fefefe;
    }

    .section-applytrial .section-title::after {
        background-color: #fff;
        background-image: none;
    }

.hy-applytrial-content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.section-applytrial .applytrial-line input[type="text"] {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.section-applytrial .applytrial-line input::-webkit-input-placeholder {
    color: #fff;
}

.section-applytrial .applytrial-line input[type="checkbox"] {
    width: 26px;
    height: 26px;
}

.section-applytrial .trial-title {
    font-size: 18px;
    color: #fff;
    max-width: 100px;
}

.section-applytrial .hy-checkbox {
    color: #fff;
    font-size: 18px;
}

.section-applytrial .hy-checkbox__inner {
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.section-applytrial .hy-checkbox__input:checked ~ .hy-checkbox__inner:after {
    color: #fff;
}

#submitBtn {
    width: 220px;
    height: 45px;
    border: 2px solid #fff;
    margin-top: 50px;
}
/* applytrial */
