html,body{
    overflow-x: hidden;
}
/* header */
header {
    width: 100%;
    height: 100px;
    display: flex;
    color: #777777;
    justify-content: center;
    align-items: center;
}

header a {
    color: #777777;
}
header ul li a:hover{
    color: #333333;
}
.headerLeft {
    margin-right: 200px;
}

.headerLeft a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoImg {
    /* width: 91px; */
    height: 70px;
}

.nameBox {
    font-size: 24px;
    line-height: 30px;
}

.logoName {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 50px;
}

.nameBox span {
    margin-top: 5px;
    font-family: 'fontface__AlibabaSans-LightItalic__113__1482510574798';
}

header ul li {
    margin: 40px;
    float: left;
}

header ul li a {
    outline: none;
    background: none;
    display: block;
    height: 40px;
    line-height: 40px;
}

/* banner */
.banner1 .swiper-wrapper .swiperSlide {
    position: relative;
    width: 1920px;
    height: 800px;
}
/* .swiper-slide .swiperSlide .swiper-slide-active{
    width: 1920px;
    height: 800px;
    position: relative;
} */
.bannerImg {
    width: 1920px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.swiperSlide .swiperBox {
    position: absolute;
    left: 150px;
    top: 20%;
    color: #fff;
}

.swiper-slide-active .swiperBox {
    animation: bounceInUp 1s;
    -moz-animation: bounceInUp 1s;
    /*Firefox*/
    -webkit-animation: bounceInUp 1s;
    /*Safari和Chrome*/
    -o-animation: bounceInUp 1s;
    -webkit-animation: bounceInUp 1s;
}
.swiperBox .swiperBoxTitle{
    font-size: 64px;
    font-weight: 600;
    font-family: Knockout1,Helvetica Neu,SimHei,Microsoft YaHei,PingFang SC,sans-serif!important;
}
.swiperBox  .swiperBoxText{
    width: 580px;
    margin-top: 40px;
    line-height: 35px;
    letter-spacing: 1px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15%;
    left: auto;
}
.swiper-button-next, .swiper-button-prev{
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #010807;
    font-size: 16px;
    text-align: center;
    line-height: 56px;
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    font-weight: bold;
    line-height: 1;
}

/* part1 */
.part1 {
    height: 550px;
    background: #fff;
}

.part1Box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}

.partImg {
    display: inline-block;
    margin-left: 42px;
    margin-right: 120px;
}

/* .part1BoxTextBox{
    margin-left: 100px;
} */
.FirstName {
    font-size: 28px;
    margin-bottom: 20px;
}

.rol_ {
    font-size: 14px;
    line-height: 35px;
}

.infoText {
    width: 600px;
    font-size: 18px;
    line-height: 35px;
    color: rgb(119, 119, 119)
}

/* part2 */
.part2 {
    height: 550px;
    background: #F8F8F8;
}

.part2Box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}

.part2Box img {
    margin-left: 130px;
}

/* part4 */
.part4 {
    overflow: hidden;
    height: 550px;
    background: #F8F8F8;
    text-align: center;
}

.part4Title {
    text-align: center;
    line-height: 35px;
    color: #444444;
    font-size: 26px;
    margin-top: 70px;
}

.part4>.container>.rol_ {
    margin-top: 10px;
}

.part4BoxBox {
    box-sizing: border-box;
    padding: 0 120px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part4ImgBox {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px auto;
    border: 4px solid #02B2B5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 120px;
}

.part4ImgBox img {
    vertical-align: middle;
    height: 49px;
}

.part4TextBox {
    width: 188px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 25px;
}

.part4TextBox p:nth-child(1) {
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    font-family: "微软雅黑";
    font-weight: 600;
}

/* part5 */
.part5 {
    height: 460px;
    background: #ffff;
}

.part5Box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 460px;
}

.part5BoxTitle {
    font-weight: bold;
    font-size: 26px;
    font-family: "微软雅黑";
    color: #333333;
}

.part5BoxText {
    font-size: 14px;
    color: #666666;
    width: 450px;
    line-height: 25px;
    margin-top: 40px;
}

.part5BotBox {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part5BotBoxBox {
    text-align: center;
    font-size: 14px;
}

.part5BotBoxBox .numberText {
    font-size: 48px;
    color: #666666;
}

.part5LeftBox {
    margin-left: 40px;
    margin-right: 130px;
}


/* part6 */
.part6 {
    height: 450px;
    background: #F8F8F8;
}

.part6Box {
    overflow: hidden;
    text-align: center;
}

.part6Title {
    font-size: 26px;
    margin-top: 70px;
}

.part6Box>.rol_ {
    margin-top: 20px;
}

.part6Text {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* part7 */
.part7 {
    height: 452px;
    text-align: center;
    overflow: hidden;
}

.part7Title {
    font-size: 26px;
    margin-top: 70px;
}

.part7>.rol_ {
    margin-top: 20px;
}

.part7Text {
    font-size: 14px;
    margin-bottom: 40px;
}

.banner2 {
    height: 194px;
}

.part7ItemBox {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 1px solid #F0F0F0;
    margin-right: 20px;
}

.part7ItemBox img {
    width: 100%;
    height: 100%;
}

/* part8 */
.part8 {
    height: 240px;
    background: #F2F2F2;
}

.part8BoxBox {
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerImg {
    width: 222px;
    height: 53px;
}

.part8BoxLeftBox {
    line-height: 30px;
    color: #A1A1A1;
    font-size: 14px;
}

.footerName {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
}

.part8BoxLeftBox a {
    color: #A1A1A1;
}

.plice {
    margin: 0 2px;
    position: relative;
    top: -2px;
}


/* 动画 */
/* @keyframes movedown{
    0%  {
        translate: ;
    }
} */