@charset "UTF-8";
/*css 初始化 */
/** 思源黑体 **/
@font-face {
  font-family: 'sourcehansans'; /* 这个名字可以自己定义 */
  src: url('../fonts/sourcehansans.eot'); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
  src: url('../fonts/sourcehansans.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/sourcehansans.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/sourcehansans.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/sourcehansans.svg#YourWebFontName') format('svg'); /* Legacy iOS */

  font-weight: bold;
  font-style: normal;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
  /* 给我们能用到的盒子都加上了, box-sizing: border-box; */
  box-sizing: border-box;
  font-family: 'sourcehansans';
}
fieldset,
img,
input,
button {
  /*fieldset组合表单中的相关元素*/
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
li,
ol {
  list-style: none;
  /*清除列表风格*/
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'sourcehansans';
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止多行文本框拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
  /*合并外边线*/
}
body {
  /* font: 12px/150% Arial, Verdana, '\5b8b\4f53'; */
  /*宋体，Unicode，统一码*/
  font-family: 'sourcehansans';
  font-size: 12px;
  font-weight: 400;
  color: #666;
  background: #fff;
}

/** div样式 **/
/* .font {
  font-family: "sourcehansans";
} */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
a {
  color: #666;
  text-decoration: none !important;
}
a:hover {
  color: #208ffe;
  text-decoration: none;
}
/*移动端去除a标签点击高亮效果*/
/* a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
.col-red {
  color: #c81623 !important;
}
/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  /* 文字在一行显示, 不换行 */
  white-space: nowrap;
  /* 文字溢出显示省略号 */
  text-overflow: ellipsis;
}
/*多行溢出*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*公共类*/
.w {
  /*版心 提取 */
  width: 1000px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}

html {
  font-size: 100px;
}
body {
  min-width: 1366px !important;
  /* overflow-x: scroll; */
}
.container {
  width: 1366px;
}

.xf_nav {
  width: 100%;
  min-width: 1366px;
  height: 0.72rem;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 4px 12px 0px #006fff70;
}
.xf_nav .container {
  height: 0.72rem;
}
.xf_nav .xf_navl {
  width: 1.78rem;
  height: 0.72rem;
  float: left;
  margin-left: 1rem;
  position: relative;
  text-align: center;
}
.xf_nav .xf_navl h1 a {
  position: absolute;
  display: block;
  width: 1.67rem;
  height: 0.6rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url('../images/xf15.png') no-repeat;
  background-size: contain;
  margin-top: 0.15rem;
}
.xf_nav .xf_navr {
  height: 0.72rem;
  float: right;
}
.xf_nav .xf_navr .xf_navr_c {
  float: left;
  position: relative;
  width: 1.3rem;
}
.xf_nav .xf_navr .xf_navr_c a {
  display: block;
  width: 1rem;
  height: 0.69rem;
  line-height: 0.72rem;
  text-align: center;
  color: #000;
  margin: 0 auto;
  font-size: 0.16rem;
  font-weight: 500;
}
.xf_nav .xf_navr .active_nav {
  border-bottom: 0.03rem solid #006fff;
}
.xf_nav .xf_navr .xf_navr_c2 {
  float: left;
  height: 0.72rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.xf_nav .xf_navr .xf_navr_c2 .btn1,
.xf_nav .xf_navr .xf_navr_c2 .btn2 {
  width: 1.02rem;
  display: block;
  height: 0.32rem;
  background-color: #fff;
  text-align: center;
  line-height: 0.32rem;
  margin: 0 0.2rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #208ffe;
  border: none;
  box-shadow: 0px 7px 12px 0px #006fff;
  border-radius: 0.16rem;
}
.xf_nav .xf_navr .xf_navr_c2 .btn1 {
  background-color: #208ffe;
  color: #fff;
}
.xf_nav .xf_navr .xf_navr_c2 .btn2 {
  border: 1px solid #006fff;
  color: #006fff;
  box-shadow: none;
}
.xf_nav .xf_navr .xf_navr_c3 {
  float: left;
  height: 0.72rem;
  line-height: 0.72rem;
  margin: 0 1rem 0 0.2rem;
}
.xf_nav .xf_navr .xf_navr_c3 span:nth-child(1) {
  font-size: 0.2rem;
}
.xf_nav .xf_navr .xf_navr_c3 span:nth-child(2) {
  margin-right: 0.05rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}
.xf_nav .xf_navb {
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 100%;
  height: 4rem;
  padding: 0.2rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}
.xf_nav ._other {
  width: 12rem;
  height: 4rem;
  position: relative;
  z-index: 10;
  display: none;
}
.xf_nav ._other .xf_select {
  width: 11rem;
  height: 4rem;
}
.xf_nav ._other .xf_select .xf_selectc {
  width: 1.3rem;
  float: left;
  margin-right: 0.9rem;
}
.xf_nav ._other .xf_select .xf_selectc .xf_selectcc_1 {
  width: 1.2rem;
  height: 0.53rem;
  text-align: right;
  line-height: 0.53rem;
  background: url('../images/xf43.png') left center no-repeat;
  background-size: 0.32rem 0.32rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
  font-weight: 500;
  color: #1b1f2d;
}
.xf_nav ._other .xf_select .xf_selectc:nth-child(2) .xf_selectcc_1 {
  background: url('../images/xf45.png') left center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.xf_nav ._other .xf_select .xf_selectc:nth-child(3) .xf_selectcc_1 {
  background: url('../images/xf46.png') left center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.xf_nav ._other .xf_select .xf_selectc:nth-child(4) .xf_selectcc_1 {
  background: url('../images/xf47.png') left center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.xf_nav ._other .xf_select .xf_selectc .xf_selectcc_2 {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-top: 10px;
}
.xf_nav ._other .xf_select .xf_selectc .xf_selectcc_2 a {
  display: inline-block;
  width: 1.2rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  border-radius: 0.16rem;
  line-height: 0.32rem;
  color: #000;
  font-size: 0.16rem;
}
.xf_nav ._other .xf_select .xf_selectc .xf_selectcc_2 .active {
  color: #006fff;
  background-color: #d7e9ff;
}
.active3 {
  border-bottom: 1px solid #d8d8d8;
}
.banner {
  width: 100%;
  height: 6.96rem;
  margin-top: 0.72rem;
}
.banner .swiper-container {
  width: 100%;
  height: 6.96rem;
}
.banner .swiper-slide {
  width: 100%;
  height: 6.96rem;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 6.96rem;
}
.banner .swiper-slide a img {
  width: 100%;
  height: 6.96rem;
}

.main-7 {
  width: 100%;
  height: 2.7rem;
  text-align: center;
  background: url('../images/xf22.png') no-repeat;
  background-size: 100% 2.7rem;
  padding-top: 1.07rem;
  box-sizing: border-box;
}
.main-7 .main-7t1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
.main-7 .main-7t2 {
  width: 1.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
  background-color: yellow;
  background: url('../images/xf40.png') right center no-repeat;
  background-size: 9px 14px;
  margin: 0.41rem auto 0;
  line-height: 0.2rem;
}
.main-7 .main-7t2 a {
  color: #fff;
}
.Rnav {
  width: 72px;
  height: 245px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px #7b7d80;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: none;
}
.Rnav ul {
  width: 72px;
  height: 246px;
}
.Rnav ul li {
  width: 70px;
  height: 80px;
  text-align: center;
  border-radius: 12px;
  margin: 1px auto;
  overflow: hidden;
}
.Rnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.Rnav ul li a:hover {
  color: #fff;
}
.Rnav ul li span {
  display: block;
  width: 40px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  color: #006fff;
  margin: 0 auto;
}
.Rnav ul li:nth-child(1) span {
  font-size: 24px;
}
.Rnav ul li .active {
  color: #fff;
}
.Rnav ul li:nth-child(2) span {
  animation: xfChange 1s infinite;
}
.Rnav ul li:nth-child(3) span {
  animation: xfChange 1s infinite;
}
.Rnav ul .active {
  background-color: #006fff;
  color: #fff;
}
.Rnav2 {
  width: 170px;
  height: 60px;
  position: fixed;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #333;
  box-shadow: 0px 0px 12px 0px #7b7d80;
  border-radius: 8px;
  opacity: 0;
  z-index: 999;
}
.active1 {
  opacity: 1;
}

.foot {
  width: 100%;
  height: 2.8rem;
  background-color: #24262b;
}
.foot .foot-t {
  width: 100%;
  height: 1.66rem;
  overflow: hidden;
  margin-bottom: 0;
}
.foot .foot-t .foot-t1 {
  height: 1.66rem;
  color: #fff;
}
.foot .foot-t .foot-t1 .foot-t11 {
  width: 1.95rem;
  height: 0.5rem;
  margin: 0.27rem 0 0.17rem;
  /* background-color: red; */
  background: url('../images/xf16.png') no-repeat;
  background-size: contain;
}
.foot .foot-t .foot-t1 .foot-t11 a {
  display: block;
  width: 100%;
  height: 100%;
}
.foot .foot-t .foot-t1 .foot-t12 {
  font-size: 0.12rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.26rem;
}
.foot .foot-t .foot-t1 .foot-t13,
.foot .foot-t .foot-t1 .foot-t18 {
  font-size: 0.16rem;
  font-weight: 600;
  padding: 0.27rem 0 0.09rem;
}
.foot .foot-t .foot-t1 .foot-t14,
.foot .foot-t .foot-t1 .foot-t19 {
  width: 0.24rem;
  height: 0.04rem;
  background-color: #fff;
}
.foot .foot-t .foot-t1 .foot-t15,
.foot .foot-t .foot-t1 .foot-t16,
.foot .foot-t .foot-t1 .foot-t17,
.foot .foot-t .foot-t1 .foot-t22 {
  height: 0.25rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.25rem;
}
.foot .foot-t .foot-t1 .foot-t20 {
  font-size: 0.2rem;
  font-weight: bold;
}
.foot .foot-t .foot-t1 .foot-t21 {
  width: 0.94rem;
  height: 0.94rem;
  background: url('../images/xf157.png') no-repeat;
  background-size: contain;
  margin: 0.28rem auto 0.08rem;
}
.foot .foot-t .foot-t1 .foot-t22 {
  text-align: center;
}
.foot .foot-t .foot-tp {
  padding-left: 1rem;
  box-sizing: border-box;
}
.foot .foot-c1 {
  width: 100%;
  height: 0.17rem;
  margin-bottom: 0.1rem;
}
.foot .foot-c1 ul {
  width: 3.2rem;
  height: 0.17rem;
  margin: 0 auto;
}
.foot .foot-c1 ul li {
  float: left;
  font-size: 0.12rem;
  font-weight: 400;
  color: #999;
  padding: 0 0.05rem;
}
/* .foot .foot-c1 ul li a {
  font-size: 0.12rem;
  font-weight: 400;
  color: #999;
} */
.foot .foot-c2 {
  width: 6.14rem;
  margin: 0 auto;
  font-size: 0.12rem;
  font-weight: 400;
  color: #999;
  text-align: center;
}

/* 左移 */
.dpkbg-right {
  opacity: 1;
  animation: xfRight 2s;
  animation-fill-mode: forwards;
}

/* 右移 */
.dpkbg-left {
  opacity: 1;
  animation: xfLeft 2s;
  animation-fill-mode: forwards;
}
/* 左移显示动画 */
@keyframes xfRight {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* 右移显示动画 */
@keyframes xfLeft {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* 上移 */
.dpkbg-top1 {
  opacity: 1;
  animation: xfTop 0.8s;
  animation-fill-mode: forwards;
}
.dpkbg-top2 {
  opacity: 1;
  animation: xfTop 1.2s;
  animation-fill-mode: forwards;
}
.dpkbg-top3 {
  opacity: 1;
  animation: xfTop 1.4s;
  animation-fill-mode: forwards;
}
.dpkbg-top4 {
  opacity: 1;
  animation: xfTop 1.6s;
  animation-fill-mode: forwards;
}
.dpkbg-top5 {
  opacity: 1;
  animation: xfTop 1.8s;
  animation-fill-mode: forwards;
}

/* 上移显示动画 */
@keyframes xfTop {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* 变大 */
.dpkbg-big {
  animation: xfChange 1s infinite;
}

/* 变大动画 */
@keyframes xfChange {
  0% {
    /* // opacity: 0; */
    transform: scale(1);
  }
  50% {
    /* // opacity: 1; */
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 显示 */
.dpkbg-show {
  animation: xfShow 1s 1 forwards;
}
/* 变大动画 */
@keyframes xfShow {
  from {
    opacity: 0;
    transform: translateZ(-1px);
  }
  to {
    opacity: 1;
    transform: translateZ(0px);
  }
}
