.container {
  padding: 0;
  margin: 0;
}
.top_box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.top_box .img_1 {
  display: block;
}
.top_box .top_mini_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.top_box .top_mini_box .right_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top_box .top_mini_box .right_box .right_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top_box .top_mini_box .right_box .right_menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top_box .top_mini_box .right_box .right_menu ul li {
  padding: 0 15px;
  height: 42px;
}
.top_box .top_mini_box .right_box .right_menu ul li a {
  padding: 0 5px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #FFFFFF;
}
.top_box .top_mini_box .right_box .right_menu ul li a:hover {
  transition: 0.3s;
  border-bottom: 2px solid #fff;
}
.top_box .top_mini_box .right_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-left: 30px;
}
.top_box .top_mini_box .right_box .btn a {
  padding: 0 5px;
  height: 29px;
  display: inline-block;
  line-height: 29px;
  color: #FFFFFF;
}
.top_box .top_mini_box .right_box .btn:hover {
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner_1 {
  width: 100%;
  height: 630px;
  background-image: url(../image/big_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_1 .banner_mini_box {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.banner_1 .banner_mini_box .text_img1 {
  margin-top: 13%;
}
.banner_1 .banner_mini_box .text_img2 {
  margin-top: 45px;
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeinT;
}
.banner_1 .banner_mini_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 60px;
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeinT;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
}
.banner_1 .banner_mini_box .btn a {
  padding: 0 25px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  color: #FFFFFF;
}
.banner_1 .banner_mini_box .btn:hover {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner_1 .banner_mini_box .btn:hover a {
  color: #FFFFFF;
}
.banner_1 .banner_mini_box .one_1 {
  position: absolute;
  right: 0px;
  top: 30%;
}
.banner_2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #F5F6FA;
}
.banner_2 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.banner_2 .banner_mini_box .title_1 {
  height: 34px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.banner_2 .banner_mini_box .title_mini_1 {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 27px;
}
.banner_2 .banner_mini_box .list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.banner_2 .banner_mini_box .list_box ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.banner_2 .banner_mini_box .list_box ul li {
  width: 308px;
  height: 368px;
  background: #FFFFFF;
  box-shadow: 0px 4px 41px 5px rgba(216, 216, 216, 0.28);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 0 36px;
  margin: 0 15px;
  transition: transform 0.5s ease-out;
}
.banner_2 .banner_mini_box .list_box ul li .img_2 {
  width: 46px;
  height: 52px;
  display: inline-block;
  margin-top: 68px;
}
.banner_2 .banner_mini_box .list_box ul li .text_1 {
  height: 22px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #141E38;
  line-height: 20px;
  margin-top: 47px;
}
.banner_2 .banner_mini_box .list_box ul li .text_2 {
  height: 87px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C6276;
  line-height: 24px;
  text-align: justify;
  margin-top: 39px;
}
.banner_2 .banner_mini_box .list_box ul li:nth-of-type(n+4) {
  margin-top: 30px;
}
.banner_2 .banner_mini_box .list_box ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.banner_2 .banner_mini_box .list_box ul li:nth-of-type(3n+0) {
  margin-right: 0;
}
.banner_3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 67px;
  background-image: url(../image/three_bg.png);
  background-size: 100% 	100%;
  background-repeat: no-repeat;
}
.banner_3 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.banner_3 .banner_mini_box .title_1 {
  height: 34px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.banner_3 .banner_mini_box .title_mini_1 {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 27px;
}
.banner_3 .banner_mini_box .list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.banner_3 .banner_mini_box .list_box ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.banner_3 .banner_mini_box .list_box ul li {
  width: 236px;
  height: 510px;
  background: #FFFFFF;
  box-shadow: 0px 7px 24px 0px rgba(250, 76, 54, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 27px;
  margin: 0 6px;
  transition: transform 0.5s ease-out;
  position: relative;
}
.banner_3 .banner_mini_box .list_box ul li .img_2 {
  margin-top: 52px;
}
.banner_3 .banner_mini_box .list_box ul li .text_1 {
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #141E38;
  line-height: 20px;
  margin-top: 59px;
}
.banner_3 .banner_mini_box .list_box ul li .text_2 {
  height: 64px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C6276;
  line-height: 24px;
  text-align: center;
  margin-top: 39px;
}
.banner_3 .banner_mini_box .list_box ul li .bottom_box {
  position: absolute;
  bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_3 .banner_mini_box .list_box ul li .bottom_box a {
  color: #FF913B;
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
}
.banner_3 .banner_mini_box .list_box ul li:first-of-type {
  margin-left: 0;
}
.banner_3 .banner_mini_box .list_box ul li:last-of-type {
  margin-right: 0;
}
.banner_new {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 67px;
  background-color: #F7F9FE;
}
.banner_new .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.banner_new .banner_mini_box .title_1 {
  height: 34px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.banner_new .banner_mini_box .title_mini_1 {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 27px;
}
.banner_new .banner_mini_box .list_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.banner_new .banner_mini_box .list_box .list {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner_new .banner_mini_box .list_box .list .img_2 {
  width: 130px;
  height: 130px;
  margin-top: 52px;
}
.banner_new .banner_mini_box .list_box .list .text_1 {
  height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #141E38;
  line-height: 20px;
  margin-top: 20px;
}
.banner_4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 67px;
}
.banner_4 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.banner_4 .banner_mini_box .title_1 {
  height: 34px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.banner_4 .banner_mini_box .title_mini_1 {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 27px;
}
.banner_4 .banner_mini_box .list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.banner_4 .banner_mini_box .list_box ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.banner_4 .banner_mini_box .list_box ul li {
  width: 195.594px;
  height: 240px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 22px;
  transition: transform 0.5s ease-out;
  position: relative;
}
.banner_4 .banner_mini_box .list_box ul li .img_2 {
  margin-top: 30px;
}
.banner_4 .banner_mini_box .list_box ul li .text_1 {
  position: absolute;
  bottom: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #07183F;
  line-height: 60px;
}
.banner_5 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 49px;
  background-color: #F7F9FE;
}
.banner_5 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_5 .banner_mini_box .title_1 {
  height: 34px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.banner_5 .banner_mini_box .title_mini_1 {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 27px;
}
.banner_5 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 136px;
}
.banner_5 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_5 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_5 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_5 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_5 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_5 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.banner_6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 49px;
  background-color: #FFFFFF;
}
.banner_6 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_6 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner_6 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_6 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_6 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_6 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_6 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_6 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.banner_7 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 49px;
  background-color: #F7F9FE;
}
.banner_7 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_7 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner_7 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_7 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_7 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_7 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_7 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_7 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.banner_8 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 49px;
  background-color: #FFFFFF;
}
.banner_8 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_8 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner_8 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_8 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_8 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_8 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_8 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_8 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.banner_9 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 62px;
  padding-bottom: 49px;
  background-color: #F7F9FE;
}
.banner_9 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_9 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner_9 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_9 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_9 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_9 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_9 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_9 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.banner_10 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 49px;
  background-color: #FFFFFF;
  position: relative;
}
.banner_10 .banner_mini_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1042px;
}
.banner_10 .banner_mini_box .list_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner_10 .banner_mini_box .list_box .left_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_10 .banner_mini_box .list_box .left_box .img_1 {
  margin-top: 11px;
}
.banner_10 .banner_mini_box .list_box .left_box .text_1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.banner_10 .banner_mini_box .list_box .left_box .flex_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_10 .banner_mini_box .list_box .left_box .flex_box .img_2 {
  margin-right: 11px;
}
.banner_10 .banner_mini_box .list_box .left_box .flex_box .text_2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
}
.foot-tc{display:none;position: fixed;
    width: 100%;
    height: calc(60rem / 16);
    bottom: 0;
    background: #ebaf27;
    color: #FFFFFF;
    text-align: center;
    line-height: calc(30rem / 16);
    z-index: 199;
    padding: 0;}
	.foot-tc p a {
  font-size: 18px;
  color:#fff;
 
  display:block;
  margin: 0;
  line-height:150%;
  margin-top: calc(15rem / 16);
}
.banner_10 .bottom_img {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.banner_11 {
  width: 100%;
  height: 100px;
  background: #383D43;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_11 .text_6 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B6B6;
  line-height: 22px;
}
.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;
  border-bottom: 2px solid #fff;
}
.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: 304px;
  height: 311px;
}
.popup .popupbox .popup-img {
  width: 100%;
  height: 100%;
}
