.container {
  max-width: 1140px;
}

body {
  background-color: #FDFDFD;
}

#section-header {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  padding-top: 10px;
  padding-bottom: 10px;
}
#section-header .navbar-brand {
  padding: 0;
}
#section-header #navbar .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}
#section-header #navbar .navbar-nav .nav-item .nav-link {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  font-weight: bolder;
  color: #2A2A2A;
  line-height: 22px;
}
#section-header #navbar .navbar-nav .nav-item .nav-link.active {
  background-color: rgba(255, 216, 0, 0.2);
}
#section-header .btn-contact .nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  font-weight: bolder;
  color: #2A2A2A;
  line-height: 22px;
  background-color: rgb(255, 216, 0);
}

#section-breadcrumb {
  margin-top: 24px;
}
#section-breadcrumb .breadcrumb-item {
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #B7B6BD;
  line-height: 17px;
}
#section-breadcrumb .breadcrumb-item a {
  color: #B7B6BD;
  text-decoration: none;
}
#section-breadcrumb .breadcrumb-item a:hover {
  color: #2A2A2A;
  text-decoration: underline;
}
#section-breadcrumb .breadcrumb-item.active {
  color: #B7B6BD;
}
#section-breadcrumb .breadcrumb-item:before {
  color: #B7B6BD;
  padding-right: 0;
}

#section-categories {
  margin-top: 14px;
}
#section-categories .nav-link {
  padding: 0;
  padding-bottom: 4px;
  margin-top: 10px;
  margin-right: 32px;
  font-size: 22px;
  font-weight: 500;
  color: #B7B6BD;
  line-height: 30px;
}
#section-categories .nav-link:hover {
  color: #2A2A2A;
}
#section-categories .nav-link.active {
  color: #2A2A2A;
  border-bottom: 4px solid #FFD800;
}

#section-pagination {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 22px;
}
#section-pagination li + li {
  margin-left: 24px;
}
#section-pagination li.disabled {
  color: #B7B6BD;
}
#section-pagination li a {
  color: #2A2A2A;
  text-decoration: none;
}
#section-pagination li a:hover {
  text-decoration: underline;
}

#section-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #F0EFF1;
  padding-top: 45px;
  padding-bottom: 32px;
}
#section-footer .container {
  display: flex;
}
#section-footer #section-left .img-logo {
  width: 85px;
  height: 60px;
}
#section-footer #section-left .items {
  margin-top: 16px;
}
#section-footer #section-left .items .item {
  margin-top: 10px;
  display: flex;
}
#section-footer #section-left .items .item .icon {
  width: 24px;
  height: 24px;
}
#section-footer #section-left .items .item .text {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 24px;
}
#section-footer #section-left .items .item a {
  color: #2A2A2A;
  text-decoration: none;
}
#section-footer #section-left .items .item a:hover {
  text-decoration: underline;
}
#section-footer #section-left .part-footer-text {
  margin-left: -24px;
  margin-top: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #858585;
  line-height: 18px;
}
#section-footer #section-left .part-footer-text .t-copyright, #section-footer #section-left .part-footer-text .t-icp {
  margin-left: 24px;
}
#section-footer #section-left .part-footer-text a {
  color: #858585;
  text-decoration: none;
}
#section-footer #section-left .part-footer-text a:hover {
  text-decoration: underline;
}
#section-footer #section-right {
  margin-left: auto;
}
#section-footer #section-right .img-wechat-pa-qrcode {
  width: 126px;
  height: 126px;
}
#section-footer #section-right .text {
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #142D58;
  line-height: 20px;
}

.page-home-index #section-focus {
  height: 385px;
  background-color: #F8F8F8;
}
.page-home-index #section-focus .box {
  position: relative;
}
.page-home-index #section-focus .box .text {
  position: relative;
  z-index: 99;
  top: 100px;
}
.page-home-index #section-focus .box .text .t-caption {
  font-size: 60px;
  font-weight: bolder;
  color: #2A2A2A;
}
.page-home-index #section-focus .box .text .t-slogan {
  font-size: 40px;
  color: #3A3A3A;
}
.page-home-index #section-focus .box .img {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
}
.page-home-index #section-banners {
  margin-top: 56px;
}
.page-home-index #section-banners .img-banner {
  border-radius: 10px;
}
.page-home-index #section-services {
  margin-top: 80px;
}
.page-home-index #section-services .t-caption {
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-home-index #section-services .items {
  margin-top: 24px;
}
.page-home-index #section-services .items .item {
  margin-top: 24px;
}
.page-home-index #section-services .items .item .img-cover {
  width: 100%;
}
.page-home-index #section-services .items .item .text {
  padding: 32px 32px 50px;
  background-color: #FCFCFC;
  border: 1px solid #F0EFF1;
}
.page-home-index #section-services .items .item .text .t-title {
  font-size: 20px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 28px;
}
.page-home-index #section-services .items .item .text .t-intro {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #858585;
  line-height: 24px;
}
.page-home-index #section-advantages {
  margin-top: 120px;
  margin-bottom: 120px;
}
.page-home-index #section-advantages .t-caption {
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-home-index #section-advantages .items .item {
  margin-top: 48px;
  text-align: center;
}
.page-home-index #section-advantages .items .item .img-icon {
  width: 81px;
  height: 80px;
}
.page-home-index #section-advantages .items .item .t-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-home-index #section-advantages .items .item .t-intro {
  margin-top: 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  line-height: 22px;
}

.page-home-contact #section-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-home-contact #section-contact > .t-caption {
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-home-contact #section-contact .items-qrcode {
  margin-top: 32px;
}
.page-home-contact #section-contact .items-qrcode .item-qrcode .img-qrcode {
  max-width: 100%;
  background-color: #FFFFFF;
}
.page-home-contact #section-contact .items-qrcode .item-qrcode .t-title {
  margin-top: -20px;
  font-size: 16px;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 22px;
}
.page-home-contact #section-contact .items-qrcode .line-2 {
  margin-top: 56px;
}
.page-home-contact #section-contact .items-qrcode .line-2 .area-email {
  margin-top: 20px;
}
.page-home-contact #section-contact .items-qrcode .line-2 .t-caption {
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  line-height: 20px;
}
.page-home-contact #section-contact .items-qrcode .line-2 .t-content {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 22px;
}

.page-articles-index #section-body .items .item {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F0EFF1;
}
.page-articles-index #section-body .items .item .img-cover {
  width: 200px;
  height: 150px;
  background-color: #EAEAEA;
}
.page-articles-index #section-body .items .item .text {
  margin-left: 24px;
  max-height: 150px;
  overflow: hidden;
}
.page-articles-index #section-body .items .item .text .t-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 24px;
}
.page-articles-index #section-body .items .item .text .t-title a {
  color: #2A2A2A;
  text-decoration: none;
}
.page-articles-index #section-body .items .item .text .t-title a:hover {
  text-decoration: underline;
}
.page-articles-index #section-body .items .item .text .t-intro {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  line-height: 20px;
}

.page-articles-show {
  padding-bottom: 80px;
}
.page-articles-show .col-article .t-title {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-articles-show .col-article #section-article-content {
  margin-top: 21px;
}
.page-articles-show .col-sidebar {
  margin-top: 32px;
}
.page-articles-show .col-sidebar .box {
  border-radius: 4px;
  border: 1px solid #F0EFF1;
  background-color: #FFFFFF;
  padding: 32px;
}
.page-articles-show .col-sidebar .box .t-caption {
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 25px;
}
.page-articles-show .col-sidebar .box .img-qrcode {
  margin-top: 24px;
  width: 100%;
}
.page-articles-show .col-sidebar .box .area-separator {
  position: relative;
}
.page-articles-show .col-sidebar .box .area-separator .d-separator {
  margin-top: 31px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-articles-show .col-sidebar .box .area-separator .d-separator:before, .page-articles-show .col-sidebar .box .area-separator .d-separator:after {
  content: " ";
  position: absolute;
  justify-items: center;
  top: 10px;
  display: block;
  width: 38%;
  height: 1px;
  background-color: #F0EFF1;
}
.page-articles-show .col-sidebar .box .area-separator .d-separator:before {
  left: 0;
}
.page-articles-show .col-sidebar .box .area-separator .d-separator:after {
  right: 0;
}
.page-articles-show .col-sidebar .box .area-share {
  margin-top: 16px;
  text-align: center;
}
.page-articles-show .col-sidebar .box .area-share .icon {
  width: 40px;
  height: 40px;
}
.page-articles-show .col-sidebar .box .area-share .text {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 20px;
}

.page-agents-index {
  padding-bottom: 100px;
}
.page-agents-index #section-body .item-agent {
  margin-top: 32px;
  border-radius: 4px;
  border: 1px solid #F0EFF1;
  background-color: #FCFCFC;
  padding: 32px 24px;
  display: flex;
}
.page-agents-index #section-body .item-agent .part-avatar .img-avatar {
  width: 120px;
  height: 160px;
}
.page-agents-index #section-body .item-agent .part-info {
  padding-left: 24px;
}
.page-agents-index #section-body .item-agent .part-info .line-1 {
  display: flex;
  padding-top: 16px;
}
.page-agents-index #section-body .item-agent .part-info .line-1 .t-name {
  display: inline-block;
  font-size: 20px;
  color: #2A2A2A;
  text-decoration: none;
}
.page-agents-index #section-body .item-agent .part-info .line-1 .t-name:hover {
  text-decoration: underline;
}
.page-agents-index #section-body .item-agent .part-info .line-1 .t-title {
  margin-left: auto;
  display: inline-block;
  font-size: 14px;
  color: #2A2A2A;
}
.page-agents-index #section-body .item-agent .part-info .line-2.t-edu-bg {
  padding-top: 8px;
  font-size: 14px;
  color: #858585;
}
.page-agents-index #section-body .item-agent .part-info .line-3.t-intro {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5em;
  max-height: 6em;
  overflow: hidden;
  color: #768091;
}

.page-agents-show {
  padding-bottom: 64px;
}
.page-agents-show #section-caption {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-agents-show #section-body .col-agent {
  margin-top: 32px;
}
.page-agents-show #section-body .col-agent .box {
  border-radius: 4px;
  border: 1px solid #F0EFF1;
  background-color: #FCFCFC;
  padding: 60px;
}
.page-agents-show #section-body .col-agent .box .item-agent {
  display: flex;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-avatar .img-avatar {
  width: 150px;
  height: 200px;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info {
  padding-left: 32px;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-1 {
  display: flex;
  padding-top: 30px;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-1 .t-name {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #2A2A2A;
  text-decoration: none;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-1 .t-name:hover {
  text-decoration: underline;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-1 .t-edu {
  margin-left: 13px;
  align-items: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #858585;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-2.t-title {
  padding-top: 8px;
  font-size: 14px;
  color: #2A2A2A;
}
.page-agents-show #section-body .col-agent .box .item-agent .part-info .line-3.t-intro {
  padding-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #858585;
}
.page-agents-show #section-body .col-agent .box .part-certs, .page-agents-show #section-body .col-agent .box .part-clients, .page-agents-show #section-body .col-agent .box .part-patent {
  margin-top: 57px;
}
.page-agents-show #section-body .col-agent .box .part-certs .d-caption, .page-agents-show #section-body .col-agent .box .part-clients .d-caption, .page-agents-show #section-body .col-agent .box .part-patent .d-caption {
  font-size: 24px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 24px;
  border-left: 3px solid #FFD800;
  padding-left: 8px;
}
.page-agents-show #section-body .col-agent .box .part-certs .text, .page-agents-show #section-body .col-agent .box .part-clients .text, .page-agents-show #section-body .col-agent .box .part-patent .text {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  line-height: 24px;
}
.page-agents-show #section-body .col-agent .box .part-certs .text a, .page-agents-show #section-body .col-agent .box .part-clients .text a, .page-agents-show #section-body .col-agent .box .part-patent .text a {
  display: block;
  color: #858585;
  text-decoration: none;
}
.page-agents-show #section-body .col-agent .box .part-certs .text a:hover, .page-agents-show #section-body .col-agent .box .part-clients .text a:hover, .page-agents-show #section-body .col-agent .box .part-patent .text a:hover {
  text-decoration: underline;
}
.page-agents-show #section-body .col-sidebar {
  margin-top: 32px;
}
.page-agents-show #section-body .col-sidebar .box {
  border-radius: 4px;
  border: 1px solid #F0EFF1;
  background-color: #FFFFFF;
  padding: 32px;
}
.page-agents-show #section-body .col-sidebar .box .t-caption {
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 25px;
}
.page-agents-show #section-body .col-sidebar .box .img-qrcode {
  margin-top: 24px;
  width: 100%;
}
.page-agents-show #section-body .col-sidebar .box .area-separator {
  position: relative;
}
.page-agents-show #section-body .col-sidebar .box .area-separator .d-separator {
  margin-top: 31px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-agents-show #section-body .col-sidebar .box .area-separator .d-separator:before, .page-agents-show #section-body .col-sidebar .box .area-separator .d-separator:after {
  content: " ";
  position: absolute;
  justify-items: center;
  top: 10px;
  display: block;
  width: 38%;
  height: 1px;
  background-color: #F0EFF1;
}
.page-agents-show #section-body .col-sidebar .box .area-separator .d-separator:before {
  left: 0;
}
.page-agents-show #section-body .col-sidebar .box .area-separator .d-separator:after {
  right: 0;
}
.page-agents-show #section-body .col-sidebar .box .area-share {
  margin-top: 16px;
  text-align: center;
}
.page-agents-show #section-body .col-sidebar .box .area-share .icon {
  width: 40px;
  height: 40px;
}
.page-agents-show #section-body .col-sidebar .box .area-share .text {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 20px;
}

.page-services-index {
  padding-bottom: 100px;
}
.page-services-index #section-services {
  margin-top: 60px;
}
.page-services-index #section-services > .t-caption {
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-services-index #section-services .items {
  margin-top: 12px;
}
.page-services-index #section-services .items .item {
  margin-top: 24px;
}
.page-services-index #section-services .items .item .box {
  display: flex;
  background-color: #FDFDFD;
  padding: 24px;
  border: 1px solid #F0EFF1;
}
.page-services-index #section-services .items .item .icon {
  width: 36px;
  height: 36px;
}
.page-services-index #section-services .items .item .text {
  margin-left: 16px;
}
.page-services-index #section-services .items .item .text .t-name {
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
  text-decoration: none;
}
.page-services-index #section-services .items .item .text .t-name:hover {
  text-decoration: underline;
}
.page-services-index #section-services .items .item .text .t-intro {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #858585;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}

.page-services-show {
  padding-bottom: 64px;
}
.page-services-show #section-caption {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 56px;
}
.page-services-show #section-body #section-intro {
  margin-top: 33px;
}
.page-services-show #section-body #section-intro .caption {
  border-left: 3px solid #FFD800;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-services-show #section-body #section-intro .text {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
  line-height: 24px;
}
.page-services-show #section-body #section-content {
  margin-top: 20px;
}
.page-services-show #section-body #section-agents {
  margin-top: 60px;
}
.page-services-show #section-body #section-agents .caption {
  border-left: 3px solid #FFD800;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-services-show #section-body #section-agents .items-agent .item-agent {
  margin-top: 25px;
  display: flex;
  padding: 40px 48px;
  background-color: #FCFCFC;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-avatar .img-avatar {
  width: 135px;
  height: 180px;
  border-radius: 4px;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info {
  padding-left: 32px;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-1 {
  display: flex;
  padding-top: 30px;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-1 .t-name {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #2A2A2A;
  text-decoration: none;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-1 .t-name:hover {
  text-decoration: underline;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-1 .t-edu {
  margin-left: 13px;
  align-items: center;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #858585;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-2.t-title {
  padding-top: 8px;
  font-size: 14px;
  color: #2A2A2A;
}
.page-services-show #section-body #section-agents .items-agent .item-agent .part-info .line-3.t-intro {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  font-weight: 400;
  color: #858585;
}
.page-services-show #section-body .col-sidebar {
  margin-top: 32px;
}
.page-services-show #section-body .col-sidebar .box {
  border-radius: 4px;
  border: 1px solid #F0EFF1;
  background-color: #FFFFFF;
  padding: 32px;
}
.page-services-show #section-body .col-sidebar .box .t-caption {
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 25px;
}
.page-services-show #section-body .col-sidebar .box .img-qrcode {
  margin-top: 24px;
  width: 100%;
}
.page-services-show #section-body .col-sidebar .box .area-separator {
  position: relative;
}
.page-services-show #section-body .col-sidebar .box .area-separator .d-separator {
  margin-top: 31px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 22px;
}
.page-services-show #section-body .col-sidebar .box .area-separator .d-separator:before, .page-services-show #section-body .col-sidebar .box .area-separator .d-separator:after {
  content: " ";
  position: absolute;
  justify-items: center;
  top: 10px;
  display: block;
  width: 38%;
  height: 1px;
  background-color: #F0EFF1;
}
.page-services-show #section-body .col-sidebar .box .area-separator .d-separator:before {
  left: 0;
}
.page-services-show #section-body .col-sidebar .box .area-separator .d-separator:after {
  right: 0;
}
.page-services-show #section-body .col-sidebar .box .area-share {
  margin-top: 16px;
  text-align: center;
}
.page-services-show #section-body .col-sidebar .box .area-share .icon {
  width: 40px;
  height: 40px;
}
.page-services-show #section-body .col-sidebar .box .area-share .text {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 20px;
}
