@media screen and (max-width: 1028px) {
  #bannerSwiper,
  #bannerSwiper img {
    width: 100%;
    height: 200px;
    margin-top: 56px;
  }

  .header {
    height: 56px;
    padding-left: 10px;
    background-color: #0a7de2;
  }

  .logo img {
    width: 170px;
  }

  .nav {
    display: none;
  }

  .mgang {
    display: flex;
  }

.mgang img{
    display: none;
}

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 70px;
  }

  .guide {
    display: none;
  }

  .news,
  .concat,
  .business,
  .special,
  .footer {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .news,
  .concat,
  .business,
  .special {
    padding-top: 20px;
  }

  .new_title,
  .news_content {
    display: block;
  }

  .new_title{
    height: 110px;
  }

  .news_content #news_swiper img,
  .news_content .imgbg,
  .news_content .news_swiper {
    width: calc(100vw - 20px);
  }
  .news_content .imgbg,
  .news_content #news_swiper img {
    height: 250px;
  }

  .new_title .left .chan {
    font-size: 24px;
  }

  .t_box,
  .l_box,
  .r_box,
  .b_box,
  .lists_img {
    opacity: 1;
    transform: translate(0);
  }

  .new_title .right{
    width: 100%;
    overflow: auto;
  }

  .new_title .right ul {
    /* flex-wrap: wrap; */
    width: 700px;
    height: 100px;
    justify-content: space-between;
  }

  .new_title .right ul a{
    padding-left: 20px;
  }

  .new_title .right ul a:hover,
  .new_title .right ul .active a {
    background-position: 3px 5px;
    /* padding: 0 15px 0 35px; */
  }

  .new_title .right ul li:nth-child(1) a{
    padding-left: 0;
  }

  .new_title .right ul .active a::after{
    left: 30px;
  }

  .new_title .right ul li:nth-child(1) a::after{
    left: 10px;
  }

  .new_title .right ul li:nth-child(5) a::after{
    left: 72px;
  }

  .news_swiper_bg {
    display: none;
  }

  .news_swiper_box {
    margin: 0;
  }

  .news_title,
  .news_list_box .news_list .news_item .desc {
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }

  .news_list_box .news_list .news_item a {
    padding: 12px 0;
    width: calc(100vw - 40px);
  }

  .news_list_box .news_list .news_item .right {
    width: 100px;
  }

  .news_list_box .news_list .news_item .desc {
    font-size: 14px;
  }

  .news_list_box .news_list .news_item .title {
    font-size: 18px;
  }

  .news_list_box .news_list .news_item .left {
    margin-right: 15px;
  }

  .sun {
    font-size: 34px;
  }

  .years {
    margin-top: 25px;
  }

  .news_content .news_list {
    width: 100%;
    margin-top: 15px;
  }

  .news_content .news_list .news_item{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .section2 {
    background-image: none;
  }

  .subtitle,
  .concat_info {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.8;
  }

  .concat_info {
    font-size: 14px;
  }
  .section3,
  .section4,
  .section5 {
    background-position-y: 0;
  }

  .section3{
    background-position: left bottom;
  }

  #special_swiper .swiper-slide,
  #special_swiper .swiper-slide .imgbg,
  #special_swiper .swiper-slide img {
    width: 300px;
    height: 180px;
  }

  #special_swiper .swiper_next,
  #special_swiper .swiper_prev {
    width: 40px;
    height: 40px;
    top: 40%;
  }

  #special_swiper .swiper_next{
    left: 10px;
  }

  #special_swiper .swiper_prev{
    right: 10px;
  }
  
  #special_swiper_more .swiper-slide .imgbg,
  #special_swiper_more .swiper-slide img {
    width: 100%;
    height: 100px;
  }

  #special_swiper_more {
    /* padding: 0; */
  }

  .more_box {
    display: block;
  }

  .special_more {
    display: flex;
    width: 200px;
    font-size: 20px;
    margin-top: 10px;
    /* align-items: center; */
  }

  .more_box {
    margin-top: 60px;
  }

  .special_more span {
    transform: rotate(0deg);
    margin-top: 8px;
    margin-left: 10px;
  }

  .footer_top {
    padding: 20px 0;
  }

  .footer_top div:nth-child(1) img {
    width: 180px;
  }

  .footer_top div:nth-child(2) {
    width: 40px;
    height: 40px;
  }

  .footer_top div:nth-child(2) img {
    width: 30px;
  }

  .qrcode {
    top: 80px;
  }

  .footer_content,
  .link_list {
    display: block;
  }

  .footer_content {
    padding: 15px 0;
  }

  .footer_left {
    margin-right: 0;
  }

  .link_list li {
    display: flex;
    flex-wrap: wrap;
  }

  .link_title {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 35px;
  }

  .link_list li {
    margin-bottom: 15px;
  }

  .link_list li div {
    min-width: 25%;
    text-align: center;
  }

  .link_title::after {
    display: none;
  }

  .footer_nav {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }

  .footer_nav li {
    width: 30%;
  }

  .footer_nav .footer_nav_icon {
    margin: 0 auto;
  }

  .copyright {
    padding: 30px 0;
  }

  .business .subtitle {
    margin-top: 30px;
    font-size: 16px;
  }

  .business .concat_info {
    height: auto;
  }

  .business_content {
    width: 100%;
  }

  .business_content ul {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .business_content ul li {
    flex: auto;
    width: 50%;
    height: auto;
    padding: 10px 0 10px 10px;
    background-size: 30px;
  }

  .statistics ul {
    width: 100%;
  }

  #special_swiper_more {
    padding: 0 19px;
  }

  #special_swiper_more .swiper_next,
  #special_swiper_more .swiper_prev {
    width: 35px;
    height: 35px;
    bottom: 30%;
  }

  .business_content .business_en {
    margin-top: 20px;
  }

  /* .video{
    display: none;
  } */

  .num span {
    font-size: 26px;
  }

  .statistics ul {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .statistics ul li {
    /* display: flex; */
    width: 45%;
  }

  .statistics ul li:nth-child(1) {
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .stat_title {
    /* display: flex;
    align-items: center; */
    width: 100%;
    height: 35px;
    /* border: none; */
    margin-bottom: 10px;
    padding: 0;
    margin-right: 20px;
    box-sizing: border-box;
  }

  .statistics {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .concatimg {
    display: block;
    width: 100vw;
    margin-left: -3%;
  }

  .stat_title{
    margin-right: 0;
    font-size: 16px;
  }

  .video {
    top: 75%;
    right: 145px;
  }

  .shipinLayer {
    width: 96%;
    padding: 15px;
  }

  .shipinLayer .close {
    top: -28px;
    right: 0;
  }

  .local {
    width: 100%;
  }

  .local_bottom {
    right: 10px;
  }

  .local_bottom img {
    width: 20px;
  }

  .banner_bg {
    width: 100%;
    height: 160px;
margin-top: 56px;
  }

  .center_nav {
    width: 100%;
    padding-bottom: 10px;
  }

  .center_nav ul,
  .charm_list,
  .kkpager_box {
    width: 92%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .center_nav_item,
  .manpower_nav li {
    flex: inherit;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    line-height: 45px;
    border-radius: 22.5px;
  }

  .medium_content {
    padding-top: 20px;
  }

  .charm_list_item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .charm_list_item .top {
    height: 200px;
  }

  .charm_title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  #kkpager {
    flex-wrap: wrap;
    justify-content: left;
  }

  #kkpager li,
  #kkpager #jumpButton,
  .next {
    height: 34px;
    margin: 0 3px 5px;
    line-height: 34px;
  }

  .contact_bg {
    margin-bottom: 760px;
  }

  .contact_content {
    width: 92%;
    left: 4%;
    top: 230px;
    height: auto;
    margin-left: 0;
    padding: 0 10px;
    background-image: none;
    background-color: #fff;
    border-radius: 6px;
  }

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

  .contact_info .right {
    flex: inherit;
    width: 100%;
  }

  .contact_map .right img {
    width: 100%;
    top: 0;
  }

  .contact_map .left p {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .report {
    margin-bottom: 900px;
  }

  .report_content .contact_title {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .corporate_title {
    font-size: 24px;
    line-height: 60px;
  }

  .corporate1 {
    margin-top: 20px;
  }

  .corporate_title::after {
    width: 40px;
    margin-left: -25px;
    border-right: 10px solid #5db447;
  }

  .corporate1 {
    height: auto;
    background-image: none;
  }

  .characteristic {
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .characteristic li {
    display: flex;
    flex: inherit;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    background: url(../img/corporate1.jpg);
    background-size: cover;
    background-position: center center;
  }

  .characteristic_top {
    width: 130px;
    padding-top: 30px;
    text-align: center;
  }

  .characteristic_top img {
    width: 60px;
  }

  .characteristic_title {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .characteristic_info {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 30px 20px;
  }

  .characteristic_info br {
    display: none;
  }

  .corporate2 {
    height: 500px;
  }

  .corporate2 .corporate_title {
    text-align: center;
  }

  .corporate2 .corporate_title,
  .corporate2 ul,
  .corporate3 ul,
  .corporate3 .corporate_title,
  .corporate4 ul,
  .corporate4 .corporate_title {
    width: 100%;
    padding: 0;
  }

  .corporate2 .corporate_title::after {
    right: inherit;
    left: 50%;
  }

  .corporate2 ul li,
  .corporate4 ul li {
    font-size: 24px;
    line-height: 60px;
  }

  .corporate_next {
    display: block;
    width: 60px;
    height: 60px;
    margin: 50px auto 0;
    line-height: 60px;
  }

  .corporate3 {
    height: 450px;
  }

  .corporate3 .corporate_title,
  .corporate4 .corporate_title {
    margin-top: 20px;
    text-align: center;
  }

  .corporate3 .corporate_title::after {
    left: 50%;
  }

  .corporate3 ul li {
    width: 100%;
  }

  .corporate3 .corporate_next,
  .corporate4 .corporate_next {
    display: block;
    margin: 50px auto 0;
  }

  .corporate4 ul li {
    text-align: center;
  }

  .corporate4 {
    height: 390px;
  }

  .corporate5 ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 30px auto;
  }

  .corporate5 ul li {
    width: 150px;
    height: 150px;
    padding-top: 40px;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .corporate5 ul li img {
    width: 30px;
  }

  .corporate6 {
    height: 340px;
  }

  .corporate6 .corporate_title {
    margin-top: 30px;
  }

  .corporate6 .content {
    width: 92%;
    margin: 20px auto;
    font-size: 36px;
  }

  .corporate5 ul li:hover {
    width: 160px;
    height: 160px;
    padding-top: 40px;
  }

  .corporate5 ul li .positioner_jt_box {
    line-height: 30px;
  }

  .corporate5 ul li .positioner_jt_box img {
    width: 8px;
  }

  .detail_content {
    padding-top: 70px;
  }

  .detail_top,
  .detail_text,
  .medium_list {
    width: 92%;
    margin: 0 auto;
  }

  .detail_top {
    padding-bottom: 15px;
  }

  .detail_text {
    margin-top: 20px;
  }

  .detail_text .img {
    text-align: justify;
  }

  .detail_title {
    margin-top: 80px;
    font-size: 22px;
    line-height: 40px;
  }

  .detail_text section img {
    width: 80% !important;
    height: auto !important;
  }
  .detail_text p img {
    width: 80% !important;
    height: auto !important;
  }

  .detail_info {
    margin-top: 15px;
    font-size: 14px;
  }

  .share {
    display: none;
  }

  .medium_text,
  .honor_list ul {
    flex-wrap: wrap;
  }

  .medium_text_left img {
    width: 100%;
    height: auto;
  }

  .medium_text_right {
    padding: 20px 10px 0;
  }

  .medium_text_right .row {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .center_content {
    padding-top: 20px;
  }

  .regard,
  .develop_content,
  .honor_list ul,
  .manpower_list,
  .party_swiper {
    width: 92%;
    margin: 0 auto;
  }

  .develop_content {
    margin-top: 30px;
  }

  .menu {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 10px;
    border: none;
    background-image: none;
    background-color: #fff;
  }

  .menu_item {
    flex: inherit;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .menu .active {
    border-radius: 25px;
  }

  .develop_list_box {
    padding: 40px 0 0;
  }

  .develop_list {
    padding-top: 20px;
  }

  .develop_list_item {
    padding-bottom: 20px;
  }

  .develop_list_item .time {
    width: 90px;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
  }

  .develop_list_header {
    padding-left: 50px;
  }

  .develop_list_header::after,
  .develop_list_item::after {
    left: 90px;
  }

  .list_item_right {
    margin-left: 10px;
    padding: 13px 10px 25px 10px;
  }

  .honor_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .honor_top {
    height: 200px;
  }

  .honor_bottom {
    padding: 15px;
  }

  .honor_content,
  .party_content .ranks_content {
    padding-bottom: 30px;
  }

  .manpower_list_item a {
    padding-left: 10px;
  }

  .manpower_list .item_right {
    width: 90px;
  }

  .manpower_title {
    margin: 20px 15px 25px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .manpower_list .item_right span {
    width: 80px;
    font-size: 14px;
  }

  .medium_list a,
  .party_swiper .swiper-slide a {
    flex-wrap: wrap;
  }

  .party_swiper .swiper-slide .imgbg {
    width: 100%;
    height: 250px;
  }

  .party_info {
    padding: 15px;
  }

  .party_swiper .swiper_next,
  .party_swiper .swiper_prev {
    top: 125px;
  }

  .party_swiper .swiper_prev {
    left: inherit;
    right: 0;
  }

  .party_info .party_title {
    font-size: 20px;
    line-height: 32px;
  }

  .party_info .party_text {
    margin-top: 20px;
  }

  .party_more {
    margin: 15px auto 40px;
  }

  .party_swiper .swiper-pagination {
    bottom: 15px;
    right: 50% !important;
    transform: translate(50%, 0);
  }

  .party_swiper {
    margin-bottom: 20px;
  }

  .party_list {
    width: 100%;
  }

  .party_list ul {
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .party_list li {
    width: 100%;
    margin: 0 0 20px;
  }

  .party_list_img {
    height: 200px;
  }

  .party_list_title {
    padding: 20px 15px;
    font-size: 16px;
  }

  .party_list_info {
    font-size: 14px;
  }

  .business1,
  .business2,
  .business3,
  .business4,
  .business6,
  .business8,
  .business9 {
    height: auto;
  }

  .business2,
  .business3,
  .business4,
  .business6,
  .business8,
  .business9 {
    padding-top: 20px;
  }

  .business1 {
    padding-bottom: 30px;
  }

  .business1_box {
    padding-top: 20px;
  }

  .business1_content {
    width: 100%;
    display: block;
  }

  .content_left {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .row_info {
    padding: 0;
  }

  .row_title {
    margin: 10px 0;
    font-size: 28px;
  }

  .row_title img {
    height: 40px;
  }

  .left_row {
    margin-bottom: 20px;
  }

  .content_right,
  .content_right img {
    width: 100%;
  }

  .business_box {
    width: 100%;
  }

  .business_bigtitle a {
    font-size: 26px;
    text-align: center;
  }

  .business_info {
    padding: 0 15px;
  }

  .business2_list ul {
    flex-wrap: wrap;
  }

  .business2_list li {
    width: 92% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    border-radius: 6px;
    overflow: hidden;
  }

  .business2_list_info {
    padding: 15px;
  }

  .business2_list .business2_list_item:nth-child(1) .business2_list_info {
    position: static;
    width: 100%;
    box-sizing: border-box;
  }

  .business2_list .imgbg {
    height: 200px !important;
  }

  .business2_list .business2_list_item:nth-child(1) .business2_list_info {
    margin: 0;
  }

  .business2_title {
    font-size: 18px;
    line-height: 45px;
  }

  .business3 .business_box {
    width: 100%;
  }

  .business3_swiper .swiper-horizontal > .swiper-pagination-bullets,
  .business3_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: inherit;
    margin-bottom: 50px;
  }

  .business3_swiper li .imgbg {
    height: 110px;
  }

  .business3_swiper li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }

  .business3_swiper .swiper-container {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .business3_title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .business3_swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px !important;
  }

  .business3_swiper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px !important;
  }

  .business4 .characteristic li {
    padding: 0;
    background-image: url(../img/business4_bg.jpg);
  }

  .business4 .characteristic li img {
    height: 60px;
  }

  .business4 .characteristic_top {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .business4 .characteristic_info {
    padding: 20px 5px;
  }

  .business4 {
    padding-bottom: 30px;
    background-image: none;
    background-color: #0a7de2;
  }

  .business5,
  .business7 {
    padding: 20px 0 30px;
  }

  .business5_img,
  .business8_list,
  .business9_list,
  .speak_content,
  .ranks_list_item {
    width: 92%;
    margin: 0 auto;
  }

  .business5_img .imgbg {
    height: 290px;
  }

  .business5_info {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 10px;
  }

  .business5_title {
    font-size: 18px;
  }

  .business8_list .two,
  .business9_list {
    flex-wrap: wrap;
  }

  .business8_list .business8_img {
    margin-bottom: 20px;
  }

  .business8_list .two .business8_img,
  .business9_list li {
    flex: inherit;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .business8_list .two .business8_img:nth-child(1),
  .business8_list .three .business8_img:nth-child(2) {
    margin: 0;
  }

  .business8_list .business8_img .imgbg,
  .business9_list .imgbg {
    height: 200px;
  }

  .business8 {
    padding-bottom: 30px;
  }

  .business9_title {
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .business9 {
    padding-bottom: 0;
  }

  .speak_content {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .speak_content_left {
    margin-right: 0;
  }

  .sculpture {
    height: 300px;
  }

  .speak_info {
    height: auto;
    padding: 20px 15px;
  }

  .speak_info .username {
    font-size: 26px;
  }

  .speak_content_right {
    top: 20px;
  }

  .speak_text {
    height: auto;
    padding: 0;
    margin: 0;
  }

  .dou {
    margin-bottom: 10px;
  }

  .speak_content_right img {
    height: 20px;
  }

  .speak_text p {
    text-align: justify;
  }

  .ranks_list_item {
    height: auto;
    margin-top: 10px;
    padding-left: 15px;
  }

  .ranks_list_item .username {
    margin-right: 20px;
    font-size: 18px;
  }

  .ranks_list_item .userinfo {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
  }

  .websites_title {
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
  }

  .websites_list ul,
  .regard_bottom .statistics {
    width: 92%;
    margin: 30px auto 0;
  }

  .websites_list ul li {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 10px;
  }

  .websites_list ul li:nth-child(2n) {
    margin-right: 0;
  }

  .websites_list ul li a {
    width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }

  .websites_list ul li img {
    margin-right: 8px;
    width: 15px;
  }

  .business3_swiper .swiper-container {
    height: 330px;
  }

  .business3_swiper .imgbg {
    height: 150px;
  }

  .business3_swiper .swiper-pagination {
    bottom: -20px !important;
  }

  .business3_swiper .swiper-pagination-bullet,
  .business3_swiper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .business3_swiper .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
  }

  .regard_content {
    flex-wrap: wrap;
  }

  .regard_content .left {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .regard_content .left img {
    width: auto;
    height: 400px;
  }

  .regard_content .right {
    margin-top: 30px;
  }

  .title_img {
    text-align: center;
    margin-bottom: 10px;
  }

  .title_img img {
    width: 60%;
  }

  .regard_bottom .statistics ul li {
    margin-bottom: 20px;
  }

  .regard_bottom,
  .medium_content {
    padding-bottom: 30px;
  }

  .medium_list a {
    height: auto;
  }

  .medium_list_left {
    width: 100%;
    height: 200px;
    margin: 0;
  }

  .medium_jt {
    width: 50px;
  }

  .medium_list_right {
    padding-right: 10px;
  }

  .medium_title {
    margin: 15px 0px 5px;
    font-size: 18px;
    line-height: 36px;
  }

  .medium_title::before {
    display: none;
  }

  .medium_list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .medium_info {
    padding-bottom: 10px;
    height: 100px;
    box-sizing: border-box;
  }

  .medium_list {
    margin-top: 15px;
  }

  .mobile_btn {
    cursor: pointer;
    width: 36px;
    height: 50px;
    position: absolute;
    right: 10px;
    /* display: none; */
    top: 0px;
    z-index: 999;
    box-sizing: border-box;
    padding: 15px 0px;
  }

  .mobile_btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    transition: all 0.45s;
  }

  .mobile_btn .line2 {
    width: 20px;
    margin: 7px 0;
  }

  .mobile_btn.on .line1 {
    transform: rotate(45deg);
    transform-origin: 3% 50%;
  }

  .mobile_btn.on .line2 {
    width: 0;
  }

  .mobile_btn.on .line3 {
    transform: rotate(-45deg);
    transform-origin: 3% 50%;
  }

  .navmobile {
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: ease 0.5s;
    opacity: 0;
    transform: translateX(-140%);
    height: calc(100% - 56px);
    position: fixed;
    top: 56px;
    left: 0px;
    z-index: 998;
    background: #097de2;
    text-align: left;
    padding: 10px 30px 30px;
    padding-top: 10px;
  }

  .navpc {
    float: right;
    margin-right: 20px;
  }

  .nav_top {
    margin-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    height: 70px;
    line-height: 30px;
    position: relative;
    z-index: 9;
  }

  .search-box {
    width: 100%;
    margin-top: 18px;
    clear: both;
  }

  .sousuo {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 6px;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
  }

  .sousuo input[type="text"] {
    appearance: none;
    -moz-appearance: none;
    border: none;
    width: 80%;
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    background: none;
    color: #666;
    float: left;
    line-height: 50px;
    height: 50px;
  }

  .serbb {
    float: left;
    color: #fff;
    background: url(../img/serb.png) no-repeat right center;
    background-size: 27px 27px;
    width: 15%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-left: 30px;
    border-radius: 0px 3px 3px 0px;
    border-width: 0px;
    font-size: 22px;
    cursor: pointer;
  }

  .navmobile ul {
    overflow: scroll;
    height: 80%;
    overflow-x: hidden;
  }

  .navmobile ul li {
    font-size: 15px;
    display: block;
    padding: 10px 0;
    line-height: 29px;
    color: #fff;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navpc ul li.activemenu:before {
    background: none;
  }

  .navmobile ul li a {
    line-height: 29px;
    height: auto;
    color: #fff;
    display: inline-block;
  }

  .navmobile ul li .box {
    display: none;
    padding: 10px 0;
    position: relative;
    background: none;
    padding: 0px;
    height: 0px;
    border: 0px;
    height: auto;
  }

  .navmobile ul li .box a {
    display: block;
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: left;
    text-indent: 10px;
  }

  .navmobile.on {
    transform: translateY(0);
    opacity: 1;
  }

  .mobile_btn {
    display: block;
  }

  .section4 {
    padding-bottom: 400px;
  }

  .octagon .icon img {
    width: auto;
  }

  .octagon_box {
    left: -10px;
    top: 110px;
    transform: scale(0.5);
  }

  .octagon_bigtitle {
    left: 136px;
    top: 160px;
    font-size: 24px;
  }

  .business8_list .business8_img:nth-child(2),
  .business8_list .business8_img:nth-child(3) {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .business8_list .business8_img:nth-child(4),
  .business8_list .business8_img:nth-child(5),
  .business8_list .business8_img:nth-child(6) {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .statistics ul li{
    margin-right: 2% !important;
  }

  .ranks_list p img{
    width: 92%;
  } 

  #kkpager li, #kkpager #jumpButton, .next{
    margin: 8px 7px;
  }

  #nextNum{
    margin-top: 11px !important;
  }

  #kkpager .btn{
    height: 34px;
    line-height: 34px;
    margin-top: 8px;
  }

  .dialog{
    width: 92%;
    height: 700px;
    padding: 15px;
  }

  .dialog_close img,
  .dialog_close2 img{
    width: 25px;
  }

  .dialog_close,
  .dialog_close2 {
    right: 10px;
    top: 10px;
  }

  .dialog_title{
    font-size: 26px;
  }

  .small_title{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dialog_text{
    height: 400px;
  }
.business4 .characteristic li a{
    display: flex;
  }

  .regard_bottom{
    padding-top: 0px;
  }
  .medium_text{
    display: block;
  }

  .medium_text_left .imgbg{
    width: 100%;
    height: 260px;
  }

  .contact_info .left p .wx_qrcod{
    width: 145px;
    vertical-align: top;
    
  }

  .news_title{
    -webkit-line-clamp: 1;
  }

  .friendship_box{
    width: 92vw;
    height: auto;
    right: 5%;
    padding: 10px 10px 0;
  }

  .footer_nav li{
    margin-right: 5%;
    text-align: center;
  }

  .footer_nav li:nth-child(3n){
    margin-right: 0;
  }

  .friendship_box::after{
    right: 40px;
  }

  .section3 .new_title{
    height: auto;
  }

  .new_title .right{
    position: relative;
  }

  .gd{
    display: block;
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    color: #666;
  }

  #bannerSwiper img{
    display: none;
  }

  .friendship_box{
    /* position: relative; */
  }
  
  .friendship_box .dialog_close2{
    display: block;
  }

.regard .new_title{
   height: auto;
}
.row_info span{
padding:5px;
}

.tit a,
.activemenu a{
 font-size: 16px;
}
.back_top{
  position: fixed;
  bottom: 120px;
  right: 2%;
  cursor: pointer;
display: none;
}
}
