/* .section {
    text-align: center; 
    font: 50px "Microsoft Yahei";
    background-color: #fff;
} */

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
/* 播放按钮 */
video::-webkit-media-controls-play-button {
    display: none;
}
/* 进度条 */
video::-webkit-media-controls-timeline {
    display: none;
}
/* 观看的当前时间 */
video::-webkit-media-controls-current-time-display {
    display: none;
}
/* 剩余时间 */
video::-webkit-media-controls-time-remaining-display {
    display: none;
}
/* 音量按钮 */
video::-webkit-media-controls-mute-button {
    display: none;
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}
/* 音量的控制条 */
video::-webkit-media-controls-volume-slider {
    display: none;
}
/* 所有控件 */
video::-webkit-media-controls-enclosure {
    display: none;
}

.header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
    color: #fff;
}

.header .header_top {
    background-color: #000;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    min-height: 20px;
    display: none;
}

.header .header_top > div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.header .header_bottom {
    height: 0.6rem;
    line-height: 0.6rem;
}

.header .header_bottom > div {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}

.header .header_bottom .logo {
    width: 1.43rem;
    height: 0.38rem;
}

.header_menu {
    display: flex;
}

.header_menu p {
    height: 100%;
    margin: 0 10px;
    padding: 0 4px;
    box-sizing: border-box;
}

.header_menu p.active {
    border-bottom: 2px solid #fff;
}

.header_menu p a {
    color: #fff;
}

.nav ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    /* height: 100%; */
}

.nav .menu-icon {
    display: none;
}

.nav ul::before,
.nav ul::after {
    content: "";
    display: table;
}

.nav ul::after {
    clear: both;
}

.nav ul > li {
    float: left;
    position: relative;
}

.nav a {
    position: relative;
    display: block;
    padding: 0px 20px;
    color: #fff;
    box-sizing: border-box;
}

.nav a:hover {
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

.nav > ul > li.active > a::after,
.nav > ul > li > a:hover:after {
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.nav li ul {
    background: rgba(255, 255, 255, 0.9);
}
.nav li ul li {
    width: 150px;
    height: 40px;
    line-height: 40px;
}
.nav li ul a {
    border: none;
    color: #333;
    font-size: 14px;
}

.nav li ul a:hover {
    color: #2f318b;
    font-weight: bold;
}

.header-nav ul > li:hover ul li {
    max-height: 150px;
}
.header-nav li ul {
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 1;
	width: 65px;
}
.header-nav li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

.arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png) top center no-repeat;
    background-size: 50px 50px;
}

.section1 {
    background-image: url(../images/section_1.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.bn-video .swiper-slide video {
    position: absolute;
    left: 0px;
    object-fit: fill;
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: cover;
    background-position: center center;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.video_container {
    width: 100%;
    height: 100%;
    color: #fff;
}

.bn-pagination {
    right: 0.87rem;
    position: absolute;
    width: 0.24rem;
    top: 0px;
    bottom: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bn-pagination .swiper-pagination {
    position: relative;
}

.bn-pagination .swiper-pagination-bullet {
    display: block;
    width: 100%;
    position: relative;
    width: 0.24rem;
    height: auto;
    padding-top: 0.91rem;
    opacity: 1;
    background: none;
    margin: 0.1rem 0px 0px;
}

.bn-pagination .swiper-pagination-bullet span {
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    border: 0.02rem solid #fff;
}

.bn-pagination .swiper-pagination-bullet i {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -0.01rem;
    top: 0px;
    width: 0.02rem;
    background: #6e6d6c;
    height: 0.81rem;
}

.bn-pagination .swiper-pagination-bullet i:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    height: 0px;
    width: 100%;
}

.bn-pagination .swiper-pagination-bullet-active i:before {
    height: 100%;
    transition: 5s all;
    -webkit-transition: 5s all;
    -ms-transition: 5s all;
    -o-transition: 5s all;
}
.bn-pagination .swiper-pagination-bullet-active span {
    background: #fff;
}
.bn-pagination .swiper-pagination-bullet:first-child {
    padding-top: 0px;
}
.bn-pagination .swiper-pagination-bullet:first-child i {
    display: none;
}

.section .menu_home {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 6%;
    bottom: 2%;
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/menu_home.png);
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.section .section_title {
    text-align: center;
    padding: 10px 0;
}

.section2 {
    background-image: url(../images/section_2.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.section2 .section_title {
    background-image: url(../images/title_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section2 .section_title img {
    width: 1%;
}

.about_ctx {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    margin: 2% auto;
}

.about_ctx .about_img {
    position: relative;
    width: 8rem;
}

.about_ctx .about_txt {
    position: relative;
    width: 6rem;
    margin: 20px auto;
    line-height: 30px;
}

.about_ctx .about_txt h3 {
    /* font-size: 30px; */
    color: #333;
    line-height: 88px;
}

.section3 {
    background-image: url(../images/section_3.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    color: #fff;
    /* background-color: #1f2072; */
}
.product_ctx {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    margin: 2% auto;
}
.product_ctx > div {
    position: relative;
    padding: 0.4rem;
    /* width: 30%; */
    /* height: 80%; */
    /* min-height: 450px; */
    text-align: center;
    /* min-width: 370px; */
    margin: 0 auto;
    /* box-sizing: border-box; */
    /* padding: 50px 0; */
}

.product_ctx > div.center {
    background-color: #3538a6;
    color: #333;
}

.product_ctx h3 {
    /* font-size: 28px; */
    margin-top: 10%;
}
.product_ctx p {
    /* font-size: 16px; */
    margin-bottom: 10%;
    text-transform: Uppercase;
    line-height: 26px;
}

.product_ctx .see_more {
    display: inline-block;
    margin: 0 auto;
    width: 1.55rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    /* font-size: 12px; */
    color: #fff;
    border: 1px solid #fff;
    border-radius: 46px;
}

.product_ctx .center .see_more {
    color: #fff;
    border-color: #fff;
}

.section3 .section_title {
   /* background-image: url(../images/title_bg2.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.section3 .section_title img {
    width: 1%;
}

.section4 {
    background-image: url(../images/section_4.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.honor_ctx {
    position: relative;
    /* display: none; */
    width: 16.64rem;
    height: 82%;
    margin: 0 auto;
}

.honor_ctx .honor_bg {
    position: absolute;
    width: 4.8rem;
    /* height: 9.94rem; */
    right: 0;
    top: 0.2rem;
}
.honor {
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    z-index: 99;
}
.honor_img {
    /* height: 5.48rem; */
    width: 5.48rem;
    margin-left: 30px;
}
.honor_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
    width: 40%;
    margin-right: 30px;
}

.honor_l .honor_title {
    /* margin-bottom: 8%; */
    background: url(../images/tit_icon.png) bottom left no-repeat;
    padding-bottom: 10px;
}
.honor_l .honor_title h3 {
    font-size: 0.3rem;
}
.honor_l .honor_title p {
    font-size: 0.18rem;
}
.honor_l .honor_txt {
    font-size: 0.16rem;
    line-height: 30px;
    padding: 0.2rem 0;
}
.section5 {
    background-image: url(../images/section_5.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}
.news_ctx {
    width: 80%;
    margin: 0 auto;
}

.news_top {
    display: flex;
    align-items: center;
    position: relative;
    /* right: -120%; */
}

.news_top > img {
    width: 240px;
    height: 180px;
}

.news_top .news_top_txt {
    padding: 0.3rem;
    background-color: #fff;
}
.news_top .news_top_txt h3 {
    font-size: 0.2rem;
    line-height: 50px;
}
.news_top .news_top_txt p {
    font-size: 0.16rem;
    line-height: 28px;
    width: 100%;
}

.news_ctx .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    /* left: -120%; */
}

.news_ctx .news_item {
    width: 48%;
    display: flex;
    margin-top: 3%;
}

.news_ctx .news_item .date {
    background-color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-weight: bold;
}

.news_ctx .news_item:hover .date {
    background-color: #2eb7b2;
    color: #fff;
}

.news_ctx .news_item .date span:first-of-type {
    vertical-align: super;
}
.news_ctx .news_item .date span:last-of-type {
    vertical-align: sub;
}

.news_ctx .news_item:hover .news_txt {
    background-color: #2f318b;
    color: #fff;
}

.news_ctx .news_item:hover .news_txt a {
    color: #fff;
}

.news_ctx .news_item .news_txt {
    flex: 1;
    padding: 0.2rem;
    box-sizing: border-box;
}

.news_ctx .news_item .news_txt h3 {
    /* font-size: 20px; */
    line-height: 0.5rem;
}

.news_ctx .news_item .news_txt p {
    /* font-size: 16px; */
    line-height: 28px;
}

.section6 {
    position: relative;
    display: flex;
    flex-direction: column;
    /* background-color:brown; */
}

.section6 .other_65 {
    height: 65%;
    /* background-image: url(../images/joinus-bg.jpg); */
    background-image: url(../images/bj.jpg);
    background-position: center center;
    background-size: 1920px 646px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.2rem;
    padding: 0 10%;
}

.section6 .other_65 > h1 {
    font-size: 0.24rem;
}

.section6 .other_65 > p {
    margin: 0.8rem 0;
}

.section6 .other_40 {
    height: 40%;
    /* background-image: url(../images/joinus-bg.jpg); */
    background-position: center center;
    background-size: 1920px 646px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    font-size: 0.2rem;
}

.section6 .other_60 {
    height: 60%;
    background-image: url(../images/section_6.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.6rem 0;
}

.section6 .icon_wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
}

.section6 .icon_wrap > div {
    text-align: center;
    /* width: 2rem; */
    padding: 0 15%;
}

.section6 .icon_wrap img {
    width: 0.6rem;
    height: 0.6rem;
}

.section6 .other_35 {
    height: 35%;
    background-image: url(../images/section_6.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.6rem 2rem;
    font-size: 0.13rem;
    color: #fff;
    display: flex;
    justify-content: space-around;
}

.other_35 .list_1 {
    width: 3.38rem;
}

.other_35 .footer_logo {
    width: 1.74rem;
    height: 0.46rem;
    padding-bottom: 0.06rem;
    border-bottom: 1px solid #5f5f61;
    margin-bottom: 0.2rem;
}

.other_35 .list_2 li {
    line-height: 0.26rem;
}

.other_35 .list_3 img {
    width: 1.2rem;
    height: 1.2rem;
}

/* .section6_inner {
    position: absolute;
    width: 100%;
    background-image: url(../images/section_6.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
} */

.section6 .section6_top {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.section6 .section6_top .logo {
    width: 3.48rem;
    height: 0.92rem;
}

.tel_img {
    width: 0.36rem;
    height: 0.44rem;
}

.section6 .section6_top .tel {
    font-size: 0.48rem;
    margin-left: 10px;
}

.section6 .section6_top p {
    text-align: center;
}

.section6 .section6_bottom {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-top: 1rem;
    color: #fff;
}

.section6 .section6_bottom h3 {
    font-size: 0.2rem;
    line-height: 0.5rem;
}

.link_list li {
    line-height: 0.4rem;
}

.link_type a {
    display: block;
    width: 1.86rem;
    height: 0.36rem;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.36rem;
    border-radius: 0.4rem;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 14px;
}

.link_type a span {
    font-family: cursive;
}

.section6 .section6_bottom .wx_code {
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
}

.section6 .section6_bottom .wx_code img {
    width: 80%;
}
/* .section6 > div {
    opacity: 0;
} */

.section6 .site_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    /* max-height: 60px; */
    line-height: 0.6rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.21);
    /* font-size: 16px; */
    text-align: center;
}

/* 移动端适配代码 */
@media screen and (max-width: 980px) {

    .nav {
        position: relative;
        /* display: none; */
    }

    .nav > ul {
        position: absolute;
        display: none;
        /* width: 200px; */
        right: 0;
    }

    .nav > ul > li {
        width: 110px;
        background-color: #fff;
    }

    .nav > ul > li > ul {
        display: none;
    }

    .nav > ul > li > a {
        color: #333;
    }

    .nav > ul > li.active > a {
        color: #2f318b;
    }

    .nav .menu-icon {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/menu_icon.png) top center no-repeat;
        background-size: cover;
    }

    .about_ctx {
        width: 100%;
        justify-content: center;
    }

    .about_ctx .about_img {
        width: 80%;
		height: 100%;
    }

    .about_ctx .about_txt {
        width: 80% !important;
    }

    /* section3 */
    .product_ctx {
        width: 100%;
        justify-content: center;
    }

    .product_ctx > div {
        width: 4.5rem;
        padding: 0.2rem;
    }

    .product_ctx > div > img {
        width: 1.68rem;
        height: 1.68rem;
    }

    /* .section4 {
        display: none !important;
    } */

    .honor {
        display: block;
        justify-content: center;
    }

    .honor_l {
        width: 100%;
        height: auto;
    }

    .honor_img {
        display: block;
        width: 80%;
        margin-top: 0.3rem;
    }

    .honor_ctx {
        width: 80%;
    }

    .honor_ctx .honor_bg {
        display: none;
    }

    /* seciton5 */
    .news_top {
        display: block;
    }

    .news_top > img {
        width: 100%;
    }

    .news_top .news_top_txt p {
        width: 100%;
    }

    .news_ctx .news_list {
        justify-content: center;
    }

    .news_ctx .news_item {
        width: 100%;
    }

    .section6 .section6_top {
        flex-wrap: wrap;
    }

    .section6 .section6_top p {
        margin-top: 0.3rem;
    }

    .section6 .section6_bottom {
        flex-direction: column;
    }

    .section6 .section6_bottom .wx_code {
        width: 1.5rem;
        height: 1.5rem;
    }

    .section6 .section6_bottom .link_type {
        margin-top: 0.4rem;
    }

    .section6 .other_40 {
        display: none;
    }
    
    .section6 .other_60 {
        /* height: 60%; */
        height: 100%;
        padding-top: 3rem;
    }
    
	.section6 .other_65 {
		height: 50%;
	}
	
    .section6 .other_35 {
		height: 50%;
        flex-wrap: wrap;
        padding: 0.6rem 0.5rem;
    }
    
    .section6 .other_35 .list_1 {
        /* display: none; */
        width: 100%;
        margin-bottom: 0.1rem;
    }
    
    .section6 .other_35 .list_1 p {
        display: none;
    }
    
    .section6 .other_35 .list_2:first-of-type {
        display: none;
    }
    
    .section6 .other_35 .list_3 {
        display: none;
    }
}
