/****************************** components ******************************/
/* 客服 */

.kf {

    width: 208px;

    position: fixed;

    /* right: 20px; */

    right: -208px;

    top: 100px;

    z-index: 100;

}

/* Homepage visual system: keep spacing, titles, cards and buttons consistent. */
.index_main .i_box1,
.index_main .i_box3,
.index_main .i_box4,
.index_main .i_box6 {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
}

.index_main .i_box1,
.index_main .i_box4 {
  background: #f4f7fa;
}

.index_main .i_box3,
.index_main .i_box6 {
  background: #fff;
}

.index_main .box_tit span {
  color: rgba(11, 40, 77, .08);
}

.index_main .box_tit h3 {
  color: #0b284d;
}

.index_main .box_tit i {
  background: #c8a96b;
}

.index_main .box_tit p {
  color: #7a8595;
}

.index_main .i_box5 .box_tit span {
  color: rgba(242, 216, 163, .24);
}

.index_main .i_box5 .box_tit h3,
.index_main .i_box5 .box_tit p {
  color: #fff;
}

.index_main .more a {
  color: #fff;
  background: #0b284d;
  border: 1px solid #0b284d;
  box-shadow: 0 8px 20px rgba(11, 40, 77, .14);
}

.index_main .more a:hover {
  color: #0b284d;
  background: #c8a96b;
  border-color: #c8a96b;
}

/* Lawyer cards: calm portrait area with a single dark information band. */
.index_main .i_box4 {
  padding-top: 72px;
  padding-bottom: 64px;
  background: #f4f7fa;
}

.index_main .i_box4 .box {
  margin-top: 44px;
}

.index_main .pro_list li {
  background: #0b284d;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(11, 40, 77, .12);
}

.index_main .pro_list li .imgauto {
  height: 286px;
  background: #e9eef4;
}

.index_main .pro_list li .imgauto:after {
  height: 22%;
  background: linear-gradient(180deg, rgba(11, 40, 77, 0), rgba(11, 40, 77, .18));
}

.index_main .pro_list li .text {
  min-height: 108px;
  padding: 18px 20px;
  border-top: 2px solid #c8a96b;
  background: #0b284d;
}

.index_main .pro_list li .text span,
.index_main .pro_list li:hover .text span {
  color: #fff;
}

.index_main .pro_list li .text p {
  color: rgba(255, 255, 255, .62);
}

.index_main .pro_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(11, 40, 77, .2);
}

.index_main .i_box4 .more {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .index_main .i_box1,
  .index_main .i_box3,
  .index_main .i_box4,
  .index_main .i_box6 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .index_main .pro_list li {
    width: 48%;
    margin: 1% 1% 18px;
  }

  .index_main .pro_list li .imgauto {
    height: 230px;
  }
}

@media screen and (max-width: 450px) {
  .index_main .pro_list li {
    width: 92%;
    margin: 0 4% 18px;
  }

  .index_main .pro_list li .imgauto {
    height: 270px;
  }

  .index_main .pro_list li .text p {
    height: auto;
    min-height: 24px;
  }
}

/* Regional content ownership: grouped lawyer/recruitment lists and honest empty states. */
.page_main .team-list .team-grid > li.team-section-marker,
.page_main .team-list .team-grid > li.team-section-marker:nth-child(4n) {
  grid-column: 1 / -1;
  width: auto;
  min-height: 0;
  margin: 18px 0 0;
  padding: 7px 0 18px 18px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-left: 3px solid #c8a96b;
  border-radius: 0;
  box-shadow: none;
}

.page_main .team-list .team-grid > li.team-section-marker:first-child {
  margin-top: 0;
}

.team-section-marker__eyebrow,
.list-section-marker__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #a57e35;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .16em;
}

.page_main .team-list .team-section-marker h2,
.grouped-art-list .list-section-marker h2 {
  margin: 0;
  color: #0b284d;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

.page_main .team-list .team-section-marker p {
  margin: 8px 0 0;
  color: #66758a;
  font-size: 14px;
  line-height: 1.8;
}

.grouped-art-list li.list-section-marker {
  height: auto;
  margin: 22px 0 6px;
  padding: 17px 20px;
  background: #f4f6f9;
  border: 0;
  border-left: 3px solid #c8a96b;
  line-height: 1.4;
}

.grouped-art-list li.list-section-marker:first-child {
  margin-top: 0;
}

.regional-content-empty {
  margin: 18px 0 8px;
  padding: 38px 40px;
  background: #f7f9fb;
  border: 1px solid #e1e7ee;
  border-top: 3px solid #c8a96b;
  border-radius: 5px;
  text-align: center;
}

.regional-content-empty h2 {
  margin: 0;
  color: #0b284d;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.regional-content-empty p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #66758a;
  font-size: 14px;
  line-height: 1.9;
}

.regional-content-empty a {
  display: inline-flex;
  margin-top: 22px;
  padding: 11px 22px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0b284d;
  border: 1px solid #0b284d;
  border-radius: 3px;
}

.regional-content-empty a:hover {
  color: #0b284d;
  background: #fff;
}

.home-knowledge-empty {
  min-height: 245px;
  box-sizing: border-box;
  padding: 42px 26px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
}

.home-knowledge-empty strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.home-knowledge-empty p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
}

.home-knowledge-empty a {
  display: inline-flex;
  margin-top: 20px;
  padding: 9px 17px;
  color: #0b284d;
  background: #d6b05c;
  border-radius: 3px;
}

@media screen and (max-width: 600px) {
  .page_main .team-list .team-grid > li.team-section-marker,
  .page_main .team-list .team-grid > li.team-section-marker:nth-child(4n) {
    width: auto;
    margin: 24px 0 14px;
    padding: 5px 0 12px 14px;
    background: transparent;
    border: 0;
    border-left: 3px solid #c8a96b;
    box-shadow: none;
  }

  .page_main .team-list .team-section-marker h2,
  .grouped-art-list .list-section-marker h2 {
    font-size: 19px;
  }

  .page_main .team-list .team-section-marker p {
    font-size: 13px;
    line-height: 1.7;
  }

  .regional-content-empty {
    padding: 25px 18px;
  }

  .regional-content-empty h2 {
    font-size: 19px;
  }

  .regional-content-empty a {
    width: 100%;
    box-sizing: border-box;
  }

  .home-knowledge-empty {
    min-height: 0;
    padding: 30px 14px 14px;
  }
}

/* Professional team list: keep the same information hierarchy as the homepage. */
.page_main .team-list .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.page_main .team-list li,
.page_main .team-list li:nth-child(4n) {
  float: none;
  width: auto;
  margin: 0;
  background: #0b284d;
  border: 1px solid rgba(200, 169, 107, .42);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(7, 29, 57, .14);
}

.page_main .team-list li a {
  height: 100%;
}

.page_main .team-list li .imgauto {
  height: 360px;
  background: linear-gradient(150deg, #edf2f7 0%, #dce5ef 100%);
}

.page_main .team-list li .imgauto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.page_main .team-list li .text {
  min-height: 126px;
  padding: 21px 22px 22px;
  border-top: 3px solid #c8a96b;
  background: #0b284d;
}

.page_main .team-list li .text span,
.page_main .team-list li:hover .text span {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.page_main .team-list li .text p {
  display: -webkit-box;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page_main .team-list li .text p strong {
  color: #d9bd82;
  font-weight: 500;
}

/* Lawyer detail page: identity card plus a readable long-form profile. */
.team-profile-column {
  background: transparent;
}

.team-profile {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 29, 57, .10);
}

.team-profile__hero {
  display: grid;
  grid-template-columns: minmax(280px, 36%) 1fr;
  min-height: 430px;
  background: linear-gradient(135deg, #f5f8fb 0%, #eef3f8 55%, #e6edf5 100%);
  border-bottom: 1px solid rgba(11, 40, 77, .08);
}

.team-profile__photo {
  position: relative;
  overflow: hidden;
  background: #e8edf2;
}

.team-profile__photo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(11, 40, 77, 0), rgba(11, 40, 77, .16));
}

.team-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-profile__summary {
  display: flex;
  padding: 48px 50px;
  flex-direction: column;
  justify-content: center;
}

.team-profile__eyebrow {
  margin: 0 0 14px;
  color: #a57e35;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .18em;
}

.team-profile__summary h1 {
  margin: 0;
  color: #0b284d;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
}

.team-profile__role {
  margin: 12px 0 0;
  color: #64748a;
  font-size: 16px;
  line-height: 1.7;
}

.team-profile__rule {
  width: 52px;
  height: 2px;
  margin: 26px 0 22px;
  background: #c8a96b;
}

.team-profile__label {
  margin: 0 0 8px;
  color: #8995a6;
  font-size: 13px;
  letter-spacing: .08em;
}

.team-profile__skills {
  margin: 0;
  color: #273c55;
  font-size: 16px;
  line-height: 1.9;
}

.team-profile__service {
  display: flex;
  margin-top: 22px;
  padding: 13px 16px;
  align-items: center;
  justify-content: space-between;
  background: rgba(11, 40, 77, .05);
  border-left: 3px solid #c8a96b;
  color: #66758a;
  font-size: 13px;
}

.team-profile__service strong {
  color: #0b284d;
  font-size: 14px;
  font-weight: 600;
}

.team-profile__contact {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 12px 22px;
  align-items: center;
  color: #fff;
  background: #0b284d;
  border: 1px solid #0b284d;
  border-radius: 3px;
  font-size: 14px;
  transition: background .25s ease, color .25s ease;
}

.team-profile__contact:hover {
  color: #0b284d;
  background: #fff;
}

.team-profile__content {
  padding: 42px 50px 50px;
}

.team-profile__content h2 {
  position: relative;
  margin: 38px 0 18px;
  padding: 0 0 13px 16px;
  color: #0b284d;
  border-bottom: 1px solid #e5eaf0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

.team-profile__content h2:first-child {
  margin-top: 0;
}

.team-profile__content h2:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: #c8a96b;
}

.team-profile__content h3 {
  margin: 25px 0 10px;
  color: #213955;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.team-profile__content p,
.team-profile__content li {
  color: #46576c;
  font-size: 15px;
  line-height: 2;
}

.team-profile__content p {
  margin-bottom: 15px;
}

.team-profile__content ol,
.team-profile__content ul {
  margin: 12px 0 22px;
  padding-left: 24px;
}

.team-profile__content table {
  width: 100%;
  margin: 22px 0 30px;
  overflow: hidden;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e0e6ed;
}

.team-profile__content td {
  padding: 13px 16px;
  color: #46576c;
  border: 0;
  border-bottom: 1px solid #e8edf2;
  font-size: 14px;
  line-height: 1.7;
}

.team-profile__content tr:last-child td {
  border-bottom: 0;
}

.team-profile__content td:first-child {
  width: 150px;
  color: #0b284d;
  background: #f3f6f9;
}

.team-profile__content em {
  display: block;
  padding: 16px 18px;
  color: #69788b;
  background: #f7f8fa;
  border-left: 3px solid #c8a96b;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (max-width: 1020px) {
  .page_main .team-list .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-profile__hero {
    grid-template-columns: 42% 58%;
  }

  .team-profile__summary {
    padding: 36px 32px;
  }

  .team-profile__content {
    padding: 34px 32px 40px;
  }
}

@media screen and (max-width: 600px) {
  .page_main .team-list .team-grid {
    display: block;
  }

  .page_main .team-list li,
  .page_main .team-list li:nth-child(4n) {
    width: 100%;
    margin: 0 0 18px;
  }

  .page_main .team-list li a {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 178px;
  }

  .page_main .team-list li .imgauto {
    height: 178px;
  }

  .page_main .team-list li .text {
    display: flex;
    min-height: 178px;
    padding: 18px 16px;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 3px solid #c8a96b;
  }

  .page_main .team-list li .text span,
  .page_main .team-list li:hover .text span {
    font-size: 17px;
  }

  .page_main .team-list li .text p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
    -webkit-line-clamp: 4;
  }

  .team-profile {
    border-radius: 4px;
  }

  .team-profile__hero {
    display: block;
  }

  .team-profile__photo {
    height: 440px;
  }

  .team-profile__summary {
    padding: 30px 24px 34px;
  }

  .team-profile__summary h1 {
    font-size: 28px;
  }

  .team-profile__service {
    display: block;
  }

  .team-profile__service strong {
    display: block;
    margin-top: 4px;
  }

  .team-profile__contact {
    width: 100%;
    justify-content: center;
  }

  .team-profile__content {
    padding: 28px 20px 34px;
  }

  .team-profile__content h2 {
    margin-top: 30px;
    font-size: 21px;
  }

  .team-profile__content h3 {
    font-size: 17px;
  }

  .team-profile__content p,
  .team-profile__content li {
    font-size: 14px;
    line-height: 1.9;
  }

  .team-profile__content table,
  .team-profile__content tbody,
  .team-profile__content tr,
  .team-profile__content td {
    display: block;
    width: 100%;
  }

  .team-profile__content tr {
    border-bottom: 1px solid #e5eaf0;
  }

  .team-profile__content td,
  .team-profile__content td:first-child {
    width: 100%;
    border-bottom: 0;
  }

  .team-profile__content td:first-child {
    padding-bottom: 5px;
  }

  .team-profile__content td:last-child {
    padding-top: 5px;
  }
}

.kt-top {

    height: 40px;

    line-height: 40px;

    background: url("../images/kf/kefu.png") 12px center no-repeat #34478F;

    background-size: 20px auto;

    padding-left: 46px;

    font-size: 14px;

    color: #ffffff;

}

.kt-top span:hover{

      transform: rotate(90deg);

}

.kt-top span {

    width: 18px;

    height: 16px;

    float: right;

    position: relative;

    margin: 10px 10px 0px 0px;

    cursor: pointer;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -moz-transition: 0.5s;

    -ms-transition: 0.5s;

    -o-transition: 0.5s;

}

.kt-top span b {

    width: 100%;

    height: 2px;

    background: #fff;

    display: block;

    position: absolute;

    top: 50%;

    left: 0;

}

.kt-top span b:first-child {

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

}

.kt-top span b:last-child {

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

}

.kf .con {

    overflow: hidden;

    background: #ffffff;

}

.kf .qq li {

    height: 36px;

    line-height: 36px;

    border-bottom: #f5f5f5 solid 1px;

    padding-left: 16px;

}

.kf .qq li a {

    height: 36px !important;

    color: #666666;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    text-decoration: initial;

    display: block;

}

.kf .qq li a img{

    padding-right: 6px;

}

.kf .con h5{

    height: 26px;

    line-height: 26px;

    margin-top: 12px;

    background: url('../img/lianxi.png') 16px center no-repeat;

    padding-left: 45px;

    color: #666666;

    font-size: 14px;

}

.kf .contact {

    margin-top: 1px;

}

.kf .contact p{

    height: 26px;

    line-height: 26px;

    color: #666666;

    font-size: 14px;

    padding-left: 22px;

}

.kf .contact p:nth-child(2n){

    padding-left: 32px;

}

.kf .con h5.qr-icon{

    background: url('../img/erweima.png') 16px center no-repeat;

}

.kf .con .qr{

    width: 100%;

    margin-top: 10px;

    padding-left: 40px;

}

.kf .con .qr img{

    width: 110px;

    height: 110px;

}

.kf .backTop{

    width: 100%;

    height: 40px;

    margin-top: 10px;

    background: url('../img/huidaodingbu.png') center center no-repeat #34478F;

    background-size: 18px auto;

    cursor: pointer;

}

.kf-side{

    padding: 18px 10px 10px;

    background: #34478F;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    left: -34px;

    cursor: pointer;

}

.kf-side b{

    display: block;

    color: #ffffff;

    line-height: 18px;

    font-size: 14px;

    font-weight: normal;

}

.kf-side span.arrow{

    width: 12px;

    height: 12px;

    background: url('../img/jt-1.png') no-repeat;

    background-size: 100%;

    display: block;

    margin-top: 10px;

}

.kf-side span.on{

    background: url('../img/jt-2.png') no-repeat;

    background-size: 100%;

}

.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(../img/f_01.png);}
.footer-fix li i.i2 {background-image: url(../img/f_02.png);}
.footer-fix li i.i3 {background-image: url(../img/f_03.png);}
.footer-fix li i.i4 {background-image: url(../img/f_04.png);}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix, .container:after,
.row:after, ul {
  *zoom: 1;
}

.clearfix:after, .container:after,
.row:after, ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

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

.header {
  width: 100%;
  position: relative;
}

.header .head_top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.header .head_top .box {
  width: 100%;
  position: relative;
}

.header .head_top .logo {
  float: left;
  width: 15%;
  margin-top: 25px;
}

.header .head_top .logo a,
.header .head_top .logo picture {
  display: block;
}

.header .head_top .logo a img {
  width: auto;
  height: 50px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.header .head_top .search {
  display: block;
  float: right;
  width: 18%;
  margin-top: 30px;
}

.header .head_top .search .text {
  height: 44px;
  position: relative;
  border: none;
}

.header .head_top .search .text .inp1 {
  width: 80%;
  line-height: 42px;
  padding-left: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .2);
}

.header .head_top .search .text .inp1::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.header .head_top .search .text .inp1::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}

.header .head_top .search .text .inp1:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.header .head_top .search .text .inp2 {
  width: 20%;
  background-size: 24px;
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: url(../img/search2.png) no-repeat center rgba(255, 255, 255, .2);
  background-size: 22px;
}

.header .head_top .search .text .inp2:hover {
  background: url(../img/search2.png) no-repeat center rgba(255, 255, 255, .2);
  background-size: 22px;
}

.nav {
  width: 65%;
  float: left;
}

.nav li {
  width: 12.5%;
  float: left;
  position: relative;
}

.nav li > a {
  line-height: 100px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}

.nav li .v_list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 160%;
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
  z-index: 99;
  display: none;
}

.nav li .v_list a {
  line-height: 37px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
}

.nav li .v_list a:hover {
  background: #34478F;
  color: #fff;
}

.nav li:first-child {
  border-left: none;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}

.m_header .m_head_content {
  height: 60px;
  width: 100%;
  background: #34478F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #999;
}

.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  margin-left: .05rem;
}

.m_header .m_head_content .m_head_logo a,
.m_header .m_head_content .m_head_logo picture {
  display: block;
  height: 100%;
}

.m_header .m_head_content .m_head_logo img {
  display: block;
  float: none;
  width: auto;
  height: 40px;
  max-height: 100%;
  max-width: calc(100vw - 80px);
  margin-top: 10px;
  object-fit: contain;
}

.m_header .m_head_content .menu {
  float: right;
  width: 60px;
  height: 60px;
}

.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  display: block;
}

.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 60px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, .5);
}

.app_menu ul {
  background: #34478F;
}

.app_menu ul li {
  width: 100%;
  border-bottom: 1px solid #4e7eb2;
}

.app_menu ul li > a {
  width: 50%;
  display: block;
}

.app_menu ul li > a span {
  font-size: 14px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  display: block;
  padding-left: 18px;
  font-weight: bold;
}

.app_menu ul li.on {
  background: url(../img/bottom.png) no-repeat 95% 15px;
  background-size: 16px;
}

.app_menu ul .v_list {
  width: 100%;
  display: none;
}

.app_menu ul .v_list a {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  color: #fff;
  display: block;
  padding-left: .4rem;
  border-bottom: 1px dashed #4e7eb2;
  float: none;
}

.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.pc_banner .pcbanner {
  width: 100%;
  position: relative;
  z-index: 10;
}

.pc_banner .swiper-slide {
  width: 100%;
}

.pc_banner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.pc_banner .banner_pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  z-index: 12;
  text-align: center;
  padding-right: 5px;
}

.pc_banner .banner_pagination span {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  background: none;
  opacity: 1;
  cursor: pointer;
  margin: 0 3px;
  background: #fff;
}

.pc_banner .banner_pagination span.swiper-pagination-bullet-active {
  background: #34478F;
  color: #fff;
}

.pc_banner .banner_prev {
  position: absolute;
  top: 44%;
  left: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../img/bannerle.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.pc_banner .banner_next {
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../img/bannerri.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.m_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: none;
}

.m_banner .mbanner {
  width: 100%;
  position: relative;
}

.m_banner .mbanner ul li {
  width: 100%;
  line-height: 0;
}

.m_banner .mbanner ul li img {
  width: 100%;
  height: auto;
}

.banner_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.banner_btn a,
.banner_btn .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #f9c9d3;
  opacity: .4;
  margin: 0 5px;
  border: solid 2px #fff;
}

.banner_btn a.in,
.banner_btn .swiper-pagination-bullet-active {
  background: #34478F;
  opacity: 1;
}

.main {
  width: 100%;
  overflow: hidden;
}

.box_tit {
  text-align: left;
}

.box_tit span {
  display: block;
  font-size: 60px;
  text-align: center;
  color: #DEE1ED;
  line-height: 100%;
  font-weight: bold;
}

.box_tit h3 {
  font-size: 26px;
  color: #34478F;
  display: block;
  text-align: center;
  position: relative;
  font-weight: normal;
  margin-top: -30px;
}

.box_tit i {
  width: 50px;
  height: 2px;
  background: #34478F;
  display: block;
  font-style: normal;
  margin: 0 auto;
  margin-top: 10px;
}

.box_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.i_box1 {
  width: 100%;
  padding: 40px 0 60px;
  background: #ECEEF6;
}

.i_box1 .box {
  background: #fff;
  margin-top: 50px;
}

.i_box1 .box li {
  width: 25%;
  background: #fff;
  float: left;
  border-bottom: 4px solid #34478F;
  transition: .5s;
}

.i_box1 .box li .text {
  padding: 36px 59px;
}

.i_box1 .box li img {
  display: block;
  max-width: 100%;
}

.i_box1 .box li span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #000;
  margin: 25px 0;
}

.i_box1 .box li p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
}

.i_box1 .box li a {
  width: 42px;
  height: 42px;
  display: block;
  margin-top: 15px;
  background: url(../img/ic5.png) no-repeat center;
}

.i_box1 .box li em {
  width: 100%;
  height: 40px;
  background: #fff;
  display: block;
}

.i_box1 .box li:hover {
  background: #34478F;
  transition: .5s;
}

.i_box1 .box li:hover span {
  color: #fff;
}

.i_box1 .box li:hover p {
  color: #fff;
}

.i_box1 .box li:first-child + li + li {
  border-bottom: 4px solid #019DDC;
}

.i_box1 .box li:first-child + li + li:hover {
  background: #019DDC;
  transition: .5s;
}

.i_box1 .box li:first-child + li + li + li {
  border-bottom: 4px solid #019DDC;
}

.i_box1 .box li:first-child + li + li + li:hover {
  background: #019DDC;
  transition: .5s;
}

.i_box1 .more {
  margin-top: 40px;
}

.more {
  width: 100%;
}

.more a {
  width: 116px;
  height: 46px;
  display: block;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 10px 1px #ddd;
  font-size: 16px;
  text-align: center;
  color: #34478F;
  line-height: 46px;
  border-radius: 26px;
}

.more a:hover {
  background: #34478F;
  color: #fff;
}

.i_box3 {
  padding: 80px 0;
}

.i_box3 .box li {
  width: 32%;
  float: left;
  margin-left: 2%;
  position: relative;
}

.i_box3 .box li img {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
}

.i_box3 .box li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  z-index: 9;
}

.i_box3 .box li .text span {
  font-size: 22px;
  display: block;
  font-weight: bold;
  color: #fff;
  padding-top: 25%;
}

.i_box3 .box li .text p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-top: 15px;
}

.i_box3 .box li:first-child {
  margin-left: 0;
}

.i_box3 .box li:hover .text {
  background: rgba(0, 0, 0, .5);
}

.i_box4 {
  padding: 72px 0 68px;
  background: linear-gradient(180deg, #f7f9fc 0%, #edf2f7 100%);
  border-top: 1px solid rgba(11, 40, 77, .06);
}

.i_box4 .box_tit span {
  color: rgba(200, 169, 107, .18);
}

.i_box4 .box_tit h3 {
  color: #0b284d;
}

.i_box4 .box_tit i {
  background: #c8a96b;
}

.i_box4 .box_tit p {
  color: #728096;
}

.i_box4 .box {
  margin-top: 48px;
}

.i_box4 .more {
  margin-top: 32px;
}

.i_box4 .more a {
  color: #fff;
  background: #0b284d;
  border: 1px solid #0b284d;
  box-shadow: 0 8px 20px rgba(11, 40, 77, .16);
}

.pro_list li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(200, 169, 107, .36);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 37, 65, .09);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pro_list li a {
  display: block;
}

.pro_list li .imgauto {
  width: 100%;
  height: 278px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #edf2f7 0%, #dce5ef 100%);
}

.pro_list li .imgauto:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(11, 40, 77, 0) 0%, rgba(11, 40, 77, .12) 100%);
  pointer-events: none;
}

.pro_list li .imgauto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transition: transform .45s ease;
}

.pro_list li .text {
  min-height: 112px;
  padding: 17px 20px 18px;
  border-top: 3px solid #c8a96b;
  background: #fff;
}

.pro_list li .text span {
  font-size: 18px;
  color: #0b284d;
  font-weight: 500;
  display: block;
  margin-top: 0;
}

.pro_list li .text p {
  font-size: 14px;
  color: #748094;
  display: block;
  line-height: 24px;
  margin-top: 8px;
  height: 48px;
  overflow: hidden;
}

.pro_list li:nth-child(4n) {
  margin-right: 0;
}

.pro_list li:hover {
  transform: translateY(-7px);
  border-color: rgba(200, 169, 107, .72);
  box-shadow: 0 18px 38px rgba(15, 37, 65, .16);
}

.pro_list li:hover .imgauto img {
  transform: scale(1.025);
}

.pro_list li:hover span {
  color: #a57e35;
}

.i_box5 {
  padding-top: 68px;
  background:
    linear-gradient(90deg, rgba(5, 22, 48, .94) 0%, rgba(8, 31, 66, .86) 48%, rgba(7, 25, 53, .72) 100%),
    url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
}

.i_box5 .box_tit span {
  color: rgba(242, 216, 163, .24);
}

.i_box5 .box_tit h3 {
  color: #fff;
}

.i_box5 .box_tit i {
  background: #C8A96B;
}

.i_box5 .box_tit p {
  color: #fff;
}

.i_box5 .box {
  margin-top: 60px;
}

.i_box5 .box .text {
  padding: 0 10%;
}

.i_box5 .box .text p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.i_box5 .more {
  margin-top: 48px;
}

.i_box5 .box5_lisst {
  background: rgba(4, 20, 44, .9);
  border-top: 1px solid rgba(200, 169, 107, .35);
  padding: 30px 0;
  margin-top: 72px;
  backdrop-filter: blur(5px);
}

.i_box5 .box5_lisst .list li {
  width: 33.33%;
  float: left;
  position: relative;
  padding-left: 8%;
}

.i_box5 .box5_lisst .list li img {
  float: left;
  max-width: 100%;
  display: block;
  margin-top: 0;
  width: 40px;
  height: 40px;
}

.i_box5 .box5_lisst .list li .text {
  width: 100%;
  padding-left: 56px;
}

.i_box5 .box5_lisst .list li .text span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
}

.i_box5 .box5_lisst .list li .text p {
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
  margin-top: 3px;
  display: block;
}

.i_box6 {
  margin-top: 60px;
}

.i_box6 .box {
  width: 100%;
  margin-top: 40px;
}

.i_box6 .box .fl {
  width: 42%;
  float: left;
}

.i_box6 .box .fl li {
  float: left;
  position: relative;
}

.i_box6 .box .fl li .pic img {
  width: 100%;
  display: block;
}

.i_box6 .box .fl li .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12% 0 0 17%;
}

.i_box6 .box .fl li .text img {
  display: block;
  max-width: 100%;
}

.i_box6 .box .fl li .text span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 12px;
}

.i_box6 .box .fl li:first-child {
  width: 100%;
  margin-bottom: 4%;
}

.i_box6 .box .fl li:first-child .text {
  padding: 5% 0 0 8%;
}

.i_box6 .box .fl li:first-child .text span {
  font-size: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.i_box6 .box .fl li:first-child .text p {
  font-size: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.i_box6 .box .fl li:first-child + li {
  width: 48%;
  margin-right: 4%;
}

.i_box6 .box .fl li:first-child + li + li {
  width: 48%;
}

.i_box6 .box .fr {
  width: 56%;
  background: #34478F;
  padding: 50px;
}

.i_box6 .box .fr .fr_tit {
  width: 100%;
  position: relative;
}

.i_box6 .box .fr .fr_tit p span {
  font-size: 26px;
  color: #fff;
  display: block;
  font-weight: bold;
}

.i_box6 .box .fr .fr_tit p i {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  display: block;
  margin-top: 5px;
}

.i_box6 .box .fr .fr_tit a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  display: block;
}

.i_box6 .box .fr .list {
  width: 100%;
  margin-top: 20px;
}

.i_box6 .box .fr .list li {
  background: url(../img/dian.png) no-repeat left center;
  padding-left: 15px;
  float: left;
  width: 100%;
  line-height: 41px;
}

.i_box6 .box .fr .list li a {
  width: 60%;
  font-size: 14px;
  color: #fff;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.i_box6 .box .fr .list li a:hover {
  text-decoration: underline;
}

.i_box6 .box .fr .list li span {
  width: 40%;
  font-size: 14px;
  color: #ddd;
  float: right;
  text-align: right;
}

.link {
  margin-top: 40px;
  background: #ECEEF6;
  padding: 30px 0;
}

.link .list li {
  width: 20%;
  float: left;
}

.link .list li .imgauto {
  width: 100%;
  height: 150px;
  padding: 0 15%;
}

.footer {
  width: 100%;
  padding: 50px 0;
  background: #34478F;
}

.footer .box .fl {
  padding-right: 6%;
}

.footer .box .fl h3 {
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.footer .box .fl p {
  font-size: 12px;
  color: #7D8BC0;
  line-height: 32px;
}

.footer .box .fl p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
}

.footer .box .fl p a:hover {
  color: #fff;
}

.footer .box .mid {
  padding-left: 6%;
  float: left;
  border-left: 1px solid #ccc;
}

.footer .box .mid h3 {
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.footer .box .mid p {
  font-size: 12px;
  color: #7D8BC0;
  line-height: 32px;
}

.footer .box .fr img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  max-width: 110px;
  margin-left: 10px;
}

.copyright {
  padding: 15px 0;
}

.copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: block;
  text-align: center;
}

#page_header .head_top {
  background: #34478F;
  position: relative;
}

.page_banner {
  width: 100%;
  position: relative;
}

.page_banner img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  display: none;
}
.page_banner img.pcimg {
  display: block;
}

.page_banner .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 12;
}
.page_banner .box_tit {}
.page_banner .box_tit span {
  color: #86869e;
}
.page_banner .box_tit h3 {
  color: #fff;
  font-weight: bold;
}
.page_banner .box_tit i {
  background: #fff;
}


.page_main {
  background: #ECEEF6;
}

.wrap {
  width: 100%;
  margin: 30px 0;
}

.main_l {
  width: 300px;
}

.main_r {
  width: 860px;
  background: #fff;
  overflow: hidden;
}

.page_title h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;
  background: #34478F;
}

.page_tit h3 {
  line-height: 44px;
  font-weight: normal;
  background: /* url(../img/le3.png) no-repeat 95% 15px */ #fff;
  background-size: 16px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.page_tit h3 a {
  float: left;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
}

.page_tit h3.on {
  background: /* url(../img/bottom.png) no-repeat 95% 15px */ #34478F;
  background-size: 16px;
  font-weight: bold;
}

.page_tit h3.on a {
  color: #fff;
}

.page_tit ul {
  display: none;
  float: left;
  width: 100%;
}

.page_tit ul li {
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.page_tit ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 32px;
  padding-left: 30px;
}

.page_tit ul li:hover {
  background: #34478F;
}

.page_tit ul li:hover a {
  color: #fff;
}

.cat_title h3,
.cat_title h1 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;
  border-bottom: 1px solid #ddd;
      text-align: center;
}


.page_content {
  padding: 20px;
  width: 100%;
}

.content {
  width: 100%;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #333;
}

.content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.prolist li {
  margin-bottom: 40px;
}

.prolist li .imgauto {
  height: 286px;
}

.prolist li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.prolist li .text span {
  text-align: center;
  margin-top: 5px;
}

.prolist li .text p {
  text-align: center;
}

.prolist li:hover {
  box-shadow: 0px 0px 5px 0px #ccc;
}

.prolist li:hover .imgauto img {
  transform: scale(0.9);
  transition: .5s;
}

.pro_content {
  width: 100%;
  margin: 20px 0;
}

.pro_content .pro_pic {
  width: 50%;
  float: left;
}

.pro_content .pro_text {
  width: 50%;
  float: left;
  padding-left: 2%;
}

.pro_content .pro_text h3 {
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
  font-size: 18px;
  color: #b0293d;
  padding-bottom: 10px;
  border-bottom: 1px dashed #757575;
  font-weight: bold;
}

.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}

.pro_content .pro_text .text p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 12px;
  color: #D8D7D7;
}

.pro_content .pro_text .text a {
  width: 100px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #CE382B;
  background-size: 16px;
  padding-left: 24px;
}

.pro_content .pro_text .text a:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

div.zoomDiv img {
  max-width: none;
}

div.zoomMask {
  position: absolute;
  background: url(../img/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
}

.pc-slide .view .swiper-slide {
  width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 290px;
  box-sizing: border-box;
}

.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  padding: 5px;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #CE382B;
}

.pc-slide .preview .arrow-left {
  background: url(../img/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.pc-slide .preview .arrow-right {
  background: url(../img/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.search {
  margin-top: 20px;
  display: none;
}

.search .text {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
}

.search .text input {
  border: none;
  outline: 0;
  line-height: 34px;
}

.search .text .inp1 {
  width: 80%;
  float: left;
  padding: 0 5px;
}

.search .text .inp2 {
  width: 20%;
  float: right;
  background: url(../img/search.png) no-repeat 90% center #fff;
  background-size: 24px;
}

.art_content {
  padding: 0 20px;
}

.art_list {
  width: 100%;
  margin-bottom: 20px;
}

.art_list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  line-height: 57px;
  position: relative;
}

.art_list li a {
  float: left;
  padding-left: 18px;
  font-size: 16px;
  color: #333;
  max-width: 60%;
  background: url(../img/dian2.jpg) no-repeat left center;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.art_list li a:hover {
  color: #34478F;
  text-decoration: underline;
}

.art_list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.content_tit {
  width: 100%;
  margin-top: 15px;
}

.content_tit h3 {
  display: block;
  font-size: 20px;
  color: #D8D7D7;
  text-align: center;
}

.content_tit p {
  width: 100%;
  display: block;
  text-align: center;
}

.content_tit p span {
  font-size: 12px;
  padding-bottom: 8px;
  color: #999;
  margin: 0 15px;
  margin-top: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.content_tit a {
  display: block;
}

.content_tit a i {
  width: 120px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #CE382B;
  background-size: 16px;
  padding-left: 24px;
  font-style: normal;
  float: right;
}

.content_tit a i:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}

.show_pages {
  width: 100%;
  margin: 30px 0;
}

.show_pages p {
  display: block;
  font-size: 16px;
  color: #CE382B;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}

.show_pages p a {
  font-size: 14px;
  color: #D8D7D7;
  font-weight: normal;
}

.show_pages p:hover a {
  color: #CE382B;
  text-decoration: underline;
}

.case_list li {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 20px;
}

.case_list li .pic {
  width: 50%;
  float: left;
  line-height: 0;
}

.case_list li .pic img {
  width: 100%;
}

.case_list li .text {
  width: 50%;
  float: left;
  padding: 50px;
}

.case_list li .text h3 {
  font-size: 18px;
  color: #34478F;
  display: block;
  font-weight: bold;
}

.case_list li .text i {
  width: 50px;
  height: 2px;
  background: #34478F;
  font-style: normal;
  display: block;
  margin-top: 8px;
}

.case_list li .text span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.case_list li .text p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 30px;
  padding-left: 26px;
  margin-bottom: 5px;
}

.case_list li .text p.p1 {
  background: url(../img/ic12.png) no-repeat left 2px;
}

.case_list li .text p.p2 {
  background: url(../img/ic13.png) no-repeat left 2px;
}

.case_list li .text p.p3 {
  background: url(../img/ic14.png) no-repeat left 5px;
}

.case_list li .text p.p4 {
  background: url(../img/ic15.png) no-repeat left 5px;
}

.case_list li .text .more {
  margin-top: 20px;
}

.case_list li .text .more a {
  background: #34478F;
  color: #fff;
  margin-left: 0;
}

.pic_list li {
  width: 31%;
  margin-right: 2.33%;
  float: left;
  margin-bottom: 20px;
  background: #F8F8F8;
}

.pic_list li .imgauto {
  width: 100%;
  height: 260px;
  padding: 10px 5%;
}

.pic_list li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.pic_list li:nth-child(3n) {
  margin-right: 0;
}

.pic_list li:hover .imgauto img {
  transform: scale(1.2);
  transition: .5s;
}




.pic_list figure {
  width: 31%;
  margin: 0;
  margin-right: 2.33%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
}

.pic_list figure .imgauto {
  width: 100%;
  height: 260px;
}

.pic_list figure .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.pic_list figure:nth-child(3n) {
  margin-right: 0;
}

.pic_list figure:hover .imgauto img {
  transform: scale(1.2);
  transition: .5s;
}

.about_content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  background: url(../img/abbg1.jpg) no-repeat bottom center #fff;
}

.about_content .box_tit {
  text-align: left;
}

.about_content .box_tit h3 {
  text-align: left;
}

.about_content .box_tit span {
  text-align: left;
}

.about_content .box_tit i {
  margin-left: 0;
}

.about_content .box {
  max-width: 56%;
  margin-top: 5%;
}

.about_content .box .content {
  margin-top: 40px;
}

.about_content .box .list {
  width: 100%;
  padding-top: 12%;
}

.about_content .box .list li {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 40px;
}

.about_content .box .list li img {
  float: left;
  max-width: 100%;
  display: block;
  margin-top: 5px;
}

.about_content .box .list li img.pcimg {
  display: block;
}

.about_content .box .list li img.wapimg {
  display: none;
}

.about_content .box .list li .text {
  width: 100%;
  padding-left: 45px;
}

.about_content .box .list li .text span {
  font-size: 16px;
  color: #333;
  display: block;
}

.about_content .box .list li .text p {
  font-size: 12px;
  color: #333;
  margin-top: 3px;
  display: block;
}

.contact_text1 {
  background: #fff;
  width: 100%;
  padding: 30px 0;
}

.contact_text1 .map {
  width: 100%;
  margin-bottom: 10px;
}

.contact_text p {
  width: 25%;
  float: left;
  padding-left: 30px;
}

.contact_text p span {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: bold;
}

.contact_text p i {
  font-style: normal;
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 5px;
}

.contact_text p:first-child {
  background: url(../img/ic12.png) no-repeat left top;
}

.contact_text p:first-child + p {
  background: url(../img/ic13.png) no-repeat left top;
}

.contact_text p:first-child + p + p {
  background: url(../img/ic14.png) no-repeat left top;
}

.contact_text p:first-child + p + p + p {
  background: url(../img/ic15.png) no-repeat left top;
}

.message {
  width: 100%;
  background: #fff;
  padding: 30px 0;
}

.message .mess_tit span {
  font-size: 30px;
  color: #333;
  display: block;
  text-align: center;
}

.message .mess_tit i {
  width: 50px;
  height: 2px;
  background: #34478F;
  display: block;
  font-style: normal;
  margin: 0 auto;
  margin-top: 10px;
}

.message .mess_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.message .text {
  padding: 0 10%;
  width: 100%;
  margin-top: 30px;
}

.message .text input {
  width: 48%;
  margin: 1%;
  border: none;
  border: 1px solid #ddd;
  line-height: 40px;
  float: left;
  padding: 0 10px;
  outline: 0;
}

.message .text textarea {
  width: 98%;
  margin: 1%;
  border: none;
  border: 1px solid #ddd;
  float: left;
  padding: 5px 10px;
  height: 120px;
  outline: 0;
}

.message .text .subbtn {
  width: 98%;
  background: #34478F;
  color: #fff;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}


.pages .pagination {
  text-align: center;
}
.pages .pagination a {
  float: none;
  height: 28px;
  display: inline-block;
}
.pages .pagination p {
  float: none;
  height: 28px;
  display: inline-block;
}
.pages .pagination a:hover {
    color: #34478F;
    background: white;
    border: 1px #34478F solid;
}
.pages .pagination a.cur {
    border: none;
    background: #34478F;
    color: #fff;
}



.case_content .text {
  width: 100%;
  float: left;
}

.case_content .text h3 {
  font-size: 20px;
  color: #34478F;
  display: block;
  font-weight: bold;
}

.case_content .text i {
  width: 50px;
  height: 2px;
  background: #34478F;
  font-style: normal;
  display: block;
  margin-top: 8px;
}

.case_content .text span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.case_content .text p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 30px;
  padding-left: 26px;
  margin-bottom: 5px;
}

.case_content .text p.p1 {
  background: url(../img/ic12.png) no-repeat left 2px;
}

.case_content .text p.p2 {
  background: url(../img/ic13.png) no-repeat left 2px;
}

.case_content .text p.p3 {
  background: url(../img/ic14.png) no-repeat left 5px;
}

.case_content .text p.p4 {
  background: url(../img/ic15.png) no-repeat left 5px;
}




.link .linklist span {
    font-size: 15px;
    font-weight: bold;
}
.link .linklist a {
    font-size: 14px;
    padding: 0 10px 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.link .arealist {
  margin-top: 10px;
}
.link .arealist span {
    font-size: 15px;
    font-weight: bold;
}
.link .arealist a {
    font-size: 14px;
    padding: 0 10px 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}


.g-titInfo {
   font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;

      text-align: center;
}
 .info {
    text-align: center;
    margin-bottom: 20px;
}
 .info span {
    font-size: 14px;
    margin: 0 10px;
}




@media screen and (max-width: 1200px) {
  .kf {
    display: none;
}
  .center {
    width: 100%;
  }
  .main_l {
    width: 25%;
  }
  .main_r {
    width: 72%;
  }
}

@media screen and (max-width: 1020px) {
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .mtbanner {
    padding-top: 60px;
  }
  .currson {
    width: 98%;
    margin: 0 1%;
    margin-top: 80px;
  }
  .i_box6 .box .fl {
    width: 100%;
  }
  .i_box6 .box .fr {
    width: 100%;
    margin-top: 15px;
  }
}


@media screen and (max-width: 767px) {
	 .footer-fix {display: block;}  
  .pro_list li {
    width: 31.33%;
    margin: 1%;
  }
  .pro_list li:nth-child(4n) {
    margin-right: 1%;
  }
  .i_box1 {
    padding: 20px 0;
  }
  .i_box1 .box {
    margin-top: 20px;
    background: none;
  }
  .i_box1 .box li {
    width: 48%;
    margin: 1%;
  }
  .i_box1 .box li p {
    min-height: 72px;
  }
  .i_box1 .box li .text {
    padding: 15px 20px;
  }
  .i_box3 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box3 .box {
    margin-top: 20px;
  }
  .i_box3 .box li {
    width: 48%;
    margin: 1%;
  }
  .i_box3 .box li:first-child {
    margin-left: 1%;
  }
  .i_box3 .box li .text span {
    padding-top: 15%;
  }
  .i_box4 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box4 .box {
    margin-top: 20px;
  }
  .i_box5 {
    padding-top: 20px;
  }
  .i_box5 .box {
    margin-top: 30px;
  }
  .i_box5 .more {
    margin-top: 30px;
  }
  .i_box5 .box5_lisst {
    margin-top: 30px;
    padding: 18px 0;
    background: rgba(4, 20, 44, .92);
  }
  .footer .box .fl {
    width: 48%;
    display: none;
  }
  .footer .box .mid {
    width: 100%;
    border: none;
  }
  .footer .box .fr {
    width: 100%;
    padding-left: 6%;
    margin-top: 12px;
  }
  .footer .box .fr img {
    margin: 0;
    margin-right: 10px;
  }
  .footer {
    padding: 20px 0;
  }
  .main_l {
    width: 100%;
    padding: 0 1%;
  }
  .main_r {
    width: 98%;
    margin: 0 1%;
    margin-top: 10px;
  }
  .wrap {
    margin: 18px 0;
  }
  .pro_content .pro_pic {
    width: 100%;
  }
  .pro_content .pro_text {
    width: 100%;
    margin-top: 12px;
  }
  div.zoomMask {
    display: none !important;
  }
  div.zoomDiv {
    display: none !important;
  }
  .pro_content .pro_text .text {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
  .message {
    width: 96%;
    margin: 20px 2%;
  }
  .message p {
    padding-left: 0;
  }
  .message p span {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
  .case_list li .pic {
    width: 100%;
  }
  .case_list li .text {
    width: 100%;
    padding: 20px;
  }
  .about_content .box {
    max-width: 100%;
    margin-top: 0;
  }
  .about_content {
    width: 98%;
    margin: 1%;
    background: #fff;
    padding: 20px 0;
  }
  .about_content .box_tit h3 {
    text-align: center;
    margin-top: 0;
  }
  .about_content .box_tit i {
    margin: 0 auto;
    margin-top: 8px;
  }
  .about_content .box_tit span {
    display: none;
  }
  .about_content .box .content {
    margin-top: 20px;
    padding: 0 10px;
  }
  .about_content .box .list {
    padding-top: 0px;
  }
  .about_content .box .list li {
    margin-top: 0;
    margin-bottom: 12px;
    width: 96%;
    margin: 5px 2%;
    background: #34478F;
    padding: 10px;
    border-radius: 3px;
  }
  .about_content .box .list li .text span {
    color: #fff;
  }
  .about_content .box .list li .text p {
    color: #fff;
  }
  .about_content .box .list li img.pcimg {
    display: none;
  }
  .about_content .box .list li img.wapimg {
    display: block;
  }
  .page_banner img {
    display: block;
  }
  .page_banner img.pcimg {
    display: none;
  }
  .page_banner .text {
    top: 45%;
  }
}

@media screen and (max-width: 450px) {
  .box_tit span {
    font-size: .4rem;
  }
  .box_tit h3 {
    font-size: .2rem;
  }
  .box_tit i {
    margin-top: 9px;
  }
  .more a {
    height: 36px;
    width: 100px;
    line-height: 36px;
    font-size: .115rem;
  }
  .i_box1 .more {
    margin-top: 25px;
  }
  .i_box3 .box li {
    width: 90%;
    margin: 1% 5%;
  }
  .i_box3 .box li:first-child {
    margin-left: 5%;
  }
  .i_box3 .box {
    margin-top: 0;
  }
  .pro_list li .imgauto {
    height: 1.59rem;
  }
  .pro_list li .text {
    padding: 5px 10px;
  }
  .pro_list li .text span {
    font-size: .13rem;
  }
  .pro_list li .text p {
    margin-top: 5px;
    height: 72px;
    overflow: hidden;
  }
  .pro_list li:hover {
    box-shadow: none;
  }
  .i_box4 .more {
    margin-top: 10px;
  }
  .more a {
    background: #34478F;
    color: #fff;
  }
  .i_box5 .box5_lisst {
    padding-bottom: 5px;
  }
  .i_box5 .box5_lisst .list li {
    width: 50%;
    margin-bottom: 15px;
    padding-left: 5%;
  }
  .i_box6 .box .fl {
    width: 98%;
    margin: 1%;
  }
  .i_box6 .box .fr {
    width: 98%;
    margin: 1%;
    margin-top: 2%;
    padding: 20px;
  }
  .i_box6 .box .fl li .text img {
    height: 32px;
  }
  .i_box6 .box .fl li .text span {
    font-size: .16rem;
  }
  .i_box6 .box .fl li:first-child .text img {
    height: 70px;
  }
  .i_box6 .box .fl li:first-child .text span {
    font-size: .23rem;
  }
  .i_box6 .box .fl li:first-child .text p {
    font-size: .16rem;
  }
  .i_box6 .box .fr .fr_tit p span {
    font-size: .16rem;
  }
  .i_box6 .box .fr .fr_tit p i {
    font-size: .12rem;
  }
  .i_box6 .box .fr .fr_tit a {
    font-size: .12rem;
  }
  .i_box6 .box .fr .list {
    margin-top: 12px;
  }
  .link {
    margin-top: 0;
    padding: 20px 0;
  }
  .link .list li {
    width: 33.33%;
  }
  .link .list li .imgauto {
    height: 100px;
  }
  .copyright {
    padding: 20px 0 60px 0;

  }
  .footer .box .mid h3 {
    font-size: 16px;
  }
  .footer .box .mid p {
    font-size: 14px;
  }
  .footer .box .mid p a {
    font-size: 14px;
  }
  .pro_list li {
    width: 48%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .pro_list li:nth-child(4n) {
    margin-right: 1%;
  }
  .page_title h3 {
    line-height: 50px;
  }
  .cat_title h3,
  .cat_title h1 {
    line-height: 60px;
  }
  .case_list li .text {
    width: 100%;
    padding: 10px;
  }
  .case_list li .text span {
    margin: 8px 0 10px;
  }
  .case_list li .text p {
    margin-bottom: 0;
  }
  .case_list li .text .more {
    margin-top: 12px;
  }
  .pic_list li {
    width: 48%;
    margin: 1%;
  }
  .pic_list li:nth-child(3n) {
    margin-right: 1%;
  }
  .pic_list li .imgauto {
    height: 1rem;
    padding: 0 10%;
  }
  .contact_text p {
    width: 96%;
    margin: 8px 2%;
  }
  .message {
    padding: 10px;
  }
  .message .mess_tit span {
    font-size: .2rem;
  }
  .message .text {
    padding: 0;
  }
  .message .text input {
    width: 98%;
  }
  .search {
    display: block;
  }
  .art_content {
    padding: 10px;
  }
  .art_list li {
    line-height: 47px;
  }
  .art_list li a {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
  }
  .art_list li a:hover {
    background: url(../img/sr2.png) no-repeat left 18px;
    background-size: 12px;
  }
  .art_list li span {
    display: none;
  }
  .prolist li:nth-child(3n) {
    margin-right: 1%;
  }
  .i_box_new .fr .contact_text {
    padding-left: 23px;
  }
  .i_box_new .fr .link_list {
    padding-left: 23px;
  }
  .link .linklist {
    padding: 0 1%;
  }
  .link .arealist {
    padding: 0 1%;
  }
}

@media screen and (max-width: 350px) {
  .m_header .m_head_content .m_head_logo p span {
    display: none;
  }
}

/****************************** media ******************************/

/* Final homepage rhythm overrides. Kept at the end to win legacy rules. */
.index_main .i_box1,
.index_main .i_box3,
.index_main .i_box4,
.index_main .i_box6 { padding-top: 72px; padding-bottom: 72px; margin-top: 0; }
.index_main .i_box1,
.index_main .i_box4 { background: #f4f7fa; }
.index_main .i_box3,
.index_main .i_box6 { background: #fff; }
.index_main .box_tit span { color: rgba(11, 40, 77, .08); }
.index_main .box_tit h3 { color: #0b284d; }
.index_main .box_tit i { background: #c8a96b; }
.index_main .box_tit p { color: #7a8595; }
.index_main .i_box5 .box_tit span { color: rgba(242, 216, 163, .24); }
.index_main .i_box5 .box_tit h3,
.index_main .i_box5 .box_tit p { color: #fff; }
.index_main .more a { color: #fff; background: #0b284d; border: 1px solid #0b284d; box-shadow: 0 8px 20px rgba(11, 40, 77, .14); }
.index_main .more a:hover { color: #0b284d; background: #c8a96b; border-color: #c8a96b; }
.index_main .i_box4 { padding-top: 72px; padding-bottom: 64px; background: #f4f7fa; }
.index_main .i_box4 .box { margin-top: 44px; }
.index_main .pro_list li { background: #0b284d; border: 0; border-radius: 2px; box-shadow: 0 12px 30px rgba(11, 40, 77, .12); }
.index_main .pro_list li .imgauto { height: 286px; background: #e9eef4; }
.index_main .pro_list li .imgauto:after { height: 22%; background: linear-gradient(180deg, rgba(11, 40, 77, 0), rgba(11, 40, 77, .18)); }
.index_main .pro_list li .text { min-height: 108px; padding: 18px 20px; border-top: 2px solid #c8a96b; background: #0b284d; }
.index_main .pro_list li .text span,
.index_main .pro_list li:hover .text span { color: #fff; }
.index_main .pro_list li .text p { color: rgba(255, 255, 255, .62); }
.index_main .pro_list li:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(11, 40, 77, .2); }
.index_main .i_box4 .more { margin-top: 28px; }

@media screen and (max-width: 767px) {
  .index_main .i_box1,
  .index_main .i_box3,
  .index_main .i_box4,
  .index_main .i_box6 { padding-top: 38px; padding-bottom: 38px; }
  .index_main .pro_list li { width: 48%; margin: 1% 1% 18px; }
  .index_main .pro_list li .imgauto { height: 230px; }
}

@media screen and (max-width: 450px) {
  .index_main .pro_list li { width: 92%; margin: 0 4% 18px; }
  .index_main .pro_list li .imgauto { height: 270px; }
  .index_main .pro_list li .text p { height: auto; min-height: 24px; }
}

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

/* Premium knowledge/news section */
.index_main .i_box6 {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}
.index_main .i_box6 .box {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-top: 46px;
}
.index_main .i_box6 .box .fl {
  width: 43%;
  float: none;
}
.index_main .i_box6 .box .fl ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.index_main .i_box6 .box .fl li,
.index_main .i_box6 .box .fl li:first-child,
.index_main .i_box6 .box .fl li:first-child + li,
.index_main .i_box6 .box .fl li:first-child + li + li {
  width: auto;
  margin: 0;
  float: none;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(7, 29, 57, .16);
  background: #071d39;
}
.index_main .i_box6 .box .fl li:first-child {
  grid-column: 1 / -1;
}
.index_main .i_box6 .box .fl li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index_main .i_box6 .box .fl li a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 24, 48, .92) 0%, rgba(5, 24, 48, .58) 46%, rgba(5, 24, 48, .12) 100%);
  transition: opacity .35s ease;
}
.index_main .i_box6 .box .fl li .pic {
  height: 171px;
}
.index_main .i_box6 .box .fl li:first-child .pic {
  height: 270px;
}
.index_main .i_box6 .box .fl li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.index_main .i_box6 .box .fl li:hover .pic img {
  transform: scale(1.045);
}
.index_main .i_box6 .box .fl li .text,
.index_main .i_box6 .box .fl li:first-child .text {
  z-index: 2;
  top: 50%;
  width: auto;
  padding: 0;
  left: 30px;
  transform: translateY(-50%);
}
.index_main .i_box6 .box .fl li:first-child .text {
  left: 38px;
}
.index_main .i_box6 .box .fl li .text img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.index_main .i_box6 .box .fl li:first-child .text img {
  width: 76px;
  height: 76px;
}
.index_main .i_box6 .box .fl li .text span,
.index_main .i_box6 .box .fl li:first-child .text span {
  margin-top: 11px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .04em;
}
.index_main .i_box6 .box .fl li:first-child .text span {
  font-size: 34px;
}
.index_main .i_box6 .box .fl li .text:after,
.index_main .i_box6 .box .fl li:first-child .text p {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .12em;
}
.index_main .i_box6 .box .fl li:first-child .text p {
  font-size: 14px;
}
.index_main .i_box6 .box .fl li:nth-child(2) .text:after { content: "FIRM NEWS"; }
.index_main .i_box6 .box .fl li:nth-child(3) .text:after { content: "LEGAL INSIGHTS"; }
.index_main .i_box6 .box .fr {
  width: 57%;
  min-height: 459px;
  float: none;
  padding: 46px 48px 40px;
  border-top: 4px solid #d6b05c;
  border-radius: 4px;
  background: linear-gradient(145deg, #071d39 0%, #0c315e 100%);
  box-shadow: 0 16px 38px rgba(7, 29, 57, .18);
}
.index_main .i_box6 .box .fr .fr_tit {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(214, 176, 92, .38);
}
.index_main .i_box6 .box .fr .fr_tit p span {
  font-size: 28px;
  letter-spacing: .06em;
}
.index_main .i_box6 .box .fr .fr_tit p i {
  margin-top: 6px;
  color: #d6b05c;
  font-size: 13px;
  letter-spacing: .16em;
}
.index_main .i_box6 .box .fr .fr_tit a {
  bottom: 25px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  letter-spacing: .08em;
}
.index_main .i_box6 .box .fr .fr_tit a:hover { color: #d6b05c; }
.index_main .i_box6 .box .fr .list { margin-top: 14px; }
.index_main .i_box6 .box .fr .list li {
  position: relative;
  padding: 0 0 0 18px;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  line-height: 48px;
}
.index_main .i_box6 .box .fr .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: #d6b05c;
}
.index_main .i_box6 .box .fr .list li a {
  width: 65%;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
}
.index_main .i_box6 .box .fr .list li span {
  width: 35%;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}
.index_main .i_box6 .box .fr .list li a:hover {
  color: #d6b05c;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .index_main .i_box6 .box { display: block; }
  .index_main .i_box6 .box .fl,
  .index_main .i_box6 .box .fr { width: 100%; }
  .index_main .i_box6 .box .fr { min-height: 0; margin-top: 22px; }
}

@media screen and (max-width: 560px) {
  .index_main .i_box6 .box { margin-top: 28px; }
  .index_main .i_box6 .box .fl ul { grid-template-columns: 1fr; gap: 14px; }
  .index_main .i_box6 .box .fl li:first-child { grid-column: auto; }
  .index_main .i_box6 .box .fl li .pic,
  .index_main .i_box6 .box .fl li:first-child .pic { height: 210px; }
  .index_main .i_box6 .box .fl li .text,
  .index_main .i_box6 .box .fl li:first-child .text { left: 26px; }
  .index_main .i_box6 .box .fl li:first-child .text span { font-size: 28px; }
  .index_main .i_box6 .box .fr { padding: 32px 24px 28px; }
  .index_main .i_box6 .box .fr .list li { line-height: 1.5; padding-top: 13px; padding-bottom: 13px; }
  .index_main .i_box6 .box .fr .list li a,
  .index_main .i_box6 .box .fr .list li span { width: 100%; float: none; display: block; text-align: left; }
}
.site-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile premium palette: navy, champagne gold and warm neutrals. */
@media screen and (max-width: 767px) {
  html,
  body {
    color: #334155;
    background: #eef2f6;
  }

  .m_header .m_head_content {
    background: linear-gradient(135deg, #061a34 0%, #0b284d 100%);
    border-bottom: 0;
    box-shadow: 0 6px 18px rgba(4, 20, 44, .28);
  }

  .m_header .m_head_content .menu i {
    color: #efd49a;
  }

  .app_menu {
    background: rgba(3, 16, 34, .68);
  }

  .app_menu ul {
    background: linear-gradient(155deg, #061a34 0%, #0c315e 100%);
    box-shadow: 0 16px 36px rgba(3, 16, 34, .32);
  }

  .app_menu ul li,
  .app_menu ul .v_list a {
    border-color: rgba(214, 176, 92, .24);
  }

  .app_menu ul li > a span,
  .app_menu ul .v_list a {
    color: rgba(255, 255, 255, .92);
  }

  .m_banner {
    background: #061a34;
    border-bottom: 3px solid #c8a96b;
  }

  .banner_btn a,
  .banner_btn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .58);
    border-color: rgba(255, 255, 255, .92);
    opacity: 1;
  }

  .banner_btn a.in,
  .banner_btn .swiper-pagination-bullet-active {
    background: #d6b05c;
    border-color: #f4dfad;
    box-shadow: 0 0 0 3px rgba(214, 176, 92, .18);
  }

  .index_main .box_tit span {
    color: rgba(11, 40, 77, .075);
  }

  .index_main .box_tit h3 {
    color: #0b284d;
  }

  .index_main .box_tit i {
    background: #c8a96b;
  }

  .index_main .box_tit p {
    color: #69778b;
  }

  .index_main .i_box1,
  .index_main .i_box4 {
    background: #f2f5f8;
  }

  .index_main .i_box1 .box li,
  .index_main .i_box1 .box li:first-child + li + li,
  .index_main .i_box1 .box li:first-child + li + li + li {
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 40, 77, .08);
    border-bottom: 3px solid #c8a96b;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(7, 29, 57, .08);
  }

  .index_main .i_box1 .box li span {
    color: #0b284d;
  }

  .index_main .i_box1 .box li p {
    color: #5f6d80;
  }

  .index_main .i_box1 .box li:hover,
  .index_main .i_box1 .box li:first-child + li + li:hover,
  .index_main .i_box1 .box li:first-child + li + li + li:hover {
    background: #0b284d;
  }

  .index_main .i_box3 {
    background: linear-gradient(145deg, #061a34 0%, #0b284d 58%, #0e3869 100%);
    border-top: 1px solid rgba(214, 176, 92, .35);
    border-bottom: 1px solid rgba(214, 176, 92, .35);
  }

  .index_main .i_box3 .box li {
    overflow: hidden;
    border: 1px solid rgba(214, 176, 92, .42);
    border-radius: 5px;
    box-shadow: 0 12px 28px rgba(2, 14, 31, .26);
  }

  .index_main .i_box3 .box li .text {
    background: linear-gradient(90deg, rgba(4, 20, 44, .82), rgba(4, 20, 44, .28));
  }

  .index_main .i_box4 {
    border-top: 0;
  }

  .index_main .pro_list li {
    border: 1px solid rgba(214, 176, 92, .38);
    box-shadow: 0 12px 28px rgba(7, 29, 57, .15);
  }

  .index_main .pro_list li .text {
    border-top-color: #d6b05c;
    background: linear-gradient(145deg, #071d39 0%, #0b2d56 100%);
  }

  .index_main .i_box5 {
    border-top: 1px solid rgba(214, 176, 92, .35);
    border-bottom: 1px solid rgba(214, 176, 92, .35);
  }

  .index_main .i_box6 {
    background: linear-gradient(180deg, #f8f6f1 0%, #eef2f6 100%);
  }

  .index_main .i_box6 .box .fl li,
  .index_main .i_box6 .box .fr {
    border-color: rgba(214, 176, 92, .58);
    box-shadow: 0 12px 28px rgba(7, 29, 57, .16);
  }

  .link,
  .page_main {
    background: #eef2f6;
  }

  .main_r,
  .about_content {
    border-top: 2px solid #c8a96b;
    box-shadow: 0 8px 24px rgba(7, 29, 57, .08);
  }

  .page_title h3,
  .page_tit h3.on,
  .about_content .box .list li {
    background: #0b284d;
  }

  .footer {
    background: linear-gradient(145deg, #05162d 0%, #0b284d 100%);
    border-top: 1px solid rgba(214, 176, 92, .45);
  }

  .footer .box .mid p,
  .footer .box .fl p {
    color: rgba(255, 255, 255, .62);
  }

  .copyright {
    background: #f8f6f1;
  }

  .footer-fix {
    background: rgba(5, 22, 45, .98);
    border-top: 1px solid rgba(214, 176, 92, .62);
    box-shadow: 0 -8px 24px rgba(3, 16, 34, .24);
  }

  .footer-fix li + li {
    border-left: 1px solid rgba(214, 176, 92, .12);
  }

  .footer-fix li a {
    color: rgba(255, 255, 255, .88);
  }

  .footer-fix li i {
    filter: brightness(0) saturate(100%) invert(78%) sepia(31%) saturate(700%) hue-rotate(3deg) brightness(92%) contrast(86%);
  }

  /* Mobile lawyer team: compact swipeable portrait cards. */
  .index_main .i_box4 .box {
    margin-top: 28px;
  }

  .index_main .i_box4 .pro_list {
    width: 100%;
    overflow: hidden;
  }

  .index_main .i_box4 .pro_list ul {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 6% 16px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 6%;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .index_main .i_box4 .pro_list ul::-webkit-scrollbar {
    display: none;
  }

  .index_main .i_box4 .pro_list li,
  .index_main .i_box4 .pro_list li:nth-child(4n) {
    position: relative;
    flex: 0 0 76%;
    width: auto;
    height: 350px;
    margin: 0;
    float: none;
    overflow: hidden;
    border: 1px solid rgba(214, 176, 92, .68);
    border-radius: 8px;
    background: #071d39;
    box-shadow: 0 14px 30px rgba(7, 29, 57, .20);
    scroll-snap-align: start;
  }

  .index_main .i_box4 .pro_list li a {
    position: relative;
    height: 100%;
  }

  .index_main .i_box4 .pro_list li .imgauto {
    height: 100%;
    background: linear-gradient(145deg, #edf2f7 0%, #dce5ef 100%);
  }

  .index_main .i_box4 .pro_list li .imgauto:after {
    height: 68%;
    background: linear-gradient(180deg, rgba(5, 22, 45, 0) 0%, rgba(5, 22, 45, .48) 38%, #071d39 84%);
  }

  .index_main .i_box4 .pro_list li .imgauto img {
    object-fit: cover;
    object-position: center 14%;
    transform: scale(1.03);
  }

  .index_main .i_box4 .pro_list li .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    min-height: 0;
    padding: 68px 18px 18px;
    border-top: 0;
    background: linear-gradient(180deg, rgba(7, 29, 57, 0) 0%, rgba(7, 29, 57, .90) 48%, #071d39 100%);
  }

  .index_main .i_box4 .pro_list li .text:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background: #d6b05c;
  }

  .index_main .i_box4 .pro_list li .text span,
  .index_main .i_box4 .pro_list li:hover .text span {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .index_main .i_box4 .pro_list li .text p {
    display: -webkit-box;
    height: auto;
    min-height: 0;
    margin-top: 6px;
    overflow: hidden;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .index_main .i_box4 .more {
    margin-top: 16px;
  }
}

@media screen and (max-width: 350px) {
  .index_main .i_box4 .pro_list li,
  .index_main .i_box4 .pro_list li:nth-child(4n) {
    flex-basis: 82%;
  }
}

/* Mobile lawyer cards: compact editorial profile layout. */
@media screen and (max-width: 450px) {
  .index_main .i_box4 {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .index_main .i_box4 .box {
    margin-top: 28px;
  }

  .index_main .pro_list ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 12px;
  }

  .index_main .pro_list li {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 40, 77, .10);
    border-radius: 6px;
    box-shadow: 0 10px 26px rgba(7, 29, 57, .10);
  }

  .index_main .pro_list li a {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 158px;
  }

  .index_main .pro_list li .imgauto {
    height: 158px;
    background: linear-gradient(160deg, #edf2f7 0%, #dfe7ef 100%);
  }

  .index_main .pro_list li .imgauto:after {
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 40, 77, 0) 65%, rgba(11, 40, 77, .08) 100%);
  }

  .index_main .pro_list li .imgauto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .index_main .pro_list li .text {
    display: flex;
    min-width: 0;
    min-height: 158px;
    padding: 18px 14px 16px 16px;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 3px solid #c8a96b;
    background: #fff;
  }

  .index_main .pro_list li .text:before {
    content: "PROFESSIONAL TEAM";
    display: block;
    margin-bottom: 8px;
    color: #a57e35;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .10em;
  }

  .index_main .pro_list li .text span,
  .index_main .pro_list li:hover .text span {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #0b284d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .index_main .pro_list li .text p {
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    color: #66758a;
    font-size: 12px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .index_main .pro_list li:hover {
    transform: none;
    border-color: rgba(200, 169, 107, .55);
    box-shadow: 0 10px 26px rgba(7, 29, 57, .10);
  }

  .index_main .i_box4 .more {
    margin-top: 24px;
  }
}

/* Legal knowledge article detail: premium long-form reading layout. */
.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin: 38px 0 58px;
}

.article-layout .main_l,
.article-layout .main_r {
  width: auto;
  float: none;
}

.article-layout .main_l {
  position: sticky;
  top: 24px;
  padding: 0;
}

.article-layout .mainl_text1 {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .09);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 29, 57, .07);
}

.article-layout .page_title h3 {
  position: relative;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(145deg, #071d39 0%, #0c315e 100%);
  border-bottom: 3px solid #c8a96b;
  font-size: 18px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: .04em;
}

.article-layout .page_tit {
  padding: 8px 0;
}

.article-layout .page_tit h3,
.article-layout .page_tit h3.on {
  position: relative;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #edf0f4;
  line-height: 1.45;
}

.article-layout .page_tit h3:last-of-type {
  border-bottom: 0;
}

.article-layout .page_tit h3 a,
.article-layout .page_tit h3.on a {
  display: block;
  float: none;
  padding: 14px 35px 14px 24px;
  color: #43536a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  transition: color .2s ease, background .2s ease;
}

.article-layout .page_tit h3 a:after {
  content: '›';
  position: absolute;
  top: 50%;
  right: 20px;
  color: #aab3bf;
  font-size: 20px;
  transform: translateY(-52%);
}

.article-layout .page_tit h3.on a,
.article-layout .page_tit h3:hover a {
  color: #0b284d;
  background: #f4f7fa;
}

.article-layout .page_tit h3.on a {
  border-left: 3px solid #c8a96b;
  font-weight: 600;
}

.article-layout .page_tit ul {
  margin: 0;
  padding: 4px 0 8px;
  background: #f8fafc;
}

.article-layout .page_tit ul li {
  margin: 0;
  background: transparent;
}

.article-layout .page_tit ul li a {
  padding: 9px 24px 9px 32px;
  color: #657286;
  line-height: 1.45;
}

.article-layout .main_r {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.law-article {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .08);
  border-radius: 9px;
  box-shadow: 0 18px 46px rgba(7, 29, 57, .09);
}

.law-article__header {
  position: relative;
  padding: 48px 58px 40px;
  overflow: hidden;
  background: linear-gradient(135deg, #071d39 0%, #0b2d56 64%, #103d70 100%);
}

.law-article__header:after {
  content: '';
  position: absolute;
  right: -70px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(214, 176, 92, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(214, 176, 92, .035), 0 0 0 96px rgba(214, 176, 92, .025);
  pointer-events: none;
}

.law-article__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: #d8ba7d;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .15em;
}

.law-article .g-titInfo {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .015em;
}

.law-article__meta.info {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 25px 0 0;
  padding-top: 20px;
  flex-wrap: wrap;
  gap: 9px 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  text-align: left;
}

.law-article__meta.info span {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.6;
}

.law-article__body.page_content {
  width: 100%;
  padding: 48px 58px 58px;
}

.law-article__body p {
  margin: 0 0 18px;
  color: #425269;
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
}

.law-article__body h2 {
  position: relative;
  margin: 44px 0 21px;
  padding: 15px 20px 15px 24px;
  color: #0b284d;
  background: linear-gradient(90deg, #f1f5f9 0%, rgba(247, 249, 252, .35) 100%);
  border-left: 4px solid #c8a96b;
  border-radius: 0 4px 4px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.law-article__body h2:first-child {
  margin-top: 0;
}

.law-article__body h3 {
  position: relative;
  margin: 30px 0 13px;
  padding-left: 17px;
  color: #183653;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.law-article__body h3:before {
  content: '';
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c8a96b;
  border-radius: 50%;
}

.law-article__body strong {
  color: #173654;
  font-weight: 600;
}

.law-article__body ul,
.law-article__body ol {
  margin: 18px 0 26px;
  padding: 21px 28px 21px 50px;
  background: #f7f9fb;
  border: 1px solid #e7ecf1;
  border-radius: 6px;
}

.law-article__body li {
  margin: 7px 0;
  padding-left: 4px;
  color: #425269;
  font-size: 15px;
  line-height: 1.95;
}

.law-article__body li::marker {
  color: #b28b42;
  font-weight: 600;
}

.law-article__body blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  color: #43536a;
  background: #f5f7fa;
  border-left: 4px solid #c8a96b;
}

.law-article__body a {
  color: #0d4f86;
  border-bottom: 1px solid rgba(13, 79, 134, .25);
}

.law-article__body img {
  margin: 26px auto;
  border-radius: 5px;
  box-shadow: 0 10px 28px rgba(7, 29, 57, .10);
}

.law-article__body table {
  width: 100%;
  margin: 24px 0 30px;
  border-collapse: collapse;
}

.law-article__body th,
.law-article__body td {
  padding: 13px 15px;
  color: #425269;
  border: 1px solid #dfe6ed;
  font-size: 14px;
  line-height: 1.7;
}

.law-article__body th {
  color: #fff;
  background: #0b284d;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .article-layout {
    display: block;
    margin: 20px 0 40px;
  }

  .article-layout .main_l {
    position: static;
    width: 100%;
    padding: 0 12px;
  }

  .article-layout .mainl_text1 {
    box-shadow: 0 8px 22px rgba(7, 29, 57, .06);
  }

  .article-layout .page_title h3 {
    padding: 0 18px;
    font-size: 16px;
    line-height: 52px;
  }

  .article-layout .page_tit {
    display: flex;
    padding: 8px;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .article-layout .page_tit::-webkit-scrollbar {
    display: none;
  }

  .article-layout .page_tit h3,
  .article-layout .page_tit h3.on {
    flex: 0 0 auto;
    border: 0;
    border-radius: 3px;
  }

  .article-layout .page_tit h3 a,
  .article-layout .page_tit h3.on a {
    padding: 9px 13px;
    white-space: nowrap;
    border: 1px solid #e4e9ef;
    border-left-width: 1px;
    border-radius: 3px;
    font-size: 13px;
  }

  .article-layout .page_tit h3.on a {
    color: #fff;
    background: #0b284d;
    border-color: #0b284d;
  }

  .article-layout .page_tit h3 a:after,
  .article-layout .page_tit ul {
    display: none !important;
  }

  .article-layout .main_r {
    width: auto;
    margin: 14px 12px 0;
  }

  .law-article__header {
    padding: 35px 32px 31px;
  }

  .law-article__body.page_content {
    padding: 36px 32px 42px;
  }
}

@media screen and (max-width: 560px) {
  .article-layout {
    margin-top: 14px;
  }

  .article-layout .main_l,
  .article-layout .main_r {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
  }

  .law-article {
    border-radius: 6px;
  }

  .law-article__header {
    padding: 28px 20px 25px;
  }

  .law-article__eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .law-article .g-titInfo {
    font-size: 23px;
    line-height: 1.55;
  }

  .law-article__meta.info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 19px;
    padding-top: 15px;
    gap: 5px 10px;
  }

  .law-article__meta.info span {
    font-size: 11px;
  }

  .law-article__meta.info span:first-child {
    grid-column: 1 / -1;
  }

  .law-article__body.page_content {
    padding: 28px 20px 34px;
  }

  .law-article__body p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.95;
    text-align: left;
  }

  .law-article__body h2 {
    margin: 34px 0 17px;
    padding: 12px 14px 12px 17px;
    font-size: 19px;
    line-height: 1.55;
  }

  .law-article__body h3 {
    margin: 25px 0 10px;
    font-size: 17px;
  }

  .law-article__body ul,
  .law-article__body ol {
    margin: 16px 0 22px;
    padding: 16px 15px 16px 38px;
  }

  .law-article__body li {
    font-size: 14px;
    line-height: 1.85;
  }

  .law-article__body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* Mobile lawyer team card conflict fix - 2026-08-06 */
@media screen and (max-width: 450px) {
  .index_main .i_box4 {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .index_main .i_box4 .box {
    margin-top: 28px;
  }

  .index_main .i_box4 .pro_list {
    width: 100%;
    overflow: visible;
  }

  .index_main .i_box4 .pro_list ul {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 14px;
    overflow: visible;
    padding: 0 12px 4px;
    scroll-snap-type: none;
  }

  .index_main .i_box4 .pro_list li,
  .index_main .i_box4 .pro_list li:nth-child(4n) {
    position: static;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    overflow: hidden;
    border: 1px solid rgba(200, 169, 107, .48);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 29, 57, .11);
    scroll-snap-align: none;
    transform: none;
  }

  .index_main .i_box4 .pro_list li a {
    display: grid;
    grid-template-columns: 40% 60%;
    height: auto;
    min-height: 168px;
  }

  .index_main .i_box4 .pro_list li .imgauto {
    height: 168px;
    background: linear-gradient(160deg, #edf2f7 0%, #dfe7ef 100%);
  }

  .index_main .i_box4 .pro_list li .imgauto::after {
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 40, 77, 0) 68%, rgba(11, 40, 77, .08) 100%);
  }

  .index_main .i_box4 .pro_list li .imgauto img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center 18%;
    transform: none;
  }

  .index_main .i_box4 .pro_list li .text {
    position: static;
    display: flex;
    min-width: 0;
    min-height: 168px;
    box-sizing: border-box;
    padding: 18px 14px 16px 16px;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 3px solid #c8a96b;
    background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  }

  .index_main .i_box4 .pro_list li .text::before {
    content: "PROFESSIONAL TEAM";
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 8px;
    color: #a57e35;
    background: none;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .1em;
  }

  .index_main .i_box4 .pro_list li .text span,
  .index_main .i_box4 .pro_list li:hover .text span {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #0b284d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .index_main .i_box4 .pro_list li .text p {
    display: -webkit-box;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    overflow: hidden;
    color: #66758a;
    font-size: 12px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .index_main .i_box4 .pro_list li:hover {
    transform: none;
    border-color: rgba(200, 169, 107, .55);
    box-shadow: 0 10px 26px rgba(7, 29, 57, .11);
  }
}


/* 2026-08-07: regional navigation long-name adaptive layout */
@media (min-width: 769px) {
  .header .head_top .nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .header .head_top .nav > ul > li {
    width: auto;
    min-width: 0;
    flex: 0 1 auto;
    float: none;
  }
  .header .head_top .nav > ul > li > a {
    padding: 0 4px;
    white-space: nowrap;
    letter-spacing: -0.2px;
  }
  .header .head_top .nav > ul > li .v_list {
    width: max(160%, 180px);
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .header .head_top .nav > ul > li > a {
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
  }
}


/* Mobile branch homepage alignment: long regional titles and office advantages. */
@media screen and (max-width: 450px) {
    .i_box1 .box li .text > span {
        display: flex;
        align-items: flex-start;
        min-height: 50px;
        line-height: 1.4;
    }

    .i_box5 .box5_lisst {
        padding: 20px 0 18px;
    }

    .i_box5 .box5_lisst .list ul {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .i_box5 .box5_lisst .list li {
        float: none;
        width: 33.3333%;
        margin: 0;
        padding: 0 5px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .i_box5 .box5_lisst .list li img {
        float: none;
        width: 34px;
        height: 34px;
        margin: 0 auto 8px;
        object-fit: contain;
    }

    .i_box5 .box5_lisst .list li .text {
        width: 100%;
        padding-left: 0;
    }

    .i_box5 .box5_lisst .list li .text span {
        font-size: 14px;
        line-height: 1.5;
        white-space: nowrap;
    }

    .i_box5 .box5_lisst .list li .text p {
        font-size: 10px;
        line-height: 1.35;
        margin-top: 3px;
        min-height: 27px;
    }
}

/* Public footer navigation: follows the live category tree and remains balanced with 4–5 mobile actions. */
.footer-nav-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 8px 20px;
  max-width: 440px;
}

.footer-nav-links a {
  position: relative;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  transition: color .2s ease;
}

.footer-nav-links a:hover,
.footer-nav-links a:focus-visible {
  color: #fff;
}

.footer-nav-links__child::before {
  content: '·';
  margin-right: 5px;
  color: #c8a96b;
}

.footer-fix ul {
  display: flex;
}

.footer-fix li,
.footer-fix li:nth-child(n) {
  width: auto;
  min-width: 0;
  flex: 1 1 0;
  float: none;
}

.footer-fix li i.i5 {
  background: none;
}

.footer-fix li i.i5::before {
  content: '\f02d';
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

/* Cases & Insights: dedicated list and detail system. */
.research-template .page_banner {
  display: none;
}

.research-page {
  padding-bottom: 68px;
  color: #24364b;
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 169, 107, .09), transparent 28%),
    #eef2f6;
}

.research-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 48px;
  align-items: end;
  margin: 38px 0 18px;
  padding: 44px 50px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #061a34 0%, #0b2d56 68%, #103d70 100%);
  border: 1px solid rgba(200, 169, 107, .35);
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(7, 29, 57, .16);
}

.research-intro::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -155px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(214, 176, 92, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(214, 176, 92, .035), 0 0 0 104px rgba(214, 176, 92, .025);
  pointer-events: none;
}

.research-intro__copy,
.research-intro__scope {
  position: relative;
  z-index: 1;
}

.research-eyebrow,
.research-article__category > span {
  display: block;
  margin-bottom: 13px;
  color: #d9bb7e;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .16em;
}

.research-intro h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .04em;
}

.research-intro__copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.9;
}

.research-intro__scope {
  padding: 19px 20px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-left: 3px solid #c8a96b;
  border-radius: 5px;
  backdrop-filter: blur(4px);
}

.research-intro__scope span,
.research-intro__scope small {
  display: block;
  color: rgba(255, 255, 255, .57);
  font-size: 12px;
  line-height: 1.6;
}

.research-intro__scope strong {
  display: block;
  margin: 5px 0 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.research-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .09);
  border-top: 2px solid #c8a96b;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(7, 29, 57, .06);
}

.research-tabs__label {
  margin: 0 8px 0 2px;
  color: #738096;
  font-size: 12px;
  line-height: 34px;
  white-space: nowrap;
}

.research-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 15px;
  color: #40546b;
  background: #f4f6f9;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.research-tabs a:hover,
.research-tabs a:focus-visible {
  color: #0b284d;
  background: #fff;
  border-color: #c8a96b;
}

.research-tabs a.active {
  color: #fff;
  background: #0b284d;
  border-color: #0b284d;
  box-shadow: 0 5px 13px rgba(11, 40, 77, .15);
}

.research-list-panel {
  min-height: 260px;
}

.research-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.research-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .09);
  border-top: 2px solid rgba(200, 169, 107, .78);
  border-radius: 7px;
  box-shadow: 0 13px 34px rgba(7, 29, 57, .075);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.research-card:hover {
  border-color: rgba(200, 169, 107, .55);
  box-shadow: 0 20px 42px rgba(7, 29, 57, .13);
  transform: translateY(-4px);
}

.research-card__media {
  display: block;
  height: 190px;
  overflow: hidden;
  background: #dfe6ed;
}

.research-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.research-card:hover .research-card__media img {
  transform: scale(1.035);
}

.research-card__body {
  display: flex;
  padding: 25px 26px 23px;
  flex: 1 1 auto;
  flex-direction: column;
}

.research-card__type {
  display: flex;
  min-height: 24px;
  margin-bottom: 13px;
  flex-wrap: wrap;
  gap: 6px;
}

.research-card__type span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  color: #8a6b31;
  background: #fbf6ea;
  border: 1px solid #eadbb9;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.3;
}

.research-card h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.62;
}

.research-card h2 a {
  color: #132f50;
  transition: color .2s ease;
}

.research-card h2 a:hover,
.research-card h2 a:focus-visible {
  color: #9b7534;
}

.research-card__body > p {
  display: -webkit-box;
  margin: 13px 0 19px;
  overflow: hidden;
  color: #657286;
  font-size: 14px;
  line-height: 1.82;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.research-card__meta {
  display: flex;
  margin-top: auto;
  padding-top: 16px;
  justify-content: space-between;
  gap: 12px;
  color: #929cab;
  border-top: 1px solid #edf0f3;
  font-size: 11px;
  line-height: 1.5;
}

.research-card__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.research-card__meta time {
  margin-left: auto;
  white-space: nowrap;
}

.research-card__more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 17px;
  color: #0b416f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.research-card__more span {
  margin-left: 6px;
  color: #b18a43;
  transition: transform .2s ease;
}

.research-card__more:hover span,
.research-card__more:focus-visible span {
  transform: translateX(3px);
}

.research-empty {
  position: relative;
  margin: 0;
  padding: 70px 30px 74px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .09);
  border-top: 2px solid #c8a96b;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(7, 29, 57, .07);
}

.research-empty__mark {
  display: flex;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  color: #c8a96b;
  background: #0b284d;
  border: 1px solid #d6b05c;
  border-radius: 50%;
  font-family: serif;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(11, 40, 77, .16);
}

.research-empty h2 {
  margin: 0;
  color: #153353;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
}

.research-empty p {
  max-width: 620px;
  margin: 13px auto 0;
  color: #718095;
  font-size: 14px;
  line-height: 1.85;
}

.research-empty__link {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 22px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0b4f86;
  border-radius: 4px;
}

.research-empty__link:hover,
.research-empty__link:focus-visible {
  color: #fff;
  background: #08375f;
}

.research-pages {
  margin-top: 34px;
}

/* Cases & Insights detail. */
.research-detail-page {
  padding-top: 1px;
}

.research-tabs--detail {
  max-width: 1040px;
  margin: 34px auto 18px;
}

.research-article {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 40, 77, .09);
  border-radius: 9px;
  box-shadow: 0 20px 52px rgba(7, 29, 57, .11);
}

.research-article__header {
  position: relative;
  padding: 49px 64px 42px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #061a34 0%, #0b2d56 68%, #103d70 100%);
  border-bottom: 3px solid #c8a96b;
}

.research-article__header::after {
  content: '';
  position: absolute;
  right: -55px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(214, 176, 92, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(214, 176, 92, .034), 0 0 0 88px rgba(214, 176, 92, .024);
  pointer-events: none;
}

.research-article__category,
.research-article__header h1,
.research-article__lead,
.research-article__meta {
  position: relative;
  z-index: 1;
}

.research-article__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.research-article__category > span {
  margin: 0;
}

.research-article__category strong {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.research-article__header h1 {
  max-width: 820px;
  margin: 19px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .02em;
}

.research-article__lead {
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.85;
}

.research-article__meta {
  display: flex;
  margin-top: 25px;
  padding-top: 19px;
  flex-wrap: wrap;
  gap: 7px 22px;
  color: rgba(255, 255, 255, .62);
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 12px;
  line-height: 1.6;
}

.research-article__cover {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #e9edf2;
}

.research-article__cover img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.research-facts {
  margin: 38px 64px 0;
  padding: 23px 26px 25px;
  background: linear-gradient(135deg, #f5f8fb 0%, #fbfcfd 100%);
  border: 1px solid #dfe6ed;
  border-left: 4px solid #c8a96b;
  border-radius: 5px;
}

.research-facts h2 {
  margin: 0 0 15px;
  color: #102f50;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.research-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 26px;
  margin: 0;
}

.research-facts dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid #e3e8ee;
}

.research-facts dt,
.research-facts dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.research-facts dt {
  color: #8490a0;
}

.research-facts dd {
  color: #314861;
  word-break: break-word;
}

.research-facts .research-lawyer-links a {
  display: inline-block;
  margin: 0 12px 4px 0;
  color: #0b4f86;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.research-article__body {
  padding: 48px 64px 55px;
}

.research-article__body p {
  margin: 0 0 18px;
  color: #40536a;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.research-article__body h2 {
  margin: 42px 0 20px;
  padding: 13px 18px 13px 22px;
  color: #0b284d;
  background: linear-gradient(90deg, #f1f5f9 0%, rgba(247, 249, 252, .25) 100%);
  border-left: 4px solid #c8a96b;
  border-radius: 0 4px 4px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.55;
}

.research-article__body h2:first-child {
  margin-top: 0;
}

.research-article__body h3 {
  position: relative;
  margin: 29px 0 13px;
  padding-left: 16px;
  color: #183653;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.research-article__body h3::before {
  content: '';
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c8a96b;
  border-radius: 50%;
}

.research-article__body ul,
.research-article__body ol {
  margin: 18px 0 25px;
  padding: 18px 22px 18px 44px;
  color: #40536a;
  background: #f7f9fb;
  border: 1px solid #e5eaf0;
  border-radius: 5px;
}

.research-article__body li {
  margin: 6px 0;
  font-size: 15px;
  line-height: 1.9;
}

.research-article__body blockquote {
  margin: 25px 0;
  padding: 20px 24px;
  color: #4f6074;
  background: #fbf7ed;
  border: 1px solid #eadcbf;
  border-left: 4px solid #c8a96b;
}

.research-article__body a {
  color: #0c568f;
  text-decoration: underline;
  text-decoration-color: rgba(12, 86, 143, .28);
  text-underline-offset: 3px;
}

.research-article__body table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}

.research-article__body th,
.research-article__body td {
  padding: 12px 14px;
  color: #40536a;
  border: 1px solid #dfe5ec;
  font-size: 14px;
  line-height: 1.7;
}

.research-article__body th {
  color: #fff;
  background: #0b284d;
  font-weight: 500;
}

.research-case-note {
  margin: 0 64px 48px;
  padding: 20px 23px;
  color: #58687b;
  background: #fff9ed;
  border: 1px solid #ead8af;
  border-radius: 5px;
}

.research-case-note strong {
  display: block;
  margin-bottom: 7px;
  color: #6f5423;
  font-size: 15px;
  line-height: 1.5;
}

.research-case-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
}

.research-article__footer {
  display: flex;
  padding: 27px 64px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background: #0b284d;
  border-top: 1px solid #c8a96b;
}

.research-article__footer strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.research-article__footer p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.research-article__footer > a {
  display: inline-flex;
  min-width: 112px;
  min-height: 40px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  color: #0b284d;
  background: #c8a96b;
  border: 1px solid #d8be86;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.research-article__footer > a:hover,
.research-article__footer > a:focus-visible {
  color: #fff;
  background: transparent;
}

@media screen and (max-width: 1100px) {
  .research-page > .center {
    padding-right: 18px;
    padding-left: 18px;
  }

  .research-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .research-page {
    padding-bottom: 42px;
  }

  .research-page > .center {
    padding-right: 12px;
    padding-left: 12px;
  }

  .research-intro {
    display: block;
    margin: 19px 0 13px;
    padding: 31px 28px;
  }

  .research-intro h1 {
    font-size: 28px;
  }

  .research-intro__copy p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.8;
  }

  .research-intro__scope {
    margin-top: 22px;
    padding: 15px 17px;
  }

  .research-tabs {
    padding: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .research-tabs::-webkit-scrollbar {
    display: none;
  }

  .research-tabs__label {
    margin-left: 3px;
  }

  .research-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .research-card {
    min-height: 0;
  }

  .research-card:hover {
    transform: none;
  }

  .research-card__media {
    height: 210px;
  }

  .research-empty {
    padding: 52px 22px 55px;
  }

  .research-tabs--detail {
    margin-top: 19px;
  }

  .research-article__header {
    padding: 38px 34px 34px;
  }

  .research-article__header h1 {
    font-size: 29px;
  }

  .research-facts {
    margin: 30px 34px 0;
  }

  .research-article__body {
    padding: 39px 34px 45px;
  }

  .research-case-note {
    margin: 0 34px 38px;
  }

  .research-article__footer {
    padding: 25px 34px;
  }
}

@media screen and (max-width: 520px) {
  .research-page > .center {
    padding-right: 8px;
    padding-left: 8px;
  }

  .research-intro {
    margin-top: 13px;
    padding: 26px 20px 24px;
    border-radius: 6px;
  }

  .research-intro h1 {
    font-size: 24px;
  }

  .research-eyebrow {
    font-size: 9px;
  }

  .research-intro__scope strong {
    font-size: 16px;
  }

  .research-tabs {
    margin-bottom: 14px;
    border-radius: 4px;
  }

  .research-tabs a {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .research-card__media {
    height: 184px;
  }

  .research-card__body {
    padding: 21px 19px 20px;
  }

  .research-card h2 {
    font-size: 18px;
  }

  .research-card__body > p {
    font-size: 13px;
  }

  .research-card__meta {
    display: block;
  }

  .research-card__meta span,
  .research-card__meta time {
    display: block;
    margin: 0 0 3px;
  }

  .research-empty h2 {
    font-size: 19px;
  }

  .research-article {
    border-radius: 6px;
  }

  .research-article__header {
    padding: 29px 20px 27px;
  }

  .research-article__category {
    display: block;
  }

  .research-article__category strong {
    display: block;
    margin-top: 8px;
  }

  .research-article__header h1 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.55;
  }

  .research-article__lead {
    font-size: 13px;
    line-height: 1.8;
  }

  .research-article__meta {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-top: 15px;
    gap: 4px;
    font-size: 11px;
  }

  .research-facts {
    margin: 24px 20px 0;
    padding: 19px 17px 20px;
  }

  .research-facts dl {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .research-facts dl > div {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .research-article__body {
    padding: 32px 20px 37px;
  }

  .research-article__body p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.95;
    text-align: left;
  }

  .research-article__body h2 {
    margin: 33px 0 17px;
    padding: 11px 13px 11px 16px;
    font-size: 19px;
  }

  .research-article__body h3 {
    margin-top: 24px;
    font-size: 17px;
  }

  .research-article__body ul,
  .research-article__body ol {
    padding: 15px 14px 15px 36px;
  }

  .research-article__body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .research-case-note {
    margin: 0 20px 31px;
    padding: 17px 18px;
  }

  .research-article__footer {
    display: block;
    padding: 23px 20px 25px;
  }

  .research-article__footer > a {
    width: 100%;
    margin-top: 17px;
  }
}
