* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #222;
}
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* 统一老式浏览器HTML5显示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  vertical-align: top;
}
/* 清除a标签中图片边框 */
input,
button,
textarea {
  vertical-align: middle;
  font: inherit;
}
button,
label,
a {
  cursor: pointer;
}
button {
  font-family: 'Microsoft YaHei';
}
/* H1 - H6 */
h1 {
  margin-top: 8px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 36px;
}
h2 {
  margin-top: 8px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 30px;
}
h3 {
  margin-top: 8px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 25px;
}
h4 {
  margin-top: 8px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 20px;
}
h5 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 15px;
}
h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 11px;
}
/* 列表 */
ul li {
  list-style: none;
}
ul li ul li {
  list-style: circle;
  margin-left: 5px;
}
ol li {
  list-style-type: decimal;
}
ol li ol li {
  list-style-type: lower-alpha;
  margin-left: 5px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 10px;
}
table {
  border: 1px solid #DDD;
}
td {
  padding: 5px;
  border: 1px solid #DDD;
}
p {
  margin: 15px 0;
}
hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 12px;
  margin-bottom: 12px;
}
:focus {
  outline: 0;
}
/*清除链接虚线边框*/
/*主色*/
/*配色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
* {
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
}
img {
  object-fit: cover;
}
.flex {
  display: flex;
  align-items: center;
}
.ju {
  justify-content: space-between;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.web_header {
  width: 100%;
  height: 87px;
  background: rgba(0, 67, 153, 0.3);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.web_header .header_box {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web_header .header_box .header_left {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 30px;
}
.web_header .header_box .header_left .LOGO {
  width: 108px;
  height: 39px;
}
.web_header .header_box .header_left span {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.web_header .header_box .header_login {
  font-size: 18px;
  color: #fff;
}
.web_header .header_box .haeder_right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.web_header .header_box .haeder_right li {
  width: 112px;
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.web_header .header_box .haeder_right li .li_hover {
  width: 144px;
  position: absolute;
  top: 87px;
  left: 50%;
  margin-left: -72px;
  display: none;
}
.web_header .header_box .haeder_right li .li_hover .hover_box {
  width: 144px;
  height: 48px;
  background: #60A1FF;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #fff;
  display: block;
}
.web_header .header_box .haeder_right li .li_hover .active2 {
  width: 144px;
  height: 48px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #60A1FF;
}
.web_header .header_box .haeder_right li .li_hover .hover_box:hover {
  width: 144px;
  height: 48px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #60A1FF;
}
.web_header .header_box .haeder_right li a {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  font-size: 16px;
  flex-shrink: 0;
}
.web_header .header_box .haeder_right .active {
  border-bottom: 4px solid #fff;
}
.web_header .header_box .haeder_right li:hover {
  border-bottom: 4px solid #fff;
}
.web_header .header_box .haeder_right li:hover .li_hover {
  display: block;
}
.web_bottom {
  height: 1005px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.web_bottom .bottom_logo {
  width: 140px;
  height: 140px;
}
.web_bottom .bottom_form {
  width: 100%;
  height: 800px;
  margin-top: -40px;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12%;
  padding-top: 50px;
  color: #fff;
}
.web_bottom .bottom_form .left_title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 64px;
}
.web_bottom .bottom_form .left_input {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
}
.web_bottom .bottom_form .left_input .input {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-right: 30px;
}
.web_bottom .bottom_form .left_input .input .input_name {
  font-size: 16px;
  color: #D5F5FF;
  width: 96px;
}
.web_bottom .bottom_form .left_input .input input {
  width: 190px;
  padding-left: 10px;
  height: 40px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.web_bottom .bottom_form .left_radio {
  display: flex;
  align-items: center;
  color: #D5F5FF;
  font-size: 16px;
  margin-top: 20px;
}
.web_bottom .bottom_form .left_radio .radio {
  margin-right: 60px;
  display: flex;
  align-items: center;
}
.web_bottom .bottom_form .left_radio .radio input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.web_bottom .bottom_form .left_btn {
  color: #3482F5;
  text-align: center;
  line-height: 46px;
  width: 160px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  margin-top: 30px;
}
.web_bottom .bottom_form .form_right {
  width: 260px;
  color: #fff;
}
.web_bottom .bottom_form .form_right .right_title {
  font-size: 18px;
  margin-bottom: 20px;
}
.web_bottom .bottom_form .form_right .right_list {
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
}
.web_bottom .bottom_form .form_right .right_list .list_img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -60px;
}
.web_bottom .bottom_nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 440px;
  background-color: #002D8F;
  padding: 0 278px;
  padding-top: 40px;
}
.web_bottom .bottom_nav .nav_box {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.web_bottom .bottom_nav .nav_box .nav {
  width: 120px;
  flex: 1 1;
  color: #fff;
}
.web_bottom .bottom_nav .nav_box .nav .nav_title {
  margin-bottom: 20px;
  font-size: 14px;
}
.web_bottom .bottom_nav .nav_box .nav .nav_xian {
  width: 18px;
  height: 2px;
  background: #FFFFFF;
  margin-bottom: 27px;
}
.web_bottom .bottom_nav .nav_box .nav .nav_text {
  font-size: 12px;
  margin-bottom: 15px;
}
.web_bottom .bottom_nav .code {
  width: 182px;
  height: 215px;
  position: absolute;
  top: 40px;
  right: 278px;
}
.web_bottom .bottom_nav .Copyright {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 34px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
.web_bottom a {
  color: #fff;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    /* 根据需要调整这个值 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
    /* 根据需要调整这个值 */
  }
  100% {
    transform: translateY(0);
  }
}
.banner_box {
  width: 100%;
  height: 700px;
  padding-top: 190px;
  padding-left: 278px;
  position: relative;
  background-position: center;
}
.banner_box .banner_title {
  width: 330px;
  height: 60px;
  margin-bottom: 60px;
}
.banner_box .banner_text1 {
  font-size: 32px;
  color: #7D8B96;
  margin-bottom: 15px;
}
.banner_box .banner_title2 {
  color: #5C6973;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 56px;
}
.banner_box .tip {
  width: 397px;
  height: 32px;
}
.banner_box .banner_top {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}
.banner_box .banner_tip {
  width: 1070px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  padding-left: 22px;
  line-height: 50px;
  margin-bottom: 100px;
  background: linear-gradient(270deg, rgba(55, 132, 245, 0.1) 0%, #3784F5 52%, #3784F5 100%);
}
.banner_box .banner_text {
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
.banner_box .banner_msg {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 30px;
  width: 475px;
  display: flex;
}
.banner_box .banner_msg .msg_tip {
  background: linear-gradient(180deg, rgba(55, 132, 245, 0) 0%, #3784F5 100%);
  margin-left: 10px;
  padding: 0 20px;
}
.banner_box .num_box {
  border-left: 6px solid #FFF;
  color: #fff;
  padding-left: 16px;
}
.banner_box .num_box .num_text {
  font-size: 16px;
}
.banner_box .num_box .num {
  font-size: 40px;
  font-weight: bold;
  margin-top: 5px;
}
.banner_box .banner_btn {
  width: 162px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 104px;
  left: 278px;
  color: #3F92FF;
}
.banner_box .banner_btn2 {
  width: 326px;
  height: 59px;
  background: #3784F5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
}
.banner_box .banner_card {
  width: 326px;
  height: 32px;
  margin-top: 53px;
  margin-bottom: 50px;
}
.banner_box .banner_nav2 {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.banner_box .banner_nav2 .nav {
  max-width: 200px;
  min-width: 16%;
  height: 50px;
  box-shadow: 3px 3px 6px 1px rgba(6, 47, 179, 0.2);
  border-radius: 0px 0px 0px 0px;
  background-color: #31BAFF;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 12px;
  margin-bottom: 10px;
}
.banner_box .banner_nav2 .nav:hover {
  background-color: #3784F5;
  border: none;
}
.banner_box .banner_nav {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.banner_box .banner_nav .nav {
  width: 24%;
  height: 56px;
  box-shadow: 3px 3px 6px 1px rgba(6, 47, 179, 0.2);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #FFFFFF;
}
.banner_box .banner_nav .nav:hover {
  background-color: #3784F5;
  border: none;
}
.left_top_tip {
  width: 500px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
}
.left_top_tip .duan {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -50px;
}
.right_top_tip {
  width: 500px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
}
.right_top_tip .duan {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: -50px;
}
.left_bottom_tip {
  width: 500px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.left_bottom_tip .duan {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -50px;
}
.right_bottom_tip {
  width: 500px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.right_bottom_tip .duan {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: -50px;
}
.index {
  width: 100%;
  overflow-x: hidden;
}
.index .swiper-container {
  width: 100%;
  height: 700px;
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.index .swiper-container .swiper-button-prev::after {
  padding: 15px;
  border-radius: 50%;
}
.index .swiper-container .swiper-button-next::after {
  padding: 15px;
  border-radius: 50%;
}
.index .swiper-container .swiper-wrapper {
  width: 100%;
  height: 700px;
}
.index .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 700px;
}
.index .menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 158px;
}
.index .menu_box .menu_center {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}
.index .menu_box .menu_list {
  display: flex;
  align-items: center;
}
.index .menu_box .menu_list .list_img {
  width: 66px;
  height: 66px;
  margin-right: 15px;
}
.index .menu_box .menu_list .list_right .right_num {
  font-size: 30px;
  margin-bottom: 10px;
}
.index .menu_box .menu_list .list_right .right_text {
  font-size: 16px;
  color: #999;
}
.index .index_A {
  padding: 95px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index .index_A .A_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.index .index_A .A_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.index .index_A .A_list {
  width: 1362px;
  display: flex;
  justify-content: space-between;
}
.index .index_A .A_list .list {
  width: 326px;
  height: 550px;
  transition: all 2s;
  background: #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  margin-top: 75px;
  position: relative;
}
.index .index_A .A_list .list .list_img {
  width: 200px;
  height: 200px;
}
.index .index_A .A_list .list .list_title {
  font-size: 24px;
  color: #444;
  margin-top: 90px;
  width: 266px;
  text-align: center;
  height: 60px;
  transition: color 0.3s ease;
}
.index .index_A .A_list .list .list_msg {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 12px;
  width: 266px;
  text-align: center;
  transition: color 0.3s ease;
}
.index .index_A .A_list .list .list_btn {
  width: 200px;
  height: 48px;
  background: #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #3482F5;
  color: #3482F5;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  position: absolute;
  bottom: 48px;
  left: 63px;
}
.index .index_A .A_list .list:hover {
  transition: all 2s;
  background: linear-gradient(180deg, #6AD1FF 0%, #3563E6 100%);
}
.index .index_A .A_list .list:hover .list_title {
  color: #fff !important;
  margin-top: 30px;
}
.index .index_A .A_list .list:hover .list_msg {
  color: #fff !important;
  display: block;
}
.index .index_A .A_list .list:hover .list_btn {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}
.index .index_B {
  height: 1000px;
  width: 100%;
  background-color: #f0f3fbFF;
  background-size: 100% 100%;
  position: relative;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .index_B .index_top {
  width: 100%;
  height: 248px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.index .index_B .B_title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.index .index_B .B_msg {
  font-size: 20px;
  color: #fff;
  width: 600px;
  text-align: center;
  margin-top: 24px;
  position: relative;
  z-index: 9;
}
.index .index_B .B_list {
  width: 1362px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 134px;
}
.index .index_B .B_list .list {
  width: 442px;
  height: 280px;
  padding: 37px;
  padding-top: 50px;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 8px 1px rgba(52, 130, 245, 0.1);
  margin-bottom: 18px;
}
.index .index_B .B_list .list .list_title {
  color: #3481F3;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: normal;
}
.index .index_B .B_list .list .list_msg {
  color: #999;
  font-size: 16px;
  width: 250px;
  position: relative;
  z-index: 9;
  line-height: 23px;
  line-height: 24px;
}
.index .index_B .B_list .list .list_img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
}
.index .index_B .B_list .list .list_btn {
  display: none;
  width: 162px;
  height: 46px;
  color: #3784F5;
  background: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  right: 38px;
  bottom: 23px;
}
.index .index_B .B_list .list:hover {
  background-color: #3482F5;
}
.index .index_B .B_list .list:hover .list_title,
.index .index_B .B_list .list:hover .list_msg {
  color: #fff;
}
.index .index_B .B_list .list:hover .list_btn {
  display: block;
}
.index .index_C {
  height: 881px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 97px;
  position: relative;
}
.index .index_C .C_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.index .index_C .C_menu {
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.index .index_C .C_menu .menu {
  width: 162px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D5E5FC;
  font-size: 18px;
  color: #3F92FF;
  text-align: center;
  line-height: 46px;
  margin: 0 10px;
}
.index .index_C .C_menu .menu:hover {
  background: #3482F5;
  color: #fff;
  border: none;
}
.index .index_C .C_menu .active {
  background: #3482F5;
  color: #fff;
  border: none;
}
.index .index_C .C_list {
  width: 1364px;
  display: flex;
  justify-content: space-around;
}
.index .index_C .C_list .list {
  width: 442px;
  height: 470px;
  box-shadow: 2px 2px 6px 1px #e2e2e2;
  background-color: #fff;
  margin-top: 100px;
  position: relative;
}
.index .index_C .C_list .list .list_img {
  width: 442px;
  height: 245px;
  position: relative;
}
.index .index_C .C_list .list .list_img .card {
  min-width: 128px;
  max-width: 300px;
  height: 50px;
  background: #3482F5;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 9;
}
.index .index_C .C_list .list .list_img .img {
  width: 442px;
  height: 245px;
}
.index .index_C .C_list .list .list_title {
  color: #313233;
  margin: 0 20px;
  margin-top: 17px;
  font-size: 18px;
}
.index .index_C .C_list .list .list_time {
  color: #848991;
  margin: 0 20px;
  margin-top: 10px;
  font-size: 16px;
}
.index .index_C .C_list .list .list_msg {
  font-size: 14px;
  margin: 0 20px;
  margin-top: 15px;
  color: #666;
  line-height: 24px;
}
.index .index_C .C_list .list .list_btn {
  width: 100%;
  height: 67px;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #2A94FA;
  font-size: 18px;
  line-height: 67px;
  text-align: center;
}
.index .index_C .C_list .list:hover .list_btn {
  background: #2A94FA;
  color: #fff;
}
.index .index_D {
  height: 1079px;
  background: linear-gradient(180deg, #09BCFF 0%, #0129AD 100%);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  position: relative;
  z-index: 10;
}
.index .index_D .D_title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.index .index_D .D_msg {
  color: #fff;
  font-size: 20px;
  width: 682px;
  margin-top: 27px;
  line-height: 24px;
}
.index .index_D .center_box {
  width: 1000px;
  height: 525px;
  position: relative;
  margin-top: 70px;
}
.index .index_D .center_box .zuoshang {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 35px;
  width: 250px;
  height: 203px;
  animation: float 2s ease-in-out infinite;
}
.index .index_D .center_box .youshang {
  width: 123px;
  height: 171px;
  position: absolute;
  z-index: 5;
  top: 35px;
  right: 32px;
  animation: float 2s ease-in-out infinite;
}
.index .index_D .center_box .zhongjian {
  width: 691px;
  height: 411px;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -205px;
  left: 50%;
  margin-left: -345px;
  animation: float2 2s ease-in-out infinite;
}
.index .index_D .center_box .zuoxia {
  width: 265px;
  height: 177px;
  position: absolute;
  left: 0;
  bottom: 47px;
  animation: float 2s ease-in-out infinite;
}
.index .index_D .center_box .youxia {
  width: 141px;
  height: 186px;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: float 2s ease-in-out infinite;
}
.index .index_D .D_btn {
  width: 162px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 4px 4px;
  color: #3F92FF;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  margin-top: 40px;
}
.index .index_D .logo {
  width: 125px;
  height: 45px;
  position: absolute;
  bottom: 69px;
  margin-left: 50%;
  margin-left: -20px;
}
.index .index_E {
  height: 1000px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -79px;
  background-color: #F0F3FB;
  background-size: 100% 100%;
  padding-top: 174px;
}
.index .index_E .E_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.index .index_E .E_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.index .index_E .E_list {
  width: 1364px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
.index .index_E .E_list .list_img {
  width: 210px;
  height: 136px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index .index_E .E_list .list_img:nth-child(6n) {
  margin-right: 0;
}
.flexible .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.flexible .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.flexible .flexible_A {
  padding-top: 75px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible .flexible_A .A_center {
  width: 1364px;
  height: 649px;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.flexible .flexible_A .A_center .center_dian {
  width: 315px;
  height: 296px;
  padding-left: 71px;
  position: relative;
}
.flexible .flexible_A .A_center .center_dian .dian_img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.flexible .flexible_A .A_center .center_dian .dian_title {
  font-size: 20px;
  font-weight: bold;
}
.flexible .flexible_A .A_center .center_dian .dian_msg {
  font-size: 16px;
  color: #999;
  margin-top: 16px;
  line-height: 26px;
}
.flexible .flexible_A .A_center .center_dian .dian {
  width: 60px;
  height: 296px;
  position: absolute;
  top: 0;
  left: 0;
}
.flexible .flexible_B {
  padding-top: 89px;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: #f0f3fbFF;
}
.flexible .flexible_B .B_center {
  width: 1364px;
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 45px;
}
.flexible .flexible_B .B_center .center_img {
  width: 1154px;
  height: 444px;
}
.flexible .flexible_B .B_title {
  font-size: 22px;
  width: 1364px;
  text-align: left;
  margin-top: 50px;
}
.flexible .flexible_B .B_text {
  color: #666;
  font-size: 18px;
  width: 1364px;
  text-align: left;
  margin-top: 20px;
}
.flexible .flexible_C {
  display: flex;
  flex-direction: column;
  padding: 75px 0;
  align-items: center;
  background-color: #3784F5;
  position: relative;
}
.flexible .flexible_C .C_center {
  width: 1391px;
  height: 560px;
  margin-top: 108px;
}
.flexible .flexible_C .C_center .center_list {
  display: flex;
  margin-bottom: -47px;
}
.flexible .flexible_C .C_center .center_list .list {
  width: 217px;
  height: 217px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: -15px;
}
.flexible .flexible_C .C_center .center_list .list .list_img {
  width: 50px;
  height: 50px;
  margin-bottom: 17px;
}
.flexible .flexible_C .C_center .center_list .list .list_text {
  color: #3784F5;
  font-size: 19px;
  text-align: center;
  height: 52px;
  line-height: 24px;
}
.flexible .flexible_D {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible .flexible_D .swiper-container {
  width: 1346px;
  height: 459px;
  margin-top: 76px;
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.flexible .flexible_D .swiper-container .swiper-button-prev::after {
  padding: 15px;
  border-radius: 50%;
}
.flexible .flexible_D .swiper-container .swiper-button-next::after {
  padding: 15px;
  border-radius: 50%;
}
.flexible .flexible_D .swiper-container .swiper-wrapper {
  width: 100%;
  height: 459px;
}
.flexible .flexible_D .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 459px;
}
.flexible .flexible_D .D_center {
  width: 1346px;
  height: 459px;
  display: flex;
  background-color: #D8D8D8;
}
.flexible .flexible_D .D_center .center_list {
  width: 168px;
  height: 459px;
  flex: 1 1 auto;
  /* 默认子元素会平分容器的宽度 */
  transition: width 0.3s ease;
  /* 定义过渡效果，宽度变化在0.3秒内平滑进行 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.flexible .flexible_D .D_center .center_list .mo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(3, 63, 120, 0.6);
}
.flexible .flexible_D .D_center .center_list .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.flexible .flexible_D .D_center .center_list .card .card_img {
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
}
.flexible .flexible_D .D_center .center_list .card .card_text {
  font-size: 24px;
  color: #fff;
  width: 22px;
}
.flexible .flexible_D .D_center .center_list:hover {
  width: 404px;
  flex-shrink: 0;
}
.flexible .flexible_D .D_center .center_list:hover .mo {
  display: none;
}
.flexible .flexible_D .D_center .center_list:hover .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 203px;
  height: 106;
}
.flexible .flexible_D .D_center .center_list:hover .card .card_img {
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
}
.flexible .flexible_D .D_center .center_list:hover .card .card_text {
  font-size: 24px;
  color: #fff;
  width: 150px;
  text-align: center;
}
.flexible .flexible_E {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F3FB;
}
.flexible .flexible_E .E_center {
  width: 1360px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.flexible .flexible_E .E_center .center_list {
  width: 200px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  color: #3784F5;
  text-align: center;
  line-height: 66px;
  margin-right: 32px;
  margin-bottom: 38px;
}
.flexible .flexible_E .E_center .center_list:hover {
  background-color: #3784F5;
  color: #fff;
}
.flexible .flexible_E .E_center .center_list:nth-child(6n) {
  margin-right: 0;
}
.flexible .flexible_E .E_center .center_none {
  width: 200px;
  height: 66px;
  margin-right: 32px;
  margin-bottom: 38px;
}
.flexible .flexible_F {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible .flexible_F .F_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
}
.flexible .flexible_F .F_center .center_list {
  width: 326px;
  height: 466px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 0px 0px;
  margin-top: 77px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible .flexible_F .F_center .center_list:hover .mo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #5F9DF7 100%);
}
.flexible .flexible_F .F_center .center_list:hover .center_title {
  color: #fff;
  margin-top: 0px;
}
.flexible .flexible_F .F_center .center_list:hover .center_text {
  color: #fff;
  display: block;
}
.flexible .flexible_F .F_center .center_img {
  width: 326px;
  height: 232px;
  margin-bottom: 30px;
}
.flexible .flexible_F .F_center .center_title {
  color: #3784F5;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.flexible .flexible_F .F_center .center_text {
  color: #999;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  display: none;
  width: 250px;
  line-height: 32px;
}
.flexible .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.flexible .flexible_G .G_center .center_left {
  width: 228px;
}
.flexible .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.flexible .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.flexible .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.flexible .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.flexible .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.flexible .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.flexible .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.flexible .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.flexible .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.flexible .system_U_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flexible .system_U_A .A_center {
  width: 1362px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 76px;
  justify-content: space-between;
}
.flexible .system_U_A .center_list {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 666px;
  height: 108px;
  margin-bottom: 30px;
  background-color: #EDF3FF;
}
.flexible .system_U_A .center_list .list_img {
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.flexible .index_E {
  padding: 75px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f0f3fbFF;
  background-size: 100% 100%;
}
.flexible .index_E .E_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.flexible .index_E .E_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.flexible .index_E .E_list {
  width: 1364px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.flexible .index_E .E_list .list_img {
  width: 210px;
  height: 136px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.flexible .index_E .E_list .list_img:nth-child(6n) {
  margin-right: 0;
}
.digital {
  width: 100%;
  overflow-x: hidden;
}
.digital .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.digital .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.digital .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.digital .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.digital .flexible_G .G_center .center_left {
  width: 228px;
}
.digital .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.digital .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.digital .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.digital .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.digital .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.digital .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.digital .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.digital .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.digital .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.digital .digital_A {
  padding: 76px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.digital .digital_A .A_center {
  width: 1258px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.digital .digital_A .A_center .center_left {
  width: 208px;
  height: 208px;
  border: 10px solid #D6D9DF;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 208px;
  font-weight: bold;
}
.digital .digital_A .A_center .center_right {
  width: 1060px;
  height: 204px;
  margin-left: -5px;
  display: flex;
  justify-content: space-around;
  padding-left: 50px;
}
.digital .digital_A .A_center .center_right .right_nav1 {
  height: 250px;
  width: 126px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -26px;
}
.digital .digital_A .A_center .center_right .right_nav1 .nav_yuan {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid #3784F5;
}
.digital .digital_A .A_center .center_right .right_nav1 .nav_yuan .yuan {
  width: 56px;
  height: 56px;
}
.digital .digital_A .A_center .center_right .right_nav1 .down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #3784F5;
  margin-top: 26px;
  margin-bottom: 24px;
}
.digital .digital_A .A_center .center_right .right_nav1 .nav_name {
  font-size: 20px;
}
.digital .digital_A .A_center .center_right .right_nav2 {
  height: 250px;
  width: 126px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12px;
}
.digital .digital_A .A_center .center_right .right_nav2 .nav_yuan {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid #3784F5;
}
.digital .digital_A .A_center .center_right .right_nav2 .nav_yuan .yuan {
  width: 56px;
  height: 56px;
}
.digital .digital_A .A_center .center_right .right_nav2 .down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #3784F5;
  margin-top: 26px;
  margin-bottom: 24px;
}
.digital .digital_A .A_center .center_right .right_nav2 .nav_name {
  font-size: 20px;
}
.digital .digital_B {
  padding: 76px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.digital .digital_B .B_center {
  width: 1364px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.digital .digital_B .B_center .center_left {
  width: 360px;
}
.digital .digital_B .B_center .center_left .left {
  width: 360px;
  height: 120px;
  background-color: #E1EDFE;
  color: #666;
  text-align: center;
  line-height: 120px;
  font-size: 20px;
}
.digital .digital_B .B_center .center_left .left:hover {
  background-color: #3784F5;
  color: #fff;
}
.digital .digital_B .B_center .center_left .active {
  background-color: #3784F5;
  color: #fff;
}
.digital .digital_B .B_center .center_right {
  width: 980px;
  display: flex;
  justify-content: space-between;
}
.digital .digital_B .B_center .center_right .big_img {
  width: 480px;
  height: 480px;
}
.digital .digital_B .B_center .center_right .right_img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
}
.digital .digital_B .B_center .center_right .small_img {
  width: 478px;
  height: 228px;
}
.digital .digital_C {
  padding: 76px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.digital .digital_C .C_center {
  width: 1364px;
  height: 645px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.digital .digital_C .C_center .center_left {
  width: 384px;
  height: 645px;
  background-color: #E1EDFE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.digital .digital_C .C_center .center_left .left {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  height: 75px;
}
.digital .digital_C .C_center .center_left .left .left_num {
  width: 25px;
  height: 25px;
  background-color: #3784F5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.digital .digital_C .C_center .center_right {
  width: 898px;
  height: 645px;
  position: relative;
}
.digital .digital_C .C_center .center_right .right_ab {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.digital .digital_C .C_center .center_right .right_ab .ab_text {
  color: #3784F5;
  font-size: 18px;
}
.digital .digital_C .C_center .center_right .right_ab .ab_xian {
  width: 0px;
  height: 86px;
  border: 1px solid #37E8F5;
}
.digital .digital_C .C_center .center_right .right_ab .ab_yuan {
  width: 20px;
  height: 20px;
  background-color: rgba(55, 232, 245, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.digital .digital_C .C_center .center_right .right_ab .ab_yuan .yuan {
  width: 14px;
  height: 14px;
  background-color: #37E8F5;
  border-radius: 50%;
}
.digital .digital_C .C_center .center_right .ab1 {
  position: absolute;
  top: 300px;
  left: 360px;
}
.digital .digital_C .C_center .center_right .ab2 {
  position: absolute;
  top: 272px;
  left: 433px;
}
.digital .digital_C .C_center .center_right .ab2 .ab_xian {
  height: 170px;
}
.digital .digital_C .C_center .center_right .ab3 {
  position: absolute;
  top: 392px;
  left: 460px;
}
.digital .digital_C .C_center .center_right .ab4 {
  position: absolute;
  top: 390px;
  left: 513px;
}
.digital .digital_C .C_center .center_right .ab4 .ab_xian {
  height: 50px;
}
.digital .digital_C .C_center .center_right .ab5 {
  position: absolute;
  top: 243px;
  left: 488px;
}
.digital .digital_C .C_center .center_right .ab6 {
  position: absolute;
  top: 124px;
  left: 534px;
}
.digital .digital_C .C_center .center_right .ab7 {
  position: absolute;
  top: 120px;
  left: 580px;
}
.digital .digital_C .C_center .center_right .ab8 {
  position: absolute;
  top: 277px;
  left: 634px;
}
.media {
  width: 100%;
  overflow: hidden;
}
.media .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.media .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
  width: 600px;
}
.media .media_A {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.media .media_A .A_center {
  width: 1364px;
  padding: 48px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media .media_A .A_center .center_left {
  color: #848991;
  font-size: 18px;
  line-height: 2;
}
.media .media_A .A_center .center_left span {
  color: #3784F5;
  font-weight: bold;
  font-size: 20px;
}
.media .media_A .A_center .center_right {
  width: 790px;
  height: 483px;
}
.media .media_B {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.media .media_B .B_center {
  width: 1364px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media .media_B .center_list {
  width: 440px;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}
.media .media_B .center_list .list_text {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.5);
}
.media .media_B .center_list:hover .list_text {
  background-color: #3482F5;
}
.media .media_C {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.media .media_C .C_center {
  width: 1364px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media .media_C .C_center .left_title {
  color: #3784F5;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 64px;
}
.media .media_C .C_center .left_body {
  width: 669px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.enterprise {
  width: 100%;
  overflow: hidden;
}
.enterprise .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.enterprise .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
  width: 600px;
}
.enterprise .enterprise_nav {
  width: 100%;
  height: 158px;
  background: #3784F5;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise .enterprise_nav .nav {
  width: 445px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enterprise .enterprise_nav .nav .nav_num {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.enterprise .enterprise_nav .nav .nav_num .num_ab {
  position: absolute;
  font-size: 16px;
  top: -10px;
  right: -10px;
  color: #fff;
}
.enterprise .enterprise_nav .nav .nav_num .num_ab2 {
  position: absolute;
  font-size: 16px;
  top: -10px;
  left: -10px;
  color: #fff;
}
.enterprise .enterprise_nav .nav .nav_text {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.enterprise .enterprise_A {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
}
.enterprise .enterprise_A .A_nav {
  display: flex;
  align-items: center;
}
.enterprise .enterprise_A .A_nav .nav {
  width: 682px;
  height: 76px;
  border: 2px solid #3784F5;
  color: #3784F5;
  font-size: 22px;
  text-align: center;
  line-height: 76px;
  font-weight: bold;
  margin-top: 75px;
}
.enterprise .enterprise_A .A_nav .nav:hover {
  background-color: #3784F5;
  color: #fff;
}
.enterprise .enterprise_A .A_nav .active {
  background-color: #3784F5;
  color: #fff;
}
.enterprise .enterprise_A .A_center {
  width: 1364px;
  padding: 48px;
  background-color: #C7DBF7;
  margin-top: 28px;
}
.enterprise .enterprise_A .A_center .center_title {
  font-size: 20px;
  font-weight: bold;
  color: #3784F5;
}
.enterprise .enterprise_A .A_center .center_msg {
  font-size: 18px;
  margin-top: 15px;
  line-height: 26px;
  color: #555;
}
.enterprise .enterprise_A .A_center .center_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.enterprise .enterprise_A .A_center .center_box .box_list {
  width: 610px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  margin-top: 48px;
}
.enterprise .enterprise_A .A_center .center_box .box_list .list_num {
  line-height: 70px;
  width: 70px;
  font-size: 50px;
  font-weight: bold;
  color: #CBDFFC;
  margin-right: 20px;
}
.enterprise .enterprise_A .A_center .center_box .box_list .list_right .right_title {
  font-size: 18px;
  color: #3784F5;
  font-weight: bold;
  padding-top: 17px;
}
.enterprise .enterprise_A .A_center .center_box .box_list .list_right .right_msg {
  font-size: 16px;
  margin-top: 16px;
  width: 400px;
  color: #666;
  line-height: 26px;
}
.enterprise .enterprise_A .A_center .center_box .box_list:hover {
  background-color: #3784F5;
}
.enterprise .enterprise_A .A_center .center_box .box_list:hover .right_title {
  color: #fff;
}
.enterprise .enterprise_A .A_center .center_box .box_list:hover .right_msg {
  color: #fff;
}
.enterprise .enterprise_A .A_center .center_box2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.enterprise .enterprise_A .A_center .center_box2 .xian {
  width: 48px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #9EC1F5;
  margin-top: 155px;
}
.enterprise .enterprise_A .A_center .center_box2 .xian .dian {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3784F5;
}
.enterprise .enterprise_A .A_center .center_box2 .xian2 {
  width: 8px;
  height: 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #9EC1F5;
  position: absolute;
  top: 282px;
  right: 190px;
}
.enterprise .enterprise_A .A_center .center_box2 .xian2 .dian {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3784F5;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 390px;
  height: 246px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 35px;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list .list_img {
  width: 86px;
  height: 84px;
  background: #3784F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list .list_img .img {
  width: 60px;
  height: 60px;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list .list_text {
  color: #3784F5;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list .list_msg {
  width: 330px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list:hover {
  background-color: #3482F5;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list:hover .list_text {
  color: #fff;
}
.enterprise .enterprise_A .A_center .center_box2 .box_list:hover .list_msg {
  color: #fff;
}
.enterprise .enterprise_B {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
  background-color: #F0F3FB;
}
.enterprise .enterprise_B .B_center {
  width: 1361px;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.enterprise .enterprise_B .B_center .center_list {
  width: 440px;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  position: relative;
}
.enterprise .enterprise_B .B_center .center_list .list_img {
  width: 440px;
  height: 270px;
}
.enterprise .enterprise_B .B_center .center_list .list_img .img_tip {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 50px;
  background: #3784F5;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.enterprise .enterprise_B .B_center .center_list .list_title {
  color: #3784F5;
  font-weight: bold;
  font-size: 22px;
  margin-top: 36px;
}
.enterprise .enterprise_B .B_center .center_list .list_msg {
  font-size: 16px;
  width: 336px;
  line-height: 26px;
  margin-top: 30px;
  color: #666;
}
.enterprise .enterprise_B .B_center .center_list .list_btn {
  display: none;
  width: 162px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 46px;
  color: #3F92FF;
  position: absolute;
  bottom: 24px;
  left: 140px;
}
.enterprise .enterprise_B .B_center .center_list:hover {
  background-color: #3482F5;
}
.enterprise .enterprise_B .B_center .center_list:hover .list_title {
  color: #fff;
}
.enterprise .enterprise_B .B_center .center_list:hover .list_msg {
  color: #fff;
}
.enterprise .enterprise_B .B_center .center_list:hover .list_btn {
  display: block;
}
.enterprise .enterprise_C {
  display: flex;
  flex-direction: column;
  padding: 75px;
  align-items: center;
}
.enterprise .enterprise_C .C_center {
  width: 1364px;
  display: flex;
  margin-top: 50px;
}
.enterprise .enterprise_C .C_center .center_left {
  width: 130px;
  height: 342px;
  background: #3784F5;
  border-radius: 0px 0px 0px 0px;
  font-size: 24px;
  color: #fff;
  padding: 70px 50px;
  font-weight: bold;
}
.enterprise .enterprise_C .C_center .center_right {
  margin-left: 6px;
}
.enterprise .enterprise_C .C_center .center_right .center_list {
  width: 1288px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.enterprise .enterprise_C .C_center .center_right .center_list .list_title {
  width: 262px;
  height: 110px;
  background: #5F9CF7;
  text-align: center;
  line-height: 110px;
  color: #fff;
  font-size: 22px;
}
.enterprise .enterprise_C .C_center .center_right .center_list .list_msg {
  background-color: #E1EDFE;
  color: #3784F5;
  width: 966px;
  height: 110px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  font-size: 18px;
}
.enterprise .index_E {
  padding: 75px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f0f3fbFF;
  background-size: 100% 100%;
}
.enterprise .index_E .E_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.enterprise .index_E .E_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.enterprise .index_E .E_list {
  width: 1364px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.enterprise .index_E .E_list .list_text {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 14px;
}
.enterprise .index_E .E_list .list_img {
  width: 290px;
  height: 136px;
  margin-right: 65px;
  margin-bottom: 65px;
  position: relative;
}
.enterprise .index_E .E_list .list_img:nth-child(4n) {
  margin-right: 0;
}
.about {
  width: 100%;
  overflow: hidden;
}
.about .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.about .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.about .about_A {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_A .A_center {
  width: 1365px;
  display: flex;
  justify-content: space-between;
}
.about .about_A .A_center .center_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 544px;
}
.about .about_A .A_center .center_left .left_msg {
  font-size: 24px;
  color: #313233;
  margin-top: 20px;
}
.about .about_A .A_center .center_left .left_text {
  color: #848991;
  font-size: 14px;
  line-height: 32px;
  margin-top: 20px;
}
.about .about_A .A_center .center_right {
  width: 682px;
  height: 455px;
}
.about .about_B {
  width: 100%;
  height: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3784F5;
}
.about .about_B .xian {
  width: 3px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.about .about_B .B_nav {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_B .B_nav .nav_num {
  font-size: 60px;
  color: #fff;
  margin-bottom: 11px;
  position: relative;
  font-weight: bold;
}
.about .about_B .B_nav .nav_num .ab1 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -10px;
}
.about .about_B .B_nav .nav_num .ab2 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: -30px;
  top: 30px;
}
.about .about_B .B_nav .nav_time {
  font-size: 20px;
  color: #fff;
}
.about .about_C {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F3FB;
}
.about .about_C .center_box {
  width: 1365px;
  display: flex;
  margin-top: 79px;
}
.about .about_C .center_box .box_nav .nav_img {
  width: 340px;
  height: 227px;
}
.about .about_C .center_box .box_content {
  height: 227px;
  padding-top: 30px;
  padding-left: 16px;
}
.about .about_C .center_box .box_content .content_title {
  color: #3784F5;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  border-left: 4px solid #3784F5;
  font-size: 22px;
  padding-left: 19px;
}
.about .about_C .center_box .box_content .content_msg {
  color: #848991;
  font-size: 18px;
  margin-top: 18px;
  line-height: 28px;
  width: 260px;
  padding-left: 19px;
}
.about .about_D {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_D .D_center {
  width: 1364px;
  height: 460px;
  margin-top: 75px;
  display: flex;
  position: relative;
  padding-left: 100px;
}
.about .about_D .D_center .center_img2 {
  width: 1271px;
  position: absolute;
  z-index: 9;
  height: 284px;
  left: 20px;
  top: 10px;
}
.about .about_D .D_center .center_nav {
  width: 206px;
}
.about .about_D .D_center .center_nav .center_title {
  font-size: 16px;
  color: #848991;
  margin-bottom: 10px;
}
.about .about_D .D_center .center_nav .center_xian {
  width: 30px;
  height: 4px;
  background: #D8D8D8;
  margin-bottom: 8px;
}
.about .about_D .D_center .center_nav .center_msg {
  color: #848991;
  font-size: 12px;
  line-height: 18px;
}
.about .about_E {
  padding: 75px 0;
  display: flex;
  background-color: #F0F3FB;
  flex-direction: column;
  align-items: center;
}
.about .about_E .E_center {
  width: 1365px;
  height: 386px;
  margin-top: 75px;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #3482F5;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.about .about_E .E_center .swiper-button-prev::after {
  padding: 15px;
}
.about .about_E .E_center .swiper-button-next::after {
  padding: 15px;
}
.about .about_E .E_center .swiper-container {
  width: 100%;
  height: 386px;
}
.about .about_E .E_center .swiper-container .swiper-wrapper {
  width: 352px;
  height: 386px;
}
.about .about_E .E_center .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 20px;
}
.about .about_E .E_center .swiper-container .swiper-wrapper .slide {
  width: 352px;
  height: 386px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}
.about .about_E .E_center .swiper-container .swiper-wrapper .slide .slide_img {
  width: 188px;
  height: auto;
}
.about .about_E .E_center .swiper-container .swiper-wrapper .slide .slide_title {
  width: 300px;
  font-size: 17px;
  color: #555;
  width: 100%;
  height: 21px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 0;
}
.about .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about .flexible_G .G_center .center_left {
  width: 228px;
}
.about .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.about .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.about .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.about .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.about .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.about .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.about .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.about .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.service .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.service .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.service .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service .flexible_G .G_center .center_left {
  width: 228px;
}
.service .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.service .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.service .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.service .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.service .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.service .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.service .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.service .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.service .service_A {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F3FB;
}
.service .service_A .A_text {
  width: 1362px;
  font-size: 24px;
  color: #3784F5;
  font-weight: bold;
  margin: 45px 0;
}
.service .service_A .A_center {
  width: 1362px;
  display: flex;
  flex-wrap: wrap;
}
.service .service_A .A_center .center_list {
  width: 442px;
  height: 280px;
  position: relative;
  margin-right: 18px;
  margin-bottom: 18px;
}
.service .service_A .A_center .center_list .list_text {
  width: 442px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 86px;
  text-align: center;
  font-size: 22px;
  line-height: 86px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #3784F5;
}
.service .service_A .A_center .center_list:hover .list_text {
  background-color: rgba(52, 130, 245, 0.8);
  color: #fff;
}
.service .service_A .A_center .center_list:nth-child(3n) {
  margin-right: 0;
}
.service .service_B {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service_B .B_text {
  width: 1362px;
  font-size: 24px;
  color: #3784F5;
  font-weight: bold;
  margin: 45px 0;
}
.service .service_B .B_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
}
.service .service_B .B_center .center_list {
  width: 155px;
  height: 220px;
  background: #EAF2FE;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.service .service_B .B_center .center_list:hover {
  background: #fff;
}
.service .service_C {
  height: 366px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
.service .service_C .C_title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 60px;
}
.service .service_C .C_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service .service_C .C_center .center_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service_C .C_center .center_list .list_img {
  width: 66px;
  height: 66px;
}
.service .service_C .C_center .center_list .list_title {
  font-size: 22px;
  color: #333;
  margin-top: 30px;
}
.service .service_C .C_center .center_list .list_text {
  font-size: 16px;
  color: #666;
  margin-top: 16px;
}
.join {
  width: 100%;
  overflow: hidden;
}
.join .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.join .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.join .join_A {
  padding: 75px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.join .join_A .A_menu {
  width: 642px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 48px;
}
.join .join_A .A_menu .menu {
  width: 138px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #2878FF;
  border: 1px solid #2878FF;
}
.join .join_A .A_menu .menu:hover {
  width: 138px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  background-color: #2878FF;
  border: none;
}
.join .join_A .A_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
}
.join .join_A .A_center .center_list {
  width: 442px;
  height: 470px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 1px #D8D8D8;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
}
.join .join_A .A_center .center_list .list_img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.join .join_A .A_center .center_list .list_name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 39px;
}
.join .join_A .A_center .center_list .list_msg {
  color: #666;
  width: 336px;
  line-height: 26px;
}
.join .join_A .A_center .center_list:hover {
  border: 1px solid #3784F5;
}
.join .join_A .A_center .center_list:hover .list_name {
  color: #3784F5;
}
.join .join_A .A_center .center_list:hover .list_msg {
  color: #3784F5;
}
.join .join_B {
  padding: 75px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.join .join_B .B_center {
  width: 1364px;
  margin-top: 45px;
}
.join .join_B .B_center .center_header {
  height: 78px;
  background-color: #3784F5;
  display: flex;
  font-size: 24px;
}
.join .join_B .B_center .center_header .header_left {
  width: 177px;
  height: 78px;
  text-align: center;
  color: #fff;
  line-height: 78px;
  flex-shrink: 0;
  border-right: 1px solid #fff;
}
.join .join_B .B_center .center_header .header_right {
  width: 100%;
  height: 78px;
  text-align: center;
  color: #fff;
  line-height: 78px;
}
.join .join_B .B_center .center_list {
  display: flex;
}
.join .join_B .B_center .center_list .list_left {
  width: 177px;
  height: 78px;
  text-align: center;
  color: #3784F5;
  line-height: 78px;
  flex-shrink: 0;
  font-size: 20px;
}
.join .join_B .B_center .center_list .list_right {
  width: 100%;
  height: 78px;
  font-size: 20px;
  color: #666;
  line-height: 78px;
  padding-left: 78px;
}
.join .join_B .B_center .center_list:nth-child(2n) {
  background-color: #E1EDFE;
}
.join .join_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.join .join_C .C_title {
  width: 1364px;
  color: #3784F5;
  font-size: 24px;
}
.join .join_C .C_center {
  width: 1364px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join .join_C .C_center .center_list {
  width: 326px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
}
.join .join_C .C_center .center_list .list_img {
  width: 86px;
  height: 84px;
  background: #3784F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join .join_C .C_center .center_list .list_name {
  color: #444;
  font-size: 22px;
  margin-top: 48px;
}
.join .join_C .C_center .center_list .list_text {
  width: 266px;
  margin-top: 30px;
  color: #666;
  line-height: 24px;
}
.join .join_C .C_center .center_list:hover {
  background-color: #3784F5;
}
.join .join_C .C_center .center_list:hover .list_name {
  color: #fff;
}
.join .join_C .C_center .center_list:hover .list_text {
  color: #fff;
}
.join .join_D {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.join .join_D .D_center {
  width: 1364px;
  margin-top: 78px;
}
.join .join_D .D_center .center_list {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.join .join_D .D_center .center_list .list {
  width: 226px;
  height: 117px;
  background: #E9F2FD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.join .join_D .D_center .center_list .list .list_img {
  width: auto;
  height: 42px;
  margin-bottom: 7px;
}
.join .join_D .D_center .center_list .list .list_name {
  font-size: 19px;
  text-align: center;
  color: #555;
  height: 42px;
}
.join .join_D .D_center .center_list .list:hover {
  border: 1px solid #3784F5;
}
.join .join_D .D_center .center_list .list:hover .list_name {
  color: #3784F5;
}
.join .index_E {
  padding: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -79px;
  background-color: #F0F3FB;
  background-size: 100% 100%;
  padding-top: 174px;
}
.join .index_E .E_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.join .index_E .E_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.join .index_E .E_list {
  width: 1364px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
.join .index_E .E_list .list_img {
  width: 210px;
  height: 136px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.join .index_E .E_list .list_img:nth-child(6n) {
  margin-right: 0;
}
.join .join_E {
  padding: 100px 110px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.join .join_E img {
  width: 211px;
  height: 136px;
  margin: 10px;
}
.join .join_F {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #F0F3FB;
}
.join .join_F .F_title {
  color: #313233;
  font-size: 32px;
}
.join .join_F .F_msg {
  font-size: 32px;
  color: #313233;
  font-weight: bold;
  margin-top: 24px;
}
.join .join_F .F_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1364px;
}
.join .join_F .F_center .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 75px;
  background-color: #fff;
  width: 326px;
  height: 292px;
}
.join .join_F .F_center .center .center_img {
  width: 88px;
  height: 88px;
}
.join .join_F .F_center .center .center_msg {
  font-size: 26px;
  color: #313233;
  margin-top: 45px;
}
.join .join_F .F_center .center .center_text {
  font-size: 26px;
  color: #313233;
  margin-top: 14px;
  font-weight: bold;
}
.join .join_F .F_center .center:hover {
  border: 2px solid #3784F5;
}
.join .join_G {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.join .join_G .G_center {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1365px;
}
.join .join_G .G_center .center {
  width: 420px;
  height: 246px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.join .join_G .G_center .center .center_img {
  width: 86px;
  height: 86px;
}
.join .join_G .G_center .center .center_text {
  color: #3784F5;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.join .join_G .G_center .center .center_msg {
  width: 286px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #444;
  line-height: 26px;
}
.join .join_G .G_center .center:hover {
  background-color: #3784F5;
}
.join .join_G .G_center .center:hover .center_img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.join .join_G .G_center .center:hover .center_text {
  color: #fff;
}
.join .join_G .G_center .center:hover .center_msg {
  color: #fff;
}
.join .join_H {
  width: 100%;
  height: 300px;
  padding-top: 100px;
}
.join .join_H .H_title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.join .join_H .H_msg {
  color: #fff;
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
}
.join .join_I {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.join .join_I .I_center {
  width: 1365px;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.join .join_I .I_center .img {
  width: 666px;
  height: 559px;
}
.join .join_I .I_center .center_right .right_list {
  width: 682px;
  height: 99px;
  background: #E9F1FF;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.join .join_I .I_center .center_right .right_list .num {
  font-size: 40px;
  font-weight: bold;
  margin-right: 50px;
}
.join .join_I .I_center .center_right .right_list .list_name {
  color: #555;
  font-size: 24px;
}
.join .join_I .I_center .center_right .right_list2 {
  width: 682px;
  height: 99px;
  border: 1px solid #2878FF;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.join .join_I .I_center .center_right .right_list2 .num {
  font-size: 40px;
  font-weight: bold;
  margin-right: 50px;
  color: #2878FF;
}
.join .join_I .I_center .center_right .right_list2 .list_name {
  color: #555;
  font-size: 24px;
}
.join .join_J {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #F0F3FB;
  flex-direction: column;
  justify-content: center;
}
.join .join_J .J_center {
  width: 1364px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.join .join_J .J_center .jian {
  width: 32px;
  height: 50px;
}
.join .join_J .J_center .center {
  display: flex;
  background-color: #3784F5;
  width: 280px;
  height: 100px;
  padding-left: 10px;
}
.join .join_J .J_center .center .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 65px;
  color: #87B5F9;
}
.join .join_J .J_center .center .center_text {
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
  margin-left: 20px;
  text-align: center;
}
.join .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.join .flexible_G .G_center .center_left {
  width: 228px;
}
.join .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.join .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.join .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.join .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.join .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.join .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.join .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.join .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.join .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.system {
  width: 100%;
  overflow: hidden;
}
.system .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.system .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.system .system_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.system .system_A .center_bottom {
  width: 581px;
  height: auto;
}
.system .system_A .A_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.system .system_A .A_center .center_left {
  font-size: 18px;
  color: #666;
  line-height: 38px;
  width: 581px;
}
.system .system_A .A_center .center_left span {
  font-size: 20px;
  font-weight: bold;
  color: #3784F5;
}
.system .system_A .A_center .center_right {
  width: 667px;
  height: 420px;
}
.system .system_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  background-color: #F0F3FB;
  flex-direction: column;
}
.system .system_B .B_title {
  color: #3784F5;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
}
.system .system_B .Bimg1 {
  width: 1350px;
  height: 486px;
  margin-top: 72px;
}
.system .system_B .Bimg2 {
  width: 1350px;
  height: 432px;
  margin-top: 48px;
}
.system .system_B .B_btn {
  width: 580px;
  height: 58px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #999;
  color: #666;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  margin-top: 75px;
}
.system .system_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  background-color: #F0F3FB;
  flex-direction: column;
}
.system .system_C .C_center {
  width: 1365px;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system .system_C .C_center .center {
  width: 326px;
  height: 390px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 56px;
}
.system .system_C .C_center .center .center_img {
  width: 120px;
  height: 120px;
  margin-bottom: 53px;
  position: relative;
  z-index: 5;
}
.system .system_C .C_center .center .center_name {
  font-size: 22px;
  font-weight: bold;
  color: #444;
  margin-bottom: 36px;
}
.system .system_C .C_center .center .center_msg {
  font-size: 14px;
  color: #666;
  width: 266px;
}
.system .system_C .C_center .center:hover {
  background: #E9F2FD;
}
.system .system_C .C_center .center:hover .center_name {
  color: #3784F5;
}
.system .system_C .C_center .center:hover .center_msg {
  color: #3784F5;
}
.system .flexible_D {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system .flexible_D .swiper-container {
  width: 1346px;
  height: 459px;
  margin-top: 76px;
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.system .flexible_D .swiper-container .swiper-button-prev::after {
  padding: 15px;
  border-radius: 50%;
}
.system .flexible_D .swiper-container .swiper-button-next::after {
  padding: 15px;
  border-radius: 50%;
}
.system .flexible_D .swiper-container .swiper-wrapper {
  width: 100%;
  height: 459px;
}
.system .flexible_D .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 459px;
}
.system .flexible_D .D_center {
  width: 1346px;
  height: 459px;
  display: flex;
  background-color: #D8D8D8;
}
.system .flexible_D .D_center .center_list {
  width: 168px;
  height: 459px;
  flex: 1 1 auto;
  /* 默认子元素会平分容器的宽度 */
  transition: width 0.3s ease;
  /* 定义过渡效果，宽度变化在0.3秒内平滑进行 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
}
.system .flexible_D .D_center .center_list .mo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(3, 63, 120, 0.6);
}
.system .flexible_D .D_center .center_list .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.system .flexible_D .D_center .center_list .card .card_img {
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
}
.system .flexible_D .D_center .center_list .card .card_text {
  font-size: 24px;
  color: #fff;
  width: 22px;
}
.system .flexible_D .D_center .center_list:hover {
  width: 404px;
  flex-shrink: 0;
}
.system .flexible_D .D_center .center_list:hover .mo {
  display: none;
}
.system .flexible_D .D_center .center_list:hover .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 203px;
  height: 106;
}
.system .flexible_D .D_center .center_list:hover .card .card_img {
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
}
.system .flexible_D .D_center .center_list:hover .card .card_text {
  font-size: 24px;
  color: #fff;
  width: 150px;
  text-align: center;
}
.system .system_re_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.system .system_re_C .web_title {
  display: flex;
  align-items: center;
}
.system .system_re_C .web_title .left_h {
  color: #313233;
}
.system .system_re_C .web_title .vs {
  color: #FFB029;
  margin: 0 10px;
}
.system .system_re_C .web_title .right_h {
  color: #3784F5;
}
.system .system_re_C .C_center {
  display: flex;
  justify-content: center;
  width: 1365px;
  margin-top: 85px;
}
.system .system_re_C .C_center .center_left {
  margin-right: 37px;
}
.system .system_re_C .C_center .center_left .list {
  display: flex;
  margin-bottom: 50px;
}
.system .system_re_C .C_center .center_left .list .list_name {
  width: 322px;
  display: flex;
  color: #B2B2B2;
}
.system .system_re_C .C_center .center_left .list .list_img {
  width: 39px;
  height: 39px;
  margin-left: 18px;
}
.system .system_re_C .C_center .center_right {
  margin-left: 37px;
}
.system .system_re_C .C_center .center_right .list {
  display: flex;
  margin-bottom: 50px;
}
.system .system_re_C .C_center .center_right .list .list_name {
  width: 322px;
  display: flex;
  color: #B2B2B2;
}
.system .system_re_C .C_center .center_right .list .list_img {
  width: 39px;
  height: 39px;
  margin-right: 18px;
}
.system .join_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.system .join_C .C_title {
  width: 1364px;
  color: #3784F5;
  font-size: 24px;
}
.system .join_C .C_center {
  width: 1364px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system .join_C .C_center .center_list {
  width: 326px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
}
.system .join_C .C_center .center_list .list_img {
  width: 86px;
  height: 84px;
  background: #3784F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system .join_C .C_center .center_list .list_name {
  color: #444;
  font-size: 22px;
  margin-top: 48px;
}
.system .join_C .C_center .center_list .list_text {
  width: 266px;
  margin-top: 30px;
  color: #666;
  line-height: 24px;
}
.system .join_C .C_center .center_list:hover {
  background-color: #3784F5;
}
.system .join_C .C_center .center_list:hover .list_name {
  color: #fff;
}
.system .join_C .C_center .center_list:hover .list_text {
  color: #fff;
}
.system .system_P_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.system .system_P_A .A_center {
  width: 1366px;
  margin-top: 79px;
  position: relative;
}
.system .system_P_A .A_center .center_img {
  width: 1364px;
  height: 100px;
}
.system .system_P_A .A_center .center_text {
  width: 1364px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 272px;
}
.system .system_P_A .A_center .center_text .text {
  width: 250px;
  position: absolute;
  bottom: 213px;
  font-size: 18px;
  text-align: center;
}
.system .system_P_A .A_center .center_text .text2 {
  width: 250px;
  position: absolute;
  top: 178px;
  font-size: 18px;
  text-align: center;
}
.system .system_P_A .A_center .center_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.system .system_P_A .A_center .center_list .jian {
  width: 114px;
  height: 36px;
}
.system .system_P_A .A_center .center_list .list_left {
  width: 600px;
  height: 108px;
  background: #E6E6E6;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 108px;
  color: #555;
}
.system .system_P_A .A_center .center_list .list_right {
  width: 600px;
  height: 108px;
  background: #D6E6FC;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 108px;
  color: #555;
}
.system .system_U_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.system .system_U_A .A_center {
  width: 1362px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 76px;
  justify-content: space-between;
}
.system .system_U_A .center_list {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 666px;
  height: 108px;
  margin-bottom: 30px;
  background-color: #fff;
}
.system .system_U_A .center_list .list_img {
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.system .system_P_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.system .system_P_B .A_center {
  width: 1364px;
}
.system .system_P_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.system .system_P_C .web_title {
  position: relative;
  z-index: 9;
}
.system .system_P_C .C_center {
  width: 1364px;
  display: flex;
  align-items: center;
  margin-top: -90px;
}
.system .system_P_C .C_center .center_left {
  width: 682px;
  height: 462px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
}
.system .system_P_C .C_center .center_left .img {
  width: 66px;
  height: 66px;
  margin-bottom: 15px;
}
.news {
  width: 100%;
  overflow: hidden;
}
.news .index_C {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 97px;
  position: relative;
}
.news .index_C .C_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.news .index_C .C_menu {
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.news .index_C .C_menu .menu {
  width: 162px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D5E5FC;
  font-size: 18px;
  color: #3F92FF;
  text-align: center;
  line-height: 46px;
  margin: 0 10px;
}
.news .index_C .C_menu .menu:hover {
  background: #3482F5;
  color: #fff;
  border: none;
}
.news .index_C .C_menu .active {
  background: #3482F5;
  color: #fff;
  border: none;
}
.news .index_C .C_list {
  width: 1364px;
  margin-top: 75px;
}
.news .index_C .C_list .list {
  width: 100%;
  height: 321px;
  padding: 40px;
  box-shadow: 2px 2px 6px 1px #e2e2e2;
  background-color: #fff;
  margin-top: 38px;
  position: relative;
  display: flex;
}
.news .index_C .C_list .list .list_img {
  width: 442px;
  height: 245px;
  position: relative;
}
.news .index_C .C_list .list .list_img .card {
  min-width: 128px;
  max-width: 300px;
  height: 50px;
  background: #3482F5;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 9;
}
.news .index_C .C_list .list .list_img .img {
  width: 442px;
  height: 245px;
}
.news .index_C .C_list .list .list_right {
  position: relative;
  width: 70%;
}
.news .index_C .C_list .list .list_title {
  color: #313233;
  margin: 0 20px;
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .index_C .C_list .list .list_time {
  color: #848991;
  margin: 0 20px;
  margin-top: 10px;
  font-size: 16px;
}
.news .index_C .C_list .list .list_msg {
  font-size: 14px;
  margin: 0 20px;
  margin-top: 15px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .index_C .C_list .list .list_btn {
  width: 136px;
  height: 45px;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: 39px;
  right: 38px;
  color: #FFFFFF;
  background-color: #2A94FA;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}
.news .index_C .C_list .list:hover .list_btn {
  background: #2A94FA;
  color: #fff;
}
.news .detail_box {
  padding-top: 60px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .detail_box .box_title {
  color: #313233;
  font-weight: bold;
  font-size: 32px;
}
.news .detail_box .box_time {
  background-color: #F2F2F2;
  color: #666;
  font-size: 20px;
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin-top: 24px;
}
.news .detail_box .html {
  color: #313233;
  font-size: 16px;
  line-height: 32px;
  width: 979px;
  padding: 30px 0;
}
.news .detail_box .html img {
  width: 979px;
  height: auto;
  margin: 0 auto;
}
.news .detail_box .html video {
  width: 979px;
  height: auto;
  margin: 0 auto;
}
.news .detail_box .html iframe {
  width: 979px;
  height: 500px;
  margin: 0 auto;
}
.contact {
  width: 100%;
  overflow: hidden;
}
.contact .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.contact .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.contact .contact_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.contact .contact_A .A_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
  width: 1365px;
}
.contact .contact_A .center_list {
  width: 666px;
  height: 267px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  padding: 40px;
  position: relative;
  margin-bottom: 32px;
}
.contact .contact_A .center_list .list_right {
  position: absolute;
  right: 40px;
  top: 99px;
}
.contact .contact_A .center_list .list_right .wechat_code {
  width: 140px;
  height: 140px;
}
.contact .contact_A .center_list .left_name {
  color: #3784F5;
  font-size: 26px;
  margin-bottom: 25px;
}
.contact .contact_A .center_list .left_phone {
  color: #444;
  font-size: 18px;
}
.contact .contact_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact .contact_B .map {
  width: 1128px;
  height: 883px;
  margin-top: 75px;
}
.web_mo_out {
  display: none;
}
.web_mo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_mo .web_center {
  width: 20%;
  padding: 30px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.web_mo .close {
  height: 50px;
  width: 50px;
  position: absolute;
  top: -35px;
  right: -35px;
}
.web_mo .web_img {
  width: 60%;
  height: auto;
  margin-bottom: 6px;
}
.web_mo .web_name {
  font-size: 14px;
  margin-bottom: 30px;
}
.web_mo .web_text {
  font-size: 14px;
  margin-bottom: 6px;
}
.web_mo .web_num {
  font-size: 24px;
  color: #3784F5;
  font-weight: bold;
}
.web_tip_msg {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 53px;
  right: 25px;
  background: #2878FF;
  box-shadow: 3px 3px 6px 1px rgba(40, 120, 255, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  z-index: 99;
}
.web_tip_msg .icon {
  margin-bottom: 5px;
  width: 52px;
  height: 52px;
}
.finance {
  width: 100%;
  overflow: hidden;
}
.finance .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.finance .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.finance .finance_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.finance .finance_A .A_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.finance .finance_A .A_center .center {
  width: 440px;
  height: 247px;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  padding: 38px;
  margin-bottom: 22px;
}
.finance .finance_A .A_center .center .center_title {
  font-size: 24px;
  font-weight: bold;
  color: #3784F5;
}
.finance .finance_A .A_center .center .center_msg {
  font-size: 16px;
  margin-top: 24px;
  color: #666;
}
.finance .finance_A .A_center .center .center_btn {
  width: 162px;
  height: 46px;
  background: #3784F5;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: 38px;
  right: 38px;
}
.finance .finance_A .A_center .center:hover {
  background-color: #2878FF;
}
.finance .finance_A .A_center .center:hover .center_title {
  color: #fff;
}
.finance .finance_A .A_center .center:hover .center_msg {
  color: #fff;
}
.finance .finance_A .A_center .center:hover .center_btn {
  background-color: #fff;
  color: #2878FF;
}
.finance .finance_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.finance .finance_B .B_center {
  width: 1365px;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.finance .finance_B .B_center .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 255px;
  height: 277px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.finance .finance_B .B_center .center .center_top {
  width: 255px;
  height: 75px;
  background-color: #E9F1FF;
  font-size: 24px;
  color: #3784F5;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
}
.finance .finance_B .B_center .center .center_text {
  color: #555;
  width: 200px;
  margin-top: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
.finance .finance_B .B_center .center .center_btn {
  width: 162px;
  height: 46px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3784F5;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  color: #2878FF;
  position: absolute;
  left: 47px;
  bottom: 30px;
}
.finance .finance_B .B_center .center:hover .center_btn {
  background-color: #3784F5;
  color: #fff;
}
.finance .finance_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F3FB;
}
.finance .finance_C .C_center {
  width: 1365px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
.finance .finance_C .C_center .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 440px;
  height: 247px;
  background: #FFFFFF;
  margin-bottom: 22px;
  box-shadow: 3px 3px 10px 1px rgba(40, 120, 255, 0.11);
}
.finance .finance_C .C_center .center .img {
  width: 66px;
  height: 66px;
}
.finance .finance_C .C_center .center .center_title {
  font-size: 24px;
  margin-top: 25px;
  color: #2878FF;
}
.finance .finance_C .C_center .center .center_text {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  width: 364px;
  line-height: 26px;
  text-align: center;
}
.finance .finance_C .C_center .center:hover {
  border: 2px solid #2878FF;
}
.finance .finance_D {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.finance .finance_D .D_center {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 1364px;
}
.finance .finance_D .list {
  width: 430px;
  display: flex;
  align-items: center;
  height: 66px;
  background: #DFEBFF;
  padding-left: 30px;
  margin-bottom: 60px;
}
.finance .finance_D .list .num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #2878FF;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.finance .finance_D .list .text {
  color: #666;
  font-size: 18px;
}
.finance .finance_D .list2 {
  width: 430px;
  display: flex;
  align-items: center;
  height: 66px;
  border: 1px solid #2878FF;
  padding-left: 30px;
  margin-bottom: 60px;
}
.finance .finance_D .list2 .num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #2878FF;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.finance .finance_D .list2 .text {
  color: #666;
  font-size: 18px;
}
.finance .finance_D .D_center2 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  width: 1364px;
}
.finance .finance_D .D_center2 .center_left {
  width: 273px;
  height: 140px;
  background: #2878FF;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 140px;
  margin-right: 5px;
  flex-shrink: 0;
}
.finance .finance_D .D_center2 .center_right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #DFEBFF;
  height: 140px;
}
.finance .finance_D .D_center2 .center_right .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.finance .finance_D .D_center2 .center_right .right .img {
  width: 50px;
  height: 50px;
}
.finance .finance_D .D_center2 .center_right .right .right_text {
  font-size: 16px;
  margin-top: 19px;
}
.finance .finance_D .D_center2 .center_right .j {
  width: 17px;
  height: 23px;
  margin-bottom: 50px;
}
.finance .finance_D .img {
  width: 369px;
  height: 445px;
}
.finance .finance_E {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.finance .finance_E .E_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.finance .finance_E .E_center .center {
  width: 630px;
  height: 242px;
  background: #F6F9FE;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  position: relative;
  margin-bottom: 30px;
}
.finance .finance_E .E_center .center .tip {
  width: 296px;
  height: 67px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -148px;
}
.finance .finance_E .E_center .center .tip_text {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 296px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: -148px;
  z-index: 9;
}
.finance .finance_E .E_center .center .center_text {
  color: #555;
  font-size: 18px;
}
.finance .finance_E .E_center .center .center_btn {
  width: 162px;
  height: 46px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3784F5;
  color: #3784F5;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  margin-top: 30px;
}
.finance .finance_E .E_center .center:hover {
  border: 2px solid #2878FF;
}
.finance .finance_E .E_center .center:hover .center_btn {
  color: #fff;
  border: none;
  background-color: #3784F5;
}
.finance .finance_F {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.finance .finance_F .F_center {
  width: 1363px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.finance .finance_F .F_center .center {
  width: 255px;
  height: 344px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.finance .finance_F .F_center .center .img {
  width: 255px;
  height: 180px;
}
.finance .finance_F .F_center .center .center_name {
  color: #3784F5;
  font-size: 24px;
  margin-top: 30px;
}
.finance .finance_F .F_center .center .center_text {
  color: #555555;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.con_join {
  width: 100%;
  overflow: hidden;
}
.con_join .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.con_join .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.con_join .join_box {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.con_join .join_box .box_center {
  width: 1364px;
  margin-top: 75px;
  background-color: #D2E5FF;
}
.con_join .join_box .center_type {
  display: flex;
  background-color: #EFF6FF;
}
.con_join .join_box .center_type .type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #666;
  flex: 1 1;
  height: 92px;
}
.con_join .join_box .center_type .active {
  background-color: #D2E5FF;
  color: #3784F5;
  font-weight: bold;
}
.con_join .join_box .center_type .type:hover {
  background-color: #D2E5FF;
  color: #3784F5 !important;
  font-weight: bold;
}
.con_join .join_box .center_body {
  padding: 57px;
  margin-top: -2px;
}
.con_join .join_box .center_body .body {
  padding: 35px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.con_join .join_box .center_body .body .title_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: normal;
  width: 136px;
  height: 38px;
  background: #3784F5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px 4px 4px 4px;
}
.con_join .join_box .center_body .body .body_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 22px;
  color: #313233;
  font-weight: bold;
  padding-left: 26px;
}
.con_join .join_box .center_body .body .body_con {
  margin-top: 30px;
}
.con_join .join_box .center_body .body .body_con .con_title {
  height: 26px;
  font-size: 18px;
  border-left: 6px solid #3784F5;
  padding-left: 15px;
  line-height: 26px;
}
.con_join .join_box .center_body .body .body_con .con_msg {
  font-size: 14px;
  color: #313233;
  line-height: 32px;
  margin-top: 30px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.law {
  width: 100%;
  overflow: hidden;
}
.law .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.law .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.law .law_A {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F3FB;
}
.law .law_A .A_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.law .law_A .A_center .center {
  width: 333px;
  height: 378px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(55, 132, 245, 0.1);
  background-image: url('../img/lawA_bg.png');
}
.law .law_A .A_center .center .center_title {
  color: #3784F5;
  font-size: 24px;
  text-align: center;
  padding-top: 136px;
}
.law .law_A .A_center .center .center_msg {
  display: none;
}
.law .law_A .A_center .center .center_btn {
  margin: 0 auto;
  margin-top: 135px;
  width: 162px;
  height: 46px;
  background: #3784F5;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
}
.law .law_A .A_center .center:hover {
  background-color: #3784F5;
  position: relative;
}
.law .law_A .A_center .center:hover .center_title {
  font-size: 24px;
  color: #fff;
  padding-top: 27px;
}
.law .law_A .A_center .center:hover .center_msg {
  width: 279px;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  color: #fff;
  line-height: 26px;
}
.law .law_A .A_center .center:hover .center_btn {
  position: absolute;
  bottom: 30px;
  left: 86px;
  color: #3784F5;
  background-color: #fff;
}
.law .law_B {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.law .law_B .B_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}
.law .law_B .B_center .center {
  width: 442px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 80, 199, 0.2);
  margin-bottom: 25px;
}
.law .law_B .B_center .center .center_img {
  width: 443px;
  height: 165px;
}
.law .law_B .B_center .center .center_title {
  color: #3784F5;
  font-size: 24px;
  font-weight: bold;
  margin-left: 29px;
  margin-top: 25px;
}
.law .law_B .B_center .center .center_msg {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin-left: 29px;
  margin-top: 20px;
  width: 380px;
}
.law .law_C {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.law .law_C .C_center {
  width: 1365px;
  margin-top: 75px;
}
.law .law_C .C_center .center {
  display: flex;
  align-items: center;
}
.law .law_C .C_center .center .center_wen {
  width: 50%;
  height: 97px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  background-image: url('../img/law_Cbg.png');
  color: #3784F5;
  font-size: 24px;
}
.law .law_C .C_center .center .center_wen2 {
  width: 50%;
  height: 97px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  background-image: url('../img/law_Cbg2.png');
  color: #3784F5;
  font-size: 24px;
}
.law .law_C .C_center .center .center_da {
  width: 50%;
  height: 219px;
  display: flex;
  font-size: 16px;
  padding: 25px 45px;
  border: 1px solid #3784F5;
  line-height: 26px;
}
.law .law_C .C_center .center .center_da div {
  font-size: 24px;
}
.law .law_C .C_center .center:hover .center_da {
  background-color: #3784F5;
  color: #fff;
}
.law .flexible_G {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.law .flexible_G .G_center {
  width: 1364px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.law .flexible_G .G_center .center_left {
  width: 228px;
}
.law .flexible_G .G_center .center_left .left_box {
  width: 100%;
  height: 144px;
  padding-top: 22px;
  background-color: #E1EDFE;
  margin-bottom: 24px;
}
.law .flexible_G .G_center .center_left .left_box .box_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 26px;
}
.law .flexible_G .G_center .center_left .left_box .box_title .title_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.law .flexible_G .G_center .center_left .left_box .box_num {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
}
.law .flexible_G .G_center .center_right {
  width: 1112px;
  height: 430px;
  background-image: url('../img/about_img.png');
  padding-left: 250px;
  padding-top: 57px;
}
.law .flexible_G .G_center .center_right .input_box {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.law .flexible_G .G_center .center_right .input_box .input_img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.law .flexible_G .G_center .center_right .input_box .input {
  font-size: 16px;
  border: none;
}
.law .flexible_G .G_center .center_right .input_btn {
  width: 360px;
  height: 42px;
  background: #3482F5;
  box-shadow: 2px 2px 6px 1px #74B8F9;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 28px;
}
.software {
  width: 100%;
  overflow: hidden;
}
.software .web_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.software .web_text {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.software .software_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.software .software_A .A_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software .software_A .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
}
.software .software_A .center .center_img {
  width: 86px;
  height: 86px;
  margin-bottom: 44px;
}
.software .software_A .center .center_title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: bold;
}
.software .software_A .center .center_msg {
  width: 266px;
  height: 157px;
  line-height: 24px;
  color: #666;
}
.software .software_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #F0F3FB;
}
.software .software_B .B_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software .software_B .center {
  width: 333px;
  height: 454px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  box-shadow: 3px 3px 6px 1px rgba(55, 132, 245, 0.1);
}
.software .software_B .center .center_img {
  width: 100%;
  height: 226px;
  margin-bottom: 30px;
}
.software .software_B .center .center_title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
.software .software_B .center .center_msg {
  color: #666;
  width: 286px;
  height: 100px;
  text-align: center;
  line-height: 28px;
}
.software .software_B .center:hover {
  background-color: #3784F5;
}
.software .software_B .center:hover .center_title {
  color: #fff;
}
.software .software_B .center:hover .center_msg {
  color: #fff;
}
.software .software_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.software .software_C .C_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.software .software_C .center {
  width: 333px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(35, 90, 171, 0.1);
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 10px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  box-shadow: 3px 3px 6px 1px rgba(55, 132, 245, 0.1);
  position: relative;
}
.software .software_C .center .center_img {
  width: 130;
  height: 130px;
  position: absolute;
  bottom: 36px;
  right: 30px;
}
.software .software_C .center .center_title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #3784F5;
}
.software .software_C .center .xian {
  width: 51px;
  height: 6px;
  background: #3784F5;
  border-radius: 3px 3px 3px 3px;
  opacity: 0.3;
  margin-bottom: 35px;
}
.software .software_C .center .center_msg {
  color: #666;
  width: 200px;
  height: 100px;
  line-height: 28px;
  position: relative;
  z-index: 3;
}
.software .software_C .center:hover {
  background-color: #3784F5;
}
.software .software_C .center:hover .center_title {
  color: #fff;
}
.software .software_C .center:hover .center_msg {
  color: #fff;
}
.software .software_D {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #F0F3FB;
}
.software .software_D .D_center {
  width: 1365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.software .software_D .center {
  width: 190px;
  height: 150px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
}
.software .software_E {
  padding-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.software .software_E .A_center {
  width: 100%;
  height: 452px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  background-image: url('../img/softE1.png');
}
.software .software_E .A_center .center {
  width: 1365px;
  height: 355px;
}
.software .index_E {
  padding: 80px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -79px;
  background-color: #F0F3FB;
  background-size: 100% 100%;
  padding-top: 174px;
}
.software .index_E .E_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid rgba(52, 130, 245, 0.3);
  height: 40px;
}
.software .index_E .E_msg {
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-top: 24px;
}
.software .index_E .E_list {
  width: 1364px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
.software .index_E .E_list .list_img {
  width: 210px;
  height: 136px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.software .index_E .E_list .list_img:nth-child(6n) {
  margin-right: 0;
}
.banner_zpbox {
  height: 647px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 160px;
  padding-left: 15%;
  box-sizing: border-box;
}
.banner_zpbox .zptitle {
  width: 407px;
  height: 60px;
}
.banner_zpbox .banner_btn {
  width: 112px;
  height: 32px;
  background: #3C4466;
  border-radius: 21px 21px 21px 21px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 26px;
}
.banner_zpbox .banner_xian {
  width: 435px;
  height: 0px;
  border: 1px solid #3C4466;
  margin-top: 20px;
  margin-bottom: 26px;
}
.banner_zpbox .banner_msg {
  font-size: 28px;
  color: #3C4466;
}
.banner_zpbox .banner_btn2 {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.banner_zpbox .banner_btn2 .btn {
  width: 224px;
  height: 71px;
  background: #476DFF;
  box-shadow: 0px 3px 6px 1px rgba(71, 109, 255, 0.16);
  border-radius: 33px 33px 33px 33px;
  text-align: center;
  line-height: 71px;
  font-size: 21px;
  color: #fff;
  margin-right: 32px;
}
.banner_zpbox .banner_btn2 .btn2 {
  width: 224px;
  height: 71px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(71, 109, 255, 0.16);
  border-radius: 33px 33px 33px 33px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 71px;
  font-size: 21px;
  color: #3C4466;
}
.zp_index {
  background: linear-gradient(180deg, #DDE9FA 0%, #FFFFFF 100%);
  min-height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 126px;
}
.zp_index .detail_title {
  border-left: 6px solid #476DFF;
  padding-left: 15px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  color: #3C4466;
  font-weight: bold;
  margin-bottom: 28px;
}
.zp_index .detail_msg {
  color: #A2A6B7;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 60px;
}
.zp_index .index_top {
  width: 70%;
  padding: 66px 48px;
  border-radius: 26px;
  background-color: #fff;
  box-sizing: border-box;
}
.zp_index .index_top .top_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 84px;
}
.zp_index .index_top .top_search .search_address {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #3C4466;
}
.zp_index .index_top .top_search .search_address .address {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.zp_index .index_top .top_search .search_right {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.zp_index .index_top .top_search .top_input {
  width: 80%;
  height: 75px;
  background: #FFFFFF;
  border-radius: 48px 48px 48px 48px;
  border: 1px solid #476DFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 18px;
}
.zp_index .index_top .top_search .top_input .input {
  border: none;
  background: none;
  height: 75px;
  width: 65%;
  margin-left: 40px;
}
.zp_index .index_top .top_search .top_input .btn {
  width: 136px;
  height: 64px;
  background: #476DFF;
  border-radius: 43px 43px 43px 43px;
  margin-right: 6px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  border: none;
}
.zp_index .index_top .top_search .btn2 {
  width: 170px;
  height: 64px;
  background: #476DFF;
  border-radius: 43px 43px 43px 43px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  border: none;
  margin-left: 18px;
}
.zp_index .index_top .area_list2 {
  display: flex;
}
.zp_index .index_top .area_list2 .list_left {
  width: 127px;
  height: 33px;
  background: #E8EDFF;
  border-radius: 17px 17px 17px 17px;
  text-align: center;
  line-height: 33px;
  color: #476DFF;
  font-size: 18px;
  margin-top: 15px;
  flex-shrink: 0;
  margin-right: 20px;
}
.zp_index .index_top .area_list2 .list_right {
  border-bottom: 1px solid #A2A6B7;
  display: flex;
  font-size: 18px;
  width: 100%;
  flex-wrap: wrap;
}
.zp_index .index_top .area_list2 .list_right .right_title {
  color: #476DFF;
  line-height: 65px;
  margin: 0 30px ;
  flex-shrink: 0;
}
.zp_index .index_top .area_list2 .list_right .list {
  line-height: 65px;
  margin: 0 20px;
  flex-shrink: 0;
}
.zp_index .index_top .top_area {
  color: #3C4466;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  font-weight: bold;
}
.zp_index .index_top .top_area .area_list {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
}
.zp_index .index_top .top_area .area_list .list {
  margin-right: 64px;
  margin-bottom: 30px;
}
.zp_index .index_top .top_type {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zp_index .index_top .top_type .type {
  min-width: 142px;
  height: 40px;
  padding: 0 10px;
  background: #F5F5F5;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #3C4466;
  position: relative;
}
.zp_index .index_top .top_type .type .down {
  width: 14px;
  height: 10px;
  margin-left: 10px;
}
.zp_index .index_top .top_type .type #post_type {
  display: none;
}
.zp_index .index_top .top_type .type .post_type {
  display: flex;
  width: 969px;
  height: 586px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
}
.zp_index .index_top .top_type .type .post_type .type_left {
  width: 320px;
  height: 586px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 14px 14px 14px 14px;
  color: #3C4466;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: auto;
}
.zp_index .index_top .top_type .type .post_type .type_left .zpright {
  width: 12px;
  height: 12px;
}
.zp_index .index_top .top_type .type .post_type .type_left .left_active {
  color: #476DFF;
}
.zp_index .index_top .top_type .type .post_type .type_left .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
.zp_index .index_top .top_type .type .post_type .type_left .left:hover {
  color: #476DFF;
}
.zp_index .index_top .top_type .type .post_type .post_right {
  position: absolute;
  top: 0;
  left: 320px;
  width: 649px;
  height: 586px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 14px 14px 14px 14px;
  padding: 30px;
  box-sizing: border-box;
  color: #3C4466;
  font-size: 14px;
  overflow: auto;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_title {
  font-size: 16px;
  margin-bottom: 25px;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list {
  margin-top: 15px;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list .list_msg {
  width: 100px;
  margin-right: 20px;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list .list_msg:hover {
  color: #476DFF;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list .list_text {
  width: 460px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-wrap: wrap;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list .list_text .text {
  margin-right: 20px;
  margin-bottom: 16px;
}
.zp_index .index_top .top_type .type .post_type .post_right .right_list .list .list_text .text:hover {
  color: #476DFF;
}
.zp_index .index_top .top_type .type_msg {
  color: #A2A6B7;
  font-size: 18px;
  font-weight: bold;
}
.zp_index .index_body {
  width: 70%;
  margin-top: 60px;
}
.zp_index .index_body .body_title {
  color: #3C4466;
  font-size: 20px;
  font-weight: bold;
  margin-left: 40px;
}
.zp_index .index_body .body_list {
  display: flex;
  flex-wrap: wrap;
}
.zp_index .index_body .body_list .list {
  width: 32%;
  height: 249px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(71, 109, 255, 0.16);
  border-radius: 20px 20px 20px 20px;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-right: 2%;
}
.zp_index .index_body .body_list .list .list_title {
  color: #3C4466;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zp_index .index_body .body_list .list .list_card {
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.zp_index .index_body .body_list .list .list_card .card {
  flex-shrink: 0;
  min-width: 31px;
  padding: 0 8px;
  height: 19px;
  background: #E8EDFF;
  color: #354866;
  font-size: 12px;
  text-align: center;
  margin-right: 9px;
  line-height: 19px;
  border-radius: 8px 8px 8px 8px;
}
.zp_index .index_body .body_list .list .list_xuan {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
  margin-top: 22px;
}
.zp_index .index_body .body_list .list .list_xuan .xuan {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.zp_index .index_body .body_list .list .list_money {
  font-size: 16px;
  color: #3C4466;
  margin-top: 20px;
}
.zp_index .index_body .body_list .list .list_money span {
  color: #F19529;
  font-size: 22px;
  font-weight: bold;
}
.zp_index .index_body .body_list .list:nth-child(3n) {
  margin-right: 0;
}
.zp_index .index_body .body_list:nth-child(3n) {
  margin-right: 0;
}
.banner_zpdetail {
  min-height: 300px;
  background-color: #D9E0FA;
  width: 100%;
  padding: 60px 15%;
  box-sizing: border-box;
  margin-top: 80px;
}
.banner_zpdetail .banner_text {
  color: #476DFF;
  font-size: 18px;
}
.banner_zpdetail .banner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}
.banner_zpdetail .banner_title .title_left {
  display: flex;
  align-items: center;
}
.banner_zpdetail .banner_title .title {
  color: #3C4466;
  font-size: 52px;
  font-weight: bold;
  margin-right: 30px;
}
.banner_zpdetail .banner_title .money {
  flex-shrink: 0;
  color: #3C4466;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.banner_zpdetail .banner_title .money span {
  font-size: 46px;
  color: #F19529;
  font-weight: bold;
}
.banner_zpdetail .banner_title .btn {
  flex-shrink: 0;
  width: 224px;
  height: 71px;
  background: #476DFF;
  box-shadow: 0px 3px 6px 1px rgba(71, 109, 255, 0.16);
  border-radius: 33px 33px 33px 33px;
  text-align: center;
  line-height: 71px;
  font-size: 21px;
  color: #fff;
  margin-left: 20px;
}
.banner_zpdetail .banner_time {
  color: #3C4466;
  font-size: 18px;
  margin-top: 28px;
}
.zpout {
  position: relative;
}
.zpout .Copyright {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.zpout .Copyright #BAH {
  color: #999;
  margin-left: 10px;
}
.zpmo {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.zpmo .zpbox {
  width: 345px;
  height: 246px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -172px;
  margin-left: -123px;
}
.zpmo .zpbox .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.zpmo .zpbox .box_title {
  font-size: 20px;
  margin-top: 66px;
  margin-bottom: 25px;
  text-align: center;
}
.zpmo .zpbox .box_num {
  color: #476DFF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.zpmo .zpbox .box_text {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.zpmo .zpbox .box_text span {
  color: #476DFF;
}
.ZHYG_bottom2 {
  position: relative;
  width: 100%;
  height: 409px;
  padding: 60px 15%;
  background: #131B2F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ZHYG_bottom2 .bottom_left {
  width: 186px;
  height: 92px;
}
.ZHYG_bottom2 .bottom_right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.ZHYG_bottom2 .bottom_right .right_list {
  color: #fff;
}
.ZHYG_bottom2 .bottom_right .right_list .list_title {
  font-size: 18px;
  color: #fff;
}
.ZHYG_bottom2 .bottom_right .right_list .list_li {
  font-size: 14px;
}
.ZHYG_bottom2 .bottom_right .right_list .list_text {
  font-size: 14px;
}
