/*引入标签样式重置部分*/
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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-family: "microsoft yahei";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
p {
  line-height: 30px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: block;
}
li {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/*主色调*/
/*导航active背景颜色*/
/*默认图片样式*/
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
/*默认p段落样式*/
p {
  word-break: break-all;
  text-align: justify;
  color: #333333;
}
/*默认清除浮动样式*/
.clearfix::after,
.clearfix::before {
  clear: both;
  content: '';
  line-height: 0;
  display: block;
  visibility: hidden;
}
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1599469496772');
  /* IE9 */
  src: url('iconfont.eot?t=1599469496772#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAJwAAsAAAAABhgAAAIkAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAokRgE2AiQDCAsGAAQgBYRtBy8bawXILrBt2JMAEwaKGzC3T8THAhDBx36/33MNcU0MUTSLJpr4dCKVBK0RSYEh4l80v425fGCjYp9K8hWhQltMCpzmB+fn9OyMmZCbcBN22RDIXA/OjQS/ydfnuZzeBDqQ+YHOtblprEmTBlAvDijAvTCKrIBCbhi74AU+JlCp10R9bXu+1Xoy9qpAXIW+XesVIjIZy5cLRcPBTNzLlSe3ybiLvh9fZqKcRJ6ymzZPNl5t/sopSm9KNw4CQpSAjudIMa0mI3YbM+uagnFNlZmWQbVj1QevSqXALY7qEOyvs2urQTfMBq+8lQIk8FiUwapJTxLFIY3v7vD/geff5b9bgpF0OF70XwU/eqa5/+VVGXha+1dkzwzzUb6ZN/h81cC+zNDYriTTVI2jieKwLZUqUYIDjX6nWluuVQjlWib4yvRkSJUbJjN2GrkqsyiUW0SlKbvjVZqwpsgqMOkDINT7RKLWI1L1vsmM/UGu1R8K9ZGi0n40XVhlNM4Hq4y2oAfOO4RunpHrkUFcf0H/mdic10T8A7kK46ArWjm/wwx5iS3Vi2+IEBDnKWzBc5gkORScR+iKEogUM1Wlpjcpbp7WBlYxZBPIAxzvQMiVy1AwXgwqn79AvqeEjTt66soHxCrh9ECn0AaQO2M2qOdRXqm88BmEIICwXApswTyUSORA0TwvglxCEUxIFWZUZxgNNSrbm9O/OwGVbFsSzoxUfh3aiV2rAQAA') format('woff2'), url('iconfont.woff?t=1599469496772') format('woff'), url('iconfont.ttf?t=1599469496772') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1599469496772#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiala:before {
  content: "\e648";
}
.df {
  display: flex;
  align-items: center;
}
.df-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-hover {
  background-color: rgba(210, 210, 210, 0.7);
}
.word-online {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.word-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b-n {
  border: none !important;
}
input,
textarea {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}
.urderline {
  text-decoration: underline;
}
.bg-line {
  background-color: #eee;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bg-line {
    height: 10px;
    line-height: 10px;
  }
}
.bod-none {
  border: none;
}
.fw {
  font-weight: bold;
}
.huise {
  color: #777777;
}
.pd-10 {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-10 {
    padding: 5px;
  }
}
.pt-10 {
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 5px;
  }
}
.pl-10 {
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-10 {
    padding-left: 5px;
  }
}
.pr-10 {
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-10 {
    padding-right: 5px;
  }
}
.pb-10 {
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-10 {
    padding-bottom: 5px;
  }
}
.pd-20 {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-20 {
    padding: 10px;
  }
}
.pt-20 {
  padding-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 10px;
  }
}
.pl-20 {
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-20 {
    padding-left: 10px;
  }
}
.pr-20 {
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-20 {
    padding-right: 10px;
  }
}
.pb-20 {
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}
.mg-10 {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .mg-10 {
    margin: 5px;
  }
}
.mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 5px;
  }
}
.ml-10 {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .ml-10 {
    margin-left: 5px;
  }
}
.mr-10 {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mr-10 {
    margin-right: 5px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}
.mg-20 {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .mg-20 {
    margin: 10px;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 10px;
  }
}
.ml-20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ml-20 {
    margin-left: 10px;
  }
}
.mr-20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mr-20 {
    margin-right: 10px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}
.pd-30 {
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-30 {
    padding: 15px;
  }
}
.pt-30 {
  padding-top: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-30 {
    padding-top: 15px;
  }
}
.pl-30 {
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-30 {
    padding-left: 15px;
  }
}
.pr-30 {
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-30 {
    padding-right: 15px;
  }
}
.pb-30 {
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}
.pd-40 {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-40 {
    padding: 20px;
  }
}
.pt-40 {
  padding-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 20px;
  }
}
.pl-40 {
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-40 {
    padding-left: 20px;
  }
}
.pr-40 {
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-40 {
    padding-right: 20px;
  }
}
.pb-40 {
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}
.mg-30 {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  .mg-30 {
    margin: 15px;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 15px;
  }
}
.ml-30 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .ml-30 {
    margin-left: 15px;
  }
}
.mr-30 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .mr-30 {
    margin-right: 15px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}
.mg-40 {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .mg-40 {
    margin: 20px;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 20px;
  }
}
.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .ml-40 {
    margin-left: 20px;
  }
}
.mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .mr-40 {
    margin-right: 20px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.common-bg {
  background: #f4383d;
}
.common-color {
  color: #f4383d;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #333;
}
.bg-black {
  background-color: #333;
}
.color-gray {
  color: #969696;
}
.bg-gray {
  background-color: #969696;
}
.color-yellow {
  color: #fe9e2d;
}
.bg-yellow {
  background-color: #fe9e2d;
}
.fs-20 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 16px;
  }
}
.d-l {
  display: inline-block !important;
}
.fs-18 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 16px;
  }
}
.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-16 {
    font-size: 14px;
  }
}
.fs-14 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-14 {
    font-size: 12px;
  }
}
.txt-center {
  text-align: center;
}
.fs-24 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 18px;
  }
}
.fs-26 {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-26 {
    font-size: 20px;
  }
}
.fs-28 {
  font-size: 28px;
  line-height: 1.5;
}
.fs-30 {
  font-size: 30px;
  line-height: 1.5;
}
.fs-32 {
  font-size: 32px;
  line-height: 1.5;
}
.fs-34 {
  font-size: 34px;
  line-height: 1.5;
}
.fs-36 {
  font-size: 36px;
  line-height: 1.5;
}
.fs-38 {
  font-size: 38px;
  line-height: 1.5;
}
.fs-40 {
  font-size: 40px;
  line-height: 1.5;
}
.fs-42 {
  font-size: 42px;
  line-height: 1.5;
}
.fs-44 {
  font-size: 44px;
  line-height: 1.5;
}
.db {
  display: block;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.ph {
  display: none;
}
@media screen and (max-width: 768px) {
  .ph {
    display: block;
  }
}
.xsjf-contain {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .xsjf-contain {
    width: 100%;
  }
}
.xsjf-header .xsjf-header-one {
  height: 40px;
  line-height: 40px;
  background: #333;
  font-size: 14px;
}
.xsjf-header .xsjf-header-one .xsjf-header-one-box {
  display: flex;
  align-items: center;
  color: #cccccc;
  justify-content: space-between;
}
.xsjf-header .xsjf-header-one .xsjf-header-one-box .xsjf-left {
  display: flex;
  align-items: center;
}
.xsjf-header .xsjf-header-one .xsjf-header-one-box .xsjf-left .left-item {
  margin-right: 25px;
}
.xsjf-header .xsjf-header-one .xsjf-header-one-box .xsjf-left .left-item img {
  display: inline-block;
  vertical-align: middle;
}
.xsjf-header .xsjf-header-two-box {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xsjf-header .xsjf-header-two-box .app-list img {
  width: 25px;
  display: none;
}
.xsjf-header .xsjf-header-two-box .app-list img.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .xsjf-header .xsjf-header-two-box {
    padding: 10px;
    box-sizing: border-box;
  }
  .xsjf-header .xsjf-header-two-box .logo {
    width: 120px;
  }
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .xsjf-header .xsjf-header-two-box .xsjf-header-nav {
    position: absolute;
    visibility: hidden;
    top: 60px;
    right: 0;
    z-index: 110;
    margin-top: 0;
    background: linear-gradient(#eef5fa, #fff);
    flex-direction: column;
    display: block;
    color: #333;
    box-shadow: 0px 2px 10px 1px #ddd;
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .xsjf-header .xsjf-header-two-box .xsjf-header-nav.active {
    visibility: visible;
  }
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item {
  width: 110px;
  text-align: center;
  padding: 30px 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item {
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    color: #333333;
    flex-wrap: wrap;
  }
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item a {
  color: #333;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item.active a {
  color: #f10000;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item .hover-box {
  z-index: 999;
  padding: 10px 0;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #f8f8f8;
  display: flex;
  display: none;
}
@media screen and (max-width: 768px) {
  .xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item .hover-box {
    width: 100%;
    margin-top: 10px;
    position: static;
    transform: translateX(0);
  }
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item .hover-box .hover-box-item {
  width: 150px;
  text-align: center;
  line-height: 2;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item .hover-box .hover-box-item a {
  color: #333;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item .hover-box .hover-box-item .first-txt {
  line-height: 1;
  height: 15px;
  font-size: 15px;
  color: #777;
  margin: 10px 0 20px;
  border-right: 1px solid #ddd;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .header-nav-item:hover .hover-box {
  display: flex;
}
.xsjf-header .xsjf-header-two-box .xsjf-header-nav .loginCenter {
  text-align: center;
  color: #fff;
  background-color: #e5000e;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
}
.xsjf-footer {
  background-color: #2f2f2f;
}
.xsjf-footer::after {
  content: '';
  display: block;
  background: transparent;
  width: 100%;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .xsjf-footer::after {
    display: none;
  }
}
.xsjf-footer-main {
  width: 1200px;
  height: 396px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 52px 0 36px;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-main {
    width: 100%;
    margin: 0;
    display: block;
    padding: 52px 10px 36px;
    box-sizing: border-box;
    height: auto;
  }
}
.xsjf-footer-main-aside {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-main-aside {
    width: 100%;
  }
}
.xsjf-footer-main-aside > img {
  margin-bottom: 10px;
  width: 180px;
}
.xsjf-footer-main-aside > ol {
  display: flex;
}
.xsjf-footer-main-aside > ol > li {
  margin-right: 12px;
}
.xsjf-footer-main-aside > ol > li > a > img {
  width: 38px;
}
.xsjf-footer-main-aside-info {
  margin-left: 100px;
}
.xsjf-footer-main-aside-info p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 20px;
}
.xsjf-footer-main-aside-info > img {
  width: 114px;
  margin: 0;
}
.xsjf-footer-main-aside-info-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}
.xsjf-footer-main-aside-info-desc > li > span,
.xsjf-footer-main-aside-info-desc > li > address {
  font-size: 14px;
  color: #b8b8b8;
  font-style: normal;
  line-height: 18px;
}
.xsjf-footer-main-aside-info-desc > li > strong {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
.xsjf-footer-main-article {
  flex: 520px 0 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-main-article {
    display: block;
    padding-top: 40px;
  }
}
.xsjf-footer-main-article-ul > li:first-of-type {
  color: #fff;
  font-size: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-main-article-ul > li:first-of-type {
    padding: 12px 0;
    border-bottom: 1px solid #535353;
    text-indent: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABLUlEQVQ4jaXUPyhFURwH8A9KsbBYiMlkkVIGZSCSoiRJKZPSKzHbbUoZnsVgYZAk8idCGZRBmUwmysKAYlCiW2d4vXe99273O53uOffT+dXvdyrkJZvNdmAZE3jN389NJpMp+FYZc24VvThGXTEwLnFgdLMHdOIQtWnB53DDR3TjADVpwChP6MvBd1CdBhTK7scLhrCFqjRglHsM4A1j2CiFlgKj3GEQH5jCGgraLQkY5QbD+MIMVtKCUa4wim/MYyktGOU3Zx1bdhKwB3uhfaJpWkwDdmE/TM06Fv47WA7YjpMw15uYzSs9EdiGM9RjF9P4KfZDMbAVp2jAESZLYcXAZpyjCRcYD+1SMnFgY0BacI2R0NBlJQ7cDuXehkfhs1zsP3AOl2F+35Ng8AcifjcpyyjaEQAAAABJRU5ErkJggg==) 96% center / 16px 16px no-repeat;
  }
}
.xsjf-footer-main-article-ul > li:not(:first-of-type) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-main-article-ul > li:not(:first-of-type) {
    display: none;
  }
}
.xsjf-footer-main-article-ul > li:not(:first-of-type)::before {
  content: normal;
  background-color: #f28d01;
  width: 4px;
  height: 4px;
  margin-right: 4px;
}
.xsjf-footer-main-article-ul > li:not(:first-of-type) > a {
  flex: 1;
  font-size: 12px;
  color: #b2b2b2;
  padding: 6px 0;
}
.xsjf-footer-main-article-ul > li:not(:first-of-type) > a:hover {
  color: #bebebe;
}
.xsjf-footer-main-intr {
  width: 215px;
}
.xsjf-footer-main-intr .center-content {
  display: flex;
}
.xsjf-footer-main-intr .center-content .text {
  font-size: 14px;
  color: #bebebe;
  line-height: 1.5;
}
.xsjf-footer-main-intr .center-content .text-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.xsjf-footer-main-intr .center-content .text p {
  display: flex;
  align-items: center;
  color: #bebebe;
}
.xsjf-footer-main-intr .center-content .text p img {
  margin: 0;
  margin-right: 10px;
}
.xsjf-footer-form {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImTXGMREAIAwEsBRB71/HGyrHQKZMkoW2zk8Sg32BC8VRCI1sWFZJAAAAAElFTkSuQmCC);
}
@media screen and (max-width: 767px) {
  .xsjf-footer-form {
    padding: 30px 0;
  }
}
.xsjf-footer-form-inputs {
  height: 142px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xsjf-footer-form-inputs > input {
  width: 28%;
  padding: 6px 0;
  text-indent: 2.4em;
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  background-position: 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
}
.xsjf-footer-form-inputs > input::placeholder {
  color: #b2b2b2;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-form-inputs {
    width: 100%;
    height: auto;
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .xsjf-footer-form-inputs > input {
    width: 100%;
    padding: 16px 0;
    border-color: #535353;
  }
}
.xsjf-footer-form-inputs .submit {
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  background-color: #a6a6a6;
  display: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .xsjf-footer-form-inputs .submit {
    align-self: center;
    margin-top: 12px;
  }
}
.xsjf-footer-form-inputs .submit:active {
  transform: translate(1px, 1px);
}
.xsjf-footer-form-inputs .submit::selection {
  background-color: transparent;
}
.xsjf-footer-form-inputs .submit.active {
  display: block;
  background-color: #f28d01;
  color: #fff;
}
.xsjf-footer-form-inputs .me-username {
  background-size: 21px 26px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAB1ElEQVRIia3VT4iNYRTH8c+9STNRmkQWUxTKglkgZEcJRUmJsiOsJKwYexsZbDTsb7FhNcpsWFAWs7GasjHMwp/VFJEUnencuvO673vfGfdXt7fnPud877nn+T3nbbRaLRU6jAvYizX4itcYx7OytGbJ90OZNIGjmMVzfMn1RO4P1YUOZMIhPMJGbMdBbMUGtHI/4gbrQK9jN+7gFN4X9j/iNO5l3LUioNjTFfiUiSP4XdKe0HJMZeXr8L2s0n1YmQdRBQz9wsOM31/19zfnc6oHsK23+dxUBW2ve1XZVjtuAacIncnnSE3otkJeV+hk9upsHGIPYOyfyfjJKugcHmAXLvWAXsTOjJ+rgoZuYBq3cStPt1Oxvpk+ns74BVrWBRq/egBPcRXn8SL9O5xzYFU65FixSiVQedf34FxCj2QP/6SNxtOjXV1SBpUJ9/Mz2DGlflTk9IR2KkAfasb+A41DWJ+Tqq5+pk+/FaFrcRfHc1AsVuHVJ2nDzwFdjVd5f1/iTR5IXTVyBJ7EjjjggI4m8ArGllBlW5fT26MxT2eyL1sWWWFRjbwMA8009Lv/BMr84Aw3K15+S1Wz38B5tS0Vb8vHfeAFZx4a9zz6eqIPUJj9C1s5YoA5dWsgAAAAAElFTkSuQmCC);
}
.xsjf-footer-form-inputs .me-phone {
  background-size: 21px 27px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAbCAYAAACTHcTmAAABF0lEQVRIie3WPytFcRgH8M+97mpQNzEwUBaymAyMVmWQKAlvwEgmiTeBQm5KeQE2RpP8WWRikcVwR3976py6xKnrns391q/TU7/zOU+/U+c5hUqlAm3YwATa1Z8nHGMFzyW04hTd2MYtPupgC+jDAkYwHOgyeqPA5R+6TLOP8/CKmMJBg2DkArvhBdqF6wbBNFdxjIHGEbzkhIbTUswJ+5Im2kSb6P9ES8m1jJ4cvHItupasXJKiWzjJARzDYqCvyRf76JeNA+ioqR8zJkUn3gJ9wGDG02MwTtfUMdNnMhq4j7d/iFkM/bJxKZm26Yr6p8T9c+FFp5sYxxl2cIP3jM6/Jxrrxzzuwgu0ilGsY7KBP5Q9rKL6CZSEMUdj1YpeAAAAAElFTkSuQmCC);
}
.xsjf-footer-form-inputs .me-message {
  background-size: 25px 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAABtElEQVRIid3Wy6tNYRjH8c85jjvpiJF7GZKSI5ckoshAFJGZDMiMiTMwk8IfYGDAaOu45H49xUAhUoYyopRQZORWOz317FpWazt7d/aenF+t3t1vrfX7rnet532f3VOr1WANTmMFJhq9fuIZjuFFXwY/wh/cwtcOQGZgKx5jdUBOJmAAbzoAaGghXuFEL9biYYcBoXf5ZjYEZAo+dRjQ0EdM6+1S+D8a+5BJ2I35JX8m9qC/5Ecl7Wq2xppBzmIIT0vX3MFFXCp4Efw8vTPtQBbkOBvjC/7cHOcUvKjOWfl7XjuQI7iG/fhV8A/gOg4XvG/pX8VgVVhfE8hr7KzwH+RR1oU8KjW2SriOcV3Knx75AXmP5V0A9GB95AfkfPaU46VyHY0i5xSWRH50xgm4gS3Z0X6Uwj9jEz5UQFdm6U4t+ZNz17iP7VHCv7Ett4V1pdnElPdl54y+86Vwbinu5je9XIJEE3ySfr2xTuq5jQxVPG1ceDufaiO+YzGGc51txsv/vdpWSng4Z7MM93LLiTEqZ8dIgFYhoSs4hFV4i0XYm38URlQ7i/EcjuZedhA3W7oLfwECFVMFBocSjwAAAABJRU5ErkJggg==);
}
.xsjf-footer-footer {
  background-color: #1b1b1b;
  height: 95px;
}
.xsjf-footer-footer > p {
  display: none;
}
@media screen and (min-width: 768px) {
  p.xsjf-footer-footer-b {
    display: block;
    width: 1200px;
    margin: 0 auto;
    color: #737373;
    font-size: 16px;
    line-height: 95px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  p.xsjf-footer-footer-m {
    line-height: 20px;
    height: 22.66666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  p.xsjf-footer-footer-m > span {
    font-size: 2.66666667vw;
    line-height: 4.26666667vw;
    color: #737373;
  }
}
.xsjf-gray {
  background-color: #f8f8f8;
  padding: 20px 0;
}
.xsjf-common {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .xsjf-common {
    margin-top: 0;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }
}
.xsjf-common.xsjf-company {
  margin-top: 120px;
}
.xsjf-common .common-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-common .common-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.xsjf-common .common-desc {
  display: block;
  margin: 0px auto;
  line-height: 2;
  font-size: 16px;
  color: #999999;
  width: 800px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-common .common-desc {
    width: 100%;
    font-size: 14px;
  }
}
.xsjf-partner-share {
  display: flex;
  align-items: center;
  margin: 60px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .xsjf-partner-share {
    margin: 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-partner-share .partner-share-item {
  width: 256px;
  margin-right: 58px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .xsjf-partner-share .partner-share-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .xsjf-partner-share .partner-share-item:nth-child(2n) {
    margin-right: 0;
  }
}
.xsjf-partner-share .partner-share-item:nth-child(4n) {
  margin-right: 0;
}
.xsjf-partner-share .partner-share-item.aboutus-share-item {
  width: 200px;
  margin-right: 40px;
}
.xsjf-partner-share .partner-share-item.aboutus-share-item:nth-child(4n) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .xsjf-partner-share .partner-share-item.aboutus-share-item {
    width: 48%;
    margin-right: 4%;
  }
  .xsjf-partner-share .partner-share-item.aboutus-share-item:nth-child(2n) {
    margin-right: 0;
  }
}
.xsjf-partner-share .partner-share-item .partner-share-item-bottom {
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 1px 1px 12px 12px #f1f1f1;
}
.xsjf-partner-share .partner-share-item .partner-share-item-bottom p {
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
}
.xsjf-partner-share .partner-share-item .partner-share-item-bottom p.title {
  font-size: 16px;
}
.xsjf-partner-share .partner-share-item .partner-share-item-bottom img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-about-box {
    background-color: #f7f7f7;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
}
.xsjf-about {
  text-align: center;
  padding: 75px 0 110px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .xsjf-about {
    padding: 30px 10px 50px;
    box-sizing: border-box;
    font-size: 15px;
  }
}
.xsjf-about .about-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .xsjf-about .about-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.about-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .about-nav {
    margin-bottom: 0px;
    flex-wrap: wrap;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .about-nav .about-left {
    width: 100%;
  }
}
.about-nav .about-left .getmore {
  padding: 20px 30px;
  color: #e5000e;
  font-size: 18px;
}
.about-nav .about-left .left-item {
  padding: 20px 30px;
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
}
.about-nav .about-left .left-item section {
  flex: 1;
}
.about-nav .about-left .left-item .dv {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-nav .about-left .left-item {
    flex-direction: column;
  }
  .about-nav .about-left .left-item p {
    text-align: center;
    color: #666666;
  }
}
.about-nav .about-left .left-item img {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .about-nav .about-left .left-item img {
    margin: 10px auto;
  }
}
.about-nav .about-left .left-item:hover {
  background-color: #eeeeee;
}
.about-nav .about-left .left-item .left-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.xsjf-team {
  padding: 60px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .xsjf-team {
    padding: 30px 10px;
    box-sizing: border-box;
  }
}
.xsjf-team .team-title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-title {
    font-size: 17px;
    line-height: 2;
  }
}
.xsjf-team .team-desc {
  margin: 20px 0;
  font-size: 16px;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-desc {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
.xsjf-team .team-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-nav {
    margin-top: 30px;
  }
}
.xsjf-team .team-nav .team-item {
  width: 25%;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-nav .team-item {
    width: 50%;
    padding: 30px 30px 30px;
  }
}
.xsjf-team .team-nav .team-item .num {
  font-weight: bold;
  color: #f10000;
  text-align: center;
  font-size: 22px;
}
.xsjf-team .team-nav .team-item .team-content-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xsjf-team .team-nav .team-item .team-content-desc {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.xsjf-team .team-nav .team-item::before {
  position: absolute;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
  height: 180px;
  content: '';
  display: block;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-nav .team-item::before {
    height: 200px;
  }
}
.xsjf-team .team-nav .team-item::after {
  position: absolute;
  width: 260px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  background-color: #eee;
  height: 1px;
  content: '';
  display: block;
}
@media screen and (max-width: 768px) {
  .xsjf-team .team-nav .team-item::after {
    width: 100%;
  }
}
.xsjf-index .xsjf-solute {
  position: relative;
}
.xsjf-index .xsjf-solute .pc {
  height: 756px!important;
}
.xsjf-index .xsjf-solute .solute-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box {
    top: 10px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-title {
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-title {
    font-size: 17px;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-desc {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-desc {
    font-size: 12px;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-content {
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-content {
    margin-top: 20px;
    background-color: #fff;
    padding-top: 20px;
    border-radius: 10px;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #bfbfbf;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav {
    margin-bottom: 10px;
    overflow: scroll;
    width: 350px;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav .solute-item {
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav .solute-item {
    font-size: 18px;
    flex: 0 0 100px;
    text-align: center;
    padding-bottom: 10px;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav .solute-item.active {
  color: #f10000;
  position: relative;
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-nav .solute-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f10000;
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-swiper {
  height: 285px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-content .solute-swiper {
    height: 160px;
    background-color: #f0f0f0;
    padding: 0px 10px 10px;
    box-sizing: border-box;
  }
}
.xsjf-index .xsjf-solute .solute-box .solute-content .solute-bottom {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-solute .solute-box .solute-content .solute-bottom {
    width: 320px;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.xsjf-index .xsjf-contact {
  margin-top: 85px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.xsjf-index .xsjf-contact .contact-title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.xsjf-index .xsjf-contact .contact-box {
  background-color: #eeeeee;
  padding: 0 30px 60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box {
    margin-bottom: 30px;
    padding: 0 10px 30px;
    flex-wrap: wrap;
  }
}
.xsjf-index .xsjf-contact .contact-box .second-box {
  width: 300px;
  display: none;
  transition: all 0.5s linear;
}
.xsjf-index .xsjf-contact .contact-box .second-box.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .second-box {
    width: 100%;
  }
}
.xsjf-index .xsjf-contact .contact-box .second-box .second-title {
  font-size: 24px;
  line-height: 1.5;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .second-box .second-title {
    margin-top: 10px;
  }
}
.xsjf-index .xsjf-contact .contact-box .second-box .second-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f10000;
}
.xsjf-index .xsjf-contact .contact-box .second-box .second-desc {
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  line-height: 2;
}
.xsjf-index .xsjf-contact .contact-box .first-img {
  margin-top: -30px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .first-img {
    margin-top: 0px;
    width: 100%;
  }
}
.xsjf-index .xsjf-contact .contact-box .first-img .contact-btn {
  background-color: #e72630;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .first-img .contact-btn {
    margin: 20px auto;
    width: 200px;
  }
}
.xsjf-index .xsjf-contact .contact-box .first-img .contact-btn2 {
  background-color: #bfbfbf;
  text-align: center;
  color: #333;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  transition: all 0.5s linear;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .first-img .contact-btn2 {
    margin: 20px auto;
    width: 200px;
  }
}
.xsjf-index .xsjf-contact .contact-box .first-img .contact-btn2.active {
  background-color: #e72630;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-contact .contact-box .first-img .contact-btn2 {
    margin: 20px auto;
    width: 200px;
  }
}
.xsjf-index .xsjf-server {
  width: 100%;
  position: relative;
}
.xsjf-index .xsjf-server .server-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-box {
    font-size: 20px;
    line-height: 1.5;
  }
}
.xsjf-index .xsjf-server .server-box .send-title {
  width: 100%;
}
.xsjf-index .xsjf-server .server-box .send-title span {
  font-size: 62px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-box .send-title span {
    font-size: 22px;
  }
}
.xsjf-index .xsjf-server .server-bottom {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px 20px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 3px #f8f8f8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-bottom {
    bottom: -100px;
    width: 90%;
    padding: 10px 20px 20px;
  }
}
.xsjf-index .xsjf-server .server-bottom .server-bottom-title {
  font-size: 24px;
  margin: 20px 0;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-bottom .server-bottom-title {
    font-size: 20px;
    margin: 10px 0;
  }
}
.xsjf-index .xsjf-server .server-bottom .server-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.xsjf-index .xsjf-server .server-bottom .server-bottom-nav .bottom-item {
  flex: 1;
  text-align: center;
}
.xsjf-index .xsjf-server .server-bottom .server-bottom-nav .bottom-item p {
  color: #666666;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-bottom .server-bottom-nav .bottom-item p {
    font-size: 16px;
  }
}
.xsjf-index .xsjf-server .server-bottom .server-bottom-nav .bottom-item .bottom-num {
  color: #e60012;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-server .server-bottom .server-bottom-nav .bottom-item .bottom-num {
    font-size: 20px;
  }
}
.xsjf-index .video-box {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .xsjf-index .video-box {
    height: 230px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.xsjf-index .video-box video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xsjf-index .xsjf-joinus {
  width: 100%;
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus {
    padding: 20px 0;
  }
}
.xsjf-index .xsjf-joinus .joinus-title {
  margin: 40px 0;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-title {
    margin: 20px 0;
    font-size: 20px;
  }
}
.xsjf-index .xsjf-joinus .joinus-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-nav {
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.xsjf-index .xsjf-joinus .joinus-nav .joinus-item {
  width: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-nav .joinus-item {
    width: 100%;
    margin-bottom: 100px;
  }
}
.xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box {
  position: absolute;
  bottom: -60px;
  width: 100%;
  box-sizing: border-box;
  left: 30px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box {
    width: 92%;
  }
}
.xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box .join-box-title {
  font-size: 28px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box .join-box-title {
    font-size: 20px;
  }
}
.xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box .join-box-desc {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-nav .joinus-item .join-box .join-box-desc {
    font-size: 14px;
  }
}
.xsjf-index .xsjf-joinus .joinus-bottom-img {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .xsjf-index .xsjf-joinus .joinus-bottom-img {
    margin-top: 20px;
  }
}
.xsjf-index .xsjf-partner {
  width: 100%;
  padding: 80px 0;
}
.xsjf-index .xsjf-partner .partner-title {
  margin: 40px 0;
  font-size: 28px;
  text-align: center;
}
.form {
  background-color: #fff;
  z-index: 99;
  position: relative;
  padding: 70px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 20px;
  }
}
.form .form-title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form .form-title {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.form .submit {
  outline: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #f10000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 40px auto;
}
.form .form-box .put-title {
  position: relative;
  margin-right: 20px;
  width: 75px;
}
@media screen and (max-width: 768px) {
  .form .form-box .put-title {
    width: 60px;
    font-size: 14px;
    margin-right: 10px;
  }
}
.form .form-box .put-title.area-title {
  width: 100%;
  margin-bottom: 20px;
}
.form .form-box .put-title::before {
  position: absolute;
  left: -10px;
  top: 0;
  content: "*";
  color: #f10000;
}
.form .form-box .form-inputs {
  width: 550px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form .form-box .form-inputs {
    width: 340px;
  }
}
.form .form-box .form-inputs.form-right-inputs {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .form .form-box .form-inputs.form-right-inputs {
    width: 340px;
  }
}
.form .form-box .form-inputs .yzm {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .form .form-box .form-inputs .yzm img {
    width: 100px;
    height: 40px;
  }
}
.form .form-box .form-inputs .textarea {
  border: 1px solid #ddd;
  width: 100%;
}
.form .form-box .form-inputs .textarea textarea {
  resize: none;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  outline: 0;
  height: 100px;
}
.form .form-box .form-inputs .form-input {
  border: 1px solid #ddd;
  flex: 1;
}
.form .form-box .form-inputs .form-input select {
  border: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  outline: 0;
  width: 100%;
}
.form .form-box .form-inputs .form-input input {
  border: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  outline: 0;
  width: 100%;
}
.xsjf-joinus-form {
  width: 100%;
  background-color: #fafafa;
}
.xsjf-joinus-form .joinus-header {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xsjf-joinus-form .joinus-header {
    justify-content: center;
  }
}
.xsjf-joinus-form .joinus-header .joinus-header-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .xsjf-joinus-form .joinus-header .joinus-header-left img {
    width: 100px;
    transform: translateX(20px);
  }
}
.xsjf-joinus-form .joinus-header .joinus-header-left .logo-desc {
  color: #666;
  margin-left: 40px;
}
.xsjf-joinus-form .form-bottom {
  width: 680px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}
@media screen and (max-width: 768px) {
  .xsjf-joinus-form .form-bottom {
    width: 100%;
  }
}
.xsjf-profit {
  margin: 60px auto 120px;
}
@media screen and (max-width: 768px) {
  .xsjf-profit {
    margin: 30px auto 60px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-profit .profit-title {
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .xsjf-profit .profit-title {
    font-size: 20px;
  }
}
.xsjf-profit .profit-desc {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.xsjf-profit .profit-table {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xsjf-profit .profit-table {
    margin: 20px 0;
  }
}
.xsjf-profit .profit-table .profit-tr {
  display: flex;
  flex-direction: column;
}
.xsjf-profit .profit-table .profit-tr .profit-td {
  width: 238px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f7f7f7;
  margin-bottom: 2px;
  font-size: 18px;
  color: #666;
}
.xsjf-profit .profit-table .profit-tr .profit-td.td-title {
  color: #333;
  font-size: 24px;
}
.xsjf-profit .profit-table .profit-tr .profit-td.gray {
  background-color: #e4e4e4;
}
.xsjf-enter {
  margin: 80px auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .xsjf-enter {
    margin: 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-enter .enter-item {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-enter .enter-item {
    width: 48%;
    margin: 10px 0;
  }
}
.xsjf-enter .enter-item.aboutus-item {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .xsjf-enter .enter-item.aboutus-item {
    width: 48%;
  }
}
.xsjf-enter .enter-item.aboutus-item img {
  width: 100%;
  margin: 0;
}
.xsjf-enter .enter-item p {
  margin: 20px 0;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-enter .enter-item p {
    margin: 10px 0;
  }
}
.xsjf-intr .xsjf-intr-bg {
  position: relative;
}
.xsjf-intr .xsjf-intr-bg .intr-bg-box {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-intr-bg .intr-bg-box {
    top: 40px;
  }
}
.xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-title {
    font-size: 24px;
  }
}
.xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-left-box {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-left-box {
    margin-top: 40px;
  }
}
.xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-left-box .intr-bg-left-box-item {
  background-color: rgba(95, 79, 86, 0.5);
  width: 280px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-left-box .intr-bg-left-box-item {
    width: 200px;
    height: 55px;
    line-height: 55px;
    margin-left: 20px;
  }
}
.xsjf-intr .xsjf-intr-bg .intr-bg-box .intr-bg-left-box .intr-bg-left-box-item.active {
  background-color: #f10000;
}
.xsjf-intr .xsjf-agent {
  position: relative;
}
.xsjf-intr .xsjf-agent .agent-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  line-height: 1.5;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-agent .agent-box {
    width: 95%;
    border-radius: 10px;
  }
}
.xsjf-intr .xsjf-agent .agent-box .agent-box-title {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-agent .agent-box .agent-box-title {
    font-size: 20px;
    margin: 10px 0;
  }
}
.xsjf-intr .xsjf-agent .agent-box .agent-box-desc {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .xsjf-agent .agent-box .agent-box-desc {
    font-size: 14px;
    margin: 5px 0;
  }
}
.xsjf-intr .xsjf-agent .agent-box .agent-box-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xsjf-intr .xsjf-agent .agent-box .agent-box-imgs img {
  margin: 0;
  margin-right: 20px;
}
.xsjf-intr .partner-bottom {
  padding: 100px 0;
  background-color: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .partner-bottom {
    padding: 50px 10px;
    box-sizing: border-box;
  }
}
.xsjf-intr .partner-bottom .bottom-title {
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .partner-bottom .bottom-title {
    font-size: 22px;
  }
}
.xsjf-intr .partner-bottom .bottom-desc {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.xsjf-intr .partner-bottom .partner-btn {
  display: block;
  margin: 60px auto 0;
  width: 250px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-color: #f10000;
  text-align: center;
  font-size: 28px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .xsjf-intr .partner-bottom .partner-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
}
.kuaiqian-rate {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .kuaiqian-rate {
    padding: 30px 0;
  }
}
.kuaiqian-rate .rate-title {
  text-align: center;
  font-size: 24px;
}
.kuaiqian-rate .rate-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kuaiqian-rate .rate-nav {
    margin: 30px 0;
  }
}
.kuaiqian-rate .rate-nav .rate-item {
  width: 33%;
  text-align: center;
  border-right: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px 0;
  height: 300px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
.kuaiqian-rate .rate-nav .rate-item:hover {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .kuaiqian-rate .rate-nav .rate-item {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.kuaiqian-rate .rate-nav .rate-item.adv-item {
  border: 0;
}
.kuaiqian-rate .rate-nav .rate-item:last-child {
  border-right: 0;
}
.kuaiqian-rate .rate-nav .rate-item .rate-item-title {
  margin: 40px 0 20px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kuaiqian-rate .rate-nav .rate-item .rate-item-title {
    margin: 20px 0 10px;
    font-size: 20px;
  }
}
.kuaiqian-rate .rate-nav .rate-item .rate-item-desc {
  font-size: 14px;
  text-align: center;
  color: #666;
}
.pay-content {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.pay-content.pay-content-item {
  display: none;
}
.pay-content.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pay-content {
    padding: 40px 0;
    flex-wrap: wrap;
    width: 100%;
  }
}
.pay-content .pay-left-img {
  width: 36%;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .pay-content .pay-left-img {
    width: 100%;
    margin-right: 0px;
  }
}
.pay-content .pay-right-box {
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pay-content .pay-right-box {
    margin-top: 20px;
  }
}
.pay-content .pay-right-box .pay-right-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #f10000;
  margin: 10px 0;
}
.pay-content .pay-right-box .pay-right-title img {
  margin: 0 10px 0 0;
}
.kauiqian-content1 {
  background-color: #f8f8f8;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 {
    padding: 20px 0;
  }
}
.kauiqian-content1.pos-content1 {
  background-color: #fff;
}
.kauiqian-content1.pos-content1 {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1.pos-content1 {
    padding: 30px 0 0;
  }
}
.kauiqian-content1.phone-content1 {
  padding: 40px 0 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1.phone-content1 {
    padding: 20px 0 0;
  }
}
.kauiqian-content1 .content1-title {
  font-size: 24px;
  text-align: center;
}
.kauiqian-content1.bigcode-cotent2 {
  position: relative;
  padding: 0px;
}
.kauiqian-content1.bigcode-cotent2 .bigcode-cotent2-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kauiqian-content1 .content1-nav {
  display: flex;
  align-items: center;
  margin: 80px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav {
    margin: 20px 0 20px;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.kauiqian-content1 .content1-nav.other-nav {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav.other-nav {
    margin: 40px 0 0;
  }
}
.kauiqian-content1 .content1-nav .content1-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-left {
    width: 100%;
    order: 10;
  }
}
.kauiqian-content1 .content1-nav .content1-left .code-content2-img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-left .code-content2-img {
    width: 100%;
  }
}
.kauiqian-content1 .content1-nav .content1-left .content3-code {
  margin-left: 230px;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-left .content3-code {
    margin: 0 auto;
  }
}
.kauiqian-content1 .content1-nav .content1-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .kauiqian-content1 .content1-nav .content1-right p {
    text-align: center;
  }
}
.kauiqian-content1 .content1-nav .content1-right .content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right .content-nav {
    margin: 40px 0;
  }
}
.kauiqian-content1 .content1-nav .content1-right.core-content1-right {
  width: 30%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right.core-content1-right {
    width: 100%;
    font-size: 16px;
    margin-left: 0px;
  }
}
.kauiqian-content1 .content1-nav .content1-right p {
  font-size: 18px;
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p {
    font-size: 15px;
  }
}
.kauiqian-content1 .content1-nav .content1-right p.t-c {
  text-align: center;
}
.kauiqian-content1 .content1-nav .content1-right p.title {
  font-size: 26px;
  color: #333;
  line-height: 2;
  margin: 20px 0;
}
.kauiqian-content1 .content1-nav .content1-right p.red {
  color: #f42c2f;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.red {
    margin: 0px 0;
  }
}
.kauiqian-content1 .content1-nav .content1-right p.orange {
  color: #ff8746;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.orange {
    margin: 0px 0;
  }
}
.kauiqian-content1 .content1-nav .content1-right p.pos-title2 {
  font-size: 26px;
  color: #333;
  line-height: 2;
  margin: 20px 0 20px 40px;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.pos-title2 {
    font-size: 24px;
    margin: 10px 0 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.pos-title2.pos-title3 {
    font-size: 24px;
    margin: 10px 0 10px 0px;
    color: #fff;
  }
}
.kauiqian-content1 .content1-nav .content1-right p.desc {
  margin-left: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.desc {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .kauiqian-content1 .content1-nav .content1-right p.desc.pos-desc {
    color: #fff;
  }
}
.xsjf-product .kuaiqian-banner {
  width: 100%;
}
.xsjf-product .payment-banner {
  position: relative;
}
.xsjf-product .payment-banner .xsjf-pay-box {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .xsjf-product .payment-banner .xsjf-pay-box {
    top: -20px;
    width: 93%;
  }
}
.xsjf-product .payment-banner .xsjf-pay-box .xsjf-pay-nav {
  display: flex;
  align-items: center;
}
.xsjf-product .payment-banner .xsjf-pay-box .xsjf-pay-nav .pay-item {
  flex: 1;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .xsjf-product .payment-banner .xsjf-pay-box .xsjf-pay-nav .pay-item {
    height: 80px;
    line-height: 80px;
  }
}
.xsjf-product .payment-banner .xsjf-pay-box .xsjf-pay-nav .pay-item.active {
  border-bottom: 2px solid #f10000;
  background-color: #f7f7f7;
}
.xsjf-product .xsjf-content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-product .xsjf-content2 {
    margin: 40px 0;
    flex-wrap: wrap;
  }
}
.xsjf-product .xsjf-content2 .content2-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .xsjf-product .xsjf-content2 .content2-left {
    width: 100%;
    padding: 0 10px;
  }
}
.xsjf-product .xsjf-content2 .content2-left .content2-left-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .xsjf-product .xsjf-content2 .content2-left .content2-left-item {
    justify-content: center;
    width: 100%;
  }
}
.xsjf-product .xsjf-content2 .content2-left .content2-left-item .content2-left-box {
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-product .xsjf-content2 .content2-left .content2-left-item .content2-left-box {
    flex: 1;
  }
}
.xsjf-product .xsjf-content2 .content2-left .content2-left-item .content2-left-box .content2-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.xsjf-product .xsjf-content3 {
  padding: 10px 0;
  background-color: #f8f8f8;
}
.xsjf-product .product-bottom {
  padding-bottom: 60px;
}
.xsjf-product .product-bottom .product-bottom-img {
  margin: 40px 0;
}
.xsjf-product .product-bottom .product-bottom-desc {
  color: #666;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
.xsjf-core {
  padding: 80px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .xsjf-core {
    padding: 20px 10px;
    box-sizing: border-box;
  }
}
.xsjf-core.index-core {
  padding: 0;
}
.xsjf-core .core-title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-title {
    font-size: 16px;
  }
}
.xsjf-core .core-desc {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-desc {
    font-size: 14px;
  }
}
.xsjf-core .core-nav {
  display: flex;
  align-items: center;
  margin: 40px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-nav {
    margin: 20px auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.xsjf-core .core-nav.index-core-nav {
  margin: 0px;
}
.xsjf-core .core-nav .core-item {
  height: 360px;
  margin: 20px 0;
  width: 30%;
  text-align: center;
  background-color: #fff;
  padding: 60px 40px 60px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
.xsjf-core .core-nav .core-item:hover {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-nav .core-item {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.xsjf-core .core-nav .core-item.index-core-item {
  margin: 0px;
}
.xsjf-core .core-nav .core-item.pay-item {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-nav .core-item.pay-item {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.xsjf-core .core-nav .core-item p {
  text-align: center;
}
.xsjf-core .core-nav .core-item .core-item-title {
  margin: 20px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-core .core-nav .core-item .core-item-title {
    font-size: 16px;
  }
}
.xsjf-core .core-nav .core-item .core-item-desc {
  color: #999;
  min-height: 85px;
}
.xsjf-person .core-content {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .xsjf-person .core-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-person .core-content .core-pay-desc {
  padding-left: 25px;
  color: #666;
}
.xsjf-person .core-content .core-title {
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-person .core-content .core-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.payee-type-nav {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .payee-type-nav {
    margin: 20px 0;
    flex-direction: column;
    justify-content: center;
  }
}
.payee-type-nav .type-item {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .payee-type-nav .type-item {
    margin: 20px 0;
  }
}
.payee-type-nav .type-item p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}
.xsjf-payee .payee-intr-box {
  background-color: #f4f6f9;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-intr-box {
    padding: 20px 10px;
    box-sizing: border-box;
  }
}
.xsjf-payee .payee-intr-box .payee-intr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xsjf-payee .payee-intr-box .payee-intr .payee-left-intr .payee-left-intr-item {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.xsjf-payee .payee-intr-box .payee-intr .payee-left-intr .payee-left-intr-item img {
  margin: 0;
}
.xsjf-payee .payee-intr-box .payee-intr .payee-left-intr .payee-left-intr-item .payee-left-txt {
  font-size: 15px;
  margin-left: 20px;
  color: #666;
}
.xsjf-payee .payee-intr-box .payee-intr .payee-right-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-intr-box .payee-intr .payee-right-img {
    margin-left: 20px;
  }
}
.xsjf-payee .xsjf-scence {
  position: relative;
}
.xsjf-payee .xsjf-scence .xsjf-scence-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .xsjf-payee .xsjf-scence .xsjf-scence-box {
    padding: 0 50px;
    box-sizing: border-box;
  }
}
.xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-title {
    font-size: 24px;
  }
}
.xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav {
    flex-direction: column;
    margin: 10px 0 0;
  }
}
.xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav .xsjf-scence-item {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav .xsjf-scence-item {
    width: 100%;
    margin: 10px 0;
  }
  .xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav .xsjf-scence-item img {
    width: 100px;
  }
}
.xsjf-payee .xsjf-scence .xsjf-scence-box .xsjf-scence-nav .xsjf-scence-item .xsjf-scence-desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.xsjf-payee .payee-bottom {
  position: relative;
}
.xsjf-payee .payee-bottom .payee-bottom-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-bottom .payee-bottom-box {
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
  }
}
.xsjf-payee .payee-bottom .payee-bottom-box .payee-bottom-title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-bottom .payee-bottom-box .payee-bottom-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.xsjf-payee .payee-bottom .payee-bottom-box .payee-box {
  margin: 20px 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-bottom .payee-bottom-box .payee-box {
    margin: 10px 0;
    padding: 20px 10px;
  }
}
.xsjf-payee .payee-bottom .payee-bottom-box .payee-box p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .xsjf-payee .payee-bottom .payee-bottom-box .payee-box p {
    font-size: 14px;
  }
}
.pos-pay-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .pos-pay-nav {
    margin: 30px 0 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .pos-pay-nav .pos-pay-item {
    width: 48%;
    margin: 20px 0;
  }
}
.pos-pay-nav .pos-pay-item .aboutus-pay-item {
  width: 250px;
  height: 0;
  padding-bottom: 110%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pos-pay-nav .pos-pay-item .aboutus-pay-item {
    width: 100%;
  }
}
.pos-pay-nav .pos-pay-item .aboutus-pay-item img {
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pos-pay-nav .pos-pay-item p {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
}
.xsjf-pos .xsjf-pos-core {
  position: relative;
}
.xsjf-pos .xsjf-pos-core-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core-box {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-pos .xsjf-pos-core-box-title {
  font-size: 28px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core-box-title {
    font-size: 20px;
  }
}
.xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav {
    margin: 20px 0;
  }
}
.xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item {
  flex: 1;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item {
    padding-bottom: 10px;
  }
}
.xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item .xsjf-pos-core-desc {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item .xsjf-pos-core-desc {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item.active .xsjf-pos-core-desc {
  border-bottom: 2px solid #f10000;
}
.xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item .xsjf-pos-core-img {
  margin: 40px auto;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-pos-core .xsjf-pos-core-nav .xsjf-pos-core-nav-item .xsjf-pos-core-img {
    height: 35px;
  }
}
.xsjf-pos .xsjf-database {
  padding: 20px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-database {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-pos .xsjf-database .database-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-database .database-nav {
    margin: 40px 0;
    flex-wrap: wrap;
  }
}
.xsjf-pos .xsjf-database .database-nav .database-left {
  width: 32%;
  font-size: 15px;
  color: #666;
  margin-right: 100px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .xsjf-pos .xsjf-database .database-nav .database-left {
    width: 100%;
    order: 10;
    margin-right: 0;
  }
}
.xsjf-pos .xsjf-database .database-nav .database-left .database-left-desc {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
}
.xsjf-bigqrcode .code-content1 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-bigqrcode .code-content1 {
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
  }
}
.xsjf-desk .desk-content {
  position: relative;
}
.xsjf-desk .desk-content .suit-scence {
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  width: 460px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.xsjf-desk .desk-content .suit-scence .scence-title {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.xsjf-desk .desk-content .suit-scence .small-box {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.xsjf-desk .desk-content .suit-scence .small-box .small-title {
  font-size: 20px;
  margin: 10px 0;
}
.xsjf-desk .desk-content .suit-scence .small-box .small-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #999;
}
.xsjf-desk .desk-content .suit-scence .small-box .small-item img {
  margin: 0;
  margin-right: 10px;
}
.xsjf-pay .xsjf-solute {
  margin-bottom: 80px;
}
.xsjf-pay .pay-content {
  position: relative;
  padding: 0;
  margin-top: 60px;
  box-shadow: 1px 1px 5px 5px #efefef;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .xsjf-pay .pay-content {
    margin-top: 20px;
  }
}
.xsjf-pay .pay-content .pay-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 550px;
}
@media screen and (max-width: 768px) {
  .xsjf-pay .pay-content .pay-box {
    width: 100%;
    top: 0;
    transform: translateY(0);
    position: static;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.xsjf-pay .pay-content .pay-box .pay-desc {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  padding: 20px 0;
  position: relative;
}
.xsjf-pay .pay-content .pay-box .pay-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  height: 6px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .xsjf-pay .pay-content .pay-box .pay-desc::before {
    height: 3px;
  }
}
.xsjf-pay .pay-content .pay-box .pay-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .xsjf-pay .pay-content .pay-box .pay-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.xsjf-payserver .xsjf-payserver-desc {
  background-color: #fafafa;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-payserver .xsjf-payserver-desc {
    display: none;
  }
}
.xsjf-payserver .xsjf-payserver-desc .xsjf-payserver-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xsjf-payserver .xsjf-payserver-desc .xsjf-payserver-nav p {
  line-height: 2;
}
.xsjf-news-contain {
  background: #fff;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .xsjf-news-contain {
    min-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .xsjf-news {
    margin-top: 0px;
  }
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists {
    margin-top: 0px;
    padding: 0;
    box-sizing: border-box;
  }
}
.xsjf-news .xsjf-news-lists li {
  margin-bottom: 25px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists li {
    background: #fff;
    margin-bottom: 10px;
  }
  .xsjf-news .xsjf-news-lists li a {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .xsjf-news .xsjf-news-lists li a .img {
    width: 25%;
  }
}
.xsjf-news .xsjf-news-lists li:hover {
  box-shadow: 2px 5px 10px 0px #f2f2f2;
  background-color: #f8f8f8;
}
.xsjf-news .xsjf-news-lists a {
  display: flex;
}
.xsjf-news .xsjf-news-lists a:hover .item-info {
  transform: translateX(30px);
  transition: all 0.5s;
  position: relative;
}
.xsjf-news .xsjf-news-lists a:hover .item-info h4 {
  color: #8F71E1;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists a:hover .item-info {
    transform: translateX(0px);
  }
  .xsjf-news .xsjf-news-lists a:hover .item-info::before {
    display: none;
  }
}
.xsjf-news .xsjf-news-lists a .img {
  margin-left: 1%;
  width: 20%;
  padding: 10px;
  padding-bottom: 17.5%;
  position: relative;
}
.xsjf-news .xsjf-news-lists a .img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 100%;
}
.xsjf-news .xsjf-news-lists a .item-info {
  width: calc(75% - 30px);
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists a .item-info {
    padding: 10px;
    box-sizing: border-box;
    width: 65%;
  }
}
.xsjf-news .xsjf-news-lists a .item-info .time {
  padding: 20px 0;
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists a .item-info .time {
    padding: 7px 0;
    font-size: 12px;
    color: #969696;
  }
}
.xsjf-news .xsjf-news-lists a .item-info p {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists a .item-info p {
    font-size: 12px;
    line-height: 20px;
  }
}
.xsjf-news .xsjf-news-lists a .item-info h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .xsjf-news .xsjf-news-lists a .item-info h4 {
    font-size: 16px;
  }
}
.xsjf-newsdetail {
  background-color: #f5f6f7;
  padding-bottom: 50px;
  padding-top: 50px;
}
.xsjf-newsdetail .prodetail-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box {
  width: calc(76% - 55px);
  overflow: hidden;
  background-color: #ffffff;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 14px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left {
  width: 87%;
  margin: 0 auto;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .fxtl-prodetail-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .fxtl-prodetail-title .time {
  margin: 30px 0 20px;
  font-size: 16px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .img-container {
  position: relative;
  padding-bottom: 56.5%;
  margin-bottom: 25px;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .img-container .img-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .img-container .img-box img {
  display: block;
  height: 100%;
  width: auto;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .info-container {
  overflow: hidden;
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info {
    margin-top: 20px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des {
  font-size: 18px;
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des {
    font-size: 13px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des.more-des {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des.more-des {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des.more-des::after {
  content: '';
  width: 15px;
  height: 15px;
  top: 10px;
  position: absolute;
  left: 0;
  background-color: #cfa972;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .section-info .des.more-des::after {
    width: 8px;
    height: 8px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box {
  font-size: 26px;
  color: #353535;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box span.en-uper {
  font-size: 18px;
  color: #777777;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box span.en-uper {
    font-size: 12px;
  }
}
.xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box .title {
  margin-top: 20px;
  position: relative;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .left-box .left .detail-content .pro-title-box .title {
    margin-top: 10px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box {
  overflow: hidden;
  width: 26%;
  background-color: #ffffff;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box {
    width: 100%;
    padding: 50px 0;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .right {
  width: 72%;
  margin: 0 auto;
}
.xsjf-newsdetail .prodetail-contain .right-box .right .fxtl-prodetail-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.xsjf-newsdetail .prodetail-contain .right-box .right .fxtl-prodetail-title::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 28px;
  background-color: #7f53da;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box .right .fxtl-prodetail-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box .right {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a:first-of-type .img-box {
    margin-top: 20px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .img-box {
  position: relative;
  padding-bottom: 53%;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .img-box {
    padding-bottom: 60%;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info {
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  margin: 20px 0 40px;
}
@media screen and (max-width: 480px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info {
    padding: 16px 0px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0px;
  width: 30px;
  height: 3px;
  background-color: #7f53da;
}
@media screen and (max-width: 480px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info::before {
    content: normal;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .en-title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  color: #a3a2a2;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .en-title {
    font-size: 12px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .zh-title {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .zh-title {
    font-size: 17px;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .time {
  margin: 30px 0 20px;
  font-size: 12px;
  color: #999999;
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .des {
  margin: 10px 0;
  font-size: 14px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists a .pro-info .des {
    font-size: 14px;
    margin: 16px 0;
  }
}
.xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists .link-more {
  width: 78.125%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 65px;
  height: 65px;
  background-color: #dcdcdc;
}
@media screen and (min-width: 769px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists .link-more:hover {
    background-color: #cfa972;
  }
}
@media screen and (max-width: 768px) {
  .xsjf-newsdetail .prodetail-contain .right-box .fxtl-pro-lists .link-more {
    width: 210px;
    line-height: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 20px;
    background-color: #cfa972;
  }
}
.xsjf-friend .xsjf-friend-content {
  position: relative;
}
.xsjf-friend .xsjf-friend-content .friend-content-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
.xsjf-friend .xsjf-friend-content .friend-content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .xsjf-friend .xsjf-friend-content .friend-content-box {
    display: none;
  }
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 60px 60px;
  box-sizing: border-box;
  border-radius: 10px;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left {
  width: 500px;
  position: relative;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left:first-child {
  margin-right: 40px;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left:first-child::before {
  position: absolute;
  right: -40px;
  top: 0;
  border-right: 1px dotted #bfbfbf;
  height: 100%;
  width: 1px;
  content: "";
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left .table-left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #f7f7f7;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left .table-left-nav:nth-child(2n) {
  background-color: #fff;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left .table-left-nav div {
  width: 60%;
  padding: 12px 0;
}
.xsjf-friend .xsjf-friend-content .friend-content-box .friend-content-table .friend-table-nav .friend-table-left .table-left-nav div:first-child {
  width: 40%;
  border-right: 1px solid #f7f7f7;
}
.xsjf-friend .friend-boss-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .friend-boss-nav {
    flex-wrap: wrap;
  }
}
.xsjf-friend .friend-boss-nav .boss-item {
  padding: 20px 20px 40px;
  width: 285px;
  box-sizing: border-box;
  line-height: 1.5;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 15px 10px #f9f9f9;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .friend-boss-nav .boss-item {
    width: 100%;
    padding: 10px 10px 20px;
  }
}
.xsjf-friend .friend-boss-nav .boss-item:hover {
  background-color: #fff;
  box-shadow: 1px 1px 15px 10px #f9f9f9;
}
.xsjf-friend .friend-boss-nav .boss-item:hover .boss-item-title {
  color: #e5000e;
}
.xsjf-friend .friend-boss-nav .boss-item .boss-item-title {
  font-size: 20px;
  margin: 20px 0;
}
.xsjf-friend .friend-boss-nav .boss-item .boss-item-desc {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .friend-boss-nav .boss-item .boss-item-desc {
    font-size: 14px;
    min-height: 150px;
  }
}
.xsjf-friend .xsjf-form {
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 1px 12px 10px #f1f1f1;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .xsjf-form {
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
.xsjf-friend .xsjf-form .form-left {
  width: 50%;
  background-color: #f4f4f4;
  padding: 60px 40px;
  box-sizing: border-box;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .xsjf-form .form-left {
    width: 100%;
  }
}
.xsjf-friend .xsjf-form .form-left .form-left-title {
  font-size: 24px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .xsjf-friend .xsjf-form .form-left .form-left-title {
    margin: 20px 0;
  }
}
.partner-right-person {
  display: flex;
  padding: 40px;
  border-bottom: 1px solid #f7f7f7;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .partner-right-person {
    padding: 20px;
  }
}
.partner-right-person .person-img {
  border-radius: 50%;
  margin-right: 40px;
}
.partner-right-person .person-img img {
  width: 285px;
  height: 215px;
}
@media screen and (max-width: 768px) {
  .partner-right-person .person-img {
    margin-right: 20px;
  }
}
.partner-right-person .person-box {
  width: 100%;
}
.partner-right-person .person-box .person-btn {
  margin-top: 40px;
  margin-left: auto;
  background-color: #f10000;
  color: #fff;
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  border-radius: 10px;
  line-height: 30px;
}
.partner-right-person .person-box .person-title {
  font-size: 24px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .partner-right-person .person-box .person-title {
    font-size: 18px;
  }
}
.partner-right-person .person-box .person-title span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .partner-right-person .person-box .person-title span {
    font-size: 14px;
  }
}
.partner-right-person .person-box .person-title-desc {
  color: #f10000;
  font-size: 18px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .partner-right-person .person-box .person-title-desc {
    font-size: 15px;
  }
}
.partner-right-person .person-box .person-desc {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .partner-right-person .person-box .person-desc {
    font-size: 14px;
  }
}
.xsjf-partner {
  background-color: #f7f7f7;
  min-height: 100%;
}
.xsjf-partner .partner-nav {
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xsjf-partner .partner-nav {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.xsjf-partner .partner-nav .partner-left {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .xsjf-partner .partner-nav .partner-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.xsjf-partner .partner-nav .partner-left .partner-left-item {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  color: #333;
}
@media screen and (max-width: 768px) {
  .xsjf-partner .partner-nav .partner-left .partner-left-item {
    width: 30%;
    text-align: center;
  }
}
.xsjf-partner .partner-nav .partner-left .partner-left-item.active {
  position: relative;
  color: #e60012;
}
.xsjf-partner .partner-nav .partner-left .partner-left-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .xsjf-partner .partner-nav .partner-left .partner-left-item.active::before {
    height: 2px;
    width: 100%;
    bottom: 0;
  }
}
.xsjf-partner .partner-nav .partner-right {
  width: 950px;
  background-color: #fff;
}
.xsjf-partner .partner-nav .partner-right .invite-box {
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}
.xsjf-partner .partner-nav .partner-right .invite-box .invite-title {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 24px;
  line-height: 2;
}
.xsjf-partner .partner-nav .partner-right .invite-box .invite-small-title {
  font-size: 20px;
  margin: 30px 0 30px;
}
.xsjf-partner .partner-nav .partner-right .invite-box .invite-small-title span {
  font-size: 18px;
}
.xsjf-partner .partner-nav .partner-right .partner-right-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.xsjf-partner .partner-nav .partner-right .partner-right-box .partner-right-item {
  padding: 20px;
  width: 290px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .xsjf-partner .partner-nav .partner-right .partner-right-box .partner-right-item {
    width: 48%;
    margin-right: 4%;
  }
  .xsjf-partner .partner-nav .partner-right .partner-right-box .partner-right-item:nth-child(2n) {
    margin-right: 0;
  }
}
.xsjf-partner .partner-nav .partner-right .partner-right-box .partner-right-item p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.partner-box {
  background-color: #fff;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .partner-box {
    margin-top: 0;
  }
}
.xsjf-aboutus .honor-slide-img {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.xsjf-aboutus .honor-slide-img .honor-img {
  width: 23.5%;
  margin-bottom: 25px;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .xsjf-aboutus .honor-slide-img .honor-img {
    width: 48%;
  }
}
.xsjf-aboutus .honor-slide-img .honor-img:nth-child(4n) {
  margin: 0;
}
.xsjf-aboutus .honor-slide-img .honor-img p {
  text-align: center;
  margin: 10px 0;
}
.xsjf-aboutus .honor-slide-img .honor-img img {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
}
.xsjf-safe .safe-content {
  padding: 20px 0;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .xsjf-safe .safe-content {
    padding: 10px 10px;
    margin: 10px auto;
    box-sizing: border-box;
  }
}
.xsjf-safe .safe-content .safe-content-title {
  font-size: 24px;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 2px solid #f6f6f6;
}
@media screen and (max-width: 768px) {
  .xsjf-safe .safe-content .safe-content-title {
    font-size: 17px;
    padding: 10px 0 30px;
    line-height: 1.5;
    margin: 10px 0;
    text-align: center;
  }
}
.xsjf-safe .safe-content .safe-content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xsjf-safe .safe-content .safe-content-nav {
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.xsjf-safe .safe-content .safe-content-nav .safe-content-item {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .xsjf-safe .safe-content .safe-content-nav .safe-content-item {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}
.xsjf-safe .safe-content .safe-content-nav .safe-content-item img {
  margin: 0px 0 20px;
}
@media screen and (max-width: 768px) {
  .xsjf-safe .safe-content .safe-content-nav .safe-content-item img {
    margin: 0 auto;
  }
}
.xsjf-safe .safe-content .safe-content-nav .safe-content-item:last-child {
  margin-right: 0;
}
.xsjf-safe .safe-content .safe-content-nav .safe-content-item .safe-item-title {
  font-size: 18px;
  margin: 10px 0;
}
.xsjf-safe .safe-content .safe-content-nav .safe-content-item .safe-item-desc {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.xsjf-develop {
  background-color: #f7f7f7;
}
.xsjf-develop .develop-content .develop-content-item {
  display: none;
}
.xsjf-develop .develop-content .develop-content-item.active {
  display: block;
}
.xsjf-develop .develop-box {
  background-color: #fff;
}
.xsjf-develop .develop-box .develop-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .xsjf-develop .develop-box .develop-nav {
    flex-wrap: wrap;
  }
}
.xsjf-develop .develop-box .develop-nav .develop-item {
  margin: 20px 40px;
  font-size: 24px;
  color: #666;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .xsjf-develop .develop-box .develop-nav .develop-item {
    width: 30%;
    flex: 0 0 30%;
    text-align: center;
    margin: 10px 0;
  }
}
.xsjf-develop .develop-box .develop-nav .develop-item.active {
  font-size: 32px;
  color: #333;
}
.pagination {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 30px;
  height: 30px;
  margin: 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.pagination li a {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 100%;
}
.pagination li span {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.pagination li.active span {
  color: #ffffff;
  background: #39ac6c;
}
.cases-common-bottom {
  text-align: center;
  padding: 80px 0;
}
.cases-common-bottom p {
  text-align: center;
}
.cases-common-bottom .cases-common-btn {
  display: inline-block;
  margin: 10px auto;
  padding: 15px 40px;
  background-color: #f10000;
  color: #fff;
  border-radius: 10px;
}
.back-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .back-box {
    width: 100%;
    height: 60px;
  }
}
.back-box section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  font-size: 16px;
  background-color: #333333;
  color: white;
  border-radius: 22.5px;
}
@media screen and (max-width: 768px) {
  .back-box section {
    font-size: 14px;
    margin-left: 20px;
    width: 80px;
    height: 35px;
  }
}
.xsjf-banner {
  position: relative;
}
.xsjf-banner .link-join {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #f10000;
  font-size: 16px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.footer-box {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .footer-box {
    display: none;
  }
}
.footer-box .footer-box-content {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-box .footer-box-content .footer-btns {
  display: flex;
  align-items: center;
}
.footer-box .footer-box-content .footer-btns img {
  display: inline-block;
  margin-right: 20px;
}
#links {
  min-width: 300px;
}
@media screen and (min-width: 768px) {
  #links {
    display: flex;
    font-size: 14px;
    color: #b2b2b2;
    height: 35px;
    align-items: center;
  }
  #links a {
    color: #b2b2b2;
    display: flex;
    margin-left: 10px;
  }
}
.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}
.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #d5d5d5;
  background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  z-index: 5;
}
.timeline li {
  padding: 2em 0;
}
.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: red;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}
.timeline .hexa:before {
  border-bottom: 4px solid red;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}
.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid red;
  bottom: -4px;
}
.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}
.flag-wrapper {
  text-align: center;
  position: relative;
}
.flag {
  position: relative;
  display: inline;
  background: #ffffff;
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}
.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: #ffffff;
  border-width: 8px;
  pointer-events: none;
}
.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}
.direction-l .time-wrapper {
  float: none;
}
.direction-r .time-wrapper {
  float: none;
}
.time {
  background: red;
  display: inline-block;
  padding: 8px;
}
.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  z-index: 15;
}
.timeline li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 380px;
}
.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
  line-height: 1.5;
  text-align: start;
}
@media (min-width: 768px) {
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }
  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }
  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }
  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }
  .flag-wrapper {
    display: inline-block;
  }
  .flag {
    font-size: 18px;
  }
  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #fefefe;
    border-width: 8px;
  }
  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #fefefe;
    border-width: 8px;
    left: -8px;
  }
  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }
  .direction-l .time-wrapper {
    float: left;
  }
  .direction-r .time-wrapper {
    float: right;
  }
  .time {
    padding: 5px 10px;
  }
  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}
@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }
  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}
/*# sourceMappingURL=public.css.map */