﻿.banner-container {
    margin-bottom: 80px
}
.banner-container img {
    width: 100%
}
.about-container {
    background-image: -o-linear-gradient(left, rgba(199,200,200,.3) 1px, rgba(0,0,0,0) 1px), -o-linear-gradient(rgba(199,200,200,.3) 1px, rgba(0,0,0,0) 1px);
    background-image: linear-gradient(90deg, rgba(199,200,200,.3) 1px, rgba(0,0,0,0) 0), linear-gradient(rgba(199,200,200,.3) 1px, rgba(0,0,0,0) 0);
    background-size: 20px 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.about-container, .about-container .left-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.about-container .left-layout {
    width: 45%
}
.about-container .left-layout img {
    max-width: 100%
}
.about-container .right-layout {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}
.about-container .right-layout .icon {
    margin-bottom: 10px
}
.about-container .right-layout .title {
    font-size: 24px;
    margin-bottom: 20px
}
.about-container .right-layout .cont {
    color: #707070;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify
}
.about-container .right-layout .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bc9279
}
.about-container .right-layout .more svg {
    margin-bottom: 0;
    margin-right: 5px
}
.about-container.max-center {
    margin: 0 auto 80px
}
.product-container .product-list .product-item {
    margin-bottom: 100px
}
.product-container .product-list .product-item img {
    max-width: 100%;
    margin-bottom: 50px
}
.product-container .product-list .product-item .cont {
    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width:1080px) {
.banner-container {
    margin-bottom: 40px
}
.about-container {
    background-size: 15px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.about-container .left-layout, .about-container .left-layout img {
    width: 100%
}
.about-container .right-layout {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0
}
.about-container .right-layout .icon {
    display: none
}
.about-container .right-layout svg.icon {
    display: block
}
.about-container.max-center {
    margin: 0 auto 40px
}
.product-container .product-list .product-item {
    margin-bottom: 70px
}
.product-container .product-list .product-item img {
    max-width: 100%;
    margin-bottom: 30px
}
.product-container .product-list .product-item .cont {
    width: 90%;
    font-size: 16px
}
}

@media screen and (max-width:768px) {
.banner-container {
    margin-bottom: 30px
}
.about-container {
    background-size: 20px 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.about-container .right-layout {
    padding: 10px 0
}
.about-container .right-layout .title {
    font-size: 18px;
    margin-bottom: 10px
}
.about-container .right-layout .cont {
    font-size: 13px;
    margin-bottom: 10px
}
.about-container.max-center {
    margin: 0 auto 30px
}
.product-container .product-list .product-item {
    margin-bottom: 40px
}
.product-container .product-list .product-item img {
    max-width: 100%;
    margin-bottom: 20px
}
.product-container .product-list .product-item .cont {
    width: 90%;
    font-size: 14px
}
}
.pc-header .logo {
    display: block;
    height: 33px;
    margin: 33px auto
}
.pc-header .logo img {
    display: block;
    max-height: 33px;
    margin: 0 auto
}
.pc-header .nav-list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.pc-header .nav-list .nav-item {
    color: #000;
    font-family: 宋体;
    font-size: 20px;
    margin: 0 50px;
    position: relative
}
.pc-header .nav-list .nav-item.on:after, .pc-header .nav-list .nav-item:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

@media screen and (max-width:1080px) {
.pc-header .logo {
    height: 24px;
    margin: 24px auto
}
.pc-header .logo img {
    max-height: 24px
}
.pc-header .nav-list {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.pc-header .nav-list .nav-item {
    font-size: 18px;
    margin: 0 20px
}
}

@media screen and (max-width:768px) {
.pc-header .logo {
    height: 20px;
    margin: 10px auto
}
.pc-header .logo img {
    max-height: 20px
}
.pc-header .nav-list {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.pc-header .nav-list .nav-item {
    font-size: 12px;
    margin: 0 10px
}
}
.max-center {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto
}
.title-module {
    margin: 0 auto 80px;
    text-align: center
}
.title-module .icon {
    width: 50px;
    margin: 0 auto
}
.title-module .title {
    font-size: 24px;
    font-weight: 400;
    color: #30454e;
    margin-bottom: 50px
}
.title-module .desc {
    font-size: 15px;
    color: #707070
}

@media screen and (max-width:768px) {
.title-module {
    margin: 0 auto 30px
}
.title-module .icon {
    width: 32px
}
.title-module .title {
    font-size: 20px;
    font-weight: 400;
    color: #30454e;
    margin-bottom: 20px
}
.title-module .desc {
    font-size: 13px;
    color: #707070
}
}
.footer-container {
    background-color: #35404e
}
.footer-container .top-layout {
    padding: 90px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.footer-container .top-layout .company-box {
    width: 30%;
    margin-right: 20%
}
.footer-container .top-layout .company-box .logo {
    margin-bottom: 20px;
    display: block
}
.footer-container .top-layout .company-box .cont {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    opacity: .6
}
.footer-container .top-layout .contact-box .title, .footer-container .top-layout .nav-box .title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}
.footer-container .top-layout .nav-box {
    width: 25%
}
.footer-container .top-layout .nav-box a {
    color: #fff;
    display: block;
    position: relative;
    line-height: 2;
    font-size: 14px;
    opacity: .6
}
.footer-container .top-layout .nav-box a:before {
    content: ">";
    margin-right: 5px
}
.footer-container .top-layout .nav-box a:hover {
    opacity: 1
}
.footer-container .top-layout .contact-box {
    width: 25%
}
.footer-container .top-layout .contact-box .cont {
    color: #fff;
    opacity: .6;
    font-size: 14px
}
.footer-container .top-layout .contact-box .cont p {
    line-height: 2
}
.footer-container .bottom-layout {
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: .6;
    line-height: 70px;
    height: 70px;
    border-top: 1px solid hsla(0,0%,100%,.1)
}

@media screen and (max-width:1080px) {
.footer-container .top-layout {
    padding: 50px 0 20px
}
.footer-container .top-layout .company-box {
    width: 35%;
    margin-right: 5%
}
.footer-container .top-layout .company-box .logo {
    margin-bottom: 20px;
    height: 24px
}
.footer-container .top-layout .company-box .logo img {
    height: 24px
}
.footer-container .top-layout .company-box .cont {
    font-size: 12px;
    line-height: 1.8
}
.footer-container .top-layout .contact-box .title, .footer-container .top-layout .nav-box .title {
    font-size: 13px;
    margin-bottom: 10px
}
.footer-container .top-layout .nav-box {
    width: 25%
}
.footer-container .top-layout .nav-box a {
    color: #fff;
    display: block;
    position: relative;
    line-height: 2;
    font-size: 14px;
    opacity: .6
}
.footer-container .top-layout .nav-box a:before {
    content: ">";
    margin-right: 5px
}
.footer-container .top-layout .nav-box a:hover {
    opacity: 1
}
.footer-container .top-layout .contact-box {
    width: 35%
}
.footer-container .top-layout .contact-box .cont {
    color: #fff;
    opacity: .6;
    font-size: 14px
}
.footer-container .top-layout .contact-box .cont p {
    line-height: 2
}
.footer-container .bottom-layout {
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: .6;
    line-height: 70px;
    height: 70px;
    border-top: 1px solid hsla(0,0%,100%,.1)
}
}

@media screen and (max-width:768px) {
.footer-container .top-layout {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.footer-container .top-layout .company-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
}
.footer-container .top-layout .company-box .logo {
    margin-bottom: 10px
}
.footer-container .top-layout .company-box .cont {
    font-size: 12px
}
.footer-container .top-layout .contact-box .title, .footer-container .top-layout .nav-box .title {
    font-size: 14px;
    margin-bottom: 10px
}
.footer-container .top-layout .nav-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.footer-container .top-layout .nav-box .title {
    width: 100%
}
.footer-container .top-layout .nav-box a {
    width: 30%;
    font-size: 13px
}
.footer-container .top-layout .nav-box a:before {
    content: ">";
    margin-right: 5px
}
.footer-container .top-layout .nav-box a:hover {
    opacity: 1
}
.footer-container .top-layout .contact-box {
    width: 100%
}
.footer-container .top-layout .contact-box .cont {
    color: #fff;
    opacity: .6;
    font-size: 13px
}
.footer-container .top-layout .contact-box .cont p {
    line-height: 2
}
.footer-container .bottom-layout {
    font-size: 12px;
    line-height: 48px;
    height: 48px
}
}

      .footer-container{
          background-color:#0D351B;
      }

    .footer-container .logo img {
      max-height: 100%;
      height: 44px;
    }

    .footer-container .top-layout .contact-box .title,
    .footer-container .top-layout .nav-box .title {
      font-size: 18px;
    }

    .icon-list a {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin-bottom: 10px;
      color: #fff;
    }

    .icon-list a:hover {
      opacity: .5;
    }

    .icon-list a i {
      width: 24px;
      display: flex;
      justify-content: center;
      margin-right: 5px;
    }

    .footer-container .top-layout .company-box .cont {
      font-size: 16px;
    }

    .footer-container .top-layout .company-box {
      width: 40%;
      margin-right: 0;
    }

    @media screen and (max-width:768px) {
      .footer-container .top-layout .nav-box a {
        font-size: 12px;
      }

      .footer-container .top-layout .company-box .cont {
        font-size: 13px;
      }

      .footer-container .top-layout .contact-box .title,
      .footer-container .top-layout .nav-box .title {
        font-size: 16px;
      }

      .footer-container .top-layout .company-box {
        width: 100%;
      }

      .footer-container .top-layout .contact-box .cont .icon-list {
        display: flex;
        flex-wrap: wrap;
      }

      .footer-container .top-layout .contact-box .cont .icon-list .icon-item {
        margin-bottom: 10px;
        width: 33.3%;
        align-items: center;
      }

      .footer-container .top-layout .contact-box .cont .icon-list .icon-item i {
        align-items: center;
        width: 16px;
      }
    }


.container{ }


