@font-face{
	font-family:"mont";
	src: url("../css/fonts/Montserrat-Light.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger {
  display: none;
}
.center{
  width: 1600px;
}
.header-box{
  width: 100%;
  background-color:rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.headerInner{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  height: 90px;
  width: 90%;
}
.headerInner .logo{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInner .logo img{
  height: 60px;
}
.headerInner .logo span{
  font-family: mont;
  font-weight: 400;
  font-size: 28px;
  color: #249462;
  margin-left: 20px;
}
.headerInner .consult{
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #25D366;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.headerInner .consult::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #25D366;
  transition: 0.3s;
  z-index: -1;
}
.headerInner .consult:hover>p{
  color: #ffffff;
}
.headerInner .consult:hover::before{
  width: 100%;
}
.headerInner .consult:hover>img:last-of-type{
  display: block;
}
.headerInner .consult:hover>img:first-of-type{
  display: none;
}
.headerInner .consult img:last-of-type{
  display: none;
}
.headerInner .consult p{
  font-family: mont;
  font-weight: 400;
  font-size: 16px;
  color: #25D366;
  margin-left: 11px;
  transition: 0.3s;
}
.i1-box{
  width: 100%;
  height: 100vh;
  position: relative;
}
.i1-box .img-box{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i1-box .img-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.i1-box .img-box .caol{
  top: 100%;
  opacity: 0;
  transition: 1.8s top,2.8s opacity;
}
.i1-box .img-box .active{
  top: 0px;
  opacity: 1;
}
.i1-box .img-box .caol2{
  transition-delay: 0.7s;
}
.i1-box .appbg{
  display: none;
  max-width: 100%;
  max-height: 155px;
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  transition: 1.5s bottom,2.8s opacity;
}
.i1-box .appbg.appActive{
  bottom: 0;
  opacity: 1;
}
.i1Inner{
  position: absolute;
  left: 90px;
  top: 130px;
  z-index: 10;
}
.i1Inner h6{
  font-family: mont;
  font-weight: 300;
  font-size: 18px;
  color: #239564;
  line-height: 24px;
  width: 497px;
  margin: 45px 0 50px 0;
}
.pb-h3{
  font-family: mont;
  font-weight: bold;
  font-size: 48px;
  color: #239564;
}
.pb-more{
  width: 160px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #239564;
  font-family: mont;
  font-weight: 300;
  font-size: 18px;
  color: #239564;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
.pb-more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #239564;
  transition: 0.3s;
  z-index: -1;
}
.pb-more:hover{
  color: #ffffff !important;
  border-color: #239564 !important;
}
.pb-more:hover::before{
  width: 100%;
}
.i2-box{
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #333333;
}
#progressText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: mont;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
  display: none;
}
#progressText.hidden{
  display: none !important;
}
.i2-box .bg{
  width: 100%;
  height: 100%;
  object-fit: unset;
  display: block;
}
.i2-box .top{
  position: absolute;
  top: 30px;
  left: 90px;
}
.i2-box .pb-h3{
  color: #ffffff;
}
.i2-box .dj{
  display: flex;
  align-items: center;
}
.i2-box .dj .rr{
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.i2-box .dj .rr img{
  width: 40px;
}
.i2-box .dj .rr p{
  font-family: mont;
  font-weight: bold;
  font-size: 22px;
  color: #239564;
  margin-left: 10px;
  cursor: pointer;
}
.i2-box h6{
  width: 759px;
  font-family: mont;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  margin: 55px 0 20px 0;
}
.i2-box .more{
  font-family: mont;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-decoration-line: underline;
  transition: 0.3s;
}
.i2-box .more:hover{
  color: #249462;
}
.i2-box .bottom{
  position: absolute;
  bottom: 30px;
  right: 90px;
}
.i2-box .bottom .pb-more{
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-left: auto;
}
.i2-box .rund{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  z-index: 18;
  display: none;
}
.i2-box .rund i{
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.loading{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  z-index: 17;
  display: none;
}
.loading img{
  animation: zhuanq 3s linear infinite;
  width: 100%;
}
@keyframes zhuanq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.i3-box{
  width: 100%;
  height: 100vh;
}
.i3-box .top{
  width: 100%;
  height: 299px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(4,70,42,0.11);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.i3-box .top .title h3{
  font-family: mont;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 1;
}
.i3-box .top .title h6{
  font-family: mont;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 15px;
}
.i3-box .top .mide{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 60px;
}
.i3-box .top .mide .left{
  display: flex;
  display: -webkit-flex;
}
.i3-box .top .mide .left .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.i3-box .top .mide .left .row:not(:first-of-type){
  margin-left: 30px;
}
.i3-box .top .mide .left .row .label{
  font-family: mont;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  width: auto;
}
.el-select{
  margin-left: 17px;
}
.el-select .el-input__inner{
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  font-family: mont;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
}
.el-select .el-input__inner::placeholder,
.el-select .el-input__inner::-webkit-input-placeholder{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
}
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus{
  border-color: #249462;
}
.el-select-dropdown__item.selected{
  color: #249462;
}
.el-select-dropdown__item{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.i3-box .top .mide .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.i3-box .top .mide .right .vehicle{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.i3-box .top .mide .right .veh{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 1;
  margin-right: 30px;
}
.i3-box .top .mide .right .chek{
  display: flex;
  display: -webkit-flex;
}
.el-checkbox{
  margin-right: 0px;
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.el-checkbox:not(:first-of-type){
  margin-left: 30px;
}
/* .el-checkbox__label{
  line-height: 1;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
  color: #249462;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #249462;
  border-color: #249462;
}
.el-checkbox__input.is-focus .el-checkbox__inner{
  border-color: #249462;
}
.el-checkbox__inner:hover{
  border-color: #249462;
} */
.el-radio__label{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.el-radio__input.is-checked .el-radio__inner{
  background-color: #249462;
  border-color: #249462;
}
.el-radio__input.is-checked+.el-radio__label{
  color: #249462;
}
.el-radio__inner:hover{
  border-color: #249462;
}
.i3-box .top .mide .right .my{
  width: 150px;
  height: 36px;
  background: #239564;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 42px;
}
.i3-box .bottom{
  width: 100%;
  height: calc(100% - 299px);
  background-color: #F7FEFB;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.i3-box .bottom .content{
  margin: 0 auto;
}
.i3-box .bottom .ct{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-top: 80px;
}
.i3-box .bottom .ct .tb{
  width: calc(100% - 310px - 80px);
  height: 300px;
}
.i3-box .bottom .ct .b-r{
  width: calc(310px - 45px);
  height: 317px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(1,3,15,0.11);
  border-radius: 20px;
  padding: 0 25px 0 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.i3-box .bottom .ct .b-r .row{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: calc(100% - 23px - 10px);
  padding: 12px 10px 12px 23px;
  background-color: transparent;
  border-radius: 30px;
  transition: 0.3s;
}
.i3-box .bottom .ct .b-r .row:hover{
  background-color: rgba(35,149,100,0.1);
}
.i3-box .bottom .ct .b-r .row.active{
  background-color: rgba(35,149,100,0.1);
}
.i3-box .bottom .ct .b-r .row:not(:first-of-type){
  margin-top: 15px;
}
.i3-box .bottom .ct .b-r .row span{
  width: 6px;
  height: 6px;
  background:#0493f9;
  border-radius: 50%;
}
.i3-box .bottom .ct .b-r .row p{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 9px;
  width: calc(100% - 6px - 9px);
}
.i3-box .bottom .ct .b-r .row:nth-of-type(2) span{
  background: #239564;
}
.i3-box .bottom .ct .b-r .row:nth-of-type(3) span{
  background: #ffd700;
}
.i3-box .bottom .ct .b-r .row:nth-of-type(4) span{
  background: #F3AF6D;
}
.i3-box .bottom .sz-box{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.i3-box .bottom .sz-box .item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.i3-box .bottom .sz-box .item .money{
  font-family: mont;
  font-weight: bold;
  font-size: 48px;
  color: #239564;
  line-height: 1;
}
.i3-box .bottom .sz-box .item .js{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-top: 20px;
}
.i3-box .bottom .sz-box .item:nth-of-type(4) .money{
  text-shadow:
  -1px -1px 0 #4f4d57,  
  1px -1px 0 #4f4d57,
  -1px 1px 0 #4f4d57,
  1px 1px 0 #4f4d57,
  0px 2px 2px rgba(0,0,0,0.6);
  color: #ffd700;
}
.i3-box .bottom .sz-box .item:nth-of-type(1) .money{
  color: #0493f9;
}
.i3-box .bottom .sz-box .item:nth-of-type(2) .money{
  color: red;
}
/* .i3-box .bottom .sz-box .item:not(:first-of-type){
  margin-left: 200px;
} */
.i4-box{
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
}
.i4Inner{
  height: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.i4Inner .item-box{
  display: flex;
  display: -webkit-flex;
  height: 350px;
}
.i4Inner .item-box .item{
  width: calc((50% - 30px) / 3);
  margin-right: 15px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 1.5s;
}
.i4Inner .item-box .item.active{
  width: calc(50% - 15px);
}
.i4Inner .item-box .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s;
}
.i4Inner .item-box .item.active img{
  opacity: 0;
}
.i4Inner .item-box .item .flow-wz{
  font-family: mont;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 70%;
}
.i4Inner .item-box .item .flow-js{
  width: calc(100% - 43px - 32px);
  padding: 60px 32px 0 43px;
  height: calc(100% - 60px);
  background-color: #E9F4EF;
  position: absolute;
  bottom: -100%;
  left: 0px;
  transition: 1.5s;
}
.i4Inner .item-box .item.active .flow-js{
  bottom: 0px;
}
.i4Inner .item-box .item .flow-js .tm{
  font-family: mont;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  opacity: 0;
  transition: 3s opacity;
}
.i4Inner .item-box .item .flow-js .js{
  font-family: mont;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  margin-top: 40px;
  opacity: 0;
  transition: 3s opacity;
}
.i4Inner .item-box .item.active .flow-js .js,
.i4Inner .item-box .item.active .flow-js .tm{
  opacity: 1;
}
.i4Inner .pb-h3{
  text-align: center;
}
.i4Inner .form-box{
  margin: 80px auto 0;
  width: 1100px;
}
.i4Inner .form-box .form{
  margin-top: 40px;
}
.i4Inner .form-box .row{
  display: flex;
  display: -webkit-flex;
}
.i4Inner .form-box .row .item{
  width: calc((100% - 80px - 6px) / 3);
  margin-right: 40px;
}
.i4Inner .form-box .item:nth-of-type(3n){
  margin-right: 0px;
}
.i4Inner .form-box .pb .label{
  font-family: mont;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
}
.i4Inner .form-box .item input{
  height: 45px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  outline: none;
  font-family: mont;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  text-indent: 15px;
  width: 100%;
  margin-top: 10px;
}
.i4Inner .form-box .item input::placeholder,
.i4Inner .form-box .item input::-webkit-input-placeholder{
  color: #CCCCCC;
}
.i4Inner .form-box .txt{
  width: 100%;
  margin-top: 31px;
}
.i4Inner .form-box .txt textarea{
  width: 100%;
  height: calc(101px - 15px);
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  outline: none;
  resize: none;
  font-family: mont;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  text-indent: 15px;
  padding-top: 15px;
  margin-top: 10px;
}
.i4Inner .form-box .txt textarea::placeholder,
.i4Inner .form-box .txt textarea::-webkit-input-placeholder{
  color: #CCCCCC;
}
.i4Inner .form-box button{
  width: 515px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #239564;
  outline: none;
  margin: 36px auto 0;
  font-family: mont;
  font-weight: 300;
  font-size: 18px;
  color: #239564;
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  padding: unset;
}
.i4Inner .form-box button::before{
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  transition: 0.5s;
  background-color: #239564;
  z-index: -1;
}
.i4Inner .form-box button:hover{
  color: #ffffff;
  border-color: #239564;
}
.i4Inner .form-box button:hover::before{
  width: 100%;
}
.footer-box{
  width: 100%;
  background-color: #239564;
}
.footerInner{
  margin: 0 auto;
  padding: 37px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.footerInner .left{
  font-family: mont;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footerInner .item-box{
  display: flex;
  display: -webkit-flex;
}
.footerInner .item-box .item{
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.footerInner .item-box .item:not(:first-of-type){
  margin-left: 16px;
}
.footerInner .item-box .item img{
  max-width: 70%;
  max-height: 85%;
}
.footerInner .item-box .item img:last-of-type{
  display: none;
}
.footerInner .item-box .item:hover{
  background-color: rgba(255, 255, 255, 0.8);
}
.footerInner .item-box .item:hover>img:last-of-type{
  display: block;
}
.footerInner .item-box .item:hover>img:first-of-type{
  display: none;
}
.diaolog{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
.diaolog video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 95%;
}
.diaolog i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
/* .i2-box .dj .rr .app{
  display: none;
} */
@media only screen and (max-width:1760px) {
  .center{
    width: 1400px;
  }
  .i4Inner .item-box{
    height: 300px;
  }
  .i4Inner .form-box{
    margin: 70px auto 0;
  }
  .i4Inner .item-box .item .flow-js{
    height: calc(100% - 30px);
    padding: 30px 28px 0 35px;
    width: calc(100% - 28px - 35px);
  }
  .i4Inner .item-box .item .flow-js .js{
    margin-top: 20px;
  }
  .i4Inner .form-box{
    width: 1000px;
  }
  .el-select .el-input__inner{
    width: 280px;
  }
  .i3-box .top .mide .left .row:not(:first-of-type){
    margin-left: 30px;
  }
  .el-checkbox:not(:first-of-type){
    margin-left: 20px;
  }
  .i3-box .top .mide .right .my{
    margin-left: 30px;
  }
  .i3-box .top .mide .right .veh{
    margin-right: 20px;
  }
  .i3-box .top .mide .left .row .label{
    max-width: 110px;
  }
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1000px;
  }
  .i4Inner .item-box .item .flow-wz{
    width: 90%;
  }
  .i4Inner .item-box{
    height: 250px;
  }
  .i4Inner .form-box{
    width: 900px;
  }
  .i4Inner .form-box button{
    width: 470px;
  }
  .i4Inner .item-box .item{
    width: calc((50% - 20px) / 3);
    margin-right: 10px;
  }
  .i4Inner .item-box .item.active{
    width: calc(50% - 10px);
  }
  .pb-h3{
    font-size: 38px;
  }
  .i4Inner .item-box .item .flow-js .js{
    font-size: 12px;
    line-height: 18px;
  }
  .i4Inner .item-box .item .flow-js{
    height: calc(100% - 17px);
    padding: 17px 13px 0 15px;
    width: calc(100% - 13px - 15px);  
  }
  .i4Inner .item-box .item .flow-js .tm{
    font-size: 18px;
  }
  .i4Inner .item-box .item .flow-js .js{
    margin-top: 7px;
  }
  .i4Inner .form-box .item input{
    height: 40px;
  }
  .i4Inner .form-box .txt textarea{
    height: calc(81px - 15px);
  }
  .i4Inner .form-box{
    margin: 50px auto 0;
  }
  .el-select .el-input__inner{
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .i3-box .top .mide .left .row .label{
    max-width: 105px;
  }
  .i3-box .top .mide .left .row:not(:first-of-type){
    margin-left: 15px;
  }
  /* .el-checkbox__label{
    padding-left: 7px;
  } */
  .el-select{
    margin-left: 7px;
  }
  .el-checkbox:not(:first-of-type){
    margin-left: 13px;
  }
  .i3-box .top .mide .right .veh{
    margin-right: 10px;
  }
  .i3-box .top .mide .right .my{
    font-size: 14px;
    width: 126px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
  }
  .i3-box .top .title h3{
    font-size: 28px;
  }
  .i3-box .top .mide{
    margin-top: 40px;
  }
  .i3-box .top{
    height: 210px;
  }
  .i3-box .bottom{
    height: calc(100% - 210px);
  }
  .i3-box .bottom .ct{
    margin-top: 50px;
  }
  .i3-box .bottom .ct .b-r{
    height: 280px;
    width: calc(280px - 45px);
  }
  .i3-box .bottom .ct .tb{
    height: 250px;
    width: calc(100% - 280px - 50px);
  }
  /* .i3-box .bottom .sz-box .item:not(:first-of-type){
    margin-left: 100px;
  } */
}
@media only screen and (max-width:1360px) {
  .footerInner{
    padding: 20px 0;
  }
  .pb-h3{
    font-size: 28px;
  }
  .i4Inner .form-box{
    margin: 25px auto 0;
  }
  .i4Inner .form-box .form{
    margin-top: 20px;
  }
  .i4Inner .form-box .item input{
    height: 32px;
    margin-top: 7px;
  }
  .i4Inner .form-box .pb .label{
    font-size: 14px;
  }
  .i4Inner .form-box .txt{
    margin-top: 17px;
  }
  .i4Inner .form-box .txt textarea{
    height: calc(61px - 7px);
    padding-top: 7px;
  }
  .i4Inner .item-box .item .flow-wz{
    font-size: 14px;
  }
  .i4Inner .form-box button{
    margin: 17px auto 0;
    height: 32px;
    width: 250px;
    font-size: 14px;
  }
  .footerInner .item-box .item{
    width: 35px;
    height: 35px;
  }
  .headerInner .logo span{
    font-size: 22px;
  }
  .headerInner{
    height: 80px;
  }
  .headerInner .logo img{
    height: 50px;
  }
  .i1Inner{
    top: 120px;
  }
  .i1Inner h6{
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 30px;
  }
  /* .i2-box .top{
    top: 100px;
  } */
  /* .i2-box .bottom{
    bottom: 119px;
  } */
  .i3-box .top .mide{
    margin-top: 25px;
  }
  .i3-box .top .title h6{
    margin-top: 10px;
  }
  .i3-box .top{
    height: 180px;
  }
  .i3-box .bottom .ct{
    margin-top: 30px;
  }
  .i3-box .bottom .sz-box .item .js{
    margin-top: 10px;
  }
  .i3-box .bottom .sz-box .item .money{
    font-size: 28px;
  }
  .i3-box .bottom .ct .b-r{
    height: 250px;
  }
  .i3-box .bottom .ct .b-r .row:not(:first-of-type){
    margin-top: 10px;
  }
  .i3-box .bottom .ct .tb{
    height: 220px;
  }
  .i3-box .bottom{
    height: calc(100% - 180px);
  }
}