body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: '';
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a:hover {
  text-decoration: underline;
  color: #005bac !important;
}
.headerbox {
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 100;
}
.headerbox.active .nav-surface {
  background: #ffffff;
}
.headerbox .nav-surface {
  position: relative;
  z-index: 110;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease 0.001s;
  -moz-transition: all 0.5s ease 0.001s;
  -ms-transition: all 0.5s ease 0.001s;
  -o-transition: all 0.5s ease 0.001s;
  transition: all 0.5s ease 0.001s;
}
.headerbox .logo-dfl {
  position: absolute;
  left: 100px;
  top: 16px;
  width: 186px;
  height: 48px;
}
.headerbox .nav {
  position: absolute;
  z-index: 110;
  top: 0;
  right: 90px;
  float: right;
  width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: "Alibaba";
  color: #3c4b5a;
  line-height: 85px;
  text-align: center;
}
.headerbox .nav .nav-item {
  position: relative;
  width: 90px;
  height: 100%;
  cursor: pointer;
}
.headerbox .nav .nav-item span a:hover {
  color: #FFF !important;
  text-decoration: none;
}
.headerbox .nav .nav-item:nth-child(1) span a:hover {
  color: #3c4b5a !important;
}
.headerbox .nav .nav-item .actbg {
  z-index: -1;
  width: 90px;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0.001s;
  -moz-transition: all 0.5s ease 0.001s;
  -ms-transition: all 0.5s ease 0.001s;
  -o-transition: all 0.5s ease 0.001s;
  transition: all 0.5s ease 0.001s;
}
.headerbox .nav .nav-item .actbg .ulact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 90px 0 0 0;
}
.headerbox .nav .nav-item .actbg .ulact li {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}
.headerbox .nav .nav-item .actbg .ulact li span {
  font-weight: 400;
}
.headerbox .nav .nav-item .actbg .ulact li a:hover {
  font-weight: 600;
  font-size: 16px;
  color: #005bac !important;
}
.headerbox .nav .active {
  color: #fff;
}
.headerbox .nav .active:nth-child(1) span {
  color: #3c4b5a !important;
}
.headerbox .nav .active:nth-child(1) .actbg {
  background: none;
}
.headerbox .nav .active span {
  font-weight: 300;
}
.headerbox .nav .active .actbg {
  min-height: 191px;
  display: block;
  background: url(../images/headerlibg.png) no-repeat top center / 100% auto;
}
.headerbox .nav-con-box .nav-con {
  position: absolute;
  z-index: 100;
  top: -330px;
  left: 0;
  width: 100%;
  height: 330px;
  padding: 95px 0 15px 0;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0.001s;
  -moz-transition: all 0.5s ease 0.001s;
  -ms-transition: all 0.5s ease 0.001s;
  -o-transition: all 0.5s ease 0.001s;
  transition: all 0.5s ease 0.001s;
}
.headerbox .nav-con-box .nav-con .con-item {
  width: 780px;
  height: 230px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  z-index: 100;
}
.headerbox .nav-con-box .nav-con .con-item .con-list {
  padding: 0 5% 0 10%;
}
.headerbox .nav-con-box .nav-con .con-item .con-list .summary {
  width: 300px;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  opacity: 0.8;
}
.headerbox .nav-con-box .nav-con .con-item .con-list h5 {
  text-align: left;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin: 20px 0 15px 0;
}
.headerbox .nav-con-box .nav-con .con-item .con-list ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  /* 使用gap控制间距 */
}
.headerbox .nav-con-box .nav-con .con-item .con-list ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: "Microsoft YaHei";
  color: #3c4b5a;
  font-weight: 300;
  text-align: right;
}
.headerbox .nav-con-box .nav-con .con-item img {
  width: 310px;
  height: 205px;
}
.headerbox .nav-con-box .active {
  top: 0;
}
/* 当设备处于竖屏时应用的样式 */
@media screen and (orientation: portrait) {
  .headerbox .logo-dfl {
    left: 10px;
  }
  .headerbox .nav {
    width: 580px;
    right: 10px;
  }
}
/* 当设备处于横屏时应用的样式 */
.footer {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 449px;
  margin: 0 auto;
  background: #d9dde0;
}
.f-logo {
  width: 358px;
  padding: 20px 0 0 0;
}
.f-item {
  margin: 0 0 0 60px;
}
.f-item div {
  font: normal 16px/30px "";
  color: #3c4b5a;
  text-align: center;
}
.f-t {
  padding: 40px 0 30px 0;
  font: bold 16px/22px "" !important;
}
.f-reg {
  position: absolute;
  text-align: center;
  left: 64%;
  bottom: 50px;
  color: #3c4b5a;
  font: 16px/28px "";
}
/* 分页 */
.JG-fy .pagination {
  text-align: center;
  padding: 20px 0 10px;
}
.JG-fy .pagination li {
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: color 0.5s ease 0.001s;
  -moz-transition: color 0.5s ease 0.001s;
  -ms-transition: color 0.5s ease 0.001s;
  -o-transition: color 0.5s ease 0.001s;
  transition: color 0.5s ease 0.001s;
  border-radius: 6px;
  padding: 3px 12px 3px 12px;
  font: 16px/20px '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei", "微软雅黑", Arial;
  color: #333;
  background: #FFF;
  cursor: pointer;
}
.JG-fy .pagination li a {
  display: block;
}
.JG-fy .pagination li:hover {
  color: #4788f4;
  text-decoration: none;
}
.JG-fy .pagination li:hover {
  color: #4788f4;
  text-decoration: none;
}
.JG-fy .pagination li.active {
  color: #fff;
  background: #9cacbb;
  border-radius: 10px;
}
.xtingdh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.xtingdh[data-zt='t'] {
  display: block;
}
.xtingdh[data-zt='f'] {
  display: none;
}
.xtingdh .sqdh {
  position: relative;
  left: -10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
}
@media (min-width: 1281px) {
  .xtingdh .sqdh {
    left: -15px;
    padding: 10px 15px;
  }
}
@media (min-width: 1681px) {
  .xtingdh .sqdh {
    left: -20px;
    padding: 10px 20px;
  }
}
/* end分页 */
