.home {
  background: white;
}
.home > header {
  height: 88px;
  line-height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  color: #000C17;
  background-color: white;
  width: 100%;
  z-index: 10;
}
.home > header .top-header {
  margin: 0 auto;
}
.home > header .h-88 {
  height: 88px;
}
.home > header .header_logo {
  width: 120px;
  height: 38px;
  background: url(../img/logo.png) no-repeat center;
  background-size: 100% 100%;
}
.home > header .header_line {
  width: 0px;
  height: 22px;
  border: 1px solid #D8D8D8;
  margin-right: 14px;
  margin-left: 15px;
  margin-top: 5px;
}

.home > header .header_slogo {
  width       : 171px;
  height      : 31px;
  margin-top  : 40px;
}

.home > header .in-adress {
  font-size: 24px;
}
.home > header nav li {
  float: left;
  margin-right: 64px;
  position: relative;
  cursor: pointer;
}
.home > header nav .nav_tell {
  margin-right: 64px;
  display: flex;
  align-items: center;
  font-family: PingFang SC;
}
.home > header nav .nav_tell img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.home > header nav .nav_signin {
  margin-right: 0;
}
.home > header nav .signin-but {
  margin-top: 29px;
  display: inline-block;
  width: 74px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #3A5DDE;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
}

.home > header nav .acived {
  color: #3A5DDE;
}
.home > header nav .acived a {
  color: #3A5DDE;
}
.home > header nav .acived::after {
  content: '';
  width: 100%;
  height: 0px;
  border: 2px solid #3A5DDE;
  position: absolute;
  bottom: 0;
  left: -2px;
}
.home .box-header {
  margin-top: -2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 10;
}
.home .banner {
  height: 552px;
  margin-top: 88px;
  width: 100%;
  min-width: 1200px;
  background-image: url(../img/banner.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home .banner .banner_con {
  width: 519px;
  margin-top: 119px;
  margin-left: 360px;
  display: inline-block;
}
.home .banner .banner_con > div:first-child {
  font-size: 40px;
  font-weight: bold;
  color: #3A5DDE;
  height: 52px;
}
.home .banner .banner_con > div:nth-child(2) {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #778CA2;
  margin-bottom: 41px;
  margin-top: 24px;
}
.home .banner .banner-but {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  width: 350px;
  height: 58px;
  background: linear-gradient(90deg, #6D8BFC 0%, #4867D8 100%);
  opacity: 1;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}
.home .goodness {
  margin: 0 auto;
  margin-top: 153px;
}
.home .goodness .goodness_con {
  width: 314px;
  margin-left: 84px;
}
.home .goodness .goodness_con .ft_20 {
  font-size: 20px;
  font-weight: 400;
  color: #000C17;
  margin-top: 25px;
  margin-bottom: 16px;
}
.home .goodness .goodness_con .ft-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #778CA2;
  text-align: left;
}
.home .goodness .goodness_con:first-child {
  margin-left: 0;
}
.home .goodness .goodness_icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 80px;
}
.home .goodness .icon_1 {
  width: 63px;
  height: 86px;
  background-image: url(../img/moreType.png);
}
.home .goodness .icon_2 {
  width: 101px;
  height: 86px;
  background-image: url(../img/moreCon.png);
  background-size: 100% 78px;
}
.home .goodness .icon_3 {
  width: 92px;
  height: 86px;
  background-image: url(../img/heighNum.png);
  background-size: 100% 65px;
}
.home .section_title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #000C17;
}
.home .pd-ts {
  padding-top: 85px;
  background-color: #F8F9FC;
  margin-top: 114px;
  padding-bottom: 30px;
}
.home .animate-up {
  -webkit-animation: 'fadeInLeft' 1s 1 !important;
}
.home .tese {
  margin: 0 auto;
}
.home .tese > ul {
  margin-top: 81px;
  border-bottom: 1px dashed #707070;
  display: inline-block;
  padding-bottom: 28px;
}
.home .tese > ul li {
  float: left;
  font-size: 24px;
  font-weight: 400;
  color: #778CA2;
  margin-right: 71px;
  cursor: pointer;
}
.home .tese > ul li:last-child {
  margin-right: 0;
}
.home .tese > ul .acived_icon {
  color: #3A5DDE;
  position: relative;
}
.home .tese > ul .acived_icon::after {
  content: '';
  width: 13px;
  height: 13px;
  border: 3px solid #3A5DDE;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -38px;
}
.home .tese .tese-con {
  margin-top: 57px;
  padding-left: 49px;
  display: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 2s;
}
.home .tese .tese-con .compo {
  width: 451px;
  height: 344px;
  margin-right: -24px;
}
.home .tese .tese-con .phone {
  width: 237px;
  height: 476px;
}
.home .tese .tese-con .phone:last-child {
  margin-right: 40px;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.home .tese .dis-block {
  display: inline-block;
}
.home .tese .tese-con-l header {
  font-size: 26px;
  font-weight: bold;
  color: #000C17;
  margin-bottom: 16px;
}
.home .tese .tese-con-l header img {
  position: relative;
  top: -5px;
}
.home .tese .tese-con-l .tese-con-text {
  width: 328px;
  font-size: 16px;
  font-weight: 400;
  color: #0B1E3B;
  margin-bottom: 60px;
}
.home .tese .tese-con-l .tese-con-img img {
  width: 70px;
  height: 70px;
  margin-right: 25px;
}
.home .tese .tese-con-l .tese-con-img .w-64 {
  width: 64px;
  height: 64px;
  margin-left: 6px;
}
.home .tese .tese-con-l .tese-con-img .wh-60 {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.home .tese .tese-con-l .tese-con-img .pos-t5 {
  position: relative;
  top: 5px;
}
.home .tese .tese-con-l .tese-con-img .wh-70 {
  width: 70px;
  height: 70px;
}
.home .fine {
  margin: 0 auto;
  margin-top: 122px;
}
.home .fine .fine-con {
  margin-top: 82px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #778CA2;
  padding: 0 61px;
  box-sizing: border-box;
}
.home .fine .fine-con .fine-line {
  border-bottom: 1px dashed #707070;
  flex: 1;
  margin: 0 17px;
}
.home .fine .fine-con .acived_fine {
  color: #3A5DDE;
  position: relative;
}
.home .fine .fine-con .acived_fine::after {
  content: '';
  width: 48px;
  height: 6px;
  background: #3A5DDE;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.home .fine .chose_fine {
  cursor: pointer;
}
.home .fine .fine-instro {
  display: none;
  margin-top: 88px;
}
.home .fine .fine-instro .fine-l-con > div:first-child {
  width: 329px;
  height: 285px;
  background: linear-gradient(180deg, #3A5DDE 0%, #3490B9 100%);
  opacity: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 18px;
}
.home .fine .fine-instro .fine-l-con > div:first-child > header {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.home .fine .fine-instro .fine-l-con > div:first-child > header img {
  position: relative;
  top: -5px;
}
.home .fine .fine-instro .fine-l-con > div:first-child > section {
  font-size: 16px;
  color: #FFFFFF;
}
.home .fine .fine-instro .fine-l-con > div:first-child > section > P {
  margin-bottom: 8px;
}
.home .fine .fine-instro .fine-l-2-con > div:first-child {
  background: url('../img/fine-icon-2-1.png') no-repeat;
  width: 617px;
  height: 346px;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.home .fine .fine-instro .fine-l-2-con > div:last-child {
  width: 617px;
  height: 235px;
  background: linear-gradient(180deg, #3A5DDE 0%, #3490B9 100%);
  opacity: 1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px;
}
.home .fine .fine-instro .fine-l-2-con > div:last-child > header {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.home .fine .fine-instro .fine-l-2-con > div:last-child > section {
  font-size: 16px;
  color: #FFFFFF;
}
.home .fine .fine-instro .fine-l-2-con > div:last-child > section > P {
  margin-bottom: 8px;
}
.home .fine .fine-instro .fine-c-2-con {
  background: url('../img/fine-icon-2-3.png') no-repeat;
  width: 552px;
  height: 251px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-r-2-con {
  background: url('../img/fine-icon-2-2.png') no-repeat;
  width: 552px;
  height: 330px;
  background-size: 100% 100%;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-l-3-con > div:first-child {
  background: url('../img/fine-icon-3-1.png') no-repeat;
  width: 547px;
  height: 365px;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.home .fine .fine-instro .fine-l-3-con > div:last-child {
  width: 548px;
  height: 222px;
}
.home .fine .fine-instro .fine-c-3-con {
  background: url('../img/fine-icon-3-2.png') no-repeat;
  width: 622px;
  height: 317px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-r-3-con {
  background: url('../img/fine-icon-3-3.png') no-repeat;
  width: 622px;
  height: 270px;
  background-size: 100% 100%;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-l-4-con > div:first-child {
  width: 618px;
  height: 312px;
  box-sizing: border-box;
}
.home .fine .fine-instro .fine-l-4-con .fine-l-b-con {
  background: url('../img/fine-icon-4-3.png') no-repeat !important;
  width: 620px !important;
  height: 269px !important;
  background-size: 100% 100% !important;
}
.home .fine .fine-instro .fine-c-4-con {
  background: url('../img/fine-icon-4-1.png') no-repeat;
  width: 552px;
  height: 312px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-r-4-con {
  background: url('../img/fine-icon-4-2.png') no-repeat;
  width: 554px;
  height: 269px;
  background-size: 100% 100%;
  margin-left: 30px;
}
.home .fine .fine-instro .fine-l-con > div:last-child {
  background: url('../img/fine-icon1.png') no-repeat;
  width: 329px;
  height: 296px;
  background-size: 100% 100%;
}
.home .fine .fine-instro .fine-c-con {
  background: url('../img/fine-icon2.png') no-repeat;
  width: 407px;
  height: 611px;
  background-size: 100% 100%;
  margin: 0 30px;
}
.home .fine .fine-instro .fine-r-con {
  background: url('../img/fine-icon3.png') no-repeat;
  width: 407px;
  height: 611px;
  background-size: 100% 100%;
}
.home .fine .fine-an {
  display: flex;
}
.home .fine .dis-flx {
  display: flex;
  -webkit-animation: 'fadeInLeft' 1s 1 !important;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.home .apply {
  margin-top: 140px;
  width: 100%;
  height: 538px;
  background: #E9ECF7;
  box-sizing: border-box;
  padding-top: 84px;
}
.home .apply .apply-text {
  font-size: 20px;
  color: #778CA2;
  text-align: center;
  padding: 16px 0 61px 0;
}
.home .apply .apply-con {
  margin-right: 150px;
  text-align: center;
}
.home .apply .apply-con img {
  width: 123px;
  height: 128px;
}
.home .apply .apply-con p {
  font-size: 20px;
  color: #000C17;
  margin-top: 30px;
}
.home .apply .apply-con:last-child {
  margin-right: 0;
}
.home .footer {
  width: 100%;
  height: 450px;
  background: #00152A;
  box-sizing: border-box;
  padding: 67px 0 38px 0;
}
.home .footer .footer-con {
  width: 1200px;
  margin: 0 auto;
  height: 316px;
}
.home .footer .footer-con ul {
  margin-right: 90px;
}
.home .footer .footer-con li {
  margin-bottom: 12px;
}
.home .footer .footer-con li a {
  font-weight: 300;
  color: #FFFFFF;
}
.home .footer .footer-r-con {
  height: 202px;
  border-left: 1px solid #778CA2;
  padding-left: 93px;
}
.home .footer .footer-r-con img {
  width: 238px;
  height: 75px;
  margin-bottom: 49px;
}
.home .footer .footer-r-con p {
  color: #778CA2;
  margin-bottom: 11px;
}
.home .footer .footer-icon {
  color: #778CA2;
  text-align: center;
  height: 97px;
  line-height: 97px;
  background: #000C17;
}
.home .aside {
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.home .aside .aside-icon {
  width: 66px;
  height: 66px;
  background: white;
  box-shadow: 0px 0px 15px #E9ECF7;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.home .aside .aside-icon img {
  width: 43px;
  height: 43px;
}
.home .aside .longen {
  display: none;
  background: url('../img/alert.png') no-repeat;
  width: 274px;
  height: 306px;
  background-size: 100% 100%;
  position: absolute;
  top: -306px;
  right: 0;
  padding: 0 37px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.home .aside .longen img {
  width: 200px;
  height: 198px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.home .applyMask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0,12,23, 0.3);
}
.home .applyBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 592px;
  height: 600px;
  margin-top: -300px;
  margin-left: -296px;
  background: #FFFFFF;
  border-radius: 4px;
}
.home .applyBox .closeBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #3A5DDE;
  border-radius: 0px 4px 0px 50px;
}
.home .applyBox .close-icon {
  position:relative;
  top: 5px;
  right: -18px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.home .applyBox .close-icon:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  transform: rotate(-90deg);
}
.home .applyBox .desc {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #000C17;
  text-align: center;
}
.home .applyBox .desc .text {
  margin-bottom: 16px;
}
.home .applyBox .desc .text span {
  font-size: 20px;
  font-weight: bold;
  color: #3A5DDE;
}
.home .applyBox .formBox {
  margin-top: 18px;
}
.home .applyBox .formBox .item {
  margin: 0 40px;
  border-bottom: 1px solid #D8D8D8;
  color: #000C17;
  height: 66px;
  line-height: 66px;
}
.home .applyBox .formBox .item .name {
  position: relative;
  display: inline-block;
  width: 100px;
  font-size: 20px;
}
.home .applyBox .formBox .item .name-required {
  padding-left: 16px;
  width: 84px;
}
.home .applyBox .formBox .item .name-required .required {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  color: #3A5DDE;
  font-weight: bold;
}
.home .applyBox .formBox .item input {
  border: 0;
  width: 380px;
  font-size: 20px;
}
.home .applyBox .formBox .item input:focus {
  outline: none;
}
.home .applyBox .formBox .submit-but {
  margin: 50px auto 0;
  width: 350px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #3A5DDE;
  border-radius: 40px;
  font-size: 24px;
  color: #FFFFFF;
}
.home .price{
  margin-top: 50px;
  width: 100%;
  height: 980px;
  box-sizing: border-box;
  padding-top: 30px;
}
.home .section_title{
  margin-bottom: 30px;
}


.codeDiv{
  position: absolute;
  top: 60px;
  display: none;
}
.nav_code{
  position: relative;
}
.nav_code:hover{
  .codeDiv{
      display: block;
  }
}