* { margin: 0; padding: 0;}
html {font-size: 93px;}
img {display: block;}
a {text-decoration: none; display: block;}
li {list-style: none;}
.w1520 {width: 15.2rem;margin: 0 auto;}
.w1550{width: 15.5rem;margin: 0 auto;}
body{    overflow-x: hidden;}

/* body{height: 5000px;} */
@font-face {
    font-family: "JINGDONGLangZhengTi2Bold";
    src: url(../font/JINGDONGLangZhengTi2-Bold.ttf) format("opentype");
}
@font-face {
    font-family: "JINGDONGLangZhengTi2Light";
    src: url(../font/JINGDONGLangZhengTi2-Light.ttf) format("opentype");
}
@font-face {
    font-family: "JINGDONGLangZhengTi2Regular";
    src: url(../font/JINGDONGLangZhengTi2-Regular.ttf) format("opentype");
}
@font-face {
    font-family: "JINGDONGLangZhengTi2Semibold";
    src: url(../font/JINGDONGLangZhengTi2-Semibold.ttf) format("opentype");
}
@font-face {
    font-family: "JINGDONGLangZhengTi2Semilight";
    src: url(../font/JINGDONGLangZhengTi2-Semilight.ttf) format("opentype");
}

@font-face {
    font-family: "SourceHanSansCNBold";
    src: url(../font/SourceHanSansCN-Bold.otf) format("opentype");
}

@font-face {
    font-family: "SourceHanSansCNMedium";
    src: url(../font/SourceHanSansCN-Medium.otf) format("opentype");
}

@font-face {
    font-family: "SourceHanSansCNRegular";
    src: url(../font/SourceHanSansCN-Regular.otf) format("opentype");
}

@keyframes examplex{ 
    0% {
      transform: translateX(0);
    }
  
    50% {
      transform: translateX(30%);
    }
  
    100% {
      transform: translateX(0);
    }
}
/* 导航栏 */

.navigationbar{height: .7rem; position: absolute; left: 0; top: 0; z-index: 99; width: 100%;  border-bottom: .01rem solid  #FFFFFF33;}

.navigationbar_box{height: 100%; display: flex; align-items: center; justify-content: space-between;}
.navigationbar_box_left{display: flex; align-items: center; height: 100%;}
.logo{font-size: .32rem; margin-right: 1.2rem; font-family: JINGDONGLangZhengTi2Bold; color: #fff;}
.logo img{width: 1.6rem;height: .43rem;}
.navigationbar_box_left ul {display: flex;}
.navigationbar_box_left ul li{margin-right: .54rem;}
.navigationbar_box_left ul li:last-child{margin-right: 0;}

.navigationbar_box_left ul li a{font-size: .2rem;font-family: SourceHanSansCNRegular;color: #fff;position: relative;}

.navigationbar_box_left ul .onli a::before{content:"";width: 100%;height: .01rem;display:block;background:#fff;position:absolute;left:0;bottom: -.205rem;}
.navigationbar_box_right{display: flex; align-items: center; height: 100%;}


.gather{display: flex;align-items: center; height: 100%; position: relative;}
.gather::after{content: ""; width: .02rem; height: .2rem; background-color: #fff; display: block; position: absolute;left: 1.55rem; top:50%; transform: translate(-0%,-50%);}
.industrialdevelopment{margin-right: .4rem;}
.industrialdevelopment img{width: 1.36rem;}
.fund img{width: .89rem;}

.search {margin-right: .54rem;}
.search{width: .8rem; height: .36rem;font-size: 0; position: relative; transition: all .5s; color: #fff;}
.search  input::placeholder{color: #fff;}
.search input{height: 100%; width: 0; background: none; border: none; border-radius: .3rem; outline: none; padding-left: .35rem; font-size: .14rem;  box-sizing: border-box; color: #fff;}

.search img{width: .18rem; position: absolute; left: .1rem; top: .08rem;}
.search:hover{width: 1.2rem;  transition: all .5s;}
.search:hover input{border:.01rem solid #fff; width: 100%; background: rgba(217, 217, 217, 0.2);}
/* 底部 */
.footer{background-color: #EDF0F3FF; padding-top: .59rem ;}

.footer_contet{display: flex; justify-content: space-between; padding-bottom:.59rem ;}
.footer_contet_title{font-size: .32rem; font-family:JINGDONGLangZhengTi2Bold ; background: -webkit-linear-gradient(270deg, #FE7666FF 1%, #E1251AFF 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.footer_contet_box{width: 12.04rem; position: relative;}
.footer_contet_box::after{content: ""; width: 100%; height: 0.02rem; background:#E1251AFF; position: absolute; left: 0; top: .23rem;display: block; }
.footer_contet_box{display: flex;justify-content: space-between; padding-top: .4rem;}
.footer_contet_box ul li:nth-child(1) a{font-size: .18rem; margin-bottom: .15rem;}
.footer_contet_box ul li a{font-size: .14rem; color: #252626FF; font-family: SourceHanSansCNMedium; line-height: 1.7; margin-bottom: .05rem;}
.footer_contet_box ul li a:hover{font-weight: bold; color: #E1251AFF;}
.footer_text{padding: .1rem 0; border-top: 0.01rem solid #0000001A; text-align: center; font-size: .12rem; font-family: SourceHanSansCNMedium; color: #252626FF;}



/* .InvestorRelations_box_contet_left_right{width: 7.16rem;height: 3.87rem; background: red;} */
.fullwidth{width: 100%; height: 2rem; background-image: url(../image/29.png); background-size: 100% 100%;}
.fullwidth ul{height: 100%; display: flex; justify-content: space-between; align-items: center;}
.fullwidth ul li{width: 33.33%; justify-content: center; position: relative;}
.fullwidth ul li::before{content: ""; width: 0.01rem; height: .6rem; background-color: #fff; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.fullwidth ul li:last-child:before{display: none;}
.fullwidth ul li:nth-child(1){display: flex; align-items: center;}
.fullwidth ul li:nth-child(1) p{font-size: .26rem; color: #fff; font-family: JINGDONGLangZhengTi2Bold; margin-right: .15rem;}
.fullwidth ul li:nth-child(1) img{width: .82rem; height: .82rem;}
.fullwidth ul li:nth-child(2){display: flex; align-items: center;}
.fullwidth ul li:nth-child(2) img{width: .65rem; height: .65rem; margin-right: .12rem;} 
.fullwidth ul li:nth-child(2) div p{font-size: .26rem; color: #fff; font-family: JINGDONGLangZhengTi2Bold;}
.fullwidth ul li:nth-child(2) div a{font-size: .16rem; color: #fff;font-family: JINGDONGLangZhengTi2Bold; margin-top: 0.05rem;    text-decoration: underline;}
.fullwidth ul li:nth-child(3) {display: flex; align-items: center;}
.fullwidth ul li:nth-child(3)  img{width: .65rem; height: .65rem; margin-right: .12rem;} 
.fullwidth ul li:nth-child(3) div>p{font-size: .26rem; color: #fff; font-family: JINGDONGLangZhengTi2Bold;}
.fullwidth ul li:nth-child(3) div a{display: flex; align-items: center;}
.fullwidth ul li:nth-child(3) div a p{font-size: .16rem; color: #fff;font-family: JINGDONGLangZhengTi2Bold;margin-top: 0.05rem;  }
.fullwidth ul li:nth-child(3) div a img{width: .21rem; height: 0.06rem; margin-left: 0.05rem;}
.fullwidth ul li:nth-child(3) div a:hover img{animation:1s examplex infinite linear}


.baywindow{position: fixed; right: .3rem; bottom: 1rem; display: none; z-index: 99;}
.baywindow:hover{transform: scale(1.03); transition: all .5s;}
.baywindow a{width: 1.29rem; height: 1.32rem; display: block;}
.baywindow a img{width: 100%; height: 100%;}

.banner{height: 6.9rem; width: 100%; background-size: 100% 100%; position: relative; background-repeat: no-repeat;}

.General_box_title{text-align: center; font-size: .4rem; font-family: JINGDONGLangZhengTi2Bold; position: relative; padding-bottom: .14rem;}
.General_box_title::after{content: ""; width: .6rem; height: 0.04rem; background-color: #E1251AFF; position: absolute; bottom: 0; transform: translateX(-50%); left: 50%;}



/* 锚点链接 */
.anchorlink{font-size: .16rem; color: #05142D66; display: flex; align-items: center; margin-top: .3rem;font-family: JINGDONGLangZhengTi2Regular; }
.anchorlink a{font-size: .16rem; color: #05142D66; font-family: JINGDONGLangZhengTi2Regular;}
.anchorlink a:last-child{color: #05142DFF;}
.anchorlink a:hover{color: #05142DFF;}


/* 查看更多 */
.list_mock{margin-top: .6rem;}
.list_mock a{width: 1.42rem; margin: 0 auto; height: .46rem; background: #E1251BFF;  border-radius: .5rem; display: flex; align-items: center; justify-content: center; color: #fff;font-size: .16rem;font-family: JINGDONGLangZhengTi2Semibold;}
.list_mock a span{  display: inline-block; width: .21rem; height: .08rem; margin-left: 0.05rem; background-size: 100% 100%; background-image: url(../zcxq1/5.png);}
.list_mock a:hover span{animation:1s examplex infinite linear}


  /* 加载动画样式 - 全屏居中显示 */
.load {position: fixed;top: 0;left: 0;width: 100vw; height: 100vh; background-color: #fefefe; display: flex; justify-content: center;align-items: center; z-index: 9999; transition: opacity 0.3s ease-out;}

/* 加载完成后隐藏的样式 */
.load.hidden {opacity: 0; pointer-events: none;}
.load img{width: 460px;height: 324px;margin-bottom: 10px;}

.special_txt{font-size: .24rem; text-align: center;  justify-content: center !important; color: rgb(0, 0, 0); margin-top: 1.27rem;margin-bottom: 1.63rem;}


.Mobilenavigationbar{display: none;}
@media screen and (max-width: 960px) {
    .load img{width: 70%; height: auto;}
     .Mobilenavigationbar{display: block; position: fixed;  box-sizing: border-box; left: 0; top: 0; z-index: 123; width: 100%; }
     .Mobilenavigationbar_title{display: flex; justify-content: space-between; padding: .29rem .16rem ; box-sizing: border-box; background-image: url(../image/ydbg.jpg);background-size: 100% 100%;}
     .Mobilenavigationbar_title_logo a{font-size: .3rem; color: #fff; font-family:JINGDONGLangZhengTi2Bold ;}
     .Mobilenavigationbar_title_right{display: flex;             margin-right: .2rem;   justify-content: space-between; width: 1.2rem;}
     .Mobilenavigationbar_title_right>a img{width: .32rem; height: .32rem; }
     .Mobilenavigationbar_title_right_icon{width: .32rem; height: .32rem; display:flex; position: relative; z-index: 122;}
     .Mobilenavigationbar_title_right_icon>img{width: .32rem; height: .32rem;}
     .Mobilenavigationbar_title_right_icon img:nth-child(2){display: none;}
     

    .Mobilenavigationbar_list{background: rgba(255, 255, 255, 1);transition:height .8s linear;/* padding: .29rem .16rem 0 .16rem; */height: 0;box-sizing: border-box;overflow: hidden;position: fixed;left: 0;top: 0;width: 100%;}
     .Mobilenavigationbar_list_titel{display: flex;padding: .29rem .16rem 0 .16rem;}
      .Mobilenavigationbar_list_titel>a:nth-child(1) img{width: 1.5rem;  height: auto; margin-right: .28rem; padding-right: .4rem; border-right: .015rem solid rgb(225, 37, 27);}
      .Mobilenavigationbar_list_titel>a:nth-child(2) img{width: 1rem; }
       .Mobilenavigationbar_list_content{margin-top: .3rem;}
      .Mobilenavigationbar_list_content ul li {padding: .3rem .16rem; border-bottom: 1px solid rgba(209, 209, 209, 0.36);}
      .Mobilenavigationbar_list_content ul li a{font-size: .3rem; color: rgb(24, 24, 24);}
     .activets{background-color: #FAFAFA;}
      .navactive img:nth-child(1){display: none;}
      .navactive img:nth-child(2){display: block;}
      .hide{height: 100%;    }


     .navigationbar{display: none;}

     /* 标题 */
     .General_box_title{font-size: 18px;}
     /* 锚点链接 */
     .anchorlink{width: 95%;}
     /*  */
     .fullwidth{height: auto;box-sizing: border-box;/* padding: .3rem 0; */}
     .fullwidth ul{justify-content: center; flex-direction: column;}
     .fullwidth ul li{width: 100%;/* margin-bottom: .3rem; */justify-content: space-between;padding: 10px 0px;border-bottom: 1px solid rgba(255, 255, 255, 0.4);/* border-bottom: 1px solid; */padding-left: 0.22rem;padding-right: 0.22rem;box-sizing: border-box;}
     .fullwidth ul li:nth-child(2){flex-direction: row-reverse;}
     .fullwidth ul li:nth-child(3){flex-direction: row-reverse;}
     .fullwidth ul li:nth-child(1) p{margin-right: 0;        font-size: 14px;}
     .fullwidth ul li:nth-child(1) img{/* margin-right: .15rem; */     width: 40px;height: 40px;}
     .fullwidth ul li:last-child{margin-bottom: 0;}
     .fullwidth ul li:nth-child(2) img{/* margin-right: .2rem; */ margin-right: 0;  width: 40px;height: 40px;}
     .fullwidth ul li:nth-child(3) img{/* margin-right: .2rem; */ margin-right: 0;  width: 40px;height: 40px;}
     .fullwidth ul li::before{display: none;}
     .fullwidth ul li:nth-child(2) div{display: flex; }
     .fullwidth ul li:nth-child(2) div>p {margin-right: .2rem;         font-size: 14px;}
     .fullwidth ul li:nth-child(2) div a{font-size: 10px;font-weight: bold;}
     .fullwidth ul li:nth-child(3) div{display: flex;}
     .fullwidth ul li:nth-child(3) div>p{margin-right: .2rem;         font-size: 14px;}
     .fullwidth ul li:nth-child(3) div a p{font-size: 10px;font-weight: bold;margin-top: 0;}
    /* 底部 */
    .footer_contet{width: 95%;flex-wrap: wrap;}
    .fullwidth{background-image: url(../image/ydgzz.png);}
    .baywindow{bottom: 35px;}
    .baywindow a{width: 50px; height: 50px;}
}