html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
}

li a {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}

body {
  background: #fff;
}

a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
}

input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

ul,
li {
  list-style: none;
}

.cursorDefault:hover {
  cursor: default !important;
}

.cursorDefault li:hover {
  cursor: default !important;
}

.clr::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.my_width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer_my_width {
  position: absolute;
  bottom: 0;
}
.suspension {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 12rem;
  right: 30px;
  z-index: 9;
}
.suspension .suspension_div {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #f0f2f4;
  border-radius: 50%;
  color: #555555;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.suspension .suspension_div:hover {
  color: #4c81ff;
}
.suspension .suspension_div img {
  width: 15px;
  margin: 15px auto 5px auto;
}
.suspension_hover {
  position: relative;
}
.suspension_hover .left {
  position: absolute;
  right: 110px;
  width: 200px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(14, 53, 106, 0.15);
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #131313;
}
.QR_code .left {
  width: 130px;
  height: 150px;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 40px;
}
.QR_code .left img {
  margin-top: 15px;
}
/*@media (max-width:1400px) {
    .my_width {
        width: 1400px
    }
}

@media (max-width:1500px) {
    .my_width {
        width: 1500px
    }
}*/

.width1200 {
  width: 86rem;
}

.h-38929 {
  height: 36.214rem;
}

.header {
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 4rem;
  width: 100%;
  background-color: transparent;
}

.header .header-contain {
  width: 86rem;
  height: 4rem;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.header .header-contain .logo {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  width: 9.375rem;
  /* background-image: url(../img/logo.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header .header-contain .link_btn {
  float: right;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}

.header .header-contain .link_btn img {
  height: 1.4rem;
  margin-right: 0.4rem;
}

.header .header-contain .nav {
  float: left;
  height: 4rem;
  position: relative;
}
.header:hover {
  background: #fff;
}
/* .header:hover .show {
  height: 18rem;
} */
.header .header-contain .nav li {
  float: left;
  margin-right: 2rem;
  text-align: center;
  width: 6rem;
  height: 4rem;
  cursor: pointer;
}

.header .header-contain .nav li a {
  font-size: 1.125rem;
  line-height: 4rem;
  color: #ffffff;
  opacity: 0.8;
}

.header .header-contain .nav li:last-child {
  margin-right: 0;
}

.header .header-contain .nav li.active a {
  font-weight: bold;
  opacity: 1;
}

.header .header-contain .nav li .sub_nav {
  height: 0;
  max-height: 200px;
  position: absolute !important;
  width: 100%;
  overflow: hidden;
  left: 0;
  /* box-shadow: 0 1px 3px 0 rgba(61, 72, 93, 0.1) inset; */
  top: 3.2rem;
  /* transition: all 0.2s; */
  z-index: 9999;
  opacity: 0;
  background-color: transparent;
}

.header .header-contain .nav li .sub_nav .sub_title {
  height: 3.813rem;
  width: 80rem;
  font-family: Microsoft YaHei;
  font-size: 1.125rem;
  color: #999999;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
}

.header .header-contain .nav li .sub_nav .sub_title span {
  margin-top: auto;
  margin-bottom: auto;
  height: 1.625rem;
  line-height: 1.625rem;
}

.header .header-contain .nav li .sub_nav .sub_title .sub_title_class {
  font-family: Microsoft YaHei;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0rem;
  color: #16181a;
}

.header .header-contain .nav li .sub_nav .sub_title .sub_title_point {
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(10%);
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1.188rem;
  margin-left: 0.5rem;
}

/* .header .header-contain .nav li .sub_nav .sub_title::after {
                            content: "";
                            display: block;
                            width: 15px;
                            height: 15px;
                            background: url(../img/sub_title_icon.png) no-repeat;
                            background-size: cover;
                            position: absolute;
                            right: -20px;
                            top: 7px
                        }*/

.header .header-contain .nav li .sub_nav ul {
  width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /* justify-content: end; */
  /* margin-left: 20rem; */
}

.header .header-contain .nav li .sub_nav ul li {
  float: left;
  width: 17rem;
  height: 3rem;
  margin-left: 0rem;
  margin-bottom: 1.563rem;
  /* background-image: linear-gradient(0deg, #f9fafc 0%, #ffffff 100%);
  box-shadow: 0 0.313rem 0.625rem 0 rgba(26, 33, 44, 0.05);
  border-radius: 0.313rem; */
  /* border: solid 0.125rem #ffffff; */
  text-align: left;
}
.header .header-contain .nav li .sub_nav ul li .tit {
  font-size: 1rem;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #131313;
  line-height: 30px;
  margin-top: 1rem;
  cursor: auto;
}

.header .header-contain .nav li .sub_nav ul li:nth-child(5n + 1) {
  margin-left: 0;
}

.header .header-contain .nav li .sub_nav ul li a {
  display: block;
  font-size: 1.2rem;
  line-height: 4.375rem;
  text-align: left;
}

.header .header-contain .nav li .sub_nav ul li a span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-size: 1rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #7f838b;
  line-height: 30px;
}

/* .header .header-contain .nav li .sub_nav ul li:hover { */
/* background-color: #ffffff; */
/* box-shadow: 0 5px 10px 0 rgba(61, 72, 93, 0.1); */
/* border-radius: 5px; */
/* border: solid 2px #f9fafc; */
/* } */

.header .header-contain .nav li .sub_nav ul li span:hover {
  color: #2468f2;
  /* font-size: 1rem; */
}

.header .header-contain .nav li:hover .sub_nav {
  opacity: 1;
  background-color: #fff;
  height: auto !important;
  max-height: 1000px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* border-bottom: 1px solid rgba(61, 72, 93, 0.1); */
}

.header .header-contain .nav li:hover .sub_nav ul .s_li {
  /* background-image: linear-gradient(0deg, #f9fafc 0%, #ffffff 100%); */
}

.header .header-contain .nav .bot:hover:hover {
  border-bottom: 3px solid #2468f2;
}

.header .header-contain .nav li:hover:hover a {
  color: #2468f2;
  font-weight: bold;
}

.header .header-contain .nav.nav-index li:last-child {
  margin-right: 14.375rem;
}

.header.hover_li,
.header:hover {
  background: #fff !important;
  /* box-shadow: 0 0.313rem 0.625rem 0 rgba(176, 204, 250, 0.05); */
  box-shadow: 0 1px 3px 0 rgba(61, 72, 93, 0.1) inset;
}

.header.hover_li .logo,
.header:hover .logo {
  /* background-image: url(./img/icon_logo.png) !important; */
}

.header.hover_li .nav li a,
.header:hover .nav li a {
  color: #16181a !important;
}

.header.header-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.header.header-fixed {
  position: static;
}

.header.header-banner {
  background-color: transparent;
}
.header.header-banner .header-contain .nav li a {
  color: #3e3e3e;
}
.header.header-banner .header-contain .nav .active a {
  color: #3272ff;
  font-weight: 600;
}
.header.header-apply {
  background-color: transparent;
}

.header.header-apply .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

/* .header-contain .logo:hover {
  cursor: pointer;
} */

.header.header-apply .header-contain .nav li a {
  color: black;
}

.header.header-content {
  background-color: white;
}

.header.header-content .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

.header.header-content .header-contain .nav li a {
  color: #16181a;
}

.header.header-color {
  background-color: #f9fafc;
}

.header.header-color .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

.header.header-color .header-contain .nav li a {
  color: #16181a;
}

.header.header-no-color {
  background-color: transparent;
}

.header.header-no-color .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

.header.header-no-color .header-contain .nav li a {
  color: #16181a;
}

.header.header-no-color .header-contain .nav li a:hover {
  color: #305ed6;
}

.header.header-no-color .header-contain .nav li.active a,
.header.header-no-color .header-contain .nav li:hover a {
  color: #305ed6;
}

.header.header-JD {
  box-shadow: 0 0.071rem 0.214rem 0 rgba(61, 72, 93, 0.05);
}

.header.header-info {
  background-color: #fff;
}

.header.header-info .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

.header.header-info .header-contain .nav li a {
  color: #16181a;
}

.header.header-info .header-contain .nav li a:hover {
  color: #305ed6;
}

.header.header-info .header-contain .nav li.active a,
.header.header-info .header-contain .nav li:hover a {
  color: #305ed6;
}

.header.header-news {
  /*height: 8rem;*/
  box-shadow: 0 0.357rem 0.714rem 0 rgba(55, 99, 170, 0.05);
}

.header.header-news .header-contain .logo {
  /* background-image: url(./img/icon_logo.png); */
}

.header.header-news .header-contain .nav li a {
  color: #16181a;
}

.header.header-news .header-contain .nav li a:hover {
  color: #305ed6;
}

.header.header-news .header-contain .nav li .sub_nav {
  top: 5rem;
}

.header.header-news .header-contain .nav li.active a,
.header.header-news .header-contain .nav li:hover a {
  color: #305ed6;
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(0)
  span {
  background-image: url("../../img/product/product-0.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(0):hover
  span {
  background-image: url("../../img/product/product-0-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(1)
  span {
  background-image: url("../../img/product/product-1.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(1):hover
  span {
  background-image: url("../../img/product/product-1-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(2)
  span {
  background-image: url("../../img/product/product-2.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(2):hover
  span {
  background-image: url("../../img/product/product-2-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(3)
  span {
  background-image: url("../../img/product/product-3.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(3):hover
  span {
  background-image: url("../../img/product/product-3-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(4)
  span {
  background-image: url("../../img/product/product-4.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(4):hover
  span {
  background-image: url("../../img/product/product-4-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(5)
  span {
  background-image: url("../../img/product/product-5.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(5):hover
  span {
  background-image: url("../../img/product/product-5-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(6)
  span {
  background-image: url("../../img/product/product-6.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.product_nav
  li:nth-child(6):hover
  span {
  background-image: url("../../img/product/product-6-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(0)
  span {
  background-image: url("../../img/programme/programme-0.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(0):hover
  span {
  background-image: url("../../img/programme/programme-0-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(1)
  span {
  background-image: url("../../img/programme/programme-1.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(1):hover
  span {
  background-image: url("../../img/programme/programme-1-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(2)
  span {
  background-image: url("../../img/programme/programme-2.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(2):hover
  span {
  background-image: url("../../img/programme/programme-2-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(3)
  span {
  background-image: url("../../img/programme/programme-3.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(3):hover
  span {
  background-image: url("../../img/programme/programme-3-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(4)
  span {
  background-image: url("../../img/programme/programme-4.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(4):hover
  span {
  background-image: url("../../img/programme/programme-4-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(5)
  span {
  background-image: url("../../img/programme/programme-5.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(5):hover
  span {
  background-image: url("../../img/programme/programme-5-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(6)
  span {
  background-image: url("../../img/programme/programme-6.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.programme_nav
  li:nth-child(6):hover
  span {
  background-image: url("../../img/programme/programme-6-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(0)
  span {
  background-image: url("../../img/about/about-0.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(0):hover
  span {
  background-image: url("../../img/about/about-0-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(1)
  span {
  background-image: url("../../img/about/about-1.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(1):hover
  span {
  background-image: url("../../img/about/about-1-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(2)
  span {
  background-image: url("../../img/about/about-2.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(2):hover
  span {
  background-image: url("../../img/about/about-2-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(3)
  span {
  background-image: url("../../img/about/about-3.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(3):hover
  span {
  background-image: url("../../img/about/about-3-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(4)
  span {
  background-image: url("../../img/about/about-4.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(4):hover
  span {
  background-image: url("../../img/about/about-4-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(5)
  span {
  background-image: url("../../img/about/about-5.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(5):hover
  span {
  background-image: url("../../img/about/about-5-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(6)
  span {
  background-image: url("../../img/about/about-6.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(6):hover
  span {
  background-image: url("../../img/about/about-6-hover.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(7)
  span {
  background-image: url("../../img/about/about-7.png");
}

.header
  .header-contain
  .nav
  li
  .sub_nav
  .my_width
  ul.about_nav
  li:nth-child(7):hover
  span {
  background-image: url("../../img/about/about-7-hover.png");
}

.join {
  width: 100%;
  height: 16rem;
  background: url(../img/Product/join-product.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
  margin-top: 8rem;
  display: flex;
}

.join .join-us {
  text-align: center;
  font-family: Microsoft YaHei;
  margin: 3rem auto;
}

.join .join-us p {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.join .join-us .join-description {
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 0.714rem;
  margin-bottom: 2.143rem;
}

.join .join-us span {
  display: block;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 30px;
}

.join .join-us .Application-btn {
  display: block;
  margin: 0 auto;
  width: 7.143rem;
  height: 2.286rem;
  border-radius: 0.357rem;
  border: solid 0.071rem #ffffff;
  color: white;
  background-color: transparent;
  font-family: Microsoft YaHei;
  font-size: 1rem;
}

.join .join-us .Application-btn.index-btn {
  border: solid 0.15rem rgba(225, 225, 225, 0.5);
}

.join .join-us .Application-btn:hover {
  border-color: transparent;
  color: #306bdd;
  background-color: #fff;
}

.join .join-us .Join-btn {
  display: block;
  margin: 0 auto;
  width: 8.143rem;
  height: 2.286rem;
  border-radius: 0.357rem;
  color: #306bdd;
  background-color: #fff;
  border-color: transparent;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.4s;
}

.join .join-us .Join-btn:hover {
  color: white;
  background-color: rgba(225, 225, 225, 0.5);
  box-shadow: 0 6px 24px rgba(31, 35, 41, 0.08);
}

.join.no-mt-join {
  margin-top: 0;
}

.join.join-customer {
  background: url(../img/customer/join-customer.png) no-repeat 0 0;
  background-size: cover;
  height: 13.214rem;
}

.join.join-customer .join-us .Application-btn,
.join.join-customer .join-us .Join-btn {
  margin-top: 2.143rem;
}

.join.join-join {
  height: 12.714rem;
  background: url(../img/about/join/join-join.png) no-repeat 0 0;
  background-size: cover;
}

.join.join-join .join-us .Application-btn,
.join.join-join .join-us .Join-btn {
  margin-top: 2.143rem;
}

.join.join-index {
  height: 11.429rem;
  background: url(../img/index/join-index.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.join.join-index .join-us .Application-btn {
  margin-top: 1.571rem;
}

.join.join-index .join-us p {
  font-size: 1.571rem;
}

.service {
  margin-top: 0;
  height: 6rem;
  background-color: #f9fafc;
  border-bottom: solid 0.063rem #efefef;
}

.service ul {
  height: 6rem;
  width: 86rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service ul li {
  height: 3.188rem;
  float: left;
  margin-right: 10.666rem;
  text-align: center;
  display: flex;
}

.service ul li:last-child {
  margin-right: 0;
}

.service ul li img {
  height: 3.188rem;
}

.service ul li span {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.6rem;
}

.service-news {
  height: 9rem;
  overflow: hidden;
}

.service-news ul {
  margin-top: 2rem;
}

footer {
  height: 18.56rem;
  background-color: #303030;
  padding-top: 1.813rem;
}

footer .info {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

footer .info .home {
  width: 45rem;
  float: left;
}

footer .info .home ul li {
  width: 15rem;
  margin-right: 1rem;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .info .home ul li p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #fff;
}

footer .info .home ul li a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}

footer .info .home ul li a:hover {
  color: #305ed6;
}

footer .info .relation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 35rem;
}

footer .info .relation .text {
  display: flex;
  flex-direction: column;
  margin-left: 0rem;
}

footer .info .relation .text p {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  color: #fff;
  line-height: 1.857rem;
}
footer .info .relation .text p:nth-child(1),
footer .info .relation .text p:nth-child(3) {
  font-size: 1.2rem;
}
footer .info .relation .text p:nth-child(2) {
  margin-top: 0.688rem;
  margin-bottom: 0.438em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.857rem;
  height: 1.857rem;
}

footer .info .relation .qr {
  width: 6.875rem;
  height: 10.313rem;
}
footer .info .relation .qr p {
  padding-top: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

footer .copyright {
  width: 80rem;
  height: 1rem;
  margin: 0 auto;
  margin-top: 3rem;
  line-height: 1rem;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  color: #fff;
  border-top: 1px solid #dae2ee;
  padding-top: 2rem;
}

footer .copyright span {
  margin: 0;
  font-family: Microsoft YaHei;
}

footer .copyright img {
  /* height: 1rem; */
}

* {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#dowebok {
  position: absolute;
  top: 0px;
  z-index: 99;
}

#dowebok .section {
  height: 100%;
}

.bgc-join {
  height: 100%;
  background: url(../img/solve/solve-banner.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  display: flex;
}

.bgc-join.bgc_product {
  background: url(../img/product/product-banner.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.bgc-join.bgc_customer {
  background-image: url(../img/customer/customer-info/list-title.png);
  width: 100%;
}

.bgc-join.bgc_about_1 {
  background-image: url(../img/banner/Intro.jpg);
  background-size: cover;
  background-position: center;
}

.bgc-join.bgc_about_2 {
  background-image: url(../img/banner/job.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.bgc-join.bgc_about_3 {
  background-image: url(../img/banner/cooperation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.bgc-join.bgc-join-nfs .text {
  margin-top: 16.938rem;
}

.bgc-join.bgc_index {
  background-image: none;
}

.bgc-join.bgc_index.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.bgc-join.bgc_index .swiper-pagination-bullets {
  bottom: 50%;
  left: 96vw;
  width: 8px;
}

.bgc-join.bgc_index .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 100%;
  background: rgba(225, 225, 225, 0.5);
  opacity: 1;
  margin: 0;
}

.bgc-join.bgc_index
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #305ed6;
}

.bgc-join .text {
  margin: auto auto;
  width: 78rem;
}

.bgc-join .text h1 {
  font-weight: 700;
  color: #ffffff;
  font-size: 3.75rem;
}

.bgc-join .text h1.h1-main {
  font-size: 4.286rem;
}

.bgc-join .text h1.h1-main.h1-main-2 {
  margin-top: 0.714rem;
}

.bgc-join .text h4 {
  height: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1.625rem;
  font-size: 2rem;
  color: #ffffff;
}

.bgc-join .text h4 i {
  display: inline-block;
  float: left;
  width: 3rem;
  height: 3rem;
  background: url(../img/Product/icon1.png) no-repeat 0 0;
  margin-right: 0.938rem;
}

.bgc-join .text h4 i.dormitory {
  background: url(../img/Product/icon2.png) no-repeat 0 0;
}

.bgc-join .text h4 i.welcome {
  background: url(../img/Product/icon3.png) no-repeat 0 0;
}

.bgc-join .text h4.h4-2286 {
  font-size: 2.286rem;
  margin-bottom: 1.9rem;
}

.bgc-join .text p {
  font-family: Microsoft YaHei;
  font-size: 1.125rem;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 1.75rem;
}

.bgc-join .text p.p-on-title {
  margin-top: 0rem;
  margin-bottom: 1.6rem;
  font-size: 1.714rem;
  color: #ffffff;
  opacity: 0.51;
}

.bgc-join .text .items {
  width: 48rem;
  font-weight: bold;
  margin-top: 7.857rem;
}

.bgc-join .text .items .item {
  width: 4rem;
  float: left;
  margin-right: 4rem;
}

.bgc-join .text .items .item .item-img {
  height: 3.3625rem;
  width: 4rem;
  display: flex;
  align-items: end;
  vertical-align: bottom;
}

.bgc-join .text .items .item .item-img img {
  margin-bottom: 0;
  width: 4rem;
}

.bgc-join .text .items .item .item-text p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.313rem;
  color: #ffffff;
  opacity: 1;
}

.bgc-join .text .items .item .item-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.bgc-join .text .pro-main-items .item {
  float: left;
  height: 4.071rem;
  margin-right: 3.571rem;
  margin-top: 3.357rem;
  display: flex;
  align-content: center;
  align-items: center;
}

.bgc-join .text .pro-main-items .item img {
  float: left;
  max-height: 4.071rem;
}

.bgc-join .text .pro-main-items .item .item-text {
  float: left;
  height: 2.772rem;
  width: 6rem;
  margin-left: 1.071rem;
}

.bgc-join .text .pro-main-items .item .item-text p {
  margin-top: 0;
  color: #ffffff;
  opacity: 0.65;
  font-size: 1rem;
  margin-bottom: 0.343rem;
}

.bgc-join .text .pro-main-items .item .item-text h5 {
  color: #ffffff;
  font-size: 1.429rem;
}

.bgc-join .text .header-btns {
  clear: both;
  margin-top: 4.143rem;
}

.bgc-join .text .header-btns button {
  width: 10.357rem;
  height: 3.214rem;
  line-height: 3.214rem;
  border-radius: 0.357rem;
  margin-right: 2.143rem;
  box-sizing: content-box;
  border: solid 0.15rem rgba(255, 255, 255, 0.3);
}

.bgc-join .text .header-btns button span {
  height: 3.214rem;
  line-height: 3.214rem;
  font-size: 1.143rem;
  margin-left: 2.143rem;
}

.bgc-join .text .header-btns button .btn-right-point {
  width: 1rem;
}

.bgc-join .text button {
  display: flex;
  float: left;
  line-height: 2.813rem;
  color: #98a3b7;
  margin-right: 2.5rem;
  width: 9.063rem;
  height: 2.813rem;
  border-radius: 0.313rem;
  background-color: transparent;
  box-sizing: content-box;
  border: solid 0.15rem rgba(255, 255, 255, 0.3);
  margin-top: 3.071rem;
  transition: all 0.4s;
}

.bgc-join .text button span {
  transition: all 0.4s;
  margin-left: 2rem;
  margin-right: 0.625rem;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  color: #ffffff;
}

.bgc-join .text button .btn-right-point {
  transition: all 0.4s;
  width: 13px;
  height: 5px;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/solve/right-point-b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bgc-join .text button.active-btn,
.bgc-join .text button:hover {
  background-color: #305ed6;
  border-color: transparent;
}

.bgc-join .text button.active-btn .btn-right-point,
.bgc-join .text button:hover .btn-right-point {
  background-image: url(../img/solve/right-point.png);
}

.bgc-join .text .intro-items {
  margin-top: 4.286rem;
  width: 100%;
}

.bgc-join .text .intro-items .intro-item {
  float: left;
  margin-right: 4.857rem;
}

.bgc-join .text .intro-items .intro-item .count {
  font-family: Arial;
  font-size: 3.357rem;
  line-height: 3.929rem;
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}

.bgc-join .text .intro-items .intro-item .count .unit {
  font-family: Microsoft YaHei;
  font-size: 1.071rem;
  line-height: 1.429rem;
  font-weight: normal;
  margin-left: -0.5rem;
  opacity: 0.8;
}

.bgc-join .text .intro-items .intro-item .count .add {
  font-family: Microsoft YaHei;
  font-size: 1.071rem;
  font-weight: normal;
  line-height: 1.429rem;
  margin-left: -0.5rem;
  opacity: 0.8;
}

.bgc-join .text .intro-items .intro-item .intro-items-title {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  line-height: 1.143rem;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 0.5rem;
}

.bgc-join .text.centre h1 {
  height: 4.714rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.bgc-join .text.centre h1 .dot {
  font-size: 3rem;
  line-height: 4.714rem;
}

.bgc-join .text.centre .text-title {
  width: 43.143rem;
  margin-bottom: 2.357rem;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  line-height: 1.714rem;
  color: #ffffff;
  opacity: 0.7;
}

.bgc-join .text.centre .items {
  width: 40rem;
  margin-top: 5.357rem;
  display: flex;
  justify-content: space-between;
}

.bgc-join .text.centre .items .item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bgc-join .text.centre .items .item .item-text p {
  font-size: 1.143rem;
  color: #ffffff;
  opacity: 1;
}

.bgc-join .text.text-main {
  margin-top: 14%;
}

.bgc-join .text.text-product {
  margin-top: 17%;
}

.bgc-join .text.text-product h4 {
  font-size: 2.286rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.bgc-join .text.text-product h4 .small-dot {
  height: 2.286rem;
  line-height: 2.286rem;
  font-size: 1.5rem;
  margin: 0 0.3rem;
}

.bgc-join .text.text-product h1 {
  font-size: 4rem;
}

.bgc-join .text.text-product h1.h1-4286 {
  font-size: 4.286rem;
}

.bgc-join .text.text-product p {
  font-size: 1.429rem;
  opacity: 0.8;
}

.bgc-join .text.text-intro {
  transform: translateY(7%);
}

.bgc-join .text-customer {
  margin-top: 16%;
}

.bgc-join .text-customer h1 {
  font-family: Microsoft YaHei;
  font-size: 4.286rem;
  /*   color: #16181a;*/
  margin-bottom: 0.714rem;
}

.bgc-join .text-customer .count {
  width: 100%;
  height: 3.357rem;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1.286rem;
}

.bgc-join .text-customer .count p {
  margin-top: 0;
  opacity: 1;
}

.bgc-join .text-customer .count .describe {
  font-family: Source Han Sans CN;
  /*  color: #16181a;*/
  font-size: 2rem;
  margin-right: 1.5rem;
}

.bgc-join .text-customer .count .count-num {
  font-family: Arial;
  font-size: 3rem;
  font-weight: bold;
  color: #305ed6;
}

.bgc-join .text-customer .count .count-num .plus {
  font-family: Microsoft YaHei;
  font-size: 1.857rem;
  font-weight: normal;
  margin-left: 0.4rem;
}

.bgc-join .text-join h1 {
  font-family: Source Han Sans CN;
  font-size: 4.286rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.bgc-join .text-join p {
  font-family: Microsoft YaHei;
  font-size: 1.429rem;
  color: #98a3b7;
}

.bgc-join .text-cooperation h1 {
  font-family: Source Han Sans CN;
  font-size: 4.286rem;
  color: #ffffff;
}

.bgc-join .text-cooperation p {
  font-family: Microsoft YaHei;
  font-size: 1.429rem;
  color: #98a3b7;
}

.bgc-join .text-intro h1 {
  margin-bottom: 2.3rem;
}

.bgc-join .text-index .title {
  font-size: 3.57rem;
  font-weight: bold;
  line-height: 5rem;
  color: #131313;
}

.bgc-join .text-index .introduction {
  margin-top: 2.286rem;
  width: 40rem;
  font-size: 1.143rem;
  line-height: 1.714rem;
  color: #ffffff;
  opacity: 0.51;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bgc-join .text-index .keyword {
  width: 40rem;
  margin-top: 3rem;
}

.bgc-join .text-index .keyword li {
  width: 8rem;
  height: 3.5rem;
  float: left;
  margin-right: 4rem;
  margin-top: 0.5rem;
  line-height: 3.5rem;
  font-size: 1.429rem;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}

.bgc-join .text-index .keyword li .img-content {
  display: inline-block;
  width: 3.214rem;
  height: 3.5rem;
}

.bgc-join .text-index .introduction2 {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  opacity: 0.51;
  position: absolute;
  top: 26vh;
}

.bgc-join .text-index .title2 {
  margin-top: 2vh;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 79px;
  color: #ffffff;
  position: absolute;
  top: 33vh;
}

.bgc-join .text-index .keyword2 {
  width: 40rem;
  margin-top: 3rem;
}

.bgc-join .text-index .keyword2 li {
  width: 10rem;
  height: 3.5rem;
  float: left;
  margin-right: 4rem;
  margin-top: 1rem;
  line-height: 3.5rem;
  font-size: 1.429rem;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}

.bgc-join .text-index .keyword2 li .img-content {
  display: inline-block;
  width: 3.214rem;
  height: 3.5rem;
}

.bgc-join .text-index .header-btns {
  margin-top: 4.929rem;
  overflow: hidden;
}

.bgc-join .text-index .header-btns button {
  margin-top: 0;
}

.bgc-join .banner-video {
  width: 7.143rem;
  height: 7.943rem;
  position: absolute;
  background-color: transparent;
  border: none;
  background-image: url(../img/product/main/banner-video.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 48%;
  right: 27%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.section {
  height: 100vh;
  display: flex;
  position: relative;
}

.section.no-full-screen-section {
  height: 60.813rem;
}

.section.banner-section {
  display: block;
}

.section.foot-section {
  display: block;
}

.section .background-circle {
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: -1;
}

.section .background-circle.left-half-circle {
  width: 7.286rem;
  height: 12.214rem;
  top: 5rem;
  background-image: url(../img/Product/left-half-circle.png);
}

.section .background-circle.right-quarter-circle {
  width: 8.571rem;
  height: 9.929rem;
  bottom: 0;
  right: 0;
  background-image: url(../img/Product/right-quarter-circle.png);
}

.section .background-circle.right-top-quarter-circle {
  width: 10.643rem;
  height: 10.5rem;
  right: 0;
  top: 5rem;
  background-image: url(../img/Product/right-top-quarter-circle.png);
}

.section .background-circle.left-top-quarter-circle {
  width: 10.643rem;
  height: 10.5rem;
  left: 0;
  top: 5rem;
  background-image: url(../img/Product/left-top-quarter-circle.png);
}

.section .background-circle.right-top-total-circle {
  width: 14.5rem;
  height: 17.5rem;
  right: 3rem;
  top: 5rem;
  background-image: url(../img/Product/right-top-total-circle.png);
}

.section .background-circle.right-bottom-half-circle {
  width: 13.5rem;
  height: 16.714rem;
  bottom: 0;
  right: 0;
  background-image: url(../img/Product/right-bottom-half-circle.png);
}

.section.color-bg {
  z-index: -2;
  background-color: #f9fafc;
}

.veritcal-middle-contain {
  height: 51.143rem;
  width: 86rem;
  margin: auto;
}

.vmc-higher {
  height: 100%;
  width: 86rem;
  margin: auto;
  position: relative;
}

.vmc-lower {
  height: 38.929rem;
  width: 86rem;
  margin: auto;
  position: relative;
}

.vmc-no-title {
  margin: auto;
  display: flex !important;
  align-items: center !important;
}

.vmc-foot {
  height: 100vh;
  margin: auto;
}

.vmc-wiser {
  width: 100%;
}

.vmc-bottom {
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
}

.no-dowebok.banner-section {
  height: 52.143rem;
}

.no-dowebok.serve {
  height: 48.929rem;
}

.o-hidden {
  opacity: 0;
}
.o_hidden_L {
  opacity: 0;
}
.o_hidden_R {
  opacity: 0;
}
.foot-o-hidden {
  opacity: 0;
}

.o-show {
  opacity: 1;
}

.o-animation-none {
  animation: none !important;
}
/*# sourceMappingURL=./common.css.map */

.headerBanner {
  background-size: cover !important;
  background-position: center !important;
}

.welcomeBanner {
  background: url(../img/banner/ProductWelcome.jpg) no-repeat;
}

.leaveBanner {
  background: url(../img/banner/ProductLeave.jpg) no-repeat;
}

.mountainBanner {
}

.educationBanner {
  background: url(../img/banner/ProductEducation.jpg) no-repeat;
}

.dormBanner {
  background: url(../img/banner/ProductDorm.jpg) no-repeat;
}

.newsBanner {
  background: url(../img/banner/News.jpg) no-repeat;
}

.joinBanner {
  background: url(../img/banner/join.jpg) no-repeat;
}

footer .icon-weixin {
  color: #aaa;
  font-size: 28px;
}

footer .icon-weixin:hover {
  color: #2aae67;
}

.fullNav {
  position: absolute;
  top: 0px;
  z-index: 99;
}

#swiper-container2 {
  overflow: hidden;
  width: 100%;
}

#swiper-container2 .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-container {
  height: 100%;
}

.college_item .swiper-wrapper {
  transition-timing-function: linear;
}

.college_item .swiper-slide {
  width: auto;
}

.swiper-scrollbar-drag {
  opacity: 0.5;
}

.swiper-container {
  height: 100%;
}

#swiper-container2 {
  overflow: hidden;
  width: 100%;
}

#swiper-container2 {
  overflow: hidden;
  width: 100%;
}

#swiper-container2 .swiper-slide {
  height: auto;
  display: block;
  overflow: hidden;
}

.lastPageContent {
  height: 70rem;
}

/*.lastPageFooterBar {
    height:
}

.lastPageFooterContent {
}
*/

/* ÐÂÌí¿Í»§°¸ÀýÒ³*/

.customer-case .solution-list {
  margin: auto;
  margin-top: 4.786rem;
  width: 84rem;
}

.customer-case .solution-list li {
  float: left;
  width: calc(33.33% - 1.8rem);
  height: 26.071rem;
  background-color: #ffffff;
  box-shadow: 0 0.188rem 0.375rem 0 rgba(61, 72, 93, 0.1);
  border-radius: 0.357rem;
  overflow: hidden;
  margin-left: 2.7rem;
  margin-bottom: 3.8rem;
  transition: all 0.5s;
}

.customer-case .solution-list li:hover {
  transform: translateY(-15px);
  box-shadow: 0 3px 6px 0 rgba(36, 104, 242, 0.2);
}

.customer-case .solution-list li:first-child,
.customer-case .solution-list li:nth-child(3n + 1) {
  margin-left: 0;
}

.customer-case .solution-list li .solution-pic {
  height: 14.286rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.customer-case .solution-list li .item_main {
  padding-left: 2.1rem;
}

.customer-case .solution-list li .item_main .title-logo {
  width: 12rem;
  height: 2rem;
  margin-top: 1.5rem;
}

.customer-case .solution-list li .item_main .title-logo img {
  display: inline-block;
  max-height: 100%;
}

.customer-case .solution-list li .item_main .title-text {
  font-size: 1.514rem;
  line-height: 2.214rem;
  color: #16181a;
  margin-top: 1.2rem;
  font-weight: bolder;
}

.customer-case .solution-list li .item_main .bottom {
  font-size: 1rem;
  font-stretch: normal;
  line-height: 1.357rem;
  color: #98a3b7;
  margin-top: 0.85rem;
}

.header .split {
  float: right;
  width: 0.11rem;
  height: 1.1rem;
  background: #3e3e3e;
  margin-left: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.5;
}

.header .link_btn span {
  /* color: #3272ff; */
  opacity: 0.8;
}

.header:hover .link_btn span {
  /* color: #16181a !important; */
}

.header.header-no-color .link_btn span {
  /* color: #16181a !important; */
}

.header.header-content .header-contain .link_btn span {
  color: #16181a;
}

.header.header-apply .header-contain .link_btn span {
  color: #16181a;
}

.header.header-info .header-contain .link_btn span {
  color: #16181a;
}

.header.header-news .header-contain .link_btn span {
  color: #16181a;
}

/* µ³½¨µ×²¿ÉêÇëÊÔÓÃ */
.djoin {
  width: 100%;
  height: 14.875rem;
  /* background: url(../../img/Product/join-product.png) no-repeat 0 0;
  
  position: relative;
  margin-top: 8rem;
  display: flex; */
  background: url("../../img/dj/apply.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.djoin .join-us {
  text-align: center;
  font-family: Microsoft YaHei;
  margin: auto;
  padding-top: 4.563rem;
}

.djoin .join-us p {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.625rem;
}

.djoin .join-us .join-description {
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 0.714rem;
  margin-bottom: 2.143rem;
}

.djoin .join-us span {
  display: block;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 30px;
}

.djoin .join-us .Application-btn {
  display: block;
  margin: 0 auto;
  width: 7.143rem;
  height: 2.286rem;
  border-radius: 0.357rem;
  border: solid 0.071rem #ffffff;
  color: white;
  background-color: transparent;
  font-family: Microsoft YaHei;
  font-size: 1rem;
}

.djoin .join-us .Application-btn.index-btn {
  border: solid 0.15rem rgba(225, 225, 225, 0.5);
}

/* .djoin .join-us .Application-btn:hover {
  border-color: transparent;
  color: #306bdd;
  background-color: #fff;
} */

.djoin .join-us .Join-btn {
  display: block;
  margin: 0 auto;
  width: 8.143rem;
  height: 2.286rem;
  border-radius: 0.357rem;
  color: #dc3139;
  background-color: #fff;
  border-color: transparent;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.4s;
}

.djoin .join-us .Join-btn:hover {
  color: white;
  background-color: transparent;
  border: solid 0.063rem #ffffff;
}

.djoin.no-mt-join {
  margin-top: 0;
}

.djoin.join-customer .join-us .Application-btn,
.djoin.join-customer .join-us .Join-btn {
  margin-top: 2.143rem;
}

.djoin.join-join .join-us .Application-btn,
.djoin.join-join .join-us .Join-btn {
  margin-top: 2.143rem;
}

.djoin.join-index .join-us .Application-btn {
  margin-top: 1.571rem;
}

.djoin.join-index .join-us p {
  font-size: 1.571rem;
}
.jjfa_device_5 .header-contain .nav li a {
  color: #fff !important;
}
.jjfa_device_5 .header-contain .nav .active a {
  color: #3272ff;
  font-weight: 600;
}
.jjfa_device_5.hover_li .header-contain .nav li a,
.jjfa_device_5:hover .header-contain .nav li a {
  color: #131313 !important;
}
.jjfa_device_5 .link_btn span {
  color: #fff;
}
