#sitecontent {
    min-height: auto;
}
#header {
    border-bottom: 1px solid #ccc;
}
#header #logo img {
    height: 60px !important;
}
#header #logo {
    margin-top: 10px !important;
}
.content .header {
    padding-top: 0px !important;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 子元素居中对齐 */
    align-items: flex-start;
    width: 100%;
}
.wrapper-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 子元素居中对齐 */
    align-items: center;
    width: 100%;
}
.wrapper-flex {
    display: flex;
    flex-wrap: wrap;
}
.wrapper .wrapper-item {
    box-sizing: border-box; /* 确保宽度计算包含 padding 和 border */
    flex-shrink: 0; /* 防止元素缩小 */
    margin: 0 1%; /* 左右各加上1%的间距，使子元素居中 */
    /*padding: 10px; !* 可选的子元素内边距 *!*/
}
a.more {
    box-shadow: 0 2px 12px #e2e2e2 !important;
    border: #ddd 0 solid !important;
    background: transparent !important;
    width: 150px !important;
    height: 37px !important;
    display: block !important;
    margin: 40px auto 50px !important;
    line-height: 37px !important;
    font-size: 14px !important;
    color: #aba8a8 !important;
    text-indent: 9px !important;
    border-radius: 0 !important;
    transition: all ease-out .3s !important;
    background-color: #fff !important;
    text-align: center;
}
a.more::after {
    transition: all .4s ease-out 0s !important;
    content: ' ' !important;
    width: 37px !important;
    display: block !important;
    float: right !important;
    height: 37px !important;
    background: url('../../statics/images/jiantou2.png') no-repeat -55px -63px !important;
    background-color: #383838 !important;
}
.fa-angle-right:before {
    content: '';
}
a.more:hover {
    color: #305dc3 !important;
}
#carouselExampleIndicators {
    padding-top: 80px;
}
#indexPage .module .content {
    top: 0px;
}

.solution-overview {
    background-color: white;
}
.solution-overview .solution-overview-content,
.solution-overview .solution-overview-img {
    width: 1200px !important;
    margin: auto !important;
    overflow: hidden;
    margin-top: 20px !important;
}
.solution-overview-img > img {
    position: relative;
    left: 50%;
    width: 1000px;
    transform: translateX(-500px);
}

.solution-highlights {
    /*background-color: #0093f629;*/
}
.solution-highlights .content {
    width: 1200px !important;
    margin: auto !important;
}

.solution-summary {
    /*background-image: url('../../statics/images/bg.png');*/
    background-color: white;
    background-position: center;
}
.solution-summary .content {
    width: 1200px !important;
    margin: auto !important;
}
.solution-summary .content ul,
.solution-leverage .content ul
{
    margin-bottom: 0px;
}
.solution-summary .content li {
    list-style: square !important;
}

.solution-leverage {
    /*background-image: url('../../statics/images/bg.png');*/
    /*background-color: #0093f629;*/
    background-position: center;
}
.solution-leverage .content {
    width: 1200px !important;
    margin: auto !important;
}
.solution-leverage .content li {
    list-style: square !important;
}

.product {
    background-color: #0093f629;
}
.product-content {
    width: 1200px !important;
    margin: auto !important;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.product-content > div {
    width: 350px;
}
.imageContainer {
    width: 350px;
    height: 350px;
    border-radius: 175px;
    border:  1px solid #a79e9e;
    position: relative;
    left: 50%;
    transform: translateX(-175px);
}
.imageBox:hover img {
    transform:scale(1.2 , 1.2);
    transition: all linear .5s;
}
.aboutUs {
    /*background-image: url('../../statics/images/bg1.png');*/
    background-color: white;
    background-position: center;
}
.aboutUS-content {
    width: 1200px !important;
    margin: auto !important;
}
.aboutUS-img {
    width: 1200px !important;
    overflow: hidden;
    margin: auto !important;
}
.aboutUS-img > img {
    position: relative;
    left: 50%;
    transform: translateX(-350px);
    width: 700px;
}
.journey {
    background-color: rgb(240, 240, 240);
    padding-top: 30px;
    overflow: hidden;
}
.journey > .content {
    padding: 0px 10px;
    background-color: transparent;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    width: 1200px;
    margin: auto;
}
.event_year li.current {
    background: #0066ff 60px 0 no-repeat;
}
.contactUs {
    background-color: #0093f629;
}
#contactUs .module-content .wrapper > .wrapper-item {
    width: 300px;
}
#Register {
    /*background-color: #2169d3;*/
    background-image: url('../../statics/images/contact.png');
    background-position: center;
}
#Register .container {
    text-align: left;
}
#Register .container form {
    width: 600px;
}
#footer {
    width: 100%;
    background-color: #346bbb;
    height: 160px;
    padding: 40px 0;
    height: auto;
}
#footer a {
    width: 100px;
}
.form-control-lg, .form-control {
    border-radius: 0px;
    margin-bottom: 10px;
}
.btn.btn-lg {
    border-radius: 0px;
    background-color: white;
    color: #2169d3;
    width: 100px;
    margin-left: 6px;
    font-weight: 600;
}
/*屏幕宽度在768px到1024px之间*/
@media (min-width: 768px) and (max-width: 1024px) {

    #solution-overview .solution-overview-content {
        width: 90% !important;
        magin: 0 5%;
    }
    .solution-overview .solution-overview-img {
        width: 90% !important;
        magin: 0 5%;
    }
    .solution-overview-img > img {
        position: relative;
        left: 50%;
        width: 700px;
        transform: translateX(-350px);
    }
    .solution-highlights .content {
        width: 95% !important;
    }
    .solution-summary .content {
        width: 95% !important;
    }
    .solution-leverage .content {
        width: 95% !important;
    }
    .product-content {
        width: 100% !important;
        margin: auto !important;
        display:flex;
        flex-direction: column; /* 让每个元素占据一行 */
        justify-content: center; /* 垂直居中对齐 */
        align-items: center; /* 水平居中对齐 */
        gap: 20px;
        flex-wrap: wrap;
    }
    .aboutUS-content {
        width: 90% !important;
        margin: auto !important;
    }
    .aboutUS-img {
        width: 100% !important;
        margin: auto !important;
    }
    .aboutUS-img > img {
        width: 700px;
        position: relative;
        left: 50%;
        transform: translateX(-350px);
    }
    .journey > .content {
        padding: 0px 10px;
        background-color: transparent;
        width: 100%;
        display: block;
    }
    .journey .event_list {
        width: calc(100% - 60px);
    }
    .journey .event_list li p {
        width: calc(100% - 190px);
    }
    .journey .event_list li p span {
        width: calc(100% - 200px);
    }
    #footer a {
        margin-bottom: 15px;
    }
}
/*屏幕宽度小于768px*/
@media (max-width: 768px) {
    #solution-overview .solution-overview-content {
        width: 100% !important;
        padding: 0 10px;
    }
    .solution-overview .solution-overview-img {
        width: 100% !important;
    }
    .solution-overview-img > img {
        position: relative;
        left: 50%;
        width: 340px;
        transform: translateX(-170px);
    }
    .solution-highlights .content {
        width: 100% !important;
        padding: 0 10px;
    }
    .solution-summary .content {
        width: 100% !important;
        padding: 0 10px;
    }
    .solution-leverage .content {
        width: 100% !important;
        padding: 0 10px;
    }
    .product-content {
        width: 90% !important;
        margin: auto !important;
        display:flex;
        flex-direction:row;
        justify-content:center;
        gap: 20px;
        flex-wrap: wrap;
        margin: 0 5%;
    }
    .aboutUS-content {
        width: 90% !important;
        margin: auto !important;
    }
    .footer .footer-logo {
        display: none;
    }
    #footer p {
        width: 100%;
        line-height: 30px;
    }
    #footer a {
        width: 60px;
        margin-bottom: 15px;
        margin-right: 40px !important;
    }
    .aboutUS-img {
        width: 100% !important;
        margin: auto !important;
    }
    .aboutUS-img > img {
        width: 300px;
        position: relative;
        left: 50%;
        transform: translateX(-150px);
    }
    .journey > .content {
        padding: 0px 10px;
        background-color: transparent;
        width: 100%;
        display: block;
    }
    .journey .event_year {
        display: none;
    }
    .journey .event_list {
        width: 100%;
    }
    .journey .event_list li p {
        width: calc(100% - 190px);
    }
    .journey .event_list li p span {
        width: 90%;
    }
    .journey .box {
        width: 100%;
    }
}
