@media screen and (max-width: 1028px) {
  .privacy_top,
  .guide_top,
  .wealth_top,
  .statement_top,
  .annualreport_top,
  .complaint_top,
  .overviewbg_top,
  .product_top,
  .structure_top,
  .information_top {
    height: 280px;
  }

  .left_nav {
    width: 100%;
    top: 0px;
    margin-top: 20px;
  }

  .nav_title {
    display: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .nav_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding: 20px 0px;
    border-radius: 6px;
    background-color: #fff;
  }

  .nav_list li {
    width: 47%;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .nav_list li:nth-child(2n-1) {
    margin-left: 3%;
  }

  .nav_list .nav_on,
  .nav_list .nav_on a,
  .nav_list .navon,
  .nav_list .navon a,
  .nav_list li:hover,
  .nav_list li:hover a {
    border-radius: 20px;
    background-color: #fdb940;
    color: #fff;
    background-image: none;
    padding-left: 0;
  }
.nav_list li a {
    padding-left: 0;
}

  .nav_list .nav_on::before,
  .nav_list .navon::before,
  .nav_list li:hover::before {
    display: none;
  }

  .content,
  .detail_content {
    width: 100%;
    padding: 0 3%;
    background: url(../images/bg_04.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }

  .complaint {
    background-image: none;
  }

  .content::after {
    content: "";
    display: table;
    clear: both;
  }

  .content_right,
  .content_text {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #fff;
  }

  .content_title span {
    font-size: 24px;
    line-height: 50px;
  }

  .left_time {
    width: 80px;
  }

  .annualreport_title {
    flex: auto;
    width: 70%;
  }

  .headline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }

  .annualreport_title {
    padding-left: 15px;
  }

  .left_time .day {
    font-size: 28px;
    line-height: 35px;
  }

  .annualreport_item {
    height: 100px;
    padding: 15px 0 20px;
  }

  .headline {
    line-height: 35px;
  }

  .right_jt {
    justify-content: flex-end;
  }

  .kkpager_box {
    margin-top: 20px;
    padding: 0;
  }

  .pageBtnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pageBtnWrap a,
  .pageBtnWrap .curr {
    margin-bottom: 10px;
    min-width: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .infoTextAndGoPageBtnWrap {
    line-height: 35px;
  }

  #kkpager_btn_go_input {
    position: relative;
    top: -1px;
  }

  .content_text .text {
    width: 100%;
  }

  .content_text .content_img {
    width: 100%;
    margin: 20px 0 40px;
  }

  .content_text {
    padding-top: 10px;
  }

  .complaint_box {
    padding: 20px;
    margin: 40px 0;
  }

  .complaint_content {
    padding: 20px 15px 50px;
  }

  .complaint_title span {
    font-size: 20px;
    padding: 0 24px;
  }

  .complaint_title span::before,
  .complaint_title span::after {
    top: 9px;
    width: 10px;
    height: 10px;
  }

  .complaint_title::after {
    top: 15px;
  }

  .suggest_item {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .culture {
    padding: 0 10px;
    background-size: contain;
    background-position-y: 45px;
    background-image: none;
  }

  .suggest_label {
    width: 100%;
    text-align-last: left;
  }

  .suggest_input .smscode,
  .smscode_input {
    width: 155px;
  }

  .suggest_item img {
    width: 100px;
  }

  .suggest_btn {
    margin-left: 0px;
    text-align: center;
  }

  .suggest_btn button {
    width: 120px;
    margin-right: 15px;
  }

  .suggest_btn button:nth-child(2) {
    margin-right: 0;
  }

  .detail_title {
    font-size: 24px;
  }

  .detail_info span {
    margin-right: 10px;
  }

  .detail_info {
    height: 50px;
    padding: 0;
  }

  .detail_content .content_text {
    padding: 30px 0;
  }

  .annualreport_text {
    padding-bottom: 20px;
  }

  .contact_list .contact_item:nth-last-child(2) {
    border-bottom: 1px solid #ebebeb;
  }

  .contact_item {
    width: 100%;
  }

  .contact_title {
    font-size: 22px;
  }

  .contact_item {
    height: auto;
    padding: 20px;
    border-right: none;
  }

  .contact_item .btn {
    position: static;
  }

  .content_text {
    padding-bottom: 20px;
  }

  .detail_warp .detail_content {
    background-image: none;
  }

  #swiper-container1 .swiper-slide a {
    font-size: 18px;
  }

  .swiper-button-prev img,
  .swiper-button-next img {
    width: 20px;
  }

  #swiper-container1 .swiper-button-next,
  #swiper-container1 .swiper-button-prev {
    top: 31px;
  }

  #swiper-container1 .swiper-button-prev {
    left: 0px;
  }

  #swiper-container1 .swiper-button-next {
    right: 0px;
  }

  #swiper-container2 .swiper-slide h4 {
    font-size: 26px;
  }

  #swiper-container2 .swiper-slide h4,
  .memorabilia_item {
    margin-bottom: 20px;
  }

  .notice_title {
    font-size: 16px;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .notice_item {
    height: 60px;
    line-height: 60px;
  }

  .notice_item a {
    padding: 0 10px 0 20px;
  }

  .notice_item::before {
    top: 27px;
    left: 8px;
  }

  .privacy p {
    margin-left: 0;
   padding-bottom: 10px;
 font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
  }

  .privacy .bold {
    font-size: 16px;
  }

  .structure_list {
    padding-top: 0;
  }

  .structure_item {
    flex-wrap: wrap;
    margin-left: 0;
    border-radius: 6px;
  }

  .structure_item_link {
    flex-wrap: wrap;
  }

  .structure_left {
    width: 100%;
  }

  .structure_left img {
    display: block;
    position: static;
    width: 94%;
    height: auto;
    margin: 10px auto;
  }

  .structure_right {
    padding: 0 3%;
    position: static;
    margin: 0 auto;
  }

  .structure_info {
    margin: 0;
    margin-top: 20px;
  }

  .structure_item {
    margin-bottom: 20px;
  }

  .structure_title {
    margin-top: 0;
    font-size: 24px;
    line-height: 48px;
  }

  .structure_icon {
    text-align: right;
  }

  .structure_list .structure_item:nth-child(2),
  .structure_list .structure_item:nth-child(2) .structure_item_link {
    margin-right: 0;
  }

  .product_item {
    flex-wrap: wrap;
    height: 160px;
    padding-bottom: 10px;
  }

  .product_title {
    width: 100%;
    padding: 0 10px 0 15px;
    line-height: 50px;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .product_time div:nth-child(1),
  .product_duration div:nth-child(1) {
    /* width: 92px; */
    margin-top: 0;
  }

  .product_time,
  .product_duration {
    /* display: flex; */
    flex: none;
    width: 50%;
  }

  .product_info a {
    margin-top: 0px;
  }

  .product_info {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .product_text {
    padding-top: 20px;
  }

  .productdetail {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
    padding: 0 10px 20px;
    background-color: #fff;
    border-radius: 6px;
  }

  .row_left {
    width: 130px;
    padding-left: 15px;
  }

  .row_right {
    padding: 10px;
  }
  .product_text .publicity_table {
    margin-bottom: 20px;
  }

  .productdetail_item a {
    padding: 0 15px 0 25px;
  }

  .productdetail_item::before {
    left: 11px;
top: 39px;
  }

  .detail_time {
    font-size: 15px;
  }

  .productdetail_title {
    width: 65%;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .privacy {
    margin-top: 20px;
  }

  .recruitment_info {
    padding: 20px 10px;
    background-position: center;
    background-image: none;
    margin-bottom: 0;
  }

  .content_text {
    padding: 0;
    margin-bottom: 0;
  }

  .publish_item {
    height: 60px;
    line-height: 60px;
  }

  .publish_list .publish_item div:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .publish_item div {
    min-width: 120px;
  }

.publish_item div:nth-child(1){
  min-width: 430px;
}

  .publish_list {
    overflow-x: auto;
  }

  .publish_list .publish_item:nth-child(2n-1) div {
    background-color: #f7f7f7;
  }

  .publish_list .publish_item:nth-child(1) div {
    background-color: #fff8ec;
  }

  .publish_list .publish_item:nth-child(1) div:nth-child(1) {
    padding-left: 0;
  }

  .jtimg img {
    width: 18px;
  }

  .position_title {
    padding: 0 10px;
  }

  .position_name {
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .positionimg img {
    margin-right: 10px;
  }

  .kindness_box {
    height: 400px;
  }

  .kindness_content {
    width: 90%;
    height: 85%;
    margin: 0 auto;
  }

  .kindness_content {
    padding: 15px;
  }

  .telephone img {
    width: 25px;
    margin-right: 10px;
  }

  .kindness_content,
  .telephone span {
    font-size: 20px;
    top: 1px;
  }

  .kindness_info {
    margin-left: 40px;
  }

  .detail_content .content_text {
    padding: 10px;
  }

  .suggest .suggest_item:nth-child(1) .suggest_label::before,
  .suggest .suggest_item:nth-child(4) .suggest_label::before {
    left: 40px;
  }

  .suggest .suggest_item:nth-child(5) .suggest_label::before {
    left: 55px;
  }

  .back {
    margin-top: 45px;
  }

  .detail_text img {
    width: 100% !important;
  }

  .product_time div:nth-child(2) {
    max-width: 136px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
  }

  .product_duration div:nth-child(2) span {
    max-width: 136px;
    font-size: 16px;
    font-weight: normal;
  }

  .product_duration div:nth-child(2) {
    line-height: 22px;
  }

  .positionimg img {
    width: 22px;
  }

  .detail_text p {
    text-indent: 0;
padding-bottom: 0;
    font-size: 16px !important;
  }

  .recommendation_dialog {
    width: 90%;
    height: 650px;
    margin-top: 8vh;
    padding: 3%;
    padding-top: 5%;
    padding-bottom: 70px !important;
  }

  .recommendation_btn {
    width: 100%;
  }

  .recommendation_content p {
    line-height: 32px;
  }

  .recommendation_title {
    margin-bottom: 10px;
  }

  .wealth_banner_list {
    flex-wrap: wrap;
  }

  .wealth_banner_item {
    width: 100%;
    height: 370px;
    margin: 0 0 20px;
  }

  .wealth_banner {
    margin-bottom: 30px;
  }

  .wealth_center > img {
    display: none;
  }

  .wealth_center_box {
    position: static;
    top: 0;
    padding: 0;
    transform: none;
    margin: 0 auto;
  }

  .wealth_center_content {
    flex-wrap: wrap;
  }

  .wealth_center_left {
    margin-right: 0;
  }

  .wealth_center_left_nav {
    display: flex;
    justify-content: space-between;
  }

  .wealth_center_left {
    width: 100%;
  }

  .wealth_center_left_nav_item {
    width: 49%;
    height: 48px;
    padding: 0;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
  }

  .wealth_center_left_nav_item img {
    display: none;
  }

  .wealth_center_right_box {
    min-height: auto;
  }

  .wealth_center {
    min-height: auto;
    margin-bottom: 30px;
  }

  .wealth_bottom {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .wealth_bottom .wealth_center_right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .wealth_bottom .wealth_center_right_item a span {
    width: 100%;
  }

  .wealth_complaint,
  .wealth_bottom .wealth_center_right + a {
    width: 100%;
    height: 400px;
    /* margin-top: 20px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .tabs {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tabs_item {
    width: 48%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  #kkpager .page-link {
    margin-bottom: 15px;
  }
  .dialog {
    width: 90%;
    height: auto;
    padding: 15px;
    padding-bottom: 30px;
  }

  .close {
    left: 0;
    top: -5px;
  }

  .dialog_title {
    height: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .dialog .form_item {
    flex-wrap: wrap;
  }

  .dialog .form {
    margin-left: 0;
  }

  .dialog .form_item .label + div {
    width: 100%;
  }

  .dialog .form_item:nth-child(2) .label {
    margin-right: 60%;
  }

  .dialog .form_item #code {
    width: 120px;
    margin-top: 2px;
  }

  .dialog .submit {
    margin-left: 0;
  }

  .dialog .submit a {
    width: 40%;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
  }

  .dialog .form_item:nth-child(2) .label + div {
    width: 50%;
    margin-right: 10px;
  }

  .dialog .form_item .label {
    line-height: 35px;
  }

  .form_item #password,
  .form_item #smscode {
    width: 100%;
    height: 45px;
    padding-left: 10px;
  }

  .suggest_dialog .dialog_content {
    padding-left: 0;
  }

  .suggest_dialog .dialog_btn {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .content_text .search input{
    flex: 1;
  }
.information_top{
background-position-y: center;
}
}
