@charset "UTF-8";
body {
  background: #fff;
  font-family: 微软雅黑 !important;
}
.current {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
@media (min-width: 992px) {
  .l-con .row .col-lg-4 {
    padding: 0 28px;
  }
}
#active a {
  color: #023c79 !important;
}
#active a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 3px;
  background: #023c79;
  transition: all 0.5s;
}
.activehead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 1px 1px 10px #000;
}
.activehead .navbar #navbarSupportedContent .navbar-nav .nav-link {
  padding-bottom: 34px !important;
}
.activehead .navbar {
  padding: 9px 150px 0 150px !important;
}
.activehead .navbar #navbarSupportedContent .head-language {
  top: 0 !important;
}
.proactive a {
  color: #023c79 !important;
}
.proactive a::after {
  width: 30px !important;
  height: 1px !important;
  opacity: 1 !important;
}
.headerr .navbar {
  background-color: #fff !important;
  padding: 25px 150px 0 150px;
  align-items: flex-start;
  justify-content: space-between;
}
.headerr .navbar #navbarSupportedContent {
  width: 69%;
  flex-grow: inherit;
}
.headerr .navbar #navbarSupportedContent .navbar-nav {
  width: 90%;
}
.headerr .navbar #navbarSupportedContent .navbar-nav .nav-item {
  padding-top: 29px;
  width: calc(100%/6);
  text-align: center;
}
.headerr .navbar #navbarSupportedContent .navbar-nav .nav-item:hover .nav-link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #023c79;
}
.headerr .navbar #navbarSupportedContent .navbar-nav .nav-link {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
  position: relative;
  padding-bottom: 54px;
  transition: all 0.5s;
  margin: 0 auto;
  white-space: nowrap;
}
.headerr .navbar #navbarSupportedContent .navbar-nav .nav-link:hover {
  color: #023c79;
}
.headerr .navbar #navbarSupportedContent .navbar-nav .nav-link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #023c79;
  transition: all 0.5s;
}
.headerr .navbar #navbarSupportedContent .head-language {
  position: relative;
  top: -10px;
}
.headerr .navbar #navbarSupportedContent .head-language p {
  font-size: 16px;
  color: #023c79;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.headerr .navbar #navbarSupportedContent .head-language p img {
  margin-left: 8px;
  cursor: pointer;
}
.headerr .navbar #navbarSupportedContent .head-language ul {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(10px);
  z-index: 3;
  background: #fff;
}
.headerr .navbar #navbarSupportedContent .head-language ul li a {
  display: block;
  width: 100%;
  padding: 0rem 1.5rem;
  font-weight: 500;
  color: #353431;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 19px;
  transition: all 0.2s;
}
.headerr .navbar #navbarSupportedContent .head-language ul li a:hover {
  background: #023c79;
  color: #fff;
}
.proshow {
  display: flex;
}
.proshow .proshow-con {
  width: calc(100%/3);
  transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  position: relative;
  overflow: hidden;
}
.proshow .proshow-con .proshow-thumb {
  background-image: url(../images/p1.png);
  height: 83vh;
  background-repeat: no-repeat;
  background-position: left top;
  background-blend-mode: overlay;
  background-size: cover;
}
.proshow .proshow-con .proshow-detailed {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proshow .proshow-con .proshow-detailed .proshow-tp h2 {
  font-size: 40px;
  color: #ffffff;
}
.proshow .proshow-con .proshow-detailed .proshow-tp h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
  position: relative;
  padding-bottom: 26px;
}
.proshow .proshow-con .proshow-detailed .proshow-tp h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 73px;
  height: 4px;
  background-color: #ffffff;
}
.proshow .proshow-con .proshow-detailed .proshow-tp p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  max-width: 302px;
  text-align: justify;
  padding-top: 23px;
}
.proshow .proshow-con .proshow-detailed .proshow-bt {
  position: relative;
  margin-top: 63px;
}
.proshow .proshow-con .proshow-detailed .proshow-bt a {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #023c79;
  border-radius: 100%;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 3;
}
.proshow .proshow-con .proshow-detailed .proshow-bt span {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #023c79;
  opacity: 0.5;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all 0.5s;
}
.proshow .proshow-con .proshow-detailed .proshow-bt:hover span {
  transform: translate(-50%, -50%) scale(0.1);
}
.proshow .proshow-con:nth-child(2) .proshow-thumb {
  background-image: url(../images/p2.png);
}
.proshow .proshow-con:nth-child(3) .proshow-thumb {
  background-image: url(../images/p3.png);
}
.proshow .proshow-con:hover {
  width: 49%;
}
.pro-series {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 85px 0 67px 0;
}
.pro-series .pro-series-lf {
  width: 18%;
}
.pro-series .pro-series-lf h3 {
  font-size: 28px;
  color: #023c79;
  font-weight: 600;
}
.pro-series .pro-series-lf p:nth-child(2) {
  font-size: 28px;
  color: #dbdbdb;
  font-weight: 500;
  margin-top: -16px;
}
.pro-series .pro-series-lf img:nth-child(3) {
  margin-top: -3px;
}
.pro-series .pro-series-lf p:nth-child(4) {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  padding-top: 25px;
}
.pro-series .pro-series-lf .pro-nav,
.pro-series .pro-series-lf .pro-nav1 {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  top: 190px;
}
.pro-series .pro-series-lf .pro-nav img,
.pro-series .pro-series-lf .pro-nav1 img {
  margin-right: 15px;
}
.pro-series .pro-series-lf .pro-nav .swiper-pagination,
.pro-series .pro-series-lf .pro-nav1 .swiper-pagination {
  left: 70px;
}
.pro-series .pro-series-lf .pro-nav .swiper-pagination-bullet,
.pro-series .pro-series-lf .pro-nav1 .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}
.pro-series .pro-series-lf .pro-nav .swiper-pagination-bullet-active,
.pro-series .pro-series-lf .pro-nav1 .swiper-pagination-bullet-active {
  background-color: #c69d55;
}
.pro-series .pro-series-lf .pro-nav1 {
  display: none;
}
.pro-series .pro-series-rt1 {
  display: none;
}
.pro-series .pro-series-rt,
.pro-series .pro-series-rt1 {
  width: 76%;
  position: relative;
}
.pro-series .pro-series-rt .procontainer,
.pro-series .pro-series-rt1 .procontainer,
.pro-series .pro-series-rt .pro1container,
.pro-series .pro-series-rt1 .pro1container {
  max-width: 1062px;
  height: 100%;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide {
  align-items: center;
  background: #ededed;
  padding: 70px 50px 50px 50px;
  cursor: pointer;
  position: relative;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-thumb,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-thumb,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-thumb,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-thumb {
  text-align: center;
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-thumb img,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-thumb img,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-thumb img,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-thumb img {
  max-height: 216px;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-mask,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-mask,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-mask,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 101%;
  left: 0;
  background: rgba(2, 60, 121, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-mask a,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-mask a,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-mask a,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-mask a {
  display: block;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-mask a img,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-mask a img,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-mask a img,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-mask a img {
  transition: all 0.5s;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-mask a span,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-mask a span,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-mask a span,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-mask a span {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding-top: 18px;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-mask a:hover img,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-mask a:hover img,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-mask a:hover img,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-mask a:hover img {
  transform: rotateZ(360deg);
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-tit,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-tit,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-tit,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-tit {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 600;
  margin-top: 46px;
  padding-top: 25px;
  position: relative;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-tit::before,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide .pro-tit::before,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide .pro-tit::before,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-tit::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background-color: #c69d55;
}
.pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide:hover .pro-mask,
.pro-series .pro-series-rt1 .procontainer .swiper-wrapper .swiper-slide:hover .pro-mask,
.pro-series .pro-series-rt .pro1container .swiper-wrapper .swiper-slide:hover .pro-mask,
.pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide:hover .pro-mask {
  top: 0;
}
.pro-series .pro-series-rt .pro-more,
.pro-series .pro-series-rt1 .pro-more {
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: 0;
  bottom: -61px;
  transition: all 0.5s;
}
.pro-series .pro-series-rt .pro-more img,
.pro-series .pro-series-rt1 .pro-more img {
  margin-left: 7px;
}
.pro-series .pro-series-rt .pro-more:hover,
.pro-series .pro-series-rt1 .pro-more:hover {
  color: #023c79;
}
.about {
  display: flex;
  margin-top: 42px;
}
.about .about-lf {
  width: 39%;
}
.about .about-lf .about-lf-tp {
  position: relative;
  background: #023c79;
}
.about .about-lf .about-lf-tp div {
  max-width: 476px;
  margin: 0 auto;
  padding: 116px 0 110px 0;
}
.about .about-lf .about-lf-tp div h3 {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  padding-bottom: 43px;
}
.about .about-lf .about-lf-tp div h3::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #c39d54;
}
.about .about-lf .about-lf-tp div p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.about .about-lf .about-lf-tp div a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  border: solid 1px #c39d54;
  text-align: center;
  width: 182px;
  height: 54px;
  line-height: 54px;
  margin-top: 81px;
  transition: all 0.5s;
}
.about .about-lf .about-lf-tp div a:hover {
  background: #c39d54;
}
.about .about-lf .about-lf-bt {
  background-image: url(../images/gywm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 384px;
  max-height: 384px;
}
.about .about-rt {
  width: 61%;
}
.about .about-rt .about-rt-tp {
  background-image: url(../images/gywm1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 453px;
  max-height: 453px;
}
.about .about-rt .about-rt-bt {
  display: flex;
}
.about .about-rt .about-rt-bt .bt-lf {
  background-color: #c39d54;
  width: 34.66%;
  padding-top: 99px;
  padding-left: 50px;
}
.about .about-rt .about-rt-bt .bt-lf h3 {
  font-size: 30px;
  position: relative;
  color: #ffffff;
  padding-bottom: 22px;
  margin-top: 115px;
}
.about .about-rt .about-rt-bt .bt-lf h3::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  content: '';
  left: 0;
  bottom: 0;
}
.about .about-rt .about-rt-bt .bt-lf p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 9px;
}
.about .about-rt .about-rt-bt .bt-rt {
  background-image: url(../images/gywm2.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 65.34%;
  height: 460px;
  max-height: 460px;
}
.honor {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.honor h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.honor p {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.honor .honor-swiper,
.honor .honor-swiper1 {
  padding-top: 30px;
  width: 100%;
  height: 100%;
}
.honor .honor-swiper .swiper-wrapper .swiper-slide,
.honor .honor-swiper1 .swiper-wrapper .swiper-slide {
  background: #f6f6f6;
  padding: 18px 26px;
  transition: all 0.5s;
}
.honor .honor-swiper .swiper-wrapper .swiper-slide a,
.honor .honor-swiper1 .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
}
.honor .honor-swiper .swiper-wrapper .swiper-slide:hover,
.honor .honor-swiper1 .swiper-wrapper .swiper-slide:hover {
  background: #003d79;
}
.honor .honor-swiper1 {
  display: none;
}
.honor .honer-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor .honer-nav img {
  width: 47%;
}
.honor .honer-nav .honer-nav-cen {
  position: relative;
  margin: 0 auto;
  width: 63px;
  min-width: 63px;
  height: 63px;
  border: solid 1px #e1e1e1;
  border-radius: 100%;
}
.honor .honer-nav .honer-nav-cen .swiper-button-prev {
  background-image: url(../images/left.png);
  width: 7px;
  height: 13px;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: auto;
  left: 12px;
}
.honor .honer-nav .honer-nav-cen .swiper-button-next {
  background-image: url(../images/right.png);
  width: 7px;
  height: 13px;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: auto;
  right: 12px;
}
.honor .honer-nav .honer-nav-cen::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  transform: translate(-50%, -50%);
}
.news {
  max-width: 1400px;
  margin: 0 auto;
}
.news h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.news .news-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.news .news-con {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
.news .news-con .news-con-lf {
  border: solid 1px #d4d4d4;
  padding: 56px 51px;
  width: 48.1%;
  padding-bottom: 80px;
  position: relative;
}
.news .news-con .news-con-lf .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.news .news-con .news-con-lf .swiper-pagination-bullet-active {
  background: #c39d54;
}
.news .news-con .news-con-lf .swiper-pagination {
  bottom: 37px;
}
.news .news-con .news-con-lf .news-swiper {
  width: 100%;
  height: 100%;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-thumb {
  display: block;
  overflow: hidden;
  text-align: center;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-thumb img {
  transition: all 0.5s;
  max-height: 340px;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-lf {
  width: 76.5%;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-lf .news-title a {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  font-weight: 600;
  transition: all 0.5s;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-lf .news-desc a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt {
  width: 110px;
  height: 110px;
  background-color: #023c79;
  text-align: center;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt a {
  display: block;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt a h4 {
  font-size: 56px;
  color: #ffffff;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt a p {
  font-size: 16px;
  color: #ffffff;
  margin-top: -19px;
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide:hover .news-thumb img {
  transform: scale(1.2);
}
.news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide:hover .news-bottom .news-bt-lf .news-title a {
  color: #023c79;
}
.news .news-con .news-con-rt {
  border: solid 1px #d4d4d4;
  width: 49.9%;
}
.news .news-con .news-con-rt ul li {
  display: flex;
  padding: 59.9px 58px;
}
.news .news-con .news-con-rt ul li .news-conrt-lf {
  margin-top: -13px;
}
.news .news-con .news-con-rt ul li .news-conrt-lf h4 {
  font-size: 56px;
  color: #333333;
}
.news .news-con .news-con-rt ul li .news-conrt-lf P {
  font-size: 16px;
  color: #333333;
  margin-top: -18px;
  padding-bottom: 6px;
  position: relative;
}
.news .news-con .news-con-rt ul li .news-conrt-lf p::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  width: 52px;
  height: 2px;
  background-color: #acacac;
  transform: translateX(-50%);
}
.news .news-con .news-con-rt ul li .news-conrt-rt {
  width: 89%;
  padding-left: 75px;
}
.news .news-con .news-con-rt ul li .news-conrt-rt h5 a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  font-weight: 600;
  transition: all 0.5s;
}
.news .news-con .news-con-rt ul li .news-conrt-rt p {
  padding-top: 13px;
}
.news .news-con .news-con-rt ul li .news-conrt-rt p a {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
}
.news .news-con .news-con-rt ul li:hover .news-conrt-rt h5 a {
  color: #023c79;
}
.news .news-con .news-con-rt ul li:hover .news-conrt-rt p a {
  color: #023c79;
}
.news .news-con .news-con-rt ul li:nth-child(2) {
  background: url(../images/news1.png) no-repeat;
  background-size: cover;
}
.news .news-mor {
  width: 182px;
  height: 54px;
  border-radius: 5px;
  border: solid 1px #023c79;
  text-align: center;
  line-height: 54px;
  display: block;
  font-size: 16px;
  color: #023c79;
  transition: all 0.5s;
  margin: 50px auto;
}
.news .news-mor:hover {
  background: #023c79;
  color: #fff;
}
.link {
  max-width: 1510px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;
}
.link h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.link .link-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.link .link-cen {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 28px;
}
.link .link-cen .link-swiper,
.link .link-cen .link-swiper1 {
  width: 100%;
  height: 100%;
}
.link .link-cen .link-swiper .swiper-wrapper,
.link .link-cen .link-swiper1 .swiper-wrapper {
  align-items: center;
}
.link .link-cen .link-swiper .swiper-wrapper .swiper-slide a,
.link .link-cen .link-swiper1 .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
}
.link .link-cen .link-swiper1 {
  display: none;
}
.link .link-next {
  background-image: url(../images/rt.png);
  width: 15px;
  height: 27px;
  background-size: 100% 100%;
  margin-top: 49px;
}
.link .link-prev {
  background-image: url(../images/lf.png);
  width: 15px;
  height: 27px;
  background-size: 100% 100%;
  margin-top: 49px;
}
.foot .foot-tp {
  background: #2e2e2e;
  padding: 43px 0 27px 0;
}
.foot .foot-tp .foot-tpcen {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-tp .foot-tpcen div .foot-contact {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}
.foot .foot-tp .foot-tpcen div .foot-contact::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 39px;
  height: 2px;
  background-color: #ffffff;
}
.foot .foot-tp .foot-tpcen div .foot-tel {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 23px;
  display: flex;
  align-items: center;
}
.foot .foot-tp .foot-tpcen div .foot-tel img {
  margin-right: 16px;
}
.foot .foot-tp .foot-tpcen .foot-nav {
  display: flex;
  justify-content: space-between;
  width: 53%;
}
.foot .foot-tp .foot-tpcen .foot-nav li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: all 0.5s;
}
.foot .foot-tp .foot-tpcen .foot-nav li ul {
  margin-top: 12px;
}
.foot .foot-tp .foot-tpcen .foot-nav li ul li {
  margin-bottom: 9px;
}
.foot .foot-tp .foot-tpcen .foot-nav li ul li a {
  font-size: 12px;
  color: #ffffff;
}
.foot .foot-tp .foot-tpcen .foot-nav li a:hover {
  color: #C39d54;
}
.foot .foot-tp .foot-tpcen .foot-code {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.foot .foot-tp .foot-tpcen .foot-code img {
  display: block;
}
.foot .foot-bt {
  background: #111216;
}
.foot .foot-bt .foot-btcen {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  letter-spacing: 0.5px;
}
.foot .foot-bt .foot-btcen p:nth-child(1) {
  font-size: 12px;
  color: #ffffff;
}
.foot .foot-bt .foot-btcen p:nth-child(1) a {
  font-size: 12px;
  color: #ffffff;
}
.foot .foot-bt .foot-btcen p:nth-child(2) a {
  font-size: 12px;
  color: #ffffff;
}
.p-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.p-nav {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.p-nav .p-nav-cen {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
}
.p-nav p {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.p-nav p a {
  font-size: 14px;
  color: #999999;
  padding: 0 4px;
  transition: all 0.5s;
}
.p-nav p a:hover {
  color: #023c79;
}
.p-nav p img {
  margin-right: 7px;
}
.p-nav ul {
  display: flex;
}
.p-nav ul li {
  margin-left: 57px;
}
.p-nav ul li a {
  font-size: 16px;
  color: #666666;
  position: relative;
  display: block;
  padding-bottom: 8px;
  padding-top: 11px;
  transition: all 0.5s;
}
.p-nav ul li a::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0px;
  border: solid 1px #023c79;
  transition: all 0.5s;
  opacity: 0;
}
.p-nav ul li:hover a {
  color: #023c79;
}
.p-nav ul li:hover a::after {
  width: 30px;
  height: 1px;
  opacity: 1;
}
.p-con {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
.p-con .row .p-items {
  padding: 0;
  position: relative;
}

.p-con .row .p-items div{
    display: flex;
    justify-items: center;
    align-items: center;
}

.p-con .row .p-items div ul{
    margin: 0 auto;
    width: 65%;
}


.p-con .row .p-items div ul li{
    font-size: 19px;
    color: #333;
    margin-bottom: 0px;
    position: relative;
    padding: 6px 0;
    padding-left:35px;
    border-bottom: 1px solid #023c79;
    white-space: nowrap;
}
.p-con .row .p-items div ul li:last-child{
    border-bottom: none;
}
.p-con .row .p-items div ul li::before{
    position: absolute;
    left: 0;
    top: 22px;
    content:'';
    width: 7px;
    height: 7px;
    background: #023c79;
    border-radius: 100%;
}










.p-con .row .p-items h3 {
  font-size: 30px;
  color: #333333;
  padding-top: 15px !important;
  padding-left: 0px !important;
  text-align: center;
  transition: all 0.5s;
}
.p-con .row .p-items p {
  font-size: 14px;
  color: #666666;
  margin-top: -4px;
  padding-left: 26px;
  transition: all 0.5s;
}
.p-con .row .p-items:nth-child(2) {
  margin-top: 110px;
}
.p-con .row .p-items:nth-child(2) .p-line {
  position: absolute;
  top: 180px;
  left: -10px;
}
.p-con .row .p-items .p-thumb {
    left: 50% !important;
    position: relative !important;
    transform: translateX(-50%) !important;
}
.p-con .row .p-items:nth-child(2) h3 {
  padding-top: 169px;
}
.p-con .row .p-items:nth-child(1) .p-line {
  position: absolute;
  top: 60px;
  left: 0;
}
.p-con .row .p-items:nth-child(1) .p-thumb {
  left: 80px;
  position: relative;
}
.p-con .row .p-items:nth-child(3) {
  margin-top: 67px;
}
.p-con .row .p-items:nth-child(3) .p-line {
  position: absolute;
  top: 155px;
  left: 24px;
}
.p-con .row .p-items:nth-child(3) .p-thumb {
  left: -14px;
  position: relative;
}
.p-con .row .p-items:nth-child(3) h3 {
  padding-top: 136px;
  padding-left: 63px;
}
.p-con .row .p-items:nth-child(3) p {
  padding-left: 63px;
}
.p-con .row .p-items:nth-child(4) {
    margin-top: -35px;
}
.p-con .row .p-items:nth-child(4) .p-line {
  position: absolute;
  top: 164px;
  left: 0;
}
.p-con .row .p-items:nth-child(4) .p-thumb {
  left: 38px;
  position: relative;
}
.p-con .row .p-items:nth-child(4) h3 {
  padding-top: 149px;
  /*padding-left: 33px;*/
}
.p-con .row .p-items:nth-child(4) p {
  padding-left: 33px;
}
.p-con .row .p-items:nth-child(5) {
    margin-top: 54px;
}
.p-con .row .p-items:nth-child(5) .p-line {
  position: absolute;
  top: 157px;
  left: 48px;
}
.p-con .row .p-items:nth-child(5) .p-thumb {
  left: 3px;
  position: relative;
}
.p-con .row .p-items:nth-child(5) h3 {
  padding-top: 131px;
  /*padding-left: 84px;*/
}
.p-con .row .p-items:nth-child(5) p {
  padding-left: 84px;
}
.p-con .row .p-items:nth-child(6) {
  margin-top: 61px;
}
.p-con .row .p-items:nth-child(6) .p-line {
  position: absolute;
  top: 140px;
  left: 14px;
}
.p-con .row .p-items:nth-child(6) .p-thumb {
  left: 96px;
  position: relative;
}
.p-con .row .p-items:nth-child(6) h3 {
  padding-top: 119px;
  /*padding-left: 46px;*/
}
.p-con .row .p-items:nth-child(6) p {
  padding-left: 46px;
}
.p-con .row .p-items:hover h3 {
  color: #023c79;
}
.p-con .row .p-items:hover p {
  color: #023c79;
}
.a-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.a-con {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0 50px 0;
  overflow: hidden;
}
.a-con h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.a-con .about-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.a-con .about-content {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.a-con .about-content .a-lf {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
  width: 54%;
  padding-top: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 12;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.a-con .about-content .a-rt {
  width: 40%;
}
.a-con .about-content .a-rt p {
  position: relative;
}
.a-con .about-content .a-rt p img {
  position: relative;
  z-index: 2;
}
.a-con .about-content .a-rt p::after {
  content: '';
  position: absolute;
  width: 247px;
  height: 233px;
  background-color: #023c79;
  right: 28px;
  top: -48px;
  z-index: 1;
}
.a-con .about-content .a-rt p::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 78px;
  background-color: #c39d54;
  left: -20px;
  bottom: 0px;
  z-index: 1;
}
.a-mission {
  background-color: rgba(2, 60, 121, 0.03);
  padding: 50px 0;
}
.a-mission ul {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a-mission ul li {
  display: flex;
  align-items: center;
}
.a-mission ul li div {
  max-width: 227px;
}
.a-mission ul li div h4 {
  font-size: 20px;
  color: #333333;
}
.a-mission ul li div p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-top: 20px;
}
.j-aboutcour .j-aboutcour-cen {
  padding: 60px 0;
  padding-bottom: 0;
}
.j-aboutcour .j-aboutcour-cen h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.j-aboutcour .j-aboutcour-cen .about-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con {
  background: url(../images/dt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  padding-bottom: 85px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 5);
  cursor: pointer;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 7px;
  position: relative;
  padding-top: 2px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before {
  top: -24px;
  content: '';
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 1px rgba(4, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.1s;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li div {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  /*height: 80px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) {
  flex-direction: column-reverse;
  left: -66px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::before {
  display: none;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
  bottom: -20px;
  content: '';
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 1px rgba(4, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.1s;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(1) {
  margin-top: 248px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2) {
  position: relative;
  top: 70px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(3) {
    position: relative;
    top: 95px;
    left: 6px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(4) {
    position: relative;
    top: 21px;
    left: -85px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(5) {
  position: relative;
  top: 151px;
  left: -17px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(6) {
  position: relative;
  top: 31px;
  left: 5px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(7) {
  position: relative;
  top: 147px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:hover .j-year::after,
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:hover .j-year::before {
  transform: translateX(-50%) scale(1.2);
  background-image: url(../images/yd.png);
  background-repeat: no-repeat;
  background-position: center;
}
.elegant {
  background: #f8f9fb;
  width: 100%;
  max-width: 100%;
}
.elegant .elegant-cen {
  max-width: 1400px;
  margin: 0 auto;
}
.elegant .elegant-cen .swiper-slide {
  padding: 0 !important;
}
.elegant .elegant-swiper,
.elegant .elegant-swiper1 {
  margin-top: 31px;
}
.elegant .elegant-swiper a,
.elegant .elegant-swiper1 a {
  display: block;
  text-align: center;
}
.elegant .elegant-swiper1 {
  display: none;
}
.c-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.c-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
.c-content h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.c-content .about-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.c-content .c-way {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.c-content .c-way .c-way-lf {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.c-content .c-way .c-way-rt {
  width: 43%;
}
.c-content .c-way .c-way-rt h5 {
  font-size: 20px;
  color: #333333;
  padding: 26px 0;
  border-bottom: 1px solid #d6d6d6;
}
.c-content .c-way .c-way-rt p {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.c-content .c-way .c-way-rt p img {
  margin-right: 23px;
}
.c-content .c-way .c-way-rt p:nth-child(2) {
  margin-top: 18px;
}
.c-message {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.c-message h3 {
  font-size: 28px;
  color: #023c79;
  text-align: center;
  font-weight: 600;
}
.c-message .about-tit {
  font-size: 28px;
  color: #dbdbdb;
  text-align: center;
  font-weight: 500;
  margin-top: -16px;
}
.c-message form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 31px;
}
.c-message form input {
  border: none;
  outline: none;
  background: #f7f7f7;
  font-size: 16px;
  color: #666666;
  width: 49%;
  padding: 32px 24px;
  margin-bottom: 26px;
}
.c-message form textarea {
  border: none;
  outline: none;
  resize: none;
  font-size: 16px;
  color: #666666;
  width: 100%;
  padding: 32px 24px;
  background: #f7f7f7;
  min-height: 170px;
}
.c-message form input:nth-child(3) {
  width: 100%;
}
.c-message form input:last-child {
  width: 182px;
  height: 54px;
  background-color: #023c79;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 0.5s;
}
.c-message form input:last-child:hover {
  background-color: #333;
}
.n-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.n-con {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.n-con .n-con-item {
  padding: 80px 0 50px 0;
}
.n-con .n-con-item li {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 28px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-thumb {
  width: 27.2%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 170px;
  max-height: 170px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-detail {
  padding: 30px 0;
  padding-left: 80px;
  padding-right: 132px;
  width: 56.75%;
  position: relative;
}
.n-con .n-con-item li .n-detail .n-more {
  font-size: 16px;
  color: #023c79;
  margin-top: 40px;
  border-bottom: 1px solid #023c79;
  width: fit-content;
  float: right;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.n-con .n-con-item li .n-detail a {
  display: block;
}
.n-con .n-con-item li .n-detail a p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  position: relative;
}
.n-con .n-con-item li .n-detail a p:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.n-con .n-con-item li .n-detail a p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 7px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-detail::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100%;
  height: 80px;
  background: #dcdcdc;
}
.n-con .n-con-item li .n-date {
  width: 16%;
  text-align: center;
}
.n-con .n-con-item li .n-date h2 {
  font-size: 50px;
  letter-spacing: 3px;
  color: #666666;
  font-family: Impact;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-date p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #808080;
  font-family: SourceHanSansCN-Normal;
  margin-top: -15px;
  transition: all 0.5s;
}
.n-con .n-con-item li:hover {
  background-color: #023c79;
}
.n-con .n-con-item li:hover .n-detail a p,
.n-con .n-con-item li:hover .n-date h2,
.n-con .n-con-item li:hover .n-date p {
  color: #fff;
}
.n-con .n-con-item li:nth-child(1):hover {
  background: #f5f5f5;
}
.n-con .n-con-item li:nth-child(1):hover .n-thumb {
  height: 263px;
  max-height: 263px;
  width: 42.2%;
  position: relative;
  left: 50px;
  bottom: 40px;
}
.n-con .n-con-item li:nth-child(1):hover .n-date,
.n-con .n-con-item li:nth-child(1):hover .n-detail::after {
  display: none;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) {
  color: #023c79;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(2) {
  color: #808080;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) span {
  opacity: 1;
  visibility: visible;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail {
  padding-right: 60px;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail .n-more {
  opacity: 1;
  visibility: visible;
  display: block;
}
.n-con .n-page {
  display: flex;
  justify-content: center;
}
.n-con .n-page a {
  display: block;
  width: 31px;
  height: 30px;
  border: solid 1px #e2e2e2;
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-right: 6px;
  transition: all 0.5s;
}
.n-con .n-page span {
  display: block;
  width: 31px;
  height: 30px;
  background-color: #023c79;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}
.n-con .n-page a:hover {
  background: #023c79;
  color: #fff;
}
.n-content {
  padding: 70px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.n-content h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}
.n-content .n-content-date {
  font-size: 14px;
  color: #333333;
  opacity: 0.8;
  text-align: center;
}
.n-content .n-content-datail {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 24px;
}
.n-content .n-back {
  background-color: #023c79;
  display: block;
  font-size: 16px;
  color: #fefeff;
  text-align: center;
  width: fit-content;
  padding: 10px 11px;
  letter-spacing: 0.5px;
  margin-top: 30px;
  margin-left: auto;
  transition: all 0.5s;
}
.n-content .n-back:hover {
  transform: translateX(-20px);
}
.n-content .n-newprev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  border-top: 1px solid rgba(54, 49, 35, 0.08);
  padding-top: 13px;
}
.n-content .n-newprev p {
  font-size: 12px;
  color: #333333;
  opacity: 0.8;
}
.n-content .n-newprev p a {
  font-size: 12px;
  color: #333333;
  opacity: 0.8;
  transition: all 0.5s;
}
.n-content .n-newprev p a:hover {
  color: #023c79;
  opacity: 1;
}
.l-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.l-con {
  padding: 80px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.l-con .n-page {
  display: flex;
  justify-content: center;
}
.l-con .n-page a {
  display: block;
  width: 31px;
  height: 30px;
  border: solid 1px #e2e2e2;
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-right: 6px;
  transition: all 0.5s;
}
.l-con .n-page span {
  display: block;
  width: 31px;
  height: 30px;
  background-color: #023c79;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}
.l-con .n-page a:hover {
  background: #023c79;
  color: #fff;
}
.l-con .row {
  margin-right: -28px;
  margin-left: -28px;
}
.l-con .row .app-items {
  margin-bottom: 58px;
  transition: all 0.5s;
  position: relative;
}
.l-con .row .app-items .app-details {
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.06);
}
.l-con .row .app-items .app-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 281px;
  max-height: 281px;
  overflow: hidden;
}
.l-con .row .app-items .app-datail {
  padding: 41px 34px 47px 34px;
  transition: all 0.5s;
}
.l-con .row .app-items .app-datail h4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.l-con .row .app-items .app-datail p {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  margin-top: 10px;
}
.l-con .row .app-items::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 89%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.06);
  transform: translateX(-50%);
}
.l-con .row .app-items:hover .app-datail h4 {
  color: #023c79;
}
@media (max-width: 1399px) {
  .pro-series,
  .news,
  .link,
  .foot .foot-tp .foot-tpcen,
  .p-nav .p-nav-cen,
  .p-con,
  .a-con,
  .l-con,
  .n-con,
  .n-content,
  .c-content,
  .c-message,
  .elegant .elegant-cen {
    width: 96%;
  }
  .p-con {
    overflow: hidden;
  }
  .foot .foot-bt .foot-btcen {
    padding: 0 30px !important;
  }
  .pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide {
    padding: 44px 40px 30px 40px !important;
  }
  .pro-series .pro-series-lf .pro-nav {
    top: 118px;
  }
  .about .about-lf .about-lf-tp div {
    padding: 80px 30px 90px 30px;
  }
  .about .about-lf .about-lf-bt {
    height: 360px;
    max-height: 360px;
  }
  .about .about-rt .about-rt-tp {
    height: 415px;
    max-height: 415px;
  }
  .about .about-rt .about-rt-bt .bt-lf h3 {
    margin-top: 65px;
  }
  .about .about-rt .about-rt-bt .bt-rt {
    height: 418px;
    max-height: 418px;
  }
  .about .about-rt .about-rt-bt .bt-lf {
    width: 42.66%;
  }
  .headerr .navbar {
    padding: 3px 14px 0 14px !important;
    align-items: center;
  }
  .p-con .row .p-items:nth-child(1) .p-line,
  .p-con .row .p-items:nth-child(4) .p-line {
    left: 15px;
  }
  .p-con .row .p-items:nth-child(6) .p-thumb {
    left: 58px;
  }
}
@media (max-width: 1199px) {
    
    .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(1) {
    margin-top: 248px;
    top: -72px;
    left: 30px;
}
    
    
    
    
  .news .news-con .news-con-rt ul li {
    padding: 44.9px 42px;
  }
  .a-con .about-content .a-rt p::after {
    right: 0;
  }
  .l-con,
  .n-con .n-con-item {
    padding: 30px 0;
  }
  .proshow .proshow-con .proshow-detailed {
    width: 85%;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp p {
    max-width: inherit;
  }
  .proshow .proshow-con .proshow-detailed .proshow-bt {
    margin-top: 75px;
  }
  .pro-series .pro-series-lf p:nth-child(2) {
    font-size: 24px;
  }
  .pro-series .pro-series-lf {
    width: 20%;
  }
  .pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide {
    padding: 24px 35px 26px 35px !important;
  }
  .about .about-lf .about-lf-tp div {
    padding: 59px 30px 87px 30px;
  }
  .about .about-lf .about-lf-tp div h3 {
    font-size: 27px;
  }
  .about .about-rt .about-rt-bt .bt-lf {
    padding-left: 22px;
  }
  .p-con .row .p-items:nth-child(3) .p-thumb {
    left: 20px;
  }
  .p-con .row .p-items:nth-child(3) .p-line {
    left: 52px;
  }
  .p-con .row .p-items:nth-child(3) h3 {
    padding-left: 82px;
  }
  .p-con .row .p-items:nth-child(3) p {
    padding-left: 82px;
  }
  .p-con .row .p-items:nth-child(5) .p-thumb {
    left: 24px;
  }
  .p-con .row .p-items:nth-child(5) .p-line {
    left: 68px;
  }
  .p-con .row .p-items:nth-child(5) h3 {
    padding-left: 99px;
  }
  .p-con .row .p-items:nth-child(5) p {
    padding-left: 99px;
  }
  .a-con .about-content .a-lf {
    padding-top: 2px;
  }
  .a-con .about-content {
    align-items: flex-start;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul {
    background-image: url(../images/line22.png);
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(5) {
    position: relative;
    top: 188px;
    left: -11px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(7) {
    top: 191px;
  }
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2) {
    left: -8px;
    top: 26px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(4) {
    position: relative;
    top: -35px;
    left: -129px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con{
    margin-top: 60px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(3) {
    position: relative;
    top: 65px;
    left: -3px;
}
  .l-con .row .app-items .app-thumb {
    height: 224px;
    max-height: 224px;
  }
  .l-con .row .app-items .app-datail {
    padding: 20px 15px !important;
  }
  .l-con .row {
    margin-left: -14px;
    margin-right: -14px;
  }
  
  
}
@media (max-width: 990px) {
  .proshow,
  .pro-series,
  .news .news-con {
    flex-wrap: wrap;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(4) {
    position: relative;
    top: -35px;
    left: -94px;
}
.j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(3){
    top: 95px;
}
  .p-nav ul li a {
    padding-top: 0;
    white-space: nowrap;
  }
  .p-nav p {
    padding: 8px 0;
  }
  .proshow .proshow-con {
    width: 100%;
    margin-bottom: 5px;
  }
  .proshow .proshow-con .proshow-thumb {
    height: 57vh;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp h2 {
    font-size: 32px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp h3 {
    font-size: 25px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp h3::after {
    width: 60px;
  }
  .pro-series .pro-series-lf,
  .pro-series .pro-series-rt {
    width: 100%;
  }
  .pro-series .pro-series-lf p:nth-child(4) {
    padding-top: 10px;
  }
  .pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide {
    padding: 25px 20px 14px 20px !important;
  }
  .pro-series .pro-series-rt .procontainer .swiper-wrapper .swiper-slide .pro-tit {
    margin-top: 31px;
    padding-top: 17px;
  }
  .about .about-lf .about-lf-tp div {
    padding: 42px 30px 44px 30px;
  }
  .about .about-lf .about-lf-tp div h3 {
    font-size: 22px;
    height: 95px;
  }
  .about .about-lf .about-lf-tp div a {
    width: 139px;
    height: 41px;
    line-height: 41px;
    margin-top: 42px;
  }
  .about .about-rt .about-rt-tp {
    height: 351px;
    max-height: 351px;
  }
  .about .about-lf {
    width: 36%;
  }
  .about .about-rt {
    width: 65%;
  }
  .news .news-con .news-con-lf {
    width: 100%;
    padding: 45px;
  }
  .news .news-con .news-con-rt {
    width: 100%;
    margin-top: 25px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-thumb {
    display: flex;
    justify-content: center;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom {
    justify-content: center;
    margin-top: 33px;
  }
  .news .news-con .news-con-lf .swiper-pagination {
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .about-lf .about-lf-tp div p {
    height: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }
  .headerr .navbar {
    padding: 7px 14px !important;
    position: relative;
  }
  .activehead .navbar {
    padding: 7px 14px !important;
    position: relative;
  }
  .navbar-light .navbar-brand img {
    max-width: 243px;
  }
  .headerr .navbar #navbarSupportedContent .navbar-nav {
    width: 100%;
  }
  .navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0, 60, 121);
    background: #003c79;
    padding: 7px 0.75rem;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    height: 18px;
  }
  .navbar-light .navbar-toggler-icon::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .headerr .navbar #navbarSupportedContent .navbar-nav .nav-item,
  .activehead .navbar #navbarSupportedContent .navbar-nav .nav-item {
    width: 100% !important;
  }
  .headerr .navbar #navbarSupportedContent .navbar-nav .nav-link,
  .activehead .navbar #navbarSupportedContent .navbar-nav .nav-link {
    padding-bottom: 4px !important;
    margin: inherit;
    padding-left: 20px;
  }
  .headerr .navbar #navbarSupportedContent .navbar-nav .nav-item,
  .activehead .navbar #navbarSupportedContent .navbar-nav .nav-item {
    padding-top: 6px !important;
    border-bottom: 1px solid rgba(0, 61, 121, 0.7) !important;
    padding-bottom: 6px;
  }
  #active a::after {
    display: none !important;
  }
  .headerr .navbar #navbarSupportedContent {
    padding: 19px 0;
    padding-bottom: 44px;
  }
  .headerr .navbar #navbarSupportedContent .head-language p {
    padding-left: 23px;
  }
  .headerr .navbar #navbarSupportedContent .head-language {
    margin-top: 15px;
  }
  .headerr .navbar #navbarSupportedContent .head-language ul {
    width: 100%;
  }
  .p-ban,
  .a-ban,
  .l-ban,
  .n-ban,
  .c-ban {
    height: 308px;
    max-height: 308px;
  }
  .a-con h3,
  .j-aboutcour .j-aboutcour-cen h3,
  .c-content h3,
  .c-message h3 {
    font-size: 22px;
  }
  .a-con .about-tit,
  .j-aboutcour .j-aboutcour-cen .about-tit,
  .c-content .about-tit,
  .c-message .about-tit {
    font-size: 20px;
  }
  .a-con .about-content .a-rt p img {
    min-height: 355px;
  }
  .a-mission ul {
    max-width: 96%;
    margin: 0 auto;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li div {
    height: auto;
  }
  .l-con .row .app-items::after {
    width: 94%;
  }
  .p-nav .p-nav-cen {
    flex-wrap: wrap;
    height: auto;
  }
  .p-nav ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-nav ul li {
    margin-left: 0;
    width: calc(100%/6);
    text-align: center;
  }
  .n-con .n-con-item li .n-detail {
    padding: 20px 0;
    padding-left: 12px;
    padding-right: 10px;
  }
  .n-con {
    padding-bottom: 30px;
  }
  .c-content {
    padding: 30px 0;
  }
  .c-content .c-way {
    flex-wrap: wrap;
  }
  .c-content .c-way .c-way-lf {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .c-content .c-way .c-way-rt {
    width: 100%;
  }
  .pro-series .pro-series-lf .pro-nav {
    top: 0;
  }
  .pro-series .pro-series-rt {
    margin-top: 8px;
  }
  .link-swiper,
  .elegant-swiper {
    display: none !important;
  }
  .link-swiper1,
  .elegant-swiper1 {
    display: block !important;
  }.p-con .row{
      margin-left: -17px;
      margin-right: -17px;
  }
  .p-con .row .p-items{
      padding: 0 17px;
  }
    .foot .foot-tp .foot-tpcen .foot-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .proshow .proshow-con .proshow-thumb {
    height: 44vh;
  }
  .jg-row img{
    height: 125px;    
}

.jg-row .p-items:nth-last-child(2) {
    width: 50% !important;
    max-width: 50% !important;
    flex: 50% !important;
}

  .proshow .proshow-con .proshow-detailed .proshow-tp h2,
  .pro-series .pro-series-lf h3,
  .honor h3,
  .news h3,
  .link h3 {
    font-size: 22px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp h3 {
    font-size: 19px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-tp p,
  .honor p,
  .news .news-tit,
  .link .link-tit {
    font-size: 15px;
    line-height: 25px;
    padding-top: 13px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-bt {
    margin-top: 49px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-bt a {
    width: 43px;
    height: 43px;
    line-height: 38px;
  }
  .proshow .proshow-con .proshow-detailed .proshow-bt span {
    width: 60px;
    height: 60px;
  }
  .pro-series,
  .honor {
    padding: 30px 0 39px 0;
  }
  .pro-series .pro-series-lf p:nth-child(2) {
    font-size: 19px;
  }
  .pro-series .pro-series-lf img:nth-child(3) {
    margin-top: -8px;
  }
  .pro-series .pro-series-lf p:nth-child(4) {
    padding: 0;
    line-height: 21px;
  }
  .pro-series .pro-series-rt {
    margin-top: 23px;
  }
  .pro-series .pro-series-lf .pro-nav {
    top: 12px;
  }
  .pro-series .pro-series-rt .pro-more {
    font-size: 15px;
  }
  .about,
  .about .about-rt .about-rt-bt {
    flex-wrap: wrap;
  }
  .about .about-lf {
    width: 100%;
  }
  .about .about-rt {
    width: 100%;
  }
  .about .about-lf .about-lf-tp div h3 {
    font-size: 20px;
    padding-bottom: 12px;
    height: auto;
  }
  .about .about-lf .about-lf-tp div p {
    height: auto;
    padding-top: 18px;
    display: block;
  }
  .about .about-lf .about-lf-tp div a {
    margin-top: 25px;
    width: 100px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
  .about .about-lf .about-lf-bt,
  .about .about-rt .about-rt-tp {
    display: none;
  }
  .about .about-rt .about-rt-bt .bt-lf {
    padding-top: 32px;
    width: 100%;
    padding-bottom: 22px;
  }
  .about .about-rt .about-rt-bt .bt-lf h3 {
    margin-top: 24px;
    font-size: 22px;
  }
  .about .about-rt .about-rt-bt .bt-rt {
    width: 100%;
  }
  .about .about-rt .about-rt-bt .bt-rt {
    height: 262px;
  }
  .about .about-lf .about-lf-tp div {
    max-width: inherit;
  }
  .proshow .proshow-con:hover {
    width: 100%;
  }
  .news .news-con .news-con-lf {
    padding: 20px;
  }
  .news .news-con {
    margin-top: 17px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-lf .news-title a {
    font-size: 16px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-lf .news-desc a {
    line-height: 20px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom {
    margin-top: 13px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt a h4,
  .news .news-con .news-con-rt ul li .news-conrt-lf h4 {
    font-size: 34px;
    text-align: center;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt a p {
    margin-top: -10px;
  }
  .news .news-con .news-con-lf .news-swiper .swiper-wrapper .swiper-slide .news-bottom .news-bt-rt {
    width: 90px;
    height: 90px;
  }
  .news .news-con .news-con-lf .swiper-pagination {
    bottom: 0;
  }
  .news .news-con .news-con-rt ul li {
    padding: 20px;
    align-items: center;
  }
  .news .news-con .news-con-rt ul li .news-conrt-rt {
    padding-left: 30px;
  }
  .news .news-con .news-con-rt ul li .news-conrt-lf P {
    margin-top: -14px;
  }
  .news .news-con .news-con-rt ul li .news-conrt-rt h5 a {
    font-size: 16px;
  }
  .news .news-con .news-con-rt ul li .news-conrt-rt p a {
    line-height: 22px;
  }
  .news .news-con .news-con-rt ul li .news-conrt-rt p {
    padding-top: 2px;
  }
  .news .news-mor {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 25px auto;
  }
  .link .link-cen {
    margin-top: 5px;
  }
  .foot .foot-tp .foot-tpcen,
  .foot .foot-bt .foot-btcen {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot .foot-tp .foot-tpcen .foot-nav {
    display: none;
  }
  .foot .foot-tp .foot-tpcen div {
    width: 100%;
  }
  .foot .foot-tp .foot-tpcen .foot-code {
    margin-top: 24px;
  }
  .foot .foot-bt .foot-btcen {
    padding: 20px 0 !important;
  }
  .pro-series .pro-series-lf {
    text-align: center;
  }
  .p-ban,
  .a-ban,
  .l-ban,
  .n-ban,
  .c-ban {
    height: 234px;
    max-height: 234px;
  }
  .p-nav .p-nav-cen {
    flex-wrap: wrap;
    height: auto;
  }
  .p-nav ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-nav ul li {
    margin-left: 0;
    width: calc(100%/6);
    text-align: center;
  }
  .p-con,
  .j-aboutcour .j-aboutcour-cen,
  .n-content {
    padding: 30px 0;
  }
  .p-con .row .p-items .p-thumb {
max-height: 185px;
    left: 0px !important;
    transform: inherit !important;
  }
  .p-con .row .p-items .p-line {
    max-height: 215px;
    left: 15px !important;
    top: 60px !important;
  }
  .p-con .row .p-items h3 {
    font-size: 16px;
    padding-top: 13px !important;
  }
  .p-con .row {
    margin: 0;
  }
  .p-con .row .p-items {
    margin-top: 11px !important;
    text-align: center;
    padding: 0 6px;
  }
  .p-con .row .p-items:nth-child(3) .p-thumb,
  .p-con .row .p-items:nth-child(5) .p-thumb {
    /*left: 22px !important;*/
  }
  .p-con .row .p-items:nth-child(3) .p-line,
  .p-con .row .p-items:nth-child(5) .p-line {
    left: 53px !important;
    top: 126px !important;
  }
  .p-con .row .p-items:nth-child(3) h3,
  .p-con .row .p-items:nth-child(3) p,
  .p-con .row .p-items:nth-child(5) h3,
  .p-con .row .p-items:nth-child(5) p {
    padding-left: 0px !important;
  }
  .p-con .row .p-items:nth-child(6) h3,
  .p-con .row .p-items:nth-child(6) p,
  .p-con .row .p-items:nth-child(4) h3,
  .p-con .row .p-items:nth-child(4) p {
    /*padding-left: 28px !important;*/
  }
  .a-con {
    padding: 30px 0;
  }
  .a-con .about-content {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .a-con .about-content .a-lf,
  .a-con .about-content .a-rt {
    width: 100%;
  }
  .a-con .about-content .a-rt {
    margin-top: 33px;
  }
  .a-con .about-content .a-rt p {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
  .a-con .about-content .a-rt p::after {
    width: 150px;
    height: 150px;
    right: 0px;
    top: -25px;
  }
  .a-con .about-content .a-rt p::before {
    left: -21px;
  }
  .a-mission ul {
    max-width: 96%;
    flex-wrap: wrap;
  }
  .a-mission ul li {
    width: 100%;
  }
  .a-mission ul li div {
    max-width: 100%;
  }
  .a-mission {
    padding: 0;
  }
  .a-mission ul li img {
    max-width: 137px;
  }
  .a-mission ul li div p {
    margin-top: 0;
    line-height: 21px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
    display: block;
    background-image: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 50px;
    position: relative;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li::after {
    position: absolute;
    content: '';
    bottom: -34px;
    left: 50%;
    background: url(../images/xiala11.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    transform: translateX(-50%);
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:last-child::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(1) {
    margin-top: 40px;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) {
    flex-direction: inherit;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year::before,
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li:nth-child(2n) .j-year::after {
    display: none;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con ul li .j-year {
    padding-bottom: 0;
  }
  .j-aboutcour .j-aboutcour-cen .j-aboutcour-con {
    margin-top: 40px;
    padding-bottom: 0;
    background-size: cover;
  }
  .j-aboutcour .j-aboutcour-cen {
    padding-bottom: 1px;
  }
  .l-con .row .app-items .app-thumb {
    height: 210px;
    max-height: 210px;
  }
  .l-con .row .app-items .app-datail p {
    line-height: 23px;
  }
  .n-con .n-con-item li .n-date,
  .n-con .n-con-item li .n-detail::after {
    display: none;
  }
  .n-con .n-con-item li .n-detail {
    width: 73.75%;
  }
  .n-con .n-con-item li .n-thumb {
    width: 31.2%;
    height: 120px;
    max-height: 120px;
  }
  .n-con .n-con-item li .n-detail a p:nth-child(2) {
    margin-top: -2px;
    line-height: 21px;
  }
  .n-con .n-con-item li:nth-child(1):hover {
    background: #f5f5f5;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-thumb {
    height: 140px;
    max-height: 140x;
    width: 31.2%;
    position: relative;
    left: 20px;
    bottom: 20px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-date,
  .n-con .n-con-item li:nth-child(1):hover .n-detail::after {
    display: none;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) {
    color: #023c79;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(2) {
    color: #808080;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) span {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail {
    padding-right: 20px;
    padding-left: 31px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail .n-more {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .n-con .n-con-item li .n-detail .n-more {
    font-size: 14px;
    margin-top: 5px;
  }
  .p-nav ul li {
    width: calc(100% / 4);
  }
  .n-content h3 {
    font-size: 21px;
  }
  .n-content .n-content-datail {
    padding-top: 11px;
  }
  .n-content .n-back {
    font-size: 14px;
    padding: 4px 11px;
    margin-top: 23px;
  }
  .n-content .n-newprev {
    flex-wrap: wrap;
  }
  .c-content .c-way {
    padding-top: 15px;
  }
  .c-content .c-way .c-way-rt h5 {
    font-size: 16px;
    padding: 12px 0;
    margin-top: 6px;
  }
  .c-content .c-way .c-way-rt p img {
    margin-right: 9px;
  }
  .c-content .c-way .c-way-rt p {
    margin-top: 7px;
  }
  .c-message form {
    margin-top: 6px;
  }
  .c-message form input {
    border: none;
    outline: none;
    background: #f7f7f7;
    font-size: 15px;
    color: #666666;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 10px;
  }
  .c-message form textarea {
    font-size: 15px;
    padding: 14px 16px;
    min-height: 126px;
  }
  .c-message form input:last-child {
    width: 151px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-top: 26px;
  }
  .c-message {
    padding-bottom: 30px;
  }
  .c-content .c-way .c-way-rt p {
    font-size: 15px;
  }
  .pro-series-rt1 {
    display: block !important;
    width: 100% !important;
    margin-top: 21px !important;
  }
  .pro-series-rt {
    display: none !important;
  }
  .pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide {
    padding: 20px !important;
  }
  .pro-series .pro-series-rt1 .pro1container .swiper-wrapper .swiper-slide .pro-tit {
    margin-top: 27px !important;
    padding-top: 13px !important;
  }
  .pro-nav1 {
    display: block !important;
    top: 10px !important;
  }
  .pro-nav1 .swiper-pagination1 {
    display: inline-block;
  }
  .pro-nav1 img {
    margin-right: 10px;
  }
  .pro-nav {
    display: none !important;
  }
  .honor-swiper1 {
    display: block !important;
  }
  .honor-swiper {
    display: none !important;
  }
  .honor .honor-swiper1 .swiper-wrapper .swiper-slide {
    padding: 11px !important;
  }
  .honor .honer-nav {
    margin-top: 29px;
    justify-content: center;
  }
  .link .link-next {
    background-image: url(../images/rt.png);
    width: 9px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: 33px;
  }
  .link .link-prev {
    background-image: url(../images/lf.png);
    width: 9px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: 33px;
  }
  .link {
    margin-bottom: 30px;
  }
  .p-con .row .p-items:nth-child(4),
  .p-con .row .p-items:nth-child(6) {
    /*margin-top: 102px !important;*/
  }
  .l-con {
    width: 93% !important;
  }
  .l-con .row .app-items {
    margin-bottom: 22px;
  }
  .p-con .row .p-items:nth-last-child(2){
      width: 100%;
      max-width: 100%;
          flex: 100%;
  }
  .p-con .row .p-items div ul{
      width: 95%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .p-con .row .p-items div ul li{
      text-align: left;
      font-size: 15px;
    padding-left: 20px;
    width: 48%;
  }
  .p-con .row .p-items div ul li::before{
      top: 17px;
  }
  
}
