* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font-family: "pf";
  background: url(../img/bg.png) left bottom no-repeat #fff;
  background-size: 100% 500px;
}

img {
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.banner {
  width: 100%;
  background: none;
  position: relative;
  z-index: 10;
}

.banner img {
  width: 100%;
}

.navtop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 82px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px rgba(5, 14, 32, 0.1);
  z-index: 120;
  transition: all 0.6s;
}

.bgColorChange {
  background: rgba(255, 255, 255, 1);
}

.navcont {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: relative;
}

.navtop .nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtop .nav .item {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 26px;
  margin: 0 74px;
  position: relative;
}

.navtop .nav .item span {
  position: absolute;
  width: 52px;
  height: 6px;
  background: linear-gradient(70deg, #F64AEE 0%, #4ED8FA 100%);
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -26px;
}

.navtop .nav .item a {
  color: #050E20;
  font-weight: 600;
}

.navtop .logo {
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.navtop .logo img {
  height: 50px;
}

.title {
  width: 100%;
  padding: 45px 0;
}

.title .text {
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #050E20;
  margin-bottom: 16px;
}

.title .subtext {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #050E20;
}

.contant {
  background: url(../img/bg1.png) left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -30px;
  padding-top: 30px;
  margin-bottom: 78px;
}

.flow_one {
  display: flex;
  justify-content: center;
  padding-bottom: 110px;
}

.flow_one .item {
  margin-right: 42px;
  position: relative;
}

.flow_one .item .pic {
  width: 180px;
  height: 180px;
  margin-bottom: 14px;
}

.flow_one .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.flow_one .item .subtit {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #050E20;
  margin-bottom: 6px;
}

.flow_one .item .text {
  font-size: 14px;
  font-weight: 400;
  color: #050E20;
  line-height: 20px;
  margin-bottom: 10px;
}

.flow_one .item span {
  position: absolute;
  width: 31px;
  height: 5px;
  background: linear-gradient(70deg, #F64AEE 0%, #4ED8FA 100%);
  border-radius: 1px;
  display: block;
  right: 37px;
}

.flow_one .item:last-of-type {
  margin-right: 0;
}

.flow {
  margin-bottom: 50px;
}

.flow .pic {
  width: 100%;
}

.flow .pic img {
  width: 100%;
  display: block;
}

.flow .picsmall {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto;
}

.flow .picsmall img {
  width: 100%;
  display: block;
}

.flowpic {
  margin-bottom: 100px;
}

.piclist {
  display: flex;
  background: url(../img/pic4_bg.png) left bottom no-repeat;
  background-size: 100% auto;
  justify-content: center;
  padding-bottom: 50px;
}

.piclist .item {
  width: 166px;
  margin: 0 10px;
  transition: all 0.5s;
}

.piclist .item .pic {
  width: 166px;
  height: 196px;
}

.piclist .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.piclist .item .text {
  width: 166px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #FEFEFF;
  background: #292B84;
  transition: all 0.5s;
}

.piclist .item:hover {
  transform: translateY(-26px);
}

.piclist .item:hover .text {
  background: #6898F8;
}

.shadowbox {
  width: 90%;
  max-width: 982px;
  height: 556px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(33, 22, 77, 0.2);
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.shadowbox .title {
  padding-top: 0;
}

.shadowbox .pictiny {
  margin: 0 auto;
  width: 100%;
  max-width: 869px;
}

.shadowbox .pictiny img {
  width: 100%;
  display: block;
}

.foot {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.foot .logoQR {
  margin-right: 80px;
}

.foot .logoQR .logo {
  width: 81.29px;
  height: 30px;
  margin-bottom: 32px;
}

.foot .logoQR .logo img {
  width: 100%;
  display: block;
}

.foot .qrcode {
  width: 84px;
}

.foot .qrcode img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.foot .qrcode span {
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 16px;
}

.foot .textlist {
  margin-right: 80px;
}

.foot .textlist .subtit {
  font-size: 20px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 20px;
  margin-bottom: 16px;
}

.foot .textlist .item {
  margin-bottom: 12px;
}

.foot .textlist .item a {
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 24px;
}

.foot .textlist .text {
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 24px;
  margin-bottom: 16px;
}

.rightlist .subtit {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 20px;
}

.rightlist .subtit img {
  margin-right: 6px;
  margin-left: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.rightlist .item {
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 24px;
  margin-bottom: 40px;
}

.flowTC {
  position: fixed;
  right: -415px;
  top: 50%;
  margin-top: -150px;
  z-index: 100;
  display: flex;
  transition: all 0.8s;
}

.openflowTC {
  right: 0;
}

.flowTC .btnleft {
  width: 172px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: -150px;
  margin-top: -44px;
}

.flowTC .btnleft button {
  width: 100%;
  height: 100%;
  background: none;
}

.flowTC .btnleft button img {
  width: 100%;
  height: 100%;
  display: block;
}

.flowTC .rightbox {
  width: 431px;
  height: 300px;
  background: url(../img/tc_bg.png) no-repeat;
  z-index: 110;
  position: relative;
}

.flowTC .rightbox .fmtitle {
  font-size: 17px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 45px 0 0 75px;
}

.flowTC .rightbox .subtit {
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 11px;
  margin-bottom: 26px;
  box-sizing: border-box;
  padding: 0 0 0 75px;
}

.flowTC .rightbox .form {
  box-sizing: border-box;
  padding: 0 0 0 75px;
}

.flowTC .rightbox .form .selectbox {
  display: flex;
  margin-bottom: 14px;
}

.flowTC .rightbox .form .selectbox .input {
  width: 73px;
  height: 30px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 13px;
}

.flowTC .rightbox .form .selectbox .input input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 11px;
}

.flowTC .rightbox .form .selectbox .inputmid {
  width: 87px;
  height: 30px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 13px;
}

.flowTC .rightbox .form .selectbox .inputmid input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 11px;
}

.flowTC .rightbox .form .selectbox .select {
  width: 163px;
  height: 30px;
  background: #FFF;
  display: flex;
  align-items: center;
}

.flowTC .rightbox .form .selectbox .select input {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  font-size: 11px;
}

.flowTC .rightbox .form .selectbox .select img {
  width: 12px;
  display: block;
  margin-right: 20px;
}

.flowTC .rightbox .textbox {
  width: 348px;
  height: 82px;
  background: #FFFFFF;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 11px;
}

.flowTC .rightbox .textbox textarea {
  width: 100%;
  resize: none;
  outline: none;
  display: block;
  font-weight: 400;
  color: #050E20;
  line-height: 12px;
  height: 52px;
  margin-bottom: 5px;
  font-size: 11px;
}

.flowTC .rightbox .textbox .num {
  font-weight: 400;
  color: #050E20;
  line-height: 11px;
  display: flex;
  justify-content: right;
  font-size: 11px;
}

.flowTC .rightbox .subbtn {
  box-sizing: border-box;
  margin: 0 0 0 75px;
  width: 64px;
  height: 26px;
  background: linear-gradient(228deg, #4164EE 0%, #1F8ADA 100%);
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}


/* 关于我们 */

.aboutcontant {
  width: 1034px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 162px;
}

.aboutus {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.aboutus .text {
  width: 570px;
  margin-bottom: 100px;
}

.aboutus .text .titele {
  font-size: 48px;
  font-weight: bold;
  color: #050E20;
  line-height: 48px;
  margin-bottom: 49px;
}

.aboutus .text .textcon {
  font-size: 30px;
  font-weight: 400;
  color: #050E20;
  line-height: 45px;
  margin-bottom: 45px;
  text-align: justify;
}

.aboutus .text .textcon:last-of-type {
  margin-bottom: 0;
}

.aboutus .pic {
  width: 398px;
  height: 367px;
}

.bland {
  width: 982px;
  margin: 0 auto;
  margin-bottom: 78px;
}

.pick_area_select {
  height: 100%;
  flex: 1;
}

.pick_area_select .pick-area-item {
  height: 100%;
  width: 143px !important;
  font-size: 11px;
}

.pick_area_select .pick-area-item .pick-show {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
}

.pick_area_select .pick-area-item .pick-show .pick-province {
  margin: 0;
}

.pick_area_select .pick-area-item .pick-show .pick-city {
  margin: 0;
}

.pick_area_select .pick-area-item .pick-show .pick-county {
  margin: 0;
}

.pick_area_select .pick-area-item .pick-show .pick-arrow {
  display: none;
}

.pick-list li {
  height: 42px;
  line-height: 42px;
}

.tcmsg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 300px;
  padding: 30px 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: 0 0 20px #666;
  z-index: 120;
  border-radius: 10px;
}

.tcmsg .msgtitle {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.tcmsg .text {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

.tcmsg .close {
  cursor: pointer;
  width: 64px;
  height: 26px;
  background: linear-gradient(228deg, #4164EE 0%, #1F8ADA 100%);
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.flowmask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  pointer-events: none;
  z-index: 60;
}

.busycontant {
  width: 54%;
  margin: 0 auto;
  padding-top: 162px;
  margin-bottom: 200px;
}

.busycontant .pic {
  width: 100%;
  margin-bottom: 48px;
}

.busycontant .pic img {
  width: 100%;
  display: block;
}

.busycontant .title {
  width: 100%;
  margin-bottom: 45px;
}

.busycontant .title .text {
  width: 100%;
  text-align: center;
  padding-bottom: 44px;
  font-weight: 500;
  font-size: 48px;
  color: #000000;
  line-height: 48px;
}

.busycontant .title .line {
  width: 100%;
  height: 3px;
  background: linear-gradient(70deg, #F64AEE 0%, #4ED8FA 100%);
  border-radius: 3px;
}

.busycontant .menberinfo {
  display: flex;
  justify-content: center;
}

.busycontant .menberinfo .item {
  margin: 0 32px;
}

.busycontant .menberinfo .item .tit {
  display: flex;
  margin-bottom: 25px;
}

.busycontant .menberinfo .item .tit img {
  width: 32px;
  display: block;
  margin-right: 4px;
}

.busycontant .menberinfo .item .tit span {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 32px;
}

.busycontant .menberinfo .item .text {
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  body {
    background-size: 100% 30vh;
  }

  .title {
    padding: 20px 0;
  }

  .title .text {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .title .subtext {
    font-size: 16px;
    line-height: 16px;
  }

  .navtop {
    height: 42px;
    box-shadow: 0px 0px 10px 0px rgba(5, 14, 32, 0.1);
  }

  .navcont {
    width: 100%;
  }

  .navtop .logo {
    left: 20px;
  }

  .navtop .logo img {
    height: 60%;
  }

  .navtop .nav {
    justify-content: right;
  }

  .navtop .nav .item {
    font-size: 18px;
    margin: 0 10px;
  }

  .navtop .nav .item span {
    width: 30px;
    height: 3px;
    margin-left: -15px;
  }

  .contant {
    margin-bottom: 30px;
  }

  .flow_one {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .flow_one .item {
    width: 48%;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .flow_one .item .pic {
    width: 100%;
  }

  .flow_one .item span {
    right: 0;
  }

  .flow {
    margin-bottom: 20px;
  }

  .flow .picsmall {
    width: 90%;
  }

  .flow .pic {
    width: 90%;
    margin: 0 auto;
  }

  .piclist .item {
    width: 16%;
    margin: 0 2%;
  }

  .piclist .item .pic {
    width: 100%;
    height: auto;
  }

  .piclist .item .text {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .shadowbox {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .flowpic {
    margin-bottom: 40px;
  }

  .foot {
    padding-bottom: 20px;
  }

  .foot .textlist {
    display: none;
  }

  .foot .rightlist {
    display: none;
  }

  .foot .logoQR {
    margin-right: 0;
  }

  .foot .logoQR .logo {
    margin-bottom: 20px;
  }


  .flowmask {
    background: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
  }

  .aboutcontant {
    width: 100%;
    padding-top: 60px;
  }

  .bland {
    width: 90%;
  }

  .bland img {
    width: 100%;
  }

  .aboutus {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .aboutus .text {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-bottom: 20px;
  }

  .aboutus .text .titele {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .aboutus .text .textcon {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .aboutus .pic {
    width: 50%;
    height: auto;
    display: none;
  }

  .aboutus .pic img {
    width: 100%;
  }

  .busycontant {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 120px;
  }

  .busycontant .pic {
    margin-bottom: 0;
  }

  .busycontant .title {
    margin-bottom: 0;
  }

  .busycontant .title .text {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .busycontant .menberinfo {
    flex-wrap: wrap;
  }

  .busycontant .menberinfo .item {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .busycontant .menberinfo .item .tit {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .busycontant .menberinfo .item .tit img{
    width: 20px;
    height: 20px;
  }

  .busycontant .menberinfo .item .tit span {
    font-size: 20px;
    line-height: 20px;
  }

  .busycontant .menberinfo .item .text{
    font-size: 18px;
    line-height: 18px;
  }
}