/*--/ mouse --*/

.icon-scroll {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 1em;
    height: 3.125em;
    transform: translateX(-50%) scale(2);
    z-index: 1;
}

.icon-arrows::after,
.icon-arrows::before {
    content: '';
}

.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
    display: block;
    width: 0.315em;
    height: 0.315em;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    margin: 0 0 0.125em 0.315em;
    transform: rotate(45deg);
    animation: mouse-scroll 1s infinite;
    animation-direction: alternate;
}

.icon-arrows::before {
    margin-top: 0.315em;
    animation-delay: .1s;
}

.icon-scroll span {
    animation-delay: .2s;
}

.icon-arrows::after {
    animation-delay: .3s;
}

.icon-scroll .mouse {
    height: 1.375em;
    width: .875em;
    border: 1px solid #232323;
    border-radius: 2em;
    margin-left: 0.5px;
}

.icon-scroll .wheel {
    position: relative;
    display: block;
    /*height: 0.1875em;
    width: 0.1875em;*/
    height: 0.2em;
    width: 0.2em;
    margin: 0.1875em auto 0;
    background: #232323;
    animation: mouse-wheel 1.2s ease infinite;
    border-radius: 50%;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(.375em);
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/*--// mouse --*/

.product-1,
.product-2,
.product-3,
.product-7 {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-1 {
    background: #fff;
    /*vertical-align: middle;
    display: table-cell;*/
    display: block;
    margin-top: 100px;
}

.product-2 {
    background: #fff;
}

.product-3 {
    background: #fff;
}

.product-7 {
    background: #000;
}


.product-2 .product-content,
.product-3 .product-content,
.product-4 .product-content,
.product-2 .product-content .content-more a,
.product-3 .product-content .content-more a,
.product-4 .product-content .content-more a,
.product-2 .product-content .content-more-hover a,
.product-3 .product-content .content-more-hover a,
.product-4 .product-content .content-more-hover a {
    color: #fff;
}



/*page1*/
.product1-wrap {
    display: flex;
    /* padding: 0 10%; */
    align-items: center;
    /* height: 750px; */
    /* width: 95%; */
    /* max-width: 1500px; */
    margin: 2% auto 10%;

}

.product1-wrap a:hover {
    text-decoration: none;
}

.product1-left {
    flex: 1;
}

.product1-right {
    flex: 1;
}

.hover1 .content-wrap1 {
    color: #000;
    background-color: #ededed;
    transition: all .05s;
}

.hover2 .content-wrap2 {
    color: #000;
    background-color: #fff;
    transition: all .05s;
}

.hover3 .content-wrap3 {
    color: #000;
    background-color: #e1e1e1;
    transition: all .05s;
}

.hover4 .content-wrap4 {
    color: #000;
    background-color: #fff;
    transition: all .05s;
}

.hover5 .content-wrap5 {
    color: #000;
    background-color: #e1e1e1;
    transition: all .05s;
}

.hover1:hover .content-wrap1 {
    background-color: #326387;
    color: #fff;
}

.hover2:hover .content-wrap2 {
    background-color: #8db5c9;
    color: #fff;
}

.hover3:hover .content-wrap3 {
    background-color: #5e8daa;
    color: #fff;
}

.hover4:hover .content-wrap4 {
    background-color: #4072a0;
    color: #fff;
}

.hover5:hover .content-wrap5 {
    background-color: #bc4e46;
    color: #fff;
}

.hover1 .content-left {
    transition: all .7s;
    position: absolute;
    bottom: 15%;
}

.hover2 .content-left {
    transition: all .7s;
}

.hover3 .content-left {
    transition: all .7s;
}

.hover4 .content-left {
    transition: all .7s;
}

.hover5 .content-left {
    transition: all .7s;
}

.hover1:hover .content-left {
    padding-top: 20%;
    bottom: 45%;
}

.hover2:hover .content-left {
    padding-top: 10%;
}

.hover3:hover .content-left {
    padding-top: 10%;
}

.hover4:hover .content-left {
    padding-top: 10%;
}

.hover5:hover .content-left {
    padding-top: 8%;
}

.content-wrap1 {
    display: flex;
    padding: 5%;
    height: 78vh;
    cursor: pointer;
    /*transition: all .7s;*/
    position: relative;
}

.content-wrap2 {
    display: flex;
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}

.content-wrap3 {
    display: flex;
    padding: 2% 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}

.content-wrap4 {
    display: flex;
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}

.content-wrap5 {
    display: flex;
    padding: 5%;
    height: 250px;
    cursor: pointer;
    /*transition: all .7s;*/
}

.content-wrap1 :hover {}

.content-wrap2 :hover {}

.content-wrap3 :hover {}

.content-wrap4 :hover {}

.content-wrap5 :hover {}

.content-wrap1 .content-right {
    position: absolute;
    right: 0;
}

.content-wrap1 .content-right .content-img {
    width: 50%;
    position: relative;
    margin: 0 auto;
    margin-right: 10%;
}

.content-left {
    flex-basis: 60%;
    padding-left: 2%;
}

.content-right {
    flex-basis: 40%;
    position: relative;
}

.content-title {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100px;
}

.content-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2% 0;
    letter-spacing: 2px;
}

.content-img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-img img {
    width: 80%;
}





/*page1*/


/*right page*/
.bd-block{
    color: #231815;
    width: 94%;
    float: right;
    font-weight: 400;
    padding: 5% 0;
}
.bd-wrap{
    display: flex;
    align-items: center;
}
.bd-title{
    width: 15%;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bd-title1{
    font-size: 15px;
    writing-mode: vertical-lr
}
.bd-title2{
    padding: 0 10%;
    font-size: 6rem;
}
.bd-line{
    background: #4e4d4d;
    height: 3px;
    width: 85%;
    margin: 5% 0;
}
.bd-text{
    font-size: 2.5rem;
    width: 50%;
    letter-spacing: 0.5px;
    float: right;
    margin: 5% 10%;
    line-height: 2;
}
.bd-list{
    clear: both;
    font-size: 2rem;
    padding: 2% 0 0% 6%;
    line-height: 2;
    font-weight: bold;
}
/*right page*/





/*footer*/
.product-7 .product-content {
    color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-follow {
    font-size: 4rem;
    letter-spacing: 5px;
    margin: 3% auto;
    font-weight: bold;
}

.footer-icon-wrap {}

.footer-icon-wrap a {
    margin: 1%;
}

.footer-icon-wrap img {
    max-width: 65px;
}

.footer-icon {}

.footer-icon img {}

.footer-copyright {}

.footer-copyright-text {
    margin: 2% auto;
    border-bottom: 1px solid;
    padding: 1% 4% 2%;
    width: max-content;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer-other {}

.footer-other a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}
@media only screen and (max-width: 1280px) {
    /*right page*/
    .bd-title {
        width: 30%;
    }
    /*right page*/
}
@media only screen and (max-width: 1024px) {
    .content-img img {
        width: 100%;
    }
    /*right page*/
    .bd-title {
        width: 30%;
    }
    /*right page*/
}

@media only screen and (max-width: 768px) {


    /*page1*/
    .product-1 {
        margin-top: 75px;
    }

    .product1-wrap {
        margin-top: 0px;
        display: block;
    }

    .content-wrap1 {
        height: auto;
    }

    .content-wrap2 {
        height: auto;
    }

    .content-wrap3 {
        height: auto;
        padding: 5%;
    }

    .content-wrap4 {
        height: auto;
    }

    .content-wrap5 {
        height: auto;
    }

    .content-title {
        font-size: 2.6rem;
        letter-spacing: 1px;
    }

    .content-subtitle {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .content-img {
        width: 50%;
        position: relative;
        margin: 0 auto;
        margin-right: 10%;
    }

    .hover1:hover .content-left {
        padding-top: 0%;
        padding-left: 20%;
    }

    .hover2:hover .content-left {
        padding-top: 0%;
        padding-left: 20%;
    }

    .hover3:hover .content-left {
        padding-top: 0%;
        padding-left: 20%;
    }

    .hover4:hover .content-left {
        padding-top: 0%;
        padding-left: 20%;
    }

    .hover5:hover .content-left {
        padding-top: 0%;
        padding-left: 20%;
    }

    .hover1 .content-left {
        transition: all .7s;
        position: relative;
    }

    .content-wrap1 .content-right {
        position: relative;
    }

    /*page1*/
    /*right page*/
    .bd-block {
        width: 98%;
        padding: 0;
    }
    .bd-wrap {
        display: block;
    }
    .bd-title {
        width: 90%;
    }
    .bd-title2 {
        padding: 0 5%;
        font-size: 5rem;
    }
    .bd-text {
        font-size: 2rem;
        width: 80%;
        float: left;
        margin: 5%;
    }
    /*right page*/

}

@media only screen and (max-width: 480px) {
    .content-img {
        width: 40%;
    }

     /*right page*/
     .bd-line {
        width: 98%;
    }
    .bd-text {
        width: 90%;
        font-size: 1.8rem;
    }
    /*right page*/

    /*footer*/
    .footer-follow {
        font-size: 3rem;
        letter-spacing: 4px;
    }

    .footer-icon-wrap img {
        width: 15%;
    }

    .footer-copyright-text {
        margin: 3% auto;
        padding: 2% 4% 2%;
        line-height: 1.8;
    }
}
@media (min-width: 1440px){
    .content-wrap1 .content-right .content-img {
        width: 80%;
    }
}