

.w1320 {
  width: 68.75%;
  max-width: 1320px;
  margin: 0 auto;
}

.w1400 {
  width: 73%;
  max-width: 1400px;
  margin: 0 auto;
}

.body {
  height: 100vh;
  overflow: hidden;
}

@keyframes arrT {
  0% {
    opacity: 0;
    /* height: 0; */
    transform: scale(0);
    transform-origin: bottom left;
  }
  100% {
    opacity: 1;
    /* height: 1.95rem; */
    transform: scale(1);
    transform-origin: bottom left;
  }
}

@keyframes arrTL {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 4.6rem;
  }
}

@keyframes arrL {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 7rem;
  }
}

@keyframes arrB {
  0% {
    opacity: 0;
    /* height: 0; */
    transform: scale(0);
    transform-origin: top left;
  }
  100% {
    opacity: 1;
    /* height: 1.85rem; */
    transform: scale(1);
    transform-origin: top left;
  }
}

@keyframes arrR {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 8.45rem;
  }
}

@keyframes arrTR {
  0% {
    opacity: 0;
    /* clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); */
    width: 0;
  }
  100% {
    opacity: 1;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
    width: 6.75rem;
  }
}

.head-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.95rem;
  transition: all .3s;
}

.head-share a {
  color: #FFFFFF;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid rgba(255, 255, 255, .5);
  line-height: 1;
  transition: all .3s;
}

.head-share a:hover {
  color: #FF0000;
}

.head-share a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.nav-select {
  position: absolute;
  display: none;
  width: 100%;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, .1);
  left: 0%;
  top: 100%;
  line-height: 1.5rem;
}

.nav-select a {
  display: inline-block;
  margin-right: .5rem;
  position: relative;
  transition: all .3s;
  color: #FFFFFF;
  text-transform: capitalize;
}

.nav-select a:last-child {
  margin-right: 0;
}

.nav-select a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: all .3s;
}

.nav-select a:hover::after {
  width: 100%;
}

.footer {
  height: 1.25rem;
  background-color: #FFFFFF;
  position: fixed;
  top: calc(100vh - 1.25rem);
  left: 0;
  width: 100%;
}

.foot {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-lf {}

.foot-lf a {
  color: #444444;
  margin-right: 10px;
}

.foot-lf a:last-child {
  margin-right: 0;
}

.foot-rg {}

.foot-rg a {
  color: #333333;
  margin-right: 0.6rem;
  padding-right: 0.6rem;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.foot-rg a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.banner {
  position: relative;
  height: 100vh;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-container {
  position: absolute;
  left: 0.3rem;
  top: 5.4rem;
  width: 66.6%;
}

.i-container img {
  width: 100%;
}

.i-map {
  position: absolute;
  width: 1rem;
  top: 3rem;
  left: 60%;
}

.i-arr {
  position: absolute;
  overflow: hidden;
}

.i-map>div {
  opacity: 0;
}

.arr-t {
  width: .5rem;
  bottom: calc(100% - 6px);
  left: 0;
  animation: arrT 1s 1s ease-out forwards;
}

.arr-t-l {
  width: 4.6rem;
  bottom: 0.45rem;
  right: 0.8rem;
  animation: arrTL 1s 1s ease-out forwards;
}

.arr-l {
  width: 7rem;
  top: 0.45rem;
  right: calc(100% + 7px);
  animation: arrL 1s 1s ease-out forwards;
}

.arr-b {
  width: 0.45rem;
  top: .75rem;
  right: 100%;
  animation: arrB 1s 1s ease-out forwards;
}

.arr-r {
  width: 8.45rem;
  top: .75rem;
  left: -0.55rem;
  animation: arrR 1s 1s ease-out forwards;
}

.arr-t-r {
  width: 6.75rem;
  bottom: -.2rem;
  left: .7rem;
  animation: arrTR 1s 1s ease-out forwards;
}

.map-font {
  position: absolute;
  top: -0.8rem;
  left: 37%;
}

.font-block {
  transition: all .3s;
  /* opacity: 0; */
}

.font-block .cn {
  opacity: 0;
  transform: translateX(1.25rem);
  transition: all 2s .3s;
}

.font-block .en {
  opacity: 0;
}

.font-block.move .cn {
  opacity: 1;
  transform: translateX(0);
}

.font-block.move .en {
  opacity: 1;
}

.font-none {
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  transition: all 3s .3s;
  width: max-content;
}

.font-none .cn {
  opacity: 0;
  transform: translateX(1.25rem);
  transition: all 2s .3s;
}

.font-none .en {
  opacity: 0;
  transform: translateY(.75rem);
  transition: all 1s .3s;
}

.font-none.move .cn {
  opacity: 1;
  transform: translateX(0);
}

.font-none.move .en {
  opacity: 1;
  transform: translateY(0);
}

.font-block p,
.font-none p {
  line-height: 1;
}

.font-block p:nth-child(1),
.font-none p:nth-child(1) {
  margin-bottom: 0.35rem;
  font-weight: bold;
}

.i-about {
  position: absolute;
  bottom: -1.5rem;
  left: 67%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.i-about-ls {
  margin-right: 0.3rem;
  width: 4.4rem;
  height: 2.5rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.i-about-ls:last-child {
  margin-right: 0;
  /* margin-bottom: 0; */
}

.i-about-ls>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-about-ls-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 0.8rem;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0.35rem;
}

.i-about-ls-intro::after {
  content: '';
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url(../img/14.png) no-repeat center;
  background-size: 100% 100%;
}

.i-about-ls-intro div {
  width: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.i-about-ls-intro div img {
  max-width: 100%;
}

.i-about-ls-intro p {
  width: calc(100% - .45rem - 5px);
  color: #FFFFFF;
  line-height: 1.2;
}

.box {
  position: relative;
  width: 100%;
  /* height: 100vh; */
}

.box>img {
  width: 100%;
  height: calc(100vh - 1.25rem);
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.container {
  position: relative;
  margin-top: 8.6rem;
  /* left: 50%;
	transform: translateX(-50%); */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.public {
  width: 5.75rem;
}

.pub-fix {
  position: absolute;
  left: 0;
  bottom: calc(100% + 1.7rem);
}

.pub-fix p {
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(24, 113, 173, 0.58);
  background-image: linear-gradient(to bottom, #fff, rgb(252, 254, 253));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  /* font-family: sans-serif; */
}

.pub-fix p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.pub-fix p:nth-child(2) {
  margin-left: 2.75rem;

}

.pub-tab {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  padding-bottom: 3rem;
}

.tab-top {
  width: 100%;
  height: 2.5rem;
  padding: .75rem 0.75rem 0;
  background: url(../img/36.png) no-repeat center;
}

.tab-top p {
  line-height: 1;
}

.tab-top p:nth-child(1) {
  color: #333333;
  margin-bottom: 0.25rem;
}

.tab-top p:nth-child(2) {
  color: #AEB3B7;
  text-align: right;
}

.tab-cent {
  padding: 0 0.4rem;
  margin-bottom: 4rem;
}

.tab-cent a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.25rem;
  line-height: 1.2;
  color: #666666;
  border-bottom: 1px dashed rgba(160, 160, 160, .3);
  padding-right: .9rem;
  position: relative;
  text-align: left;
  transition: all .3s;
}

.tab-cent a i {
  margin-left: 1rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.tab-cent a:hover {
  color: #D70000;
}

.tab-cent .cur {
  color: #D70000;
}

.tab-cent .cur i {
  transform: translateY(-50%) rotate(-90deg);
}

.tab-btn {
  padding: 0 0.3rem;
}

.tab-btn p {
  color: #D70000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.tab-btn>div {
  line-height: 2;
  display: flex;
  color: #666666;
  word-break: break-all;
}

.tab-btn>div span {}

.tab-btn>div span:nth-child(1) {
  width: max-content;
  white-space: nowrap;
}

.pub-cont {
  width: calc(100% - 5.75rem);
  background-color: #FFFFFF;
  transition: all .3s;
}

.about-cont {
  height: 100%;
  padding: 1.1rem 1.8rem 1rem 2rem;
  text-align: justify;
  color: #666666;
  line-height: 1.8;
}

.pad30 {
  padding: .75rem;
}

.team-cont {
  padding: 0.6rem;
  background-color: #F4F4F4;
  border: 1px solid #D2D2D2;
  position: relative;
  height: 100%;
}

.team-tit {
  color: #005BAA;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.team-pic {
  width: 69%;
  margin-left: 14%;
  position: relative;
  z-index: 2;
}

.team-pic img {
  width: 100%;
}

.team-bg {
  position: absolute;
  width: 82.5%;
  top: 4.75rem;
  left: 1.2rem;
}

.res-cont {
  padding: 1.25rem 1.5rem 2.5rem;
}

.res-intro {
  color: #666666;
  line-height: 2;
  margin-bottom: 1.45rem;
}

.res-ls {
  margin-bottom: 1.6rem;
}

.res-ls:last-child {
  margin-bottom: 0;
}

.res-ls-tit {
  color: #333333;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.res-ls-cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.res-ls-cont-pic {
  width: 49%;
  margin-right: 2%;
  margin-bottom: .5rem;
}

.res-ls-cont-pic div {
  width: 100%;
  margin-bottom: 0.35rem;
}

.res-ls-cont-pic div img {
  width: 100%;
}

.res-ls-cont-pic p {
  color: #666666;
  line-height: 1;
  text-align: center;
}

.res-ls-other {
  margin-bottom: 2.05rem;
}

.res-ls-other .res-ls-cont-pic {
  width: 32%;
  margin-right: 2%;
}

.res-ls-other .res-ls-cont-pic:nth-child(3n) {
  margin-right: 0;
}

.res-tab {
  margin-bottom: .75rem;
  position: relative;
}

.res-tab .res-container {
  position: absolute;
  top: 2px;
  right: 0;
  max-width: 65%;
}

.res-container .swiper-slide {
  line-height: 1;
  width: max-content;
  margin-right: .6rem;
  color: #888;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s;
}

.res-container .cur {
  color: #D70000;
}

.res-container .swiper-slide:last-child {
  margin-right: 0;
}

.res-ajax {}

.res-ajax-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.res-ajax-box .res-ls-cont-pic {
  width: 32%;
  margin-right: 2%;
  margin-bottom: .75rem;
}

.res-ajax-box .res-ls-cont-pic:nth-child(3n) {
  margin-right: 0;
}

.qua-cont {
  padding: 1.35rem 2.25rem 0.65rem 2.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.qua-box {
  width: 24%;
  margin-right: 14%;
  margin-bottom: 1rem;
}

.qua-box:nth-child(3n) {
  margin-right: 0;
}

.qua-box div {
  width: 100%;
  height: 7.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qua-box div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/35.png) no-repeat center;
  background-size: 100% 100%;
}

.qua-box div img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

.qua-box p {
  color: #444444;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.6rem;
}

.qua-bg {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

.qua-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  z-index: 2;
}

.qua-bg-img>img {
  width: 100%;
  height: 100%;
}

.qua-bg-close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cul-cont {
  padding: 1.5rem 2rem;
}

.cul-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.7rem;
}

.cul-img img {
  width: 100%;
  object-fit: cover;
}

.cul-img-pos {
  position: absolute;
  top: 1.35rem;
  left: 4.55rem;
  border: 3px solid rgba(105, 92, 64, .3);
  padding: 0.6rem 0.9rem;
  color: #695C40;
  font-weight: bold;
  line-height: 1.8;
}

.news-cont {
  padding: 1.5rem 1.8rem .5rem;
}

.news-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.news-search {
  margin-right: 8px;
  width: 6.95rem;
  height: 1.15rem;
  border: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5rem;
  border-radius: 4px;
}

.news-search input {
  width: calc(100% - 1rem);
  height: 100%;
  color: #999999;
}

.news-search div {
  width: 0.35rem;
  cursor: pointer;
}

.news-search div img {
  width: 100%;
  object-fit: cover;
}

.news-select {
  width: 4.9rem;
  height: 1.15rem;
  background-color: #D70000;
  border-radius: 4px;
  position: relative;
  padding: 0 .5rem;
  z-index: 10;
}

.news-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  background: url(../img/38.png) no-repeat center;
  width: 15px;
  height: 6px;
  background-size: 100%;
}

.news-select-tit {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  line-height: 1.15rem;
  cursor: pointer;
}

.news-select-pos {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 3.6rem;
  overflow-y: auto;
  border: 1px solid rgba(160, 160, 160, .3);
  border-radius: 4px;
  display: none;
}

.news-select-pos span {
  display: block;
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  cursor: pointer;
  padding: 0 .5rem;
  border-bottom: 1px solid rgba(160, 160, 160, .3);
  transition: all .3s;
  background-color: #FFFFFF;
}

.news-select-pos span:last-child {
  border-bottom: none;
}

.news-select-pos span:hover {
  color: #FFFFFF;
  background-color: #D70000;
}

.news-ajax {}

.news-ajax-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}

.news-ls {
  display: block;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(219, 219, 219, .6);
  padding-bottom: 0.55rem;
  width: 45%;
  margin-right: 10%;
  transition: all .3s;
}

.news-ls:nth-child(2n) {
  margin-right: 0;
}

.news-ls p {
  line-height: 1;
}

.news-ls p:nth-child(1) {
  color: #333333;
  margin-bottom: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}

.news-ls p:nth-child(2) {
  color: #999999;
}

.news-ls:hover {
  border-bottom: 1px solid #D70000;
}

.news-ls:hover p:nth-child(1) {
  color: #D70000;
}

.pub-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.85rem;
  height: 0.85rem;
  background-color: rgba(238, 238, 238, .5);
  border-radius: 3px;
  margin-right: 5px;
  color: #666666;
  transition: all .3s;
}

.pub-page a:last-child {
  margin-right: 0;
}

.pub-page a:hover {
  background-color: #D70000;
  color: #FFFFFF;
}

.pub-page .active {
  background-color: #D70000;
  color: #FFFFFF;
}

.busin-cont {
  padding: 1.5rem 1.75rem .5rem 2rem;
}

.busin-url {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.busin-url a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  min-height: 1.3rem;
  line-height: 1.2;
  text-align: center;
  background-color: #E5E5E5;
  margin-right: 6px;
  color: #333333;
  font-weight: bold;
  transition: all .3s;
}

.busin-url a:last-child {
  margin-right: 0;
}

.busin-url a:hover {
  color: #FFFFFF;
  background-color: #D70000;
}

.busin-url .cur {
  color: #FFFFFF;
  background-color: #D70000;
}

.busin-intro {
  color: #666666;
}

.over-cont {
  padding: 1.25rem 1.75rem .5rem 2rem;
}

.over-top {
  color: #666666;
  line-height: 2;
  margin-bottom: 0.25rem;
}

.over-img {
  width: 74%;
  margin: 0 auto 1.6rem;
}

.over-img img {
  width: 100%;
  object-fit: cover;
}

.over-intro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.over-ls {
  width: 30%;
  height: 4.5rem;
  margin-right: 5%;
  margin-bottom: 1.25rem;
}

.over-ls:nth-child(3n) {
  margin-right: 0;
}

.over-ls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-top-1 {
  margin-bottom: 1.7rem;
}

.job-cont {
  padding: 1.5rem 2rem;
}

.job-img {
  width: 100%;
  margin-bottom: 0.85rem;
}

.job-img img {
  width: 100%;
  object-fit: cover;
}

.job-intro {
  color: #666666;
}

.online-top {
  margin-bottom: .5rem;
}

.online-top,
.job-ls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.6rem;
}

.online-top p,
.job-ls-top p {
  color: #1D2224;
  line-height: 1;
  width: 30%;
}

.online-top p:last-child,
.job-ls-top p:last-child {
  width: 10%;
}

.job-box {}

.job-ls {
  padding: .5rem 0;
  border-top: 1px solid #E3E3E3;
}

.job-ls:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.job-ls-top {
  cursor: pointer;
}

.job-ls-top p {
  font-weight: bold;
}

.job-ls-btn {
  margin-top: .75rem;
  display: none;
}

.job-ls-btn-ls {
  margin-bottom: .75rem;
}

.job-ls-btn-ls:last-child {
  margin-bottom: 0;
}

.job-ls-btn-ls>p {
  color: #000000;
  line-height: 1;
  margin-bottom: .3rem;
}

.job-ls-btn-ls div {
  color: #555555;
  line-height: 1.8;
}

.contact-cont {
  padding: 1.6rem 1.3rem;
  width: 100%;
  height: 100%;
}

.con_map {
  width: 100%;
  height: 100%;
}

.amap-icon img {
  width: .75rem;
}

.map-cont {
  line-height: 1.7;
}

.amap-info-content {
  width: 7.5rem;
  height: auto;
}

.amap-info-close,
.amap-info-sharp {
  display: none;
}

.net-cont {
  padding: 1.5rem 2rem .5rem;
}

.net-pic {
  width: 100%;
  margin-bottom: 1.25rem;
}

.net-pic img {
  width: 100%;
  object-fit: cover;
}

.net-form {
  width: 100%;
}

.net-form .form-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-ls {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: .5rem;
}

.form-ls:nth-child(2n) {
  margin-right: 0;
}

.form-ls p {
  color: #444444;
  position: relative;
  line-height: 1;
  margin-bottom: 0.45rem;
  width: max-content;
}

.form-ls p::after {
  content: '*';
  color: #CF010E;
  font-size: 16px;
  top: 0;
  margin-left: 8px;
}

.form-ls input {
  width: 100%;
  height: 1.15rem;
  border: 1px solid #E5E5E5;
  color: #666;
  padding: 0 .5rem;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-submit input {
  width: 3rem;
  height: 1rem;
  background: #D70000;
  margin-right: 0.35rem;
  color: #FFFFFF;
  border: 1px solid #D70000;
  transition: all .3s;
}

.form-submit div {
  width: 3rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #DCDCDC;
  color: #444444;
  cursor: pointer;
  transition: all .3s;
}

.form-submit div:hover {
  background-color: #D70000;
  color: #FFFFFF;
  border: 1px solid #D70000;
}

.form-submit input:hover {
  border: 1px solid #DCDCDC;
  color: #444444;
  background: none;
}

.info-cont {
  padding: 1.25rem 1.5rem;
}

.info-tit {
  color: #333;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-align: center;
}

.info-time {
  color: #666;
  text-align: center;
  line-height: 1;
}

.info-intro {
  border-top: 1px solid rgba(160, 160, 160, .3);
  margin-top: .5rem;
  padding: .5rem 1rem;
  border-bottom: 1px solid rgba(160, 160, 160, .3);
  min-height: 200px;
}

.info-intro img {
  display: inline-block;
}

.info-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
}

.info-page a {
  color: #666;
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-page a span {
  transition: all .3s;
}

.info-page a span:hover {
  color: #FF0000;
}

.news-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
  border-bottom: none;
  transition: all .3s;
}

.news-wrap-img {
  width: 3.5rem;
  height: 2.9rem;
}

.news-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrap-cont {
  padding-left: 0.6rem;
  width: calc(100% - 3.5rem);
}

.news-wrap-cont p {
  transition: all .3s;
}

.news-wrap-cont p:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.7rem;
}

.news-wrap-cont p:nth-child(3) {
  color: #999999;
}

.news-wrap:hover {
  background-color: #D70000;
}

.news-wrap:hover .news-wrap-cont p {
  color: #FFFFFF;
}

.nav-ls:nth-child(3) .nav-select {
  padding-left: 25%;
}

.nav-ls:nth-child(5) .nav-select {
  padding-left: 39%;
}

.nav-ls:nth-child(6) .nav-select {
  padding-left: 53%;
}

.nav-ls:nth-child(7) .nav-select {
  padding-left: 66%;
}

.top-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 101;
  display: none;
}

.close-win {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.window-img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  max-height: calc(100vh - 20%);
  overflow-y: auto;
  z-index: 2;
}

.window-img img {
  width: 100%;
  object-fit: cover;
}

.state-cont {
  width: 100%;
}

.head-search {
  display: none;
}