.header.not-scroll {
  background: none;
  position: absolute;
  box-shadow: none;
}

.header .no-logo {
  display: none;
}

.header .scroll-logo {
  display: block;
  /*width: 2rem;*/
  vertical-align: middle;
  margin-left: 20px;
}

.header.not-scroll .scroll-logo {
  display: none;
}

.header.not-scroll .no-logo {
  display: block;
}

.header.not-scroll .header-nav .nav>li {
  color: rgba(255, 255, 255, 0.7);
}


.header.not-scroll .header-nav .nav>li.active {
  color: #004ea1;
}

.header.not-scroll .header-nav .nav>li.active span a {
  color: #004ea1;
}

.header.not-scroll .header-nav .nav>li.active::after {
  background: #004ea1;
}

.header.not-scroll .header-nav .nav>li .nav-item>li.active {
  /* background: #F0F4FF; */
  color: #004ea1;
}

.header.not-scroll .header-nav .nav>li .nav-item>li:hover {
  /* background: #F0F4FF; */
  color: #004ea1;
}

.header.not-scroll .header-nav .nav .login-btn {
  background-color: #fffdfe;
  color: #151b28;
}

.header .header-nav .nav-hide:before,
.header .header-nav .nav-hide:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #000000;
}

.header .header-nav .nav-hide:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-nav .nav-hide:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-nav .nav-show img {
  width: 28px;
  margin: 21px;
  display: block;
}

.header .header-nav .nav-hide {
  display: none;
}

.header .header-nav .nav-hide {
  width: 28px;
  height: 28px;
  margin: 15px 20px;
  position: relative;
}

.banner {
  width: 100%;
  height: 450px;
  background: url(../../imgs/yungangting/banner.jpg) center center no-repeat;
  color: #fff;
  position: relative;
  /* margin-top: 0; */
}

.banner .bannner-wrap h3 {
  font-size: 0.61rem;
  font-weight: 600;
}

.banner .bannner-wrap p {
  font-size: 0.32rem;
  color: #e0e0e0;
}

.banner .bannner-wrap.brand-banner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .bannner-wrap.brand-banner-wrap h3 {
  color: #fff;
  opacity: 0.9;
}

.banner-home {
  background: url(../imgs/home/banner-home-m.jpg) no-repeat;
  height: 500px;
  background-size: cover;
}


.banner-home .bannner-home-content h3 {
  font-size: 0.61rem;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
}

.banner-home .bannner-home-content .home-p {
  font-size: 0.37rem;
  margin-top: 6px;
  color: #d8d7d7;
  text-align: center;
}

.banner-home .bannner-home-content .home-p span {
  color: #13a2fc;
}

.banner-home .bannner-home-content .home-middle {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: initial;
  margin: 20px auto;
}

.banner-home .bannner-home-content .home-middle div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.banner-home .bannner-home-content .home-middle div:nth-child(2) p {
  margin-top: 6px;
}

.banner-home .bannner-home-content .home-middle div p {
  font-size: 0.32rem;
  color: #ffffff;
  margin-top: 4px;
}

.banner-home .bannner-home-content .home-middle div img {
  width: 0.74rem;
}

.banner-home .bannner-home-content .home-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-home .bannner-home-content .home-bottom .home-bottom-wrap {
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.37rem 0;
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex>div>div {
  display: inline-block;
  text-align: left;
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex div h5 {
  font-size: 0.38rem;
  font-weight: 550;
  color: #fff;
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex div p:nth-child(1) {
  margin-top: 6px;
}

.banner-home .bannner-home-content .home-bottom .home-bottom-flex div p {
  font-size: 0.35rem;
  color: #d8d7d7;
  /* opacity: .65; */
}

.home-1 div {
  text-align: center;
  padding: 50px 0;
  width: 88%;
  margin: 0 auto;
}

.home-1 div h2 {
  color: #000;
  font-size: 0.61rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.home-1 div p {
  color: #6d6d6d;
  font-size: 0.32rem;
}

.home-2 .home-2-wrap {
  /* min-width: 1200px;
    width: 15rem;
    margin: 0 auto; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-2 .home-2-wrap div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: initial;
  padding: 10px 6px;
  color: #000000;
}

.home-2 .home-2-wrap div.active {
  background: #004ea1;
  color: #fff;
}

.home-2 .home-2-wrap div img {
  width: 20px;
  vertical-align: text-bottom;
  margin-bottom: 5px;
}

.home-2 .home-2-wrap div .img-1 {
  display: inline-block;
}

.home-2 .home-2-wrap div .img-2 {
  display: none;
}

.home-2 .home-2-wrap div.active .img-1 {
  display: none;
}

.home-2 .home-2-wrap div.active .img-2 {
  display: inline-block;
}


.home-2 .home-2-wrap div p {
  font-size: 0.32rem;
}

.home-2 .home-2-content img {
  display: none;
}

.home-2 .home-2-content img.active {
  display: block;
}

.home-2 .home-2-content img {
  width: 100%;
}

.home-3 {
  /* min-width: 1200px;
    width: 15rem;
    margin: 0 auto; */
}

.home-3 .home-3-conetnt {
  width: 88%;
  margin: 0 auto;
}

.home-3 .home-3-conetnt h2 {
  font-size: 0.61rem;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.home-3 .home-3-conetnt p {
  color: #6d6d6d;
  font-size: 0.37rem;
}

.home-3 .home-3-img {
  width: 95%;
  margin: 0 auto;
}

.home-3 .home-3-img img {
  width: 100%;
}

.home-4 {
  background: #f6f6f6;
}

.home-4 .home-title h2 {
  text-align: center;
  font-size: 0.61rem;
  color: #000;
  font-weight: 600;
  padding: 60px 0 30px;
}

.home-4 .home-title .home-title-l {
  font-size: initial;
}

.home-4 .home-title .home-title-r {
  font-size: initial;
}

.home-4 .home-title .home-title-wrap {
  margin-bottom: 20px;
}

.home-4 .home-title .home-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-4 .home-title .home-title-wrap div:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.home-4 .home-title .home-title-wrap div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.home-4 .home-title .home-title-wrap div span {
  padding: 6px 20px;
  color: #6d6d6d;
  font-size: 0.32rem;
}

.home-4 .home-title .home-title-wrap div span.active {
  background: #004ea1;
  color: #ffffff;
  font-weight: 550;
}

.home-4-wrap .home-4-wrap ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-4 .home-4-wrap ul li {
  width: 48%;
  margin-top: 20px;
}

.home-4 .home-4-wrap ul li:last-child {
  margin-left: 0px;
}

.home-4 .home-4-wrap ul li img {
  width: 100%;
  display: block;
}

.home-4 .home-4-wrap ul li div {
  padding: 10px;
  background: #fff;
}

.home-4 .home-4-wrap ul li div h5 {
  font-size: 0.34rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-4 .home-4-wrap .home-4-conetnt-r-btn a {
  padding-bottom: 20px;
  text-align: center;
}

.home-4 .home-4-wrap .home-4-conetnt-r-btn span {
  padding: 8px 10px;
  border: 1px solid #004EA1;
  color: #004EA1;
  font-size: .32rem;
  font-weight: 550;
}


.home-5 {
  background: #031149;
  padding: 60px 0 30px;
}

.home-5 .home-5-wrap {
  /*  */
  overflow: hidden;
}

.home-5 .home-5-title {
  text-align: center;
}

.home-5 .home-5-title h2 {
  font-size: 0.61rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.home-5 .home-5-title p {
  font-size: 0.32rem;
  color: #d8d7d7;
}

.home-5 .home-5-title .home-5-btn {
  font-size: initial;
  margin-top: 8px;
}

.home-5 .home-5-title .home-5-btn span {
  padding: 6px 15px;
  background: #fff;
  color: #020b30;
  font-size: 0.32rem;
  font-weight: 550;
}

.home-5 .home-5-scroll ul {
  margin: 50px 0 30px 0;
}

.home-5 .home-5-scroll ul li {
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0;
}

.home-5 .home-5-scroll ul li:last-child {
  margin-left: 0px;
}

.home-5 .home-5-scroll ul li img {
  width: 100%;
  display: block;
}

.home-5 .home-5-scroll ul li div {
  padding: 20px 15px;
  background: #fff;
}

.home-5 .home-5-scroll ul li div h5 {
  font-size: 0.45rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.home-5 .home-5-scroll ul li div p {
  font-size: 0.36rem;
  color: #6d6d6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  overflow: hidden;
  /* height: 1rem; */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px;
}

.home-5 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

.footer {
  background: #030f3e;
  padding: 30px 20px;
}

.footer .footer-content .footer-content-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-content .footer-content-l {
  color: #d3d3d3;
  font-size: 0.35rem;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-content .footer-content-l .footer-logo {
  /*width: 2.1rem;*/
  margin-bottom: 30px;
}

.footer .footer-content .footer-content-l .line {
  background: #ffffff;
  opacity: 0.2;
  height: 0.37rem;
  width: 1px;
  display: inline-block;
  margin: 0 20px;
}

.footer .footer-content .footer-content-l p {
  color: #D3D3D3;
  font-size: 0.32rem
}

.footer .footer-content .footer-content-l p.l-p-1 {
  margin-bottom: 15px;
}

.footer .footer-content .footer-content-l .footer-img .img-1 img {
  width: 0.53rem;
}

.footer .footer-content .footer-content-l .footer-img .img-2 img {
  width: 0.45rem;
}

.footer .footer-content .footer-content-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-content .footer-content-r>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 20px;
}

.footer .footer-content .footer-content-r h6 {
  font-size: 0.32rem;
  font-weight: 550;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer .footer-content .footer-content-r p {
  font-size: 0.32rem;
  color: #d3d3d3;
  margin-bottom: 10px;
}