@import url('root.css');

.ai7qi-header{
    margin-bottom: 0;
    width: 100vw;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 999;

    opacity: 0;
    /*overflow: hidden;*/
}

.ai7qi-body{
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    top:60px;

    overflow-y: auto;
    overflow-x: hidden;
}



.ai7qi-foot {
    background: var(--homepage-secondary-color-dark-l4);
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 30px;
}

.ai7qi-foot > span {
    color: var(--homepage-secondary-color-normal);
    padding:5px;
}

.ai7qi-foot a{
    color:var(--homepage-primary-color-normal);
}

.ai7qi-foot a:hover, .ai7qi-foot a:focus{
    text-decoration: underline;
}

/*///////////////////////////////////////*/
.content_item{
    margin-top: 20px;
    /*width: 25%;*/
}

.sub_content img{
    width: 100%;
    height: auto;

    border: 3px solid var(--homepage-primary-color-normal);
    border-radius: 100%;
}

.client-container{
    display: flex;
    justify-content: flex-start !important;
}

.client-container > div{
    width: 150px;
    /*height: 75px;*/
    padding: 10px;
}

.client-container > div > img{
    /*border: 0;*/
    border-radius: 0;
    border: 3px solid var(--homepage-primary-color-lighter-l4);
}
/*/////////////////////////////*/
/* 滚动条样式 */
.ai7qi-body::-webkit-scrollbar {
    width: 6px;
}
.ai7qi-body::-webkit-scrollbar-thumb{
    background-color: var(--homepage-primary-color-normal);
    border-radius: 5px;
}
.ai7qi-body::-webkit-scrollbar-track{
    background-color: var(--homepage-secondary-color-dark-l4);
}
.ai7qi-body::-webkit-scrollbar-thumb:hover {
    background-color:var(--homepage-primary-color-lighter-l1);
}
.ai7qi-body::-webkit-scrollbar-thumb:active {
    background-color:var(--homepage-primary-color-lighter-l1);
}

.ai7qi_body_section{
    opacity: 0;
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.triangle {
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid var(--homepage-secondary-color-normal);
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}



.info-address-map{
    width: calc(100% - 10px);
    height: 400px;
}

.section-container{
    width: calc(100% - 20px);
    max-width: 940px ;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.ai7qi_body_section .title h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai7qi_body_section:nth-child(odd){
    background-color: var(--homepage-primary-color-normal);
    color: var(--homepage-secondary-color-normal);
}
.ai7qi_body_section:nth-child(even){
    background-color: var(--homepage-secondary-color-normal);
}

.ai7qi_body_section:nth-child(odd) .triangle{
    border-color: var(--homepage-secondary-color-normal);
}
.ai7qi_body_section:nth-child(even) .triangle{
    border-color: var(--homepage-primary-color-normal);
}

.ai7qi_body_section:nth-child(odd) .title h1{
    color: var(--homepage-secondary-color-normal);
}
.ai7qi_body_section:nth-child(odd) .title p{
    color: var(--homepage-secondary-color-normal);
}

.ai7qi_body_section:nth-child(even) .title h1{
    color: var(--homepage-primary-color-normal);
}
.ai7qi_body_section:nth-child(even) .title p{
    color: var(--homepage-secondary-color-dark-l4);
}
.section-container .title{
    width: 100%;
}

.ai7qi_body_section .title h2{
    color: var(--homepage-primary-color-normal);
}

.section-container .content-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*.section-container .content-box.row{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

.sub_content-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sub_content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;

    width: 31%;
}

.sub_content video{
    width: 100%;
    height: auto;
}


.contact-info_container{
    width:100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

/*.ai7qi_body_section:not(.ai7qi_body_section +.ai7qi_body_section){*/
/*    padding-top: 60px;*/
/*}*/

/*.ai7qi_body_section:not(:has(+.ai7qi_body_section)){*/
/*    padding-bottom: 30px;*/
/*}*/
/*

3.7 Contact
********************************************************************/
.contact {
    background: var(--homepage-primary-color-normal);
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: var(--homepage-secondary-color-dark-l4);
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: var(--homepage-secondary-color-normal);
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: var(--homepage-secondary-color-normal);
}
.contact-info {
    width: 100%;
    margin-top:5px;
    margin-bottom:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-info p{
    font-weight:normal;
    line-height: 30px;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}

@media (max-width: 927px){
    .section-container .content-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .sub_content{
        width: 90%;
    }
}