@charset "UTF-8";
* {
  box-sizing: border-box;
}

.image, .inside-1 img, .box2 .jxgz .bd dl dt a h1 img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.df-sb, .kjlj ul, .insidePagination {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .sortlist ul li a, .box2 .jxgz .bd dl dd a h2, .box1 .xydt .bd ul li a h2 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  transform: scale(0.65, 0.65);
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  animation: ripple_4 1s linear infinite;
}
.menu .menu1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.menu .menu1 span {
  position: absolute;
  width: 28px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu .menu1 span::before, .menu .menu1 span::after {
  content: "";
  position: absolute;
}
.menu .menu1 span::before {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
  margin-top: -9px;
}
.menu .menu1 span:nth-child(1)::before {
  background: #004eac;
}
.menu .menu1 span:nth-child(1)::after {
  background: #004eac;
}
.menu .menu1 span:nth-child(2)::before {
  background: #004eac;
}
.menu .menu1 span:nth-child(2)::after {
  background: #004eac;
}
.menu .menu1 span:nth-child(3) {
  margin-top: 9px;
}
.menu .menu1 span:nth-child(3)::before {
  background: #004eac;
}
.menu .menu1 span:nth-child(3)::after {
  background: #004eac;
}

.menu.cross {
  animation-name: ripple_5;
  position: fixed;
}
.menu.cross .menu1 span {
  margin: 0;
}
.menu.cross .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.cross .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.cross .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.cross .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.cross .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.insidePagination {
  width: 100%;
  justify-content: center;
  padding: 50px 0;
  padding-bottom: 0;
}
.insidePagination a,
.insidePagination span {
  box-sizing: border-box;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 3px;
  padding: 0 15px;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 3px;
}
.insidePagination a.active,
.insidePagination span.active,
.insidePagination a.strong,
.insidePagination span.strong,
.insidePagination a:hover {
  background: #004eac;
  border-color: #004eac;
  color: #fff;
}
.insidePagination span {
  font-size: 14px;
  color: #666666;
}

.box2 .jxgz .bd dl dt a h1 {
  display: block;
  width: 100%;
}
.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.box2 .jxgz .bd dl dd a h2 {
  width: calc(100% - 100px);
}

.kjlj ul li {
  display: block;
  text-align: center;
  width: 110px;
  float: left;
  margin-right: 63px;
}

.kjlj ul li {
  margin: 0;
}

.footer {
  padding: 25px 0;
  text-align: center;
}
.footer a {
  color: #fff;
}

.nav ul {
  width: auto;
  /* 去掉死宽度 1315px */
  display: flex;
  justify-content: space-between;
  /* 均匀分布 */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav ul li {
  flex: 1;
  /* 每个 li 均分宽度 */
  text-align: center;
  position: relative;
}

.inside-1 {
  display: block;
  height: 537px;
}
#colR {
  width: calc(100% - 400px);
}

.sortlist ul li {
  width: 100%;
}

.ny_content .art .content img {
  max-width: 100%;
  height: auto !important;
}
.ny_content .art .content iframe {
  max-width: 100%;
}
.sortlist ul li a {
  display: inline-block;
}

@media (max-width: 992px) {
  .ny_content .art .title h2 {
    font-size: 16px;
  }
  .sortlist ul li {
    text-overflow: initial;
  }
  .sortlist ul li a {
    width: calc(100% - 110px);
  }
  .inside-1 {
    height: 45vw;
    margin-top: 60px;
  }
  .ny_content .art {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ny_content .art .content * {
    font-size: 16px !important;
    line-height: 2 !important;
  }
  .ny_content .art .content div img {
    margin-left: -24pt;
  }
  .ny_content .art .content iframe {
    height: 65vh;
  }
  .ny_content .art .title h1 {
    font-size: 18px;
  }
  #colL {
    display: none;
  }
  #colR {
    width: 100%;
  }
  .position {
    height: auto;
  }
  .menu {
    display: block;
  }
  .top {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 260;
  }
  .top .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top form {
    display: none;
  }
  .top a.logo {
    padding-top: 0;
  }
  .top a.logo img {
    height: auto;
    max-height: 40px;
    max-width: calc(100vw - 20px - 40px - 20px);
  }
  .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding-bottom: 25px;
  }
  .nav .container {
    height: 100%;
  }
  .nav.cross {
    display: block;
  }
  .nav ul {
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
  }
  .nav ul li {
    flex: none;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav ul li > a {
    width: calc(100% - 40px);
    height: auto;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
    box-shadow: none !important;
    text-align: left;
    color: #004eac;
    font-weight: bold;
  }
  .nav ul li > a::before, .nav ul li > a::after {
    display: none !important;
  }
  .nav ul li i {
    width: 40px;
    position: relative;
    transition: all 0.3s;
  }
  .nav ul li i::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #004eac;
    left: 13px;
    top: 50%;
    transform: rotate(45deg);
    position: absolute;
  }
  .nav ul li i::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #004eac;
    left: 13px;
    top: 50%;
    transform: translate(5px, 0) rotate(-45deg);
    position: absolute;
  }
  .nav ul li:hover .sub {
    display: none;
  }
  .nav ul li.cross {
    border: 0;
  }
  .nav ul li.cross > a {
    color: #004eac;
  }
  .nav ul li.cross dl {
    display: block !important;
  }
  .nav ul li.cross i {
    transform: rotate(180deg);
  }
  .nav ul li dl {
    display: none !important;
    position: relative;
    top: auto;
    background: 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border: 0;
  }
  .nav ul li dl dd a {
    text-align: left;
    color: #004eac;
    background: 0 !important;
    font-size: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .swiper-container1 {
    margin-top: 60px;
  }
  .box1 .xydt,
  .box1 .tzgg {
    width: 100%;
  }
  .box2 .jxgz {
    width: 100%;
    margin: 0;
    padding-top: 20px;
  }
  .box2 {
    padding: 15px 0 30px;
  }
  .box2 .kjlj ul li {
    width: 25%;
    padding-bottom: 20px;
  }
  .box1,
  .box2 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .box1 {
    padding: 25px 0;
  }
  .box2 .kjlj ul {
    justify-content: flex-start;
  }
  .box2 .kjlj ul li {
    width: 33.33%;
  }
}