@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: 70px auto 60px auto;
  width: 322px;
  height: 58px;
  background-color: #ffffff;
  border: solid 1px #39bacb;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}

.bz-webWrap .morebtn a {
  display: block;
  color: #39bacb;
}

.bz-webWrap .morebtn:hover {
  background-color: #39bacb;
}

.bz-webWrap .morebtn:hover a {
  color: #ffffff;
}

.bz-webWrap .title-box .bigtitle {
  font-size: 40px;
  color: #313131;
  text-align: center;
  font-weight: 800;
}

.bz-webWrap .title-box .smalltitle {
  font-size: 18px;
  color: #7d7d7d;
  margin-top: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .title-box .smalltitle span {
  margin: 0 18px;
}

.bz-webWrap .title-box .smalltitle p {
  width: 187px;
  height: 1px;
  background-color: #e5e5e5;
}

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

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

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

.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: 120px;
}

.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 {
  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 .c3form .form-box .bz-form1 .tijiao:hover {
  transform: scale(1.05);
}

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

.bz-webWrap .c3form .shihe {
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
  position: absolute;
  top: 30px;
  left: 0px;
  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 .banner-box {
  position: relative;
  height: 1400px;
}

.bz-webWrap .banner-box .banner {
  width: 100%;
  height: 636px;
}

.bz-webWrap .banner-box .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.bz-webWrap .banner-box .banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.bz-webWrap .banner-box .banner .swiper-container .swiper-slide1 {
  background: url(../images/banner1.jpg) center center no-repeat;
}

.bz-webWrap .banner-box .banner .swiper-container .swiper-slide2 {
  background: url(../images/banner2.jpg) center center no-repeat;
}

.bz-webWrap .banner-box .qnjj {
  position: absolute;
  top: 582px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(67, 91, 117, 0.13);
  border-radius: 20px;
  padding: 65px 46px 50px 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.bz-webWrap .banner-box .qnjj .qn-l {
  width: 610px;
}

.bz-webWrap .banner-box .qnjj .qn-l .qn-title {
  font-size: 24px;
  line-height: 24px;
  color: #535353;
}

.bz-webWrap .banner-box .qnjj .qn-l .qn-title span {
  color: #39bacb;
}

.bz-webWrap .banner-box .qnjj .qn-l p {
  font-size: 18px;
  line-height: 30px;
  color: #313131;
  margin-top: 25px;
  text-indent: 30px;
}

.bz-webWrap .banner-box .qnjj .qn-r {
  width: 440px;
  height: 248px;
  background: url(../images/c1_r.jpg) center center no-repeat;
  cursor: pointer;
}

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

.bz-webWrap .con1 .title-box {
  margin-top: 100px;
}

.bz-webWrap .con1 .conr {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0 19px;
  box-sizing: border-box;
}

.bz-webWrap .con1 .conr .item {
  width: 264px;
  height: 265px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}

.bz-webWrap .con1 .conr .item .ittop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.bz-webWrap .con1 .conr .item .ittop p {
  font-size: 24px;
  color: #313131;
  margin-left: 20px;
}

.bz-webWrap .con1 .conr .item .ittxt {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 16px;
  width: 225px;
}

.bz-webWrap .con1 .conr .item .itbtn {
  width: 146px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #39bacb;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  border-radius: 30px;
  margin-top: 19px;
}

.bz-webWrap .con1 .conr .item .itbtn a {
  display: block;
  color: #39bacb;
}

.bz-webWrap .con1 .conr .item:hover {
  box-shadow: 3px 4px 20px 0px rgba(72, 67, 217, 0.13);
}

.bz-webWrap .con1 .conr .item:hover .itbtn {
  background-color: #39bacb;
}

.bz-webWrap .con1 .conr .item:hover .itbtn a {
  color: #ffffff;
}

.bz-webWrap .con2 .title-bg {
  background-color: #39bacb;
  padding-top: 95px;
  height: 392px;
  box-sizing: border-box;
}

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

.bz-webWrap .con2 .content {
  margin-top: -210px;
  height: 420px;
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0px rgba(72, 67, 217, 0.13);
  padding: 65px 66px 0 44px;
  border-radius: 20px;
  box-sizing: border-box;
}

.bz-webWrap .con2 .content .item-box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.bz-webWrap .con2 .content .item-box .item {
  width: 25%;
  font-weight: 800;
  padding-left: 54px;
  box-sizing: border-box;
  background: url(../images/c2_r1.png) left center no-repeat;
  margin-bottom: 60px;
}

.bz-webWrap .con2 .content .item-box .item .ittit {
  font-size: 18px;
  color: #39bacb;
}

.bz-webWrap .con2 .content .item-box .item .pjyx {
  font-size: 18px;
  color: #313131;
}

.bz-webWrap .con2 .content .item-box .item .pjyx span {
  font-size: 24px;
  color: #39bacb;
}

.bz-webWrap .con2 .morebtn {
  margin: 70px auto 60px auto;
  width: 322px;
  height: 58px;
  background-color: #ffffff;
  border: solid 1px #39bacb;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}

.bz-webWrap .con2 .morebtn a {
  display: block;
  color: #39bacb;
}

.bz-webWrap .con2 .morebtn:hover {
  background-color: #39bacb;
}

.bz-webWrap .con2 .morebtn:hover a {
  color: #ffffff;
}

.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 .content2 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 50px;
}

.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 .con10 {
  padding-bottom: 63px;
}

.bz-webWrap .con10 .c10content {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

.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 .con12 {
  width: 100%;
  height: 946px;
  background: url(../images/c12_bg.jpg) center center no-repeat;
  padding: 90px 0 70px 0;
  box-sizing: border-box;
}

.bz-webWrap .con12 .c12content {
  margin: 67px auto 78px auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.bz-webWrap .con12 .c12content .img {
  width: 16.6%;
}

.bz-webWrap .con12 .c12content .img img {
  width: 100%;
}

.bz-webWrap .con3 {
  padding-top: 95px;
}

.bz-webWrap .con3 .rongyu {
  margin-top: 69px;
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
  box-sizing: border-box;
}

.bz-webWrap .con3 .rongyu .item {
  width: 304px;
  height: 416px;
  background-color: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(72, 67, 217, 0.13);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.bz-webWrap .con3 .rongyu .item .img-box {
  width: 241px;
  height: 322px;
  overflow: hidden;
}

.bz-webWrap .con3 .rongyu .item .img-box img {
  width: 100%;
  transition: all 0.4s;
}

.bz-webWrap .con3 .rongyu .item .img-box1 {
  width: 407px;
  height: 305px;
  overflow: hidden;
}

.bz-webWrap .con3 .rongyu .item p {
  font-size: 18px;
  color: #7d7d7d;
  text-align: center;
  margin-top: 23px;
}

.bz-webWrap .con3 .rongyu .item:hover img {
  transform: scale(1.1);
}

.bz-webWrap .con3 .rongyu .item:hover p {
  color: #313131;
}

.bz-webWrap .con3 .rongyu .item2 {
  width: 459px;
}

.bz-webWrap .con3 .contred {
  width: 100%;
  height: 685px;
  background-color: #39bacb;
  margin-top: -167px;
}

.bz-webWrap .con3 .contred .rencontent {
  padding: 210px 30px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bz-webWrap .con3 .contred .rencontent .conl {
  width: 600px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-indent: 30px;
}

.bz-webWrap .con4 {
  padding-top: 110px;
  padding-bottom: 40px;
}

.bz-webWrap .con4 .content {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con4 .content .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-webWrap .con4 .content .item .itl {
  width: 162px;
  height: 93px;
  background-color: #36c6b7;
  border-radius: 0 10px 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  line-height: 93px;
  margin-right: 20px;
}

.bz-webWrap .con4 .content .item .itr {
  width: 363px;
  height: 143px;
  border-radius: 5px;
  border: solid 1px #36c6b7;
  padding-top: 21px;
  padding-left: 25px;
  box-sizing: border-box;
}

.bz-webWrap .con4 .content .item .itr .itr-tit {
  font-size: 18px;
  color: #313131;
  margin-bottom: 15px;
}

.bz-webWrap .con4 .content .item .itr p {
  font-size: 18px;
  color: #7d7d7d;
}

.bz-webWrap .con4 .content .item2 .itl {
  background-color: #6d7aa2;
}

.bz-webWrap .con4 .content .item2 .itr {
  border: solid 1px #6d7aa2;
}

.bz-webWrap .con4 .content1 {
  height: 274px;
  background-color: #39bacb;
}

.bz-webWrap .con4 .content2 {
  height: 603px;
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0px rgba(72, 67, 217, 0.13);
  border-radius: 20px;
  margin-top: -200px;
  margin-bottom: 64px;
  padding: 52px 48px 0 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bz-webWrap .con4 .content2 .conl {
  width: 50%;
}

.bz-webWrap .con4 .content2 .conr {
  width: 50%;
  height: 100%;
  background: url(../images/c4_r_bg.png) center center no-repeat;
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
}

.bz-webWrap .con4 .content2 .conr .item {
  width: 149px;
  height: 150px;
  background: url(../images/c4_b1.png) center center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
  position: absolute;
}

.bz-webWrap .con4 .content2 .conr .item p {
  margin-top: 13px;
  font-size: 18px;
  color: #313131;
}

.bz-webWrap .con4 .content2 .conr .item.btnactive {
  background: url(../images/c4_b2.png) center center no-repeat;
}

.bz-webWrap .con4 .content2 .conr .item1 {
  top: 0;
  left: 45px;
}

.bz-webWrap .con4 .content2 .conr .item2 {
  top: 0;
  left: 226px;
}

.bz-webWrap .con4 .content2 .conr .item3 {
  top: 0;
  right: 0;
}

.bz-webWrap .con4 .content2 .conr .item4 {
  top: 180px;
  left: 226px;
}

.bz-webWrap .con4 .content2 .conr .item5 {
  top: 354px;
  left: 45px;
}

.bz-webWrap .con4 .content2 .conr .item6 {
  top: 354px;
  left: 226px;
}

.bz-webWrap .con4 .content2 .conr .item7 {
  top: 354px;
  right: 0;
}

.bz-webWrap .con4 .c3form .shihe {
  left: 30px;
}

.bz-webWrap .con5 {
  background-color: #f9f9f9;
  padding: 90px 0;
}

.bz-webWrap .con5 .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 .con5 .content .conl {
  width: 50%;
  padding: 0 20px;
  position: relative;
}

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

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

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

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

.bz-webWrap .con5 .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 .con5 .content .conr .crtit {
  text-align: center;
  font-size: 24px;
  color: #3cbcce;
  font-weight: 800;
}

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

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

.bz-webWrap .con14 {
  background-color: #39bacb;
  padding: 50px 0 34px 0;
}

.bz-webWrap .con14 .form-bg {
  width: 960px;
  height: 389px;
  background: url(../images/c14_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);
}

/*PC视频弹窗开始*/
#alert_video {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  background: #000;
  z-index: 999;
  display: none;
}

#alert_video .title {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  line-height: 45px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  background: #0f70e7;
}

#alert_video .close_btn {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.58);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 20px;
  top: 10px;
  background: #000;
  z-index: 10;
  cursor: pointer;
}

#alert_video .close_btn:hover {
  background: #f06731;
  color: #fff;
  border: 1px solid #f06731;
}

#alert_video .diviframe {
  width: 100%;
  height: 100%;
}

#alert_video .diviframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video_zhezao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 910;
  display: none;
}

/*PC视频弹窗结束*/
