/* banner */
#banner {
  padding-left: 0;
  padding-right: 0;
}
.bannerLogo {
  margin: 0;
  height: 14.4rem;
  width: 100%;
  background: url(../images/system_img_banner_0.png) center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indexSlogan {
  font-family: PingFangSC-Regular;
  font-size: 0.96rem;
  color: #303E51;
  letter-spacing: 0;
  text-align: center;
}
.sloganEng {
  margin-top: 0.4rem;
  opacity: 0.9;
  font-family: PingFangSC-Light;
  font-size: 0.4rem;
  color: #303E51;
  letter-spacing: 0.102rem;
  line-height: 0.68rem;
}
.login {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.login div {
  width: 4.4rem;
  height: 1.6rem;
  border-radius: 1.24rem;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login div:first-child {
  border: 1px solid #FFFFFF;
  margin-right: 0.4rem;
}
.login div:first-child:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.login div:nth-child(2) {
  background: #59ACFF;
}
.login div:nth-child(2):hover {
  background: #499DF2;
  cursor: pointer;
  
}
.login #app a{
  color: #999999;

}
.login #app {
  border: 2px solid #999999;

}
.content-box {
  background-color: #fff;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.content-box .container .big-title {
  font-family: PingFangSC-Regular;
  font-size: .72rem;
  color: #303E51;
  letter-spacing: 0;
}
.content-box .container .img-box {
  margin: 0 auto;
  width: 11.36rem;
  display: block;
  margin-top: 75px;
}
.footer-box {
  width: 100%;
}
.footer-box .header {
  width: 100%;
  background-color: #303E51;
}
.footer-box .header .container {
  padding-top: 1.2rem;
  padding-bottom: .64rem;
}
.footer-box .header .container .left {
  width: 100%;
  text-align: center;
  padding: 0 1.2rem;
}
.footer-box .header .container .left .phone,
.footer-box .header .container .left .addres {
  margin-top: 36px;
  font-family: PingFangSC-Regular;
  font-size: .56rem;
  color: #FFFFFF;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
}
.footer-box .header .container .left .phone .icon-phone,
.footer-box .header .container .left .addres .icon-phone {
  display: inline-block;
  width: .72rem;
  height: .8rem;
  margin-right: 12px;
  background-image: url('../images/footer_ic_phone.png');
  background-size: cover;
}
.footer-box .header .container .left .addres {
  margin-top: 12px;
}
.footer-box .header .container .left .addres .icon-addres {
  display: inline-block;
  width: .6rem;
  height: .8rem;
  margin-right: 12px;
  background-image: url('../images/footer_ic_location.png');
  background-size: cover;
}
.footer-box .header .container .center {
  height: 210px;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  margin-left: 398px;
  margin-right: 392px;
}
.footer-box .header .container .center .lis {
  width: 32%;
  display: inline-block;
  text-align: center;
}
.footer-box .header .container .right {
  width: 100%;
  text-align: center;
  padding: 0 1.2rem;
}
.footer-box .header .container .right .erweima {
  display: inline-block;
  margin-right: 40px;
  margin-top: 14px;
}
.footer-box .header .container .right .erweima img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 5px;
}
.footer-box .header .container .right .erweima p {
  text-align: center;
}
.footer-box .header .container .right .phone,
.footer-box .header .container .right .addres {
  margin-top: 36px;
  font-family: PingFangSC-Regular;
  font-size: .56rem;
  color: #FFFFFF;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
}
.footer-box .header .container .right .phone .icon-phone,
.footer-box .header .container .right .addres .icon-phone {
  display: inline-block;
  width: .72rem;
  height: .8rem;
  margin-right: 12px;
  background-image: url('../images/footer_ic_phone.png');
  background-size: cover;
}
.footer-box .header .container .right .addres {
  margin-top: 12px;
}
.footer-box .header .container .right .addres .icon-addres {
  display: inline-block;
  width: .6rem;
  height: .8rem;
  margin-right: 12px;
  background-image: url('../images/footer_ic_location.png');
  background-size: cover;
}
.footer-box .header .container .title {
  font-family: PingFangSC-Regular;
  font-size: .72rem;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: .48rem;
}
.footer-box .header .container .content {
  font-family: PingFangSC-Regular;
  font-size: .56rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1rem;
}
.footer-box .footer {
  background: #1F2937;
}
.footer-box .footer p {
  font-family: PingFangSC-Regular;
  font-size: .4rem;
  color: #CCCCCC;
  letter-spacing: 0;
  text-align: center;
  padding: 19px 0;
}
.footer-box .hide-this {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #303E51;
  letter-spacing: 0;
}
