/* 手机适应 */
@import url("css2.css");
@media screen and (max-width: 991px) {
  /* 手机导航 */
  .navitagtion {
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sky-white);
    z-index: 99;
  }
  .navitagtion-contact {
    display: none;
  }
  .nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    background: var(--sky-black);
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nav-items:not(:last-child) {
    border-bottom: 1px solid var(--sky-gray2);
  }
  .nav-links:link,
  .nav-links:visited {
    display: block;
    color: var(--sky-white);
    font-size: 1.6rem;
    padding: 0 2.5rem;
    line-height: 8rem;
    transition: all 0.3s;
  }

  .nav-list-child {
    display: none;
  }
  .nav-links-icon::after {
    display: none;
  }
  .solar-top-content {
    display: inline-block;
    margin-right: 0;
    position: relative;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav i {
    cursor: pointer;
  }
  .heading-title h2 {
    color: var(--sky-black);
    font-size: 2.4rem;
    font-weight: 600;
  }
  /* 按钮 */
  .btn {
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
  }
  .btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: -1.5rem;
    width: 4rem;
    height: 100%;
    background: var(--sky-Orange);
    transform: skew(22deg);
    transition: 0.4s;
    z-index: -1;
  }
  .btn:hover::before {
    width: 95%;
  }

  .slider-btn {
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
  }
  .slider-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: -1.5rem;
    width: 4rem;
    height: 100%;
    background: var(--sky-white);
    transform: skew(22deg);
    transition: 0.4s;
    z-index: -1;
  }
  /* about */
  .section-about {
    position: relative;
    margin-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
  }
  .about-heading-title {
    text-align: center;
    margin-top: 3rem;
  }
  .left-img {
    display: none;
  }
  .right-img {
    display: none;
  }
  .about-img img {
    border-radius: var(--sky-bdr-radius);
  }
  .about-img {
    width: 100%;
  }
  .about-content {
    width: 100%;
  }
  .about-btn {
    text-align: center;
    margin-top: 3rem;
  }
  /*--------------------------------------------------------------
# products 
--------------------------------------------------------------*/
  .section-products {
    margin: 3rem 0;
  }
  .products {
    margin-top: 3rem;
    padding: 0 1rem;
  }

  .filter-item {
    max-width: 18.5rem;
  }

  .portfolio-three__filter-box {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

  .portfolio-three__img img {
    min-height: 22rem;
  }
  .portfolio-three__content {
    margin-top: -0.8rem;
    padding: 0.5rem 2rem 0.5rem;
    z-index: 2;
  }

  .portfolio-three__sub-title {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .portfolio-three__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .products-btn {
    margin: 0 0;
  }

  /* footer */

  .footer-main {
    display: none;
  }

  /* 内页 */
  .page-main {
    padding: 3rem 1rem;
  }
  .page-details {
    display: flex;
    flex-direction: column;
  }
  .page-left {
    width: 100%;
  }
  .page-right {
    width: 100%;
  }
  .page-main-help {
    display: none;
  }

  /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
  .sidebar-nav {
    background-color: var(--sky-gray2);
    margin-bottom: 3rem;
  }
  .sidebar-title {
    display: none;
  }
  .sidebar-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .sidebar-nav-items:not(:last-child) {
    margin-right: 1rem;
  }

  .sidebar-nav-items:not(:last-child) {
    border-bottom: 0px solid var(--sky-gray2);
  }
  .sidebar-nav-items .sidebar-links-hover {
    color: var(--sky-white);
    background-color: var(--sky-black);
  }
  .sidebar-nav-links {
    display: block;
    font-size: 1.2rem;
    color: var(--sky-white);
    padding: 1rem 1rem;
    background-color: var(--sky-primary);
    border-radius: 10px;
    transition: all 0.3s;
    margin-bottom: 1rem;
  }
  .sidebar-nav-links:hover {
    background-color: var(--sky-black);
    color: var(--sky-white);
  }
  /* page-wrapper */
  .page-wrapper {
    width: 100%;
    min-width: 20rem;
  }
  .page-content {
    width: 100% !important;
  }
  .main-slider-three .page-item {
    height: 35rem;
    z-index: 10;
  }
  .page-title {
    top: 11rem;
    left: 1rem;
    display: block;
    font-size: 3.6rem;
  }
  .page-text {
    top: 18rem;
    left: 1rem;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .page-btn-box {
    position: absolute;
    top: 22rem;
    left: 1rem;
    background-color: var(--sky-black);
    border-radius: var(--sky-bdr-radius);
    color: var(--sky-white);
    display: block;
    padding: 1rem;
    align-items: center;
    margin-top: 3.6rem;
  }
  .page-btn-box a {
    color: var(--sky-gray2);
    font-size: 1.2rem;
  }

  /* 关于我们 */
  .page-about {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
  }
  .page-about-left {
    width: 100%;
    padding-left: 0;
  }

  .page-about-title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 0;
    color: var(--sky-black);
  }
  .page-about-content {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .page-about-content p {
    padding: 1rem 0;
  }
  .page-about-right {
    margin-top: 2rem;
    padding-right: 0;
  }
  .page-about-number {
    display: none;
  }
  /*--------------------------------------------------------------
# about pic
--------------------------------------------------------------*/
  .page-about-pic {
    margin-top: 5rem;
  }
  .team-four__single {
    max-width: 19rem;
  }

  .team-four__sub-title {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 0;
  }

  /* page-products */
  .page-products ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-products ul li {
    margin-right: 0px;
  }
  .page-products ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page-products-box {
    max-width: 18.5rem;
  }

  /*--------------------------------------------------------------
# page-content
--------------------------------------------------------------*/
  .contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .information__single {
    width: 19rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
  .information__single_url {
    display: none;
  }

  .information__icon span {
    font-size: 5rem;
  }

  .information__text {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .information__number {
    overflow-wrap: break-word;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: var(--sky-gray1);
  }
  /*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

  .contact-page__left {
    width: 100%;
    padding: 2rem;
  }

  .contact-page__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .contact-page__sub-title {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .contact-page__input-box {
    margin-bottom: 3.3rem;
  }

  .contact-page__input-title {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }

  .contact-page-number {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact-page__input-box.text-message-box {
    height: 9.8rem;
  }

  .contact-page-btn {
    margin-top: 4rem;
  }

  .contact-page-right {
    display: none;
  }
  /* .news-detail */

  .news-detail-main {
    min-height: 60rem;
    padding: 2rem 2.5rem;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1810px) {
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-three .owl-theme .owl-dots {
    align-items: flex-end;
    left: inherit;
    right: 60px;
  }

  .active .main-slider-three__img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-three .owl-theme .owl-dots {
    align-items: flex-end;
    left: inherit;
    right: 60px;
  }

  .active .main-slider-three__img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider-three .item {
    background-color: #062c73;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 5rem;
    z-index: 10;
  }
  .main-slider-three__content {
    width: 100% !important;
    position: relative;
    display: block;
    z-index: 10;
    padding: 2rem 2rem;
  }
  .main-slider__text br {
    display: none;
  }

  .main-slider-three .owl-theme .owl-dots {
    display: none;
  }

  .active .main-slider-three__img {
    display: none;
  }
  .main-slider-three__shape-2 {
    display: none;
  }

  .main-slider-three__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .main-slider-three .owl-theme .owl-dots {
    align-items: flex-end;
    left: inherit;
    right: 60px;
  }
}
