@charset "utf-8";
@import "var.css";

/* 超出部分不显示 */
.lines-box,
.lines-info-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* banner begin*/
.banner {
    width: 100%;
}

#index-banner {
    width: 100%;
}

#index-banner img {
    width: 100%;
}
/* banner end*/
/* 第一层 begin */
.floor-warp {
    width: 100%;
    background-color: #fff;
}

.floor-warp .container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.show-info-box.area {
    width: 25%;
}
.show-info-box.company-intro {
    width: 40%;
}
.show-info-box.hot-lines {
    width: 28%;
}

.area .show-box-content {
    display: flex;
    flex-wrap: wrap;
}

.area-name {
    width: 20%;
}

.hot-lines .show-box-content {
    height: 189px;
}

/* 第一层 end */
/* 大区导航条 begin */
.root-area-nav-warp {
    width: 100%;
    background-color: #fff;
}

.root-area-nav-warp .container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D7D7D7;
    border-left: 0;
    border-top: 3px solid var(--main-color);
    padding-right: 8px;
}

.area-nav-left {
    width: 192px;
    background-color: var(--main-color);
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.area-nav-center {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.center-title {
    color: #000;
    font-weight: bold;
    margin-left: 20px;
}

.center-area-list a{
    color: #666;
    margin-left: 25px;
}

.area-nav-right{
    display: flex;
    align-items: center;
}

.area-nav-right a {
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--main-color);
}

/* 大区导航条 end */
/* 第二层信息列表 begin */
.show-info-box.new-lines {
    width: 24.8%;
    padding: 0;
}

.pic-box > img {
    width: 100%;
    height: 134px;
}

.new-lines-title {
    margin-top: 5px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    height: 30px;
    line-height: 30px;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    color: #666;
}

.new-lines .show-box-content,
.recommend-lines .show-box-content {
    padding: 0 15px 15px 15px;
}

.new-lines .lines-box {
    margin: 3px 0;
}

.show-info-box.top-lines {
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.show-info-box.recommend-lines {
    width: 28.2%;
    padding: 0;
}

/* 中间带图片的信息框 */
.show-info-box.top-lines>div {
    width: 45%;
}

.show-info-box.top-lines .lines-top-box {
    display: flex;
    align-items: center;
    height: 120px;
    margin-bottom: 15px;
}

.lines-top-box-img {
    width: 120px;
    height: 100%;
    border: 1px solid var(--main-color);
    flex-shrink: 0;
    margin-right: 15px;
}

.lines-top-box-img img{
    width: 100%;
    height: 100%;
}

.top-lines .lines-box {
    line-height: 33px;
    border-bottom: 1px solid #f6f6f6;
}

.recommend-lines-title {
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.recommend-lines .lines-box {
    margin: 4px 0;
}
/* 第二层信息列表 end */

/* 第三层  第四层 begin*/
.floor-warp.floor-three .container {
    padding: 0;
}
.floor-three .show-info-box,
.floor-four .show-info-box{
    width: 32%;
}
/* 第三层  第四层 end */

/* 26条toplines begin */
.lines-warp {
    margin-bottom: 35px;
}

.top-lines-list .show-box-content{
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(2, 30px);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
}

.lines-info-box {
    padding: 0 12%;
    border: 1px solid var(--main-color);
    box-shadow: 0px 0px 1px #F09917;
    border-radius: 4px;
    line-height: 30px;
}

.lines-info-box > a {
    color: #999;
    font-weight: bold;
}
/* 26条toplines end */

/* 首页友情链接 begin*/
.friend-warp .container {
    padding-top: 0px;
}

.friend-warp .friend-links-list {
    width: 100%;
}

.friend-links-list .show-box-content {
    display: flex;
    flex-wrap: wrap;
}

.friend-links-list .friend-web-link {
    margin-right: 20px;
}
/* 首页友情链接 end*/

@media screen and (max-width:1200px) {
    .floor-warp .container {
        flex-direction: column;
        padding: 20px 0 0;
    }

    .show-info-box.area {
        width: 100%!important;
        margin-bottom: 20px;
    }

    .show-info-box.company-intro {
        width: 100%!important;
        margin: 25px 0;
    }

    .show-info-box.hot-lines {
        width: 100%!important;
    }

    .root-area-nav-warp {
        display: none;
    }

    .show-info-box.new-lines {
        width: 100%!important;
    }

    .show-info-box.top-lines {
        width: 100%!important;
        margin: 25px 0;
        flex-direction: column;
        justify-content: flex-start;
    }

    .show-info-box.recommend-lines {
        width: 100%!important;
    }

    .show-info-box.top-lines>div {
        width: 100%!important;
    }

    .show-info-box.top-lines>div:nth-child(2) {
        width: 100%!important;
        margin-top: 20px;
    }

    .floor-three .show-info-box {
        width: 100%!important;
        margin-top: 20px;
    }

    .lines-warp {
        display: none;
    }

    .sub-site-warp .links {
        flex-wrap: wrap;
        padding: 0;
    }

    .sub-site-warp .links .link {
        width: 50%;
    }

/*    20230513 最新增的部分CSS样式修正移动端*/
    .floor-four .container .area:nth-child(2) .show-box-content .area-name,
    .floor-four .container .area:nth-child(3) .show-box-content .area-name{
        width: 33.33%;
    }

    .friend-warp .show-box-content .friend-web-link {
        width: 40%;
    }

    .friend-warp .container {
        padding: 0 0 20px;
    }
}