.content {
    width: 100%;
}

.header {
    background: linear-gradient(90deg, #91b4ee, #a4e6f2);
}

.header .list .textBox .text {
    color: #333;
}

.header .list .logo {
    width: 150px;
    height: 50px;
    margin: 12px 0 20px 0;
}

.header .list .textBox .text {
    font-size: 24px;
    font-weight: 700;
}
.module-a .con {
    width: 1200px;
    margin: 0 auto;
}

.module-a .title {
    font-size: 32px;
    font-weight: 900;
}
.module-a .text {
    font-size: 16px;    
    font-weight: 400;
    margin-top: 30px;
    line-height: 30px;
}
.module-a .oneText {
    margin-top: 15px;
}
.module-b .con {
    width: 1200px;
    margin: 0 auto;
}
.module-b .con .title {
    font-size: 24px;
    font-weight: 900;
}

.module-b .con .treamline {
    width: 1200px;
    height: 243px;
    background-image: url(../img/line.png);
    margin: 182px 0 200px 0;
    position: relative;
}
.module-b .con .treamline .itemBox-a {
    width: 300px;
    height: 220px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.module-b .con .treamline .itemBox-b {
    width: 320px;
    height: 300px;
    position: absolute;
    left: 390px;
    top: -100px;
}
.module-b .con .treamline .itemBox-c {
    width: 370px;
    height: 280px;
    position: absolute;
    right: 80px;
    top: -200px;
}
.module-b .con .treamline .itemBox-d {
    width: 300px;
    height: 200px;
    position: absolute;
    left: 140px;
    top: 227px;
}
.module-b .con .treamline .itemBox-e {
    width: 320px;
    height: 300px;
    position: absolute;
    left: 500px;
    top: 150px;
}
.module-b .con .treamline .itemBox-f {
    width: 300px;
    height: 280px;
    position: absolute;
    right: 40px;
    bottom: -67px;
}
.module-b .con .treamline .textBox {
    z-index: 3;
}

.module-b .con .treamline .textBox {
    opacity: 0;
}
.module-b .con .treamline .textBox:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.module-b .con .treamline .textBox:nth-child(2) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.module-b .con .treamline .textBox:nth-child(3) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.module-b .con .treamline .textBox:nth-child(4) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.module-b .con .treamline .textBox:nth-child(5) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.module-b .con .treamline .textBox:nth-child(6) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.module-b .con #fwjd .textBox.animation:nth-child(1),
.module-b .con #fwjd .textBox.animation:nth-child(2),
.module-b .con #fwjd .textBox.animation:nth-child(3) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.module-b .con #fwjd .textBox.animation:nth-child(4),
.module-b .con #fwjd .textBox.animation:nth-child(5),
.module-b .con #fwjd .textBox.animation:nth-child(6) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.module-b .con .treamline .itemBox-a .line {
    width: 2px;
    height: 180px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 30px;
}
.module-b .con .treamline .itemBox-b .line {
    width: 2px;
    height: 253px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 30px;
}
.module-b .con .treamline .itemBox-c .line {
    width: 2px;
    height: 235px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 30px;
}
.module-b .con .treamline .itemBox-d .line {
    width: 2px;
    height: 170px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
.module-b .con .treamline .itemBox-e .line {
    width: 2px;
    height: 280px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
.module-b .con .treamline .itemBox-f .line {
    width: 2px;
    height: 235px;
    border-left: 2px dashed #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}

.module-b .con .treamline .textBox .line{
    z-index: 4;
}
.module-b .con .treamline .textBox .haveRound .round {
    z-index: 5;
}
.module-b .con .treamline .itemBox-b .mation .text {
    width: 279px;
}
.module-b .con .treamline .itemBox-c .mation .text {
    width: 350px;
}
.module-b .con .treamline .itemBox-e .mation .text {
    width: 300px;
}
.module-b .con .treamline .itemBox-f .mation .text {
    width: 290px;
}
.module-b .con .treamline .itemBox-a .haveRound .lastRound {
    margin-top: 50px;
}
.module-b .con .treamline .itemBox-b .haveRound .lastRound {
    margin-top: 98px;
}
.module-b .con .treamline .itemBox-c .haveRound .lastRound {
    margin-top: 37px;
}
.module-b .con .treamline .itemBox-d .haveRound .firstRound {
    margin-bottom: 30px;
}
.module-b .con .treamline .itemBox-e .haveRound .firstRound {
    margin-bottom: 30px;
}
.module-b .con .treamline .itemBox-f .haveRound .firstRound {
    margin-bottom: 30px;
}
.module-b .con .treamline .itemBox-b .haveRound .round {
    background: #00cac5 !important;
}
.module-b .con .treamline .itemBox-c .haveRound .round {
    background: #00a6dd !important;
}
.module-b .con .treamline .itemBox-e .haveRound .round {
    background: #00cac5 !important;
}
.module-b .con .treamline .itemBox-f .haveRound .round {
    background: #00a6dd !important;
}
.module-b .con .treamline .textBox .mation .text .left {
    font-size: 16px;
}
.module-b .con .treamline .textBox .mation .text .right {
    font-size: 16px;
    color: #00826b;
}
.module-b .con .treamline .textBox .haveRound .round{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0eefb2;
}
.module-b .con .treamline .textBox .haveRound {
    display: flex;
    align-items: baseline;
}
.module-b .con .treamline .textBox .haveRound .text {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.module-b .con .treamline .textBox .title .titleBox {
    margin-left: 10px;
}
.module-b .con .treamline .textBox .title .titleBox .year {
    font-size: 24px;
    font-weight: 900;
    line-height: 44px;
}
.module-b .con .treamline .textBox .title .titleBox .titleText {
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
}
.module-c .con {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.module-c .con .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: #333;
}
.module-c .con .arrow::after {
    font-size: 34px;
}
.module-c .con .arrow.rightArrow {
    margin-left: 700px;
}
.module-c .con .arrow.leftArrow {
    margin-left: -700px;
}
.module-c .con .swiper {
    width: 1200px;
    height: 860px;
}
.module-c .con .list .item {
    width: 232px;
    height: 266px;
    border: 1px solid #ccc;
    padding: 15px 10px 20px 10px;
    cursor: pointer;
}
.module-c .con .list .item:hover .img {
    width: 212px;
    height: 176px;
}
.module-c .con .list .item:hover .text {
    color: #00826b;
}
.module-c .con .list .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 166px;
    background: #f9f9f9;
    padding: 10px 15px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    margin: 0 auto;
}
.module-c .con .list .item .img img {
    width: 100%;
}
.module-c .con .list .item .text {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
    background: #cccccc;
    border-radius: 1px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#666666;
}

.font19 .module-a .text{
    font-size: 19px !important;
}
.font20 .module-a .text{
    font-size: 20px !important;
}
.font19 .module-c .con .list .item .text{
    font-size: 19px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font20 .module-c .con .list .item .text{
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font19 .module-c .con .list .item .text:hover{
    -webkit-line-clamp: unset;
    overflow: visible;
    max-height: 100px;
}
.font20 .module-c .con .list .item .text:hover{
    -webkit-line-clamp: unset;
    overflow: visible;
    max-height: 100px;
}
.font19 .title .titleBox .year{
    font-size: 19px !important;
}
.font20 .title .titleBox .year{
    font-size: 20px !important;
}
.font19 .title .titleBox .titleText{
    font-size: 19px !important;
}
.font20 .title .titleBox .titleText{
    font-size: 20px !important;
}
.font19 .textBox .haveRound .text{
    font-size: 19px !important;
}
.font20 .textBox .haveRound .text{
    font-size: 20px !important;
}
.font19 .mation .text .left{
    font-size: 19px !important;
}
.font20 .mation .text .left{
    font-size: 20px !important;
}
.font19 .mation .text .right{
    font-size: 19px !important;
}
.font20 .mation .text .right{
    font-size: 20px !important;
}
.font19 .module-b .con .treamline .itemBox-c{
    top: -220px !important;
}
.font20 .module-b .con .treamline .itemBox-c{
    top: -220px !important;
}
.font19 .itemBox-c .line{
    height: 255px !important;
}
.font20 .itemBox-c .line{
    height: 255px !important;
}
.font19 .itemBox-c .haveRound .lastRound{
    margin-top: 57px !important;
}
.font20 .itemBox-c .haveRound .lastRound{
    margin-top: 57px !important;
}
.font20 .treamline .itemBox-b{
    top: -120px !important;
}
.font20 .itemBox-b .line{
    height: 275px !important;
}