.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  background-color: #fff;
}

input {
  background-color: #fff;
}

.container {
  width: 100%;
  min-width: 1200px;
}

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

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.h-full {
  height: 100%;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.border-top {
  border-top: 3px solid #2f72eb;
}

.header {
  
}
.header .logo {
  flex-shrink: 0;
}
.header .logo img{
  width: 285px;
  margin-bottom: -10px;
}
.header .contact {
  position: relative;
  top: -5px;
}
.header .contact .number-img {
  display: block;
  width: 166px;
  height: 20px;
  overflow: hidden;
}
.header .contact .number-img img {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
}
.header .contact .number-img span{
    font-size: 19px;
    color: #2f72eb;
    font-weight: bold;
    font-family: cursive;
    margin-left: 47px;
}
.header .contact .phone-label {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  right: 0;
  bottom: -22px;
  text-align: right;
  letter-spacing: 4px;
}

.navbar {
  flex: 1;
  padding: 5px 40px 0 80px;
  box-sizing: border-box;
}
.navbar .nav-a {
  color: #494949;
  font-size: 18px;
  position: relative;
  padding: 30px 0;
}
.navbar .nav-a:hover, .navbar .nav-a-active {
  color: #2f72eb;
}
.navbar .nav-a:hover::after, .navbar .nav-a-active::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 10px;
  background-color: #2f72eb;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  height: 620px;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.consult-margin {
  margin: 20px auto;
}

.consult {
  background-color: #eef0f5;
  border-radius: 2px;
  padding: 30px;
  box-sizing: border-box;
}
.consult .consult-title {
  font-size: 20px;
  color: #333333;
}
.consult .consult-title span {
  font-size: 18px;
  color: #2f72eb;
}
.consult .form-group {
  margin-top: 16px;
}
.consult .input-box {
  width: 400px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #f0eded;
  border-radius: 2px;
  padding:5px 20px;
  box-sizing: border-box;
}
.consult .input-box:focus-within {
  border: 1px solid #2f72eb;
}
.consult .input-box input {
  width: 99%;
  height: 99%;
  border: 0;
}
.consult .input-box input:focus {
  outline: none;
}
.consult .submit {
  width: 300px;
  height: 55px;
  background: #2f72eb;
  border-radius: 2px;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

.modal-title {
  text-align: center;
}
.modal-title .modal-cn {
  font-size: 34px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-title .modal-zn {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-title_default_space {
  margin: 60px 0;
}

.ser-li {
  width: 224px;
}
.ser-li .ser-img {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
.ser-li .ser-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.ser-li .ser-desc {
  height: 85px;
  background: #2f72eb;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #fffefe;
  line-height: 28px;
  box-sizing: border-box;
  padding: 18px 20px;
  text-align: center;
}
.ser-li .ser-desc p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.certifi-ul .certifi-li {
  min-height: 150px;
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 7px 0px rgba(211, 211, 211, 0.25);
  border-radius: 8px;
  width: 143px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.certifi-ul .certifi-li:nth-child(7n) {
  margin-right: 0;
}
.certifi-ul .certifi-li .certifi-a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.certifi-ul .certifi-li .sertifi-icon {
  width: 70px;
  height: 72px;
  overflow: hidden;
}
.certifi-ul .certifi-li .sertifi-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.certifi-ul .certifi-li .sertifi-label {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  width: 100%;
}

.cen-tel {
  font-size: 22px;
  color: #4dc1a7;
  line-height: 37px;
}

.tel-top {
  margin-top: 46px;
}

.consult-now-btn {
  width: 470px;
  height: 55px;
  background: #ffc600;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 55px;
  margin-top: 18px;
}

.notar-swiper {
  width: 100%;
  overflow: hidden;
}
.notar-swiper .notar-item {
  height: 330px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.notar-swiper .notar-item img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notar-swiper .notar-item:hover .notar-desc {
  top: 0;
  padding-top: 60px;
}
.notar-swiper .notar-desc {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 272px;
  height: 100%;
  background-color: rgba(53, 53, 53, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.notar-swiper .notar-desc .notar-head-title {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}
.notar-swiper .notar-desc .notar-head-title h5 {
  font-size: 22px;
  color: #ffffff;
}
.notar-swiper .notar-desc .notar-head-title span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.notar-swiper .notar-desc .notar-p {
  color: #fefefe;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 45px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 80px;
}
.notar-swiper .notar-desc .notar-link {
  width: 195px;
  height: 45px;
  background: #49bfa4;
  border-radius: 23px;
  color: #fefefe;
  text-align: center;
  line-height: 45px;
}

.notar-btns {
  position: absolute;
  min-width: 1200px;
  height: 65px;
  max-width: 1380px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  pointer-events: none;
}
.notar-btns .notar-prev,
.notar-btns .notar-next {
  width: 65px;
  height: 65px;
  border: 2px solid;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  color: #aaa;
  pointer-events: auto;
}
.notar-btns .notar-prev:hover,
.notar-btns .notar-next:hover {
  color: #2f72eb;
}
.notar-btns .notar-prev:focus,
.notar-btns .notar-next:focus {
  outline: none;
}
.notar-btns .notar-prev .iconfont,
.notar-btns .notar-next .iconfont {
  font-size: 20px;
  color: inherit !important;
}

.why-box {
  position: relative;
  height: 550px;
  margin:120px 0 90px;
  width: 100%;
  background-color: #f2f5fa;
  z-index: 4;
}
.why-box:before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -4;
    height: 100%;
    position: absolute;
}

.why-item {
  width: 590px;
  padding-top: 50px;
  box-sizing: border-box;
}
.why-item .why-center {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(216, 216, 216, 0.25);
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  padding-top: 105px;
}
.why-item .why-name {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.why-item .why-desc {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 38px;
  height: 105px;
}
.why-item .new-btn {
  width: 235px;
  height: 55px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.why-item .new-btn_style1 {
  background: #f7c000;
  border: 1px solid #ffc600;
}
.why-item .new-btn_style2 {
  background: #2f72eb;
  border: 1px solid #2f72eb;
}
.why-item .why-header {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  margin: 0 auto;
}
.why-item .box-shadow1 {
  box-shadow: 0px 10px 12px 0px rgba(255, 235, 59, 0.4);
}
.why-item .box-shadow2 {
  box-shadow: 0px 10px 12px 0px rgba(53, 192, 161, 0.4);
}

.popular-list .popular-li {
  flex: 1;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-right: 0;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  font-size: 17px;
  color: #555555;
  position: relative;
}
.popular-list .popular-li:last-child {
  border-right: 1px solid #e1e1e1;
}
.popular-list .popular-li:hover, .popular-list .popular-li-active {
  background: #2f72eb;
  color: #fff;
}
.popular-list .popular-li:hover::after, .popular-list .popular-li-active::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #2f72eb;
  top: 49px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.popular-body::after, .popular-body::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.nation-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
  box-sizing: border-box;
}
.nation-list .nation-li {
  width: 230px;
  height: 140px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: content-box;
  overflow: hidden;
  padding: 5px;
}
.nation-list .nation-li:nth-child(8n) {
  /* padding-right: 0; */
}
.nation-list .nation-img {
  width: auto;
  height: 170px;
  overflow: hidden;
}
.nation-list .nation-img img {
  width: 100%;
  /* height: 100%; */
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nation-list .nation-name {
    font-size: 30px;
    color: #ffffff;
    margin-top: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: -48%;
    font-weight: 100;
    letter-spacing: 3px;
    text-shadow: 3px 1px 2px #253e53;
    font-family: monospace;
    font-weight: 600;
}

.view {
  background-color: #fafafa;
  padding-bottom: 60px;
}
.view::after, .view::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.view img {
  width: 1140px;
  height: 478px;
}

.news-box {
  width: 375px;
}
.news-box .news-head {
  width: 100%;
  height: 135px;
  overflow: hidden;
  position: relative;
}
.news-box .news-head img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-box .news-head .news-title {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .news-ul {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.news-box .news-ul .news-li {
  width: 100%;
  display: block;
  padding: 17px 20px;
  border-bottom: 1px dashed #dddcdc;
  box-sizing: border-box;
}
.news-box .news-ul .news-li {
  position: relative;
}
.news-box .news-ul .news-li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: url(../images/img8.png) no-repeat center center/100% 100%;
}
.news-box .news-ul .news-a {
  font-size: 17px;
  color: #555555;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .news-foot-more {
  height: 55px;
  border: 1px solid #dddcdc;
  border-top: 0;
}
.news-box .news-foot-more .more-a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #0fa784;
}
.news-box .news-foot-more .icon-img {
  width: 57px;
  height: 7px;
  margin-left: 10px;
}

.new-space {
  padding: 80px 0;
}

.mechanism {
  padding-bottom: 60px;
}
.mechanism::after, .mechanism::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.bg-fa {
  background-color: #fafafa;
}

.mech-ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.mech-ul .mech-li {
  width: 224px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 120px;
  background-color: #fff;
}
.mech-ul .mech-li:nth-child(5n) {
  margin-right: 0;
}
.mech-ul .mech-more {
  background-color: #2f72eb;
}
.mech-ul .mech-more a {
  color: #fff !important;
  font-size: 24px;
}
.mech-ul .mech-a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mech-ul .mech-a .mech-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}
.mech-ul .mech-a .mech-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.mech-ul .mech-a .mech-name {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  background: url(../images/bg2.png) no-repeat center center/100% 100%;
  background-size: 100% 100%;
  border-top: 3px solid #2f72eb;
  padding-top: 55px;
}

.footer-box {
  flex: 1;
  padding: 30px 0;
}

.foot-txt {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
.foot-txt .fp {
  display: flex;
  align-items: center;
}
.foot-txt .fp img {
  display: block;
  margin: 0 10px;
}
.foot-txt p,
.foot-txt a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.connect_wrapper {
  width: 465px;
}
.connect_wrapper .con_head {
  display: flex;
  align-items: center;
}
.connect_wrapper .iconfont {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.connect_wrapper .con_name {
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
}
.connect_wrapper .connect_body {
  font-size: 15px;
  color: #bdbdbd;
  text-align: left;
}
.connect_wrapper .connect_body::after, .connect_wrapper .connect_body::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.connect_wrapper .connect_body p {
  margin: 22px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.connect_wrapper .connect_body span {
  color: #fff;
}

.connect_code {
  width: 152px;
  height: 152px;
  overflow: hidden;
}
.connect_code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.menus-list {
  position: fixed;
  right: 30px;
  top: 0;
  bottom: 0;
  height: 360px;
  margin: auto 0;
  width: 80px;
  z-index: 99;
  list-style: none;
}
.menus-list .menu-li {
  width: 70px;
  height: 70px;
  background: #ededed;
  margin: 10px 0;
  color: #2f72eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 1px 4px #1e1e1e;
    border-radius: 4px;
}
.menus-list .menu-li:hover {
  background: #2f72eb;
  color: #fff;
}
.menus-list .menu-li i {
  font-size: 26px;
  margin-bottom: 2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .notar-btns {
    width: 1200px;
  }

  .footer {
    height: 305px;
  }
}
.history-box {
  padding: 25px 0;
}

.history-list {
  font-size: 16px;
  color: #999999;
}
.history-list a {
  color: #999999;
}
.history-list .iconfont {
  font-size: 14px;
}
.history-list ._space {
  margin: 0 5px;
}

.modal-left-icon {
  padding-left: 12px;
  border-left: 4px solid #2f72eb;
}

.matters {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.matters .matters-title {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
}
.matters .matters-search {
  height: 45px;
  background: #ffffff;
}
.matters .mat-input {
  width: 175px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-right: 0;
  box-sizing: border-box;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.matters .mat-input input {
  height: 80%;
  width: 100%;
  border: 0;
}
.matters .mat-input input:focus {
  outline: none;
}
.matters .btn-primary {
  width: 65px;
  height: 100%;
  background: #49bfa4;
  border-radius: 0px 23px 23px 0px;
  border: 0;
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
}
.matters .mat-nav {
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #fafafa;
}

.mat-nav .mat-ul-box {
  padding: 10px 0;
}
.mat-nav .mat-name {
  font-size: 19px;
  color: #333333;
  flex-shrink: 0;
  font-weight: 500;
}
.mat-nav .mat-ul {
  display: flex;
  flex-wrap: wrap;
}
.mat-nav .mat-li {
  padding: 10px 20px;
  font-size: 17px;
  color: #666666;
  border-radius: 30px;
  cursor: pointer;
  margin: 10px 5px;
}
.mat-nav .mat-li:hover, .mat-nav .mat-li-active {
  background-color: #2f72eb;
  color: #ffffff;
}

.attest {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 0;
}
.attest .attest-list {
  display: flex;
  flex-wrap: wrap;
  width: 1155px;
  margin: 0 auto;
}
.attest .attest-li {
  width: 134px;
  border: 1px solid #ececec;
  margin: 5px 5px;
}
.attest .attest-li .attest-a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}
.attest .attest-li .attest-img {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.attest .attest-li .attest-img img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.attest .attest-li .attest-desc {
  margin-top: 17px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  width: 100%;
  min-height: 35px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.process {
  padding: 45px 30px;
  box-sizing: border-box;
}
.process .process-title {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
}

.process-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
.process-ul .process-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 250px;
  background-color: #fbfcfc;
  box-sizing: border-box;
  padding: 0 5px;
}
.process-ul .pro-serial {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -36px;
      font-size: 29px;
    color: #2f72eb;
    font-weight: bold;
    font-style: italic;
    font-family: fantasy;
}
.process-ul .pro-icon {
  width: 78px;
  height: 78px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 20px;
}
.process-ul .process-heading {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  width: 100%;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.process-ul .pro-desc {
  font-size: 15px;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.dynamic {
  padding: 40px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.dynamic-box {
  width: 380px;
}

.dy-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dy-title .dy-tl {
  font-size: 24px;
  color: #333333;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dy-title .dy-more {
  font-size: 16px;
  color: #999999;
}

.dynamic-list {
  margin-top: 30px;
}
.dynamic-list .dy-link {
  display: block;
  padding: 20px 10px;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.dynamic-list .dy-h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-list .dy-p {
  font-size: 15px;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}

.mater-list {
  margin-top: 30px;
}
.mater-list .down-link {
  display: block;
  padding: 20px;
  font-size: 18px;
  color: #333333;
  position: relative;
}
.mater-list .down-link::after{ width: 6px; height: 6px; display: block; content: " "; position: absolute; left: 8px; top: 50%; margin-top: -3px; background: #0fa784; border-radius: 50%;}
.mater-list .down-link:nth-child(odd) {
  background-color: #f8f8f8;
}

.download-mater {
  width: 315px;
}

.banner-content {
  height: 350px;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.banner-content img {
  width: 100%;
  height: auto;
  align-items: center;
      margin-top: -5%;
}

.legalize-x {
  margin: 20px auto;
}

.legalize-box {
  width: 590px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(187, 187, 187, 0.35);
}

.legalize-mark .legalize-mark-span {
  width: 185px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legalize-mark .legalize-mark-span-bg1 {
  background: url(../images/bg3.png) no-repeat center center/100% 100%;
}
.legalize-mark .legalize-mark-span-bg2 {
  background: url(../images/bg4.png) no-repeat center center/100% 100%;
}
.legalize-mark .legalize-mark-span-bg3 {
  background: url(../images/bg5.png) no-repeat center center/100% 100%;
}
.legalize-mark .legalize-mark-span-bg4 {
  background: url(../images/bg6.png) no-repeat center center/100% 100%;
}
.legalize-mark .legalize-mark-span-bg5 {
  background: url(../images/bg7.png) no-repeat center center/100% 100%;
}

.legalize-list {
  display: flex;
  flex-wrap: wrap;
  width: 555px;
  margin: 20px auto;
}
.legalize-list .legalize-li {
  width: 163px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin: 10px;
  color: #777777;
}
.legalize-list .legalize-a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legalize-list .hover-style-1:hover, .legalize-list .hover-style-1-act {
  border: 1px solid #ff8416;
  color: #ff8416;
}
.legalize-list .hover-style-1-hover{
  border: 1px solid #ff8416;
  color: #ff8416;
}

.legalize-list .hover-style-2:hover, .legalize-list .hover-style-2-act {
  border: 1px solid #3487ee;
  color: #3487ee;
}
.legalize-list .hover-style-2-hover{
  border: 1px solid #3487ee;
  color: #3487ee;
}
.legalize-list .hover-style-3:hover, .legalize-list .hover-style-3-act {
  border: 1px solid #fc5c7d;
  color: #fc5c7d;
}
.legalize-list .hover-style-3-hover{
  border: 1px solid #fc5c7d;
  color: #fc5c7d;
}

.legalize-list .hover-style-4:hover, .legalize-list .hover-style-4-act {
  border: 1px solid #ff6663;
  color: #ff6663;
}
.legalize-list .hover-style-4-hover{
  border: 1px solid #ff6663;
  color: #ff6663;
}

.attest_box {
  background-color: #fff;
  padding-bottom: 30px;
}

.attest_box_body {
  box-sizing: border-box;
  margin-top: 20px;
}
.attest_box_body .popular-list {
  padding: 0 20px;
}
.attest_box_body .popular-li:hover, .attest_box_body .popular-li-active {
  border: 1px solid #2f72eb;
  color: #2f72eb;
  background-color: transparent;
}
.attest_box_body .popular-li:hover::after, .attest_box_body .popular-li-active::after {
  display: none;
}

.attest-list {
  display: flex;
  flex-wrap: wrap;
}
.attest-list .attest-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}
.attest-list .attest-li .attest-img {
  width: 110px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attest-list .attest-li .attest-img img {
    width: 50px;
    height: 50px;
}
.attest-list .attest-li .attest-name {
  font-size: 17px;
  color: #555555;
  margin-top: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 110px;
}

.attest-space {
  margin-top: 20px;
}
.attest-space .attest-list {
  border-bottom: 1px solid #e3e3e3;
}

.share {
  width: 230px;
  align-self: flex-start;
}
.share .share-head {
  height: 40px;
  background: #d1d1d1;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
}
.share .share-ul {
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.share .share-ul::after, .share .share-ul::before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.share .share-li {
  margin: 15px 0;
}
.share .share-li .share-a {
  display: flex;
  align-items: center;
}
.share .share-li .share-img {
  width: 40px;
  height: 42px;
  overflow: hidden;
  margin-right: 15px;
}
.share .share-li .share-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.share .share-li .share-span {
  font-size: 18px;
  color: #777777;
  flex: 1;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share .share-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 25px 0;
}
.share .share-code .share_code_i {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 2px solid #2f72eb;
  margin-bottom: 20px;
}
.share .share-code .share_code_i img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.share .share-code > span {
  font-size: 17px;
  color: #666666;
}

.notar-details_div {
  width: 720px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.notar-details_div .notar-details-head {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e3e3;
}
.notar-details_div .notar-details-head h3 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  padding: 25px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notar-details_div .notar-details-head p {
  font-size: 17px;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notar-circuit {
  width: 210px;
  background-color: #fff;
  align-self: flex-start;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 0 46px 0;
}
.notar-circuit .circuit-head {
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.notar-circuit .circuit-ul {
  padding: 0 25px;
}
.notar-circuit .circuit-li {
  padding: 0 9px;
  position: relative;
  cursor: pointer;
}
.notar-circuit .circuit-li:last-child:before {
  display: none;
}
.notar-circuit .circuit-li::after {
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  border: 2px solid #2f72eb;
  background-color: #fff;
}
.notar-circuit .circuit-li:before {
  content: " ";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #2f72eb;
  position: absolute;
  top: 35px;
}
.notar-circuit .circuit-text {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notar-circuit .circuit-ul .active .circuit-text{ color: #33aa8f !important;}
.notar-circuit .active::after{     border: 2px solid #33aa8f !important; background: #33aa8f;}

.notar-circuit .btn-bid {
  width: 160px;
  height: 40px;
  background: #49bfa4;
  border-radius: 21px;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}

.innerNav{ width: 100%; height: auto; overflow: hidden;}
.innerNav a{ width: 100%; display: block; height:44px; margin-bottom: 10px; background: #f1f1f1; border-radius: 44px; text-align: center; line-height: 44px; font-size: 16px; color: #333;}
.innerNav a.hover{ background: #2f72eb; color: #fff;}

.news_list,.down_list{ width: 100%; height: auto; overflow: hidden;}
.news_list li,.down_list li{width: 100%; height: auto; overflow: hidden; margin-top: 20px;background: #f8fafa; padding: 20px 20px; box-sizing: border-box;}
.news_list li a{ width: 100%; height: auto; overflow: hidden; display: block; }
.news_list li:hover{ background: #eef1f0;}
.news_list li .news_title{ font-size: 22px; color: #333;}
.news_list li .news_intro{ font-size: 14px; color: #666; max-height: 44px; line-height: 22px; overflow: hidden; width: 100%; margin: 10px auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.news_list li .news_date{ width: 100%; height: auto; overflow: hidden;}
.news_list li .news_date .date{ float: left; color: #999; font-family: Arial; font-size: 13px;}
.news_list li .news_date .hit{ float: right; font-size: 13px; color: #999;}
.down_list li .file_icon{ width: 55px; height: 55px; float: left; overflow: hidden; background: #f4f4f4; padding:10px 10px; margin-right: 15px;}
.down_list li .file_info{ width: 640px; height: auto; overflow: hidden; margin-right: 20px; float: left;}
.down_list li .file_info a.fname{ max-width:100%; height:30px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size: 18px; font-weight: bold; display:inline-block; margin-top: 6px;}
.down_list li .file_info .fdate{ font-size: 14px; color: #999; font-family: Arial; margin-top: 5px;}
.down_list li .downbtn{ font-size:14px; float:right; height: 34px; width: 100px; border-radius: 30px; line-height: 34px; text-align: center; border: 1px solid #49bfa4; margin-top: 20px; color: #49bfa4;}
.down_list li .downbtn:hover{ background: #49bfa4; color: #fff;}
.article-content{ width: 100%; line-height: 1.8; padding: 20px 0px; font-size: 14px;color: #666;}
.article-content .steppage span{ color: #000 !important;  font-size: 24px !important;}
.article-content img{ max-width: 100%; }

.wxview{ position: absolute; top: 0; right: 80px; padding: 5px 5px; -moz-box-shadow:0px 0px 5px #C2C2C2; -webkit-box-shadow:0px 0px 5px #C2C2C2; box-shadow:0px 0px 5px #C2C2C2; height: 141px; box-sizing: border-box; background: #fff; z-index: 2; overflow: hidden; width: 141px; display: none;}
.wxview img{ display: block;margin: 0 auto;}
.qqview,.telview{ width: 141px; height: 70px; position: absolute; right: 80px; top: 0; background: #fff; z-index: 2; box-sizing:border-box; padding: 5px 5px; -moz-box-shadow:0px 0px 5px #C2C2C2; -webkit-box-shadow:0px 0px 5px #C2C2C2; box-shadow:0px 0px 5px #C2C2C2; color: #666; font-size: 13px; display: none;}
.qqview p{ text-align: center; width: 100%;}
.qqview a{ width: 100%; height: 32px; background: #2f72eb; color: #fff; border-radius: 3px; display: block; margin: 2px auto 6px auto; line-height: 32px; text-align: center; font-size: 13px;}
.telview{color: #333; padding-top: 10px;text-align: center;}
.telview h4{ color: #2f72eb; font-family: Arial; font-size: 18px; margin-top: 10px;}
