@font-face {
  font-family: pingFang;
  src: url(../fonts/pingfang_medium.ttf) format('trueType');
}
@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Medium.otf) format('OpenType');
}
html,
body {
  font-family: pingFang;
}
.zhanwei {
  height: 0.9rem;
}
header {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 1.8rem;
}
header .flex {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  display: block;
  width: 215px;
  height: 27.23px;
}
header .search {
  padding-left: 0.2rem;
  position: relative;
}
header .search:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #9c9c9c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
header .search-btn {
  width: 16px;
  height: 16px;
  background: url(../images/sousuo.png) center / 100%;
  cursor: pointer;
}
.search-show {
  display: none;
  height: 32px;
}
.search-show .sub {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.search-show input {
  display: block;
  width: 140px;
  height: 100%;
  border: 1px solid #dcdde0;
  border-right: none;
  padding-left: 0.1rem;
  color: #666;
  font-size: 14px;
}
.search-show input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.search-show .btn {
  width: 30px;
  height: 100%;
  background-color: #cc281c;
  background-image: url(../images/sousuo1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.search-meng {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}
.menu {
  display: none;
}
nav {
  height: 100%;
  margin-right: 0.7rem;
}
nav ul {
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
nav li {
  height: 100%;
  margin-left: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
nav li a {
  color: #333;
  font-size: 16px;
  white-space: nowrap;
}
nav .child {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0;
  right: 0;
  z-index: 1;
  background-color:rgba(249,249,249,0.5);
}
nav .child .sub {
  width: 100%;
  padding: 0.32rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
nav .child a {
  color: #333;
  font-size: 15px;
  margin: 0 0.25rem;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
nav .child a:hover {
  color: #cc281c;
}
.swiper-banner {
  width: 100%;
  height: 80vh;
}
.swiper-banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-banner .swiper-slide .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.swiper-banner .swiper-slide .txt h4 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 0.58rem;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.swiper-banner .swiper-slide .txt h6 {
  font-size: 0.24rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.swiper-banner .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #cc281c;
}
.padding {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.hm-title {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.hm-title h5 {
  color: #333;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.hm-title .en {
  color: #e2e2e2;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.hm-news {
/*  padding-top: 0.7rem;*/
/*  padding-bottom: 0.8rem;*/
  /*background: url(../images/bg1.jpg) center / cover;*/
/*  background: url(../images/bg3.jpeg);*/
/*  background-size: cover;*/
/*background-repeat: no-repeat;*/
    padding-top: 0.7rem;
    padding-bottom: 1.1rem;
    /* background: url(../images/bg1.jpg) center / cover; */
    background: url(../images/bg31.jpeg);
    background-size: 101.2% 100%;
    background-repeat: no-repeat;
}
.hm-news .layui-tab {
  margin: 0 auto;
}
.hm-news .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-news .lf {
  display: block;
  width: 50%;
  position: relative;
}
.hm-news .lf .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-news .lf .me {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hm-news .lf .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 0.3rem 0.35rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.hm-news .lf .text .date {
  color: #fff;
  text-align: right;
}
.hm-news .lf .text .date .mon {
  font-size: 18px;
}
.hm-news .lf .text .date .day {
  font-size: 13px;
}
.hm-news .lf .txt {
  width: 82%;
}
.hm-news .lf .txt h6 {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.hm-news .lf .txt .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hm-news .items {
  width: 48%;
}
.hm-news .item {
      display: block;
    width: 100%;
    height: 0.78rem;
    background-color: #fff;
    position: relative;
    margin-bottom: 0.08rem;
    padding-left: 1.24rem;
    border: 1px solid #eee;
}
.hm-news .item:last-child {
  margin-bottom: 0;
}
.hm-news .item .date {
  width: 1.24rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.hm-news .item .date .day {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
  line-height: 1;
}
.hm-news .item .date .mon {
  color: #999;
  font-size: 13px;
  line-height: 1;
}
.hm-news .item h6 {
  color: #333;
  font-size: 16px;
  line-height: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hm-news .item:hover .date .day {
  color: #cc281c;
}
.hm-news .item:hover h6 {
  color: #cc281c;
}

.hm-bus {
  /*padding-top: 0.7rem;*/
  /*padding-bottom: 0.5rem;*/
  /*background: url(../images/bg2.jpeg);*/
  /*background-size: contain;*/
      padding-top: 0.7rem;
    padding-bottom: 0.9rem;
    background: url(../images/bg21.jpeg);
    background-size: 101.15% 100%;
    background-repeat: no-repeat;

}
.newzt {
  /*padding-top: 0.7rem;*/
  /*padding-bottom: 0.5rem;*/
  /*background: url(../images/bg2.jpeg);*/
  /*background-size: contain;*/
      padding-top: 0.7rem;
    padding-bottom: 1.1rem;
    background: url(../images/07111.jpeg);
    background-size: 101.15% 100%;
    background-repeat: no-repeat;

}
.hm-bus .hm-title h5 {
  color: #fff;
}
.hm-bus .hm-title .en {
  /*color: rgba(255, 255, 255, 0.2);*/
}
.hm-bus .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-bus .item {
  width: 48.8%;
  height: 2.8rem;
  position: relative;
  border: 0.02rem solid transparent;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.hm-bus .item .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-bus .item .txt {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  padding: 0 0.3rem;
}
.hm-bus .item .txt h6 {
  color: #fff;
  font-size: 18px;
}
.hm-bus .item .txt .en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: gotham;
  text-transform: uppercase;
}
.hm-bus .item:hover {
  border-color: #fff;
}
.hm-bus .item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.hm-zhuan {
  /*width: 100%;*/
  /*padding-top: 0.78rem;*/
  /*padding-bottom: 1.1rem;*/
  /*background: url(../images/0711.jpeg) center / cover;*/
      width: 100%;
    padding-top: 0.78rem;
    padding-bottom: 1.1rem;
    background: url(../images/0711.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-zhuan .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hm-zhuan .item {
  display: block;
  height: 4.8rem;
  overflow: hidden;
}
.hm-zhuan .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-zhuan .item:hover img {
  transform: scale(1.1);
}
.hm-zhuan .item1 {
  width: 7.18rem;
}
.hm-zhuan .item2 {
  width: 2.17rem;
}
.hm-vshi {
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
  /*background: url(../images/bg4.jpeg) center / cover;*/
  background: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-vshi .hm-title h5 {
  color: #fff;
}
.hm-vshi .hm-title .en {
  color: rgba(255, 255, 255, 0.2);
}
.hm-vshi .vid {
  width: 100%;
}
.hm-vshi .vid video {
  display: block;
  width: 100%;
  object-fit: cover;
}
footer {
  /*width: 100%;*/
  /*height: 558px;*/
  /*height: 370px;*/
  /*background: url(../images/f-bg.jpeg) center / cover no-repeat;*/
  /*padding: 0.4rem 2.6rem 0.7rem;*/
  /*position: relative;*/
      width: 100%;
    /* height: 558px; */
    /* height: 370px; */
    background: url(../images/f-bg.jpeg) center;
    padding: 0.4rem 2.6rem 0.7rem;
    position: relative;
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
}
footer .logo {
  margin-bottom: 0.3rem;
}
footer .logo img {
  display: block;
   width: 215px;
  height: 27.23px;
  margin: 0 auto;
}
footer .fx {
  width: 100%;
  padding: 0.2rem 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .p p {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  padding-left: 40px;
  white-space: nowrap;
  background-position: left center;
  background-repeat: no-repeat;
}
footer .p .ph {
  background-image: url(../images/icon-ph.png);
}
footer .p .email {
  background-image: url(../images/icon-email.png);
}
footer .p .addr {
  background-image: url(../images/icon-addr.png);
}
footer .p .yb {
  background-image: url(../images/icon-yx.png);
}
footer .erweima {
  width: 125px;
  text-align: center;
}
footer .erweima img {
  display: block;
  width: 80%;
  margin:0 auto;
  margin-bottom: 0.03rem;
}
footer .erweima p {
  color: #fff;
  font-size: 13px;
}
.f-nav {
  /*padding-bottom: 0.4rem;*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.f-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 0.5rem;
}
.f-btm {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.2rem 2.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.f-btm p,
.f-btm a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.f-link {
  width: 100%;
  padding: 0 2.6rem;
  position: absolute;
  /*bottom: 1.3rem;*/
  bottom: 0.5rem;
  left: 0;
  right: 0;
}
.f-link .a {
  width: 100%;
  padding: 0.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.f-link .a a {
  margin-right: 15px;
}
.f-link .a a:hover {
  color: #fff;
}
.f-link .a span,
.f-link .a a {
  color: #979797;
  font-size: 14px;
  line-height: 1.5;
}
.width1200 {
  width: 1200px;
  margin: 0 auto;
}
.result {
  border-top: 2px solid #f2f2f2;
}
.result .title {
  text-align: center;
  padding: 1rem 0 0.56rem;
}
.result .title h5 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 31px;
}
.result .title .line {
  width: 84px;
  height: 4px;
  margin: 0 auto;
  background-color: #cccccc;
  margin-bottom: 22px;
}
.result .title .p {
  color: #333;
  font-size: 16px;
}
.result .title .p span {
  color: #cc281c;
}
.result .items {
  border-top: 2px solid #f2f2f2;
}
.result .item {
  display: block;
  width: 100%;
  padding: 0.36rem 0 0.24rem;
  border-bottom: 2px solid #f2f2f2;
}
.result .item h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
}
.result .item .desc {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
.result .item .m {
  color: #888;
  font-size: 14px;
}
.result .item:hover h6 {
  color: #cc281c;
}
.result .page {
  padding: 34px 0 43px;
}
.page {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.page strong {
  border-color: #cc281c;
  color: #cc281c;
}
.page a,
.page strong {
  display: block;
  margin: 0 4px;
  padding: 0 12px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 13px;
}
.ins-banner {
  width: 100%;
  height: 6.5rem;
  position: relative;
}
.ins-banner .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.ins-banner .txt {
  position: absolute;
  /*top: 50%;*/
  top:80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -6%;
  right: 0;
  padding: 0 2.6rem;
  color: #fff;
}
.ins-banner .txt h5 {
  font-size: 0.44rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.ins-banner .txt .en {
  font-size: 0.18rem;
  font-family: gotham;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.sec-nav {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.sec-nav .layui-tab-title {
  height: initial;
  width: 100%;
}
.sec-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.72rem;
  margin-right: 0.6rem;
  position: relative;
}
.sec-nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-nav a.active {
  color: #cc281c;
}
.sec-nav a.active:after {
  background-color: #cc281c;
}
.sec-nav a:last-child {
  margin-right: 0;
}
.b-br {
  height: 0.72rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 24px;
  background: url(../images/icon-h.png) left center no-repeat;
  color: #333;
  font-size: 12px;
}
.b-br a {
  color: #333;
  margin: 0 5px;
}
.ins {
  width: 100%;
  padding: 0.5rem 0 0.65rem;
}
.ins .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.ins .title h5 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.ins .title .en {
  font-size: 16px;
  font-family: gotham;
  text-transform: uppercase;
  white-space: nowrap;
  color: #b2b2b2;
}
.ins .title .ju {
  display: block;
  margin: 13px auto;
}
.intro {
  width: 100%;
}
.intro ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 36px;
}
.intro li {
  width: 25%;
  border-bottom: 3px solid #f2f2f2;
  padding: 0 0 0.44rem;
  position: relative;
  text-align: center;
}
.intro li:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.59rem;
  background-color: #cc281c;
  position: absolute;
  right: 0;
  top: 0;
}
.intro li:last-child:after {
  display: none;
}
.intro li .num {
  color: #cc281c;
  font-size: 14px;
  margin-bottom: 0.1rem;
}
.intro li .num strong {
  font-size: 36px;
  font-family: gotham;
  margin-right: 8px;
}
.intro li p {
  color: #888;
  font-size: 16px;
}
.intro li:hover {
  border-color: #cc281c;
}
.intro .desc {
  color: #333;
  font-size: 16px;
  line-height: 2.6;
}
.intro .desc img {
  max-width: 100%;
}
.arch {
  width: 100%;
  padding: 0 2.6rem;
}
.arch img {
  display: block;
  width: 100%;
}
.leader {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.leader .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.leader .item .name {
  width: 0.66rem;
  color: #333;
  font-size: 0.22rem;
  line-height: 0.33rem;
  margin-right: 0.24rem;
  text-align: justify;
  text-align-last: justify;
}
.leader .item .z {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.27rem;
}
.bshare-custom {
  display: flex !important;
  display: -webkit-flex !important;
  color: #666;
  font-size: 14px;
}
.lj {
  width: 100%;
  padding: 0.55rem 2.6rem 0;
}
.lj .items {
  width: 100%;
}
.lj .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-bottom: 0.35rem;
  border: 1px solid #dcdcdc;
  padding: 0.3rem 1.15rem 0.35rem 0.6rem;
  background-color: #fff;
}
.lj .item .r {
  width: 10.9rem;
}
.lj .item h6 {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lj .item .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0.17rem;
}
.lj .item .date {
  width: 69px;
  height: 69px;
  background-color: #f6f6f6;
  font-family: gotham;
  text-align: center;
  padding: 5px 0 0;
}
.lj .item .date .day {
  color: #555;
  font-size: 36px;
}
.lj .item .date .mon {
  color: #888;
  font-size: 12px;
}
.lj .item .d {
  width: 96px;
  height: 25px;
  border: 1px solid #f2f2f2;
  color: #888;
  font-size: 12px;
  padding: 0 0.07rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.lj .item .d .icon .s {
  display: block;
}
.lj .item .d .icon .h {
  display: none;
}
.lj .item:hover {
  border-color: #cc281c;
  box-shadow: 8px 8px 16px rgba(255, 154, 158, 0.5);
}
.lj .item:hover .date {
  background-color: #cc281c;
}
.lj .item:hover h6 {
  color: #cc281c;
}
.lj .item:hover .d {
  color: #fff;
  background-color: #cc281c;
  border-color: #cc281c;
}
.lj .item:hover .d .icon .s {
  display: none;
}
.lj .item:hover .d .icon .h {
  display: block;
}
.lj .item:hover .date .day,
.lj .item:hover .date .mon {
  color: #fff;
}
.lj .page {
  padding: 0.15rem 0 0.6rem;
}
.manual {
  padding: 0.95rem 2.6rem 1.05rem;
}
.manual .title {
  margin-bottom: 0.95rem;
}
.manual .head {
  width: 100%;
  min-height: 4.12rem;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0.66rem;
}
.manual .head .img {
  background-color: #f6f6f6;
  display: flex;
  display: -webkit-flex;
  width: 50%;
}
.manual .head .img img {
  display: block;
  max-width: 100%;
  max-height: 1.42rem;
  margin: auto;
}
.manual .head .text {
  width: 50%;
  background-color: #fff;
  padding: 0.54rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.manual .head .txt {
  width: 100%;
}
.manual .head .txt h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.manual .head .txt .desc {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.manual .items {
  width: 100%;
}
.manual .item {
  width: 100%;
  min-height: 4.12rem;
  display: flex;
  display: -webkit-flex;
}
.manual .item:nth-child(odd) {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.manual .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.manual .item .img {
  background-color: #f6f6f6;
  background-position: center;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  width: 50%;
}
.manual .item .text {
  width: 50%;
  background-color: #f6f6f6;
  padding: 0.54rem 0.75rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.manual .item .txt {
  width: 100%;
}
.manual .item .txt h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.manual .item .txt .desc {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.style {
  padding: 0.9rem 2.6rem 0.55rem;
}
.style .title {
  margin-bottom: 0.75rem;
}
.style .items {
  width: 100%;
  padding: 0 0 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.style .item {
  width: 49%;
  height: 3.78rem;
  margin-bottom: 0.3rem;
  margin-right: 2%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.style .item:nth-child(3n) {
  margin-right: 0;
}
.style .item:nth-child(3n+1) {
  width: 100%;
  height: 4.8rem;
  margin-right: 0;
}
.style .item p {
  width: 100%;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 0.54rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.style .item:hover p {
  background-color: rgba(217, 33, 41, 0.7);
  color: #fff;
}
.news {
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.news .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.news .title h5 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.news .title .en {
  font-size: 16px;
  font-family: gotham;
  text-transform: uppercase;
  white-space: nowrap;
  color: #b2b2b2;
}
.news .items {
  width: 100%;
}
.news .item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.36rem 0 0.32rem 0.64rem;
  border-bottom: 1px solid #eee;
}
.news .item .date {
  text-align: center;
}
.news .item .date .d {
  color: #456;
  font-size: 0.28rem;
  font-family: gotham;
  line-height: 1;
}
.news .item .date .mon {
  color: #999;
  font-size: 0.18rem;
  font-family: gotham;
}
.news .item .txt {
  width: 85%;
  padding-left: 0.5rem;
  border-left: 1px solid #eee;
}
.news .item .txt h6 {
  color: #333;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thr-nav {
  display: flex;
}
.thr-nav a {
  padding: 0 0.2rem;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  background-color: #eee;
  margin-left: 0.24rem;
}
.thr-nav a.active {
  color: #fff;
  background-color: #cc281c;
}
.video {
  width: 100%;
  padding: 0 2.6rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.video .item {
  width: 24.4%;
  margin-right: 0.8%;
  margin-bottom: 0.2rem;
}
.video .item:nth-child(4n) {
  margin-right: 0;
}
.video .item .img {
  width: 100%;
  height: 1.9rem;
  position: relative;
}
.video .item .img .tu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .item .img .icon {
  display: block;
  width: 0.32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.video .item .img .play {
  opacity: 1;
}
.video .item .img .played {
  opacity: 0;
}
.video .item .img .me {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.video .item .img .date {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  z-index: 2;
}
.video .item p {
  color: #333;
  font-size: 16px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .item:hover .img .play {
  opacity: 0;
}
.video .item:hover .img .played {
  opacity: 1;
}
.business {
  width: 100%;
}
.business .desc {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.business .desc img {
  max-width: 100%;
  height: initial !important;
}
.detail {
  width: 100%;
  padding: 0.6rem 3.6rem 0.3rem;
}
.detail h1 {
  text-align: center;
  color: #333;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
.detail .bas {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0.3rem;
}
.detail .bas span {
  color: #666;
  font-size: 14px;
}
.detail .bas .b {
  margin: 0 0.18rem;
}
.detail .desc {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0.4rem;
}
.detail .desc img {
  max-width: 100%;
  height: initial !important;
}
.detail .vid {
  width: 100%;
}
.detail .vid video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.p-n {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.p-n a {
  display: block;
  width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 15px;
}
.p-n a span {
  color: #666;
}
.member .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}
.member .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
.member .item:nth-child(3n) {
  margin-right: 0;
}
.member .item .img {
  width: 100%;
  height: 2.1rem;
}
.member .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member .item p {
  color: #333;
  font-size: 14px;
  line-height: 44px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member .item:hover p {
  color: #cc281c;
  border-bottom-color: #cc281c;
}
.hm-fc {
  width: 100%;
  overflow: hidden;
}
.hm-fc .title {
  width: 100%;
  background: url(../images/qyfcbg.png) center / cover;
  padding: 0.6rem 0 0.4rem;
}
.hm-fc .title .t {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.15rem;
}
.hm-fc .title .t span {
  position: relative;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.42rem;
}
.hm-fc .title .t span:before {
  left: -0.43rem;
  background-image: url(../images/qyfczuo.png);
}
.hm-fc .title .t span:after {
  right: -0.43rem;
  background-image: url(../images/qyfcyou.png);
}
.hm-fc .title .t span:before,
.hm-fc .title .t span:after {
  content: "";
  display: block;
  width: 27px;
  height: 0.06rem;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  background-size: 100%;
}
.hm-fc .title .t b {
  color: #e73918;
  font-weight: normal;
}
.hm-fc .title .en {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15rem;
}
.hm-fc .swiper {
  width: 100%;
}
.swiper-ygtd {
  width: 100%;
  height: 2.51rem;
  margin-bottom: 0.1rem;
  overflow: visible;
}
.swiper-ygtd .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
}
.swiper-ygtd .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-ygtd .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-ygtd .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0.1rem 0;
  opacity: 0;
}
.swiper-ygtd .swiper-slide .txt p {
  color: #fff;
  font-size: 0.15rem;
  line-height: 2;
}
.swiper-ygtd .swiper-slide:hover .img {
  transform: scale(1.175);
  -webkit-transform: scale(1.175);
  z-index: 1;
}
.swiper-ygtd .swiper-slide:hover .txt {
  opacity: 1;
}
.zhuanti {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.zhuanti .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zhuanti .item {
  width: 48.6%;
  height: 4.54rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.zhuanti .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhuanti .item:hover img {
  transform: scale(1.1);
}
.vshi {
  padding-top: 0.6rem;
}
.vshi .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.vshi .item {
  width: 24.1%;
  margin-right: 1.2%;
  margin-bottom: 0.2rem;
}
.vshi .item:nth-child(4n) {
  margin-right: 0;
}
.vshi .item .img {
  width: 100%;
  height: 1.9rem;
  position: relative;
}
.vshi .item .img .tu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vshi .item .img .me {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.vshi .item .img .date {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  z-index: 2;
}
.vshi .item p {
  color: #333;
  font-size: 16px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fengcai {
  width: 100%;
  padding-bottom: 0.6rem;
}
.fengcai .title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.fengcai .title h5 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.fengcai .title .en {
  font-size: 16px;
  font-family: gotham;
  text-transform: uppercase;
  white-space: nowrap;
  color: #b2b2b2;
}
.fengcai .items {
  padding: 0 0 0.36rem;
}
.fengcai .item {
  display: block;
  width: 100%;
  padding: 0.33rem 0 0.35rem;
  border-bottom: 1px solid #dfdfdf;
}
.fengcai .item h6 {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.07rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fengcai .item .desc {
  color: #333;
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fengcai .item:hover h6 {
  color: #cc281c;
}
.f-more {
  display: block;
  width: 144px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #cc281c;
  line-height: 36px;
  text-align: center;
  color: #cc281c;
  font-size: 14px;
  position: absolute;
  right: 2%;
  top: 10%;
}
.ganghang {
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.ganghang .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ganghang .item {
  width: 24.1%;
  margin-right: 1.2%;
  margin-bottom: 0.44rem;
  padding: 0 0 0.1rem;
  border-bottom: 1px solid #e5e5e5;
}
.ganghang .item:nth-child(4n) {
  margin-right: 0;
}
.ganghang .item .img {
  width: 100%;
  height: 4.18rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.18rem;
}
.ganghang .item h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.ganghang .item .desc {
  color: #666;
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.ganghang .item .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ganghang .item .fx .dt {
  color: #b2b2b2;
  font-size: 13px;
  font-family: gotham;
}
.ganghang .item .fx span {
  color: #d92129;
  font-size: 14px;
  font-weight: bold;
}
.ganghang .item:hover {
  border-color: #d92129;
}
.ganghang .item:hover h6 {
  color: #d92129;
}
@media screen and (max-width: 1400px) {
  .search-child {
    top: 66px;
  }
  .sec-nav a {
    font-size: 14px;
  }
  .intro .desc {
    font-size: 14px;
    line-height: 2;
  }
  .lj .item .r {
    width: 10.3rem;
  }
  .manual .head .txt .desc {
    font-size: 14px;
  }
  .manual .item .txt .desc {
    font-size: 14px;
  }
  .vshi .item .img .date,
  .vshi .item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1279px) {
  header {
    padding: 0 0.2rem;
  }
  header .search {
    display: none;
  }
  .search-show {
    position: fixed;
    top: calc(0.9rem + 15px);
    left: 0;
    right: 0;
    padding: 0 0.4rem;
  }
  .search-show input {
    width: 95%;
  }
  .menu {
    width: 25px;
    height: 22px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-left: 30px;
  }
  .menu .bar {
    width: 100%;
    height: 3px;
    background-color: #333;
  }
  .menu.ed .bar:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu.ed .bar:nth-child(2) {
    opacity: 0;
  }
  .menu.ed .bar:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  nav {
    display: none;
    height: initial;
    position: fixed;
    top: 0.9rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 60px 0.4rem 0.2rem;
    margin-right: 0;
  }
  nav ul {
    display: block;
    overflow-y: auto;
  }
  nav li {
    width: 100%;
    height: initial;
    margin-left: 0;
    display: block;
  }
  nav li > a {
    display: block;
    height: 0.6rem;
    text-align: left;
  }
  nav .child {
    display: block;
    position: static;
  }
  nav .child .sub {
    padding: 0.2rem 0 0.2rem 0.2rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .b-br {
    display: none;
  }
  .width1200 {
    width: 960px;
  }
  .hm-news .lf .txt h6 {
    font-size: 15px;
  }
  .hm-news .lf .txt .desc,
  .hm-news .item .date .mon {
    font-size: 12px;
  }
  .video {
    padding: 0 0.2rem;
  }
  .video .item .img .date,
  .video .item p {
    font-size: 13px;
  }
  .news,
  .dj,
  .lj,
  .manual,
  .style {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .news .item .txt h6 {
    font-size: 16px;
  }
  .news .item .txt .desc {
    font-size: 12px;
  }
  .detail {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .padding {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .fengcai .item h6 {
    font-size: 16px;
  }
  .fengcai .item .desc {
    font-size: 12px;
    line-height: 2;
    height: 48px;
  }
  .ganghang .item h6 {
    height: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  header,
  .zhanwei {
    height: 60px;
  }
  nav {
    top: 60px;
  }
  .search-show {
    top: 75px;
  }
  .swiper-banner .swiper-slide .txt h4 {
    font-size: 36px;
    line-height: 1.3;
  }
  .swiper-banner .swiper-slide .txt h6 {
    font-size: 16px;
  }
  .hm-bus .items {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .hm-bus .item {
    height: 4.4rem;
  }
  footer {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .f-link {
    padding: 0 0.4rem;
    bottom: 0.8rem;
  }
  footer .fx {
    display: block;
  }
  footer .erweima {
    margin: 20px auto 0;
  }
  .f-btm {
    padding: 0.4rem 0.2rem;
    display: block;
    text-align: center;
    height: initial;
  }
  .f-link {
    bottom: 100px;
  }
  .ins-banner .txt h5 {
    font-size: 32px;
  }
  .ins-banner .txt .en {
    font-size: 15px;
  }
  .sec-nav {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sec-nav a {
    line-height: 60px;
    margin: 0 0.2rem;
  }
  .style .item {
    height: 5.4rem;
  }
  .style .item:nth-child(3n+1) {
    height: 6rem;
  }
  .width1200 {
    width: 750px;
  }
  .hm-news .flex {
    display: block;
  }
  .hm-news .lf {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hm-news .items {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .news .item .date .d {
    font-size: 20px;
  }
  .news .item .date .mon {
    font-size: 14px;
  }
  .detail h1 {
    font-size: 20px;
  }
  .hm-news .item {
    padding-left: 1.6rem;
  }
  .hm-news .item .date {
    width: 1.6rem;
  }
  .news .flex {
    display: block;
  }
  .news .title {
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .thr-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .thr-nav a {
    font-size: 0.26rem;
    height: 30px;
    line-height: 30px;
    margin: 0 0.1rem 0.2rem;
  }
  .ganghang .items {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .ganghang .item {
    width: 49%;
    margin-right: 0;
  }
  .ganghang .item .img {
    height: 9.4rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-banner {
    height: 5rem;
  }
  .hm-title h5 {
    font-size: 0.4rem;
  }
  .hm-title .en {
    font-size: 0.3rem;
  }
  .hm-bus .item {
    width: 100%;
    height: 3.4rem;
  }
  .hm-bus .item .txt .en {
    font-size: 0.2rem;
  }
  .hm-news .layui-tab-title li {
    width: 1.8rem;
    height: 0.7rem;
    line-height: 0.68rem;
    border-width: 0.02rem;
  }
  .hm-news .lf {
    height: 4.4rem;
  }
  .hm-news .lf .text {
    padding-bottom: 0.1rem;
  }
  .hm-news .item {
    height: 0.8rem;
  }
  .hm-news .item h6 {
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .hm-news .lf .txt .desc,
  .hm-news .item .date .mon {
    font-size: 0.24rem;
  }
  .hm-zhuan .item1 {
    margin-bottom: 0.3rem;
  }
  .footer footer {
    height: 100%;
  }
  footer {
    padding: 0.4rem 0.2rem 0;
    height: initial;
  }
  footer .logo {
    display: none;
  }
  .f-nav {
    display: none;
  }
  footer .fx {
    padding: 0;
  }
  footer .p p {
    padding: 0.1rem 0 0.1rem 40px;
    line-height: 1.5;
    white-space: normal;
  }
  footer .erweima {
    width: 2.2rem;
  }
  .f-link,
  .f-btm {
    position: static;
  }
  .f-link {
    padding: 0 0.2rem;
    margin-top: 0.4rem;
  }
  .f-btm {
    padding: 0.2rem;
  }
  .f-btm p,
  .f-btm a {
    font-size: 0.24rem;
  }
  .f-link {
    bottom: 1.6rem;
  }
  .f-link .a a {
    white-space: nowrap;
  }
  .ins-banner .txt {
    padding: 0 0.2rem;
    text-align: center;
  }
  .ins-banner .txt h5 {
    font-size: 0.48rem;
  }
  .ins-banner .txt .en {
    font-size: 0.3rem;
  }
  .intro ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .intro li {
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .intro li:after {
    display: none;
  }
  .page a {
    display: none;
  }
  .page .wap {
    display: block;
  }
  .sec-nav a {
    line-height: 1.3;
    padding: 0.3rem 0;
  }
  .manual .head {
    display: block;
  }
  .manual .head .img {
    width: 100%;
    height: 4rem;
  }
  .manual .head .text {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .manual .item {
    display: block;
    margin-bottom: 0.2rem;
  }
  .manual .item .img {
    height: 3.8rem;
    width: 100%;
  }
  .manual .item .text {
    width: 100%;
  }
  .style .item {
    width: 100%;
    margin-right: 0;
  }
  .style .item:nth-child(3n+1) {
    height: 5.4rem;
  }
  .width1200 {
    width: 100%;
  }
  .result {
    padding: 0 0.2rem;
  }
  .result .title h5 {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .video .item {
    width: 100%;
    margin-right: 0;
  }
  .video .item .img {
    height: 4.2rem;
  }
  .video .item p {
    line-height: 30px;
  }
  .news .item {
    padding-left: 0;
  }
  .news .item .txt {
    width: 80%;
    padding-left: 0.2rem;
  }
  .news .item .date .mon {
    font-size: 0.24rem;
  }
  .news .item .txt h6 {
    font-size: 0.3rem;
  }
  .detail h1 {
    font-size: 0.36rem;
  }
  .detail .bas {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .detail .bas .b {
    padding: 0.1rem 0;
  }
  .leader .item .name {
    font-size: 0.3rem;
    width: 1rem;
    line-height: 1;
  }
  .leader .item .z {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .member .item {
    width: 100%;
    margin-right: 0;
  }
  .member .item .img {
    height: 4rem;
  }
  .zhuanti .item {
    width: 100%;
  }
  .vshi .item {
    width: 100%;
    margin-right: 0;
  }
  .vshi .item .img {
    height: 4.4rem;
  }
  .ganghang .item {
    width: 100%;
  }
}
