.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: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item a, .list-one-item-text .p1, .one-swiper-item-text .p1, .layout_one-effect-item-list a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_two-left-box, .layout_two-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_two-left-box, .layout_two-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_two-left-box > div, .layout_two-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .page-list_item a, .layout_page-right, .list-one-item-text {
  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);
}

.wrap {
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #2262b9;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  padding: 1.5vw 0;
}
.top-logo {
  display: flex;
  max-width: 60%;
}
.top-logo img {
  max-width: 100%;
  max-height: 100px;
}
.top-logo span {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .top-logo span {
    font-size: 23px;
  }
}
@media (max-width: 990px) {
  .top-logo span {
    font-size: 14px;
  }
}
.top-right {
  display: flex;
  align-items: center;
}
.top-linlks {
  display: flex;
  align-items: center;
}
.top-linlks a {
  display: flex;
  align-items: center;
  margin-right: 1.3020833333vw;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.top-linlks a i {
  font-size: 20px;
  margin-right: 5px;
}
.top-linlks a:hover {
  color: #fff;
}
.top-search_form {
  width: 290px;
  height: 52px;
  background: #fff;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.top-search_input::-moz-placeholder {
  color: #666;
}
.top-search_input::placeholder {
  color: #666;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  width: 60px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.top-search_btn i {
  font-size: 30px;
  color: #666;
}
.top .mob-search_btn {
  display: none;
}
.top .mob-search_btn i {
  font-size: 24px;
  color: #fff;
}
.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 {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
    width: 80%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #2262b9;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100% !important;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #355bb3;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 15px 2vw;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #2262b9;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #2262b9;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 12px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .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: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
    text-align: left;
  }
}

.layout_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5vw;
}
.layout_title-text {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .layout_title-text {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 18px;
  }
}
.layout_title-more {
  font-size: 14px;
  color: #666;
}
.layout_title-more:hover {
  color: #2262b9;
}
.list-one ~ .layout_title {
margin-top: 0.5vw;
}


.back-top {
  position: fixed;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2262b9;
  cursor: pointer;
  right: 20px;
  bottom: 10%;
  z-index: 9999;
  border-radius: 50%;
  display: none;
}
.back-top i {
  font-size: 18px;
  color: #fff;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 34.0625%;
  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: 50px;
  text-align: right;
  padding-right: 18.75%;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 36px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 5px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 70px;
}
.banner .swiper-button-next {
  right: 0;
}
.banner .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
  }
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.one-swiper-control {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one-swiper-control .swiper-button-prev,
.one-swiper-control .swiper-button-next,
.one-swiper-control .swiper-pagination {
  position: static;
}
.one-swiper-control .swiper-button-prev,
.one-swiper-control .swiper-button-next {
  margin: 0;
  background: transparent;
  width: 30px;
  height: 30px;
}
.one-swiper-control .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.one-swiper-control .swiper-pagination-bullet-active {
  color: #2262b9;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 58.6429725363%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.one-swiper-item:hover .one-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item:hover .one-swiper-item-text .p1 {
  color: #2262b9;
}
.one-swiper-item-time {
  width: 80px;
  height: 80px;
  background: #2262b9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  margin: -4em 1.5em 0 1.5em;
  position: relative;
  z-index: 99;
}
.one-swiper-item-time .p1 {
  font-size: 32px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  color: inherit;
}
@media (max-width: 1400px) {
  .one-swiper-item-time .p1 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-time .p1 {
    font-size: 18px;
  }
}
.one-swiper-item-time .p2 {
  font-size: 14px;
}
.one-swiper-item-text {
  margin-top: 12px;
}
.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #222;
  margin-bottom: 13px;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper-item-text .p2 {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.1em;
}

.layout_one {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 22.2058823529%;
}
.layout_one-right {
  width:100%;
}
.layout_one-title {
  background: url(../images/wxbg.png) no-repeat top center;
  display: flex;
  width: 100%;
  height: 3.6em;
  margin-top: 0.75em;
  text-align: left;
  margin: 0 auto;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
  border-radius: 0.4em;
  background-size: cover;
  padding-left: 1.8em;
}
.layout_one-effect {
  display: flex;
    height: 324px;
    overflow: hidden;
  justify-content: space-between;
}
.layout_one-effect-item {
  transition: width 0.3s ease;
  background-size: cover !important;
  width: 16.18%;
  padding: 18px 25px;
  border-radius: 10px;
  overflow: hidden;
}
.layout_one-effect-item.on {
  width: 65.66%;
}
.layout_one-effect-item .layout_one-effect-item-title {
display: flex;
  flex-direction: row;
flex-wrap: wrap;
  align-items: center;
}
.layout_one-effect-item.on .layout_one-effect-item-title img.default {
  display: none;
}
.layout_one-effect-item.on .layout_one-effect-item-title img.on {
  display: block;
}
.layout_one-effect-item.on .layout_one-effect-item-title span {
  color: #fff;
  margin-top: 0;
}
.layout_one-effect-item.on .layout_one-effect-item-title a {
  display: block;
}
.layout_one-effect-item.on .layout_one-effect-item-list {
  display: flex;
    transition-delay: 1s;
    opacity: 1;
}
.layout_one-effect-item.bg1 {
  background: url(../images/fwb-1.png) left top no-repeat;
}
.layout_one-effect-item.bg1.on {
  background-image: url(../images/fwb-1-on.png);
}
.layout_one-effect-item.bg2 {
  background: url(../images/fwb-2.png) left top no-repeat;
}
.layout_one-effect-item.bg2.on {
  background-image: url(../images/fwb-2-on.png);
}
.layout_one-effect-item.bg3 {
  background: url(../images/fwb-4.png) left top no-repeat;
}
.layout_one-effect-item.bg3.on {
  background-image: url(../images/fwb-4-on.png);
}
.layout_one-effect-item-title {
  
}
.layout_one-effect-item-title a {
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  display: none;
}
.layout_one-effect-item-title img {
  margin-right: 20px;
}
.layout_one-effect-item-title span {
display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  font-family: "黑体";
}
@media (max-width: 1400px) {
  .layout_one-effect-item-title span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_one-effect-item-title span {
    font-size: 14px;
  }
}
.layout_one-effect-item-title img.on {
  display: none;
}
.layout_one-effect-item-list {
  
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  margin-top: 20px;
  transition: all 1s ease;
}
.layout_one-effect-item-list a {
  
  align-items: center;
  width: 45%;
  font-size: 17px;
  color: #fff;
  padding: 12px;
  font-family: "黑体";
}
.layout_one-effect-item-list a:nth-of-type(even) {
  
}
.layout_one-effect-item-list a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.layout_two {
  padding-bottom: 40px;
  padding-top: 40px;
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-left {
  width: 65%;
}
.layout_two-left-box {
  justify-content: space-between;
}
.layout_two-left-box-left {
  width: 70.0226244344%;
}
.layout_two-left-box-right {
  width: 26.6968325792%;
}
.layout_two-right {
  width: 32.0588235294%;
}

.tuwen_one-item {
  font-size: 16px;
  margin-bottom: 0.75em;
  height: 4.5em;
  border-radius: 0.5em;
}
.tuwen_one-item:last-of-type {
  margin-bottom: 0;
}
.tuwen_one-item a {
  display: flex;
  padding: 15px;
  align-items: center;
}
.tuwen_one-item a span {
  margin-left: 1.25em;
}
.tuwen_one-item a img:last-child {
  margin-left: auto;
}
.tuwen_one-item:nth-of-type(1) {
  background: #cfbd88;
}
.tuwen_one-item:nth-of-type(2) {
  background: #e3eff9;
}
.tuwen_one-item:nth-of-type(3) {
  background: #e19d96;
}

.list-one-item {
  border-bottom: 1px solid #ddd;
  
  position: relative;
}
.list-one-item + .list-one-item {
margin-top: 5px;
}
.list-one-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  height: 2px;
  z-index: 99;
  background: #2262b9;
}

.list-one-item a {
  padding-bottom: 0vw;
  display: flex;
}
.list-one-item-time {
  width: 80px;
  height: 80px;
  background: #e0ebf7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
  color: #0062b6;
}
.list-one-item-time .p1 {
  font-size: 32px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1;
  color: inherit;
}
@media (max-width: 1400px) {
  .list-one-item-time .p1 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .list-one-item-time .p1 {
    font-size: 18px;
  }
}
.list-one-item-time .p2 {
  font-size: 14px;
}
.list-one-item-text .p1 {
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .list-one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-one-item-text .p1 {
    font-size: 14px;
  }
}
.list-one-item-text .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
}
@media (max-width: 1400px) {
  .list-one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-one-item-text .p2 {
    font-size: 14px;
  }
}
.list-one-item:nth-of-type(even) .list-one-item-time {
  background: #2262b9;
  color: #fff;
}
.list-one-item:hover:after {
  width: 100%;
}
.list-one-item:hover .list-one-item-text .p1 {
  color: #2262b9;
}

.list-two-item {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.list-two-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  transition: all 0.3s ease;
  background: #2262b9;
}
.list-two-item a {
  display: block;
  transition: all 0.3s ease;
  padding: 10px 0;
}
.list-two-item .p1 {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.list-two-item .p1 i {
  margin-right: 10px;
}
.list-two-item .p2 {
  font-size: 16px;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-two-item:hover:before, .list-two-item.on:before {
  height: 100%;
}
.list-two-item:hover .p2, .list-two-item.on .p2 {
  color: #2262b9;
}
.list-two-item:hover a, .list-two-item.on a {
  padding-left: 16px;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging a:hover, .paging a.on,
.paging span:hover,
.paging span.on {
  background: #2262b9;
  border-color: #2262b9;
  color: #fff;
}
.paging span {
  border: none;
}

.page-banner {
  position: relative;
}
.page-banner_img {
  padding-bottom: 23.4375%;
  position: relative;
}
.page-banner_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page-banner_text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.page-banner_text .wrap {
  display: flex;
  justify-content: space-between;
}

.page-title {
  display: flex;
  height: 100px;
  background: rgba(34, 98, 185, 0.8);
  width: 21.3235294118%;
  align-items: center;
}
.page-title span {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 1em;
}
@media (max-width: 1400px) {
  .page-title span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-title span {
    font-size: 18px;
  }
}
.page-title-menu {
  display: none;
}
.page-title-menu i {
  font-size: 18px;
  color: #fff;
}

.page-crumbs {
  color: #fff;
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 3;
}
.page-crumbs i {
  margin-right: 10px;
}
.page-crumbs a {
  padding: 0 5px;
}
.page-crumbs a:hover {
  color: #2262b9;
}

.layout_page .wrap {
  display: flex;
  justify-content: space-between;
}
.layout_page-left {
  width: 21.3235294118%;
  margin-right: 2.6041666667vw;
}
.layout_page-right {
  padding-top: 2.0833333333vw;
}

.page-menu {
  background: #d5ebfc;
  padding: 0 1.5625vw 3.125vw;
}
.page-menu_item {
  border-bottom: 1px dashed #0062b6;
}
.page-menu_item a {
  display: block;
  font-size: 21px;
  color: #2262b9;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.7em 0;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-menu_item a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-menu_item a {
    font-size: 16px;
  }
}

.page-list {
  margin-bottom: 1.5625vw;
}
.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.page-list_item:before {
  margin-right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2262b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-list_item a {
  font-size: 16px;
  line-height: 60px;
  color: #000;
}
.page-list_item span {
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
}
.page-list_item:hover a {
  color: #2262b9;
}

.page-about_title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #333;
  margin-bottom: 1.3;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .page-about_title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-about_title {
    font-size: 14px;
  }
}
.page-about_info {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 0.4em 0;
  justify-content: center;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}
.page-about_info span {
  margin: 0 10px;
}
.page-about_con {
  padding: 1.5625vw 0;
}
.page-about_con p {
  text-indent: 2em;
  font-size: 20px;
  color: rgb(50, 50, 50);
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1400px) {
  .page-about_con p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-about_con p {
    font-size: 14px;
  }
}
.page-about_pn {
  border-top: 1px solid #d9d9d9;
  padding-top: 1.0416666667vw;
}
.page-about_pn-item {
  margin: 10px 0;
}
.page-about_pn-item a {
  display: block;
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .page-about_pn-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-about_pn-item a {
    font-size: 14px;
  }
}
.page-about_pn-item a:hover {
  color: rgba(34, 98, 185, 0.8);
}

@media (max-width: 1400px) {
  .wrap {
    max-width: 1054px;
  }
  .top-logo span {
    font-size: 20px;
  }
  .top-linlks a {
    font-size: 14px;
  }
  .top-search_form {
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 990px) {
  .top .wrap {
    align-items: center;
  }
  .top-logo img {
    height: auto;
    width: 35%;
  }
  .top-logo span {
    font-size: 3vw;
  }
  .top-linlks {
    display: none;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 20px;
    height: 40px;
  }
  .banner .swiper-button-prev img,
  .banner .swiper-button-next img {
    width: 100%;
  }
  .layout_one-right {
    margin-top: 12px;
  }
  .layout_one-effect {
    min-height: 300px;
  }
  .layout_one-effect-item-title img {
    width: 30px;
    margin-right: 10px;
  }
  .layout_one-effect-item-list a {
    font-size: 14px;
  }
  .layout_one-effect-item {
    padding: 10px 15px;
  }
  .layout_one-title {
    font-size: 18px;
    height: 60px;
  }
  .tuwen_one-item {
    font-size: 14px;
  }
  .list-two-item a {
    padding: 10px 0;
  }
  .list-two-item:hover a,
  .list-two-item.on a {
    padding-left: 10px;
  }
  .list-two-item:before {
    width: 2px;
  }
  .list-two-item .p1 {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .layout_two-right {
    margin-top: 15px;
  }
  .list-one-item {
    margin-bottom: 15px;
  }
  .layout_two {
    padding-bottom: 20px;
  }
  .page-banner_text {
    position: static;
  }
  .page-banner_text .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-title {
    height: 40px;
    width: 100%;
    justify-content: space-between;
    padding-right: 1em;
  }
  .page-title span {
    font-size: 16px;
  }
  .page-title-menu {
    display: block;
  }
  .page-crumbs {
    color: #333;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    padding: 10px 15px;
  }
  .layout_page .wrap {
    flex-direction: column;
  }
  .layout_page-left {
    width: 100%;
    margin-right: 0;
  }
  .page-menu {
    padding: 5px 10px 10px;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-list_item a {
    font-size: 14px;
    line-height: 40px;
  }
  .page-list_item span {
    font-size: 12px;
  }
  .page-about_info {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-about_info span {
    margin: 0 5px;
  }
  .page-about_con {
    padding: 15px 0;
  }
  .page-about_con p {
    font-size: 14px;
  }
  .page-about_pn {
    padding-top: 10px;
  }
  .page-about_pn-item {
    margin: 5px 0;
  }
}

.fix-ewm {
  width: 140px;
  position: fixed;
  top: 50%;
  z-index: 99;
  display: flex;
  right: 0;
  flex-direction: column;
  justify-content: center;
}
.fix-ewm img {
  width: 100%;
}
.fix-ewm p {
  text-align: center;
  margin-top: 5px;
  color: #333;
  font-size: 14px;
}

.footer {
  background: #2262b9 url(../images/foot_bg.jpg) center no-repeat;
}

.footer_top {
  display: flex;
  padding: 2.5vw 0 1vw 0;
}

.footer_top-left {
  width: 30%;
}

.footer_top-mid {
  flex: 1;
  min-width: 1px;
  padding-left: 1vw;
  border-left: 1px solid #615C61;
}
.footer_top-right {
  width: 25%;
  padding-left: 1vw;
  border-left: 1px solid #615C61;
}
.footer-logo a {
  display: flex;
  flex-direction: column;

    align-items: flex-start;
}
.footer-logo img { 
  
}
.footer-logo span {
  font-size: 20px;
  color: #f6ebdc;
}
.footer-text {
  margin-top: 1.5vw;
}
.footer-text p {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffff;
}
.footer_title span{
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0.5vw;
  color: #fff;
  border-bottom: 3px #efd6ba solid;
}
.footer_list {
  display: flex;
  flex-wrap: wrap;
}
.footer_list-item {
  width: 50%;
  margin-bottom: 1vw;
font-size: 13px;
}

.footer_list-item .p1,
.footer_list-item .p2 {
  color: #ffffff;
  line-height: 1.84;
}
.footer_list-item .p3 {
  color: #ffffff;
  line-height: 1.7;
}
.footer_nav {
  display: flex;
  flex-direction: column;
}
.footer_nav a {
  color: #ffffff;
    font-size: 13px;
  line-height: 1.8;
}
.footer_nav a:hover{
  color: #fff;
}
.footer-copyright {
  border-top: 1px solid #403939;
  text-align: center;
  padding: 1.3vw 0;
  font-size: 13px;
  line-height:  1.84;
  color: #ffffff;
}
@media (max-width: 990px) {
  .fix-ewm {
    width: 100px;
  }
  .fix-ewm p {
    font-size: 12px;
  }

  .footer_top {
    padding: 10px 0 15px 0;
    flex-direction: column;
  }

  .footer_top-left {
    width: 100%;
  }

  .footer_top-mid,
  .footer_top-right {
    display: none;
  }
  .footer-logo img { 
    margin-bottom: 10px;
  }
  .footer-logo p {
    font-size: 15px;
    color: #f6ebdc;
  }
  .footer-text {
    margin-top: 10px;
  }
  .footer-text p {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer_title span{
    font-size: 14px;
    padding-bottom:  5px;
    margin-bottom: 5px;
    border-bottom: 1px #efd6ba solid;
  }
  .footer_list-item {
    margin-bottom: 10px;
    font-size: 12px;
    padding-right: 10px;
  }

  .footer_list-item .p1,
  .footer_list-item .p2 {
    line-height: 1.5;
  }
  .footer_list-item .p3 {
    line-height: 1.4;
  }
  .footer-copyright {
    padding: 10px 0;
    line-height:  1.5;
  }
}