@font-face {
  font-family: 'GILROY-BOLD-4';
  src: url("fonts/GILROY-BOLD-4.woff2") format("woff2"), url("fonts/GILROY-BOLD-4.woff") format("woff"), url("fonts/GILROY-BOLD-4.ttf") format("truetype"), url("fonts/GILROY-BOLD-4.eot") format("embedded-opentype"), url("fonts/GILROY-BOLD-4.svg") format("svg");
}

.gil {
  font-family: 'GILROY-BOLD-4';
}

@keyframes arrDown {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0.5rem);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes op {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.w1800 {
  width: 93.75%;
  margin: 0 auto;
  max-width: 1800px;
}

.w1680-2 {
  width: 87.5%;
  margin-left: 12.5%;
  max-width: 1680px;
}

.w1600 {
  width: 83%;
  margin: 0 auto;
  /* max-width: 1600px; */
}

.w1500 {
  width: 78%;
  margin: 0 auto;
  max-width: 1500px;
}

.w1440 {
  width: 75%;
  margin: 0 auto;
  max-width: 1440px;
}

.w1360 {
  width: 71%;
  margin: 0 auto;
  max-width: 1360px;
}

.font64 {
  font-size: 1.6rem;
  line-height: 1;
}

.font48 {
  font-size: 1.2rem;
  line-height: 1;
}

.font40 {
  font-size: 1rem;
  line-height: 1;
}

.font36 {
  font-size: .9rem;
  line-height: 1;
}

.con-page {
  height: 2.65rem;
}

.banner {
  position: relative;
}

#all-container {
  height: 100vh;
}

#all-container .all-swiper-slide {
  width: 100%;
  height: 100vh;
  padding-top: 2.65rem;
}

#all-container .all-swiper-slide .pubSwiper {
  height: 100%;
}

#all-container .all-swiper-slide.nopad {
  padding-top: 0;
}

#ban-container {
  width: 100%;
  height: 100%;
}

.arr-btm {
  width: .75rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: arrDown 2s infinite;
}

.arr-btm img {
  width: 100%;
}

#ban-container .swiper-slide {
  width: 100%;
  height: 100%;
}

#ban-container .swiper-slide img,
#ban-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ban-container .swiper-slide .i-font {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  text-align: center;
}

#ban-container .swiper-slide .i-font .h1 {
  color: #000;
  margin-bottom: .75rem;
  letter-spacing: 3px;
}

#ban-container .swiper-slide .i-font .h1 span {
  color: #EC1D24;
}

#ban-container .swiper-slide .i-font .more {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ban-container .swiper-slide .i-font .more span {
  color: #000000;
  line-height: 1;
  margin-right: 7px;
}

#ban-container .swiper-slide .i-font .more div {
  width: 5px;
}

#ban-container .swiper-slide .i-font .play {
  width: 1.35rem;
  margin: .9rem auto 0;
}

#ban-container .swiper-slide .i-font .play img {
  width: 100%;
}

.first {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  align-content: flex-start;
}

.first .li {
  width: 32%;
  height: 38vh;
  margin-right: 2%;
  margin-bottom: .8rem;
  padding: .75rem .75rem .4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.first .li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .6;
}

.first .li:nth-child(3n) {
  margin-right: 0;
}

.first .li p {
  color: #fff;
}

.first .li .jbs {
  position: relative;
  z-index: 2;
  /* height: 42%; */
}

.first .li .tit {
  line-height: 1;
  /* font-weight: 600; */
  margin-bottom: .25rem;
  font-weight: bold;
  transition: all .3s;
}

.first .li .sub {
  line-height: 1;
  font-weight: 500;
  margin-bottom: .1rem;
  /* opacity: .5; */
}

.first .li .sub .lit-num {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  display: none;
  transform: scale(.8) translateY(-2px);
  margin-left: 3px;
}

.first .li .cont {
  color: #8A8A8A;
  font-size: 12px;
  line-height: 1.2em;
  height: 1.2em;
  transform: scale(.83) translateX(-10%);
  width: 120%;
}

.first .li:hover .tit {
  color: #EC1D24;
}

.first .one {
  padding: 1.6rem 1.35rem;
  justify-content: flex-start;
}

.first .one::after {
  display: none;
}

.first .one .h1 {
  margin-bottom: .6rem;
  /* font-weight: 600; */
}

.first .one .h2 {
  font-weight: bold;
  opacity: .8;
  line-height: 1;
}

#swiper3 {
  background-color: #f7f8fa;
}

#all-container .all-swiper-slide .scend {
  height: max-content;
}

.scend {
  padding-top: 1rem;
  background-color: #fff;
}

.scend .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 1.1rem;
}

.scend .top .tit {
  font-weight: 600;
}

.scend .top .more {
  color: #666666;
  line-height: 1;
}

.scend .i-news-container {
  border-top: 1px solid #E0E0E0;
  background-color: #fff;
  padding: 0 20px;
}

.scend .i-news-container .i-news-pagination {
  display: none;
}

.scend .i-news-container .swiper-slide {
  width: 33.33%;
  /* height: 71vh; */
  border-left: 1px solid #E0E0E0;
  /* border-bottom: 1px solid #E0E0E0; */
  padding: 1.2rem 1.1rem 1rem;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide:first-child {
  /* margin-right: 0; */
  border-left: none;
}

.scend .i-news-container .swiper-slide .time {
  display: flex;
  align-items: center;
  margin-bottom: .6rem;
}

.scend .i-news-container .swiper-slide .time div {
  width: .4rem;
  margin-right: .2rem;
}

.scend .i-news-container .swiper-slide .time div img {
  width: 100%;
}

.scend .i-news-container .swiper-slide .time p {
  color: #EC1D24;
  line-height: 1;
}

.scend .i-news-container .swiper-slide .tit {
  color: #333333;
  line-height: .8rem;
  height: 1.6rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.scend .i-news-container .swiper-slide .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 1.1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: .7rem;
  color: #EC1D24;
  background-color: #fff;
  border: 2px solid #EC1D24;
  margin-bottom: 1.35rem;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide:hover .more {
  border: none;
}

.scend .i-news-container .swiper-slide .more::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: .7rem;
  background-color: #EC1D24;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide .more span {
  position: relative;
  z-index: 2;
}

.scend .i-news-container .swiper-slide .pic {
  width: 100%;
  height: 6rem;
  margin-bottom: .6rem;
  overflow: hidden;
}

.scend .i-news-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide .line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  position: relative;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #EC1D24;
  transition: all .3s;
}

.scend .i-news-container .swiper-slide:hover {
  box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
}

.scend .i-news-container .swiper-slide:hover .more {
  /* background-color: #EC1D24; */
  color: #fff;
}

.scend .i-news-container .swiper-slide:hover .more::after {
  width: 100%;
}

.scend .i-news-container .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.scend .i-news-container .swiper-slide:hover .line::after {
  width: 100%;
}

.foot {
  padding: 2.4rem 0 0;
  height: 100vh;
}

.foot-logo {
  width: 4rem;
  margin-bottom: .6rem;
  margin-left: 8.5%;
  visibility: hidden;
}

.foot-logo img {
  width: 100%;
}

.foot-btn {
  border-top: 1px solid #D8D8D8;
  padding-top: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 1.85rem);
}

.foot-btn .top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.foot-btn .top .lf {
  display: flex;
}

.foot-btn .top .lf .li {
  margin-right: 4.5rem;
  width: 2.4rem;
}

.foot-btn .top .lf .li:last-child {
  margin-right: 0;
}

.foot-btn .top .lf .li a {
  display: block;
  white-space: nowrap;
  color: #828282;
  line-height: 1;
  margin-bottom: .8rem;
  font-weight: 500;
  transition: all .3s;
}

.foot-btn .top .lf .li a:hover {
  color: #EC1D24;
}

.foot-btn .top .lf .li a:hover span {
  color: #EC1D24;
}

.foot-btn .top .lf .li a:last-child {
  margin-bottom: 0;
}

.foot-btn .top .lf .li a span {
  color: #444444;
  font-weight: bold;
  transition: all .3s;
}

.foot-btn .top .lf .li a:first-child {
  margin-bottom: 1.5rem;
  color: #333333;
  /* font-weight: 600; */
}

.foot-btn .top .lf .li a:first-child:hover {
  transform: translateX(10px);
}

.foot-btn .top .rg div {
  width: 4.5rem;
  margin: 0 auto .4rem;
}

.foot-btn .top .rg div img {
  width: 100%;
}

.foot-btn .top .rg p {
  color: #666;
  line-height: 1.4;
  text-align: center;
}

.foot-btn .btm .link {
  display: flex;
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}

.foot-btn .btm .link p {
  color: #666;
  line-height: 1;
  margin-right: .45rem;
}

.foot-btn .btm .link a {
  color: #333;
  line-height: 1;
  margin-right: 1rem;
  transition: all .3s;
}

.foot-btn .btm .link a:hover {
  color: #EC1D24;
}

.foot-btn .btm .link a:last-child {
  margin-right: 0;
}

.foot-btn .btm .copyright {
  padding: .8rem 0 1.25rem;
  color: #999999;
}

.foot-btn .btm .copyright a {
  color: #999999;
  display: inline-block;
  line-height: 1;
  margin-right: .9rem;
}

.foot-btn .btm .copyright a:last-child {
  margin-right: 0;
}

.foot-btn .btm .copyright a img {
  display: inline-block;
  margin-right: .25rem;
}

.about {
  position: relative;
  padding: 3.2rem 0 1.8rem;
}

.about .wrap {
  width: 42%;
}

.about .wrap .tit {
  margin-bottom: .3rem;
  color: #EC1D24;
  font-weight: bold;
}

.about .wrap .sub {
  color: #222222;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.about .wrap .cont {
  color: #5D5D5D;
  line-height: 2;
  margin-bottom: 1.9rem;
  position: relative;
}


/* .about .wrap .cont::after {
  content: '';
  position: absolute;
  right: -1rem;
  top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .4), transparent 95%);
} */

.about .wrap .num-list {
  display: flex;
  flex-wrap: wrap;
}

.about .wrap .num-list .li {
  width: 33.33%;
  margin-bottom: .75rem;
}

.about .wrap .num-list .li .num {
  display: flex;
  margin-bottom: .25rem;
}

.about .wrap .num-list .li .num p {
  padding-top: 6px;
  color: #EA1A27;
  margin-right: .2rem;
  line-height: .8;
  display: flex;
  align-items: center;
}

.about .wrap .num-list .li .num p .fonb {
  font-weight: bold;
}

.about .wrap .num-list .li .num p .fonl {
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
}

.about .wrap .num-list .li .num>span {
  color: #131313;
  line-height: 1;
  font-weight: bold;
}

.about .wrap .num-list .li .intro {
  color: #131313;
  line-height: 1;
}

.about .pos-pic {
  position: absolute;
  right: 0;
  width: 66%;
  top: 0;
  /* transform: translateY(-50%); */
  z-index: -1;
}

.speech {
  /* padding: 2.5rem 0 3.5rem; */
  padding: 5.75rem 0 2rem;
  height: 23rem;
  overflow: hidden;
}

.speech .wrap {
  width: 35%;
  margin-left: calc(65% - 7rem);
}

.speech .wrap .tit {
  color: #222222;
  font-weight: bold;
  margin-bottom: 1rem;
}

.speech .wrap .cont {
  color: #5D5D5D;
  line-height: 2;
  margin-bottom: 1rem;
}

.speech .wrap .intro {
  display: flex;
  align-items: flex-end;
}

.speech .wrap .intro div {
  width: 4.6rem;
  margin-right: .2rem;
}

.speech .wrap .intro p {
  color: #333333;
  opacity: .8;
  line-height: 1;
}

.cultrue {
  padding-top: 2.5rem;
}

.cultrue .tit {
  color: #222222;
  font-weight: bold;
  margin-bottom: 1.15rem;
  text-align: center;
}

.cultrue .cultrue-container .swiper-slide {
  width: 25%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5.15rem;
  transition: all .3s;
}

.cultrue .cultrue-container .swiper-slide .icon {
  width: 1.8rem;
  margin: 0 auto .75rem;
  transition: all .3s;
}

.cultrue .cultrue-container .swiper-slide .icon img {
  max-width: 100%;
  margin: 0 auto;
}

.cultrue .cultrue-container .swiper-slide .tit {
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  opacity: .8;
  transition: all .3s;
}

.cultrue .cultrue-container .swiper-slide .cont {
  color: #fff;
  opacity: .8;
  line-height: 1.5;
  text-align: center;
  transition: all .3s;
}

.cultrue .cultrue-container .swiper-slide:hover {
  background-color: rgba(255, 255, 255, 0.12);
  padding-bottom: 6.45rem;
}

.cultrue .cultrue-container .swiper-slide:hover .tit,
.cultrue .cultrue-container .swiper-slide:hover .cont {
  opacity: 1;
}

.cultrue .cultrue-container .swiper-slide:hover .icon {
  margin-bottom: 1.5rem;
  transform: scale(1.1);
}

.honor {
  padding: 2.5rem 0 3.1rem;
}

.honor .wrap .tit {
  color: #222222;
  margin-bottom: 1.75rem;
  font-weight: bold;
}

.honor .wrap .top-tit {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.honor .wrap .top-tit p {
  color: #333333;
  line-height: 1;
  margin-right: .9rem;
  font-weight: bold;
}

.honor .wrap .top-tit div {
  width: calc(100% - 4em - .9rem);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.honor .wrap .honor-container {
  margin-bottom: 1.5rem;
}

.honor .wrap .honor-container .honor-pagination {
  line-height: 1;
  position: relative;
  bottom: 0;
  margin-top: 1.75rem;
}

.honor .wrap .honor-container .honor-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #CE000D;
  margin: 0 2px;
}

.honor .wrap .honor-container .swiper-slide {
  width: 32%;
  margin-right: 2%;
}

.honor .wrap .honor-container .swiper-slide:last-child {
  margin-right: 0;
}

.honor .wrap .honor-container .swiper-slide div {
  width: 100%;
  margin-bottom: .9rem;
}

.honor .wrap .honor-container .swiper-slide div img {
  width: 100%;
}

.honor .wrap .honor-container .swiper-slide p {
  color: #333333;
  line-height: 1;
  text-align: center;
}

.honor .wrap .btm-tit {
  display: flex;
  align-items: center;
  margin-bottom: .9rem;
}

.honor .wrap .btm-tit p {
  color: #333333;
  line-height: 1;
  margin-right: .9rem;
  font-weight: bold;
  white-space: nowrap;
}

.honor .wrap .btm-tit div {
  width: calc(100% - 4em - .9rem);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.honor .wrap .tab {
  /* display: flex;
align-items: center;
justify-content: center; */
  margin-bottom: 1.65rem;
}

.tab-container .swiper-wrapper {
  justify-content: center;
}

.honor .wrap .tab .swiper-slide {
  line-height: 1;
  color: #333333;
  font-weight: 500;
  padding-bottom: .25rem;
  margin-right: 2.5rem;
  position: relative;
  cursor: pointer;
  width: max-content;
  transition: all .3s;
}

.honor .wrap .tab .swiper-slide:last-child {
  margin-right: 0;
}

.honor .wrap .tab .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #CE000D;
  transform: translateX(-50%);
  transition: all .3s ease-out;
}

.honor .wrap .tab .swiper-slide:hover,
.honor .wrap .tab .swiper-slide.cur {
  color: #CE000D;
}

.honor .wrap .tab .swiper-slide:hover::after,
.honor .wrap .tab .swiper-slide.cur::after {
  width: 1rem;
}

.honor .wrap .change .li-box {
  display: flex;
  flex-wrap: wrap;
}

.honor .wrap .change .li-box p {
  color: #5D5D5D;
  position: relative;
  padding-left: .55rem;
  margin-bottom: .22rem;
  width: 33.3%;
  font-weight: 400;
  font-family: 微软雅黑, "Microsoft YaHei" !important;
}

.honor .wrap .change .li-box p:nth-child(3n)::before {
  left: calc(2.45rem + 2px);
}

.honor .wrap .change .li-box p:nth-child(3n)::after {
  left: calc(2.45rem + 4px);
}

.honor .wrap .change .li-box p:nth-child(3n) {
  padding-left: 3rem;
}

.honor .wrap .change .li-box p::after {
  content: '';
  position: absolute;
  left: 4px;
  top: .35rem;
  /* transform: translateY(-50%); */
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #EA1A27;
  z-index: 2;
}

.honor .wrap .change .li-box p::before {
  content: '';
  position: absolute;
  left: 2px;
  top: calc(.35rem - 2px);
  /* transform: translateY(-50%); */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(234, 26, 39, 0.2);
  z-index: 1;
}

.product {
  padding: 2.1rem 0 0;
  overflow: hidden;
}

.product .tit {
  color: #333333;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.product .cont {
  color: #5D5D5D;
  line-height: 2;
  width: 67%;
  margin: 0 auto 1.3rem;
  text-align: justify;
}

.product .box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* margin-bottom: .75rem; */
}

.product .box .li {
  width: max-content;
  margin-right: 2.75rem;
}

.product .box .li:last-child {
  margin-right: 0;
}

.product .box .li div {
  margin: 0 auto .5rem;
  width: 1.5rem;
  transition: all .3s;
}

.product .box .li div img {
  max-width: 100%;
  margin: 0 auto;
}

.product .box .li p {
  color: #222222;
  text-align: center;
  line-height: 1;
  transition: all .3s;
}

.product .box .li:hover div {
  transform: translateY(-.5rem);
}

.product .box .li:hover p {
  color: #EC1D24;
}

.product .pic {
  width: 100%;
  /* height: 10.5rem; */
  /* margin-left: 2.4rem; */
  position: relative;
  overflow: hidden;
}

.product .pic img {
  width: 100%;
  /* position: absolute;
top: 0;
left: 0; */
}

.product .pic a {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3.4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  color: #EC1D24;
  font-weight: bold;
  background-color: #fff;
  border-radius: .55rem;
  border: 1px solid #EC1D24;
  overflow: hidden;
  transition: all .3s;
}

.product .pic a span {
  position: relative;
  z-index: 2;
}

.product .pic a::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: .55rem;
  background-color: #EC1D24;
  transition: all .3s;
}

.product .pic a:hover {
  color: #fff;
  border: none;
  background-color: transparent;
}

.product .pic a:hover::after {
  width: 100%;
}

.news {
  padding: 2.15rem 0 1.8rem;
}

.news .wrap {
  margin-bottom: .6rem;
}

.news .wrap .search {
  display: flex;
  width: 41%;
  height: 1.45rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  padding: 4px;
  margin: 0 auto 1.4rem;
}

.news .wrap .search input {
  color: #999999;
  height: 100%;
  width: calc(100% - 1.2rem);
  background: none;
  padding: 0 .6rem;
}

.news .wrap .search input::placeholder {
  color: #999;
}

.news .wrap .search div {
  width: 1.2rem;
  height: 100%;
  background-color: #E60012;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.news .wrap .search div img {
  width: .4rem;
}

.news .wrap .box {
  display: flex;
  flex-wrap: wrap;
}

.news .wrap .box .li {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 2.2rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #E60113;
}

.news .wrap .box .li:nth-child(2n) {
  margin-right: 0;
}

.news .wrap .box .li .pic {
  width: 100%;
  height: 6.4rem;
  margin-bottom: .7rem;
  overflow: hidden;
}

.news .wrap .box .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news .wrap .box .li .intro .tit {
  color: #333333;
  line-height: .8rem;
  height: 1.6rem;
  margin-bottom: .4rem;
  overflow: hidden;
  transition: all .3s;
}

.news .wrap .box .li .intro .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .wrap .box .li .intro .cont .time {
  color: #999999;
  line-height: 1;
}

.news .wrap .box .li .intro .cont .more {
  color: #E60113;
  line-height: 1;
}

.news .wrap .box .li .intro .cont .more span {
  font-size: .5rem;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}

.news .wrap .box .li:hover .pic img {
  transform: scale(1.1);
}

.news .wrap .box .li:hover .intro .tit {
  color: #E60113;
}

.news .list-wrap {
  border-top: 1px solid #E0E0E0;
  padding-top: 1.8rem;
}

.news .list-wrap .box .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.news .list-wrap .box .top .all {
  width: 2rem;
  height: 1.45rem;
  line-height: 1.45rem;
  text-align: center;
  background-color: #E60012;
  border-radius: 3px;
  color: #fff;
  margin-right: .25rem;
  cursor: pointer;
}

.news .list-wrap .box .top .select {
  width: 4rem;
  height: 1.45rem;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  margin-right: .25rem;
  z-index: 10;
}

.news .list-wrap .box .top .select::after {
  content: '';
  position: absolute;
  right: .3rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid #EC1D24;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: all .3s;
}

.news .list-wrap .box .top .select:last-child {
  margin-right: 0;
}

.news .list-wrap .box .top .select p {
  width: 100%;
  height: 100%;
  line-height: 1.45rem;
  padding: 0 .55rem;
  color: #000000;
  cursor: pointer;
  background-color: #fff;
  transition: all .3s ease-out;
}

.news .list-wrap .box .top .select .cont {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(4rem + 3px);
  overflow-y: auto;
  border: 1px solid rgba(128, 128, 128, 0.2);
  display: none;
  background-color: #fff;
}

.news .list-wrap .box .top .select .cont span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  /* border-bottom: 1px solid rgba(128, 128, 128, 0.2); */
  padding: 0 .55rem;
  cursor: pointer;
  transition: all .3s;
}

.news .list-wrap .box .top .select .cont span:hover {
  background-color: #E60012;
  color: #fff;
}

.news .list-wrap .box .top .select:hover::after {
  border-top-color: #fff;
}

.news .list-wrap .box .top .select:hover p {
  background-color: #E60012;
  color: #fff;
}

.news .list-wrap .box .btm {
  font-size: 18px;
}

.news .list-wrap .box .btm .li-box {
  width: 100%;
  margin-bottom: 1.75rem;
  animation: fadeIn 1s forwards;
}

.news .list-wrap .box .btm .li-box .li {
  display: block;
  width: 100%;
  display: flex;
  position: relative;
  padding: 1rem .4rem;
  border: 1px solid #E6E6E6;
  margin-bottom: .5rem;
}

.news .list-wrap .box .btm .li-box .li:last-child {
  margin-bottom: 0;
}

.news .list-wrap .box .btm .li-box .li .pic {
  width: 6rem;
  height: 2.5rem;
  margin-right: 1.2rem;
  overflow: hidden;
}

.news .list-wrap .box .btm .li-box .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news .list-wrap .box .btm .li-box .li .intro {
  width: calc(100% - 11.7rem);
}

.news .list-wrap .box .btm .li-box .li .intro .tit {
  color: #333333;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: .45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}

.news .list-wrap .box .btm .li-box .li .intro .cont {
  color: #999999;
  line-height: .65rem;
  max-height: 1.3rem;
  overflow: hidden;
  padding-right: 2.5rem;
}

.news .list-wrap .box .btm .li-box .li .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: .55rem;
  transition: all .3s;
}

.news .list-wrap .box .btm .li-box .li .more .cont {
  color: #FFFFFF;
  opacity: 0;
  margin-bottom: .6rem;
  line-height: 1.2;
  transition: all .3s;
}

.news .list-wrap .box .btm .li-box .li .more .time {
  color: #999999;
  line-height: 1;
  transition: all .3s;
}

.news .list-wrap .box .btm .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.news .list-wrap .box .btm .li-box .li:hover .intro .tit {
  color: #E60012;
}

.news .list-wrap .box .btm .li-box .li:hover .more {
  background-color: #E60012;
}

.news .list-wrap .box .btm .li-box .li:hover .more .cont {
  opacity: 1;
}

.news .list-wrap .box .btm .li-box .li:hover .more .time {
  color: #fff;
}

.pub-page {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s forwards;
}

.pub-page div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-page a {
  min-width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 5px;
  text-align: center;
  margin-right: 6px;
  border: 1px solid rgba(194, 194, 194, 0.4);
  color: #666;
  transition: all .3s;
}

.pub-page a:last-child {
  margin-right: 0;
}

.pub-page a.prev,
.pub-page a.next {
  color: #999;
  padding: 0 .6rem;
}

.pub-page a:hover,
.pub-page a.active {
  color: #fff;
  background-color: #EC1D24;
  border-color: #EC1D24;
}

.info {
  padding: 4.65rem 0 1.5rem;
}

.info .wrap {
  width: 60%;
  margin: 0 auto;
}

.info .wrap .tit {
  color: #333;
  line-height: 1.4;
  margin-bottom: .35rem;
  font-size: .9rem;
}

.info .wrap .time {
  color: #999999;
  line-height: 1;
  margin-bottom: .7rem;
}

.info .wrap .cont {
  border-top: 1px solid #D8D8D8;
  padding-top: .65rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1rem;
  color: #666;
}

.info .wrap .cont img,
.info .wrap .cont iframe,
.info .wrap .cont video {
  display: inline-block;
}

.info .wrap .cont p,
.info .wrap .cont span {
  margin: 0 auto !important;
}

.info .wrap .info-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info .wrap .info-page .nav {
  width: 60%;
}

.info .wrap .info-page .nav a {
  display: block;
  line-height: 1.4;
  margin-bottom: .5rem;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info .wrap .info-page .nav a:last-child {
  margin-bottom: 0;
}

.info .wrap .info-page .back {
  display: block;
  width: 4.25rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background-color: #F4F4F4;
  color: #666666;
}

.repons {
  padding: 2.05rem 0 3.25rem;
}

.repons .repons-wrap .tit {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.repons .repons-wrap .sub {
  margin-bottom: 1.4rem;
}

.repons .repons-wrap .box {
  display: flex;
  align-items: stretch;
}

.repons .repons-wrap .box .lf {
  /* width: 67.5%; */
  width: 100%;
}

.repons .repons-wrap .box .lf .cont {
  line-height: 1.7;
  margin-bottom: .9rem;
}

.repons .repons-wrap .box .lf .li-box {
  display: flex;
  align-items: stretch;
}

.repons .repons-wrap .box .lf .li-box .li {
  width: 25%;
  padding: 0 1rem;
  position: relative;
}

.repons .repons-wrap .box .lf .li-box .li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 5%, #E0E0E0 90%, transparent);
}

.repons .repons-wrap .box .lf .li-box .li:first-child {
  padding-left: 0;
}

.repons .repons-wrap .box .lf .li-box .li:last-child {
  padding-right: 0;
}

.repons .repons-wrap .box .lf .li-box .li:last-child::after {
  display: none;
}

.repons .repons-wrap .box .lf .li-box .li .icon {
  width: 1rem;
  margin: 0 auto .45rem;
}

.repons .repons-wrap .box .lf .li-box .li .icon img {
  max-width: 100%;
  margin: 0 auto;
}

.repons .repons-wrap .box .lf .li-box .li .title {
  color: #060606;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5rem;
  text-align: center;
}

.repons .repons-wrap .box .lf .li-box .li .intro {
  color: #999999;
  text-align: center;
  line-height: 1.4;
}

.repons .repons-wrap .box .rg {
  width: 32.5%;
  padding-left: 4.5rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.repons .repons-wrap .box .rg .li {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  margin-right: .5rem;
  font-size: .75rem;
  color: #fff;
  background-size: contain;
  margin-bottom: .5rem;
}

.repons .repons-wrap .box .rg .li:nth-child(3),
.repons .repons-wrap .box .rg .li:nth-child(4) {
  margin-bottom: 0;
}

.repons .repons-wrap .box .rg .li:nth-child(2n) {
  margin-right: 0;
}

.juxing {
  position: relative;
}

.juxing img {
  width: 100%;
}

.juxing .pos-cont {
  position: absolute;
  width: 73%;
  height: 70%;
  right: 0;
  bottom: 0;
  background-color: rgba(236, 29, 36, 0.6);
  padding: 1.75rem 3.5rem 0;
}

.juxing .pos-cont .tit {
  margin-bottom: .9rem;
  font-weight: bold;
}

.juxing .pos-cont .cont {
  line-height: .8rem;
  max-height: 4rem;
  overflow-y: auto;
  padding-right: .5rem;
}

.juxing .pos-cont .cont p,
.juxing .pos-cont .cont span {
  max-width: 100%;
}

.juxing .pos-cont .cont::-webkit-scrollbar-thumb {
  background: #fff;
}

.juxing .pos-cont .cont::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
}

.unite {
  padding: 2rem 0;
}

.unite .wrap .top {
  padding-left: 3.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.unite .wrap .top .tit {
  margin-right: 2.25rem;
  white-space: nowrap;
}

.unite .wrap .top .cont {
  width: 78%;
}

.unite .wrap .pic {
  width: 82%;
  margin: 0 auto;
}

.unite .wrap .pic img {
  width: 100%;
}

.scholarship {
  padding-bottom: 2.5rem;
}

.scholarship .li {
  overflow: hidden;
  background-color: rgba(245, 245, 245, .5);
  margin-bottom: 1rem;
}

.scholarship .li:last-child {
  margin-bottom: 0;
}

.scholarship .li .pic {
  width: 50%;
  float: right;
}

.scholarship .li .pic img {
  width: 100%;
}

.scholarship .li .cont {
  float: left;
  width: 50%;
  padding: 2rem .6rem .5rem 2rem;
}

.scholarship .li .cont .tit {
  margin-bottom: 1rem;
  font-weight: bold;
}

.scholarship .li .cont .intro {
  /* line-height: .8rem; */
  line-height: 2;
  width: 88%;
  /* max-height: 4rem; */
  overflow-y: auto;
  /* padding-right: 5px; */
}

.scholarship .li .cont .intro::-webkit-scrollbar {
  width: 3px;
}

.scholarship .li:last-child {
  margin-bottom: 0;
}

.scholarship .li:nth-child(2n - 1) .pic {
  float: left;
}

.scholarship .li:nth-child(2n - 1) .cont {
  float: right;
}


/* .scholarship .li:nth-child(n+2) .cont {
  padding-top: 4rem;
} */

.fund {
  width: 100%;
  height: 16.75rem;
  padding-top: 6.5rem;
}

.fund .tit {
  text-align: center;
  margin-bottom: .75rem;
  font-weight: bold;
}

.fund .cont {
  width: 57%;
  text-align: center;
  margin: 0 auto;
}

.contact {
  padding: 3rem 0 4rem;
}

.contact .tit {
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-size: 1rem;
}

.contact .li-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.contact .li-box .li {
  width: 33.33%;
  height: 7.25rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  position: relative;
  transition: all .3s;
}

.contact .li-box .li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background-image: url(http://demo.188388.cn:8083/cz_jxjt/web/bocstatic/web/css/../img/72.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact .li-box .li:last-child {
  margin-right: 0;
}

.contact .li-box .li:last-child::after {
  display: none;
}

.contact .li-box .li .icon {
  width: 1.4rem;
  margin-right: .6rem;
  position: relative;
}


/* .contact .li-box .li:first-child .icon {
  opacity: .5;
} */

.contact .li-box .li .icon img {
  max-width: 100%;
  margin: 0 auto;
}

.contact .li-box .li .rg {
  word-wrap: break-word;
}

.contact .li-box .li .h1 {
  color: #8F8F8F;
  line-height: 1;
  margin-bottom: .3rem;
  width: max-content;
  display: block;
  padding-bottom: 2px;
  /* text-align: center; */
}

.contact .li-box .li:hover {
  background-color: #E50012;
}

.contact .li-box .li:hover .icon .normal-block {
  opacity: 0;
}

.contact .li-box .li:hover .icon .hover-block {
  opacity: 1;
}

.contact .li-box .li:nth-child(1):hover .rg .h1 {
  border-bottom: 1px solid #fff;
}

.contact .li-box .li:hover .rg .h1 {
  color: #fff;
}

.contact .li-box .li:hover .rg p {
  color: #fff;
}

.contact .li-box .li .h2 {
  color: #343434;
  line-height: 1;
}

.contact .con_map {
  width: 100%;
  height: 15rem;
  margin-bottom: 2rem;
}

.amap-info-content {
  border: none;
  padding: 0;
  overflow: inherit;
}

.map-font {
  display: block;
  width: 6.95rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background-color: #EC1D24;
  color: #fff;
  position: relative;
}

.map-font::after {
  content: '';
  position: absolute;
  bottom: -.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: .2rem solid #EC1D24;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
}

.amap-info-close,
.amap-info-sharp {
  display: none;
}

.join {
  padding: 2.4rem 0 0;
}

.join .h1 {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  line-height: 1;
}

.join .h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.1rem;
  color: #9E9E9E;
}

.join .h2 p {
  color: #EC1D24;
  margin-right: 5px;
  line-height: 1;
}

.join .h2 div {
  width: .3rem;
}

.join .h2 div img {
  width: 100%;
}

.join .li-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.join .li-wrap .li {
  width: 15.4%;
  margin-right: 5.75%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join .li-wrap .li div {
  width: 100%;
  /* filter: grayscale(1);
opacity: .5; */
  transition: all .3s;
}

.join .li-wrap .li:nth-child(5n) {
  margin-right: 0;
}

.join .li-wrap .li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.2rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.15rem;
  background-image: url(../img/72.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.join .li-wrap .li img {
  width: 100%;
  transition: all .3s;
}

.join .li-wrap .li:last-child::after {
  display: none;
}


/* .join .li-wrap .li div img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

.join .li-wrap .li p {
  width: 100%;
  height: 1.45rem;
  line-height: 1.45rem;
  text-align: center;
  transition: all .3s;
} */

.join .li-wrap .li:hover div {
  transform: translateY(-.5rem) !important;
  filter: grayscale(0);
  opacity: 1;
}


/* .join .li-wrap .li:hover .normal-block {
  opacity: 0;
}

.join .li-wrap .li:hover .hover-block {
  opacity: 1;
} */


/* .join .li-wrap .li:hover p {
  color: #fff;
  background-color: #EC1D24;
} */

.head-nav-pos {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #999;
  width: 100%;
  height: 100vh;
  z-index: 101;
  padding: 3rem 5rem .5rem;
  overflow: hidden;
  display: none;
}

.head-nav-pos .close {
  position: absolute;
  top: 1.9rem;
  right: 2.6rem;
  width: 0.7rem;
  cursor: pointer;
  transition: all .3s;
}

.head-nav-pos .close img {
  width: 100%;
}

.head-nav-pos .close:hover {
  transform: rotate(45deg);
}

.head-nav-pos .nav-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.head-nav-pos.cur .nav-wrap {
  animation: op 1.2s .5s forwards;
}

.head-nav-pos .nav-wrap .lf {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.head-nav-pos .nav-wrap .lf .nav-ls {
  width: 33.3%;
  text-align: left;
  margin-bottom: 2.4rem;
  height: auto;
}

.head-nav-pos .nav-wrap .lf .nav-ls:nth-child(3n) {
  margin-right: 0;
}

.head-nav-pos .nav-wrap .lf .nav-ls:nth-child(n+4) {
  margin-bottom: 0;
}

.head-nav-pos .nav-wrap .lf .nav-ls a {
  display: block;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin-bottom: .4rem;
  transition: all .3s;
}

.head-nav-pos .nav-wrap .lf .nav-ls a:first-child {
  color: #FFFFFF;
  margin-bottom: 1.05rem;
}

.head-nav-pos .nav-wrap .lf .nav-ls a:last-child {
  margin-bottom: 0;
}

.head-nav-pos .nav-wrap .lf .nav-ls a:hover {
  color: #EC1D24;
}

.head-nav-pos .nav-wrap .lf .nav-ls a.sec {
  text-indent: 1em;
  color: rgba(255, 255, 255, 0.5);
}


/*# sourceMappingURL=all.css.map */


/* map */

.contact .BMapLib_SearchInfoWindow {
  font: 12px arial, 宋体, sans-serif;
  position: absolute;
  border: 1px solid #999;
  background-color: #fff;
  cursor: default
}

.contact .BMapLib_SearchInfoWindow form,
.contact .BMapLib_SearchInfoWindow ul,
.contact .BMapLib_SearchInfoWindow li {
  margin: 0;
  padding: 0
}

.contact .BMapLib_SearchInfoWindow img {
  border: 0
}

.contact .BMapLib_SearchInfoWindow ul {
  list-style: none
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  border-bottom: 1px solid #ccc;
  height: 31px
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_title {
  line-height: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  height: 30px;
  padding: 0 5px;
  font-size: 12px
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 64px;
  z-index: 10000
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
  float: right;
  height: 30px;
  width: 22px;
  cursor: pointer;
  background-color: #f9f9f9;
  cursor: pointer;
  overflow: hidden
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_close {
  background: url(iw_close.gif) no-repeat center center
}

.contact .BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
  background: url(phone.png) no-repeat center center
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_center {
  z-index: 3
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  padding: 3px 5px;
  overflow-x: auto;
  overflow-y: hidden
}

.contact .BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
  display: block;
  z-index: 2
}

.contact .BMapLib_SearchInfoWindow .BMapLib_trans {
  z-index: 5;
  position: absolute;
  bottom: -31px;
  *bottom: -32px
}

.contact .BMapLib_SearchInfoWindow .BMapLib_nav {
  width: 100%;
  height: 75px;
  overflow: visibile;
  position: relative
}

.contact .BMapLib_SearchInfoWindow .BMapLib_nav input {
  vertical-align: middle
}

.contact .BMapLib_SearchInfoWindow .iw_bt,
.contact .BMapLib_SearchInfoWindow .iw_bt_down,
.contact .BMapLib_SearchInfoWindow .iw_bt_over {
  width: 47px;
  height: 26px;
  line-height: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') no-repeat 0 -87px;
  vertical-align: middle
}

.contact .BMapLib_SearchInfoWindow .iw_bt_over {
  background-position: -52px -87px
}

.contact .BMapLib_SearchInfoWindow .iw_bt_down {
  background-position: -104px -87px;
  font-weight: 700
}

.BMapLib_search_text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a5acb2
}

.BMapLib_trans_text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a5acb2
}

.BMapLib_nav_tab {
  height: 30px;
  width: 100%;
  background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') repeat-x 0 0
}

.BMapLib_nav_tab li {
  position: relative;
  float: left;
  width: 114px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  border-left: 1px solid #dadada;
  cursor: pointer;
  overflow: hidden;
  width: 33%
}

.BMapLib_nav_tab .BMapLib_icon {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 15px;
  top: 3px;
  margin-right: 7px;
  background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') no-repeat 0 -136px
}

.BMapLib_nav_tab .BMapLib_icon_tohere {
  background-position: -15px -136px
}

.BMapLib_nav_tab .BMapLib_icon_nbs {
  width: 14px;
  height: 14px;
  background-position: -30px -136px
}

.BMapLib_nav_tab li.BMapLib_first {
  border-left: 0
}

.BMapLib_nav_tab li:hover {
  text-decoration: none
}

.BMapLib_nav_tab li.BMapLib_current {
  color: #4d4d4d;
  cursor: default;
  background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') repeat-x 0 -44px
}

.BMapLib_nav_tab_content li {
  padding: 10px 0 0 0;
  position: relative;
  height: 22px;
  font-family: "宋体"
}

.BMapLib_sms_tab_container {
  height: 35px;
  background: #fcfcfc;
  position: relative;
  z-index: 20;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 10px
}

.BMapLib_sms_pnl_phone {
  position: relative;
  z-index: 10;
  padding: 10px 15px 10px 15px;
  border-top: solid 1px #f2f2f2;
  font-size: 12px
}

.BMapLib_ap {
  float: left;
  width: 263px;
  height: 172px;
  overflow-x: hidden;
  overflow-y: auto
}

.BMapLib_ap th {
  text-align: right;
  font-weight: normal
}

.BMapLib_mp {
  background: #f6f6f6;
  padding: 10px;
  height: 152px;
  overflow-x: hidden;
  overflow-y: auto
}

.BMapLib_mp_title {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding-bottom: 5px
}

.BMapLib_msgContent {
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  word-wrap: break-word
}

.BMapLib_popup_close {
  padding: 10px;
  background: url(iw_close.gif) no-repeat center center transparent;
  border: 0 none;
  cursor: pointer;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px;
  z-index: 50
}

.BMapLib_sms_input {
  ime-mode: disabled
}

.BMapLib_sms_input_l {
  width: 90px
}

.BMapLib_sms_input_s {
  width: 35px
}

.BMapLib_sms_declare_phone {
  color: #707070
}

#BMapLib_sms_tip {
  color: red;
  padding-left: 20px
}

#BMapLib_success_tip {
  font-size: 12px;
  text-align: center;
  padding: 50px 0 20px 0;
  color: red
}

#BMapLib_activateTip {
  padding-left: 5px;
  color: red
}

#BMapLib_stationText0 {
  white-space: nowrap;
  padding-right: 5px;
}

.loading {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .8s ease-in-out;
}

.load-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.05rem;
}

.loading .progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #EC1D24;
  transition: all .3s;
}

.loadingEnd {
  transform: translateY(100%);
}

.back-top,
.i-back-top {
  position: fixed;
  z-index: 100;
  bottom: 5%;
  right: 2%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  /* background-color: #EC1D24; */
  display: none;
  cursor: pointer;
}

.back-top div,
.i-back-top div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-top div img,
.i-back-top div img {
  width: 100%;
}


/* 22.10.31 */

.unite .wrap {
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
  /* background-color: rgba(245, 245, 245, .5); */
}


/* .unite .wrap.cont-lenMore {
  align-items: flex-start;
} */

.unite .wrap .top {
  width: 50%;
  padding: 0 1rem 0 2rem;
  flex-wrap: wrap;
  margin-bottom: 0;
  float: left;
  position: relative;
}

.unite>.tit {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-left: calc(8.5% + 2rem);
}

.unite .wrap .tit {
  width: 100%;
  font-weight: bold;
}

.unite .wrap .top .cont {
  width: 100%;
}

.unite .wrap .pic {
  width: 50%;
  float: right;
}

.product {
  position: relative;
  padding: 0;
  margin-top: -6px;
}

.product::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, .8));
  z-index: 1;
  height: 100%;
  width: 50%;
}

.product img {
  width: 100%;
}

.product .pos-cont {
  position: absolute;
  top: 3.2rem;
  left: 12%;
  width: 35%;
  z-index: 2;
}

.product .pos-cont .h1 {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .9rem;
}

.product .pos-cont .intro {
  color: #FFFFFF;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.product .pos-cont .more {
  display: block;
  width: 3.4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border-radius: .55rem;
  color: #4A4A4A;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}

.product .pos-cont .more::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ED0000;
  z-index: 1;
  transition: all .3s;
}

.product .pos-cont .more span {
  position: relative;
  z-index: 2;
}

.product .pos-cont .more:hover {
  color: #fff;
}

.product .pos-cont .more:hover::after {
  width: 100%;
}

.pro-nav .swiper-slide {
  color: rgba(0, 0, 0, 0.5);
  font-size: .55rem;
  margin-right: 2.5rem;
}

.pro-nav .swiper-slide span {
  color: #000;
  font-weight: bold;
  transition: all .3s;
}

.pro-nav .swiper-slide::after {
  height: 6px;
}

.banner {
  z-index: 10;
}

.pro-nav .swiper-slide:hover,
.pro-nav .swiper-slide.cur {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.pro-nav .swiper-slide:hover::after,
.pro-nav .swiper-slide.cur::after {
  width: 2.5rem;
}

.pro-nav .swiper-slide.cur {
  font-size: .6rem;
}

.pro-nav .swiper-slide:hover span,
.pro-nav .swiper-slide.cur span {
  color: #000;
}

.mb-search {
  width: 20px;
  display: flex;
}

.mb-search svg {
  width: 100%;
  fill: #000;
}

.mlink {
  display: none;
}

.news .new-container {
  display: none;
}

.news .new-container .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: .75rem;
}

.news .new-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #E60012;
}

.new-container .swiper-slide {
  width: 100%;
}

.new-container .swiper-slide .pic {
  width: 100%;
  height: 5.5rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.new-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-container .swiper-slide .intro .tit {
  color: #333333;
  line-height: .8rem;
  height: 1.6rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

.new-container .swiper-slide .intro .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-container .swiper-slide .intro .cont .time {
  color: #999999;
  line-height: 1;
}

.new-container .swiper-slide .intro .cont .more {
  color: #E60113;
  line-height: 1;
}

.new-container .swiper-slide .intro .cont .more span {
  font-size: .5rem;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.foot-btn .btm .cont-list {
  margin: 1.2rem 0 1.25rem;
  display: none;
}

.foot-btn .btm .cont-list p {
  color: #8A8A8A;
  line-height: 1.4;
  margin-bottom: .25rem;
  display: flex;
}

.foot-btn .btm .cont-list p:last-child {
  margin-bottom: 0;
}

.foot-btn .btm .cont-list p span {
  display: inline-block;
}