﻿.container {
  padding: 0;
  margin: 0;
}
.top_box_1 {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 80px;
}
.top_banner {
  width: 100%;
  height: 560px;
  background-image: url(../image/top_banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_banner .text_1 {
  margin-top: 181px;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.top_banner .text_2 {
  margin-top: 33px;
  width: 825px;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.top_banner .buttom_btn {
  margin-top: 91px;
  width: 150px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  cursor: pointer;
}
.banner_1 {
  width: 100%;
  height: 896px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_1 .banner_box_1 {
  width: 1077px;
  height: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_1 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 109px;
}
.banner_1 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_1 .banner_box_1 .list_item {
  width: 100%;
  height: 591px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}
.banner_1 .banner_box_1 .list_item .list_item_box {
  width: 322px;
  height: 272px;
  background: #FFFFFF;
  box-shadow: 0px 13px 22px 5px rgba(17, 37, 63, 0.05);
  border-radius: 10px 0px 50px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner_1 .banner_box_1 .list_item .list_item_box .list_item_minibox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.banner_1 .banner_box_1 .list_item .list_item_box .list_item_minibox .text_1 {
  margin-top: 56px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #24231D;
}
.banner_1 .banner_box_1 .list_item .list_item_box .list_item_minibox .line {
  width: 19px;
  height: 2px;
  background: #F96D2C;
  margin-top: 16px;
}
.banner_1 .banner_box_1 .list_item .list_item_box .list_item_minibox .text_2 {
  margin-top: 10px;
  width: 252px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #757F92;
  line-height: 20px;
}
.banner_1 .banner_box_1 .list_item .list_item_box .bottom_box {
  position: absolute;
  bottom: 28px;
  left: 171px;
  text-align: center;
  cursor: pointer;
  width: 118px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 0px 12px 1px rgba(17, 37, 63, 0.05);
  border-radius: 18px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F96D2C;
  line-height: 36px;
}
.banner_1 .banner_box_1 .list_item .bg_1 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_1 .banner_box_1 .list_item .bg_2 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_1 .banner_box_1 .list_item .bg_3 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_1 .banner_box_1 .list_item .bg_4 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_1 .banner_box_1 .list_item .bg_5 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_1 .banner_box_1 .list_item .bg_6 {
  width: 322px;
  height: 272px;
  background-image: url(../image/banner_one_6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_2 {
  width: 100%;
  height: 655px;
  background: #FFFCFB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_2 .banner_box_1 {
  width: 1200px;
  height: 655px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_2 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_2 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 25px;
}
.banner_2 .banner_box_1 .list_item {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.banner_2 .banner_box_1 .list_item .position_wy_left_box {
  width: 160px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.banner_2 .banner_box_1 .list_item .position_wy_left_box .list_item_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 160px;
  height: 25%;
}
.banner_2 .banner_box_1 .list_item .position_wy_left_box .list_item_1 .line {
  width: 16px;
  height: 3px;
  background: #E5E5E5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*移动自身的一半*/
  left: 0;
}
.banner_2 .banner_box_1 .list_item .position_wy_left_box .list_item_1 .text_1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box {
  width: 1040px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 13px 22px 5px rgba(86, 52, 41, 0.05);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 259px;
  height: 175px;
  border-right: 1px solid #eeeeee;
  box-shadow: 0px 0px 22px 0px rgba(86, 52, 41, 0.05);
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1 img {
  margin-top: 51px;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1 .text_3 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top: 27px;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1:nth-of-type(4n) {
  border-right: 0px solid #eeeeee;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1:nth-of-type(n+4) {
  border-top: 1px solid #eeeeee;
}
.banner_2 .banner_box_1 .list_item .position_wy_right_box .list_item_1:hover {
  box-shadow: 0px 13px 22px 5px rgba(86, 52, 41, 0.05);
}
.banner_3 {
  width: 100%;
  height: 1090px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner_3 .line {
  width: 1920px;
  height: 1px;
  background: #E5E9F4;
  position: absolute;
  top: 350px;
}
.banner_3 .banner_box_1 {
  width: 1200px;
  height: 1090px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_3 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 89px;
}
.banner_3 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 25px;
}
.banner_3 .banner_box_1 .list_item {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 55px;
}
.banner_3 .banner_box_1 .list_item .list_item_box {
  width: 200px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.banner_3 .banner_box_1 .list_item .list_item_box .list_item_minibox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner_3 .banner_box_1 .list_item .list_item_box .text_1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272D44;
  position: absolute;
  bottom: 55px;
  font-weight: bold;
}
.banner_3 .banner_box_1 .list_item .list_item_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7F8999;
  position: absolute;
  bottom: 30px;
}
.banner_3 .banner_box_1 .list_item .list_item_box .bottom_box {
  width: 150px;
  height: 3px;
  background: #F96D2C;
  position: absolute;
  bottom: 8px;
  display: none;
}
.banner_3 .banner_box_1 .list_item .list_item_box .line_2 {
  display: block;
}
.banner_3 .banner_box_1 .list_item .list_item_box:hover .list_item_minibox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translate3d(0, -10px, 0);
  transition: all 0.2s linear;
}
.banner_3 .banner_box_1 .current_tab {
  width: 1200px;
  height: 600px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 1px 6px 14px 0px rgba(56, 115, 239, 0.13);
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.banner_3 .banner_box_1 .current_tab .left_box {
  padding-left: 57px;
}
.banner_3 .banner_box_1 .current_tab .left_box .text_1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 138px;
}
.banner_3 .banner_box_1 .current_tab .left_box .text_2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7F8999;
  margin-top: 20px;
  margin-bottom: 43px;
}
.banner_3 .banner_box_1 .current_tab .left_box .text_box {
  display: flex;
  flex-direction: row;
  margin-top: 22px;
}
.banner_3 .banner_box_1 .current_tab .left_box .text_box .dot {
  width: 6px;
  height: 6px;
  background: #F96D2C;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 3px;
}
.banner_3 .banner_box_1 .current_tab .left_box .text_box .text_3 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #54545A;
  line-height: 28px;
  width: 395px;
}
.banner_3 .banner_box_1 .current_tab .right_img {
  margin: 53px auto;
  display: block;
}
.banner_4 {
  width: 100%;
  height: 770px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_4 .banner_box_1 {
  width: 1200px;
  height: 770px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_4 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_4 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_4 .banner_box_1 .list_item {
  width: 1088px;
  height: 450px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 60px;
}
.banner_4 .banner_box_1 .list_item .list_item_box {
  width: 252px;
  height: 450px;
  background: #FFFFFF;
  border: 1px solid #E1E6F0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.banner_4 .banner_box_1 .list_item .list_item_box .list_item_minibox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-left: 25px;
}
.banner_4 .banner_box_1 .list_item .list_item_box .list_item_minibox img {
  width: 204px;
  height: 115px;
  border-radius: 6px;
  margin-top: 25px;
}
.banner_4 .banner_box_1 .list_item .list_item_box .list_item_minibox .text_1 {
  margin-top: 27px;
  width: 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #191919;
}
.banner_4 .banner_box_1 .list_item .list_item_box .list_item_minibox .text_2 {
  margin-top: 23px;
  width: 200px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7A8BA6;
  line-height: 26px;
}
.banner_4 .banner_box_1 .list_item .list_item_box .bottom_box {
  position: absolute;
  bottom: 57px;
  left: 25px;
  text-align: center;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F96D2C;
  line-height: 20px;
  cursor: pointer;
}
.banner_5 {
  width: 100%;
  height: 683px;
  background-color: #f7f9fe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_5 .banner_box_1 {
  width: 1200px;
  height: 683px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_5 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_5 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_5 .banner_box_1 .list_item {
  width: 1210px;
  height: 370px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 60px;
  position: relative;
}
.banner_5 .banner_box_1 .list_item .img_3 {
  width: 590px;
  height: 370px;
  border-radius: 10px;
  z-index: 1;
}
.banner_5 .banner_box_1 .list_item .img_1 {
  width: 63px;
  height: 63px;
  position: absolute;
  bottom: -31px;
  left: -40px;
  z-index: 0;
}
.banner_5 .banner_box_1 .list_item .img_2 {
  width: 90px;
  height: 82px;
  position: absolute;
  top: -32px;
  right: -30px;
  z-index: 0;
}
.banner_6 {
  width: 100%;
  height: 910px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_6 .banner_box_1 {
  width: 1300px;
  height: 910px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_6 .banner_box_1 .h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
  margin-top: 99px;
}
.banner_6 .banner_box_1 .text_p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 26px;
}
.banner_6 .banner_box_1 .list_item {
  width: 100%;
  height: 574px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}
.banner_6 .banner_box_1 .list_item .list_item_box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner_6 .banner_box_1 .list_item .list_item_box img {
  margin-top: 58px;
}
.banner_6 .banner_box_1 .list_item .list_item_box .text_1 {
  margin-top: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B1D30;
}
.banner_6 .banner_box_1 .list_item .list_item_box:nth-of-type(-n+5) img {
  margin-top: 0px;
}
.banner_dongxiao_1 {
  transform: translateY(-20px);
}
.banner_dongxiao_2 {
  transform: scale(1.05);
  border: 1px solid #4A0DDF;
  width: 193.594px !important;
  height: 238px !important;
}
.banner_dongxiao_3 {
  transform: translateY(-10px);
  box-shadow: 0px 7px 24px 0px rgba(228, 228, 228, 0.5) !important;
}
.banner_dongxiao_4 {
  display: block !important;
}
.banner_dongxiao_5 {
  height: 438px;
}
.banner_dongxiao_6 {
  transition: 0.3s ease;
  border-bottom: 2px solid #fff !important;
}
.line_1 {
  width: 40px !important;
  height: 3px !important;
  background: #F96D2C !important;
}
.text_color_1 {
  color: #f96d2c !important;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  display: none;
}
.popup .popupbox {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 386px;
  height: 430px;
}
.popup-img {
  position: relative;
  top: 23% !important;
}
