/* XL Device :1200px */
@media (min-width: 1200px) and (max-width: 1500px) {
  .nav .navlist {
    width: 60%;
  }
  .nav .navlist .sub-box.active .sub-pro-nav {
    margin-right: 10%;
  }
  .index-product-list .product-box .pro-item {
    width: 23%;
  }
  .index-product-list .product-box .pro-item .pro-title {
    font-size: 15px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(1) {
    font-size: 24px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right h2 {
    font-size: 25px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(3) {
    font-size: 14px;
  }
  .index-about .about-video {
    height: 600px;
  }
  .index-about .about-youshi {
    display: flex;
    flex-direction: row;
    width: 83.3%;
    height: 230px;
    margin-top: 40px;
  }
  .index-about .about-youshi .youshi-item p {
    font-size: 18px;
  }
  .index-news {
    background: url(../images/index-news-bg.png) no-repeat center;
    width: 100%;
    margin-top: 50px;
  }
  .index-news .news-box {
    width: 83.3%;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .top-news-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .index-news .news-box .top-news-box .news-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-left .title-box {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .index-news .news-box .top-news-box .news-left .title-box .index-tips {
    margin-bottom: 5px;
  }
  .index-news .news-box .top-news-box .news-left .title-box img {
    margin-top: 20px;
  }
  .index-news .news-box .top-news-box .news-left .top-news {
    display: block;
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-left .top-news img {
    width: 100%;
    object-fit: cover;
  }
  .index-news .news-box .top-news-box .news-right {
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container {
    position: relative;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 410px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(2) {
    font-size: 22px;
  }
  .index-news .news-box .news-list .news-item p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .footer .left-box .contact {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav .navlist {
    width: 60%;
  }
  .nav .navlist .sub-box.active .sub-pro-nav {
    margin-right: 10%;
  }
  .nav .navlist .sub-box.active .sub-pro-img {
    width: 350px;
    height: 220px;
  }
  .nav .navlist .sub-box.active .sub-pro-img #navSwiper {
    height: 220px;
  }
  .nav .navlist .sub-box.active .sub-pro-img #navSwiper .swiper-wrapper {
    height: 220px;
  }
  .nav .navlist .sub-box.active .sub-pro-img a img {
    width: 350px;
    height: 220px;
    object-fit: contain;
    z-index: 10;
  }
  .index-product-list .product-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .index-product-list .product-box .pro-item {
    position: relative;
    padding: 3% 0;
    width: 18%;
    transition: all 500ms;
  }
  .index-product-list .product-box .pro-item .pro-img {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
  }
  .index-product-list .product-box .pro-item .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 350ms;
  }
  .index-product-list .product-box .pro-item .pro-title {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
  }
  .index-product-list .product-box .pro-item.active .pro-title {
    color: #0068b7;
    font-weight: bold;
  }
  .index-product-list .product-box .pro-item.active .pro-img img {
    transform: scale(1.2);
  }
  .index-product-list .product-box .pro-item.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 16px;
    background: url(../images/sanjiao.png) no-repeat center;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 5%;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right h2 {
    font-size: 20px;
    color: #0068b7;
    font-weight: bold;
    margin-bottom: 8%;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(3) {
    font-size: 14px;
    font-weight: lighter;
    color: #666666;
    margin-bottom: 5%;
    min-height: 130px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn {
    width: 240px;
    height: 40px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a {
    display: inline-block;
    position: relative;
    width: 49%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    z-index: 0;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-pro-btn {
    width: 60px;
    height: 60px;
    top: 50%;
    position: absolute;
    transition: all 500ms;
    z-index: 99;
  }
  .index-about .about-box {
    position: relative;
    width: 83.3%;
    margin: 60px auto 10px;
    height: 200px;
    padding: 0 0 0 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-about .about-box .about-bg {
    position: absolute;
    width: 250px !important;
    height: 330px !important;
    top: 0;
    z-index: 99;
    left: 0;
  }
  .index-about .about-box .about-left {
    margin-left: 3%;
  }
  .index-about .about-box .about-left p:nth-child(1) {
    font-size: 28px;
  }
  .index-about .about-box .about-left p:nth-child(2) {
    font-size: 14px;
  }
  .index-about .about-box .about-right {
    margin-left: 1%;
  }
  .index-about .about-box .about-right a {
    display: flex;
    position: relative;
    width: 60px;
    height: 60px;
    background: #0068b7;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
  }
  .index-about .about-video {
    height: 500px;
  }
  .index-about .about-youshi {
    height: 200px;
  }
  .index-about .about-youshi .youshi-item p {
    font-size: 16px;
  }
  .index-contact .contact-box > p {
    font-size: 16px;
  }
  .index-contact .contact-box .contact-btn i:nth-child(3) {
    margin-left: 10px;
  }
  .index-news {
    background: url(../images/index-news-bg.png) no-repeat center;
    width: 100%;
    margin-top: 50px;
  }
  .index-news .news-box {
    width: 83.3%;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .top-news-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .index-news .news-box .top-news-box .news-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-left .title-box {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .index-news .news-box .top-news-box .news-left .title-box .index-tips {
    margin-bottom: 5px;
  }
  .index-news .news-box .top-news-box .news-left .title-box img {
    margin-top: 20px;
  }
  .index-news .news-box .top-news-box .news-left .top-news {
    display: block;
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-left .top-news img {
    width: 100%;
    object-fit: cover;
  }
  .index-news .news-box .top-news-box .news-right {
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container {
    position: relative;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 385px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info {
    height: 110px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(2) {
    font-size: 18px;
  }
  .index-news .news-box .news-list .news-item p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .footer .left-box .contact {
    font-size: 22px !important;
  }
}
@media (max-width: 1056px) and (min-width: 992px) {
  .nav .navlist {
    width: 70%;
  }
  .nav .logo .nav-line {
    display: none;
  }
  .nav .logo .logo-des {
    display: none;
  }
}
@media (max-width: 992px) {
  .m-hidden {
    display: none !important;
  }
  .p-hidden {
    display: block !important;
  }
  .top_bar {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .title-box {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  .title-box .index-title {
    font-size: 30px;
    font-weight: bold;
    color: #0068b7;
  }
  .title-box .index-tips {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
  }
  .title-box .index-logo {
    width: 40px;
    height: 30px;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
  }
  .banner #bannerSwiper .swiper-slide {
    margin-top: 90px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box {
    width: 62.9%;
    padding-left: 2%;
    padding-right: 2%;
    height: 60px;
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-left {
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-left:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 40px;
    height: 60px;
    background: url(../images/hot.png) no-repeat center;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form {
    width: 100%;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-s {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination {
    width: 37.1%;
    height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination .pagination {
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .index-product-list .product-box .pro-item .pro-title {
    font-size: 14px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper {
    height: 470px;
  }
  .index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-left {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .index-about .about-box {
    position: relative;
    width: 83.3%;
    margin: 60px auto 10px;
    height: 200px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-about .about-box .about-left {
    margin-left: 0;
  }
  .index-about .about-box .about-left p:nth-child(1) {
    font-size: 24px;
  }
  .index-about .about-box .about-left p:nth-child(2) {
    font-size: 14px;
  }
  .index-about .about-box .about-right {
    margin-left: 1%;
  }
  .index-about .about-box .about-right a {
    display: flex;
    position: relative;
    width: 60px;
    height: 60px;
    background: #0068b7;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
  }
  .index-about .about-video {
    height: 300px;
  }
  .index-about .about-youshi {
    height: 150px;
  }
  .index-about .about-youshi .youshi-item i {
    background-size: 60% !important;
  }
  .index-about .about-youshi .youshi-item p {
    font-size: 12px;
  }
  .index-news {
    background: url(../images/index-news-bg.png) no-repeat center;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0 30px 0;
  }
  .index-news .title-box {
    margin-top: 0;
  }
  .index-news .news-box {
    width: 83.3%;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .top-news-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
  }
  .index-news .news-box .top-news-box .news-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-left .title-box {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .index-news .news-box .top-news-box .news-left .title-box .index-tips {
    margin-bottom: 5px;
  }
  .index-news .news-box .top-news-box .news-left .title-box img {
    margin-top: 20px;
  }
  .index-news .news-box .top-news-box .news-left .top-news {
    display: block;
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-left .top-news img {
    width: 100%;
    object-fit: cover;
  }
  .index-news .news-box .top-news-box .news-right {
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container {
    position: relative;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 385px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info {
    height: 110px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(2) {
    font-size: 18px;
  }
  .index-news .news-box .news-list {
    display: flex;
    width: 100%;
    height: 230px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .index-news .news-box .news-list.flex {
    display: flex !important;
  }
  .index-news .news-box .news-list .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 45%;
    height: 230px;
    padding: 2% 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .news-list .news-item p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  .index-news .news-box .news-list .news-item p:nth-child(2) {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #0068b7;
  }
  .index-news .news-box .news-list .news-item p:nth-child(3) {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
  }
  .index-news .news-box .news-list .news-item .news-line {
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #efefef;
    bottom: 0;
    left: 0;
  }
  .index-news .news-box .news-list .news-item .news-line:after {
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #f08300;
    bottom: 0;
    left: -100%;
  }
  .index-news .news-box .news-list .news-item:hover p:nth-child(1) {
    color: #0068b7;
  }
  .index-news .news-box .news-list .news-item:hover .news-line:after {
    left: 0;
    animation: new-width 350ms;
  }
  .footer .footer-contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 80px;
    line-height: 80px;
  }
  .footer .footer-contact .left-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 89.5%;
    height: 100%;
  }
  .footer .footer-contact .left-box .contact {
    display: block;
    position: relative;
    width: 13.7%;
    background: #0068b7;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    transition: all 350ms;
  }
  .footer .footer-contact .left-box .contact:hover {
    background-image: -moz-linear-gradient(90deg, #333, #f08300);
    background-image: -ms-linear-gradient(90deg, #333, #f08300);
    background-image: linear-gradient(90deg, #333, #f08300);
    background-image: -o-linear-gradient(90deg, #333, #f08300);
  }
  .footer .footer-contact .left-box .contact-icon {
    width: 8.3%;
    height: 100%;
    background: #d5d5d5 url(../images/foot-contact.png) no-repeat center;
    background-size: 50%;
  }
  .footer .footer-contact .left-box .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 1%;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 86.3%;
    height: 100%;
    background: #efefef;
  }
  .footer .footer-contact .left-box .contact-info p {
    position: relative;
    font-size: 12px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5%;
  }
  .footer .footer-contact .left-box .contact-info p:before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;
  }
  .footer .footer-contact .left-box .contact-info p:nth-child(1):before {
    background: url(../images/icon-add.png) no-repeat center;
  }
  .footer .footer-contact .left-box .contact-info p:nth-child(2):before {
    background: url(../images/icon-tel.png) no-repeat center;
  }
  .footer .footer-contact .left-box .contact-info p:nth-child(3):before {
    background: url(../images/icon-email.png) no-repeat center;
  }
  .footer .footer-contact .right-box {
    width: 10.5%;
    height: 100%;
  }
  .footer .footer-contact .right-box .contact-wechat {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f08300 url(../images/footer-wechat.png) no-repeat center;
  }
  .footer .footer-contact .right-box .contact-wechat .wechat-img {
    display: none;
    position: absolute;
    background: url(../images/wechat-bg.png) no-repeat center;
    width: 136px;
    height: 167px;
    right: 8%;
    top: -178%;
  }
  .footer .footer-contact .right-box .contact-wechat .wechat-img img {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 50%;
    margin-left: -50px;
  }
  .footer .footer-contact .right-box .contact-wechat .wechat-img p {
    text-align: center;
    position: absolute;
    bottom: 30px;
    height: 14px;
    width: 100%;
    line-height: 14px;
  }
  .footer .footer-contact .right-box .contact-wechat:hover .wechat-img {
    display: block;
  }
  .footer .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
    width: 100%;
  }
  .footer .footer-nav .footer-nav-left {
    width: 89.5%;
    height: 100%;
  }
  .footer .footer-nav .footer-nav-left .contact-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    overflow: hidden;
  }
  .footer .footer-nav .footer-nav-left .contact-box .lizi {
    position: absolute;
    left: -200px;
    top: -150px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .footer .footer-nav .footer-nav-left .contact-box .footer-logo {
    width: 12.5%;
    height: 100%;
  }
  .footer .footer-nav .footer-nav-left .contact-box .footer-logo img {
    width: 80%;
    height: 100%;
    object-fit: contain;
  }
  .footer .footer-nav .footer-nav-left .contact-box .footer-nav-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: 14px;
    z-index: 10;
  }
  .footer .footer-nav .footer-nav-left .contact-box .footer-nav-box a {
    font-size: 16px;
    color: #333;
  }
  .footer .footer-nav .footer-nav-left .contact-box .footer-nav-box a:hover {
    color: #0068b7;
  }
  .footer .footer-nav .footer-nav-left .foot-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 28%;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-nav .footer-nav-left .foot-info a {
    color: #fff;
    font-size: 14px;
  }
  .footer .footer-nav .footer-nav-right {
    cursor: pointer;
    width: 10.5%;
    height: 100%;
    background: #0068b7 url(../images/top.png) no-repeat center;
  }
}
@media (max-width: 768px) {
  .light {
    background: #f5f5f5;
  }
  .deep {
    background: #f5f5f5;
  }
  .title-box {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .title-box .index-title {
    font-size: 22px;
    font-weight: bold;
    color: #0068b7;
  }
  .title-box .index-tips {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
  }
  .title-box .index-logo {
    width: 40px;
    height: 30px;
  }
  .x-hidden {
    display: none !important;
  }
  .l-hidden {
    display: block;
  }
  .mobile-search {
    background: rgba(0, 0, 0, 0.8);
    height: 60px;
    z-index: 99;
  }
  .mobile-search .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-search .search-box .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .mobile-search .search-box .search-form .search-s {
    width: 60%;
    height: 40px;
    line-height: 40px;
    padding: 0 7.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfe0e1;
    color: #000000;
    font-size: 14px;
  }
  .mobile-search .search-box .search-form .search-btn {
    display: block;
    position: relative;
    width: 38%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f08300;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    z-index: 10;
  }
  .mobile-search .search-box .search-form .search-btn:hover {
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, #333, #f08300);
    background-image: -ms-linear-gradient(90deg, #333, #f08300);
    background-image: linear-gradient(90deg, #333, #f08300);
    background-image: -o-linear-gradient(90deg, #333, #f08300);
  }
  .mobile-product .pro-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .mobile-product .pro-box .pro-item {
    position: relative;
    width: 48%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #0068b7;
    margin-bottom: 10px;
  }
  .mobile-product .pro-box .pro-item .pro-img {
    display: block;
    height: 110px;
    overflow: hidden;
    padding: 1%;
  }
  .mobile-product .pro-box .pro-item .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mobile-product .pro-box .pro-item .pro-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #0068b7;
    font-weight: bold;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
  }
  .nav .logo {
    height: 60px;
    padding-bottom: 10px;
  }
  .nav .logo img {
    width: 70%;
  }
  .nav .fixBut {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .nav .navBg ul li a {
    font-size: 22px;
    color: #fff;
  }
  .banner #bannerSwiper .swiper-slide {
    margin-top: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box {
    width: 62.9%;
    padding-left: 2%;
    padding-right: 2%;
    height: 60px;
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-left {
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-left:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 40px;
    height: 60px;
    background: url(../images/hot.png) no-repeat center;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form {
    width: 100%;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-s {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination {
    width: 37.1%;
    height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination .pagination {
    line-height: 60px;
  }
  .banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .index-about .about-box {
    position: relative;
    width: 83.3%;
    margin: 30px auto 10px;
    height: 260px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-about .about-box .about-left {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .index-about .about-box .about-left p:nth-child(1) {
    font-size: 18px;
    text-align: center;
  }
  .index-about .about-box .about-left p:nth-child(2) {
    font-size: 14px;
  }
  .index-about .about-video {
    height: 250px;
    margin-top: 30px;
  }
  .index-about .about-youshi {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-about .about-youshi .youshi-item {
    width: 47%;
    margin-bottom: 10px;
    height: auto;
  }
  .index-about .about-youshi .youshi-item i {
    background-size: 60% !important;
  }
  .index-about .about-youshi .youshi-item p {
    font-size: 12px;
  }
  .m-btn {
    display: block;
    margin: 0 auto 20px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f08300;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
  }
  .index-news {
    background: url(../images/index-news-bg.png) no-repeat center;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0 0 0;
  }
  .index-news .title-box {
    margin-top: 0;
  }
  .index-news .news-box {
    width: 83.3%;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .top-news-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
  }
  .index-news .news-box .top-news-box .news-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
  }
  .index-news .news-box .top-news-box .news-left .title-box {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .index-news .news-box .top-news-box .news-left .title-box .index-tips {
    margin-bottom: 5px;
  }
  .index-news .news-box .top-news-box .news-left .title-box img {
    margin-top: 20px;
  }
  .index-news .news-box .top-news-box .news-left .top-news {
    display: block;
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-left .top-news img {
    width: 100%;
    object-fit: cover;
  }
  .index-news .news-box .top-news-box .news-right {
    width: 100%;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container {
    position: relative;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info {
    height: 80px;
  }
  .index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(2) {
    font-size: 14px;
  }
  .index-news .news-box .news-list {
    display: flex;
    width: 100%;
    height: 230px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .index-news .news-box .news-list.flex {
    display: flex !important;
  }
  .index-news .news-box .news-list .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 45%;
    height: 230px;
    padding: 2% 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-news .news-box .news-list .news-item p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .index-news .news-box .news-list .news-item p:nth-child(2) {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #0068b7;
  }
  .index-news .news-box .news-list .news-item p:nth-child(3) {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
  }
  .index-news .news-box .news-list .news-item .news-line {
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #efefef;
    bottom: 0;
    left: 0;
  }
  .index-news .news-box .news-list .news-item .news-line:after {
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #f08300;
    bottom: 0;
    left: -100%;
  }
  .index-news .news-box .news-list .news-item:hover p:nth-child(1) {
    color: #0068b7;
  }
  .index-news .news-box .news-list .news-item:hover .news-line:after {
    left: 0;
    animation: new-width 350ms;
  }
  .m-contact {
    width: 100%;
    height: 260px;
    background: url(../images/nm-foot-bg.png) no-repeat left center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 3% 5%;
  }
  .m-contact .company-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  .m-contact .mobile-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
  .m-contact .mobile-contact .contact-info p {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m-contact .mobile-contact .mobile-qrcode {
    width: 104px;
    height: 104px;
  }
  .m-contact .mobile-contact .mobile-qrcode img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-footer {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #333;
    z-index: 990;
  }
  .m-footer a {
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-left: 6%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-footer a:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
  }
  .m-footer a.m-home {
    background: url(../images/m-home.png) no-repeat left 17% center;
    background-size: 23px;
  }
  .m-footer a.m-pro {
    background: url(../images/m-pro.png) no-repeat left 17% center;
    background-size: 23px;
  }
  .m-footer a.m-tel {
    background: url(../images/m-tel.png) no-repeat left 17% center;
    background-size: 23px;
  }
  .navBg {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform: translate(-100%, 0);
    background: url(../images/nav-m-bg.jpg) no-repeat left center;
    background-size: cover;
    z-index: 1010;
  }
  .navBg.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .navBg ul {
    position: fixed;
    top: 60px !important;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1% 7% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navBg ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 47%;
    height: 100px;
    margin-bottom: 40px;
  }
  .navBg ul li i {
    width: 48px;
    height: 48px;
  }
  .navBg ul li i>a {
    display: block;
    width:100%;
    height:100%;
  }
  .navBg ul li a {
    font-size: 28px;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .l-hidden {
    display: none !important;
  }
}
/*# sourceMappingURL=media.css.map */