@charset "UTF-8";
.f-cb {
  zoom: 1;
}
.f-cb:before {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m-header {
  height: 50px;
  width: 100%;
  /*position: absolute;*/
  width: 100%;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.m-header .welcome-a img {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  transition: .5s ease-in-out;
}

.m-header .welcome-a .icobox {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  /*color:#333;*/
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  width: 165px;
  height: 100%;
  line-height: 50px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  float: right;
  /*height: 100%;*/
  height: 20px;
  width: 27px;
  position: relative;
  margin-top: 12px;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.bocweb-footer .bocweb-footer-bot br {
  display: none;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 0;
  /*background-color: #fff;*/
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 50px);*/
  height: 100%;
  padding: 50px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
}

.m-header .sub-menu li:nth-child(2n+1) {
  background: #f7f7f7;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../img/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-top: 0;
  background: url(../img/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  background-size: 8px auto;
  line-height: 2;
  font-size: 13px;
  padding: 2px 0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list p:last-child a {
  border-bottom: none;
}

.m-header .sub-menu .sec-list a {
  padding-left: 21px;
  color: #333;
  display: block;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .iconfont {
  height: 50px;
  line-height: 50px;
  margin: 0 .25em;
}
.m-header .w-header .icon-search {
  padding-right: 1.5em;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}

.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  /*background: url(../img/ser.png) no-repeat center;*/
  background-size: 100%;
}

.m-header .sub-menu .sec-list .li-list a {
  padding-left: 3em;
}

.search-dialogbox {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  z-index: 200;
  background: #fff;
  left: 0;
  top: 0;
  display: none;
}

.footerlangs {
  position: relative;
}

.footerlangs-bots {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}

.footerlangs-tops {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 50px;
  height: 50px;
}
.footerlangs-tops span {
  line-height: 1;
}

.m-header .w-header .footerlangs-bots .iconfont.active,
.cons-header .nav-last a.active {
  color: #B5985A;
}

.footerlangs-bots {
  padding: .5em 1em;
  background: #fff;
}
.footerlangs-bots a {
  line-height: 1.35;
}

.m-header .w-header .footerlangs-bots .iconfont {
  line-height: 1.5;
  height: auto;
}

@media screen and (max-width: 767px) {
  .m-header .welcome-a {
    width: 60%;
  }

  .footerlangs-bots {
    top: 70px;
  }

  .h125,
  .footerlangs-tops {
    line-height: 70px;
    height: 70px;
  }

  .footerlangs-bots a {
    display: block;
  }

  .footerlangs {
    line-height: 70px;
  }

  .m-header .sub-menu {
    padding-top: 70px;
  }

  .m-header .w-header .iconfont {
    height: 70px;
    line-height: 70px;
  }

  .m-header .welcome-a {
    line-height: 70px;
  }

  .m-header,
  .m-header .w-header {
    height: 70px;
  }

  .m-header .uio {
    margin-top: 24px;
  }

  .m-header .welcome-a img {
    height: 34px;
    width: auto;
    max-width: none;
  }

  .m-header .nav-sousuo {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .m-header .w-header {
    padding: 0 3%;
  }
}
.index-news-swiper .swiper-button-prev {
  left: -18px;
}
.index-news-swiper .swiper-button-next {
  right: -18px;
}

.w940 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.newinfos-backs .backs {
  transition: .5s ease-in-out;
}
.newinfos-backs .backs span {
  height: 3.125em;
  line-height: 3.125em;
  background: #C9B486;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  color: #fff;
  padding-left: 3.78em;
  padding-right: 2.67em;
  position: relative;
}
.newinfos-backs .backs span svg {
  fill: #fff;
  width: 1em;
  position: absolute;
  left: 2.25em;
  top: 50%;
  transform: translateY(-50%);
}

.newinfos-titles .titles {
  color: #B5985A;
  line-height: 1.33;
}
.newinfos-titles .times {
  line-height: 1.25;
  margin-top: 1.375em;
}

.newinfos-imgs {
  margin-top: 2em;
}

.newinfos-words {
  padding-bottom: 3.625em;
  padding-top: 2.25em;
}

.newinfo-tables .newinfos-words{
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.newinfos-words p:nth-child(n+2) {
  margin-top: 1.875em;
}

.index-news-swiper-bots {
  margin-top: 1em;
}

.newinfos-images-wraps {
  padding-top: 2.2em;
  padding-bottom: 3.25em;
}

.index-news-swiper-bots {
  position: relative;
}
.index-news-swiper-bots .swiper-button-next,
.index-news-swiper-bots .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.index-news-swiper-bots .swiper-button-next {
  right: -18px;
}
.index-news-swiper-bots .swiper-button-prev {
  left: -18px;
}

.index-news-swiper-bots .swiper-slide {
  transition: .5s ease-in-out;
  cursor: pointer;
  opacity: .5;
  overflow: hidden;
}

.index-news-swiper-bots .swiper-slide.active {
  opacity: 1;
  transition: .5s ease-in-out;
}

/*  .Information-list .Information-list-bots.personaldata_info-active .td{
      padding-top: 1.325em;
      padding-bottom: 1.325em;
      line-height: 1.5;
      height: auto;
  }*/
.Information-list .Information-list-bots .td {
  padding-top: 1.325em !important;
  padding-bottom: 1.325em !important;
  line-height: 1.5 !important;
  height: auto !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.processings-list-box-tops {
  background-color: rgba(201, 180, 134, 0.15);
  border-radius: 10px 10px 0 0;
  line-height: 2.78em;
  overflow: hidden;
}
.processings-list-box-tops .li {
  color: #404040;
  width: auto;
  padding: 0 2.44em;
}
.processings-list-box-tops .li.active {
  background-color: #B5985A;
  color: #fff;
}

.processings-list-box {
  padding-top: 1.2em;
}

.processing-list-box-bots {
  padding: 2.25em 3.875em;
}
.processing-list-box-bots .processing-list-box-bots-zhankai {
  margin-bottom: 1.5em;
}

.processing-list-box-bots-zhankai .all-zhankai {
  cursor: pointer;
  height: 2.22em;
  line-height: 2.22em;
  background-color: #B5985A;
  padding: 0 1.58em;
  color: #fff;
}

.btn-tips .btn-tits:before {
  filter: none !important;
}

.processing-list-box-bots-list .btn-tips .btn-tits {
  width: 20em;
  background: #EFEFEF;
  box-shadow: none;
}
.processing-list-box-bots-list .btn-tips .btn-tits:before {
  background: url(../img/tj3.png) no-repeat center;
  background-size: 100%;
}
.processing-list-box-bots-list .btn-tips {
  margin-left: .75em;
}
.processing-list-box-bots-list .items {
  width: 49.65%;
  margin-left: .7%;
  margin-bottom: 3px;
  position: relative;
}
.processing-list-box-bots-list .items.active {
  z-index: 5;
}
.processing-list-box-bots-list .items .items-bots {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 4;
  background: #FAF7F3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #F1E9D9;
  padding: .75em 1em;
}
.processing-list-box-bots-list .items .items-bots .li {
  border-bottom: 1px solid #f3ede0;
  position: relative;
  color: #404040;
  padding: 1em .5em;
  line-height: 1.5;
  padding-left: 1em;
}
.processing-list-box-bots-list .items .items-bots .li:before {
  position: absolute;
  content: "";
  width: .3125em;
  height: .3125em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #B5985A;
  border-radius: 50%;
}
.processing-list-box-bots-list .items .items-bots a {
  display: block;
}
.processing-list-box-bots-list .items:nth-child(2n+1) {
  margin-left: 0;
}
.processing-list-box-bots-list .items .items-tops {
  display: block;
  border: 1px solid rgba(112, 112, 112, 0.2);
  height: 3.125em;
  line-height: 3.125em;
  box-sizing: content-box;
  padding: 0 1.125em;
  padding-right: 3em;
  position: relative;
  cursor: pointer;
  color: #404040;
}
.processing-list-box-bots-list .items .items-tops .btn-txts {
  overflow: hidden;
}
.processing-list-box-bots-list .items .items-tops.active {
  color: #fff;
  background: #B5985A;
}
.processing-list-box-bots-list .items .items-tops.active:before {
  background: url(../img/110102.png) no-repeat center;
  background-size: 100%;
}
.processing-list-box-bots-list .items .items-tops:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/110101.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
}
.processing-list-box-bots-list .items div.items-tops:before {
  opacity: 1;
}

.j-bar {
  /* 滚动条样式 */
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
}
.j-bar::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
  height: 5px;
  /* 滚动条高度（通常不需要设置） */
}
.j-bar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 5px;
  /* 圆角 */
}
.j-bar::-webkit-scrollbar-thumb {
  background-color: #B5985A;
  /* 滑块背景色 */
  border-radius: 5px;
  /* 圆角 */
}

.member-left-tips {
  line-height: 1.25 !important;
}

.btn-tips .btn-span {
  position: relative;
}
.btn-tips .btn-span:before {
  width: 30px;
  height: 100%;
  content: "";
  left: 100%;
  top: 0;
  z-index: 2;
  position: absolute;
}

.materials-wraps {
  margin-top: 1.25em;
}
.materials-wraps .items-left {
  border: 1px solid #E8E8E8;
  background: #f8f8f8;
}
.materials-wraps .items-titles {
  height: 3em;
  line-height: 3em;
  border-radius: .625em;
  color: #B5985A;
}
.materials-wraps .items-list {
  height: calc(100% - 3em);
  overflow: hidden;
  overflow-y: auto;
  border-top: 2px solid #b5985a;
  background: #ffffff;
}
.materials-wraps .items-list .li {
  padding: 1.285em 1.7em;
  line-height: 1.7;
  cursor: pointer;
}
.materials-wraps .items-list .li:nth-child(2n+2) {
  background: #f8f5ee;
}
.materials-wraps .items-list .li.active {
  background: #B5985A;
  color: #fff;
}
.materials-wraps .items {
  width: 48.85%;
  margin-left: 2.3%;
  height: 42.25em;
}
.materials-wraps .items:nth-child(2n+1) {
  margin-left: 0;
}

.platforms-wraps {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: .625em;
  padding: 2em 3.125em;
  padding-right: 3.75em;
}
.platforms-wraps .uls .lis {
  width: 48.6%;
  margin-left: 2.8%;
  margin-bottom: 1.125em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
}
.platforms-wraps .uls .lis .tits {
  position: absolute;
  width: 100%;
  line-height: 1.25;
  left: 0;
  bottom: 22%;
  text-align: center;
}
.platforms-wraps .uls .lis:nth-child(2n+1) {
  margin-left: 0;
}

.materials-wraps .items-left {
  border-radius: 10px;
}

.processing-tips .inputs.inputs-lefts {
  margin-left: 0;
  margin-top: 1.875em;
}

.materials-wraps .items-left.cur .items-titles .td {
  padding: 0 1.33em;
  padding-right: .5em;
}
.materials-wraps .items-left.cur .items-list .li {
  padding-left: 0;
  padding-right: 0;
}
.materials-wraps .items-left.cur .items-list .td {
  padding: 0 1.5em;
  padding-right: .5em;
}
.materials-wraps .items-left .td {
  text-align: left;
}
.materials-wraps .items-left .td1 {
  width: 28.4%;
}
.materials-wraps .items-left .td2 {
  width: 71.6%;
}

.processinginfos-wraps {
  padding: 3.375em 2.5em;
}
.processinginfos-wraps .processinginfos-li .i:nth-child(n+2) {
  margin-left: 1em;
}
.processinginfos-wraps .processinginfos-li .tits {
  min-width: 7.7em;
  max-width: 22.6em;
  padding-right: 2.14em;
  line-height: 2;
  color: #404040;
}
.processinginfos-wraps .processinginfos-li:nth-child(n+2) {
  margin-top: 2.1428em;
}

.member-box .member-lefts .logos {
  height: 4em;
}

.member-box .member-menu {
  height: calc(100% - 4em);
  overflow: hidden;
  overflow-y: auto;
}

.member-box .member-lefts {
  z-index: 200;
}

.member-lefts .member-menu-close {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 100%;
  top: 0;
  background: #B5985A;
  padding: 3px;
  cursor: pointer;
  display: none;
}
.member-lefts .member-menu-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.personaldata-tanle-bottoms.personaldata-table .items-forms .td.td2 {
  padding-right: .5em;
}

.personaldata-table .items-forms .td {
  line-height: 1.5;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.member-rights .memberleft-wrapbox {
  overflow: visible !important;
}

.member-people-tops .i1 {
  /*display: none;*/
  opacity: 0;
}

.member-people-tops .icons {
  position: relative;
}
.member-people-tops .icons .i1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.8em;
  height: 2.8em;
  max-width: none;
  font-size: inherit;
}

.member-people {
  position: relative;
}
.member-people.active .member-people-bots {
  pointer-events: auto;
  visibility: visible;
}
.member-people .member-people-bots {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 1.5em;
  background: #fff;
  z-index: 5;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  pointer-events: none;
  visibility: hidden;
}
.member-people .member-people-bots .li {
  display: block;
  height: 3em;
  line-height: 3em;
  color: #888888;
}
.member-people .member-people-bots .li .icons {
  height: 14px;
  width: 15px;
  margin-right: .5em;
}
.member-people .member-people-bots .li.active {
  color: #B5985A;
}

.pdf-list-forms-tops {
  display: block;
  background: #323639;
  color: #fff;
  background: #323639;
  height: 2em;
  padding: 0 .5em;
}

.pdf-list-forms-wraps {
  position: relative;
}
.pdf-list-forms-wraps canvas {
  display: none;
  width: 100%;
}
.pdf-list-forms-wraps canvas:nth-child(1) {
  display: block;
}

.pdf-list-forms-tops .jian, .pdf-list-forms-tops .add {
  padding: 0 5px;
  cursor: pointer;
}
.pdf-list-forms-tops .alls .i {
  padding: 0 5px;
  cursor: pointer;
}

.cons-time-active .i0.active {
  background-image: url(../img/6011.png);
}

.cons-time-active .i1.active {
  background-image: url(../img/6021.png);
}

body .fs15 {
  font-size: 15px;
}

img {
  max-width: 100%;
}

.index-banner .swiper-slide .imgs {
  position: relative;
  padding-top: 30.58%;
}
.index-banner .swiper-slide .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-bottoms {
  flex-wrap: wrap;
}

.index-bottoms .items {
  width: 50%;
}

.member-people-tops {
  height: 2.5em;
  line-height: 2.5em;
  width: 11.5625em;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}
.member-people-tops:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../img/1149.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.member-people-tops .spans {
  padding-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.h80 {
  height: 80px;
  line-height: 80px;
}

.cons-header {
  padding-left: 1.9em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #2A2A2A;
}
.cons-header a {
  color: #2A2A2A;
}
.cons-header .nav-menu .link {
  background: linear-gradient(180deg, #AEAEAE 0%, #888888 100%) 0% 0% no-repeat;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
}
.cons-header .nav-menu .link img {
  width: 1.16em;
  height: 1.16em;
  margin-right: .5em;
  font-size: inherit;
}
.cons-header .nav-menu .link.active {
  background: linear-gradient(180deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat;
}
.cons-header .nav {
  padding-right: .89em;
}
.cons-header .nav .items .items-tops {
  display: block;
  padding: 0 1.11em;
}

.bold {
  font-weight: bold;
}

footer {
  background-color: #f6f6f6;
}
footer .footer-bots {
  background-color: #fff;
  padding: 1.7em 0;
  color: #888888;
  line-height: 1.4285;
}
footer .footer-bots a {
  color: #888888;
}
footer .footer-lefts a:nth-child(n+2) {
  margin-left: 1.43em;
}
footer .footer-tops {
  padding-top: 1.9em;
  padding-bottom: 6em;
}
footer .footer-tops a {
  display: block;
}
footer .footer-tops .logo {
  width: 12.75em;
}
footer .footer-tops .logo img {
  display: block;
}
footer .footer-tops .nav {
  width: calc(100% - 12.75em);
  padding-left: 5.3em;
}
footer .footer-tops .items-tops {
  color: #C50F0F;
  line-height: 1.3125;
}
footer .footer-tops .items-bots {
  margin-top: 1.428em;
  line-height: 1.57;
}

.w1440 {
  max-width: 1440px;
  margin-left: auto;
  width: 85%;
  margin-right: auto;
}

.w1180 {
  max-width: 1180px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.w1460 {
  max-width: 1460px;
  margin-left: auto;
  width: 85%;
  margin-right: auto;
}

.index-banner .swiper-pagination {
  bottom: 1em;
}

.c-swiper {
  position: relative;
}
.c-swiper .swiper-pagination {
  width: 100%;
  z-index: 5;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.c-swiper .swiper-button-next,
.c-swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #040404;
  transition: .5s ease;
}
.c-swiper .swiper-button-prev {
  background-image: url(../img/1101.png);
}
.c-swiper .swiper-button-next {
  background-image: url(../img/1102.png);
}

.index-banner .swiper-slide {
  position: relative;
}
.index-banner .huiyuanlogins {
  background-color: #fff;
  width: 320px;
  max-width: 100%;
}
.index-banner .words {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tc {
  text-align: center;
}

.huiyuanlogins {
  padding: 35px 22px;
}
.huiyuanlogins .tits {
  color: #B5985A;
  line-height: 1.33;
}
.huiyuanlogins .forms {
  margin-top: 1em;
}
.huiyuanlogins .inputs {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  line-height: 2.5em;
  height: 2.5em;
  position: relative;
  color: #888;
  /*.icons{
  	position: absolute;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  }*/
}
.huiyuanlogins .inputs input:-moz-placeholder,
.huiyuanlogins .inputs textarea:-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.huiyuanlogins .inputs input::-moz-placeholder,
.huiyuanlogins .inputs textarea::-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.huiyuanlogins .inputs input:-ms-input-placeholder,
.huiyuanlogins .inputs textarea:-ms-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.huiyuanlogins .inputs input::-webkit-input-placeholder,
.huiyuanlogins .inputs textarea::-webkit-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.huiyuanlogins .inputs .icons {
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.huiyuanlogins .inputs .icons img {
  display: block;
  height: 16px;
}
.huiyuanlogins .inputs input {
  width: 100%;
}
.huiyuanlogins .inputs .icons {
  position: relative;
}
.huiyuanlogins .inputs .icons:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  background-color: #CCCCCC;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.huiyuanlogins .inputs:nth-child(n+2) {
  margin-top: 10px;
}
.huiyuanlogins .klink {
  margin-top: 7px;
}
.huiyuanlogins .klink a {
  color: #888888;
  line-height: 1.428;
}
.huiyuanlogins .submits {
  margin-top: 1em;
  position: relative;
}
.huiyuanlogins .submits .submit-span {
  background-color: #B5985A;
  color: #fff;
  height: 2.5em;
  line-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.huiyuanlogins .submits .submit-span img {
  margin-right: .5em;
  font-size: inherit;
  height: 1.25em;
}
.huiyuanlogins .submits input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

.index-tips {
  padding: 2em 0;
  background: linear-gradient(90deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat;
}
.index-tips .tits {
  line-height: 1.3;
  color: #fff;
}
.index-tips input {
  font-size: inherit;
}
.index-tips select,
.index-tips input {
  background-color: transparent;
  border: none;
  outline: none;
}
.index-tips .inputs {
  height: 3.125em;
  line-height: 3.125em;
  position: relative;
}
.index-tips .inputs input:-moz-placeholder,
.index-tips .inputs textarea:-moz-placeholder {
  color: #404040;
  font-size: inherit !important;
}
.index-tips .inputs input::-moz-placeholder,
.index-tips .inputs textarea::-moz-placeholder {
  color: #404040;
  font-size: inherit !important;
}
.index-tips .inputs input:-ms-input-placeholder,
.index-tips .inputs textarea:-ms-input-placeholder {
  color: #404040;
  font-size: inherit !important;
}
.index-tips .inputs input::-webkit-input-placeholder,
.index-tips .inputs textarea::-webkit-input-placeholder {
  color: #404040;
  font-size: inherit !important;
}
.index-tips .inputs .spans {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 1.43;
  padding-top: 4px;
  color: #fff;
}
.index-tips .inputs:nth-child(n+2) {
  margin-left: 1em;
}
.index-tips .inputs select,
.index-tips .inputs input {
  background-color: #fff;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #fff;
}
.index-tips .inputs .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/1107.png) no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  right: 15px;
  margin: auto;
}
.index-tips .inputs select {
  background: url(../img/1106.png) #fff no-repeat calc(100% - 1.25em);
  background-size: 12px 7px;
}
.index-tips .inputs1 {
  width: 26.25em;
}
.index-tips .inputs2, .index-tips .inputs3 {
  width: 11.25em;
}
.index-tips .inputs3 {
  background: linear-gradient(180deg, #CF4444 0%, #C50F0F 100%) 0% 0% no-repeat;
}
.index-tips .inputs3 input:-moz-placeholder,
.index-tips .inputs3 textarea:-moz-placeholder {
  color: #fff;
  font-size: inherit !important;
}
.index-tips .inputs3 input::-moz-placeholder,
.index-tips .inputs3 textarea::-moz-placeholder {
  color: #fff;
  font-size: inherit !important;
}
.index-tips .inputs3 input:-ms-input-placeholder,
.index-tips .inputs3 textarea:-ms-input-placeholder {
  color: #fff;
  font-size: inherit !important;
}
.index-tips .inputs3 input::-webkit-input-placeholder,
.index-tips .inputs3 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: inherit !important;
}
.index-tips .inputs3 input {
  background-color: transparent;
  color: #fff;
}

.index-tits {
  color: #B5985A;
  line-height: 1.3;
}

.c-mores {
  display: flex;
  color: #fff;
}
.c-mores .spans {
  background: linear-gradient(180deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat;
  height: 2.5em;
  line-height: 2.5em;
  padding-right: 4.1875em;
  padding-left: 1em;
  position: relative;
}
.c-mores .spans:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 5px;
  background: url(../img/1110.png) no-repeat center;
  background-size: 100%;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-business {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #F9F7F2 0% 0% no-repeat;
}
.index-business .index-business-items {
  margin-top: 2.5em;
}
.index-business .left {
  width: 50%;
}
.index-business .left .words {
  padding-top: 3.5em;
}
.index-business .rights {
  width: 46.5%;
}
.index-business .rights .images {
  margin-top: 2.9em;
}
.index-business .rights .words {
  padding-top: 2.6em;
}
.index-business .texts {
  color: #C50F0F;
  margin-bottom: 1em;
}
.index-business .tits {
  line-height: 1.33;
  color: #B5985A;
  padding-bottom: 12px;
  border-bottom: 2px solid #df827f;
  margin-bottom: 1.08em;
}
.index-business .txts {
  line-height: 1.75;
  color: #707070;
}
.index-business img {
  width: 100%;
}
.index-business .c-mores {
  margin-top: 1.875em;
}

.index-news {
  padding-top: 4em;
  padding-bottom: 4em;
}
.index-news .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
}
.index-news .swiper-slide {
  width: 25%;
  padding: 0 .7em;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.index-news .boxs {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.index-news .swiper-container {
  padding-bottom: 1.25em;
}
.index-news .index-news-swiper {
  margin-top: 1.5em;
}
.index-news .swiper-scrollbar-drag {
  background: #B5985A;
}
.index-news .words {
  padding: .7em;
  line-height: 1.55;
  color: #404040;
  min-height: 8.9em;
}
.index-news .numbers {
  line-height: 1;
  width: 50px;
}
.index-news .txts {
  line-height: 1.35;
}
.index-news .tits {
  line-height: 1.56;
}
.index-news .texts {
  width: calc(100% - 50px);
  line-height: 1.55;
}

.index-news .c-mores .spans {
  color: #fff;
}
.index-news .c-mores {
  margin-top: 2.5em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.c-mores .spans {
  color: #fff;
}

img.w100 {
  width: 100%;
}

.index-abouts {
  position: relative;
}
.index-abouts img {
  display: block;
}
.index-abouts .images {
  position: relative;
}
.index-abouts .images:before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.index-abouts .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-abouts .boxs {
  background-color: #fff;
  width: 40.13%;
  padding: 2em 2.6em;
  padding-right: 3.9em;
}
.index-abouts .boxs .tits {
  line-height: 1.375;
  color: #B5985A;
}
.index-abouts .boxs .txts {
  margin-top: 1.66em;
  margin-bottom: 2.7em;
  color: #707070;
  line-height: 1.55;
  height: 4.65em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-bottoms {
  position: relative;
}
.index-bottoms .items {
  position: relative;
}
.index-bottoms .items .images {
  position: relative;
}
.index-bottoms .items .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #404040;
  opacity: .5;
  left: 0;
  top: 0;
}
.index-bottoms .items .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1em;
}
.index-bottoms .items .words .spans {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #fff;
}
.index-bottoms .items .words .spans span {
  margin-left: .5em;
}
.index-bottoms .items .words .icons {
  font-size: inherit;
  width: 2em;
}

.commen-wraps-titles,
.commen-wraps-titles a {
  color: #707070;
}

.commen-banner {
  position: relative;
}
.commen-banner .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.325;
}

.commen-wraps-box {
  background: #FBFBFB;
  padding-top: 1.9em;
  padding-bottom: 3.25em;
}
.commen-wraps-box .commen-wraps {
  margin-top: 1.8em;
}

.commen-wraps-left {
  width: 13.2%;
}
.commen-wraps-left a {
  display: block;
}
.commen-wraps-left .tits {
  line-height: 1.75;
  color: #B5985A;
}
.commen-wraps-left .items {
  margin-top: .75em;
}
.commen-wraps-left .items .li {
  line-height: 3em;
  height: 3em;
  padding: 0 12px;
  border-top: 1px solid #d7d7d7;
  color: #707070;
}
.commen-wraps-left .items .li.active {
  color: #fff;
  background: #B5985A;
  border-color: #B5985A;
}

.commen-wraps-right {
  width: 80%;
}

.abouts-list {
  line-height: 1.75;
  color: #707070;
}
.abouts-list .list-tops {
  color: #B5985A;
  line-height: 1.33;
  padding-bottom: .83em;
  border-bottom: 1px solid #B5985A;
}
.abouts-list .list-bots {
  margin-top: 1.875em;
}
.abouts-list .list-bots p:nth-child(n+2) {
  margin-top: 1em;
}
.abouts-list .list:nth-child(n+2) {
  margin-top: 1.4em;
}

.abouts-list .list-tops {
  font-weight: bold;
}

.abouts-list .list-bots .ul:nth-child(n+2) {
  margin-top: 2.125em;
}
.abouts-list .list-bots .ul-tops {
  color: #B5985A;
  margin-bottom: 1em;
  line-height: 1.33;
}

.abouts-list .list-bots ul {
  padding-left: 1.5em;
}

.abouts-list .list-bots li {
  list-style: decimal;
  color: #707070;
  line-height: 1.75;
}
.abouts-list .list-bots li:nth-child(n+2) {
  margin-top: .8em;
}
.abouts-list .list-bots li a {
  text-decoration: underline;
  color: #707070;
}

.development-wraps {
  /*padding-top: 1.25em;*/
  position: relative;
}
.development-wraps:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #dedede;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  margin: auto;
}
.development-wraps .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.development-wraps .ul:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: url(../img/1136.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.development-wraps .ul:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.development-wraps .ul:nth-child(2n+1) .li {
  padding-left: 3.25em;
}
.development-wraps .ul:nth-child(2n+2) .li {
  padding-right: 2.75em;
}
.development-wraps .ul .li {
  width: 50%;
}
.development-wraps .times {
  line-height: 1.388;
  color: #B5985A;
}
.development-wraps .txts {
  color: #707070;
  line-height: 1.625;
  margin-bottom: 1.25em;
  margin-top: .75em;
}

.abouts-list .list-bots.development-wraps {
  margin-top: 3.125em;
  /*padding-left: 6.25em;*/
  padding-left: 5.625em;
  padding-right: 5.625em;
}
.abouts-list .list-bots.development-wraps .ul {
  min-height: 30em;
}
.abouts-list .list-bots.development-wraps .ul:nth-child(n+2) {
  margin-top: -13em;
}

.abouts-list .list-bots ul:nth-child(n+2) {
  margin-top: .8em;
}

.association-list {
  padding-bottom: 8em;
}

.association-list.abouts-list .list-bots ul li {
  list-style: square;
}
.association-list.abouts-list .list-bots ul li::marker {
  background: #B5985A;
  color: #B5985A;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
}
.pagination .prev, .pagination .next {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.pagination .prev {
  background-image: url(../img/1-001.png);
}
.pagination .next {
  background-image: url(../img/1-002.png);
}
.pagination a {
  margin: 0 5px;
  width: 2.125em;
  height: 2.125em;
  text-align: center;
  line-height: 2.125em;
  color: #979797;
}
.pagination a.active {
  background: #B5985A;
  color: #fff;
}

.abouts-list .imgs-c {
  margin-top: 3.875em;
  padding-bottom: 2.5em;
}
.abouts-list .imgs-c img {
  display: block;
  margin: 0 auto;
}

.architecture-itembox {
  padding-bottom: 1.875em;
  padding-top: 1.625em;
  line-height: 1.875;
  color: #707070;
}
.architecture-itembox .ul-tops {
  line-height: 1.55;
}
.architecture-itembox p:nth-child(n+2) {
  margin-top: 0 !important;
}

.presidents-list .itembox {
  padding-bottom: 1.625em;
}
.presidents-list .itembox .li {
  width: 22.5%;
  margin-left: 3.33%;
  margin-bottom: 0;
  margin-bottom: 3.75em;
}
.presidents-list .itembox .li:nth-child(4n+1) {
  margin-left: 0;
}
.presidents-list .itembox .li .span {
  color: #404040;
}
.presidents-list .itembox .words {
  padding-top: 1em;
  text-align: center;
}
.presidents-list .itembox .line {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 91%;
  height: 1px;
  background-color: #B5985A;
}
.presidents-list .itembox .tits, .presidents-list .itembox .txts {
  line-height: 1.35;
  color: #B5985A;
}
.presidents-list .presidents-list-box {
  margin-top: 2.625em;
}

.detailedrules-list-box .imgs {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  left: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detailedrules-list-box .imgs img {
  display: block;
}
.detailedrules-list-box .li {
  position: relative;
  height: 3.75em;
  line-height: 3.75em;
  background: rgba(201, 180, 134, 0.2);
  padding-left: 5em;
  padding-right: 5em;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.detailedrules-list-box .li:before {
  position: absolute;
  content: "";
  width: 1.4375em;
  height: 1.6875em;
  background: url(../img/1140.png) no-repeat center;
  background-size: 100%;
  right: 1.375em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.notarization-list-box {
  padding-top: 2em;
}
.notarization-list-box .hidden {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.notarization-list-box .li {
  background: rgba(181, 152, 90, 0.2);
  padding: 1em 1.625em;
  color: #707070;
  line-height: 1.5;
}
.notarization-list-box .li:nth-child(2n+2) {
  background-color: #fff;
}
.notarization-list-box .li .i0 {
  width: 9%;
}
.notarization-list-box .li .i1 {
  width: 23.66%;
  padding-right: 5em;
}
.notarization-list-box .li .i2 {
  width: 32.6%;
  padding-right: 6em;
}
.notarization-list-box .li .i3 {
  width: 16%;
  padding-right: 3em;
}
.notarization-list-box .li .i4 {
  width: 20%;
}
.notarization-list-box .li .i p:nth-child(n+2) {
  margin: 0 !important;
}

.notarization-list-box .ul {
  padding-bottom: 3.5em;
}

.notarization-list-box {
  margin-top: 0 !important;
}

.notarization-list-center {
  padding-top: 1.9em;
}
.notarization-list-center .tops img.icons {
  font-size: inherit;
  margin-right: .625em;
  width: 1.4375em;
  height: 0.9375em;
}
.notarization-fixed-boxs .closes{
	position: absolute;
    background: url(../img/closes.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    right: 22px;
    top: 20px;
    cursor: pointer;
}
.notarization-list-center .tops .li {
  height: 3.125em;
  line-height: 3.125em;
  overflow: hidden;
}
.notarization-fixed-boxs .forms .lis:nth-child(n+2){
	margin-top: 1em;
}
.notarization-fixed-boxs .forms{
	margin-top: 2.4em;
}
.notarization-fixed-boxs .forms select,
.notarization-fixed-boxs .forms input{
	width: 100%;
	height: 2.7em;
	line-height: 2.7em;
	  border:none;
}
.notarization-fixed-boxs .forms .lis.lis-bottoms{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;

}
.notarization-fixed-boxs .forms .lis.lis-bottoms .i input[type="submit"]{
	background: #C9B486 0% 0% no-repeat padding-box;
	color: #fff;
}
.notarization-fixed-boxs .forms .lis.lis-bottoms .i input[type="reset"]{
	border: 1px solid #C9B486;
	color: #C9B486;
	background: #fff;
}
.notarization-fixed-boxs .forms .lis.lis-bottoms .i{
	width: 48.5%;
	margin-left: 3%;
}
.notarization-fixed-boxs .forms .lis.lis-bottoms .i:nth-child(2n+1){
	margin-left: 0;
}
.notarization-fixed-boxs .forms .lis select,
.notarization-fixed-boxs .forms .lis input{
	border: 1px solid #CCCCCC;
	padding: 0 1em;
	color: #888888;
}


.notarization-fixed-boxs .forms .lis input:-moz-placeholder,
.notarization-fixed-boxs .forms .lis textarea:-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-fixed-boxs .forms .lis input::-moz-placeholder,
.notarization-fixed-boxs .forms .lis textarea::-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-fixed-boxs .forms .lis input:-ms-input-placeholder,
.notarization-fixed-boxs .forms .lis textarea:-ms-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-fixed-boxs .forms .lis input::-webkit-input-placeholder,
.notarization-fixed-boxs .forms .lis textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}

.notarization-fixed-boxs .tits {
	color: #B5985A;
	text-align: center;
	line-height: 1.33;

}
.notarization-fixed-boxs{
	max-width: 40em;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    min-height: 21em;
    padding: 2.8em 3.9em;
}
.notarization-fixeds{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 2000;
    display: none;
}
.notarization-list-center .tops .li.spans{
	padding: 0 2.375em;
	cursor: pointer;
	margin-left: 1.5em;
	background: transparent linear-gradient(180deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}
.notarization-list-center .tops .li input:-moz-placeholder,
.notarization-list-center .tops .li textarea:-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-list-center .tops .li input::-moz-placeholder,
.notarization-list-center .tops .li textarea::-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-list-center .tops .li input:-ms-input-placeholder,
.notarization-list-center .tops .li textarea:-ms-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-list-center .tops .li input::-webkit-input-placeholder,
.notarization-list-center .tops .li textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.notarization-list-center .tops .li input[type=text] {
  width: 17.8125em;
  padding: 0 1.3em;
  background: transparent;
}
.notarization-list-center .tops .selects {
  margin-left: 2em;
}
.notarization-list-center .tops .selects select {
  border: 1px solid #888888;
  padding: 0 1.3em;
  width: 17.8125em;
  color: #888888;
  background: url(../img/1106.png) #fff no-repeat calc(100% - 1.25em);
  background-size: 12px 7px;
}
.notarization-list-center .tops .selects .tips {
  margin-right: .75em;
}
.notarization-list-center .tops .inputs {
  position: relative;
  border: 1px solid #888888;
}
.notarization-list-center .tops .inputs input.submit {
  position: absolute;
  width: 1.4375em;
  height: 1.4375em;
  background: url(../img/1142.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.notarization-list-center .bots {
  margin-top: 1.6em;
}
.notarization-list-center .bots .tits {
  color: #B5985A;
  line-height: 1.35;
}
.notarization-list-center .bots .downs {
  background: transparent linear-gradient(180deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat;
  color: #fff;
  padding: 0 1.25em;
  padding-left: 3.625em;
  height: 2.5625em;
  line-height: 2.5625em;
  display: block;
  position: relative;
}
.notarization-list-center .bots .downs:before {
  position: absolute;
  content: "";
  width: 1.125em;
  height: 1.125em;
  left: 1.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/downs.png) no-repeat center;
  background-size: 100%;
}

.certificate-box {
  padding-top: 3.25em;
}
.certificate-box .certificate-tits {
  color: #B5985A;
  line-height: 1.375;
}
.certificate-box .certificate-images {
  margin-top: 2.2em;
  padding-bottom: 6em;
}

.notarization-list-box .li {
  cursor: pointer;
  transition: .5s ease;
}
.notarization-list-box .li.active {
  transition: .5s ease;
  background: rgba(181, 152, 90, 0.35);
}

.notarization-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
  display: none;
}
.notarization-fixed .notarization-fixed-wraps {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  width: 45.5em;
  padding: 3.6em 5.25em 2.5em 5.5em;
}
.notarization-fixed .tit-tips {
  line-height: 1;
  color: #B5985A;
}
.notarization-fixed .close {
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  background: url(../img/1144.png) no-repeat center;
  background-size: 100%;
}
.notarization-fixed .kul {
  margin-top: 1.6em;
}
.notarization-fixed .li {
  padding-top: .78em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.66;
  color: #404040;
}
.notarization-fixed .li .i1 {
  width: 29%;
}
.notarization-fixed .li .i2 {
  width: 71%;
}

.notarizeddocuments-box {
  padding-top: 2.5em;
}
.notarizeddocuments-box .all-zhankai {
  margin-top: 1.4em;
}
.notarizeddocuments-box .all-zhankai .all-btns {
  line-height: 2.22em;
  height: 2.22em;
  background: #B5985A;
  padding: 0 1.58em;
  color: #fff;
  cursor: pointer;
}
.notarizeddocuments-box .notarizeddocuments-list {
  margin-top: 1.2em;
}

.notarizeddocuments-tits {
  line-height: 1.75;
  color: #707070;
}

.notarizeddocuments-list .td:nth-child(n+2) {
  margin-top: .6em;
}
.notarizeddocuments-list .td-tops {
  padding: 0 1.78em;
  padding-right: 3em;
  position: relative;
  background: #B5985A 0% 0% no-repeat;
  height: 3.33em;
  line-height: 3.33em;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.notarizeddocuments-list .td-tops:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: 1.2em;
  background: url(../img/1145.png) no-repeat center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.notarizeddocuments-list .td-bots {
  display: none;
  color: #707070;
  background: rgba(201, 180, 134, 0.2);
  padding: 2em;
  padding-right: 4.6875em;
  padding-bottom: 4.375em;
}
.notarizeddocuments-list .td-bots a {
  color: #B5985A;
  text-decoration: underline;
}
.notarizeddocuments-list .td-bots ul {
  padding-left: 1.5em;
}
.notarizeddocuments-list .td-bots ul li::marker {
  color: #B5985A;
}
.notarizeddocuments-list .td-bots p:nth-child(n+2) {
  margin-top: 1.18em;
}

.notarization-list-center .tops .li.selects {
  overflow: visible;
}

.newinfos-list {
  padding: 3em 0;
  line-height: 1.75;
}

.news-list {
  padding-top: 2em;
}
.news-list .list {
  padding-bottom: 2.25em;
}
.news-list .items {
  margin-bottom: 3.25em;
  width: 22.85%;
  margin-left: 2.86%;
  border-bottom: 1px solid #B5985A;
}
.news-list .items:nth-child(4n+1) {
  margin-left: 0;
}
.news-list .items .imgs {
  overflow: hidden;
  padding-top: 90.2735%;
  position: relative;
}
.news-list .items .imgs img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-list .items .words {
  padding: .6em .5em;
}
.news-list .items .tits {
  margin-top: .625em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.news-list .items .time {
  color: #B5985A;
  line-height: 1.3125;
}

.problems-box {
  padding-top: 3em;
  padding-bottom: 4.5em;
}
.problems-box .problems-list {
  margin-top: 1.75em;
}

.problems-list .td-bots {
  line-height: 1.75em;
  display: none;
  padding-top: 1.875em;
  padding-bottom: 1.25em;
  color: #707070;
}
.problems-list .td-bots p:nth-child(n+2) {
  margin-top: 1.875em;
}
.problems-list .td-tops {
  border-bottom: 1px solid #d3d3d3;
  color: #B5985A;
  padding: 1em 0;
  padding-right: 2em;
  position: relative;
  cursor: pointer;
}
.problems-list .td-tops:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: 1.2em;
  background: url(../img/3-01.png) no-repeat center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.problems-list .td.active .td-tops:before {
  background: url(../img/3-02.png) no-repeat center;
  background-size: 100%;
}

.problems-title-list .items {
  margin: 0 .5em;
  height: 2.89em;
  line-height: 2.89em;
  min-width: 12.78em;
  border: 1px solid #888888;
  color: #404040;
  text-align: center;
  padding: 0 1.66em;
  transition: .5s ease;
}
.problems-title-list .items.active {
  background: #B5985A;
  border-color: #B5985A;
  color: #fff;
  transition: .5s ease;
}

.contacts-forms input:-moz-placeholder,
.contacts-forms textarea:-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.contacts-forms input::-moz-placeholder,
.contacts-forms textarea::-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.contacts-forms input:-ms-input-placeholder,
.contacts-forms textarea:-ms-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.contacts-forms input::-webkit-input-placeholder,
.contacts-forms textarea::-webkit-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.contacts-forms input,
.contacts-forms textarea {
  background: transparent;
  width: 100%;
  border: 1px solid rgba(136, 136, 136, 0.67);
}
.contacts-forms .inputs input {
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 1.25em;
  color: #888888;
}
.contacts-forms .span {
  width: 80px;
  height: 3.125em;
  line-height: 3.125em;
  text-align: center;
}
.contacts-forms .inputs {
  width: calc(100% - 80px);
}
.contacts-forms .span span {
  color: #c50f0f;
}
.contacts-forms .col-span {
  margin-bottom: 1.7em;
}
.contacts-forms textarea {
  padding: 0.75em 1.25em;
}

.contacts-box {
  margin-top: 3em;
}

.contacts-forms-submit {
  margin-top: 1em;
  text-align: center;
}
.contacts-forms-submit input {
  display: inline-block;
  vertical-align: top;
  line-height: 3.125em;
  height: 3.125em;
  padding: 0 5em;
  background: #B5985A;
  color: #fff;
}

.contacts-list-box .li-tops {
  color: #B5985A;
  line-height: 1.66;
}
.contacts-list-box .li-bots {
  line-height: 1.875;
  margin-top: 4px;
}
.contacts-list-box .li:nth-child(n+2) {
  margin-top: 2em;
}
.contacts-list-box .imgs {
  margin-top: .5em;
  max-width: 5.625em;
}
.contacts-list-box .ul1 {
  width: 32.5%;
}
.contacts-list-box .ul2 {
  /*width: 20.76%;*/
  width: 60%;
  /*width: 67.5%;*/
}
.contacts-list-box .ul3 {
  width: 24.15%;
}

.zicolor {
  color: #B5985A;
}
.zicolor a {
  color: #B5985A;
}

.member-box {
  position: relative;
}
.member-box .member-lefts {
  width: 14.8em;
  background: rgba(201, 180, 134, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 7px;
}
.member-box .member-lefts a {
  display: block;
}
.member-box .member-lefts .logos {
  width: 86%;
  margin: 0 auto;
}
.member-box .member-rights {
  width: calc(100% - 14.8em);
}
.member-box .member-rights .wrapbox {
  padding-left: 1.5em;
  padding-right: 3.125em;
}
.member-box .member-menu {
  margin-top: 1.25em;
}

.member-menu .ul {
  border-bottom: 2px solid #f6f4f2;
}
.member-menu .ul:last-child {
  border-bottom: none;
}
.member-menu .ul-tops {
  height: 4.2em;
  line-height: 4.2em;
  padding: 0 4.1em;
  padding-right: .25em;
  position: relative;
  color: #B5985A;
  transition: .5s ease;
}
.member-menu .ul-tops.active {
  background: #B5985A;
  color: #fff;
}
.member-menu .ul-tops.active .icons {
  filter: brightness(1000%);
}
.member-menu .ul-tops .icons {
  position: absolute;
  left: 1.66em;
  width: 1.38em;
}

.member-rights .memberleft-wrapbox {
  border-bottom: 1px solid #efefef;
  padding-top: 1.3em;
  padding-bottom: .8em;
  overflow: hidden;
}
.member-rights .member-right-list .member-people {
  margin-left: 2.375em;
}
.member-rights .member-right-list .inputs {
  position: relative;
  width: 24.0625em;
  border: 1px solid #E4E4E4;
  display: block;
  color: #888888;
}
.member-rights .member-right-list .inputs input:-moz-placeholder,
.member-rights .member-right-list .inputs textarea:-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.member-rights .member-right-list .inputs input::-moz-placeholder,
.member-rights .member-right-list .inputs textarea::-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.member-rights .member-right-list .inputs input:-ms-input-placeholder,
.member-rights .member-right-list .inputs textarea:-ms-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.member-rights .member-right-list .inputs input::-webkit-input-placeholder,
.member-rights .member-right-list .inputs textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.member-rights .member-right-list .inputs input[type=text] {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  display: block;
  width: 100%;
}
.member-rights .member-right-list .inputs input[type=submit] {
  position: absolute;
  background: url(../img/1-09.svg) no-repeat center;
  background-size: 100%;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25em;
  height: 1.25em;
}

.medium {
  font-weight: 500;
}

.member-bottoms {
  padding-top: 2.125em;
  padding-bottom: 3.125em;
}
.member-bottoms .member-bottoms-list {
  margin-top: 1.375em;
}

.pd-cons {
  padding-top: 2.125em;
  padding-bottom: 3.125em;
}

.member-bottoms-tips .tits {
  line-height: 1.33;
}
.member-bottoms-tips .time {
  line-height: 1.875;
  color: #888888;
  margin-top: .5em;
}

.member-bottoms-list .items {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 18px 36px 6px 30px;
}
.member-bottoms-list .items-left {
  width: 48%;
}
.member-bottoms-list .items-right {
  width: 50.3%;
}
.member-bottoms-list .ul .li {
  display: block;
}
.member-bottoms-list .items-li .tits {
  line-height: 1.5;
}
.member-bottoms-list .items-li .ul {
  margin-top: .75em;
}
.member-bottoms-list .items-li .ul .li {
  display: block;
  height: 3.9375em;
  padding: 0 3.75em;
  line-height: 3.9375em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.member-bottoms-list .items-li .ul .li:nth-child(2n+1) {
  background-color: #f8f5ee;
}
.member-bottoms-list .items-li .ul .li .icons {
  position: absolute;
  font-size: inherit;
  width: 1.25em;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
.member-bottoms-list .items-active {
  /*padding-bottom: 36px;*/
  padding-top: 6px;
}
.member-bottoms-list .items-active div.li {
  color: #B5985A;
}
.member-bottoms-list .items-active div.li span {
  color: #888888;
}
.member-bottoms-list .items-active div.li:nth-child(n+2) {
  margin-top: .6em;
}
.member-bottoms-list .items-active div.li .lis {
  line-height: 1;
  text-decoration: underline;
  color: #B5985A;
  padding-top: .5em;
}

.member-bottoms-list-bottoms {
  margin-top: 1.75em;
}

.member-bottoms-list-bottoms .items-right .items-li:nth-child(n+2) {
  margin-top: 1.3125em;
}

.member-left-tips {
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
}
.member-left-tips span {
  margin: 0 .2em;
}

.member-menu .ul .ul-bots {
  padding: 1.44em 4.1em;
  padding-right: 0.25em;
}
.member-menu .ul .ul-bots.on {
  display: none !important;
}
.member-menu .ul .ul-bots .li {
  color: #888888;
  line-height: 1.875;
}
.member-menu .ul .ul-bots .li.active {
  color: #B5985A;
}
.member-menu .ul .ul-bots .li:nth-child(n+2) {
  margin-top: .625em;
}

.personaldata-tits {
  line-height: 1.53;
}

.cborder {
  border: 1px solid #E8E8E8;
  border-radius: 10px 10px 0px 0px;
  min-height: 46em;
}

.Information-list {
  margin-top: 1.6875em;
  opacity: 1;
  overflow: hidden;
}
.Information-list .td1 {
  width: 80.9%;
  padding-left: 40px;
}
.Information-list .td2 {
  width: 19.1%;
  padding-right: 40px;
}
.Information-list .Information-list-tops {
  border-bottom: 2px solid #B5985A;
}
.Information-list .Information-list-tops .td {
  line-height: 2.77em;
  height: 2.77em;
  background-color: #f8f8f8;
  color: #B5985A;
  font-weight: 500;
}
.Information-list .Information-list-bots .td {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 4.14em;
  line-height: 4.14em;
  color: #404040;
}
.Information-list .Information-list-bots .tr:nth-child(2n+2) {
  background-color: #f8f5ee;
}

.Informationinfo-words {
  max-width: 625px;
  margin: 0 auto;
  width: 85%;
}

.Informationinfo-words {
  margin-top: 1.125em;
}

.member-menu .ul .ul-bots {
  display: none;
}

.member-menu .ul.active .ul-bots {
  display: block;
}

.Informationinfo-titles {
  margin: 0 auto;
  width: 90%;
  color: #404040;
}
.Informationinfo-titles .tits {
  line-height: 1.33;
}
.Informationinfo-titles .time {
  line-height: 1.5;
  margin-top: 2.143em;
}

.Informationinfo-list {
  padding-top: 3.875em;
  padding-bottom: 3.75em;
}

.Informationinfo-bots {
  margin-top: 2.25em;
}
.Informationinfo-bots .i {
  width: 3.125em;
}
.Informationinfo-bots .i:nth-child(n+2) {
  margin-left: .625em;
}

.Information-list-bots-active .tr .td2 span {
  display: block;
  background: url(../img/1153.png) no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 26px;
}

.Information-list .Information-list-bots-active .td1 {
  width: 91%;
}

.Information-list .Information-list-bots-active .td2 {
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Information-list .trainingcourse-active .td1 {
  width: 25%;
}
.Information-list .trainingcourse-active .td2 {
  width: 25%;
}
.Information-list .trainingcourse-active .td3 {
  width: 36.35%;
}
.Information-list .trainingcourse-active .kecheng a {
  color: #B5985A;
  text-decoration: underline;
}
.Information-list .trainingcourse-active .kecheng .i:nth-child(n+2) {
  margin-left: 1.4285em;
}
.Information-list .trainingcourse-active .kecheng .icons {
  width: 1.4285em;
  font-size: inherit;
}
.Information-list .trainingcourse-active .td4 {
  width: 13.65%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.cons-time-active .i {
  display: block;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
.cons-time-active .i0 {
  background-image: url(../img/601.png);
}
.cons-time-active .i1 {
  background-image: url(../img/602.png);
  margin-top: 2px;
}

.Information-list .trainingcourse-active.Information-list-tops .td2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.Information-list .trainingcourse-active.Information-list-tops .td2 .cons-time-active {
  margin-left: 1em;
}

.baoming {
  position: relative;
  padding-left: 2em;
  padding-right: .75em;
  height: 2.25em;
  line-height: 2.25em;
  background: #c9b486;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.baoming span {
  color: #fff;
}
.baoming:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  left: .625em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/1154.png) no-repeat center;
  background-size: 100%;
}

.personaldata-title-list {
  margin-top: 1.875em;
}

.personaldata-title-list .ul {
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(181, 152, 90, 0.15);
  overflow: hidden;
}
.personaldata-title-list .ul .li {
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 1.875em;
  color: #404040;
}
.personaldata-title-list .ul .li.active {
  background: #B5985A;
  color: #fff;
}

.personaldata-list-table {
  margin-top: .75em;
}

.index-abouts .images {
  position: relative;
  padding-top: 29.27%;
}
.index-abouts .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cons-header {
  position: relative;
  z-index: 1000;
}

.cons-header .items-bots {
  display: none;
}

.index-bottoms .items .words {
  z-index: 3;
}

.cons-header .items {
  position: relative;
}
.cons-header .items-bots {
  position: absolute;
  left: 0;
  top: 80px;
}
.cons-header .items-bots .ul .li {
  height: 3em;
  line-height: 3em;
  color: #fff;
}
.cons-header .items-bots .ul .li a {
  padding: 0 .75em;
  background-color: #A0A0A0;
  color: #fff;
}
.cons-header .ul {
  position: relative;
  width: 15em;
}
.cons-header .ul .li-list {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  background: #D4BC89;
  color: #fff;
  display: none;
  width: 12em;
  padding: 1.125em 0;
}
.cons-header .ul .li-list a {
  color: #fff;
  padding: 0 1.25em;
  display: block;
  line-height: 3em;
}
.cons-header .ul .ul-tops a {
  height: 3em;
  line-height: 3em;
  background-color: #A0A0A0;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 .75em;
  padding-right: 1.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cons-header .ul .ul-tops a:before {
  width: 5px;
  height: 8px;
  content: "";
  position: absolute;
  right: .75em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/btn.png) no-repeat center;
  background-size: 100%;
}

.detailedrules-list-box .li:nth-child(n+2) {
  margin-top: 1em;
}

.commen-banner .images {
  padding-top: 20.625%;
  position: relative;
}
.commen-banner .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notarization-list-center .tops .inputs input.submit {
  right: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cons-border {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.personaldata-tanle-center {
  margin-top: 1em;
  margin-bottom: 1em;
}

.personaldata-tanle-tops {
  padding: 1.2em 2.2em .8em 1.8em;
}
.personaldata-tanle-tops .imgs {
  width: 4em;
}
.personaldata-tanle-tops .tits {
  color: #B5985A;
  line-height: 1.2;
}
.personaldata-tanle-tops .txts {
  margin-top: .625em;
  line-height: 1.5;
  color: #888888;
}
.personaldata-tanle-tops .txts .i:nth-child(n+2) {
  margin-left: 2.5em;
}

.btn-tips {
  /*display: none;*/
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.btn-tips .btn-tits {
  position: absolute;
  display: none;
  left: 30px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  width: 200px;
  line-height: 1.715;
  top: 50%;
  transform: translateY(-50%);
  color: #404040;
  padding: .7em 1em;
  z-index: 2;
  border-radius: .5em;
}
.btn-tips .btn-tits:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  left: -10px;
  top: 10%;
  /*transform:translateY(-50%);*/
  background: url(../img/tj2.png) no-repeat center;
  background-size: 100%;
  filter: drop-shadow(2px 4px 8px gray);
}
.btn-tips .btn-span {
  width: 1.416em;
  height: 1.416em;
  background: #B5985A;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.416em;
}

.personaldata-table .forms-thead, .personaldata-table .tr {
  flex-wrap: wrap;
}

.personaldata-table .items {
  width: 49.5%;
  margin-left: 1%;
  padding: .8em 1.2em;
}
.personaldata-table .items:nth-child(2n+1) {
  margin-left: 0;
}
.personaldata-table .items.w100 {
  width: 100%;
  margin-left: 0;
}
.personaldata-table .items-forms {
  margin-top: 1.5em;
}
.personaldata-table .forms-thead {
  line-height: 2.8125;
  background: #F8F8F8;
  border-bottom: 1px solid #e9e9e9;
}
.personaldata-table .forms-thead, .personaldata-table .tr {
  display: flex;
  color: #404040;
  padding-left: 1em;
  padding-right: 1.7em;
  /*padding-right: 2.625em;*/
}
.personaldata-table .forms-thead:nth-child(2n+2), .personaldata-table .tr:nth-child(2n+2) {
  background-color: rgba(201, 180, 134, 0.14);
}
.personaldata-table .items-forms .tr {
  line-height: 3.9375em;
}
.personaldata-table .items-forms .td {
  width: 50%;
}
.personaldata-table .items-forms .td2 {
  text-align: right;
}

.personaldata-tanle-bottoms.personaldata-table .items-forms .td {
  text-align: left;
}
.personaldata-tanle-bottoms.personaldata-table .items-forms .td.td1 {
  width: 17.85%;
}
.personaldata-tanle-bottoms.personaldata-table .items-forms .td.td2 {
  width: 45.8%;
}
.personaldata-tanle-bottoms.personaldata-table .items-forms .td.td3 {
  width: 36.35%;
}
.personaldata-tanle-bottoms.personaldata-table .titsbox .txts a {
  color: #B5985A;
  text-decoration: underline;
}

.personaldata-title-list {
  border-bottom: 2px solid #B5985A;
}

.communications-box {
  padding: 9.8em 1em;
}
.communications-box .items {
  display: block;
}
.communications-box .items img {
  display: block;
}
.communications-box .items:nth-child(n+2) {
  margin-left: 1em;
}

.Websitepassword-box {
  padding: 4.5em 1em;
}
.Websitepassword-box .Websitepassword-forms {
  width: 36.5em;
  max-width: 90%;
  margin: 0 auto;
}

.Websitepassword-forms {
  color: #404040;
}
.Websitepassword-forms .inputs:nth-child(n+2) {
  margin-top: 8px;
}
.Websitepassword-forms .inputs input.inbox {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  width: 100%;
}
.Websitepassword-forms .inputs .inbox {
  height: 3.66em;
  line-height: 3.66em;
  padding: 0 1.33em;
}
.Websitepassword-forms .txts {
  width: 82%;
  padding-left: 1.3em;
  line-height: 1.2;
}
.Websitepassword-forms .tits {
  width: 18%;
  text-align: right;
}
.Websitepassword-forms .submit {
  margin-top: 2.375em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.Websitepassword-forms .submit input {
  background: transparent linear-gradient(180deg, #C9B486 0%, #B5985A 100%) 0% 0% no-repeat;
  border-radius: 5px;
  width: 9.125em;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
}

.personaldata-list .Information-list-tops, .personaldata-list .tr {
  padding-right: 1.7em;
}
.personaldata-list .AssociationNotice-active a {
  color: #404040;
}
.personaldata-list .AssociationNotice-active .td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.personaldata-list .AssociationNotice-active .td .cons-time-active {
  margin-left: .55em;
}
.personaldata-list .AssociationNotice-active .td1 {
  width: 11%;
}
.personaldata-list .AssociationNotice-active .td2 {
  width: 12.5%;
}
.personaldata-list .AssociationNotice-active .td3 {
  width: 38%;
}
.personaldata-list .AssociationNotice-active .td4 {
  width: 12.5%;
}
.personaldata-list .AssociationNotice-active .td5 {
  width: 26%;
  line-height: 1.25;
  display: flex;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.personaldata-list .AssociationNotice-active .td5 a {
  color: #B5985A;
  text-decoration: underline;
  margin-left: .05em;
}

.personaldata-list .Information-list-tops {
  background-color: #f8f8f8;
}

.Information-list .Information-list-tops.ons {
  background-color: #f8f8f8;
  margin-top: 1.625em;
}

.AssociationNotice-box {
  padding: 2em 1.5em;
}
.AssociationNotice-box .pages {
  margin-top: 2.125em;
}

.Information-list .Information-list-tops {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.AssociationNotice-box.cborder {
  min-height: 0;
}

.Information-inputsbox .spans,
.Information-inputsbox input, .Information-inputsbox select {
  height: 2.5em;
  line-height: 2.5em;
}
.Information-inputsbox input, .Information-inputsbox select {
  width: 100%;
}
.Information-inputsbox .i {
  margin-left: .875em;
}
.Information-inputsbox .i:nth-child(2) {
  margin-left: 1em;
}
.Information-inputsbox .input {
  width: 17.8em;
  position: relative;
  font-size: inherit;
}
.Information-inputsbox .input input:-moz-placeholder,
.Information-inputsbox .input textarea:-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.Information-inputsbox .input input::-moz-placeholder,
.Information-inputsbox .input textarea::-moz-placeholder {
  color: #888;
  font-size: inherit !important;
}
.Information-inputsbox .input input:-ms-input-placeholder,
.Information-inputsbox .input textarea:-ms-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.Information-inputsbox .input input::-webkit-input-placeholder,
.Information-inputsbox .input textarea::-webkit-input-placeholder {
  color: #888;
  font-size: inherit !important;
}
.Information-inputsbox .input input[type=submit] {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.3em;
  height: 1.3em;
  padding: 0;
  background: url(../img/803.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.Information-inputsbox .selects {
  width: 8.5em;
}
.Information-inputsbox .selects select {
  background: url(../img/1106.png) #fff no-repeat calc(100% - 1.25em);
  background-size: 12px 7px;
}
.Information-inputsbox .selects, .Information-inputsbox .input {
  border: 1px solid #E4E4E4;
  color: #888888;
}
.Information-inputsbox .selects input, .Information-inputsbox .selects select, .Information-inputsbox .input input, .Information-inputsbox .input select {
  color: #888888;
  border: none;
  padding: 0 .8125em;
}
.Information-inputsbox .submit input {
  background: #B5985A;
  color: #fff;
  border-radius: 5px;
  width: 5.3125em;
}

.personaldata_info-box .personaldata_info-active .td1 {
  width: 17%;
}
.personaldata_info-box .personaldata_info-active .td2 {
  width: 52.85%;
}
.personaldata_info-box .personaldata_info-active .td3 {
  width: 15.75%;
}
.personaldata_info-box .personaldata_info-active .td4 {
  width: 14.4%;
}
.personaldata_info-box .personaldata_info-active .td {
  height: auto;
  display: block;
}

.processing-tips .inputs {
  position: relative;
  border: 1px solid #E4E4E4;
  margin-left: 1.875em;
  width: 24.125em;
  overflow: hidden;
}
.processing-tips .inputs input:-moz-placeholder,
.processing-tips .inputs textarea:-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.processing-tips .inputs input::-moz-placeholder,
.processing-tips .inputs textarea::-moz-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.processing-tips .inputs input:-ms-input-placeholder,
.processing-tips .inputs textarea:-ms-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.processing-tips .inputs input::-webkit-input-placeholder,
.processing-tips .inputs textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: inherit !important;
}
.processing-tips .inputs input[type=text] {
  width: 100%;
  padding: 0 1em;
  padding-right: 2.4em;
  height: 100%;
  background: transparent;
  height: 2.5em;
  line-height: 2.5em;
}
.processing-tips .inputs .submit {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3125em;
  height: 1.3125em;
  background: url(../img/804.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.processing-list-box {
  background: #C9B486;
  border-radius: 10px 10px 0px 0px;
}

.link-login {
  cursor: pointer;
}

.huiyuanlogins-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 2000;
  display: none;
}
.huiyuanlogins-fixed .huiyuanlogins {
  max-width: 570px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  min-height: 21em;
  display: none;
}
.huiyuanlogins-fixed .huiyuanlogins.on {
  display: none;
}
.huiyuanlogins-fixed .closes {
  position: absolute;
  background: url(../img/closes.png) no-repeat center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  right: 22px;
  top: 20px;
  cursor: pointer;
}
.huiyuanlogins-fixed .huiyuanlogins .submits {
  margin-top: 1.1em;
}
.huiyuanlogins-fixed .huiyuanlogins .inputs:nth-child(n+2) {
  margin-top: .65em;
}
.huiyuanlogins-fixed .huiyuanlogins .klink {
  margin-top: 1.22em;
}
.huiyuanlogins-fixed .huiyuanlogins .forms {
  margin-top: 2.4em;
}
.huiyuanlogins-fixed .huiyuanlogins .inputs .icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cursor {
  cursor: pointer;
}
.notarization-fixed-boxs .forms .lis select{
	background: url(../img/1106.png) #fff no-repeat calc(100% - 1.25em);
    background-size: 12px 7px;
}
.notarization-list-center .tops .li.spans span{
	display: block;
}
.index-news .swiper-slide .imgs{
	padding-top: 90.2875%;
	position: relative;
}
.index-news .swiper-slide .imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit:cover;
}
@media (min-width: 1025px) {
  #contacts-ullist .i .icons-tops,
  #contacts-ullist .i:hover .icons-tops{
    transition:.5s ease;
  }
  #contacts-ullist .i:hover .icons-tops{
    opacity: 1;
    visibility: visible;
    pointer-events:auto;
  }
	.notarization-fixed-boxs .forms .lis.lis-bottoms .i input,
  .cons-time-active .i0:hover, .cons-time-active .i0, .cons-time-active .i1:hover, .cons-time-active .i1:hover {
    transition: .5s ease;
  }
  .notarization-fixed-boxs .forms .lis.lis-bottoms .i input:hover{
  	transform:translateY(-5px);
  }

  .cons-time-active .i0:hover {
    background-image: url(../img/6011.png);
  }

  .cons-time-active .i1:hover {
    background-image: url(../img/6021.png);
  }

  .member-rights .member-right-list .member-people:hover .member-people-bots {
    pointer-events: auto;
    visibility: visible;
  }
  .member-rights .member-right-list .member-people:hover .member-people-tops .icons .i1 {
    opacity: 1;
    /*display: block;*/
  }
  .member-rights .member-right-list .member-people:hover .member-people-tops .icons .i0 {
    /*display: none;*/
    opacity: 0;
  }

  .processings-list-box-tops .li {
    transition: .5s ease;
  }
  .processings-list-box-tops .li:hover {
    transition: .5s ease;
    background-color: #B5985A;
    color: #fff;
  }

  .materials-wraps .items-list .li {
    transition: .5s ease;
  }
  .materials-wraps .items-list .li:hover {
    transition: .5s ease;
    background: #B5985A;
    color: #fff;
  }

  .Informationinfo-bots .i {
    transition: .5s ease;
  }
  .Informationinfo-bots .i:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .index-news-swiper .swiper-slide,
  .index-news-swiper-bots .swiper-slide {
    transition: .5s ease;
  }
  .index-news-swiper .swiper-slide img,
  .index-news-swiper-bots .swiper-slide img {
    transition: .5s ease;
  }
  .index-news-swiper .swiper-slide:hover,
  .index-news-swiper-bots .swiper-slide:hover {
    transition: .5s ease;
  }
  .index-news-swiper .swiper-slide:hover img,
  .index-news-swiper-bots .swiper-slide:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .newinfos-backs .backs {
    transition: .5s ease;
  }
  .newinfos-backs .backs:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  footer .footer-bots a,
  .cons-header .nav .items .items-tops,
  footer .footer-tops a {
    transition: .5s ease;
  }
  footer .footer-bots a:hover,
  .cons-header .nav .items .items-tops:hover,
  footer .footer-tops a:hover {
    color: #B5985A;
    transition: .5s ease;
  }

  .Information-list .Information-list-bots .tr a {
    transition: .5s ease;
  }
  .Information-list .Information-list-bots .tr:hover a {
    color: #fff;
    transition: .5s ease;
  }
  .Information-list .Information-list-bots .tr:hover a img {
    filter: brightness(100);
  }

  .c-swiper .swiper-button-next, .c-swiper .swiper-button-prev {
    transition: .5s ease;
  }
  .c-swiper .swiper-button-next:hover, .c-swiper .swiper-button-prev:hover {
    transition: .5s ease;
    background-color: #B5985A;
  }

  .index-news .swiper-slide .imgs {
    overflow: hidden;
    transition: .5s ease;
  }
  .index-news .swiper-slide .texts {
    transition: .5s ease;
  }
  .index-news .swiper-slide:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
    transition: .5s ease;
  }
  .index-news .swiper-slide:hover .texts {
    color: #B5985A;
    text-decoration: underline;
    transition: .5s ease;
  }

  .communications-box .items {
    transition: .5s ease;
  }
  .communications-box .items:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .c-mores .spans {
    transition: .5s ease;
  }
  .c-mores .spans:hover {
    transform: translateY(-5px);
    transition: .5s ease;
  }

  .commen-wraps-left .items .li, .commen-wraps-left .items .li:hover {
    transition: .5s ease;
  }
  .commen-wraps-left .items .li:hover {
    color: #fff;
    background: #B5985A;
    border-color: #B5985A;
  }

  .abouts-list .list-bots li a {
    transition: .5s ease;
  }
  .abouts-list .list-bots li a:hover {
    transition: .5s ease;
    color: #B5985A;
  }

  .pagination a {
    transition: .5s ease;
  }
  .pagination a:hover {
    transition: .5s ease;
    background-color: #B5985A;
    color: #fff;
  }
  .pagination a.prev, .pagination a.next {
    background-color: transparent;
  }
  .pagination a.prev:hover {
    background-image: url(../img/1-003.png);
  }
  .pagination a.next:hover {
    background-image: url(../img/1-004.png);
  }

  .presidents-list .itembox .li img {
    transition: .5s ease;
  }
  .presidents-list .itembox .li .imgs {
    overflow: hidden;
  }
  .presidents-list .itembox .li:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .detailedrules-list-box .li {
    transition: .5s ease;
  }
  .detailedrules-list-box .li:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .notarization-list-box .li {
    transition: .5s ease;
  }
  .notarization-list-box .li:hover {
    transition: .5s ease;
    background: rgba(181, 152, 90, 0.35);
  }

  .news-list .items img {
    transition: .5s ease;
  }
  .news-list .items:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .problems-title-list .items:hover {
    background: #B5985A;
    border-color: #B5985A;
    color: #fff;
    transition: .5s ease;
  }

  .member-menu .ul-tops:hover {
    background: #B5985A;
    color: #fff;
    transition: .5s ease;
  }

  .member-menu .ul-tops:hover .icons {
    filter: brightness(1000%);
  }

  .member-bottoms-list .items-li .ul .li {
    transition: .5s ease;
  }
  .member-bottoms-list .items-li .ul .li .icons {
    transition: .5s ease;
  }
  .member-bottoms-list .items-li .ul .li:hover {
    color: #fff;
    background: #B5985A;
    transition: .5s ease;
  }
  .member-bottoms-list .items-li .ul .li:hover .icons {
    filter: brightness(100);
    transition: .5s ease;
  }

  .Information-list .Information-list-bots .tr {
    transition: .5s ease;
  }
  .Information-list .Information-list-bots .tr .td {
    transition: .5s ease;
  }
  .Information-list .Information-list-bots .tr:hover {
    color: #fff;
    background: #B5985A;
    transition: .5s ease;
  }
  .Information-list .Information-list-bots .tr:hover .td {
    transition: .5s ease;
    color: #fff;
  }

  .Information-list .trainingcourse-active .tr:hover .kecheng a {
    color: #fff;
  }
  .Information-list .trainingcourse-active .tr:hover .kecheng a .icons {
    filter: brightness(100);
  }

  .personaldata-title-list .ul .li {
    transition: .5s ease;
  }
  .personaldata-title-list .ul .li:hover {
    background: #B5985A;
    color: #fff;
    transition: .5s ease;
  }

  .cons-header .ul .ul-tops a {
    transition: .5s ease;
  }

  .cons-header .ul:hover .ul-tops a {
    transition: .5s ease;
  }
  .cons-header .ul:hover .ul-tops a {
    background: #B5985A;
    color: #fff;
  }

  .cons-header .ul:hover .li-list {
    display: block;
  }

  .cons-header .items:hover .items-bots {
    display: block;
  }

  .cons-header .items-bots .ul .li a {
    display: block;
    transition: .5s ease;
  }
  .cons-header .items-bots .ul .li a:hover {
    background: #B5985A;
    color: #fff;
    transition: .5s ease;
  }

  .btn-tips:hover .btn-tits {
    display: block;
  }
}
@media (max-width: 1681px) {
  .index-tips .inputs1 {
    width: 25em;
  }
}
@media (max-width: 1481px) {
  .member-rights .member-right-list .inputs {
    width: 16em;
  }

  .member-left-tips.fs18 {
    font-size: 16px;
    flex-wrap: wrap;
    width: 20em;
  }

  .member-rights .member-right-list .member-people {
    margin-left: 1em;
  }
}
@media (max-width: 1381px) {
  .notarization-list-center .tops .selects {
    margin-left: 1em;
  }

  .notarization-list-center .tops .selects select,
  .notarization-list-center .tops .li input[type=text] {
    width: 13em;
  }

  .w1460,
  .w1440 {
    width: 90%;
  }

  .cons-header .nav-menu .link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cons-header .nav-menu .link img {
    margin-right: .25em;
    width: 1em;
    height: 1em;
  }

  .cons-header .nav .items .items-tops {
    padding: 0 .8em;
  }

  .index-tips .inputs1 {
    width: 20em;
  }

  .index-tips .inputs2, .index-tips .inputs3 {
    width: 10em;
  }

  .index-tips .inputs:nth-child(n+2) {
    margin-left: .5em;
  }

  .index-abouts .images {
    padding-top: 35%;
  }

  footer .footer-tops .logo {
    width: 10em;
  }

  footer .footer-tops .nav {
    padding-left: 2em;
    width: calc(100% - 10em);
  }

  .notarization-list-box .li .i2 {
    padding-right: 2em;
  }

  .notarization-list-box .li .i3,
  .notarization-list-box .li .i1 {
    padding-right: 1em;
  }

  .notarization-list-box .li .i4 {
    word-break: break-all;
  }
}
@media (max-width: 1191px) {
  .member-box .member-rights .wrapbox {
    padding-right: 1.5em;
  }

  .Information-list .td2 {
    padding-right: 1em;
  }

  body .fs15 {
    font-size: 14px;
  }

  body .fs16 {
    font-size: 15px;
  }

  .cons-header .nav .items .items-tops {
    padding: 0 .5em;
  }

  .cons-header .nav-menu .link {
    padding-left: .5em;
    padding-right: .5em;
  }

  .logo-icons img {
    height: 60px;
  }

  .index-banner .swiper-slide .imgs {
    padding-top: 40%;
  }

  .index-tips .inputs1 {
    width: 18em;
  }

  .index-tips .inputs2, .index-tips .inputs3 {
    width: 8em;
  }

  .commen-wraps-left {
    width: 20%;
  }

  .commen-wraps-right {
    width: 75%;
  }

  .Information-list {
    overflow: hidden;
    overflow-x: auto;
  }

  .Information-list .Information-list-bots,
  .Information-list .Information-list-tops {
    width: 1200px;
  }
}
.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.member-box .member-menu::-webkit-scrollbar {
  width: 5px;
  /* 滚动条的宽度 */
  height: 5px;
}

.member-box .member-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道的背景色 */
}

.member-box .member-menu::-webkit-scrollbar-thumb {
  background: #B5985A;
  /* 滚动条滑块的颜色 */
  border-radius: 5px;
  /* 滑块形状的圆角 */
}

.member-box .member-menu::-webkit-scrollbar-thumb:hover {
  background: #B5985A;
  /* 鼠标悬停在滑块上时的颜色 */
}

.Information-list::-webkit-scrollbar {
  width: 5px;
  /* 滚动条的宽度 */
  height: 5px;
}

.Information-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道的背景色 */
}

.Information-list::-webkit-scrollbar-thumb {
  background: #B5985A;
  /* 滚动条滑块的颜色 */
  border-radius: 5px;
  /* 滑块形状的圆角 */
}

.Information-list::-webkit-scrollbar-thumb:hover {
  background: #B5985A;
  /* 鼠标悬停在滑块上时的颜色 */
}

#contacts-ullist{
  text-align: center;
}
#contacts-ullist .i-lefts{
  width: 58%;
}

#contacts-ullist .i-rights{
  width: 28.6%;
}
#contacts-ullist .i-lefts .i{
  width: 30.76%;
  margin-left: 3.85%;
}
#contacts-ullist .icons{
  aspect-ratio: 1 / 1;
  position: relative;
}
#contacts-ullist .icons-tops img{
  width: 100%;
}
#contacts-ullist .icons-tops{
  position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    width: 150%;
    z-index: 2;
    padding: .25em;
     box-shadow: 0 0 .25em .25em rgba(0, 0, 0, 0.1);
     pointer-events:none;
     opacity: 0;
     visibility: hidden;
}

#contacts-ullist  .i{
  position: relative;
  padding-top: 0.45em;
  margin-top: .45em!important;
}

#contacts-ullist .icons-tops:before{
        content: "";
    position: absolute;
    display: block;
    width: 8.48528137px;
    height: 8.48528137px;
    background: transparent;
    border-style: solid;
    border-width: 4.24264069px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) rotate(45deg);
    border-color: #fff;
}
#contacts-ullist .icons img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit:cover;
}
#contacts-ullist .i-rights .i{
  width: 62.52%;
  margin:0 auto;
}
#contacts-ullist .spans {
  margin-top: .5em;
  line-height: 1.25;
}
#contacts-ullist .i-tops{
  color: #000;
  line-height: 1.25;
}
#contacts-ullist .i-lefts .i-tops{
  text-align: left;
}
#contacts-ullist .i-lefts .i:nth-child(3n+1){
  margin-left: 0;
}

@media (min-width: 1025px) and (max-width: 1281px) {
	html[lang="en-GB"] #contacts-ullist .i-tops{
		font-size: 14px;
	}
}
@media (min-width: 1025px){
	html[lang="en-GB"] #contacts-ullist .i-lefts{
	    width: 65%;
	}
	html[lang="en-GB"] #contacts-ullist .i-rights{
		width: 35%;
	}
	html[lang="en-GB"]  #contacts-ullist .icons{
		max-width: 140px;
		margin-left: auto;
		margin-right: auto;
	}
	html[lang="en-GB"] #contacts-ullist .icons img{
		right: 0;
		margin: auto;
		aspect-ratio: 1 / 1;
		object-fit:contain;
	}
	html[lang="en-GB"] #contacts-ullist .i-tops{
		min-height: 2.5em;
	    display: flex;
	    align-items: flex-end;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    align-content: flex-end;
	    align-content: center;
	}
}

@media (max-width: 1024px){
	.contacts-box .list{
		overflow: hidden;
	}
	html[lang="en-GB"] #contacts-ullist .i-lefts{
	    width: 100%;
	}
	html[lang="en-GB"] #contacts-ullist .i-rights{
		width: 100%;
	}
	#contacts-ullist .icons{
		max-width: 140px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1024px) {
  #contacts-ullist .i-lefts .i-tops{
    font-size: 16px;
  }
	.notarization-fixed .notarization-fixed-wraps{
		max-width: 92%;
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.notarization-list-center .tops .li.spans{
		padding: 0 1em;
		margin-left: 1em;
	}
  .member-rights .member-right-list .member-people.active .member-people-bots {
    pointer-events: auto;
    visibility: visible;
  }
  .member-rights .member-right-list .member-people.active .member-people-tops .icons .i1 {
    opacity: 1;
    /*display: block;*/
  }
  .member-rights .member-right-list .member-people.active .member-people-tops .icons .i0 {
    /*display: none;*/
    opacity: 0;
  }

  .Information-list .Information-list-bots,
  .Information-list .Information-list-tops {
    width: 1100px;
  }

  .member-lefts .member-menu-close {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .member-box .member-lefts {
    transform: translateX(-100%);
    transition: .5s ease;
    background: #fff;
  }

  .member-box .member-lefts.active {
    transform: translateX(0);
    transition: .5s ease;
  }

  .member-box .member-rights {
    width: 100%;
  }

  .w940 {
    width: 92%;
  }

  .btn-tips.active .btn-tits {
    display: block;
  }

  .member-lefts .member-menu-close {
    display: block;
    top: 15vh;
  }

  .notarization-list-center .tops .inputsbox {
    width: 100%;
    margin-top: 1.25em;
  }

  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }

  .problems-title-list .items {
    min-width: auto;
    padding: 0 1.25em;
    margin-bottom: .25em;
  }

  .index-bottoms .items {
    width: 100%;
  }

  .index-tips .txts,
  .index-tips .tits {
    width: 100%;
  }

  .index-tips .txts {
    margin-top: 1.25em;
  }

  .index-tips .inputs1 {
    width: 60%;
  }

  .index-tips .inputs2, .index-tips .inputs3 {
    width: calc(20% - .5em);
  }

  .index-news .swiper-slide {
    width: 33.33%;
  }

  .index-abouts .images,
  .index-banner .swiper-slide .imgs {
    padding-top: 60%;
  }

  footer .footer-tops .nav .items {
    width: 33.33%;
  }
  footer .footer-tops .nav .items:nth-child(n+4) {
    margin-top: 1em;
  }

  footer .footer-tops {
    padding-bottom: 3em;
  }

  .abouts-list .list-bots.development-wraps {
    padding-left: 0;
    padding-right: 0;
  }
}
select.form-control,
textarea.form-control,
input.form-control {
  font-size: inherit;
}

@media (max-width: 767px) {
  #contacts-ullist .i-rights,
  #contacts-ullist .i-lefts{
    width: 100%;
  }
  #contacts-ullist .i-lefts{
    margin-bottom: 1.5em;
  }
	.notarization-list-center .tops .li.spans{
		margin-left: 0;
		margin-top: 1.25em;
	}
	.notarization-fixed-boxs{
		padding-left: 1em;
		padding-right: 1em;
	}
  .member-left-tips {
    display: none;
  }
  #contacts-ullist .i-rights .i{
    width: 30.76%;
  }

  .Information-inputsbox .i:nth-child(2),
  .Information-inputsbox .i {
    width: 100%;
    margin-left: 0;
  }

  .Information-inputsbox .selects {
    width: 100%;
    margin-left: 0;
  }

  .Information-inputsbox .i {
    margin-bottom: 1.25em;
  }

  .communications-box {
    padding-top: 4.5em;
  }

  .Websitepassword-forms .tits {
    width: 100%;
    text-align: left;
  }

  .Websitepassword-forms .txts {
    padding-left: 0;
    width: 100%;
    margin-top: .75em;
  }

  .communications-box .items:nth-child(n+2) {
    margin-top: 1.5em;
    margin-left: 0;
  }

  .personaldata-tanle-bottoms.personaldata-table .items-forms .td.td1 {
    word-break: break-all;
  }

  .personaldata-list .Information-list-tops, .personaldata-list .tr {
    padding-right: 1em;
  }

  .personaldata-table .items-forms .td {
    line-height: 1.25;
  }

  .personaldata-tanle-tops .txts .i {
    width: 100%;
  }

  .personaldata-tanle-tops .txts .i:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1em;
  }

  .personaldata-title-list .ul {
    align-items: stretch;
    align-content: center;
    justify-content: center;
  }
  .personaldata-title-list .ul .li {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: .75em .5em;
  }

  .personaldata-title-list .ul .li {
    line-height: 1.25;
    height: auto;
    width: 33.33%;
  }

  .processing-list-box-bots {
    padding: 1em;
  }

  .processing-list-box-bots-list .items {
    width: 100%;
    margin-left: 0;
  }

  .personaldata-table .forms-thead {
    padding-right: 1.7em;
  }

  .personaldata-tanle-bottoms.personaldata-table .items-forms .td.td1 {
    width: 16%;
  }

  .personaldata-tanle-bottoms.personaldata-table .items-forms .td.td2 {
    width: calc(84% - 3em);
    padding-left: 1em;
  }

  .personaldata-tanle-bottoms.personaldata-table .items-forms .td.td3 {
    width: 3em;
  }

  .personaldata-table .items {
    width: 100%;
    margin-left: 0;
  }

  .member-bottoms-list .items-li .ul .li {
    height: 3em;
    line-height: 3em;
  }

  .member-bottoms-list .items-li .ul .li {
    padding: 0 2.5em;
    padding-right: .5em;
  }

  .member-bottoms-list .items-li .ul .li .icons {
    left: 1em;
  }

  .member-bottoms-list .items {
    padding: .5em 1em;
  }

  .member-right-list {
    width: 100%;
    justify-content: space-between;
  }

  .member-left-tips.fs18 {
    width: 100%;
    margin-bottom: 1em;
  }

  .Information-list .Information-list-bots,
  .Information-list .Information-list-tops {
    width: 1000px;
  }

  .member-bottoms-list .items-right {
    margin-top: 1.5em;
  }

  .member-bottoms-list .items-right,
  .member-bottoms-list .items-left {
    width: 100%;
  }

  body .fs18 {
    font-size: 16px;
  }

  .contacts-forms .span {
    width: 70px;
  }

  .contacts-forms .inputs {
    width: calc(100% - 70px);
  }

  .abouts-list .list-bots {
    flex-wrap: wrap;
    text-align: center;
  }

  .contacts-list-box .imgs {
    margin-left: auto;
    margin-right: auto;
  }

  .w1460, .w1440,
  .w1180 {
    width: 92%;
  }

  .contacts-list-box .ul {
    width: 100%;
  }

  .news-list .items {
    width: 49%;
    margin-left: 2%;
  }
  .news-list .items:nth-child(4n+1) {
    margin-left: 2%;
  }
  .news-list .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .notarizeddocuments-list .td-tops {
    padding-left: 1.25em;
  }

  .notarization-list-center .tops .li.selects {
    justify-content: space-between;
  }

  .notarization-list-center .tops .selects select {
    /*width: calc(100% - 4em);*/
    width: 100%;
  }

  .notarization-list-box .li {
    flex-wrap: wrap;
  }

  .notarization-list-center .tops .li {
    width: 100%;
  }

  .notarization-list-center .tops .selects {
    margin-left: 0;
    margin-top: 1em;
  }

  .notarization-list-center .tops .inputsbox {
    flex-wrap: wrap;
  }

  .notarization-list-box .li .i {
    width: 100%;
    padding-right: 0;
  }
  .notarization-list-box .li .i:nth-child(n+2) {
    margin-top: .25em;
  }

  .presidents-list .itembox .li {
    width: 49%;
    margin-left: 2%;
  }
  .presidents-list .itembox .li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .presidents-list .itembox .li:nth-child(2n+1) {
    margin-left: 0;
  }

  .commen-banner .images {
    padding-top: 60%;
  }

  .abouts-list .list-bots.development-wraps .ul {
    min-height: 0;
  }

  .abouts-list .list-bots.development-wraps .ul:nth-child(n+2) {
    margin-top: 0;
  }

  .development-wraps .ul:nth-child(2n+2) .li {
    padding-right: 1em;
  }

  .development-wraps .ul:nth-child(2n+1) .li {
    padding-left: 1em;
  }

  .commen-wraps-left {
    /*display: none;*/
    width: 100%;
  }

  .commen-wraps-right {
    width: 100%;
    margin-top: 1.5em;
  }

  .index-bottoms .items .images:before {
    z-index: 2;
  }

  .index-bottoms .items .images {
    padding-top: 40%;
    position: relative;
  }
  .index-bottoms .items .images img {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .c-swiper .swiper-button-next, .c-swiper .swiper-button-prev {
    display: none !important;
  }

  .index-business .left,
  .index-business .rights {
    width: 100%;
  }

  .index-abouts .images, .index-banner .swiper-slide .imgs {
    padding-top: 120%;
  }

  .index-abouts .boxs,
  .index-banner .huiyuanlogins {
    width: 95%;
    margin: 0 auto;
  }

  .index-abouts .boxs .txts {
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  .index-business .rights {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: flex-start;
  }

  .index-news .swiper-slide {
    width: 90%;
  }

  .index-abouts .boxs {
    padding: 1.75em 1.5em;
  }

  .index-tips .inputs:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1em;
  }

  .index-tips .inputs {
    width: 100%;
  }

  footer .footer-tops .nav {
    width: 100%;
    padding-left: 0;
  }

  footer .footer-tops .logo {
    width: 14em;
    margin-bottom: 1.5em;
  }

  footer .footer-tops .nav .items {
    width: 50%;
    padding-right: .25em;
  }

  footer .footer-tops .nav .items:nth-child(n+3) {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .materials-wraps .items {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .materials-wraps .items:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .materials-wraps .items.items-right {
    /*height: 45em;*/
  }

  .platforms-wraps {
    padding: 1em;
  }
}
@media (max-width: 500px) {
  body .fs16 {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
