
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 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 2;
}
.header .d {
  display: none;
}
.header .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header .nav {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.header .logo {
  display: block;
  margin-right: 78px;
}
.header .logo img {
  width: 120px;
}
.header .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .menu > li {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.header .menu > li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
.header .menu > li a:hover {
  opacity: 0.7;
}
.header .menu > li:hover .sub_menu {
  display: block;
}
.header .menu > li:hover > a {
  opacity: 0.7;
}
.header .menu .sub_menu {
  display: none;
  position: absolute;
  top: 70px;
  left: -30px;
  padding-top: 29px;
  padding-bottom: 9px;
  width: 116px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
}
.header .menu .sub_menu > li {
  padding: 0 29px;
  margin-bottom: 20px;
}
.header .menu .sub_menu > li a {
  font-size: 14px;
  color: #333;
}
.header .menu .sub_menu > li a:hover {
  color: #004fff;
}
.header .menu .large {
  width: 130px;
}
.header .tel {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header .tel img {
  margin-right: 10px;
  width: 22px;
}
.header .tel span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.header .btns a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.header .btns .login {
  color: #fff;
  font-size: 16px;
}
.header .btns .login:hover {
  opacity: 0.7;
}
.default {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(82, 99, 117, 0.13);
}
.default .d {
  display: block;
}
.default .t {
  display: none;
}
.default .menu li a {
  color: #333;
}
.default .menu li a:hover {
  color: #004fff;
}
.default .menu li:hover > a {
  opacity: 1;
  color: #004fff;
}
.default .tel span {
  color: #333;
}
.default .btns .login {
  color: #333;
  font-size: 16px;
}
.default .btns .login:hover {
  opacity: 1;
  color: #004fff;
}
.discount_entry {
  width: 136px;
  height: 45px;
  margin-left: 18px;
}
.discount_entry:hover {
  opacity: 1;
}

.aside {
  position: fixed;
  bottom: 0;
  right: 30px;
  transform: translateY(-30%);
  z-index: 1;
}
.aside ul li {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  padding: 10px 0;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  background-color: #004fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.aside ul li a {
  display: block;
  color: #fff;
}
.aside ul li img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.aside ul li:hover .qrcode,
.aside ul li:hover .tel {
  display: block;
}
.aside ul .qrcode {
  display: block;
  position: absolute;
  top: -20px;
  left: -202px;
  width: 184px;
  height: 240px;
  padding: 0 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
  border-radius: 6px;
}
.aside ul .qrcode .besom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
}
.aside ul .qrcode .besom p {
  color: #333;
}
.aside ul .qrcode .besom span {
  color: #004fff;
}
.aside ul .qrcode img {
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  margin-top: 8px;
}
.aside ul .qrcode .geilive {
  display: flex;
  justify-content: center;
}
.aside ul .qrcode .geilive p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 2px;
  padding-top: 13px;
}
.aside ul .qrcode::after {
  position: absolute;
  content: "";
  top: 62px;
  right: -15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.aside ul .tel {
  display: none;
  position: absolute;
  top: 4px;
  left: -237px;
  width: 215px;
  height: 75px;
  padding: 11px 26px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
  border-radius: 6px;
  text-align: left;
}
.aside ul .tel a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.aside ul .tel span {
  color: #333;
  font-size: 14px;
}
.aside ul .tel::after {
  position: absolute;
  content: "";
  top: 29px;
  right: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.footer {
  padding: 80px 0 24px;
  background-color: #11193a;
}
.footer .content {
  display: flex;
  width: 1200px;
  margin: 0 auto 24px;
}
.footer .info {
  margin-right: 80px;
  color: #fff;
}
.footer .info .logo {
  display: block;
  margin-bottom: 16px;
  width: 120px;
}
.footer .info .slogan {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.footer .info .msg {
  line-height: 25px;
  opacity: 0.8;
}
.footer .links {
  margin-right: 58px;
  width: 90px;
}
.footer .links.large {
  width: 144px;
}
.footer .links .title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.footer .links .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer .links .list li {
  margin-bottom: 16px;
}
.footer .links .list li a {
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.footer .links .list li a:hover {
  opacity: 1;
}
.footer .qrcodes {
  display: flex;
}
.footer .qrcodes .qrcode_footer {
  width: 126px;
  margin-right: 32px;
  text-align: center;
}
.footer .qrcodes .qrcode_footer:last-child {
  margin-right: 0;
}
.footer .qrcodes .qrcode_footer img {
  width: 116px;
}
.footer .qrcodes .qrcode_footer p {
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}
.footer .kxy {
  width: 1200px;
  margin: 0 auto 35px;
  text-align: center;
}
.footer .kxy img {
  width: 60px;
}
.footer .kxy p {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}
.footer .corporation {
  display: flex;
  justify-content: center;
}
.footer .corporation li {
  padding: 3px 24px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  opacity: 0.8;
  border-right: 1px solid #fff;
}
.footer .corporation li a {
  color: #fff;
}
.footer .corporation li:last-child {
  border-right: none;
}
.discount_modal {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
  z-index: 2;
}
.discount_modal__box {
  position: relative;
  user-select: none;
}
.discount_modal__box .discount_modal__img {
  width: 480px;
  height: 474px;
  cursor: pointer;
}
.discount_modal__box .discount_modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.main {
  min-width: 1200px;
  padding-bottom: 40px;
}

.banner .banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  margin-top: 70px;
}
.banner .content h2 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
}
.banner .content .btn_default {
  padding: 16px 54px;
  font-size: 18px;
  border-radius: 28px;
}
.banner .img {
  width: 462px;
}

.func_aside h4 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.func_aside ul {
  background-color: #fff;
}
.func_aside ul li {
  width: 100%;
  height: 36px;
  font-size: 12px;
  color: #585f6e;
  line-height: 36px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.func_aside ul li:hover {
  background: #e3efff;
}
.func_aside ul li.act {
  color: #fff;
  background: #016cff;
}
.section {
  padding: 60px 0 0;
}
.section h3 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 32px;
  font-size: 28px;
  height: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.func_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.func_list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 384px;
  height: 120px;
  padding: 35px 25px;
  box-shadow: 0px 1px 12px 0px rgba(124, 142, 169, 0.15);
  margin-bottom: 24px;
  margin-right: 24px;
}

.func_list li:nth-child(3n) {
  margin-right: 0;
}
.func_list li .icon {
  width: 50px;
}
.func_list li .ct {
  margin-left: 16px;
}
.func_list li .ct .tt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}
.func_list li .ct p {
  font-size: 14px;
  color: #666666;
  line-height: 27px;
}

