@font-face {
  font-family: Misans;
  src: url(/static/font/MiSans-Regular.otf);
}
@font-face {
  font-family: Medium;
  src: url(/static/font/syst-Medium.otf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Misans' !important;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.col55 {
  color: #554736;
}
.colff {
  color: #fff;
}
.fz-hide1 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.fz-hide2 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.navi {
  position: absolute;
  width: 0.7rem;
  z-index: 999999;
  top: 0.6rem;
  right: 0.425rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.navi a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navi span {
  width: 100%;
  background: #554736;
  border-radius: 1.5px;
  height: 3px;
  margin-top: 5px;
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.navi.on span {
  background: #554736;
}
.navi.on {
  top: 0.6rem;
}
.navi.on span:last-child {
  display: none;
}
.navi.on span:nth-child(1) {
  transform: skewY(46deg) translateX(0.1rem) translateY(-0.0625rem);
  -webkit-transform: skewY(46deg) translateX(0.1rem) translateY(-0.0625rem);
  -moz-transform: skewY(46deg) translateX(0.1rem) translateY(-0.0625rem);
  -ms-transform: skewY(46deg) translateX(0.1rem) translateY(-0.0625rem);
  -o-transform: skewY(46deg) translateX(0.1rem) translateY(-0.0625rem);
}
.navi.on span:nth-child(2) {
  width: 100%;
  transform: skewY(-46deg) translateX(0.1rem);
  -webkit-transform: skewY(-46deg) translateX(0.13rem);
  -moz-transform: skewY(-46deg) translateX(0.13rem);
  -ms-transform: skewY(-46deg) translateX(0.13rem);
  -o-transform: skewY(-46deg) translateX(0.13rem);
}
header {
  min-width: 320px;
  max-width: 640px;
  width: 100%;
  min-height: 1.675rem;
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff !important;
  box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .logo {
     display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
header .logo a img {
  width: 110px;
}
header.open {
  max-height: 100vh;
  min-height: 100vh;
  overflow: auto;
  background-color: #ffffff !important;
  box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
}
.header-nav {
  background: #ffffff;
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.7rem;
  z-index: 444;
}
.header-nav > ul > li > a {
  position: relative;
  display: block;
  padding: 0.5rem 0.125rem;
  border-top: 0.5px solid #554736;
  font-size: 0.375rem;
  color: #554736;
  text-align: center;
  font-weight: 600;
}
.header-nav > ul > li > a::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/icon_menu-arrow.svg) no-repeat center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header-nav > ul > li.nav-parent > a::after {
  background: url(../images/icon_plus_black.svg) no-repeat center;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}
.header-nav > ul > li.nav-minus > a::after {
  background: url(../images/icon_minus_black.svg) no-repeat center;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}
.header-nav > ul > li > ul {
  display: none;
}
.header-nav > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 0.375rem 0.125rem;
  border-top: 1px solid #b7b7b8;
  font-size: 0.375rem;
  color: #081f2c;
}
.header-nav > ul > li > ul > li > a::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/icon_menu-arrow.svg) no-repeat center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
}
.footer {
  width: 100%;
  background-size: 100% 100%;
  padding: 26px 16px;
  background-image: url('/static/ph_img/index10.jpg');
  font-size: 12px;
  color: #B9B4AD;
  line-height: 0;
}
.footer .middle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.footer .middle .left_box {
  width: 150px;
}
.footer .middle .left_box .item {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .middle .left_box .item .name {
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
.footer .middle .left_box .item .title {
  font-size: 12px;
  color: #B9B4AD;
}
.footer .beian {
  margin-top: 22px;
}
.footer .beian p {
  margin-top: 4px;
}
.banner {
  width: 100%;
  height: auto;
  line-height: 0;
}
.banner img {
  width: 100%;
  height: auto;
}
/* 分页 */
/*分页*/

.page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  
}
.page .pager .pagination li{
  background: #FFFFFF;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 12px;
  border: 1px solid #EBEEF5;
}
.page .pager .pagination .active{
   background: #554736;
   color: #fff;
}