@font-face {
    font-family: 'p';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src: url('../font/Poppins-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: p;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    max-width: 19.2rem;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.show1{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0.96rem;
}
.show1center{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.show1center h2{
    width: 5.5rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #000;
    padding-top: 0.88rem;
    padding-bottom: 0.2rem;
    font-size: 0.42rem;
    margin: 0 auto;
    font-family: pb;
}
.title2{
    width: 11rem;
    height: auto;
    line-height: 0.36rem;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 auto;
    color: #666;
    padding-bottom: 0.47rem;
    font-family: p;
}
.show1box{
    width: 15rem;
    height: 5.05rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.show1box1{
    width: 4.85rem;
    height: 4.22rem;
    /* overflow: hidden; */
    background: #ecf5fb;
    position: relative;
}
.show1box1 img{
    width: 3.3rem;
    height: 3.8rem;
    margin: 0 auto;
    transition: 0.3s;
    position: absolute;
    bottom: -0.7rem;
    right: -0.4rem;
}
.show1box1 img:hover{
    transform: scale(1.02);
    transition: 0.3s;
}
.show1box2{
    width: 7.75rem;
    height: 7.05rem;
    overflow: hidden;
}
.show1box3{
    width: 7.75rem;
    height: 3.42rem;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}
.show1box3 img{
    width: 7.75rem;
    height: 3.42rem;
    margin: 0 auto;
    transition: 0.3s;
}
.show1box3 img:hover{
    transform: scale(1.02);
    transition: 0.3s;
}
.show1box1 .button1{
    width: 1.9rem;
    height: 0.45rem;
    background: linear-gradient(to right, #ce1005, #da6518);
    /* border-radius: 50px; */
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.45rem;
    text-align: center;
    /* text-indent: 0.2rem; */
    position: absolute;
    top: 3.2rem;
    font-weight: 600;
    left: 0.32rem;
}
.button1 img{
    width: 0.37rem !important;
    height: 0.37rem !important;
    position: absolute;
    top: 0rem;
    right: 0rem;
}
.imgsbcc{
    width: 0.37rem;
    height: 0.37rem;
    overflow: hidden;
    margin-left: 0.05rem;
    float: right;
    position: relative;
    margin-top: 0.08rem;
    margin-right: 0.2rem;
}
.show1box3  .imgsbcc{
        margin-top: 0.05rem;
        margin-right: 0.1rem;
}
.show1box4  .imgsbcc{
        margin-top: 0.05rem;
        margin-right: 0.1rem;
}
.show1box3 .button1{
        width: 2.53rem;
        height: 0.45rem;
        background: #ffc001;
        border: 1px solid #ffc001;
        border-radius: 50px;
        color: #02203e;
        font-size: 0.2rem;
        line-height: 0.45rem;
        text-align: center;
        position: absolute;
        text-indent: 0.2rem;
        top: 1.93rem;
        font-weight: 600;
        left: 0.37rem;
}

.show1box4 .button1{
      width: 2.53rem;
      height: 0.45rem;
      background: #ffc001 !important;
      border: 1px solid #ffc001 !important;
      border-radius: 50px;
      color: #02203e;
      font-size: 0.2rem;
      line-height: 0.45rem;
      text-align: center;
      position: absolute;
      text-indent: 0.2rem;
      top: 1.71rem;
      font-weight: 600;
      left: 0.4rem;
}
.show1box1 h2{
    font-size: 0.24rem;
    color: #000;
    line-height: 0.36rem;
    /* position: absolute; */
    top: 0.6rem;
    left: 0.36rem;
    width: 4rem;
    margin-top: 0.5rem;
    text-align: left;
    padding: 0rem;
}
.show1box3 h2{
    font-size: 0.26rem;
    color: #000;
    line-height: 0.36rem;
    position: absolute;
    top: 1rem;
    left: 0.36rem;
    width: 3.4rem;
    text-align: left;
    padding: 0rem;
}
.show1box1 ul li{
    width: 3.7rem;
    height: 0.36rem;
    font-size: 0.22rem;
    text-align: left;
    line-height: 0.36rem;
    color: #666;
}
.show1box1 ul{
    position: absolute;
    left: 0.36rem;
    top: 1.8rem;
}
.show1box4 h2{
    font-size: 0.26rem;
    color: #000;
    line-height: 0.36rem;
    position: absolute;
    top: 0.85rem;
    left: 0.35rem;
    width: 3.4rem;
    text-align: left;
    padding: 0rem;
}
.button1:after,.button1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffc001;
    z-index:-2;
    border-radius: 50px;
}

.button1:hover{
    z-index:1;
    background: #ffc001;
    transition: .3s;
    cursor: pointer;
    border: none;
}            

.button1:before {
    transition: .3s;
    background: #ffbc1d;
    z-index:-1;
}

.button1:hover:after,.button1:hover:before {
    width: 100%;
    
}
.huo{
    width: 0.45rem;
    height: 0.45rem;
    float: left;
}
.show1_tts{
    width: auto;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    margin-top: 0.3rem;
    margin-left: 0.45rem;
}
.show1_bbs{
    width: 0.91rem;
    height: 0.04rem;
    background: #df2f20;
    margin-left: 0.45rem;
}
.zhong1{
    width: 100%;
    height: 2.29rem;
    margin: 0 auto;
    background: url(../img/229.png) no-repeat;
    background-size: 100% 100%;
}
.zhong1center{
    width: 15rem;
    height: auto;
    margin: 0 auto;
}
.zhong1left{
    width: 5.15rem;
    height:auto;
    float: left;
    position: relative;
    display: none;
}
.zhong1left h2{
    width: 5.15rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.32rem;
    font-weight: 600;
    color: #000;
    font-family: pb !important;
    margin-top: 0.92rem;
}
.zhong1left h2 span{
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.48rem;
    font-family: p !important;
}
.zhong1button{
    width: 2.8rem;
    height: 0.55rem;
    background: url(../img/button.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.55rem;
    text-align: center;
    color: #000;
    text-indent: -0.2rem;
    font-family: pb;
    margin-top: 0.2rem;
}
.zhong1right{
    width: 100%;
    height: auto;
    /* float: right; */
}
.zhong1right h2{
    width: 100%;
    height: auto;
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
    font-family: pb;
    line-height: 0.36rem;
    padding-top: 0.59rem;
    padding-bottom: 0.3rem;
}
.zhong1rights{
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.42rem;
    text-align: center;
    font-family: p;
    color: #fff;
    margin: 0 auto;
    padding-top: 1rem;
}
.xinfor935{
    width: 100%;
    height: 10.94rem;
    margin: 0 auto;
    background: url(../img/1094.jpg) no-repeat;
    background-size: 100% 100%;
}
.xinfor935center{
    width: 15rem;
    height: 9.35rem;
    margin: 0 auto;
    position: relative;
}
.xinfor935center h2{
    width: 15rem;
    height: auto;
    line-height: 0.42rem;
    text-align: center;
    font-size: 0.42rem;
    color: #000;
    font-family: pb;
    padding-top: 1.1rem;
}
.xinfor935center ul li:nth-of-type(1){
    width: 3.5rem;
    height: auto;
    position: absolute;
    left: 0.7rem;
    top: 3.45rem;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
}
.xinfor935center ul li h3{
    width: 3.5rem;
    text-align: left;
    font-size: 0.26rem;
    line-height: 0.36rem;
    font-weight: 600;
    font-family: pb;
    color: #000;
}

.xinfor935center ul li:nth-of-type(2){
    width: 3.5rem;
    height: auto;
    position: absolute;
    left: 0.3rem;
    top: 7rem;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
}
.xinfor935center ul li:nth-of-type(3){
    width: 3.6rem;
    height: auto;
    position: absolute;
    right: 0.28rem;
    top: 3.6rem;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
}
.xinfor935center ul li:nth-of-type(4){
    width: 3.5rem;
    height: auto;
    position: absolute;
    right: 0.02rem;
    top: 6.8rem;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
}
.xinforbutton{
    width: 2.94rem;
    height: 0.55rem;
    text-align: center;
    line-height: 0.55rem;
    color: #fff;
    text-indent: 0.2rem;
    background: linear-gradient(to right,#ce0f05,#da6318);
    font-size: 0.2rem;
    font-family: pb;
    border-radius: 0.55rem;
    margin: 0 auto;
    margin-top: 8rem;
}
.xinforbutton img{
    width: 0.29rem;
    height: 0.41rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.08rem;
}
.selling{
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    margin:  0 auto;
    padding-bottom: 0.6rem;
    overflow: hidden;
}
.sellingcenter{
    width: 15rem;
    height: auto;
    margin: 0 auto;
}
.sellingcenter h2{
    width: 14rem;
    height: 1rem;
    line-height: 1rem;
    color: #000;
    text-align: center;
    font-size: 0.42rem;
    padding-top: .4rem;
    font-family: pb;
}
.sellingbox{
    width: 15rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.sellingbox1{
    width: 3.64rem;
    height: 4.89rem;
    border-bottom: 1px solid #fffae4;
    position: relative;
}
.sellingbox1 img{
    width: 3.64rem;
    height: 4.17rem;
    display: block;
}
.sbox{
    height: 3px;
    /* background: #ffcc01; */
    width: 0.6rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.sellingbox1 p{
    width: 100%;
    height: 0.8rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    background: #cc0001;
    font-weight: 400;
    line-height: 0.8rem;
}
.blackone{
    width: 100%;
    height: 11.1rem;
    background: url(../img/1110.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.blackonecenter{
    width: 15rem;
    height: 11.1rem;
    margin: 0 auto;
}
.blackonecenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    font-family: pb;
    margin: 0 auto;
    padding-top: 1.14rem;
    padding-bottom: 0.2rem;
}
.black_titles{
    width: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #fff;
}
.black_titles span{
    color: #cc0001;
    font-weight: 600;
    font-family: pb;
}
.tws1_sd{
    width: 100%;
    height: auto;
    background: #fff;
    /* padding-top: 0.2rem; */
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    /* padding-bottom: 0.9rem; */
}
.tws1_sdcenter{
    width: 15rem;
    height: 6rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tws1_sdcenter {}
.tws1_sdcenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
    
}
.tws_694{
    width: 15rem;
    height: 6.94rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.tws_bur{
    /* background:#ebf1ff; */
    width: 7rem;
    height: 4.65rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    border-radius: 0.8rem;
}
.tws1_sdcenter ul{
    width: 7rem;
    height: 4.65rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    position: absolute;
    align-content: space-between;
    right: 0rem;
    flex-wrap: wrap;
    bottom: 0.7rem;
}
.tws1_sdcenter ul li{
    width: 3.05rem;
    height: 2.4rem;
    background: #000;
    transition: 0.4s;
    position: relative;
}
.tws1_sdcenter ul li img{
    width: 3.05rem;
    height: 1.88rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.tws_bur ul li h3{
    font-size: 0.2rem;
    font-family: p !important;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 0.58rem;
    position: absolute;
    bottom: 0rem;
    transition: 0.4s;
    width: 3.05rem;
    height: 0.52rem;
}
.facleft{
    width: 15rem;
    height: 7.08rem;
  }
  .facleft11{
    width: 7rem;
    height: 7.08rem;
    float: right;
  }
  .fact11{
    width: 7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
    padding-top: 0.2rem;
  }
  .fact_leftbtm{
    width: 13.89rem;
    height: 2.94rem;
    background: url(../img/294.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
  }
  .fact_leftbtm1{
    width: 13.89rem;
    height: 2.94rem;
    
    background-size: 100% 100%;
    
  }
  .h_top{ width: 100%; height: 1500px; background-color: #00446F; }
	.h_top h3{text-align: center;color:#1d6ec9;line-height: 60px}
/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â++++++++++*/
.digital{width: 100%;height: 150px;margin-bottom: 0.2rem;color: #363636;}
.main{width: 100%;height: 150px;margin:0 auto;font-size: 0;margin-top: 0.3rem;margin-left: -0.4rem;}
.mumping_mun li{width: 33%;display: inline-block;margin: 30px auto;text-align: center;position: relative;}
.mumping_mun{width: 7.79rem;list-style: none;display: flex;}
.mumping_mun p{font-size: 0.22rem;width: 100%;display: block;clear: both;color: #fff;text-align: center;}
.mumping_mun h2{font-size: 0.62rem;font-weight: normal;text-align: center;width: 100%;float: left;color: #fff !important;margin-right: 0.1rem;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;/* margin-left: 0.98rem; */}
.jia{
    font-size: 0.3rem;
    position: absolute;
    right: 0.1rem;
    color: #fff !important;
    color: #1d6ec9;
}
.mun_top{
    position: relative;
}
.facimg{
    width: 9.35rem;
    height: 6.39rem;
    position: absolute;
    right: 0rem;
    top: 2.66rem;
    background:url(../img/dd.jpg) no-repeat;
    background-size: 100% 100%;
}
.facbutton{
    width: 4.02rem;
    height: 0.91rem;
    background: url(../img/91.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.bbs{
    width: 100%;
    height: 8rem;
    margin: 0 auto;
}
.tws_bur .swiper-pagination{
    text-align: right !important;
    background: linear-gradient(45deg, transparent,black);
}
.tws_bur .swiper-pagination .swiper-pagination-bullet-active{
    background: #ce0f04 !important;
    border: 0.01rem solid #ce0f04 !important;
}
.tws_bur .swiper-pagination .swiper-pagination-bullet{
    background: transparent ;
    border: 0.01rem solid #fff;
    opacity: 1;
}
.shang{
    width: 15rem;
    height: 0.16rem;
    margin: 0 auto;
    display: block;
    /* margin-top: 0.66rem; */
  }
  .shang1{
    width: 6.8rem;
    height: 0.46rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.66rem;
  }
  .bans_ts1{
    width: 7rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    line-height: 0.63rem;
    color: #000;
    text-align: left;
    margin: 0 auto;
    /* padding-top: 0.85rem; */
    /* padding-bottom: 0.85rem; */
}
.tws1_sdcenter .button{
    width: 2.43rem;
    height: 0.55rem;
    background: linear-gradient(to right, #cd0f03, #da6518);
    /* border: 1px solid #ffc001; */
    border-radius: 50px;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.55rem;
    text-align: center;
    text-indent: 0.2rem;
    /* position: absolute; */
    top: 3.9rem !important;
    font-weight: 600;
    left: 0.02rem;
    margin-top: 0.3rem;
}
.button img{
    width: 0.37rem !important;
    height: 0.37rem !important;
    position: absolute;
    top: 0rem;
    right: 0rem;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #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: 100%;
    object-fit: cover;
  }
  .swiper-pagination{
    font-size: 0.3rem;
    color: #fff;
    font-family: pb;
    text-align: left !important;
    overflow: hidden;
    /* padding-left: 0.4rem; */
  }
  .swiper-pagination-current{
    font-size: 0.4rem;
    font-family: pb;
  }
  .tws_bur .swiper-pagination{
    bottom: 0rem !important;
  }
  .eight1{
    width: 100%;
    height: 7.55rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.eight1center li{
    width: 3.66rem;
    height: 3.21rem;
    overflow: hidden;
}
.eight1center li img{
    width: 3.66rem;
    height: 3.21rem;
    transition: 0.4s;
}
.eight1center  li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.eight1center{
    width: 15rem;
    height: 6.55rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}
.biao655{
    width: 100%;
    height: 6.55rem;
    background: url(../img/655.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.biao655center{
    width: 16rem;
    height: 6.55rem;
    margin: 0 auto;
    position: absolute;
    top: 0rem;
    left: 1.6rem;
}
.biao655center h3{
    width: 5.45rem;
    font-size: 0.48rem;
    line-height: 0.65rem;
    color: #fff;
    text-align: left;
    font-family: pb;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1.37rem;
}
.biaobutton{
    width: 2.68rem;
    height: 0.7rem;
    background: url(../img/contact.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}
.biaoright{
    width: 9.4rem;
    height: 6.55rem;
    background: rgba(176,6,17,0.6);
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.biaottd{
    width: 8rem;
    height: 5rem;
    /* background: #000; */
    position: absolute;
    right: 0rem;
    top: 0.6rem;
}
.biaottd2{
    width: 8rem;
    height: 1.4rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
}
.biaottd2 input{
    width: 3.52rem;
    height: 0.6rem;
    line-height: 0.6rem !important;
    background: #c90916;
    color: #fff !important;
    font-size: 0.2rem !important;
    border:none;
    border-bottom:0.02rem solid #d64951
}
.countts{
    width: 7.5rem;
    height: 0.6rem;
    line-height: 0.6rem !important;
    background: transparent;
    font-size: 0.24rem !important;
    border:none;
    border-bottom:0.02rem solid #d64951;
    display: block;
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    color: #fff !important;
}
.tests1{
    width: 7.5rem;
    height: 1rem;
    line-height: 0.3rem !important;
    background: transparent;
    color: #fff !important;
    font-size: 0.24rem !important;
    border:none;
    border-bottom:0.02rem solid #d64951;
    display: block;
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    resize: none;
}
.biaobuttons{
    width: 3.58rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    color:#c90915;
    font-family: pb;
    font-weight: 600;
    background: #fff;
    margin-top: 0.55rem;
    margin-left: 0.25rem;
}
input::placeholder {
    color: #fff !important; 
  }
  
  textarea::placeholder {
    color: #fff !important;
  }
  .biaos {
    /*display: none;*/
    /* display: none; */
    position: fixed;
    width: 70% !important;
    top: 15%;
    margin-left: 0% !important;
    left: 10% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 50px 0;
}

.biaos .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    margin-top: 2%;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.biaos .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.biaos .row {
    width: 85%;
    margin-left: 7.5%;
    transition: .2s width ease;
    *: ; zoom: 1; }

.biaos .btm_box {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.biaos .btns_list {
    margin: 0 auto;
    display: block;
    float: none;
}

.biaos .green {
    background-color: #c90915;
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.biaos .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #000;
}

.biaos .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.kuangs {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: block;
    position: fixed;
    display: none;
    z-index: 9999999999999;
    top: 0rem;
}

.close_btn {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
}

.pro_li {
    height: 100%;
    padding-bottom: 30px !important;
}

.pro_li:hover .dropdown {
    display: block !important;
}

#dr_liuyan {
    width: 98.5% !important;
    height: 0.9rem !important;
    border-color: #aaa !important;
    font-size: 0.2rem !important;
    text-indent: 0.2rem !important;
    padding-top: 0.1rem !important;
    resize: none !important;
}

.con p {
    font-size: 0.16rem !important;
}

.tit p {
    font-weight: 600 !important;
}

.swip_one {
    position: relative;
}

.swip_one img {
    position: absolute;
    top: 0rem !important;
    left: 0rem !important;
}


.biaottd2 input:-webkit-autofill,
.biaottd2 input:-webkit-autofill:hover,
.biaottd2 input:-webkit-autofill:focus,
.biaottd2 input:-webkit-autofill:active {
     background: transparent;
-webkit-box-shadow: 0 0 0 0px transparent inset !important;
-webkit-text-fill-color: #fff !important;
  font-size: 0.2rem !important;
transition: background-color 5000s ease-in-out 0s;
}
.biaottd2 textarea:-webkit-autofill,
.biaottd2 textarea:-webkit-autofill:hover,
.biaottd2 textarea:-webkit-autofill:focus,
.biaottd2 textarea:-webkit-autofill:active {
    background: transparent;
-webkit-box-shadow: 0 0 0 0px transparent inset !important;
-webkit-text-fill-color: #fff !important;
  font-size: 0.2rem !important;
transition: background-color 5000s ease-in-out 0s;
}

  .close_btn {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
    font-size: 0.2rem;
}
.pc{
    display: block !important;
}
.yd{
    display: none !important;
}
 .cookies{
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    bottom: 0rem;
    background: #fff;
        box-shadow: 0px 0px 4px #ccc;
     z-index: 99999999 !important;
}
.cookiebox{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #666;
    text-align: left;
    padding-right: 0.45rem;
    width: 12.08rem;
    height: auto;
    display: table;
    margin: 0 auto;
    border-right: 0.01rem solid #ccc;
    float: left;
    /* margin-left: 1.5rem; */
}
.cookiestitle{
	    width: 1.44rem;
    height: 0.37rem;
    line-height: 0.37rem;
    text-align: center;
    border-radius: 0.37rem;
    background: #cccccc;
    color: #fff;
    font-size: 0.16rem;
    float: right;
    margin-right: 1.6rem;
    /*margin-top: 0.1rem;*/
    cursor: pointer;
    transition: 0.4s;
}
.cookiestitle:hover{
	background: #000033 !important;
	transition: 0.4s;
}
.cookiescenter{
	width: 16rem;
	height: auto;
	margin: 0 auto;
	
}
.cjs{
    display: none;
}
.pc_headercenter_button {
    width: 1.74rem;
    height: 0.4rem;
    background: #cb0816;
    border-radius: 0.4rem;
    float: right;
    font-size: 0.18rem;
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: pb;
    line-height: 0.4rem;
    margin-top: 0rem;
}

.pc_headercenter_button img {
    width: 0.24rem;
    height: 0.24rem;
    float: right;
    margin-top: 0.068rem;
    margin-right: 0.1rem;
}
input::placeholder {
    color: #fff !important; 
  }
  
  textarea::placeholder {
    color: #fff !important;
  }
  .ddmp_bottom {
    width: 100%;
    height: 8rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../img/dibg.jpg);
    position: relative;
}

.ddmp_bottom {
    width: 100%;
    height: 8.5rem !important;
    margin: 0 auto;
    /* margin-top: 4% !important; */
    background: url(../../ddm/img/dibg.jpg);
    position: relative;
}

.bak_top {
    width: 100%;
    height: 1rem;
    margin: 0 auto;
}

.bottom_bakul {
    width: 16rem;
    height: 3.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bottom_bak1 {
    width: 3.2rem;
    height: 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.bottom_bak1titles {
    font-size: 0.3rem;
    color: #fff;
    text-align: left;
    line-height: 0.3rem;
    font-family: pb;
    height: 0.3rem !important;
    font-weight: 600;
}

.bottom_bak1 ul {
    width: auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-content: space-between;
}

.bottom_bak1 ul li {
    color: #fff !important;
    font-family: p;
    text-align: left;
    line-height: 0.36rem;
    font-size: 0.18rem;
    opacity: 0.8;
}

.bak_bottom_ai {
    width: 100%;
    height: 2.77rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.bak_bottom_aicenter {
    width: 16rem;
    height: 2.77rem;
    margin: 0 auto;
    border-top: 0.01rem solid #3a3a3c;
    position: relative;
}

.bak_bottom_logo {
    width: 2.07rem !important;
    height: 0.56rem !important;
    position: absolute;
    left: 0rem;
    top: 0.9rem;
}

.bottom_titls {
    width: 16rem;
    height: 2.77rem;
    margin: 0 auto;
    line-height: 2.77rem;
    font-size: 0.18rem;
    font-family: p;
    text-align: right;
    color: rgba(255,255,255,0.6);
}
.biaos .form input::placeholder{
    color:#aaa !important;
}
.biaos .form textarea::placeholder{
    color:#aaa !important;
}
.bottom_bakul {
    width: 15rem !important;
    height: 3.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom_bak1 {
    width: 4.2rem !important;
    height: 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.bottom_bak1titles {
    font-size: 0.3rem;
    color: #fff;
    text-align: left;
    width: 100% !important;
    line-height: 0.3rem;
    font-family: pb;
    height: 0.3rem !important;
    font-weight: 600;
}