@charset "UTF-8";
body a, body .transition, body .index-flow .title dl dd .layer, .index-flow .title dl dd body .layer, body .g-nav2, body .g-nav, body .g-head .btn-list .search .input, .g-head .btn-list .search body .input, body .g-head .btn-list, .g-head body .btn-list, body :before, body :after, body img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-flow .img-list li a .layer .info, .index-flow .title dl dd .layer, .index-flow .title dl, .index-flow .container .video i, .index-admissions .dots, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .list-wrapper dl.ul-dl, .index-events .wal .arrow, .index-events .wal, .index-news .col-2 .arrow .dots, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-search .hot-words, .index-flash .btn .dots, .index-flash .btn, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .g-nav2 .scroll ul, .g-nav ul, .g-head .btn-list .language .name, .g-head .btn-list ul, .g-head .btn-list, .p-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .index-flow .img-list li a .layer .info, .index-flow .container .video i, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .wal, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-flash .btn, .g-foot .info .tel, .g-foot .list li, .g-head .btn-list .language .name, .g-head .btn-list, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-flow .container .video i, .index-admissions .dots, .index-admissions .list dl, .index-news .col-2 .arrow .dots, .index-news .col-2 .list li .title, .index-flash .btn, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .index-news .col-2 .arrow, .index-news, .g-foot .info {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .foot-link .list ul, .index-flow .img-list li a .layer, .index-flow .img-list ul, .index-admissions .list dl, .index-news, .index-search .hot-words ul, .g-foot .info div, .g-foot .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.bsBox {
  box-sizing: content-box;
}

.p-ico, .index-flow .container .video i, .index-flow .container .list a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-search .search-result li a i {
  font-family: "icon";
  font-size: 0.2rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 0.14rem;
  font-family:  Arial,Verdana, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}
body.hidden {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #c9151e;
  outline: none;
}

li {
  list-style: outside none;
}
i {
  font-style: normal;
}
h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 0.12rem;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial,Verdana, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

button {
  border: none;
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.line-1 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1; 
}
.line-2 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.line-3 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}
.line-4 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4; 
}
.line-5 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5; 
}

.news-cont table {
  border-collapse: collapse;
  text-indent: 0;
}
.news-cont table td {
  padding: 5px !important;
  border: 1px solid;
}

.selectTdClass{background-color:#edf5fa !important}table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}table{margin-bottom:10px;border-collapse:collapse;display:table;}td,th{padding: 5px 10px;border: 1px solid #DDD;}caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}th{border-top:1px solid #BBB;background-color:#F7F7F7;}table tr.firstRow th{border-top-width:2px;}.ue-table-interlace-color-single{ background-color: #fcfcfc; } .ue-table-interlace-color-double{ background-color: #f7faff; }td p{margin:0;padding:0;}

@media only screen and (min-width: 1680px) {
  .wal {
    width: 1600px;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1680px) {
  .wal {
    max-width: 16rem;
    margin: 0 auto;
  }
}

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1.38rem;
  background: url("../img/head-bg.png") center repeat-x;
  background-size: auto 99%;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.05rem;
  background: #c9151e center repeat-x;
  background-size: 100% 100%;
}
.g-head .wal {
  min-height: 1.1rem;
  position: relative;
  max-width: 100%;
  margin: 0 0.4rem;
  width: auto;
}
.g-head a.logo {
  display: block;
  background: url("../img/logo.png") center no-repeat;
  background-size: 100%;
  width: 5.3rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: .4rem;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  .g-head a.logo {
    top: 0rem;
  }
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.1rem;
  top: .2rem;
  bottom: auto;
  height: 0.34rem;
  font-size: 0.14rem;
  color: #fff;
  padding: 0 .5rem;
  padding-right: .15rem;

}
.g-head .btn-list:hover {

}
.g-head .btn-list a {
  color: #fff;
}
.g-head .btn-list ul {
  
}
.g-head .btn-list ul li {
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
}
.btn-list .p-ico {
  font-size: .14rem;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 0.75;
}
.g-head .btn-list ul a:hover {
  opacity: 1;
}
.g-head .btn-list .language {
  border-left: rgba(255, 255, 255, 0.37) solid 1px;
}
.g-head .btn-list .language .name {
  height: 0.16rem;
  opacity: 0.75;
  padding: 0 0.25rem 0 0.21rem;
}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-head .btn-list .language .name:hover {
  opacity: 1;
}
.g-head .p-ico img{
  width: .17rem;
  height: .17rem;
}
.g-head .btn-list .search {
  width: 0.2rem;
  height: 0.34rem;
  position: relative;
  z-index: 20;
}
.g-head .btn-list .search .btn2,
.g-head .btn-list .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.34rem;
  background: url(../img/icon-ss.png) no-repeat center;
  background-size: .15rem .15rem;
  cursor: pointer;
}
.g-head .btn-list .search .btn2 input ,
.g-head .btn-list .search .btn input {
  width: 100%;
  height: 0.34rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;
}
.g-head .btn-list .search .btn2 {
  display: none;
}
.g-head .btn-list .search.on .btn2 {
  opacity: 1;
  display: block;
  background: url(../img/icon-ss2.png) no-repeat center;
  background-size: .15rem .15rem;
}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: 0.34rem;
  width: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list .search .input input {
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  padding: 0 0.12rem;
}
.g-head .btn-list .search.on .btn {
  color: #c9151e;
}
.g-head .btn-list .search.on .btn input {
  display: block;
}
.g-head .btn-list .search.on .input {
  width: 3rem;
  opacity: 1;
  visibility: visible;
}
.g-head a.navA {

  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.4rem;
  top: 0;
  bottom: auto;
  background: url(../img/icon-openbg.png) center no-repeat;
  background-size: 100% 100%;
  width: 1.32rem;
  height: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-head a.navA img {
  width: .25rem;
  position: relative;
}
.g-head a.navA img::after {
  position: absolute;
  
  border-right: 1px solid #fff;
  padding-right: .1rem;
}
.g-head a.navA:after {

}

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.2rem;
  top: 0.5rem;
  bottom: auto;
}
.g-nav li {
  position: relative;
  margin-left: 0.3rem;
}
.g-nav a.name {
  display: block;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.2rem;
  color: #fff;
  position: relative;
}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: #f0b537;
  margin-top: -0.12rem;
  opacity: 0;
}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
.g-nav a.name em:after {

}
.g-nav a.name.on {
  border-bottom: 2px solid #fff;
}
.g-nav a.name.on i.line {
  opacity: 1;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 2rem;
  margin-left: -1rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  border-top: #c9151e solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.48rem;
  color: #c9151e;
}
.g-nav .list a:hover {
  background: #ededed;
}
.g-nav li:hover a.name {
  
}
.g-nav li:hover a.name i.line {
  opacity: 1;
}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/nav-bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-100%,0);
  transition: transform .4s cubic-bezier(.52,.16,.24,1);
}
.g-nav2 .scroll {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.8rem;
  bottom: 0;
  overflow-y: auto;
}
.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 14.285%;
  text-align: left;
  padding-top: 0.45rem;
  padding-left: .25rem;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 0.22rem;
}
.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.17rem;
  line-height: 0.36rem;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.12rem;
  line-height: 0.3rem;
  opacity: 0.65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  height: .8rem;
  background: none;
  right: 1rem;
}
body.navShow .g-head a.navA {
  width: 1.1rem;
}
body.navShow .g-head a.navA:after {
  background-image: url("../img/img31.png");
  background-size: .35rem;
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}


@font-face {
  font-family: 'syst';
  src: url('../fonts/sy.otf');
}
@font-face {
  font-family: 'syst2';
  src: url('../fonts/sy2.otf');
}
@font-face {
  font-family: 'syst3';
  src: url('../fonts/sy3.otf');
}
.fm {
  font-family: 'syst';
}
.fm2 {
  font-family: 'syst2';
}
.u26 li .time,
.u34 li .time,
.news-tit,
.u33 li .tit,
.sy-title3 .name-tab,
.sy_ban4 .swiper-slide .tp p,
.sy-overview .svg .svg-item .num span,
.gw-box .gw-item .item .tit,
.sy-overview .sy-tab2 .tab-item {
  font-family: 'syst';
  font-weight: 600;
}
.u33 li .tit {
  font-family: 'syst3';
  font-weight: 800;
}
.js-list .txt {
  word-break: break-word;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.img_d {
  overflow: hidden;
}
.img_d:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.m-30 {
  margin-top: 30px;
}
.m-0 {
  margin-top: 0px !important;
}
.ban3 .swiper-slide p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ban3 .swiper-slide p.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 1680px) {
  .m-30 {
    margin-top: 0.3rem;
  }
}
body {
  line-height: 1.7;
}
::-webkit-scrollbar-thumb {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
  opacity: 0;
}
::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
}
::-webkit-scrollbar-button {
  height: 0;
  display: none;
}
::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
body .g-head a .close {
  display: none;
}
body .g-head a.navA .ss2 {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.25rem;
  background-color: #fff;
  opacity: 0.3;
}
body.navShow a.navA .ss,
body.navShow a.navA .open {
  display: none;
}
body.navShow a.navA .close {
  display: block;
}
.search-mode {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.search-mode .nav-ss {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-mode .nav-ss .close-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.search-mode .nav-ss .close-btn img {
  width: 100%;
  height: 100%;
}
.search-mode .nav-ss .search-box {
  width: 50vw;
  height: 0.6rem;
  display: flex;
  align-items: center;
}
.search-mode .nav-ss .search-box .inp {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}
.search-mode .nav-ss .search-box .submit {
  width: 1.2rem;
  height: 0.6rem;
  background-color: #c9151e;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .search-mode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  .search-mode .nav-ss {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-mode .nav-ss .close-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  .search-mode .nav-ss .close-btn img {
    width: 100%;
    height: 100%;
  }
  .search-mode .nav-ss .search-box {
    width: 80vw;
    height: 0.8rem;
    display: flex;
    align-items: center;
  }
  .search-mode .nav-ss .search-box .inp {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .search-mode .nav-ss .search-box .submit {
    width: 1.2rem;
    height: 0.8rem;
    background-color: #c9151e;
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1680px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.8rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 72vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    flex: 1;
    width: 100%;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 215px;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 24px;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 40px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab1 li:last-child {
    margin-bottom: 0;
  }
  .g-nav2 .nav-box .nv2-item {
    display: none;
    overflow: hidden;
  }
  .g-nav2 .nav-box .nv2-item.on {
    display: block;
  }
  .g-nav2 .nav-box .nv3-item {
    display: none;
    overflow: hidden;
  }
  .g-nav2 .nav-box .nv3-item.on {
    display: block;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 270px;
    margin-right: 120px;
    font-size: 18px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 240px;
    opacity: 0.4 !important;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 50px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1 !important;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 3px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 85px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-right {
    width: 640px;
    padding-left: 65px;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 18px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 260px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 14px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(26vh - 1.8rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 24px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 20px;
    font-size: 18px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 375px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1680px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.8rem;
    color: #fff;
    overflow-y: auto;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    min-height: 74vh;
  }
  .g-nav2 .nav-box .nav-left {
    flex: 1;
    width: 100%;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 2.15rem;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 0.24rem;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 0.4rem;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab1 li:last-child {
    margin-bottom: 0;
  }
  .g-nav2 .nav-box .nv2-item {
    display: none;
    overflow: hidden;
  }
  .g-nav2 .nav-box .nv2-item.on {
    display: block;
  }
  .g-nav2 .nav-box .nv3-item {
    display: none;
    overflow: hidden;
  }
  .g-nav2 .nav-box .nv3-item.on {
    display: block;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 2.7rem;
    margin-right: 1.2rem;
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 2.4rem;
    opacity: 0.4 !important;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 0.5rem;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1 !important;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 0.18rem;
    height: 0.14rem;
    top: 0.03rem;
    right: -0.22rem;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 0.85rem;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 0.13rem;
    right: -0.25rem;
  }
  .g-nav2 .nav-box .nav-right {
    width: 6.4rem;
    padding-left: 0.65rem;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 0.15rem;
    font-size: 0.14rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 2.6rem;
    font-size: 0.18rem;
    margin-bottom: 0.25rem;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 0.14rem;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    min-height: calc(26vh - 1.8rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 0.24rem;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 0.2rem;
    font-size: 0.18rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 3.75rem;
    height: 0.4rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0 0.18rem;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 0.16rem;
    width: 2.65rem;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.g-nav2 .nv2-item .nav-u1 .nav-u2 {
  display: none;
}
@media only screen and (max-width: 800px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    height: 65vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nv-tab1 {
    display: none;
    width: 100%;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 16px;
    opacity: 0.4;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv2-item .nav-u1 {
    padding: 0 15px;
  }
  .g-nav2 .nav-box .nv2-item .nav-u1 p.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv2-item .nav-u1 p.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv2-item .nav-u1 p.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 2px;
    right: -22px;
    transform: rotate(90deg);
  }
  .g-nav2 .nav-box .nv2-item .nav-u2 {
    padding: 0 15px;
  }
  .g-nav2 .nav-box .nv3-item {
    display: none;
    overflow: hidden;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 .tit::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 22px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit.on::after {
    transform: rotate(90deg);
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 100%;
    opacity: 0.4;
    font-size: 14px;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 40px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 2px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-u2,
  .g-nav2 .nav-box .nav-u1 {
    display: none;
  }
  .g-nav2 .nav-box .nav-u2.on,
  .g-nav2 .nav-box .nav-u1.on {
    display: block;
  }
  .g-nav2 .nav-box .nav-right {
    width: 100%;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    display: block;
    font-size: 16px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 10px;
  }
  .g-nav2 .nav-box .tab-item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a {
    font-size: 12px;
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 12px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(34vh - 1.38rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 16px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .btn-list {
    width: 100%;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
    flex: 1;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .footer {
    position: relative;
    background: url(../img/foot/bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 60px;
  }
  .footer .oa {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .footer .oa .wal {
    width: calc((100vw - 1600px) / 2 + 1600px);
    padding-left: 55px;
    max-width: none;
    position: relative;
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    height: 120px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .footer .oa .icon {
    display: flex;
    align-items: center;
  }
  .footer .oa .icon img {
    width: 86px;
    height: 70px;
  }
  .footer .oa .tit {
    font-size: 26px;
    margin-left: 75px;
    padding-right: 80px;
    font-weight: 600;
    border-right: 1px solid #d7d7d9;
  }
  .footer .oa .link {
    font-size: 22px;
    margin: 0 50px;
  }
  .footer .oa .link-list {
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
  .footer .oa .link-list .oa-list {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .footer .oa .link-list .oa-list a {
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .oa .link-list:hover .oa-list {
    display: block;
  }
  .footer .tp {
    display: flex;
    align-items: center;
    height: 270px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer .tp .foot-logo {
    display: flex;
    align-items: center;
    height: 270px;
    margin-right: 70px;
  }
  .footer .tp .foot-logo img {
    width: 635px;
  }
  .footer .foot-link {
    flex: 1;
    width: 100%;
    height: 270px;
    padding: 40px 0;
    padding-left: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .foot-link .link-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 34px;
  }
  .footer .foot-link .link-item:nth-child(9) {
    margin-right: 0;
  }
  .footer .foot-link .link-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .foot-link .link-item a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .footer .foot-link .link-item .img1 {
    display: block;
  }
  .footer .foot-link .link-item .img2 {
    display: none;
  }
  .footer .foot-link .link-item .ewm-box {
    display: none;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -68px;
    width: 136px;
    padding: 13px;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
    z-index: 2;
  }
  .footer .foot-link .link-item .ewm-box img {
    width: 110px;
    height: 110px;
  }
  .footer .foot-link .link-item .ewm-box::after {
    content: '';
    width: 25px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12.5px;
    background: url(../img/foot/sjx.png) no-repeat center;
  }
  .footer .foot-link .link-item:hover {
    background-color: #fff;
  }
  .footer .foot-link .link-item:hover .img2 {
    display: block;
  }
  .footer .foot-link .link-item:hover .img1 {
    display: none;
  }
  .footer .foot-link .link-item:hover .ewm-box {
    display: block;
  }
  .footer .bt {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer .bt .adr {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .footer .bt .adr p {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .footer {
    position: relative;
    background: url(../img/foot/bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0.6rem;
  }
  .footer .oa {
    position: absolute;
    top: -0.6rem;
    right: 0;
  }
  .footer .oa .wal {
    width: calc((100vw - 16rem) / 2 + 16rem);
    padding-left: 0.55rem;
    max-width: none;
    position: relative;
    border-top-left-radius: 0.72rem;
    border-bottom-left-radius: 0.72rem;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    height: 1.2rem;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .footer .oa .icon {
    display: flex;
    align-items: center;
  }
  .footer .oa .icon img {
    width: 0.86rem;
    height: 0.7rem;
  }
  .footer .oa .tit {
    font-size: 0.26rem;
    margin-left: 0.75rem;
    padding-right: 0.8rem;
    font-weight: 600;
    border-right: 1px solid #d7d7d9;
  }
  .footer .oa .link {
    font-size: 0.22rem;
    margin: 0 0.5rem;
  }
  .footer .oa .link-list {
    font-size: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .footer .oa .link-list .oa-list {
    display: none;
    background-color: #fff;
    border-radius: 0.08rem;
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    width: 200px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .footer .oa .link-list .oa-list a {
    padding: 0.12rem;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .oa .link-list:hover .oa-list {
    display: block;
  }
  .footer .tp {
    display: flex;
    align-items: center;
    height: 2.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer .tp .foot-logo {
    display: flex;
    align-items: center;
    height: 2.7rem;
    margin-right: 0.7rem;
  }
  .footer .tp .foot-logo img {
    width: 6.35rem;
  }
  .footer .foot-link {
    flex: 1;
    width: 100%;
    height: 2.7rem;
    padding: 0.4rem 0;
    padding-left: 0.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .foot-link .link-item {
    position: relative;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 0.34rem;
  }
  .footer .foot-link .link-item:nth-child(9) {
    margin-right: 0;
  }
  .footer .foot-link .link-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .foot-link .link-item a img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
  }
  .footer .foot-link .link-item .img1 {
    display: block;
  }
  .footer .foot-link .link-item .img2 {
    display: none;
  }
  .footer .foot-link .link-item .ewm-box {
    display: none;
    position: absolute;
    top: 0.75rem;
    left: 50%;
    margin-left: -0.68rem;
    width: 1.36rem;
    padding: 0.13rem;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
    z-index: 2;
  }
  .footer .foot-link .link-item .ewm-box img {
    width: 1.1rem;
    height: 1.1rem;
  }
  .footer .foot-link .link-item .ewm-box::after {
    content: '';
    width: 0.25rem;
    height: 0.1rem;
    position: absolute;
    top: -0.1rem;
    left: 50%;
    margin-left: -0.125rem;
    background: url(../img/foot/sjx.png) no-repeat center;
    background-size: 100%;
  }
  .footer .foot-link .link-item:hover {
    background-color: #fff;
  }
  .footer .foot-link .link-item:hover .img2 {
    display: block;
  }
  .footer .foot-link .link-item:hover .img1 {
    display: none;
  }
  .footer .foot-link .link-item:hover .ewm-box {
    display: block;
  }
  .footer .bt {
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer .bt .adr {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
  }
  .footer .bt .adr p {
    margin-right: 0.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer {
    position: relative;
    background: url(../img/foot/bg.jpg) no-repeat center;
    background-size: cover;
  }
  .footer .oa {
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .footer .oa .wal {
    padding: 15px;
    position: relative;
  }
  .footer .oa .icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .footer .oa .icon img {
    width: 40px;
  }
  .footer .oa .tit {
    margin-left: 30px;
    font-size: 0.3rem;
    font-weight: 600;
  }
  .footer .oa .link {
    font-size: 0.24rem;
    display: inline-block;
    width: 45%;
  }
  .footer .oa .link-list {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 45%;
  }
  .footer .oa .link-list .oa-list {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .footer .oa .link-list .oa-list a {
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .oa .link-list:hover .oa-list {
    display: block;
  }
  .footer .tp {
    margin-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer .tp .foot-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .tp .foot-logo img {
    width: 80%;
  }
  .footer .foot-link {
    flex: 1;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .foot-link .link-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px;
  }
  .footer .foot-link .link-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .foot-link .link-item a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .footer .foot-link .link-item .img1 {
    display: block;
  }
  .footer .foot-link .link-item .img2 {
    display: none;
  }
  .footer .foot-link .link-item .ewm-box {
    display: none;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -68px;
    width: 136px;
    padding: 13px;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
    z-index: 2;
  }
  .footer .foot-link .link-item .ewm-box img {
    width: 110px;
    height: 110px;
  }
  .footer .foot-link .link-item .ewm-box::after {
    content: '';
    width: 25px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12.5px;
    background: url(../img/foot/sjx.png) no-repeat center;
  }
  .footer .foot-link .link-item:hover {
    background-color: #fff;
  }
  .footer .foot-link .link-item:hover .img2 {
    display: block;
  }
  .footer .foot-link .link-item:hover .img1 {
    display: none;
  }
  .footer .foot-link .link-item:hover .ewm-box {
    display: block;
  }
  .footer .bt {
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.24rem;
  }
}
@media only screen and (min-width: 1680px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 35px;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    border-radius: 3px;
    margin: 0px 5px;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 10px;
  }
  .jump input {
    margin: 0 5px;
    height: 37px;
    width: 35px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 0.35rem;
    font-size: 0.14rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 0.35rem;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 0.1rem;
    border-radius: 3px;
    margin: 0px 0.05rem;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 0.1rem;
  }
  .jump input {
    margin: 0 0.05rem;
    height: 0.37rem;
    width: 0.35rem;
    border: 1px solid #dddddd;
    border-radius: 0.03rem;
    text-align: center;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 800px) {
  .fy1 {
    width: 102%;
    float: left;
    margin-left: -1%;
  }
  .fy1 a {
    float: left;
    display: none;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    margin-left: 3px;
  }
  .fy1 a.cd_sx {
    display: block;
    width: 48%;
    margin: 0px 1%;
    text-align: center;
    padding: 8px 0px;
  }
  .jump {
    display: none;
  }
}
.fy1 a:hover,
.fy1 a.on {
  background: #c9151e;
  color: #ffffff;
  border: solid 1px #c9151e;
}

@media only screen and (min-width: 1680px) {

.footer .wal {
}
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
 
}

@media only screen and (max-width: 800px) {
 
  .ny-topbg .bread {
    display: none;
  }
}
@media only screen and (max-width: 800px) {}



