.cont1>div {
    width: 24%;
    border-radius: 40px 40px 40px 40px;
    padding: 40px 20px;
}

.cont1>div img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.cont1>div p {
    height: 48px;
    font-weight: 600;
    font-size: 34px;
    color: #333333;
}

.cont1>div span {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.title {
    margin-bottom: 30px;
}

.title p {
    font-weight: 600;
    font-size: 20px;
    color: rgba(63, 56, 70, 1);
    text-align: center;
    margin: 0 auto 30px;
}

.title b {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 30px;
    color: rgba(63, 56, 70, 1);
    text-align: center;
}

.cont3>div {
    width: 100%;
    background: #E7FFEB;
    border-radius: 40px 40px 40px 40px;
    padding: 60px;
    margin-top: 100px;
}

.cont3 p {
    font-weight: bold;
    font-size: 30px;
    color: #2D4732;
    margin-bottom: 20px;
}

.cont3 span {
    font-weight: 400;
    font-size: 20px;
    color: #5E7061;
}

.cont3 b {
    margin-top: 20px;
    width: 124px;
    height: 44px;
    background: #5CC973;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
}

.cont3 img {
    width: 45%;
    margin-left: 60px;
}

.cont4 {
    margin-top: 40px;
}

.cont4 .item {
    width: calc(50% - 20px);
    height: 550px;
    transition: 1s;
}

.cont4 .front img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 460px;
}

.front,
.contrary {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 1s;
    border-radius: 40px 40px 40px 40px;
    overflow: hidden;
}

.front {
    z-index: 2;
}

.contrary {
    z-index: 1;
    transform: rotateY(180deg);
}

.cont4 .item p {
    position: absolute;
    top: 60px;
    left: 60px;
    font-weight: bold;
    font-size: 30px;
    color: #2D4732;
}

.item1 * {
    color: #2D4732;
}

.item2 * {
    color: #1C5288;
}

.cont4 .item:hover .front {
    z-index: 1;
    transform: rotateY(180deg) !important;
}

.cont4 .item:hover .contrary {
    z-index: 2;
    transform: rotateY(0deg) !important;
}

.contrary img {
    width: 24px;
    margin-right: 20px;
}

.contrary .spans {
    position: absolute;
    top: 183px;
    left: 60px;
}

.contrary .spans span {
    margin-bottom: 29px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
}

.cont6 img {
    width: 240px;
}

.cont7 {
    background: #EEF0FF;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 0;
    margin-top: 40px;
    margin-bottom: 140px;
    font-weight: 400;
    font-size: 20px;
    color: #362A53;
    text-align: center;
}

.globalBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.globalList {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.globalList .cont {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 39, 94, 0.1);
    border-radius: 26px;
    padding: 20px;
    display: none;
    z-index: 1;
    width: max-content;
    line-height: 2;
}

.globalList:hover .cont {
    display: block;
}


.globalMap {
    width: 90%;
    margin: 0 auto;
}

.globalMap>img {
    width: 100%;
}


.banner {
    width: 100%;
    height: calc(100vh - 100px);
    background: linear-gradient(180deg, #FFFFFF 11.54%, #514FD7 100%);
}

.banner p {
    font-weight: bold;
    font-size: 52px;
    color: rgba(63, 56, 70, 1);
    text-align: center;

}

.banner span {
    font-weight: 400;
    font-size: 22px;
    color: rgba(63, 56, 70, 1);
    text-align: center;
    margin: 35px auto 46px;
}

.bannerBtn {
    width: 200px;
    height: 60px;
    background: #EE5B1C;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    cursor: pointer;
    margin: 30px 0 80px;
}

.bannerInfo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.certificateBox {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

.certificateBox>div {
    width: 240px;
    flex: 0 0 auto;
    margin: 20px 40px;
}

.certificate-list-item img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

.certificate-list-item {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    margin: 20px;
}

.certificate-fullScreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
}

.certificate-fullScreen-box {
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 70px 20px 20px;
  border-radius: 8px;
  background: #fff; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.certificate-fullScreen-video {
    width: 900px;
}

.certificate-fullScreen-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 25px;
    cursor: pointer;
}

.certificate-model-left {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, transparent, white);
    z-index: 1;

}

.certificate-model-right {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, white);
    z-index: 1;
}

.teamListTitle {
    height: 31px;
    margin: 80px 0 40px;
}

.teamItem {
    width: 260px;
    margin: 0 40px 40px 0;
}