/* ÃƒÂ¥Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã¢â‚¬Â°Ã‚ÂÃƒÂ§Ã‚Â«Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ£Ã¢â€šÂ¬Ã‚ÂÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã¢â‚¬Å¾Ã…Â¡ÃƒÂ§Ã‚Â­Ã¢â‚¬Â° */
/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ©Ã¢â‚¬Â¡Ã‚Â */
:root {
  --color-primary: #00757f;
  --color-secondary: #cfa484;
  --swiper-pagination-color: #047781;
  --swiper-pagination-bullet-inactive-color: #047781;
}
body {
  background-color: #fff;
}
/* ÃƒÂ¥Ã‚Â¼Ã¢â‚¬Â¢ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ */
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url('../font/SourceHanSerifCN.ttf');
}
.home-title-sb a:hover {
  animation: swing;
  animation-duration: 1s;
}
/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
header {
  z-index: 100;
  width: 100%;
}
header > .inner {
  max-width: 100%;
}
header > .inner .top-logo {
  height: 90px;
  background: #852c2b;
  border-bottom: 1px solid #B29873;
}
header > .inner .top-logo .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
input::placeholder {
  color: #fff;
  /* ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®placeholderÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ§Ã¢â€žÂ¢Ã‚Â½ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
  opacity: 1;
  /* ÃƒÂ§Ã‚Â¡Ã‚Â®ÃƒÂ¤Ã‚Â¿Ã‚ÂplaceholderÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ©Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹Å“Ã…Â½ */
}
header > .inner .top-logo .logo {
  height: 54px;
  width: auto;
}
header > .inner .top-logo .right {
  display: flex;
  align-items: center;
}
header > .inner .top-logo .right .web-search .web-search-input {
  display: flex;
  align-items: center;
}
header > .inner .top-logo .right .web-search .web-search-input input {
  width: 226px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #fff;
  padding-left: 12px;
  border-radius: 0px 30px 30px 0px;
  border-left: none;
  color: #fff;
}
header > .inner .top-logo .right .web-search .web-search-input .web-search-icon {
  width: 52px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-right: none;
  justify-content: center;
}
header > .inner nav {
  background: #852c2b;
  height: 56px;
}
header > .inner nav > .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header > .inner nav .nav__item:hover > a {
  background: #0000002b;
}
header > .inner nav .nav__item:hover .nav_main {
  transform: scale(1, 1);
  opacity: 1;
}
header > .inner nav .nav__item {
  text-align: center;
  line-height: 56px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
header > .inner nav .nav__item .nav_item {
  height: 100%;
  display: block;
  padding: 0 30px;
}
header > .inner nav .nav__item > .nav--active {
  border-bottom: 3px solid #BA976C;
  /* background: #BA976C;

    color: #fff !important; */
}
header > .inner nav .nav__item .nav_main {
  width: 172px;
  position: absolute;
  left: calc(50% - 86px);
  top: 56px;
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  opacity: 0;
  z-index: 500;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
header > .inner nav .nav__item .nav_main a {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #333;
  display: block;
  font-size: 16px;
  transition: all 0.2s linear;
}
header > .inner nav .nav__item .nav_main :hover {
  background-color: #B29873;
  color: #fff;
}
header > .inner .search-icon {
  width: 70px;
  color: #852c2b;
  position: relative;
  display: flex;
  align-items: center;
}
header > .inner .search-icon > span {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
}
header > .inner .search-border .submit {
  display: none;
}
header > .inner .search-icon > span:hover {
  color: #852c2b;
}
header > .inner .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;
}
header > .inner .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: #333;
  -webkit-transition: 0.5s;
  border: 1px solid #fff;
  cursor: pointer;
}
header > .inner .search-border form {
  display: flex;
  width: 100%;
  justify-content: center;
}
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: #852c2b;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}
header > .inner .search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
header > .inner .search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #852c2b;
  height: 36px;
}
header > .inner .search-icon.active .search-border .search-input {
  display: block;
}
header > .inner .search-icon.active .search-border .search-input {
  display: block;
}
.image-g img {
  /* max-height: 484px; */
  /* height: 40vw; */
  /* min-height: 230px; */
}
.article-title {
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
  position: relative;
}
.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;
  cursor: pointer;
}
.list-pr-btn:hover {
  background: #852c2b;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #852c2b;
  border: 1px solid #852c2b;
  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: 36px;
  box-sizing: border-box;
  height: 36px;
  border-radius: 36px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 34px;
  color: #fff;
  transition: all 0.3s linear;
  border: 1px solid #fff;
}
.search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #852c2b;
  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 #852c2b;
}
.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 #852c2b;
}
.search-icon.active .search-border {
  width: 260px;
  box-sizing: border-box;
  border: 1px solid #852c2b;
  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: #852c2b;
  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: #852c2b;
  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: #333;
}
#menu-wrapper .mobile_menu_item2 {
  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(47, 40, 40, 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 #fff;
  border-left: 2px solid #fff;
  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: #852c2b;
  padding:0 10px;
  text-align:center;
  margin: auto;
}
footer .link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  /* border-top: 1px solid #ffffffbb; */
  /* border-bottom: 1px solid #ffffffbb; */
  align-items: center;
}


footer .link-list>div {

margin: 6px auto;
}



footer .link-list p {
  color: #ffffff;
  padding: 20px 0;
}
footer .link-list a {
  color: #ffffff;
  position: relative;
  padding: 20px 0;
}
footer .link-list a:hover {
  color: #fff;
}
footer .link-list a:hover::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: calc(50% - 3.5px);
  top: 0;
}
footer .link-list a:hover::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: 0;
}
footer .logo-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 62px 0 24px;
}
footer .logo-main .main-left img {
  max-height: 54px;
  width: auto;
  margin-bottom: 20px;
}
footer .logo-main .main-left p {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
footer .logo-main .main-middle {
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .logo-main .main-middle img:nth-of-type(1) {
  height: 38px;
  width: auto;
}
footer .logo-main .main-middle img:nth-of-type(2) {
  height: 83px;
  width: auto;
  position: relative;
  bottom: -30px;
}
footer .top {
  background: #BA976C;
}
footer .top .inner {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  padding: 20px 0;
}
footer .top .inner div {
  color: #ffffff;
  margin-right: 20px;
  font-size: 16px;
}
footer .top .inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
}
footer .top .inner p:hover {
  color: #852c2b;
}
footer .middle {
  padding: 44px 0 0;
}
footer .middle .left {
  display: flex;
  flex-direction: column;
  width: 346px;
}
footer .middle .left .left-link p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.son_page .son_page-title .inner a:hover {
  color: #852c2b;
}
footer .middle .left .left-link .link-main {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
}
footer .middle .left .left-link .link-main a {
  display: block;
  margin-bottom: 12px;
}
footer .middle .left .left-connection {
  margin-top: 20px;
}
footer .middle .left .left-connection p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer .middle .left .left-connection .connection-main {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
}
footer .middle .left .left-connection .connection-main a {
  display: block;
  margin-bottom: 12px;
}
footer .middle .left > img {
  max-width: 360px;
  max-height: 56px;
}
footer .middle > img {
  height: 173px;
  width: auto;
}
footer .middle .left > p {
  max-width: 500px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 14px;
  height: 16.1px;
}
footer .middle .left > p:last-child {
  margin-bottom: 0;
}
footer .middle .left > p img {
  height: auto;
  width: 16px;
  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-right > p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
footer .middle .right {
  display: flex;
}
footer .middle .right .item:nth-of-type(2) {
  margin: 0 20px 0;
}
footer .middle .right .item img {
  width: 110px;
  height: 110px;
}
footer .middle .right .item p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-top: 11px;
}
footer .bottom {
  width: 100%;
  height: 52px;
  background: #852c2b;
}
footer .bottom .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.son_page {
  background: #fff;
  /* background-image: url(../images/son-page-bg.png); */
  background-repeat: no-repeat;
  background-size: 100% 963px;
  background-position: left bottom;
}
.son_page .son_page-title {
  margin-bottom: 28px;
}
.son_page .son_page-title .inner {
  display: flex;
  align-items: center;
  color: #666666;
}
.son_page .son_page-title .inner p {
  display: flex;
  align-items: center;
}
.son_page .son_page-title .inner img {
  width: 16px;
  margin-right: 5px;
  height: auto;
}
.son_page .son_page-title .inner > img {
  height: 15px;
  margin: 0 5px;
  width: auto;
}
.son_page > .inner {
  display: flex;
  justify-content: space-between;
}
.son_page .inner > .left {
  width: 240px;
  background: #F5F6F7;
  height: fit-content;
  position: relative;
  top: -81px;
  border-top: 4px solid #B29873;
  padding-top: 10px;
}
.son_page .inner > .left h2 {
  width: 100%;
  height: 98px;
  font-size: 26px;
  color: #fff;
  font-family: "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
  font-weight: bolder;
  line-height: 98px;
  position: relative;
}
.son_page .inner > .left h2 .top-icon {
  position: absolute;
  width: 100%;
  height: 23px;
  right: 0;
  bottom: -23px;
}.pb_sys_style1 .p_no_d{border: 1px solid #852c2b !Important;
    color: #fff;
    background-color: #852c2b !Important;}
.son_page .inner > .left h2 .main {
  padding-left: 40px;
  position: absolute;
  width: 282px;
  height: 98px;
  left: 0;
  background: linear-gradient(180deg, #852c2b 0%, #852c2b 100%);
}
.son_page .inner > .left h2 span {
  position: relative;
  z-index: 10;
}
.son_page .inner > .left h2 .top-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 255px;
  z-index: 0;
  max-height: 31px;
}
.son_page .inner > .left .category-inner {
  position: relative;
  background: #F5F6F7;
  width: 100%;
}
.son_page .inner > .left .bottom-bg {
  width: 100%;
  max-height: 250px;
  margin-top: 10px;
}
.son_page .inner > .left a {
  display: block;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #B298731f;
  position: relative;
}
.son_page .inner > .left a img {
  max-width: 18px;
  max-height: 6px;
  position: absolute;
  /* margin-left: 80px; */
  right: 20px;
}
.son_page .inner > .left a span {
  display: none;
  margin-left: 40px;
}
.son_page .inner > .left a:hover {
  background: #B29873;
  color: #fff;
}
.son_page .inner > .left a:hover span {
  display: block;
}
.son_page .inner > .left .active {
  background: #B29873;
  color: #fff;
}
.son_page .inner > .left .active span {
  display: block;
}
.son_page .inner .right {
  width: 970px;
}
.son_page .inner .right .main-list {
  padding-top: 30px;
}
.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;
}
.son_page .inner .right .son_page_title {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #B29873;
  position: relative;
}
.son_page .inner .right .son_page_title .left-title {
  font-size: 24px;
  color: #333333;
  font-family: 'ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“';
  font-weight: bold;
  padding: 22px 0px 20px;
  position: relative;

  background-repeat: no-repeat;
  background-size: 84px 19px;
  background-position: center bottom;
}
.son_page .inner .right .son_page_title .left-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #852c2b;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.son_page_title .right-title p {
  width: 110px;
}
.son_page .inner .right .son_page_title .right-title {
  font-size: 16px;
  color: #666666;
  display: flex;
}
.son_page_title .right-title p img {
  margin-right: 5px;
}
.son_page .inner .right .son_page_title .right-title p {
  width: 105px;
}
.son_page_title .right-title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.son_page_title .right-title p img {
  width: 16px;
  height: auto;
}
.son_page .inner .right .son_page_title .right-title p img {
  width: 16px;
  height: auto;
}
.son_page .inner .right .son_page_title .right-title span {
  width: 3px;
  height: 3px;
  background: #999999;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.son_page_title {
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #852c2b;
}
.son_page_title .left-title {
  font-size: 32px;
  color: #333333;
  font-weight: bolder;
  font-family: "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
}
.son_page_title .right-title {
  font-size: 16px;
  color: #666666;
}
.son_page_title .right-title span {
  display: inline-block;
  margin: 0 10px;
}
.son_page_title .right-title a:hover {
  color: #852c2b;
}
.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: #852c2b;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #852c2b;
  border: 1px solid #852c2b;
  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 {
    padding: 20px 0 50px;
  }
  .son_page .inner > .left {
    top: 0;
  }
  footer .logo-main {
    flex-direction: column;
  }
  footer .logo-main .main-middle {
    margin: 30px 0;
  }
  footer .logo-main .main-middle img:nth-of-type(2) {
    display: none;
  }
  footer .middle > .left {
    width: 65%;
  }
  .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: 50% !important;
    height: auto !important;
  }
  .son_page .inner > .left .category-inner {
    margin-left: 0;
    width: 100%;
  }
  .son_page .inner > .left a {
    min-width: 20%;
    padding: 0 20px;
  }
  .son_page .inner > .left .category-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .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%;
    display: none;
  }
  .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) {
  .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 .bottom {
    height: fit-content;
  }
  footer .link-list a {
    min-width: 20%;
  }
  footer .link-list p {
    min-width: 20%;
  }
  footer .top .inner p {
    margin-bottom: 20px;
  }
  footer .top .inner div {
    margin-bottom: 20px;
  }
  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) {
  footer .logo-main .main-left img {
    height: 40px;
  }
  footer .top .inner {
    padding-left: 10px;
  }
  footer .middle > img {
    margin: 20px 0;
    width: 70% !important;
    height: auto !important;
  }
  .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 !important;
  }
  .body {
    padding: 0 !important;
  }
  .image_list_item .main {
    width: 100% !important;
  }
}