@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

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

.bz-webWrap {
  background: #023079;
}

.bz-webWrap h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}

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

/* section1 banner */
.banner_wrapper {
  width: 100vw;
}

.banner_wrapper img {
  width: 100%;
}

/* section2*/
.sec_2 .img_wapper {
  width: 100%;
  height: 574px;
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.sec_2 .img_wapper p {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  color: #a8a8a8;
}

/* section3*/
.sec_3 {
  margin-top: 60px;
  color: #fff;
}

.sec_3>p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.sec_3 .flexBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.sec_3 .flexBox div {
  width: 380px;
  height: 140px;
  border-radius: 10px;
}

.sec_3 .flexBox .zsdx {
  background: url("../images/sec3-1.jpg");
}

.sec_3 .flexBox .byxy {
  background: url("../images/sec3-2.jpg");
}

.sec_3 .flexBox .pymb {
  background: url("../images/sec3-3.jpg");
}

.sec_3 .flexBox .sec_3_title {
  font-weight: bold;
  font-size: 24px;
  margin-left: 120px;
  margin-top: 25px;
  line-height: 30px;
}

.sec_3 .flexBox .sec_3_content {
  margin-left: 120px;
  width: 250px;
  font-size: 16px;
}

/* section4*/
.sec_4 {
  margin-top: 40px;
  height: 220px;
  background-color: #06428f;
}

.sec_4 .form_wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 150px;
  background: url("../images/sec4_bg.png") -40px 20px no-repeat;
}

.sec_4 .form_wrapper .form_title {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.sec_4 .form_wrapper .form_content {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.sec_4 .form_wrapper .form_content>div {
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #1b9dff;
  border-radius: 4px;
}

.sec_4 .form_wrapper .form_content .input_group {
  width: 300px;
  background: #fff;
  color: #333;
  padding: 11px;
}

.sec_4 .form_wrapper .form_content .submit_wrapper {
  width: 200px;
  background: #1b9dff;
  position: relative;
}

.sec_4 .form_wrapper .form_content .input_group label {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}

.sec_4 .form_wrapper .form_content .input_group label>input {
  font-size: 20px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: none;
}

.sec_4 .form_wrapper .form_content .submit_wrapper>input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background: none;
  border: none;
  line-height: 55px;
  padding-left: 30px;
  cursor: pointer;
}

.sec_4 .form_wrapper .form_content .submit_wrapper .icon {
  width: 22px;
  height: 22px;
  background: url("../images/submit.png") center no-repeat;
  position: absolute;
  left: 40px;
  top: 17px;
}

/* section5*/
.sec_5 {
  width: 100%;
  height: 780px;
  margin-top: 60px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.sec_5 h3{
  color: #000;
  margin-top: 70px;
}
.sec_5 .sec_5_content{
  display: flex;
  margin-top: 85px;
  justify-content: space-between;
}
.sec_5 .flex_item{
  width: 270px;
  height: 380px;
  background: orange;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.sec_5 .flex_item:nth-of-type(1){
  background: #1b9dff;
}
.sec_5 .flex_item:nth-of-type(2){
  background: #e87578;
}
.sec_5 .flex_item:nth-of-type(3){
  background: #15abb0;
}
.sec_5 .flex_item:nth-of-type(4){
  background: #f49642;
}
.sec_5 .flex_item h4{
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin: auto;
  top: -22px;
  left: 0;
  right: 0;
  border-radius: 22.5px;
}
.sec_5 .flex_item:nth-of-type(1) h4{
  background: #1bd1ff;
}
.sec_5 .flex_item:nth-of-type(2) h4{
  background: #fc9a9d;
}
.sec_5 .flex_item:nth-of-type(3) h4{
  background: #39d8de;
}
.sec_5 .flex_item:nth-of-type(4) h4{
  background: #ffb776;
}
.sec_5 .flex_item .p1{
  padding-top: 5px;
  width: 230px;
  height: 103px;
  box-sizing: border-box;
  border: 1px dashed #fff;
  border-radius: 10px;
  margin: 45px auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.sec_5 .flex_item .p2{
  width: 220px;
  font-size: 16px;
  line-height: 24px;
  margin:0 auto;
}
.zixun{
  width: 400px;
  height: 58px;
  background: #1b9dff;
  margin: 70px auto;
  border-radius: 29px;
}
.zixun a{
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 58px;
  color: #fff;
  font-size: 20px;
}

/* section6 */
.sec_6{
  margin-top: 75px;
}
.sec_6 .sec_6_title p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.sec_6 .img_wrapper{
  margin-top: 40px;
}
.sec_6 .img_wrapper img{
  width: 100%;
}

/* section7*/
.sec_7{
  background: #ddf0ff;
  height: 841px;
}
.sec_7 .container{
  padding-top: 70px;
}
.sec_7 .container h3{
  color: #000;
}
.sec_7 .container .sec_7_content{
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  background: url("../images/sec7.png") center no-repeat;
}
.sec_7 .container .sec_7_content .sec_7_item{
  box-sizing: border-box;
  width: 321px;
  border: 1px dashed #229ee5;
  border-radius: 20px;
  padding:10px 20px 20px;
  position: absolute;
}
.sec_7 .container .sec_7_content .sec_7_item:nth-of-type(1){
  top: 0;
  left: 0;
}
.sec_7 .container .sec_7_content .sec_7_item:nth-of-type(2){
  bottom: 0;
  left: 0;
}
.sec_7 .container .sec_7_content .sec_7_item:nth-of-type(3){
  top: 0;
  right: 0;
  padding-bottom: 5px;
}
.sec_7 .container .sec_7_content .sec_7_item:nth-of-type(4){
  top: 180px;
  right: 0;
  padding-bottom: 5px;
}
.sec_7 .container .sec_7_content .sec_7_item:nth-of-type(5){
  bottom: 0;
  right: 0;
  padding-bottom: 5px;
}
.sec_7 .container .sec_7_content .sec_7_item h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #229ee5;
}
.sec_7 .container .sec_7_content .sec_7_item p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* section8*/
.sec_8{
  background: #fff;
  height: 770px;
}
.sec_8 .container{
  padding-top: 80px;
}
.sec_8 .container h3{
  color: #000;
}
.sec_8 .container>p{
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}
.sec_8 .container .flex_box{
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.sec_8 .container .flex_box .flex_item{
  box-sizing: border-box;
  width: 270px;
  height: 360px;
  box-shadow: 0 0 10px #d5d5d5;
  border-radius: 10px;
  /* box-sizing: border-box; */
}
.sec_8 .container .flex_box .flex_item .img_wrapper{
  width: 100%;
  height: 180px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.sec_8 .container .flex_box .flex_item .img_wrapper img{
  width: 100%;
  height: 100%;
}
.sec_8 .container .flex_box .flex_item h4{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
.sec_8 .container .flex_box .flex_item p{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
}

/* section9*/
.sec_9{
  color: #fff;
}
.sec_9>h3{
  margin-top: 65px;
}
.sec_9>p{
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.sec_9 .flex_box{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.sec_9 .box1 .box1_item{
  width: 380px;
  height: 180px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  background: #fff;
}
.sec_9 .box1 .box1_item .img_wrapper{
  width: 130px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.sec_9 .box1 .box1_item .box1_content{
  width: 250px;
  height: 100%;
  padding: 13px;
  box-sizing: border-box;
}
.sec_9 .box1 .box1_item .box1_content h4{
  font-size: 24px;
  line-height: 30px;
}
.sec_9 .box1 .box1_item .box1_content h5{
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
.sec_9 .box1 .box1_item .box1_content p{
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.sec_9 .box1 .box1_item:nth-of-type(1) .box1_content h4,
.sec_9 .box1 .box1_item:nth-of-type(1) .box1_content h5{
  color: #12c0d9;
}
.sec_9 .box1 .box1_item:nth-of-type(2) .box1_content h4,
.sec_9 .box1 .box1_item:nth-of-type(2) .box1_content h5{
  color: #5867ea;
}
.sec_9 .box1 .box1_item:nth-of-type(3) .box1_content h4,
.sec_9 .box1 .box1_item:nth-of-type(3) .box1_content h5{
  color: #12c0d9;
}
.sec_9 .box2 {
  width: 100%;
  height: 520px;
}
.sec_9 .box2 .box2_item{
  width: 290px;
  padding: 0 20px;
  position: relative;
}
.sec_9 .box2 .box2_item:nth-of-type(1){
  background: url("../images/sec9-1.png") 0 bottom no-repeat;
}
.sec_9 .box2 .box2_item:nth-of-type(2){
  background: url("../images/sec9-2.png") 0 bottom no-repeat;
}
.sec_9 .box2 .box2_item:nth-of-type(3){
  background: url("../images/sec9-3.png") 0 bottom no-repeat;
}
.sec_9 .box2 .box2_item:nth-of-type(4){
  background: url("../images/sec9-4.png") 0 bottom no-repeat;
}
.sec_9 .box2 .box2_item .img_wrapper{
  width: 100%;
  text-align: center;
}
.sec_9 .box2 .box2_item h4{
  font-size: 20px;
  line-height: 30px;
  color: #1beddb;
  position: absolute;
  width: 260px;
  text-align: center;
}
.sec_9 .box2 .box2_item .box2_content{
  width: 260px;
  position: absolute;
}
.sec_9 .box2 .box2_item:nth-of-type(1) .box2_content{
  bottom: 80px;
}
.sec_9 .box2 .box2_item:nth-of-type(2) .box2_content{
  bottom: 90px;
}
.sec_9 .box2 .box2_item:nth-of-type(3) .box2_content{
  bottom: 100px;
}
.sec_9 .box2 .box2_item:nth-of-type(4) .box2_content{
  bottom: 110px;
}
.sec_9 .box2 .box2_item h5{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.sec_9 .box2 .box2_item p{
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.sec_9 .box2 .box2_item:nth-of-type(1) p{
  margin-top: 10px;
}
.sec_9 .box2 .box2_item:nth-of-type(4) p{
  margin-top: 40px;
}
.sec_9 .box2 .box2_item a{
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
}
.sec_9 .box2 .box2_item:nth-of-type(1) a{
  background: #566ec9;
}
.sec_9 .box2 .box2_item:nth-of-type(2) a{
  background: #566ec9;
}
.sec_9 .box2 .box2_item:nth-of-type(3) a{
  background: #566ec9;
}
.sec_9 .box2 .box2_item:nth-of-type(4) a{
  background: #566ec9;
}
.sec_9 .box2 .box2_item:nth-of-type(1) h4{
  top: 245px;
}
.sec_9 .box2 .box2_item:nth-of-type(2) h4{
  top: 157px;
}
.sec_9 .box2 .box2_item:nth-of-type(3) h4{
  top: 78px;
}
.sec_9 .box2 .box2_item:nth-of-type(4) h4{
  top: -10px;
}

/* section10 */
.sec_10{
  height: 860px;
  background: #ddf0ff;
}
.sec_10 .container>h3{
  margin-top: 60px;
  color: #000;
}
.sec_10 .container>p{
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 10px;
}
.sec_10 .swiper-container1{
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.sec_10 .swiper-wrapper{
  box-sizing: border-box;
}
.sec_10 .swiper-slide{
  box-sizing: border-box;
  padding: 0 65px;
  display: flex;
  justify-content: space-between;
}
.sec_10 .swiper_item{
  width: 520px;
}
.sec_10 .swiper_item>div{
  width: 100%;
  height: 420px;
}
.sec_10 .swiper_item .img_wrapper1{
  background:url("../images/01.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper2{
  background:url("../images/02.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper3{
  background:url("../images/03.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper4{
  background:url("../images/04.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper6{
  background:url("../images/06.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper7{
  background:url("../images/07.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper8{
  background:url("../images/08.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper9{
  background:url("../images/09.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper10{
  background:url("../images/10.jpg") -30px center no-repeat;
}
.sec_10 .swiper_item .img_wrapper11{
  background:url("../images/11.jpg") -30px center no-repeat;
}
.sec_10 .swiper-button-next{
  width: 35px;
  height: 60px;
  background:#9fadb8 url("../images/next.png") center no-repeat;
}
.sec_10 .swiper-button-prev{
  width: 35px;
  height: 60px;
  background:#9fadb8 url("../images/pre.png") center no-repeat;
}
.swiper_item h4{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.swiper_item p{
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
/* section11 */
.sec_11{
  background: #fff;
  height: 540px;
}
.sec_11 h3{
  margin-top: 70px;
  color: #000;
}
.sec_11 .sec11_content{
  margin-top: 70px;
  width: 100%;
  height: 288px;
  font-size: 24px;
  color: #333;
  background: url("../images/sec11.png") center no-repeat;
}
.sec_11 .sec11_content>div{
  padding: 0 116px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}
.sec_11 .sec11_content>div span{
  background: #fff;
  text-align: center;
  width: 190px;
  height: 100px;
  border-radius: 10px;
  line-height: 100px;
  box-shadow: 0 0 10px rgba(40,40,40,0.16);
}

/* section12 */
.sec_12 h3{
  margin-top: 70px;
}
.sec_12 .flex_box{
  margin-top: 65px;
  display: flex;
  justify-content: space-around;
}

/* 鼠标悬浮样式 */
.zixun>a{
  transition: .2s linear;
}
.zixun>a:hover{
  /* transform:scaleX(1.2),scaleY(0.8); */
  color: #f5f5f5;
  transform:scale(1.1)
}
