body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #666;
  outline: 0;
  box-shadow: none;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
#newBridge,
#KFLOGO,
#icon_module {
  display: none !important;
}
#div_company_mini .mini-btn {
  height: 0 !important;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_primary_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost:hover {
  color: #fff;
  background: #2e6dff;
}
.btn_ghost_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  border: 1px solid #004fff;
}
.btn_ghost_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_primary:hover {
  background-color: #e2ecff;
  border: 1px solid #004fff;
}
.btn_ghost_lightred {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  border: 1px solid transparent;
}
.btn_ghost_lightred:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_lightred:hover {
  background: #fff;
  color: #f3340b;
  border: 1px solid #f3340b;
}
.btn_orange {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3340b;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_orange:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_orange:hover {
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  color: #fff;
  border: 1px solid #fff;
}
.btn_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}
.btn_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary:hover {
  background-color: #3e79ff;
  color: #fff;
}
.btn_default {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  background-color: #fff;
}
.btn_default:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_default:hover {
  background-color: #e0eafd;
}
.header_m {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
  z-index: 9;
}
.header_m a {
  text-decoration: none;
}
.header_m .t,
.header_m .d {
  width: 8.4rem;
}
.header_m .d {
  display: block;
}
.header_m .t {
  display: none;
}
.header_m .close,
.header_m .entry {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  cursor: pointer;
}
.header_m .close {
  width: 2rem;
  height: 2rem;
  background: url(//assets.shangzhibo.tv/assets/icon_close@2x4986.png) no-repeat;
  background-size: 100% 100%;
}
.header_m .entry {
  background: url(//assets.shangzhibo.tv/assets/icon_menu_white@2xaa64.png) no-repeat;
  background-size: 100% 100%;
}
.header_m section {
  display: none;
  opacity: 0;
  width: 100%;
  height: 110%;
  position: fixed;
  top: -3.2rem;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.header_m section.slide_animate {
  display: block;
  opacity: 0.5;
}
.header_m .box {
  position: fixed;
  top: -0.2rem;
  right: -80%;
  width: 80%;
  height: 100%;
  float: right;
  transition: 0.5s;
  background: #fff;
}
.header_m .box .head {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 1.5rem;
}
.header_m .box .head img {
  width: 8.4rem;
}
.header_m .box .menu {
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header_m .box .menu li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.header_m .box .menu > li {
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 2rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.header_m .box .menu > li:first-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.header_m .box .menu .has_sub {
  display: none;
}
.header_m .box .menu .solution {
  display: block;
}
.header_m .box .menu .solution .solution_head {
  width: 100%;
  height: 0.1rem;
  display: flex;
  align-items: center;
}
.header_m .box .menu .solution .solution_head span {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.header_m .box .menu .solution .solution_head .dropdown,
.header_m .box .menu .solution .solution_head .up {
  width: 2rem;
  padding-top: 4.7rem;
}
.header_m .box .menu .solution .solution_head .up {
  display: none;
}
.header_m .box .menu .solution .solution_head.active .dropdown {
  display: none;
}
.header_m .box .menu .solution .solution_head.active .up {
  display: block;
}
.header_m .box .menu .solution .solution_men {
  display: none;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.header_m .box .menu .solution .solution_men .menu_box {
  width: 45%;
  height: 4rem;
}
.header_m .box .menu .solution .solution_men .menu_box a {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
}
.header_m .box .menu .solution .solution_men.show {
  display: flex;
}
.header_m .box .menu .solution.show {
  height: 17.9rem;
}
.header_m .box .menu .media_solution {
  display: none;
}
.header_m .box .menu .btns {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.header_m .box .menu .btns .btn_primary {
  display: block;
  width: 18rem;
  margin: 0 auto;
  padding: 1.1rem 3rem;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 1.95rem;
}
.header_m .box .menu .btns .btn_ghost_primary {
  width: 18rem;
  padding: 1rem 3rem;
  margin-top: 1.6rem;
  margin: 1.6rem auto;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 1.95rem;
}
.header_m .box .menu .btns .btn_ghost_primary img {
  width: 1.6rem;
  position: absolute;
  left: 2.2rem;
  top: 0.8rem;
}
.header_m .box .menu .btns .btn_ghost_primary span {
  padding-left: 1.2rem;
}
.header_m .box.act {
  right: 0;
}
.default {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(82, 99, 117, 0.13);
}
.default .t {
  display: block;
}
.default .d {
  display: none;
}
.default .entry {
  background: url(//assets.shangzhibo.tv/assets/icon_menu_black@2x735c.png) no-repeat;
  background-size: 100% 100%;
}
.bodyAfter {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
}
.bodyBefore {
  position: static;
  height: auto;
  overflow: auto;
}
.head_background {
  background-color: #666666;
}
.clue_m {
  width: 100%;
  background: url(//assets.shangzhibo.tv/assets/pic_bg_consultingservice@2x505d.png) center center;
  background-size: 100% 100%;
}
.clue_m .text {
  text-align: center;
}
.clue_m .text p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
}
.clue_m .text p:nth-child(2) {
  padding-top: 1rem;
}
.clue_m .form {
  padding-top: 1.6rem;
}
.clue_m .form .input_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
}
.clue_m .form .input_wrap span {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
}
.clue_m .form .input_wrap:nth-child(2) span {
  padding-left: 2.4rem;
}
.clue_m .form .input_wrap:nth-child(3) span {
  padding-left: 1.2rem;
}
.clue_m .form input,
.clue_m .form button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
.clue_m .form input {
  width: 23rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 0.4rem;
  margin-left: 1rem;
  margin-right: 1.8rem;
  padding: 1rem 0 1rem 1.2rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.clue_m .form input::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #BDC0C5;
}
.clue_m .button_wrap {
  margin-top: 2.1rem;
  text-align: center;
}
.clue_m .button_wrap button {
  width: 13.35rem;
  height: 3.45rem;
  background: url("//assets.shangzhibo.tv/assets/btn_on trial_normal@2x8eef.png") center center;
  background-size: 100% 100%;
}
.clue_m .button_wrap p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  padding-top: 0.8rem;
  font-size: 1.2rem;
}
.footer_m {
  width: 100vw;
  background: #11193A;
}
.footer_m .content {
  width: 100%;
  height: 68.3rem;
}
.footer_m .content .links_m {
  padding-top: 3.4rem;
}
.footer_m .content .links_m .title_m {
  padding-left: 1.7rem;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.footer_m .content .links_m .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.7rem;
  padding-top: 1.7rem;
}
.footer_m .content .links_m .list li {
  width: 11.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
}
.footer_m .content .links_m .list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.footer_m .content .lineation {
  width: 92%;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.footer_m .content .info {
  width: 100%;
  padding-top: 2.6rem;
}
.footer_m .content .info .box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.7rem;
}
.footer_m .content .info .box .logo {
  width: 9.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 11rem;
}
.footer_m .content .info .box .logo img {
  width: 9.3rem;
}
.footer_m .content .info .box .slogan {
  font-size: 1.5rem;
  padding-left: 1.6rem;
  color: #FFFFFF;
  font-weight: 500;
}
.footer_m .content .info .msg {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1.7rem;
  padding-top: 1.7rem;
}
.footer_m .content .info .msg:nth-child(4) {
  color: rgba(255, 255, 255, 0.6);
}
.footer_m .content .qrcode {
  width: 9rem;
  padding-top: 2rem;
  padding-left: 1.7rem;
}
.footer_m .content .qrcode img {
  width: 100%;
}
.footer_m .content .consult {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 10px;
  margin-top: 3.4rem;
  background-color: #FFFFFF;
}
.footer_m .content .consult .phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_m .content .consult .phone img {
  width: 2.2rem;
}
.footer_m .content .consult .phone span {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.footer_m .content .consult .btn_primary {
  display: flex;
  width: 195px;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  border-radius: 39px;
}
.footbar_m {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  padding: 1rem 1rem;
  margin-top: 3.4rem;
  background-color: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.footbar_m .phone,
.footbar_m .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footbar_m .phone img,
.footbar_m .tel img {
  width: 2.2rem;
}
.footbar_m .phone span,
.footbar_m .tel span {
  color: #666666;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0.5rem;
}
.footbar_m .phone span a,
.footbar_m .tel span a {
  color: #666666;
}
.footbar_m .btn_primary {
  display: flex;
  width: 19.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  border-radius: 3.9rem;
}
html,
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
main {
  width: 100vw;
}
.banners {
  background: url(//assets.shangzhibo.tv/assets/aboutus_banner_bg@2x6b52.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
}
.banners .banner_box {
  width: 100%;
  height: 40rem;
}
.banners .banner_box .content {
  width: 100%;
  height: 19rem;
  padding-top: 14.7rem;
  text-align: center;
}
.banners .banner_box .content h2 {
  font-size: 3rem;
  color: #fff;
}
.banners .banner_box .content .help_title {
  padding-top: 1rem;
}
.banners .banner_box .content p {
  padding-top: 1.2rem;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 400;
}
.banners .banner_box .content .btn_default {
  margin-top: 1.55rem;
  padding: 0.9rem 2.35rem;
  font-size: 1.3rem;
  border-radius: 1.5rem;
}
.banners .banner_box img {
  width: 33.9rem;
  margin-bottom: -2px;
}
section {
  width: 100%;
  padding: 3.2rem 0;
}
.section.about_title {
  text-align: center;
}
.section.about_title .wrap {
  position: relative;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  padding-top: 2.8rem;
  padding-bottom: 2.1rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
}
.section.about_title .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.4rem;
}
.section.about_title .wrap .title {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
.section.about_title .wrap .textTop,
.section.about_title .wrap .textBom {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
  line-height: 2.5rem;
}
.section.about_title .wrap .textTop {
  padding-top: 1.8rem;
}
.section.about_title .wrap .textBom {
  padding-top: 2rem;
}
.section.corporate {
  background: #F6FAFF;
  padding-bottom: 1rem;
}
.section.corporate .title {
  color: #333333;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.section.corporate .conHom {
  padding-top: 1.2rem;
}
.section.corporate .conHom li {
  height: 13.9rem;
}
.section.corporate .conHom li .text {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5rem;
  padding-left: 5rem;
}
.section.corporate .conHom li .des {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-left: 5rem;
}
.section.corporate .conHom .major {
  background: url(//assets.shangzhibo.tv/assets/culture_img_01@2x23e2.png) center center;
  background-size: 100% 100%;
}
.section.corporate .conHom .senior {
  background: url(//assets.shangzhibo.tv/assets/culture_img_02@2x9926.png) center center;
  background-size: 100% 100%;
}
.section.corporate .conHom .art {
  background: url(//assets.shangzhibo.tv/assets/culture_img_03@2x4325.png) center center;
  background-size: 100% 100%;
}
.section.honor {
  background: #FCFCFC;
  padding-bottom: 1rem;
}
.section.honor .title {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.honor .wrap li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 0.9rem 0px rgba(209, 213, 225, 0.5);
  border-radius: 0.4rem;
  height: 9rem;
  margin: 2rem 1.6rem;
}
.section.honor .wrap li img {
  width: 12rem;
  padding-left: 2rem;
}
.section.honor .wrap li .ct {
  padding-left: 1.2rem;
}
.section.honor .wrap li .ct span {
  color: #666666;
  font-size: 1.2rem;
}
.section.honor .wrap li .ct p:last-child {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0.8rem;
  line-height: 2.2rem;
}
.section.contact {
  padding-bottom: 1rem;
}
.section.contact .title {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.contact li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 0.9rem 0px rgba(209, 213, 225, 0.5);
  border-radius: 0.4rem;
  margin: 2rem 1.6rem;
  padding: 0 2rem;
  background: url("//assets.shangzhibo.tv/assets/contactus_bg @2x2db5.png") no-repeat;
  background-size: contain;
}
.section.contact li .ct p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}
.section.contact li .ct a {
  display: block;
  color: #004FFF;
  font-size: 1.4rem;
  padding-top: 0.4rem;
  line-height: 2rem;
}
.section.contact li .icon {
  width: 5rem;
}
.section.address {
  background: #F3F3F3;
  padding-bottom: 1rem;
}
.section.address .title {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.address .tab_head {
  display: flex;
  justify-content: space-around;
  padding-top: 2rem;
}
.section.address .tab_head li span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.section.address .tab_head li.tab_act {
  color: #004FFF;
}
.section.address .tab_head li.tab_act::after {
  content: '';
  width: 50%;
  height: 1px;
  display: block;
  margin: 0 auto;
  border-bottom: 0.2rem solid #004FFF;
  border-width: 0.3rem;
  padding: 0.5rem;
}
.section.address .tab_content {
  padding: 2rem 1.6rem;
}
.section.address .tab_content li {
  display: none;
  color: #333333;
  font-size: 1.2rem;
  background: #ffffff;
  border-radius: 0.2rem;
}
.section.address .tab_content li img {
  width: 100%;
  padding: 1.6rem 1.6rem 1.2rem 1.6rem;
}
.section.address .tab_content li .ct {
  color: #333333;
  font-size: 1.2rem;
  padding-left: 1.6rem;
  padding-bottom: 2rem;
}
.section.address .tab_content li .ct p:last-child {
  padding-top: 1rem;
}
.section.address .tab_content li.tab_act {
  display: block;
}
#mobile_icon_div {
  display: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #666;
  outline: 0;
  box-shadow: none;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
#newBridge,
#KFLOGO,
#icon_module {
  display: none !important;
}
#div_company_mini .mini-btn {
  height: 0 !important;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_primary_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost:hover {
  color: #fff;
  background: #2e6dff;
}
.btn_ghost_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  border: 1px solid #004fff;
}
.btn_ghost_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_primary:hover {
  background-color: #e2ecff;
  border: 1px solid #004fff;
}
.btn_ghost_lightred {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  border: 1px solid transparent;
}
.btn_ghost_lightred:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_lightred:hover {
  background: #fff;
  color: #f3340b;
  border: 1px solid #f3340b;
}
.btn_orange {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3340b;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_orange:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_orange:hover {
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  color: #fff;
  border: 1px solid #fff;
}
.btn_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}
.btn_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary:hover {
  background-color: #3e79ff;
  color: #fff;
}
.btn_default {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  background-color: #fff;
}
.btn_default:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_default:hover {
  background-color: #e0eafd;
}

