.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*{margin:0;padding:0;}

nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.5rem 0 0.4rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.24rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a00027;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #a00027 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  max-height: 7rem;
  height: auto;
  padding: 0.25rem 0;
  background: #fff;
  border-top: solid 1px #efefef;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  margin-right: 0.35rem;
  padding: 0.1rem 0;
  font-size: var(--fs18);
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #a00027;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #a00027 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}


nav .nav-main .main-cont .main-nav .nav-cont .nav-li .icon-down{
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
}



nav .nav-main.nav-main-active2 .main-nav .nav-cont .nav-li .icon-down{
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon-web-xiasanjiao2.png) no-repeat 96% center;
    background-size: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
}


nav .nav-main:hover .main-nav .nav-cont .nav-li .icon-down{
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon-web-xiasanjiao2.png) no-repeat 96% center;
    background-size: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
}







nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4):hover .li-list{
  align-content:center!important;
  padding-left:0!important
  
}





nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.24rem;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: url(../images/icon-lang-on.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #a00027;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-flag {
  background: url(../images/icon-lang.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.24rem;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: 0.24rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-pc-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.39rem;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-pc-menu span {
  width: 100%;
  height: 100%;
  background: url(../images/icon-nav-menu.png) no-repeat center center;
  background-size: 0.39rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-right .right-lang .lang-flag {
  background: url(../images/icon-lang.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-right .right-serach span {
  background: url(../images/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav .nav-main:hover .main-right .right-pc-menu span {
  background: url(../images/icon-nav-menu-on.png) no-repeat center center !important;
  background-size: 0.39rem !important;
}
nav .nav-main-active .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav .nav-main-active .main-right .right-lang .lang-flag {
  background: url(../images/icon-lang.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-right .right-serach span {
  background: url(../images/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav .nav-main-active .main-right .right-pc-menu span {
  background: url(../images/icon-nav-menu-on.png) no-repeat center center !important;
  background-size: 0.39rem !important;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
nav .nav-main-active2 .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active2 .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav .nav-main-active2 .main-right .right-lang .lang-flag {
  background: url(../images/icon-lang.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 .main-right .right-serach span {
  background: url(../images/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav .nav-main-active2 .main-right .right-pc-menu span {
  background: url(../images/icon-nav-menu-on.png) no-repeat center center !important;
  background-size: 0.39rem !important;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

nav .Whead-search .search-input{  position: absolute;
  bottom: 1rem;
 width: 100%;padding: 0 5rem;}

nav .Whead-search .search-input form{
 display: flex;
  justify-content: space-between;
  width: 100%;
  
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  background: url(../images/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .nav-pupop {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 99;
}
nav .nav-pupop .pupop-cont {
  width: 29.17%;
  height: 100%;
  background: #000;
}
nav .nav-pupop .pupop-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding-left: 0.45rem;
  border-bottom: solid 1px #fff;
}
nav .nav-pupop .pupop-cont .cont-top .top-hide {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon-hidde.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-cont .cont-top .top-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
nav .nav-pupop .pupop-cont .cont-top .top-logo {
  width: 2.24rem;
  height: auto;
  margin-left: 0.45rem;
}
nav .nav-pupop .pupop-cont .cont-top .top-logo img {
  width: 100%;
}
nav .nav-pupop .pupop-cont .cont-lump {
  width: 100%;
  height: auto;
  padding-left: 1.2rem;
  padding-top: 0.45rem;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0.7rem;
  margin-bottom: 0.35rem;
  cursor: pointer;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item span {
  font-size: var(--fs20);
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item:hover span {
  color: #b59076;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item-on span {
  color: #b59076;
}
nav .nav-pupop .pupop-cont .cont-lump .lump-item-on em {
  background: url(../images/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-pupop .pupop-cont .cont-lump .pupopOn em {
  width: 9px;
  height: 16px;
  background: url(../images/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-cont .cont-lump .pupopOn:hover span {
  color: #b59076;
}
nav .nav-pupop .pupop-cont .cont-lump .pupopOn:hover em {
  background: url(../images/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-pupop .pupop-main {
  width: 71.83%;
  height: 100%;
  background: #f2f2f2;
}
nav .nav-pupop .pupop-main .main-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding: 0 0.85rem;
  background: #fff;
}
nav .nav-pupop .pupop-main .main-search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  font-size: var(--fs20);
  color: #333;
}
nav .nav-pupop .pupop-main .main-search input::placeholder {
  color: #999;
}
nav .nav-pupop .pupop-main .main-search a {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-pupop .pupop-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0 0.85rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box {
  width: 100%;
  height: auto;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.88rem;
  border-bottom: solid 1px #121212;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top p {
  font-size: var(--fs14);
  color: #a00027;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top a span {
  margin-right: 0.2rem;
  font-size: var(--fs14);
  color: #121212;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top a em {
  width: 0.32rem;
  height: 0.18rem;
  background: url(../images/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top a:hover span {
  color: #b59076;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-top a:hover em {
  transform: translateX(0.2rem);
  -o-transform: translateX(0.2rem);
  -moz-transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item {
  width: auto;
  height: auto;
  margin-right: 0.2rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item:last-of-type {
  margin-right: 0;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item .item-title {
  display: block;
  font-size: var(--fs20);
  font-weight: bold;
  color: #a00027;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item .item-title:hover {
  color: #b59076;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item .item-lump {
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item .item-lump a {
  display: block;
  margin-bottom: 0.12rem;
  font-size: var(--fs18);
  line-height: 0.24rem;
  color: rgba(18, 18, 18, 0.6);
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-item .item-lump a:hover {
  color: #a00027;
  text-decoration: underline;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump {
  width: calc(100% / 3 - 3%);
  height: auto;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump p {
  font-size: var(--fs16);
  font-weight: bold;
  color: #a00027;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont {
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item .item-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item .item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.08rem 0.1rem;
  color: #fff;
  line-height: 0.22rem;
  font-size: var(--fs16);
  background-color: rgba(12, 12, 12, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-item:last-of-type {
  margin-bottom: 0;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-link {
  display: block;
  width: 100%;
  margin-bottom: 0.12rem;
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: rgba(18, 18, 18, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-cont .cont-link:hover {
  color: #a00027;
  text-decoration: underline;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-load {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: auto;
  margin: 0.12rem 0 0.25rem;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-load span {
  font-size: var(--fs14);
  color: #b59076;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-load em {
  width: 0.32rem;
  height: 0.18rem;
  margin-right: 0.2rem;
  background: url(../images/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-load:hover span {
  color: #b59076;
}
nav .nav-pupop .pupop-main .main-cont .cont-box .box-cent .cent-lump .lump-load:hover em {
  transform: translateX(0.2rem);
  -o-transform: translateX(0.2rem);
  -moz-transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
}
nav .nav-pupop-on {
  opacity: 1;
  visibility: visible;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}




#lmdf{float:left;width:100%; text-align:center; margin-bottom:5px; overflow:hidden; }

#lmdf A{padding:5px 2%;

	font-size:16px; 

	display:inline-block;

	 color:#555; background-color:#fff; margin:13px; border:#ddd solid 1px;border-radius:0px; text-transform:capitalize;

}

#lmdf A span{ line-height:1.8; }

#lmdf A:hover{	color:#fff; background-color:#0061AE; border:#0061AE solid 1px;}

#lmdf ul li { WIDTH:25%; float:left; }





#lmdf ul {float:left;width:100%; text-align:center; margin-bottom:5px; overflow:hidden; }

#lmdf ul A{padding:20px; width: 95%;
 min-height:190px;
	font-size:16px;
	text-align: left;

	display:inline-block;

	 color:#333; background-color:rgb(247 248 248);  border:rgb(247 248 248) solid 1px;border-radius:0px; text-transform:capitalize;

}


#lmdf ul h2{ font-size:18px; text-align:center; color:#000;}
#lmdf ul A:hover h2{ color:#fff;}

#lmdf ul A span{ line-height:1.8; }

#lmdf ul A:hover{	color:#fff; background-color:#a71330; border:#a71330 solid 1px;}
 
#lmdf ul li { WIDTH:50%; float:left; }
@media screen and (max-width: 1004px) {
#lmdf ul li { WIDTH:100%;}
#lmdf ul A { width:auto; margin:0 0 16px 0;}
}

header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}

header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  padding-left: 1.8rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 em {
  display: inline-block;
  width: 2.5rem;
  margin-right: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-align: right;
  color: #d3c5b9;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .swiper-pagination {
  bottom: 1rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.5s;
  -o-transition: all 12.5s;
  -moz-transition: all 12.5s;
  -webkit-transition: all 12.5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent2 .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-pic,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box,
header .head-banner .swiper-slide-active .box-cent .cent-pic2,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.24rem;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-English span {
  display: block;
  padding-left: 0.7rem;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-box {
  width: 9.6rem;
  height: auto;
  padding: 0.7rem 0.7rem 0.9rem;
  background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
  border-radius: 0.1rem;
}
header .head-banner .banner-cent2 .cent-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-title2 {
  margin: 0.3rem 0;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.48rem;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  font-family: '宋体';
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #a00027;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.3rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.3rem;
}
header .head-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #a00027;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #a00027;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}




footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0rem  0!important;
  background: #000;
  overflow: hidden;
}


footer .foot-main .main-top .top-logo{
  font-size: var(--fs36);
  color: #fff;
  padding-bottom: 0.3rem
}
footer .foot-main .main-top .top-intro {
  font-size: var(--fs16);
  width: 40%;
  color: #fff;
  line-height: 1.8
}


footer .foot-main .main-top .top-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  padding:0.4rem 0px;
}
footer .foot-main .main-top .top-link a{font-size: var(--fs18);padding-bottom:0.08rem;width: 48%;display: flex;border-bottom: 1px dashed #333;flex-wrap: wrap;flex-direction: column;position: relative;color: #fff;line-height:1.6;margin-bottom:0.2rem}
footer .foot-main .main-top .top-link a:after{display:block;content:"";width:9px;height: 16px; position: absolute;right:0px;top:50%;transform:translateY(-50%);background:url("../images/icon-arrow2.png") no-repeat; }
footer .foot-main .main-top .top-link a span{font-size: var(--fs16);}



footer .foot-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
footer .foot-main .main-box .box-cent {
  width: auto;
  height: auto;
}
footer .foot-main .main-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 0.1rem;
}
footer .foot-main .main-box .box-cent .cent-item img {
  width: 0.19rem;
  margin-right: 0.12rem;
}
footer .foot-main .main-box .box-cent .cent-item span {
  font-size: var(--fs16);
  color: #fff;
}
footer .foot-main .main-box .box-cont {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: auto;
  height: auto;
}
footer .foot-main .main-box .box-cont .cont-ewm {
  width: 1.18rem;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
footer .foot-main .main-box .box-cont .cont-ewm img {
  width: 100%;
}
footer .foot-main .main-box .box-cont .cont-lump {
  width: auto;
  padding-right: 0.3rem;
}
footer .foot-main .main-box .box-cont .cont-lump p {
  font-size: var(--fs16);
  text-align: right;
  color: #fff;
}
footer .foot-main .main-box .box-cont .cont-lump .lump-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item {
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.12rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item img {
  width: 0.2rem;
}
footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-box .box-cont .cont-lump .lump-share .share-item:hover {
  border: solid 1px #b59076;
  background: #b59076;
}
footer .main-bottom {
 
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border-top:1px solid #323232;
  padding:0.3rem 0;
}


footer .main-bottom .pageW{ display: flex;justify-content:space-between;}


footer .main-bottom .bottom-zizhi {
  font-size: var(--fs16);
  color: #fff;
}
footer .main-bottom .bottom-zizhi a {
  color: #fff;
}
footer .main-bottom .bottom-zizhi a:hover {
  color: #fff;
}
footer .main-bottom .bottom-link {
  font-size: var(--fs16);
  color: #fff;
}
footer .main-bottom .bottom-link a {
  color: #fff;
}
footer .main-bottom .bottom-link a:hover {
  color: #fff;
}
footer .main-bottom .bottom-link span {
  margin: 0 0.1rem;
}







footer .meiti{}
footer .meiti .meiti-tit{padding-bottom:0.2rem;font-size: var(--fs26);color: #fff;}
footer .meiti .meiti-content{display:flex;justify-content: space-between;}
footer .meiti .meiti-content .cont-ewm{display:flex;flex-direction: column;text-align: center;color:#fff;}
footer .meiti .meiti-content .cont-ewm p{line-height: 1.8}


.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container .pege-container {
  position: relative;
  width: 100%;

  overflow: hidden;
}
.container .pege-container .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-play {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
  padding-left: 1.8rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 em {
  display: inline-block;
  width: 2.6rem;
  margin-right: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-transform: uppercase;
  text-align: right;
  color: #d3c5b9;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title3 {
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-bottom: 0.2rem;
  font-size: var(--fs28);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container .pege-container .cont-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.26rem;
  border-radius: 0.45rem;
}
.container .pege-container .cont-banner .banner-swiper-button-prev,
.container .pege-container .cont-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 0.36rem;
  margin-top: -0.18rem;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .banner-swiper-button-prev img,
.container .pege-container .cont-banner .banner-swiper-button-next img {
  width: 100%;
}
.container .pege-container .cont-banner .banner-swiper-button-prev:hover,
.container .pege-container .cont-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
.container .pege-container .cont-banner .banner-swiper-button-prev {
  left: 0.5rem;
}
.container .pege-container .cont-banner .banner-swiper-button-next {
  right: 0.5rem;
}

.container .pege-container .cont-plate1 {
  width: 100%;

  padding: 1.5rem 0px;
  background: url(../images/bg1.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}



.cont-plate1 .plate1-main .page-English,
.cont-plate1 .plate1-main .page-title {
  color: #fff;
  text-align:left;
  font-size: var(--fs36);
  font-weight: 400
}
.cont-plate1 .plate1-main .main-text {
  width:70%;
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 1.8;
  color: #fff;
  padding-bottom: 1rem;
}

.cont-plate1 .top-cont .cont-select {
  position: relative;
  width: 2.2rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
  overflow: hidden;
}
.cont-plate1 .plate1-main .cont-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 12px;
  height: 7px;
  margin-top: -6px;
  background: url(../images/icon-plate2-select.png) no-repeat center center;
  background-size: 100%;
}
.cont-plate1 .plate1-main .cont-select select {
  width: 3.25rem;
  padding-left: 0.2rem;
  font-size: var(--fs20);
  font-weight: 100;
  color: #fff;
  border: none;
  background:rgba(0,0,0,0);
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 46px;
  border:2px solid #ccc;
  margin:0.1rem 0px;
}

.cont-plate1 .plate1-main .cont-select select option {
  font-size: var(--fs20);
  color: #666;

}
.cont-plate1 .plate1-main .cont-select select option:first-of-type {
  display: none;
}
.cont-plate1 .plate1-main input {
  width: 3.25rem;
  padding-left: 0.2rem;
  font-size: var(--fs20);
  font-weight: 100;
  color: #fff;
  border: none;
  background:rgba(0,0,0,0);
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 46px;
  border:2px solid #ccc;
  margin:0.1rem 0px;
}

.cont-plate1 .plate1-main input::placeholder{color: #fff;}
.cont-plate1 .plate1-main .redbtn{width: 3.25rem;line-height: 50px;text-align: center;color: #fff;font-size:var(--fs20);display: block;background: #870102;margin:0.1rem 0px; }





.cont-plate2{width: 100%;padding: 1.5rem 0px;background: url(../images/bg2.jpg) no-repeat top left;background-size: cover;overflow: hidden;}
.cont-plate2 .page-title{color: #fff;text-align: left}
.cont-plate2 .plate2-main .plate2-main-text{width:55%;color: #fff;}
.cont-plate2 .plate2-main .plate2-main-text .main-text {
    
    padding-top: 0.3rem;
    font-size: var(--fs20);
    line-height: 1.8;
    
    padding-bottom:0.8rem;
    text-align: left;

}
.cont-plate2 .plate2-main .plate2-main-text .main-text-person{text-align: right;font-size: var(--fs20);}


.cont-plate7{width: 100%;padding: 1.5rem 0px;background: #fbfbfc url(../images/plate5-bg.jpg) no-repeat top left;background-size: cover;overflow: hidden;}
.cont-plate7 .plate7-main{text-align: center;color: #fff}
.cont-plate7 .plate7-main .page-title{font-weight: 400}
.cont-plate7 .plate7-main .main-text{font-size: 0.4rem;color: #a42826;padding:0.2rem 0px 0px 0px;}
.cont-plate7 .plate7-main .main-text-link a{font-size: var(--fs22);color: #000}



.container .pege-container .cont-plate3 {
  width: 100%;

  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fbfbfc url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .pege-container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 8rem;
  border-bottom: none;
  border-top: solid 1px #eeeeed;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item {
  width: calc(100% / 3);
  padding: 0rem 0.25rem 0;
  border: solid 1px #eeeeed;
  border-top: none;
  border-left: none;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:nth-child(3n + 1) {
  border-left: solid 1px #eeeeed;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 0.66rem;
  height: 0.67rem;
  margin: 0 auto;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.24rem;
  color: #444;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate3 .plate3-main .main-cent {
  width: 6.1rem;
}
.container .pege-container .cont-plate3 .plate3-main .main-cent .page-English,
.container .pege-container .cont-plate3 .plate3-main .main-cent .page-title {
  text-align: left;
}
.container .pege-container .cont-plate3 .plate3-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  font-weight: 100;
  line-height: 0.38rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate3 .plate3-main .main-cent .page-button {
  margin-top: 0.9rem;
}
.container .pege-container .cont-plate4 {
  width: 100%;
  padding: 1.8rem 0px;
}
.container .pege-container .cont-plate4 .plate4-main .main-text {
  padding: 0 2rem;
  margin-top: 0.35rem;
  font-size: var(--fs20);
  font-weight: 100;
  line-height: 0.4rem;
  text-align: center;
  color: #666;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap:0.25rem;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo {
  width: 100%;
  height: 1.5rem;
  border-radius: 0.05rem;
  overflow: hidden;
  border:1px solid #e4e4e4;

}
.container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo:hover {
  box-shadow: 0px 0px 19px 0px rgba(153, 159, 165, 0.21);
}
.container .pege-container .cont-plate4 .plate4-main .main-cont .cont-logo:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate5 {
  width: 100%;
  height: 100vh;
  padding-top: 1.3rem;
  background: #fbfbfc url(../images/plate5-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .pege-container .cont-plate5 .plate5-main {
  position: relative;
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-right: 0.42rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.32rem 0.32rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-subtitle {
  font-size: var(--fs18);
  color: #b59076;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.32rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom p {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #666;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom span {
  width: 13px;
  height: 12px;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #a00027;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev img,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev .img2,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover {
  border: solid 2px #a00027;
  background: #a00027;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-prev {
  left: -0.85rem;
}
.container .pege-container .cont-plate5 .plate5-main .plate5-swiper-button-next {
  right: -0.85rem;
}
.container .pege-container .cont-plate6 {
  width: 100%;
  height: 100vh;
  padding-top: 1.6rem;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide {
  width: 33.33%;
  height: 4.5rem;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.6rem 0 0.4rem;
  border: solid 1px #ededed;
  border-right: none;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #201f1f;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-time span {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #201f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.4rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.8rem;
  border-radius: 0.45rem;
  border: solid 1px #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-button:hover span {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-time span {
  color: #b59076;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-button {
  border: solid 1px #b59076;
  background: #b59076;
  box-shadow: 0px 10px 30px 0px rgba(181, 144, 118, 0.3);
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-button span {
  background: url(../images/icon-button-arrow.png) no-repeat center center;
  background-size: 10px;
}
.container .pege-container .cont-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type .slide-box {
  border-right: solid 1px #ededed;
}
.container .pege-container .index-swiper-pagination {
  right: 30px;
  font-size: 0;
  position: absolute;
  width: 20px;
  z-index: 30;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 0.4;
  background: #fff;
  margin: 0 auto 30px;
  width: 2px;
  height: 2px;
  border: none;
  border-radius: 50%;
  color: #fff;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 0.2rem;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet em {
  position: absolute;
  right: 0.4rem;
  top: -0.05rem;
  font-size: var(--fs16);
  white-space: nowrap;
  opacity: 0;
  transform: translatey(-10%);
  -o-transform: translatey(-10%);
  -moz-transform: translatey(-10%);
  -webkit-transform: translatey(-10%);
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover em {
  opacity: 1;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #fff;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active:before {
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active em {
  opacity: 1;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on {
  color: #333 !important;
  background: #333 !important;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on:before {
  border: solid 1px #333 !important;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on::after {
  background: #333 !important;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding-left: 1.92rem;
}
.about .about-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 1.92rem 1rem 0.5rem;
  background: #fff;
  z-index: 9;
}
.about .about-plate1 .plate1-main .main-top {
  position: relative;
  width: 100%;
}
.about .about-plate1 .plate1-main .main-top::after {
  content: 'SD & PARTNERS';
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 1.7rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  z-index: -1;
  /*background: linear-gradient(180deg, rgba(219, 219, 219, 0.2), transparent);
  -webkit-background-clip: text;*/
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-main .main-top .top-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.about .about-plate1 .plate1-main .main-top .top-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #b59076;
}
.about .about-plate1 .plate1-main .main-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  font-weight: 100%;
  line-height: 0.32rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about .about-plate1 .plate1-main .main-data .data-item {
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-main .main-data .data-item .item-num {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  color: #666;
}
.about .about-plate1 .plate1-main .main-data .data-item .item-num span {
  margin-right: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.68rem;
  color: #a00027;
}
.about .about-plate1 .plate1-main .main-data .data-item .item-num em {
  position: relative;
}
.about .about-plate1 .plate1-main .main-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: 0.3rem;
  font-weight: bold;
  color: #a00027;
}
.about .about-plate1 .plate1-main .main-data .data-item .item-title {
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  margin-top: -1.9rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about .about-plate2 img {
  width: 100%;
  opacity: 0;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1rem;
  background: url(../images/about-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate3 .plate3-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.about .about-plate3 .plate3-top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #e6e6e7;
}
.about .about-plate3 .plate3-top .top-swiper {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide {
  width: calc(100% / 4);
  height: auto;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.6rem 0;
  cursor: pointer;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-year {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs18);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #d9d9d9;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span::after {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 0.2rem;
  height: 0.26rem;
  margin-left: -0.1rem;
  background: url(../images/icon-about-pic1.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-yuan span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.5rem;
  margin: -0.25rem 0 0 -0.3rem;
  background: url(../images/icon-about-pic2.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-year {
  top: 1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  color: #b59076;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-yuan span::before {
  opacity: 1;
}
.about .about-plate3 .plate3-top .top-swiper .swiper-slide-active .slide-box .box-yuan span::after {
  opacity: 0;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev,
.about .about-plate3 .plate3-top .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-top .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-top .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-top .plate3-swiper-button-next:hover {
  background: #a00027;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-top .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-top .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-prev {
  left: 1rem;
}
.about .about-plate3 .plate3-top .plate3-swiper-button-next {
  right: 1rem;
}
.about .about-plate3 .plate3-main {
  position: relative;
  margin: 0.6rem auto 0;
}
.about .about-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-pic {
  width: 50%;
  height: 4.7rem;
  text-align: center;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-box .box-cent {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0.3rem 0 0.8rem 1.25rem;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  color: #333;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-title span {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs44);
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-heng {
  width: 40px;
  height: 2px;
  margin: 0.35rem 0;
  background: #cbcbcb;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-lump {
  width: 100%;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-lump .lump-text {
  position: relative;
  padding-left: 0.3rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-lump .lump-text::after {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0;
}
.about .about-plate4 .plate4-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  background: url(../images/about-bg2.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.about .about-plate4 .plate4-swiper .swiper-slide {
  width: calc(100% / 4);
  height: 7.8rem;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.55rem 0;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin:0px auto;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #fff;
  opacity: 0.6;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-heng {
  width: 20px;
  height: 2px;
  margin-top: 0.45rem;
  background: #b59076;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.34rem;
  color: #fff;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover {
  border-right: solid 1px rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.2);
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-icon .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.manage-top {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem !important;
}
.manage-top .top-item {
  width: calc(100% / 4);
  height: auto;
  border-right: solid 1px #e5e5e5;
}
.manage-top .top-item:last-of-type {
  border-right: none;
}
.manage-top .top-item .item-icon {
  position: relative;
  width: 0.63rem;
  height: 0.56rem;
  margin: 0 auto;
}
.manage-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage-top .top-item .item-icon .img2 {
  opacity: 0;
}
.manage-top .top-item .itme-title {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  color: #222;
}
.manage-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.manage-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.manage-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.manage-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.manage {
  width: 100%;
  height: auto;
}
.manage .manage-plate1 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.manage .manage-plate1 .plate1-cent {
  width: 6.8rem;
  height: auto;
}
.manage .manage-plate1 .plate1-cent .page-English,
.manage .manage-plate1 .plate1-cent .page-title {
  text-align: left;
}
.manage .manage-plate1 .plate1-cent .cent-text {
  height: 5.5rem;
  padding-right: 0.05rem;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  text-align: justify;
  line-height: 0.34rem;
  color: #666;
  overflow: auto;
}
.manage .manage-plate1 .plate1-pic {
  width: 7.68rem;
  height: 100%;
  overflow: hidden;
}
.manage .manage-plate1 .plate1-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage .manage-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.manage .manage-plate2 {
  padding: 0.8rem 0 1.2rem;
}
.manage .manage-plate2 .plate2-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.manage .manage-plate2 .plate2-pic img {
  width: 100%;
}
.manage .manage-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
  background: url(../images/manage-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.manage .manage-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.manage .manage-plate3 .plate3-main .main-box .box-item {
  width: calc(100% / 5 - 0.152rem);
  height: auto;
  margin-right: 0.19rem;
  padding: 0.6rem 0.34rem 0.5rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.manage .manage-plate3 .plate3-main .main-box .box-item:nth-child(5n) {
  margin-right: 0;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .item-title {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .itme-heng {
  width: 0.24rem;
  height: 2px;
  margin: 0.25rem auto;
  background: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .item-subtitle {
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage .manage-plate3 .plate3-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.28rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.manage .manage-plate3 .plate3-main .main-box .box-item:hover {
  background: #a00027;
}
.manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-title,
.manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-subtitle,
.manage .manage-plate3 .plate3-main .main-box .box-item:hover .item-text {
  color: #fff;
}
.manage .manage-plate3 .plate3-main .main-box .box-item:hover .itme-heng {
  background: #fff;
}
.committeeDetail {
  width: 100%;
  height: auto;
}
.committeeDetail .committeeDetail-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.3rem;
}
.committeeDetail .committeeDetail-plate1 .plate1-cent {
  width: 6.75rem;
  height: auto;
}
.committeeDetail .committeeDetail-plate1 .plate1-cent .page-English,
.committeeDetail .committeeDetail-plate1 .plate1-cent .page-title {
  text-align: left;
}
.committeeDetail .committeeDetail-plate1 .plate1-cent .cent-text {
  height: 5.1rem;
  margin-top: 0.3rem;
  padding-right: 0.05rem;
  font-size: var(--fs16);
  text-align: justify;
  line-height: 0.34rem;
  color: #666;
  overflow: auto;
}
.committeeDetail .committeeDetail-plate1 .plate1-pic {
  width: 7.68rem;
  height: 100%;
  overflow: hidden;
}
.committeeDetail .committeeDetail-plate1 .plate1-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.committeeDetail .committeeDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.3rem;
  background: url(../images/manage-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.committeeDetail .committeeDetail-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-cent {
  width: 6.75rem;
  height: auto;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .page-English,
.committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .page-title {
  text-align: left;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-cent .cent-text {
  height: 1.7rem;
  padding-right: 0.05rem;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  text-align: justify;
  line-height: 0.34rem;
  color: #666;
  overflow: auto;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-pic {
  width: 7.68rem;
  height: 100%;
  overflow: hidden;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate2 .plate2-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.committeeDetail .committeeDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  margin-right: 0.24rem;
  padding: 0.6rem 0.34rem 0.5rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-title {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .itme-heng {
  width: 0.24rem;
  height: 2px;
  margin: 0.25rem auto;
  background: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-subtitle {
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.28rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover {
  background: #a00027;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-title,
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-subtitle,
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .item-text {
  color: #fff;
}
.committeeDetail .committeeDetail-plate3 .plate3-main .main-box .box-item:hover .itme-heng {
  background: #fff;
}
.committeeDetail .committeeDetail-plate4 {
  padding: 1.2rem 0 1.3rem;
}
.committeeDetail .committeeDetail-plate4 .plate4-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: justify;
  line-height: 0.34rem;
  color: #666;
}
.committeeDetail .committeeDetail-plate4 .plate4-text img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.committeeDetail .committeeDetail-plate4 .plate4-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.committeeDetail .committeeDetail-plate4 .plate4-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committeeDetail .committeeDetail-plate4 .plate4-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.committee {
  width: 100%;
  height: auto;
}
.committee .committee-main {
  padding: 1.1rem 0 0.8rem;
}
.committee .committee-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.committee .committee-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.34rem);
  height: auto;
  padding: 0.6rem 0.3rem 0.55rem;
  margin-right: 0.51rem;
  margin-bottom: 0.6rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.committee .committee-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.committee .committee-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #a00027;
  border-radius: 50%;
}
.committee .committee-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.54rem;
  height: 0.52rem;
  margin: -0.26rem 0 0 -0.27rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committee .committee-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.committee .committee-main .main-cont .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.committee .committee-main .main-cont .cont-item .item-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs12);
  text-align: center;
  color: #999;
}
.committee .committee-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.committee .committee-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.committee .committee-main .main-cont .cont-item:hover .item-title {
  color: #b59076;
}
.operate {
  width: 100%;
  height: 100%;
}
.operate .operate-plate1 {
  padding: 1.2rem 0 1.3rem;
}
.operate .operate-plate1 .plate1-pic {
  width: 100%;
  margin-top: 0.6rem;
  text-align: center;
}
.operate .operate-plate1 .plate1-pic img {
  max-width: 100%;
  width: auto;
}
.operate .operate-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
  background: url(../images/manage-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.operate .operate-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  margin-right: 0.24rem;
  margin-bottom: 0.2rem;
  padding: 0.5rem 0.3rem 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item:hover {
  background: #a00027;
}
.operate .operate-plate2 .plate2-main .main-cont .cont-item:hover .item-title,
.operate .operate-plate2 .plate2-main .main-cont .cont-item:hover .item-text {
  color: #fff;
}
.operate .operate-plate3 {
  padding: 1.1rem 0 1.06rem;
}
.operate .operate-plate3 .plate3-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.operate .operate-plate3 .plate3-cont .cont-item {
  width: calc(100% / 5 - 0.192rem);
  height: auto;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  padding: 0.5rem 0.3rem 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate3 .plate3-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.operate .operate-plate3 .plate3-cont .cont-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.operate .operate-plate3 .plate3-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.operate .operate-plate3 .plate3-cont .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate3 .plate3-cont .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate3 .plate3-cont .cont-item:hover {
  background: #a00027;
}
.operate .operate-plate3 .plate3-cont .cont-item:hover .item-title,
.operate .operate-plate3 .plate3-cont .cont-item:hover .item-text {
  color: #fff;
}
.operate .operate-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1rem;
  background: url(../images/manage-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.operate .operate-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.3334rem);
  height: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.3rem 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item:hover {
  background: #a00027;
}
.operate .operate-plate4 .plate4-main .main-cont .cont-item:hover .item-title,
.operate .operate-plate4 .plate4-main .main-cont .cont-item:hover .item-text {
  color: #fff;
}
.supervise {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.supervise .supervise-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.supervise .supervise-main .cont-item {
  width: calc(100% / 3 - 0.3067rem);
  height: auto;
  margin-right: 0.46rem;
  margin-bottom: 0.4rem;
  padding: 0.5rem 0.3rem 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.supervise .supervise-main .cont-item:nth-child(3n) {
  margin-right: 0;
}
.supervise .supervise-main .cont-item .item-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.supervise .supervise-main .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supervise .supervise-main .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.supervise .supervise-main .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.supervise .supervise-main .cont-item:hover {
  background: #a00027;
}
.supervise .supervise-main .cont-item:hover .item-title,
.supervise .supervise-main .cont-item:hover .item-text {
  color: #fff;
}
.introduce-top {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem !important;
}
.introduce-top .top-item {
  width: calc(100% / 5);
  height: auto;
  border-right: solid 1px #e5e5e5;
}
.introduce-top .top-item:last-of-type {
  border-right: none;
}
.introduce-top .top-item .item-icon {
  position: relative;
  width: 0.63rem;
  height: 0.56rem;
  margin: 0 auto;
}
.introduce-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce-top .top-item .item-icon .img2 {
  opacity: 0;
}
.introduce-top .top-item .itme-title {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  color: #222;
}
.introduce-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.introduce-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.introduce-top .top-item-on .item-icon .img1 {
  opacity: 0;
}
.introduce-top .top-item-on .item-icon .img2 {
  opacity: 1;
}
.introduce {
  width: 100%;
  height: auto;
}
.introduce .introduce-main {
  padding: 1.1rem 0 0.6rem;
}
.introduce .introduce-main .main-title {
  margin-top: 0.5rem;
  font-size: var(--fs30);
  text-align: center;
  color: #333;
}
.introduce .introduce-main .main-text {
  padding: 0 1.05rem;
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.38rem;
  text-align: center;
  color: #666;
}
.introduce .introduce-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.introduce .introduce-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.introduce .introduce-main .main-cont .cont-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.introduce .introduce-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-cont .cont-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.introduce .introduce-main .main-cont .cont-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.35rem 1rem;
}
.introduce .introduce-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: left;
  color: #333;
}
.introduce .introduce-main .main-cont .cont-item .item-cent .cent-heng {
  width: 35px;
  height: 2px;
  margin: 0.2rem 0 0.3rem;
  background: #e4e4e4;
}
.introduce .introduce-main .main-cont .cont-item .item-cent .cent-text {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: justify;
  color: #666;
}
.introduce .introduce-main .main-cont .cont-item:nth-child(even) {
  flex-direction: row-reverse;
}
.structure {
  width: 100%;
  height: auto;
}
.structure .structure-main {
  padding: 1.1rem 0 1.4rem;
}
.structure .structure-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  text-align: center;
}
.structure .structure-main .main-pic img {
  max-width: 100%;
  width: auto;
}
.duty {
  width: 100%;
  height: auto;
}
.duty .duty-plate1 {
  padding: 1.1rem 0 1.16rem;
}
.duty .duty-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.duty .duty-plate1 .plate1-main .main-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  overflow: hidden;
}
.duty .duty-plate1 .plate1-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.duty .duty-plate1 .plate1-main .main-item .item-title {
  font-size: var(--fs22);
  color: #333;
}
.duty .duty-plate1 .plate1-main .main-item .item-heng {
  width: 24px;
  height: 2px;
  margin: 0.2rem 0;
  background: #a00027;
}
.duty .duty-plate1 .plate1-main .main-item .item-text {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.28rem;
  color: #666;
}
.duty .duty-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.16rem;
  background: url(../images/duty-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.duty .duty-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.duty .duty-plate2 .plate2-main .main-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  overflow: hidden;
}
.duty .duty-plate2 .plate2-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.duty .duty-plate2 .plate2-main .main-item .item-title {
  font-size: var(--fs22);
  color: #333;
}
.duty .duty-plate2 .plate2-main .main-item .item-heng {
  width: 24px;
  height: 2px;
  margin: 0.2rem 0;
  background: #a00027;
}
.duty .duty-plate2 .plate2-main .main-item .item-text {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.28rem;
  color: #666;
}
.trends {
  width: 100%;
  height: auto;
}
.trends .trends-main {
  padding: 1.1rem 0 1.2rem;
}
.trends .trends-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.trends .trends-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 1rem;
  border: solid 1px #f1f1f1;
  border-left: none;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #201f1f;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs26);
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.5rem;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time span {
  color: #b59076;
}
.trends .trends-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #a00027;
}
.trends .trends-main .main-swiper .swiper-pagination {
  width: 50%;
}
.trends .trends-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0.05rem;
  background: #fff;
  opacity: 1;
}
.trends .trends-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b59076;
}
.trends .trends-main .main-cont {
  width: 100%;
  height: auto;
  margin: 0.6rem 0 1rem;
}
.trends .trends-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.6rem 0;
  border-bottom: solid 1px #f1f1f1;
}
.trends .trends-main .main-cont .cont-item:first-of-type {
  border-top: solid 1px #f1f1f1;
}
.trends .trends-main .main-cont .cont-item .item-pic {
  width: 3rem;
  height: 2rem;
  margin-right: 0.6rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-cent {
  width: 9.35rem;
  height: auto;
  margin-right: 1.92rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  color: #201f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trends .trends-main .main-cont .cont-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #201f1f;
}
.trends .trends-main .main-cont .cont-item .item-cent .cent-time span {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-link {
  width: 0.48rem;
  height: 0.34rem;
  border-radius: 0.45rem;
  border: solid 1px #a00027;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trends .trends-main .main-cont .cont-item .item-link:hover {
  border: solid 1px #b59076;
  background: #b59076 url(../images/icon-button-arrow.png) no-repeat center center !important;
  background-size: 13px !important;
}
.trends .trends-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.trends .trends-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #a00027;
}
.trends .trends-main .main-cont .cont-item:hover .item-cent .cent-time span {
  color: #b59076;
}
.trends .trends-main .main-cont .cont-item:hover .item-link {
  background: #a00027 url(../images/icon-button-arrow.png) no-repeat center center;
  background-size: 13px;
}
.guide {
  width: 100%;
  height: auto;
}
.guide .guide-main {
  padding: 1.1rem 0 1.2rem;
}
.guide .guide-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.9rem;
}
.guide .guide-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 1.2rem;
  padding: 0 0.45rem;
  margin-bottom: 0.1rem;
  border-left: solid 6px #a00027;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.guide .guide-main .main-cont .cont-item p {
  width: calc(100% - 0.6rem);
  height: auto;
  font-size: var(--fs20);
  font-weight: 100;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guide .guide-main .main-cont .cont-item p span {
  margin-right: 0.48rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs18);
  font-weight: 500;
  color: #a00027;
}
.guide .guide-main .main-cont .cont-item .item-button {
  width: 0.48rem;
  height: 0.34rem;
  border-radius: 0.45rem;
  border: solid 1px #a00027;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.guide .guide-main .main-cont .cont-item:hover .item-button {
  border: solid 1px #b59076;
  background: #b59076 url(../images/icon-button-arrow.png) no-repeat center center;
  background-size: 13px;
  box-shadow: 0px 10px 30px 0px rgba(116, 90, 71, 0.3);
}
.video {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.video .video-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.video .video-main .main-top .top-item {
  position: relative;
  width: auto;
  margin: 0 0.52rem;
  padding-bottom: 0.15rem;
  font-size: var(--fs18);
  color: #666;
}
.video .video-main .main-top .top-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 115%;
  width: 0.8rem;
  height: 0.2rem;
  background: url(../images/icon-video-pic.png) no-repeat center center;
  background-size: 100%;
}
.video .video-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a00027;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-top .top-item:last-of-type::before {
  display: none;
}
.video .video-main .main-top .top-item:hover {
  color: #a00027;
}
.video .video-main .main-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.video .video-main .main-top .top-item-on {
  color: #a00027;
}
.video .video-main .main-top .top-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.video .video-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
}
.video .video-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.65rem;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.video .video-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  margin: -0.21rem 0 0 -0.21rem;
  z-index: 2;
  cursor: pointer;
}
.video .video-main .main-cont .cont-item .item-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  margin: -0.21rem 0 0 -0.21rem;
  border-radius: 50%;
  background: #fff;
  animation: mapAddress linear infinite 3s;
}
.video .video-main .main-cont .cont-item .item-play img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.video .video-main .main-cont .cont-item p {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #666;
}
.video .video-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.honor .honor-main {
  display: flex;
  justify-content: space-between;
}
.honor .honor-main .main-cont {
  width: 10.12rem;
  height: auto;
}
.honor .honor-main .main-cont .cont-list {
  position: relative;
  width: 100%;
  height: auto;
}
.honor .honor-main .main-cont .cont-list::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.honor .honor-main .main-cont .cont-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 14px;
  overflow: hidden;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide {
  width: 33.33%;
  height: auto;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-year {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide .slide-box .box-yuan span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide-active .slide-box .box-year {
  color: #b59076;
}
.honor .honor-main .main-cont .cont-list .list-box .swiper-slide-active .slide-box .box-yuan span {
  width: 14px;
  height: 14px;
  background: #b59076;
}
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev,
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5e5e5;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev img,
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev:hover,
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next:hover {
  background: #a00027;
}
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-prev {
  left: 0;
}
.honor .honor-main .main-cont .cont-list .list-box .honor-swiper-button-next {
  right: 0;
}
.honor .honor-main .main-cont .cont-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 1.2rem;
}
.honor .honor-main .main-cont .cont-cent .cent-lump {
  position: absolute;
  top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-box {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.65rem;
  border-bottom: solid 1px #f2f2f2;
  cursor: pointer;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item span {
  width: 16px;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item span img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .item-text {
  width: calc(100% - 16px);
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .itme-pic {
  position: absolute;
  top: -0.3rem;
  right: 0;
  width: 3.46rem;
  height: auto;
  padding: 0.25rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item .itme-pic img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item:hover .item-text {
  color: #a00027;
}
.honor .honor-main .main-cont .cont-cent .cent-lump .lump-item:hover .itme-pic {
  opacity: 1;
  visibility: visible;
}
.honor .honor-main .main-cont .cont-cent .cent-lump-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.honor .honor-main .main-right {
  position: relative;
  width: 4.24rem;
  height: auto;
}
.honor .honor-main .main-right .right-pic {
  width: 100%;
  height: auto;
}
.honor .honor-main .main-right .right-pic img {
  width: 100%;
}
.honor .honor-main .main-right .right-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.55rem 0;
}
.honor .honor-main .main-right .right-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #a00027;
}
.honor .honor-main .main-right .right-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs20);
  line-height: 0.34rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
.honor .honor-main .main-right .right-cent .cent-heng {
  width: 44px;
  height: 2px;
  margin-top: 0.35rem;
  background: #b59076;
}
.areaDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.35rem;
}
.areaDetail .areaDetail-main {
  display: flex;
  justify-content: space-between;
}
.areaDetail .areaDetail-main .main-cont {
  width: 3.58rem;
  height: auto;
}
.areaDetail .areaDetail-main .main-cont .cont-pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.areaDetail .areaDetail-main .main-cont .cont-pic .img1 {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.areaDetail .areaDetail-main .main-cont .cont-pic .pic-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.areaDetail .areaDetail-main .main-cont .cont-pic .pic-icon img {
  width: 100%;
}
.areaDetail .areaDetail-main .main-cont .cont-pic:hover .img1 {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.areaDetail .areaDetail-main .main-cont .cont-title {
  margin-top: 0.4rem;
  font-size: var(--fs48);
  font-weight: bold;
  color: #a00027;
}
.areaDetail .areaDetail-main .main-cont .cont-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #999;
}
.areaDetail .areaDetail-main .main-cont .cont-text {
  margin-top: 0.5rem;
  font-size: var(--fs18);
  color: #333;
}
.areaDetail .areaDetail-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.25rem;
}
.areaDetail .areaDetail-main .main-cont .cont-item img {
  width: 0.3rem;
}
.areaDetail .areaDetail-main .main-cont .cont-item span {
  width: calc(100% - 0.3rem);
  padding-left: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
}
.areaDetail .areaDetail-main .main-cont .cont-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.areaDetail .areaDetail-main .main-cont .cont-bottom .page-button {
  margin-right: 0.2rem;
}
.areaDetail .areaDetail-main .main-cent {
  width: 10.68rem;
  height: auto;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #666;
}
.areaDetail .areaDetail-main .main-cent span {
  font-size: var(--fs18);
  font-weight: 400;
  color: #333;
}
.area {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.5rem;
}
.area .area-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.55rem;
  border-top: solid 1px #eeeeed;
}
.area .area-main .main-cont .cont-item {
  width: calc(100% / 6);
  height: 1.8rem;
  padding: 0.45rem 0.25rem 0;
  border: solid 1px #eeeeed;
  border-top: none;
  border-left: none;
}
.area .area-main .main-cont .cont-item:nth-child(6n + 1) {
  border-left: solid 1px #eeeeed;
}
.area .area-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 0.46rem;
  height: 0.47rem;
  margin: 0 auto;
}
.area .area-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.area .area-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.area .area-main .main-cont .cont-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.24rem;
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.area .area-main .main-cont .cont-item:hover {
  background: #a00027;
}
.area .area-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.area .area-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.area .area-main .main-cont .cont-item:hover .item-title {
  color: #fff;
}
.partnerDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
}
.partnerDetail .partnerDetail-main {
  display: flex;
  justify-content: space-between;
}
.partnerDetail .partnerDetail-main .main-top {
  display: none;
}
.partnerDetail .partnerDetail-main .main-cont {
  width: 4.5rem;
  height: auto;
}
.partnerDetail .partnerDetail-main .main-cont .cont-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.partnerDetail .partnerDetail-main .main-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partnerDetail .partnerDetail-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.partnerDetail .partnerDetail-main .main-cont .cont-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.partnerDetail .partnerDetail-main .main-cont .cont-bottom .page-button {
  margin-right: 0.2rem;
}
.partnerDetail .partnerDetail-main .main-cont .cont-bottom .page-button:last-of-type {
  margin-right: 0;
}
.partnerDetail .partnerDetail-main .main-box {
  width: 9.65rem;
  height: auto;
}
.partnerDetail .partnerDetail-main .main-box .box-name {
  font-size: var(--fs48);
  color: #a00027;
}
.partnerDetail .partnerDetail-main .main-box .box-title {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  color: #999;
}
.partnerDetail .partnerDetail-main .main-box .box-emali {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.35rem;
}
.partnerDetail .partnerDetail-main .main-box .box-emali img {
  width: 0.29rem;
}
.partnerDetail .partnerDetail-main .main-box .box-emali span {
  width: calc(100% - 0.29rem);
  padding-left: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #666;
}
.partnerDetail .partnerDetail-main .main-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #666;
}
.partnerDetail .partnerDetail-main .main-box .box-cent span {
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.38rem;
  color: #a00027;
}
.partner {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.4rem;
}
.partner .partner-main .main-top {
  display: none;
}
.partner .partner-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.partner .partner-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.3rem);
  height: auto;
  margin-bottom: 0.6rem;
  background: #f8f8f9;
}
.partner .partner-main .main-cont .cont-item .item-pic {
  width: 3rem;
  height: 4.2rem;
  overflow: hidden;
}
.partner .partner-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item .item-cent {
  width: calc(100% - 3rem);
  height: auto;
  padding: 0.55rem 0.48rem 0;
  background: url(../images/partner-bg.jpg) no-repeat top left;
  background-size: cover;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-name {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #999c9f;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-name span {
  font-size: var(--fs30);
  color: #191c22;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-heng {
  width: 0.3rem;
  height: 2px;
  margin: 0.35rem 0;
  background: #b59076;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-text {
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-text span {
  font-weight: 500;
  color: #333;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 0.45rem;
  background: #a00027;
  box-shadow: 0px 10px 30px 0px rgba(30, 7, 90, 0.3);
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-button img {
  width: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-button:hover {
  background: #b59076;
}
.partner .partner-main .main-cont .cont-item .item-cent .cent-button:hover img {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.partner .partner-main .main-cont .cont-item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.partner .partner-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.partner .partner-main .main-cont .cont-item:hover .item-cent .cent-name span {
  color: #a00027;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsDetail .newsDetail-main .main-cent {
  width: 64.3%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.5rem;
  color: #a00027;
}
.newsDetail .newsDetail-main .main-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.3rem 0 0.5rem;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #aaa;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
  width: auto;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.32rem;
  color: #101010;
}
.newsDetail .newsDetail-main .main-cent .cent-box strong {
    font-weight:bold;
    color: #0e0e0e;
}
.newsDetail .newsDetail-main .main-cent .cent-box img {
  display: block;
  max-width: 100%;
  
  height: auto !important;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-cent .cent-box .box-title {
  width: 100%;
  padding-bottom: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
  border-bottom: solid 2px #a00027;
}
.newsDetail .newsDetail-main .main-list {
  position: relative;
  width: 4rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #393435;
}
.newsDetail .newsDetail-main .main-list .list-box .list-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  border-bottom: 3px solid #edecf1;
  padding-bottom:0.2rem
}

.newsDetail .newsDetail-main .main-list .list-box .list-English span{font-size: var(--fs18);font-weight: 600;display: block;}


.newsDetail .newsDetail-main .main-list .list-box .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.2rem 0 0.2rem;
  margin-bottom:0.3rem

}


.newsDetail .newsDetail-main .main-list .list-box .list-moreinfo{ font-size: var(--fs18);}
.newsDetail .newsDetail-main .main-list .list-box .list-moreinfo p{padding:0.1rem 0;vertical-align: middle;}
.newsDetail .newsDetail-main .main-list .list-box .list-moreinfo p img{display: inline-block;margin-right: 10px;}








.newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top:0.2rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}




.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
    font-size: var(--fs38);
    font-weight: bold;
    color: #a00027;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.newsDetail .newsDetail-main .main-list .list-box .list-botton img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
  background: #b59076;
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.news .news-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  overflow: hidden;
}
.news .news-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 1rem;
  border: solid 1px #f1f1f1;
  border-left: none;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #201f1f;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time span {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs26);
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.5rem;
}
.news .news-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time span {
  color: #b59076;
}
.news .news-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #a00027;
}
.news .news-main .main-swiper .swiper-pagination {
  width: 50%;
}
.news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0.05rem;
  background: #fff;
  opacity: 1;
}
.news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b59076;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 1rem 0 1.2rem;
  border-left: solid 1px #ededed;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3);
  height: auto;
  padding: 0.4rem 0.6rem 0.45rem 0.4rem;
  border: solid 1px #ededed;
  border-left: none;
}
.news .news-main .main-cont .cont-item .item-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #201f1f;
}
.news .news-main .main-cont .cont-item .item-time span {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #201f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-text {
  margin-top: 0.4rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.8rem;
  border-radius: 0.45rem;
  border: solid 1px #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-button span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-button:hover span {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news .news-main .main-cont .cont-item:hover .item-time span {
  color: #b59076;
}
.news .news-main .main-cont .cont-item:hover .item-button {
  border: solid 1px #b59076;
  background: #b59076;
  box-shadow: 0px 10px 30px 0px rgba(181, 144, 118, 0.3);
}
.news .news-main .main-cont .cont-item:hover .item-button span {
  background: url(../images/icon-button-arrow.png) no-repeat center center;
  background-size: 10px;
}
.observe {
  width: 100%;
  height: auto;
  padding: 0rem 0 1.4rem;
}
.observe .observe-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
}
.observe .observe-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-right: 0.42rem;
  margin-bottom: 0.6rem;
  background: #f7f7f8;
}
.observe .observe-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.observe .observe-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a42826;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.observe .observe-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.observe .observe-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.observe .observe-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.32rem 0.32rem;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-subtitle {
  font-size: var(--fs18);
  color: #b59076;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.32rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-bottom p {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #a42826;
}
.observe .observe-main .main-cont .cont-item .item-cent .cent-bottom span {
  width: 13px;
  height: 12px;
  background: url(../images/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.observe .observe-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.observe .observe-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.observe .observe-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #a00027;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.contact .contact-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1rem;
  padding-top: 0.4rem;
}
.contact .contact-plate1 .plate1-cent .page-English,
.contact .contact-plate1 .plate1-cent .page-title {
  text-align: left;
}
.contact .contact-plate1 .plate1-cent .page-title {
  margin-bottom: 0.5rem;
}
.contact .contact-plate1 .plate1-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
}
.contact .contact-plate1 .plate1-cent .cent-item img {
  width: 0.32rem;
  height: auto;
}
.contact .contact-plate1 .plate1-cent .cent-item span {
  width: calc(100% - 0.32rem);
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #666;
}
.contact .contact-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .contact-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact .contact-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.1rem 0 2.05rem;
  background: #f4f4f5;
  overflow: hidden;
}
.contact .contact-plate2 .plate2-main {
  position: relative;
  z-index: 9;
}
.contact .contact-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 2 - 0.3rem);
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-bottom: 0.6rem;
  background: #fff;
  border-radius: 0.05rem;
  border-top: solid 4px #a00027;
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top p {
  width: calc(100% - 1.1rem);
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top p span {
  font-weight: bold;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs16);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-top div span {
  width: 0.15rem;
  height: 0.19rem;
  margin-right: 0.1rem;
  background: url(../images/icon-contact-pic7.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-text {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item:hover {
  border-top: solid 4px #b59076;
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.3);
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div {
  color: #b59076;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div span {
  background: url(../images/icon-contact-pic8.png) no-repeat center center;
  background-size: 100%;
}
.contact .contact-plate2 .plate2-3D {
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: 1;
  opacity: 0.1;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent .page-English,
.recruit .recruit-main .main-top .top-cent .page-title {
  text-align: left;
}
.recruit .recruit-main .main-top .page-button {
  background: #a00027;
}
.recruit .recruit-main .main-top .page-button:hover {
  background: #b59076;
}
.recruit .recruit-main .main-cont {
  width: 100%;
  height: auto;
  margin: 0.5rem 0 1rem;
}
.recruit .recruit-main .main-cont .list-dd {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-cont .list-dd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #a00027;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.recruit .recruit-main .main-cont .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0.35rem 0.6rem 0.35rem 0.9rem;
  background: #f8f8f8;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left {
  width: calc(100% - 0.65rem);
  height: auto;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-title {
  position: relative;
  width: 100%;
  height: auto;
  font-size: var(--fs22);
  color: #2a2a2a;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-title::after {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: -0.45rem;
  width: 0.24rem;
  height: 0.29rem;
  background: url(../images/icon-recruit-user.png) no-repeat top left;
  background-size: 100%;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.2rem;
  background: #2a2a2a;
  border-radius: 0.45rem transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  font-weight: 100;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text2 {
  display: none;
  margin-top: 0.3rem;
  font-size: var(--fs14);
  color: #333;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-left .top-text2 span {
  display: inline-block;
  margin-right: 0.5rem;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-right {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.2rem;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-right .img2 {
  opacity: 0;
}
.recruit .recruit-main .main-cont .list-dd .dd-top .top-right::after {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  line-height: 0.55rem;
  color: #a00027;
  border: solid 3px #fff;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .top-active {
  background: #fff;
}
.recruit .recruit-main .main-cont .list-dd .top-active .top-left .top-text {
  display: none;
}
.recruit .recruit-main .main-cont .list-dd .top-active .top-left .top-text2 {
  display: block;
}
.recruit .recruit-main .main-cont .list-dd .top-active .top-right::after {
  content: '-';
  font-size: var(--fs30);
  line-height: 0.5rem;
  border: solid 3px #a00027;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0 0.6rem 0.6rem 0.9rem;
  background: #fff;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.36rem;
  font-weight: 100;
  color: #666;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  font-weight: 100;
  color: #666;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
  width: 1.5rem;
  height: 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 45px;
  background: #b59076;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
  width: 1.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 45px;
  background: #d8d8d8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-cont .list-dd-active {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.recruit .recruit-main .main-cont .list-dd-active::after {
  width: 100%;
}
.message {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
}
.message .message-main .main-form{width: 100%}
.message .message-main .main-form form{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.message .message-main .main-form select {
  width: calc(100% / 3 - 0.14rem);
  height: 0.55rem;
  margin-right: 0.21rem;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #666;
  border: solid 1px #ededed;
  border-radius: 0.05rem;
}
.message .message-main .main-form input {
  width: calc(100% / 3 - 0.14rem);
  height: 0.55rem;
  margin-right: 0.21rem;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #666;
  border: solid 1px #ededed;
  border-radius: 0.05rem;
}
.message .message-main .main-form input:nth-child(3n) {
  margin-right: 0;
}


.message .message-main .main-form textarea {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.3rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  font-weight: 100;
  color: #666;
  border: solid 1px #ededed;
  border-radius: 0.05rem;
}
.message .message-main .main-button {
  display: block;
  width: 1.7rem;
  height: 0.5rem;
  margin: 0.3rem auto 0;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #a00027;
  border-radius: 0.05rem;
}
.message .message-main .main-button:hover {
  background: #811604;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #a00027;
  border: solid 2px #a00027;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #a00027;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #a00027;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 46px;
  height: 3px;
  margin-top: 0.2rem;
  background: #a00027;
}
.page-title {
  
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.page-English {
  font-family: 'MONTSERRAT-THIN';
  font-size: var(--fs26);
  text-align: center;
  text-transform: uppercase;
  color: #666;
  margin-top: 0.1rem;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  margin: 0 auto;
}
.page-load em {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.2rem;
  background: url(../images/icon-load.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load span {
  font-size: var(--fs16);
  color: #a00027;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover em {
  margin-right: 0.1rem;
  background: url(../images/icon-load2.png) no-repeat center center;
  background-size: 100%;
}
.page-load:hover span {
  color: #b59076;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.52rem;
  border-radius: 0.15rem;
  background:#dc001d;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button span {
  font-size: var(--fs16);
  color: #fff;
}
.page-button em {
  width: 13px;
  height: 12px;
  margin-left: 0.08rem;
  background: url(../images/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background:#b7031a;
}
.page-button:hover em {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-crumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: var(--fs20);
}
.page-crumb a {
  font-size: var(--fs20);
  color: #fff;
  text-decoration: none;
  margin:0px 5px;
}

.page-crumb a:hover {
  color: #a00027;
  text-decoration: underline;
}


.page-crumb span {
  font-size: var(--fs18);
  color: #a00027;
}
.page-crumb em {
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon-crumb-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-subnav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.6rem;
  border-bottom: solid 3px #edecf2;
}
.page-subnav .subnav-cent {
  width: 3.8rem;
  height: auto;
  padding-bottom: 0.3rem;
}
.page-subnav .subnav-cent .cent-title {
  font-size: var(--fs32);
  font-weight: bold;
  color: #a00027;
}
.page-subnav .subnav-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs24);
  line-height: 0.24rem;
  text-transform: uppercase;
  color: #bbb;
}
.page-subnav .subnav-cent .cent-English span {
  display: block;
  font-family: 'MONTSERRAT-MEDIUM';
}
.page-subnav .subnav-box {
  position: relative;
  max-width: 10.7rem;
  width: auto;
  height: auto;
  padding: 0 0.3rem;
  overflow: hidden;
}
.page-subnav .subnav-box .box-swiper {
  position: relative;
  max-width: 10.1rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.page-subnav .subnav-box .box-swiper .swiper-slide {
  width: auto;
  margin-right: 0.55rem;
}
.page-subnav .subnav-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: auto;
  padding-bottom: 0.3rem;
  font-size: var(--fs18);
  color: #666;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a00027;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box:hover {
  color: #a00027;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box-on {
  color: #a00027;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-subnav .subnav-box .subnav-swiper-button-prev,
.page-subnav .subnav-box .subnav-swiper-button-next {
  position: absolute;
  top: 14%;
  width: 7px;
  height: 13px;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.page-subnav .subnav-box .subnav-swiper-button-prev img,
.page-subnav .subnav-box .subnav-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-subnav .subnav-box .subnav-swiper-button-prev .img2,
.page-subnav .subnav-box .subnav-swiper-button-next .img2 {
  opacity: 0;
}
.page-subnav .subnav-box .subnav-swiper-button-prev:hover .img1,
.page-subnav .subnav-box .subnav-swiper-button-next:hover .img1 {
  opacity: 0;
}
.page-subnav .subnav-box .subnav-swiper-button-prev:hover .img2,
.page-subnav .subnav-box .subnav-swiper-button-next:hover .img2 {
  opacity: 1;
}
.page-subnav .subnav-box .subnav-swiper-button-prev {
  left: 0;
}
.page-subnav .subnav-box .subnav-swiper-button-next {
  right: 0;
}
.page-subnav .subnav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0.3rem;
}
.page-subnav .subnav-cont .cont-select {
  position: relative;
  width: 2.2rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
  overflow: hidden;
}
.page-subnav .subnav-cont .cont-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 12px;
  height: 7px;
  margin-top: -6px;
  background: url(../images/icon-plate2-select.png) no-repeat center center;
  background-size: 100%;
}
.page-subnav .subnav-cont .cont-select select {
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #838383;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-subnav .subnav-cont .cont-select select option {
  font-size: var(--fs14);
}
.page-subnav .subnav-cont .cont-select select option:first-of-type {
  display: none;
}
.page-subnav .subnav-cont input {
  width: 2.2rem;
  height: 0.56rem;
  margin-right: 0.15rem;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #838383;
  border: solid 1px #eeeeee;
  border-radius: 0.05rem;
  overflow: hidden;
}
.page-subnav .subnav-cont .cont-button {
  width: 1.1rem;
  height: 0.56rem;
  border: solid 1px #b59076;
  border-radius: 0.05rem;
  background: url(../images/icon-search3.png) no-repeat center center;
  background-size: 0.22rem;
}
.page-subnav .subnav-cont .cont-button:hover {
  border: solid 1px #a00027;
  background: url(../images/icon-search2.png) no-repeat center center;
  background-size: 0.22rem;
}
.page-Wnav {
  display: none;
}
.page-seek {
  position: fixed;
  top: 45%;
  right: 0.2rem;
  width: 0.56rem;
  height: auto;
  padding: 0.22rem 0.11rem;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 0.45rem;
  background: #a00027;
  cursor: pointer;
  z-index: 39;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-seek img {
  width: 100%;
}
.page-seek p {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.page-seek:hover {
  background: #b59076;
}
.page-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.page-pupop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 1.4rem 1.4rem 0;
  background: #fff;
  z-index: 199;
}
.page-pupop .pupop-hide {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-pupop .pupop-hide img {
  width: 100%;
}
.page-pupop .pupop-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-pupop .pupop-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-pupop .pupop-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.68rem;
}
.page-pupop .pupop-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 0.56rem;
  margin-bottom: 0.32rem;
  border-bottom: solid 1px #ededed;
}
.page-pupop .pupop-form .form-item p {
  width: 0.85rem;
  font-size: var(--fs16);
  color: #333;
}
.page-pupop .pupop-form .form-item p em {
  font-size: var(--fs14);
  color: #f01f1f;
}
.page-pupop .pupop-form .form-item input {
  width: calc(100% - 0.85rem);
  height: 100%;
  font-size: var(--fs16);
  color: #666;
  border: none;
  background: none;
}
.page-pupop .pupop-form .form-item .item-yzm {
  width: 1.4rem;
  height: 0.46rem;
  cursor: pointer;
}
.page-pupop .pupop-form .form-item .item-yzm img {
  width: 100%;
}
.page-pupop .pupop-form .form-item span {
  margin-left: 0.15rem;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  color: #a00027;
  text-decoration: underline;
  cursor: pointer;
}
.page-pupop .pupop-form .form-item:nth-child(7) {
  width: 100%;
}
.page-pupop .pupop-form .form-item:nth-child(9) {
  align-items: flex-end;
  border-bottom: none;
}
.page-pupop .page-button {
  width: 2.1rem;
  height: 0.6rem;
  margin: 0 auto;
  background: #a00027;
}
.page-pupop .page-button:hover {
  background: #b59076;
}

.cont-homeabout{padding: 1.5rem 0px;background:#ecebe9 url("../images/zlabout.jpg") no-repeat right center;background-size: 60%}
.m-imgtxt03 {
    overflow: hidden;
    position: relative;
    padding-right: 10px
}

.m-imgtxt03>.pic {
    float: right;
    overflow: hidden;
    width: calc(100% - 56%);
    height: 390px;
    margin-top: 66px
}
.m-imgtxt03>.pic>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s
}
.m-imgtxt03>.pic>img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.m-imgtxt03 .box {
    float: left;
    width: 53%;
    padding:5% 5% 0;
    background-color: #fff
}
.m-imgtxt03 .box a.desc {
    display: block
}
.m-imgtxt03 .box a.desc .tit {
    padding: 22px 0 0 58px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain
}
.m-imgtxt03 .box a.desc p {
    font-size: 14px;
    line-height: 26px;
    margin: 28px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}
.ul-imgtxt04 {
    overflow: hidden;
    padding: 50px 0 0;
}
.ul-imgtxt04 li {
    float: left;
    width: 50%;
    margin-bottom: 50px;
    cursor: pointer
}
.ul-imgtxt04 li .pic {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center
}
.ul-imgtxt04 li .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.ul-imgtxt04 li .txt {
    overflow: hidden;
    padding-left: 16px
}
.ul-imgtxt04 li .txt .tit a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}
.ul-imgtxt04 li .txt p {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #b2b2b2
}
.m-imgtxt03 .g-more01 {
    display: none;
    border-radius: 30px
}



@media only screen and (max-width: 780px){

.row-a6 {
  padding: 25px 0;
  background-color:#921830;
}
.row-a6 .g-tit01 {
  display: block;
}
.row-a6 .g-tit01 .tit-sj {
  display: block;
}
.row-a6 .g-tit01 .tit-sj a {
  color: #fff;
  font-weight: 600;
}
.row-a6 .g-tit01 .tit-sj a:before, .row-a6 .g-tit01 .tit-sj a:after {
  display: none;
}
.m-imgtxt03 {
  margin-top: 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.m-imgtxt03:after {
  display: none;
}
.m-imgtxt03 > .pic {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.m-imgtxt03 .box {
  float: none;
  width: auto;
}
.m-imgtxt03 .box a.desc .tit {
  display: none;
}
.m-imgtxt03 .box a.desc p {
  text-align: center;
}
.ul-imgtxt04 {
  display: none;
}
.m-imgtxt03 .g-more01 {
  display: block;
}
.m-list02 {
  display: none;
}
.m-list01.swiper-container {
  margin: 25px 0;
}

}