/* 首页白点样式 */

.circleBox {
    margin-bottom: 30px;
}

.circleBox li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
}

/* .circleBox li:last-child {
    margin-left: 23px;
} */
.circleBox li {
    margin-left: 10px;
}

.circleBox li.active {
    background-color: #ffffff;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel-caption .ImageText {
    font-weight: 500;
    /* margin-bottom: 80px; */
    /* margin-bottom: 255px; */
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 60px;
    letter-spacing: 15px;
    height: 84px;
    line-height: 84px;
}


/* 导航栏样式 */

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    animation-name: slideInUp;
}

.animated_time {
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    -ms-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        -ms-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@-moz-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@-o-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        -ms-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        -ms-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@-moz-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@-o-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        -moz-transform: translate3d(0, -110%, 0);
        -o-transform: translate3d(0, -110%, 0);
        -ms-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbox {
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    /* height: 152px; */
    /* height: 121.6px; */
    height: 100px;
    z-index: 66;
}

.navbox>div:first-of-type {
    display: flex;
    height: 100%;
    width: 100%;
    /* background-color: pink; */
}

.navbox .logoBox,
.navbox .language {
    flex-shrink: 0;
    display: flex;
    height: 100%;
    align-items: center;
    /* background: pink; */
}

.navbox .logoBox {
    width: 280px;
}

.navbox .language span {
    /* margin-bottom:25px;      */
}

.navbox .language span:hover {
    color: #894D95 !important;
}

.navbox .language {
    /* align-items: flex-end; */
    width: 280px;
}

.navbox .language {
    justify-content: center;
    /* font-size: 18px; */
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    cursor: pointer;
}

.navbox .logoBox {
    position: relative;
    /* background-color: pink; */
}

.logoImgBox {
    position: absolute;
    top: 50%;
    right: 0;
    width: 228px;
    height: 80px;
    margin-top: -40px;
    cursor: pointer;
}

.navbox .navliBox {
    display: flex;
    align-items: center;
    /* align-items: flex-end; */
    justify-content: center;
    flex: 1;
    height: 100%;
}

.navbox .navliBox .navul {
    display: flex;
    list-style-type: none;
    width: 812px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    /* margin-bottom:21px;      */
}

.navbox .navliBox .navul li {
    box-sizing: border-box;
    padding-bottom: 4px;
    flex: 1;
    cursor: pointer;
    text-align: center;
}

.navbox .navliBox .navul li:first-child {
    text-align: right;
    margin-right: 20px;
}

.Hands img {
    cursor: pointer;
}

.navbox .navliBox .navul li:hover>a {
    padding-bottom: 4px;
    color: #894D95 !important;
    text-decoration: none !important;
    box-sizing: border-box;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.15); */
    transition: .4s;
}

.active a {
    color: #894D95 !important;
}


/* 下拉后导航栏的样式 */

.fixed {
    background: rgba(126, 77, 77, 0.2);
    /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5); */
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
}


/* 折叠菜单的样式 */

.navboxFold {
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    display: none;
    position: fixed;
    top: 0;
    z-index: 66;
}

.navboxFold .navboxFoldBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navboxFoldBox>div {
    display: flex;
    flex: 1;
    justify-content: center;
}

.ChangeImage {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}

.languageFold {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}


/* mobilde端折叠导航条  */

.NavMenu {
    position: fixed;
    /* top: 45px; */
    padding-top: 45px;
    /* height: cacl(100% - 45px); */
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 55;
    display: none;
}

.NavMenu .NavMenuBox {
    height: 100%;
    /* margin-top: -45px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NavMenu ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NavMenu ul li {
    height: 69px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 69px;
}

.Animotionshow {
    overflow: hidden;
    -webkit-animation: Animotionshow .8s;
    animation: Animotionshow .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.Animotionhide {
    overflow: hidden;
    -webkit-animation: AnimotionHide .8s;
    animation: AnimotionHide .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes Animotionshow {
    0% {
        height: 100%;
        width: 0%;
        display: none;
        opacity: 0;
    }
    100% {
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0.9;
    }
}

@keyframes Animotionshow {
    0% {
        height: 100%;
        width: 0%;
        display: none;
        opacity: 0;
    }
    100% {
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0.9;
    }
}

@-webkit-keyframes AnimotionHide {
    0% {
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0.9;
    }
    100% {
        height: 100%;
        width: 0%;
        display: none;
        opacity: 0;
    }
}

@keyframes AnimotionHide {
    0% {
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0.9;
    }
    100% {
        height: 100%;
        width: 0%;
        display: none;
        opacity: 0;
    }
}


/* 1400px的时候 */

@media (max-width: 1400px) {
    .navbox {
        /* height: 132px; */
        /* height: 105.6px; */
        height: 100px;
    }
    .navbox .logoBox {
        width: 250px;
    }
    .navbox .language {
        width: 190px;
    }
    .logoImgBox {
        position: absolute;
        right: 0;
        top: 50%;
        width: 200px;
        height: 70.17px;
        margin-top: -35.09px;
    }
    .navbox .navliBox .navul {
        width: 700px;
    }
    /* .circleBox li:last-child {
        margin-left: 20px;
    } */
    .circleBox li {
        margin-left: 7px;
    }
    .navbox .navliBox .navul li:first-child {
        text-align: right;
        margin-right: 14px;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 100px; */
        /* margin-bottom: 250px; */
    }
    .carousel-caption .ImageText {
        font-size: 45px;
        letter-spacing: 11px;
    }
}


/* 小于1200px的时候 */

@media (max-width: 1200px) {
    .navbox {
        /* height: 110px; */
        height: 88px;
    }
    .navbox .logoBox {
        width: 170px;
    }
    .logoImgBox {
        position: absolute;
        right: 0;
        width: 150px;
        height: 52.63px;
        top: 50%;
        margin-top: -26.315px;
    }
    .navbox .language {
        width: 120px;
    }
    .navbox .navliBox .navul {
        width: 680px;
    }
    .navbox .navliBox .navul li:first-child {
        text-align: right;
        margin-right: 10px;
    }
    .circleBox {
        margin-bottom: 25px;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 75px; */
        /* margin-bottom: 255px; */
    }
}

@media (max-width: 1015px) {
    .navbox {
        height: 85px;
    }
    .navbox .logoBox {
        width: 150px;
        font-size: 16px;
    }
    .logoImgBox {
        position: absolute;
        right: 0;
        top: 50%;
        width: 130px;
        height: 45.62px;
        margin-top: -22.81px;
    }
    .navbox .language {
        width: 100px;
        font-size: 16px;
    }
    .navbox .navliBox .navul {
        width: 550px;
        font-size: 16px;
    }
    .circleBox {
        margin-bottom: 20px;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 70px; */
        /* margin-bottom: 250px; */
        font-size: 38px;
    }
}

@media (max-width: 834px) and (min-width: 768px) {
    .navbox {
        height: 70px;
    }
    .navbox .logoBox {
        width: 135px;
    }
    .logoImgBox {
        position: absolute;
        right: 0;
        top: 50%;
        width: 120px;
        height: 42.10px;
        margin-top: -21.05px;
    }
    .navbox .language {
        width: 80px;
        font-size: 16px;
    }
    .navbox .navliBox .navul {
        width: 520px;
        font-size: 16px;
    }
    .circleBox {
        margin-bottom: 17px;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 55px; */
        /* margin-bottom: 115px; */
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .navbox {
        display: none !important;
    }
    .navboxFold {
        display: block;
    }
    .circleBox {
        margin-bottom: 14px;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 35px; */
        /* margin-bottom: 135px; */
        font-size: 20px !important;
        height: 25px;
        font-size: 18px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        letter-spacing: 4px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }
}


/* 特小屏 */


/* @media (min-width: 300px) and (max-width:1024px) {
    .circleBox {
        margin-bottom: 10px;
    }
    .carousel-caption .ImageText {
        font-size: 20px;
        letter-spacing: 6px;
        margin-bottom: 0px;
    }
    .circleBox li {
        width: 9px;
        height: 9px;
    }
    .circleBox li:last-child {
        margin-left: 12px;
    }
} */

@media (max-width: 600px) {
    .carousel-item img {
        height: 278px;
        width: 100%;
    }
    .carousel-caption .ImageText {
        /* margin-bottom: 40px; */
        /* margin-bottom: 95px !important; */
        font-size: 24px;
    }
}


/* 特小屏 */

@media (min-width: 300px) and (max-width:600px) {
    .circleBox {
        margin-bottom: 10px;
    }
    .carousel-caption .ImageText {
        font-size: 20px;
        letter-spacing: 6px;
        /* margin-bottom: 0px; */
        /* margin-bottom: 60px !important; */
    }
    .circleBox li {
        width: 9px;
        height: 9px;
    }
    /* .circleBox li:last-child {
        margin-left: 12px;
    } */
    .circleBox li {
        margin-left: 4px;
    }
}