html,
body {
    width: 100%;
    min-width: 1300px;
    overflow-x: hidden;
}

#about>.content .honor>.content .content_container img {
    width: 200px;
    height: auto;
    float: left;
}

#index .header .swiper-container {
    margin-top: 60px;
}

#index .header .swiper-container .box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
}

#index .header .swiper-container .m-img {
    display: none;
}

#index .header .swiper-container .box div {
    width: 90%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#index .header .swiper-container .box p.t {
    font-size: 60px;
}

#index .header .swiper-container .box p.b {
    font-size: 30px;
    margin: 20px 0 40px;
}

#index .header .swiper-container .box a {
    display: block;
    border-radius: 19px;
    width: 110px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0;
    background: #459eff;
    color: #ffffff;
}

#index .header .swiper-container .box a:hover {
    opacity: 0.8;
}

#index .header .swiper-container .swiper-button-next:after,
#index .header .swiper-container .swiper-button-prev:after {
    color: #fff;
}

#index .header .swiper-container .swiper-pagination-bullet {
    background: #fff;
    border-radius: 4px;
    opacity: 0.6;
    transition: all 0.5s;
}

#index .header .swiper-container .swiper-pagination-bullet-active {
    background: #459eff;
    opacity: 1;
    width: 20px;
    transition: all 0.5s;
}

.page>.header {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #fff;
}

.page>.header .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page>.header .content p:nth-of-type(1) {
    /*font-family: SourceHanSerifCN-Heavy;*/
    font-size: 60px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: 10px;
    font-weight: lighter;
}

.page>.header .content p:nth-of-type(2) {
    /*font-family: SourceHanSerifCN-Heavy;*/
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
    font-weight: lighter;
    letter-spacing: 15px;
}

.page>.header .bg {
    position: absolute;
    animation-iteration-count: infinite;
}

.page>.header .bg.left {
    left: -80px;
    bottom: 20px;
    width: 280px;
    height: 390px;
    animation: left 5s linear infinite;
}

.page>.header .bg.right {
    top: 0px;
    right: -50px;
    width: 354px;
    height: 474px;
    animation: right 5s linear infinite;
}

.page>.header .bg.top {
    top: -50px;
    left: 400px;
    width: 495px;
    height: 184px;
    animation: top 5s linear infinite;
}

.page>.header .bg.bottom {
    bottom: 0px;
    left: 200px;
    width: 1358px;
    height: 160px;
    animation: bottom 5s linear infinite;
}

.footer {
    min-width: 1200px;
    /* height: 306px; */
    padding-bottom: 30px;
    background-color: #171e30;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .content {
    width: 1200px;
    padding-top: 30px;
}

.footer .content>ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(165, 165, 165, 0.6);
    padding-bottom: 20px;
}

.footer .content>ul>li {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 137px;
}

.footer .content>ul>li .item li {
    margin-bottom: 15px;
}

.footer .content>ul>li .item li a {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 14px;
}

.footer .content>ul>li .item li.title {
    font-size: 20px;
    /*font-family: PingFang-SC-Medium;*/
    color: #ffffff;
    letter-spacing: 0;
}

.footer .content .contact_us {
    display: none;
}

.footer .content .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 14px;
    color: #a5a5a5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
}

.footer .content .copyright-extra {
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 14px;
}

.copyright-extra a {
    color: #a5a5a5;
}

.nav {
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-width: 1200px;
}

.nav .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    box-sizing: border-box;
}

.nav .content .right ul {
    height: 60px;
    display: flex;
    align-items: center;
}

.nav .content .right ul li.item {
    height: 100%;
    margin-right: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.nav .content .right ul li.item.hover:hover a::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 28px;
    height: 4px;
    background-color: #459eff;
}

.nav .content .right ul li.item a {
    /*font-family: PingFangSC-Regular;*/
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}

.nav .content .right ul li.item.about {
    position: relative;
}

.nav .content .right ul li.item.about .content {
    position: absolute;
    /* width: 114px; */
    width: 150px;
    height: 110px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    /* margin-left: -57px; */
    top: 110px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.nav .content .right ul li.item.about .content .about_item {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 14px;
    color: #666666;
    height: auto;
    line-height: auto;
}

.nav .content .right ul li.item.about .content .about_item:hover {
    color: #459eff;
}

.nav .content .right ul li.item.about .about_a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/blue_arrow.png);
    position: absolute;
    left: auto;
    right: -20px !important;
    top: 26px;
}

.nav .content .right ul li.item.about:hover .about_a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/default_arrow.png);
    position: absolute;
    left: auto;
    right: -20px !important;
    top: 26px;
}

.nav .content .right ul li.item.about:hover .content {
    display: flex;
}

.nav .content .right ul li.other {
    margin-right: 30px;
}

.nav .content .right ul li.other a {
    display: inline-block;
    border-radius: 19px;
    width: 110px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFangSC-Regular;*/
    font-size: 14px;
    letter-spacing: 0;
}

.nav .content .right ul li.other.entry a {
    border: 1px solid #459eff;
    color: #459eff;
}

.nav .content .right ul li.other.try a {
    color: #fff;
    background-color: #459eff;
}

.nav .content .left {
    height: 60px;
    display: flex;
    align-items: center;
}

.nav .content .left img {
    width: 180px;
    /* height: 34px; */
}

.nav .content .right_mb {
    display: none;
}

.nav .down_content {
    display: none;
}

@keyframes left {
    0% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(40px);
    }
}

@keyframes right {
    0% {
        transform: translateX(90px);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(90px);
    }
}

@keyframes top {
    0% {
        transform: translateY(100px);
    }
    50% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(100px);
    }
}

@keyframes bottom {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(-10px);
    }
}

#index .content .content_item .item_title {
    padding-top: 80px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    position: relative;
}

#index .content .content_item .item_title>div {
    display: inline-block;
    min-width: 166px;
    padding: 0 15px;
    height: 14px;
    background: #ff9900;
    text-align: center;
}

#index .content .content_item .item_title>div span {
    position: relative;
    top: -27px;
}

#index .content .content_item .item_body {
    margin-top: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

#index .content .content_item .item_body .item_body_left {
    margin-right: 60px;
}

#index .content .content_item .item_body .item {
    box-sizing: border-box;
    width: 280px;
    height: 325px;
    background: #ffffff;
    border-radius: 4px;
    margin-right: 27px;
    position: relative;
}

#index .content .content_item .item_body .item .pic img {
    display: inline-block;
    width: 100%;
    height: 160px;
}

#index .content .content_item .item_body .item .desc {
    padding: 20px 20px 0 20px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
}

#index .content .content_item .item_body .item>.bottom {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#index .content .content_item .item_body .item>.bottom .left {
    font-size: 20px;
}

#index .content .content_item .item_body .item>.bottom .right .top {
    /*font-family: SourceHanSerifCN-Bold;*/
    font-size: 30px;
    color: #333333;
    text-align: center;
}

#index .content .content_item .item_body .item>.bottom .right .bottom {
    /*font-family: SourceHanSerifCN-Bold;*/
    font-size: 15px;
    color: #333333;
    text-align: center;
}

#index .content .content_item .item_body .item:hover .desc {
    color: #459eff;
}

#index .content .content_item .item_body .item_body_content .title {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    margin-bottom: 19px;
}

#index .content .content_item .item_body .item_body_content .desc {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 40px;
}

#index .content .content_item .item_body .item_body_content ul li {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

#index .content .content_item .item_body .item_body_content ul li span {
    color: #459eff;
    font-size: 15px;
}

#index .content .content_item .item_body .item_body_content .btn_group {
    display: flex;
    margin-top: 50px;
}

#index .content .content_item .item_body .item_body_content .btn_group a {
    width: 150px;
    height: 45px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 14px;
    box-shadow: 0 14px 30px 0 rgba(69, 158, 255, 0.2);
    border-radius: 22.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

#index .content .content_item .item_body .item_body_content .btn_group a:nth-of-type(1) {
    background: #459eff;
    color: #fff;
}

#index .content .content_item .item_body .item_body_content .btn_group a:nth-of-type(2) {
    border: 1px solid #459eff;
    color: #459eff;
}

#index .content .content_item.yzs {
    height: 906px;
    background-color: #fff;
}

#index .content .content_item.yzs .item_body_content .desc {
    width: 500px;
}

#index .content .content_item.yzs .item_body_left img {
    display: inline-block;
    width: 670px;
}

#index .content .content_item.yzs .item_body_content {
    margin-left: 70px;
}

#index .content .content_item.yms {
    height: 772px;
    background-color: #e5fdfe;
}

#index .content .content_item.yms .item_body_right img {
    display: inline-block;
    width: 670px;
}

#index .content .content_item.yms .item_body_content {
    margin-right: 82px;
}

#index .content .content_item.cpdt {
    height: 535px;
    background-image: url(../images/cpdt.png);
    background-size: cover;
    background-position: center;
}

#index .content .content_item.cpdt .item_title {
    color: #fff;
}

#index .content .content_item.cpdt .item_title>div {
    display: inline-block;
    width: 166px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4) !important;
    text-align: center;
}

#index .content .content_item.cpdt .item_title>div span {
    opacity: 1;
    position: relative;
    top: -27px;
    color: #fff;
}

#index .content .content_item.hzal {
    background-color: #fff;
}

#index .content .content_item.hzal .item_body_mb {
    display: none;
}

#index .content .content_item.hzal .swiper-container {
    width: 1340px;
    display: flex;
    justify-content: center;
}

#index .content .content_item.hzal .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

#index .content .content_item.hzal .swiper-container .swiper-slide .item {
    background: #ffffff;
    /* box-shadow: 0 10px 20px 0 rgba(69, 158, 255, 0.2); */
    border-radius: 8px;
    width: 32%;
    height: auto;
    box-sizing: border-box;
    margin: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
}


/* #index .content .content_item.hzal .swiper-container .swiper-slide .item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
} */

#index .content .content_item.hzal .swiper-container .swiper-slide .item .title img {
    margin-right: 10px;
    width: 60px;
}

#index .content .content_item.hzal .swiper-container .swiper-slide .item .title span {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    /* line-height: 24px; */
    /* display: block; */
}

#index .content .content_item.hzal .swiper-container .swiper-slide .item .body {
    margin-top: 15px;
    word-break: break-all;
    padding: 0 20px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
}

#index .content .content_item.hzal .swiper-button-prev {
    font-size: 20px;
}

#index .content .content_item.hzal .swiper-button-next {
    font-size: 20px;
}

#index .swiper-button-prev:after,
#index .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px;
}

#index .swiper-button-next:after,
#index .swiper-button-prev:after {
    font-size: 20px;
}

#ement .header>.content {
    width: 1030px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 211px;
}

#ement .header>.content .left .top {
    /*font-family: SourceHanSerifCN-Heavy;*/
    font-size: 74px;
    color: #333333;
    letter-spacing: 0;
    line-height: 74px;
}

#ement .header>.content .left .bottom {
    margin-top: 61px;
    display: flex;
}

#ement .header>.content .left .bottom a {
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
}

#ement .header>.content .left .bottom a:nth-of-type(1) {
    background: #459eff;
    border-radius: 22.5px;
    margin-right: 40px;
    color: #fff;
}

#ement .header>.content .left .bottom a:nth-of-type(2) {
    border: 1px solid #459eff;
    border-radius: 22.5px;
    color: #459eff;
}

#ement>.content .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ement>.content .item .desc .title {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    line-height: 40px;
}

#ement>.content .item .desc .content {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}

#ement>.content .item.gongneng {
    height: 552px;
    background-color: #fff;
}

#ement>.content .item.gongneng img {
    width: 646px;
    height: 410px;
}

#ement>.content .item.gongneng .desc {
    margin-left: 72px;
}

#ement>.content .item.shipen {
    height: 574px;
    background: #e5fdfe;
}

#ement>.content .item.shipen img {
    width: 653px;
    height: 438px;
}

#ement>.content .item.shipen .desc {
    margin-right: 75px;
}

#ement>.content .item.fenpei {
    height: 521px;
    background: #fff;
}

#ement>.content .item.fenpei img {
    width: 628px;
    height: 401px;
}

#ement>.content .item.fenpei .desc {
    margin-left: 72px;
}

#ement>.content .item.baozhang {
    height: 520px;
    background: #e5fdfe;
}

#ement>.content .item.baozhang img {
    width: 585px;
    height: 386px;
}

#ement>.content .item.baozhang .desc {
    margin-right: 75px;
}

#ement>.content .item.shuju {
    height: 513px;
    background: #fff;
}

#ement>.content .item.shuju img {
    width: 692px;
    height: 394px;
}

#ement>.content .item.shuju .desc {
    margin-left: 72px;
}

#ement>.content .item.kuangjia {
    height: 520px;
    background: #e5fdfe;
}

#ement>.content .item.kuangjia img {
    width: 585px;
    height: 386px;
}

#ement>.content .item.kuangjia .desc {
    margin-right: 75px;
}

#ement>.content .xiaolv {
    height: 548px;
}

#ement>.content .xiaolv>.title {
    margin-top: 80px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

#ement>.content .xiaolv>.content {
    display: flex;
    justify-content: center;
    margin-top: 102px;
}

#ement>.content .xiaolv>.content .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 95px;
}

#ement>.content .xiaolv>.content .item .title {
    /*font-family: PingFangSC-Regular;*/
    font-size: 20px;
    color: #222a41;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

#ement>.content .xiaolv>.content .item .content {
    /*font-family: PingFangSC-Regular;*/
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    width: 229px;
    margin-top: 8px;
}

#audition .header>.content {
    width: 1030px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 211px;
}

#audition .header>.content .left .top {
    /*font-family: SourceHanSerifCN-Heavy;*/
    font-size: 74px;
    color: #333333;
    letter-spacing: 0;
    line-height: 74px;
}

#audition .header>.content .left .bottom {
    margin-top: 61px;
    display: flex;
}

#audition .header>.content .left .bottom a {
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
}

#index .content .content_item.yms .item_body_content .desc {
    width: 450px;
}

#audition .header>.content .left .bottom a:nth-of-type(1) {
    background: #459eff;
    border-radius: 22.5px;
    margin-right: 40px;
    color: #fff;
}

#audition .header>.content .left .bottom a:nth-of-type(2) {
    border: 1px solid #459eff;
    border-radius: 22.5px;
    color: #459eff;
}

#audition .header>.content .right img {
    display: inline-block;
    width: 585px;
    height: 386px;
}

#audition>.content .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#audition>.content .item .desc .title {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    line-height: 40px;
}

#audition>.content .item .desc .content {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}

#audition>.content .item.liandong {
    height: 543px;
    background-color: #fff;
}

#audition>.content .item.liandong img {
    width: 656px;
    height: 413px;
}

#audition>.content .item.liandong .desc {
    margin-left: 123px;
}

#audition>.content .item.qiandao {
    height: 574px;
    background-color: #e5fdfe;
}

#audition>.content .item.qiandao img {
    width: 512px;
    height: 499px;
}

#audition>.content .item.qiandao .desc {
    margin-right: 135px;
}

#audition>.content .item.jizhi {
    height: 530px;
    background-color: #fff;
}

#audition>.content .item.jizhi img {
    width: 628px;
    height: 401px;
}

#audition>.content .item.jizhi .desc {
    margin-left: 110px;
}

#audition>.content .item.qiehuan {
    height: 574px;
    background-color: #e5fdfe;
}

#audition>.content .item.qiehuan img {
    width: 653px;
    height: 438px;
}

#audition>.content .item.qiehuan .desc {
    margin-right: 77px;
}

#audition>.content .item.pingfen {
    height: 521px;
    background-color: #fff;
}

#audition>.content .item.pingfen img {
    width: 692px;
    height: 401px;
}

#audition>.content .item.pingfen .desc {
    margin-left: 62px;
}

#audition>.content .item.pingfen .desc .content {
    width: 500px;
}

#about>.header {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    background-image: url(../images/about1.png);
    background-size: cover;
    background-position: center;
}

#about>.content {
    height: 1420px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about>.content .who {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

#about>.content .who>.right {
    width: 533px;
}

#about>.content .who>.right .item .title {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

#about>.content .who>.right .item .content {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 18px;
}

#about>.content .who>.left {
    margin-right: 59px;
}

#about>.content .who>.left img {
    display: inline-block;
    width: 541px;
    height: 440px;
}

#about>.content .honor {
    margin-top: 100px;
}

#about>.content .honor .title {
    /*font-family: PingFang-SC-Medium;*/
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

#about>.content .honor>.content {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

#about>.content .honor>.content .content_container {
    width: 1188px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#about>.content .honor>.content .content_container img {
    margin-right: 15px;
    margin-bottom: 30px;
}

#version>.header {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 0px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    background-image: url(../images/version1.png);
    background-size: cover;
    background-position: center;
}

#version>.content {
    height: auto;
    box-sizing: border-box;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

#version>.content .content_container {
    width: 1200px;
}

#version>.content .content_container>ul>li {
    margin-bottom: 60px;
}

#version>.content .content_container .title {
    /*font-family: PingFangSC-Medium;*/
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

#version>.content .content_container .list {
    margin-top: 20px;
    /*font-family: PingFang-SC-Medium;*/
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

#scene.page>.header {
    height: 60px;
}

#scene>.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#scene>.content img {
    width: 150px;
    height: auto;
}

#scene>.content span {
    font-size: 26px;
    letter-spacing: 5px;
    color: #999;
}

.rotate {
    transform: rotateZ(45deg);
    transform-origin: 50% 50%;
}

.rotateR {
    transform: rotateZ(-45deg);
    transform-origin: 50% 50%;
}

.relative {
    position: relative;
    top: -0.14rem;
}

#cpys {
    background: -moz-linear-gradient(80deg, rgb(69, 117, 255) 0%, rgb(69, 158, 255) 100%);
    background: -webkit-linear-gradient(80deg, rgb(69, 117, 255) 0%, rgb(69, 158, 255) 100%);
    background: -ms-linear-gradient(80deg, rgb(69, 117, 255) 0%, rgb(69, 158, 255) 100%);
    padding-bottom: 80px;
}

#index .content #cpys.content_item .item_title>div {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

#index .content #cpys.content_item .item_body {
    max-width: 1200px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

#index .content #cpys.content_item .item_body .sitem p {
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
}

#index .content #cpys.content_item .item_body .sitem img {
    margin-bottom: 20px;
}

#index .content #cpys.content_item .item_body .sitem .t {
    font-size: 22px;
}

#index .content #cpys.content_item .item_body .sitem .b {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    #index .content .content_item.hzal .swiper-container .swiper-slide .item:hover {
        transform: none !important;
    }
    .about_child a {
        font-size: 0.3rem;
        margin-right: 0.2rem;
    }
    .gongneng_child a {
        font-size: 0.3rem;
        margin-right: 0.2rem;
    }
    .rotateMb {
        transform: rotateZ(-180deg);
    }
    .v-center {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    html,
    body {
        width: 100%;
        min-width: auto;
        overflow-x: hidden;
    }
    .nav {
        width: 100%;
        box-sizing: border-box;
        background-color: transparent;
        position: fixed;
        left: 0;
        top: 0;
        min-width: auto !important;
        position: relative;
        z-index: 20000;
        display: block;
        height: auto;
    }
    .nav>.content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }
    .nav>.content>.left {
        padding-left: 0.3rem;
    }
    .nav>.content>.left img {
        display: inline-block;
        width: 146px;
        height: auto;
    }
    .nav>.content>.right {
        display: none;
    }
    .nav>.content>.right_mb {
        padding-right: 0.3rem;
        display: flex;
        flex-direction: column;
    }
    .nav>.content>.right_mb span {
        width: 0.4rem;
        height: 0.04rem;
        background-color: #459eff;
        font-size: 5rem;
        margin-bottom: 0.1rem;
    }
    .nav>.down_content {
        display: none;
        background-color: #fff;
        animation-duration: 0.5s;
    }
    .nav>.down_content ul li {
        height: 1rem;
        display: flex;
        align-items: center;
        border-bottom: 0.01rem solid #e6e6e6;
    }
    .nav>.down_content .btn {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    .nav>.down_content .btn a {
        width: 5rem;
        height: 0.8rem;
        border: 1px solid #459eff;
        border-radius: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #459eff;
    }
    .nav>.down_content .btn:nth-of-type(2) a {
        background-color: #459eff;
        color: #fff;
    }
    .page>.header {
        width: 100%;
        height: 6rem;
        position: relative;
        background-color: #fff;
    }
    #index .header .swiper-container {
        margin-top: 50px;
    }
    .page>.header .nav .content {
        position: initial;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        transform: none;
        margin-left: 5%;
        /* background: #fff; */
    }
    .page>.header .content p:nth-of-type(1) {
        /*font-family: SourceHanSerifCN-Heavy;*/
        font-size: 0.9rem;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        letter-spacing: 0px;
        font-weight: lighter;
    }
    .page>.header .content p:nth-of-type(2) {
        /*font-family: SourceHanSerifCN-Heavy;*/
        font-size: 0.56rem;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        margin-top: 20px;
        font-weight: lighter;
        letter-spacing: 0px;
    }
    .page>.header .bg {
        position: absolute;
        animation-iteration-count: infinite;
    }
    .page>.header .bg.left {
        left: -2rem;
        bottom: 0.2rem;
        width: 2.8rem;
        height: 3.9rem;
        animation: left 5s linear infinite;
    }
    .page>.header .bg.right {
        top: 1rem;
        right: 0rem;
        width: 3.54rem;
        height: 4.74rem;
        animation: right 5s linear infinite;
    }
    .page>.header .bg.top {
        top: -2rem;
        left: 0rem;
        width: 4.95rem;
        height: 1.84rem;
        animation: top 5s linear infinite;
    }
    .page>.header .bg.bottom {
        bottom: 0rem;
        left: 2rem;
        width: 13.58rme;
        height: 1.6rem;
        animation: bottom 5s linear infinite;
    }
    .header .content {
        transform: none;
        left: 5%;
    }
    #index .header .swiper-container .m-img {
        display: block;
        width: 100%;
    }
    #index .header .swiper-container .pc-img {
        display: none;
    }
    #index .header .swiper-container .box p.t {
        font-size: 30px;
    }
    #index .header .swiper-container .box p.b {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    #index .header .swiper-container .swiper-button-next,
    #index .header .swiper-container .swiper-button-prev {
        display: none;
    }
    .footer {
        min-width: auto;
        height: auto;
        background-color: #171e30;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0.64rem;
    }
    .footer .content {
        width: auto;
        padding-top: 0.7rem;
    }
    .footer .content>ul {
        display: flex;
        justify-content: space-around;
        border-bottom: none;
        padding-bottom: 0.3rem;
    }
    .footer .content>ul>li:nth-of-type(4) {
        display: none;
    }
    .footer .content>ul>li {
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 0rem;
    }
    .footer .content>ul>li .item li {
        margin-bottom: 0.3rem;
    }
    .footer .content>ul>li .item li a {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.24rem;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 0.24rem;
    }
    .footer .content>ul>li .item li.title {
        font-size: 0.3rem;
        /*font-family: PingFang-SC-Medium;*/
        color: #ffffff;
        letter-spacing: 0;
    }
    .footer .content .contact_us {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .content .contact_us .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.3rem;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 0.48rem;
        align-self: flex-start;
        padding-left: 0.6rem;
        margin-bottom: 0.32rem;
    }
    .footer .content .contact_us p {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.24rem;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 0.7rem;
        padding-left: 0.6rem;
    }
    .footer .content .copyright {
        font-size: 0.24rem;
        margin-top: 0.65rem;
        padding: 0 0.4rem;
    }
    #index .content .content_item .item_title {
        padding-top: 0.8rem;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.5rem;
        color: #333333;
        text-align: center;
        line-height: 40px;
        position: relative;
    }
    #index .content .content_item .item_title>div {
        display: inline-block;
        width: 2rem;
        height: 0.14rem;
        background: #ff9900;
        text-align: center;
        position: relative;
    }
    #index .content .content_item .item_title>div span {
        position: absolute;
        width: 3rem;
        left: 50%;
        transform: translateX(-50%);
        top: -0.5rem;
    }
    #index .content .content_item .item_body {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.4rem;
    }
    #index .content #cpys.content_item .item_body {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0;
    }
    #index .content #cpys.content_item .item_body .sitem {
        width: 50%;
        margin-top: 20px;
    }
    #index .content #cpys.content_item .item_body .sitem img {
        margin-bottom: 10px;
    }
    #index .content .content_item .item_body .item_body_left {
        margin-right: 0rem;
    }
    #index .content .content_item .item_body .item {
        box-sizing: border-box;
        width: 280px;
        height: 325px;
        background: #ffffff;
        border-radius: 4px;
        margin-right: 27px;
    }
    #index .content .content_item .item_body .item .pic img {
        display: inline-block;
        width: 100%;
        height: 160px;
    }
    #index .content .content_item .item_body .item .desc {
        padding: 20px 20px 0 20px;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        line-height: 26px;
    }
    #index .content .content_item .item_body .item>.bottom {
        margin-top: 25px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #index .content .content_item .item_body .item>.bottom .left {
        font-size: 20px;
    }
    #index .content .content_item .item_body .item>.bottom .right .top {
        /*font-family: SourceHanSerifCN-Bold;*/
        font-size: 30px;
        color: #333333;
        text-align: center;
    }
    #index .content .content_item .item_body .item>.bottom .right .bottom {
        /*font-family: SourceHanSerifCN-Bold;*/
        font-size: 15px;
        color: #333333;
        text-align: center;
    }
    #index .content .content_item .item_body .item:hover .desc {
        color: #459eff;
    }
    #index .content .content_item .item_body .item_body_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0rem;
        margin-top: 0.2rem;
    }
    #index .content .content_item .item_body .item_body_content .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.36rem;
        color: #333333;
        font-weight: bolder;
        margin-bottom: 0.2rem;
    }
    #index .content .content_item .item_body .item_body_content .desc {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.2rem;
        color: #666666;
        margin-bottom: 0.6rem;
        padding: 0 0.5rem;
    }
    #index .content .content_item .item_body .item_body_content ul {
        align-self: flex-start;
        margin-left: 0.47rem;
    }
    #index .content .content_item .item_body .item_body_content ul li {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.28rem;
        color: #333333;
        margin-bottom: 0.2rem;
    }
    #index .content .content_item .item_body .item_body_content ul li span {
        color: #459eff;
        font-size: 0.1rem;
    }
    #index .content .content_item .item_body .item_body_content .btn_group {
        display: flex;
        margin-top: 0.6rem;
        justify-content: center;
    }
    #index .content .content_item .item_body .item_body_content .btn_group a {
        width: 2.52rem;
        height: 0.76rem;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.28rem;
        box-shadow: 0 0.24rem 0.5rem 0 rgba(69, 158, 255, 0.2);
        border-radius: 0.38rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.86rem;
    }
    #index .content .content_item .item_body .item_body_content .btn_group a:nth-of-type(1) {
        background: #459eff;
        color: #fff;
    }
    #index .content .content_item .item_body .item_body_content .btn_group a:nth-of-type(2) {
        border: 1px solid #459eff;
        color: #459eff;
        margin-right: 0rem;
    }
    #index .content .content_item.yzs {
        height: auto;
        padding-bottom: 0.8rem;
        background-color: #fff;
    }
    #index .content .content_item.yzs .item_body_left img {
        display: inline-block;
        width: 6.7rem;
        height: 6.3rem;
    }
    #index .content .content_item.yms {
        height: auto;
        padding-bottom: 0.7rem;
        background-color: #e5fdfe;
    }
    #index .content .content_item.yms .item_body_right {
        margin-top: 0rem;
    }
    #index .content .content_item.yms .item_body_right img {
        display: inline-block;
        width: 6.3rem;
        height: 4.9rem;
    }
    #index .content .content_item.yms .item_body_content {
        margin-right: 0rem;
    }
    #index .content .content_item.yms .item_body {
        flex-direction: column-reverse;
    }
    #index .content .content_item.cpdt {
        height: auto;
        background-image: url(../images/cpdt.png);
        background-size: cover;
        background-position: center;
    }
    #index .content .content_item.cpdt .item_title {
        color: #fff;
    }
    #index .content .content_item.cpdt .item_title>div {
        display: inline-block;
        width: 2.5rem;
        height: 0.14rem;
        background: rgba(255, 255, 255, 0.4) !important;
        text-align: center;
        position: relative;
    }
    #index .content .content_item.cpdt .item_title>div span {
        width: 2rem;
        opacity: 1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -27px;
        color: #fff;
    }
    #index .content .content_item.cpdt .item_body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #index .content .content_item.cpdt .item_body .item {
        width: 3.36rem;
        height: 4.6rem;
        margin-right: 0.2rem;
        margin-bottom: 0.4rem;
    }
    #index .content .content_item.cpdt .item_body .item .pic img {
        width: 3.36rem;
        height: 1.92rem;
    }
    #index .content .content_item.cpdt .item_body .item .desc {
        line-height: 0.38rem;
        margin-top: 0rem;
        padding: 0.17rem;
        font-size: 0.28rem;
        padding-bottom: 0.1rem;
    }
    #index .content .content_item.cpdt .item_body .item .bottom {
        margin-top: 0.38rem;
        padding: 0 0.17rem;
        margin-top: 0rem;
        bottom: 0.1rem;
    }
    #index .content .content_item.cpdt .item_body .item .bottom .right .top {
        font-size: 0.5rem;
    }
    #index .content .content_item.cpdt .item_body .item .bottom .right .bottom {
        font-size: 0.3rem;
    }
    #index .content .content_item.cpdt .item_body>a:nth-of-type(2) .item {
        margin-right: 0rem;
    }
    #index .content .content_item.cpdt .item_body>a:nth-of-type(4) .item {
        margin-right: 0rem;
    }
    #index .content .content_item.hzal {
        height: auto;
        padding-bottom: 0.5rem;
        background-color: #fff;
    }
    #index .content .content_item.hzal .item_title>div {
        width: 2.5rem;
    }
    #index .content .content_item.hzal .item_body {
        display: none;
    }
    #index .content .content_item.hzal .item_body_mb {
        display: block;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    #index .content .content_item.hzal .item_body_mb::-webkit-scrollbar {
        width: 0rem;
    }
    #index .content .content_item.hzal .item_body_mb .item {
        background: #ffffff;
        border-radius: 0.12rem;
        margin: 20px 0;
        box-sizing: border-box;
    }
    #index .content .content_item.hzal .item_body_mb .item .top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.2rem;
    }
    #index .content .content_item.hzal .item_body_mb .item .top img {
        width: 0.85rem;
        height: auto;
        margin-right: 0.2rem;
    }
    #index .content .content_item.hzal .item_body_mb .item .top span {
        font-size: 0.3rem;
    }
    #index .content .content_item.hzal .item_body_mb .item .content {
        padding: 0 0.2rem;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.2rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 0.5rem;
        margin-top: 0.47rem;
        padding-left: 0.3rem;
    }
    #index .content .content_item.hzal .swiper-container {
        display: flex;
        justify-content: flex-start;
        width: 80%;
        margin-left: 0rem;
        overflow: visible;
    }
    #index .content .content_item.hzal .swiper-container .swiper-slide:nth-of-type(1) {
        margin-left: 0.8rem;
    }
    #index .content .content_item.hzal .swiper-container .swiper-slide {
        display: flex;
        justify-content: center;
        margin-right: 0.5rem;
    }
    #index .content .content_item.hzal .item {
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
    }
    #index .content .content_item.hzal .item .title {
        display: flex;
        align-items: center;
    }
    #index .content .content_item.hzal .item .title img {
        margin-right: 10px;
        flex-shrink: 0;
        width: 60px;
    }
    #index .content .content_item.hzal .item .title span {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px;
    }
    #index .content .content_item.hzal .item .body {
        margin-top: 15px;
        padding: 0 20px;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 16px;
        color: #666666;
        letter-spacing: 0;
        line-height: 28px;
        word-break: break-all;
    }
    #index .content .content_item.hzal .swiper-button-prev {
        font-size: 20px;
    }
    #index .content .content_item.hzal .swiper-button-next {
        font-size: 20px;
    }
    #index .nav {
        background-color: #fff;
        position: fixed;
    }
    #ement .header>.content .left {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #ement .header>.content .left .top {
        /*font-family: SourceHanSerifCN-Heavy;*/
        font-size: 0.6rem;
        color: #333333;
        letter-spacing: 0;
        line-height: 0.6rem;
    }
    #ement .header>.content .left .bottom {
        margin-top: 0.3rem;
        display: flex;
    }
    #ement .header>.content .left .bottom a {
        width: 1.5rem;
        height: 0.45rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.13rem;
    }
    #ement .header>.content .left .bottom a:nth-of-type(1) {
        background: #459eff;
        border-radius: 0.2rem;
        margin-right: 0.4rem;
        color: #fff;
    }
    #ement .header>.content .left .bottom a:nth-of-type(2) {
        border: 1px solid #459eff;
        border-radius: 0.2rem;
        color: #459eff;
    }
    #ement .header>.content .right {
        display: none;
    }
    #ement>.content .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.8rem 0rem;
    }
    #ement>.content .item .desc {
        width: 6rem;
        margin-top: 0.4rem;
    }
    #ement>.content .item .desc .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.4rem;
    }
    #ement>.content .item .desc .content {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.25rem;
        color: #666666;
        line-height: 0.4rem;
        margin-top: 0.2rem;
    }
    #ement>.content .item.gongneng {
        height: auto;
        background-color: #fff;
    }
    #ement>.content .item.gongneng img {
        width: 6.46rem;
        height: 4.1rem;
    }
    #ement>.content .item.gongneng .desc {
        margin-left: 0rem;
    }
    #ement>.content .item.shipen {
        height: auto;
        background: #e5fdfe;
        flex-direction: column-reverse;
    }
    #ement>.content .item.shipen img {
        width: 6.53rem;
        height: 4.38rem;
    }
    #ement>.content .item.shipen .desc {
        margin-right: 0rem;
    }
    #ement>.content .item.fenpei {
        height: auto;
        background: #fff;
    }
    #ement>.content .item.fenpei img {
        width: 6.28rem;
        height: 4.01rem;
    }
    #ement>.content .item.fenpei .desc {
        margin-left: 0rem;
    }
    #ement>.content .item.baozhang {
        height: auto;
        background: #e5fdfe;
        flex-direction: column-reverse;
    }
    #ement>.content .item.baozhang img {
        width: 5.85rem;
        height: 3.86rem;
    }
    #ement>.content .item.baozhang .desc {
        margin-right: 0rem;
    }
    #ement>.content .item.shuju {
        height: auto;
        background: #fff;
    }
    #ement>.content .item.shuju img {
        width: 6.92rem;
        height: 3.94rem;
    }
    #ement>.content .item.shuju .desc {
        margin-left: 0rem;
    }
    #ement>.content .item.kuangjia {
        height: auto;
        background: #e5fdfe;
        flex-direction: column-reverse;
    }
    #ement>.content .item.kuangjia img {
        width: 5.85rem;
        height: 3.86rem;
    }
    #ement>.content .item.kuangjia .desc {
        margin-right: 0rem;
    }
    #ement>.content .xiaolv {
        height: auto;
    }
    #ement>.content .xiaolv>.title {
        margin-top: 0.4rem;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.36rem;
        color: #333333;
        text-align: center;
        line-height: 0.4rem;
    }
    #ement>.content .xiaolv>.content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0.1rem;
    }
    #ement>.content .xiaolv>.content .item {
        width: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 0.4rem;
        padding: 0.2rem 0rem;
    }
    #ement>.content .xiaolv>.content .item .title {
        /*font-family: PingFangSC-Regular;*/
        font-size: 0.35rem;
        color: #222a41;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
    }
    #ement>.content .xiaolv>.content .item .content {
        /*font-family: PingFangSC-Regular;*/
        font-size: 0.24rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 0.4rem;
        width: 100%;
        margin-top: 8px;
    }
    #ement>.content .xiaolv>.content .item img {
        width: 2rem;
        height: 2rem;
    }
    #ement>.content .xiaolv>.content .item:nth-of-type(2) {
        margin-right: 0rem;
    }
    #ement .nav {
        background-color: #fff;
        position: fixed;
        height: 50px;
    }
    #audition .header>.content .left {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #audition .header>.content .left .top {
        /*font-family: SourceHanSerifCN-Heavy;*/
        font-size: 0.6rem;
        color: #333333;
        letter-spacing: 0;
        line-height: 0.6rem;
    }
    #audition .header>.content .left .bottom {
        margin-top: 0.3rem;
        display: flex;
    }
    #audition .header>.content .left .bottom a {
        width: 1.5rem;
        height: 0.45rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.13rem;
    }
    #audition .header>.content .left .bottom a:nth-of-type(1) {
        background: #459eff;
        border-radius: 0.2rem;
        margin-right: 0.4rem;
        color: #fff;
    }
    #audition .header>.content .left .bottom a:nth-of-type(2) {
        border: 1px solid #459eff;
        border-radius: 0.2rem;
        color: #459eff;
    }
    #audition .header>.content .right {
        display: none;
    }
    #audition>.content .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.8rem 0rem;
    }
    #audition>.content .item .desc {
        width: 6rem;
        margin-top: 0.4rem;
    }
    #audition>.content .item .desc .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.4rem;
    }
    #audition>.content .item .desc .content {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.25rem;
        color: #666666;
        line-height: 0.4rem;
        margin-top: 0.2rem;
    }
    #audition>.content .item.liandong {
        height: auto;
        background-color: #fff;
    }
    #audition>.content .item.liandong img {
        width: 6.56rem;
        height: 4.13rem;
    }
    #audition>.content .item.liandong .desc {
        margin-left: 0rem;
    }
    #audition>.content .item.qiandao {
        height: auto;
        background-color: #e5fdfe;
        flex-direction: column-reverse;
    }
    #audition>.content .item.qiandao img {
        width: 5.12rem;
        height: 4.99rem;
    }
    #audition>.content .item.qiandao .desc {
        margin-right: 0rem;
    }
    #audition>.content .item.jizhi {
        height: auto;
        background-color: #fff;
    }
    #audition>.content .item.jizhi img {
        width: 6.28rem;
        height: 4.01rem;
    }
    #audition>.content .item.jizhi .desc {
        margin-left: 0rem;
    }
    #audition>.content .item.qiehuan {
        height: auto;
        background-color: #e5fdfe;
        flex-direction: column-reverse;
    }
    #audition>.content .item.qiehuan img {
        width: 6.53rem;
        height: 4.38rem;
    }
    #audition>.content .item.qiehuan .desc {
        margin-right: 0rem;
    }
    #audition>.content .item.pingfen {
        height: auto;
        background-color: #fff;
    }
    #audition>.content .item.pingfen img {
        width: 6.92rem;
        height: 4.01rem;
    }
    #audition>.content .item.pingfen .desc {
        margin-left: 0rem;
    }
    #audition>.content .item.pingfen .desc .content {
        width: auto;
    }
    #audition .nav {
        background-color: #fff;
        position: fixed;
    }
    #about>.header {
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.6rem;
        color: #ffffff;
        letter-spacing: 0;
        text-align: center;
        background-image: url(../images/about3.png);
        background-size: cover;
        background-position: center;
    }
    #about>.content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #about>.content .who {
        margin-top: 0.8rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #about>.content .who>.right {
        width: auto;
        margin-top: 0.3rem;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    #about>.content .who>.right .item .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.35rem;
        color: #333333;
        line-height: 0.3rem;
    }
    #about>.content .who>.right .item .content {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.25rem;
        color: #666666;
        line-height: 0.4rem;
        margin-top: 0.18rem;
    }
    #about>.content .who>.left {
        margin-right: 0rem;
        padding: 0 0.3rem;
    }
    #about>.content .who>.left img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #about>.content .honor {
        margin-top: 0.5rem;
    }
    #about>.content .honor .title {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.35rem;
        color: #333333;
        text-align: center;
    }
    #about>.content .honor>.content {
        margin-top: 0rem;
        display: flex;
        justify-content: center;
    }
    #about>.content .honor>.content .content_container {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0.2rem;
    }
    #about>.content .honor>.content .content_container img {
        margin-right: 0rem;
        margin-bottom: 0.2rem;
        width: 2.1rem;
        height: 2.8rem;
        margin-right: 0.2rem;
    }
    #about>.content .honor>.content .content_container div:nth-of-type(10) {
        display: none;
    }
    #about .nav {
        background-color: #fff;
    }
    #version>.header {
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.6rem;
        color: #ffffff;
        letter-spacing: 0;
        text-align: center;
        background-image: url(../images/version2.png);
        background-size: cover;
        background-position: center;
    }
    #version>.content {
        height: auto;
        box-sizing: border-box;
        padding-top: 0.6rem;
        display: flex;
        justify-content: center;
    }
    #version>.content .content_container {
        padding: 0 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }
    #version>.content .content_container>ul>li {
        margin-bottom: 0.5rem;
    }
    #version>.content .content_container .title {
        /*font-family: PingFangSC-Medium;*/
        font-size: 0.3rem;
        color: #333333;
    }
    #version>.content .content_container .list {
        margin-top: 0.2rem;
    }
    #version>.content .content_container .list li {
        /*font-family: PingFang-SC-Medium;*/
        font-size: 0.25rem;
        color: #666666;
        line-height: 0.4rem;
    }
    #version .nav {
        background-color: #fff;
    }
    #index .content .content_item.yms .item_body_content .desc {
        width: auto;
    }
    #scene.page>.header {
        height: 60px;
    }
    #scene>.content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 12rem !important;
        font-size: 0.36rem !important;
    }
    #scene>.content img {
        width: 1.5rem;
        height: auto;
    }
    #scene>.content span {
        font-size: 0.26rem;
        letter-spacing: 0.05rem;
        color: #999;
    }
    #index .content .content_item.yzs .item_body_content .desc {
        width: auto;
    }
    #ement .fenpei .content {
        width: auto !important;
    }
    #index .content .content_item.hzal .swiper-container .swiper-slide .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #about>.content .honor>.content .content_container img {
        margin-right: 0.2rem !important;
    }
}