.box {
  position: relative;
  overflow: hidden;
  background-color: #000036;
}

.banner {
  width: 100%;
  height: 975px;
  background-image: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 46px;
}

.txt01 {
  margin: 0 auto;
  color: #F4FAFC;
  font-size: 38px;
  text-align: center;
  width: 427px;
  height: 82px;
  border-radius: 60px;
  border: 2px solid #F4FAFC;
  line-height: 82px;
  font-weight: bold;
}

.txt02 {
  margin: 15px auto 13px;
}

.txt03 {
  width: 580px;
  height: 58px;
  background: url(../images/txt03_bg.png) no-repeat center top;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  color: #1F3FB9;
  text-align: center;
  line-height: 53px;
}

.txt04 {
  margin: 13px auto 0;
}

.banner_nav {
  height: 118px;
  background: url(../images/box_a.png) no-repeat center top;
}

.banner_nav .wrap {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_nav .wrap a {
  display: block;
  width: 238px;
  height: 74px;
  background: url(../images/a_btn.png) no-repeat center top;
  color: #5884F6;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}

.banner_nav .wrap a:hover {
  background: url(../images/a_active.png) no-repeat center top;
}

.box_container {
  width: 100%;
  background: url(../images/box_bg.png) center top;
  padding: 40px 0;
}

.box_t {
  height: 466px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-left: 140px;
  background: url(../images/box01_top.png) no-repeat center top;
}

.title {
  width: 537px;
}

.title h1 {
  width: 537px;
  height: 121px;
  background: url(../images/title_bg.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title p {
  width: 310px;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  color: #F4FAFC;
}

.box01_c {
  width: 1196px;
  margin: 0 auto;
  background: url(../images/box01_center.png) center top;
}

.box01_b {
  width: 1196px;
  margin: 0 auto;
  height: 101px;
  background: url(../images/box01_bottom.png) no-repeat center top;
}

.box02_t {
  height: 450px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-left: 140px;
  background: url(../images/box02_top.png) no-repeat center top;
}

.box02_c {
  width: 1196px;
  margin: 0 auto;
  background: url(../images/box02_center.png) center top;
}

.box02_b {
  width: 1196px;
  margin: 0 auto;
  height: 96px;
  background: url(../images/box02_bottom.png) no-repeat center top;
}

.box01_item {
  margin: 60px auto 0;
  width: 1160px;
  background: #FCF3CD;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.box01_item:first-child {
  margin: 0 auto 0;
}

.box01_inner {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  padding-left: 16px;
}

ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -49px;
}

ul li {
  cursor: pointer;
  width: 249px;
  height: 93px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: url(../images/tab_btn.png) no-repeat center top;
}

ul li.active, ul li:hover {
  background: url(../images/tab_active.png) no-repeat center top;
}

.tab_container {
  display: none;
}

.tab_container.active {
  display: block;
}

.zt_list {
  display: flex;
  flex-wrap: wrap;
}

.zt_item {
  width: 392px;
  height: 211px;
  margin-right: -26px;
  margin-top: -45px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 114px;
  background: url(../images/zt_bg.png) no-repeat center top;
}

.zt_item p {
  width: 208px;
  text-align: center;
  font-weight: 400;
  color: #6F8EE8;
  font-size: 24px;
  margin-bottom: 10px;
}

.zt_item a {
  display: block;
  width: 208px;
  height: 40px;
  background: linear-gradient(0deg, #6D8CE8, #8EAAEB);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  transform: scale(1.1);
}

.more_btn {
  display: block;
  margin: -20px auto 0;
  width: 444px;
  height: 84px;
  background: url(../images/more_btn.png) no-repeat center top;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 76px;
  font-weight: bold;
}

/* 地区开始 */

.region {
  width: 1152px;
  margin: 0 auto;
}

.region a {
  float: left;
  width: 143px;
  height: 54px;
  margin: 13px 25px 13px 0;
  background: url(../images/province_btn.png) no-repeat center top;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #F4FAFC;
}

.region a:hover {
  background: url(../images/province_active.png) no-repeat center top;
}

.region a:nth-child(7n) {
  margin-right: 0;
}

/* 弹窗 */

.fixed_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form_box {
  width: 704px;
  height: 619px;
  padding: 68px 50px 0;
  background: url(../images/modal_bg.png) no-repeat center top;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixed_close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  transition: all .4s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

.form_box h5 {
  text-align: center;
  color: #fff;
  line-height: 93px;
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: normal;
}

.form_box p {
  margin-bottom: 25px;
}

.form_box p input, .form_box p select {
  border: 0;
  box-sizing: border-box;
  height: 72px;
  line-height: 72px;
  padding-left: 20px;
  font-size: 30px;
  background: #fff;
  border-radius: 6px;
  width: 49%;
  float: left;
  color: #666;
}

.form_box p select {
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
  background-size: 6%;
}

.form_box p select#city {
  float: right;
}

.form_box p input#fs {
  float: right;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #EF8C43;
  cursor: pointer;
}

.form_box p input#shoujihao {
  width: 100%;
}

.button {
  width: 100%;
  border: 0;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  background: #f0ca03;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 26rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 1rem;
  }
  .txt01 {
    font-size: .8rem;
    width: 10.68rem;
    height: 2.05rem;
    border-radius: 1.5rem;
    line-height: 2.05rem;
  }
  .txt02 {
    width: 88%;
    margin: .37rem auto .33rem;
  }
  .txt03 {
    width: 12.7rem;
    height: 1.45rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 1.3rem;
  }
  .txt04 {
    width: 70%;
    margin: .33rem auto 0;
  }
  .banner_nav {
    height: 6.6rem;
    padding: .8rem 0;
    background-size: auto 100%;
  }
  .banner_nav .wrap {
    height: 100%;
    flex-wrap: wrap;
  }
  .banner_nav .wrap a {
    width: 5.95rem;
    height: 1.85rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 1.5rem;
    margin: .1rem .8rem;
  }
  .banner_nav .wrap a:hover {
    background-size: 100% 100%;
  }
  .box_container {
    padding: 1rem 0;
  }
  .box_t {
    margin: 0 auto;
    width: 17.6rem;
    height: 7rem;
    padding-top: 1rem;
    padding-left: .8rem;
    background-size: 100% auto;
  }
  .title {
    width: 10rem;
  }
  .title h1 {
    width: 10rem;
    height: 2rem;
    background-size: 100%;
  }
  .title h1 img {
    width: .8rem;
  }
  .title h1 img.title {
    width: 70%;
  }
  .title p {
    width: 7rem;
    padding-bottom: .2rem;
    font-size: .7rem;
  }
  .box01_c {
    margin: 0 auto;
    width: 17.6rem;
    background-size: 100% auto;
  }
  .box01_b {
    margin: 0 auto;
    width: 17.6rem;
    height: 2rem;
    background-size: 100% auto;
  }
  .box02_t {
    width: 17.6rem;
    margin: 0 auto;
    height: 6.5rem;
    padding-top: 1rem;
    padding-left: .8rem;
    background-size: 100% auto;
  }
  .box02_c {
    margin: 0 auto;
    width: 17.6rem;
    background-size: 100% auto;
  }
  .box02_b {
    margin: 0 auto;
    width: 17.6rem;
    height: 1.8rem;
    background-size: 100% auto;
  }
  .box01_item {
    margin: 1.45rem auto 0;
    width: 95%;
    border-radius: 1rem;
    padding: .5rem;
  }
  .box01_inner {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 1rem;
    position: relative;
    padding-top: 2rem;
    padding-left: 0;
    padding-bottom: .4rem;
  }
  ul {
    top: -1rem;
  }
  ul li {
    width: auto;
    flex: 1;
    height: 2rem;
    padding: 0 .2rem 0;
    font-size: .7rem;
    background-size: 100%;
  }
  ul li.active, ul li:hover {
    background-size: 100%;
  }
  .zt_list {
    display: flex;
    flex-wrap: wrap;
  }
  .zt_item {
    width: 9rem;
    height: 5rem;
    margin-right: -1.3rem;
    margin-top: -1rem;
    box-sizing: border-box;
    padding-top: 1.2rem;
    padding-left: 2.5rem;
    background-size: 100%;
  }
  .zt_item p {
    width: 5rem;
    font-size: .6rem;
    margin-bottom: .2rem;
  }
  .zt_item a {
    width: 5rem;
    height: 1.2rem;
    border-radius: 1rem;
    font-size: .5rem;
    line-height: 1.2rem;
  }
  .more_btn {
    display: block;
    margin: -.4rem auto 0;
    width: 100%;
    height: 2.1rem;
    background-size: 100% 100%;
    font-size: .6rem;
    line-height: 2rem;
  }
  /* 地区开始 */
  .region {
    width: 95%;
  }
  .region a {
    float: left;
    width: 4rem;
    height: 2rem;
    margin: 0 .2rem 0 0;
    background-size: 100%;
    line-height: 1.3rem;
    font-size: .7rem;
  }
  .region a:hover {
    background-size: 100%;
  }
  .region a:nth-child(7n) {
    margin-right: .2rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  /* 弹窗 */
  .form_box {
    width: 18rem;
    height: 16rem;
    padding: 1.7rem 2rem 0;
    background-size: 100%;
  }
  .fixed_close {
    width: 1rem;
  }
  .form_box h5 {
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
    font-size: .8rem;
  }
  .form_box p {
    margin-bottom: .4rem;
  }
  .form_box p input, .form_box p select {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: .6rem;
    font-size: .7rem;
  }
  .button {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
  }
}