*,
::after,
::before {
    box-sizing: border-box;
}

html {

    min-width: 1200px;
    /* 设置最小宽度 */
    overflow-x: auto;
    /* 允许横向滚动 */
    margin: 0 auto;
    /* 可选：居中容器 */

}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: 2px solid transparent;
    /* 滑块边框 */
    background-clip: content-box;
    /* 边框内裁切背景 */
}

::-webkit-scrollbar-thumb {
    background: #1955aa;
    /* 设置滑块的背景颜色 */
}

/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1d4;
    /* 轨道颜色 */
    border-radius: 4px;
    /* 轨道边角圆滑度 */
    box-shadow: inset 0 0 5px rgb(237, 236, 236);
    /* 轨道内阴影 */
}

/* 滚动条轨道两端样式（如果存在） */
::-webkit-scrollbar-button {
    display: none;
    /* 隐藏按钮 */
}

body {
    margin: 0;
}

html {
    font-size: 16px;
    /* 默认字体大小 */
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
        /* 在小屏幕上减小根元素的字体大小 */
    }
}

header {
    /* height: 0.8rem; */
    display: flex;
}

p {
    margin: 0;
    
}

span {
    margin: 0;
}

.icons {
    display: inline-flex;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-top: -22px;
    padding: 16px;
    z-index: 3;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    height: 560px;
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;

    /* 可以根据需要调整高度 */
}

.dot-container {
    display: flex;
    height: 8px;
    position: absolute;
    bottom: 1%;
    left: 48%;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
}

.dot {
    cursor: pointer;
    height: 6px;
    width: 35px;

    background-color: #717171;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dot:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.active,
.dot:hover {
    background-color: #fff;
}

.middle {
    display: flex;
    /* height: 600px; */
    justify-content: center;
}

.milldeInfo {
    width: 1200px;
    height: 100%;
    display: flex;
    padding: 30px 0;
}

.milldeInfo .middleNews {
    flex:1;
    height: 100%;
    margin-right: 24px;
}

.milldeInfo .middleAbout {
    width: 360px;
    height: 100%;
}

.milldeInfo .Title {
       margin : 13px 0 15px; 
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
}

.milldeInfo .Title :hover {
    color: #144a95;
}

.milldeInfo .Title h5 {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    margin: 0;
}

.milldeInfo .Title h5 span {
    font-size: 40px;
}

.milldeInfo .Title p {
    color: #d1d1d1;
    font-size: 12px;
    line-height: 14px;
}

.titImg {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #33b2e8;
    margin-left: 12px;

}

.milldeInfo .Title .more {
    font-weight: 400;
    font-size: 18px;
    color: #144a95;
    float: right;
    cursor: pointer;
}

.milldeInfo .Title .more img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.Aboutgroup {
    width: 100%;
    height: 270px;
}

.milldeInfo .DISCLOSURE {
    width: 100%;
    background: #f5f7fd;
    height: 85px;
    /* overflow: auto; */
    padding: 20px;
}

.milldeInfo .DISCLOSURE .text {
    display: flex;
    line-height: 16px;
    height: 32px;
}

.milldeInfo .DISCLOSURE p {
    font-size: 13px;
    color: #333333;
    width: 360px;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出容器的部分 */
    text-overflow: ellipsis;
    /* 用省略号表示被截断的文本 */
    display: inline-block;
}

.milldeInfo .DISCLOSURE img {
    margin-top: 4px;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.milldeInfo .newsCont {
    display: flex;
    height: 450px;
}

.left-newsCont {
    width: 400px;
    margin-right: 16px;
    position: relative;
}

.left-newsCont .newsContdot {
    display: none;
}

.right-newsCont {
    flex: 1;

}

.left-newsConttop {
    width: 100%;
    height: 300px;

}

.left-newsConttop img {
    width: 100%;
    height: 100%;

}

.left-newsContbottom {
      margin-top: -10px;
    min-height: 164px;
    background-image: url('/template/default/images/Index/newsback.png');
    background-size: 100% 100%;
    padding: 20px; 
    position: relative;
    
}

.left-newsContbottom p {
     margin-top: 14px;
    line-height: 23px;
    font-size: 20px;
    color: #fff;
}

.right-newsCont .newsContlist {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.newsContlist .newsContinfo {
    width: 100%;
    height: 74px;
    margin-bottom: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.newsContlist .newsContinfo:nth-child(2n) {
    background: #f5f7fd
}

.newsContlist .newsContinfo:hover {
    background: #e8edf5
}

.milldeInfo .newsCont .newsContlist .newsContinfo p {
    font-size: 14px;
    line-height: 100%;

}

.milldeInfo .newsCont .newsContlist .newsContinfo .Info {
    width: 300px;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出容器的部分 */
    text-overflow: ellipsis;
    /* 用省略号表示被截断的文本 */
    display: inline-block;
}

.newslogo {
    color: #144A95;
    padding: 15px 0;
    text-align: center;
    width: 70px;
    height: 100%;
}

.milldeInfo .newsCont .newsContlist .newsContinfo .newslogo .newslogotop {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 23px;
}

.milldeInfo .newsCont .newsContlist .newsContinfo .newslogo .newslogobo {
    text-decoration: overline;
    font-size: 10px;
    line-height: 12px;
}

.newsBtn {
    width: 100%;

    height: 54px;
    background: #f5f7fd;
    border: 1px solid #144A95;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #144A95;
}

.newsBtn p {
    margin: 0;
    line-height: 100%;
    font-size: 16px;
    display: inline-block;
}

.newsBtn img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.ours {
    width: 100%;

    display: flex;
    justify-content: center;
}

.ours .milldeInfo {
    width: 1200px;
    height: 100%;
    padding: 30px 0;
    display: block;
}

.ours .milldeInfo .Title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.ourscontent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oursitem {
    width: 32%;
    height: 348px;
    margin-top: 10px;
    background-color: #f5f7fd;
    margin-bottom: 5px;
}

.oursitemtop {
    height: 192px;
    width: 100%;
}

.oursitemmid {
    height: 156px;
    padding: 10px;
    position: relative;

}

.oursitem .hover-image {
    display: none;
}

.oursitem :hover .hover-image {
    display: block;
}

.oursitem:hover .default-image {
    display: none;
}

.oursitem :hover .oursitemmid {
    background-color: #144a95;
    color: #fff;
    height: 156px;
}

.oursitemmid p {
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制在两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /* 或者其他你需要的宽度 */
}

.oursitemmid img {
    width: 118px;
    height: 36px;
    position: absolute;
    bottom: 18px;
    left: 10px;
    cursor: pointer;
}

/* .newdotcontainer{
    position: absolute;
    bottom: 1%;
    left: 48%;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
}
.dot {
    cursor: pointer;
    height: 8px;
    width: 35px;
    border-radius: 3px;
    background-color: #717171;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.dot:hover {
    background-color: #fff;
} */
.world {
    width: 100%;
    height: 800px;
    background-color: #f5f7fd;
    display: flex;
    justify-content: center;
    position: relative;
}

.mapmain {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 997;
}

.worldmap {
    width: 1200px;
    height: 100%;
    position: relative;
}

.worldbtns {
    display: flex;
    position: absolute;
    top: 32px;
    left: 0;
}

.worldicon-b {
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #144A95;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 20px;
}

.worldicon {

    height: 17px;
    line-height: 17px;
    position: absolute;
    bottom: 50px;
    right: 0;
    display: inline-block;
}

.worldicon span {
    font-size: 14px;
}

.worldBtn {
    font-size: 14px;
    width: 150px;
    border: 1px solid #144a95;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #144A95;
    cursor: pointer;
}

.worldbtns .active {
    background-color: #144A95;
    color: #fff;
}

.worldlist,
.chinalist {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 998;
}

.worldlist ul,
.chinalist ul {
    list-style: none;
    padding: 0;
    border: 1px solid #144A95;
}

.worldlist ul li,
.chinalist ul li {
    width: 180px;
    height: 50px;
    position: relative;
    background-color: #f5f8fd;
    justify-content: center;

}

.worldlist ul li a,
.chinalist ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #144A95;
    font-size: 14px;
    line-height: 17px;
}

.worldlist ul li span,
.chinalist ul li span {
    border-bottom: 1px solid #144A95;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 20px;
}


.worldlist ul li img,
.chinalist ul li img {
    width: 16px;
    height: 16px;

}

.worldlist ul li img .hover-image,
.chinalist ul li img .hover-image {
    display: none;
}

.worldlsubmenu {
    display: none;
    position: absolute;
    right: 189px;
    top: 0;
    width: 180px;
}

.worldlsubmenu li {
    text-align: center;
    background-color: #f5f8fd;
}

.worldlsubmenu li a {
    color: #FFFFFF !important;
}

/* 悬浮显示二级菜单 */
.worldlist ul li:hover>.worldlsubmenu,
.chinalist ul li:hover>.worldlsubmenu {
    display: block;
}

.worldlist ul li:hover,
.chinalist ul li:hover {
    margin-top: -1px;
    background-color: #144a95;
}

.worldlist ul li:hover .default-image {
    display: none;
}

.chinalist ul li:hover .default-image {
    display: none;
}

.worldlist ul li:hover .hover-image,
.chinalist ul li:hover .hover-image {
    display: block;
}


.worldlist ul li:hover,
.chinalist ul li:hover {
    margin-top: -1px;
    background-color: #144a95;
}

.worldlist ul :hover a,
.chinalist ul :hover a {
    color: #FFFFFF !important;
}

.worldlsubmenu ul li {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background-color: #144a95;
}

.worldlist .worldlsubmenu ul li:hover,
.chinalist .worldlsubmenu ul li:hover {
    margin-top: 0 px;
    background-color: #7292bf !important;
}

.worldlist .worldlsubmenu ul,
.chinalist .worldlsubmenu ul {
    border: 0px;width: 188px;
    height: 250px;
    overflow-y: auto;
     direction: rtl; 
}



.MapSize {
    z-index:998;
    position: absolute;
    bottom: 144px;
    right: 0;
    width: 40px;
    height: 140px;
    display: flex;
    flex-direction: column;
}

.MapSize img {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}