.screen {
    width: 100%;
    height: 100vh;
    position: relative;
}

.one_screen {
    position: relative;
    /* background-image: url(../img/one_screen_bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}

.abcd_mask {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.video_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -11;
}

.video_bg source {
    width: 100%;
    height: 100vh;
}

.video_bg video {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}

.three_screen {
    /*background-image: url(../img/three_screen_bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.five_screen {
    padding-top: 18vh;
    box-sizing: border-box;
    /* background-image: url(../img/five_screen_bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}

.five_screen4 {
    background-image: url(../img/seven_screen_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.six_screen {
    padding-top: 18vh;
    box-sizing: border-box;
    background-image: url(../img/six_screen_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven_screen {
    padding-top: 18vh;
    box-sizing: border-box;
    /*background-image: url(../img/seven_screen_bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.seven_screen_en {
    background: none !important;
}

.ten_donghua {
    display: none;
}

.nine_donghua {
    display: none;
}

.nine_donghua2 {
    display: none;
}

.nine_donghua3 {
    display: none;
}

.eight_center2 {
    display: none;
}

.seven_donghua {
    display: none;
}

.seven_donghua2 {
    display: none;
}

.seven_donghua3 {
    display: none;
}

.seven_donghua4 {
    display: none;
}

.six_donghua {
    display: none;
}

.six_donghua2 {
    display: none;
}

.six_donghua3 {
    display: none;
}

.five_donghua {
    display: none;
}

.five_donghua2 {
    display: none;
}

.five_donghua3 {
    display: none;
}

.five_donghua4 {
    display: none;
}

.four_donghua {
    display: none;
}

.four_donghua2 {
    display: none;
}

.four_donghua3 {
    display: none;
}

.four_donghua4 {
    display: none;
}

.three_donghua {
    display: none;
}

.three_donghua2 {
    display: none;
}

.three_donghua3 {
    display: none;
}

.two_donghua {
    display: none;
}

.two_donghua1 {
    display: none;
}

.two_donghua2 {
    display: none;
}

.two_donghua3 {
    display: none;
}

.two_donghua4 {
    display: none;
}

.two_donghua5 {
    display: none;
}

.one_donghua {
    display: none;
}

.nine_screen {
    padding-top: 18vh;
    box-sizing: border-box;
    background-image: url(https://moyan-yunjisi.oss-cn-beijing.aliyuncs.com/tuliao/home/nine_screen_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 62.5%;
    height: 100vh;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.main_box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.main_content {
    display: flex;
    align-items: center;
}

.one_screen .one_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.one_wrap .one_left {
    width: 60.66%;
}

.one_wrap .one_left img {
    width: 90%;
    height: auto;
}

.swiper-pagination_one {
    width: 30rem !important;
    text-align: left;
    bottom: 0 !important;
    left: 2rem !important;
}

.one_wrap .one_right {
    width: 33.5%;
    padding: 2rem 3rem;
    background-color: #fff;
    border-radius: 3rem;
    color: #000;
}

.one_wrap .one_right>div {
    width: 100%;
}

.one_wrap .one_right .text_top {
    text-align: center;
    font-size: 2.4rem;
    font-family: "PingFangSC";
    font-weight: bold;
    line-height: 1;
    /* margin-bottom: 2rem; */
}

.one_txt {
    text-align: center;
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 1rem;
}

.one_box {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.one_box .one_item {
    box-shadow: 0px 10px 35px 0px rgba(74, 74, 74, 0.08);
    padding: 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    border-radius: 3rem;
    cursor: pointer;
}

.one_box .one_item img {
    width: 2rem;
    height: auto;
}

.one_box .one_item span {
    margin: 0 11rem 0 2rem;
    font-size: 1.3rem;
}

.one_wrap .one_right .time {
    font-family: "PangMenZhengDao";
    color: rgb(35, 156, 78);
    font-size: 8rem;
}

.one_wrap .one_right .time_en {
    font-family: "PangMenZhengDao";
    color: rgb(35, 156, 78);
    font-size: 8rem;
    margin: 0 auto;
    display: block;
}

.one_wrap .one_right .en_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    color: rgb(51, 51, 51);
}

.one_wrap .one_right .text_bottom {
    font-family: "SourceHanSansCN";
    text-align: left;
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 30%;
}

.header_box {
    height: 7.6vh;
    background-color: #000;
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_box .header_center {
    width: 50%;
    height: 50%;
    position: relative;
}

.header_box .header_center .input {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: .5rem;
    box-sizing: border-box;
    padding: 0 10% 0 1rem;
}

.header_box .header_center .search {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-color: #00458d;
    color: #fff;
    cursor: pointer;
}

.header_box .header_right {
    width: 5%;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
}

.header_box .header_left {
    width: 15%;
    cursor: pointer;
}

.header_box .header_left img {
    width: 100%;
    height: auto;
}

.header_box .header_right .active {
    color: white;
}

.nav_box {
    width: 62.5%;
    margin: 0 auto;
    height: 6.1vh;
}

.nav_box>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.nav_box li {
    cursor: pointer;
}

.nav_box>ul .active {
    font-weight: bold;
    font-size: 1.4rem;
}

.nav_wrap {
    width: 100%;
    margin-top: 8vh;
}

.nav_wrap .nav_item {
    width: 100%;
}

.nav_wrap .nav_item .nav_form {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 30px 103px 0px rgba(74, 74, 74, 0.12);
    padding: 2.6rem;
    border-radius: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_item .nav_form .nav_left {
    width: 50%;
}

.nav_item .nav_form .nav_left img {
    width: 100%;
    height: auto;
}

.nav_form .nav_right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 2.6rem;
}

.form_nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(153, 153, 153);
    font-family: "Microsoft YaHei";
    font-size: 1.4rem;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.form_nav li {
    padding-bottom: 1rem;
}

.form_nav>ul .active {
    color: rgb(51, 51, 51);
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #00458d;
}

.form_nav .input_box {
    padding: 1.2rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 1rem;
    margin-top: 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.form_nav .input_box input {
    background-color: #f6f6f6;
    font-size: 1.4rem;
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box;
}

.form_nav .flex {
    display: flex;
    justify-content: space-between;
}

.input_box .icon {
    width: 2rem;
    height: auto;
}

.btn_box {
    padding: 1.4rem;
    box-sizing: border-box;
    background-color: #00458d;
    color: #fff;
    border-radius: 1rem;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.changguan {
    position: absolute;
    bottom: 10vh;
    right: 10%;
    width: 2.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: rgb(102, 102, 102);
    z-index: 98;
}

.changguan img {
    width: 100%;
    height: auto;
    margin-bottom: .2rem;
}

.three_main {
    padding: 25.65vh 2rem 10vh 2rem;
}

.three_title {
    padding-left: 13%;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 6rem;
}

.three_wrap {
    width: 100%;
    color: rgb(255, 255, 255);
    height: 58vh;
}

.three_wrap .three_title2 {
    margin-top: 12vh;
    font-weight: bold;
    font-size: 2.8rem;
}

.three_wrap .three_box {
    margin-top: 5vh;
    width: 3rem;
    height: .6rem;
    background-color: #fff;
}

.three_wrap .three_pp {
    width: 60%;
    margin-top: 7vh;
    line-height: 3rem;
    font-size: 2rem;
}

.three_wrap .three_pp_en {
    width: 90%;
    margin-top: 7vh;
    line-height: 3rem;
    font-size: 1.4rem;
}

.three_wrap .num {
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.149);
    font-weight: bold;
    position: absolute;
    font-size: 10rem;
    left: 13%;
    top: 6vh;
    z-index: -1;
}

.swiper {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.three_wrap .swiper-slide {
    padding-left: 13%;
}

.one_wrap .swiper-slide {
    height: 100%;
    text-align: center;
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 1s ease;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12%;
    height: .5rem;
    background-color: #eee;
    border-radius: 0;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
}

.swiper-pagination .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 25px);
}

.swiper-pagination2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.swiper-pagination2 {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    bottom: 1.5rem !important;
}

.four_title_img {
    width: 100%;
    padding-top: 16vh;
}

.four_title_img img {
    width: 12.66%;
    height: auto;
    margin: 0 auto;
}

.four_wrap {
    width: 100%;
    margin-top: 3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four_wrap .four_item_left {
    width: 63.33%;
    height: 46vh;
    border-radius: 2rem;
    overflow: hidden;
}

.four_item_left video {
    width: 100%;
    border-radius: 2rem;
    height: auto;
}

.four_img {
    width: 100%;
    margin-top: 3rem;
}

.four_img img {
    width: 100%;
    height: auto;
}

.four_item_right {
    width: 36.66%;
    box-sizing: border-box;
    padding-left: 4rem;
}

.four_item_right>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(153, 153, 153);
    font-family: "Microsoft YaHei";
    font-size: 1.4rem;
    border-bottom: 1px solid #00458d;
}

.four_item_right li {
    padding-bottom: 1rem;
    cursor: pointer;
}

.four_item_right li:hover {
    color: #00458d;
}

.four_item_right>ul .active {
    color: rgb(51, 51, 51);
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #00458d;
}

.four_item_right .tabber_box {
    height: 35vh;
    overflow: auto;
}

.four_item_right .tabber_box .active {
    display: block !important;
}

.four_item_right .tabber_item {
    width: 100%;
    display: none;
}

.four_item_right .tabber_item .huiyi_title {
    width: 70%;
    padding: 1rem 2rem 1rem 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #00458d;
    margin: 2rem 0;
}

.huiyi_wrap {
    display: flex;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.huiyi_wrap .time {
    width: 33%;
    font-weight: bold;
    text-align: right;
    position: relative;
}

.huiyi_wrap .dian {
    border-radius: 50%;
    background-color: rgb(2, 66, 141);
    width: 8px;
    height: 8px;
    position: relative;
    margin: 0 1rem;
}

.huiyi_wrap .dian_none {
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: relative;
    margin: 0 1rem;
}

.huiyi_wrap .time::after {
    content: "";
    width: 1px;
    height: 138%;
    background-color: #00458d;
    position: absolute;
    right: -14%;
    top: 3px;
}

.huiyi_wrap .text {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    line-height: 2rem;
    cursor: pointer;
}

.huiyi_wrap .text span {
    margin: 0 .3rem;
}

.huiyi_wrap .text .name {
    width: 11rem;
    text-align: justify;
    /* text-align-last: justify; */
    word-break: break-all;
}

.huiyi_wrap .text img {
    width: 1rem;
    height: auto;
}

.five_wrap {
    width: 70%;
    /* height: 60rem; */
    padding: 0 3rem 2rem 3rem;
    background-color: #fff;
    border-radius: 4rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.five_title {
    width: 100%;
    padding: 2rem 0;
}

.five_title img {
    width: 13%;
    height: auto;
    margin: 0 auto;
}

.ten_title1 {
    width: 100%;
    padding: 2.4rem 0;
}

.ten_title1 img {
    width: 20%;
    height: auto;
    margin: 0 auto;
}

.ten_title2 {
    width: 100%;
    padding: 4.4rem 0 3rem 0;
}

.ten_title2 img {
    width: 20%;
    height: auto;
    margin: 0 auto;
}

.five_center {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.five_center .five_item {
    width: 30%;
    height: 40.4rem;
    border-radius: 3rem;
    position: relative;
}

.five_center .five_item .five_img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.five_center .five_item .five_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 2.4rem;
    background-color: #000;
    opacity: .5;
    z-index: 9;
}

.five_center .five_item .five_time {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-size: 1rem;
    z-index: 19;
    color: #fff;
}

.five_center .five_item .five_text {
    width: 70%;
    font-size: 2rem;
    line-height: 2.6rem;
    position: absolute;
    left: 2rem;
    bottom: 4rem;
    z-index: 19;
    color: #fff;
}

.five_gengduo {
    position: absolute;
    width: 12%;
    height: auto;
    left: 50%;
    bottom: 4%;
    transform: translate(-50%, 0);
}

.six_gengduo {
    position: absolute;
    width: 12%;
    height: auto;
    left: 50%;
    bottom: 5rem;
    transform: translate(-50%, 0);
}

.container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease 0s;
    touch-action: none;
}

.six_wrap {
    width: 70%;
    height: 62rem;
    padding: 0 3.4%;
    background-color: #fff;
    border-radius: 4rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.six_title {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    color: #00458d;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3rem;
}

.six_title img {
    width: 13%;
    height: auto;
    margin: 0 auto;
}

.six_text_title {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    color: #00458d;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3rem;
}

.six_page {
    width: 100%;
    height: 73%;
    position: relative;
}

.six_center {
    width: 100%;
    height: 40rem;
    position: relative;
}

.six_center>div {
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.six_imgbox {
    width: 12rem;
    height: 12rem;
    transform: rotate(45deg);
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.six_center>div img {
    width: 16rem;
    height: auto;
    display: block;
    transition: all 500ms ease;
    transform: rotate(-45deg) scale(.6);
}


/* .six_center>div img:hover {
    transform: scale(1.2);
} */

.six_center .six_item1 {
    width: 72rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.six_center .six_item2 {
    width: 92rem;
    left: 50%;
    top: 10rem;
    transform: translate(-50%, 0);
}

.six_center .six_item3 {
    width: 72rem;
    left: 50%;
    top: 20rem;
    transform: translate(-50%, 0);
}

.six_center .six_item4 {
    width: 55rem;
    left: 50%;
    top: 30rem;
    transform: translate(-50%, 0);
}

.seven_center {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.seven_center .seven_item_left {
    width: 50%;
    height: 28rem;
    border-radius: 2rem;
    overflow: hidden;
}

.seven_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    font-size: 1.2rem;
    padding-left: .4rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
}

.seven_img_foot {
    margin-top: 3rem;
}

.seven_img_foot img {
    width: 100%;
    height: auto;
}

.seven_item_right {
    width: 50%;
    height: 100%;
    padding-left: 3rem;
}

.seven_item_right .seven_text {
    display: flex;
    justify-content: space-between;
    line-height: 4.4rem;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.seven_item_right .seven_text :hover {
    color: #00458d !important;
}

.seven_item_right .seven_text .txt {
    color: #000;
    width: 80%;
    font-size: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seven_item_right .seven_text .time {
    width: 16%;
    font-size: 1rem;
    color: rgb(153, 153, 153);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn_text {
    width: 100%;
    margin-top: 1rem;
    text-align: right;
    color: #00458d;
    cursor: pointer;
}

.eight_wrap {
    padding-top: 14vh;
}

.six_center {
    width: 100%;
}

.eight_wrap .swiper3 {
    padding: 2rem 0;
}

.eight_wrap .swiper_item {
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    position: relative;
    padding: 0 1.4rem 1.4rem 1.4rem;
    overflow: hidden;
    transition: all 1s ease;
}

.eight_wrap .swiper_item .brief {
    width: calc(100% - 2.6rem);
    height: 24rem;
    background-color: #fff;
    border-radius: 4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 7rem;
    box-shadow: 0px 8px 1.2rem 0px rgba(222, 222, 222, 0.3);
    position: absolute;
    left: 1.3rem;
    bottom: 1.3rem;
    padding: 2rem;
    text-align: left;
    color: #000;
    font-size: 1.4rem;
}

.eight_wrap .swiper_item .brief .details {
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
    line-height: 1.8rem;
    height: 8.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.swiper-pagination5 {
    height: 5px;
    background: #eee;
    width: 80% !important;
    display: flex;
    left: 10% !important;
    bottom: 5% !important;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
    background-color: #00458d !important;
    opacity: 1;
}

.eight_wrap .swiper_item .brief .name {
    color: rgb(51, 51, 51);
    line-height: 2rem;
    font-size: 1.4rem;
}

.eight_wrap .swiper_item .brief .job {
    color: rgb(153, 153, 153);
    font-size: 1.4rem;
}

.eight_wrap .swiper_item .brief .text {
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 1rem 0;
    line-height: 1.5;
    height: 4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.eight_wrap .swiper_item img {
    width: 100%;
    height: auto;
    border-radius: 4rem;
}

.eight_wrap .img_boxs {
    overflow: hidden;
    height: 45rem;
    border-radius: 4rem;
}

.swiper-button-next {
    right: -10%;
    left: auto;
}

.swiper-button-prev {
    left: -10%;
    right: auto;
}

.swiper-button-next2 {
    right: -4% !important;
    left: auto;
}

.swiper-button-prev2 {
    left: -4% !important;
    right: auto;
}

.six_tabbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.six_tabbar .tab_item {
    width: 14%;
    height: 4rem;
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 35px 0px rgba(74, 74, 74, 0.08);
    border-radius: 1rem;
    cursor: pointer;
}

.six_tabbar .tab_item:hover {
    color: #fff;
    background-color: #00458d;
}

.eight_center {
    margin-top: 2rem;
    display: none;
}

.nine_center {
    width: 100%;
    padding: 1rem;
}

.nine_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nine_center .nine_item {
    /* padding: .4rem; */
    width: 17%;
    margin: 1.5% 1%;
    border-radius: 1.6rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 18px 0px rgba(231, 231, 231, 0.47);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.nine_center .nine_item img {
    height: auto;
    width: 100%;
    transition: all 1s ease;
}

.ten_screen {
    position: relative;
}

.ten_content {
    width: 62.5%;
    height: 70%;
    position: relative;
    margin: 0 auto;
}

.ten_wrap1 {
    width: 50%;
    height: 27rem;
    position: absolute;
    left: 0;
    bottom: 3rem;
    z-index: 19;
    border-radius: 5rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 51px 0px rgba(231, 231, 231, 0.44);
}

.ten_wrap2 {
    width: 54%;
    height: 33rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 5rem;
    background-color: #f5f5f5;
}

.ten_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 26rem;
    background-color: #1b1b38;
    color: #fff;
    z-index: 100;
}

.ten_center1 {
    width: 100%;
    padding: 0 5rem;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: center;
}

.ten_center1::-webkit-scrollbar {
    display: none;
}

.ten_center1 .ten_item {
    width: 30%;
    display: flex;
    white-space: normal;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 0 6%;
}

.ten_center1 .ten_item img {
    width: 100%;
    height: auto;
}

.ten_center1 .ten_item .text {
    text-align: center;
    line-height: 3rem;
}

.ten_center2 {
    width: 100%;
    padding: 0 10rem 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ten_center2 .ten_item2 {
    width: 46%;
    margin-bottom: 3rem;
    cursor: pointer;
}

.ten_center2 .ten_item2 img {
    width: 100%;
    height: auto;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    display: none !important;
}

.foot_center {
    width: 62.5%;
    height: 100%;
    font-size: 1.2rem;
    margin: 0 auto;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.foot_wrap1 {
    width: 24%;
    margin: 1rem auto;
}

.foot_wrap2 {
    width: 60%;
    margin: 1rem auto;
}

.foot_wrap5 {
    width: 70%;
    margin: 1rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap6 {
    width: 76%;
    margin: 1rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap3 {
    width: 38%;
    margin: 1rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap4 {
    width: 100%;
    margin: 1rem auto;
    color: rgba(255, 255, 255, 0.502);
    border-top: 1px solid #888;
    padding-top: .8rem;
}

.foot_wrap1 .foot_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.erweima_masks {
    position: absolute;
    width: 132px;
    height: 132px;
    border-radius: 1rem;
    background-color: #1b1b38;
    top: -133px;
    left: 50%;
    padding: .4rem;
    z-index: 999;
    cursor: pointer;
    transform: translate(-50%, 0);
}

.erweima_masks1 {
    display: none;
}

.erweima_masks2 {
    display: none;
}

.erweima_masks3 {
    display: none;
}

.erweima_masks img {
    width: 100% !important;
    height: 100% !important;
}

.foot_wrap1 .foot_item img {
    width: 3rem;
    height: auto;
}

.foot_wrap1 .foot_item p {
    text-align: center;
    line-height: 3rem;
    word-break: break-all;
    color: #ccc;
}

.page4_box {
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.page4_box .page4_item1 {
    width: 48%;
}

.page4_box_en {
    background-color: #fff;
    padding: 4rem;
    border-radius: 3rem;
}

.five_video .five_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    /* 定位元素下允许点击 */
    pointer-events: none;
    display: none;
}

.five_video .five_mask .time {
    width: 100%;
    padding: 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.1rem;
}

.five_video .five_mask .txt {
    width: 100%;
    padding: 2rem;
    position: absolute;
    left: 0;
    bottom: 2.2rem;
    font-size: 1.6rem;
}

.page4_box .page4_item2 {
    width: 48%;
}

.page4_right_box {
    overflow: auto;
}

.page4_right_box .five_text {
    display: flex;
    justify-content: space-between;
    line-height: 4.8rem;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.page4_right_box .five_text :hover {
    color: #00458d !important;
}

.page4_right_box .five_text .txt {
    color: #000;
    width: 80%;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page4_right_box .five_text .time {
    width: 17%;
    font-size: 1.1rem;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page4_box .title_img img {
    width: 30%;
    height: auto;
    margin: 3rem 0;
}

.five_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 32rem;
    overflow: hidden;
    border-radius: 2rem;
    margin-top: 5rem;
}

.play_btn {
    width: 8rem !important;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.five_video .video_img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-button-next4 {
    right: 10px !important;
}

.swiper-button-prev4 {
    left: 10px !important;
}


/* 手风琴 */

.nav_item {
    position: relative;
    height: 71vh;
    overflow: hidden;
    box-shadow: 0px 20px 65px 0px rgba(74, 74, 74, 0.12);
    border-bottom-left-radius: 4.4rem;
    border-bottom-right-radius: 4.4rem;
}

#containers {
    width: 100%;
    height: 100%;
}

#containers .slides {
    position: absolute;
    width: 40%;
    height: 100%;
    /* transition: all .5s ease; */
    cursor: pointer;
    overflow: hidden;
    border-radius: 4.4rem;
}

#containers .slides .masks {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    opacity: .5;
    display: flex;
}

#containers .slides .details {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#containers .slides .details .white {
    background-color: #fff;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 4.4rem;
    border-bottom-right-radius: 4.4rem;
    flex: 1;
}

#containers .slides .details img {
    width: 100%;
    height: auto;
}

#containers .slides .details .title {
    padding: 1rem 1.5rem;
    font-size: 2.6rem;
    color: #000;
    font-weight: bold;
}

#containers .slides .details .tiao {
    width: 100%;
    padding: 0 1.5rem;
}

#containers .slides .details .ppp {
    font-size: 1.3rem;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.4;
    width: 100%;
    padding: 1rem 1.5rem;
}

#containers .slides .details .tiao span {
    display: block;
    width: 4rem;
    height: .4rem;
    background-color: #00458d;
}

#containers .slides .masks1 {
    justify-content: flex-start;
    display: none;
}

#containers .slides .masks2 {
    justify-content: flex-end;
}

#containers .slides .masks3 {
    justify-content: flex-end;
}

#containers .slides .masks4 {
    justify-content: flex-end;
}

#containers .slides .masks5 {
    justify-content: flex-end;
}

#containers .slides .masks span {
    width: 37%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 3.3rem;
    padding: 3rem 3rem;
    text-align: center;
    writing-mode: vertical-rl;
}

#containers .slides.slide1 {
    background-image: url(../img/two_img5.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 60%;
    z-index: 9;
}

#containers .slides.slide2 {
    background-image: url(../img/two_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 45%;
    z-index: 8;
}

#containers .slides.slide3 {
    background-image: url(../img/two_img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 30%;
    z-index: 7;
}

#containers .slides.slide4 {
    background-image: url(../img/two_img3.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 15%;
    z-index: 6;
}

#containers .slides.slide5 {
    background-image: url(../img/two_img4.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
    z-index: 5;
}

#fixed{
    background-color: #000!important;
}

.fixed_box {
    position: fixed;
    right: 13rem;
    bottom: 5rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
    /* display: none; */
}

.masks_kefu {
    display: none;
    position: absolute;
    left: -24rem;
    top: 13rem;
    width: 22rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
}

.masks_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.masks_bg1 {
    display: none;
}

.masks_bg2 {
    display: none;
}

.masks_bg3 {
    display: none;
}

.ditu_title {
    width: 8%;
    position: absolute;
    left: 50%;
    top: 16.8%;
    transform: translate(-50%, 0);
}

.ditu_title img {
    width: 100%;
    height: auto;
}

.ditu_tabbar {
    width: 12%;
    position: absolute;
    right: 12.7%;
    top: 28%;
    transform: translate(-50%, 0);
}

.ditu_tabbar .active {
    background-color: #00458d;
    color: #fff;
    font-size: 1.2rem;
}

.ditu_tabbar>div {
    width: 100%;
    /* height: 7.8vh; */
    margin-bottom: 3rem;
    border-radius: 2.4rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.ditu_tabbar>div p {
    width: 100%;
}

.masks_ditu {
    position: absolute;
    left: 43%;
    top: 18%;
    width: 48.5%;
    /* height: 65vh; */
    border-radius: 2rem;
    background-color: #fff;
    background-image: url(../img/changguan_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem 2rem;
    transform: translate(-50%, 0);
    display: flex;
    z-index: 9999;
    align-items: center;
}

.masks_ditu>div {
    width: 100%;
    display: none;
}

.masks_ditu img {
    max-width: 100%;
    max-height: 65vh;
    margin: 0 auto;
    cursor: pointer;
}

.close_ditu {
    width: 5rem;
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem;
    border-radius: .4rem;
    background-color: #fff;
    position: absolute;
    bottom: 2%;
    left: 42%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.masks_yuding {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 40rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
    transform: translate(-50%, 0);
}

.masks_yuding .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.masks_yuding .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_yuding .input_box {
    padding: 1rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 1rem;
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.masks_yuding .input_box input {
    background-color: #f6f6f6;
    font-size: 1.3rem;
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box;
}

.masks_yuding .input_box textarea {
    background-color: #f6f6f6;
    font-size: 1.3rem;
    width: 100%;
    height: 7.2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    resize: none;
}

.upload_icon {
    width: 100%;
    height: 7.2rem;
    overflow: hidden;
}

#upload_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.imgMains {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.imgMains img {
    width: 100%;
    height: auto;
}

.upload_icon img {
    width: 100%;
    height: auto;
}

.masks_yuding .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.masks_yuding .flex>div {
    width: 48%;
}

.masks_dengji {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 37rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
    transform: translate(-50%, 0);
}

.web_white_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50rem;
    border-radius: 3rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 3rem;
    transform: translate(-50%, -50%);
}

.web_white_box .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.web_white_box .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_dengji .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.masks_dengji .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_dengji .input_box {
    padding: 1.2rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 1rem;
    margin-top: 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.masks_dengji .input_box input {
    background-color: #f6f6f6;
    font-size: 1.4rem;
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box;
}

.masks_dengji .flex {
    display: flex;
    justify-content: space-between;
}

.input_box .icon {
    width: 2rem;
    height: auto;
}

.btn_box {
    padding: 1.4rem;
    box-sizing: border-box;
    background-color: #00458d;
    color: #fff;
    border-radius: 1rem;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masks_dengji .box img {
    width: 1.2rem;
    height: 1.2rem;
}

.masks_kefu .box1 {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_kefu .box1 img {
    width: 1.1rem;
    height: 1.1rem;
}

.masks_kefu .erweima {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.fixed_box .fixed_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    color: rgb(102, 102, 102);
    margin-top: 1rem;
    cursor: pointer;
    /* word-break: break-all; */
}

.fixed_box .fixed_item .fixed_img {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.fixed_box .fixed_item .fixed_img img {
    width: 100%;
    height: auto;
}

.web_view_tab {
    position: fixed;
    left: 13rem;
    bottom: 5rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 1.2;
}

.web_view_tab .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.web_view_tab .icon img {
    width: 100%;
    height: auto;
}

.web_view_tab2 {
    position: fixed;
    left: 13rem;
    bottom: 13rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 1.2;
}

.web_view_tab2 .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.web_view_tab2 .icon img {
    width: 100%;
    height: auto;
}

.web_masks {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.web_erweima_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.web_erweima_box .view {
    width: 42%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.web_erweima_box .view2 {
    width: 42%;
    line-height: 2;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}

.web_erweima_box .view img {
    width: 100%;
}

.web_text {
    width: 100%;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
