body {
    background: #f7f7f7;
}

.container {
    height: 100vh;
}

.page {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.page:nth-child(n + 2) > :nth-child(2) {
    /* overflow: hidden; */
    width: 1300px;
    margin: 80px auto;
}

.page .swiper-banner {
    height: 820px;
    position: relative;
}
.page .swiper-banner .swiper-slide a {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page .swiper-banner .swiper-slide a img{
    height: 100%;
}



.page > .title {
    width: 100%;
    padding: 32px 0 44px 0;
    background: #ffffff;
    text-align: center;
}

.page > .title .top {
    display: inline-block;
    position: relative;
}

.page > .title .top .sign {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.8);
    font-family: "FZZCHJW--GB1-0";
}
.page > .title .top::after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%);
    width: 73px;
    height: 4px;
    background: #e2474d;
}
.page > .title .bottom {
    margin-top: 56px;
    font-weight: bold;
}
.page > .title .bottom > * {
    display: inline-block;
    vertical-align: middle;
/*     font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif; */
}
.page > .title .bottom .left {
    font-size: 44px;
    color: #020000;
}
.page > .title .bottom .right {
    color: #e2474d;
    font-size: 37px;
    margin-left: 39px;
    padding-left: 20px;
    border-left: 6px solid #e2474d;
}

.first .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    opacity: .75;
}

.first .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #e5e5e5;
    transform: scale(1.5, 1.5);
}
.second > .content{
    position: relative;
}
.second > .content > .wrapper{
    position: absolute;
    top: 40px;
}
.second > .content > .wrapper > .block1 > .title{
    color: #E2474D;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 10px;
}
.second > .content > .wrapper > .block1 > .desc{
    color: #000000;
    font-size: 23px;
    font-weight: bolder;
    margin-top: 8px;
}
.second > .content > .wrapper > .block1 > .desc>span{
    font-size: 40px;
    float: right;
    transform: translate(0,-20px);
}
.second > .content > .wrapper > .block2{margin-top: 58px;}
.second > .content > .wrapper > .block2 > .title{
    /* color: #E2474D; */
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
}
.second > .content > .wrapper > .block2 > .desc{
    color: #070707;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 12px;
}
.second > .content > .wrapper > .block3{
    margin-top: 60px;
}
.second > .content > .wrapper > .block3 > .title{
    color: #E2474D;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 10px;
}
.second > .content > .wrapper > .block3 > .desc{
    color: #3a3a3a;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 12px;
}



.second > .content > .left {
    width: 793px;
    height: 557px;
    overflow: hidden;
}

/*  */
.second > .content > .right {
    width: 100%;
    height: 540px;
}
.second > .content > .right .item {
    /* background: #ffffff; */
    width: 49%;
    height: 122px;
    /*     padding: 23px 38px 15px 38px; */
    margin-bottom: 17px;
    text-align: left;
    display: inline-flex;
    float: right;
    white-space: nowrap;
    position: relative;
}


.second > .content > .right .item > .item-children {
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 23px 20px 15px 38px;
    flex-direction: row;
    background: #ffffff;
    position: absolute;
}
.user-hover:hover {
    transform:scale(1.02);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    cursor: pointer;
}

.second > .content > .right .item > .item-children > * {
    display: inline-block;
    vertical-align: middle;
}


.second > .content > .right .item:first-child {
    height: 100%;
    padding: 0;
    margin-bottom: 0;
    float: left;
    flex-direction: column;
}
.second > .content > .right .item:first-child > .item-children {
    /*     height: 100%;
    margin-bottom: 0;
    float: left;
    flex-direction: column; */
    padding: 0;
    flex-direction: column;
    }
.second > .content > .right .item:first-child > .item-children > .left {
    display: none;
}
.second > .content > .right .item:first-child > .item-children > .middle {
    margin-left: 0;
    width: 100%;
    height: 400px;
}
.second > .content > .right .item:first-child > .item-children > .right {
    display: flex;
    width: 100%;
    height: calc(100% - 400px);
    padding: 12px 18px;
}
/*  */
.second > .content > .right .item:last-child {
    margin-bottom: 0;
}
.second > .content > .right .item .left {
    color: #303030;
    font-weight: bold;
    text-align: center;
}
.second > .content > .right .item .left > * {
    display: block;
}
.second > .content > .right .item .left .top {
    font-size: 45px;
}
.second > .content > .right .item .left .bottom {
    font-size: 18px;
}
.second > .content > .right .item .middle {
    margin-left: 33px;
    width: 144px;
    height: 84px;
    overflow: hidden;
}
.second > .content > .right .item .middle > img {
    width: 100%;
}
.second > .content > .right .item .right {
    color: #070200;
    width: 360px;
    overflow: hidden;
    height: 84px;
    padding: 4px 10px;
    display: inline-flex;
    flex-direction: column;
    flex: 1;
}
.second > .content > .right .item .right > * {
    display: block;
}
.second > .content > .right .item .right .top {
    color: #393939;
    font-size: 16px;
    font-weight: bold;
}
.second > .content > .right .item .right .bottom {
    margin-top: 16px;
    color: #646464;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
    /* height: 44px; */
    line-height: 1.7;
    overflow: hidden;
    flex: 1;
}

.third > .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    font-size: 0;
}
.third > .content > .left {
    /* width: 200px; */
    height: 607px;
    /*display: inline-flex;*/
    vertical-align: middle;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}
.third > .content > .left > .item {
    width: 200px;
    height: 142px;
    background: #e2474d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.third > .content > .left > .item > div:nth-child(1) {
    font-size: 24px;
}
.third > .content > .left > .item > div:nth-child(2) {
    margin-top: 12px;
    font-size: 12px;
}
.third > .content > .right {
    width: 100%;
    /*height: 607px;*/
    /*margin-left: 20px;*/
    display: inline-flex;
    vertical-align: middle;
    align-self: flex-start;
    flex-direction: column;
}

.third > .content > .right .descript{
    color: #888888;
    font-size: 16px;
    
}
.third > .content > .right .descript p{
    text-align: center;
    line-height: 1.8;
    
}

.third > .content > .right > .video-con {
    /* margin: 40px 0; */
    width: 100%;
    height: 100%;
}
.third > .content > .right > .video-con > * {
    width: 100%;
    height: 100%;
    outline: none;
}

.second> .content > .profile {
    /* margin: 40px 0; */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-top: 40px; */
    /* overflow: hidden; */
    height: 500px;
}

.second> .content > .profile div:nth-of-type(1){
    width: 715px;
    height: 100%;
    border: 1px solid #0f050b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 80px;
}
.second> .content > .profile div:nth-of-type(1) img{
    width: 760px;
    /* height: 415px; */
}
.second> .content > .profile div:nth-of-type(2){
    /* height: 100%; */
    padding-top: 20px;
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}
.second> .content > .profile div:nth-of-type(2) .nowrap{
    white-space: nowrap;
}
.second> .content > .profile div:nth-of-type(2)::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E2474D;
    position: absolute;
    top: 0;
    left: 0;
}
.second> .content > .profile div:nth-of-type(2)::after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E2474D;
    position: absolute;
    top: -3px;
    left: -3px;
}

.second> .content > .profile div:nth-of-type(2)>p{
    color: #0f050b;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
}




.second> .content > .profile div:nth-of-type(2) .scale066{
    color: #0f050b;
    font-size: 12px;
    transform: scale(0.7);
    transform-origin: 0 0;
    font-weight: normal;
    line-height: 1;
    /*margin-top: 10px;*/
}

.fourth > .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fourth > .content > .top,
.fourth > .content > .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 320px;
}
.fourth > .content > .bottom {
    margin-top: 20px;
}

.fourth > .content .container-img {
    flex: 1;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.fourth > .content .container-img:first-child {
    margin-left: 0;
}

.container-img:hover .wrapper-img-front{
    transform: rotateX(180deg);
}
.container-img:hover .wrapper-img-back {
    transform: rotateX(0);
}

.wrapper-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 60px 30px 0 30px;
    border-radius: 10px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    
}

.wrapper-img-front{
    text-align: center;
    background: #FFFFFF;
}
.wrapper-img-front img{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    /* border: 1px solid #111; */
}
.wrapper-img-front span{
    margin-top: 20px;
    color: #e2474d;
    font-size: 32px;
    font-weight: bold;
}

.wrapper-img-back{
    transform: rotateX(180deg);
    background: #e2474d;
    color: #FFFFFF;
    text-align: center;
}
.wrapper-img-back span{
    font-size: 30px;
    font-weight: bold;
}
.wrapper-img-back div{
    font-size: 22px;
    margin-top: 40px;
    line-height: 1.5;
    height: calc(100% - 110px);
    overflow: hidden;
}

/* .fourth > .content img {
    width: 100%;
    height: 100%;
    background: #1e1d2b;
} */




.fifth > .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: unset !important;
}
.fifth > .content .swiper-partner {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.fifth > .content .swiper-partner .swiper-slide {
    height: auto;
    /* height: calc(50% - 5px); */
    /* display: flex;
    justify-content: space-around; */
}
.fifth > .content .swiper-partner .swiper-slide {
    /* display: inline-flex;
    flex-direction: column;
    align-items: center; */
}

.fifth > .content .swiper-partner .swiper-slide .item img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}
.fifth > .content .swiper-partner .swiper-slide .item img:last-child {
    margin-bottom: 0;
}

.fifth > .content > .swiper-button-prev{
    left: -80px;
    outline: none;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px);
}
.fifth > .content > .swiper-button-next{
    right: -80px;
    outline: none;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 25px);
}


.fifth > .content > .picture-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1500px;
}
.fifth > .content > .picture-con > .left,
.fifth > .content > .picture-con > .right {
    display: flex;
    align-items: center;
}
.fifth > .content > .picture-con > .middle {
    display: flex;
    align-items: center;
    min-width: 800px;
    max-width: 1180px;
    overflow: hidden;
    font-size: 0;
}
.fifth > .content > .picture-con > .middle .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.fifth > .content > .picture-con > .middle .item > img:nth-of-type(1) {
    margin-bottom: 30px;
}
.fifth > .content > .picture-con > .middle img {
    display: block;
    width: 180px;
    height: 180px;
}
