.container {
  margin: 0.84rem auto 0;
  min-height: 6rem;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 0.84rem;
  width: 100%;
  z-index: 100;
  transition: all 1s;
  background: transparent;
}
.header_lm {
  float: left;
  width: 68.22%;
  height: 100%;
  margin-left: 15.9%;
}
.header_lm ul {
  width: 100%;
  height: 100%;
}
.header_lm ul .item {
  padding: 0 2.5%;
  float: left;
  height: 100%;
  line-height: 0.84rem;
}
.header_lm ul .item:first-child {
  padding-left: 0;
}
.header_lm ul .item a {
  display: block;
  height: 100%;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.3s;
}
.header_lm ul .item:hover a,
.header_lm ul .item.active a {
  color: #fff226;
  font-weight: bold;
}
.header_lm ul .logo {
  width: 33.3%;
  float: left;
  height: 100%;
  position: relative;
}
.header_lm ul .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header_lm ul .logo a img {
  width: 2.21rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_ewm {
  width: 15.88%;
  float: right;
  height: 100%;
}
.header_ewm > div {
  float: left;
  margin-left: 7%;
  height: 100%;
  width: 11%;
  position: relative;
  text-align: center;
}
.header_ewm > div a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.header_ewm > div a img {
  transition: all 0.3s;
}
.header_ewm > div .ewm {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  transform: scale(0);
  transform-origin: top center;
  top: 0.84rem;
  left: -150%;
  transition: all 0.5s ease-in-out;
}
.header_ewm > div .ewm img {
  width: 100%;
  height: 100%;
}
.header_ewm > div:hover .ewm {
  transform: scale(1);
}

.header_ewm .tel {
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: .1rem .2rem;
    border-radius: .05rem;
    display: none;
    z-index: 99;
    white-space: nowrap;
}

.header_ewm .tel h1, .header_ewm .tel p {
    font-size: .2rem;
    line-height: 2;
}

.header_ewm .dh:hover .tel {
    display: block;
}

.header1 {
  background: #319c41;
  transition: all 1s;
}
.sjNav {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  overflow: hidden;
}
.sjNav .hd {
  height: 1.2rem;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #319c41;
}
.sjNav .hd .logo {
  width: 4.21rem;
}
.sjNav .hd .logo img {
  width: 100%;
}
.sjNav .hd .menu {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #319c41;
}
.sjNav .hd .menu .icon {
  width: 0.5rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 0.02rem;
  position: absolute;
  left: 50%;
  margin-left: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.sjNav .hd .menu .icon:before,
.sjNav .hd .menu .icon:after {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 0.02rem;
  left: 0;
  transition: all 0.5s;
}
.sjNav .hd .menu .icon:before {
  top: -0.16rem;
}
.sjNav .hd .menu .icon:after {
  top: 0.16rem;
}
.sjNav .nav {
  height: calc(100vh - 1.2rem);
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #319c41;
  transition: all 0.66s;
  overflow: hidden;
}
.sjNav .nav a {
  display: block;
  padding: 0.2rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
  transition: all 0.7s;
  transform: translateY(2rem);
  transition-delay: 0.6s;
  opacity: 0;
}
.sjNav.open {
  height: 100vh;
}
.sjNav.open .menu .icon {
  width: 0;
}
.sjNav.open .menu .icon:before {
  top: 0;
  transform: rotate(45deg);
}
.sjNav.open .menu .icon:after {
  top: 0;
  transform: rotate(-45deg);
}
.sjNav.open .nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.sjNav.open .nav a {
  opacity: 1;
  transform: translateY(0);
}
.banner1 {
  width: 100%;
  height: 100vh;
  z-index: 3;
  overflow: hidden;
  position: relative;
}
.banner1 .img,
.banner1 img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner1 .img {
  overflow: hidden;
}
.banner1 img {
  transition: all 3s;
  transform: scale(1.1);
}
.banner1 .swiper-slide-active img {
  transition-delay: 0.6s;
  transform: scale(1);
}
.banner1 .swiper-pagination {
  bottom: inherit;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
}
.banner1 .swiper-pagination-bullet {
  display: block;
  margin: 0.2rem auto !important;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  transition: all 0.3s;
}
.banner1 .swiper-pagination-bullet-active {
  width: 0.04rem;
  height: 0.12rem;
  border-radius: 0;
}
.temp1 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 2.1rem 0.93rem 0;
  box-sizing: border-box;
  background: #f4c217;
  transform: scale(1.2);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-clip-path: inset(35% 35% 35% 35%);
  clip-path: inset(35% 35% 35% 35%);
}
.temp1 .ico {
  position: absolute;
  bottom: 0;
  z-index: 5;
  right: 0.28rem;
  width: 9.46rem;
  transform: scale(0.8);
  transform-origin: center right;
  transition: all 1s;
  opacity: 0;
  transition-delay: 1.4s;
}
.temp1 .t {
  padding-left: 0.1rem;
}
.temp1 .bold {
  color: #fff;
  font-size: 0.87rem;
  font-weight: bold;
  max-width: 8.8rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
}
.temp1 .bold:before {
  content: '';
  left: -0.1rem;
  top: 0.1rem;
  background: #319c41;
  width: 0.65rem;
  height: 0.3rem;
  position: absolute;
  z-index: -1;
}
.temp1 .bold:after {
  content: '';
  width: 6.53rem;
  height: 0.03rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  background: url(../img/line.png) no-repeat center / 100% 100%;
}
.temp1 .p {
  font-size: 0.26rem;
  color: #fff;
  max-width: 5.25rem;
  padding-left: 0.1rem;
  line-height: 1.5;
}
.temp1 .en {
  margin-top: 2.6rem;
  width: 17.37rem;
  position: absolute;
  left: 50%;
  margin-left: -8.685rem;
  bottom: 0.46rem;
  transform: translateY(100px);
  transition: all 1s;
  opacity: 0;
  transition-delay: 1.2s;
}
.temp1 .bold,
.temp1 .p {
  opacity: 0;
  transition: all 1s;
  transform: scale(1.2);
  transition-delay: 1s;
}
.temp1.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}
.temp1.active .bold,
.temp1.active .p {
  opacity: 1;
  transform: scale(1);
}
.temp1.active .en {
  opacity: 1;
  transform: translateY(0);
}
.temp1.active .ico {
  opacity: 1;
  transform: scale(1);
}
.banner2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner2 .img {
  width: 100%;
  height: 100vh;
}
.banner2 .img img {
  width: 100%;
  height: 100vh;
  display: block;
}
.section .block4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section .block4 .tit {
  text-align: center;
  height: 40%;
  display: block;
}
.section .block4 .tit h1 {
  padding-top: 1.5rem;
  padding-bottom: 0.1rem;
  font-size: 0.63rem;
  color: #040000;
}
.section .block4 .tit p {
  font-size: 0.23rem;
  color: #f4c217;
  text-transform: uppercase;
  letter-spacing: 5px;
  transition-delay: 0.3s;
}
.section .block4 .column {
  height: 60vh;
  width: 100%;
}
.section .block4 .column .h50 {
  width: 100%;
  height: 50%;
  display: flex;
}
.section .block4 .column .h50 .item {
  width: 20%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 1s;
  transform: scale(0.8);
}
.section .block4 .column .h50 .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.section .block4 .column .h50 .item .max {
  width: 100%;
  height: 100%;
  display: block;
}
.section .block4 .column .h50 .item1 {
  width: 40%;
}
.section .block4 .column .h50 .banner3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .block4 .column .h50 .banner3 .img {
  display: block;
  width: 100%;
  height: 100%;
}
.section .block4.active .column .item {
  transform: scale(1);
}
.section .block5 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background:#f4c217;
}
.section .block5 .en {
  font-family: "Nokenregular";
  font-size: 0.37rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.section .block5 .t {
  font-weight: bold;
  font-size: 0.75rem;
}
.section .block5 .l {
  width: 100%;
  flex-shrink:0;
}
.section .block5 .l .letter {
  margin-bottom: 0.39rem;
  width: 9.09rem;
}
.section .block5 .l .mod {
  width: 100%;
  height: 6.1rem;
  overflow: hidden;
  position: relative;
}
.section .block5 .l .mod .tit {
  position: absolute;
  z-index: 11;
  color: #fff;
  left: 0.4rem;
  top: 0.1rem;
  transition: all 0.3s;
}
.section .block5 .l .mod .tit:hover {
  color: #f4c217;
}
.section .block5 .l .mod .banner4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .block5 .l .mod .banner4 .link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.section .block5 .l .mod .banner4 .link:hover .mask{
    color:#f4c217;
}
.section .block5 .l .mod .banner4 .link .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .block5 .l .mod .banner4 .link .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  object-fit: cover;
}
.section .block5 .l .mod .banner4 .link .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg6.png) no-repeat center / 100% 100%;
  padding: 0.34rem 0.44rem;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  color: #fff;
}
.section .block5 .l .mod .banner4 .link .mask .cont{width:100%;}
.section .block5 .l .mod .banner4 .link .mask .hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.section .block5 .l .mod .banner4 .link .mask .hd .ehn {
  font-size: 0.38rem;
  max-width: 70%;
}
.section .block5 .l .mod .banner4 .link .mask .hd .date {
  font-size: 0.34rem;
}
.section .block5 .l .mod .banner4 .link .mask .bd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section .block5 .l .mod .banner4 .link .mask .bd .p {
  font-size: 0.24rem;
  max-width:70%;
}
.section .block5 .l .mod .banner4 .link .mask .bd .tip {
  font-size: 0.16rem;
  font-weight: bold;
}
.section .block5 .l .mod .banner4 .link:hover img{
    transform:scale(1.1);
}
.section .block5 .l .mod .banner4 .link:hover
.section .block5 .l .mod .banner4 .cont {
  width: 100%;
}
.section .block5 .l .mod .banner4 .link:hover .mask .hd .ehn{
    color:#f4c217;
}
.section .block5 .r {
  width: 8.25rem;
}
.section .block5 .r .tp {
  display: block;
  height: 3.86rem;
  color: #fff;
  padding: 0.2rem 0.29rem;
  box-sizing: border-box;
  background: #319c41;
  width: 100%;
}
.section .block5 .r .tp:hover {
  color: #f4c217;
  transition: all 0.3s;
}
.section .block5 .r .bm {
  display: block;
  color: #fff;
  background: #000;
  width: 5.48rem;
  height: 2.52rem;
  padding: 0.25rem 0.28rem;
  box-sizing: border-box;
  margin-top: 0.56rem;
}
.section .block5 .r .bm:hover {
  color: #f4c217;
  transition: all 0.3s;
}
.section6,
.section6 .fp-tableCell {
  height: auto!important;
}
.footer {
  background: #319c41;
  width: 100%;
  overflow: hidden;
}
.footer .content {
  width: 80%;
  margin: 0.44rem auto 0;
  border-top: 2px solid #fff;
  padding-top: 0.29rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.footer .content .ewm {
  display: flex;
  margin-bottom: 0.18rem;
}
.footer .content .ewm li {
  margin-right: 0.55rem;
}
.footer .content .ewm li img {
  width: 1.08rem;
  height: 1.08rem;
  background: #fff;
}
.footer .content .ewm li p {
  margin-top: 0.08rem;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
}
.footer .content p {
  font-size: 0.12rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}
.footer .content .z p span{
    opacity:.5;
}
.footer .content p:last-child {
  margin-bottom: 0;
}
.footer .content .z p a {
    color: #fff;
    font-size: .12rem;
}
.footer .content .z p a:hover {
    color: #f4c217;
}
.footer .content .y {
  padding-top: 0.36rem;
}
.footer .content .y p {
  margin-bottom: 0.28rem;
}
.footer .content .y a{
    color:#fff;
    transition:all .3s;
}
.footer .content .y a:hover{
    opacity:.7;
}
.ppyx {
  overflow: hidden;
}
.ppyx .temp1 {
  height: calc(100vh - 0.84rem);
}
.ppyx .col2 {
  padding-top: 0.68rem;
  padding-bottom: 0.74rem;
}
.ppyx .col2 img {
  display: block;
  margin: 0 auto;
  width: 17.67rem;
}
.ppyx .english {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ppyx .english .line {
  background: #fff;
  width: 1.32rem;
  height: 0.02rem;
  margin-top: 0.03rem;
}
.ppyx .english em {
  font-family: "Nokenregular";
  line-height: 1;
  font-size: 0.16rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0 0.31rem;
}
.ppyx .col3 {
  background: #f4c216;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: 0.68rem;
  height: 9.18rem;
  box-sizing: border-box;
}
.ppyx .col3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.ppyx .col3 .tit {
  text-align: center;
  margin-bottom: 0.4rem;
}
.ppyx .col3 .tit .t1 {
  color: #040000;
  font-size: 0.76rem;
}
.ppyx .col3 .tit .t3 {
  color: #319c41;
  font-size: 0.46rem;
}
.ppyx .col3 .swip1 {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
}
.ppyx .col3 .swip1 .box {
  width: 3.1rem;
  height: 5.12rem;
  border-radius: 0.44rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.ppyx .col3 .swip1 .box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  object-fit: cover;
}
.ppyx .col3 .swip1 .box .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000);
  padding: 0 0.22rem;
  width: 100%;
  box-sizing: border-box;
  height: 2.85rem;
  color: #fff;
}
.ppyx .col3 .swip1 .box .txt h1 {
  font-size: 0.5rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ppyx .col3 .swip1 .box .txt .line {
  background: #319c41;
  width: 0.99rem;
  height: 0.09rem;
  margin: 0.1rem 0;
}
.ppyx .col3 .swip1 .box .txt p {
  font-size: 0.16rem;
  line-height: 1.4;
}
.ppyx .col3 .swip1 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.48rem;
}
.ppyx .col3 .swip1 .swiper-slide .box {
  transform: scale(0.8);
}
.ppyx .col3 .swip1 .swiper-slide:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  transition: all 0.3s;
}
.ppyx .col3 .swip1 .swiper-slide-active .box {
  transform: scale(1);
}
.ppyx .col3 .swip1 .swiper-slide-active:after {
  background: #319c41;
}
.ppyx .col4 .tit {
  position: relative;
  height: 0.7rem;
  margin: 0.52rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ppyx .col4 .tit h1 {
  font-size: 0.62rem;
  color: #040000;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.ppyx .col4 .tit .english {
  color: #f4c217;
}
.ppyx .col4 .tit .english em {
  letter-spacing: 12px;
}
.ppyx .col4 .tit .english .line {
  background: #f4c217;
}
.ppyx .col4 .list {
  width: 81%;
  border-radius: 0.2rem;
  border: 1px solid #319c41;
  box-sizing: border-box;
  margin: 0 auto 0.76rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0.2rem;
  min-height:4rem;
}
.ppyx .col4 .list div {
  height: 1.96rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ppyx .col4 .list .item_3 {
  width: 33.3%;
}
.ppyx .col4 .list .item_4 {
  width: 25%;
}
.mxpc .block1 {
  width: 100%;
  position: relative;
  height: 5.91rem;
  overflow: hidden;
}
.mxpc .block1 .bg {
  width: 100%;
  height: 5.91rem;
  object-fit: cover;
}
.mxpc .block1 .ico {
  position: absolute;
}
.mxpc .block1 .icon1 {
  left: 1.56rem;
  top: 1.56rem;
  width: 5.71rem;
}
.mxpc .block1 .icon2 {
  bottom: 0;
  left: 50%;
  width: 4.23rem;
  margin-left: -2.15rem;
}
.mxpc .block1 .icon3 {
  right: 1.55rem;
  top: 1.83rem;
  width: 3.49rem;
}
.mxpc .block2 .bkTit {
  margin: 0.5rem 0 0.2rem;
}
.cpSwip {
  width: 100%;
  margin-bottom: 0.64rem;
  padding: 0.3rem 0;
}
.cpSwip .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.5;
  flex-direction: column;
  cursor: pointer;
}
.cpSwip .swiper-slide .txt {
  display: none;
}
.cpSwip .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 20;
}
.cpSwip .swiper-slide-active .txt {
  display: block;
}
.cpSwip .swiper-slide .bg {
  width: 10rem;
  height: 5.63rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  cursor: pointer;
}
.cpSwip .btn {
  background: rgba(255, 255, 255, 0.5);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
.cpSwip .btn:after {
  color: #f3c115;
  font-weight: bold;
  font-size: 0.5rem;
}
.cpSwip .btn.swiper-button-next {
  right: 0.28rem;
}
.cpSwip .btn.swiper-button-prev {
  left: 0.28rem;
}
.cpSwip .ico {
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.cpSwip .txt {
  width: 10rem;
  padding: 0.2rem 0.23rem;
  box-sizing: border-box;
  transition: all 0.2s;
}
.cpSwip .txt .p1 {
  font-size: 0.21rem;
  font-weight: bold;
}
.cpSwip .txt .p2 {
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
.cpSwip .txt .p3 {
  position: relative;
  margin-top: 0.13rem;
  padding-left: 0.4rem;
  display: flex;
}
.cpSwip .txt .p3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 37%;
  width: 0.38rem;
  height: 0.02rem;
  background: #000;
}
.cpSwip .txt .p3 span {
  font-size: 0.12rem;
  position: relative;
  z-index: 2;
}
.cpSwip .txt .p3 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4c217;
  width: 100%;
  height: 0.08rem;
  z-index: -1;
  transition: all 0.2s;
}
.cpSwip .swiper-slide:hover .txt {
  color: #f4c217;
}
.cpSwip .swiper-slide:hover .txt .p3 span:after {
    background: #fff;
}
.mxpc .block3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mxpc .block3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mxpc .block3 .tit {
  position: relative;
  color: #040000;
  font-size: 0.62rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.58rem;
}
.mxpc .block3 .tit:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 5.24rem;
  height: 0.11rem;
  background: #f4c217;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mxpc .block3 .padflow {
  padding: 0 2.32rem;
}
.mxpc .block3 .bdList {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mxpc .block3 .bdList .swiper-slide{
    transform:scale(.8);
   
}
.mxpc .block3 .bdList .item {
  position: relative;
}
/*.mxpc .block3 .bdList .item .scale {
  transform: scale(0.8);
}*/
.mxpc .block3 .bdList .swiper-slide:after {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 1.75rem;
  background: #d6d6d6;
  right: -.9rem;
  top: 50%;
  transform: translateY(-50%);
}
.mxpc .block3 .bdList .swiper-slide:last-child::after {
  display: none;
}
.mxpc .block3 .bdList .item .t1 {
  position: relative;
  display: flex;
  justify-content: center;
}
.mxpc .block3 .bdList .item .t1 .ico {
  width: 3.62rem;
  height: 2.9rem;
}
.mxpc .block3 .bdList .item .t1 h1 {
  font-size: 0.48rem;
  position: absolute;
  left: 50%;
  top: 0.4rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.mxpc .block3 .bdList .item .t2 {
  display: flex;
  justify-content: center;
  margin-top: -0.4rem;
  margin-bottom: 0.35rem;
  align-items: end;
}
.mxpc .block3 .bdList .item .t2 img {
  width: 2.03rem;
}
.mxpc .block3 .bdList .item .t2 span {
  font-size: 0.16rem;
}
.mxpc .block3 .bdList .item .t3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mxpc .block3 .bdList .item .t3 .l {
  width: 0.28rem;
  height: 0.71rem;
  flex-shrink: 0;
}
.mxpc .block3 .bdList .item .t3 .box {
  margin: 0 0.1rem;
}
.mxpc .block3 .bdList .item .t3 .box h1 {
  font-size: 0.3rem;
  text-align: center;
}
.mxpc .block3 .bdList .item .t3 .box .line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mxpc .block3 .bdList .item .t3 .box .line span {
  background: #878787;
  height: 0.02rem;
  width: 0.88rem;
}
.mxpc .block3 .bdList .item .t3 .box .line em {
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  margin: 0 0.08rem;
  background: #000;
}
.mxpc .block3 .bdList .item .t3 .box p {
  font-size: 0.14rem;
  text-align: center;
}
.mxpc .block3 .bdList .item .ico2 {
  width: 3.9rem;
  display: block;
  margin: 0.18rem auto;
}
/*.mxpc .block3 .bdList .active .scale {
  transform: scale(1);
}*/
.mxpc .block3 .bdList .active .t1 h1 {
  padding: 0;
}
.mxpc .block3 .tt {
  width: 100%;
  min-height: 1.7rem;
  background: #f6c61c;
  padding-left: 1.88rem;
  box-sizing: border-box;
  padding-top: 0.9rem;
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}
.mxpc .block3 .tt p {
  font-size: 0.14rem;
  line-height: 2;
  max-width: 9.5rem;
  color: #fff;
}
.bkTit {
  position: relative;
  height: 0.7rem;
}
.bkTit h1 {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 0.56rem;
  color: #040000;
  transform: translateX(-50%);
}
.bkTit p {
  font-family: "Nokenregular";
  line-height: 1;
  font-size: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 18px;
  text-align: center;
  padding-top: 0.3rem;
  color: #f4c216;
}
.mdzs .topBg {
  width: 100%;
  height: 9.63rem;
}
.mdzs .topBg img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-clip-path: inset(0 0 99% 0);
  clip-path: inset(0 0 99% 0);
  transition: all 1.5s;
  object-fit: cover;
}
.mdzs .topBg img.show {
  -webkit-clip-path: inset(0 0 0% 0);
  clip-path: inset(0 0 0% 0);
}
.mdzs .slideTxtBox {
  width: 100%;
  height: 8.65rem;
  padding: 1.22rem 1.22rem 0;
  box-sizing: border-box;
  background: #f4c217;
  position: relative;
}
.mdzs .slideTxtBox .hd {
  position: absolute;
  left: 1.22rem;
  top: 1.22rem;
}
.mdzs .slideTxtBox .hd li {
  position: relative;
  margin-bottom: 0.36rem;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.mdzs .slideTxtBox .hd li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 0.23rem;
  height: 0.4rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.mdzs .slideTxtBox .hd li h1 {
  font-size: 0.49rem;
  position: relative;
  z-index: 2;
}
.mdzs .slideTxtBox .hd li p {
  font-size: 0.22rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Nokenregular";
}
.mdzs .slideTxtBox .hd li.on {
  color: #319b40;
}
.mdzs .slideTxtBox .hd li.on::before {
  opacity: 1;
}
.mdzs .slideTxtBox .bd {
  padding-left: 18%;
  height: 100%;
}
.mdzs .slideTxtBox .bd ul {
  height: 100%;
}
.mdzs .slideTxtBox .bd li {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.mdzs .slideTxtBox .bd li .introduce {
  position: absolute;
  left: -22%;
  bottom: 0.88rem;
  overflow: hidden;
  max-width: 11.5rem;
}
.mdzs .slideTxtBox .bd li .introduce span {
  font-size: 0.32rem;
  color: #319c41;
  font-weight: bold;
  float: left;
  margin-top: 0.2rem;
}
.mdzs .slideTxtBox .bd li .introduce .line {
  float: left;
  width: 0.05rem;
  height: 0.57rem;
  background: #319b40;
  margin-right: 0.05rem;
}
.mdzs .slideTxtBox .mySwiper {
  width: 4.08rem;
  overflow: hidden;
  height: 6.44rem;
}
.mdzs .slideTxtBox .mySwiper .swiper-slide {
  width: 100%;
  height: 1.94rem;
  cursor: pointer;
  border-radius: 0.2rem;
  overflow: hidden;
}
.mdzs .slideTxtBox .mySwiper img {
  width: 100%;
  height: 1.94rem;
  object-fit: cover;
}
.mdzs .slideTxtBox .mySwiper2 {
  width: 8.78rem;
  height: 5.32rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.mdzs .slideTxtBox .mySwiper2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mdzs .dt {
  padding-top: 0.72rem;
}
.mdzs .tList{
    width:100%;
    overflow:hidden;
}
.mdzs .tList img{
    width:100%;
    display:block;
    height:100vh;
}
.mdzs .dt .bkTit p {
  letter-spacing: 15px;
}
.mdzs .box {
  width: 100%;
  height: 8rem;
  position: relative;
}
.mdzs .box .gobankChina{
    position:absolute;
    z-index:999;
    left:10%;
    top:10%;
    color:#fff;
    height: 0.47rem;
    padding:0 .3rem;
    font-size:.2rem;
    font-weight:bold;
    border-radius:.4rem;
    text-align:center;
    line-height:.47rem;
    background:#f4c217;
    cursor:pointer;
    transition:all .3s;
    display:none;
}
.mdzs .box .gobankChina:hover{
    opacity:.6;
}
.mdzs .box .toopbox {
  width: 4.65rem;
  height: 2.8rem;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: 1010;
  transition: all 0.3s;
  border: 1px solid #847d7c;
  padding: 0.28rem 0.17rem;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}
.mdzs .box .toopbox h1 {
  border-bottom: 1px solid #6f6866;
  padding-bottom: 0.06rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.22rem;
  margin-bottom: 0.06rem;
}
.mdzs .box .toopbox ul {
  overflow-y: auto;
  height: 1.9rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.mdzs .box .toopbox ul::-webkit-scrollbar {
  width: 0.1rem;
  border: 2px solid #858180;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.mdzs .box .toopbox ul::-webkit-scrollbar-thumb {
  background: #f4c217;
  border-radius: 0.1rem;
  border: 2px solid #858180;
  box-sizing: border-box;
}
.mdzs .box .toopbox ul::-webkit-scrollbar-track {
  background: #c9caca;
  border-radius: 0.1rem;
}
.mdzs .box .toopbox ul li {
  padding-top: 0.44rem;
  padding-bottom: 0.07rem;
  border-bottom: 2px dashed #948f8d;
  overflow: hidden;
  width: 97%;
}
.mdzs .box .toopbox ul li .ico {
  margin-right: 0.06rem;
  width: 0.23rem;
  float: left;
  margin-top: 0.12rem;
}
.mdzs .box .toopbox ul li > div {
  width: 92%;
  float: left;
}
.mdzs .box .toopbox ul li h2 {
  font-size: 0.22rem;
  margin-bottom: 0.05rem;
}
.mdzs .box .toopbox ul li p {
  font-size: 0.12rem;
}
.mdzs #nmdt {
  width: 100%;
  height: 8rem;
}
.mdcx .search {
  width: 62.8%;
  height: 0.88rem;
  border-radius: 0.8rem;
  border: 0.02rem solid #2f2522;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0.88rem auto 0.98rem;
}
.mdcx .search .icon {
  height: 0.58rem;
  width: 1.43rem;
  border-right: 0.02rem solid #2f2522;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mdcx .search .icon img {
  width: 0.49rem;
  transition: all 0.3s;
}
.mdcx .search .icon img:hover {
  transform: scale(1.1);
}
.mdcx .search input {
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #231815;
  flex: 1;
}
.mdcx .search input::placeholder {
  color: #231815;
}
.mdcx .search .close {
  width: 0.9rem;
  height: 100%;
  cursor: pointer;
  display: none;
  position: relative;
}
.mdcx .search .close img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.37rem;
  transition: all 0.5s;
}
.mdcx .search .close:hover img {
  transform: rotate(180deg);
}
.mdsh {
  padding-top: 0.86rem;
  margin-bottom: 1rem;
}
.mdsh .clist {
  width: 74.5%;
  margin: 0 auto;
  background: #f4c217;
  border-radius: 0.3rem;
  padding: 0.58rem 0.51rem;
  box-sizing: border-box;
  min-height: 7rem;
}
.mdsh .clist .cul {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.31rem 0.38rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.45rem;
}
.mdsh .clist .cul:last-child {
  margin-bottom: 0;
}
.mdsh .clist .ctit {
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.mdsh .clist .ctit h1 {
  font-weight: bold;
  color: #040000;
  font-size: 0.24rem;
  position: relative;
  padding: 0 0.08rem 0.05rem;
  float: left;
  z-index: 2;
}
.mdsh .clist .ctit h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.14rem;
  background: #f4c217;
  z-index: -1;
}
.mdsh .clist .cli {
  margin-bottom: 0.24rem;
  color: #040000;
}
.mdsh .clist .cli h1 {
  font-size: 0.21rem;
  margin-bottom: 0.05rem;
}
.mdsh .clist .cli p {
  font-size: 0.14rem;
  line-height: 1.6;
}
.mdsh .clist .cli:last-child {
  margin-bottom: 0;
}
.jmzx {
  margin-bottom: 1.26rem;
}
/*.jmzx .box2 {
  padding-bottom: 1.03rem;
}*/
.jmzx .box2 .bkTit {
  margin: 0.56rem 0;
}
.jmzx .box2 .vidbox {
  width: 17.02rem;
  margin: 0 auto;
  overflow: hidden;
  min-height:5rem;
}
.jmzx .box2 .vidbox li {
  width: 5.25rem;
  cursor: pointer;
  float: left;
  margin-right: 0.63rem;
}
.jmzx .box2 .vidbox li:nth-child(3n) {
  margin-right: 0;
}
.jmzx .box2 .vidbox li .img {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
  position: relative;
}
.jmzx .box2 .vidbox li .img .pt {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.jmzx .box2 .vidbox li .img .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.66rem;
}
.jmzx .box2 .vidbox li .txt {
  width: 100%;
  padding: 0.2rem 0.23rem;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.2s;
}
.jmzx .box2 .vidbox li .txt .p1 {
  font-size: 0.21rem;
  font-weight: bold;
}
.jmzx .box2 .vidbox li .txt .p2 {
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
.jmzx .box2 .vidbox li .txt .p3 {
  position: relative;
  margin-top: 0.13rem;
  padding-left: 0.4rem;
  display: flex;
}
.jmzx .box2 .vidbox li .txt .p3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 37%;
  width: 0.38rem;
  height: 0.02rem;
  background: #000;
}
.jmzx .box2 .vidbox li .txt .p3 span {
  font-size: 0.12rem;
  position: relative;
  z-index: 2;
}
.jmzx .box2 .vidbox li .txt .p3 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4c217;
  width: 100%;
  height: 0.08rem;
  z-index: -1;
  transition: all 0.2s;
}
.jmzx .box2 .vidbox li:hover .pt {
  transform: scale(1.1);
}
.jmzx .box2 .vidbox li:hover .txt {
  background: #f4c216;
}
.jmzx .box2 .vidbox li:hover .txt .p3 span:after {
  background: #fff;
}
.jmzx .box3 {
  position: relative;
  width: 100%;
  height: 8.38rem;
  overflow: hidden;
}
.jmzx .box3 .mg1 {
  width: 100%;
  height: 100%;
}
.jmzx .box3 .mg2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15.52rem;
  height: 5.75rem;
  margin: auto;
}
.jmzx .wauto {
  width: 78.4%;
  margin: 0 auto;
}
.jmzx .box4 {
  margin-bottom: 0.94rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.85rem;
}
.jmzx .box4 .tit {
  font-weight: bold;
  font-size: 0.5rem;
  position: relative;
  display: inline-block;
  z-index: 2;
  line-height: 1.2;
  display: none;
}
.jmzx .box4 .tit:after {
  content: '';
  position: absolute;
  height: 0.13rem;
  background: #f4c216;
  width: 101%;
  left: -0.5%;
  top: 0;
  z-index: -1;
}
.jmzx .box4 .tableBox {
  width: 100%;
  border-radius: 0.3rem;
  padding: 0.44rem;
  background: #f4c217;
  margin-top: 0.58rem;
  box-sizing: border-box;
}
.jmzx .box4 .tableBox .flex {
  display: flex;
  justify-content: space-between;
}
.jmzx .box4 .tableBox table {
  width: 6.62rem;
  height: 4.46rem;
  color: #fff;
}
.jmzx .box4 .tableBox table,
.jmzx .box4 .tableBox tr,
.jmzx .box4 .tableBox td {
  font-size: 0.19rem;
  font-weight: 500;
  text-align: center;
  border: 0.02rem solid #fff;
}
.jmzx .box4 .tableBox caption {
  border: 0.02rem solid #fff;
  border-bottom: 0;
  padding: 0.1rem 0;
  font-weight: bold;
  font-size: 0.43rem;
}
.jmzx .box4 .tableBox td:nth-child(1) {
  width: 26%;
}
.jmzx .box4 .tableBox td:nth-child(2) {
  width: 24%;
}
.jmzx .box4 .tableBox td:nth-child(3) {
  width: 50%;
}
.jmzx .box4 .tableBox .table1 td:nth-child(1) {
  width: 40%;
}
.jmzx .box4 .tableBox .table1 td:nth-child(2) {
  width: 20%;
}
.jmzx .box4 .tableBox .table1 td:nth-child(3) {
  width: 20%;
}
.jmzx .box4 .tableBox .table1 td:nth-child(4) {
  width: 20%;
}
.jmzx .box4 .tableBox .tips {
  font-size: 0.19rem;
  color: #fff;
  padding: 0.26rem 0;
}
.jmzx .problem {
  width: 100%;
  margin-top: 0.6rem;
  border-radius: 0.3rem;
  border: 0.02rem solid #f4c217;
  background: #efefef;
  box-sizing: border-box;
  padding: 0.48rem 0.74rem;
  overflow:hidden;
  min-height:5rem;
}
.jmzx .problem .item {
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.16rem;
  min-height: 1.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.48rem;
  width: 85%;
}
.jmzx .problem .item:last-child {
  margin-bottom: 0;
}
.jmzx .problem .item:nth-child(even) {
  float: right;
}
.jmzx .problem .item div {
  display: flex;
  margin-bottom: 0.14rem;
}
.jmzx .problem .item div:last-child {
  margin-bottom: 0;
}
.jmzx .problem .item div .letter {
  font-size: 0.21rem;
  color: #f4c217;
  font-weight: bold;
  margin-right: 0.2rem;
  line-height: 0.29rem;
}
.jmzx .problem .item div p {
  font-size: 0.17rem;
  line-height: 1.8;
}
.commHead {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 5.66rem;
  overflow: hidden;
}
.commHead .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.commHead .cont {
  overflow: hidden;
  width: 14.62rem;
  margin: 0 auto;
  padding-top: 0.98rem;
}
.commHead .cont .ico {
  width: 46%;
  float: left;
  margin-top: 0.75rem;
  margin-left:1rem;
}
.commHead .cont .icoTwo{
    display:block;
    margin:0.5rem auto;
    float:initial;
}
.commHead .cont .scroll {
  width: 4.2rem;
  float: right;
  max-height: 3.9rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.commHead .cont .scroll::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.commHead .cont .scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.1rem;
}
.commHead .cont .scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.commHead .cont .scroll li {
  color: #fff;
  font-size: 0.2rem;
  padding-left: 0.14rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.17rem;
}
.commHead .cont .scroll li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 41%;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #fff;
}
.zxdt .box1 {
  width: 100%;
  position: relative;
  height: 5.66rem;
  overflow: hidden;
}
.zxdt .box1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zxdt .box1 .icon {
  position: absolute;
  width: 8.22rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.zxdt .box2 {
  width: 15.54rem;
  margin: 0.83rem auto;
  display: flex;
  justify-content: space-between;
}
.zxdt .box2 .aside {
  width: 1.5rem;
  position: relative;
}
.zxdt .box2 .aside .item {
  margin-bottom: 0.4rem;
  display: block;
  padding-left: 0.08rem;
  position: relative;
  z-index: 2;
  color: #040000;
}
.zxdt .box2 .aside .item:before {
  content: '';
  position: absolute;
  left: 0.02rem;
  top: -0.02rem;
  background: #319b40;
  width: 0.24rem;
  height: 0.24rem;
  transition: all 0.2s;
  z-index: -1;
  opacity: 0;
}
.zxdt .box2 .aside .item .en {
  line-height: 2rem;
  font-family: "Nokenregular";
  line-height: 1;
  font-size: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.2s;
}
.zxdt .box2 .aside .item h1 {
  font-size: 0.31rem;
  transition: all 0.2s;
}
.zxdt .box2 .aside .item:hover,
.zxdt .box2 .aside .item.on {
  color: #f4c217;
}
.zxdt .box2 .aside .item:hover::before,
.zxdt .box2 .aside .item.on::before {
  opacity: 1;
}
.zxdt .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.zxdt .pagination a {
  color: #040000;
  transition: all 0.2s;
  padding-right: 0.38rem;
  position: relative;
  padding-left: 0.05rem;
}
.zxdt .pagination a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.02rem;
  background: #040000;
  top: 48%;
  margin-left: 0.05rem;
  transition: all 0.2s;
}
.zxdt .pagination a.active,
.zxdt .pagination a:hover {
  color: #f4c217;
}
.zxdt .pagination a.active {
  padding-right: 1.02rem;
}
.zxdt .pagination a.active:after {
  width: 0.87rem;
}
.zxdt .pagination a:last-child:after {
  display: none;
}
.sjpag {
  display: none!important;
}
.xwList {
  width: 11.38rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 6rem;
  position: relative;
}
.xwList .item {
  width: 3.45rem;
  margin-right: 0.51rem;
  margin-bottom: 0.16rem;
}
.xwList .item:nth-child(3n) {
  margin-right: 0 !important;
}
.xwList .item .img {
  width: 100%;
  height: 2.83rem;
  overflow: hidden;
}
.xwList .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
  object-fit: cover;
}
.xwList .item .t {
  padding: 0.18rem 0.12rem 0.18rem 0.2rem;
  transition: all 0.3s;
}
.xwList .item .t .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 0.12rem;
}
.xwList .item .t .flex:last-child {
  margin-bottom: 0;
}
.xwList .item .t .p1 {
  font-size: 0.18rem;
  font-weight: bold;
  max-width: 70%;
}
.xwList .item .t .date {
  font-size: 0.14rem;
  color: #727171;
}
.xwList .item .t .p2 {
  font-size: 0.14rem;
  max-width: 75%;
}
.xwList .item .t .tz {
  position: relative;
  z-index: 2;
  font-size: 0.12rem;
}
.xwList .item .t .tz:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4c217;
  width: 100%;
  height: 0.08rem;
  z-index: -1;
}
.xwList .item:hover img {
  transform: scale(1.1);
}
.xwList .item:hover .t {
  background: #f4c217;
}
.xwList .item:hover .t .tz:after {
  background: #fff;
}
.detail {
  width: 13.09rem;
  margin: 1.36rem auto 0.86rem;
  position: relative;
}
.detail .head {
  margin-bottom: 0.92rem;
}
.detail .head h1 {
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.detail .head strong {
  float: left;
  font-size: 0.36rem;
  position: relative;
  z-index: 2;
  margin-right: 0.7rem;
}
.detail .head strong:after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: 0;
  background: #319c41;
  width: 110%;
  height: 0.08rem;
  z-index: -1;
}
.detail .head .tit {
  float: left;
  width: 89%;
  font-size: 0.36rem;
}
.detail .head .sm span {
  font-size: 0.12rem;
  color: #727171;
  position: relative;
}
.detail .head .sm span:first-child {
  margin-right: 2.12rem;
}
.detail .cont {
  min-height: 5rem;
  font-size: 0.2rem;
  line-height: 2;
  margin-bottom: 1.55rem;
}
.detail .cont p {
  line-height: 2;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.detail .cont img {
  max-width: 100%;
  display: block;
  margin: 0.1rem auto;
}
.detail .context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.05rem;
}
.detail .context img {
  width: 0.46rem;
  height: 0.46rem;
  transition: all 0.3s;
}
.detail .context a[href]:hover img {
  transform: scale(1.1);
}
.detail .xwList {
  width: 100%;
  min-height: auto;
  margin-top: 0.6rem;
}
.detail .xwList .item {
  margin-right: 10.4%;
}
.rczm .bkTit {
  margin: 0.7rem auto;
}
.rczm .content {
  margin: 0 auto 0.72rem;
  width: 14.92rem;
  box-sizing: border-box;
  background: #efefef;
  border-radius: 0.3rem;
  padding: 0.62rem;
}
.rczm .content .form {
  border-radius: 0.15rem;
  background: #fff;
  border: 0.02rem solid #f4c217;
  padding: 0.32rem 0.5rem;
  margin-bottom: 0.3rem;
}
.rczm .content .form:last-child {
  margin-bottom: 0;
}
.rczm .content .form .column {
  width: 100%;
  margin-bottom: 0.27rem;
}
.rczm .content .form .column:last-child {
  margin-bottom: 0;
}
.rczm .content .form .column label {
  font-size: 0.18rem;
  color: #040000;
  margin-right: 0.1rem;
  white-space: nowrap;
}
.rczm .content .form .column input[type='text'] {
  display: inline-block;
  width: 75%;
  height: 0.56rem;
  background: #efefef;
  border-radius: 2em;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.rczm .content .form .column input[type='radio'],
.rczm .content .form .column input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.rczm .content .form .column input[type='radio'] + label:before,
.rczm .content .form .column input[type='checkbox'] + label:before {
  content: '\a0';
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 0.15rem;
  cursor: pointer;
  background: url(../img/radio.png) no-repeat center / 100% 100%;
}
.rczm .content .form .column input[type='radio']:checked + label:before,
.rczm .content .form .column input[type='checkbox']:checked + label:before {
  background: url(../img/radioh.png) no-repeat center / 100% 100%;
}
.rczm .content .form .column .cen {
  display: inline-flex;
  align-items: center;
}
.rczm .content .form .column textarea {
  width: 100%;
  height: 1.58rem;
  resize: none;
  background: #efefef;
  border-radius: 1em;
  padding: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.26rem;
}
.rczm .content .form .name {
  color: #040000;
  font-size: 0.3rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0.54rem;
}
.rczm .content .form .name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4c217;
  width: 100%;
  height: 0.08rem;
  z-index: -1;
}
.rczm .content .form .inlk {
  display: inline-flex;
  align-items: center;
  margin-right: 1.38rem;
}
.rczm .content .form .inlk:last-child {
  margin-right: 0;
}
.rczm .content .form .w50 {
  width: 50%;
}
.rczm .content .form .between {
  display: flex;
  justify-content: space-between;
}
.rczm .content .form .yzm {
  width: 1.44rem;
  height: 0.55rem;
  margin-left: 0.3rem;
  cursor: pointer;
}
.rczm .content .form .btn {
  width: 1.94rem;
  height: 0.47rem;
  line-height: 0.47rem;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  background: #f4c217;
  border-radius: 0.4rem;
  margin: 0 0.17rem;
  letter-spacing: 0.3rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
.rczm .content .form .btn.reset {
  background: #319b40;
}
.rczm .content .form .btn:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.tcsp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.tcsp .pop {
  max-width: 64%;
  max-height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tcsp .pop .close {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  float: right;
  cursor: pointer;
  background: url(../img/chac.png) no-repeat;
  background-size: 100%;
}
.tcsp .pop video {
  width: 100%;
}
center{
    width:100%;
    display:block;
    text-align:center;
    padding:1rem 0;
    font-size:.3rem;
}
.none{
    display:none!important;
}