.aboutbn{
  width: 100%;
}
.main{
  padding: 0;
}
img{
  width: 100%;
}
.abt-title{
  width: 100%;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303A49;
  line-height: 56px;
  padding-top: 80px;
  text-align: center;
}
input::-webkit-input-placeholder { 
  /* placeholder颜色 */ 
   color: #647288; 
   /* placeholder字体大小 */ 
   } 
   textarea::-webkit-input-placeholder { 
     color: #647288; 
     padding-left: 10px;
     font-size: 150%;
     } 
   input::-webkit-input-placeholder::after{
    content: "*";
    color: red;
   }
.abt-remark{
  width: 1400px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #303A49;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.header > .img-text{
  width: 100%;
  max-height: 700px;
  display: flex;
  margin-top: 101px;
}
.header > .img-text > div:first-child{
  width: 50%;
  background: #1C1F24;
  color: #fff;
}
.header > .img-text > .text{
  width: 50%;

}
.header > .img-text > .text > .title{
  max-width: 600px;
  font-size: 40px;
  font-weight: 500;
  margin-left: 240px;
  margin-right: 120px;
  margin-top: 80px;
  line-height: 56px;
  text-align: left;
}
.header > .img-text > .text > .remark{
  max-width: 600px;
  font-size: 40px;
  font-weight: 500;
  margin-left: 240px;
  margin-right: 120px;
  margin-top: 80px;
  line-height: 56px;
  text-align: left;
  font-size: 24px !important;
  line-height: 33px !important;
  margin-top: 40px;
}
.header > .img-text > .text > .content{
  max-width: 600px;
  font-size: 40px;
  font-weight: 500;
  margin-left: 240px;
  margin-right: 120px;
  margin-top: 80px;
  line-height: 56px;
  text-align: left;
  font-weight: 400 !important;
  margin-top: 18px;
  font-size: 18px !important;
  line-height: 36px !important;
}
header > .img-text >.img{
  width: 50%;
}
header > .img-text >.img img{
  width: 100%;
}
/* 使命 */
.shiming{
  width: 100%;
  position: relative;
}
.shiming-p{
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.shiming-content{
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.shiming-content-item {
  width: 50%;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.shiming-content-item > img{
  width: 180px;
  height: 180px;
}
.sm-title{
  font-size: 40px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #303A49;
padding-left: 50px;
}
.sm-remark{
  font-size: 24px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #303A49;
margin-top: 40px;
padding-left: 50px;
}
.card-content{
  width: 100%;
  height: 660px;
  background: #000000;
  display: flex;
  justify-content: center;
  position: relative;
}
/* .card-content > div{
  width: 360px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.card-content > div> span{
  font-size: 40px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
.card-content > div> img{
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
} */
/* 联系我们start */
.lxwm{
  width: 100%;
  height: 838px;
  /* background: linear-gradient(to right, #fff 0%,#fff 50%,#4890FF 50%,#4890FF 100%); */
}
.lxwm-content{
  width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.lxwm-left{
  background: #fff;
  height: 100%;
  width: 950px;
}
.lxwm-form{
  
}
.lxwm-form > div> input {
  width: 420px;
  background: #F9FAFB;
border-radius: 4px;
border: 1px solid #E8ECEF;
}
.lxwm-form > div> input:last-child{
margin-left: 50px;
}
.lxwm-form > div{
  display: flex;
  margin-bottom: 24px;
}
.lxwm-form textarea{
  width: 890px !important;
  height: 130px;
}

.on-input{
  width: 890px !important;
  margin: unset !important;
}
.lxwm-left-title{
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303A49;
  line-height: 56px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.lxwm-right{
  width: 490px;
  background: #4890FF;
  padding-left: 60px;
}
.lxwm-right > div{
  color: #fff;
  font-size: 22px;
font-family: HelveticaNeue;
color: #FFFFFF;
line-height: 18px;
margin-bottom: 36px;
}
.lxwm-right > div:first-child{
  font-size: 40px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 56px;
margin-bottom: 42px;
margin-top: 80px;
}
.lxwm-right > div:nth-child(2n){
  font-size: 22px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
line-height: 22px;
margin-bottom: 22px;
}
.lxwm-right > div:last-child{
  margin-top: 12px;
  width: 120px;
  text-align: center;
}
.lxwm-right > img{
  width: 120px;
  height: 120px;
}
/* 联系我们end */
.address{
  width: 100%;
  background: #F6F8FA;
  text-align: center;
}
.address > .img-body {
  display: inline-flex;
  margin: 50px 0 90px 0;
}
.address > .img-body > .add-card{
  background: #fff;
  width: 580px;
}
.address > .img-body > .add-card:first-child{
  margin-right: 50px;
}
.address > .img-body > .add-card > img{
  width: 100% !important;
  height: 350px;
}
.address > .img-body > .add-card > .context{
  width: 100% !important;
  height: 134px;
  padding: 30px 40px;
  text-align: left;
}
.address > .img-body > .add-card > .context > div{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303A49;
}
.address > .img-body > .add-card > .context > div > span{
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.area-style{
  border-radius: 4px;
border: 1px solid #E8ECEF;
background: #F9FAFB;
}
.main-info.gk{
  padding: 23px 0 73px 0;
  background: #1B1C26;
}
.main-info.gk .gk-info{
  width: 1280px;
  display: flex;
  margin: 50px auto 0 auto;
}
.main-info.gk .gk-info .info-text{
  flex: 1;
  padding: 85px 100px 77px 62px;
  background: #1A20BB;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #E6E6E6;
  line-height: 36px;
}
.main-info.gk .gk-info .indexpic-wrap{
  width: 642px;
  height: 431px;
  overflow: hidden;
}
.main-info.gk .gk-info .indexpic{
  width: 642px;
  height: 431px;
  transition: all .5s ease-in-out;
}
.main-info.gk .gk-info:hover .indexpic{
  transform: scale(1.05,1.05);
}
.main-info .title{
  display: block;
  margin: 0 auto;
}
.main-info .title.gk{
  width: 434px;
  height: 46px;
}
.main-info.lcb{
  background: #E6E6E6;
  padding: 86px 0;
}
.main-info .title.lcb{
  width: 525px;
  height: 47px;
}
.main-info.lcb .lcb-info{
  width: 1280px;
  margin: 0 auto 0 auto;
  position: relative;
  display: flex;
  flex-flow: wrap-reverse;
  height: 250px;
}
.main-info.lcb .lcb-info::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url('../image/aboutus/line.png') no-repeat center center / 100% 100%;
}
.main-info.lcb .lcb-info-item{
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  height: 157px;
}
.main-info.lcb .lcb-info-item.current{
  height: fit-content;
}
.main-info.lcb .lcb-info-item .icon{
  width: 82px;
  height: 30px;
}
.main-info.lcb .lcb-info-item .icon.hover{
  opacity: 0;
}
.main-info.lcb .lcb-info-item .icon.current{
  width: 115px;
  height: 45px;
}

.main-info.lcb .lcb-info-item .line{
  /* width: 4px;
  height: 91px;
  font-size: 18px;
  border-left: 3px dashed #ADADAD;
  margin: 19px 0 17px 0; */
  width: 4px;
  font-size: 18px;
  border-left: 3px dashed #ADADAD;
  margin: 19px 0 17px 0;
  position: absolute;
  bottom: -4px;
  height: 64%;
  left: calc(50% - 2px);
  opacity: 1;
}
.main-info.lcb .lcb-info-item::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #063CE9;
  border-radius: 50%;
  left:calc(50% - 4px);
  bottom: -4px;
}
.main-info.lcb .lcb-info-item .text{
  margin: 3px 0 32px 0;
  height: 107px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #585858;
  line-height: 30px;
  text-align: center;
  /* display: none; */
  opacity: 0;
}
.main-info.lcb .lcb-info-item.hover{
  height: fit-content;
}
.main-info.lcb .lcb-info-item.hover .icon{
  opacity: 0;
}
.main-info.lcb .lcb-info-item.hover .hover{
  opacity: 1;
}
.main-info.lcb .lcb-info-item.hover .line{
  opacity: 0;
}
.main-info.lcb .lcb-info-item.hover .text{
  height: fit-content;
  opacity: 1;
}
.main-info.hzhb{
  padding: 41px 0 110px 0;
  background: #1B1C26;
}
.main-info .title.hzhb{
  width: 490px;
  height: 52px;
}
.main .hzhb-info .hzhb-info-wrap{
  display: flex;
  width: 1280px;
  margin: 91px auto 68px auto;
  gap: 35px;
}
.main .hzhb-info .hzhb-info-item{
  width: 294px;
  cursor: pointer;
}
.main .hzhb-info .num-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
.main .main-info.hzhb-info{
  background: #1A1A28;
  padding-top: 104px;
  padding-bottom: 110px;
}
.main .main-info.hzhb-info .title{
  width: 416px;
  height: 52px;
}
.main .hzhb-info .num{
  font-size: 60px;
  font-family: DIN Condensed;
  font-weight: bold;
  color: #0663F0;
  background: linear-gradient(-26deg, #063CE9 0%, #2D80FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.main .hzhb-info .plus{
  display: block;
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #0663F0;
  margin-top: -20px;
}
.main .hzhb-info .line{
  width: 100%;
  height: 3px;
  background: #0663EF;
}
.main .hzhb-info-item:nth-of-type(2n) .line{
  background: #BA20D4;
}
.main .hzhb-info .hzhb-brief{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #A5A7BD;
  text-align: center;
  margin: 35px auto 49px auto;
}
.main .hzhb-info .band-wrap{
  width: 1280px;
  
  overflow: hidden;
  margin: 0 auto;
}
.main .hzhb-info .band-wrap ul{
  display: flex;
  justify-content: center;
  gap: 19px;
}
.main .hzhb-info .band-wrap .band-img{
  width: auto;
  height: 96px;
}
.main-info.lxwm{
  padding: 76px 0 90px 0;
  background: #E6E6E6;
}
.main-info .title.lxwm{
  width: 264px;
  height: 52px;
}
.main-info.lxwm .brief{
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #585858;
  text-align: center;
  margin: 31px 0 62px 0;
}
.main-info.lxwm .lxwm-info{
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.main-info.lxwm .lxwm-info .info-left{
  width: 594px;
}
.main-info.lxwm .lxwm-info .info-right{
  flex: 1;
  padding-left: 180px;
}
.main-info.lxwm .info-left input{
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 100;
  outline: none;
  border: none;
  padding-left: 20px;
  margin-bottom: 22px;
}
.main-info.lxwm .info-left .flex{
  display: flex;
  gap: 22px;
}
.main-info.lxwm .info-left textarea{
  width: 100%;
  height: 170px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 100;
  outline: none;
  border: none;
  padding: 19px 20px;
  resize: none;
  margin-bottom: 22px;
}
.main-info.lxwm .info-left textarea::placeholder{
  font-size: 23px;
  padding: 0;
}
.main-info.lxwm .info-left .code-input{
  flex: 1;
}
.main-info.lxwm .info-left .code{
  width: 188px;
  height: 60px;
  border-radius: 10px;
}
.main-info.lxwm .info-left .submit{
  width: 166px;
  height: 60px;
  background: url('../image/aboutus/submit.png') no-repeat center center / 100% 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 23px;
} 
.main-info.lxwm .info-right .info{
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #5B5B5B;
  margin-bottom: 35px;
}
.main-info.lxwm .info-right .focus-us{
}
.main-info.lxwm .info-right .focus-us .title{
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #5B5B5B;
  margin-bottom: 20px;
  text-align: left;
}
.main-info.lxwm .info-right .weixin{
  display: flex;
  gap: 30px;
}
.main-info.lxwm .info-right .weixin-code{
}