﻿@media only screen and (min-width: 1680px) {
  .large_screen {
    display: block;
  }
  .small_screen {
    display: none;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #eee;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 .part_one {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .part_three {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.9rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide:hover .desc {
    background: url(../../img/goods_inspect/active_bg.png) no-repeat center center / 100% 100%;
    color: #fff !important;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box {
    width: 3.35rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box img {
    width: 3rem;
    height: 4rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .desc {
    height: 0.8rem;
    width: 3.35rem;
    line-height: 0.8rem;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-next {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/index/news_right.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 86%;
    left: 52%;
    z-index: 99;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/goods_inspect/prev_icon.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 86%;
    left: 46%;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1680px) {
  .large_screen {
    display: block;
  }
  .small_screen {
    display: none;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #eee;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 .part_one {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .part_three {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.9rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide:hover .desc {
    background: url(../../img/goods_inspect/active_bg.png) no-repeat center center / 100% 100%;
    color: #fff !important;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box {
    width: 3.35rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box img {
    width: 3rem;
    height: 4rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .desc {
    height: 0.8rem;
    width: 3.35rem;
    line-height: 0.8rem;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-next {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/index/news_right.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 86%;
    left: 52%;
    z-index: 99;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/goods_inspect/prev_icon.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 86%;
    left: 46%;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .large_screen {
    display: none;
  }
  .small_screen {
    display: block;
  }
  .my_container {
    width: 100%;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    padding-top: 0.9rem;
  }
  #main .section1 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #eee;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 .part_one {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .part_three {
    background: url(../../img/goods_inspect/inspect_bg_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.2rem;
    width: 95%;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .goods_container .goods_part .large_screen {
    display: none;
  }
  #main .section3 .content_box .goods_container .goods_part .small_screen {
    display: block;
  }
  #main .section3 .content_box .goods_container .goods_part .small_screen .swiper-slide {
    width: 30rem;
  }
  #main .section3 .content_box .goods_container .goods_part .small_screen .swiper-slide .swiper_box {
    display: flex;
    width: auto;
  }
  #main .section3 .content_box .goods_container .goods_part .small_screen .swiper-slide .swiper_box .slide_box {
    display: flex;
    flex-direction: column;
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide:hover .desc {
    background: url(../../img/goods_inspect/active_bg.png) no-repeat center center / 100% 100%;
    color: #fff !important;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box {
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box img {
    width: 2.7rem;
    height: 3.6rem;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .desc {
    height: 0.8rem;
    width: 100%;
    padding: 0 0.1rem;
    line-height: 0.8rem;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-next {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/index/news_right.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 94%;
    left: 55%;
    z-index: 99;
  }
  #main .section3 .content_box .goods_container .goods_part .swiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/goods_inspect/prev_icon.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 94%;
    left: 40%;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#main .section3 .content_box .goods_container .goods_part .swiper .swiper-wrapper .swiper-slide .slide_box .img_box img {
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.11);
}
/*# sourceMappingURL=goods_inspect.css.map */