@charset "UTF-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

.flex-c {
  display: flex;
  justify-content: center;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
  float: left;
}

.col-r,
.col_r,
.r,
.ul-txt li span,
.ul_txt li span,
dt span {
  float: right;
}

.c {
  clear: both;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tdn,
.tdn:hover,
a.tdl:hover {
  text-decoration: none;
}

.h1 {
  height: 1px;
}

.h5 {
  height: 5px;
}

.h,
.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h,
.h1,
.h10,
.h15,
.h20,
.h5 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

body {
  background-color: #f6f6f6;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
}

a:hover {
  color: #970f12;
}

img {
  max-width: 100%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

input,
select,
textarea {
  font-size: 12px;
  color: #444;
  font-family: MyriadPro, "微软雅黑", "Microsoft Yahei";
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ani {
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

@font-face {
  font-family: "Helvetica";
  src: url("/lib/fonts/Helvetica.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.wp2 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.subwrapper {
  max-width: 72.91vw;
  margin: 0 auto;
}

.header .inner {
  padding: 1.614vw 0 1.041vw;
}

.header .inner .wp {
  padding: 0 3.906vw 0 4.947vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .inner .wp .logo img {
  width: 15vw;
  display: block;
}

.header .inner .wp .logo a {
  display: block;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 5px solid #970f12;
}

.hdr .con-top {
  text-align: right;
}

.hdr .con-bot {
  clear: both;
}

.lang {
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.lang a,
.lang > div {
  color: inherit;
  margin-left: 0.2rem;
  float: left;
}

.lang a i,
.lang > div i {
  margin-right: 0.1rem;
}

.menuBtn {
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  padding-top: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  color: #fff;
}

.menuBtn em {
  font-size: 30px;
  line-height: 40px;
}

.lang a:hover {
  color: #f39800;
}

.soBox.ok .sub {
  display: block;
}

.hdr .con-bot .soBox {
  display: none;
}

.nav {
  float: left;
  margin-right: -13px;
}

.nav li {
  float: left;
  position: relative;
}

.nav .v1 {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.5rem;
  padding: 0 0.16rem;
}

.nav li.on .v1,
.nav li:hover .v1 {
  background: #fff;
  border-color: #970f12;
  color: #970f12;
}

.nav .v1 .iconfont {
  font-size: 0.12rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.nav dl {
  width: 2.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  padding-top: 4px;
  display: none;
}

.nav dl a {
  background-color: rgba(255, 255, 255, 0.9);
}

.nav li:hover dl {
  display: block;
}

.nav li:last-child dl {
  left: auto;
  right: 0;
}

.nav .v2 {
  display: block;
  font-size: 0.18rem;
  color: #202020;
  line-height: 24px;
  padding: 0.15rem 0.2rem;
}

.nav .v2:hover {
  color: #fff;
  background-color: #970f12;
}

.nav .v2:last-child {
  background-image: none;
}

.header.small {
  border-top: 0px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header {
  /* background-image: url(/english/images/img21.png); */
  border-color: #970f12;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(151, 15, 18, 0.6));
}

.header.small {
  background: #970f12;
}

.nav li.on .v1,
.nav li:hover .v1 {
  border-color: #970f12;
  color: #970f12;
}

.nav .v2:hover {
  color: #fff;
  background-color: #970f12;
}

.m-area a:hover {
  color: #970f12;
}

.slick-dots li.slick-active button {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform-origin: bottom center;
}

.slick-dots li.slick-active .bg {
  height: 10px;
  background-size: 100% auto;
  margin-top: -10px;
}

.flex-dir {
  flex-direction: column;
}

.header-m {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 19.2%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-m.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.header-m .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(152, 32, 36, 0.9);
  box-shadow: -5px 0 13px rgba(0, 0, 0, 0.43);
  padding-top: 50px;
  position: relative;
}

.nav-m {
  border-top: 1px solid #a94d50;
}

.nav-m li {
  position: relative;
}

.nav-m .v1 {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  border-top: 2px solid transparent;
  padding: 0 20px;
  border-bottom: 1px solid #a94d50;
}

.nav-m li.on .v1 {
  background: #8e1c00;
}

.nav-m dl {
  background: #79101a;
  padding: 14px 20px 10px;
  display: none;
}

.btn-slide {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 5;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
}

.btn-slide em {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  text-align: center;
}

.btn-slide .icon2,
.nav-m li.open .btn-slide .icon1 {
  display: none;
}

.nav-m li.open .btn-slide .icon2 {
  display: block;
  color: #fff;
}

.btn-close {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 12px;
  top: 10px;
  z-index: 11;
  cursor: pointer;
  color: #fff;
}

.btn-close em {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.banner {
  position: relative;
}

.banner::before {
  position: absolute;
  width: 100%;
  height: 1.4rem;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.banner .item {
  position: relative;
}

.banner .item .title {
  background-color: #f6f6f6;
  color: #facd89;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 50%;
  display: none;
}

.banner.subbanner::before {
  display: none;
}

.banner .slick-list,
.banner .slick-slide,
.banner .slick-slider,
.banner .slick-track {
  height: 100%;
}

.banner .slick-slide {
  outline: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 0.4rem;
  height: 0.7rem;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.2rem auto;
  background-size: 0.4rem auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: none;
}

.banner .slick-prev {
  left: 0.4rem;
}

.banner .slick-next {
  right: 0.4rem;
}

.slick-next {
  right: 0;
  background-image: url(/english/images/arr-r.png);
}

.slick-prev {
  left: 0;
  background-image: url(/english/images/arr-l.png);
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  z-index: 11;
  padding: 0 0.2rem;
}

.slick-dots li {
  display: inline-block;
  margin: 0 0.1rem;
}

.slick-dots li .bg {
  background: url(/english/images/dot-w.png) no-repeat center bottom;
  height: 1px;
  width: 100%;
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 1s;
}

.slick-dots li button {
  display: block;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 1s;
  font-family: "Helvetica", Arial;
  width: 0.4rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  text-align: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.slick-dots li button::before, .slick-dots li button::after {
  width: 0.3rem;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: 0.16rem;
  display: none;
}

.slick-dots li button::before {
  left: 0;
  margin-left: -0.2rem;
}

.slick-dots li button::after {
  right: 0;
  margin-right: -0.2rem;
}

.banner {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner .pic {
  height: 50vw;
  background-size: cover;
  background-position: center center;
}

.banner .subpic {
  height: 35vw;
}

.footer {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0.13rem;
  color: #d9b4be;
  line-height: 1.2;
  word-break: break-all;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.906vw 0.3rem 4.947vw;
}

.footer > div {
  width: 33.33%;
}

.footer .con1 {
  padding: 0.3rem 0.3rem 0 0;
}

.footer .footer-follow {
  padding: 0.43rem 0 0.3rem 0.3rem;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.16rem;
}

.footer .footer-follow p {
  padding-left: 0.18rem;
  background-repeat: no-repeat;
  background-position: left top 0.04rem;
  margin-bottom: 0.02rem;
  word-break: keep-all;
  background-size: 0.16rem auto;
}

.footer .footer-follow p.add {
  background-image: url(/english/images/address.png);
}

.footer .footer-follow p.tel {
  background-image: url(/english/images/tel.png);
}

.footer .footer-follow p.email {
  background-image: url(/english/images/email.png);
  margin-bottom: 0;
}

.footer .footer-share img {
  width: 0.9rem;
}

.footer .footer-share p {
  text-align: center;
  color: #f6f6f6;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.footer .con1:after,
.footer .con2:after,
.footer .con3:after,
.footer .con4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 999px;
  background: #f6f6f6;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.footer .con4:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 999px;
  background: #f6f6f6;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.footer .tit {
  font-size: 16px;
  color: #f6f6f6;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 9px;
  text-align: left;
}

.footer .con2 .txt {
  overflow: hidden;
  color: #d9b4be;
  line-height: 1.5;
  margin-top: 19px;
}

.footer .con2 .col-l,
.footer .con2 .col-r {
  width: 42%;
}

.footer .con2 .col-r {
  width: 48%;
}

.footer .con2 p {
  padding-bottom: 12px;
}

.footer .con2 p em {
  display: block;
  color: #fff;
  /* text-decoration: underline */
}

.footer .con2 p a {
  color: inherit;
}

.footer .con2 p a:hover {
  color: #cbaa83;
}

.footer .con3 .txt {
  color: #e1e1e1;
  margin-top: -2px;
}

.f-links {
  margin-bottom: 31px;
}

.f-links a {
  display: block;
  float: left;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
  position: relative;
}

.f-links a:hover {
  color: #cbaa83;
}

.wechat-follow:hover .follow-code {
  display: block;
}

.follow-code {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 4px;
  background: #fff;
  top: -110px;
  left: -35px;
  display: none;
}

.f-logo {
  height: 90px;
  margin-bottom: 17px;
}

.f-logo img {
  display: block;
  height: 100%;
}

.f-share a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0.13rem 0.5rem 0 0;
  padding: 0;
  position: relative;
}

.f-share a:last-child {
  margin-right: 0;
}

.f-share a:hover {
  color: #fff !important;
}

.newsitem .about {
  font-size: 0.16rem;
  line-height: 0.3rem;
  border-bottom: 1px solid #666666;
  color: #666;
  padding: 0.1rem 0;
}

.row-a1 .col-l {
  width: 64.8%;
}

.row-a1 .col-r {
  width: 32.4%;
}

.p-list1 li {
  margin-bottom: 0.2rem;
}

.p-list1 li .date {
  transform: scale(0.8);
  transform-origin: left top;
}

.p-list1 li:last-child {
  margin-bottom: 0;
}

.p-list1 .con {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-list1 .pic {
  height: 0;
  padding-top: 53.6%;
  position: relative;
  overflow: hidden;
}

.p-list1 li:last-child .pic {
  margin-bottom: 0;
}

.p-list1 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsitem .pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.p-list1 .txt {
  z-index: 2;
  font-size: 0.16rem;
  background-color: #efebea;
  line-height: 0.36rem;
  padding: 0.1rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list3 {
  margin: 0 -0.14rem;
  margin-top: 1.5rem;
}

.list3 li {
  width: 33.33%;
  padding: 0 0.14rem;
}

.list3 li h4 {
  font-weight: normal;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #ffffff;
}

.list3 li p {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
  transition: all 0.3s;
}

.list3 li a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0.3rem 0.24rem;
}

.list3 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #f6c5b4 1px solid;
  border-radius: 0.1rem;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0.3s;
  transition: all 0.3s;
}

.list3 li:hover a p {
  color: rgba(0, 0, 0, 0.8);
}

.list3 li:hover a h4 {
  color: #1a1a1a;
}

.m-btn2 {
  display: block;
  width: 100%;
  height: 58px;
  background: #dcdcdc;
  font-size: 14px;
  color: #970f12;
  line-height: 58px;
  text-align: center;
}

.new3-b {
  margin: 0 -0.15rem;
}

.new3-b li {
  width: 25%;
  padding: 0 0.15rem;
}

.new3-b li .imged {
  padding-bottom: 60%;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.new3-b li .imged img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  transition: all 0.5s;
}

.new3-b li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.new3-b li p {
  padding: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  width: 100%;
  background-color: #fff;
}

.m-btn2 .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin-right: 11px;
  margin-top: -2px;
}

.m-btn2:hover {
  background: #970f12;
  color: #fff;
}

.m-tit1 {
  padding-bottom: 0.18rem;
  padding-top: 0.52rem;
  align-items: center;
}

.m-tit1 .more {
  float: right;
}

.m-tit1 h3 {
  float: left;
  font-size: 0.5rem;
  font-weight: 400;
  color: #1a1a1a;
}

.more {
  color: #333;
  text-decoration: underline;
  position: relative;
  bottom: -8px;
  padding-right: 30px;
  background: url(/english/images/i-go.png) no-repeat right center;
  background-size: auto 14px;
  font-size: 0.14rem;
}

.m-tit1 .more:hover {
  color: #970f12;
  background-image: url(/english/images/i-go-on.png);
}

.row-a2 {
  padding: 40px 0 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}

.row-a2::before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(to bottom, #fffef9, transparent);
}

.row-a2 .wp2 {
  position: relative;
  z-index: 2;
}

.row-a2 .col-l {
  width: 66%;
}

.row-a2 .col-r {
  width: 30%;
}

.p-list2 {
  overflow: hidden;
  margin: 0 -21px;
  position: relative;
  padding-bottom: 40px;
}

.p-list2 .w60 {
  position: relative;
  z-index: 2;
}

.p-list2 .w40 {
  position: relative;
  z-index: 1;
}

.p-list2 li {
  position: relative;
  z-index: 2;
}

.p-list2::after {
  width: 90%;
  height: 100%;
  background: #efebea;
  bottom: 0;
  right: 20px;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
}

.p-list2 .more-area {
  text-align: right;
}

.p-list2 .more {
  text-decoration: none;
  padding: 10px;
  border: 1px solid #970f12;
  font-size: 13px;
  display: block;
  margin-top: 30px;
  color: #970f12;
  text-align: center;
}

.p-list2 .more:hover {
  background-color: #970f12;
  color: #ffffff;
}

.slider-count {
  font-size: 16px;
  color: #970f12;
  text-align: right;
  margin-top: -50px;
  height: 40px;
  padding-right: 10px;
}

.p-list2 li {
  float: left;
  padding: 0 20px;
}

.p-list2 .pic {
  height: 0;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.p-list2 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-list2 .pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.p-list2 .date {
  display: block;
  width: 88%;
  font-size: 14px;
  line-height: 30px;
  padding-left: 19px;
  margin: -30px 0 8px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.p-list2 .date .iconfont {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 7px 0 0;
}

.p-list2 .det {
  font-size: 16px;
  color: #292929;
  line-height: 24px;
}

.bdstyle-red .p-list3 li:hover .date {
  background: #970f12;
}

.row-a3 {
  clear: both;
  font-size: 24px;
}

html {
  font-size: 100px;
}

body {
  font-size: 14px;
  color: #1a1a1a;
  font-family: "Helvetica", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

body .row-a1,
body .index-ad {
  background: #ffffff;
}

.row-a1 {
  position: relative;
  padding-bottom: 0.5rem;
  display: flex;
}

.row-a1 .bg {
  position: absolute;
  width: 100%;
  height: 400px;
  background: #f6f6f6 url(/english/images/xueyuan.png) no-repeat center bottom;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  content: "";
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 12px;
  border-radius: 6px;
  /* 设置滚动条的宽度 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
  width: 12px;
  display: block;
  border-radius: 6px;
  /* 设置轨道的背景颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background: #888888;
  opacity: 0.1;
  border-radius: 6px;
  /* 设置滑块的背景颜色 */
}

/* 当滑块悬停或活动时，可以添加更多样式 */
::-webkit-scrollbar-thumb:hover {
  /* 设置滑块在悬停状态下的背景颜色 */
}

.list3 {
  position: relative;
  overflow: hidden;
}

.list3 .hbg {
  background-color: rgba(255, 255, 255, 0.9);
  left: -100%;
  top: 0;
  width: calc(33.33% - 0.28rem);
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
  margin-left: 0.14rem;
  border-radius: 0.1rem;
}

.row-a3 {
  position: relative;
  background: #96231c url(/english/images/eventbg.jpg) no-repeat top center;
  background-size: 100% auto;
}

.row-a3 .m-tit1 h3 {
  color: #ffffff;
}

.row-a3 .more,
.row-a3 .more:hover {
  background-image: url(/english/images/i-go-white.png);
  color: #ffffff;
}

.row-a3 .bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/english/images/eventbg.jpg) no-repeat top center;
  background-size: 100% auto;
  width: 100%;
  height: 3rem;
  display: block;
  content: "";
  background-attachment: fixed;
}

.row-a3 .bgcontainer {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
}

.row-a3 .yqwq {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/english/images/yqwq.png) no-repeat top left;
  background-size: 400px auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 3;
  margin-top: -0.3rem;
  opacity: 0.4;
}

.row-a3 .inner {
  padding: 0.8rem 0 1.3rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.new3-t {
  width: 100%;
  margin-bottom: 0.3rem;
  position: relative;
  padding: 0.2rem;
  justify-content: space-between;
}

.new3-t::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 80%;
  background: #efebea;
  background: #970f12;
  display: block;
  z-index: -1;
  content: "";
}

.new3-t::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  background: #ffffff url(../images/newsbg-b.png) no-repeat right bottom 0.2rem;
  display: block;
  z-index: -2;
  content: "";
  background-size: auto 30%;
}

.new3-t .new3-tl {
  width: 68%;
}

.new3-t .new3-tr {
  width: 32%;
  color: #1a1a1a;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.new3-t .new3-tr h2 {
  margin: 0.5rem 0 0;
  font-size: 0.22rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.new3-t .new3-tr p {
  margin: 0.3rem 0 0.3rem;
  font-size: 0.18rem;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}

.new3-t .imged {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  height: 0;
}

.new3-t .imged img,
.new3-t .imged video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}

.new3-t .desc {
  width: 25%;
  background-color: #ffffff;
}

.bdstyle-red .row-a3 .inner {
  position: relative;
}

.changebg {
  animation: changeColor 2s;
  -webkit-animation: changeColor 2s;
  -moz-animation: changeColor 2s;
  -o-animation: changeColor 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes changeColor {
  0% {
    background-color: #382e2f;
  }
  100% {
    background-color: rgba(149, 36, 35, 0.8);
  }
}

@-webkit-keyframes changeColor {
  0% {
    background-color: #382e2f;
  }
  100% {
    background-color: rgba(149, 36, 35, 0.8);
  }
}

@-moz-keyframes changeColor {
  0% {
    background-color: #382e2f;
  }
  100% {
    background-color: rgba(149, 36, 35, 0.8);
  }
}

@-o-keyframes changeColor {
  0% {
    background-color: #382e2f;
  }
  100% {
    background-color: rgba(149, 36, 35, 0.8);
  }
}

.row-a3 .about {
  text-align: center;
}

.row-a3 .col-l {
  width: 60%;
}

.row-a3 .col-r {
  width: 40%;
}

.row-a4 .video video {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.row-a3 .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 7px;
  text-align: left;
}

.row-a3 .con {
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  padding-top: 32px;
}

.row-a3 .con a {
  color: inherit;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
  background: url(/english/images/i-upright.png) no-repeat right center;
  background-size: 12px 12px;
}

.row-a3 .con .con-l {
  float: left;
  width: 49%;
}

.row-a3 .con .con-r {
  float: right;
  width: 49%;
}

.row-a3 .con a:hover {
  color: #facd89;
  border-color: #facd89;
}

.row-a4 {
  position: relative;
}

.row-a4 .con1 {
  position: relative;
  z-index: 5;
  border-radius: 0.1rem 0.1rem 0 0;
}

.row-a4 .con1 .col-r {
  width: 50%;
}

.row-a4 .det {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(28, 66, 182, 0.1);
  color: #970f12;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.2rem 0;
}

.f-shink {
  flex-shrink: 0;
}

.row-a4 .det .flex {
  justify-content: center;
}

.row-a4 .det span {
  display: block;
  color: #444;
}

.row-a4 .det strong {
  display: block;
  font-size: 0.4rem;
}

.row-a4 .det strong.small {
  font-size: 0.24rem;
}

.row-a8 {
  padding-bottom: 0.3rem;
  background: #ffffff;
}

.b-wave1 {
  animation: wave 70s linear infinite;
  background: url(/english/images/mask-01.png) repeat-x;
  background-position: 0 bottom;
  background-size: auto 100%;
  top: 0;
  height: 0.5rem;
  left: -5px;
  min-height: 60px;
  position: absolute;
  right: -5px;
  transition: animation 0.3s ease;
  z-index: 1;
}

.b-wave1.small {
  height: 1rem;
  animation-name: wavesmall;
}

.b-wave {
  animation: wave 10s linear infinite;
  background: url(/english/images/mask-02.png) repeat-x;
  background-position: 0 bottom;
  background-size: auto 100%;
  bottom: 0;
  height: 0.5rem;
  left: -5px;
  min-height: 60px;
  position: absolute;
  right: -5px;
  transition: animation 0.3s ease;
  z-index: 1;
}

.b-wave2 {
  animation: wave 20s linear infinite;
  background: url(/english/images/mask-02.png) repeat-x;
  background-position: 0 bottom;
  background-size: auto 100%;
  bottom: 0;
  height: 1rem;
  left: -5px;
  min-height: 60px;
  position: absolute;
  right: -5px;
  transition: animation 0.2s ease;
  z-index: 2;
  opacity: 0.5;
}

.regbg {
  background-color: #970f12;
}

.wbg {
  background-color: #ffffff;
}

.gbg {
  background-color: #725e53;
}

.b-wave.reverse {
  animation-direction: reverse;
  background-image: url(/english/images/mask-01.png);
  bottom: auto;
  top: -5px;
}

.b-wave.small {
  animation-name: wavesmall;
  height: 7.25vw;
}

@keyframes wave {
  0% {
    background-position-x: 88%;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(125%);
  }
  to {
    background-position-x: -112%;
    transform: scaleX(100%);
  }
}

@keyframes wavesmall {
  0% {
    background-position-x: 88%;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(180%);
  }
  to {
    background-position-x: -112%;
    transform: scaleX(100%);
  }
}

.campuslist,
.searchlist {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
}

.campus {
  width: 20%;
  padding: 0.15rem;
  position: relative;
  cursor: pointer;
}

.campus img {
  opacity: 0.5;
  display: block;
}

.campus .title {
  padding: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  border-bottom: 1px solid #666666;
}

.campus:hover .title {
  background-color: #970f12;
  top: 20%;
  transition: all 0.5s;
  color: #ffffff;
  border-color: #970f12;
}

.campus:hover::after {
  height: 20%;
  border-color: #970f12;
}

.campus:hover img {
  opacity: 1;
}

.row-a4 .tit span:before,
.row-a5 .tit span:before {
  right: 100%;
}

.row-a4 .tit span:after,
.row-a5 .tit span:after {
  left: 100%;
}

.m-facts {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.m-facts .txt {
  overflow: hidden;
  font-size: 14px;
  color: #970f12;
  line-height: 1.2;
  text-align: center;
  padding-top: 11px;
  margin-bottom: -47px;
}

.bdstyle-red .m-facts .txt {
  color: #970f12;
}

.m-facts .item {
  float: left;
  width: 33.33%;
  overflow: hidden;
  margin-bottom: 61px;
}

.m-facts strong {
  display: block;
  font-size: 38px;
  font-family: PTSerif;
}

.p-list4 {
  overflow: hidden;
  padding-top: 80px;
  margin: 0 -20px;
}

.p-list4 li {
  float: left;
  width: 25%;
  padding: 20px;
}

.p-list4 li:hover .con:after {
  opacity: 0;
}

.p-list4 .con {
  display: block;
  position: relative;
}

.p-list4 .con:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 1;
  width: 80%;
  height: 80%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  transition: all 0.7s;
}

.p-list4 .pic {
  position: relative;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #cccccc;
  overflow: hidden;
}

.p-list4 .pic img {
  width: 100%;
  display: block;
}

.p-list4 .txt {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  z-index: 2;
  padding: 20px;
  padding-right: 30px;
  font-size: 32px;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-family: MyriadProBold;
  text-align: center;
}

.p-list4 .iconfont {
  font-size: 26px;
  color: #cfb38e;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.m-news {
  overflow: hidden;
  position: relative;
}

.m-news .pic {
  height: 0;
  padding-top: 58.5%;
}

.m-news .pic img {
  position: absolute;
  left: 0;
  top: 0;
}

.m-news .slider-nav {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #efebea;
  text-align: left;
}

.m-news .pic img {
  display: block;
  width: 100%;
}

.m-news .tit {
  font-size: 0.24rem;
  color: #19191a;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  padding-bottom: 0.24rem;
  padding-top: 0.24rem;
  margin-bottom: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.m-news .tit a {
  color: #ffffff;
}

.m-news .det {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 65px;
}

.m-news .con-bot {
  margin-right: 100px;
  margin-bottom: 9px;
}

.m-news .more {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #970f12;
  font-style: italic;
  line-height: 16px;
  border-bottom: 2px solid #970f12;
}

.m-news .more:hover {
  color: #c5944a;
  border-color: #c5944a;
}

.m-news .num {
  float: right;
  font-size: 18px;
  color: #970f12;
}

.p-list5 {
  overflow: hidden;
  margin: 57px -16px 74px;
}

.p-list5 li {
  float: left;
  width: 33.33%;
  padding: 0 16px 44px;
}

.p-list5 .con {
  display: block;
  background: #fff;
  overflow: hidden;
}

.p-list5 .pic {
  height: 0;
  padding-top: 65.6%;
  position: relative;
  overflow: hidden;
}

.p-list5 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-list5 .txt {
  padding: 19px 30px;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 27px;
}

.p-list5 .det {
  height: 189px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.p-list5 .tit {
  font-size: 18px;
  color: #970f12;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
}

.p-list5 .con:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.p-list6 {
  overflow: hidden;
  margin: 60px -25px -21px;
}

.p-list9 .con:hover {
  text-decoration: underline;
}

.row-campus2 {
  overflow: hidden;
  padding: 113px 0 68px;
  clear: both;
  font-size: 18px;
  color: #666;
  line-height: 21px;
}

.row-campus2 .inner {
  overflow: hidden;
  padding-top: 25px;
}

.row-campus2 .col-l {
  width: 36.66%;
}

.row-campus2 .col-r {
  width: 57.58%;
}

.row-campus2 .title {
  font-size: 32px;
  color: #282828;
  line-height: 1.0625;
  font-weight: 400;
  margin-bottom: 18px;
}

.row-campus2 .icon-big {
  display: block;
  line-height: 1;
  font-size: 300px;
  color: #e5e5e5;
  margin-top: 9px;
}

.index-ad {
  margin: 0 auto;
}

@keyframes bgwave {
  0% {
    background: white;
  }
  50% {
    background: rgba(255, 255, 255, 0.8);
  }
  100% {
    background: white;
  }
}

.row-a4 {
  background: #ffffff url(/english/images/jz.png) no-repeat bottom center;
  padding-bottom: 1.1rem;
}

.row-a4 .end-tit {
  padding-top: 0;
  padding-bottom: 0;
}

.row-a4 .title-l {
  height: 100%;
}

.row-a4 .img {
  border-radius: 50%;
  border: 0.02rem dotted #a1a1a1;
  width: 1.22rem;
  height: 1.22rem;
  margin: 0 auto 0.2rem;
  padding: 0.1rem;
  display: flex;
  align-items: center;
}

.row-a4 .img img {
  display: block;
  margin: 0 auto;
  width: 0.7rem;
}

.row-a5 a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.row-a5 .campus-item .img-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.row-a5 .campus-item .img-box .text-box {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
  display: inline-block;
  width: 100%;
  color: #ffffff;
}

.row-a5 .campus-item .img-box .img {
  width: 100%;
  height: 100%;
}

.row-a5 .campus-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.row-a5 {
  position: relative;
  background: #efebea url(../images/shu-right.png) no-repeat right bottom;
  padding-bottom: 0.6rem;
  background-size: auto 100%;
  background-blend-mode: hard-light;
}

.row-a5 .wp2 {
  position: relative;
  z-index: 2;
}

.row-a5 .restitle {
  background-color: #970f12;
  color: #ffffff;
  font-size: 1rem;
  padding: 20px;
  margin-top: -120px !important;
  width: 120px;
  z-index: 10;
  height: 120px;
  position: relative;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.row-a5 .xslist .first-item {
  position: relative;
}

.row-a5 .xslist .first-item .text-box {
  padding: 0.2rem;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
  display: inline-block;
  width: calc(100%);
  color: #ffffff;
}

.row-a5 .second-item .title,
.row-a5 .third-item .title {
  text-align: center;
  margin-top: 10px;
}

.row-a5 .second-item .text-box,
.row-a5 .third-item .text-box {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-a5 .campus-item {
  height: 100%;
  padding: 0.15rem;
  display: flex;
  flex-direction: column;
}

.row-a5 .campus-item > a {
  background-size: cover !important;
  height: 50%;
  display: block;
}

.row-a5 .campus-item > a .flex {
  align-items: center;
  justify-content: center;
}

.row-a5 .campus-item > a > .flex {
  flex-direction: column;
}

.row-a5 .campus-item > a:first-child {
  margin-bottom: 0.15rem;
}

.row-a5 .campus-item > a:last-child {
  margin-top: 0.15rem;
}

.row-a5 .campus-item .icon {
  width: 100%;
  height: 50px;
}

.row-a5 .campus-item .icon img {
  width: auto;
  height: 100%;
}

.row-a5 .campus-item .text-box {
  padding: 0.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.row-a5 .campus-item.third-item .title {
  color: #ffffff;
}

.row-a5 .title {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  text-align: center;
}

.row-a5 .col-r > div {
  height: 100%;
}

#wrapper {
  transition: all 400ms ease;
  position: relative;
  left: 0;
  overflow: hidden;
}

.row-a6 {
  position: relative;
  background-color: #f6f6f6;
}

.row-a6 .bg {
  background: url(/english/images/xueyuan.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 400px;
  width: 100%;
  display: block;
}

.row-a6 .info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 0.5rem 0;
}

.row-a6 .info .addmisstions {
  margin: 0 -0.14rem;
}

.row-a6 .info .detail-wrap {
  overflow: hidden;
  width: 33.33%;
  padding: 0 0.14rem;
}

.row-a6 .info .detail-wrap .text,
.row-a6 .info .detail-wrap .img-wrap {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  text-align: center;
  color: #970f12;
  overflow: hidden;
}

.row-a6 .info .detail-wrap .text {
  padding: 0.12rem 0.1rem;
  border: 1px solid #970f12;
  border-radius: 5rem;
}

.row-a6 .info .detail-wrap .text .applys {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-a6 .info .detail-wrap .text .applys a {
  padding-left: 0.05rem;
  font-size: 0.1 0.6rem;
  display: block;
  cursor: pointer;
  padding-right: 20px;
  background: url(/english/images/i-upright-b.png) no-repeat right center;
  background-size: 14px 14px;
}

.row-a6 .info .detail-wrap .text .more {
  float: right;
}

.row-a6 .info .detail-wrap .text .m-tit1 {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.row-a6 .info .detail-wrap .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.row-a7 {
  background: #efebea url(../images/shu.png) no-repeat left bottom;
  background-size: auto 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.row-a7 .m-tit1 {
  margin-top: 0;
}

.row-a7 .xslist .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  display: block;
  background-size: cover;
}

.row-a7 .xslist-nav {
  margin-top: 2rem;
}

.row-a7 .xslist-nav a {
  display: block;
  margin-right: -1rem;
  font-size: 2rem;
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 5;
  transform: skewX(5deg);
  height: 0.6rem;
  transition: all 0.5s;
}

.row-a7 .xslist-nav a > div {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #ffffff 40%);
  line-height: 0.6rem;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 6;
}

.row-a7 .xslist-nav a::after {
  position: absolute;
  background: linear-gradient(to right, transparent, #cccccc);
  width: 55%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
  z-index: 4;
  content: "";
  transition: all 0.5s;
}

.row-a7 .xslist-nav a.on {
  margin-right: -2rem;
}

.row-a7 .xslist-nav a.on > div {
  background: linear-gradient(to right, transparent, #970f12 40%);
  color: #ffffff;
}

.row-a7 .xslist-nav a.on::after {
  background: linear-gradient(to right, transparent, #ffffff);
}

.newslist,
.xslist {
  position: relative;
  z-index: 3;
}

.newslist .slick-prev,
.newslist .slick-next,
.xslist .slick-prev,
.xslist .slick-next {
  right: 0;
  left: unset;
  top: 0;
  transform: translateY(0);
  height: 40px;
  background-color: #970f12;
  background-size: 30px 30px;
  z-index: 10;
}

.newslist .slick-prev button,
.newslist .slick-next button,
.xslist .slick-prev button,
.xslist .slick-next button {
  background-color: #970f12;
}

.newslist .slick-prev,
.xslist .slick-prev {
  background-image: url(/english/images/arr-l-w.png);
  opacity: 1;
}

.newslist .slick-prev:hover,
.xslist .slick-prev:hover {
  background-color: #ffffff;
  background-image: url(/english/images/arr-l.png);
}

.newslist .slick-next,
.xslist .slick-next {
  margin-right: -40px;
  background-image: url(/english/images/arr-r-w.png);
}

.row-a1 .pic {
  position: relative;
  overflow: hidden;
}

.row-a1 .pic .date {
  background: #970f12;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.1rem;
  z-index: 2;
}

.row-a1 .pic .date em {
  font-size: 0.24rem;
}

.newslist img {
  object-fit: cover;
}

.lifes {
  background: rgba(149, 36, 35, 0.9) !important;
}

.lifes .text {
  color: #ffffff !important;
}

.lifes .text img {
  height: 50px !important;
  margin-right: 0 !important;
}

.lifes .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 6px;
  border-radius: 2px;
  line-height: 6px;
}

.lifes .slick-dots li {
  float: right;
}

.lifes .slick-dots {
  bottom: 0 !important;
  height: 10px;
  margin-bottom: -20px;
}

.social-share .social-share-icon {
  border: none !important;
  color: #ffffff !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
  margin-top: 13px;
  margin-right: 24px;
  margin-bottom: 15px;
}

.social-share-icon {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.social-share-icon:hover {
  background: transparent !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.index-about-section .content {
  position: relative;
  z-index: 5;
}

.wrapper-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-ac {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.flex {
  display: flex;
}

.row5 li {
  padding: 0 0.01rem;
  width: 20%;
}

.row5 li a {
  display: block;
  width: 100%;
  position: relative;
}

.row5 li .scales {
  overflow: hidden;
}

.row5 li h3 {
  width: 0.3rem;
  color: #fff;
  font-family: "siyaunsongti-Heavy";
  line-height: 1.2;
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  font-size: 0.28rem;
}

.row5 li span {
  color: #fff;
  font-size: 0.14rem;
  width: 0.2rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  right: 0.25rem;
  bottom: 2.55rem;
  text-align: center;
  bottom: 34%;
}

.main {
  position: relative;
}

.m-area {
  display: none;
}

.m-area > div {
  padding: 0.2rem;
  border-bottom: 1px solid #cccccc;
}

.m-area > div a {
  font-weight: 400;
  font-size: 0.2rem;
}

.m-area .search-area .soBox-m {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.m-area .search-area .soBox-m .inp {
  display: block;
  width: 100%;
  height: 0.36rem;
  padding: 0 0.4rem 0 0.2rem;
  background: transparent;
  border: none;
}

.m-area .search-area .soBox-m .sub {
  width: 0.36rem;
  height: 0.36rem;
  border: none;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #1a1a1a;
}

.submenu {
  background-color: #efebea;
  position: relative;
}

.submenu .left {
  background-color: #970f12;
  color: #ffffff;
}

.submenu .left h3 {
  position: relative;
  padding: 0.15rem 0.3rem;
  font-size: 0.24rem;
  display: block;
  line-height: 0.6rem;
}

.submenu .left h3::after {
  position: absolute;
  margin-right: -0.3rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-left: 0.15rem solid #970f12;
  border-bottom: 0.15rem solid transparent;
}

.submenu .right {
  padding-left: 0.15rem;
}

.submenu .right li {
  padding: 0.15rem 0.3rem;
  display: inline-block;
}

.submenu .right li.on a {
  color: #970f12;
}

.submenu .right li a {
  font-size: 0.18rem;
  height: 0.6rem;
  display: block;
  line-height: 0.6rem;
}

.list-area {
  background-color: #ffffff;
  background-image: url(/english/images/subpagebg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  padding: 0.8rem 0 1rem 0;
}

.list-area .conlist.schools {
  display: flex;
  flex-wrap: wrap;
}

.list-area .conlist.schools > li {
  width: 50%;
  margin: 0.1rem 0;
  padding-right: 0.2rem;
}

.list-area .conlist.schools > li .date {
  display: none;
}

.list-area .conlist.schools > li .con {
  transition: all 0.5s;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0.1rem;
  position: relative;
  box-shadow: 0 0 10px #e0e0e0;
}

.list-area .conlist.schools > li .con .tit {
  width: 95%;
}

.list-area .conlist.schools > li .con::before {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #970f12;
  display: block;
  content: "";
  left: 0.08rem;
  top: 0.24rem;
  border-radius: 50%;
  position: absolute;
}

.list-area .conlist.schools > li:hover .con {
  background: #970f12;
}

.list-area .conlist.schools > li:hover .con .tit {
  color: #ffffff;
}

.list-area .conlist.schools > li:hover .con::before {
  background-color: #ffffff;
}

.list-area .conlist .con {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  background: url(/english/images/li-bg.png) no-repeat left center;
  background-size: 0.16rem auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 0.24rem;
  font-family: Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

.list-area .conlist .con .tit {
  color: #333;
  padding: 0.15rem 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  width: calc(100% - 1rem);
  font-size: 0.18rem;
}

.list-area .conlist .con .date {
  color: #999999;
  font-size: 0.14rem;
}

.list-area .conlist .con .date,
.list-area .conlist .con .tit {
  padding: 0.15rem 0;
}

.list-area .conlist .con:hover {
  background-image: url(/english/images/li-bg-on.png);
}

.list-area .conlist .con:hover .tit {
  color: #970f12;
}

.list-area .content-area {
  margin: 0 auto;
  max-width: 72.91vw;
}

.list-area .content-area .news_title {
  border-bottom: 1px solid #cccccc;
}

.list-area .content-area .news_title .new_txt1 {
  font-size: 0.34rem;
  color: #1a1a1a;
  padding-bottom: 0.24rem;
  text-align: center;
}

.list-area .content-area .news_title .new_time {
  text-align: center;
}

.list-area .content-area .news_title .new_time > span {
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
  display: inline-block;
  color: #666;
}

.list-area .content-area .content-detail {
  margin-top: 0.24rem;
}

.list-area .content-area .content-detail p {
  font-size: 0.2rem;
  font-family: Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
  margin-bottom: 0.24rem;
  line-height: 2;
}

.list-area .content-area .content-detail p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#layer-search {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  display: none;
}

#layer-search .close {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

#layer-search .close img {
  width: 100%;
  height: 100%;
}

#layer-search .search-area {
  align-items: center;
}

#layer-search .search-area .soBox {
  background: #970f12;
  display: flex;
}

#layer-search .search-area .soBox .inp {
  background: #fff;
  box-shadow: 0.156vw 0.156vw 0.156vw rgba(0, 0, 0, 0.5) inset;
  padding: 0 0.625vw;
  font-size: 0.833vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 22.39vw;
  height: 2.343vw;
  line-height: 2.343vw;
  border: none;
  outline: none;
}

#layer-search .search-area .soBox .sub {
  background-color: transparent;
  width: 6.25vw;
  font-size: 0.937vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  height: 2.343vw;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#layer-search .search-area .soBox .sub em {
  color: #ffffff;
}

table {
  margin: 0 auto;
  max-width: 100%;
}

.m-listb5 {
  display: flex;
  flex-wrap: wrap;
}

.m-listb5 li {
  width: 33.33%;
  padding: 0 0.2rem 0.35rem;
}

.m-listb5 li .con {
  display: block;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.m-listb5 li .con .pic {
  position: relative;
  height: 0;
  padding-top: 65.56%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}

.m-listb5 li .con .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutbg {
  background: url(/english/images/flower.png) no-repeat right top;
  padding-top: 0.6rem;
}

.about-area {
  background: rgba(151, 15, 18, 0.8) url(../images/aboutbg.png) no-repeat left bottom;
  padding: 0.48rem 0.36rem;
}

.about-area .about {
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.04rem;
}

.about-area .about .avatar {
  padding-top: 0.32rem;
}

.about-area .about .name {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
  margin-top: 0.24rem;
  font-family: "Times New Roman", "PingFang SC", Arial, sans-serif !important;
}

.about-area .colon {
  color: rgba(255, 255, 255, 0.66);
  font-weight: bold;
  text-shadow: 0px 3px 0.06rem rgba(0, 0, 0, 0.49);
  font-size: 1rem;
  margin-bottom: -0.7rem;
  margin-top: -0.1rem;
}

.about-area .t_title {
  color: #f3cca5;
  font-weight: bold;
  text-shadow: 0px 3px 7.84px rgba(0, 0, 0, 0.49);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.32rem;
  font-size: 0.7rem;
  font-family: "Times New Roman", "PingFang SC", Arial, sans-serif !important;
}

.about-area .content-detail {
  color: #ffffff;
}

.about-area .content-detail p {
  font-size: 0.18rem !important;
}

.about-area .flex > div {
  padding: 0.24rem;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 75px;
  }
  .p-list1 li {
    margin-bottom: 0.24rem;
  }
  .m-news .tit {
    padding: 0.18rem 0;
  }
}

@media screen and (max-width: 1240px) {
  .lang {
    display: none;
  }
  .subwrapper,
  .list-area .content-area {
    max-width: 100%;
  }
  .subwrapper {
    width: 100%;
  }
  .new3-t .new3-tr {
    padding-right: 0;
  }
  .nav dl {
    display: none !important;
  }
  html {
    font-size: 70px;
  }
  .banner {
    margin-top: 0.8rem;
  }
  .menuBtn {
    display: block;
  }
  .header .inner .wp .logo img {
    width: 2rem;
  }
  .row-a3 {
    background-size: auto 3rem;
  }
  .list3 {
    margin-top: 1rem;
  }
  .hdr {
    display: flex;
    align-items: center;
  }
  .hdr .con-bot {
    position: fixed;
    left: 0;
    top: 0.8rem;
    background-color: #ffffff;
    z-index: 90;
    width: 100%;
    height: calc(100% - 0.8rem);
    display: none;
  }
  .hdr .con-bot.open .m-area {
    display: block;
  }
  .hdr .con-bot ul li {
    width: 100%;
  }
  .hdr .con-bot ul li a {
    color: #1a1a1a;
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  .hdr .con-bot ul li i {
    display: none;
  }
  .header .inner {
    height: 0.8rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .m-menu {
    display: block;
  }
  .m-news .tit {
    padding: 0.18rem 0;
  }
  .wp2 {
    width: 96%;
  }
  .header .inner .wp {
    padding: 0 2%;
  }
  .footer {
    padding: 0.3rem 2%;
  }
  .footer .f-share {
    display: flex;
    justify-content: space-around;
  }
  .footer .f-share a {
    margin-right: 0 !important;
  }
  .new3-t .new3-tr h2 {
    margin-top: 0;
  }
  .new3-t .m-tit1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu .wp2 {
    padding: 0;
    width: 100%;
  }
  .submenu .flex {
    flex-direction: column;
  }
  .submenu .flex .left h3 {
    display: inline-block;
    padding: 0.1rem 0.24rem 0.1rem 0;
  }
  .submenu .flex .left h3::after {
    margin-right: -0.1rem;
    border: 0.1rem solid;
    border-color: #ffffff transparent transparent transparent;
    transform: translateY(0);
  }
  .submenu .flex > div {
    padding: 0 0.24rem;
  }
  .submenu .flex .right {
    display: none;
  }
  .submenu .flex .right li {
    padding: 0;
    width: 100%;
  }
  .submenu .left h3 {
    display: inline-block;
    padding: 0.12rem 0.24rem 0.12rem 0;
  }
  .submenu .left h3::after {
    margin-right: -0.1rem;
    border: 0.1rem solid;
    border-color: #ffffff transparent transparent transparent;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .submenu.open .left h3::after {
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
  }
}

@media screen and (max-width: 850px) {
  .content-detail img {
    height: auto !important;
  }
  .content-detail table td * {
    font-size: 0.18rem !important;
  }
  .list-area .content-area .news_title .new_txt1 {
    font-size: 18pt;
  }
  .campus .title,
  .new3-b li p {
    padding: 0.2rem 0.1rem;
  }
  .m-listb5 li {
    width: 100%;
    padding: 0 0 0.1rem;
  }
  .m-listb5 li .pic {
    margin-bottom: 0;
  }
  .new3-t {
    flex-direction: column;
  }
  .new3-t::after {
    display: none;
  }
  .new3-t::before {
    width: 100%;
  }
  .new3-t > div {
    width: 100% !important;
  }
  .new3-t .new3-tr {
    margin-top: 0.1rem;
    padding: 0;
  }
  .list-area {
    padding: 0.5rem 0;
  }
  .list-area .conlist.schools > li {
    width: 100%;
    padding: 0;
  }
  .list-area .conlist.schools > li .tit {
    width: 100%;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer > div:first-child {
    width: 100%;
    text-align: center;
  }
  .footer > div:first-child img {
    display: block;
    margin: 0 auto;
  }
  .footer > div:nth-child(2), .footer > div:nth-child(3) {
    width: 50%;
    box-sizing: border-box;
  }
  .list-area .content-area .content-detail table {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .aboutbg {
    background: transparent;
  }
  .about-area .flex {
    flex-direction: column;
  }
  .about-area .flex > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .about-area .flex > div .avatar {
    max-width: 5.6rem;
  }
}

@media screen and (max-width: 540px) {
  .f-logo {
    opacity: 0.8;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-bottom: 0.12rem;
  }
  .campuslist {
    background-image: url(/english/images/jz.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .m-tit1 {
    padding-top: 0.36rem;
  }
  .new3-t {
    margin-bottom: 0.24rem;
  }
  .new3-b ul {
    flex-wrap: wrap;
  }
  .new3-b ul li {
    width: 50%;
    padding: 0 0.12rem;
    margin-bottom: 0.12rem;
  }
  .new3-b ul li p {
    padding: 0.1rem;
  }
  .newsitem .col-l {
    width: 100%;
  }
  .newsitem .col-r {
    width: 100%;
  }
  .newsitem .p-list1 {
    margin-top: 0.24rem;
    display: flex;
    width: calc(100% + 0.24rem);
    margin-left: -0.12rem;
  }
  .newsitem .p-list1 li {
    width: 50%;
    padding: 0 0.12rem;
  }
  .campuslist .flex {
    flex-wrap: wrap;
  }
  .campus {
    width: 50%;
  }
  .campus img {
    opacity: 1;
  }
  .campus .title {
    padding: 0.1rem;
  }
  .list3 {
    flex-wrap: wrap;
  }
  .list3 li {
    width: 100%;
    margin-bottom: 0.12rem;
  }
  .searchlist .flex {
    flex-wrap: wrap;
  }
  .searchlist .flex .col-r,
  .searchlist .flex .col-l {
    width: 100%;
  }
  .searchlist .campus-item {
    padding: 0.12rem;
  }
  .wp2 {
    width: 100%;
    padding: 0 0.24rem;
  }
  .footer .con1 {
    padding: 0 !important;
  }
  .footer > div {
    width: 100% !important;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0.24rem;
    padding-top: 0 !important;
  }
  .banner .pic {
    height: 60vw;
  }
  .banner::before {
    height: 0.5rem;
  }
  .slick-dots {
    bottom: 0.15rem;
  }
  .list-area .content-area .content-detail p {
    line-height: 1.5;
    font-size: 0.18rem;
  }
}
