<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1920px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  header {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .w150 {
    width: 1200px;
  }
  .home_page .banner .swiper-pagination {
    left: 5%;
  }
  header .mian nav ul li .title_nav {
    padding: 0 10px;
  }
  .home_page .section2 .partnerBox {
    padding-left: 5%;
  }
  .home_page .section3,
  .product_page .section3,
  .product_info2_page .section3,
  .product_info3_page .section2,
  .about_page .section1 {
    padding-left: 5%;
  }
  footer .footer_contactBox .items .item {
    margin-right: 2%;
  }
  footer .footer_contactBox .items .item .content {
    font-size: 20px;
  }
  footer .footer_contactBox .items .item:last-child .content {
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .w150 {
    width: 1000px;
  }
  header .mian nav ul li .title_nav {
    padding: 0 5px;
  }
  .home_page .section2 .productBox .items .item .name {
    padding: 0 15px 15px;
  }
  footer .footer_contactBox .items .item .content {
    font-size: 18px;
  }
  footer .footer_contactBox .items .item:last-child .content {
    font-size: 15px;
    line-height: 36px;
  }
  .solution_page .section1 .selectContent .content .items .item .imgBox {
    height: 320px;
  }
  .solution_info_page .section1 .main .left {
    width: 60%;
  }
}
@media (max-width: 1001px) {
  .w150 {
    width: 94vw;
    margin: 0 auto;
  }
  header {
    height: 70px !important;
    padding: 0 15px;
    background-color: #fff;
  }
  header .mian .logoBox img {
    display: none;
    height: 35px;
  }
  header .mian .logoBox .colorful {
    display: block;
  }
  header .mian nav {
    display: none;
  }
  header .mian .searchBox {
    margin-left: auto;
    display: block;
    width: auto;
    height: auto;
  }
  header .mian .searchBox .iconBox {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  header .mian .searchBox .iconBox img {
    margin-right: 15px;
    display: none;
    width: 20px;
  }
  header .mian .searchBox .iconBox .black {
    display: block;
  }
  header .mian .searchBox .inputBox {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    display: none;
  }
  header .mian .searchBox .inputBox .flex_c {
    align-items: center;
    justify-content: center;
  }
  header .mian .searchBox .inputBox input {
    width: 80%;
    height: 52px;
    display: inline;
    color: #333;
    border: 1px solid #eee;
    vertical-align: bottom;
  }
  header .mian .searchBox .inputBox .iconBox2 {
    display: inline-flex;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #1467dd;
  }
  header .mian .searchBox .inputBox .iconBox2 img {
    margin: 0;
  }
  header .mian .searchBox .inputBox .iconBox2 .black {
    display: none;
  }
  header .mian .searchBox .inputBox .iconBox2 .white {
    display: block;
  }
  header .mian .menuBox {
    display: block;
  }
  footer {
    position: relative;
    width: 100%;
    margin-top: -370px;
  }
  footer .footer_contactBox {
    padding: 20px 15px;
    height: auto;
  }
  footer .footer_contactBox .items {
    margin-top: 20px;
    display: block;
  }
  footer .footer_contactBox .items .item {
    width: 100%;
    margin-right: 0;
    padding-top: 15px;
  }
  footer .footer_contactBox .items .item .title img {
    width: 20px;
    height: 20px;
  }
  footer .footer_contactBox .items .item .content {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
  }
  footer .footer {
    margin-top: 20px;
  }
  footer .footer .footer_main .mian_top {
    display: block;
    padding: 20px 0 20px;
  }
  footer .footer .footer_main .mian_top .logo {
    margin-bottom: 10px;
  }
  footer .footer .footer_main .mian_top .logo img {
    height: 40px;
  }
  footer .footer .footer_main .footerNav {
    display: block;
    padding: 30px 0;
  }
  footer .footer .footer_main .footerNav .nav {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer .footer_main .footerNav .nav .items {
    width: 50%;
    margin-bottom: 15px;
  }
  footer .footer .footer_main .footerNav .nav .items li a {
    font-size: 15px;
    line-height: 1.5;
  }
  footer .footer .footer_main .footerNav .nav .items .titleNav {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  footer .footer .footer_main .footerNav .nav .items .titleNav a {
    font-size: 20px;
  }
  footer .footer .footer_main .footerNav .qrcode {
    display: none;
  }
  footer .footer .footer_main .bottom {
    display: block;
    padding: 25px 0;
  }
  footer .footer .footer_main .bottom .Copyright,
  footer .footer .footer_main .bottom .siro {
    color: #96a4b5;
  }
  footer .footer .footer_main .bottom .Copyright p,
  footer .footer .footer_main .bottom .siro p {
    display: inline-block;
    font-size: 14px;
    color: #96a4b5;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  footer .footer .footer_main .bottom .Copyright a,
  footer .footer .footer_main .bottom .siro a {
    letter-spacing: 1px;
    display: inline-block;
    font-size: 14px;
    color: #96a4b5;
  }
  footer .footer .footer_main .bottom .Copyright a:hover,
  footer .footer .footer_main .bottom .siro a:hover {
    color: #fff;
  }
  footer .footer .footer_main .bottom .Copyright span,
  footer .footer .footer_main .bottom .siro span {
    letter-spacing: 1px;
    margin: 0 0px;
    color: #fff;
  }
  footer .footer .footer_main .bottom .siro {
    margin-top: 10px;
  }
  .moreButton {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .moreButton img {
    margin-left: 10px;
    height: 10px;
  }
  .moreButton.blue {
    width: 140px;
    height: 36px;
    border-radius: 18px;
  }
  .moreButton.blue span {
    font-size: 16px;
  }
  .moreButton.blue img {
    margin-left: 10px;
  }
  .common_section_title .en {
    font-size: 28px;
  }
  .common_section_title .cn {
    font-size: 30px;
    margin-top: -16px;
  }
  .common_section_title.center {
    text-align: center;
  }
  .common_section_title.small .en {
    font-size: 44px;
  }
  .common_section_title.small .cn {
    font-size: 30px;
    margin-top: -20px;
  }
  @supports (-webkit-background-clip: text) {
    .common_section_title.white .en {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    }
  }
  .common_section_title.white .cn {
    color: #fff;
  }
  .common_banner {
    margin-top: 70px;
    height: 220px;
  }
  .common_banner .textBox {
    margin-top: 30px;
  }
  .common_banner .textBox .title {
    color: #fff;
    font-size: 24px;
  }
  .common_banner .textBox .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    width: 90%;
  }
  .videoMask .videoBox {
    width: 90vw;
    height: auto;
  }
  .navMask {
    display: block;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    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;
  }
  .page_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_buttons .prev,
  .page_buttons .next {
    width: 80px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
  }
  .page_buttons .prev img,
  .page_buttons .next img {
    margin: 0 5px;
  }
  .page_buttons .pages {
    padding: 0 6px;
  }
  .page_buttons .pages .item {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 6px;
  }
}
@media (max-width: 1001px) {
  .home_page .banner {
    margin-top: 70px;
    height: 260px;
  }
  .home_page .banner .swiper-slide .textBox {
    position: relative;
    margin-top: 50px;
  }
  .home_page .banner .swiper-slide .textBox .number {
    letter-spacing: 1px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .home_page .banner .banner_swiper_button {
    display: none;
  }
  .home_page .banner .swiper-pagination {
    display: none;
  }
  .home_page .section2 {
    padding: 30px 0;
    background-color: #fff;
  }
  .home_page .section2 .companyProfileBox {
    height: auto;
    margin-top: 40px;
  }
  .home_page .section2 .companyProfileBox .content {
    padding: 20px;
  }
  .home_page .section2 .companyProfileBox .content .des {
    font-size: 15px;
    width: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    -webkit-line-clamp: 8;
  }
  .home_page .section2 .productBox {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .home_page .section2 .productBox .title {
    text-align: center;
  }
  .home_page .section2 .productBox .title p {
    font-size: 20px;
    line-height: 1.5;
  }
  .home_page .section2 .productBox .items {
    display: block;
  }
  .home_page .section2 .productBox .items .item {
    display: block;
    margin-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    margin-right: 0;
  }
  .home_page .section2 .productBox .items .item .name {
    font-size: 24px;
    padding: 0 30px 5px;
  }
  .home_page .section2 .productBox .items .item .des {
    margin-top: 15px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 1.5;
  }
  .home_page .section2 .productBox .items .item .bg {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 0.5s;
    transform: translateX(-50%);
  }
  .home_page .section2 .productBox .items .item:last-child {
    margin-right: 0;
  }
  .home_page .section2 .productBox .items .item:hover .bg {
    opacity: 1;
  }
  .home_page .section2 .partnerBox {
    padding-left: 15px;
    display: block;
  }
  .home_page .section2 .partnerBox .partnerSwiper {
    margin-top: 15px;
    flex: none;
    margin-left: 0px;
    padding: 20px 0;
  }
  .home_page .section2 .partnerBox .partnerSwiper .swiper-slide {
    margin-right: 15px !important;
    border-radius: 35px;
    height: 70px;
  }
  .home_page .section3 {
    padding: 50px 15px 50px;
    display: block;
  }
  .home_page .section3 .left .items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home_page .section3 .left .items .item {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  .home_page .section3 .left .items .item .text {
    width: auto;
  }
  .home_page .section3 .left .items .item .text .cn {
    font-size: 18px;
  }
  .home_page .section3 .left .items .item .text .en {
    font-size: 15px;
    margin-top: 5px;
  }
  .home_page .section3 .left .items .item img {
    width: 60px;
    margin-left: 0;
  }
  .home_page .section3 .left .items .item.active {
    border-left: 1px solid #1467dd;
  }
  .home_page .section3 .right {
    margin-left: 0;
    margin-top: 30px;
  }
  .home_page .section3 .right .solution_swiper .swiper-slide {
    width: 80% !important;
    margin-right: 15px;
  }
  .home_page .section3 .right .solution_swiper .swiper-slide .imgBox {
    width: 100%;
    height: 300px;
  }
  .home_page .section3 .right .solution_swiper .swiper-slide .imgBox img {
    width: 100%;
    height: 100%;
  }
  .home_page .section3 .right .solution_swiper .swiper-slide .imgBox .label {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 15px;
  }
  .home_page .section3 .right .solution_swiper .swiper-slide .title {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 18px;
    padding: 0 12px;
  }
  .home_page .section4 {
    padding: 30px 0 410px;
  }
  .home_page .section4 .items {
    display: block;
    margin-top: 40px;
  }
  .home_page .section4 .items .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home_page .section4 .items .item .imgBox {
    width: 100%;
    height: 276px;
  }
  .home_page .section4 .items .item .title {
    margin-top: 20px;
  }
  .home_page .section4 .items .item .moreBox .more img {
    margin-left: 10px;
  }
  .product_page .section2 .content .selectBar {
    display: block;
  }
  .product_page .section2 .content .selectBar .item {
    margin-right: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
  }
  .product_page .section2 .content .selectBar .item.active {
    color: #1467dd;
    border-bottom: 2px solid #1467dd;
  }
  .product_page .section2 .content .selectBar .item:last-child {
    margin-right: 0;
  }
  .product_page .section2 .content .content {
    display: none;
  }
  .product_page .section2 .content .content .f {
    display: block;
  }
  .product_page .section2 .content .content .left {
    display: flex;
    width: 100%;
    border-right: none;
    padding-top: 0;
    padding-right: 0;
    overflow-x: auto;
  }
  .product_page .section2 .content .content .left .item {
    flex: 1;
    margin: 0 2px;
    font-size: 16px;
    margin-top: 0;
  }
  .product_page .section2 .content .content .left .item img {
    width: 7px;
    margin-right: 10px;
  }
  .product_page .section2 .content .content .left .item.active::after {
    display: none;
  }
  .product_page .section2 .content .content .rightBox {
    flex: none;
    width: 100%;
  }
  .product_page .section2 .content .content .right {
    width: 100%;
    display: none;
    padding-top: 30px;
    padding-left: 0;
  }
  .product_page .section2 .content .content .right .imgBox {
    width: 100%;
    height: 180px;
  }
  .product_page .section2 .content .content .right .name {
    line-height: 1;
    margin-top: 20px;
  }
  .product_page .section2 .content .content .right .des {
    margin-top: 20px;
    line-height: 2;
    padding: 5px 0 0;
    -webkit-line-clamp: 8;
  }
  .product_page .section2 .content .content .right .more {
    margin-top: 20px;
  }
  .product_page .section3 {
    padding: 50px 15px 400px;
    display: block;
  }
  .product_page .section3 .left .items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product_page .section3 .left .items .item {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  .product_page .section3 .left .items .item .text {
    width: auto;
  }
  .product_page .section3 .left .items .item .text .cn {
    font-size: 18px;
  }
  .product_page .section3 .left .items .item .text .en {
    font-size: 15px;
    margin-top: 5px;
  }
  .product_page .section3 .left .items .item img {
    width: 60px;
    margin-left: 0;
  }
  .product_page .section3 .left .items .item.active {
    border-left: 1px solid #1467dd;
  }
  .product_page .section3 .right {
    margin-left: 0;
    margin-top: 30px;
  }
  .product_page .section3 .right .solution_swiper .swiper-slide {
    width: 79% !important;
    margin-right: 20px;
  }
  .product_page .section3 .right .solution_swiper .swiper-slide .imgBox {
    width: 100%;
    height: 300px;
  }
  .product_page .section3 .right .solution_swiper .swiper-slide .imgBox img {
    /*width: 477px;*/
    /*height: 560px;*/
  }
  .product_page .section3 .right .solution_swiper .swiper-slide .imgBox .label {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 15px;
  }
  .product_page .section3 .right .solution_swiper .swiper-slide .title {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 18px;
    padding: 0 12px;
  }
  .product_info1_page .topBox {
    margin-top: 70px;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 10px 15px;
  }
  .product_info1_page .topBox .name {
    text-align: center;
  }
  .product_info1_page .topBox .w150 {
    display: block;
    height: 100%;
  }
  .product_info1_page .topBox .subNav {
    flex-wrap: wrap;
    height: 100%;
  }
  .product_info1_page .topBox .subNav a {
    width: 50%;
    transition: 0.3s;
    height: 100%;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_info1_page .topBox .subNav .active {
    color: #1467dd;
    border-bottom: 1px solid #1467dd;
  }
  .product_info1_page .section1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .product_info1_page .section1 .main {
    margin-top: 20px;
  }
  .product_info1_page .section1 .main .des {
    width: 100%;
    margin-top: 20px;
  }
  .product_info1_page .section1 .main .img_swiper {
    margin-top: 40px;
    height: auto;
  }
  .product_info1_page .section1 .main .img_swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .product_info1_page .section1 .main .img_swiper .swiper-slide {
    height: 160px !important;
  }
  .product_info1_page .section1 .main .img_swiper .swiper-slide .img {
    width: 260px !important;
    height: 100%;
  }
  .product_info1_page .section1 .main .img_swiper .big {
    height: 160px !important;
  }
  .product_info1_page .section1 .main .img_swiper .big .amplify {
    display: none;
  }
  .product_info1_page .section2 {
    padding: 40px 0;
  }
  .product_info1_page .section2 .title {
    text-align: center;
    font-size: 26px;
  }
  .product_info1_page .section2 .items {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .product_info1_page .section2 .items .item {
    width: 100%;
    margin-right: 0;
    height: 140px;
  }
  .product_info1_page .section2 .items .item .icon {
    width: 50px;
    height: 50px;
  }
  .product_info1_page .section2 .items .item .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .product_info1_page .section3 {
    padding: 40px 0;
  }
  .product_info1_page .section3 .title {
    font-size: 26px;
  }
  .product_info1_page .section3 .content {
    margin-top: 30px;
    display: block;
  }
  .product_info1_page .section3 .content .left {
    width: 100%;
  }
  .product_info1_page .section3 .content .left .contentBox {
    width: 100%;
    height: auto;
    padding: 20px;
    padding-left: 60px;
  }
  .product_info1_page .section3 .content .left .contentBox li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product_info1_page .section3 .content .left .contentBox::after {
    width: 100px;
    height: 100px;
  }
  .product_info1_page .section3 .content .right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .product_info1_page .section3 .content .right .contentBox {
    width: 100%;
    height: auto;
    padding: 20px;
    padding-left: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_info1_page .section3 .content .right .contentBox .items {
    width: 48%;
    flex: none;
  }
  .product_info1_page .section3 .content .right .contentBox .items .title {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .product_info1_page .section3 .content .right .contentBox .items .item {
    margin-bottom: 10px;
  }
  .product_info1_page .section4 {
    padding: 40px 0 400px;
  }
  .product_info1_page .section4 .title {
    text-align: center;
    font-size: 16px;
  }
  .product_info1_page .section4 table {
    margin-top: 20px;
  }
  .product_info1_page .section4 table tr td {
    font-size: 18px;
    width: 35%;
    padding-left: 10px;
  }
  .product_info1_page .section4 table tr td:nth-child(2) {
    font-size: 15px;
  }
  .product_info2_page .pageContent {
    position: relative;
  }
  .product_info2_page .topBox {
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 10px 15px;
  }
  .product_info2_page .topBox .name {
    text-align: center;
  }
  .product_info2_page .topBox .w150 {
    display: block;
    height: 100%;
  }
  .product_info2_page .topBox .subNav {
    flex-wrap: wrap;
    height: 100%;
  }
  .product_info2_page .topBox .subNav a {
    width: 50%;
    transition: 0.3s;
    height: 100%;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_info2_page .topBox .subNav .active {
    color: #1467dd;
    border-bottom: 1px solid #1467dd;
  }
  .product_info2_page .section1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .product_info2_page .section1 .main {
    margin-top: 20px;
  }
  .product_info2_page .section1 .main .des {
    width: 100%;
    margin-top: 20px;
  }
  .product_info2_page .section1 .main .img_swiper {
    margin-top: 40px;
    height: auto;
  }
  .product_info2_page .section1 .main .img_swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .product_info2_page .section1 .main .img_swiper .swiper-slide {
    height: 160px !important;
  }
  .product_info2_page .section1 .main .img_swiper .swiper-slide .img {
    width: 260px !important;
    height: 100%;
  }
  .product_info2_page .section1 .main .img_swiper .big {
    height: 160px !important;
  }
  .product_info2_page .section1 .main .img_swiper .big .amplify {
    display: none;
  }
  .product_info2_page .section2 {
    padding: 40px 0;
  }
  .product_info2_page .section2 .items {
    flex-wrap: wrap;
  }
  .product_info2_page .section2 .items .item {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-right: 0;
  }
  .product_info2_page .section2 .items .item .icon {
    width: 50px;
    height: 50px;
  }
  .product_info2_page .section2 .items .item .text {
    margin-left: 26px;
  }
  .product_info2_page .section2 .items .item .text .title {
    font-size: 18px;
  }
  .product_info2_page .section2 .items .item .text .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .product_info2_page .section3 {
    padding: 50px 15px 410px;
    display: block;
  }
  .product_info2_page .section3 .left .items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product_info2_page .section3 .left .items .item {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  .product_info2_page .section3 .left .items .item .text {
    width: auto;
  }
  .product_info2_page .section3 .left .items .item .text .cn {
    font-size: 18px;
  }
  .product_info2_page .section3 .left .items .item .text .en {
    font-size: 15px;
    margin-top: 5px;
  }
  .product_info2_page .section3 .left .items .item img {
    width: 60px;
    margin-left: 0;
  }
  .product_info2_page .section3 .left .items .item.active {
    border-left: 1px solid #1467dd;
  }
  .product_info2_page .section3 .right {
    margin-left: 0;
    margin-top: 30px;
  }
  .product_info2_page .section3 .right .solution_swiper .swiper-slide {
    width: 80% !important;
    margin-right: 15px;
  }
  .product_info2_page .section3 .right .solution_swiper .swiper-slide .imgBox {
    width: 100%;
    height: 300px;
  }
  .product_info2_page .section3 .right .solution_swiper .swiper-slide .imgBox img {
    width: 100%;
    height: 100%;
  }
  .product_info2_page .section3 .right .solution_swiper .swiper-slide .imgBox .label {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 15px;
  }
  .product_info2_page .section3 .right .solution_swiper .swiper-slide .title {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 18px;
    padding: 0 12px;
  }
  .product_info3_page .section2 {
    padding: 40px 15px 400px;
  }
  .product_info3_page .section2 .img_swiper .swiper-slide {
    width: 80% !important;
    margin-right: 20px !important;
    padding-bottom: 30px;
  }
  .product_info3_page .section2 .img_swiper .swiper-slide .imgBox {
    width: 100%;
    height: 277px;
  }
  .product_info3_page .section2 .img_swiper .swiper-slide .imgBox img {
    width: 100%;
    height: 100%;
  }
  .product_info3_page .section2 .img_swiper .swiper-slide .title {
    font-size: 20px;
    margin-top: 15px;
  }
  .product_info3_page .section2 .img_swiper .swiper-slide .des {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .solution_page .section1 {
    margin-top: 70px;
    padding: 20px 0 410px;
  }
  .solution_page .section1 .page_title {
    text-align: center;
    font-size: 26px;
  }
  .solution_page .section1 .selectBar {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .solution_page .section1 .selectBar .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 40px;
    padding-bottom: 20px;
  }
  .solution_page .section1 .selectBar .item .text {
    margin-right: 30px;
  }
  .solution_page .section1 .selectBar .item .text .cn {
    font-size: 18px;
  }
  .solution_page .section1 .selectBar .item .text .en {
    font-size: 12px;
    margin-top: 5px;
  }
  .solution_page .section1 .selectBar .item .imgBox {
    width: 50px;
    height: 50px;
  }
  .solution_page .section1 .selectBar .item .imgBox img {
    width: 100%;
    height: 100%;
  }
  .solution_page .section1 .selectBar .item .imgBox .blue {
    display: none;
  }
  .solution_page .section1 .selectContent .content {
    display: none;
  }
  .solution_page .section1 .selectContent .content .items {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .solution_page .section1 .selectContent .content .items .item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .solution_page .section1 .selectContent .content .items .item .imgBox {
    width: 100%;
    height: 300px;
  }
  .solution_page .section1 .selectContent .content .items .item .imgBox .label {
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .solution_page .section1 .selectContent .content .items .item .title {
    width: 100%;
    height: 61px;
    margin-top: 30px;
    font-size: 18px;
    padding: 0 22px;
  }
  .solution_page .section1 .selectContent .content .items .item .des {
    margin-top: 10px;
  }
  .solution_page .section1 .selectContent .content .items .item .more {
    margin-top: 15px;
  }
  .solution_info_page .section1 {
    margin-top: 70px;
  }
  .solution_info_page .section1 .pageNavBox {
    height: 80px;
  }
  .solution_info_page .section1 .pageNavBox .nav {
    display: none;
  }
  .solution_info_page .section1 .main {
    border-bottom: 1px solid #f2f2f2;
    display: block;
  }
  .solution_info_page .section1 .main .left {
    padding-top: 30px;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .solution_info_page .section1 .main .left .titles {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .solution_info_page .section1 .main .left .content {
    padding-top: 16px;
  }
  .solution_info_page .section1 .main .left .content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .solution_info_page .section1 .main .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .solution_info_page .section1 .main .right .titles {
    font-size: 22px;
    line-height: 2;
    padding-bottom: 15px;
  }
  .solution_info_page .section1 .main .right .items {
    margin-top: 30px;
  }
  .solution_info_page .section1 .main .right .items .item {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .solution_info_page .section1 .main .right .items .item .imgBox {
    width: 100%;
    height: 260px;
  }
  .solution_info_page .section1 .main .right .items .item .title {
    margin-top: 30px;
    font-size: 18px;
  }
  .solution_info_page .section2 {
    padding: 30px 0 410px;
  }
  .solution_info_page .section2 .title {
    font-size: 26px;
    text-align: center;
  }
  .solution_info_page .section2 .items {
    margin-top: 30px;
    display: block;
  }
  .solution_info_page .section2 .items .item {
    margin-bottom: 20px;
    background-color: #f7f8fa;
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: block;
  }
  .solution_info_page .section2 .items .item .info {
    width: 100%;
  }
  .solution_info_page .section2 .items .item .info .name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .solution_info_page .section2 .items .item .info .des {
    padding: 0 20px;
    line-height: 1.5;
  }
  .solution_info_page .section2 .items .item .info .more {
    padding-left: 20px;
    margin-top: 20px;
  }
  .solution_info_page .section2 .items .item .info .more img {
    width: 26px;
    margin-left: 20px;
  }
  .solution_info_page .section2 .items .item .img {
    width: 70%;
    display: block;
    margin: 30px auto 0;
  }
  .downloadCenter_page .section1 {
    margin-top: 70px;
    padding: 20px 0 410px;
  }
  .downloadCenter_page .section1 .page_title {
    text-align: center;
    font-size: 26px;
  }
  .downloadCenter_page .section1 .selectBar {
    display: block;
    margin-top: 30px;
    height: auto;
    border: none;
  }
  .downloadCenter_page .section1 .selectBar .items {
    justify-content: space-between;
  }
  .downloadCenter_page .section1 .selectBar .items .item {
    height: auto;
    width: 48%;
    padding: 20px 15px;
    margin-right: 0;
    font-size: 20px;
  }
  .downloadCenter_page .section1 .selectBar .inputBox {
    margin-top: 30px;
    width: 100%;
  }
  .downloadCenter_page .section1 .selectContent .content {
    display: none;
  }
  .downloadCenter_page .section1 .selectContent .content .main {
    display: block;
  }
  .downloadCenter_page .section1 .selectContent .content .main .left {
    border-right: none;
    padding-top: 30px;
    padding-right: 20px;
    width: 100%;
  }
  .downloadCenter_page .section1 .selectContent .content .main .list {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .downloadCenter_page .section1 .selectContent .content .main .list .item {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: block;
  }
  .downloadCenter_page .section1 .selectContent .content .main .list .item .downLoadBox {
    margin-top: 20px;
  }
  .news_page .section1 {
    margin-top: 70px;
    padding: 30px 0 410px;
  }
  .news_page .section1 .page_title {
    text-align: center;
    font-size: 26px;
  }
  .news_page .section1 .selectBar {
    display: block;
    margin-top: 30px;
    height: auto;
    border: none;
  }
  .news_page .section1 .selectBar .items {
    justify-content: space-between;
  }
  .news_page .section1 .selectBar .items .item {
    cursor: pointer;
    height: auto;
    padding: 20px 10px;
    width: 46%;
    margin-right: 0;
  }
  .news_page .section1 .selectBar .yearBox {
    margin-top: 20px;
    width: 100%;
  }
  .news_page .section1 .selectContent .content {
    display: none;
  }
  .news_page .section1 .selectContent .content .main {
    margin-top: 30px;
  }
  .news_page .section1 .selectContent .content .main .item {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0;
  }
  .news_page .section1 .selectContent .content .main .item .imgBox {
    width: 100%;
    height: 276px;
  }
  .news_page .section1 .selectContent .content .main .item .title {
    margin-top: 20px;
  }
  .news_page .section1 .selectContent .content .video_main {
    margin-top: 30px;
  }
  .news_page .section1 .selectContent .content .video_main .item {
    cursor: pointer;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .news_page .section1 .selectContent .content .video_main .item .imgBox {
    width: 100%;
    height: 240px;
  }
  .news_page .section1 .selectContent .content .video_main .item .title {
    margin-top: 20px;
  }
  .news_page .section1 .selectContent .content .video_main .item .more {
    margin-top: 10px;
  }
  .news_info_page .section1 {
    margin-top: 70px;
  }
  .news_info_page .section1 .pageNavBox {
    height: 80px;
    border-bottom: 1px solid #f2f2f2;
  }
  .news_info_page .section1 .pageNavBox .nav {
    display: none;
  }
  .news_info_page .section1 .main {
    border-bottom: none;
    display: block;
  }
  .news_info_page .section1 .main .left {
    padding-top: 30px;
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .news_info_page .section1 .main .left .titles {
    font-size: 26px;
    line-height: 1.5;
  }
  .news_info_page .section1 .main .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .news_info_page .section1 .main .right .titles {
    font-size: 26px;
    line-height: 1.5;
  }
  .news_info_page .section1 .main .right .items {
    margin-top: 20px;
  }
  .news_info_page .section1 .main .right .items .item {
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 15px;
  }
  .news_info_page .section1 .main .right .items .item .imgBox {
    width: 100%;
  }
  .news_info_page .section1 .main .right .items .item .title {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .news_info_page .section2 {
    padding: 30px 0 410px;
  }
  .news_info_page .section2 .title {
    font-size: 26px;
    text-align: center;
  }
  .news_info_page .section2 .items {
    margin-top: 30px;
    display: block;
  }
  .news_info_page .section2 .items .item {
    margin-bottom: 20px;
    background-color: #f7f8fa;
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: block;
  }
  .news_info_page .section2 .items .item .info {
    width: 100%;
  }
  .news_info_page .section2 .items .item .info .name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .news_info_page .section2 .items .item .info .des {
    padding: 0 20px;
    line-height: 1.5;
  }
  .news_info_page .section2 .items .item .info .more {
    padding-left: 20px;
    margin-top: 20px;
  }
  .news_info_page .section2 .items .item .info .more img {
    width: 26px;
    margin-left: 20px;
  }
  .news_info_page .section2 .items .item .img {
    width: 70%;
    display: block;
    margin: 30px auto 0;
  }
  .about_page .pageContent {
    position: relative;
  }
  .about_page .topBox {
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 20px;
    width: 100%;
  }
  .about_page .topBox .w150 {
    width: 100%;
    display: block;
    height: 100%;
  }
  .about_page .topBox .w150 .name {
    text-align: center;
    text-transform: uppercase;
  }
  .about_page .topBox .subNav {
    height: auto;
    justify-content: space-between;
  }
  .about_page .topBox .subNav a {
    transition: 0.3s;
    height: auto;
    width: 48%;
    padding: 20px 35px;
  }
  .about_page .section1 {
    padding: 30px 15px 0;
    display: block;
  }
  .about_page .section1 .left {
    width: 100%;
  }
  .about_page .section1 .left .title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
  .about_page .section1 .left .des {
    font-size: 18px;
    line-height: 1.7;
  }
  .about_page .section1 img {
    margin-top: 20px;
    width: 100%;
  }
  .about_page .section2 {
    padding: 50px 0 400px;
  }
  .about_page .section2 .topTitle {
    display: block;
  }
  .about_page .section2 .topTitle .title {
    text-align: center;
    font-size: 26px;
  }
  .about_page .section2 .topTitle .info {
    margin-top: 20px;
  }
  .about_page .section2 .topTitle .info p {
    font-size: 18px;
    color: #333;
  }
  .about_page .section2 .topTitle .info p span {
    font-size: 18px;
    color: #1467dd;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .about_page .section2 .job {
    margin-top: 40px;
  }
  .about_page .section2 .job .item {
    margin-bottom: 20px;
  }
  .about_page .section2 .job .item .tops {
    transition: 0.3s;
    height: auto;
    padding: 20px 15px;
    display: block;
  }
  .about_page .section2 .job .item .tops .left .icon {
    width: 60px;
    height: 60px;
  }
  .about_page .section2 .job .item .tops .left .icon img {
    width: 25px;
  }
  .about_page .section2 .job .item .tops .left .content {
    margin-left: 15px;
  }
  .about_page .section2 .job .item .tops .left .content .title {
    font-size: 20px;
  }
  .about_page .section2 .job .item .tops .left .content .des {
    margin-top: 10px;
    display: block;
  }
  .about_page .section2 .job .item .tops .left .content .des span {
    display: block;
    font-size: 15px;
    color: #666666;
    height: auto;
    line-height: 1.5;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .about_page .section2 .job .item .tops .button {
    margin-top: 20px;
    width: 100px;
    height: 30px;
  }
  .about_page .section2 .job .item .tops .button span {
    margin-right: 20px;
  }
  .about_page .section2 .job .item .job_des {
    overflow: hidden;
    padding: 0 20px;
  }
  .about_page .section2 .job .item .job_des .item p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
  }
  .about_page .section2 .job .item .job_des .item .title {
    font-weight: bold;
    color: #333;
  }
  .about_page .section2 .job .item.active .job_des {
    padding: 20px 20px;
    height: auto;
  }
  .service_page .section1 {
    margin-top: 70px;
    padding-top: 30px;
  }
  .service_page .section1 .section_title {
    text-align: center;
    font-size: 26px;
  }
  .service_page .section1 .infomations {
    margin-top: 30px;
    display: block;
  }
  .service_page .section1 .infomations .item {
    padding: 20px 15px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .service_page .section1 .infomations .item img {
    width: 50px;
    margin-top: 10px;
  }
  .service_page .section1 .infomations .item .title {
    margin-top: 10px;
  }
  .service_page .section1 .infomations .item .content {
    margin-top: 10px;
    line-height: 1.5;
  }
  .service_page .section1 .mapBox {
    margin-top: 30px;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .service_page .section1 .mapBox .mapChangeBox {
    position: relative;
    z-index: 10;
    padding: 20px 10px 25px;
    background-color: #fff;
    width: 100%;
  }
  .service_page .section1 .mapBox .mapChangeBox .title {
    position: relative;
    padding-bottom: 20px;
  }
  .service_page .section1 .mapBox .mapChangeBox .title .en {
    font-size: 50px;
  }
  .service_page .section1 .mapBox .map {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    min-height: 350px;
  }
  .service_page .section2 {
    padding: 30px 0 410px;
  }
  .service_page .section2 .section_title {
    text-align: center;
    font-size: 26px;
  }
  .service_page .section2 .items {
    margin-top: 30px;
    display: block;
  }
  .service_page .section2 .items .item {
    width: 100%;
    height: auto;
    background-color: #f7f8fa;
    padding: 30px 44px;
    margin-bottom: 20px;
  }
  .service_page .section2 .items .item img {
    width: 70px;
  }
  .search_result_page .section1 {
    margin-top: 70px;
    padding: 40px 0 410px;
  }
  .search_result_page .section1 .page_title {
    text-align: center;
    font-size: 26px;
  }
  .search_result_page .section1 .selectBar {
    margin-top: 30px;
    height: auto;
    display: block;
    border: none;
  }
  .search_result_page .section1 .selectBar .items {
    justify-content: space-between;
  }
  .search_result_page .section1 .selectBar .items .item {
    cursor: pointer;
    height: auto;
    padding: 20px 0;
    width: 31%;
    margin-right: 0;
    font-size: 18px;
  }
  .search_result_page .section1 .selectBar .inputBox {
    margin-top: 20px;
    width: 100%;
  }
  .search_result_page .section1 .selectContent .content {
    display: none;
  }
  .search_result_page .section1 .selectContent .content .items {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .search_result_page .section1 .selectContent .content .items .item {
    height: auto;
    padding: 20px 0;
    display: block;
  }
  .search_result_page .section1 .selectContent .content .items .item .left {
    display: block;
  }
  .search_result_page .section1 .selectContent .content .items .item .left .title {
    font-size: 18px;
    max-width: 100%;
    display: -webkit-box;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search_result_page .section1 .selectContent .content .items .item .left .cate {
    margin-right: 0;
    font-size: 18px;
    padding-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }
  .search_result_page .section1 .selectContent .content .items .item .right {
    margin-top: 20px;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .time {
    font-size: 16px;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox {
    margin-left: 20px;
    width: 40px;
    height: 40px;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox img {
    width: 23px;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox .white {
    display: none;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox.active {
    background-color: #1467dd;
    transform: rotate(-45deg);
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox.active .white {
    display: block;
  }
  .search_result_page .section1 .selectContent .content .items .item .right .moreBox.active .black {
    display: none;
  }
  .search_result_page .section1 .selectContent .content .items .item:hover {
    border-bottom: 1px solid #2d77e0;
  }
  .search_result_page .section1 .selectContent .content .items .item:hover .title {
    color: #2d77e0;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .search_result_page .section1 .selectContent .content .items .item:hover .title span {
    text-decoration: none;
  }
  .search_result_page .section1 .selectContent .content .items .item:hover .moreBox {
    background-color: #2d77e0;
    transform: rotate(-45deg);
  }
  .search_result_page .section1 .selectContent .content .items .item:hover .moreBox img {
    display: none;
  }
  .search_result_page .section1 .selectContent .content .items .item:hover .moreBox .white {
    display: block;
  }
  .search_result_page .section1 .selectContent .content.active {
    display: block;
  }
}
</pre></body></html>