.Hlang-box {
    padding: 20px 0px;
    width: 140px;
    box-shadow: 1px 1px 10px #666;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}

.Hlang-box::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -4px;
}

.Hlang-box a {
    display: block;
    color: #333;
    padding: 5px 10px;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: 20px center !important;
}

.Hlang-box a:hover{
    background-color: #003c88;
    color: #fff;
}
.hicon_language:hover{
    cursor: pointer;
}
.pageC {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}
.pageC img{
    max-height: 120px;
}
.ine-ul {
    height: calc(80vh - 82px);
    overflow: scroll;
    overflow-x: hidden;
}
.about-bot2 .ine-big {
    height: 80vh;
    width: 60%;
}
.about-bot2 .index-container {
    display: flex;
}
@media(max-width:1200px) {
    .ine-ul {
        height: 100%;
        overflow: scroll;
        overflow-y: hidden;
    }
    .about-bot2 .index-container {
        height: 100%;
        flex-direction: column;
    }
    .about-bot2 .ine-big {
        height: auto;
        width: auto;
    }
    .ine-ul li {
        min-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ine-ul::-webkit-scrollbar {
        height: 2px;
    }
}
/* Webkit浏览器（例如Chrome、Safari） */
.ine-ul::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}

.ine-ul::-webkit-scrollbar-track {
    background-color: #003C88; /* 滚动条轨道背景色 */
}

.ine-ul::-webkit-scrollbar-thumb {
    background-color: #fff; /* 滚动条拖动条背景色 */
    border-radius: 5px; /* 滚动条拖动条圆角 */
}

@media (max-width: 1200px) {
    .second-nav .wrap {
        margin: 0;
    }
    .second-menu {
        display: flex;
        overflow: scroll;
    }
    .second-menu a{
        white-space: nowrap;
    }
}
.products-info .item {
    width: 31% !important;
}
.second-nav .wrap {
    width: 100%;
}

@media (max-width: 1200px) {
    .products-info {
        padding-top: 20px;
    }
    .products-info .item {
        width: 100% !important;
    }
    .second-nav .wrap {
        width: 100%;
    }
}

.content .info {
    background-color: #fff !important;
}
.content .product-imglist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.content .item {
    padding: 10px;
}
.h600 {
    height: 600px;
}
.mainImage {
    transition: opacity 1s ease;
    opacity: 1;
    height:460px;
}
.summary::-webkit-scrollbar {
  width: 5px !important;
}
.summary::-webkit-scrollbar-track {
  background-color: #f5f5f5 !important;
  border-radius: 20px !important;
}

.summary::-webkit-scrollbar-thumb {
  background-color: #294494cf !important;
  border-radius: 20px !important;
}

.summary::-webkit-scrollbar-thumb:hover {
  background-color: #0032c9cf !important;
  cursor: pointer !important;
}
.product-show-intro .content .text .item p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding-top: 4px;
}
.product-show-intro .content .text .item h2{
    padding-bottom: 1rem;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    border-bottom: #000 solid 1px;
}
.product-show-intro .content .text{
    display: flex;
    flex-direction: column;
    width: 30%;
}
.product-show-intro .container{
    display: flex;
    flex-direction: column;
    width: 100% !important;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}
.product-show-intro .container h3{
    font-size: 20px;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
    margin-right: 1rem;
    cursor: pointer;
    padding: 4px 20px;
}
.pir-left-mobile {
    display: none;
}
.options-active {
    color: #fff !important;
    background: #003c88;
    border-radius: 100px;
    padding: 4px 20px;
}
#container-download a {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-right: 9%;
    padding-left: 1%;
}
@media (max-width: 1200px) {
    .product-show-intro .container{
        padding: 10px;
        border-radius: 10px;
    }
    .h600 {
        margin-top: 55px;
        height: 300px;
    }
    .content {
        margin: 0 !important;
    }
    .content .item {
        width: 18%;
        padding: 10px;
        flex-direction: column;
        width: 100%;
    }
    .content .item h2{
        padding-bottom: 10px !important;
    }
    .products-info item {
        width: 100% !important;
    }
    .pir-left {
        margin: 0 10px;
    }
    .spec-scroll .items {
        margin: 0 !important;
    }
    .pir-left-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .spec-preview {
        width: 100%;
    }
    .mainImage {
        height: 400px;
        object-fit: cover;
    }
    #container-download a {
        padding-right: 8%;
        padding-left: 2%;
    }
    .product-show-intro .content .text{
        width: 100%;
    }
}

.dheader {
    background-color: #f5f5f5;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
}
.dtable {
    background-color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
}
dl dt.name {
    width: 50%;
    text-align: left;
}
dl dt.date {
    width: 30%;
    text-align: left;
}

.h600 {
    height: 600px;
}
@media (max-width: 1200px) {
        dl dt.name {
            width: 80%;
            text-align: left;
        }
        dl dt.date {
            display: none;
        }
        .h600 {
            margin-top: 55px;
            height: 300px;
        }
        .solution-content .info {
            margin: 0 !important;
            flex-direction: column;
            align-items: center;
        }
        .solution-content .info .item{
            padding: 15px 0;
        }
}
.solution-show-intro .solution-content {width: 100%;background-color: #fff;padding: 40px 0;}
.solution-show-intro .solution-content .info{display: flex;justify-content: space-between;margin: 0 12% 0 12%;background-color: #e5e5e5;padding: 20px 40px 30px;border-radius: 5px;}
.solution-show-intro .solution-content .info h2{padding-bottom:1rem;font-size:20px;line-height:1;color:#000;font-weight: bold;border-bottom:#000 solid 1px;width: 300px;}
.solution-show-intro .solution-content .info h3{padding-top:1.75rem;font-size:16px;line-height:1;color:#666;}

@media (max-width: 1200px) {
    .second-nav .wrap {
        margin: 0;
    }
    .second-menu {
        display: flex;
        overflow: scroll;
    }
    .second-menu a{
        white-space: nowrap;
    }
    .solution-show-intro .solution-content {
        width: 100%;
        background-color: #fff;
        padding: 0;
    }
}