html {
  font-size: 14px;
  color: #333;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;color:#000000
}

.tow, .page-box_list-item a, .dqgz-list_item-text h3, .tzgg-list_item-text h3, .xbyw-box_left .swiper-slide p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  transition: all 0.5s;
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.mw1500 {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  position: relative;
}
.header .top {
  background: #77161a;
}
.header .top .wrap {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
}
.header .top-link a {
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  transition: all 0.5s;
}
.header .top-link a:hover {
  opacity: 0.9;
}
.header .top-form {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 35px;
}
.header .top-form form {
  overflow: hidden;
  display: flex;
  width: 40px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.header .top-form form:hover {
  width: 260px;
}
.header .top-form form:hover span {
  display: none;
}
.header .top-form form:hover button {
  display: block;
}
.header .top-form form input {
  background: #fff;
  width: 100%;
  padding: 0 40px 0 10px;
  font-size: 14px;
  color: #666;
  border: none;
}
.header .top-form form input:focus {
  outline: none;
}
.header .top-form form button,
.header .top-form form span {
  background: #a82328 url(../images/search.png) center no-repeat;
  width: 40px;
  height: 100%;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.header .top-form form button {
  display: none;
}
.header .top-form form span {
  display: block;
}
.header .navbar {
  background: #a82328;
}
.header .navbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  padding: 12px 0;
  display: flex;
}
.logo img {
  max-width: 100%;
}

.header .navbar .nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbb46f;
  cursor: pointer;
}
.header .navbar .nav-btn img {
  max-width: 100%;
}
.header .navbar .nav-btn .b {
  display: none;
}
.header .navbar .nav-btn.on .a {
  display: none;
}
.header .navbar .nav-btn.on .b {
  display: block;
}
.header .nav-box {
  display: none;
  position: absolute;
  left: 0;
  top:45;
  z-index: 99;
  width: 100%;
  background: rgba(168, 35, 40, 0.9);
  height: calc(100vh - 170px);
  transition: none;
z-index: 999;
}
.header .nav-box_wrap {
  display: flex;
  align-items: flex-start;
  padding: 0 2%;
}
.header .nav-box_wrap dl,
.header .nav-box_wrap dt,
.header .nav-box_wrap dd {
  padding: 0;
  margin: 0;
}
.header .nav-box_wrap dl {
  width: 12.5%;
  padding: 0 1.5%;
}
.header .nav-box_wrap dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav-box_wrap dt {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  padding-top: 20px;
  justify-content: space-between;
}
.header .nav-box_wrap dt img {
  display: none;
}
.header .nav-box_wrap dt a {
  font-size: 24px;
  color: #fff;
}
.header .nav-box_wrap dd a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-bottom: 35px;
  display: block;
  transition: all 0.5s;
}
.header .nav-box_wrap dd a:hover {
  color: #fff;
}

.home-box {
  padding: 45px 0;
}

.home-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.home-title_box {
  display: flex;
  align-items: flex-end;
}
.home-title_box img {
  flex: none;
  max-width: 100%;
  margin: 0 8px 0 0;
}
.home-title_box-text {
  color: #ae2d30;
}
.home-title_box-text h3 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
}
.home-title_box-text p {
  font-size: 16px;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  margin-top: -2px;
  padding-top: 2px;
}
.home-title_box-text p:before {
  content: "";
  height: 2px;
  width: 84px;
  margin-left: -43px;
  background: #ae2d30;
  margin-right: 10px;
}
.home-title a {
  position: absolute;
  right: 0;
  display: flex;
  height: 40px;
  align-items: center;
  top: calc(50% - 20px);
  font-size: 18px;
  color: #ae2d30;
}
.home-title a img {
  margin-left: 10px;
}

.footer {
  background: url(../images/bg5.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-logo img {
  display: block;
  max-width: 100%;
}
.footer-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  margin: 10px 0;
}
.footer-ewm {
  display: flex;
}
.footer-ewm_item {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.footer-ewm_item img {
  max-width: 100%;
}
.footer-ewm_item p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.copyright {
  background: #ae2d30;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: flex;
  height: calc(100vh - 170px);
}
.banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-pagination {
  bottom: 120px;
   
   
}
.banner .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  opacity: 1;
  margin: 0 12px !important;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #ae2d30;
}
.banner-box {
  position: relative;
}
.banner-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner-nav dl,
.banner-nav dt,
.banner-nav dd {
  margin: 0;
  padding: 0;
}
.banner-nav .wrap {
  display: flex;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.banner-nav dl {
  width: 25%;
}
@media (min-width: 990px) {
  .banner-nav dl:hover dd {
    opacity: 1;
    visibility: visible;
  }
}
.banner-nav dl + dl dt {
  position: relative;
}
.banner-nav dl + dl dt::after {
  position: absolute;
  content: "";
  height: 80%;
  top: 10%;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.banner-nav dt a {
  text-align: center;
  display: block;
  color: #fff;
  padding: 40px 0;
  font-size: 20px;
}
.banner-nav dt a:hover {
  background: #fff;
  color: #333;
}
.banner-nav dd {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 120px 8px 120px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.banner-nav dd a {
  width: 25%;
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
}
.banner-nav dd a:hover span {
  color: #ae2d30;
}
.banner-nav dd a img {
  width: 30px;
  align-self: flex-start;
  margin-bottom: 10px;
}
.banner-nav dd a span {
  font-size: 14px;
  color: #333;
}

.xbyw-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xbyw-box_left {
  width: 52%;
  position: relative;
  overflow: hidden;
}
.xbyw-box_left .swiper-pagination {
  bottom: 70px;
}
.xbyw-box_left .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 5px !important;
  background: #fff;
}
.xbyw-box_left .swiper-pagination-bullet-active {
  background: #ae2d30;
}
.xbyw-box_left .swiper-slide a {
  display: block;
  padding-bottom: 59%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.xbyw-box_left .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.xbyw-box_left .swiper-slide p {
  text-align: center;
  font-size: 16px;
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.xbyw-box_right {
  width: 45%;
}
.xbyw-list_item {
  margin-bottom:25px;
}
.xbyw-list_item:last-child {
  margin-bottom: 0;
}

.xbyw-list_item a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 8;
}
.xbyw-list_item a:hover .xbyw-list_item-text h3 {
  color: #ae2d30;
}
.xbyw-list_item-text {
  flex: 1;
  min-width: 1px;
}
.xbyw-list_item-text h3 {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin: 0;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
}
.xbyw-list_item-date {
  border-radius: 2px;
  overflow: hidden;
  width: 70px;
  margin-right: 20px;
}
.xbyw-list_item-date .date {
  background: #ae2d30;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  color: #fff;
}
.xbyw-list_item-date .year {
  background: #f1f1f1;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.xylj .home-title_box-text p:before {
  margin-left: -33px;
}
.xylj-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
.xylj-list_item {
  background: url(../images/bg4.png);
  background-size: 100% 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

.home-one .home-title {
  justify-content: flex-start;
}
.home-one .wrap {
  display: flex;
  justify-content: space-between;
}

.tzgg {
  width: 49%;
}
.tzgg-list_item {
  border-bottom: 1px dashed #edeceb;
}
.tzgg-list_item:last-child {
  border: none;
}
.tzgg-list_item a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.tzgg-list_item a:hover .tzgg-list_item-date {
  background: #ae2d30;
}
.tzgg-list_item a:hover .tzgg-list_item-text h3 {
  color: #ae2d30;
}
.tzgg-list_item-date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #b1b1b1;
  color: #fff;
  margin-right: 15px;
  transition: all 0.5s;
}
.tzgg-list_item-date .date {
  font-size: 18px;
  margin-bottom: 5px;
}
.tzgg-list_item-date .year {
  font-size: 14px;
}
.tzgg-list_item-text {
  flex: 1;
  min-width: 1px;
}
.tzgg-list_item-text h3 {
  font-size: 16px;
  font-style: normal;
  margin: 0 0 10px 0;
  color: #333;
  transition: all 0.5s;
}
.tzgg-list_item-text p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  height: 50px;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dqgz {
  width: 49%;
}
.dqgz-list_item a {
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.dqgz-list_item a:hover {
  background: #ae2d30;
}
.dqgz-list_item a:hover .dqgz-list_item-img img {
  transform: scale(1.1);
}
.dqgz-list_item a:hover .dqgz-list_item-text h3,
.dqgz-list_item a:hover .dqgz-list_item-text p {
  color: #fff;
}
.dqgz-list_item-img {
  width: 30%;
  padding-bottom: 20%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}
.dqgz-list_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: all 0.5s;
}
.dqgz-list_item-text {
  flex: 1;
  min-width: 1px;
}
.dqgz-list_item-text h3 {
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  margin: 0 0 10px 0;
}
.dqgz-list_item-text p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  text-indent: 2em;
  transition: all 0.5s;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cs-preloader_bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5 url(../images/shuju-bgr.png) top center no-repeat;
  background-attachment: fixed;
  -moz-background-attachment: fixed;
}

.myTargetElement li {
  float: left;
  text-align: center;
}

.myTargetElement strong b {
  font-weight: 500;
  font-size: 40px;
  color: #b81c22;
  font-family: Didot-Bold;
}

.myTargetElement strong {
  font-weight: 500;
  font-size: 18px;
  color: #252935;
  position: relative;
}

.myTargetElement strong i {
  font-style: normal;
  font-size: 26px;
  color: #ca0a2c;
  position: absolute;
  top: -53px;
  right: -4px;
}

.myTargetElement li p {
  margin-bottom: 5px;
  font-size: 15px;
  color: #4f525c;
}

.myTargetElement {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.project01 span {
  font-size: 20px;
  text-align: center;
  width: 252px;
  height: 51px;
  line-height: 51px;
  cursor: pointer;
  float: left;
  display: block;
  background: url(../images/frame.png) no-repeat;
  background-size: 100% !important;
}

.Teaching-project {
  background: url(../images/bg.png) top center no-repeat;
  position: relative;
  overflow: hidden;
}

.Teaching-project:after {
  content: "";
  width: 930px;
  height: 477px;
  position: absolute;
  background: url(../images/nsdfkj.png) no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-size: 100%;
}

.line01 {
  background: #cfa972;
  width: 340px;
  height: 1px;
  float: left;
  margin-left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line02 {
  width: 385px;
}

.line03 {
  width: 385px;
}

.line04 {
  width: 275px;
}

.line05 {
  width: 320px;
}

.line06 {
  width: 280px;
}

.line07 {
  width: 325px;
}

.line08 {
  width: 330px;
}

.xiangm-degree-rt .active {
  position: relative;
  z-index: 99;
}

.project01 {
  height: 51px;
  margin-bottom: 28px;
  position: relative;
}

.margin-lt80 {
  margin-left: 80px;
  width: 40%;
  float: left;
}

.xiangm-degree-rt .zhezhao08 .layer-zz {
  top: -185px;
  right: -405px;
}

.Teaching-xm {
  margin-top: 99px;
  overflow: hidden;
  padding-bottom: 92px;
}

.xiangm-degree-rt .project0001 span {
  float: right;
}

.zhezhao05 {
  float: left;
  width: 40%;
}

.zhezhao06 {
  float: right;
  width: 40%;
}

.xiangm-degree-rt .project0001 .line01 {
  float: right;
  margin-left: 0;
  margin-right: 85px;
  right: 185px;
}

.xiangm-degree-rt .project0001 {
  margin-bottom: 50px;
}

.xiangm-degree-rt .margin-rt115 {
  margin-right: 80px;
  width: 40%;
  float: right;
}

.xiangm-degree-rt .margin-top53 {
  width: 40%;
  float: right;
}

.xiangm-degree-rt .margin-rt65 {
  margin-right: 80px;
  width: 40%;
  float: right;
}

.xiangm-degree-rt .line01:before {
  right: -14px;
  left: auto;
  background: url(../images/jt-right.png) left no-repeat;
}

.xiangm-degree-rt .line01:after {
  left: -14px;
  right: auto;
}

.Teaching-xm .xiangm-degree-rt .active .line01:before {
  background: url(../images/jt-ll-hover.png) left no-repeat;
}

.line01:before {
  content: "";
  width: 28px;
  height: 27px;
  display: block;
  background: url(../images/jt.png) left no-repeat;
  position: absolute;
  top: -13px;
  left: -14px;
}

.line01:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/ico.png) left no-repeat;
  position: absolute;
  top: -11px;
  right: -14px;
  background-size: 100% !important;
}

.xiangm-degree-rt .xiangm-degree-lt {
  margin-bottom: 50px;
}

.Teaching-project .container,
.sound-man {
  position: relative;
}

.rt-project {
  position: absolute;
  top: 15px;
  right: 130px;
  width: 280px;
}

.sound-man:after {
  content: "";
  width: 137px;
  height: 132px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  background: url(../images/combined.png) no-repeat;
}

.Teaching-xm .active span {
  background: url(../images/frame-hover.png) no-repeat;
  color: #b81b22;
}

.Teaching-xm .active .line01 {
  background: #b81b22;
}

.Teaching-xm .active .line01:before {
  background: url(../images/jt-hover.png) left no-repeat;
}

.layer-zz {
  background: #b81c22;
  position: absolute;
  width: 670px;
  right: 335px;
  padding: 25px 46px;
  z-index: 20;
  top: 0;
  height: 425px;
  display: none;
}

.hover-layer h3 {
  margin: 0;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 19px;
}

.layer-zz:after {
  content: "";
  width: 645px;
  margin: 0 auto;
  background: #b81c22;
  position: absolute;
  top: -17px;
  height: 459px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.hover-layer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  height: 150px;
  -webkit-box-orient: vertical;
}

.active .layer-zz {
  display: block;
}

.autocomplete li {
  line-height: 50px;
  float: left;
  width: 50%;
  padding: 0 30px;
}

.hover-layer {
  overflow: hidden;
}

.sy-slider .owl-nav,
.sy-slider .owl-dots,
.dj-slider .owl-nav,
.dj-hd-lunb .owl-nav {
  display: none;
}

.mic-scroll {
  overflow: hidden;
  height: 472px;
}

.tab-click {
  display: none;
}

.bg-darker .active {
  display: block;
}

.autocomplete li a {
  font-size: 18px;
  color: #b8a988;
  display: block;
}

.autocomplete {
  margin: 0 -30px;
  margin-top: 30px;
}

.autocomplete li a i {
  width: 26px;
  float: right;
}

.autocomplete li a i img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.engsher:after {
  content: "MENU";
  letter-spacing: 0 !important;
}

.english-nav-dh dl {
  width: 20%;
}

.english-nav-dh dl dd a {
  margin-bottom: 15px;
}

.enge h2 {
  letter-spacing: 0;
  padding-left: 0px;
}

.engtxt a {
  font-size: 16px;
}

.currency h3 {
  font-size: 24px;
  -webkit-line-clamp: 3;
  line-height: 33px;
  text-align: left;
  word-break: break-word;
}

.currency a p {
  font-size: 14px;
  line-height: 28px;
  margin-top: 33px;
}

.demic h5 {
  -webkit-line-clamp: 3;
  line-height: 31px;
  height: 96px;
  text-align: left;
}

.event h5 {
  height: 109px;
  line-height: 35px;
  -webkit-line-clamp: 3;
  text-align: left;
}

.canmer-engsh li dd {
  max-width: 100%;
}

.zhezhao01 .layer-zz {
  top: 17px;
}

.zhezhao02 .layer-zz {
  top: -84px;
  right: 415px;
}

.zhezhao03 .layer-zz {
  top: -185px;
  right: 335px;
}

.margin-top105 {
  width: 40%;
  float: left;
}

.zhezhao04 .layer-zz {
  top: -84px;
  right: -485px;
}

.zhezhao07 {
  width: 40%;
  float: left;
  margin-left: 80px;
}

.zhezhao05 .layer-zz {
  top: -286px;
  right: -485px;
}

.zhezhao06 .layer-zz {
  top: -286px;
  right: 415px;
}

.zhezhao07 .layer-zz {
  top: 17px;
  right: -405px;
}

.noz:before {
  display: none;
}

.xiangm-degree-lt .line01:before {
  background: url(../images/jt.png) left no-repeat;
  left: -14px;
  right: auto;
}

.xiangm-degree-lt .line01:after {
  right: -14px;
  left: auto;
}

.wd-fouer > li > .dropdown-menu li {
  width: 25%;
}

.wd-fouer > li > .dropdown-menu li i img {
  height: 100%;
}

.forum-activity .story-img:before {
  display: none;
}

.story-list li .shipin:hover img {
  transform: none;
}

.wd-fouer li .dropdown-menu:after {
  bottom: -73px;
  width: 395px;
  height: 350px;
}

.wd-fouer li:nth-child(5) .dropdown-menu:after {
  bottom: 0px;
  height: 100%;
}

.tab-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #b8a988;
  margin-top: 18px;
  width: 400px;
  overflow: hidden;
}

.tab-wrapper ul {
  width: 101%;
  height: 34px;
  border-bottom: 1px solid #b8a988;
}

.tab-wrapper ul li {
  width: 33.33333%;
  padding: 6px 0;
  float: left;
  cursor: pointer;
  text-align: center;
  margin-right: 0 !important;
  color: rgba(255, 255, 255, 0.8);
}

.bg-darker {
  padding: 15px 20px;
  height: 132px;
  overflow: hidden;
}

.tab-click p {
  color: #fff;
  font-size: 12px;
}

.tab-click p:last-child {
  margin-bottom: 0;
}

.tab-wrapper ul .active {
  background-color: #b8a988;
  position: relative;
}

.tab-wrapper ul .active:after {
  border-color: #b8a988 transparent transparent;
  border-style: solid;
  border-width: 9px 73px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.spacer-lg {
  height: 484px;
}

.loginer .beacon-aplus {
  min-width: 202px;
}

.businessTravelBlock {
  background: url(../images/at-gushi-bg.png) top center no-repeat;
  background-size: cover;
  padding-top: 110px;
  position: relative;
}

.platformSeoFoot-lt .travel-tl h2 {
  width: 185px;
  background: url(../images/title-bbb.png) bottom center no-repeat;
  color: #fff;
  background-size: 100%;
  height: 53px;
}

.aright-con-showdiv {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: block;
}

.aright-con-showdiv img {
  width: 424px;
  height: 267px;
  display: block;
  overflow: hidden;
}

.aright-con-showdiv span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 24px;
  left: 46px;
  z-index: 3;
  right: 46px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.platformSeoFoot-rt .story-img,
.platformSeoFoot-rt .story-img .slideVideo {
  height: 533px;
  cursor: pointer;
}

.platformSeoFoot-rt .story-img .slideVideo video {
  height: 100%;
}

.platformSeoFoot-rt ul li {
  float: left;
}

.platformSeoFoot-rt ul li .aright-con-showdiv {
  position: relative;
}

.platformSeoFoot-rt ul li .aright-con-showdiv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.platformSeoFoot-rt .story-img i {
  width: 77px;
  height: 77px;
}

.platformSeoFoot-rt .story-img .slideVideo {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.platformSeoFoot-fuller {
  overflow: hidden;
  margin-bottom: 170px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.psf_ctrip_travel_assure_wrapper_v-oRA {
  padding-top: 62px !important;
  padding-bottom: 120px !important;
  position: static !important;
}

.sound-product-link {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 35px 30px;
  padding-bottom: 51px;
  border-bottom: 4px solid #dbb46f;
}

.sound-deals-years strong {
  font-size: 30px;
  color: #c80124;
  display: block;
  font-weight: 500;
  line-height: 54px;
  font-family: DIN-Bold;
}

.sound-deals-years {
  float: left;
  background: url(../images/yaer-tu-b.png) no-repeat;
  width: 66px;
  height: 70px;
  text-align: center;
}

.sound-deals-years em {
  font-style: normal;
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  top: -7px;
}

.sound-deals-bt {
  float: right;
  font-size: 18px;
  color: #232733;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  width: 70%;
  text-align: right;
  -webkit-box-orient: vertical;
}

.sound-rating h3 {
  margin-top: 24px;
  padding-right: 45px;
  font-weight: bold;
  font-size: 22px;
  color: #232733;
  line-height: 32px;
  margin-bottom: 14px;
  position: relative;
}

.sound-rating h3 label {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 64px;
}

.sound-rating h3:after {
  content: "";
  background: url(../images/combined.png) no-repeat;
  width: 100px;
  height: 96px;
  background-size: 100%;
  position: absolute;
  top: -15px;
  right: 0;
  opacity: 0.5;
}

.sound-rating p {
  font-size: 13px;
  color: #4f5354;
  margin-bottom: 0;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
}

.sound-rate-cover-lt {
  float: left;
  width: 86px;
  height: 86px;
  margin-right: 19px;
  border: 1px solid #dbb46f;
  border-radius: 50%;
  position: relative;
}

.datetimepicker table tr td.day {
  z-index: 2;
}

.internship-employment-date .datetimepicker table tr td.day:after {
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  border: 2px solid #c80124;
  border-radius: 50%;
  color: #232733;
  z-index: -1;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.internship-employment-date .datetimepicker table tr td.disabled:after {
  display: none;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  color: #232733 !important;
}

.sound-rate-cover-lt img {
  width: 76px;
  height: 76px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-slide {
  height: auto;
}

.sound-rate-cover-rt b {
  font-size: 18px;
  color: #232733;
}

.sound-rate-cover-rt span {
  color: #4f525c;
  display: block;
}

.sound-rate-cover {
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.sound-product-link:hover h3,
.vrwrap-txt h4 a:hover {
  color: #c80124;
}

.businessTravelBlock:after {
  content: "";
  background: #b81c22 url(../images/nasld.png);
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-num-sound {
  position: absolute;
  right: 50%;
  bottom: 46px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 20;
  transform: translateX(50%);
}

.swiper-num-sound span,
.igt_page span {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 6px;
  padding-left: 4px;
  font-family: DIN-Bold;
  font-size: 18px;
}

.swiper-num-sound .active,
.swiper-num-sound .activen,
.igt_page .active-page {
  color: #fff;
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-prev:after,
.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-next:after {
  display: none;
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-prev {
  background: url(../images/jt-sound-l.png) no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 45%;
  top: auto;
  background-size: 100%;
  opacity: 1 !important;
  bottom: 33px;
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-next {
  background: url(../images/jt-sound-r.png) no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 45.2%;
  top: auto;
  background-size: 100%;
  opacity: 1 !important;
  bottom: 33px;
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-prev:hover,
.w-imgText4 .igt_btn .igt_prev:hover {
  background: url(../images/jt-sound-l-click.png) no-repeat;
  background-size: 100%;
}

.psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-next:hover,
.w-imgText4 .igt_btn .igt_next:hover {
  background: url(../images/jt-sound-r-click.png) no-repeat;
  background-size: 100%;
}

.sound-product-link:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: -10px;
}

.cs-preloader_bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5 url(../images/shuju-bgr.png) top center no-repeat;
  background-attachment: fixed;
  -moz-background-attachment: fixed;
}

.ihpone-slunder {
  display: none;
}

.businessTravelBlock .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.xsqy-box {
  display: flex;
  justify-content: space-between;
}

.lthd,
.xsrl {
  width: 36%;
}

.lthd-box {
  position: relative;
  overflow: hidden;
}
.lthd-box .swiper-slide {
  background-size: cover;
  position: relative;
  padding: 20px 20px 80px 20px;
}
.lthd-box .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.lthd-box .swiper-slide a {
  display: block;
  position: relative;
  z-index: 99;
}
.lthd-box .swiper-slide h3 {
  color: #fff;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-size: 20px;
  height: 64px;
  overflow: hidden;
}
.lthd-box .swiper-slide h4 {
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 18px;
}
.lthd-box .swiper-slide .line {
  height: 4px;
  width: 100px;
  background: #fff;
  margin-bottom: 20px;
}
.lthd-box .swiper-slide p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.lthd-box .swiper-slide p img {
  margin-right: 5px;
}
.lthd-box .swiper-button-prev:after,
.lthd-box .swiper-button-next:after {
  display: none;
}
.lthd-box .swiper-button-prev {
  background: url(../images/jt-sound-l.png) no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 30%;
  top: auto;
  background-size: 100%;
  opacity: 1 !important;
  bottom: 10px;
}
.lthd-box .swiper-button-next {
  background: url(../images/jt-sound-r.png) no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 30%;
  top: auto;
  background-size: 100%;
  opacity: 1 !important;
  bottom: 10px;
}
.lthd-box .swiper-button-prev:hover {
  background: url(../images/jt-sound-l-click.png) no-repeat;
  background-size: 100%;
}
.lthd-box .swiper-button-next:hover {
  background: url(../images/jt-sound-r-click.png) no-repeat;
  background-size: 100%;
}
.lthd-box .swiper-num-sound {
  bottom: 25px;
}

.xsrl-box img {
  display: block;
  width: 100%;
}

.lthd-box {
  position: relative;
  overflow: hidden;
}

.xscg {
  width: 23%;
}
.xscg-box > p {
  font-size: 18px;
  color: #959595;
  line-height: 1.6;
  margin-bottom: 20px;
}
.xscg-box_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.xscg-box_list-img {
  padding-bottom: 100%;
  position: relative;
}
.xscg-box_list-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fwzq-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.fwzq-box_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: rgba(174, 45, 48, 0.1);
  position: relative;
  outline: 1px solid rgba(174, 45, 48, 0.3);
  outline-offset: -10px;
  padding: 10px 10%;
}
.fwzq-box_item span {
  font-size: 20px;
  font-weight: bold;
  color: #ae2d30;
  opacity: 0.8;
}
.fwzq-box_item-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(174, 45, 48, 0.8);
}
.fwzq-box_item-img img {
  width: 25px;
}
.fwzq-box_item:hover span {
  opacity: 1;
}
.fwzq-box_item:hover .fwzq-box_item-img {
  background: #ae2d30;
}

.page-header {
  position: relative;
}
.page-header > img {
  width: 100%;
  display: block;
}

.nav-absult-top {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
}

.miaddle-m-upper {
  padding-top: 15px;
  padding-bottom: 25px;
  background: rgba(240, 207, 135, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.miaddle-m-upper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mob-miaddle-btn {
  display: none;
  color: #fff;
  align-items: center;
}
.mob-miaddle-btn img {
  margin-left: 5px;
  display: inline-block;
  transition: all 0.5s ease;
}
.mob-miaddle-btn.on img {
  transform: rotate(180deg);
}

.bi-top-title {
  margin: 0;
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
  z-index: 2;
  padding-left: 42px;
}
.bi-top-title:before {
  content: "";
  width: 365px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 43px;
  background: url(../images/title-ico.png) center no-repeat;
  z-index: -1;
  background-size: 100%;
}

.miaddle-m-upper-nav {
  background: rgba(240, 207, 135, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 2px solid #ffffff;
  transition: none;
}

.miaddle-upper-nav {
  height: 52px;
  padding: 13px 0;
  display: flex;
  margin: 0;
}
.miaddle-upper-nav li {
  width: 11.11%;
  text-align: center;
  position: relative;
}
.miaddle-upper-nav li:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.miaddle-upper-nav li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 14px;
  cursor: pointer;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}

.paging_item:hover,
.paging span:hover {
  background: #94211a;
  border-color: #94211a;
  color: #fff;
}

.paging span {
  border: none;
}

.page-box {
  padding-bottom: 60px;
  background: url(../images/bg-repeat.png) top left;
}
.page-box_title {
  padding: 20px 0;
}
.page-box_title h2 {
  font-size: 32px;
  color: #b88c50;
  font-weight: bold;
  margin: 0;
  letter-spacing: 3px;
}
.page-box_list {
  padding: 20px 0;
}
.page-box_list-item {
  line-height: 1.5;
  color: #999;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}
.page-box_list-item:hover {
  transform: scale(1.01);
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.page-box_list-item:hover a {
  color: #ae2d30;
}
.page-box_list-item a {
  flex: 1;
  position: relative;
  min-width: 1px;
  color: #575757;
  font-size: 18px;
  padding: 20px 0;
  padding-left: 20px;
  font-weight: bold;
}
.page-box_list-item a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #b8a988;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-box_list-item span {
  color: #b6b6b6;
  font-size: 18px;
  padding-right: 10px;
}

.breadcrumb {
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #868686;
}
.breadcrumb a {
  font-size: 14px;
  color: #868686;
}
.breadcrumb a:hover {
  color: #ae2d30;
}

.gaojian-contribution {
  margin-top: 30px;
}

.QZ_Float_Items_Container {
  padding: 20px 150px;
}

.contribution .Article-title {
  padding: 0;
  text-align: left;
  font-size: 34px;
  margin-top: 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700;
  line-height: 1.5;
}

.contribution .Article-time {
  color: #b5b5b5;
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin: 20px 0;
}

.feds-navList-wrapper {
  padding: 0 50px;
}

.Article_content {
  font-size: 16px;
  line-height: 1.8;
  font-family: inherit;
}

.middle-center-top {
  margin-top: 30px;
}

.cover-infoer-xter {
  padding: 0 105px;
}

.MPAcc-jianjie,
.sipaeryrn,
.characteristics-tese-t p,
.instruction-use p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .header .nav-box_wrap {
    padding: 0;
  }
  .home-title {
    margin-bottom: 20px;
  }
  .home-title_box img {
    margin: 0 5px 0 0;
    height: 30px;
  }
  .home-title_box-text h3 {
    font-size: 26px;
  }
  .home-title_box-text p {
    font-size: 12px;
  }
  .home-title_box-text p:before {
    width: 70px;
    margin-left: -20px;
  }
  .home-title a {
    height: 30px;
    top: calc(50% - 15px);
    font-size: 14px;
  }
  .home-title a img {
    width: 20px;
  }
  .cs-preloader_bg {
    padding: 80px 0;
  }
  .myTargetElement strong b {
    font-size: 60px;
  }
  .project01:nth-of-type(odd) {
    margin-left: 15px !important;
  }
  .project01:nth-of-type(even) {
    margin-right: 15px !important;
  }
  .line01 {
    width: 200px !important;
  }
  .line02,
  .line03 {
    width: 160px !important;
  }
  .line04,
  .line06 {
    width: 140px !important;
  }
  .layer-zz {
    width: 500px;
    height: auto;
  }
  .layer-zz:after {
    width: 450px;
    height: calc(100% + 40px);
  }
  .businessTravelBlock .row {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 20px;
  }
  .businessTravelBlock {
    padding-top: 80px;
  }
  .psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-next {
    right: 39%;
  }
  .psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-prev {
    left: 39%;
  }
  .copyright {
    padding: 15px 0;
    font-size: 16px;
  }
  .footer-logo {
    max-width: 33%;
  }
  .footer-text {
    max-width: 33%;
    padding: 0 15px;
  }
  .footer-text p {
    font-size: 15px;
    margin: 6px 0;
  }
  .bi-top-title {
    font-size: 30px;
  }
  .miaddle-upper-nav li a {
    font-size: 16px;
  }
  .gaojian-contribution {
    margin-top: 10px;
  }
  .QZ_Float_Items_Container {
    padding: 20px;
  }
  .contribution .Article-title {
    font-size: 30px;
  }
  .contribution .Article-time {
    font-size: 14px;
    margin: 10px 0;
  }
  .feds-navList-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 990px) {
  .header .top .wrap {
    height: 40px;
  }
  .header .top-link a {
    font-size: 12px;
    margin-left: 10px;
  }
  .header .top-form {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .header .top-form form {
    width: 30px;
  }
  .header .top-form form:hover {
    width: 240px;
  }
  .header .top-form form input {
    padding: 0 30px 0 10px;
  }
  .header .top-form form button,
  .header .top-form form span {
    width: 30px;
  }
  .logo {
    padding: 10px 0;
    max-width: 80%;
  }
  .header .navbar .nav-btn {
    width: 30px;
    height: 30px;
  }
  .header .navbar .nav-btn img {
    width: 20px;
  }
  .header .nav-box {
    top: 103px;
    height: calc(100vh - 103px);
  }
  .header .nav-box_wrap {
    flex-direction: column;
  }
  .header .nav-box_wrap dl {
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .nav-box_wrap dl + dl {
    border-left: none;
  }
  .header .nav-box_wrap dt {
    margin-bottom: 0;
    padding-top: 0;
    padding: 10px;
  }
  .header .nav-box_wrap dt img {
    display: block;
  }
  .header .nav-box_wrap dt a {
    font-size: 16px;
  }
  .header .nav-box_wrap dd {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header .nav-box_wrap dd a {
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 15px;
  }
  .banner .swiper-slide a {
    height: calc(100vh - 170px);
  }
  .banner .swiper-pagination {
    bottom: 40px;
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
  .banner-nav {
    position: static;
    background: #b8a988;
  }
  .banner-nav .wrap {
    background: transparent;
    padding: 0 20px 20px 20px;
    flex-direction: column;
    margin-top: -30px;
    position: relative;
    z-index: 99;
  }
  .banner-nav dl {
    width: 100%;
  }
  .banner-nav dl + dl dt {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .banner-nav dl + dl dt::after {
    display: none;
  }
  .banner-nav dt a {
    padding: 10px;
    font-size: 14px;
    background: #ae2d30;
  }
  .banner-nav dt a:hover {
    background: #fff;
    color: #333;
  }
  .banner-nav dd {
    display: none;
  }
  .banner-nav-layer {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 2px solid #b8a988;
    background: #fff;
  }
  .banner-nav-layer a {
    width: 50%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .banner-nav-layer a img {
    width: 30px;
    margin-bottom: 10px;
  }
  .banner-nav-layer a span {
    color: #333;
    font-size: 12px;
  }
  .home-box {
    padding: 20px 0;
  }
  .home-title_box-text h3 {
    font-size: 20px;
  }
  .xbyw-box {
    flex-direction: column;
  }
  .xbyw-box_left {
    width: 100%;
margin-bottom: 10px;
  }
  .xbyw-box_right {
    width: 100%;
  }
  .xbyw-list_item {
    padding: 0;
    margin-bottom:10px;
  }
  .xbyw-list_item-text h3 {
    font-size: 14px;
  }
.xbyw-list_item-date {
width: 60px;
    margin-right: 10px;
}
.xbyw-list_item-date .date,
.xbyw-list_item-date .year {
font-size: 14px;
}
  .xbyw-box_left .swiper-slide p {
    font-size: 14px;
    padding: 10px;
  }
  .xylj-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .xylj-list_item {
    height: 50px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .home-one .wrap {
    flex-direction: column;
  }
  .tzgg,
  .dqgz {
    width: 100%;
  }
  .cs-preloader_bg {
    padding: 20px 0;
  }
  .myTargetElement {
    flex-wrap: wrap;
  }
  .myTargetElement li {
    width: 50%;
    margin-bottom: 20px;
  }
  .myTargetElement strong b {
    font-size: 30px;
  }
  .myTargetElement li p {
    font-size: 14px;
  }
  .tzgg-list_item-date {
    width: 70px;
    height: 70px;
  }
  .tzgg-list_item a {
    padding: 10px 0;
  }
  .dqgz-list_item-text h3 {
    font-size: 16px;
  }
  .dqgz-list_item-text p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .xsqy-box {
    flex-direction: column;
  }
  .lthd,
  .xsrl,
  .xscg {
    width: 100%;
    margin-bottom: 15px;
  }
  .xscg {
    margin-bottom: 0;
  }
  .fwzq-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .fwzq-box_item {
    height: 80px;
    padding: 5px 20px;
    outline-offset: -5px;
  }
  .fwzq-box_item span {
    font-size: 16px;
  }
  .fwzq-box_item-img {
    width: 35px;
    height: 35px;
  }
  .fwzq-box_item-img img {
    width: 20px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .wrap {
    flex-direction: column;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-text {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .footer-text p {
    font-size: 14px;
    margin: 5px 0;
  }
  .footer-ewm {
    justify-content: space-evenly;
  }
  .footer-ewm_item {
    margin-left: 0;
  }
  .footer-ewm_item img {
    width: 80px;
  }
  .footer-ewm_item p {
    font-size: 12px;
    margin-top: 5px;
  }
  .copyright {
    font-size: 14px;
  }
  .psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-prev {
    left: 25%;
  }
  .psf_ctrip_travel_assure_wrapper_v-oRA .swiper-button-next {
    right: 25%;
  }
  .businessTravelBlock .row {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 15px;
  }
  .businessTravelBlock {
    padding-top: 20px;
  }
  .psf_ctrip_travel_assure_wrapper_v-oRA {
    padding-top: 20px !important;
  }
  .lthd-box .swiper-button-next {
    right: 25%;
  }
  .lthd-box .swiper-button-prev {
    left: 25%;
  }
  .project01 {
    width: 100% !important;
    height: 40px !important;
  }
  .line01 {
    width: 30px !important;
  }
  .xiangm-degree-rt .xiangm-degree-lt,
  .xiangm-degree-rt .project0001 {
    margin-bottom: 10px;
  }
  .project01 span {
    font-size: 16px;
    width: calc(100% - 90px);
    height: 40px;
    line-height: 40px;
    background-size: 100% 100% !important;
  }
  .xiangm-degree-rt .project0001 .line01 {
    left: 40px !important;
    right: auto !important;
  }
  .Teaching-xm {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .project01-layer {
    border: 2px solid #b8a988;
    padding: 20px;
  }
  .hover-layer h3 {
    font-size: 20px;
    color: #ae2d30;
  }
  .hover-layer p {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  .autocomplete {
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .autocomplete li {
    width: 50%;
    min-width: 1px;
    display: flex;
    padding: 0;
    line-height: 1.6;
    align-items: center;
  }
  .autocomplete li a {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
  }
  .autocomplete li a img {
    width: 20px !important;
  }
  .miaddle-m-upper-nav {
    border-top: none solid #000;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
  }
  .miaddle-m-upper-nav .mw1500 {
    padding: 0;
  }
  .miaddle-upper-nav {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .miaddle-upper-nav li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .miaddle-upper-nav li:before {
    display: none;
  }
  .miaddle-upper-nav li a {
    color: #b81c22;
    font-size: 16px;
    display: block;
    padding: 15px 15px 15px 30px;
    text-align: left;
  }
  .mob-miaddle-btn {
    display: flex;
  }
  .bi-top-title {
    font-size: 20px;
  }
  .bi-top-title {
    padding-left: 20px;
  }
  .bi-top-title:before {
    width: 130px;
    bottom: -16px;
    background-size: 100%;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .page-box_title {
    padding: 10px 0;
  }
  .page-box_title h2 {
    font-size: 22px;
  }
  .page-box_list {
    padding: 0;
  }
  .page-box_list-item a {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 10px;
  }
  .page-box_list-item span {
    font-size: 14px;
  }
  .page-box {
    padding-bottom: 20px;
  }
  .gaojian-contribution {
    margin-top: 0;
  }
  .QZ_Float_Items_Container {
    padding: 10px;
  }
  .contribution .Article-title {
    font-size: 20px;
  }
  .contribution .Article-time {
    font-size: 14px;
    margin: 10px 0;
  }
  .feds-navList-wrapper {
    padding: 0;
  }
  .Article_content {
    font-size: 14px;
  }
  .middle-center-top {
    margin-top: 0;
  }
  .cover-infoer-xter {
    padding: 0 10px;
  }
  .MPAcc-jianjie,
  .sipaeryrn,
  .characteristics-tese-t p,
  .instruction-use p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.xsqy .home-title {    justify-content: flex-start; }
.ul-box { display: flex !important;
    flex-wrap: wrap; }
.ul-box>li {flex: 1 0 14%;    height: 41px  !important;
    line-height: 41px !important;}


.jxdt-box_tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
flex-wrap: wrap;
}
.jxdt-box_tag-item {
  margin: 0 15px;
  font-size: 18px;
  padding: 10px 30px;
  background: url(../images/frame.png) left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.jxdt-box_tag-item a {
color: inherit;
}
.jxdt-box_tag-item.on {
  background-image: url(../images/frame-hover.png);
}
.jxdt-box_body {
position: relative
}
.jxdt-box_body-item {
  position: absolute;
left: 0;
top: 0;
    width: 100%;
opacity: 0;
justify-content: space-between;
}
.jxdt-box_body-item.on {

position: static;
  opacity: 1;

}
.jxdt-box_body-item-more {
display: none;
}
.jxdt-box_body-item-more.on {
display: flex;
align-items: center;
}
.jxdt-box_body-item-more a {
    display: flex;
    font-size: 18px;
    color: #ae2d30;
    align-items: center;
}
.jxdt-box_body-item-more img {
margin-left: 10px;
}

.jxdt-box_body-item-swiper {
  width: 55%;
  position: relative;
  overflow: hidden;
}
.jxdt-box_body-item-swiper .swiper-pagination {
  bottom: 70px;
}
.jxdt-box_body-item-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 5px !important;
  background: #fff;
}
.jxdt-box_body-item-swiper .swiper-pagination-bullet-active {
  background: #ae2d30;
}
.jxdt-box_body-item-swiper .swiper-slide a {
  display: block;
  padding-bottom: 59%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.jxdt-box_body-item-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.jxdt-box_body-item-swiper .swiper-slide p {
  text-align: center;
  font-size: 16px;
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.jxdt-box_body-item-list {
  width: 42%;
}

@media (max-width: 990px) {
.jxdt-box_tag {
justify-content: flex-start;
}
  .jxdt-box_tag-item {
    margin: 0 5px 10px 5px;
    font-size: 14px;
    padding: 7px 20px;
  }
  .jxdt-box_body-item {
    flex-direction: column;
  }
  .jxdt-box_body-item-swiper {
    margin-bottom: 15px;
  }
}

.flex { display: flex; flex-wrap: wrap; }
.list3{ margin: -20px -18px 0 -18px; width: 100%;}
.list3 .miso-list{ padding: 20px 5px; margin: -20px -5px;}
.list3 li{ width: 25%; padding: 0 18px; margin-top: 20px;}
.list3 li *{ transition: .5s;}
.list3 li .a{display: block;padding: 28px;background: #fff;border-top: #a82328 4px solid;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);height: 200px;}
.list3 li .con{position: relative;z-index: 1;padding: 6px 0 18px 20px;background: url(../images/list3_line.png) 6px center no-repeat;background-size: 1px 100%;margin: 4px 0 0;}
.list3 li h6{display: flex;align-items: center;justify-content: flex-start;background: #fff;font-size: 14px;color: #a82328;font-family: simsun;}
.list3 li h6 img{ margin: 0 6px 0 0;}
.list3 li h5{font-size: 18px;color: #333;line-height: 24px;max-height: 48px\0;height:48px;}
.list3 li p{font-size: 16px;color: #737373;line-height: 20px;max-height: 40px;margin: 10px 0 0;}

@media (max-width: 990px) {
	.list3{ margin: 0 -7px;}
	.list3 li{ width: 50%;padding: 0 7px;}
	.list3 li .a{ padding: 20px 15px;}
}


@media (max-width: 580px) {
	.list3{ margin: -20px  0 0 0;}
	.list3 li{ width: 100%;padding: 0;}
	.list3 li .a{ padding: 20px 15px;}
}

.lthd_img {
  position: absolute;
  right:0;
  bottom: 0;
  z-index: 99;
  width: 40%;
padding-bottom: 29.9%;
  overflow: hidden;
}
.lthd_img img {
  position: absolute;
  width: 100%;
  height: 100%;
    object-fit: contain;
}


.jzg-list {
    display: flex;
    justify-content: space-between;
  }
  .jzg-list_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .jzg-list_item:after {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #AE2E31;
    transition: all 0.5s ease;
  }
  .jzg-list_item-img,
  .jzg-list_item-text {
    position: relative;
    z-index: 9;
    transition: all 0.5s ease;
  }
  .jzg-list_item-text {
    font-size: 18px;
    mask-type: 10px;
    color: #333;
  } 
  .jzg-list_item:hover:after {
    height: 100%;
  }
  .jzg-list_item:hover .jzg-list_item-img img {
    filter: brightness(100);
  }
  .jzg-list_item:hover .jzg-list_item-text {
    color: #fff;
  }

  @media (max-width: 990px) {
    .jzg-list {
      flex-wrap: wrap;
    }
    .jzg-list_item {
      width: 31.33%;
      padding: 10px;
      margin: 0 1% 10px 1%;
    }
.jzg-list_item-img img {
width: 50px;
}
    .jzg-list_item-text {
      font-size: 16px;
text-align: center;
    }
  }
.yzkc-box {
  display: flex;
  margin: 0 -10px;
}
.yzkc-box .swiper-slide {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
.yzkc-box .swiper-slide {
padding: 20px;
}
.msfc-box .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}