﻿@media only screen and (min-width: 1680px) {
  #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: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    display: block;
  }
  #main .section2 .nav_part .small_screen {
    display: none;
  }
  #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 {
    background: url(../../img/firm_honor/honor_bg.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 .honor_title .change_tab {
    margin-bottom: 0.75rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 1.32rem;
    height: 0.4rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .honor_pic ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main .section3 .content_box .honor_pic ul .pic_item {
    position: relative;
    width: 32%;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .cover {
    position: absolute;
    top: 0rem;
    left: 0.25rem;
    width: 3.6rem;
    height: 2.85rem;
    background-image: linear-gradient(to top, #acb10c, rgba(255, 255, 255, 0));
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .desc {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 0.6rem;
    left: 0.5rem;
    width: 3.2rem;
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .cover {
    display: block;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .desc {
    display: block;
  }
  #main .section3 .content_box .honor_pic ul .pic_item img {
    width: 4.37rem;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #main .my-page .my-page-group .my-page-checked {
    background-color: #acb10c;
    border-color: #acb10c;
  }
  #main .my-page .my-page-group .my-page-cell:hover {
    background-color: #acb10c !important;
    border-color: #acb10c !important;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 768px) {
  #main .section3 .content_box .honor_pic ul .pic_item:hover .cover {
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .desc {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  #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: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    display: block;
  }
  #main .section2 .nav_part .small_screen {
    display: none;
  }
  #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 {
    background: url(../../img/firm_honor/honor_bg.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 .honor_title .change_tab {
    margin-bottom: 0.75rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 1.8rem;
    height: 0.4rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li:nth-child(2) {
    width: 1.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li:nth-child(3) {
    width: 2.1rem;
  }
  #main .section3 .content_box .honor_pic ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main .section3 .content_box .honor_pic ul .pic_item {
    position: relative;
    width: 33%;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .cover {
    position: absolute;
    top: 0rem;
    left: 0.28rem;
    width: 3.6rem;
    height: 2.85rem;
    background-image: linear-gradient(to top, #acb10c, rgba(255, 255, 255, 0));
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .desc {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 0.6rem;
    left: 0.5rem;
    width: 3.2rem;
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .cover {
    display: block;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .desc {
    display: block;
  }
  #main .section3 .content_box .honor_pic ul .pic_item img {
    width: 4.37rem;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #main .my-page .my-page-group .my-page-checked {
    background-color: #acb10c !important;
    border-color: #acb10c !important;
  }
  #main .my-page .my-page-group .my-page-cell:hover {
    background-color: #acb10c !important;
    border-color: #acb10c !important;
  }
}
@media only screen and (max-width: 768px) {
  .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 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
    display: none;
    padding-left: 0.3rem;
  }
  #main .section2 .nav_part .small_screen {
    display: block;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
  }
  #main .section2 .nav_part .small_screen .swiper {
    position: relative;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-wrapper .swiper-slide {
    width: 10rem !important;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-scrollbar {
    bottom: -0.3rem;
    height: 0.01rem;
  }
  #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.2rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
    display: block;
    width: 100%;
  }
  #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 {
    background: url(../../img/firm_honor/honor_bg.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.5rem;
  }
  #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.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab {
    margin-bottom: 0.3rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 2rem;
    height: 0.5rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li a {
    font-size: 12px;
  }
  #main .section3 .content_box .honor_title .change_tab ul li:first-child {
    justify-content: flex-end;
    width: 1.8rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li:first-child a {
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li:last-child {
    width: 1.5rem;
  }
  #main .section3 .content_box .honor_pic {
    padding: 0 10px;
  }
  #main .section3 .content_box .honor_pic ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main .section3 .content_box .honor_pic ul .pic_item {
    position: relative;
    width: 45%;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .cover {
    position: absolute;
    top: 0rem;
    left: 0.3rem;
    width: 3.6rem;
    height: 2.8rem;
    background-image: linear-gradient(to top, #acb10c, rgba(255, 255, 255, 0));
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .desc {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 0.6rem;
    left: 0.5rem;
    width: 3.2rem;
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .cover {
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .desc {
    display: none;
  }
  #main .section3 .content_box .honor_pic ul .pic_item img {
    width: 100%;
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #main .my-page .my-page-group .my-page-checked {
    background-color: #acb10c;
    border-color: #acb10c;
  }
  #main .my-page .my-page-group .my-page-cell:hover {
    background-color: #acb10c !important;
    border-color: #acb10c !important;
  }
}
#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#cover .big_img {
  width: 90%;
  height: auto;
  display: block;
}
#main .section3 .content_box .honor_pic ul .pic_item {
  box-shadow: 0px 10px 54px 18px rgba(0, 0, 0, 0.51);
}
#main .section3 .content_box .honor_pic ul .pic_item img {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  #main .section3 .content_box .honor_pic ul .pic_item {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.51);
  }
}
/*# sourceMappingURL=firm_honor.css.map */