@media (max-width: 1500px) {
  header .mian .header_right nav ul li .title_nav {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  header .mian .logoBox img {
    height: 45px;
  }
  header .mian .header_right nav ul li .title_nav {
    padding: 0 7px;
  }
  header .mian .header_right .searchBox .inputBox input {
    padding-left: 10px;
    margin-right: 10px;
    width: 130px;
  }
  header .mian .header_right .searchBox .inputBox {
    margin-left: 15px;
  }
}
@media (max-width: 980px) {
  br {
    display: none;
  }
  .moreButton {
    width: 160px;
    height: 36px;
  }
  .moreButton .butotnContent {
    font-size: 15px;
  }
  .moreButton .butotnContent img {
    margin-left: 10px;
  }
  header {
    height: 80px;
    padding: 0;
  }
  header .mian {
    height: 80px;
    width: 100%;
    padding: 0 0.4167rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 55;
  }
  header .mian .logoBox img {
    height: 35px;
  }
  header .mian .header_right nav {
    display: none;
  }
  header .mian .header_right .searchBox img {
    width: 20px;
  }
  header .mian .header_right .searchBox .search2 {
    margin-right: 15px;
  }
  header .mian .header_right .searchBox .inputBox {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 55;
    margin-left: 0;
    background-color: #fff;
    height: 60px;
    width: 100%;
    padding-top: 10px;
  }
  header .mian .header_right .searchBox .inputBox input {
    margin-left: calc((40% - 30px) / 2);
    width: 60%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
  header .mian .header_right .searchBox .inputBox img {
    display: inline-flex;
    margin-top: 10px;
  }
  header .mian .menuBox {
    display: block;
  }
  .navMask {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 54;
    left: 100%;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navMask .navBox {
    width: 60%;
    margin-left: auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem {
    padding-right: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem .navTitle {
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    display: table;
    margin-left: auto;
    color: #fff;
    position: relative;
  }
  .navMask .navBox .navItem .navTitle a {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
  }
  .navMask .navBox .navItem .navTitle::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 3px;
    width: 0;
    transition: 0.5s;
    height: 2px;
    background-color: #fff;
  }
  .navMask .navBox .navItem .sub_nav {
    display: none;
    margin-top: 15px;
    text-align: right;
  }
  .navMask .navBox .navItem .sub_nav a {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
  }
  .navMask .navBox .navItem.active .sub_nav {
    display: block;
  }
  .navMask .navBox .navItem.active .navTitle::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 3px;
    width: 30%;
    height: 2px;
    background-color: #fff;
  }
  .navMask.active {
    left: 0;
  }
  footer {
    border-top: 1px solid #ebebeb;
    width: 100%;
    padding: 0 3%;
  }
  footer .footer_top {
    display: none;
  }
  footer .infomation {
    display: block;
    padding: 30px 0 0;
  }
  footer .infomation .title {
    text-transform: uppercase;
  }
  footer .infomation .left .address {
    margin-top: 15px;
  }
  footer .infomation .left .tel {
    margin-top: 10px;
  }
  footer .infomation .left .address,
  footer .infomation .left .tel {
    font-size: 16px;
  }
  footer .infomation .left .address span,
  footer .infomation .left .tel span {
    width: 80%;
    margin-left: 10px;
  }
  footer .infomation .left .tel span {
    font-size: 18px;
  }
  footer .infomation .center {
    margin-top: 20px;
  }
  footer .infomation .center .inputs {
    position: relative;
    padding-right: 0;
  }
  footer .infomation .center .inputs .input {
    height: 40px;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  footer .infomation .center .inputs .input span {
    font-size: 16px;
    color: #111;
    display: block;
    width: 15%;
  }
  footer .infomation .center .inputs .input input {
    width: 60%;
    padding: 0 0.1042rem;
  }
  footer .infomation .center .inputs .submit {
    display: block;
    margin: 20px auto;
    position: relative;
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  footer .infomation .qrcode {
    display: none;
  }
  footer .bottom {
    display: block;
    padding: 20px 0 10px;
  }
  footer .bottom .Copyright,
  footer .bottom .siro {
    text-align: center;
    height: 100%;
    display: block;
  }
  footer .bottom .Copyright p,
  footer .bottom .siro p {
    text-align: center;
    display: block;
  }
  footer .bottom .Copyright a,
  footer .bottom .siro a {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .home_page .section1 {
    margin-top: 80px;
  }
  .home_page .section1 .banner_swiper {
    position: relative;
  }
  .home_page .section1 .banner_swiper .swiper-slide {
    width: 100%;
    height: 280px;
    position: relative;
  }
  .home_page .section1 .banner_swiper .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox .name {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox .address {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .home_page .section1 .banner_swiper .swiperButton {
    display: none;
  }
  .home_page .section2 .content {
    padding: 30px 3%;
    height: auto;
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .home_page .section2 .content .img {
    display: none;
  }
  .home_page .section2 .content .textBox {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
  .home_page .section2 .content .textBox h3 {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
  .home_page .section2 .content .textBox h3::after {
    display: none;
  }
  .home_page .section2 .content .textBox p {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
  }
  .home_page .section2 .content .textBox .datas {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .home_page .section2 .content .textBox .datas .item {
    margin-bottom: 15px;
    width: 50%;
    margin-right: 0;
  }
  .home_page .section2 .content .textBox .datas .item .num {
    text-align: center;
    font-size: 50px;
  }
  .home_page .section2 .content .textBox .datas .item .text {
    text-align: center;
    margin-top: 10px;
  }
  .home_page .section2 .content .textBox .datas .item:last-child {
    margin-right: 0;
  }
  .home_page .section2 .content h2 {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
  }
  .home_page .section3 .content {
    padding: 30px 3%;
    display: block;
  }
  .home_page .section3 .content .left {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .home_page .section3 .content .left h2 {
    font-size: 36px;
    line-height: 1;
  }
  .home_page .section3 .content .left h3 {
    margin-top: 10px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .home_page .section3 .content .left .swiperButton {
    display: none;
  }
  .home_page .section3 .content .right {
    margin-top: 30px;
  }
  .home_page .section3 .content .right .workSpace_swiper {
    width: 100%;
    height: 260px;
  }
  .home_page .section4 {
    padding: 30px 3%;
  }
  .home_page .section4 .top {
    margin: 0;
    display: block;
  }
  .home_page .section4 .top .title {
    position: relative;
    z-index: 5;
    display: block;
  }
  .home_page .section4 .top .title h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
  }
  .home_page .section4 .top .title h3 {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 26px;
    writing-mode: inherit;
  }
  .home_page .section4 .top .title h3::after {
    display: none;
  }
  .home_page .section4 .top .selectBar {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .home_page .section4 .top .selectBar .items {
    flex-wrap: wrap;
  }
  .home_page .section4 .top .selectBar .items .item {
    border-top: 1px solid #e9e9e9;
    width: 48%;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .home_page .section4 .selectContent {
    margin-top: 0;
  }
  .home_page .section4 .selectContent .content {
    display: none;
  }
  .home_page .section4 .selectContent .content .items {
    display: block;
  }
  .home_page .section4 .selectContent .content .items .item {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 280px;
    position: relative;
    background-size: cover;
  }
  .home_page .section4 .selectContent .content .items .item .textBox {
    height: auto;
    background-color: #b22222;
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
  }
  .home_page .section4 .selectContent .content .items .item .textBox .name p {
    transition: 0.5s;
    line-height: 50px;
    font-size: 18px;
    color: #ffeac5;
  }
  .home_page .section4 .selectContent .content .items .item .textBox .name img {
    display: block;
  }
  .home_page .section4 .selectContent .content .items .item .textBox .address,
  .home_page .section4 .selectContent .content .items .item .textBox .area {
    display: none;
  }
  .home_page .section4 .selectContent .content.active {
    display: block;
  }
  .home_page .section5 {
    padding: 30px 3%;
    padding-top: 0;
  }
  .home_page .section5 .flex {
    display: block;
  }
  .home_page .section5 .title {
    display: block;
  }
  .home_page .section5 .title h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
  }
  .home_page .section5 .title h3 {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 26px;
    writing-mode: inherit;
  }
  .home_page .section5 .title h3::after {
    display: none;
  }
  .home_page .section5 .items {
    margin-top: 20px;
  }
  .home_page .section5 .items .item {
    margin-left: 0;
    width: 100%;
    display: block;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
  }
  .home_page .section5 .items .item .bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home_page .section5 .items .item .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0.4167rem);
    height: auto;
    padding: 10px 0;
  }
  .home_page .section5 .items .item .text .en {
    margin-top: 15px;
    font-size: 18px;
  }
  .home_page .section5 .items .item .text .cn {
    font-size: 22px;
  }
  .home_page .section5 .items .item .text .cn img {
    opacity: 1;
  }
  .home_page .section5 .items .item .text::after {
    display: none;
  }
  .home_page .section6 .video {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home_page .section6 .video #video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_page .section6 .video .play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
  }
  .home_page .section6 .video .play img {
    width: 100%;
  }
  .home_page .section7 {
    padding: 30px 3%;
    position: relative;
  }
  .home_page .section7 .top {
    padding-top: 20px;
    justify-content: center;
  }
  .home_page .section7 .top .title h2 {
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }
  .home_page .section7 .top .title h3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 26px;
  }
  .home_page .section7 .top .title h3::after {
    display: none;
  }
  .home_page .section7 .top .swiperButton {
    display: none;
  }
  .home_page .section7 .partner_swiper {
    overflow: hidden;
    margin-top: 30px;
  }
  .home_page .section7 .partner_swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .home_page .section7 .partner_swiper .swiper-slide .item {
    margin-bottom: 10px;
    margin-right: 2%;
    width: 23.5%;
    height: 70px;
  }
  .home_page .section7 .partner_swiper .swiper-slide .item:nth-child(6n) {
    margin-right: 2%;
  }
  .home_page .section7 .partner_swiper .swiper-slide .item:nth-child(4n) {
    margin-right: 0;
  }
  .home_page .section7 .slogan {
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
  .home_page .section8 {
    padding: 30px 3%;
  }
  .home_page .section8 .top {
    display: block;
    padding-top: 0;
  }
  .home_page .section8 .top .title h2 {
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }
  .home_page .section8 .top .title h3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 26px;
  }
  .home_page .section8 .top .title h3::after {
    display: none;
  }
  .home_page .section8 .top .selectBar {
    width: 100%;
    height: auto;
    border: none;
    margin: 20px 0;
  }
  .home_page .section8 .top .selectBar .items .item {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    width: 48%;
    font-size: 18px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .home_page .section8 .top .selectBar .items .item::after {
    height: 22px;
  }
  .home_page .section8 .top .selectBar .items .item.active::after {
    height: 22px;
  }
  .home_page .section8 .selectContent .content {
    margin-top: 30px;
  }
  .home_page .section8 .selectContent .content .items {
    display: block;
  }
  .home_page .section8 .selectContent .content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home_page .section8 .selectContent .content .items .item .img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  .home_page .section8 .selectContent .content .items .item .title,
  .home_page .section8 .selectContent .content .items .item .des {
    margin-top: 10px;
  }
  .home_page .section8 .selectContent .content .items .item .time {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .home_page .section9 .top {
    padding: 30px 3%;
  }
  .home_page .section9 .top .items {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .home_page .section9 .top .items .item {
    margin-bottom: 20px;
    width: 48%;
    height: auto;
    padding: 10px;
  }
  .home_page .section9 .top .items .item .icon {
    position: absolute;
    top: -15px;
    left: 0.3125rem;
    width: 30px;
  }
  .home_page .section9 .top .items .item h3 {
    font-size: 20px;
  }
  .home_page .section9 .top .items .item h3::after {
    height: 22px;
  }
  .home_page .section9 .top .items .item .des {
    font-size: 13px;
    line-height: 1.5;
  }
  .home_page .section10 .top {
    flex-direction: column-reverse;
  }
  .home_page .section10 .top .selectBar {
    height: 40px;
  }
  .home_page .section10 .top .selectBar .items .item {
    font-size: 18px;
  }
  .home_page .section10 .top .selectBar .items .item.active::after {
    height: 22px;
  }
  .home_page .section10 .top .title h2 {
    font-size: 36px;
    line-height: 1;
  }
  .home_page .section10 .top .title h3 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
  }
  .home_page .section10 .top .title h3::after {
    display: none;
  }
  .home_page .section10 .top .title .buttons {
    display: none;
  }
  .home_page .section10 .selectContent {
    height: 320px;
  }
  .home_page .section10 .honer_swiper {
    margin-top: 30px;
    padding: 10px;
    overflow: hidden;
  }
  .home_page .section10 .honer_swiper .swiper-wrapper {
    display: flex;
    align-items: flex-end;
  }
  .home_page .section10 .honer_swiper .swiper-wrapper .swiper-slide {
    margin-right: 20px !important;
    width: 200px !important;
  }
  .commonBanner {
    margin-top: 80px;
    height: 200px;
    width: 100%;
  }
  .commonBanner .bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .commonBanner .textBox {
    position: absolute;
    top: 20%;
    left: 3%;
    transform: translateY(-50%);
  }
  .commonBanner .textBox h1 {
    font-size: 24px;
  }
  .commonBanner .textBox h1::after {
    display: none;
  }
  .commonBanner .textBox .en {
    font-size: 46px;
  }
  .news_page .section1 {
    padding: 30px 3%;
  }
  .news_page .section1 .selectBar {
    position: relative;
    height: 50px;
    top: 0;
  }
  .news_page .section1 .selectBar .items {
    height: 100%;
  }
  .news_page .section1 .selectBar .items .item {
    margin-right: 15px;
  }
  .news_page .section1 .selectBar .items .item.active::after {
    height: 22px;
  }
  .news_page .section1 .selectBar .pageNav {
    display: none;
  }
  .news_page .section1 .selectContent {
    padding: 30px 0;
  }
  .news_page .section1 .selectContent .content .items {
    display: block;
  }
  .news_page .section1 .selectContent .content .items .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .news_page .section1 .selectContent .content .items .item .time .year {
    margin-right: 15px;
  }
  .news_page .section1 .selectContent .content .items .item .time .lineBox {
    margin-left: 30px;
  }
  .news_page .section1 .selectContent .content .items .item .time .lineBox .line {
    width: 30px;
  }
  .news_page .section1 .selectContent .content .items .item .img {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .news_page .section1 .selectContent .content .items .item .name {
    margin-top: 15px;
  }
  .news_page .section1 .selectContent .content .items .item .des {
    margin: 15px 0;
  }
  .news_page .section1 .selectContent .content .items .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .news_page .section1 .news_info_content {
    display: block;
    padding-bottom: 0;
  }
  .news_page .section1 .news_info_content .left {
    padding-top: 20px;
    width: 100%;
  }
  .news_page .section1 .news_info_content .left .name {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .news_page .section1 .news_info_content .left .main {
    padding-top: 15px;
  }
  .news_page .section1 .news_info_content .left .main p {
    margin-bottom: 20px;
  }
  .news_page .section1 .news_info_content .left .main img {
    margin-bottom: 20px;
    height: auto !important;
  }
  .news_page .section1 .news_info_content .left .more {
    margin-top: 30px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .news_page .section1 .news_info_content .left .more .back {
    width: 80px;
    cursor: pointer;
    transition: 0.5s;
    height: 60px;
    position: relative;
    top: 0;
    line-height: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news_page .section1 .news_info_content .left .more .prev,
  .news_page .section1 .news_info_content .left .more .next {
    width: 100%;
    display: flex;
    border: none;
    border-bottom: 1px solid #f1f1f1;
  }
  .news_page .section1 .news_info_content .left .more .prev span,
  .news_page .section1 .news_info_content .left .more .next span {
    max-width: 70%;
  }
  .news_page .section1 .news_info_content .left .more .next {
    justify-content: flex-start;
  }
  .news_page .section1 .news_info_content .right {
    margin-top: 20px;
    width: 100%;
  }
  .news_page .section1 .news_info_content .right .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .news_page .section1 .news_info_content .right .item .time .year {
    margin-right: 15px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
  }
  .news_page .section1 .news_info_content .right .item .time .lineBox {
    margin-left: 30px;
  }
  .news_page .section1 .news_info_content .right .item .time .lineBox .line {
    width: 30px;
  }
  .news_page .section1 .news_info_content .right .item .img {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .news_page .section1 .news_info_content .right .item .name {
    margin-top: 15px;
  }
  .news_page .section1 .news_info_content .right .item .des {
    margin: 15px 0;
  }
  .news_page .section1 .news_info_content .right .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .news_page .section1 .news_info_content .right .item:hover .time .lineBox .line {
    width: 100%;
  }
  .news_page .section1 .news_info_content .right .item:hover .name {
    color: #b22222;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .workSpace_page .section1 {
    padding: 30px 3%;
  }
  .workSpace_page .section1 .selectBar {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 54;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .workSpace_page .section1 .selectBar .items {
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .workSpace_page .section1 .selectBar .items .item {
    width: 48%;
    cursor: pointer;
    height: 40px;
    border-top: 1px solid #f0f0f0;
    position: relative;
    font-size: 18px;
    margin-right: 0;
  }
  .workSpace_page .section1 .selectBar .items .item.active::after {
    z-index: 20;
    height: 22px;
  }
  .workSpace_page .section1 .selectBar .pageNav {
    display: none;
  }
  .workSpace_page .section1 .container {
    min-height: 800px;
    margin-left: 5px;
  }
  .workSpace_page .section1 .container .grid {
    padding: 0 0 0.1042rem;
  }
  .workSpace_page .section1 .container .grid a .textBox {
    transition: 0.5s;
    padding: 0 0.1563rem;
  }
  .workSpace_page .section1 .container .grid a .textBox .name p {
    font-size: 12px;
  }
  .workSpace_page .section1 .container .grid a .textBox .address,
  .workSpace_page .section1 .container .grid a .textBox .area {
    font-size: 10px;
    line-height: 1.2;
  }
  .workSpace_page .section1 .container .grid a .textBox .address img,
  .workSpace_page .section1 .container .grid a .textBox .area img {
    width: 13px;
    margin-right: 9px;
  }
  .workSpace_page .section1 .container .grid:hover a .textBox .name p::after {
    transform: rotate(0deg);
  }
  .case_info_page .banner_swiper {
    margin-top: 80px;
    position: relative;
  }
  .case_info_page .banner_swiper .swiper-slide {
    height: 260px;
    position: relative;
  }
  .case_info_page .banner_swiper .swiper-slide .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case_info_page .banner_swiper .swiper-slide .textBox {
    left: 3%;
    width: 94%;
    height: auto;
    padding: 5px 15px;
  }
  .case_info_page .banner_swiper .swiper-slide .textBox .name {
    margin-bottom: 5px;
  }
  .case_info_page .banner_swiper .swiper-slide .textBox .name p {
    font-size: 18px;
  }
  .case_info_page .banner_swiper .swiper-slide .textBox .address,
  .case_info_page .banner_swiper .swiper-slide .textBox .area {
    align-items: baseline;
    font-size: 14px;
    line-height: 1.2;
    color: #ffeac5;
    margin-top: 5px;
  }
  .case_info_page .banner_swiper .swiper-slide .textBox .address img,
  .case_info_page .banner_swiper .swiper-slide .textBox .area img {
    width: 12px;
    margin-right: 5px;
  }
  .case_info_page .banner_swiper .navBox {
    top: 00px;
    padding: 0 10px;
    height: 40px;
  }
  .case_info_page .banner_swiper .navBox .nav .left a {
    line-height: 40px;
    font-size: 15px;
  }
  .case_info_page .banner_swiper .navBox .nav .back {
    font-size: 15px;
    padding-left: 10px;
  }
  .case_info_page .banner_swiper .swiperButton {
    display: none;
  }
  .case_info_page .section1 {
    padding: 30px 3%;
  }
  .case_info_page .section1 .news_info_content {
    display: block;
    padding: 0;
  }
  .case_info_page .section1 .news_info_content .left {
    border-top: none;
    width: 100%;
  }
  .case_info_page .section1 .news_info_content .left .main {
    padding-top: 0;
  }
  .case_info_page .section1 .news_info_content .left .main p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .case_info_page .section1 .news_info_content .left .main img {
    margin-bottom: 20px;
  }
  .case_info_page .section1 .news_info_content .left .more {
    margin-top: 15px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .case_info_page .section1 .news_info_content .left .more .back {
    width: 80px;
    cursor: pointer;
    transition: 0.5s;
    height: 60px;
    position: relative;
    top: 0;
    line-height: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .case_info_page .section1 .news_info_content .left .more .prev,
  .case_info_page .section1 .news_info_content .left .more .next {
    width: 100%;
    display: flex;
    border: none;
    border-bottom: 1px solid #f1f1f1;
  }
  .case_info_page .section1 .news_info_content .left .more .prev span,
  .case_info_page .section1 .news_info_content .left .more .next span {
    max-width: 70%;
  }
  .case_info_page .section1 .news_info_content .left .more .next {
    justify-content: flex-start;
  }
  .case_info_page .section1 .news_info_content .right {
    width: 100%;
    margin-top: 30px;
  }
  .case_info_page .section1 .news_info_content .right .en {
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }
  .case_info_page .section1 .news_info_content .right .cn {
    margin-top: 10px;
    font-size: 26px;
    text-align: center;
    width: 100%;
  }
  .case_info_page .section1 .news_info_content .right .cn::after {
    display: none;
  }
  .case_info_page .section1 .news_info_content .right .item {
    display: block;
    margin-top: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .case_info_page .section1 .news_info_content .right .item .imgholder {
    width: 100%;
    height: 300px;
  }
  .case_info_page .section1 .news_info_content .right .item .imgholder img {
    width: 100%;
    height: 100%;
  }
  .case_info_page .section1 .news_info_content .right .item .textBox {
    height: auto;
    padding: 10px 10px 20px;
    width: 100%;
  }
  .case_info_page .section1 .news_info_content .right .item .textBox .name p {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .case_info_page .section1 .news_info_content .right .item .textBox .name p::after {
    display: none;
  }
  .case_info_page .section1 .news_info_content .right .item .textBox .address,
  .case_info_page .section1 .news_info_content .right .item .textBox .area {
    padding-left: 0;
    font-size: 13px;
    line-height: 24px;
  }
  .case_info_page .section1 .news_info_content .right .item .textBox .address img,
  .case_info_page .section1 .news_info_content .right .item .textBox .area img {
    width: 13px;
    margin-right: 5px;
  }
  .case_info_page .section1 .news_info_content .right .item:last-child {
    border-bottom: none;
  }
  .service_page {
    position: relative;
  }
  .service_page .commonBanner .textBox {
    top: 10%;
  }
  .service_page .selectBar {
    background-color: #fff;
    height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #f0f0f0;
  }
  .service_page .selectBar .items {
    height: 100%;
  }
  .service_page .selectBar .items .item {
    margin-right: 15px;
  }
  .service_page .selectBar .items .item.active::after {
    height: 22px;
  }
  .service_page .selectBar .pageNav {
    display: none;
  }
  .service_page .section2 {
    padding: 30px 3%;
  }
  .service_page .section2 .title {
    margin-bottom: 20px;
    display: block;
  }
  .service_page .section2 .title .left {
    display: none;
  }
  .service_page .section2 .title .right .num {
    font-size: 60px;
  }
  .service_page .section2 .title .right h4 {
    position: relative;
    font-size: 30px;
    line-height: 1;
    color: #111;
    display: inline-block;
  }
  .service_page .section2 .title .right h4::after {
    right: -20%;
    height: 33px;
  }
  .service_page .section2 .items {
    display: block;
  }
  .service_page .section2 .item {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .service_page .section2 .item .iconBox img {
    width: 30px;
  }
  .service_page .section2 .item .name {
    margin-top: 10px;
  }
  .service_page .section3 {
    padding: 20px 3% 30px;
    padding-right: 0;
    background-color: #fafafa;
  }
  .service_page .section3 .title {
    margin-bottom: 40px;
  }
  .service_page .section3 .title .num {
    font-size: 60px;
  }
  .service_page .section3 .title h4 {
    position: relative;
    font-size: 30px;
    line-height: 1;
    color: #111;
    display: inline-block;
  }
  .service_page .section3 .title h4::after {
    right: -20%;
    height: 33px;
  }
  .service_page .section3 .s3_swiper {
    overflow: hidden;
  }
  .service_page .section3 .s3_swiper .swiper-slide {
    width: 160px !important;
    margin-right: 15px;
  }
  .service_page .section3 .s3_swiper .swiper-slide .img {
    width: 160px;
    height: 140px;
  }
  .service_page .section3 .s3_swiper .swiper-slide .textBox {
    background-color: #fff;
    width: 160px;
    padding: 0.2083rem 0.1563rem 0.1302rem 0.2083rem;
  }
  .service_page .section3 .s3_swiper .swiper-slide .textBox .name {
    font-size: 16px;
  }
  .service_page .section3 .s3_swiper .swiper-slide .textBox .line {
    width: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .service_page .section3 .s3_swiper .swiper-slide .textBox .des {
    height: 60px;
    font-size: 14px;
  }
  .service_page .section3 .s3_swiper .swiper-slide:hover .line {
    transform: rotate(90deg);
  }
  .service_page .section4 {
    padding: 20px 3% 30px;
    background-color: #ffffff;
  }
  .service_page .section4 .title {
    margin-bottom: 30px;
  }
  .service_page .section4 .title .num {
    font-size: 60px;
  }
  .service_page .section4 .title h4 {
    position: relative;
    font-size: 30px;
    line-height: 1;
    color: #111;
    display: inline-block;
  }
  .service_page .section4 .title h4::after {
    right: -20%;
    height: 33px;
  }
  .service_page .section4 .content {
    display: block;
  }
  .service_page .section4 .content .img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .service_page .section4 .content .left,
  .service_page .section4 .content .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .service_page .section4 .content .left .item,
  .service_page .section4 .content .right .item {
    width: 49%;
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
  .service_page .section4 .content .left .item .name,
  .service_page .section4 .content .right .item .name {
    font-size: 18px;
    text-align: center;
  }
  .service_page .section4 .content .left .item .line,
  .service_page .section4 .content .right .item .line {
    width: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .service_page .section4 .content .left .item .des,
  .service_page .section4 .content .right .item .des {
    text-align: center;
    height: 54px;
    font-size: 15px;
  }
  .service_page .section4 .content .left .item .num,
  .service_page .section4 .content .right .item .num {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
  }
  .service_page .section5 {
    padding: 30px 0;
    background-color: #fafafa;
  }
  .service_page .section5 .top {
    display: block;
    padding: 0 3%;
  }
  .service_page .section5 .top .title {
    display: block;
  }
  .service_page .section5 .top .title h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
  }
  .service_page .section5 .top .title h3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 26px;
    writing-mode: inherit;
  }
  .service_page .section5 .top .title h3::after {
    display: none;
  }
  .service_page .section5 .top .selectBar2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    background-color: #fafafa;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .service_page .section5 .top .selectBar2 .items {
    flex-wrap: wrap;
  }
  .service_page .section5 .top .selectBar2 .items .item {
    width: 48%;
    text-align: center;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e9e9e9;
  }
  .service_page .section5 .top .selectBar2 .items .item::after {
    z-index: 5;
    height: 22px;
  }
  .service_page .section5 .top .selectBar2 .items .item.active::after {
    z-index: 5;
    height: 22px;
  }
  .service_page .section5 .selectContent {
    margin-top: 20px;
  }
  .service_page .section5 .selectContent .content {
    display: none;
  }
  .service_page .section5 .selectContent .content .img {
    width: 100%;
  }
  .service_page .section5 .selectContent .content .labels {
    padding: 15px;
  }
  .service_page .section5 .selectContent .content .labels .item {
    position: relative;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 8px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
  .service_page .section5 .selectContent .content .labels .item::after {
    left: -3px;
  }
  .service_page .section6 {
    padding: 30px 3%;
  }
  .service_page .section6 .title h2 {
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }
  .service_page .section6 .title h3 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-size: 26px;
  }
  .service_page .section6 .title h3::after {
    display: none;
  }
  .service_page .section6 .items {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .service_page .section6 .items .item {
    width: 49%;
    height: 200px;
    position: relative;
    padding: 0.3906rem 0.2344rem 0;
    margin-bottom: 15px;
  }
  .service_page .section6 .items .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .service_page .section6 .items .item .name {
    font-size: 22px;
  }
  .service_page .section6 .items .item .des {
    font-size: 16px;
  }
  .service_page .section6 .items .item:last-child {
    display: block;
    padding-top: 0.7292rem;
    padding-left: 3%;
    width: 100%;
    height: 260px;
  }
  .service_page .section6 .items .item:last-child .des {
    text-align: left;
    margin-left: 20px;
  }
  .service_page .section6 .items .item:last-child .des p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about_page .section2 {
    padding: 30px 3%;
  }
  .about_page .section2 .top {
    display: block;
  }
  .about_page .section2 .top .title {
    margin-left: 0;
    position: relative;
    z-index: 5;
    display: block;
  }
  .about_page .section2 .top .title h2 {
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
    text-align: center;
  }
  .about_page .section2 .top .title h3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 26px;
    writing-mode: inherit;
  }
  .about_page .section2 .top .title h3::after {
    display: none;
  }
  .about_page .section2 .top .des {
    margin-top: 15px;
    width: 100%;
  }
  .about_page .section2 .img {
    width: 100%;
    margin-top: 20px;
  }
  .about_page .section3 {
    padding: 30px 3%;
    position: relative;
    display: block;
  }
  .about_page .section3 .title {
    position: relative;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
  }
  .about_page .section3 .title h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    writing-mode: inherit;
  }
  .about_page .section3 .title h3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 26px;
    writing-mode: inherit;
  }
  .about_page .section3 .title h3::after {
    display: none;
  }
  .about_page .section3 .left {
    margin-top: 30px;
    width: 100%;
  }
  .about_page .section3 .left .des {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #333;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about_page .section3 .right {
    width: 300px;
    height: 300px;
    margin-right: 10px;
    margin-left: auto;
    display: block;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
  }
  .about_page .section3 .right img {
    margin-left: -60px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .about_page .section4 {
    padding: 30px 3%;
  }
  .about_page .section4 .title {
    position: relative;
    top: 0;
    left: 0;
  }
  .about_page .section4 .title h2 {
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }
  .about_page .section4 .title h3 {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
  .about_page .section4 .title h3::after {
    display: none;
  }
  .about_page .section4 .items {
    margin-top: 30px;
    display: block;
  }
  .about_page .section4 .items .item {
    width: 100%;
    padding: 20px 15px;
  }
  .about_page .section4 .items .item img {
    width: 50px;
  }
  .about_page .section4 .items .item .name {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .about_page .section4 .items .item .line {
    transition: 0.5s;
    width: 15px;
    height: 1px;
    background-color: #b22222;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .about_page .section4 .items .item .des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0px;
    text-align: center;
    height: auto;
  }
  .about_page .section5 {
    padding: 30px 3%;
    position: relative;
  }
  .about_page .section5 .top {
    flex-direction: column-reverse;
  }
  .about_page .section5 .top .selectBar {
    height: 40px;
  }
  .about_page .section5 .top .selectBar .items .item {
    font-size: 18px;
  }
  .about_page .section5 .top .selectBar .items .item.active::after {
    height: 22px;
  }
  .about_page .section5 .top .title h2 {
    font-size: 36px;
    line-height: 1;
  }
  .about_page .section5 .top .title h3 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
  }
  .about_page .section5 .top .title h3::after {
    display: none;
  }
  .about_page .section5 .top .title .buttons {
    display: none;
  }
  .about_page .section5 .selectContent {
    height: 320px;
  }
  .about_page .section5 .honer_swiper {
    margin-top: 30px;
    padding: 10px;
    overflow: hidden;
  }
  .about_page .section5 .honer_swiper .swiper-wrapper {
    display: flex;
    align-items: flex-end;
  }
  .about_page .section5 .honer_swiper .swiper-wrapper .swiper-slide {
    margin-right: 20px !important;
    width: 200px !important;
  }
  .contact_page .section2 .top {
    padding: 30px 3%;
    display: block;
  }
  .contact_page .section2 .top .item {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 15px;
  }
  .contact_page .section2 .top .item .img {
    display: block;
    margin: 0 auto;
    width: 76px;
  }
  .contact_page .section2 .top .item .title {
    margin-top: 15px;
  }
  .contact_page .section2 .top .item .des {
    margin-top: 10px;
  }
  .contact_page .section2 .top .item:hover {
    border-bottom: 1px solid #000000;
  }
  .contact_page .section2 .map {
    height: 300px;
  }
  .search_result_page .section1 {
    margin-top: 80px;
    padding: 30px 3% 50px;
  }
  .search_result_page .section1 .title h2 {
    font-size: 36px;
    line-height: 1;
  }
  .search_result_page .section1 .title h3 {
    margin-top: 15px;
    font-size: 26px;
  }
  .search_result_page .section1 .title h3 span {
    font-size: 26px;
  }
  .search_result_page .section1 .title h3::after {
    left: 110%;
    height: 33px;
  }
  .search_result_page .section1 .main {
    margin-top: 40px;
  }
  .search_result_page .section1 .main .selectBar {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
  }
  .search_result_page .section1 .main .selectBar .items .item {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
  }
  .search_result_page .section1 .main .selectBar .items .item::after {
    height: 22px;
  }
  .search_result_page .section1 .main .selectBar .items .item:hover::after,
  .search_result_page .section1 .main .selectBar .items .item.active::after {
    height: 22px;
  }
  .search_result_page .section1 .main .selectContent .content {
    display: none;
  }
  .search_result_page .section1 .main .selectContent .content .items {
    padding-top: 20px;
  }
  .search_result_page .section1 .main .selectContent .content .items .item {
    display: block;
    transition: 0.5s;
    height: auto;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .left {
    width: 100%;
    display: block;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .left .cate {
    font-size: 16px;
    border-right: none;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .left .name {
    margin-top: 10px;
    transition: 0.5s;
    font-size: 20px;
    color: #222222;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .right {
    margin-top: 15px;
    width: 100%;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .right .time {
    font-size: 18px;
    margin-left: 0;
  }
  .search_result_page .section1 .main .selectContent .content .items .item .right .more {
    margin-left: 15px;
    width: 36px;
    height: 36px;
  }
}
