* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

body {
    font: 16px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: url(../images/body-BG.png) no-repeat;
    background-size: 100% auto;
overflow-x: hidden;
}

.w1200 {
    width: 1200px;
    margin: -35px auto 0px;
}

.title {
    margin: 35px auto 30px;
}

.calendarList {
    margin-left: 20px;
    flex: 1;
    position: relative;
}

.calendarList::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #127fc9;
    position: absolute;
    left: 76px;
}

.calendarItem {
    display: flex;
    align-items: center;
    position: relative;
}

.calendarItem:not(:last-of-type) {
    margin-bottom: 30px;
}

.calendarItem::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #3ea266;
    position: absolute;
    left: 73px;
}


.calendarDate {
    text-align: center;
    padding-right: 10px;
    margin-right: 18px;
    flex-shrink: 0;
}

.calendarDate div:nth-of-type(1) {
    font-size: 28px;
    color: #127fc9;
    font-weight: 600;
}

.calendarDate div:nth-of-type(2) {
    font-size: 12px;
}

.calenderContainer {
    flex: 1;
}

.calenderContainer div:nth-of-type(1) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.calenderContainer div:nth-of-type(2) {
    font-size: 12px;
    color: #586165;
}

.calenderContainer div:nth-of-type(2) span {
    color: #2d8ed0;
}

.calenderContainer div:nth-of-type(1),
.calenderContainer div:nth-of-type(2) {
    width: 798px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slideBox-2,
.slideBox-3 {
    position: relative;
}

.slideBox-2 a,
.slideBox-3 a {
    position: relative;
    display: block;
}

.slideBox-2 a div,
.slideBox-3 a div {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
}

 
.slideBox-2 a div span,
.slideBox-3 a div span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
} 
 

.slideBtn-2,
.slideBtn-3 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}

.slideBtn-2 div,
.slideBtn-3 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slideBtn-2 div,
.slideBtn-3 div {
    background: rgba(255, 255, 255, 0.6);
}

.slideBtn-2 div:not(:last-of-type),
.slideBtn-3 div:not(:last-of-type) {
    margin-right: 5px;
}

.slideBtn-2 div.on,
.slideBtn-3 div.on {
    background: #127fc9;
}

.container-2 .slideBtn-1 {
    height: 511px;
    font-size: 22px;
    color: #127fc9;
    font-weight: 600;
    flex: 1;
}

.container-2 .slideBtn-1 div {
    height: calc(100% / 3);
    text-align: center;
    padding-top: 100px;
    box-sizing: border-box;
}

.container-2 .slideBtn-1 div:nth-of-type(1) {
    background: url(../images/container-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div:nth-of-type(2) {
    background: url(../images/container-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div:nth-of-type(3) {
    background: url(../images/container-BG3.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div:nth-of-type(1).on {
    background: url(../images/container-BG4.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div:nth-of-type(2).on {
    background: url(../images/container-BG5.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div:nth-of-type(3).on {
    background: url(../images/container-BG6.png) no-repeat;
    background-size: 100% 100%;
}

.container-2 .slideBtn-1 div.on {
    color: #ffffff;
}

.container-3Item {
    width: 110px;
    height: 452px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.container-3Item .slideBox-3 {
    width: 865px;
}

.container-3Item:nth-of-type(1) {
    width: 865px;
}

.container-3Title {
    width: 40px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 35px;
    z-index: 999;
}

.container-3Title img {
    margin-bottom: 10px;
}

.container-3Inactive {
    position: relative;
}

.container-3Inactive::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(91, 102, 116, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
}

.container-3Item:not(:first-of-type) .slideBtn-3,
.container-3Item:not(:first-of-type) .slideBox-3 a div {
    visibility: hidden;
}

.container-4 .slideBtn-1 {
    display: flex;
    justify-content: space-between;
}

.container-4 .slideBtn-1 div {
    width: 25%;
    font-size: 22px;
    color: #127fc9;
    font-weight: 600;
    padding: 30px 0px 30px 95px;
    box-sizing: border-box;
}

.container-4 .slideBtn-1 div.on {
    color: #ffffff;
}

.container-4 .slideBtn-1 div:nth-of-type(1) {
    background: #e6f5ff url(../images/container-icon5.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(1).on {
    background: #127fc9 url(../images/container-icon9.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(2) {
    background: #e6f5ff url(../images/container-icon6.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(2).on {
    background: #127fc9 url(../images/container-icon10.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(3) {
    background: #e6f5ff url(../images/container-icon7.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(3).on {
    background: #127fc9 url(../images/container-icon11.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(4) {
    background: #e6f5ff url(../images/container-icon8.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBtn-1 div:nth-of-type(4).on {
    background: #127fc9 url(../images/container-icon12.png) no-repeat;
    background-position: 55px center;
}

.container-4 .slideBox-2 {
    width: 822px;
}

.container-4 .slideBtn-2 {
    bottom: 20px;
}

.travelDetail {
    height: 491px;
    font-size: 13px;
    line-height: 26px;
    background: #f5fbff;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
}

.travelDetail span {
    color: #127fc9;
}

.container-5 {
    margin-bottom: 145px;
}

.container-5 .slideBtn-1 {
    display: flex;
    justify-content: center;
}

.container-5 .slideBtn-1 div {
    font-size: 22px;
    color: #b9b9b9;
    font-weight: 600;
    text-align: center;
}

.container-5 .slideBtn-1 div.on div {
    color: #127fc9;
}

.container-5 .slideBtn-1 div div:nth-of-type(1) {
    width: 175px;
    height: 175px;
    background: url(../images/container-BG7.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.container-5 .slideBtn-1 div.on div:nth-of-type(1) {
    background: url(../images/container-BG8.png) no-repeat;
    background-size: 100% 100%;
}

.container-5 .slideBtn-1 div div:nth-of-type(1) img {
    width: 161px;
    height: 161px;
}

.swiperWidth {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-slide {
    width: 600px;
}

.container-5 .swiper-slide a {
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
width: 100%;
}

.container-5 .swiper-slide a div {
    width: 90%;
    margin: 0 auto;
    background: #127fc9;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.container-5 .swiper-slide a div span {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container-5 .slideBox-4 .slideBtn-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px 40px;
}

.container-5 .slideBox-4 .slideBtn-4 div {
    width: 210px;
    height: 57px;
    font-size: 20px;
    color: #127fc9;
    font-weight: 600;
    line-height: 57px;
    text-align: center;
    background: url(../images/container-BG12.png) no-repeat;
    background-size: 100% 100%;
}

.container-5 .slideBox-4 .slideBtn-4 div.on {
    color: #ffffff;
    background: url(../images/container-BG11.png) no-repeat;
    background-size: 100% 100%;
}

.container-5 .slideBox-4 .slideBtn-4 div:not(:last-of-type) {
    margin-right: 20px;
}

.calendar {
    width: 260px;
    height: 400px;
    background: url(../images/calendar.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.nf {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31.68px;
    color: rgba(51, 51, 51, 1);
    position: absolute;
    left: 42px;
    top: 75px;
}

.yf {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 31.68px;
    color: rgba(51, 51, 51, 1);
    position: absolute;
    left: 162px;
    top: 75px;
}

.ri {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(35, 84, 175, 1);
    position: absolute;
    left: 70px;
    top: 192px;
}

.nongli {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26.4px;
    color: rgba(51, 51, 51, 1);
    position: absolute;
    left: 60px;
    top: 260px;
}

.container-6 .slideBtn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.container-6 .slideBtn-1 div {
    width: 124px;
    height: 124px;
    font-size: 22px;
    color: #127fc9;
    font-weight: 600;
    background: url(../images/container-BG14.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-6 .slideBtn-1 div.on {
    color: #ffffff;
    background: url(../images/container-BG13.png) no-repeat;
    background-size: 100% 100%;
}

.container-6 .slideBtn-1 div:not(:last-of-type) {
    margin-right: 60px;
}

.slideBox-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 30px;
}