.header {
    position: fixed;
    top: 0;
    left: 0;
}

.banner {
    padding-top: 84px;
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;

    object-fit: cover;
}

.banner .wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
}

.banner .wrapper>div {
    width: 298px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 2px;
    padding-top: 14px;
    transition: 1s;
}

.banner .wrapper>div:hover {
    background-color: rgb(230, 0, 18);
}

.banner .swiper-pagination {
    bottom: 100px;
    text-align: left;
    width: 1200px;
    margin: auto;
}

.banner .swiper-pagination span {
    position: relative;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    margin-right: 20px;
    opacity: 1;
    width: 5px;
    height: 5px;
    margin-left: 5px;
}

.banner .swiper-pagination-bullet-active::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    right: 0;
    margin: auto;
}

.banner .wrapper h2 {
    color: #fdfdfe;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.banner .wrapper>div {
    position: relative;
}

.banner .wrapper .line {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    opacity: 0.6;
    color: #fff;
}

.banner .wrapper div:nth-of-type(1) h2::after {
    content: "年";
    color: #fdfdfe;
    font-size: 14px;
    margin-left: 5px;
}

.banner .wrapper div:nth-of-type(2) h2::after {
    content: "+";
    color: #fdfdfe;
    margin-left: 5px;
}

.banner .wrapper p {
    color: #fdfdfe;
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
}

.mod-01 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.mod-01 .left {
    float: left;
    width: 510px;
}

.mod-01 .left img {
    display: block;
    width: 100%;
    height: 100%;
}

.mod-01 .right {
    float: right;
    width: 600px;
    padding-top: 25px;
}

.mod-01 .right h2 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.mod-01 .right .line {
    width: 42px;
    height: 2px;
    background-color: #ff0000;
    margin: 25px 0;
}

.mod-01 .right .info {
    font-size: 16px;
    color: #333333;
    line-height: 32px;

    text-align: justify;
}

.mod-01 .right .link {
    display: block;
    width: 126px;
    height: 40px;
    background-color: #e70010;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 37px;
}

.mod-01 .right .row {
    margin-top: 55px;
    width: 303px;
}

.mod-01 .right .row a div {
    width: 100px;
    height: 100px;
    cursor: pointer;
    text-align: center;
    padding-top: 76px;
    font-size: 12px;
    color: #222222;
    margin-right: 1px;
    transition: 0.3s;
}

.mod-01 .right .row a div:hover {
    box-shadow: 0px 0px 29px 0px #ededed;
}

.mod-01 .right .row a:nth-of-type(1) div{
    background: url("../image/sy_fzlc_icom.png") no-repeat center 20px;
}

.mod-01 .right .row a:nth-of-type(2) div{
    background: url("../image/sy_qywh_icom.png") no-repeat center 20px;
}

.mod-01 .right .row a:nth-of-type(3) div{
    background: url("../image/sy_qiyewenhua_icom.png") no-repeat center 20px;
}

.mod-02 {
    background-color: #f5f5f5;
    padding-top: 108px;
    padding-bottom: 60px;
}

.mod-02 .swiper-container {
    height: 690px;
    margin-top: 34px;
}

.title h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #222222;
}

.title span {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #151515;
    margin: 16px auto;
    transition: 1s;
}

.title:hover span {
    width: 80px;
}

.mod-02 ul li {
    width: 384px;
    height: 330px;
    background-color: #ffffff;
    margin-right: 24px;
    margin-bottom: 24px;
    padding-top: 38px;
    padding-left: 24px;
    padding-right: 38px;
    transition: 0.3s;
    float: left;
}

.mod-02 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.mod-02 ul li h2 {
    font-size: 18px;
    color: #222222;
    margin-top: 23px;
}

.mod-02 ul li p {
    font-size: 14px;
    color: #222222;
    margin-top: 15px;
    line-height: 28px;
}

.mod-02 ul li .link {
    width: 108px;
    height: 32px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    display: block;
    transition: 0.4s;
}

.mod-02 ul li:hover {
    box-shadow: 0px 5px 70px 0px rgba(182, 181, 192, 0.15);
    padding-top: 12px;
}

.mod-02 ul li:hover .link {
    opacity: 1;
}

.mod-02 .swiper-pagination-bullet {
    width: 89px;
    height: 6px;
    border-radius: 0;
}

.mod-03 {
    padding-top: 90px;
}

.mod-03 .swiper-container {
    height: auto;
}

.mod-03 ul {
    margin-top: 38px;
}

.mod-03 ul li {
    float: left;
    margin-right: 24px;
    position: relative;
    color: #ffffff;
    border: 4px solid #f5f5f5;
    transition: 0.3s;
}

.mod-03 ul li:hover {
    border-color: #ff0000;
}

.mod-03 ul li img {
    width: 376px;
    height: 268px;
    object-fit: cover;
    display: block;
}

.mod-03 ul li:nth-last-child(1) {
    margin-right: 0;
}
.mod-03 ul li:nth-child(3n){ margin-right: 0}
.mod-03 ul li:nth-child(3n)~li{ margin-top: 25px;}
.mod-03 ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mod-03 ul li .text h2 {
    font-size: 16px;
}

.mod-03 ul li .text p {
    font-size: 14px;
    margin-top: 12px;
}

.mod-03 ul li .text .link {
    font-size: 14px;
    display: block;
    margin-top: 25px;
}

.mod-03 .swiper-pagination, .mod-05 .swiper-pagination {
    top: 30px;
    height: 50px;
}

.mod-03 .swiper-pagination span, .mod-05 .swiper-pagination span {
    margin: 0 20px !important;
}

.mod-03 .swiper-pagination-bullet, .mod-05 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #222222;
    background-color: #fff;
    opacity: 1;
}

.mod-03 .next_prev {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}

.mod-03 .swiper-pagination-bullet-active {
    color: #bc120c;
    border-bottom: 2px solid #bc120c;
    padding-bottom: 10px;
    border-radius: 0;
}

.mod-03 .swiper-button-next, .mod-03 .swiper-button-prev {
    top: 0%;
    bottom: 20%;
}

.mod-03 .swiper-button-next::after {
    content: '';
}

.mod-03 .swiper-button-prev::after {
    content: '';
}

.mod-04 {
    background: url('../image/sy_ryxz_beij_img.png') no-repeat center center;
    height: 816px;
    padding-top: 100px;
}

.mod-04 .title h2 {
    color: #fff;
}

.mod-04 .title span {
    background-color: #fff;
}

.mod-04 .swiper-container {
    padding-bottom: 105px;
    margin-top: 45px;
}

.mod-04 .swiper-slide {
    width: 550px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #000;
    transition: 0.3s;
    filter: brightness(0.4);
}
.mod-04 .swiper-slide.swiper-slide-active{
    filter: none !important;
}
.mod-04 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mod-04 .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.mod-04 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.mod-04 .swiper-pagination-bullet {
    border-radius: 0;
    width: 52px;
    height: 3px;
}

.mod-04 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    width: 52px;
    height: 3px;
    opacity: 1;
}

.mod-04 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #ff0000;
    background-color: #ff0000;
}

.mod-04 .swiper-button-next::after {
    content: '';
}

.mod-04 .swiper-button-prev::after {
    content: '';
}

.mod-04 .swiper-button-prev {
    /* left: -30px; */
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.mod-04 .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.mod-04 .swiper-button-next {
    /* right: -30px; */
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.mod-04 .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.mod-05 {
    padding-top: 85px;
    padding-bottom: 80px;
}

.mod-05 ul {
    margin-top: 50px;
}

.mod-05 .swiper-pagination {
    top: 10px;
}

.mod-05 .swiper-pagination-bullet-active {
    color: #bc120c;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 8px;
    border-radius: 0;
}

.mod-05 ul li .left {
    position: relative;
    width: 626px;
    height: 468px;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 5px;
    float: left;
}

.mod-05 ul li .left:hover img {
    transform: scale(1.2);
}

.mod-05 ul li .left img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.mod-05 ul li .left .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-top: 9px;
    padding-left: 20px;
    color: #ffffff;
    background-color: #1b1b1d6b;
}

.mod-05 ul li .left .text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 476px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-05 ul li .left .text h2 a{
    color: #ffffff;
}
.mod-05 ul li .left .text span {
    font-size: 14px;
}

.mod-05 ul li .right {
    float: right;
    width: 557px;
}

.mod-05 ul li .right .row {
    width: 100%;
    height: 154px;
    border-left: 3px solid #fff;
    transition: 0.3s;
    letter-spacing: 1px;
}

.mod-05 ul li .right .row:hover {
    background-color: #f5f5f5;
    border-left: 3px solid #ff0000;
}

.mod-05 ul li .right .row:hover .day {
    color: #ff0000;
}

.mod-05 ul li .right .row:hover .day .line {
    width: 30px;
    border-bottom: 2px solid #ff0000;
}

.mod-05 ul li .right .row .day {
    width: 150px;
    color: #7c7c7c;
    font-size: 50px;
    text-align: center;
    line-height: 154px;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
}

.mod-05 ul li .right .row .day .line {
    position: absolute;
    bottom: 33px;
    left: 0;
    margin: auto;
    right: 0;
    border-bottom: 2px solid #fff;
    width: 10px;
    transition: 0.3s;
}

.mod-05 ul li .right .row .center span {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 35px;
}

.mod-05 ul li .right .row .center h2 {
    font-size: 16px;
    color: #222222;
    margin-top: 28px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 322px;
}

.mod-05 ul li .right .row .center p {
    color: #666666;
    font-size: 12px;
    margin-top: 12px;
    width: 322px;
    line-height: 1.5;
}
.mod-05 ul li .right .row .center p a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.mod-05 ul li .right .row .link {
  
    font-size: 15px;
    margin-top: 35px;
    margin-left: 14px;
    display: block;
}

.mod-06 {
    padding-top: 83px;
    background-color: #f5f5f5;
    padding-bottom: 80px;
}

.mod-06 ul {
    margin-top: 30px;
}

.mod-06 ul li {
    float: left;
    width: 384px;
    height:auto;
    background-color: #ffffff;
    margin-right: 24px;
    margin-bottom: 24px;
}

.mod-06 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.mod-06 ul li img {
    width: 100%;
    height: auto;
}
.mod-06 ul li p{ font-size: 16px; text-align: center; color: #333; margin-top: 15px; margin-bottom: 15px}