@charset "UTF-8";
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select,
a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: '微软雅黑';
}

* {
  margin: 0;
  padding: 0;
}

ul,
a {
  list-style: none;
  text-decoration: none;
}

.bz-webWrap .container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.bz-webWrap .morebtn {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#37f1fc, #37f1fc);
  border-radius: 30px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bz-webWrap .morebtn:hover {
  transform: scale(1.05);
}

.bz-webWrap .morebtn a {
  display: block;
  color: #ffffff;
  font-weight: lighter;
}

.bz-webWrap .c3form {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  border-radius: 10px;
  height: 306px;
  box-sizing: border-box;
  background: url(../images/c3_form.png) center center no-repeat;
}

.bz-webWrap .c3form .mfx {
  padding-top: 36px;
  font-size: 30px;
  color: #06233c;
  text-align: center;
}

.bz-webWrap .c3form .form-box .bz-form1 {
  width: 784px;
  margin: 29px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.bz-webWrap .c3form .form-box .bz-form1 .item {
  background-color: #ffffff;
  width: 380px;
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  border: solid 1px #bbc4c4;
  display: flex;
  padding: 0 14px;
  box-sizing: border-box;
}

.bz-webWrap .c3form .form-box .bz-form1 .item label {
  width: 70px;
}

.bz-webWrap .c3form .form-box .bz-form1 .item input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #333333;
  border: none;
  padding: 0 8px 0 0;
}

.bz-webWrap .c3form .form-box .bz-form1 .item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .c3form .form-box .bz-form1 .item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .c3form .form-box .bz-form1 .item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .c3form .form-box .bz-form1 .tijiao {
  margin-top: 24px;
  width: 379px;
  height: 60px;
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 6px;
  font-size: 20px;
  font-weight: lighter;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
}

.bz-webWrap .c3form .form-box .bz-form1 .tijiao:hover {
  transform: scale(1.05);
}

.bz-webWrap .c3form .form-box .bz-form1 .tijiao a {
  color: #ffffff;
}

.bz-webWrap .title-box .bigtitle {
  font-size: 38px;
  line-height: 33px;
  color: #06233c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .title-box .bigtitle p {
  margin-left: 11px;
}

.bz-webWrap .smalltitle {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 17px;
}

.bz-webWrap .banner {
  width: 100%;
}

.bz-webWrap .banner a {
  display: block;
  width: 100%;
}

.bz-webWrap .banner a img {
  width: 100%;
}

.bz-webWrap .con1 {
  padding-top: 60px;
}

.bz-webWrap .con1 .content {
  margin-top: 60px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con1 .content .contentleft {
  width: 499px;
  height: 330px;
  background-image: linear-gradient(90deg, #1a60e0 0%, #5269ee 65%, #8971fb 100%), linear-gradient(#586aef, #586aef);
  background-blend-mode: normal,  normal;
  border-radius: 10px;
  padding: 60px 27px 0 40px;
  box-sizing: border-box;
}

.bz-webWrap .con1 .content .contentleft .txt {
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
  text-align: justify;
}

.bz-webWrap .con1 .content .contentleft .txt span {
  font-size: 36px;
  font-weight: 800;
  color: #ffc001;
}

.bz-webWrap .con1 .content .contentleft .laiyuan {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.57);
  margin: 45px 0 0 240px;
}

.bz-webWrap .con1 .morebtn {
  margin-top: 60px;
}

.bz-webWrap .con2 {
  padding-top: 88px;
  padding-bottom: 65px;
}

.bz-webWrap .con2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 14px 20px;
  box-sizing: border-box;
}

.bz-webWrap .con2 .content .item {
  width: 280px;
  height: 429px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px  #cccccc;
  border-radius: 10px;
}

.bz-webWrap .con2 .content .item .item-top {
  width: 100%;
  height: 177px;
  padding: 30px 0 0 27px;
  box-sizing: border-box;
  font-weight: lighter;
}

.bz-webWrap .con2 .content .item .item-top .toptitle {
  font-size: 26px;
  color: #ffffff;
}

.bz-webWrap .con2 .content .item .item-top .topjs {
  width: 109px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}

.bz-webWrap .con2 .content .item .item-top .topjs1 {
  color: #fb4734;
}

.bz-webWrap .con2 .content .item .item-top .topjs2 {
  color: #348fff;
}

.bz-webWrap .con2 .content .item .item-top .topjs3 {
  color: #ff8014;
}

.bz-webWrap .con2 .content .item .item-top .topjs4 {
  color: #02b6be;
}

.bz-webWrap .con2 .content .item .item-top1 {
  background: url(../images/c2_p1.jpg) center center no-repeat;
}

.bz-webWrap .con2 .content .item .item-top2 {
  background: url(../images/c2_p2.jpg) center center no-repeat;
}

.bz-webWrap .con2 .content .item .item-top3 {
  background: url(../images/c2_p3.jpg) center center no-repeat;
}

.bz-webWrap .con2 .content .item .item-top4 {
  background: url(../images/c2_p4.jpg) center center no-repeat;
}

.bz-webWrap .con2 .content .item .item-bottom {
  text-align: center;
  padding-top: 30px;
}

.bz-webWrap .con2 .content .item .item-bottom .txx {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.bz-webWrap .con2 .content .item .item-bottom .itbtn {
  width: 120px;
  height: 35px;
  border-radius: 18px;
  border: solid 1px #586aef;
  font-size: 14px;
  color: #587ef1;
  line-height: 35px;
  margin: 25px auto 0 auto;
}

.bz-webWrap .con2 .content .item .item-bottom .itbtn:hover {
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%);
  border: none;
}

.bz-webWrap .con2 .content .item .item-bottom .itbtn:hover a {
  color: #ffffff;
}

.bz-webWrap .con2 .content .item .item-bottom .itbtn a {
  display: block;
  color: #587ef1;
}

.bz-webWrap .con3 {
  position: relative;
  padding-top: 150px;
}

.bz-webWrap .con3 .content {
  background-color: #2462e2;
  padding-top: 205px;
  padding-bottom: 90px;
}

.bz-webWrap .con3 .content .title-box .bigtitle {
  color: #ffffff;
}

.bz-webWrap .con3 .content .zybox {
  margin-top: 34px;
  height: 620px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .con3 .content .zybox .item-box {
  width: 1135px;
  height: 550px;
  background: url(../images/c3_line.png) center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.bz-webWrap .con3 .content .zybox .item-box .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .con3 .content .zybox .item-box .item .ittitle {
  font-size: 20px;
  font-weight: 800;
  margin: 11px 0 6px 0;
}

.bz-webWrap .con3 .content .zybox .item-box .item .pbox p {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #666666;
}

.bz-webWrap .con3 .content .zybox .item-box .item .pbox p:nth-last-of-type(1) {
  color: #ff7e13;
}

.bz-webWrap .con3 .content .zybox .item-box .item .itbtn {
  margin: 14px auto 0 auto;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #dcdcdc;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.bz-webWrap .con3 .content .zybox .item-box .item .itbtn a {
  color: #848484;
  display: block;
}

.bz-webWrap .con3 .content .zybox .item-box .item .itbtn:hover {
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#dcdcdc, #dcdcdc);
  width: 102px;
  height: 32px;
  line-height: 32px;
  border: none;
}

.bz-webWrap .con3 .content .zybox .item-box .item .itbtn:hover a {
  color: #ffffff;
}

.bz-webWrap .con4 {
  padding-top: 65px;
  padding-bottom: 49px;
}

.bz-webWrap .con4 .content {
  width: 1115px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.bz-webWrap .con4 .content .item {
  width: 520px;
  height: 50px;
  border: solid 1px #65aef2;
  padding: 0 10px 0 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
}

.bz-webWrap .con4 .content .item p {
  font-size: 18px;
  line-height: 33px;
  color: #333333;
}

.bz-webWrap .con4 .content .item .zixun {
  width: 71px;
  height: 25px;
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#1b67d1, #1b67d1);
  border-radius: 13px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.bz-webWrap .con4 .content .item .zixun a {
  display: block;
  color: #ffffff;
}

.bz-webWrap .con4 .zoufx {
  font-size: 30px;
  line-height: 33px;
  color: #06233c;
  text-align: center;
  margin-top: 30px;
}

.bz-webWrap .con4 .txt {
  font-size: 18px;
  line-height: 33px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}

.bz-webWrap .con4 .morebtn {
  margin-top: 30px;
}

.bz-webWrap .con5 {
  padding-top: 48px;
  background-color: #e8f4ff;
  padding-bottom: 15px;
}

.bz-webWrap .con5 .content {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.bz-webWrap .con5 .content .item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.bz-webWrap .con5 .content .item .ittitle {
  font-size: 20px;
  color: #333333;
  margin: 3px 0;
}

.bz-webWrap .con5 .content .item p {
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  text-align: center;
}

.bz-webWrap .con9 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.bz-webWrap .con9 .title-box .bigtitle span {
  color: #4576d4;
}

.bz-webWrap .con9 .content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
  margin-top: 70px;
}

.bz-webWrap .con9 .content1 .con-right {
  margin-left: 60px;
}

.bz-webWrap .con9 .content1 .con-right .right_name {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #313131;
}

.bz-webWrap .con9 .content1 .con-right .right_zw {
  font-size: 18px;
  line-height: 30px;
  color: #313131;
  margin-top: 5px;
  margin-bottom: 20px;
}

.bz-webWrap .con9 .content1 .con-right .right_js {
  font-size: 18px;
  line-height: 30px;
  color: #7d7d7d;
  text-align: justify;
}

.bz-webWrap .con9 .jiaocai {
  height: 360px;
  position: relative;
  margin-top: 30px;
}

.bz-webWrap .con9 .jiaocai .img {
  position: absolute;
  top: 50px;
  transition: all 0.4s;
}

.bz-webWrap .con9 .jiaocai .img:hover {
  top: 0;
}

.bz-webWrap .con9 .jiaocai .img1 {
  left: 0;
}

.bz-webWrap .con9 .jiaocai .img2 {
  left: 90px;
}

.bz-webWrap .con9 .jiaocai .img3 {
  left: 180px;
}

.bz-webWrap .con9 .jiaocai .img4 {
  left: 270px;
}

.bz-webWrap .con9 .jiaocai .img5 {
  left: 360px;
}

.bz-webWrap .con9 .jiaocai .img6 {
  left: 450px;
}

.bz-webWrap .con9 .jiaocai .img7 {
  left: 540px;
}

.bz-webWrap .con9 .jiaocai .img8 {
  left: 630px;
}

.bz-webWrap .con9 .jiaocai .img9 {
  left: 720px;
}

.bz-webWrap .con9 .jiaocai .img10 {
  left: 810px;
}

.bz-webWrap .con9 .jiaocai .img11 {
  left: 900px;
}

.bz-webWrap .con9 .jiaocai .img12 {
  left: 990px;
}

.bz-webWrap .con9 .content2 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
}

.bz-webWrap .con9 .content2 .item {
  width: 273px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.08);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}

.bz-webWrap .con9 .content2 .item .img-box {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.bz-webWrap .con9 .content2 .item .img-box img {
  width: 100%;
}

.bz-webWrap .con9 .content2 .item .shizi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.bz-webWrap .con9 .content2 .item .shizi .shiname {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #313131;
}

.bz-webWrap .con9 .content2 .item .shizi .shiwei {
  font-size: 18px;
  line-height: 24px;
  color: #7d7d7d;
  margin-left: 25px;
}

.bz-webWrap .con9 .content2 .item .shaw {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, 0.9);
  border-radius: 20px;
  color: #ffffff;
  padding: 35px 31px 0 31px;
  box-sizing: border-box;
  transition: all 0.4s;
}

.bz-webWrap .con9 .content2 .item .shaw .top-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bz-webWrap .con9 .content2 .item .shaw .top-box .topname {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.bz-webWrap .con9 .content2 .item .shaw .top-box .topwei {
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.bz-webWrap .con9 .content2 .item .shaw .text-box {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #d2d2d2;
}

.bz-webWrap .con9 .content2 .item:hover .shaw {
  top: 0;
}

.bz-webWrap .con9 .morebtn {
  margin-top: 30px;
}

.bz-webWrap .con11 {
  padding-bottom: 62px;
}

.bz-webWrap .con11 .c11content {
  padding-top: 25px;
  height: 700px;
  background: url(../images/c11_bg.jpg) center center no-repeat;
  box-sizing: border-box;
  position: relative;
}

.bz-webWrap .con11 .c11content .c11txt {
  width: 452px;
  position: absolute;
  right: 0;
  top: 134px;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.bz-webWrap .con11 .c11content .c11txt p {
  text-indent: 36px;
  margin-bottom: 12px;
  text-align: justify;
}

.bz-webWrap .con11 .c11content .shuj {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.bz-webWrap .con11 .c11content .shuj span {
  font-size: 60px;
  color: #4577d3;
}

.bz-webWrap .con11 .c11content .shuj1 {
  left: 267px;
}

.bz-webWrap .con11 .c11content .shuj2 {
  right: 316px;
}

.bz-webWrap .con6 {
  background-color: #2462e2;
  padding-top: 65px;
  height: 687px;
  box-sizing: border-box;
  margin-bottom: 180px;
}

.bz-webWrap .con6 .title-box .bigtitle {
  color: #ffffff;
}

.bz-webWrap .con6 .c6content {
  margin-top: 46px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con6 .c6content .cont-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.bz-webWrap .con6 .c6content .cont-box .img {
  margin-bottom: 7px;
  overflow: hidden;
}

.bz-webWrap .con6 .c6content .cont-box .img img {
  width: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bz-webWrap .con6 .c6content .cont-box .img img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bz-webWrap .con6 .c6content .cont-box .img1 {
  width: 296px;
  height: 273px;
}

.bz-webWrap .con6 .c6content .cont-box .img2 {
  width: 143px;
  height: 87px;
}

.bz-webWrap .con6 .c6content .cont-box .img3 {
  width: 294px;
  height: 180px;
}

.bz-webWrap .con6 .c6content .cont-box .img4 {
  width: 144px;
  height: 86px;
}

.bz-webWrap .con6 .c6content .cont-box .img5 {
  width: 445px;
  height: 180px;
}

.bz-webWrap .con6 .c6content .cont-box .img6 {
  width: 143px;
  height: 87px;
}

.bz-webWrap .con6 .c6content .cont-box .img7 {
  width: 294px;
  height: 180px;
}

.bz-webWrap .con6 .c6content .cont-l {
  width: 296px;
}

.bz-webWrap .con6 .c6content .cont-c {
  width: 294px;
}

.bz-webWrap .con6 .c6content .cont-r {
  width: 596px;
  display: block;
}

.bz-webWrap .con6 .c6content .cont-r .cont-to {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con6 .c6content .cont-r .cont-to .img-spe {
  margin-left: 7px;
}

.bz-webWrap .con6 .c6content .cont-r .cont-bo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con6 .c3form1 {
  border-radius: 10px;
  height: 251px;
  box-sizing: border-box;
  background: url(../images/c3_form1.png) center center no-repeat;
  position: relative;
}

.bz-webWrap .con6 .c3form1 .mfx {
  padding-top: 36px;
  font-size: 30px;
  color: #06233c;
  text-align: center;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 {
  width: 1058px;
  margin: 29px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item {
  background-color: #ffffff;
  width: 380px;
  height: 60px;
  border-radius: 6px;
  line-height: 60px;
  border: solid 1px #bbc4c4;
  display: flex;
  padding: 0 14px;
  box-sizing: border-box;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item label {
  width: 70px;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #333333;
  border: none;
  padding: 0 8px 0 0;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c3c3c3;
  font-size: 20px;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .tijiao {
  width: 267px;
  height: 60px;
  background-color: #39bacb;
  border-radius: 5px;
  font-size: 20px;
  font-weight: lighter;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .tijiao:hover {
  transform: scale(1.05);
}

.bz-webWrap .con6 .c3form1 .form-box .bz-form1 .tijiao a {
  color: #ffffff;
}

.bz-webWrap .con6 .c3form1 .shihe {
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
  position: absolute;
  top: 30px;
  left: 10px;
  transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -moz-transform: rotate(-40deg);
  /* Firefox */
  -webkit-transform: rotate(-40deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-40deg);
  /* Opera */
}

.bz-webWrap .con7 {
  width: 100%;
  height: 800px;
  background: url(../images/c7_bg.jpg) center center no-repeat;
  padding-top: 90px;
  box-sizing: border-box;
}

.bz-webWrap .con7 .content {
  padding-top: 20px;
  margin-top: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con7 .content .conl {
  width: 50%;
  padding: 0 20px;
  position: relative;
}

.bz-webWrap .con7 .content .conl .swiper-container {
  width: 100%;
  height: 485px;
}

.bz-webWrap .con7 .content .conl .swiper-button-next {
  right: 15px;
  width: 16px;
  height: 28px;
  background: url(../images/c7_r.png) center center no-repeat;
}

.bz-webWrap .con7 .content .conl .swiper-button-prev {
  left: 0;
  width: 16px;
  height: 28px;
  background: url(../images/c7_l.png) center center no-repeat;
}

.bz-webWrap .con7 .content .conl .swiper-button-prev:after, .bz-webWrap .con7 .content .conl .swiper-button-next:after {
  content: '';
}

.bz-webWrap .con7 .content .conr {
  width: 543px;
  height: 498px;
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0px rgba(72, 67, 217, 0.13);
  border-radius: 5px;
  padding-top: 50px;
  box-sizing: border-box;
}

.bz-webWrap .con7 .content .conr .crtit {
  text-align: center;
  font-size: 24px;
  color: #3cbcce;
  font-weight: 800;
}

.bz-webWrap .con7 .content .conr .crtxt {
  margin: 13px auto 20px auto;
  width: 41px;
  height: 1px;
  background-color: #3cbcce;
}

.bz-webWrap .con7 .content .conr img {
  display: block;
  margin: 0 auto;
}

.bz-webWrap .con13 {
  background-color: #f5fdfb;
  padding-top: 42px;
  padding-bottom: 46px;
}

.bz-webWrap .con13 .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con13 .content .item {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bz-webWrap .con13 .content .item:hover .it-cir .cir-nei img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.bz-webWrap .con13 .content .item .it-cir {
  width: 98px;
  height: 98px;
  border: solid 1px #467ad3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .con13 .content .item .it-cir .cir-nei {
  width: 85px;
  height: 85px;
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#fb6e50, #fb6e50);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .con13 .content .item .it-cir .cir-nei img {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bz-webWrap .con13 .content .item p {
  font-size: 16px;
  color: #7a7a7a;
  margin: 10px 0 4px 0;
}

.bz-webWrap .con13 .content .item .ljie {
  font-size: 16px;
}

.bz-webWrap .con13 .content .item .ljie a {
  color: #7a7a7a;
}

.bz-webWrap .con13 .content .item .ljie a:hover {
  color: #fb6e50;
}

.bz-webWrap .con14 {
  background-image: linear-gradient(90deg, #37f1fc 0%, #586aef 100%), linear-gradient(#2462e2, #2462e2);
  padding: 50px 0 34px 0;
}

.bz-webWrap .con14 .form-bg {
  width: 960px;
  height: 389px;
  background: url(../images/c10_bg.png) center center no-repeat;
  margin: 0 auto;
  border-radius: 20px;
}

.bz-webWrap .con14 .form-bg .form-title {
  font-size: 30px;
  font-weight: 800;
  color: #585858;
  text-align: center;
  padding-top: 31px;
}

.bz-webWrap .con14 .form-bg .form-js {
  font-size: 20px;
  color: #585858;
  text-align: center;
  margin: 15px 0 24px 0;
}

.bz-webWrap .con14 .bz-form1 {
  width: 600px;
  margin: 0 auto;
}

.bz-webWrap .con14 .bz-form1 .item {
  width: 600px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #4788cf;
  line-height: 60px;
  display: flex;
  padding-right: 14px;
  box-sizing: border-box;
}

.bz-webWrap .con14 .bz-form1 .item input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #333333;
  border: none;
  padding: 0 8px 0 60px;
  background: url(../images/c14_p1.png) 17px center no-repeat;
}

.bz-webWrap .con14 .bz-form1 .item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5f5f5f;
  font-size: 20px;
}

.bz-webWrap .con14 .bz-form1 .item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5f5f5f;
  font-size: 20px;
}

.bz-webWrap .con14 .bz-form1 .item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5f5f5f;
  font-size: 20px;
}

.bz-webWrap .con14 .bz-form1 .item:nth-last-of-type(1) {
  margin-top: 17px;
}

.bz-webWrap .con14 .bz-form1 .item:nth-last-of-type(1) input {
  background: url(../images/c14_p2.png) 17px center no-repeat;
}

.bz-webWrap .con14 .bz-form1 .tijiao {
  display: block;
  margin: 19px auto 0 auto;
  width: 300px;
  height: 60px;
  background: url(../images/c14_tijiao.png) center center no-repeat;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
}

.bz-webWrap .con14 .bz-form1 .tijiao:hover {
  transform: scale(1.05);
}
