img {
  vertical-align: middle;
}
* {
  user-select: none;
}
a {
  text-decoration: none !important;
}
header {
  padding: 0 !important;
  min-height: 80px;
  width: 100%;
}
header .index-nav {
  min-height: 80px;
  width: 100%;
}
header .index-nav .logo-box {
  width: 70%;
}
header .index-nav .logo-box img {
  height: auto;
  width: 100%;
  max-height: 60px;
  max-width: 400px;
}
header .index-nav .navbar-nav .nav-item {
  position: relative;
  z-index: 5;
  width: 6em;
}
header .index-nav .navbar-nav .nav-item .h-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #1c4393;
  transition: all 0.3s linear;
  z-index: -1;
  border-radius: 100%;
}
header .index-nav .navbar-nav .nav-item .nav-txt {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  height: 50px;
  line-height: 50px;
  width: 6em;
  padding-left: 1em;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu {
  transition: all 0.3s linear;
  opacity: 0;
  line-height: 2;
  height: auto;
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  transform: scale(0.4);
}
header .index-nav .navbar-nav .nav-item .submenu a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  width: 8em;
  padding: 10px 1em;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu a:before {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu a:after {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
  width: 100%;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
  width: 100%;
}
header .index-nav .navbar-nav .selected {
  background-color: #1c4393;
}
header .index-nav .navbar-nav .selected .nav-txt {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .h-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
header .index-nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: auto;
  visibility: visible;
  transform: scale(1);
}
header .index-nav .animate1 {
  transition: all 3s;
}
header .index-nav .animate1 .open-btn2 {
  transform: rotateY(360deg);
  opacity: 0;
}
header .index-nav .animate1 .open-btn1 {
  transform-origin: center center;
  transform: translateY(9px) rotate(405deg);
}
header .index-nav .animate1 .open-btn3 {
  transform-origin: center center;
  transform: translateY(-9px) rotate(-405deg);
}
header .index-nav .open-btn1,
header .index-nav .open-btn2,
header .index-nav .open-btn3 {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  transition: all 0.5s;
}
.banner {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 2;
  display: flex;
  align-items: center;
}
.banner .cn-name {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.banner .en-name {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  opacity: 0.4;
}
.news-box {
  background-color: #fcfcfc;
  padding-top: 90px;
  padding-bottom: 90px;
}
.news-box .title-box {
  position: relative;
  z-index: 10;
}
.news-box .title-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  position: relative;
  z-index: 10;
}
.news-box .title-box .title-mark {
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  top: -20px;
  left: -55px;
  line-height: 1;
}
.news-box .btn-item {
  width: 30%;
  padding-top: 9.375%;
  position: relative;
  font-size: 16px;
  color: #010101;
  background: #FFFFFF;
  box-shadow: 0 0 49px 0 rgba(126, 126, 126, 0.16);
  border-radius: 4px;
  transition: all 0.3s linear;
  z-index: 5;
  margin-top: 30px;
}
.news-box .btn-item:hover {
  cursor: pointer;
}
.news-box .btn-item:hover .btn-box {
  color: #fff;
}
.news-box .btn-item:hover .masks {
  width: 100%;
}
.news-box .btn-item .btn-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 16px;
  color: #010101;
}
.news-box .btn-item .masks {
  width: 0;
  height: 100%;
  background-color: #1C4393;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.news-box .selected {
  background-color: #1C4393;
}
.news-box .selected .btn-box {
  color: #fff;
}
.news-box .news-item {
  padding: 10px 0;
  transition: all 0.3s linear;
  margin-top: 30px;
}
.news-box .news-item:hover {
  box-shadow: 0 0 49px 0 rgba(126, 126, 126, 0.16);
}
.news-box .news-item:hover .news-txt .title {
  color: #1C4393;
}
.news-box .news-item:hover .news-txt .detail {
  visibility: visible;
  opacity: 1;
}
.news-box .news-item .news-date {
  font-size: 16px;
  width: 20%;
  color: #999999;
  line-height: 2;
}
.news-box .news-item .news-date span {
  font-size: 26px;
  color: #000000;
}
.news-box .news-item .news-img {
  width: 80%;
  padding-top: 48.5%;
  position: relative;
}
.news-box .news-item .news-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news-box .news-item .news-txt {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-box .news-item .news-txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s linear;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-box .news-item .news-txt .content {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box .news-item .news-txt .detail {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  font-size: 14px;
  color: #113277;
}
.news-box .news-item .news-txt .detail img {
  width: 28px;
  height: 10px;
  margin-left: 6px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #16233d;
}
.footer .panel {
  margin-top: 40px;
}
.footer .title-name {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .txt {
  line-height: 2.6;
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt a {
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt img {
  width: 16px;
  height: auto;
}
.footer .qr-box {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .qr-box img {
  width: 110px;
  height: 110px;
  margin-top: 15px;
}
.copy {
  width: 100%;
  min-height: 70px;
  background-color: #1d2b47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy .txt {
  font-size: 14px;
  color: #8B95A9;
}
.copy a {
  font-size: 14px;
  color: #8B95A9;
}
@media (min-width: 992px) {
  header {
    padding: 0 !important;
    z-index: 10;
    position: relative;
    height: 80px;
    width: 100%;
  }
  header .search {
    width: 80px;
    height: 80px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  header .search img {
    display: inline-block;
    width: 22px;
    height: 23px;
  }
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 290px;
  }
  header .index-nav .navbar-nav {
    height: 80px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .index-nav .navbar-nav .nav-item {
    position: relative;
    z-index: 5;
    width: auto;
  }
  header .index-nav .navbar-nav .nav-item .h-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1c4393;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 100%;
  }
  header .index-nav .navbar-nav .nav-item .nav-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    width: 6em;
    padding: 0;
    height: 80px;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu {
    transition: all 0.3s linear;
    opacity: 0;
    line-height: 2;
    height: auto;
    position: absolute;
    left: 0;
    top: 80px;
    visibility: hidden;
    transform: scale(0.4);
  }
  header .index-nav .navbar-nav .nav-item .submenu a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    width: 8em;
    padding: 10px 1em;
    position: relative;
    z-index: 10;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:before {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:after {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
    width: 100%;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
    width: 100%;
  }
  header .index-nav .navbar-nav .selected {
    background-color: #1c4393;
  }
  header .index-nav .navbar-nav .selected .nav-txt {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .h-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  header .index-nav .navbar-nav .nav-item:hover > a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .submenu {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: auto;
    visibility: visible;
    transform: scale(1);
  }
  .news-box .btn-item {
    margin-top: 0;
  }
  .news-box .news-item .news-txt {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 400px;
  }
}
@-webkit-keyframes mymove {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 110%;
  }
}
@-webkit-keyframes mymove1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=news.css.map */