.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;
  line-height: 1.5;
  color: #3a3a3a;
}

body {
  overflow-x: hidden;
}

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

.tow, .page-detail_pn-item, .tuwen_one-item-text, .list_two-item a, .list_one-item a, .two-swiper-item-text p, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer_ewm img, .footer_logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_two, .layout_one {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_two, .layout_one {
    flex-direction: column;
  }
  .dflex > div, .layout_two > div, .layout_one > div {
    width: 100%;
  }
}

.flex1, .layout_page-right, .list_two-item a, .top-search_input {
  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: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.welcome {
  background: #333333;
  font-size: 12px;
  color: #fff;
}
.welcome .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}
.welcome_right {
  display: flex;
  align-items: center;
}
.welcome_right i {
  margin-right: 5px;
  font-size: 12px;
}

.top {
  background: url(../images/top_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  width: 50%;
}
.top-search_form {
  width: 300px;
  height: 36px;
  display: flex;
}
.top-search_input {
  font-size: 14px;
  padding: 6px;
  border: solid 1px #ddd;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
}
.top-search_input::-moz-placeholder {
  color: #999;
}
.top-search_input::placeholder {
  color: #999;
}
.top-search_input:focus {
  outline: none;
  border-color: #13619F;
}
.top-search_btn {
  cursor: pointer;
  width: 44px;
  background: #13619F;
  border-radius: 0 4px 4px 0;
  border: none;
  color: #fff;
  font-size: 14px;
}
.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;
    padding: 10px 0;
  }
  .top .wrap {
    height: auto;
  }
  .top-logo {
    margin-right: 10px;
    width: 60%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
    margin-left: auto;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #ccc;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: url(../images/bg_menu.png);
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  width: 12.5%;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 16px 0;
  color: #fff;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 54, 93, 0.3);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    min-width: 100%;
    padding: 15px 0;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgb(0, 0, 0);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #13619F;
  }
  .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: 9px 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;
    text-align: left;
    color: #e7e7e7;
  }
}

.layout_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 15px;
  font-size: 0;
}
.layout_title span {
  font-size: 16px;
  line-height: 30px;
  color: #13619F;
  border-bottom: 2px solid #13619F;
}

.footer-one {
  background: #0168AD;
  padding: 20px 0;
  margin-bottom: 1px;
}
.footer-one .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logo {
  width: 38.9830508475%;
}
.footer_ewm {
  display: flex;
  margin-left: 10px;
  width: 100px;
}
.footer-two {
  background: #0168AD;
  padding: 20px 0 30px 0;
  margin-bottom: 2px;
}
.footer-nav {
  display: flex;
}
.footer-nav a:hover {
  color: #fff !important;
}
.footer-nav_item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav_item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav_item-title img {
  width: 55px;
}
.footer-nav_item-title a {
  font-size: 18px;
  color: #b1daf8;
}
.footer-nav_item-list {
  padding: 8px 0 15px 0;
}
.footer-nav_item-list a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #b1daf8;
}
.footer-nav_item + .footer-nav_item {
  border-left: 1px dashed #67a3c8;
}
.footer-three {
  background: #363636;
  padding: 20px 0 30px;
  text-align: center;
}
.footer-three p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.footer-three p span {
  margin: 0 10px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 48.2213438735%;
  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: 30px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid transparent;
  padding: 3px;
  background-clip: content-box;
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
@media (max-width: 1200px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    padding: 2px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 48%;
    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;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 64.4351464435%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 5px 30% 5px 10px;
}
.one-swiper-item-text .p1 {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.one-swiper .swiper-pagination {
  position: absolute;
  right: 5px;
  bottom: 17px;
  left: auto;
  width: auto;
  font-size: 0;
}
.one-swiper .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 5px;
  border-radius: 0;
  margin: 0 3px !important;
  opacity: 1;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #13619F;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img {
  border: 1px solid #EBEBEB;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  background: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.two-swiper-item-text p {
  font-size: 14px;
}
.two-swiper-item:hover {
  color: #13619F;
}

.layout_main {
  padding: 0 0 30px 0;
}

.layout_one {
  justify-content: space-between;
  padding: 20px 0;
}
.layout_one-left {
  width: 40.5084745763%;
}
.layout_one-mid {
  width: 32.2033898305%;
}
.layout_one-right {
  width: 23.7288135593%;
}

.layout_two {
  justify-content: space-between;
  padding: 10px 0 30px 0;
}
.layout_two-item {
  width: 32.2033898305%;
}
.layout_two-title {
  background: url(../images/bg_tit.png) bottom repeat-x;
  margin-bottom: 10px;
  border: 1px solid #eee;
  height: 31px;
}
.layout_two-title a {
  display: inline-block;
  background: url(../images/bg_tit_s.png) right;
  padding: 0 30px 0 20px;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
}

.layout_three {
  display: flex;
  margin-bottom: 20px;
}
.layout_three img {
  width: 100%;
}

.layout_four-swiper {
  border: 1px solid #efefef;
  padding: 20px 39px 25px;
  position: relative;
}
.layout_four-swiper-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.layout_four-swiper-arrow-left {
  left: 0;
}
.layout_four-swiper-arrow-right {
  right: 0;
}

.list_one {
  padding: 10px;
}
.list_one-item {
  border-bottom: 1px dashed #efefef;
}
.list_one-item a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  background: url(../images/li_bg.png) left center no-repeat;
  padding-left: 15px;
}
.list_one-item a:hover {
  color: #13619F;
}

.list_two-item {
  display: flex;
  align-items: center;
}
.list_two-item:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #13619F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.list_two-item a {
  font-size: 14px;
  line-height: 30px;
}
.list_two-item a:hover {
  color: #13619F;
}
.list_two-item span {
  font-size: 14px;
  margin-left: 10px;
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.tuwen_one-item {
  width: 33.333%;
  padding: 0 20px;
  margin-top: 20px;
}
.tuwen_one-item-img {
  margin-bottom: 5px;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one a {
  display: block;
}
.tuwen_one a:hover .tuwen_one-item-text {
  color: #13619F;
}

.position {
  background: url(../images/bg1.png) top center;
  border-bottom: 1px solid #e1e5e7;
  margin-bottom: 20px;
  color: #a4a4a4;
}
.position .wrap {
  display: flex;
  align-items: center;
  height: 50px;
}
.position i {
  color: #13619F;
}
.position a {
  margin: 0 2px;
}
.position a:hover {
  color: #13619F;
}

.layout_page {
  padding-bottom: 100px;
}
.layout_page .wrap {
  display: flex;
  justify-content: space-between;
}
.layout_page-left {
  width: 265px;
  position: relative;
  z-index: 9;
  margin-right: 40px;
}
.layout_page-left_title {
  background: #0168ad;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.page-menu_item {
  border-bottom: 1px dashed #7d7d7d;
  margin-bottom: 5px;
  position: relative;
}
.page-menu_item:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid #fff;
  border-left-color: #7e7e7e;
  position: absolute;
  left: 0;
  top: 13px;
  background: #9a9a9a;
}
.page-menu_item a {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 35px;
  display: block;
  text-align: center;
}
.page-menu_item a:hover, .page-menu_item a.on {
  color: #ff0000;
  background: #fff;
}

.layout_page-left-box {
  margin-top: 20px;
}
.layout_page-left-box-title {
  background: #0168ad;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
  color: #fff;
}
.layout_page-left-box-contact {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 2;
}
.layout_page-right-title {
  height: 28px;
  line-height: 28px;
  position: relative;
  margin-bottom: 20px;
}
.layout_page-right-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 14px;
  left: 0;
}
.layout_page-right-title > div {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin-left: 50px;
}
.layout_page-right-title > div:before, .layout_page-right-title > div:after {
  position: absolute;
  content: "";
  top: 11px;
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
}
.layout_page-right-title > div:before {
  position: absolute;
  left: 0;
}
.layout_page-right-title > div:after {
  position: absolute;
  right: 0;
}
.layout_page-right-title span {
  display: inline-block;
  padding: 0 20px;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  background: #a4a4a4;
}

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

.page-detail_con img, .page-detail_con video {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 30px;
  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: #13619F;
  border-color: #13619F;
  color: #fff;
}
.paging span {
  border: none;
}

.mob-right-btn {
  display: none;
}

.page-list_item {
  border: 1px solid #fff;
  position: relative;
}
@media (min-width: 990px) {
  .page-list_item {
    padding: 25px 25px 25px 150px;
    min-height: 122px;
    background: url(../images/ico_dot.png) 120px 65px no-repeat;
    transition: all 0.6s ease-in-out;
  }
  .page-list_item:hover {
    background-position: 120px -75px;
    background-color: #fcfcfc;
    border-color: #efefef;
  }
}
.page-list_item a {
  display: block;
}
.page-list_item-time {
  position: absolute;
  left: 20px;
  top: 25px;
  text-align: center;
  transition: all 0.6s linear;
  color: #8a8a8a;
}
.page-list_item-time .p1 {
  font-size: 60px;
  line-height: 1;
  display: block;
}
.page-list_item-time .p2 {
  font-size: 16px;
}
.page-list_item-text .p1 {
  font-size: 18px;
  color: #000;
}
@media (min-width: 990px) {
  .page-list_item-text .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.page-list_item-text .p2 {
  margin-top: 8px;
  font-size: 14px;
  color: #848484;
}
@media (min-width: 990px) {
  .page-list_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;
    line-height: 1.7;
    height: 3.4em;
  }
}

.page-detail_title h1 {
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  color: #000;
  text-align: center;
}
.page-detail_info {
  border-bottom: 1px dashed #c6c6c6;
  color: #b0b0b0;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.page-detail_pn {
  margin-top: 20px;
  display: flex;
  background: #fcfcfc;
  border: 1px solid #efefef;
  padding: 15px 20px;
  justify-content: space-between;
}
.page-detail_pn-item {
  max-width: 50%;
}
.page-detail_pn-item span {
  color: #13619F;
  margin-right: 10px;
}
.page-detail_pn-item a {
  color: #8a8a8a;
}
.page-detail_pn-item a:hover {
  color: #13619F;
}

@media (max-width: 1200px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one {
    padding: 0;
  }
}
@media (max-width: 990px) {
  .footer-two,
  .footer_ewm {
    display: none;
  }
  .footer-one {
    padding: 10px 0;
  }
  .footer_logo {
    width: 80%;
  }
  .footer-three {
    padding: 10px 0;
  }
  .footer-three p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-three p span {
    font-size: 12px;
    line-height: 1.5;
  }
  .layout_four-swiper-arrow img {
    width: 15px;
  }
  .layout_four-swiper {
    padding: 10px 20px;
  }
  .layout_page .wrap {
    flex-direction: column;
  }
  .layout_page-left {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .page-list_item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e5e7;
  }
  .page-list_item-time {
    left: 0;
    top: 0;
    width: 55px;
    height: 48px;
    overflow: hidden;
    background: #e1e8eb;
  }
  .page-list_item-time .p1 {
    display: block;
    font-size: 26px;
    color: #13619f;
    background: #f2f6f8;
    line-height: 30px;
  }
  .page-list_item-time .p2 {
    font-size: 12px;
    line-height: 18px;
  }
  .page-list_item-text .p1 {
    font-size: 15px;
    padding-left: 70px;
  }
  .page-list_item-text .p2 {
    line-height: 1.5;
    font-size: 13px;
  }
  .layout_page-right-title > div {
    margin-left: 30px;
  }
  .layout_page-right-title {
    position: relative;
  }
  .mob-right-btn {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #A4A4A4;
    padding: 0 6px;
    border-radius: 3px;
  }
  .mob-right-btn i {
    color: #fff;
    font-size: 14px;
  }
  .layout_page-left.on {
    display: block;
    margin-bottom: 20px;
  }
  .layout_page-left-box {
    display: none;
  }
  .layout_page {
    padding-bottom: 20px;
  }
  .tuwen_one {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .tuwen_one-item {
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
  .page-detail_title h1 {
    font-size: 18px;
  }
  .page-detail_info {
    padding: 5px;
    margin-bottom: 10px;
  }
  .page-detail_pn {
    margin-top: 15px;
    padding: 10px;
    flex-direction: column;
  }
  .page-detail_pn-item {
    width: 100%;
    max-width: 100%;
    line-height: 30px;
  }
  .welcome_right {
    display: none;
  }
}

.page-menu_one {
  display: none;
}

.no-search-data {
  text-align: center;
  font-size: 16px;
  color: red;
}