
/*2022年10月17日15:08:52*/

.header{
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	height: 96px;
	display: flex;
	align-items: center;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(250, 250, 250, .2);
}

.header-margin{
	margin-top: 96px;
}
.header .img{
    flex: 0 0 75px;
}
.header-search{

}
.header.hide{
    position: fixed;
    background: #fff;
}

.mask{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .3);
}

.fdj-box-search  .input-wrap{
    position: relative;
    z-index: 1;
    font-size: 16px;
    background: #fff;
    padding: 20px 50px;
}

.fdj-box-search button{
    padding: 0;
    font-size: 20px;
    margin-left: 20px;
    background: transparent;
}
.fdj-box-search button svg{
    width: 18px;
    height: 18px;
}

.fdj-box-search  input, .fdj-box-search button{
    border: none;
}

.fdj-box-search  .input-wrap input{
    line-height: 50px;
    flex: 1;
    height: 50px;
}

.fdj-box-search{
    border-top: 1px solid #eee;
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #fff;
}

.header.hide .lang{
    color: #333;
}
.header.hide .header-nav-list li a{
    color: #333;
}

.head_w{
    width: 90%;
    margin: 0 auto;
}

.header-nav-list{
    margin: 0 20px;
    white-space: nowrap;
    font-size: 16px;
}

.header-nav-list li{
    position: relative;
}
.header-nav-list li.on > div> a{
    color:#ec6b17;
}
.header-nav-list li.on:after{
    content: "";
    position: absolute;
    background: #ec6b17;
    display: block;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
}

.header-search .lang{
    flex: 0 0 auto;
    /*color: #fff;*/
    font-size: 16px;
    margin-right: 30px;
}

.fdj-box {
    cursor: pointer;
    position: relative;
}

.fdj-box img{
    width: 16px;vertical-align: middle;
}

.fdj-box .input-wrap > div{
     background: #fff;
     padding: 10px;
}
.fdj-box .input-wrap a{
    display: block;
    color: #333;
    font-size: 14px;
}
.fdj-box .input-wrap{
    overflow: hidden;
    position: absolute;
    right: 0;
    background: #fff;
    display: none;
    padding: 10px 10px;
    border-radius: 4px;
}
.fdj-box:hover .input-wrap{
    display: block;
} 
.fdj-box .input-wrap input{
    border: none;
}

.flex-a{
    align-items: center;
}
.flex{
    display: flex;   
}

.fdj-box button{
    width: 50px;
    border: none;
}

.flex-w{
    flex-wrap: wrap;  
}

.flex-center{
    justify-content: center;
}
.flex-betweem{
    justify-content: space-between;
}

.header-nav-list li{
   margin-right: 50px;
}

.header-nav-list li a{
    color: #333;
}

.index-swiper .img{
    position: relative;
    padding-top: 50%;
}

.index-swiper .img img{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.page-w{
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
}
.index-about-container{
    padding-top: 6%;
    padding-bottom: 6%;
}
.h6{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}


.index-about-wrap{
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.index-about-wrap .item:hover .big-img{
     transform:scale(1.03);
     transition: transform 3s;
}

.index-about-wrap .item:nth-child(2) .big-img{
    left: -100%;
}

.index-about-wrap .item:nth-child(3) .big-img{
    left: -200%;
}

.index-about-wrap .item:nth-child(4) .big-img{
    left: -300%;
}

.index-about-wrap .big-img{
    position: absolute;
    width: 300%;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.index-about-wrap .big-img img{
    max-width: 150%;
    height: 100%;
}


.index-about-wrap .item{
    width: 33.33%;
    position: relative;
}

.index-about-wrap .item .img{
    background: #ec6b17;
    overflow: hidden;
    padding-top: 150%;
    position: relative;
}

.index-about-wrap .item .img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-5fa8e3{
     background: #5fa8e3;
}

.bg-5fa8e3 .c:after{
   background-image: linear-gradient(transparent,#5fa8e3);
}

.bg-fdb927{
     background: #fdb927;
}

.bg-fdb927 .c:after{
   background-image: linear-gradient(transparent,#fdb927);
}


.bg-2a9074{
     background: #2a9074;
}

.bg-2a9074 .c:after{
   background-image: linear-gradient(transparent,#2a9074);
}


.bg-36558f{
     background: #36558f;
}

.bg-36558f .c:after{
   background-image: linear-gradient(transparent,#36558f);
}




.index-about-wrap .c{
    pointer-events: none;
    padding: 20px;
    position: absolute;
    width: 70%;
    bottom: 0;
    font-size: 14px;
    right: 0;
    padding-bottom: 40px;
    color: #fff;
    line-height: 1.5;
    height: 38%;
    z-index: 3;
    transition: all .3s;
}

.index-about-wrap .white-c:nth-child(1) .c{
    background: #fff;
    color: #5fa8e3;
}

.index-about-wrap .white-c:nth-child(2) .c{
    background: #fff;
    color: #fdb927;
}

.index-about-wrap .white-c:nth-child(3) .c{
    background: #fff;
    color: #2a9074;
}

.index-about-wrap .white-c:nth-child(4) .c{
    background: #fff;
    color: #36558f;
}
/*.index-about-wrap .c:hover{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}*/

.index-about-wrap .c h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
	    color: inherit;
    text-transform: uppercase;
}

.index-about-wrap .c .j-icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.index-about-wrap .c .j-icon svg{
    position: relative;
    display: inline-block;
    width:30px;
    height:30px;
    fill: currentColor;
  /*  transition: .05s .15s;*/
}

.index-about-wrap .c .text{
     width: 100%;
    position: relative;
    -webkit-line-clamp: 12;
    line-clamp: 12;
}


.mid-section-container{
    background-size: 94%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
}

.mid-section-container .wrap{
    padding: 8% 0;
    padding-bottom: 2%;
}

.mid-section-container .item:nth-child(1),
.mid-section-container .item:nth-child(4){
     width: 33%;
}

.mid-section-container .item:nth-child(2),
.mid-section-container .item:nth-child(6){
    width: 24%;
}

.mid-section-container .item:nth-child(3),
.mid-section-container .item:nth-child(5){
    width: 40%;
}

.mid-section-container .item{
    position: relative;
    margin-bottom: 1.5%;
}


.mid-section-container .item .text2  .j-icon{
    right: 20px;
    bottom: 20px;
    position: absolute;
}
.mid-section-container .item .text2 svg{
    position: relative;
    display: inline-block;
    width:30px;
    height:30px;
    fill: currentColor;
}


.mid-section-container .item .text2 h3{
    margin-bottom: 20px;
}
.mid-section-container .item .text h3{
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
}

.mid-section-container .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    transition: all .3s;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
}

.mid-section-container .item .text2{
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.mid-section-container .item .text2 .c{
    height: 76%;
    position: relative;
    font-size: 14px;
    overflow: auto;
    line-height: 1.8;
    opacity: 0.8;
}

.mid-section-container .item .text2 .c:after{
    content: "";
    width: 100%;
    position: sticky;
    bottom:-1%;
    left: 0;
    display: block;
    height: 20%;

  /* background-image: linear-gradient(transparent,#fff);*/
}

.mid-section-container .item .text2 .c::-webkit-scrollbar {
width:12px;
}

.a{
    z-index: 1;
    position: relative;
}

.section{
	margin-top: 97px;
}

@media screen and (min-width: 768px) {
    .header .fdj-box img{
        mix-blend-mode: difference;
        vertical-align: middle;
    }
    .header-nav-list > li:hover > .second-list{
        display: block;
    }
     .header-nav-list .second-list li:hover{
        background: #ec6b17;
    }
    .header-nav-list .second-list li:hover a{
        color: #fff;
    }
    .second-list{
        position: absolute;
        left: -15px;
        display: none;
        bottom: 0px;
        padding-top: 35px;
        transform: translateY(100%);
    }

    .second-list ul li{
        margin-right: 0;
        padding: 0 20px;
    }
    .second-list ul{
        font-size: 14px;
        line-height: 3;
        background: rgba(250, 250, 250, .9);
    }

    .news-list .box.on .more img:first-of-type{
       display: none;
    }

    .news-list .box.on .more img:last-of-type{
       display: inline;
    }

    .news-list .box.on .type {
        opacity: .8;
        color: #fff;
    }

    .news-list .box.on .date {
        color: #fff;
        opacity: 0.8;
    }
    .news-list .box.on .more img{
        mix-blend-mode: plus-lighter;
    }
    .news-list .box.on .news-item-title {
        color: #fff;
    }

    .news-list .box.on:after{
        content: "";    
        height: 100%;
        width: 100%;
        position: absolute;
        right: inherit;
        top: 0;
        left: 0;
        z-index: 0;
        background:#ec6b17;
    }

    .news-list .box.on:after{
        content: "";    
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        background:#ec6b17;
    }

    .mid-section-container .item:hover .text1{
        opacity: 0;
    }

    .mid-section-container .item:hover .text2{
        height: 100%;
        width: 100%;
        padding: 20px;
        padding-top: 40px;
        padding-left: 30px;
    }



}


.mid-section-container .item .img {
   position: relative;
   overflow: hidden;

}


.mid-section-container .item:first-of-type .img,
.mid-section-container .item:nth-child(4) .img{
    padding-top: 115%;
}

.mid-section-container .item:nth-child(6) .img,
.mid-section-container .item:nth-child(2) .img{
    padding-top: 158%;
}

.mid-section-container .item:nth-child(3) .img,
.mid-section-container .item:nth-child(5) .img{
    padding-top: 95%;
}

.mid-section-container .item .img .cover-img{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   min-height: 100%;
}


.mid-section-container .item:after{
    content: "";
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .9));
}


.Facts-wrap {
    margin-top: 90px;
    transform: translateX(2%) scale(1);
}
.Facts-wrap .rt-box{
    width: 75%;

}
.Facts-wrap .items-center{
    text-align: center;
}

.black-num{
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.black-num i{
    position: absolute;
    right: -30px;
    top: 10px;
    font-size: 20px;
    font-style: normal;
}

.orange-num{
    font-size: 56px;
    color:#ec6b17;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.orange-num i{
    font-size: 20px;
    font-style: normal;
    vertical-align: top;
    position: absolute;
    transform: translate(14px, 6px);
}

.black-num:after{
    display: block;
    background: #ec6b17;
    content: "";
    height: 14px;
    width: 100%;
}
.Facts-wrap .item .c{
    max-width: 50%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;

}
.Facts-wrap .item{
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid #efefef;
}
.Facts-wrap .item .img{
    margin-top: 60px;
}
.Facts-wrap .rt-box .item{
    width: 33.33%;
}

.Facts-wrap .rt-box .item:nth-child(4),
.Facts-wrap .rt-box .item:nth-child(5){
    width: 50%;
    margin-top: 30px;
}

.Facts-wrap .rt-box .item:nth-child(4) .black-num{
    margin-right: 50px;
}
.Facts-wrap .rt-box .item:nth-child(5) .black-num{
    margin-right: 50px;
}




.margin0{
    margin: 0 !important;
}
.borderNone{
    border: none !important;
}


.index-news-container{
    position: relative;
    padding: 5% 0;
    background: #f9f9f9;
}

.index-news-container:after{
    content: "";
    width: 40%;
    display: block;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.index-a-more{
    position: relative;
    display: inline-block;
    border: 1px solid #ec6b17;
    font-size: 12px;
    color: #ec6b17;
    line-height: 40px;
    padding: 0 24px;
}
.index-a-more span{
    margin-right: 14px;
}
.index-a-more:hover img{
      mix-blend-mode: plus-lighter;
}
.index-a-more:after{
    z-index: -1;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: #ec6b17;
    color: #fff;
    transition: all .3s;
}
.index-a-more:hover{
    color: #fff;
}
.index-a-more:hover:after{
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: inherit;
    display: block;
    position: absolute;
    background: #ec6b17;
    color: #fff;
    transition: all .3s;
}


.news-wrap{
     position: relative;
    z-index: 1;
}
.news-list {
    margin-top: 30px;
}
.news-list .box{
    line-height: 1.5;
    padding: 20px;
    background: #fff;
    position: relative;
}

.news-list .box:after{
    content: "";    
    height: 100%;
    width: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background:#ec6b17;
    transition: width .3s;
}



.news-list .box > div{
    z-index: 1;
    position: relative;
}


.news-list .box .more{
    position: absolute;
    right: 30px;
    bottom: 20px;
}


.news-list .type{
    color: #ec6b17;
    margin-bottom: 4px;
    font-size: 12px;
}

.news-list .rt .more{
    bottom: 20px;
}

.news-list .news-item-title{
    font-weight: bold;
    font-size: 18px;
    max-width: 98%;
    line-height: 1.5;
    max-height: 3em;
}

.news-list .rt .news-item-title{
    font-size: 14px;
    max-width: 100%;
}

.news-list .date{
    margin-top: 24px;
    color: #999999;
    font-size: 14px;
}

.news-list .on .des {
    color: #fff;
}
.news-list .des{
    color: #999999;
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    height: 3em;
    margin-top: 10px;
}


.news-list .rt .date {
    font-size: 12px;
    margin-top: 10px;
}

.news-list .rt{
    width: 49%;
}
.news-list .img{
    position: relative;
    padding-top: 42%;
    overflow: hidden;
}

.news-list .n-item:hover .img img{
    transform: scale(1.1);
}

.news-list .img img{
    transition: all .3s;
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}


.news-list .n-item{
    width: 48%;
    margin-bottom: 4%;
}

.news-list .n-item:nth-child(3),
.news-list .n-item:nth-child(4){
      margin-bottom: 0%;
}

.news-list .lf{
    width: 49%;
    background: #fff;
   
}
.news-list .lf .n-item{
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-list .lf .box{
    flex: 1;
}

.news-list .lf .n-item .img{
    padding-top: 44%;
}

.index-video-container{
    padding: 6% 0;
}
.index-video-container .video-box{
    margin-top: 80px;
}
.index-video-container video{
    width: 100%;
}

.news-list .box .more img{
    width: 100%;
}

.news-list .box .more img:last-of-type{
   display: none;
}



.news-list .rt .more {
    width: 20px;
    top: inherit;
    height: 20px;
} 

.index-video-container .a{
    text-align: right;
    margin-top: 60px;
}



/*footer*/
.code-container{
    display: none;
    position: absolute;
    left: 50%;
     width: 150px;
    transform: translateX(-50%);
    margin-top: 30px;
    text-align: center;
}
.code-container:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.code-container img{
    width: 150px;
}
.footer{
    background: #333333;
    line-height: 1.5;
    padding-bottom: 50px;
    border-top: 10px solid #ec6b17;
}
.footer .top {
    color: #fff;
    padding: 50px 0;
    border-bottom: 1px solid rgba(250,250, 250, .2);
}
.footer .top img{
    margin-right: 20px;
}
.footer .bottom {
    margin-top: 50px;
    font-size: 14px;
    color: #fff;
}
.footer .bottom .or{
    color: #ec6b17;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.footer .bottom  > ul{
    width:40%;
}

.footer .bottom  ul li{
    margin-bottom: 20px;
    max-width: 80%;
    list-style: none;
}

.footer .bottom dl{
    flex: 1;
    flex-direction: row;
}
.footer .bottom dl dd:last-child{
    margin-right: 0;
}
.footer .bottom dd{
    margin-right: 20px;
    position: relative;
}
.footer .bottom dd:hover .alert-box{
   display: block;
}
.footer .alert-box img{
    width: 100%;
}
.footer .alert-box{
    width: 150px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 110%);
    bottom: 0;
}

.index-mission-container{
    background: #ec6b17;
    padding: 4% 0;
    color: #fff;
    text-align: center;
}

.index-mission-container .c{
    width: 80%;
    font-size: 14px;
    line-height: 1.8;
    margin: 30px auto;
}

.index-a-more img{
    width: 10px;
}
.index-mission-container .a a img{
    mix-blend-mode: plus-lighter;
}

.index-mission-container .a a{
    color: #fff;
    border: 1px solid rgba(250, 250, 250, .5);
}

.footer .bottom dl dd{
    position: relative;
    font-size: 0;
}

.footer .bottom dl dd a{
    display: block;
    position: relative;
}
.footer .bottom dl dd:first-child a:hover:after{
    content: "";
    width: calc(100% + 2px);
    height:  calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    display: block;
    background-size: cover;
    background-image: url(../img/wc.png);
    border-radius: 50%;
}

.footer .bottom dl dd:nth-child(2) a:hover:after{
    content: "";
    width: calc(100% + 2px);
    height:  calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    display: block;
    background-size: cover;
    /*background-image: url(../img/bilibili.png);*/
    border-radius: 50%;
}

.footer .bottom dl dd:nth-child(3) a:hover:after{
    content: "";
    width: calc(100% + 2px);
    height:  calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    display: block;
    background-size: cover;
    background-image: url(../img/lr.png);
    border-radius: 50%;
}

.web-element{
    display: none ;
}


@media screen and (max-width: 1920px) {
    .page-w {
        max-width: 1200px;
    }
}


@media screen and (max-width:1400px) {
    .header-nav-list{
        font-size: 14px;
    }
    .header-search .lang{
        font-size: 14px;
    }
   .header-nav-list li{
      margin-right: 30px;
   }
}



@media screen and (max-width: 768px) {
    .code-container img{
        width: 100px;
    }
	.header-margin{
		margin: 0;
	}
    body,html{
        overflow-x: hidden;
    }
    .black-num:after{
        display: none;
    }
    .black-num{
        width: 120px;
        font-size: 30px;
    }
    .orange-num{
        width: 120px;
        margin-bottom: 0;
        font-size: 30px;
        text-align: left;
    }
    .black-num{
        margin-right: 0px;
        color: #ec6b17;
    }
    .h6{
         font-size: 24px;
    }
    .numCount{
        margin: 0 4%;
    }
    .Facts-wrap{
        margin-top: 4%;
        transform: translateX(0%) scale(1);
    }
    .news-wrap .title .a{
        display: none;
    }
    .news-wrap .title{
        justify-content: center;
    }
    .Facts-wrap .item{
        width: 100%;
    }
    .Facts-wrap .item .img{
        display: none;
    }
    .Facts-wrap .rt-box .item{
        padding: 14px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: flex-start;
    }
    .Facts-wrap .rt-box .item:nth-child(4) .black-num{
        margin-right: 0;
    }

    .Facts-wrap .rt-box .item:nth-child(5) .black-num{
        margin-right: 0;
    }

    .orange-num i{
       position: static;
    }
    .Facts-wrap .rt-box{
        width: 100% ;
    }

    .Facts-wrap .rt-box .item:nth-child(4), .Facts-wrap .rt-box .item:nth-child(5){
        width: 100%;
        margin-top: 0;
    }

    .black-num i{
        position: static;
    
        font-size: 20px;
        font-style: normal;
        /* line-height: 0; */
        vertical-align: top;
        /* position: absolute; */
        right: inherit;
        transform: translate(14px, 6px);
    }
    .Facts-wrap:last-child{
       margin-top: 0;
    }
    .Facts-wrap .item{
        border-bottom: 1px solid #efefef;
        border-right: none;
    }
    .Facts-wrap .item .c{
        letter-spacing: .012em;
        max-width: none;
        flex: 1;
        text-align: left;
    }
    .Facts-wrap .item .c br{
        display: none;
    }
    .Facts-wrap .rt-box .item.borderNone{
        border-bottom: 1px solid #eee !important;
    }

    .index-news-container:after{
        display: none;
    }
    .news-list{
      /*  display: none;*/
    }
    .news-list .rt{
        width: 100%;
    }
    .news-list .n-item{
        width: 100%;
    }

    .web-element{
        display: block ;
    }
    .pc-element{
        display: none;
    }
    .swiper{
        --swiper-theme-color: #ec6b17;
        --swiper-pagination-color: #ec6b17;/* 两种都可以 */
      }
    .news-web-container{
        overflow: hidden;
    }
    .news-list .rt .news-item-title{
        height: 3em;
        font-size: 16px;
    }
    .news-wrap{
        margin-bottom: 24px;
    }
    .index-a-more span{
        margin-right: 4px;
    }

    .index-about-wrap .swiper-pagination{
        bottom: 266px !important;
    }
    .news-web-container .swiper-pagination{
        bottom: -11px !important;
    }

    .video-wrap .h6{
       text-align: center !important;
    }
    .index-video-container .page-w{
        width: 100%;
    }


    .index-video-container video{
        height: 210px;
        object-fit: cover;
    }

    .index-video-container .a{
        margin-top: 30px;
        text-align: center;
    }
    .footer .bottom > ul{
        width: 100%;
    }
    .footer .bottom > ul:nth-child(2){
        display: none;
    }
    .footer .bottom{
        margin-top: 8%;
        flex-direction: column;
    }
    .footer .bottom dl dd{
        width: 38px;
        margin-right: 16px;
    }
    .footer .bottom dl{
        justify-content: center;
    }
    .footer .top img{
        width: 50px;
    }
    .footer .top{
        font-size: 16px;
        padding: 30px 0;
    }
    .footer .bottom ul li{
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .footer .bottom .or{
        margin-bottom: 20px;
    }
    .mid-section-container .wrap{
        padding-top: 22%;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
    .footer .bottom br{
        display: none;
    }
    .index-mission-container .c{
        width: 90%;
        margin-top: 5%;
    }

    .index-mission-wrap .a{
       text-align: center;
    }



    .mid-section-container .item .img{
        padding-top: 100% !important;
    }
    .mid-section-container .item{
        margin-right: 4%;
        flex: 0 0 90% !important;
    }
    .mid-section-container .item .text1{
        display: none;
    }

    .mid-section-container .item:after{
        display: none;
    }

    .mid-section-container .item .text2{
        width: auto;
        position: static;
        height: 240px;
        padding: 20px;
    }
    .index-about-wrap{
        display:block;
        margin-top: 5%;
    }
    .index-about-wrap .c .text{
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        min-height: 10em;
    }
    .mid-section-container .item .text2 .c{
         text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          line-clamp: 5;
          -webkit-box-orient: vertical;
          height: auto;
    }
    .mid-section-container .item .text2 .j-icon{
        display: none;
    }
    .index-about-wrap .item{
        width: 100%;
        font-size: 0;
        margin-bottom: 4px;
    }
    .index-about-container .page-w{
        width: 100%;
    }

    .index-about-wrap .c .j-icon svg{
        width: 20px;
        height: 20px;
    }
    .index-about-wrap .big-img{
        height: auto;
        position: static;
        opacity: 1;
        width: 100%;
        left: 0 !important;
        z-index: 1;
    }
    .index-about-wrap .item .big-img img{
        max-width: 100%;
        height: auto;
    }
    .index-about-wrap .item .img{
        padding-top: 65%;
        display: none;
    }
    .index-about-wrap .c h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index-about-wrap .c{
        min-height: 150px;
        font-size: 12px;
        width: 100%;
        position: static;
        box-sizing: border-box;
        margin: 0;
        padding-bottom: 15%;
    }
    .header-nav-list{
        position: fixed;
        width: 100%;
        right: 0;
        top: 0;
        transform: translateX(100%);
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 80px;
        height: 100vh;
        z-index: 11;
        background: #fff;
        transition: all .3s;
    }
    .header-nav-list.show{
        transform: translateX(0);
    }
    .header-nav-list li{
        margin-right: 0;
        line-height: 3;
        padding:0 20px ;
        border-bottom: 1px solid #e6e6e6;
    }
    .header-nav-list li a{
        color: #333;
    }
    .second-list a{
        display: block;
    }
    .header-nav-list li.on:after{
        display: none;
    }
    .header{
        padding: 0;
        height: 66px;
        display: flex;
        align-items: center;
        background: #fff;
        position: fixed;
    }
    .header .header-nav-list{
        display: none;
    }
    .header .img{
        flex:0 0 46px;
    }
    .header .img img{
        vertical-align: middle;
    }
    .section{
        margin-top:66px;
    }
    
    .index-swiper{
        font-size: 0;
    }

    .mid-section-container{
        background-image: url(../img/bg0.jpg);
        background-size: 60%;
    }
    
    .index-a-more{
        line-height: 30px;
        padding: 0 22px;
    }
    .second-list{
        display: none;
        font-size: 14px;
    }
    .second-list li:last-child{
        border-bottom: none;
    }
    .header-nav-list li.open- .arrow-right{
         transform: matrix(0.71,-0.71,0.71,0.71,0,0);
    }
    .header-search .lang{
        display: none;
    }
    .header-search .fdj-box{
        line-height: 1;
    }
    .fdj-box-search .input-wrap{
        padding: 20px ;
    }
    .fdj-box-search button svg{
        width: 14px;
        height: 14px;
    }
    .fdj-box-search button{
        font-size: 14px;
    }
    .header-search .fdj-box img{
        filter: invert(1);
        margin-right: 14px;
    } 
    .mid-section-container .item .text2 .c:after{
        display: none;
    }
    .news-list{
        margin-top: 20px;
    }
    .news-list .swiper-pagination-bullet{
        background: transparent;
        opacity: 1;
        border: 1px solid #ec6b17;
    }
    .news-list .swiper-pagination-bullet-active{
      background: #ec6b17;
    }
 

    .footer .bottom ul:first-child li:last-child{
        display: none;
    }
    .footer .bottom ul:first-child li:nth-last-child(2){
        display: none;
    }
    .index-news-container:after{
       content: "";
        display: block;
        bottom: 0;
        z-index: 0;
        width: 100%;
        position: absolute;
        background-image: linear-gradient(#fff, #f9f9f9);
    }
    .index-news-container{
        background: #fff;
        position: relative;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .index-about-container{
        padding-bottom: 0;
        padding-top: 10%;
    }
    .index-video-container{
        padding: 10% 0;
    }
    .index-video-container .video-box{
        margin-top: 6%;
    }
    .code-container{
        margin-top: 20px;
		position: absolute;
		bottom: 60px;
		transform: translate(-50%, -0%);
    }
	
	.code-container:after{
			content: "";
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			bottom: -19px;
			left: 50%;
			top: inherit;
			transform: translateX(-50%);
			border-top: 10px solid #fff;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			border-bottom: 10px solid transparent;
	}

    .index-mission-container{
        padding: 10% 0;
        text-align: left;
    }

    .index-mission-container .c br{
        display: none;
    }

    .mid-section-container .item .text h3{
       font-size: 20px;
       margin-bottom: 10px;
    }
}