@charset "utf-8";

/* resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

i,
em,
s {
  font-style: normal;
}

html,
body {
  font-size: 16px;
  font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif,
    serif;

}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img,
input,
button {
  vertical-align: middle;
  border: 0;
}

input {
  background: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

th {
  font-weight: 700;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

abbr,
acronym {
  border: 0;
}

img {
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*ie6,7*/
}

.clear {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a {
  color: black;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:focus,
input,
textarea,
button {
  outline: none;
}

a:hover {
  text-decoration: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li,
p,
span,
a {
  max-height: 999999px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

video {
  max-width: 100%;
}









.footer {
  display: flex;
  justify-content: center;
  background: #000000;
  padding-top: 125px;
  padding-bottom: 73px;
}

@media (max-width: 1000px) {
  .footer {
    flex-wrap: wrap;
    background-color: #1a253b;
    padding-top: 0;
    padding-bottom: 0;


  }
}

.footer .item01 {
  margin-right: 90px;
}

@media (max-width: 1000px) {
  .footer .item01 {
    display: none;
  }
}

.footer .item02 {
  margin-right: 120px;
}

@media (max-width: 1000px) {
  .footer .item02 {
    display: none;
  }
}

.footer .item02 img {
  max-width: 200px;
}

.footer .item02 h2 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.footer .item02 p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

.footer .item02 a {
  display: block;
  width: 174px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  background-color: #681dff;
}

.footer .item03 {
  margin-right: 95px;
}

@media (max-width: 1000px) {
  .footer .item03 {
    margin-right: 0;
    width: 100%;
    width: calc(100% - 50px);
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(208, 211, 219, 0.2);
  }
}

.footer .item03:last-of-type {
  margin-right: 0;
}

.footer .item03 h4 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 35px;
}

@media (max-width: 1000px) {
  .footer .item03 h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .footer .item03 .al {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer .item03 .al a {
    margin-right: 60px;
    color: rgba(208, 211, 219, 1);
  }

  .footer .item03 .al a:nth-of-type(3n) {
    margin-right: 0;
  }
}

.footer .item03 a {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1000px) {
  .footer .item03 a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

.footer .item03 a:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .footer .item03 a:last-of-type {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .footer .item04 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }

  .footer .item04 .left>img {
    width: 88px;
    margin-bottom: 8px;
  }

  .footer .item04 .left .dha {
    display: flex;
    align-items: center;
  }

  .footer .item04 .left .dha img {
    width: 12px;
    margin-right: 8px;
  }

  .footer .item04 .left .dha p {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 14px;
  }

  .footer .item04 a {
    width: 120px;
    height: 37px;
    background: #4C69FF;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .footer .item05 {
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 22px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1000px) {
  .footer .item06 {
    padding-top: 35px;
    padding-bottom: 25px;
    display: flex !important;
    justify-content: center;
  }

  .footer .item06 .ewm {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
  }

  .footer .item06 img {
    width: 70px;
    margin-bottom: 15px;
  }

  .footer .item06 p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #D0D3DB;
    line-height: 18px;
  }

  .footer .item06 span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
    line-height: 16px;
  }
}

@media (max-width: 1000px) {
  .footer .item07 {
    width: 100%;
    background: #0F1726;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer .item07 .ab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer .item07 .ab a {
    font-size: 12px;
    font-weight: 400;
    color: #D0D3DB;
    line-height: 12px;
    border-right: 1px solid #D0D3DB;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .item07 .ab a:last-of-type {
    border: none;
  }

  .footer .item07 p {
    font-size: 12px;
    font-weight: 400;
    color: #D0D3DB;
    line-height: 16px;
    text-align: center;
  }

  .footer .item07 p a {
    color: #D0D3DB;
  }
}

.header {
  padding-left: 120px;
  padding-right: 120px;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px #E1E5EB;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (max-width: 1000px) {
  .header {
    padding-left: 16px;
    padding-right: 25px;
  }
}

.header .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  width: 100%;
}

@media (max-width: 1000px) {
  .header .head-box {
    height: 50px;
  }
}

.header .head-box .logo_box {
  display: flex;
  align-items: center;
}

.header .head-box .logo_box .logo {
  margin-right: 78px;
}

.header .head-box .logo_box .logo img {
  height: 40px;
}

@media (max-width: 1000px) {
  .header .head-box .logo_box .logo img {
    height: 20px;
  }

  .header .head-box .logo_box .logo {
    margin-right: 0;
  }
}

.header .head-box .logo_box .phone {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .header .head-box .logo_box .phone {
    display: none;
  }
}

.header .head-box .logo_box .phone p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  margin: 0 8px;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox {
    width: 100%;
    height: calc(100% - 50px);
    flex-direction: column;
    background-color: rgba(36, 38, 40, .5);
    position: fixed;
    right: -100%;
    top: 50px;
    display: flex;
    align-items: flex-end;
    transition: all 0.5s;
    z-index: 999;
  }

  .header .head-box .t-navbox.active {
    right: 0;
    transition: all 0.5s;
  }
}

.header .head-box .t-navbox .nav_box {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box {
    width: 70%;
    background-color: #fff;
    height: 100%;
    flex-direction: column;
    padding-left: 30px;
    align-items: flex-start;
    position: relative;
  }
}

.header .head-box .t-navbox .nav_box .link {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .link {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    justify-content: flex-start;
    padding-top: 20px;
  }
}

.header .head-box .t-navbox .nav_box .link a {
  font-size: 16px;
  font-weight: 400;
  color: #4F4F4F;
  line-height: 18px;
  margin-right: 60px;
  position: relative;
  min-width: 65px;
  text-align: center;
}

.header .head-box .t-navbox .nav_box .link a.active {
  color: #000000;
}

.header .head-box .t-navbox .nav_box .link a.active:after {

  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: #000000;

}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .link a {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.header .head-box .t-navbox .nav_box .zx {
  width: 165px;
  height: 40px;
  border-radius: 40px;
  /* background: #000000; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #FFFFFF;


}

.header .head-box .t-navbox .nav_box .zx img {
  /* width: 22px; */
  /* margin-right: 7px; */
}
.header .head-box .t-navbox .nav_box .zx .dh2{
  display: none;
}
.header .head-box .t-navbox .nav_box .zx .dh1{
  display: block;
}
.header .head-box .t-navbox .nav_box .zx:hover .dh1{
  display: none;
}
.header .head-box .t-navbox .nav_box .zx:hover .dh2{
  display: block;
}
@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .zx {
    display: none;
  }
}

.header .head-box .t-navbox .nav_box .zx img {
  margin-right: 9px;
}

.header .head-box .t-navbox .nav_box .zx p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}

@media (max-width: 1000px) {
  .header .head-box .t-navbox .nav_box .mzx {
    position: absolute;
    bottom: 50px;
  }

  .header .head-box .t-navbox .nav_box .mzx .hl {
    margin-bottom: 10px;
    width: 76px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh img {
    margin-right: 6px;
    width: 12px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dh p {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dz {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }

  .header .head-box .t-navbox .nav_box .mzx .dz p {
    margin-bottom: 5px;
  }

  .header .head-box .t-navbox .nav_box .mzx a {
    width: 170px;
    height: 35px;
    background: #4C69FF;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .header .head-box .menu {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/m1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
  }

  .header .head-box .menu.active {
    background-image: url(../img/m2.png);
    transition: all 0.5s;
  }
}

.slide-right {
  position: fixed;
  z-index: 99;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-right a {
  display: block;
  position: relative;
}

.slide-right a .xf {
  position: absolute;
  display: none;

}

.slide-right a:hover .xf {
  display: block;
}

.slide-right a .xf02 {
  right: 54px;
  top: -32px;
}

.slide-right a .xf02 img {
  width: 124px;
  max-width: inherit;

}

.slide-right a .xf01 {
  width: 215px;
  height: 50px;
  background-image: url('../img/rdhb.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  right: 54px;
  top: 0;
}

.slide-right img {
  width: 54px;
}

.section15 .b-box .djt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section15 .b-box .djt01 {
  top: -45px;
}

.section15 .b-box .djt02 {
  bottom: -45px;
}

.section15 .b-box .djt .dd {
  position: relative;
  text-align: center;
}

.section15 .b-box .djt02 .dd img {
  transform: rotate(180deg);
}

.section15 .b-box .djt .dd h4 {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 91px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1000px) {
  .section15 .b-box .djt {
    display: block;
  }

  .section15 .b-box .djt01 {
    top: -18px;
  }

  .section15 .b-box .djt .dd img {
    height: 36px;
  }

  .slide-right img {
    width: 40px;
  }

  .slide-right {
    right: 0;
  }

  .slide-right a .xf01 {
    width: 107.5px;
    height: 25px;
    background-image: url(../img/rdhb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    right: 40px;
    top: 5px;
  }

  .slide-right a .xf02 {
    right: 40px;
    top: -10px;
  }

  .slide-right a .xf02 img {
    width: 62px;
    max-width: inherit;
  }

  .slide-right a .xf01 {
    display: none !important;
  }
}
.xfk{
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9990;
  left: 0;
     top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}
.xfk.active{
  display: flex;
}
.xfk .k{
  max-width: 500px;
  position: relative;
}
.xfk .k .close{
  width: 50px;
  height:50px;
  position:absolute;
  right: 10px;
  top: 10px;

}

@media (max-width: 1000px) {
  .xfk .k{
  max-width: 85%;
  position: relative;
}
.xfk .k .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
}

@media (min-width: 1000px) and (max-width: 1440px){
    .header {
    padding-left: 60px;
    padding-right: 60px;
 
}
.footer {

    padding-left: 60px;
    padding-right: 60px;
}
.footer .item02 {
    margin-right: 120px;
}
.footer .item01 {
    margin-right: 100px;
}
.footer .item03 {
    margin-right: 45px;
}
.header .head-box .t-navbox .nav_box .link {
 
     margin-right: 0px; 
}
.header .head-box .t-navbox .nav_box .link a {
    margin-right: 36px;
}
.h
}