html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Light';
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2);
}

*{
    font-family: 'Light';
}

.layout1500px{
    width: 1500px;
    overflow: hidden;
    margin: 0 auto;
}
.indexmk1{
    margin-top: 100px;
}
.indexmk1 span{
    font-size: 36px;
    display: block;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
.indexmk1 p{
    font-size: 17px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.9;
    padding: 0px 20%;
        color: #555;
}
.indexmk2{
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
}
.indexmk2 .cpboxgs{
    width: 31%;
    margin: 1.1%;
}
.indexmk2 .cpboxgs img{
    width: 100%;
    object-fit: cover;
}
.indexmk2 .cpboxgs span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
}
.indexmk2 .cpboxgs:hover span{
    font-weight: bold;
}
.indexmk2 .cpboxgs p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}
.indexmk3{
    display: flex;
    align-items: center;
    margin-top: 115px;
    flex-direction: column;
    justify-content: center;
    max-width: 19%;
}
.indexmk3 .leftbox{
    width: 100%;
}
.indexmk3 .leftbox img{
    width: 100%;
}
.indexmk3 .rightbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    justify-content: center;
}
.indexmk3 .rightbox span{
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    min-height: 64px;
}
.indexmk3 .rightbox p{
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.9;
    color: #555;
}
.indexmk3 .rightbox a{
    padding: 20px 40px;
    border: 1px solid black;
    transition: all 0.5s;
}
.indexmk3 .rightbox a:hover{
    background-color: black;
    color: white;
}
.xqpageatag{
    padding: 20px 40px;
    border: 1px solid black;
    transition: all 0.5s;
    display: block;
    width: fit-content;
}
.xqpageatag:hover{
    background-color: black;
    color: white;
}
.indexmk4{
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.indexmk4 .content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.indexmk4 .content p{
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.9;
    color: black;
    margin-bottom: 50px;
    font-weight: 500;
}
.indexmk4 .content a{
    padding: 20px 40px;
    border: 1px solid black;
    color: black;
    font-weight: 500;
    transition: all 0.5s;
}
.indexmk4 .content a:hover{
    border: 1px solid black;
    background-color: black;
    color: white;
}
.footerboxgs{
    display: flex;
    justify-content: space-between;
}
.footer .footer-nav ul li a:hover{
    text-decoration: underline;
}
.fateradom{
    margin-top: 5px;
    line-height: 1.6;
    padding: 0;
        position: relative;
}
.header .inner nav ul li .child2{
    left: 100%;
    top: 0%;
    display: none;
    white-space: nowrap;
    position: absolute;
    padding: 10px 1.6vw 15px;
    background: #fff;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
    min-width: 180px;
}
@media screen and (max-width:1550px){
    .layout1500px{
        width: 1250px;
    }
}
@media screen and (max-width:1250px){
    .layout1500px{
        width: 100%;
        padding: 0px 5%;
    }
}
@media screen and (max-width:960px){
    .footer .logo{
        margin-bottom: 40px;
    }
    .footerboxgs{
        flex-direction: column;
    }
    .footer-nav{
        padding-left: 17px;
        margin-bottom: 40px;
    }
    .indexmk3boxgs{
        flex-wrap: wrap;
    }
    .indexmk3{
        max-width: 49%;
        margin-top: 0px;
    }
    .detail-tabs .title{
        font-size: 14px !important;
    }
    #scrollsidebar{
        display: none;
    }
    .layout1500px{
        padding: 0px 2.5%;
    }
    .indexmk1 p{
        padding: 0px;
    }
    .indexmk2{
        flex-direction: column;
        align-items: center;
    }
    .indexmk2 .cpboxgs{
        width: 100%;
    }
    .indexmk2 .cpboxgs img{
        max-width: 100%;
        min-width: 100%;
    }
    .indexmk3{
        flex-direction: column !important;
    }
    .indexmk3 .leftbox{
        width: 100%;
    }
    .indexmk3 .rightbox{
        width: 100%;
    }
    .indexmk4{
        background-size: cover;
    }
}