@charset "UTF-8";

/* 全局公共样式 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

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

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
  border: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

body {
  color: #333;
  font: 14px/20px "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
  ;
  background: #fff;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* 大标题公共样式 */
.commonTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 39px 0 39px;
}

.commonTitle h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
  color: #333;
  position: relative;
  z-index: 10;
}

.commonTitle h3::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -20px;
  width: 29px;
  height: 29px;
  background-color: #f5c623;
  z-index: -1;
  border-radius: 50%;
}

.commonTitle h3 span {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  opacity: 0.1;
  color: #3e6afe;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}

.commonTitle p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #999999;
}

.commonTitle.type2 h3,
.commonTitle.type2 p {
  color: #fff;
}

.commonTitle h3 a {
  position: absolute;
  bottom: 0;
  right: -160px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
}

.commonTitle h3 a i {
  font-size: 12px;
}

.commonTitle h3 a:hover {
  color: #3c69fe !important;
}

/* 小标题公共样式 */
.commonTitle_h4 h4 {
  font-size: 20px;
  color: #333333;
  position: relative;
  z-index: 2;
}

.commonTitle_h4 h4 i {
  content: '';
  position: absolute;
  top: -7px;
  left: -13px;
  width: 18px;
  height: 18px;
  background-color: #f5c623;
  border-radius: 50%;
  z-index: -1;
}

.commonTitle_h4 h4 span {
  font-size: 18px;
  font-weight: 600;
  color: #3e6afe;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  line-height: 14px;
  z-index: -1;
  white-space: nowrap;
  letter-spacing: -1px;
}

/* 渐变小标题 */
.commonTitle_h5 {
  display: inline-block;
}

.commonTitle_h5 h5 {
  font-size: 18px;
  height: 18px;
  line-height: 17px;
  color: #4d4d4d;
  position: relative;
  padding-left: 11px;
}

.commonTitle_h5 h5::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;

  width: 5px;
  height: 20px;
  background-image: linear-gradient(180deg,
      #3c69fe 0%,
      #00ffff 100%);
  border-radius: 3px;
}

a.more {
  font-size: 14px;
  color: #999;
  z-index: 100;
  font-weight: normal;
}

a.more:hover {
  color: #3c69fe;
}

a.more i {
  font-size: 14px;
}

/* 头部公共样式 */
header {
  height: 45px;
  background-color: #edf0f4;
}

.header_tit {
  font-size: 14px;
  font-weight: normal;
  color: #7d7d7d;
  line-height: 45px;
}

header .pullDown {
  position: relative;
  width: 100px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  margin-right: 10px;
  cursor: pointer;
}

header .pullDown.locationWrap {
  margin-left: 27px;
}

header .pullDown i.icon-gerenzhongxin,
header .pullDown i.icon-jiaoliu,
header .pullDown i.icon-dingwei {
  margin-right: 2px;
  font-size: 18px;
  color: #3c69fe;
}

header .pullDown i.icon-xiajiantou,
header .pullDown i.icon-shangjiantou {
  font-size: 6px;
  margin-left: 2px;
}

header .pullDown span {
  padding: 0 2px;
}

header .pullDown:hover {
  background-color: #fff;
  color: #3c69fe;
}

header .pullDown .hide {
  position: absolute;
  right: 0;
  bottom: -174px;
  background-color: #fff;
  display: none;
  width: 100px;
  height: 115px;
  width: 174px;
  height: 174px;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .pullDown .hide span {
  font-size: 14px;
  /* transform: scale(.9); */
  color: #4d4d4d;
  white-space: nowrap;
  margin-top: 2px;
}

header .pullDown:hover .hide {
  display: flex;
  z-index: 100;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-top: none;
}

header .pullDown.locationWrap .hide {
  width: 408px;
  height: 220px;
  top: 45px;
  left: 0;
  z-index: 100;
  padding: 22px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

header .pullDown.locationWrap .hide .cityWrap {
  width: 80px;
  height: 80px;
  background: #EDEDED;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

header .pullDown.locationWrap .hide .cityWrap .img {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(1) .img {
  background-image: url(../images/beijingB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(2) .img {
  background-image: url(../images/guangzhouB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(3) .img {
  background-image: url(../images/shenzhenB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(4) .img {
  background-image: url(../images/sichuanB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(5) .img {
  background-image: url(../images/jiangxiB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(6) .img {
  background-image: url(../images/shandongB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(7) .img {
  background-image: url(../images/shanxiB.png);
}

header .pullDown.locationWrap .hide .cityWrap:nth-child(8) .img {
  background-image: url(../images/moreCityB.png);
  width: 33px;
  height: 33px;
}


header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(1) .img {
  background-image: url(../images/beijingW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(2) .img {
  background-image: url(../images/guangzhouW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(3) .img {
  background-image: url(../images/shenzhenW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(4) .img {
  background-image: url(../images/sichuanW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(5) .img {
  background-image: url(../images/jiangxiW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(6) .img {
  background-image: url(../images/shandongW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(7) .img {
  background-image: url(../images/shanxiW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover:nth-child(8) .img {
  background-image: url(../images/moreCityW.png);
}

header .pullDown.locationWrap .hide .cityWrap:hover {
  background: linear-gradient(98deg, #4AA3EA, #0000F4);
}

header .pullDown.locationWrap .hide .cityWrap p {
  font-size: 14px;
  color: #587EFB;
  height: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

header .pullDown.locationWrap .hide .cityWrap:hover p {
  color: #fff;
}

header .phoneNum {
  position: relative;
  width: 200px;
  height: 100%;
  line-height: 45px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #3c69fe;
}

header .phoneNum::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 17px;
  height: 19px;
  background-image: url(../images/phoneNumIcon.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

nav {
  background-color: #fff;
  height: 90px;
}

nav .container {
  height: 100%;
}

nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
}

nav .logo img {
  height: 45px;
}

nav ul {
  width: 863px;
  height: 100%;
  /* line-height: 84px; */
  color: #fefeff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul li.active a {
  color: #3c69fe;
  font-weight: bold;
}

nav ul li:hover a {
  color: #3c69fe;
  font-weight: bold;
}

/* 
nav ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 48px;
  height: 4px;
  background-image: linear-gradient(98deg,
      #3c69fe 0%,
      #7998fd 100%),
    linear-gradient(#3c69fe,
      #3c69fe);
  border-radius: 3px;
  display: none;
} */

/* nav ul li:hover::before {
  display: block;
} */

/* nav ul li.active::before {
  display: block;
} */

nav ul a {
  color: #343333;
}

nav ul li i {
  font-weight: normal;
  transition: .3s;
  display: inline-block;
  transform: rotateZ(180deg);
}

nav ul li:hover i {
  transform: rotateZ(360deg);
}

nav ul li:hover .hideLink {
  display: block;
}

nav ul li .hideLink {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-56%);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  display: none;
  z-index: 99;
  min-width: 120px;
}

nav ul li .hideLink::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 5px;
  background: linear-gradient(98deg, #7998FD, #3C69FE);
  border-radius: 3px;
}

nav ul li .hideLink a {
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  color: #343333;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box;
}

nav ul li .hideLink a:hover {
  background: #F0F3FE;
  font-weight: bold;
  color: #3C69FE;
}


/* 底部公共样式 */
footer {
  background-color: #3c39fe;
}

footer .footer_top {
  height: 350px;
  padding-top: 32px;
  box-sizing: border-box;
  background-color: #4570fd;
}

footer .footer_top>div.txtContont {
  display: flex;
  justify-content: space-between;
}

footer .footer_top .footer_top_online {
  /* width: 303px; */
  /* padding-right: 44px; */
  box-sizing: border-box;
  text-align: center;
  margin-top: 13px;
}

footer .footer_top .footer_top_online img {
  width: 259px;
  /* height: 74px; */
}

footer .footer_top .footer_top_online .tit {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
  line-height: 16px;
  height: 16px;
}

footer .footer_top .footer_top_online .telephone {
  font-size: 22px;
  color: #f59a23;
  font-weight: bold;
  margin: 30px auto 19px;
}

footer .footer_top .footer_top_online a {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 236px;
  height: 37px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  line-height: 36px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footer_top .footer_top_online a:hover {
  color: #4570fd;
  background-color: #fff;
}

footer .footer_top .footer_top_list {
  width: 468px;
  display: flex;
  justify-content: space-between;
}

footer .footer_top .footer_top_list>div {
  /* width: 72px; */
  line-height: 31px;
  text-align: center;
  position: relative;
}

footer .footer_top .footer_top_list>div h6 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

footer .footer_top .footer_top_list>div .linkWrap {
  background-color: #3d6afe;
  border-radius: 10px;
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  min-width: 98px;
}

footer .footer_top .footer_top_list>div .linkWrap .linkHide {
  display: none;
}

footer .footer_top .footer_top_list>div a {
  color: #e2e2e2;
  font-size: 14px;
  display: block;
  padding: 0 12px;
  line-height: 27px;
  white-space: nowrap;
}


footer .footer_top .footer_top_list>div a:hover {
  color: #fff;
}

footer .footer_top .qrCodeWrap {
  display: flex;
  width: 317px;
  justify-content: space-between;
}

footer .footer_top .footer_top_QRcode {
  width: 144px;
}

footer .footer_top .footer_top_QRcode .alternating {
  background-color: #3c39fe;
  border-radius: 5px;
}

footer .footer_top .footer_top_QRcode img {
  width: 123px;
  height: 123px;
  margin: 9px auto;

}

footer .footer_top .footer_top_QRcode p {
  font-size: 12px;
  font-weight: normal;
  color: #e2e2e2;
  text-align: center;
  line-height: 17px;
  margin-top: 3px;
}

footer .footer_top .footer_top_QRcode p span {
  padding-right: 10px;
}

footer .footer_top .WeMedia {
  height: 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* margin-top: 15px; */
}

footer .footer_top .WeMedia .qrWrap {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D4DEFE;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: .3s;
}

footer .footer_top .WeMedia .qrWrap .txt {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff;
}

footer .footer_top .WeMedia .qrWrap i {
  font-size: 30px;
  color: #999;
  transition: .3s;
}

footer .footer_top .WeMedia .qrWrap:nth-child(2) i {
  font-size: 40px;
}

footer .footer_top .WeMedia .qrWrap .qrBox {
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}

footer .footer_top .WeMedia .qrWrap:hover .qrBox {
  display: flex;
}

footer .footer_top .WeMedia .qrWrap:nth-child(1):hover {
  background-color: #28c445;
}

footer .footer_top .WeMedia .qrWrap:nth-child(1):hover i {
  color: #fcfcfc;
}

footer .footer_top .WeMedia .qrWrap:nth-child(2):hover {
  background-color: #ff509b;
}

footer .footer_top .WeMedia .qrWrap:nth-child(2):hover i {
  color: #ffffff;
}

footer .footer_top .WeMedia .qrWrap:nth-child(3):hover {
  background-color: #fff;
}

footer .footer_top .WeMedia .qrWrap:nth-child(3):hover i {
  color: #d81e06;
}

footer .footer_top .WeMedia .qrWrap:nth-child(4):hover {
  background-color: #fff;
}

footer .footer_top .WeMedia .qrWrap:nth-child(4):hover i {
  color: #26375e;
}

footer .footer_top .WeMedia .qrWrap:nth-child(5):hover {
  background-color: #0066ff;
}

footer .footer_top .WeMedia .qrWrap:nth-child(5):hover i {
  color: #fcfcfc;
}

footer .footer_top .WeMedia .qrWrap:nth-child(6):hover {
  background-color: #fff;
}

footer .footer_top .WeMedia .qrWrap:nth-child(6):hover i {
  color: #ff9908;
}

footer .footer_top .WeMedia .qrWrap:nth-child(7):hover {
  background-color: #ff0035;
}

footer .footer_top .WeMedia .qrWrap:nth-child(7):hover i {
  color: #fff;
}

footer .footer_top .WeMedia .qrWrap .qrBox::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 12px solid #fff;
}

footer .footer_top .WeMedia .qrWrap .qrBox img {
  width: 94px;
  height: 94px;
}

footer .footer_bottom {
  height: 110px;
  padding-top: 31px;
  box-sizing: border-box;
}

footer .footer_bottom h6 {
  font-size: 18px;
  font-weight: normal;
  color: #fdfdfd;
  margin-top: 42px;
  position: relative;
  display: inline-block;
}

footer .footer_bottom h6::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #fdfdfd;
  border-radius: 2px;
}

footer .footer_bottom .footerLink {
  /* margin-top: 31px; */
  display: flex;
  justify-content: flex-start;
}

footer .footer_bottom .footerLink span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

footer .footer_bottom .footerLink a {
  font-size: 14px;
  color: #cccbfd;
  padding-left: 10px;
}

footer .footer_bottom .footerLink a:hover {
  color: #fff;
}

footer .footer_bottom p {
  margin-top: 17px;
  font-size: 13px;
  color: #999999;
  text-align: center;
}

footer .footer_bottom p a {
  font-size: 12px;
  color: #999999;
}

/* 按钮泛光 */
@keyframes btnScale {
  0% {
    opacity: .7;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.btnScale {
  position: relative;
  overflow: hidden;
}

.btnScale::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  animation: btnScale 1s ease 0s infinite;
  border-radius: 50%;
}

/* 分页器 */
.sorter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  margin-top: 30px;
}

.sorter span,
.sorter a {
  padding: 0 17px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3c69fe, #00ffff);
  border: solid 1px transparent;
  display: inline-block;
  font-size: 14px;
  color: #676666;
  box-sizing: border-box;
  text-align: center;
  line-height: 33px;
  margin: 0 3px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;

}

.sorter.type2 span,
.sorter.type2 a {
  background-image:
    linear-gradient(#fff,
      #fff),
    linear-gradient(90deg,
      #f17608 0%,
      #eeaa07 100%)
}



.sorter a:hover {
  background-image: linear-gradient(90deg, #3c69fe, #00ffff);
  color: #fff;
}

.sorter.type2 a:hover {
  background-image: linear-gradient(90deg,
      #f17608 0%,
      #eeaa07 100%),
    linear-gradient(#c82f37,
      #c82f37);
}

.sorter span {
  background-image: linear-gradient(90deg,
      #3c69fe 0%,
      #00ffff 100%);
  color: #fff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.sorter.type2 span {
  background-image: linear-gradient(90deg,
      #f17608 0%,
      #eeaa07 100%),
    linear-gradient(#c82f37,
      #c82f37);
}

/* 向右滑动光柱动画 */
.rollingLight {
  overflow: hidden;
  position: relative;
}

.rollingLight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 47%, rgba(255, 255, 255, .1) 50%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  animation: rollingLight 4s linear infinite;
  z-index: 1;
}

@keyframes rollingLight {
  0% {
    transform: translateX(-70%);
  }

  23% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(20%);
  }
}

/* 上下来回滑动光效 */
.alternating {
  position: relative;
  overflow: hidden;
}

.alternating::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
  animation: alternating 2.8s linear infinite;
}

@keyframes alternating {
  0% {
    top: -71px;
    background: linear-gradient(180deg, transparent, rgba(60, 57, 254, .4));
  }

  20% {
    top: 100%;
    background: linear-gradient(180deg, transparent, rgba(60, 57, 254, .4));
  }

  42.86% {
    top: 100%;
    background: linear-gradient(180deg, rgba(60, 57, 254, .4), transparent);
  }

  62.86% {
    top: -71px;
    background: linear-gradient(180deg, rgba(60, 57, 254, .4), transparent);
  }

  100% {
    top: -71px;
    background: linear-gradient(180deg, rgba(60, 57, 254, .4), transparent);
  }
}

/* 公共h3标题 */
.tit_h3 {
  padding: 0 5px;
  font-size: 20px;
  color: #000000;
  position: relative;
  margin-left: 20px;
  display: inline-block;
  z-index: 0;
}

.tit_h3::before {
  content: '\e606';
  position: absolute;
  top: 1px;
  left: -20px;
  font-size: 20px;
  color: #c82f37;
}

.tit_h3:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: #fde2e4;
  z-index: -1;
}

/* 图片自适应 */
.autoImgWrap {
  overflow: hidden;
}

.autoImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

.autoImgWrap:hover img {
  transform: scale(1.1);
}


/* 上下篇 */
.pieceBox {
  height: 100px;
  margin: 23px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.pieceBox a {
  width: 49%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 25px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  color: #464545;
}

.pieceBox a:hover {
  background-image: linear-gradient(90deg,
      #3c69fe 0%,
      #00ffff 100%),
    linear-gradient(#c82f37,
      #c82f37);
  color: #fff;
}

.pieceBox a .iconBox {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 10px;
}

.pieceBox a:hover .iconBox i {
  color: #fff;
}

.pieceBox a .iconBox i {
  font-size: 20px;
  color: #3c69fe;
}

.pieceBox p {
  flex: 1;
  letter-spacing: 1px;
  /* height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}


/* 渐变文字和边框 */
.changeBorder {
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #3c69fe, #00ffff);
}


.changeBorder p {
  background: -webkit-linear-gradient(45deg, #3c69fe, #00ffff);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #3c69fe, #00ffff);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  font-weight: bold;
}

.changeBorder a {
  background: -webkit-linear-gradient(45deg, #3c69fe, #00ffff);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #3c69fe, #00ffff);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  font-weight: bold;
}

.changeBorder.ie p {
  color: #3c69fe;
  background: none;
}

.changeBorder.ie a {
  color: #3c69fe;
  background: none;
}

/* 单个文字渐变 */
.changeP {
  background: -webkit-linear-gradient(45deg, #3c69fe, #00ffff);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #3c69fe, #00ffff);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  font-weight: bold;
}

.changeP.ie {
  color: #3c69fe !important;
  background: none;
}

.changeP2 {
  background: -webkit-linear-gradient(45deg, #f59a23, #fecc02);
  /* Chrome, Safari */
  background: linear-gradient(45deg, #f59a23, #fecc02);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;

}

.changeP2.ie {
  color: #f59a23 !important;
  background: none;
}


/* particles特效 */
#particles-js {
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* formGif */
.formGif {
  width: 90px;
  height: 40px;
  position: relative;
}

.formGif>div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition: left .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.formGif>div:nth-child(1) {
  background-image: url(../images/formTeacher_1.jpg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50px;
  z-index: 3;
}

.formGif>div:nth-child(2) {
  background-image: url(../images/formTeacher_2.jpg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 25px;
  z-index: 2;
}

.formGif>div:nth-child(3) {
  background-image: url(../images/formTeacher_3.jpg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  z-index: 1;
}


.formGif>div.p1 {
  left: 50px;
  z-index: 3;
  transition: transform .5s;
  animation: scale linear .5s;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(.5);
  }

  100% {
    transform: scale(1);
  }
}

.formGif>div.p2 {
  left: 25px;
  z-index: 2;
}

.formGif>div.p3 {
  left: 0;
  z-index: 1;
}

.formGif>div.p4 {
  left: 50px;
  z-index: 4;
  transition: .3s;
  transform: scale(1);
}

/* 证书 */
.card {
  display: inline-block;
  padding: 0 8px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-blend-mode: normal,
    normal;
  border-radius: 11px 0px 11px 0px;
  margin: 0 3px;
  font-style: normal;
}

/* 学位证 */
.card.c1 {
  background-image: linear-gradient(90deg,
      #3c69fe 0%,
      #00ffff 100%)
}

/* 结业证 */
.card.c2 {
  background-image: linear-gradient(90deg,
      #f17608 0%,
      #eeaa07 100%)
}

/* 毕业证 */
.card.c3 {
  background-image: linear-gradient(90deg,
      #7b09f1 0%,
      #a507ee 100%)
}

/* 中留服认证 */
.card.c4 {
  background-image: linear-gradient(90deg,
      #9f0720 0%,
      #f45b74 100%);
}

.linkNav {
  font-size: 14px;
  color: #b3b3b3;
}

.linkNav i {
  font-size: 14px;
  color: #b3b3b3;
}

.linkNav a {
  color: #b3b3b3;
}

.linkNav a:hover {
  color: #3c69fe
}