@charset "utf-8";
.main_wrap {
    width: 100%;
    background: #fff url(lssp2023_index1.png) no-repeat;
    background-size: contain;
}

.lssp_wrap_width {
    width: 100%;
    margin: 0 auto;
}

/* 头部 */
.lssp_head {
    /* padding-top: 26px; */
    /* padding-bottom: 21px; */
    padding: 30px 30px 25px 30px;
}

.lssp_logo .imgs {
    display: block;
    width: 380px;
    height: auto;
}

.lssp_head_text {
    margin: 15px 0 0 100px;
}

.lssp_head_text img {
    display: block;
    width: 210px;
    height: auto;
}

.lssp_head_lssp {
    margin-top: 0;
}

.lssp_head_lssp img {
    display: block;
    width: 140px;
    height: auto;
}

/* 导航 */
.lssp_head_nav {
    height: 104px;
    padding: 10px 0 0 0;
    background: url(lssp2023_head5.png);
}

.lssp_head_nav .uls li {
    float: left;
    padding: 0 22px;
    line-height: 45px;
    position: relative;
}
.lssp_head_nav .uls li:hover {
    background: url(lssp2023_head51.png) repeat-x;
}
.lssp_head_nav .uls li:first-child {
    background: url(home.png) 19px 8px no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0 65px;
    letter-spacing: 8px;
}

.lssp_head_nav .uls li a {
    font-size: 26px;
    display: block;
    font-weight: bold;
    color: #ffffff;
}
.lssp_head_nav .uls li a:hover {
    color: #ffffff;
}
.lssp_head_nav .uls li .xians {
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
}

.lssp_head_nav .uls li:last-child .xians {
    display: block;
}
.lssp_head_nav .uls li:nth-child(5) .xians {
    display: none;
}



.search_nav .uls li {
    float: left;
    padding: 0px 41px;
    line-height: 45px;
    position: relative;
}
.search_nav .uls li:hover {
    background: url(lssp2023_head51.png) repeat-x;
}
.search_nav .uls li:first-child {
    background: url(home.png) 19px 8px no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0 65px;
    letter-spacing: 27px;
}

.search_nav .uls li a {
    font-size: 26px;
    display: block;
    font-weight: bold;
    color: #ffffff;
}
.search_nav .uls li a:hover {
    color: #ffffff;
}
.search_nav .uls li .xians {
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
}

.search_nav .uls li:last-child .xians {
    display: none;
}
.search_nav .uls li:nth-child(4) .xians {
    display: none;
}
.search_nav .uls li:nth-child(5) .xians {
    display: block;
}

/* 检索 */
.lssp_head_search {
    width: 214px;
    padding-right: 43px;
    height: 38px;
    position: relative;
    margin-top: -40px;
    margin-right: 30px;
}

.lssp_head_search .text {
    display: block;
    width: 90%;
    padding: 0 5%;
    height: 38px;
    font-size: 20px;
}

.lssp_head_search .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 100%;
    background: #ed6d00 url(lssp2023_head4.png) no-repeat center center;
    cursor: pointer;
}

/* 底部 */
.lssp_footer_w {
    background-color: #f7f7f7;
    border-top: 8px solid #258257;
    padding-bottom: 22px;
}

.lssp_link {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-left: 28px;
    border-bottom: 1px solid #d8dfdc;
}

.lssp_link .kj {
    position: relative;
}

.lssp_link .kj .ts {
    position: relative;
    width: 100px;
    padding-right: 13px;
    cursor: pointer;
    margin-left: 30px;
}

.lssp_link .kj .ts .icos {
    position: absolute;
    right: -10px;
    top: 12px;
    width: 13px;
    height: 8px;
    background: url(lssp2023_footer1.png);
    transition: all 0.5s;
}

.lssp_link .kj:hover .ts .icos {
    transform: rotate(180deg);
}

.lssp_link .kj2 {
    margin-left: 30px;
}

.lssp_link .kj3 {
    margin-left: 30px;
}

.lssp_link .kj ul {
    position: absolute;
    left: -65%;
    bottom: 27px;
    background-color: #fff;
    width: 230%;
    padding: 4px 0;
    display: none;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    max-height: 120px;
    overflow-y: auto;
}
.lssp_footer {
    padding: 0 30px 140px;
    position: relative;
}
/*修改line-height: 38px;3.30*/
.lssp_link .kj ul li {
    font-size: 20px;
    line-height: 40px;
    color: #666;
    cursor: pointer;
}

.lssp_link .kj ul li a {
    display: block;
    padding-left: 16px;
}

.lssp_link .kj ul li:hover {
    color: #fff;
    background-color: #258257;
}

.lssp_link .kj ul li:hover a {
    color: #fff;
}

.lssp_footer .sydw {
    margin-top: 21px;
    position: absolute;
    left: 230px;
    bottom: 15px;
}

.lssp_footer .sydw img {
    width: 80px;
    height: auto;
}

.lssp_footer_text {
    margin-top: 24px;
    margin-left: 0;
}

.lssp_footer_text .text1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}
.lssp_footer_text .p2 a {
    display: block;
    float: none;
}
.lssp_footer_text .p2 .xians {
    display: none;
}
.lssp_footer_text .p3 .xians {
    display: none;
}
.lssp_footer_text .p3 .as {
    margin-right: 30px;
}
.lssp_footer_text .text1 .xians {
    width: 1px;
    background-color: #cbcbcb;
    height: 20px;
    border-right: 1px solid #e2e2e2;
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 12px;
}

.lssp_footer_text .text1 .img_hui {
    width: 21px;
    height: auto;
    margin-right: 7px;
    margin-left: -6px;
    margin-top: 10px;
}

.lssp_footer .ewm {
    margin-top: 0;
    position: absolute;
    left: 386px;
    bottom: 15px;
}

.lssp_footer .ewm img {
    width: 83px;
    height: 83px;
}

.lssp_footer .ewm .t1 {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #707070;
    line-height: 1;
    margin-top: 1px;
}

/* 分页 */
.lssp_page {
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 11;
}

.lssp_page_s {
    display: inline-block;
    font-size: 14px;
}

.lssp_page a {
    cursor: pointer;
}

.lssp_page a,
.lssp_page span,
.lssp_page .txt {
    padding: 0 9px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    margin: 0 3px 0 0;
    color: #2d2d2d;
    font-size: 16px;
    border-radius: 3px;
    min-width: 16px;
    display: inline-block;
}

.lssp_page a:hover {
    color: #fff;
    border: 1px solid #258257;
    background: #258257;
}

.lssp_page .cur {
    color: #fff;
    border: 1px solid #258257;
    background: #258257;
}

.lssp_page span {
    border: none;
}

.lssp_page .txt {
    width: 18px;
}

.lssp_page #num {
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 32px;
    vertical-align: top;
    font-size: 16px;
    background: 0;
}

.lssp_page font {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.lssp_page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.lssp_page #go {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    cursor: pointer;
    *padding: 0 3px;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #258257;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}

/* 分页 */