/* 主导航栏 */

.header-warp {
    background: #f5f7fb;
}

.header-row {
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.web-logo {
    padding: 15px;
}

.web-logo img {
    height: 50px;
}

.header-warp .nav-link {
    color: #0d0d0d;
    /* text-transform: uppercase; */
    position: relative;
}

.header-warp .nav-link.active::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 0px;
    height: 2px;
    width: calc(100% - 32px);
    background: #1ec64b;
}

.nav.login-status a {
    color: white;
    background: #f44414; /*#ffc001;*/
    border-radius: 30px;
    padding: 8px 25px;
}

.head-nav {
    display: flex;
}

.mobile-login {
    display: none;
}


/* 主导航栏 */


/* 底部样式 */

.footer-warp-1 {
    background: #424e5c;
}

.footer-warp-1 p {
    margin-bottom: 0;
    padding: 15px;
    margin: 0px;
}

.footer-warp-1 p span {
    font-size: 14px;
    color: #fefffe;
}

.footer-warp-1 .margin-left-30 {
    margin-left: 25px;
}

.footer-warp-1 .p-f-2 {
    text-align: right;
}


/* 底部样式 */


/* 首页样式 */

.home-page-warp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70vh;
    padding-bottom: 125px;
    /*background: #424e5c;*/
}

.home-page-title-group {
    color: white;
}

.home-page-title-group {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.home-page-title-group h1 {
    font-size: 54px;
}

.home-page-title-group p {
    font-size: 18px;
    line-height: 1.8;
}

.home-box-container .row .item {
    width: 48%;
    text-align: center;
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
    /*margin-top: 30px;*/
}

.home-box-container .row .item:hover {
    background: #f44414;
}

.home-box-container .row .item:hover a {
    color: white;
}

.home-box-container {
    max-width: 950px;
    background: #ffffffab;
}

.home-box-container .row {
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
}

.home-box-container .row .item a {
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
}

.home-box-container {
    max-width: 960px;
    background: #ffffffab;
    margin: auto;
    padding: 30px 0;
    /*margin-top: 270px;*/
}

.home-box-container .item.active {
    background: #f44414;
}

.home-box-container .item.active a {
    color: white;
}

.home-box-container .row .item:before {}

.home-box-container .row .item:nth-child(odd):before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 3px;
    border-right-width: 20px;
    border-right-color: currentColor;
    color: #ffffffab;
}

.home-box-container .row .item:nth-child(even):before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 3px;
    border-left-width: 20px;
    border-left-color: currentColor;
    color: #ffffffab;
}

.home-box-container .row .item:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 10px;
    background: white;
}

.home-box-container .row .item:nth-child(even):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 10px;
    background: white;
}

.home-box-container .row .item.active:after,
.home-box-container .row .item:hover:after {
    background: #f44414;
}

.home-page-body {
    background-position: top;
    background-size: cover;
    /*background-image: url("../img/background-img-11.jpg");*/
}


/* 首页样式 */


/* 页面-2 */

.page-2-page-warp {
    background: #5d6b1d;
    padding-bottom: 100px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.search-form-container {
    background-image: linear-gradient( #ded168, #c1ca50);
    padding: 40px 0px;
    border-radius: 5px;
}

.page-2-container {
    background-image: linear-gradient( #ded168, #c1ca50);
    border-radius: 5px;
    overflow: hidden;
}

.container-group-title {
    background-image: linear-gradient(to right, #64af9b, #aec458);
}

.search-form-container label {
    text-indent: 15px;
    font-size: 18px;
    font-weight: 600;
}

.container-group-title h3 {
    padding: 15px 15px;
    color: white;
    font-size: 26px;
    margin: 0;
}

.page-2-container .box {
    background: white;
}

.page-2-container-list {
    margin-top: 40px;
    padding: 0 20px;
}

.page-2-container .img-box img {
    width: 100%;
}

.search-form-container .search-form-group {
    margin-bottom: 20px;
}

.search-form-container .form-control {
    padding: 0 15px;
}

.search-form-container .search-form-group {
    margin-bottom: 20px;
    padding: 0 50px;
}

.search-form-div {
    padding-top: 90px;
}

.search-btn {
    outline: 0;
    width: 100%;
    color: white;
    background: #e7811d;
    font-size: 18px;
    border: 0;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}

select {
    cursor: pointer;
}

.search-group {
    padding: 10px 50px;
}

.page-2-container .date p {
    background: #e7811d;
    color: white;
    text-align: center;
    margin: 10px 15px;
    font-size: 14px;
    padding: 3px 0;
}

.page-2-container ul {
    padding: 0;
    list-style: none;
    padding-left: 5px;
}

.search-form-container,
.page-2-container {
    max-width: 1200px
}

.page-2-container-list .item {
    padding: 10px;
}

.page-2-container-list .info-1,
.page-2-container-list .info-2 {
    font-size: 14px;
    padding: 0 20px;
    color: #434343;
}

.page-2-container-list .img-box {
    height: 115px;
    overflow: hidden;
}

.page-2-container-list .info-1 ul {
    margin-bottom: 5px;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
}

.page-2-container-list .info-2 ul {
    padding-bottom: 10px;
}

.page-2-container {
    margin-top: 60px;
}

.background-1 {
    background-image: linear-gradient(85deg, #a6dcb9, #ceead3);
}


/* 页面-2 */

@media screen and (max-width: 580px) {
    /* 首页 */
    .home-box-container .row .item {
        width: 100%;
    }
    .home-box-container {
        width: 80%;
    }
    /* 首页 */
    .home-box-container .row .item {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .footer-warp-1 p,
    .footer-warp-1 .p-f-2 {
        padding: 2px;
        text-align: center;
    }
    .footer-warp-1 {
        padding-top: 10px;
    }
    .home-page-warp {
        padding-bottom: 50px;
    }
    .home-box-container {
        margin-top: 0px;
    }
    .home-page-title-group h1 {
        text-align: center;
        font-size: 36px;
    }
    .home-page-title-group p {
        font-size: 16px;
        text-align: center;
    }
    .nav.login-status {
        display: none;
    }
    ul.nav {
        width: 100%;
        justify-content: space-around;
    }
    .head-nav {
        padding: 15px 0;
        display: flex;
        width: 100%;
    }
    .row.header-row {
        padding: 0 20px;
    }
    .web-logo {
        padding: 10px;
    }
    .mobile-login {
        padding: 0 15px;
    }
    .mobile-login img {
        width: 40px;
    }
    .header-warp {
        padding-top: 15px;
    }
    .mobile-login {
        display: block;
    }
    .home-page-body {
        background-image: url("../img/LSL_01.jpg");
    }
    .home-page-title-group {
        padding: 15px;
        /*
        padding-top: 60px;
        padding-bottom: 50px;
        */
    }
    .page-2-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.title .col1 h2 { color: Black; }
.title.tertiary-bg { background: inherit; }


/* 页面1 */

.part-1-title-1 {
    /*background-image: linear-gradient(to right, #58aba6, #bac84d);*/
    /*background: #3e6225;*/
    background: #424e5c;
}

.part-2-title-1 {
    background-image: linear-gradient(to right, #e4d26d, #bac84b);
}

.part-3-title-1 {
    background: #bababa;
}

.page-1-container {
    max-width: 1200px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    margin-bottom: 25px;
    background: ghostwhite;
}

.page-1-body {
    background: #5d6b1d;
}

.part-1-title-1,
.part-2-title-1,
.part-3-title-1 {
    color: white;
    font-size: 24px;
}

.part-1-title-1 h3,
.part-2-title-1 h3,
.part-3-title-1 h3 {
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0;
    font-weight: 400;
    color: white;
}

.page-1-part-r,
.page-1-part-middle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-1-l {
    padding: 0px;
}

.orange-tag-group span {
    background: #e7811d;
    color: white;
    font-size: 16px;
    padding: 7px 22px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
}

.page-1-part-middle h3 {
    font-size: 22px;
    padding: 10px 0px;
}

.page-1-l .content {
    padding: 40px 0;
    font-size: 16px;
    padding-right: 50px;
}

.page-1-l .content p {
    margin: 0;
    line-height: 2;
}

.page-1-warp {
    padding: 170px 10px;
    padding-top: 250px;
}

.page-1-container .tag {
    position: relative;
}

.page-1-container .tag span {
    position: absolute;
    color: white;
    right: 0;
    top: 12px;
    font-size: 18px;
}


/* 页面1 */

@media screen and (max-width: 768px) {
    .page-1-container .tag span {
        position: absolute;
        color: white;
        right: 15px;
        top: 6px;
        font-size: 14px;
    }
    .page-1-warp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .part-1-title-1,
    .part-2-title-1,
    .part-3-title-1 {
        order: -2;
        margin-bottom: 0;
    }
    .part-1-title-1 h3,
    .part-2-title-1 h3,
    .part-3-title-1 h3 {
        font-size: 16px;
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .page-1-part-r {
        order: -1;
        text-align: right;
        padding: 0;
    }
    .page-1-part-r .tag img {
        width: 35%;
    }
    .page-1-l {
    }
    .page-1-part-middle h3 {
        text-align: center;
        font-size: 18px;
    }
    .orange-tag-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .orange-tag-group span {
        margin: 0;
    }
    .page-1-l img {
        width: 100%;
    }
    .page-1-l .content {
        padding: 20px 0;
    }
    .page-1-warp {
        padding: 50px 10px;
        padding-top: 50px;
    }
    .text-description {
        font-size: 0.8em;
    }
}
