﻿#main {
  padding-bottom: 0.1rem !important;
}
@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 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: 3.2rem;
    height: 1rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #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: 48%;
    box-sizing: border-box;
    background: url(../../img/new_book_exp/pic_bg.png) no-repeat center center / 100% 100%;
    margin-bottom: 0.4rem;
    padding: 0.36rem;
    height: auto;
    display: flex;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic {
    margin-right: 0.4rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic img {
    width: 2.75rem;
    display: block;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info {
    width: calc(100% - 3.15rem);
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .book_title {
    font-size: 24px;
    color: #acb10c;
    font-weight: bold;
    margin-bottom: 0.3rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .market_time {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .intro_text {
    width: 100%;
    padding-top: 0.2rem;
    font-size: 14px;
    color: #666;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn {
    width: 2rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.24rem;
    border: 1px solid #999;
    color: #666;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn .download_icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_02.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn {
    background-color: #acb10c;
    color: #fff;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn .download_icon {
    background-image: url(../../img/new_book_exp/w_icon_01.png);
  }
  #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 (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 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: 3.2rem;
    height: 1rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #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: 48%;
    box-sizing: border-box;
    background: url(../../img/new_book_exp/pic_bg.png) no-repeat center center / 100% 100%;
    margin-bottom: 0.4rem;
    padding: 0.36rem;
    height: 4.4rem;
    display: flex;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic {
    margin-right: 0.4rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic img {
    width: 2.75rem;
    height: 3.77rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .book_title {
    color: #acb10c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.3rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .market_time {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .intro_text {
    width: 90%;
    padding-top: 0.2rem;
    font-size: 14px;
    color: #666;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn {
    width: 2rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.24rem;
    border: 1px solid #999;
    color: #666;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn .download_icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_02.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn {
    background-color: #acb10c;
    color: #fff;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn .download_icon {
    background-image: url(../../img/new_book_exp/w_icon_01.png);
  }
  #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 (max-width: 1200px) {
  #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 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: 3.2rem;
    height: 1rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #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: 48%;
    box-sizing: border-box;
    background: url(../../img/new_book_exp/pic_bg.png) no-repeat center center / 100% 100%;
    margin-bottom: 0.4rem;
    padding: 0.36rem;
    display: flex;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic {
    margin-right: 0.4rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic img {
    width: 2.4rem;
    height: auto;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info {
    width: calc(100% - 2.8rem);
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .book_title {
    color: #acb10c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.2rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .market_time {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .intro_text {
    width: 90%;
    padding-top: 0.2rem;
    font-size: 12px;
    color: #666;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn {
    width: 2rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.24rem;
    border: 1px solid #999;
    color: #666;
    font-size: 14px;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn .download_icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_02.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn {
    background-color: #acb10c;
    color: #fff;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn .download_icon {
    background-image: url(../../img/new_book_exp/w_icon_01.png);
  }
  #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 (max-width: 768px) {
  .my_container {
    width: 100% !important;
  }
  #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: #fff;
  }
  #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 {
    background: url(../../img/firm_honor/honor_bg.jpg) no-repeat center right / cover;
  }
  #main .section3 .content_box {
    padding-top: 0.3rem;
  }
  #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: 3.2rem;
    height: 1rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .honor_pic {
    width: 95%;
    margin: 0 auto;
  }
  #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: 100%;
    box-sizing: border-box;
    background: url(../../img/new_book_exp/pic_bg.png) no-repeat center center / 100% 100%;
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    height: auto;
    display: flex;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic {
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .left_pic img {
    width: 2.75rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info {
    width: calc(100% - 3.15rem);
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .book_title {
    color: #acb10c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.1rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .market_time {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .intro_text {
    width: 100%;
    padding-top: 0.1rem;
    font-size: 12px;
    color: #666;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn {
    width: 2rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.24rem;
    border: 1px solid #999;
    color: #666;
  }
  #main .section3 .content_box .honor_pic ul .pic_item .right_info .download_btn .download_icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_02.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn {
    background-color: #acb10c;
    color: #fff;
  }
  #main .section3 .content_box .honor_pic ul .pic_item:hover .download_btn .download_icon {
    background-image: url(../../img/new_book_exp/w_icon_01.png);
  }
  #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;
  }
}
#main .section3 .content_box .honor_pic ul .pic_item .left_pic img {
  box-shadow: 0px 10px 54px 9px rgba(0, 0, 0, 0.11);
}
/*# sourceMappingURL=new_book_exp.css.map */