#banner {
  padding-left: 0;
  padding-right: 0;
}
.bannerLogo {
  margin: 0;
  height: 670px;
  width: 100%;
  background: url(../images/index_img_banner_0.png) center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indexSlogan {
  font-family: PingFangSC-Regular;
  font-size: 58px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.sloganEng {
  margin-top: 20px;
  opacity: 0.9;
  font-family: PingFangSC-Light;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 5.1px;
  line-height: 34px;
}
.login {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.login div {
  width: 170px;
  height: 50px;
  border-radius: 31px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login div:first-child {
  border: 1px solid #FFFFFF;
  border: none;
}
.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;
}
.login #free:hover {
  background: #499DF2;
}
.tabledown {
  display: none;
  position: absolute;
  bottom: -100px;
  left: -5px;
}
.tabledown li {
  text-align: center;
  display: block;
  clear: both;
  white-space: nowrap;
  width: 104px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}
.tabledown > li a {
  text-decoration: none;
  color: #999999;
  font-size: 16px;
}
.tabledown > li:hover {
  background-color: #f1f2f3;
  color: #499df2;
}
.tabledown > li a:hover {
  background-color: #f1f2f3;
  color: #499df2;
}
.dropdown:hover .tabledown {
  display: block;
}
.dropdown:hover #hoverlogo {
  display: block;
}
.appdown {
  display: none;
  padding: 0;
  background-color: #fff;
  position: absolute;
  bottom: -100px;
  left: 0px;
  width: 103px;
  height: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  /* background: url(../images/nev_img_downloadapp.png) no-repeat center center; */
  background-size: 79px 79px;
}
.appdown img {
  width: 103px;
  height: 100px;
  padding: 10px;
}
#sliderNav {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 268px;
  background-color: #59ACFF;
}
#closed {
  background: url("../images/ic_closemenu.png") no-repeat;
  width: 71.4px;
  height: 71.4px;
  background-position: 13px;
  position: relative;
  left: 196px;
}
#banner {
  padding-left: 0;
  padding-right: 0;
}
.bannerLogo {
  margin: 0;
  height: 670px;
  width: 100%;
  background: url(../images/custom_img_banner_0.png) center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indexSlogan {
  font-family: PingFangSC-Regular;
  font-size: 58px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.indexSlogan p {
  display: inline-block;
}
.sloganEng {
  margin-top: 20px;
  opacity: 0.9;
  font-family: PingFangSC-Light;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 5.1px;
  line-height: 34px;
}
.sloganEng p {
  display: inline-block;
}
.login {
  width: 400px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.login div {
  width: 170px;
  height: 50px;
  border-radius: 31px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login div {
  background: #59ACFF;
}
.login div:hover {
  background: #499DF2;
}
.content-box {
  background-color: #FFFFFF;
}
.content-box .container .content-one {
  padding: 80px 0;
  text-align: center;
}
.content-box .container .content-one .big-title {
  font-family: PingFangSC-Regular;
  font-size: 38px;
  color: #303E51;
  letter-spacing: 0;
}
.content-box .container .content-one .title {
  font-family: PingFangSC-Regular;
  font-size: 26px;
  color: #303E51;
  letter-spacing: 0;
  margin-bottom: 60px;
  margin-top: 100px;
}
.content-box .container .content-one .gray {
  width: 100%;
}
.content-box .container .content-one .gray .gray-one {
  width: 19%;
  display: inline-block;
}
.content-box .container .content-one .gray .gray-one img {
  width: 58px;
  height: 57px;
  display: block;
  margin: 0 auto;
}
.content-box .container .content-one .gray .gray-one .text {
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #4D4D4D;
  margin-top: 20px;
}
.content-box .container .content-one .gray .gray-two {
  width: 32%;
  display: inline-block;
}
.content-box .container .content-one .gray .gray-two img {
  width: 330px;
  height: 212px;
  display: block;
  margin: 0 auto;
}
.content-box .container .content-one .gray .gray-two img:hover {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.2);
  transform: translateZ(6px);
  transtion: transform 1s;
}
.content-box .container .content-one .nowG {
  display: block;
  width: 166px;
  height: 50px;
  background: #59ACFF;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 80px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 50px;
}
.content-box .container .content-one .nowG:hover {
  background: #499DF2;
}
.content-two {
  background: #F5F5F5;
}
.content-two .house-hand .house {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
}
.content-two .house-hand .house:nth-child(2) {
  margin-top: 16px;
}
.content-two .house-hand .house:nth-child(2) div {
  width: 476px;
}
.content-two .house-hand .house img {
  width: 286px;
  height: 212px;
  display: block;
  margin: 0 auto;
}
.content-two .house-hand .house .text {
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #303E51;
  line-height: 26px;
  text-align: left;
  margin-bottom: 16px;
}
.content-two .blue {
  width: 100%;
}
.content-two .blue .blue-one {
  width: 19%;
  display: inline-block;
}
.content-two .blue .blue-one img {
  width: 52px;
  height: 51px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-two .blue .blue-one .text {
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #303E51;
}
.content-three .table-box .name,
.content-three .table-box .phone {
  width: 614px;
  height: 50px;
  margin-top: 50px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #303E51;
  padding-left: 20px;
}
.content-three .table-box .phone {
  margin-top: 16px;
}
.content-three .table-box .pass-ma {
  width: 614px;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  justifiy-content: space-between;
  position: relative;
}
.content-three .table-box .pass-ma input {
  width: 476px;
  height: 50px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #303E51;
  padding-left: 20px;
}
.content-three .table-box .pass-ma .img {
  display: inline-block;
  width: 117px;
  height: 50px;
  margin-left: 20px;
}
.content-three .table-box .pass-ma .click-replace {
  position: absolute;
  right: 17px;
  bottom: -22px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.content-three .now-application {
  width: 614px;
  height: 50px;
  margin: 0 auto;
  margin-top: 36px;
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #499DF2;
  border-radius: 4px;
  line-height: 50px;
}


/*模态框*/
.model-box {
  width: 400px;
  height: 100px;
  color: green;
  font-size: 16px;
  border: 1px solid green;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translate(-50%);
  z-index: 99;
  background-color: #FFF;
}
.model-box p {
  text-align: center;
  line-height: 100px;
}
.error {
  color: red !important;
  border: 1px solid red !important;
}
.modelHide {
  display: none;
}


.footer-box {
  width: 100%;
}
.footer-box .header {
  width: 100%;
  background-color: #303E51;
}
.footer-box .header .container {
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer-box .header .container .left {
  width: 343px;
  text-align: left;
  float: left;
}
.footer-box .header .container .left .phone,
.footer-box .header .container .left .addres {
  margin-top: 36px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  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: 18px;
  height: 20px;
  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: 15px;
  height: 20px;
  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 .center .lis .content {
  margin-bottom: 12px;
}
.footer-box .header .container .center .lis a:hover .content {
  color: #499DF2;
}
.footer-box .header .container .right {
  width: 343px;
  float: right;
  text-align: left;
}
.footer-box .header .container .right .erweima {
  display: inline-block;
  margin-right: 40px;
  margin-top: 14px;
}
.footer-box .header .container .right .erweima img {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.footer-box .header .container .right .erweima p {
  text-align: center;
}
.footer-box .header .container .title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.footer-box .header .container .content {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.footer-box .footer {
  background: #1F2937;
}
.footer-box .footer p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #CCCCCC;
  letter-spacing: 0;
  text-align: left;
  padding: 19px 0;
}
.footer-box .hide-this {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #303E51;
  letter-spacing: 0;
}
