.swiper-container {
    height: 740px;
}

.bannerImg:nth-child(1) {
    background: url(../images/index/banner1.png) no-repeat center;
    height: 740px;
}

.bannerImg:nth-child(2) {
    background: url(../images/index/banner2.png) no-repeat center;
    height: 740px;
}

.bannerImg:nth-child(3) {
    background: url(../images/index/banner3.png) no-repeat center;
    height: 740px;
}

.service {
    padding: 80px 0;
}

.serviceTitle {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 14px;
}

.serviceContent {
    padding-top: 20px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.serviceClassify {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceClassify li {
    width: 590px;
    height: 200px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.7);
    display: flex;
    cursor: pointer;
}

.serviceClassify li:hover {
    background-color: #226DE3;
}

.serviceClassify li:hover .serviceClassify_cont h3,
.serviceClassify li:hover .serviceClassify_cont p {
    color: #fff;
}

.serviceClassify li img {
    width: 200px;
    height: 200px;
    flex: 1;
}

.serviceClassify_cont {
    padding: 10px 0 0 28px;
}

.serviceClassify_cont h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}

.serviceClassify_cont span {
    display: block;
    width: 60px;
    height: 2px;
    /* 金 */
    background: #FFDA7A;
    margin: 8px 0;
}

.serviceClassify_cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}

.part1 {
    display: flex;
    height: 300px;
}

.down {
    width: 960px;
    background: #9A9B9E;
    padding: 37px 0 0 0;
    position: relative;
}

.downCont {
    position: absolute;
    right: 77px;
    display: flex;
}

.down_cont {
    width: 228px;
    padding: 16px 0 0 18px;
    text-align: center;
    margin-right: 20px;
}

.down_cont h2 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.down_cont p {
    width: 210px;
    height: 44px;
    background: #FFBF00;
    border-radius: 22px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000279;
    line-height: 44px;
    margin-bottom: 10px;
    cursor: pointer;
}

.down_cont p:hover {
    transform: scale(1.2)
}

.downCont img {
    width: 425px;
}

.about {
    width: 960px;
    background: #07386C;
    padding: 40px 0 0 0;
    position: relative;
}

.aboutCont {
    position: absolute;
    left: 100px;
    padding-right: 92px;
}

.aboutCont h2 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
}

.aboutCont p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.promotion {
    padding: 80px 0;
    text-align: center;
}

.promotionTitle {
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: 500;
}

.promotionContent {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 104px;
}

.promotionClassify {
    display: flex;
    justify-content: center;
}

.promotionClassify li {
    position: relative;
    cursor: pointer;
}

.promotionClassify li:hover {
    transform: scale(1.2);
}

.promotionClassify li:nth-child(1) {
    background: url(../images/index/promotion1.png) no-repeat center;
    width: 280px;
    height: 280px;
    margin-right: 20px;
}

.promotionClassify li:nth-child(2) {
    background: url(../images/index/promotion2.png) no-repeat center;
    width: 280px;
    height: 280px;
    margin-right: 20px;
}

.promotionClassify li:nth-child(3) {
    background: url(../images/index/promotion3.png) no-repeat center;
    width: 280px;
    height: 280px;
}

.promotionClassify li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.promotionClassify li span {
    display: inline-block;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 52px;
}

.part2 {

    background: url(../images/index/analysis.png) no-repeat center;
    height: 400px;
    display: flex;
    mix-blend-mode: multiply;
    /*background: #6B6B6B;*/
}


.analysis {
    width: 960px;
    position: relative;
}

.analysisCont {
    padding-top: 44px;
}

.analysisCont h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}
.analysisCont .short-line{
    margin: 14px auto 20px;
}
.analysisCont p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 44px;
}

.analysisKinds {
    display: flex;
}

.analysisKinds ul:first-child {
    margin-right: 200px;
}

.analysisKinds li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.analysisKinds li a:hover {
    color: #FF9C00;
}

.calendar {
    padding: 80px 0;
    text-align: center;
}

.calendarTitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.calendar  .short-line{
    margin: 14px auto 44px;
}
.calendarClassify {
    display: flex;
    justify-content: center;
}

.calendarClassify li {
    width: 280px;
    height: 280px;
    margin-left: 20px;
    position: relative;
    text-align: center;
}

.calendarClassify li:nth-child(1) {
    background: url(../images/index/calendar1.png) no-repeat center;
}

.calendarClassify li:nth-child(2) {
    background: url(../images/index/calendar2.png) no-repeat center;
}

.calendarClassify li:nth-child(3) {
    background: url(../images/index/calendar3.png) no-repeat center;
}

.calendarClassify li:nth-child(4) {
    background: url(../images/index/calendar4.png) no-repeat center;
}

.calendarClassify li span {
    display: inline-block;
    width: 100%;
    height: 74px;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    align-items: center;
    color: #FFFFFF;
    padding: 16px 0;
}

.calendarClassify li p {
    width: 280px;
    height: 206px;
    background: #000000;
    opacity: 0.6;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px 40px;
    display: none;
}

.calendarClassify li:hover span {
    background-color: #FF9C00;
    color: #fff;
    opacity: 1;
}

.calendarClassify li:hover p {
    display: block;
}

.about-us{
    /* 金渐变 */
    height: 319px;
    background: linear-gradient(180deg, rgba(255, 218, 122, 0) 25%, #FFBC36 100%);
}
.about-us h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-top: 44px;
}
.about-us .short-line{
    margin: 14px auto 20px;
}
.about-us p{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    text-align: justify;
    /* 棕色 */
    color: #874A13;
}

.toast {
    position: fixed;
    background: #ccc;
    padding: 10px 10px;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 18px;
    z-index: 10000;
    max-width: 80%;
    display: none;
}
.bg-c{
    background-color: #86869152;
    /*position: fixed;
    width: 100%;
    z-index: 9999;*/
}

.bg-c .close{
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

.swiper-slide-txt a{
    color: #fff;
    font-size: 34px;
}
.btn-swiper-slide1{
    padding: 560px 0 0 25px;
}
.btn-swiper-slide2{
    padding: 600px 0 0 25px;
}
.btn-swiper-slide3{
    padding: 255px 0 0 185px;
}

@media (max-width: 1600px) {
    .analysisCont {
        padding-top: 6px;
    }
}