/* 当前站点公共样式，如公共头部、公共页脚等 */
/* 全局变量 */
:root {
  --color-primary: #00757f;
  --color-secondary: #cfa484;
  --swiper-pagination-color: #047781;
  --swiper-pagination-bullet-inactive-color: #047781;
}
.wp_paging {
  display: flex;
  margin:
0;
  padding:
0;
  list-style:
none;
  font-size: 13px;
  font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
  color: #494949;
  float: right;
  margin:
0 auto;
  width: 100%;
  justify-content: center;
}
body {
  background-color: #fff;
}
/* 头部样式 */
header {
  position: absolute;
  top: 0;
  background-image: url(../images/header-bg.png);
  background-size: 100% 100%;
  z-index: 100;
  width: 100%;
}
.right .bottom{
display: flex;
    justify-content: space-between;
    align-items: center;
}
header .inner {
  padding-top: 30px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > .inner nav .nav__item:nth-of-type(3n) {
    border-right: 1px solid #ffffff26;
}
header > .inner nav .nav__item:last-child {
    border-right: none;
}
header .inner .right .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  display:none;
}
header .inner .right .top > span {
  width: 1px;
  height: 14px;
  background: #E9CDAE;
  display: block;
  margin: 0 20px;
}
header .inner .right .top > a {
  font-size: 14px;
  color: #fff;
}
header .inner .logo {
  height: 53px;
  width: auto;
}
header .inner  .right{
width: 68%;
}
header .inner .top-logo .right > a:hover {
  color: #023F98;
}
header .inner nav {
  display: flex;
  justify-content: space-between;
    font-weight: bold;
    width: calc(90%);
}
header .inner nav .nav__item:hover .nav_main {
  transform: scale(1, 1);
  opacity: 1;
}
header .inner nav .nav__item {
  position: relative;
  border-bottom: 4px solid transparent;
}
header .inner nav .nav__item > a {
  padding: 6px 10px;
  font-size: 18px;
  color: #fff;
}
/* 选中 */
header .inner nav .nav__item a:hover {
  border-bottom: 4px solid #C3A465;
}
header .inner nav .nav__item .nav_main {
  width: 160px;
  position: absolute;
  top: 40px;
  left: calc(50% - 80px);
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  opacity: 0;
  z-index: 500;
  border-top: 4px solid #C3A465;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
header .inner nav .nav__item .nav_main::after {
  content: '';
  border: 4px solid transparent;
  border-bottom-color: #C3A465;
  position: absolute;
  top: -12px;
  left: calc(50% - 2px);
}
header .inner nav .nav__item .nav_main a {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: black;
  display: block;
  transition: all 0.2s linear;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  border-bottom: 1px solid #F1F1F1;
padding:0 5px;
}
header .inner nav .nav__item .nav_main :hover {
  background-color: #004098;
  color: #fff;
}
header > .inner .search-icon {
     width: 70px;
    color: #c3a465;
    position: relative;
    display: flex;
    align-items: center;
}
header > .inner .search-icon form {
display: flex;
    width: 100%;
    justify-content: center;
}
header > .inner .search-icon form i {
  color: #fff;
}
header > .inner .search-input {
    display: none;
    width: calc(100% - 36px);
    height: 100%;
}
header > .inner .search-input input {
height: 100%;
    width: 100%;
    font-size: 14px;
    color: #C3A465;
    outline: none;
    border: 0;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    background: rgba(255, 255, 255, 0)
}
header > .inner .search-input input::placeholder {
  color: #fff;
}
.image-g img {
  max-height: 540px;
  height: 40vw;
  min-height: 230px;
}
.article-title {
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
  position: relative;
}
.article-title::after {
  content: "";
  width: 64px;
  height: 10px;
  background: #C3A4653d;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 32px);
}
.page-none {
  text-align: center;
  margin: 20px 0;
}
.list-pr-g {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 56px 0 20px;
}
.list-pr-btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #939393;
  margin: 0 5px;
  font-size: 14px;
}
.list-pr-btn:hover {
  background: #C3A465;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #C3A465;
  border: 1px solid #C3A465;
  color: #fff;
}
.list-span {
  color: #939393;
  margin: 0 5px;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -5px);
}
/* 移动端头部 */
.search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}
.image-inner {
  height: 100%;
}
.search-border {
width: 40px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 36px;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #fff;
position: absolute;
    right: 0;
    -webkit-transition: 0.5s;
border: 1px solid #fff;
    cursor: pointer;
}
.search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #C3A465;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}
.search-icon.active .search-border .search-input {
  display: block;
}
.search-icon.active .search-border:hover {
  border: 1px solid #C3A465;
}
.search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.search-icon.active .search-border:hover {
  border: 1px solid #C3A465;
}
.search-icon.active .search-border {
  width: 260px;
  box-sizing: border-box;
  border: 1px solid #C3A465;
  height: 36px;
}
.search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
body.active {
  overflow: hidden;
}
.mobile_header {
  display: none;
  width: 100%;
  height: 100px;
  background-color: #08469B;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 15px;
}
.mobile_header .header-right {
  right: 6%;
  max-width: 31%;
}
.mobile_header > div {
  height: 100%;
  z-index: 9999;
  position: relative;
}
.mobile_header > div > div.w12 {
  height: 100%;
}
.mobile_header .mobile_header_logo {
  max-height: 83%;
  max-width: 36%;
  min-width: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mobile_header_r {
  font-size: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile_header_menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile_header_menu > span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 20px;
  transform-origin: 19px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
}
.mobile_header_menu > span:last-child {
  margin-bottom: 0;
}
.mobile_header_menu.active > span {
  opacity: 1;
  transform: rotate(45deg);
}
.mobile_header_menu.active > span:first-child {
  opacity: 1;
  transform: rotate(-45deg);
  position: relative;
  top: 1px;
}
.mobile_header_menu.active > span:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}
#menu-wrapper {
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 999;
  background-color: #004098;
  width: 100%;
  color: #ffffff;
  height: calc(100% - 70px);
}
#menu-wrapper.active {
  display: none;
}
#menu-wrapper > div > ul {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#menu-wrapper .mobile_menu_item1 {
  line-height: 50px;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
#menu-wrapper .mobile_menu_item2 {
  background-color: #004098;
  display: none;
  color: rgba(255, 255, 255, 0.8);
}
#menu-wrapper .mobile_menu_item2 .arrow_btn::before {
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}
#menu-wrapper .mobile_menu_item2 > li {
  line-height: 50px;
  position: relative;
  padding-left: 7%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#menu-wrapper li a {
  z-index: 2;
  position: relative;
  color: #fff;
}
.arrow_btn {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0;
}
.arrow_btn.active::before {
  transform: rotate(45deg);
}
.arrow_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  right: 22px;
  margin: -7px 0 0;
}
/* 缩小后列表 */
.menu-mobile {
  width: 50px;
  height: 60px;
  position: fixed;
  right: 30px;
  top: 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.menu-mobile.active {
  right: 50px;
  z-index: 3;
}
.menu-mobile.active .menu-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-mobile.active .menu-line:nth-child(2) {
  opacity: 0;
}
.menu-mobile.active .menu-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.menu-line {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  margin: 2.5px auto;
  background: #fff;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
footer {
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
}
footer .top .inner-box {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 0.8px solid #ffffff2b;
  padding: 20px 0;
  flex-wrap: wrap;
}
footer .top .inner-box p {
  padding: 0px 50px;
  min-width: none;
  text-align: center;
border-right: 1px solid #ffffff2b;
}
footer .top .inner p:last-child {
    border-right: none;
}
footer .top .inner-box span {
  width: 1px;
  height: 16px;
  background-color: #ffffffbf;
}
footer .top .inner {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
footer .top .inner div {
  color: #ffffffd1;
  margin-right: 20px;
  font-size: 14px;
}
footer .top .inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #ffffffd1;
  cursor: pointer;
}
footer .top .inner p:hover {
  color: #C3A465;
}
footer .middle {
  display: flex;
  justify-content: space-between;
  min-height: 218px;
  align-items: center;
  opacity: 0.8;
}
footer .middle .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
font-weight: bold;
}
footer .middle .left p:first-child {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .middle .left > img {
  max-width: 360px;
  max-height: 56px;
}
footer .middle > img {
  height: 60px;
  width: auto;
  position: relative;
  left: -35px;
}
footer .middle .left > p {
  max-width: 500px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 14px;
}
footer .middle .left > p:last-child {
  margin-bottom: 0;
}
footer .middle .left > p img {
  height: 16px;
  width: auto;
  margin-right: 10px;
}
footer .middle .left > p span {
  display: inline-block;
  width: 45%;
}
footer .middle .left > p span:nth-of-type(3),
footer .middle .left > p span:nth-of-type(4) {
  margin-top: 30px;
}
footer .middle .right {
  display: flex;
}
footer .middle .right .item:nth-of-type(1) {
  margin: 0 20px 0 0;
}
footer .middle .right .item img {
  width: 126px;
  height: 126px;
  border: 10px solid #ffffff25;
}
footer .middle .right .item p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 11px;
}
footer .bottom {
  background: #02285D;
  width: 100%;
  height: 44px;
}
footer .bottom .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff7a;
}
.son_page {
  padding: 0px 0 100px;
  background-color: #F3F6FA;
  margin-top: -152px;
}
.articleDetail > .left {
  margin-top: -152px;
  width: 100%;
  height: fit-content;
  position: relative;
  margin-bottom: 40px;
}
.articleDetail > .left .son_page_title {
  position: relative;
}
.articleDetail > .left .son_page_title .left-title {
  font-size: 32px;
  color: #FFFFFF;
}
.articleDetail > .left .son_page_title .right-title {
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0 70px;
}
.articleDetail > .left .son_page_title .right-title img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.articleDetail > .left .son_page_title .right-title span {
  margin: 0 5px;
  display: block;
}
.articleDetail > .left .category-inner {
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 64, 152, 0.1);
}
.articleDetail > .left .category-inner .inner {
  display: flex;
  flex-wrap: wrap;
}
.articleDetail > .left .category-inner a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #333;
  padding: 0 20px;
  position: relative;
}
.articleDetail > .left .category-inner a:hover {
  background-image: url(../images/category-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.articleDetail > .left .category-inner .active {
  background-image: url(../images/category-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.articleDetail > .left .category-inner a::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #C3A465;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
}
.articleDetail > .left .category-inner a:last-child::after {
  display: none;
}
.son_page > .left {
  width: 100%;
  height: fit-content;
  position: relative;
  margin-bottom: 40px;
}
.son_page > .left .son_page_title {
  position: relative;
}
.son_page > .left .son_page_title .left-title {
  font-size: 32px;
  color: #FFFFFF;
}
.son_page > .left .son_page_title .right-title {
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0 70px;
}
.son_page > .left .son_page_title .right-title img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.son_page > .left .son_page_title .right-title span {
  margin: 0 5px;
  display: block;
}
.son_page > .left .category-inner {
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 64, 152, 0.1);
}
.son_page > .left .category-inner .inner {
  display: flex;
  flex-wrap: wrap;
}
.son_page > .left .category-inner a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #333;
  padding: 0 20px;
  position: relative;
margin:0 1px;
}
.son_page > .left .category-inner a:hover {
  background-image: url(../images/category-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.son_page > .left .category-inner .active {
  background-image: url(../images/category-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.son_page > .left .category-inner a::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #C3A465;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
}
.son_page > .left .category-inner a:last-child::after {
  display: none;
}
.son_page .inner .right {
  width: 100%;
}
.nav-search {
  width: 280px;
  height: 44px;
  border: 1px solid #FFFFFF;
}
.nav-search form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.nav-search form .nav-input {
  height: 100%;
}
.nav-search form .nav-input input {
  height: 100%;
  color: #fff;
}
.nav-search form .nav-input input::-webkit-input-placeholder {
  color: #fff;
}
.nav-search form .submit {
  cursor: pointer;
}
.nav-search form .submit i {
  color: #fff;
}
.page-none {
  text-align: center;
  margin: 20px 0;
}
.list-pr-g {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 56px 0 20px;
}
.list-pr-btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #939393;
  margin: 0 5px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}
.list-pr-btn:hover {
  background: #C3A465;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #C3A465;
  border: 1px solid #C3A465;
  color: #fff;
}
.list-span {
  color: #939393;
  margin: 0 5px;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -5px);
}
@media screen and (max-width: 1200px) {
  .son_page_title {
    padding: 0 10px;
  }
  footer .bottom .inner {
    text-align: center;
    line-height: 25px;
  }
  footer .middle {
    flex-direction: column;
    padding: 20px 0;
  }
  footer .middle > img {
    margin: 20px 0;
    width: 85% !important;
    height: auto !important;
  }
  .son_page .inner > .left .category-inner {
    margin-left: 0;
    width: 100%;
  }
  .son_page .inner > .left a {
    width: 100%;
  }
  .son_page .inner > .left .category-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .son_page .inner > .left .bottom-bg {
    display: none;
  }
  .son_page .inner > .left {
    padding-bottom: 0;
  }
  .son_page > .inner {
    flex-direction: column;
    padding: 0 10px;
  }
  .son_page > .inner > .left {
    width: 100%;
    display: flex;
  }
  .son_page > .inner > .left h2 {
    display: none;
  }
  .son_page > .inner .right {
    width: 100%;
  }
  .home-plateThree > div {
    flex-direction: column;
    padding: 0 10px;
  }
  .home-plateThree > div .plate-left {
    width: 100% !important;
  }
  .home-plateThree > div .plate-right {
    width: 100% !important;
  }
  .search-icon {
    position: absolute !important;
    top: 32%;
    right: 8%;
    color: #fff !important;
  }
  .home-news .inner .main .news-banner {
    width: 100% !important;
  }
  .home-news .inner .main .news-list {
    width: 100% !important;
  }
  header {
    position: relative;
  }
  header > .inner {
    display: none;
  }
  .mobile_header {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .articleDetail > .left{
    margin-top:0;
  }
  .articleDetail > .left>.inner{
    display: none;
  }
  .right .main-banner-item .img {
    display: none;
  }
  .right .main-banner-item .main-banner-main {
    width: 100% !important;
  }
  footer > .inner .middle {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  footer .footer {
    padding: 20px 0;
    text-align: center;
  }
  footer > .inner .middle > img {
    margin: 20px 0;
  }
  footer .top-link .inner {
    flex-wrap: wrap;
  }
  .image_list_item {
    width: 100% !important;
  }
  .home-news .inner .main .news-banner .news-banner-item {
    width: 100% !important;
  }
  .home-title > img {
    height: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .top .inner p {
    margin-bottom: 20px;
  }
  footer .top .inner div {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  footer .middle {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  footer .middle > img {
    margin: 20px 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .son_page .inner .right .son_page_title .left-title {
    display: none;
  }
  .son_page_title .right-title {
    display: none;
  }
  .son_page .inner > .left a {
    font-size: 14px;
  }
  .son_page_title .left-title {
    font-size: 24px !important;
  }
  .son_page_title {
    height: 55px;
  }
  .body {
    padding: 0 !important;
  }
  .image_list_item .main {
    width: 100% !important;
  }
}
