
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: PingFang SC, PingFang SC-Regular, PingFang SC-Bold, "微软雅黑", "microsoft yahei", Helvetica, Arial, sans-serif;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #2d2e2f;
  outline: none;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none;
}
.ant-btn {
  width: 173px;
  height: 48px;
  margin-top: 44px;
  margin-right: 80px;
  font-size: 16px;
  font-weight: 400;
  color: #1977ff;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3272F2;
}
.ant-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  fill: #2268f0;
}
.ant-btn-rg {
  width: 150px;
  height: 40px;
  margin-top: 44px;
  margin-right: 80px;
  font-size: 16px;
  font-weight: 400;
  color: #1977ff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
}
.ant-btn-rg a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3272F2;
  height: 100%;
}
.ant-btn-rg svg {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  fill: #2268f0;
}
.am_up_to {
  opacity: 1;
  transform: translate(0px, 0px);
}
.overflowClip_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.a_t_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 395px;
  background: url("../images/蓝色商务背景图.png") no-repeat center !important;
}
.a_t_box .a_t_title {
  font-weight: 600;
  font-size: 38px;
}
.a_t_box .a_t_title_sub {
  margin-top: 30px;
  font-size: 22px;
  max-width: 1100px;
}
.a_t_box .a_t_btnbox {
  width: 100%;
  text-align: right;
  max-width: 1100px;
}
.describe {
  padding: 60px;
}
.describe .describe_msg {
  padding: 24px;
  border: 1px solid #bbbbbb;
  max-width: 920px;
  margin: auto;
}
.describe .describe_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}
.describe .describe_cont h1 {
  margin-bottom: 12px;
}
.describe .describe_cont p {
  margin-bottom: 32px;
}
.el-menu--popup {
  min-width: 110px !important;
  text-align: center !important;
}
.el-menu.el-menu--horizontal {
  border: none !important;
}
.el-menu--horizontal > .el-menu-item {
  border: none !important;
}
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  display: none;
}
.el-menu--horizontal > .el-menu-item.is-active {
  border: none !important;
}
.el-submenu__title:hover {
  color: #3073FF !important;
}
.el-submenu__title:hover .menu_titile::before {
  height: 2px;
  background: #3073FF;
}
.el-menu--horizontal > .el-menu-item:hover {
  color: #3073FF !important;
}
.el-menu--horizontal > .el-menu-item:hover .menu_titile::before {
  height: 2px;
  background: #3073FF;
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: none;
}
.el-backtop {
  position: unset;
  background-color: unset;
  width: auto;
  height: auto;
  border-radius: unset;
  display: unset;
}
.layout-center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.el-tabs__item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  content: none;
}
.el-collapse-item__header,
.el-collapse-item__wrap,
.el-collapse {
  border: none;
  background-color: unset;
}
.el-collapse-item__header {
  font-size: 16px;
  font-weight: 600;
}
.el-collapse-item__content {
  font-size: 15px;
  color: #666e94;
}

/* header */
.headerbox {
  top: 0;
  z-index: 50;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 4px 8px 0 rgba(23, 37, 68, 0.08), inset 0 -1px 0 0 #ffffff;
  margin: 0 auto;
  backdrop-filter: blur(4px);
}
.header_nav_menu {
  display: flex;
  align-items: center;
  height: 64px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header_nav_menu #logo .logo_img {
  height: 38px;
  width: unset;
}
.header_nav_menu .navbox {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header_nav_menu .navbox .el-menu,
.header_nav_menu .navbox .el-menu-item:focus,
.header_nav_menu .navbox .el-menu-item:hover,
.header_nav_menu .navbox .el-submenu__title:hover {
  background: transparent;
}
.header_nav_menu .navbox .menu_titile {
  position: relative;
}
.header_nav_menu .navbox .menu_titile::before {
  bottom: -22px;
  content: "";
  position: absolute;
  width: 100%;
}
.header_nav_menu .loginbox {
  width: 300px;
}
.header_nav_menu .loginbox .login_btn,
.header_nav_menu .loginbox .register_btn {
  font-weight: 400;
  font-size: 14px;
  color: #3073ff;
}
.header_nav_menu .loginbox .oth {
  color: #3073ff;
  margin: 0 5px;
}

/* header_end */

/* footer */
.footer_main.kj_footer {
  width: 100%;
  height: auto;
  text-align: center;
  background: #20222e;
}
.footer_main.kj_footer .footer_center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.footer_main.kj_footer .foot_item {
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(223, 225, 230, 0.1);
}
.footer_main.kj_footer .foot-nav-box {
  padding-top: 35px;
}
.footer_main.kj_footer .foot-nav-box .aboutbox {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer_main.kj_footer .qr_code_box {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 10px;
  line-height: 32px;
}
.footer_main.kj_footer .qr_code_box .qr_title {
  color: rgba(199, 199, 199, 0.85) !important;
  font-size: 14px;
}
.footer_main.kj_footer .qr_code_box .qr_img_box {
  width: 94px;
  height: 94px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}
.footer_main.kj_footer .qr_code_box .qr_img_box img {
  width: 100%;
}
.footer_main.kj_footer .nav-list {
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(199, 199, 199, 0.85) !important;
}
.footer_main.kj_footer .nav-list li {
  padding-left: 2px;
}
.footer_main.kj_footer .nav-list a {
  color: rgba(199, 199, 199, 0.85) !important;
}
.footer_main.kj_footer .foot-link-box {
  line-height: 30px;
  display: flex;
  padding: 15px 0;
  justify-content: center;
}
.footer_main.kj_footer .foot-link-box .link-title {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: 210px;
}
.footer_main.kj_footer .foot-link-box .link-content a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(199, 199, 199, 0.85);
  margin-right: 28px;
}
.footer_main.kj_footer .copy-right {
  padding: 12px 0;
  border-top: 1px solid #4b5154;
  font-size: 12px;
  color: #CCCCCC;
  text-align: center;
}

/* footer_end */

.content-box .title-box p{
  margin-bottom: 0;
}

/* KJ_bar */
.float_tool_bar {
  position: fixed;
  z-index: 99999900;
  top: 50vh;
  right: 10px;
  width: 68px;
  margin-top: -110px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.float_tool_bar .item:hover {
  opacity: 0.9;
}
.float_tool_bar > a:first-child {
  border-radius: 8px 8px 0 0;
}
.float_tool_bar .item {
  position: relative;
  display: block;
  cursor: pointer;
  color: #808080;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.float_tool_bar .item .over {
  display: block;
  overflow: hidden;
  width: 68px;
  height: 65px;
  padding: 8px 0;
}
.float_tool_bar .item .icon {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.float_tool_bar .item .icon .img {
  width: 26px;
  height: 26px;
  margin: 2px auto;
  background-size: 100%;
}
.bar_pop_msg {
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0px;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px;
  font-size: 14px;
  text-align: left;
  color: #333;
  text-align: center;
}
.bar_pop_msg .main_font {
  font-weight: 600;
}
.bar_pop_msg .sub_font {
  font-size: 12px;
  color: #666;
  margin-top: -15px;
}
.togo-img {
  background-image: url('../images/回到顶部.png');
}
.weixin-img {
  background-image: url('../images/fa-weixin.svg');
}
.phone-img {
  background-image: url('../images/md-settings_phone.svg');
}
.kefu-img {
  background-image: url('../images/fa-file-pdf.svg');
}
.yuyue-img {
  background-image: url('../images/mb-users.svg');
}
.el-backtop {
    position: unset;
    background-color: unset;
    width: auto;
    height: auto;
    border-radius: unset;
    display: unset;
  }

/* KJ_bar_end */

/* KJ_banner */
.KJ_banner.banner .banner-desc {
  display: flex;
}

.KJ_banner.banner .banner-desc .desc01 {
  padding-left: 30px;
  position: relative;
}

.KJ_banner.banner .banner-desc .desc01::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #0F40F5;
  border-radius: 50%;
  left: 10px;
  top: 40%;
}

.foot_business {
  height: 200px;
  width: 100%;
  background:url('../images/蓝色商务背景图.png') no-repeat 50%;
}
.foot_business .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot_business .content .intr {
  margin-top: 34px;
  margin-left: 180px;
}
.foot_business .content .intr .intr-title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
}
.foot_business .content .intr .intr-info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.advertising .process-box {
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 12px 14px;
  box-shadow: 0px 0px 10px 5px #e6dede;
  border-radius: 2px;
  position: relative;
}
.advertising .process_msg {
  display: flex;
}
.advertising .process-arrow {
  position: absolute;
  right: -30px;
  top: 35px;
}
.advertising .process_contbox {
  text-align: left;
  margin-left: 5px;
}
.advertising .process_num {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  font-style: italic;
  color: #4095e5;
}


.invite {
  background-image: linear-gradient(to bottom, #f4f6ff, #fff);
  padding-top: 136px;
  padding-bottom: 94px;
}
.invite .main-box {
  margin: auto;
}
.invite .invite_banner {
  display: flex;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0 80px 0;
}
.invite .invite_banner .i_b_left_box .i_b_title {
  font-size: 58px;
  line-height: 86px;
  font-weight: 600;
  max-width: 700px;
}
.invite .invite_banner .i_b_left_box .i_b_desc {
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 650px;
  margin-top: 24px;
}
.invite .invite_banner .i_b_left_box .i_b_btn {
  background: #1E4DFF;
  padding: 13px;
  width: 150px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
}
.invite .invite_banner .i_b_left_box .i_b_btn:hover {
  opacity: 0.9;
}
.invite .invite_banner .i_b_img_box {
  width: 490px;
  height: 400px;
}
.invite .invite_banner .i_b_img_box img {
  width: 100%;
  height: 100%;
}
.invite .invite_item_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.invite .invite_item_box .item_title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}
.invite .invite_item_box .item_cont {
  margin-top: 14px;
  color: #666e94;
}
.invite .invite_item_box .img_box {
  width: 128px;
  height: 100px;
}
.invite .invite_item_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.invite .qa_item {
  box-shadow: 0px 6px 18px 0px #6789c333;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.invite .cont_duo .invite_item_box .img_box {
  width: 300px;
  height: 250px;
}


.partner {
  background: #f9f9f9;
}
.partner img {
  width: 100%;
}
.partner .contBox {
  padding: 20px 0 40px 0;
  min-height: 800px;
}
.partner .par_label {
  display: flex;
  align-items: center;
}
.partner .par_label .img_box {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.partner .par_cont_title {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  max-width: 920px;
  padding-top: 60px;
}
.partner .par_cont_title .img_box {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.partner .par_cont_title .par_cont_msg {
  font-size: 20px;
  font-weight: 600;
}
.partner .par_cont_title .par_more {
  position: absolute;
  right: 210px;
  cursor: pointer;
}
.partner .par_cont_title .par_more:hover {
  color: #ff8651;
}
.partner .par_href {
  position: relative;
}
.partner .partner_itembox {
  background: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: 24px 20px;
  position: relative;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: all 0.3s ease;
  will-change: transform;
}
.partner .partner_itembox:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}
.partner .partner_itembox:hover .par_rightbox .par_title {
  color: #ff8651;
}
.partner .partner_itembox:hover .par_r_arr {
  transform: translateY(-6px);
  color: #6c757d;
  border-color: #6c757d;
}
.partner .partner_itembox .par_imgbox {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.partner .partner_itembox .par_imgbox img {
  width: 100%;
  object-fit: cover;
}
.partner .partner_itembox .par_rightbox {
  display: flex;
  flex-flow: column;
  justify-content: inherit;
  overflow: hidden;
  flex: 1;
  margin-left: 12px;
}
.partner .partner_itembox .par_rightbox .par_desc {
  color: #6c757d;
  font-size: 0.75rem;
}
.partner .partner_itembox .par_r_arr {
  position: absolute;
  right: 6px;
  top: 42%;
  border: 1px solid #edeeef;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 12px;
  transition: all 0.3s ease;
  will-change: transform;
  color: #edeeef;
}
.partner .el-tabs--left {
  overflow: unset;
}
.partner .el-tabs--left .el-tabs__header.is-left {
  position: sticky;
  left: 0;
  top: 50px;
  padding-top: 30px;
}


.contact .qr_code_box {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  line-height: 32px;
}
.contact .qr_code_box .qr_title {
  color: #000;
  font-size: 14px;
}
.contact .qr_code_box .qr_img_box {
  width: 164px;
  height: 164px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}
.contact .qr_code_box .qr_img_box img {
  width: 100%;
}
.contact .item_box {
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact .item_box img {
  width: 64px;
  height: 64px;
}
.contact .item_box .msg_box {
  margin-left: 8px;
  width: 200px;
}
.contact .item_box .msg_box p {
  margin-bottom: 5px;
  font-weight: 600;
}
.contact .item_box .out_box {
  width: 94px;
  height: 94px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}
.contact .item_box .out_box img {
  width: 100%;
  height: 100%;
}
.contact .map {
  width: 100%;
  height: 685px;
  padding: 24px 0;
  background: url("../images/位置.png") no-repeat center !important;
}


.business .item_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business .item_box img {
  width: 64px;
  height: 64px;
}
.business .item_box .msg_box {
  margin-left: 8px;
  width: 200px;
}
.business .item_box .msg_box p {
  margin-bottom: 5px;
  font-weight: 600;
}
.business .item_box .out_box {
  width: 94px;
  height: 94px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}
.business .item_box .out_box img {
  width: 100%;
  height: 100%;
}
.business .b_t_bl_a {
  color: #3073ff;
  text-decoration: underline;
}
.business .b_t_bl_a:hover {
  opacity: 0.8;
}
