.carousel {
    position: relative;
}

.carousel-inner {}

.carousel-item img {
    width: 100%;
    height: 1080px;
    object-fit: cover;
    object-position: center;
}

.swiper {
    width: 1200px;
    height: 643px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 100px;
}

.swiperbtninfo {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 400px;
}

.swiperinfo {
    width: 962px;
    position: absolute;
    top: 325px;
    left: 0px;
}

.swipertitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #fff;
}

.swipertag {
    margin-top: 20px;
    width: 962px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #fff;
}

.swiperinput {
    margin-top: 20px;
    width: 810px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 5px;
}

.swiperinput input {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: black;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

.swiperinput img {
    width: 126px;
    height: 46px;
    margin-left: 20px;
    object-fit: cover;
    object-position: center;
}

.swiperbtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    bottom: 0px;
}

.swiperleft img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    object-fit: cover;
    object-position: center;
}

.swiperbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.swiperright img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
    object-fit: cover;
    object-position: center;
}

.speech {
    width: 100%;
    height: 318px;
    margin-top: -300px;
    position: relative;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.speechtag {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000;
}

.boxtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxtitle .title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #000;
}

.boxtitle .more {
    width: 108px;
    height: 43px;
    border-radius: 4px;
    border: 2px solid #095032;
    color: #095032;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.program {
    width: 1200px;
    margin: 30px auto;
}

.programbox {
    margin-top: 60px;
}

.programlist {
    display: grid;
    grid-template-columns: repeat(3, 381px);
    gap: 28px;
    margin-top: 30px;
}

.programitem {
    width: 381px;
    margin-bottom: 20px;
}

.programimg {
    width: 381px;
    height: 254px;
    object-fit: cover;
    object-position: center;
}

.programtime {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-top: 30px;
}

.programline {
    width: 56px;
    height: 5px;
    background: #008846;
    margin-top: 30px;

}

.programtitle {
    margin-top: 10px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.programaddres {
    margin-top: 30px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.readmore {
    margin-top: 30px;
    width: 108px;
    height: 19px;
    object-fit: cover;
}

.Upcoming {
    width: 100%;
    background: #F5F5F5;
    padding: 30px 0;
}

.News {
    width: 100%;
    background-color: #00532B;
    padding: 30px 0;
    background-image: url('../img/bg18.png');
    background-size: 100% 100%;
}

.News .title {
    color: #fff;
}

.News .more {
    color: #fff;
    border: 2px solid #fff;
}

.News .programline {
    background: #fff;
}

.News .programtitle {
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
}

.News .programaddres {
    color: #fff;
    line-height: 32px;
}

.Partners {
    background: #F5F5F5;
}

.Partnersbox {
    width: 1200px;
    margin: 0 auto;
    background-image: url('../img/bg19.png');
    background-size: 100% 100%;
    padding: 30px 0;
}

.Partnerstitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.Partnerslist {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Partnersitem {
    width: 563px;
    height: 125px;
    margin-bottom: 30px;
}

.Partnersitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact {
    width: 1200px;
    margin: 40px auto;
}

.contacttitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #008846;
    text-align: center;
}

.contactinput {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactitem {
    width: 318px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
    border: 2px solid #F0F0F0;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* Firefox版本4-18 */
input::-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* Firefox版本19+ */
input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* IE浏览器 */

.contactitem input {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

.contactcont {
    width: 100%;
    height: 94px;
    border-radius: 8px;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 30px;

}

textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* 使用webkit内核的浏览器 */
textarea:-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* Firefox版本4-18 */
textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* Firefox版本19+ */
textarea:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

/* IE浏览器 */

.contactcont textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    color: #000;
}

.contactbtn {
    margin-top: 30px;
    width: 100%;
    height: 56px;
    border-radius: 8px;
    background: #006533;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}


@media (max-width: 1200px) {
    .carousel-item img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center;
    }

    .swiper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50px;
    }

    .swiperbtninfo {
        width: 100%;
    }

    .swiperinfo {
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: 100%;
        padding: 30px;
        box-sizing: border-box;
        top: 0;
    }

    .swipertitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 0%;
        width: 100%;
    }

    .swipertag {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        width: 100%;
    }

    .swiperinput {
        width: 100%;
        padding: 2px 3px;
        box-sizing: border-box;
    }

    .swiperinput input {
        font-family: Roboto;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        margin-left: 10px;

    }

    .swiperinput img {
        width: 63px;
        height: 23px;
    }

    .swiperbtn {
        left: 50%;
        transform: translate(-50%);
        top: 350px;
    }

    .speech {
        padding: 20px;
        height: auto;
        box-sizing: border-box;
        margin-top: 0;
    }

    .speechtag {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0%;
        width: 100%;
    }

    .boxtitle .title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .boxtitle .more {
        width: 73px;
        height: 26px;
        font-family: Roboto;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .program {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .programbox {
        margin-top: 0px;
    }

    .programlist {
        display: block;
    }

    .programitem {
        width: 100%;
    }

    .programimg {
        width: 100%;
        height: 223px;

    }

    .programtime {
        font-family: Roboto;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .programline {
        width: 28px;
        height: 2.5px;
    }

    .programtitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .readmore {
        width: 94px;
        height: 16px;
        object-fit: cover;
    }

    .News .programline {
        width: 56px;
        height: 5px;
    }

    .News .programtitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0%;

    }

    .News .programaddres {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0%;

    }

    .News .readmore {
        width: 108px;
        height: 19px;
        object-fit: cover;
        margin-top: 20px;
    }

    .Partnersbox {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

    .Partnerstitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .Partnerslist {
        display: block;
    }

    .Partnersitem {
        width: 100%;
        height: 74px;
    }

    .contact {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

    .contacttitle {
        font-family: Roboto;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .contactinput {
        display: block;
    }

    .contactitem {
        width: 100%;
        margin-bottom: 20px;
    }

    .contactbtn {
        font-family: Roboto;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0px;
    }
}