.d-flex {
  display: flex;
}

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

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

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

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

html {
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-list_item a,
.layout_three-list-item-text a,
.one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.layout_one-left img,
.layout_one-right img,
.footer-logo img,
.nav .logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex,
.layout_three-box,
.layout_two-box,
.footer-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex,
  .layout_three-box,
  .layout_two-box,
  .footer-box {
    flex-direction: column;
  }
  .dflex > div,
  .layout_three-box > div,
  .layout_two-box > div,
  .footer-box > div {
    width: 100%;
  }
  .dflex > div > div,
  .layout_three-box > div > div,
  .layout_two-box > div > div,
  .footer-box > div > div {
    margin-top: 15px;
  }
}

.flex1,
.page-list_item a,
.layout_page-right,
.list_one-item-text,
.nav-box {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.fcc,
.layout_two-contact-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes scal {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.wrap {
  max-width: 1436px;
  padding: 0 10px;
  margin: 0 auto;
}

.video-box {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}

.top {
  background: #084b82;
  position: relative;
  z-index: 999;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.top-wel {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .top-wel {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-wel {
    font-size: 14px;
  }
}
.top-right {
  display: flex;
  align-items: center;
}
.top-links {
  display: flex;
  align-items: center;
}
.top-links a,
.top-links span {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .top-links a,
  .top-links span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-links a,
  .top-links span {
    font-size: 14px;
  }
}
.top-links span {
  margin: 0 10px;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-search {
  position: relative;
}
.top-search_btn {
  display: flex;
  cursor: pointer;
}
.top-search_form {
  width: 220px;
  padding: 10px;
  background: #084b82;
  position: absolute;
  z-index: 999;
  right: 0;
  margin-top: 10px;
  display: none;
}
.top-search_form.on {
  display: flex;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 33px;
}
.top-search_form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 35px;
  font-size: 0;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    display: none;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: url(../images/bg1.png) top left no-repeat;
  background-size: 100% 100%;
  height: 7.6041666667vw;
}
.nav .wrap {
  padding-top: 8px;
  align-items: center;
  display: flex;
}
.nav .logo {
  width: 45%;
  margin-right: 1.0416666667vw;
}
.nav-box {
  display: flex;
  justify-content: flex-end;
}
.nav-box_item {
  position: relative;
  margin-left: 0.7291666667vw;
}
.nav-box_item > a {
  display: block;
  padding: 7px 0;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  border-bottom-color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #084b82;
    min-width: 100%;
    overflow: hidden;
  }
}
.sub-box_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-box_item > a {
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #fff;
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #084b82;
    top: 100%;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 5px 15px !important;
    font-size: 14px !important;
    color: #fff;
    line-height: 1.5;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 31px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 18px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 7px 15px 7px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    color: #e7e7e7;
  }
}

.layout-title {
  display: flex;
}
.layout-title.just-center {
  justify-content: center;
}
.layout-title_text {
  display: flex;
  align-items: center;
  position: relative;
}
.layout-title_text span {
  font-size: 30px;
  color: #084b82;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  z-index: 8;
}
@media (max-width: 1440px) {
  .layout-title_text span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout-title_text span {
    font-size: 20px;
  }
}
.layout-title_text .text {
  margin: 0 5px 0 8px;
}
.layout-title_text:after {
  content: "";
  background: url(../images/t_bg.png) center no-repeat;
  width: 51px;
  height: 54px;
  margin: -5px 0 0 -30px;
}

.footer {
  background: #0f5fa1;
  padding: 3.125vw 0 1.5625vw;
}
.footer-logo {
  margin-bottom: 2.34375vw;
  width: 50%;
}
.footer-box {
  justify-content: space-between;
}
.footer-text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.9;
}
@media (max-width: 1440px) {
  .footer-text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-text {
    font-size: 15px;
  }
}
.footer-share {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5208333333vw;
  margin-bottom: 2.6041666667vw;
}
.footer-share_item {
  position: relative;
  margin-right: 1.71875vw;
  width: 37px;
  height: 37px;
  border-radius: 8px;
  background: #5891da;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer-share_item:hover .footer-share_item-pop {
  display: block;
}
.footer-share_item-pop {
  position: absolute;
  bottom: calc(100% + 16px);
  width: 6.40625vw;
  height: 6.40625vw;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: none;
}
.footer-share_item-pop:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  background: rgb(255, 255, 255);
}
.footer-share_item-pop img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-link {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.78125vw;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .footer-link {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-link {
    font-size: 14px;
  }
}
.footer-copyright {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 1440px) {
  .footer-copyright {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 54.6875%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 6.7708333333vw;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 31px;
  height: 31px;
  background: url(../images/dot.png) center no-repeat;
  background-size: contain;
  margin: 0 13px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background-image: url(../images/dot_on.png);
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 35px;
  }
  .banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    height: auto;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 3.125vw;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .one-swiper-item-text {
  background: #084b82;
  color: #fff;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 66.4502164502%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1.1em 0;
  border: 1px solid #084b82;
}
@media (max-width: 1440px) {
  .one-swiper-item-text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text {
    font-size: 14px;
  }
}
.layout_one-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/bg2.png) left center no-repeat;
  background-size: 100% 100%;
  height: 9.0104166667vw;
  transform: translateY(-50%);
  z-index: 99;
  position: relative;
}
.layout_one-box:after,
.layout_one-box::before {
  content: "";
}
.layout_one-left,
.layout_one-right {
  max-width: 45%;
}

.layout_two {
  padding: 0 0 5.7291666667vw 0;
  background: url(../images/bg3.png) bottom center no-repeat;
  background-size: 100% auto;
}
.layout_two-box {
  margin-top: 3.6458333333vw;
  justify-content: space-between;
}
.layout_two-left {
  width: 46.8926553672%;
}
.layout_two-right {
  width: 50.8474576271%;
}
.layout_two-list {
  display: flex;
  justify-content: space-between;
}
.layout_two-list-item {
  position: relative;
  width: 31.9277108434%;
  padding-bottom: 24.8493975904%;
  border-radius: 12px;
  background-size: cover;
  background-size: center;
}
.layout_two-list-item:nth-of-type(1) {
  background-image: url(../images/bg4.png);
}
.layout_two-list-item:nth-of-type(2) {
  background-image: url(../images/bg5.png);
}
.layout_two-list-item:nth-of-type(3) {
  background-image: url(../images/bg6.png);
}
.layout_two-list-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout_two-list-inner span {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0.6770833333vw;
  line-height: 1;
}
@media (max-width: 1440px) {
  .layout_two-list-inner span {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_two-list-inner span {
    font-size: 18px;
  }
}
.layout_two-list-inner i {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
}
.layout_two-contact {
  margin-top: 1.0416666667vw;
  position: relative;
  padding-top: 4.6875vw;
}
.layout_two-contact-top {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  width: 91.7168674699%;
  margin: 0 auto;
  height: 9.8958333333vw;
  background: url(../images/bg7.png) left top no-repeat;
  background-size: 100% 100%;
}
.layout_two-contact-top p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_two-contact-top p {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_two-contact-top p {
    font-size: 18px;
  }
}
.layout_two-contact-info {
  background: url(../images/bg8.png) left top no-repeat;
  background-size: 100% 100%;
  height: 16.6666666667vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1.0416666667vw 1.5625vw 3.125vw;
}
.layout_two-contact-info p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_two-contact-info p {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_two-contact-info p {
    font-size: 16px;
  }
}
.layout_two-contact-info p + p {
  margin-top: 0.5208333333vw;
}

.layout_three {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_three-box {
  justify-content: space-between;
}
.layout_three-box .layout-title {
  margin-bottom: 2.0833333333vw;
}
.layout_three-left {
  width: 50.7768361582%;
}
.layout_three-right {
  width: 46.6101694915%;
}
.layout_three-video {
  position: relative;
  cursor: pointer;
}
.layout_three-video-img {
  overflow: hidden;
  padding-bottom: 64.3949930459%;
  position: relative;
}
.layout_three-video-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.layout_three-video-img img {
  display: block;
  transition: all 0.5s;
}
.layout_three-video-img:hover img {
  transform: scale(1.1);
}
.layout_three-video-text {
  position: absolute;
  left: 1.3020833333vw;
  bottom: 1.0416666667vw;
  right: 1.0416666667vw;
  z-index: 9;
  display: flex;
  align-items: center;
}
.layout_three-video-text img {
  margin-right: 0.78125vw;
}
.layout_three-video-text span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_three-video-text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_three-video-text span {
    font-size: 16px;
  }
}
.layout_three-list-item {
  padding-bottom: 1.3020833333vw;
  margin-bottom: 1.3020833333vw;
  border-bottom: 1px solid #ececec;
}
.layout_three-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.layout_three-list-item-cate {
  display: flex;
  margin-bottom: 0.5208333333vw;
}
.layout_three-list-item-cate a {
  background-image: linear-gradient(
    90deg,
    rgb(8, 161, 167) 0%,
    rgb(55, 180, 220) 100%
  );
  padding: 2px 1.5454545455em;
  border-radius: 2em;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_three-list-item-cate a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_three-list-item-cate a {
    font-size: 16px;
  }
}
.layout_three-list-item-text a {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_three-list-item-text a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_three-list-item-text a {
    font-size: 14px;
  }
}
.layout_three-list-item-text a:hover {
  color: #084b82;
}

.layout_four {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.list_one {
  background-color: rgba(255, 255, 255, 0.851);
  box-shadow: 0px 0px 30px 0px rgba(46, 101, 175, 0.42);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list_one-item {
  flex: 1;
  border-top: 4px solid transparent;
  border-bottom: 1px solid #d8d8d8;
}
.list_one-item:last-child {
  border-bottom: none;
}
.list_one-item:hover {
  border-top-color: #084b82;
}
.list_one-item:hover .list_one-item-time {
  background: #084b82;
}
.list_one-item:hover .list_one-item-text .p1 {
  color: #084b82;
}
.list_one-item a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 1.0416666667vw;
  align-items: center;
}
.list_one-item-time {
  background: #2bb7b3;
  width: 81px;
  height: 81px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.5625vw;
}
.list_one-item-time .p1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .list_one-item-time .p1 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 18px;
  }
}
.list_one-item-time .p2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .list_one-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 14px;
  }
}
.list_one-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}

.page_banner {
  padding-bottom: 26.0416666667%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.mob_page-menu-btn {
  display: none;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #084b82;
  border-color: #084b82;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #084b82;
}

.layout_page {
  padding-bottom: 120px;
}
.layout_page-box {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 990px) {
  .layout_page-left {
    width: 320px;
    margin-top: -120px;
    z-index: 100;
    position: relative;
    padding-bottom: 60px;
  }
  .layout_page-left:after {
    width: 100%;
    height: calc(100% - 0.8rem);
    background: url(../images/nav-bg.png) no-repeat bottom #084b82;
    background-size: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-left-title {
    background: url(../images/nav-top.png) no-repeat center;
    padding: 40px 20px 30px 45px;
    background-size: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  .layout_page-left-title span {
    display: block;
    line-height: 1.6;
    padding-top: 4px;
    position: relative;
  }
  .layout_page-left-title span:after {
    bottom: auto;
    top: 0;
    width: 21px;
    height: 2px;
    background: #e7b21d;
    content: "";
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .layout_page-menu {
    padding-bottom: 55px;
    position: relative;
  }
  .layout_page-menu:after {
    background: #f5f8ff;
    height: 100%;
    left: 9px;
    right: 0;
    width: auto;
    content: "";
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-menu-item {
    position: relative;
    z-index: 9;
  }
  .layout_page-menu-item p {
    font-size: 18px;
    padding: 0 30px 0 50px;
    line-height: 1.2;
    position: relative;
  }
  .layout_page-menu-item p a {
    display: block;
    cursor: pointer;
    width: 100%;
    color: #333;
    background: url(../images/jt1.png) no-repeat right 30px center;
    border-bottom: 1px dashed #d2d2d2;
    transition: 0.5s;
    padding: 18px 40px 18px 0;
  }
  .layout_page-menu-item p:after {
    width: auto;
    height: auto;
    background: url(../images/nav-on.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    top: -12px;
    right: -10px;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: 0.5s;
  }
  .layout_page-menu-item:hover p:after,
  .layout_page-menu-item.on p:after {
    opacity: 1;
  }
  .layout_page-menu-item:hover a,
  .layout_page-menu-item.on a {
    color: #fff;
    background: url(../images/jt2.png) no-repeat right 25px center;
  }
}
.layout_page-right {
  padding: 40px 0 0 60px;
}
.layout_page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.layout_page-top-title {
  font-size: 32px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 1440px) {
  .layout_page-top-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-title {
    font-size: 14px;
  }
}
.layout_page-top-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 4px;
  left: 0;
  background: #084b82;
}
.layout_page-top-crumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.layout_page-top-crumbs i {
  margin-right: 5px;
  font-size: 20px;
  color: #084b82;
}
.layout_page-top-crumbs span {
  margin: 0 5px;
}
.layout_page-top-crumbs a:hover {
  color: #084b82;
}

.page-list .list_one {
  background: transparent;
  box-shadow: none;
}
.page-list .list_one-item {
  border-top: 0 !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.page-list .list_one-item:last-child {
  margin-bottom: 0;
}
.page-list .list_one-item a {
  padding-left: 0;
  padding-right: 0;
}
.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.page-list_item:hover {
  background: #f8f8f8;
}
.page-list_item:hover a {
  color: #084b82;
}
.page-list_item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #084b82;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.page-list_item a {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 60px;
}
@media (max-width: 1440px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 14px;
  }
}
.page-list_item span {
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .mob_page-menu-btn {
    display: block;
  }
  .page_banner {
    padding-bottom: 40%;
    position: relative;
  }
  .page_banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .layout_page-menu.on {
    display: block;
  }
  .layout_page-box {
    flex-direction: column;
  }
  .layout_page-right {
    width: 100%;
    padding: 0;
  }
  .page-list_item a {
    line-height: 40px;
  }
  .layout_page-top-title {
    display: none;
  }
  .layout_page-top {
    margin-bottom: 10px;
  }
  .layout_page .wrap {
    padding: 0;
  }
  .layout_page {
    padding-bottom: 0;
  }
  .layout_page-right {
    padding: 15px;
  }
  .layout_page-left {
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 99;
  }
  .layout_page-left-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #084b82;
  }
  .layout_page-left-title span {
    font-size: 18px;
    color: #fff;
  }
  .mob_page-menu-btn i {
    font-size: 18px;
    color: #fff;
  }
  .layout_page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #084b82;
    display: none;
  }
  .layout_page-menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout_page-menu-item p a {
    display: block;
    padding: 5px 20px 0 30px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }
}
@media (max-width: 1430px) {
  .wrap {
    max-width: 1024px;
  }
  .nav-box_item {
    margin-left: 5px;
  }
  .nav-box_item > a {
    font-size: 15px;
  }
  .layout_two-contact-info p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav {
    height: auto;
    background-size: auto 100%;
  }
  .nav .wrap {
    padding: 10px;
    justify-content: space-between;
  }
  .nav .logo {
    width: 70%;
  }
  .nav .top-right {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    flex-wrap: wrap;
  }
  .nav .top-search {
    width: 100%;
  }
  .nav .top-search_btn {
    display: none;
  }
  .nav .top-search_form {
    width: 100%;
    display: flex;
    padding: 0;
    position: static;
  }
  .layout_one-box {
    height: auto;
    padding: 10px 0;
  }
  .layout-title_text .text {
    margin: 0 5px 0 8px;
    width: 35px;
  }
  .layout-title_text .icon {
    width: 25px;
  }
  .layout-title_text:after {
    width: 35px;
    height: 37px;
    margin: -2px 0 0 -20px;
    background-size: 100%;
  }
  .layout_two-list-inner span {
    margin-bottom: 10px;
  }
  .layout_two-contact-top {
    height: 100px;
  }
  .layout_two-contact {
    padding-top: 50px;
    margin-top: 15px;
  }
  .layout_two-contact-info {
    height: auto;
    padding: 60px 15px 15px 15px;
  }
  .layout_three-video-text img {
    width: 25px;
    margin-right: 5px;
  }
  .layout_three-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-share {
    display: none;
  }
  .footer-text {
    margin-top: 0 !important;
  }
  .footer-text p + p {
    margin-top: 2px;
  }
  .footer-copyright {
    text-align: left;
  }
}


.pages {
  padding: 10px 12px 6px;
  clear: both;
}

.pages .s2 {
  background: #1f3a87;
  border: 1px solid #dcdddd;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pages a.s2:visited {
  color: #fff;
}

.pages a {
  padding: 4px 5px 0;
  color: #1e50a2;
  background: #fff;
  border: 1px solid #dcdddd;
  text-align: center;
}

.pages a:visited {
  color: #1f3a87;
}

.pages a:hover {
  color: #fff;
  background: #1e50a2;
  border: 1px solid #1e50a2;
}

.pages .s3 {
  cursor: default;
  padding: 4px 5px 0;
  margin: 5px 4px 0 0;
  color: #ccc;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}