@media (max-width: 920px) {
  header {
    z-index: 99;
    height: 60px;
    background-color: #fff;
  }
  header .logo img {
    display: none;
    height: 40px;
  }
  header .logo .black {
    display: block;
  }
  header .right .nav,
  header .right .search {
    display: none;
  }
  header .right .menuBox {
    display: block;
    width: 34px;
    height: 34px;
  }
  header .right .menuBox .menu_btn {
    margin-left: auto;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #175dc6;
  }
  header .right .menuBox .menu_btn .bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transform-origin: center;
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(2) {
    opacity: 0;
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .navMask {
    display: block;
    z-index: 80;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navMask .navBox {
    width: 45%;
    margin-left: auto;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem {
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem .navTitle {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    display: table;
    margin-left: auto;
    color: #fff;
    position: relative;
  }
  .navMask .navBox .navItem .navTitle a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  .navMask .navBox .navItem .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    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;
    font-size: 16px;
    color: #fff;
  }
  .navMask .navBox .navItem.active .sub_nav {
    display: block;
  }
  .navMask .navBox .navItem.active .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 2px;
    background-color: #fff;
  }
  .navMask.active {
    left: 0;
  }
}
@media (max-width: 768px) {
  .common_title {
    /* gradient text for modern browsers */
  }
  .common_title .en,
  .common_title .cn {
    font-size: 26px;
  }
  @supports (-webkit-background-clip: text) {
    .common_title .en {
      background-image: linear-gradient(to bottom, #acccff, #fff);
      -webkit-background-clip: text;
      color: transparent;
      opacity: 0.2;
    }
    .common_title .cn {
      margin-top: -10px;
    }
  }
  .common_title .icon_title {
    width: 20px;
    display: block;
    margin: 0.0885rem auto 0;
  }
  .moreButton {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .moreButton img {
    width: 18px;
    margin-left: 6px;
  }
  .moreButton.black {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .moreButton:hover {
    border: 1px solid #ffffff;
  }
  .moreButton.black:hover {
    border: 1px solid #000000;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .page_title .title {
    font-size: 24px;
  }
  .banner .page_title .des {
    font-size: 16px;
    margin-top: 7px;
  }
  .banner .page_title img {
    width: 20px;
  }
  .page_buttons {
    display: block;
  }
  .page_buttons .buttons_left .prev,
  .page_buttons .buttons_left .next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .page_buttons .buttons_left .prev {
    margin-right: 12px;
  }
  .page_buttons .buttons_left .next {
    margin-left: 12px;
  }
  .page_buttons .buttons_left .pages .item {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #37363b;
    margin-right: 12px;
  }
  .page_buttons .buttons_left .totalPage {
    font-size: 15px;
  }
  .page_buttons .inputBox {
    margin-top: 12px;
    margin-left: 0;
  }
  .page_buttons .inputBox span {
    font-size: 15px;
  }
  .page_buttons .inputBox input {
    margin: 0 12px;
    padding: 0 12px;
    width: 60px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
  }
  footer {
    background: url(/static/images/footer_bg.png) 75% no-repeat;
    background-size: cover;
  }
  footer .top {
    height: auto;
    padding: 20px 5%;
  }
  footer .top .logo img {
    width: auto;
    height: 45px;
  }
  footer .top .wechat_code .wechat {
    width: 40px;
    height: 40px;
  }
  footer .top .wechat_code .wechat img {
    width: 25px;
  }
  footer .top .wechat_code .text {
    z-index: 2;
    margin-left: -17px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    line-height: 40px;
    color: #333333;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
  }
  footer .top .wechat_code .qrcode {
    width: 70px;
    height: 70px;
  }
  footer .top .wechat_code .qrcode img {
    width: 70px;
  }
  footer .main {
    padding: 0 5%;
    display: block;
  }
  footer .main .left {
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  footer .main .left .item {
    margin-top: 20px;
    width: 58%;
  }
  footer .main .left .item .tops img {
    width: 16px;
  }
  footer .main .left .item .tops span {
    font-size: 18px;
    margin-left: 10px;
  }
  footer .main .left .item .content {
    margin-top: 8px;
  }
  footer .main .left .item .content .phone {
    font-size: 24px;
    line-height: 1;
  }
  footer .main .left .item .content .des {
    margin-top: 5px;
    font-size: 12px;
  }
  footer .main .left .item .content .text {
    font-size: 15px;
    line-height: 1.2;
  }
  footer .main .left .item:nth-child(2n) {
    width: 42%;
  }
  footer .main .footer_nav {
    flex-wrap: wrap;
    height: auto;
    border: none;
    padding: 20px 0;
    box-sizing: border-box;
  }
  footer .main .footer_nav .item {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .main .footer_nav .item .title_nav {
    font-size: 22px;
    margin-bottom: 15px;
  }
  footer .main .footer_nav .item .title_nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #7d7d7d;
  }
  footer .main .footer_nav .item .sub_nav {
    margin-top: 5px;
  }
  footer .main .footer_nav .item .sub_nav a {
    font-size: 18px;
    line-height: 1.3;
  }
  footer .bottom {
    display: block;
    padding: 10px 5%;
    box-sizing: border-box;
    height: auto;
  }
  footer .bottom .Copyright,
  footer .bottom .sile {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  footer .bottom .Copyright a,
  footer .bottom .sile a {
    font-size: 15px;
  }
  footer .bottom .sile {
    margin-top: 10px;
  }
  .home_fullpage .section1 {
    margin-top: 60px;
  }
  .home_fullpage .section1 .banner_swiper .swiper-slide .textBox {
    bottom: 20%;
  }
  .home_fullpage .section1 .banner_swiper .swiper-slide .textBox .text1 {
    width: 100%;
    font-size: 26px;
  }
  .home_fullpage .section1 .banner_swiper .swiper-slide .textBox .text2 {
    width: 90%;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 17px;
  }
  .home_fullpage .section1 .banner_swiper .swiper_buttons1 {
    display: none;
  }
  .home_fullpage .section2 {
    padding-top: 20px;
  }
  .home_fullpage .section2 .main {
    margin-top: 20px;
    display: block;
  }
  .home_fullpage .section2 .main .left {
    padding-left: 25px px;
    padding-top: 25px;
    width: 95%;
    margin: 0 auto;
    height: 280px;
    margin-bottom: 15px;
  }
  .home_fullpage .section2 .main .left .textBox .cn {
    font-size: 22px;
    line-height: 1.5;
  }
  .home_fullpage .section2 .main .left .textBox .en {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_fullpage .section2 .main .right {
    width: 95%;
    margin: 0 auto;
  }
  .home_fullpage .section2 .main .right .item {
    margin-bottom: 15px;
    width: 49%;
    height: 140px;
  }
  .home_fullpage .section2 .main .right .item .textBox .cn {
    font-size: 22px;
    line-height: 1.5;
  }
  .home_fullpage .section2 .main .right .item .textBox .en {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_fullpage .section2 .main .right .item:nth-child(1) {
    margin-bottom: 10px;
    height: 140px;
  }
  .home_fullpage .section3 {
    padding: 0 5%;
  }
  .home_fullpage .section3 .main {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .home_fullpage .section3 .main .des {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    -webkit-line-clamp: 7;
  }
  .home_fullpage .section3 .main .datas .item {
    margin-right: 15px;
  }
  .home_fullpage .section3 .main .datas .item .top {
    font-size: 14px;
  }
  .home_fullpage .section3 .main .datas .item .top span {
    font-size: 30px;
  }
  .home_fullpage .section3 .main .datas .item .text {
    font-size: 14px;
  }
  .home_fullpage .section4 {
    padding: 30px 5%;
  }
  .home_fullpage .section4 .top {
    display: block;
  }
  .home_fullpage .section4 .top .right {
    margin-top: 25px;
  }
  .home_fullpage .section4 .top .right .moreButton {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .home_fullpage .section4 .top .right .moreButton img {
    width: 18px;
    margin-left: 6px;
  }
  .home_fullpage .section4 .top .right .newsButtons .item {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
  }
  .home_fullpage .section4 .top .right .newsButtons .item img {
    width: 18px;
    margin-left: 6px;
  }
  .home_fullpage .section4 .main {
    margin-top: 15px;
    display: block;
  }
  .home_fullpage .section4 .main .item {
    margin-top: 20px;
    width: 100%;
  }
  .home_fullpage .section4 .main .item .imgBox {
    height: 215px;
  }
  .home_fullpage .section4 .main .item .imgBox .times {
    width: 30%;
    height: 40px;
    right: 0;
    left: -3%;
  }
  .home_fullpage .section4 .main .item .imgBox .times .time {
    top: 10%;
    font-size: 14px;
  }
  .home_fullpage .section4 .main .item .imgBox .times .time span {
    font-size: 22px;
  }
  .home_fullpage .section4 .main .item .news_name {
    font-size: 18px;
    margin-top: 20px;
  }
  .home_fullpage .section4 .main .item .des {
    font-size: 15px;
    height: auto;
    margin-top: 12px;
    line-height: 1.5;
  }
  .home_fullpage .section4 .main .item .moreButton {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .home_fullpage .section4 .main .item .moreButton img {
    width: 18px;
    margin-left: 6px;
  }
  .home_fullpage .section5 {
    padding: 30px 5%;
  }
  .home_fullpage .section5 .top {
    display: block;
  }
  .home_fullpage .section5 .top .left .common_title {
    margin-top: 0;
  }
  .home_fullpage .section5 .top .left .des {
    font-size: 15px;
    line-height: 1.5;
  }
  .home_fullpage .section5 .top .right {
    margin-top: -150px;
  }
  .home_fullpage .section5 .top .right img {
    width: 100%;
  }
  .home_fullpage .section5 .partner_swiper {
    margin-top: -80px;
    padding-bottom: 15px;
  }
  .home_fullpage .section5 .partner_swiper .swiper-slide {
    justify-content: space-between;
  }
  .home_fullpage .section5 .partner_swiper .swiper-slide .item {
    width: 48%;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .home_fullpage .section5 .partner_swiper .swiper-slide .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .home_fullpage .section5 .partner_swiper .swiper-slide .item a img {
    width: 85%;
  }
  .about_page .section1 {
    margin-top: 60px;
  }
  .about_page .section1 .about_banner {
    padding: 30px 5%;
  }
  .about_page .section1 .about_banner .main {
    display: block;
  }
  .about_page .section1 .about_banner .main .des {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 20px;
    overflow-y: auto;
  }
  .about_page .section1 .about_banner .main .des p {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_page .section1 .about_banner .main .datas {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .about_page .section1 .about_banner .main .datas .item {
    width: 60px;
    height: 100px;
    margin-right: 50px;
    margin-left: 20px;
  }
  .about_page .section1 .about_banner .main .datas .item .textBox {
    width: 120px;
    position: absolute;
    left: -10px;
    top: 30px;
    transform: skewX(15deg);
  }
  .about_page .section1 .about_banner .main .datas .item .textBox .top {
    font-size: 16px;
  }
  .about_page .section1 .about_banner .main .datas .item .textBox .top span {
    font-size: 26px;
  }
  .about_page .section1 .about_banner .main .datas .item .textBox .text {
    font-size: 16px;
  }
  .about_page .section2 {
    padding: 30px 5%;
    background: url(/static/images/about_section1_bg.png) 50%;
    background-size: cover;
  }
  .about_page .section2 .items {
    margin-top: 15px;
  }
  .about_page .section2 .items .item {
    width: 32%;
    height: 220px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .about_page .section2 .items .item .icon {
    width: 30px;
  }
  .about_page .section2 .items .item .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .about_page .section2 .items .item .name_en {
    font-size: 13px;
    margin-top: 10px;
  }
  .about_page .section2 .items .item .des {
    font-size: 14px;
    width: 100%;
  }
  .about_page .section2 .items .item .mask img {
    width: 30px;
  }
  .about_page .section3 {
    padding: 30px 5%;
  }
  .about_page .section3 .wavy {
    display: none;
  }
  .about_page .section3 .lishi_swiper {
    margin-top: 15px;
  }
  .about_page .section3 .lishi_swiper .swiper-slide {
    width: 150px;
    height: 220px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents .time {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents .time span {
    font-size: 28px;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents .items .item {
    font-size: 14px;
    line-height: 1.5;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents .items .item span {
    margin-right: 5px;
  }
  .about_page .section3 .lishi_swiper .swiper-slide .contents::after {
    content: "";
    display: none;
  }
  .about_page .section3 .lishi_swiper .swiper-slide-next {
    margin-top: 0;
    background: linear-gradient(to bottom, rgba(10, 63, 135, 0), rgba(255, 255, 255, 0.3));
  }
  .about_page .section4 {
    padding: 30px 5%;
  }
  .about_page .section4 .main {
    display: block;
    margin-top: 15px;
  }
  .about_page .section4 .main .des {
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
  }
  .about_page .section4 .main .nums {
    margin-top: 20px;
  }
  .about_page .section4 .main .nums .item {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .about_page .section4 .main .nums .item .num {
    font-size: 30px;
  }
  .about_page .section4 .main .nums .item .text {
    font-size: 16px;
  }
  .about_page .section4 .zizhi_swiper {
    padding-top: 30px;
    margin-top: 15px;
  }
  .about_page .section4 .zizhi_swiper .swiper_buttons {
    display: none;
  }
  .about_page .section4 .zizhi_swiper .names {
    font-size: 24px !important;
    margin-top: 15px !important;
  }
  .about_page .section5 {
    padding: 30px 5%;
    background: url(/static/images/about_section4_bg.png) 95% no-repeat;
    background-size: cover;
  }
  .about_page .section5 .des {
    font-size: 18px;
    width: 100%;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_page .section5 .huodong_swiper {
    margin-top: 20px;
  }
  .about_page .section5 .huodong_swiper .swiper-wrapper {
    height: auto;
  }
  .about_page .section5 .huodong_swiper .swiper_buttons {
    display: none;
  }
  .about_page .section5 .huodong_swiper .swiper-slide {
    margin-right: 20px !important;
  }
  .about_page .section5 .huodong_swiper .swiper-slide .item img {
    width: 250px;
    height: 165px;
  }
  .about_page .section5 .huodong_swiper .swiper-slide .item .mask .title {
    font-size: 18px;
    line-height: 2;
    bottom: 10px;
  }
  .product_page .product_content {
    padding: 30px 5%;
  }
  .product_page .product_content .cateButton .item {
    margin: 0 20px;
  }
  .product_page .product_content .cateButton .item .text {
    font-size: 22px;
  }
  .product_page .product_content .cateButton .item img {
    width: 20px;
  }
  .product_page .product_content .products {
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_page .product_content .products .item {
    width: 48%;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .product_page .product_content .products .item .imgBox {
    width: 162px;
    height: 162px;
  }
  .product_page .product_content .products .item .imgBox img {
    width: 100%;
    height: 162px;
  }
  .product_page .product_content .products .item .name {
    font-size: 18px;
    height: auto;
    line-height: 1.3;
  }
  .product_page .product_content .products .item .moreButton {
    margin-top: 15px;
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .product_page .product_content .products .item .moreButton img {
    width: 18px;
    margin-left: 6px;
  }
  .product_info_page .banner2 {
    overflow: hidden;
  }
  .product_info_page .banner2 .page_title {
    top: 15%;
  }
  .product_info_page .banner2 .page_title .title {
    width: 70%;
    line-height: 1.5;
  }
  .product_info_page .page_nav {
    height: 60px;
  }
  .product_info_page .page_nav a {
    font-size: 16px;
    margin: 0 10px;
  }
  .product_info_page .section2 {
    background: url(/static/images/product_info_section2_bg.png) 35%;
    background-size: cover;
    height: auto;
    padding: 30px 5%;
    display: block;
  }
  .product_info_page .section2 .imgsBox {
    width: 100%;
  }
  .product_info_page .section2 .imgsBox .all {
    width: 140px;
    height: 200px;
  }
  .product_info_page .section2 .imgsBox .all .item {
    transition: 0.3s;
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    background-color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .product_info_page .section2 .imgsBox .big {
    width: 200px;
    height: 200px;
  }
  .product_info_page .section2 .imgsBox .big img {
    width: 100%;
  }
  .product_info_page .section2 .textBox {
    margin-top: 30px;
    width: 100%;
  }
  .product_info_page .section2 .textBox .des {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .product_info_page .section2 .textBox .zixun_button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
  .product_info_page .section2 .textBox .zixun_button img {
    width: 20px;
  }
  .product_info_page .section2 .textBox .zixun_button span {
    font-size: 16px;
    margin-left: 5px;
  }
  .product_info_page .section3 {
    padding: 30px 5%;
  }
  .product_info_page .section3 .items {
    display: block;
  }
  .product_info_page .section3 .items .item {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 15px;
    align-items: center;
  }
  .product_info_page .section3 .items .item .icon {
    width: 40px;
    height: 40px;
  }
  .product_info_page .section3 .items .item .icon img {
    width: 40px;
    height: 40px;
  }
  .product_info_page .section3 .items .item .text {
    margin-left: 5px;
  }
  .product_info_page .section3 .items .item .text .title {
    font-size: 14px;
  }
  .product_info_page .section3 .items .item .text .des {
    font-size: 12px;
    line-height: 1.2;
  }
  .product_info_page .section4 {
    padding: 30px 5%;
  }
  .product_info_page .section4 .tables {
    display: block;
  }
  .product_info_page .section4 .tables table {
    width: 100%;
    margin-top: 30px;
  }
  .product_info_page .section4 .tables table th {
    height: 50px;
    background-color: #175dc6;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    padding-left: 8px;
  }
  .product_info_page .section4 .tables table tr td {
    height: 50px;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 8px;
  }
  .product_info_page .section5 {
    padding: 30px 5%;
  }
  .product_info_page .section5 .yingyong_swiper {
    margin-top: 25px;
  }
  .product_info_page .section5 .yingyong_swiper .swiper-slide {
    width: 150px !important;
    margin-right: 10px !important;
    height: 200px;
    position: relative;
  }
  .product_info_page .section5 .yingyong_swiper .swiper-slide .mask .text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    bottom: 15px;
  }
  .solution_page .section1 {
    background: url(/static/images/solution__section1_bg2.png) 50%;
    background-size: cover;
    height: 430px;
    padding: 30px 5%;
  }
  .solution_page .section1 .des {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
  }
  .solution_page .section1 .icons .iconBox {
    width: auto;
    height: auto;
  }
  .solution_page .section1 .icons .iconBox .icon_top .text_bg {
    width: 24px;
    height: 82px;
    border-radius: 40px;
    padding-top: 1px;
  }
  .solution_page .section1 .icons .iconBox .icon_top .text_bg .white {
    padding-top: 3px;
    width: 24px;
    height: 80px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1.2;
  }
  .solution_page .section1 .icons .iconBox .icon_bg {
    width: 40px;
    height: 40px;
  }
  .solution_page .section1 .icons .iconBox .icon_bg .circular {
    width: 40px;
    height: 40px;
  }
  .solution_page .section1 .icons .iconBox .icon_bg .icon {
    width: 30px;
    height: 30px;
  }
  .solution_page .section1 .icons .iconBox .icon_bg .icon img {
    width: 20px;
  }
  .solution_page .section1 .icons .textBox .cn p {
    font-size: 24px;
    line-height: 1.2;
  }
  .solution_page .section1 .icons .textBox .en {
    font-size: 14px;
    line-height: 1.3;
  }
  .solution_page .section2 {
    padding: 30px 5%;
  }
  .solution_page .section2 .case_swiper {
    margin-top: 25px;
  }
  .solution_page .section2 .case_swiper .swiper-slide {
    margin-bottom: 0.3385rem;
    width: 200px !important;
    margin-right: 15px !important;
  }
  .solution_page .section2 .case_swiper .swiper-slide .img {
    height: 150px;
  }
  .solution_page .section2 .case_swiper .swiper-slide .img img {
    height: 150px;
  }
  .solution_page .section2 .case_swiper .swiper-slide .textBox .text {
    font-size: 18px;
    height: auto;
    line-height: 1.3;
  }
  .solution_page .section2 .case_swiper .swiper_buttons {
    display: none;
  }
  .solution_page .section3 {
    padding: 30px 5%;
  }
  .solution_page .section3 .items {
    display: block;
  }
  .solution_page .section3 .items .item {
    width: 80%;
    height: auto;
    padding: 15px 10px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .solution_page .section3 .items .item .icon {
    width: 45px;
    margin-bottom: 10px;
  }
  .solution_page .section3 .items .item .des1,
  .solution_page .section3 .items .item .num2,
  .solution_page .section3 .items .item .des2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .solution_page .section3 .items .item .num {
    font-size: 18px;
  }
  .product_page .moreButton {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .product_page .moreButton img {
    width: 18px;
    margin-left: 6px;
  }
  .product_page .product_content .topBox {
    padding: 0;
  }
  .product_page .product_content .topBox .topNews {
    display: block;
  }
  .product_page .product_content .topBox .topNews .item {
    margin-top: 20px;
    width: 100%;
  }
  .product_page .product_content .topBox .topNews .item .imgBox {
    height: 215px;
  }
  .product_page .product_content .topBox .topNews .item .imgBox .times {
    width: 30%;
    height: 40px;
    right: 0;
    left: -3%;
  }
  .product_page .product_content .topBox .topNews .item .imgBox .times .time {
    top: 10%;
    font-size: 14px;
  }
  .product_page .product_content .topBox .topNews .item .imgBox .times .time span {
    font-size: 22px;
  }
  .product_page .product_content .topBox .topNews .item .news_name {
    font-size: 18px;
    margin-top: 20px;
  }
  .product_page .product_content .topBox .topNews .item .des {
    height: auto;
    font-size: 15px;
    margin-top: 12px;
    line-height: 1.5;
  }
  .product_page .product_content .news_Box {
    margin-top: 35px;
    border-top: 2px solid #f4f4f4;
    padding: 0;
  }
  .product_page .product_content .news_Box .news_items .item {
    padding: 10px 0;
    height: auto;
    display: block;
  }
  .product_page .product_content .news_Box .news_items .item .time .day {
    font-size: 30px;
    line-height: 1.2;
  }
  .product_page .product_content .news_Box .news_items .item .time .month {
    line-height: 1.2;
    font-size: 18px;
  }
  .product_page .product_content .news_Box .news_items .item .info {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .product_page .product_content .news_Box .news_items .item .info .title {
    font-size: 18px;
  }
  .product_page .product_content .news_Box .news_items .item .info .des {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_page .product_content .news_Box .news_items .item .img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 20px;
  }
  .product_page .product_content .news_Box .news_items .item .img img {
    width: 100%;
    height: auto;
  }
  .recruitment_page .main {
    padding: 0 5% 30px;
  }
  .recruitment_page .main .tops2 .icon_items {
    padding: 0 30px;
    display: block;
  }
  .recruitment_page .main .tops2 .icon_items .item {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .recruitment_page .main .tops2 .icon_items .item .box img {
    width: 60px;
    margin: 20px auto 0;
  }
  .recruitment_page .main .tops2 .icon_items .item .box .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .recruitment_page .main .tops2 .icon_items .item .box .des {
    font-size: 16px;
    line-height: 1.2;
    width: 90%;
    margin: 20px auto 0;
  }
  .recruitment_page .main .bottom2 .desBox p {
    font-size: 16px;
    line-height: 1.5;
  }
  .recruitment_page .main .bottom2 .desBox p span {
    font-size: 16px;
  }
  .recruitment_page .main .bottom2 .job {
    margin-top: 20px;
  }
  .recruitment_page .main .bottom2 .job .item {
    margin-bottom: 15px;
  }
  .recruitment_page .main .bottom2 .job .item .top {
    padding: 10px 10px;
    height: auto;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .icon {
    width: 40px;
    height: 40px;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .icon img {
    width: 14px;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .content {
    flex: 1;
    margin-left: 20px;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .content .title {
    line-height: 1.3;
    font-size: 18px;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .content .des {
    display: flex;
    flex-wrap: wrap;
  }
  .recruitment_page .main .bottom2 .job .item .top .left .content .des span {
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    display: block;
    width: 60%;
    font-size: 12px;
    line-height: 1.3;
  }
  .recruitment_page .main .bottom2 .job .item .top .button {
    width: 125px;
    height: 30px;
  }
  .recruitment_page .main .bottom2 .job .item .top .button span {
    font-size: 18px;
    margin-right: 5px;
  }
  .recruitment_page .main .bottom2 .job .item .top .button img {
    width: 10px;
  }
  .recruitment_page .main .bottom2 .job .item .job_des .item p {
    font-size: 14px;
  }
  .recruitment_page .main .bottom2 .job .item .job_des .item .title {
    font-size: 16px;
  }
  .news_info_page .main {
    padding: 30px 5%;
    display: block;
  }
  .news_info_page .main .newsContent {
    width: 100%;
    padding: 10px;
  }
  .news_info_page .main .newsContent .title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .news_info_page .main .newsContent .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news_info_page .main .newsContent .content p {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .news_info_page .main .newsContent .content img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news_info_page .main .newsContent .more {
    display: block;
  }
  .news_info_page .main .newsContent .more .left .item {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .news_info_page .main .newsContent .more .left .item a {
    font-size: 14px;
    width: 250px;
  }
  .news_info_page .main .newsContent .more .backButton {
    margin-left: 0;
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 10px;
  }
  .news_info_page .recommend {
    display: none;
  }
  .contact_page .contact_top .information {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding: 0 10px;
    margin-top: 20px;
  }
  .contact_page .contact_top .information .contents {
    display: block;
  }
  .contact_page .contact_top .information .contents .main_img {
    width: 100%;
    height: auto;
  }
  .contact_page .contact_top .information .contents .right {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .contact_page .contact_top .information .contents .right .title {
    font-size: 20px;
  }
  .contact_page .contact_top .information .contents .right .item {
    margin-top: 10px;
  }
  .contact_page .contact_top .information .contents .right .item .tops img {
    width: 20px;
  }
  .contact_page .contact_top .information .contents .right .item .tops span {
    font-size: 16px;
    margin-left: 5px;
  }
  .contact_page .contact_top .information .contents .right .item .content .phone {
    font-size: 30px;
    line-height: 1.5;
  }
  .contact_page .contact_top .information .contents .right .item .content .des {
    font-size: 18px;
  }
  .contact_page .contact_top .information .contents .right .item .content .text {
    font-size: 18px;
  }
  .contact_page .contact_top .information .contents .right .wechat_code {
    display: none;
  }
  .contact_page .contact_top .map {
    margin-top: 20px;
    height: 400px;
  }
  .contact_page .formBox {
    padding: 30px 5%;
  }
  .contact_page .formBox form textarea {
    height: 70px;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .contact_page .formBox form .inputs {
    flex-wrap: wrap;
  }
  .contact_page .formBox form .inputs .inputBox {
    width: 100%;
    margin-top: 10px;
    height: 50px;
  }
  .contact_page .formBox form .inputs .inputBox input {
    width: 200px;
    height: 100%;
    font-size: 16px;
    line-height: 1;
  }
  .contact_page .formBox form .inputs .inputBox .code {
    justify-content: center;
    margin-left: 10px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .contact_page .formBox form .submit {
    margin: 30px auto 0;
    width: 180px;
    height: 34px;
    font-size: 20px;
    line-height: 17px;
  }
}
