.box {
  overflow: hidden;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 115px;
  z-index: 5;
}
nav .top {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .top-left {
  display: inherit;
}
nav .top-left img {
  height: 40px;
  width: auto;
}
nav .top-right {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 30px;
}
nav .top-right .contral {
  color: #333;
  margin-right: 20px;
}
nav .top-right b {
  font-weight: normal;
  cursor: pointer;
}
nav .top-right span {
  cursor: pointer;
}
nav .top-right span.userloginggg {
  display: inline-block;
  width: 94px;
  height: 30px;
  background: #b6141a;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  cursor: pointer;
}
nav .top-right span.signggg {
  padding-left: 20px;
  height: 14px;
  border-left: 1px solid #ddd;
  cursor: pointer;
  line-height: 14px;
  color: #fff;
}
nav .top-right span.backggg {
  display: inline-block;
  width: 94px;
  height: 30px;
  background: #b6141a;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 10px;
}
nav .top-right p a {
  color: #000000;
  margin-right: 10px;
}
nav .top-right p a:hover {
  color: #b6141a;
}
nav hr {
  background: #fff;
  opacity: 0.2;
  height: 1px;
  border: none;
  margin: 0;
}
nav .bottom {
  width: 1200px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
nav .bottom-right {
  color: #fff;
}
nav .bottom-right .span {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
nav .bottom-right .span::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -14.5px;
  top: 50%;
  margin-top: -2.5px;
}
nav .bottom-right .span:last-child,
nav .bottom-right .span:nth-last-child(3) {
  position: relative;
}
nav .bottom-right .span:last-child .activetySelect,
nav .bottom-right .span:nth-last-child(3) .activetySelect {
  display: none;
  width: 107px;
  background: #FFFFFF;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 19px;
  left: 0;
  padding-top: 14px;
  padding-bottom: 20px;
}
nav .bottom-right .span:last-child .activetySelect .activetyOption,
nav .bottom-right .span:nth-last-child(3) .activetySelect .activetyOption {
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}
nav .bottom-right .span:last-child .activetySelect .activetyOption:last-child,
nav .bottom-right .span:nth-last-child(3) .activetySelect .activetyOption:last-child {
  margin-bottom: 0;
}
nav .bottom-right .span:last-child .activetySelect .activetyOption:hover,
nav .bottom-right .span:nth-last-child(3) .activetySelect .activetyOption:hover {
  color: #cc2a1e;
}
nav .bottom-right .span:last-child:last-child > a,
nav .bottom-right .span:nth-last-child(3):last-child > a {
  margin: 0;
}
nav .bottom-right .span:last-child:hover .activetySelect,
nav .bottom-right .span:nth-last-child(3):hover .activetySelect {
  display: block;
}
nav .bottom-right .span:last-child::after {
  display: none;
}
nav .bottom-right .span:nth-last-child(3) .activetySelect {
  width: 230px;
  left: -100px;
}
nav .bottom-left {
  display: flex;
}
nav .bottom-left span {
  display: inline-block;
  line-height: 38px;
  font-size: 20px;
  color: #b6141a !important;
  margin-left: 12px;
  position: relative;
  font-weight: 700;
}
nav.f hr {
  background-color: #8b8b8b !important;
  z-index: 20000;
}
nav .shengdian {
  width: 90px;
  vertical-align: middle;
}
.activeHeader {
  background: #fff;
  color: #666;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 1000;
}
.p1 {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.p1-fadeIn img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transform-origin: center center;
  height: auto;
  animation: 30s linear infinite;
  position: absolute;
  left: 0;
}
.p1-fadeIn img:nth-child(1) {
  animation-name: p1SwiperAM1;
  z-index: 4;
}
.p1-fadeIn img:nth-child(2) {
  animation-name: p1SwiperAM2;
  z-index: 3;
}
.p1-fadeIn img:nth-child(3) {
  animation-name: p1SwiperAM3;
  z-index: 2;
}
.p1-center {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}
.p1-center p {
  font-size: 3.5em;
  line-height: 1.5em;
  color: #fff;
}
.p1-center p:nth-child(1) {
  color: #b6141a;
}
.p1-center p:nth-child(1) span {
  font-size: 3.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  opacity: 1;
  white-space: nowrap;
}
.p1-center p:nth-child(1) span:nth-child(1) {
  -webkit-animation-name: s-1;
  animation-name: s-1;
  z-index: 4;
}
.p1-center p:nth-child(1) span:nth-child(2) {
  -webkit-animation-name: s-2;
  animation-name: s-2;
  z-index: 3;
}
.p1-center p:nth-child(1) span:nth-child(3) {
  -webkit-animation-name: s-3;
  animation-name: s-3;
  z-index: 2;
}
.p1-center p:nth-child(2) {
  width: 362px;
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin: 0 auto;
  margin-top: 6%;
}
.p1-center div {
  margin-top: 170px;
}
.p1-center img {
  animation: 2s p1IconAM infinite;
}
.p1-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.p1-bottom-item {
  display: block;
  width: 270px;
  transition: background-color 0.5s ease, all 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
  height: 200px;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0px 7px 16px 2px rgba(58, 63, 69, 0.2);
  border-radius: 3px 3px 0px 0px;
}
.p1-bottom-item p {
  position: absolute;
  bottom: 120px;
  width: 270px;
  height: 58px;
  opacity: 1;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding-top: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p1-bottom-item p img {
  height: 27px;
}
.p1-bottom-item p b {
  margin-left: 10px;
}
.p1-bottom-item .t {
  position: absolute;
  width: 270px;
  height: 142px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  opacity: 1;
  top: 70px;
  transition: all 0.3s ease;
}
.p1-bottom-item .t span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s ease;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.p1-bottom-btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 34px;
  background: #B6141A;
  border-radius: 17px;
  color: #FFFFFF;
  line-height: 34px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 38px;
}
.p1-news {
  padding: 20px 14px;
  text-align: left;
  width: 330px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.35);
  font-weight: normal;
  font-size: 14px;
  pointer-events: none;
}
.p1-news ul li a {
  color: #fff;
  line-height: 35px;
}
.p1 .mainBody {
  padding: 0 20px;
}
.p1 .mainBody .el-card {
  margin-bottom: 20px;
  box-sizing: content-box;
}
.p1 .mainBody .el-card__body {
  padding: 0 0 0 20px;
}
.p1 .mainBody-card {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.p1 .mainBody-card i {
  margin-right: 10px;
  font-size: 20px;
}
.p2back {
  background-color: #f8f8f8;
  overflow: hidden;
  width: 100%;
  padding: 60px 0px 10px 0px;
  box-sizing: border-box;
  position: relative;
}
.p2 {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 60px auto 0;
}
.p2-title {
  display: flex;
  align-items: center;
}
.p2-title img {
  width: 24px;
  height: 24px;
}
.p2-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p2-ctx {
  margin-top: 20px;
  display: flex;
}
.p2-left {
  width: 420px;
  position: relative;
}
.p2-left img {
  width: 380px;
  height: 100%;
  margin-right: 40px;
  vertical-align: middle;
}
.p2-right {
  height: 689px;
  flex: 1;
}
.p2-content {
  margin-bottom: 24px;
}
.p2-content-title {
  display: flex;
  align-items: center;
}
.p2-content-title img {
  width: 24px;
  height: 24px;
}
.p2-content-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p2-content-cont {
  display: flex;
  justify-content: space-between;
}
.p2-content dl {
  width: 180px;
  height: 214px;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.p2-content dl:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.p2-content dd {
  margin: 0 auto;
}
.p2-swiper {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.p2-swiper .swiper-wrapper {
  display: block !important;
}
.p2-swiper .swiper-slide {
  height: 40px;
  line-height: 40px;
}
.p2-swiper p {
  height: 40px;
  line-height: 40px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}
.p2-swiperspan {
  float: left;
  width: 330px;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dotLine {
  border-top: 1px dashed #dddddd;
}
.p3back {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 60px 0px 10px 0px;
  box-sizing: border-box;
  position: relative;
}
.p3 {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 60px auto 0;
}
.p3-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p3-title img {
  width: 24px;
  height: 24px;
}
.p3-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p3-list {
  display: flex;
}
.p3-item {
  flex: 1;
  cursor: pointer;
  position: relative;
}
.p3-item img {
  width: 100%;
  height: auto;
}
.p3-item p {
  margin: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  top: 59px;
  left: 50px;
}
.p3-item-btn {
  position: absolute;
  left: 50px;
  top: 112px;
  background: #FFFFFF;
  border-radius: 18px;
  width: 105px;
  height: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  line-height: 30px;
  text-align: center;
}
.p3-item:nth-child(1) {
  margin-right: 20px;
}
.p4back {
  background-color: #fff;
  width: 100%;
  padding: 60px 0px 10px 0px;
  box-sizing: border-box;
  position: relative;
}
.p4back .p4-imgs {
  display: flex;
  justify-content: space-between;
}
.p4back .p4-imgs img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  cursor: pointer;
}
.p4 {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 60px auto 0;
}
.p4-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p4-title img {
  width: 24px;
  height: 24px;
}
.p4-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p5back {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 60px 0px 10px 0px;
  box-sizing: border-box;
  position: relative;
}
.p5 {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 60px auto 0;
}
.p5-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p5-title img {
  width: 24px;
  height: 24px;
}
.p5-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p5-boxs {
  display: flex;
}
.p5-left {
  width: 740px;
  overflow: hidden;
}
.p5-opaque {
  margin-bottom: 26px;
}
.p5-serveBox {
  background: #f8f8f8;
  padding: 15px 30px;
  font-size: 28px;
}
.p5-serveBox div {
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin-bottom: 10px;
}
.p5-serveBox div a {
  font-weight: 400;
  color: #333;
  line-height: 25px;
  color: inherit;
  font-size: 18px;
}
.p5-serveBox div a:link {
  text-decoration: none;
}
.p5-serveBox div a:hover,
.p5-serveBox div a:focus {
  text-decoration: none;
  cursor: pointer;
  /* color: rgb(246, 81, 83); */
}
.p5-serveBox div span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #999;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-80%);
}
.p5-more1 {
  color: #b6141a !important;
  font-size: 14px !important;
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.p5-more1 img {
  width: 6px !important;
  height: 10px !important;
}
.p5-content dl p {
  cursor: pointer;
}
.p5-more2 {
  color: #b6141a !important;
  font-size: 14px !important;
  width: 100%;
  text-align: right;
  margin: 0px 0px 0px 2px !important;
  cursor: pointer;
}
.p5-more2 img {
  width: 6px !important;
  height: 10px !important;
}
.p5-more3 {
  color: #b6141a !important;
  font-size: 14px !important;
  width: 100%;
  text-align: right;
  margin: 0px 5px 0px 2px !important;
  cursor: pointer;
}
.p5-more3 img {
  width: 6px !important;
  height: 10px !important;
  margin-right: 30px !important;
}
.p5-newPolicy {
  width: 50%;
  height: 215px;
  float: left;
}
.p5-newPolicy h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 10px 22px;
  margin: 0;
}
.p5-newPolicy .item {
  padding: 7px 9px;
}
.p5-newPolicy .item p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p5-newPolicy .item p span {
  width: 4px;
  height: 4px;
  background-color: #999;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-50%);
}
.p5-newPolicy .item:hover {
  background: #fff7f7;
}
.p5-news {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  flex: 1;
  margin-left: 40px;
}
.p5-news dd {
  margin-left: 13px;
}
.p5-news dd p {
  margin: 0 !important;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  opacity: 0.82;
  height: 52px;
}
.p5-news dd span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  opacity: 0.57;
}
.p5-news dl {
  display: flex;
}
.p5-news dt img {
  vertical-align: middle;
  width: 120px;
  height: 80px;
}
.p5-icon {
  margin-right: 20px;
  margin-left: 15px;
}
.p5-content {
  padding-left: 15px;
  padding-right: 27px;
}
.p5-title1 {
  font-size: 21px;
  font-family: Source Han Sans CN;
  color: #000000;
  position: relative;
  height: 57px;
  background: #F8F8F8;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p5-title1 img {
  width: 24px;
  height: 24px;
}
.p5-title1 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.p5-title1 p {
  padding-right: 10px !important;
}
.p6 {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 60px auto 0;
}
.p6-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p6-title img {
  width: 24px;
  height: 24px;
}
.p6-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 20px;
  margin-left: 10px;
}
.comprehensive-ctx-left {
  float: left;
  display: flex;
  flex-direction: column;
}
.comprehensive-ctx-left img {
  margin-bottom: 30px;
}
#index_hezuo_swiper {
  width: 1000px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#index_hezuo_swiper .hezuo_bank_item {
  width: 196px;
  height: 51px;
  line-height: 51px;
  display: inline-block;
  margin: 0 22px;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
}
.navbarBox {
  width: 64%;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 15px;
}
.navbarBox > li > a {
  display: inline-block;
  padding: 12px 0px 10px 0px;
  margin: 10px;
  border-bottom: 2px solid transparent;
}
.navbarBox > li > a {
  color: #fff;
}
.activeHeader .navbarBox {
  display: flex !important;
}
.activeHeader .navbarBox > li > a {
  color: #333;
}
.activeHeader hr {
  background: #8b8b8b !important;
}
.navbarBox > li > a:hover {
  color: #b6141a;
}
.navbarBox > li .active {
  display: inline-block;
  font-weight: bold;
  color: #b6141a !important;
  border-bottom: 2px solid #b6141a;
}
.bottom-right .active {
  font-weight: bold;
  color: #b6141a !important;
}
.navbarBox > li:last-child,
.navbarBox > li:nth-last-child(3) {
  position: relative;
}
.navbarBox > li:last-child .activetySelect,
.navbarBox > li:nth-last-child(3) .activetySelect {
  display: none;
  width: 107px;
  background: #FFFFFF;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 19px;
  left: 0;
  padding-top: 14px;
}
.navbarBox > li:last-child .activetySelect .activetyOption,
.navbarBox > li:nth-last-child(3) .activetySelect .activetyOption {
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.navbarBox > li:last-child .activetySelect .activetyOption:hover,
.navbarBox > li:nth-last-child(3) .activetySelect .activetyOption:hover {
  color: #cc2a1e;
}
.navbarBox > li:last-child:last-child > a,
.navbarBox > li:nth-last-child(3):last-child > a {
  margin: 0;
}
.navbarBox > li:last-child:hover .activetySelect,
.navbarBox > li:nth-last-child(3):hover .activetySelect {
  display: block;
}
.navbarBox > li:nth-last-child(3) .activetySelect {
  width: 230px;
  left: -80px;
}
.navbarBox > li:nth-last-child(3) .activetySelect .activetyOption:nth-child(1) {
  margin-top: 20px;
  margin-bottom: 16px;
}
.position {
  display: flex;
  width: 370px;
  position: absolute;
  top: 10%;
  left: 24px;
  transform: scale(0.9);
  transform-origin: left bottom;
  opacity: 0.98;
  border-radius: 3px !important;
  overflow: hidden;
  box-shadow: 4px 5px 17px 4px rgba(0, 0, 0, 0.35);
}
.position-btn {
  position: absolute;
  right: 40px;
  /* bottom: 32px; */
  margin-top: 18px;
}
.position-menu {
  background: #fff;
  text-align: center;
  /* border-right: 1px solid #eeecec; */
  height: 317px;
  overflow: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.position-menu::-webkit-scrollbar {
  width: 5px;
  /* height: 20px; */
}
.position-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #fff;
}
.position-menu::-webkit-scrollbar-thumb {
  background-color: #ececec;
  border: 4px solid #ececec;
}
.position-menu::-webkit-scrollbar-button {
  height: 0;
  /* background-color: #fff; */
}
.position-menu li {
  flex: 1;
  width: 76px;
  line-height: 130px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #b80e16;
  position: relative;
}
.el-button--primary,
.el-button--primary:hover,
.el-button--primary:active,
.el-button--primary:focus {
  color: #FFF;
  background: #B10B18;
  border: none 0;
}
.position-menu li p {
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin-top: 9px;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
}
.position-menu li.active {
  background: #b80e16;
  color: #fff;
}
.position-tab {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
}
.position-tab h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 14px;
  /* margin-right: 24px; */
  margin-bottom: 6px;
}
.position-tab p {
  margin-bottom: 5px;
  margin-left: 40px;
  color: #b80e16;
}
.position-tab h2 span {
  display: inline-block;
  line-height: 38px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C00000;
  border-bottom: #C00000 2px solid;
  position: relative;
  bottom: -1px;
}
.position-form li {
  display: flex;
  align-items: center;
  /* padding: 0 40px; */
}
.position-form li .left {
  width: 7em;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-right: 12px;
  text-align: right;
}
.position-form li .right {
  padding: 10px 0;
  width: 160px;
  position: relative;
}
.position-form li .right .error {
  font-size: 10px;
  line-height: 10px;
  font-style: normal;
  color: #f00;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.position .tabs {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 9px;
}
.position .tabs-item {
  flex: 1;
  line-height: 38px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  position: relative;
  bottom: -1px;
  text-align: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.position .tabs-item.active {
  color: #C00000;
  border-bottom: #C00000 2px solid;
  font-weight: bold;
}
.position .moneyInput .el-input__inner {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.position .el-input-group__append {
  padding: 0 3px;
  border: 1px solid #7C7C7C;
}
.position .el-input__inner {
  background: #FFFFFF;
  border: 1px solid #7C7C7C;
  border-radius: 4px !important;
}
.position .el-input__inner::placeholder {
  color: #AEAEAE;
}
.position .position-btn {
  position: absolute;
  right: 40px;
  bottom: 5px;
}
.position .el-menu-item .is-active {
  background: #fff !important;
}
.footer {
  background: #e8eaef;
  margin-top: 20px;
}
.footer-content {
  padding-top: 46px;
  color: #666;
  width: 1200px;
  margin: 0 auto;
}
.footer-content-li {
  width: 232px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-li1 {
  width: 310px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-li2 {
  width: 320px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.footer-ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.footer-ul li {
  list-style: none;
  margin-top: 13px;
  line-height: 1.4;
  font-size: 14px;
}
.footer-libox {
  cursor: pointer;
  position: relative;
}
.footer-libox span {
  display: block;
}
.footer-libox span:hover {
  color: #b6141a;
}
.footer-bottomtxt {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  margin-top: 160px;
  font-size: 14px;
  padding-bottom: 35px;
  text-align: center;
}
.footer #baNum {
  color: #666;
  text-decoration: none;
}
.footer #baNum:link {
  color: #666;
}
.footer #baNum:hover {
  color: #666;
}
.footer #baNum:active {
  color: #666;
}
/* 右侧电梯导航 有浮窗 */
.gocode {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 0.5);
  position: fixed;
  right: 23px;
  bottom: 10px;
  width: 110px;
  z-index: 441;
}
.gocode2 {
  bottom: 115px;
  height: 123px !important;
}
.gocode3 {
  border-radius: 0px 0px 4px 4px;
}
.chov:hover {
  background: #b41821;
  color: #fff;
  border-radius: 4px 4px 0 0 !important;
  border-color: #b41821;
}
.gocodeul > li {
  width: 100%;
  height: 41px;
  text-align: center;
  line-height: 53px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin-top: 1px;
  border-bottom: 1px solid #eeecec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gocodeul > li img {
  width: 19px;
  height: auto;
  margin-right: 5px;
}
.gocodeul > li img:nth-child(2) {
  display: none;
}
.gocodeul > li span {
  width: 5em;
  text-align: left;
}
.gocodeul > li:hover {
  background: #b41821;
  color: #fff;
  border-radius: 4px 4px 0 0;
  border-radius: 4px;
  border-color: #b41821;
}
.gocodeul > li:hover img:nth-child(1) {
  display: none;
}
.gocodeul > li:hover img:nth-child(2) {
  display: block;
}
.bactop:hover {
  border-radius: 0px 0px 4px 4px !important;
}
/* 登陆弹窗 */
.Mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.login_container {
  width: 428px;
  /* height: 500px; */
  margin: 0 auto;
  margin-top: 10%;
  background-color: #fff;
  padding: 7px 0px 0px 0px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.login_container hr {
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  z-index: 0;
  top: 73px;
  margin-top: 0px;
  border: 0px;
}
.closeMask {
  width: 100%;
  text-align: right;
}
.closeMask span {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #C9C9C9;
  line-height: 21px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.login_way_choose {
  width: 100%;
  justify-content: space-around;
  position: absolute;
  z-index: 1;
  display: flex;
}
.login_way_choose .login_button:hover,
.login_way_choose .login_button1:hover {
  color: #b6141a;
}
.login_way_choose .active {
  color: #B6141A;
  border-bottom: 2px solid #B6141A;
}
.login_button,
.login_button1 {
  height: 34px;
  line-height: 32px;
  text-align: center;
  color: #999999;
  cursor: pointer;
  margin-top: 10px;
}
.login_container .loginBtn {
  width: 348px;
  height: 40px;
  background: #B6141A;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
.login_container input {
  width: 333px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  /* margin-bottom: 20px; */
  padding-left: 11px;
  outline: none;
}
.login_check_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_check_image input {
  width: 230px;
}
.login_input {
  margin-bottom: 20px;
}
#login-form-vcodeBtn {
  pointer-events: auto;
  font-size: 14px;
  width: 120px;
  border: 0px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-color: transparent;
  color: #B6141A;
  height: 17px;
  border-left: 1px solid #ddd;
  border-radius: 0px;
}
#login-form-vcodeBtn::before {
  content: "";
  width: 1px;
  border-left: 1px solid #ddd;
}
.forget_Password {
  width: 100%;
  text-align: right;
  color: #4A5CFE;
  margin-bottom: 20px;
  /* cursor: pointer; */
}
.forget_Password span {
  cursor: pointer;
}
.noAccount {
  width: 100%;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.login-success {
  display: none;
  /* display: flex; */
}
.login-success div {
  cursor: pointer;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
.login-success div:nth-child(3) {
  border-right: 0px;
}
.activeHeader .login-success div {
  border-right: 1px solid #f0f0f0;
}
.activeHeader .login-success div:nth-child(3) {
  border-right: 0px;
}
.beijingLogin {
  position: relative;
}
.beijingLogin::before {
  content: "";
  /* border-right: 1px solid #dedede; */
  /*border-right:1px solid red;*/
  height: 13px;
  position: absolute;
  right: 0;
  top: 3px;
}
.beijingLogin:hover .beijing_login {
  display: block;
}
.beijing_login:hover {
  display: none !important;
}
.beijing_login {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  background: url('img/tongyishenfen.png') no-repeat;
  z-index: 100;
  width: 236px;
  height: 76px;
  padding: 18px;
  text-align: justify;
  left: -35px;
  padding-left: 22px;
}
.login_html {
  width: 1100px;
  margin: 0 auto;
  background-color: transparent !important;
  position: absolute;
  z-index: 8;
}
.login_html .login_container {
  margin-top: 40%;
  margin-right: -5%;
  transform: translateY(-50%);
}
.login_html .login_container .closeMask {
  opacity: 0;
}
.btn:hover {
  padding: 6px 12px;
}
.dropdown-menu {
  display: none;
}
.activeHeader .navBar-text {
  display: none;
  font-size: 15px;
}
.navBar-text {
  display: block;
}
.navBar-text span {
  display: inline-block;
  width: 5px;
  height: 4px;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 50%;
  margin: 0px 9px 3px 9px;
}
.come-in {
  opacity: 0;
  -ie-transform: translateY(350px);
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-animation: come-in 1.5s ease forwards;
  animation: come-in 1.5s ease forwards;
}
.come-in:nth-child(odd) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.already-visible {
  opacity: 1;
  -ie-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes come-in {
  to {
    opacity: 1;
    -ie-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes come-in {
  to {
    opacity: 1;
    -ie-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.opaque {
  opacity: 0;
}
.come-in2 {
  opacity: 1;
  -ie-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: come-in2 1s ease forwards;
  animation: come-in2 1s ease forwards;
  cursor: pointer;
}
.come-in2:nth-child(odd) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.already-visible {
  opacity: 1;
  -ie-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes come-in2 {
  to {
    -ie-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes come-in2 {
  to {
    -ie-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.opaque {
  opacity: 0;
}
.come-in3 {
  opacity: 0;
  -ie-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-animation: come-in3 1.5s ease forwards;
  animation: come-in3 1.5s ease forwards;
}
.come-in3:nth-child(odd) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.already-visible {
  opacity: 1;
  -ie-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes come-in3 {
  to {
    opacity: 1;
    -ie-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes come-in3 {
  to {
    opacity: 1;
    -ie-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.opaque {
  opacity: 0;
}
.come-in4 {
  opacity: 0;
  -ie-transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
  -webkit-animation: come-in4 1.5s ease forwards;
  animation: come-in4 1.5s ease forwards;
}
.come-in4:nth-child(odd) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.already-visible {
  opacity: 1;
  -ie-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes come-in4 {
  to {
    opacity: 1;
    -ie-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes come-in4 {
  to {
    opacity: 1;
    -ie-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.opaque {
  opacity: 0;
}
@keyframes s-1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes s-2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes s-3 {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p1SwiperAM1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes p1SwiperAM2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes p1SwiperAM3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  63% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes p1IconAM {
  0% {
    margin-top: 10.1%;
    opacity: 1;
  }
  20% {
    margin-top: 10.3%;
    opacity: 0.5;
  }
  30% {
    margin-top: 10.1%;
    opacity: 1;
  }
  50% {
    margin-top: 10.3%;
    opacity: 0.5;
  }
  60% {
    margin-top: 10.1%;
    opacity: 1;
  }
  100% {
    margin-top: 10.1%;
    opacity: 1;
  }
}
