h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
dl,
dt,
dd,
img,
input,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

body {
  margin: 0px auto;
  padding: 0;
  font-size: 12px;
  font-family: "微软雅黑", "Microsoft YaHei", Arial;
  color: #292929;
  width: 100%;
  background-attachment: fixed;
}

a {
  text-decoration-line: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

label,
input[type="checkbox"] {
  cursor: pointer;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.textcenter {
  text-align: center;
}

/* 定宽布局 */
.w1180 {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.w {
  width: 1200px;
  margin: 0 auto;
  font-family: "微软雅黑";
}

/* 超链样式 */
.link {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.link:hover {
  color: #dd2b21;
}

.link-text {
  color: #999;
  text-decoration: none;
}

/* 公共头部导航 */

/*公共底部*/
.profooter {
  width: 100%;
  background-color: #272b2f;
}

.publicfoot {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  border: 0;
}

.ftinfo {
  /* width: 1100px;
  background-color: red; */
  display: flex;
  justify-content: space-between;
  padding: 75px 0 20px;
  color: #ffffff;
}

.dlcot {
  width: 334px;
}

.dlcot dt {
  line-height: 1;
  padding-bottom: 15px;
  font-size: 30px;
}

.dlcot dd {
  width: 50%;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
}

.dlcot dd:nth-child(even) {
  padding-left: 10px;
}

.dlcot dd::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background: #9d9d9d;
}

.dlcot dd a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.ewmcot {
  display: flex;
  justify-content: space-between;
  width: 290px;
  font-size: 14px;
  text-align: center;
  color: #999999;
}

.ewmcot>div {
  width: 130px;
}

.ewmcot>div img {
  margin-bottom: 14px;
}

.tphcot {
  width: 320px;
}

.telcon {
  font-size: 36px;
  line-height: 1;
}

.stim {
  display: block;
  padding: 6px 0 15px 42px;
  font-size: 14px;
  line-height: 1;
  color: #999;
}

.adrscon {
  font-size: 14px;
  line-height: 30px;
}

.fticn {
  display: inline-block;
  background: url("../images/fticn.png") no-repeat;
}

.telcon .fticn {
  margin-right: 14px;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  vertical-align: middle;
}

.adrscon .fticn {
  margin-right: 16px;
  width: 22px;
  height: 29px;
  background-position: right 0;
  vertical-align: middle;
}

.recod {
  padding: 26px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/*导航*/
.hdbner {
  position: relative;
}

.prohead {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  height: 76px;
  z-index: 999;
  /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
  box-sizing: border-box;
}

.product {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(6, 5, 30, 0.9);
  height: 76px;
  z-index: 999;
  /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
  box-sizing: border-box;
}

.guarantee {
  width: 100%;
  position: relative;
  background: transparent;
  margin-bottom: -80px;
  height: 77px;
  z-index: 999;
  border-bottom: 0;
  box-sizing: border-box;
}

.darkGround {
  background: rgba(23, 24, 65, 0.9);
  transition: background 0.8s linear;
}

.topnav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logcot {
  display: flex;
  /*padding-top: 5px;*/
}

.loifo {
  margin-left: 12px;
  color: #fff;
}

.logcot a {
  display: inline-block;
  margin-top: 20px;
}

/*类金融*/
.index .loifo .t-title {
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: normal;
}

.loifo .t-title {
  padding: 20px 0px 5px 0px;
  font-size: 20px;
  font-weight: normal;
}

.loifo .b-title {
  font-size: 12px;
}

.navlist {
  padding-top: 33px;
  /*margin-left: 100px;*/
}

.navlist li {
  height: 42px;
  float: left;
  margin-left: 45px;
  /*padding: 0 10px;*/
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear;
  position: relative;
}

.navlist li:last-child(1) {
  margin-right: 0;
}

.navlist li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.navlist li.active {
  border-bottom-color: #fff;
  height: 42px;
}

.navlist li:hover::after {
  transform-origin: center;
  transform: scale(1);
}

.navlist li:after {
  position: relative;
  content: "";
  display: block;
  height: 0.5px;
  width: 100%;
  background: #fff;
  top: 24.5px;
  left: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.navlist li.active:after {
  position: relative;
  content: "";
  display: block;
  height: 0;
  width: 100%;
  background: #fff;
  top: 24.5px;
  left: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.navlist li:nth-child(2):after {
  position: relative;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  top: 10px;
  left: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.navlist li:nth-child(2) .down {
  display: inline-block;
  width: 21px;
  height: 25px;
  background: url(../images/down.png) no-repeat 12px 14px;
  vertical-align: -2px;
}

.navlist li:nth-child(2):hover {
  border-bottom: none;
}

.navlist li.active a {
  font-size: 16px;
}

.navlist li.active h3 a {
  font-size: 17px;
  color: #ffffff;
}

.index .navlist li h3 {
  font-weight: normal;
  height: 42px;
  margin-top: -7px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  transition: all 0.2s linear;
}

.navlist li h3 {
  font-weight: normal;
  height: 42px;
  /*margin-top: -7px;*/
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  transition: all 0.2s linear;
}

.index .navlist li h3 a {
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
}

.navlist li h3 a {
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
}

.index .navlist li h3 a:hover {
  cursor: pointer;
  font-size: 17px;
}

.navlist li h3 a:hover {
  cursor: pointer;
  font-size: 17px;
}

.twonav {
  display: none;
  position: absolute;
  /*left: -276%;*/
  left: 50%;
  width: 220px;
  margin-left: -118px;
  /*margin-top: 1px;*/
  min-height: 184px;
  box-sizing: border-box;
  padding: 20px 0;
  /*background: rgba(6, 5, 30, 0.9);*/
  background: #ffffff;
  box-shadow: 1px -2px 20px 0px rgba(45, 35, 80, 0.18);
  /*border-bottom: 6px solid #2577e3;*/
  z-index: 999;
  -webkit-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -moz-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -o-transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
}

.twonav .tip {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 110px;
}

.twonav dl dt {
  clear: both;
  margin: 0;
  padding: 0 15px 0 65px;
  border-bottom: 1px solid #ececec;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 48px;
}

.twonav dl dt span {
  position: relative;
  color: #216dd0;
  font-size: 18px;
  cursor: default;
}

.twonav dl dt span:before {
  position: absolute;
  top: 6px;
  left: -16px;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #216dd0;
  content: "";
}

.twonav dd {
  line-height: 38px;
}

.two .twonav dd a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 41px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-size: 16px;
  box-sizing: border-box;
  color: #333333;
  text-decoration: none;
  text-align: left;
}

.twonav dd a.grayColor {
  color: #ddd;
  cursor: auto;
}

.wbarrow {
  display: inline-block;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 50px;
  top: 15px;
  z-index: 2;
}

.wbarrow::before,
.wbarrow::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 9px transparent dashed;
  border-left: 9px transparent dashed;
  border-bottom: 9px transparent dashed;
  border-right: 9px transparent solid;
  overflow: hidden;
}

.wbarrow::before {
  left: 1px;
  /*重要*/
  border-left: 9px #d2d2d2 solid;
}

.wbarrow::after {
  border-left: 9px white solid;
}

.hoticon {
  display: inline-block;
  width: 32px;
  height: 25px;
  margin-left: 3px;
  background: url("../images/fireRed.png") no-repeat;
  vertical-align: -9px;
  margin-right: -17px;
}

.two .twonav dd a:hover,
.two .twonav dd.active a {
  color: #ffffff;
  font-size: 16px;
  background: #2e2a84;
  /*box-shadow: 0px 1px 1px 0px #dddddd;*/
  transition: all 0.2s ease-out;
}

.chanpin {
  padding: 0 20px;
}

.twonav dd a:hover .hoticon,
.twonav dd.active .hoticon {
  /*background: url("../images/line.png") no-repeat;*/
}

.twonav dd a:hover .wbarrow::before,
.twonav dd.active a .wbarrow::before {
  left: 1px;
  /*重要*/
  /*border-left:9px #d2d2d2 solid;*/
}

.twonav dd a:hover .wbarrow::after,
.twonav dd.active a .wbarrow::after {
  border-left: 9px #216dd0 solid;
}

.twonav dd a:hover .hoticon,
.twonav dd.active a .hoticon {
  /*background-position: 0 bottom;*/
}

.applyBtn {
  margin: 0 0 20px 35px;
}

.applyBtn a {
  display: inline-block;
  width: 180px;
  height: 44px;
  background-color: #fd7e20;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  text-decoration: none;
  color: #ffffff;
}

/*底部链接*/
.subWeb {
  display: flex;
  justify-content: center;
  /* width: 600px; */
  padding-top: 23px;
  border-bottom: 1px solid #666;
}

.subtit {
  font-size: 12px;
  color: #fff;
  padding-top: 2px;
  opacity: 0.5;
}

.weblink {
  padding-bottom: 20px;
}

.linkdl {
  margin: 0;
  font-size: 14px;
  overflow: hidden;
}

.linkdl dd {
  float: left;
  width: 234px;
  margin-bottom: 20px;
  text-align: left;
}

.linkdl dd span {
  display: block;
  clear: both;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 4px;
}

.linkdl dd a {
  width: 100%;
  display: block;
  text-decoration: underline !important;
  font-size: 14px;
  color: #4f94e7;
  padding-left: 9px;
}

.linkdl dd:first-child {
  margin-left: 0;
}

/*百度商桥添加代码start*/
#newBridge .nb-icon-base {
  display: none !important;
}

.sqicon {
  display: inline-block;
  background: url("../images/sqicn.png") no-repeat;
}

.leftcosult {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 999;
}

.leftcosult li {
  position: relative;
  width: 74px;
  height: 74px;
  margin-top: 20px;
  border-radius: 50%;
  background: #3994ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftcosult li.liask .sqicon {
  width: 38px;
  height: 38px;
  background-position: 0 0;
}

.leftcosult li.litelp .sqicon {
  width: 32px;
  height: 32px;
  background-position: 0 -91px;
}

.leftcosult li.litestq .sqicon {
  width: 32px;
  height: 32px;
  background-position: 0 -47px;
}

.leftcosult li.libacktop .sqicon {
  background-position: 0 -141px;
  width: 32px;
  height: 20px;
}

.leftcosult li a,
.leftcosult li>div {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
}

.minbox,
.maxbox {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  background: rgba(30, 168, 250, 0.4);
  z-index: 1;
  opacity: 0;
}

.maxbox {
  width: 101px;
  height: 101px;
  margin-top: -50px;
  margin-left: -50px;
  background: rgba(79, 184, 247, 0.15);
}

.leftcosult li em {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  line-height: 38px;
  display: none;
  transition: all 0.2s linear;
}

.leftcosult li>div:hover i.hoveri,
.leftcosult li>a:hover i.hoveri {
  display: none;
}

.leftcosult li>div:hover em.hovem,
.leftcosult li>a:hover em.hovem {
  display: block;
}

.leftcosult li:hover .maxbox,
.leftcosult li:hover .minbox {
  opacity: 1;
  -webkit-animation: warn 1s infinite ease-out;
  -moz-animation: warn 1s infinite ease-out;
  animation: warn 1s infinite ease-out;
}

@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.6);
    opacity: 0.5;
  }

  50% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  75% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.telpbox {
  position: fixed;
  width: 580px;
  height: 344px;
  box-shadow: 0 2px 10px 0 rgba(29, 50, 119, 0.28);
  z-index: 999;
  top: 35%;
  right: 50%;
  margin-top: -70px;
  margin-right: -290px;
  background: #fff;
  display: none;
}

.telpbox h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 60px;
  background-color: #4f94e7;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.telpcot {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.telpft {
  width: 290px;
  line-height: 1;
  font-size: 16px;
  color: #4f94e7;
}

.telphonecs h4 {
  font-size: 16px !important;
  margin-bottom: 10px;
  color: #4f94e7;
  font-weight: normal;
}

.telphonecs h4 .sqicon {
  width: 22px;
  height: 22px;
  background-position: -2px -279px;
  vertical-align: -5px;
  margin-right: 10px;
}

.telphonecs h5 {
  font-size: 32px;
  color: #4f94e7;
  font-weight: 700;
}

.telphonecs p {
  font-size: 14px;
  margin-top: 45px;
}

.telphonecs {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.6);
}

.telprtcot,
.telpftcot {
  width: 230px;
  margin: 0 auto;
}

.telpftcot .tepone {
  margin: 28px 2px 28px 18px;
  line-height: 24px;
}

.telpftcot h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.telpftcot span {
  display: block;
  line-height: 24px;
  padding-left: 16px;
}

.telpftcot h4 {
  position: relative;
  padding-left: 43px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-right: -5px;
}

.telpftcot h4 .sqicon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: 0 bottom;
  position: absolute;
  left: 0;
  top: 2px;
}

.telpftcot .askcot {
  margin: 0 14px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #4f94e7;
  border: 1px solid #4f94e7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.telprt {
  width: 290px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  border-left: 1px dashed rgba(191, 191, 191, 0.6);
}

.telprt p {
  padding: 15px 15px 5px;
}

.telprt input {
  width: 100%;
  height: 48px;
  margin: 20px 0;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #bfbfbf;
  font-size: 16px;
}

.telprt .btnbox {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #4f94e7;
  border: 1px solid #4f94e7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.spclose {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
  height: 32px;
  background-position: 0 -173px;
}

.showanimation {
  animation: in 1s ease both;
  -webkit-animation: in 1s ease both;
  -moz-animation: in 1s ease both;
  display: block;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.hideanimation {
  animation: out 1s ease both;
  -webkit-animation: out 1s ease both;
  -moz-animation: out 1s ease both;
  display: none\0;
  *display: none;
}

@keyframes in {
  0% {
    transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
  }

  100% {
    transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }
}

@-webkit-keyframes in {
  0% {
    -webkit-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
  }

  100% {
    -webkit-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }
}

@-moz-keyframes in {
  0% {
    -moz-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
  }

  100% {
    -moz-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }
}

@keyframes out {
  0% {
    transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }

  100% {
    transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
    display: none;
  }
}

@-webkit-keyframes out {
  0% {
    -webkit-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }

  100% {
    -webkit-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
    display: none;
  }
}

@-moz-keyframes out {
  0% {
    -moz-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    right: 50%;
  }

  100% {
    -moz-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    right: 50px;
    display: none;
  }
}

.errtipbox {
  position: fixed;
  top: 10px;
  left: 50%;
  width: 500px;
  height: 160px;
  margin-top: 0;
  margin-left: -250px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(29, 50, 119, 0.28);
  z-index: 9999;
  font-size: 16px;
}

.errtipbox p {
  padding: 30px 0;
  text-align: center;
  color: #999;
}

.errtipbox .errbtn {
  width: 140px;
  height: 48px;
  float: right;
  margin-right: 42px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background-color: #4f94e7;
  border-radius: 4px;
  cursor: pointer;
}

.sucpbox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 240px;
  margin-top: -120px;
  margin-left: -170px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(29, 50, 119, 0.28);
  z-index: 9999;
  font-size: 16px;
  text-align: center;
}

.sucpbox .sqicon {
  width: 40px;
  height: 48px;
  margin: 42px 0 25px;
  background-position: 0 -212px;
}

.sucpbox p {
  margin-bottom: 40px;
  color: #666;
}

.sucpbox .sucbtn {
  display: inline-block;
  width: 140px;
  height: 48px;
  background-color: #4f94e7;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
}

.scuermask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
}

/*百度商桥添加代码end*/
/*动效*/
/* 摇摆 */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }

  40% {
    -ms-transform: rotate(-10deg);
  }

  60% {
    -ms-transform: rotate(5deg);
  }

  80% {
    -ms-transform: rotate(-5deg);
  }

  100% {
    -ms-transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* 弹跳 */
@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-ms-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-30px);
  }

  60% {
    -ms-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.publicfoot .foth5 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.publicfoot .footerMap {
  width: 342px;
}

.publicfoot .footerMap .foth5 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.publicfoot .footerPhone .publicfoot .footerCode .foth5 {
  margin-bottom: 40px;
}

.publicfoot .footerMap ul {
  font-size: 14px;
  line-height: 34px;
}

.publicfoot .footerMap ul li a {
  color: #a8a9ab;
  text-decoration: none;
}

.publicfoot .footerMap ul li a:hover {
  color: #fff;
}

.publicfoot .footerPhone {
  width: 512px;
  font-size: 14px;
  line-height: 1;
  color: rgba(168, 169, 171, 0.7);
}

.publicfoot .footerPhone .numdata .fticn {
  position: absolute;
  top: 3px;
  left: -40px;
  width: 24px;
  height: 22px;
  background-position: 0 -58px;
}

.publicfoot .footerPhone .numdata {
  position: relative;
}

.publicfoot .footerPhone .num {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
  color: #f3b014;
}

.publicfoot .footerPhone .time {
  font-size: 12px;
  line-height: 1;
  color: #979797;
}

.publicfoot .footerPhone .mapdata {
  position: relative;
  margin-top: 20px;
}

.fticn {
  display: inline-block;
  background: url(../images/fticn.png) no-repeat;
}

.publicfoot .footerPhone .dresicn {
  position: absolute;
  left: -30px;
  top: 0;
  width: 14px;
  height: 16px;
  background-position: 0 0;
}

.publicfoot .footerPhone .fbtel {
  margin-top: 30px;
}

.publicfoot .footerPhone .fbtel p {
  position: relative;
}

.publicfoot .footerPhone .fbtel .ptel {
  margin-bottom: 15px;
}

.publicfoot .footerPhone .fbtel .fticn {
  position: absolute;
  left: -30px;
  top: 0;
}

.publicfoot .footerPhone .fbtel .telicn {
  width: 18px;
  height: 14px;
  background-position: 0 -19px;
}

.publicfoot .footerPhone .fbtel .searcicn {
  width: 16px;
  height: 16px;
  background-position: 0 -37px;
}

.publicfoot .footerCode {
  width: 326px;
}

.publicfoot .footerCode .wxwbox {
  display: flex;
  justify-content: space-between;
}

.publicfoot .footerCode dl {
  width: 150px;
  text-align: center;
}

.publicfoot .footerCode dt img {
  width: 100%;
  height: 100%;
}

.publicfoot .footerCode dd {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  color: #8b8c8e;
}

.footerCode dt {
  padding: 5px;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  background: #fff;
}

@keyframes xuanzhuan {
  0% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }

  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }

  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}

@keyframes play {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@-webkit-keyframes play {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes go-up {
  0% {
    transform: translate3d(0, 300px, 0);
  }

  100% {
    transform: translate3d(0, -700px, 0);
  }
}

@-webkit-keyframes go-up {
  0% {
    transform: translate3d(0, 300px, 0);
  }

  100% {
    transform: translate3d(0, -700px, 0);
  }
}

@keyframes move {
  0% {
    transform: translate3d(0, 120px, 0);
  }

  100% {
    transform: translate3d(0, -400px, 0);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translate3d(0, 120px, 0);
  }

  100% {
    transform: translate3d(0, -400px, 0);
  }
}

@keyframes rotateArround {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes rotateArround {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes proRotate {
  0% {
    -webkit-transform: perspective(400px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes proRotate {
  0% {
    transform: perspective(400px) rotateY(180deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes move1 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move2 {
  0% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move3 {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move4 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes disappear {
  0% {
    opacity: 0;
    transform: translate(-50px, 50px);
  }

  20% {
    opacity: 1;
    transform: translate(-30px, 30px);
  }

  80% {
    opacity: 1;
    transform: translate(60px, -60px);
  }

  100% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
}

@keyframes up-disappear {
  0% {
    opacity: 1;
    bottom: 0;
  }

  100% {
    opacity: 0;
    bottom: 600px;
  }
}

@keyframes up-disappear2 {
  0% {
    opacity: 1;
    bottom: 0;
  }

  100% {
    opacity: 0;
    bottom: 400px;
  }
}

@keyframes right-disappear {
  0% {
    right: 440px;
  }

  100% {
    right: -200px;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.op1 {
  opacity: 1 !important;
  z-index: 2;
}

/*边线扩散*/
@-webkit-keyframes serv_one_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    opacity: 0.4;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes serv_border {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    opacity: 0.4;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes serv_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*a:hover 效果*/
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.profooter .childsbox {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 30px;
  /*height: 156px;*/
  box-sizing: border-box;
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.profooter .childsbox dl {
  display: flex;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 0;
}

.profooter .childsbox dl dt {
  text-align: right;
  width: 118px;
  color: #ffffff;
  padding-right: 30px;
  box-sizing: border-box;
}

.profooter .childsbox dl dd {
  flex: 1;
  display: flex;
}

.profooter .childsbox dl dd .cld1 {
  width: 134px;
}

.profooter .childsbox dl dd .cld5,
.profooter .childsbox dl dd .cld6,
.profooter .childsbox dl dd .cld2 {
  width: 133px;
}

.profooter .childsbox dl dd .cld3 {
  width: 148px;
}

.profooter .childsbox dl dd .cld4 {
  width: 137px;
}

.profooter .childsbox dl dd .cld7 {
  width: 135px;
}

.profooter .childsbox dl.qizqbox dd {
  display: flex;
  /*justify-content: space-between;*/
}

.profooter .childsbox dl.qizqbox dd>div {
  width: 160px;
  height: 122px;
  margin-right: 65px;
}

.profooter .childsbox dl.qizqbox dd>div:last-child {
  margin-right: 0;
}

.profooter .childsbox dl.qizqbox dd>div a {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  background-color: #2f3337;
  border-radius: 6px;
  text-decoration: none;
}

.profooter .childsbox dl.qizqbox dd>div a span {
  display: inline-block;
  height: 38px;
  background: url("../images/ftlog.png") no-repeat;
}

.profooter .childsbox dl.qizqbox dd>div.cld1 a span {
  width: 59px;
  background-position: 0 0;
}

.profooter .childsbox dl.qizqbox dd>div.cld2 a span {
  width: 66px;
  background-position: -64px 0;
}

.profooter .childsbox dl.qizqbox dd>div.cld3 a span {
  width: 38px;
  background-position: -146px 0;
}

.profooter .childsbox dl.qizqbox dd>div.cld4 a span {
  width: 70px;
  background-position: -197px 0;
}

.profooter .childsbox dl.qizqbox dd>div.cld5 a span {
  width: 36px;
  background-position: -282px 0;
}

.profooter .childsbox dl.qizqbox dd>div.cld6 a span {
  width: 47px;
  background-position: -344px 0;
}

.profooter .childsbox dl.qizqbox dd>div h6 {
  margin: 6px 0 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: rgba(168, 169, 171, 0.7);
}

.profooter .childsbox dl.qizqbox dd>div p {
  padding: 0 25px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(168, 169, 171, 0.5);
}

.profooter .childsbox dl.qizqbox dd a:hover {
  background-color: #3d4144;
  color: rgba(168, 169, 171, 0.5);
}

.profooter .childsbox dl dd a {
  display: block;
  margin-bottom: 15px;
  color: rgba(168, 169, 171, 0.7);
  text-decoration: none;
}

.profooter .childsbox dl dd a:hover {
  color: #fff;
}