html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}



ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#app {
    width: 1100px;
    height: auto;
    margin: auto;
}


/* 头部图片 */
header {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
}

.oneImg {
    width: 100%;
}

.oneImg>img {
    width: 100%;
}

header>ul {
    width: 100%;
    overflow: hidden;
    margin:-5px auto 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-item {
    height: 5rem;
    float: left;
}

.nav-item>a {
    display: block;
    padding: 0 2.4rem;
    line-height: 5rem;
    font-size: 1.6rem;
    height: 100%;
}


/* 第二块模块 */
/* 公用模块背景 */
.module{
    width: 100%;
    margin-top: 25px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/* 倒计时部分css */
.countdown {
    width: 100%;
    padding: 4rem 0 0;
    position: relative;
    overflow: hidden;
}

.date {
    width: 100%;
}

.date>div {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.date>ul {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 1rem 0 2rem;
    display: flex;
    justify-content: center;
}

.colon {
    width: 5rem;
    min-width: 3rem;
    text-align: center;
    line-height: 5.8rem;
    font-size: 3rem;
}

.date-item {
    padding: 1rem 2rem;
    background-color: red;
}

.date-item>p {
    font-size: 3rem;
    font-weight: 700;
}

.date-item>span {
    font-size: 1.3rem;
}

.end,
.have {
    display: none;
    height: 10rem;
}

.have>h2 {
    text-align: center;
    font-size: 5rem;
    margin: 3rem 0 5rem;
}

.end>h2 {
    text-align: center;
    font-size: 5rem;
    margin: 3rem 0 5rem;
}


/* 倒计时下方图片部分 */
.piece {
    width: 100%;
}

.piece>ul {
    display: flex;
    justify-content: space-around;
}

.piece-item {
    padding: 0 12px;
    box-sizing: border-box;
}

.piece-item>a {
    display: block;
    width: 100%;

}

.piece-icon {
    font-size: 4rem;
    width: 7.6rem;
    height: 7.6rem;
    text-align: center;
    position: relative;
    margin: 2rem auto 1rem;
    border: 1px solid #6a71e5;
    border-radius: 7.6rem;
}


.piece-icon>div {
    width: 100%;
    height: 100%;
    line-height: 7.6rem;
}


.piece-item>a>p {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}

.piece-item>a>span {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}





/* 第三块 模块 */
.content{
    width: 100%;
    padding: 35px 25px 25px;
    box-sizing: border-box;
}

.title{
    width: 100%;
    position: relative;
    text-align: center;
}

.title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #edeef3;
    position: absolute;
    left: 0px;
    top: 45%;
    z-index: 0;
}

.title>div{
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.title>div>p{
    font-size: 12px;
    color: #999;
}

.content-content{
    padding: 27px 25px 10px 16px;
    font-size: 14px;
    line-height: 30px;
}


/* 第四块  模块 */
.information{
    width: 100%;
    padding: 35px 25px 25px;
    box-sizing: border-box;
}

.information-content{
    width: 100%;
}
.information-content>ul{
    width: 100%;
    display: flex;
    padding: 10px 0 10px;
}
.information-content>ul>li{
    width: 33%;
    padding: 0 38px;
    box-sizing: border-box;
    position: relative;
    height: 156px;
}

.information-content li h6{
    font-size: 36px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: 900;
    padding-bottom: 12px;
}
.information-content li h6{
    font-size: 36px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: 900;
    padding-bottom: 12px;
}
.information-content li p{
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
}
.ellipsis{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: 700;
}
.content-date{
    font-weight: 400;
    font-size: 13px !important;
    line-height: 24px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
}





/* 底部联系我们的css */
footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

footer>div {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.footer-logo {
    width: 100%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}

.footer-logo>h4 {
    margin-top: 20px;
}

.footer-logo>p {
    font-size: 12px;

}

.footer-logo>div>a {
    margin: 0 10px;
    font-size: 14px;
}

.footer-logo>div>a:hover {
    text-decoration: underline;
}

.footer-logo>a {
    font-size: 14px;
}

.footer-logo>a:hover {
    text-decoration: underline;
}

.footer-logo>div>a>img {
    width: 18px;
    height: 18px;
}