* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    word-break: break-all;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-all;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    word-break: break-all;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    word-break: break-all;
}

.l8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    white-space: normal;
    word-break: break-all;
}

.flex {
    display: flex;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

.flex-se {
    display: flex;
    justify-content: flex-end;
}

.flex-ss {
    display: flex;
    justify-content: flex-start;
}

.flex-x {
    display: flex;
    justify-content: center;
}

.flex-y {
    display: flex;
    align-items: center;
}

.flex-sy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-xy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-xs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body {
    overflow-x: hidden;
    position: relative;
    background-image: url(../images/newsCBg.png);
}

a {
    color: #000;
}
.header-ul-img{
    cursor: pointer;
}
.head {
    display: none;
}

.ul-li a:hover {
    color: #5158b0;
}

.li-color {
    color: #5158b0;
    padding-bottom: 30px;
    border-bottom: 2px solid #5158b0;
}

.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
}

.header2 {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.header-ul-img {
    width: 220px;
    height: 48px;
}

.header3 {
    width: 75%;
    align-items: center;
}

.header-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul2 {
    display: flex;
}

.header-ul-li-div {
    width: 120px;
    height: 30px;
    display: flex;
    color: #afafaf;
    border: 2px solid #afafaf;
    border-radius: 5px;
    text-align: center;
}

.header-ul-li {
    margin-right: 15px;
}

.header-ul-li-div img {
    margin: 5px;
}

.header-ul-li-div input {
    width: 100%;
    border: 0px;
    background-color: transparent;
    padding-left: 5px;
    outline: none;
}

.header-ul-li2-span {
    margin-right: 5px;
    color: #afafaf;
}

@media screen and (max-width: 1062px) {
    .head {
        display: none;
    }
    .header2 {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }
    .header-ul-img {
        width: 183px;
        height: 40px;
    }
}

@media screen and (max-width: 800px) {
    #app{
        padding-top: 50px;
    }
    .header {
        display: none;
    }
    .head {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 30;
    }
    .head-img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        border-bottom: 1px solid #373fa4;
    }
    .head-ul.active{
        transform: translateX(0);
    }
    .head-ul {
        position: fixed;
        right: 0;
        transform: translateX(100%);
        width: 220px;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        transition: 1s;
        height: auto;
    }
    .head-ul li {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .head-ul li:nth-child(1){
        margin-top: 20px;
    }
    .head-ul>li:hover {
        background-color: #373fa4;
    }
    .head-ul>li:hover a {
        color: white;
    }
    .head-ul>li a {
        display: block;
        width: 100%;
        height: 60px;
    }
    .mulu {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .mulu img {
        width: 50px;
        height: 40px;
    }
    .head-suo {
        margin: auto;
        background-color: #fff;
        padding: 30px;
        font-size: 24px;
        font-weight: bold;
    }
    .head-ul2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header-ul-li-div {
        width: 100%;
    }
    .header-ul-li2 {
        font-size: 2.5vw;
    }
    .head-logo {
        width: 150px;
    }
}

.footer {
    width: 100%;
    /* height: 544px; */
    color: #fff;
    overflow: hidden;
}

.footer-phone {
    width: 100%;
}

.footer-black {
    width: 100%;
    height: 234px;
    position: relative;
    z-index: 0;
}

.footer-black>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-box {
    width: 874px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.footerBox {
    /* width: 100%; */
    height: 234px;
    position: absolute;
    z-index: 6;
}

.footerBoxBg {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 4;
}

.footerBoxBgTwo {
    width: 864px;
    height: 100%;
    position: absolute;
    right: -1px;
    z-index: 5;
}

.footer-box-span {
    position: absolute;
    justify-self: start;
    margin-left: 20%;
    top: 61px;
    z-index: 7;
    font-size: 48px;
}

.footer-box-span-tel {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-box-span-tel img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.footer-news {
    width: 100%;
    font-size: 16px;
    display: flex;
    background-image: url(../images/footerBg.png);
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-news span {
    display: block;
    padding: 5px;
    color: #828282;
}

.footer-news-logo {
    width: 50%;
    padding: 5px;
    padding-left: 20vw;
    color: #828282;
}

.footer-news-text {
    width: 50%;
    display: flex;
    margin-right: 10vw;
    justify-content: space-around;
}

.footerLogo {
    margin-bottom: 5px;
}

.span-size:first-line {
    font-size: 18PX;
}

.span-size {
    font-size: 14px;
    justify-content: space-around;
}

.hr-div {
    border-top: 1px solid #242852;
    background-image: url(../images/footerBg.png);
    width: 100%;
    min-height: 60px;
    text-align: center;
    align-items: center;
    /* line-height: 60px; */
    font-size: 16px;
    padding: 18px 0px 15px 0px;
    color: #828282;
}
/* 控制屏幕大小变化页面渲染样式 */

@media screen and (max-width: 1150px) {
    .footer-box-span {
        position: absolute;
        justify-self: start;
        margin-left: 20%;
        top: 61px;
        z-index: 7;
        font-size: 48px;
    }
    .footer-news-logo {
        width: 50%;
        /* text-align: center; */
        margin-left: 5%;
        margin-right: 5px;
        padding: 5px;
    }
}

@media screen and (max-width: 800px) {
    .footer-box {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .footer-box-span {
        font-size: 6.3984vw;
    }
    .footer-news {
        width: 100%;
        font-size: 16px;
    }
    .span-size {
        font-size: 14px;
        margin: 5px;
    }
}

@media screen and (max-width: 680px) {
    .footer-news-logo {
        width: 100%;
        text-align: center;
        margin: auto;
        /* margin-top: 50px; */
        white-space: nowrap;
        padding: 5px;
    }
    img.footerLogo {
        margin: auto;
    }
    .footer-news-text {
        display: none;
    }
    .footer-box-span {
        top: 69px;
    }
    .footer-box-span-tel {
        font-size: 26px;
    }
    .footer-box-span {
        font-size: 29px;
    }
}