.pro_center02 {
  margin-top: 40px;
}

.pro_center02 .content .bd .li_ {
  width: calc(25% - 15px);
  padding-bottom: 137px;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 15px;
  background-color: #ffffff;
  margin-right: 6px;
  margin-left: 6px;
}

.pro_center02 .content .bd .li_ img {
  transition:all 1s;
}

.pro_center02 .content .bd .li_ img:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

ul#catList {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pro_center02 .content .bd .li_ .rect-1061 {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #ffffff;
}

.pro_center02 .content .bd .li_four {
  margin-right: 0px;
}

.pro_center02 .content .bd .li_ .intro {
  background: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}

.pro_center02 .content .bd .li_ .intro .box {
  padding: 32px 20px 28px;
  padding-top: 5px;
}

.pro_center02 .content .bd .li_ .intro .box .tit {
  margin-bottom: 10px;
}

.pro_center02 .content .bd .li_ .intro .box .tit a {
  display: flex;
  font-size: 20px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-content: center;
}

.pro_center02 .content .bd .li_ .intro .box .con {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  text-align: left;
  font-size: 14px;
}

.pro_center02 .content .bd .li_ .intro .box .con a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 2%;
  line-height: 27px;
  font-size: 13px;
  color: rgb(48, 48, 48);
}

.pro_center02 .content .bd .li_ .intro .box .intro_more {
  margin-top: 15px;
}

.pro_center02 .content .bd .li_ .intro .box .intro_more a {
  margin-right: 13px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: rgb(102, 102, 102);
}

.pro_center02 .content .bd .li_ .li_line {
  width: 0px;
  height: 5px;
  background: red;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s ease 0s;
}

.pro_center02 .content .bd .bd_more {
  width: 220px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(102, 102, 102);
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  margin: 0px auto;
  transition: all 0.5s ease 0s;
}

.pro_center02 .content .bd .li_ .intro .box .tit a:hover {
  color: rgb(102, 102, 102);
}

.pro_center02 .content .bd .li_ .intro .box .con a:hover {
  color: rgb(102, 102, 102);
}

.pro_center02 .content .bd .li_:hover .intro .box .con {
  height: 75px;
}

.pro_center02 .content .bd .li_:hover .li_line {
  width: 100%;
}

.pro_center02 .content .bd .li_:hover {
  box-shadow: rgba(0, 0, 0, 0.2) -4px 2px 20px 1px;
}

.pro_center02 .content .bd .bd_more:hover {
  border-color: rgb(0, 161, 233);
  background: rgb(0, 161, 233);
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1240px) {
  body::after {
    content: "Pad";
  }

  body {
    user-select: none;
  }

  html {
    overflow-x: hidden;
  }

  body,
  input,
  textarea,
  button,
  select {
    font-size: 14px;
  }

  .PcPush {
    display: none;
  }

  .UnpcPush {
    display: block;
  }

  .wrap,
  .mwrap {
    width: 940px;
  }

  .m_sencondNav {
    display: block;
  }

  .header_top .son_company li {
    width: 33%;
  }

  .header_bott .h_tools {
    width: 23%;
  }

  .header_bott .h_tools .h_language>a i {
    vertical-align: 0px;
  }

  .header_bott .h_tools .h_search {
    right: 25%;
  }

  .header_bott .mobile_key {
    display: block;
    font-size: 20px;
    color: rgb(85, 85, 85);
    cursor: pointer;
  }

  .header:hover .header_bott .mobile_key {
    color: rgb(85, 85, 85);
  }

  .header.fixed .header_bott .mobile_key {
    color: rgb(85, 85, 85);
  }

  .header_bott .inav {
    display: none;
  }

  .header_bott .lan_down {
    display: none !important;
  }

  .xc_nav {
    display: none;
  }

  .xc_banner .infor .con {
    font-size: 30px;
  }

  .m_nav {
    position: fixed;
    left: 0px;
    top: 107px;
    right: 0px;
    width: 100%;
    background: rgb(2, 150, 229);
    z-index: 20;
    display: none;
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
  }

  .m_nav .m_wrap {
    padding: 0px 5%;
  }

  .m_nav .mNav_bott .m_navli {
    position: relative;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgb(88, 163, 231);
  }

  .m_nav .mNav_bott .m_navli:last-child {
    border-bottom: none;
  }

  .m_nav .mNav_bott .m_navli>a {
    display: block;
    padding: 15px 35px 15px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli>a:hover {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli>a::after,
  .m_nav .mNav_bott .m_navli>a::before {
    content: "";
    background: rgb(255, 255, 255);
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .m_nav .mNav_bott .m_navli>a::after {
    transform: rotate(-90deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli>a::before {
    transform: rotate(0deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli.active {
    background: rgb(42, 126, 204);
  }

  .m_nav .mNav_bott .m_navli.active>a::before {
    transform: rotate(180deg);
    background: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.active>a::after {
    transform: rotate(180deg);
    opacity: 0;
    background: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.active>a {
    font-weight: bold;
  }

  .m_nav .mNav_bott .m_navli .m_secNav {
    display: none;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title {
    width: 100%;
    padding: 18px 25px 8px;
    border-top: 1px solid rgb(88, 163, 231);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 13px;
    position: relative;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title a {
    padding: 5px 0px 5px 25px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.25;
    transition: all 0.3s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/m_anniu1.png") center center / cover no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
  }

  .m_nav .mNav_bott .m_navli .m_secNav ul {
    font-size: 0px;
    padding-bottom: 18px;
  }

  .m_nav .mNav_bott .m_navli .m_secNav li {
    font-size: 14px;
  }

  .m_nav .mNav_bott .m_navli.m_navli01 .m_secNav ul {
    overflow: hidden;
  }

  .m_nav .mNav_bott .m_navli.m_navli01 .m_secNav li {
    width: 50%;
    float: left;
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a {
    padding: 8px 25px;
    line-height: 28px;
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a:hover {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a.cur {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.nav_link>a::after,
  .m_nav .mNav_bott .m_navli.nav_link>a::before {
    display: none;
  }

  .m_nav .mNav_bott .m_navli.nav_link.active>a::before,
  .m_nav .mNav_bott .m_navli.nav_link.active>a::before {
    display: none;
  }

  .m_nav .mNav_bott .m_navli.nav_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/link_ico.png") center center no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
  }

  .header_bott .h_tools .h_language.mobile_language {
    display: block;
  }

  .header_bott .h_tools .h_language.pc_language {
    display: none;
  }

  .header_bott .h_tools {
    width: 40%;
  }

  .header_bott .h_tools .h_language.mobile_language {
    float: right;
    padding-right: 10px;
  }

  .header_bott .h_tools .h_language.mobile_language>a {
    line-height: 25px;
  }

  .header_bott .h_tools .h_language.mobile_language span {
    font-size: 16px;
  }

  .header_bott .h_tools .h_language.mobile_language i {
    display: none;
  }

  .header_bott .h_tools .h_language.mobile_language>a {
    font-size: 0px;
  }

  .header_bott .h_tools .h_language.mobile_language>a i:first-child {
    display: none;
  }

  .header_bott .mLan_down {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    display: none;
  }

  .header_bott .mLan_down ul {
    background: rgb(246, 246, 246);
  }

  .header_bott .mLan_down li {
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgb(228, 228, 228);
  }

  .header_bott .mLan_down a {
    display: block;
    padding: 15px;
    font-size: 13px;
    position: relative;
    color: rgb(102, 102, 102);
    overflow: hidden;
  }

  .header_bott .mLan_down a::after {
    content: "";
    background: url("../img/mLan_anniu1.png") center center / cover no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .header_bott .h_tools .h_search.nolink {
    display: none;
  }

  .header_bott .h_tools .h_search.a_link {
    display: block;
    padding-right: 10px;
  }

  .header_bott .h_tools .h_search.a_link .icon {
    width: 20px;
    height: 20px;
    background: url("../img/mobile_sear.png") center center / cover no-repeat;
    display: inline-block;
    vertical-align: -5px;
  }

  .header_bott .mSearch {
    background: rgb(54, 135, 209);
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    box-sizing: border-box;
    display: none;
  }

  .header_bott .mSearch .search-inner .search-input input {
    width: 100%;
    height: 38px;
    font-size: 13px;
    border-radius: 38px;
    border: none;
    padding: 10px 17px;
    box-sizing: border-box;
  }

  .header_bott .mSearch .search-inner .search-btn button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 16px;
    margin: auto;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 0px;
  }

  .header_bott .mobile_key {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
  }

  .header_bott .mobile_key span,
  .header_bott .mobile_key::before,
  .header_bott .mobile_key::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    margin-left: -10px;
    background: rgb(102, 102, 102);
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
  }

  .header_bott .mobile_key span {
    margin-top: -4px;
  }

  .header_bott .mobile_key::before {
    content: "";
    margin-top: 3px;
  }

  .header_bott .mobile_key::after {
    content: "";
    margin-top: 10px;
  }

  .menu-open .header_bott .mobile_key::before {
    opacity: 0;
    transition: all 0.2s ease 0.1s;
  }

  .menu-open .header_bott .mobile_key::after {
    transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    margin-top: 2px !important;
  }

  .menu-open .header_bott .mobile_key span {
    transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    margin-top: 2px !important;
  }

  .header_bott .header-overlay {
    transition: all 0.2s ease-out 0s;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: -1;
    top: 0px;
    opacity: 0;
    visibility: hidden;
  }

  .bg-open .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .bg-open1 .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .footer_top dl.dl06 .tel {
    font-size: 19px;
  }

  .footer_bott .right {
    float: left;
  }

  .ipart {
    margin-top: 615px;
  }

  .ipart02 .content .left .intro .box {
    padding: 40px;
  }

  .ipart02 .content .right .r_top {
    margin-bottom: 12px;
  }

  .ipart02 .content .right .r_top .intro {
    width: 60%;
  }

  .ipart02 .content .right .r_top .intro .box {
    padding: 20px;
  }

  .ipart02 .content .right .r_bott .bott_l .cover .play {
    margin: 30px auto 15px;
  }

  .ipart02 .content .right .r_bott .bott_r .box {
    padding: 20px 30px;
  }

  .ipart02 .list .item .item_box .intro .c {
    margin-bottom: 35px;
  }

  .ipart05 .right .content .con_l .intro {
    inset: 0px;
  }

  .ipart05 .right .content .con_l .intro .box {
    padding: 20px;
  }

  .ipart05 .right .content .con_l .intro .box .ip5_icon {
    right: 20px;
    bottom: 30px;
  }

  .ipart05 .right .content .con_l .intro .box .t {
    font-size: 24px;
  }

  .ipart05 .right .content .con_r .intro .box {
    padding: 20px;
  }

  .proRight_nav {
    display: none;
  }

  .pro_cen_banner {
    height: 371px;
  }

  .pro_cen_banner img {
    width: 1366px;
    margin-left: -683px;
  }

  .pro_center01 .content .item .img_box {
    width: 43%;
  }

  .pro_center01 .content .item .box {
    padding: 20px;
  }

  .pro_center01 .content .item .box .en_t {
    font-size: 25px;
  }

  .pro_center02 {
    margin-top: 50px;
  }

  .pro_center02 .infor .title {
    font-size: 30px;
  }

  .pro_center02 .infor .form_box {
    margin-top: 20px;
  }

  .pro_center02 .infor .infor_link {
    padding: 40px 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box {
    padding: 32px 10px 28px;
  }

  .pro_center02 .content .bd .li_ .intro .box .con a {
    width: 49%;
    margin-right: 1%;
  }

  .pro_center03 .infor .tit a {
    font-size: 30px;
    line-height: 40px;
  }

  .pro_center04 {
    padding: 60px 0px;
  }

  .pro_center04 .infor {
    padding: 0px 10%;
  }

  .pro_center04 .infor .tit {
    font-size: 30px;
  }

  .pro_center04 .infor .con {
    line-height: 40px;
  }

  .pro_list02 .hd .content .tit {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .pro_list02 .hd .content {
    padding: 30px;
    background-size: cover;
  }

  .pro_list02 .hd .content .list li {
    width: 16%;
    padding-left: 3%;
  }

  .pro_list02 .bd li .intro_ .box {
    padding: 30px;
  }

  .pro_list02 .bd li .intro_ .box .tit {
    font-size: 25px;
  }

  .pro_list02 .bd li .intro_ .box .tit span {
    margin-left: 0px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-closeall {
    width: 100px;
  }

  .pro_list03 .infor .tit {
    font-size: 30px;
    line-height: 35px;
  }

  .xl_fenlei li .txt {
    font-size: 15px;
  }

  .service_common .content .form_box {
    width: 45%;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 10%;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 90%;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    margin: 20px 0px;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 30px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 24px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    width: 100%;
    font-size: 24px;
  }

  .service_detail02 .tab_t .cat_list .tit {
    width: 10%;
  }

  .service_detail02 .tab_t .cat_list .ser_list {
    width: 90%;
  }

  .service_detail03 {
    padding: 30px 0px;
  }

  .service_detail03 .content .box .list li {
    width: 46%;
  }

  .solution02 .con .owl-carousel2 {
    display: block;
  }

  .solution02 .con .owl-carousel1 {
    display: none;
  }

  .solu_detail01 .infor .tit {
    font-size: 35px;
    line-height: 35px;
  }

  .solu_detail01 .infor .con {
    margin-top: 20px;
  }

  .solu_detail01 .content {
    margin-top: 40px;
  }

  .solu_detail01 .content .box .top_l .t {
    font-size: 30px;
  }

  .solu_detail01 .content .box .bott_ .img_ {
    width: 45%;
  }

  .solu_detail01 .content .box .bott_ .intro_ {
    width: 55%;
  }

  .solu_detail01 .content .box .bott_ .intro_box {
    padding: 20px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .t {
    font-size: 23px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .c {
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .solu_detail03 .con .owl-carousel2 {
    display: block;
  }

  .solu_detail03 .con .owl-carousel1 {
    display: none;
  }

  .ser_support01 .content li .li_box .intro_ {
    margin-left: 30px;
  }

  .ser_support02 .content .box .t {
    font-size: 25px;
  }

  .ser_support02 .content .box .icon {
    width: 56px;
    height: 56px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .ser_support02 .content .box .c {
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px;
  }

  .ser_support02 .content li:hover .box .icon {
    background-position: 0px -56px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 33%;
  }

  .order01 .part_order .pop dt {
    width: 22%;
    left: 0px;
  }

  .pro_detail01 .left {
    width: 58%;
  }

  .pro_detail01 .right {
    width: 40%;
  }

  .pro_detail01 .right .intro .c span {
    font-size: 40px;
  }

  .pro_detail01 .right .content .text .txt {
    padding-right: 0px;
  }

  .pro_detail01 .right .content::after {
    width: 100%;
  }

  .pro_detail02 .bd .selection3 .item .box .list ul li {
    margin: 5px;
  }

  .pro_detail04 .content {
    padding: 0px 16%;
  }

  .pro_detail02 .bd .selection3 .item .box .tit {
    width: 100%;
    height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .m_nav .mNav_top .m_search button {
    margin: -13px 0px 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    font-weight: bold;
    outline: none;
    background: none;
    border: none;
  }

  .m_nav .mNav_top .m_search i {
    position: relative;
    margin: 0px;
  }

  .solution03 .content .item .box {
    padding: 10px 25px;
  }

  .solution03 .content .item .box .t {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page_bott .page_center .icon .iconfont {
    margin: 6px;
  }

  .page_bott .page_center {
    width: 4%;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li.li01 {
    margin-bottom: 10px;
  }

  .service_intro .ser_box {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 992px) {
  body::after {
    content: "Padp";
  }

  .wrap,
  .mwrap {
    width: 740px;
  }

  .header_bott .h_tools {
    width: 34%;
  }

  .footer_top {
    padding: 40px 0px 20px;
  }

  .footer_top dl {
    width: 16%;
  }

  .footer_top dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer_top dl.dl06 {
    display: none;
  }

  .pro_cen_banner {
    height: 288px;
  }

  .pro_cen_banner img {
    width: 1060px;
    margin-left: -530px;
  }

  .pro_center02 .infor .form_box {
    width: 60%;
  }

  .pro_center02 .content .bd .li_ {
    width: 49%;
    margin-right: 2%;
    margin-left: 0px;
  }

  .pro_center02 .content .bd .li_:nth-child(2n) {
    margin-right: 0px;
  }

  .pro_center03 {
    padding: 60px 0px;
  }

  .pro_center03 .infor {
    padding-right: 9%;
  }

  .pro_center04 .infor {
    padding: 0px;
  }

  .pro_list01 .pro_secnav {
    padding-right: 20px;
  }

  .pro_list01 .pro_fenlei {
    padding: 0px 15px;
  }

  .pro_list02 .hd .content .list li {
    padding-left: 4%;
    width: 20%;
  }

  .compare_product {
    height: 147px;
  }

  .compare_product .compare-selul {
    width: 100%;
  }

  .compare_product .compare-selbtn {
    width: 100%;
    margin-top: 20px;
  }

  .xl_fenlei li {
    width: 23%;
    margin: 0px 1%;
  }

  .service_common .content .form_box input {
    width: 87%;
  }

  .service_case02 .tab_t {
    padding: 30px 0px;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 15%;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 85%;
  }

  .service_case02 .tab_c .content1 .left {
    width: 100%;
  }

  .service_case02 .tab_c .content1 .right {
    width: 100%;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 30px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 20px;
  }

  .service_case02 .tab_c .content1 .right .box .con {
    font-size: 14px;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    margin: 10px 0px;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    font-size: 16px;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
  }

  .service_case02 .tab_c .content2 .item.three_item {
    margin-right: 2%;
  }

  .service_case02 .tab_c .content2 .item.two_item {
    margin-right: 0px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    height: 34px;
    font-size: 20px;
  }

  .service_detail02 .tab_t {
    padding: 30px 0px;
  }

  .service_detail02 .tab_t .cat_list .tit {
    width: 15%;
  }

  .service_detail02 .tab_t .cat_list .ser_list {
    width: 85%;
  }

  .service_detail03 .content .box .infor {
    font-size: 30px;
  }

  .solution01 .infor .tit {
    font-size: 30px;
  }

  .solution01 .infor .tit .img_ {
    width: 60px;
    height: auto;
    left: -70px;
    bottom: 10px;
  }

  .solution01 .infor .con {
    font-size: 25px;
  }

  .solution01 .content .form_box {
    padding: 40px 6% 0px;
  }

  .solution03 .content .item .box .more {
    display: none;
  }

  .solution03 .content .item .box .c {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .pro_detail02 .bd .selection2 .content {
    overflow: auto;
  }

  .service_banner .intro .tit {
    font-size: 40px;
  }

  .service_banner .intro .form_box {
    width: 65%;
    margin-top: 20px;
  }

  .ser_support02 .content li.span-4 .li_box {
    border: 1px solid rgb(212, 212, 212);
    margin-top: -1px;
  }

  .ser_support01 .infor .tit {
    font-size: 30px;
  }

  .ser_support01 .content li .li_box .img_ {
    float: none;
    margin: 0px auto 10px;
  }

  .ser_support01 .content li .li_box .intro_ {
    float: none;
    margin-left: 0px;
    text-align: center;
  }

  .ser_support01 .content li .li_box .intro_ .box {
    padding: 15px 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .t {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .ser_support02 .infor .tit {
    font-size: 30px;
  }

  .ser_support02 .content .box {
    padding: 35px 50px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 49%;
    box-sizing: border-box;
  }

  .searchArea {
    padding: 50px 0px;
  }

  .searchArea .infor .tit {
    font-size: 35px;
  }

  .resultArea .content {
    margin-top: 50px;
    padding: 50px 0px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t {
    font-size: 25px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t span {
    display: block;
    margin-left: 0px;
  }

  .pro_detail01 {
    padding-top: 30px;
    background-size: cover;
  }

  .pro_detail01 .left {
    width: 100%;
  }

  .pro_detail01 .left .content .text .txt {
    height: auto;
  }

  .pro_detail01 .left .intro .t {
    font-size: 25px;
  }

  .pro_detail01 .left .intro .c {
    font-size: 48px;
  }

  .pro_detail01 .left ul.service li {
    width: 15%;
  }

  .pro_detail01 .right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    font-size: 18px;
  }

  .pro_detail02 .bd .selection1 .content .left {
    width: 100%;
  }

  .pro_detail02 .bd .selection1 .content .right {
    width: 100%;
    margin-right: 0px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    width: 15%;
  }

  .pro_detail02 .hd.fixed .search {
    width: 20%;
  }

  .pro_detail02 .hd.fixed .order {
    width: 20%;
  }

  .pro_detail02 .bd .selection3 .infor {
    font-size: 25px;
  }

  .pro_detail04 .tit .t {
    font-size: 25px;
  }

  .pro_detail04 .content {
    padding: 0px 6%;
  }

  .pro_detail02 .bd .selection1 .content {
    padding-left: 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    float: none;
    font-size: 25px;
  }

  .pro_detail02 .bd .selection1 .content .c {
    width: 100%;
  }

  .pro_detail02 .bd .selection2 .tit {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .pro_detail02 .bd .selection3 {
    padding: 30px 0px;
  }

  .pro_detail02 .bd .selection3 .intro .tit {
    font-size: 25px;
  }

  .pro_detail02 .bd .selection3 .content .infor .t {
    font-size: 18px;
  }

  .pro_detail03 {
    padding: 30px 0px;
  }

  .pro_detail03 .tit {
    font-size: 25px;
  }

  .page_bott .page_prev {
    width: 100%;
  }

  .page_bott .page_next {
    width: 100%;
  }

  .page_bott .page_next .page_btn {
    float: left;
    padding-left: 45px;
    padding-right: 0px;
  }

  .page_bott .page_next .page_btn .icon {
    left: 0px;
  }

  .page_bott .box {
    padding: 20px;
  }

  .page_bott .page_center {
    display: none;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0px;
  }

  .service_case02 .tab_c .content2 .item:nth-child(2n) {
    margin-right: 0px;
  }

  .service_intro .ser_box {
    padding-top: 30px;
  }

  .pro_center04 {
    background: none;
  }
}

@media only screen and (max-width: 760px) {
  .pro_center02 .content .bd .li_ .intro {
    position: relative !important;
  }

  body::after {
    content: "Mobile";
  }

  body,
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }

  .UnmobilePush {
    display: none;
  }

  .MobilePush {
    display: block;
  }

  img[data-src] {
    opacity: 1;
  }

  .wrap,
  .mwrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }

  .mwrap .wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  * {
    user-select: none;
  }

  input {
    user-select: auto;
  }

  textarea {
    user-select: auto;
  }

  .header_top {
    display: none;
  }

  .header_bott {
    padding: 15px 0px 10px;
  }

  .header_bott .logo {
    width: 110px;
    height: auto;
    margin-right: 0px;
  }

  .header_bott .inav_wrapper {
    width: 0px;
  }

  .header.fixed .header_bott {
    box-shadow: none;
    position: relative;
  }

  .search-alert {
    display: none;
  }

  .xc_banner {
    height: 224px;
  }

  .xc_banner>img {
    width: 1000px;
    margin-left: -500px;
  }

  .xc_banner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  }

  .xc_banner .infor {
    bottom: 30px;
  }

  .xc_banner .infor .tit {
    font-size: 16px;
  }

  .xc_banner .infor .con {
    font-size: 18px;
  }

  .footer {
    display: none;
  }

  .channel_content {
    padding: 15px 0px;
  }

  .luru {
    padding-top: 0px;
  }

  .ibanner {
    display: none;
  }

  .ipart {
    display: none;
  }

  .m_footer {
    display: block;
    background: rgb(231, 232, 234);
    text-align: center;
  }

  .m_footer .m_link {
    text-align: center;
    border-bottom: 1px solid rgb(219, 220, 222);
    padding-top: 14px;
  }

  .m_footer .m_link.active {
    background: rgb(213, 217, 223);
  }

  .m_footer .m_link .tab {
    color: rgb(102, 102, 102);
    font-size: 18px;
    line-height: 1;
    padding: 18px 48px 18px 0px;
    display: inline-block;
    position: relative;
  }

  .m_footer .m_link .tab::after,
  .m_footer .m_link .tab::before {
    content: "";
    background: rgb(179, 179, 179);
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .m_footer .m_link .tab::after {
    transform: rotate(-90deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_footer .m_link .tab::before {
    transform: rotate(0deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_footer .m_link .tab.active::before {
    transform: rotate(180deg);
    background: rgb(179, 179, 179);
  }

  .m_footer .m_link .tab.active::after {
    transform: rotate(180deg);
    opacity: 0;
    background: rgb(179, 179, 179);
  }

  .m_footer .m_link .tab_con {
    display: none;
    line-height: 40px;
    border-top: 1px solid rgb(206, 208, 212);
    padding: 10px 0px;
    font-size: 14px;
  }

  .m_footer .m_link .tab_con ul {
    overflow: hidden;
    padding: 0px 40px;
  }

  .m_footer .m_link .tab_con ul li {
    float: left;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 25px;
  }

  .m_footer .m_friend {
    padding: 20px 8%;
    font-size: 13px;
  }

  .m_footer .m_copyright {
    padding-bottom: 20px;
    color: rgb(159, 159, 159);
    font-size: 12px;
  }

  .go_top {
    display: block;
  }

  .m_nav {
    top: 55px;
  }

  .pro_cen_banner {
    height: 0px;
    padding-bottom: 27%;
  }

  .pro_cen_banner img {
    width: 100%;
    margin-left: 0px;
    position: static;
  }

  .pro_cen_banner .pro_ban_more .more {
    line-height: 30px;
    height: 30px;
    padding: 0px 40px 0px 10px;
    margin-left: 16%;
  }

  .pro_cen_banner .pro_ban_more .more span {
    font-size: 14px;
  }

  .pro_cen_banner .pro_ban_more .more .icon {
    width: 6px;
    height: 10px;
    background-size: cover;
    margin-top: -5px;
    right: 15px;
  }

  .pro_center01 {
    padding-bottom: 20px;
  }

  .pro_center01 .content .item .box {
    padding: 30px 45px;
  }

  .pro_center01 .content .item .box .more {
    margin-top: 15px;
  }

  .pro_center01 .content .proCen1_btn>div {
    display: block;
  }

  .pro_center02 {
    margin-top: 15px;
  }

  .pro_center02 .infor .title {
    font-size: 20px;
  }

  .pro_center02 .content .bd .li_:hover .intro .box .con {
    height: 0px;
  }

  .pro_center02 .infor .infor_link a {
    font-size: 13px;
  }

  .pro_center02 .infor .form_box {
    width: 70%;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
  }

  .pro_center02 .infor .form_box input {
    width: 70%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }

  .pro_center02 .infor .form_box button {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }

  .pro_center02 .infor .form_box button i {
    font-size: 17px;
    margin-left: -8px;
    margin-top: -9px;
  }

  .pro_center02 .infor .infor_link {
    padding: 15px 0px;
  }

  .pro_center02 .content .bd {
    padding: 15px 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box {
    padding: 15px 10px;
  }

  .pro_center02 .content .bd .li_ .intro .box .tit a {
    font-size: 18px;
  }

  .pro_center02 .content .bd .li_:hover .li_line {
    width: 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box .tit {
    margin-bottom: 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box .intro_more a {
    font-size: 13px;
  }

  .pro_center02 .content .bd .li_ {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .pro_center02 .content .bd .bd_more {
    width: 130px;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
  }

  .pro_detail02 .bd .selection1 .content .right .box {
    padding: 15px 20px;
  }

  .pro_center03 {
    padding: 15px 0px;
  }

  .pro_center03 .infor {
    margin-bottom: 15px;
  }

  .pro_center03 .infor .tit a {
    font-size: 20px;
    line-height: 24px;
  }

  .pro_center03 .infor .con {
    font-size: 13px;
    margin-top: 5px;
    float: left;
  }

  .pro_center03 .content .intro .t {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
  }

  .pro_center03 .content .intro .more {
    font-size: 13px;
  }

  .pro_center04 {
    padding: 15px 0px;
  }

  .pro_center04 .infor .tit {
    font-size: 20px;
  }

  .pro_center04 .infor .con {
    font-size: 17px;
    line-height: 25px;
    margin-top: 0px;
  }

  .pro_center04 .infor .link_ {
    margin-top: 15px;
    padding: 0px 3%;
  }

  .pro_center04 .infor .more a {
    margin-top: 20px;
    width: auto;
    padding: 0px 35px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
  }

  .pro_center01 {
    display: none;
  }

  .pro_center04 {
    display: none;
  }

  .m_procenter {
    display: block;
    padding: 15px 0px;
    background: rgb(244, 244, 244);
  }

  .m_procenter .infor .tit a {
    display: block;
    font-size: 20px;
    color: rgb(27, 27, 27);
  }

  .m_procenter .content li {
    width: 33%;
    float: left;
    margin-bottom: 15px;
  }

  .m_procenter .content li a {
    display: block;
  }

  .m_procenter .content li a .img_ {
    width: 75%;
    margin: 0px auto;
  }

  .m_procenter .content li a .text {
    font-size: 13px;
    color: rgb(38, 38, 38);
    text-align: center;
  }

  .pro_list01 .pro_secnav .infor .tit {
    font-size: 13px;
  }

  .pro_list01 .pro_secnav .list ul li {
    font-size: 13px;
  }

  .pro_list01 .pro_crumbs_box {
    display: none;
  }

  .pro_list02 .hd .content {
    padding: 15px 10px;
  }

  .pro_list02 .hd .content .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .pro_list02 .hd .content .list li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 13px;
    margin: 0px;
  }

  .pro_list02 .bd {
    padding-top: 15px;
  }

  .pro_list02 .bd .cover {
    padding: 0px;
  }

  .pro_list02 .bd li {
    margin-bottom: 15px;
  }

  .pro_list02 .bd li .intro_ .box {
    padding: 10px;
  }

  .pro_list02 .bd li .intro_ .box .tit {
    font-size: 14px;
  }

  .pro_list02 .bd li .intro_ .box .tit span {
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    display: block;
  }

  .pro_list02 .bd li .intro_ .box .con {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .pro_list02 .bd li .intro_ .box .prolist_more a {
    width: 95%;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
  }

  .pro_list02 .bd li.li3 .li_box,
  .pro_list02 .bd li.li6 .li_box,
  .pro_list02 .bd li.li9 .li_box {
    border-right-color: rgb(218, 218, 218);
  }

  .pro_list02 .bd li:nth-child(2n) .li_box {
    border-right-color: transparent;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare span {
    font-size: 12px;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .order {
    font-size: 12px;
    margin-top: 5px;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox {
    width: 10px;
    height: 10px;
    background-size: cover;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox.plp-item-chked {
    background-position: 0px -10px;
  }

  .pro_list02 .bd ul li .li_box {
    min-height: 445px;
  }

  :root .pro_list02 .bd li .intro_ .box .pro_compare {
    bottom: 15px;
  }

  .compare_product .compare-sel {
    padding: 15px 0px;
  }

  .comparePro_list .bott_ li .intro .c .get_price {
    font-size: 13px;
  }

  .compare_product .compare-selli {
    font-size: 13px;
    width: 32%;
    margin-right: 1%;
  }

  .compare_product .compare-selli:last-child {
    margin-right: 0px;
  }

  .compare_product .compare-selli-name {
    margin-right: 5px;
  }

  .compare_product .compare-selbtn {
    border-left: none;
  }

  .compare_product {
    height: 122px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn {
    font-size: 13px;
  }

  .comparePro_list .bott_ li .intro .t {
    font-size: 16px;
    margin: 20px 0px;
  }

  .comparePro_list .bott_ li .intro .c .get_price {
    padding: 0px 5%;
  }

  .comparePro_list .bott_ .table_information {
    width: 90%;
    margin: 25px auto 0px;
    overflow-x: auto;
  }

  .comparePro_list .bott_ .table_information .table-responsive {
    min-width: 800px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn {
    line-height: 35px;
    height: 35px;
  }

  .compare_product .compare-selbtn {
    margin-top: 10px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn.comparea-selbtn-abled {
    width: 120px;
    font-size: 13px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-closeall {
    line-height: 35px;
    height: 35px;
    font-size: 13px;
  }

  .pro_list03 {
    margin-top: 0px;
  }

  .pro_list03 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .pro_list03 .infor .con {
    line-height: 24px;
    font-size: 13px;
  }

  .pro_list03 .hd {
    margin-top: 15px;
  }

  .pro_list03 .hd li {
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .pro_list03 .hd li .icon {
    display: none;
  }

  .pro_list03 .hd li .txt {
    font-size: 13px;
  }

  .pro_list03 .bd {
    display: none;
  }

  .pro_list03 .hd li.cur {
    background: transparent;
  }

  .pro_list03 .hd li.cur .txt {
    color: rgb(102, 102, 102);
  }

  .pro_list01 .pro_fenlei {
    display: none;
  }

  .xl_fenlei {
    display: none;
  }

  .service_common {
    height: 200px;
  }

  .service_common .infor {
    padding-top: 50px;
    margin-bottom: 20px;
  }

  .service_common .infor {
    font-size: 20px;
  }

  .service_common .content .form_box {
    width: 80%;
  }

  .service_case02 {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 24px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 17px;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 100%;
    font-size: 16px;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 100%;
    font-size: 14px;
  }

  .service_common .content .form_box input {
    font-size: 14px;
    width: 80%;
  }

  .service_case02 .tab_t {
    padding: 15px 0px;
  }

  .service_case02 .tab_t .cat_list .ser_list .ser_sx {
    margin-right: 20px;
    font-size: 13px;
    line-height: 25px;
  }

  .service_case02 .tab_t .cat_list1 {
    margin-bottom: 15px;
  }

  .service_case02 .tab_c {
    padding-top: 15px;
  }

  .service_case02 .tab_c .content2 .item:first-child {
    margin-top: 0px;
  }

  .service_case02 .tab_c .content2 .item {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .service_case02 .tab_c .content2 .item .box .list {
    font-size: 13px;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li {
    margin-right: 10px;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
    margin-right: 2%;
  }

  .service_case02 .tab_c .content2 .item:nth-child(2n) {
    margin-right: 0px;
  }

  .service_case02 .tab_c .content2 .item .box .con {
    font-size: 14px;
  }

  .service_case02 .tab_c .content2 .item .box {
    padding: 15px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-weight: normal;
  }

  .service_case02 .tab_c .content2 .item .box .list {
    font-size: 13px;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li.li02 {
    display: none;
  }

  .service_case02 .tab_c .content2 .item .box .more {
    display: none;
  }

  .service_detail03 .content .back_box {
    display: none;
  }

  .service_detail03 .content {
    padding: 0px;
  }

  .service_detail03 .content .box {
    padding: 20px;
  }

  .service_detail03 .content .box .infor {
    font-size: 18px;
  }

  .service_detail03 .content .box .list {
    margin: 0px 0px 15px;
  }

  .service_detail03 .content .box .bott_ {
    font-size: 13px;
  }

  .service_detail03 .content .box .list li {
    line-height: 35px;
    width: auto;
    font-size: 13px;
    padding: 0px 5px;
    margin-bottom: 10px;
  }

  .service_detail03 ._tools ._tool {
    line-height: 30px;
    height: 30px;
  }

  .service_detail03 ._tools {
    margin-top: 15px;
  }

  .page_bott {
    margin-top: 15px;
  }

  .page_bott .page_btn {
    font-size: 14px;
  }

  .page_bott .t {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 22px;
  }

  .page_bott .box {
    padding: 10px 20px;
  }

  .page_bott .page_prev {
    border: none;
  }

  .page_bott .page_next {
    border: none;
  }

  .content .box .infor {
    line-height: 1.6;
  }

  .solution.channel_content {
    padding: 0px;
  }

  .solution01 {
    padding: 15px 0px;
    height: auto;
  }

  .solution01 .infor {
    text-align: center;
    padding-top: 30px;
  }

  .solution01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .solution01 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
    bottom: 0px;
  }

  .solution01 .infor .tit .text {
    margin-bottom: 10px;
  }

  .solution01 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }

  .solution01 .content .form_box {
    padding: 15px 0px 0px;
  }

  .solution01 .content .form_box .select_wrap {
    margin-right: 1%;
  }

  .solution01 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }

  .solution01 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }

  .solution01 .content .item .right .intro .box .t {
    font-size: 18px;
    line-height: 23px;
  }

  .solution01 .content .item .right .intro .box .solu_line {
    margin: 6px auto;
  }

  .solution01 .content .item .right .intro .box .c {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: inherit;
  }

  .solution02 {
    height: 50px;
    line-height: 50px;
  }

  .solution02 .con .owl-nav {
    margin-top: -25px;
  }

  .solution03 .content1 .left {
    width: 49%;
    margin-right: 2%;
  }

  .solution03 .content1 {
    margin-bottom: 10px;
  }

  .solution03 .content1 .right {
    width: 49%;
  }

  .solution03 .content1 .left .cover {
    position: relative;
    padding: 10px;
    background: rgb(246, 246, 246);
  }

  .solution03 .content1 .left .t {
    font-size: 16px;
    font-weight: normal;
    color: rgb(102, 102, 102);
  }

  .solution03 .content1 .left .c {
    display: none;
  }

  .solution03 .content2 .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .solution03 .content2 .item.three_item {
    margin-right: 2%;
  }

  .solution03 .content2 .item.imgZoom:nth-child(2n) {
    margin-right: 0%;
  }

  .solution03 .rect-116 {
    padding-bottom: 0px;
    height: auto;
  }

  .solution03 .content .item .box {
    padding: 10px;
  }

  .solution03 .content .item .box .t {
    color: rgb(102, 102, 102);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .solution03 .content .item .box .c {
    display: none;
  }

  .solu_detail01 {
    padding: 0px 0px 15px;
    margin-top: 0px;
  }

  .solu_detail01 .infor {
    padding: 0px 5%;
    margin-bottom: 20px;
  }

  .solu_detail01 .infor .tit {
    font-size: 20px;
    line-height: 20px;
  }

  .solu_detail01 .content {
    padding: 0px;
    margin-top: 15px;
  }

  .solu_detail01 .content .back_box {
    display: none;
    width: 100%;
    position: static;
    overflow: hidden;
    text-align: center;
  }

  .solu_detail01 .content .back_box>div {
    display: inline-block;
    width: 56px;
    height: 63px;
  }

  .solu_detail01 .content .back_box .back_list a {
    padding: 0px;
    line-height: 50px;
    text-align: center;
  }

  .solu_detail01 .content .box {
    padding: 20px;
  }

  .solu_detail01 .content .box .top_ {
    margin-left: 0px;
  }

  .solu_detail01 .content .box .con {
    font-size: 13px;
    margin-top: 15px;
  }

  .solu_detail01 .content .box .top_l .t {
    font-size: 18px;
    line-height: 25px;
  }

  .solu_detail01 .content .box .top_l .c {
    font-size: 14px;
    margin: 20px 0px;
    line-height: 26px;
  }

  .solu_detail01 .content .box .top_l .text {
    font-size: 14px;
    line-height: 26px;
  }

  .solu_detail01 .content .box .bott_ {
    margin-top: 30px;
  }

  .solu_detail01 .content .box .bott_ .item {
    margin-bottom: 15px;
  }

  .solu_detail01 .content .box .bott_ .item:last-child {
    margin-bottom: 0px;
  }

  .solu_detail01 .content .box .bott_ .intro_box {
    padding: 15px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .t {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .c {
    font-size: 13px;
    display: none;
  }

  .solu_detail01 .page_bott {
    margin-top: 15px;
  }

  .solu_detail01 .page_bott .page_center .icon .iconfont {
    margin-left: -11px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .more {
    width: 90px;
    line-height: 27px;
    height: 27px;
    margin-top: 15px;
    font-size: 13px;
  }

  .solu_detail02 {
    height: auto;
    background-size: cover;
    padding: 15px 0px;
  }

  .solu_detail02 .infor {
    padding-top: 30px;
  }

  .solu_detail02 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .solu_detail02 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
  }

  .solu_detail02 .infor .tit .text {
    margin-bottom: 10px;
  }

  .solu_detail02 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }

  .solu_detail02 .content .form_box {
    padding: 15px 0px 0px;
  }

  .solu_detail02 .content .form_box .select_wrap {
    margin-right: 1%;
  }

  .solu_detail02 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }

  .solu_detail02 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }

  .solu_detail03 {
    height: 50px;
    line-height: 50px;
  }

  .solu_detail03 .con .owl-nav {
    margin-top: -25px;
  }

  .service_banner {
    height: 290px;
  }

  .service_banner>img {
    width: 1000px;
    margin-left: -500px;
  }

  .service_banner .intro {
    bottom: 45px;
  }

  .service_banner .intro .tit {
    font-size: 20px;
  }

  .service_banner .intro .list li {
    font-size: 13px;
  }

  .service_banner .intro .form_box {
    width: 77%;
    margin-top: 0px;
    font-size: 13px;
  }

  .service_banner .intro .form_box input {
    width: 80%;
  }

  .service_banner .intro .list {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 10px;
  }

  .ser_support01 {
    padding: 15px 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .more {
    font-size: 13px;
  }

  .ser_support01 .content li .li_box .intro_ .box {
    padding: 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .more span {
    margin-left: 0px;
  }

  .ser_support01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .ser_support01 .content {
    margin-top: 30px;
  }

  .ser_support01 .content li .li_box .img_ {
    width: 100px;
    height: 100px;
  }

  .ser_support01 .content li .li_box .intro_ .box .t {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .ser_support02 {
    padding: 15px 0px;
  }

  .ser_support02 .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .ser_support02 .content {
    margin-top: 15px;
  }

  .ser_support02 .content .box .c {
    font-size: 13px;
  }

  .ser_support02 .content .box .t {
    font-size: 16px;
    margin: 5px 0px;
  }

  .ser_support02 .content .box {
    padding: 50px;
  }

  .manyi_survey01 {
    padding: 15px 0px;
  }

  .manyi_survey01 .welcome .t {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .manyi_survey01 .welcome {
    font-size: 13px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 96%;
    padding-left: 90px;
  }

  .manyi_survey01 .other_suggest li .remark {
    width: 100%;
    box-sizing: border-box;
  }

  .order01 {
    padding: 30px 0px 0px;
  }

  .order01 .part_order .pop {
    width: 100%;
  }

  .order01 .part_order .pop dl {
    padding-right: 20px;
    width: 100%;
    padding-left: 27%;
    box-sizing: border-box;
  }

  .order01 .part_order .pop dt {
    width: 26%;
  }

  .order01 .part_order .pop .required {
    right: 3px;
  }

  .order01 .part_order02 .form_bottom .validation {
    float: none;
  }

  .order01 .part_order02 .form_bottom .btns {
    float: none;
    padding: 15px 0px;
    text-align: center;
  }

  .total_search.channel_content {
    padding: 0px 0px 30px;
  }

  .searchArea {
    padding: 30px 0px 20px;
  }

  .searchArea .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .searchArea .content {
    margin-top: 25px;
    padding: 0px 2%;
  }

  .searchArea .content .form_box .search .btn_wrap .btns {
    font-size: 15px;
  }

  .total_search.channel_content {
    padding: 0px 0px 15px;
  }

  :root .searchArea .content_form .form_box .search .input_wrap .textDelBtn {
    top: 12px;
    right: 15px;
  }

  .resultArea .content {
    margin-top: 25px;
    padding: 0px;
  }

  .resultArea .content .area {
    padding: 25px 0px;
  }

  .resultArea .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .resultArea .content .piclist_area .srchList li {
    margin-bottom: 25px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t {
    font-size: 16px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t span {
    font-size: 14px;
  }

  .resultArea .content .content_area li .t {
    font-size: 16px;
    line-height: 25px;
  }

  .resultArea #botBtn .btnMore {
    height: 46px;
    line-height: 46px;
    padding: 0px 35px;
  }

  .service_intro .hd .n {
    font-size: 20px;
  }

  .service_intro .hd .text {
    font-size: 13px;
  }

  .ser_box .text01 {
    font-size: 13px;
  }

  .ser_box .text02 {
    font-size: 13px;
  }

  .service_intro .ser_box {
    font-size: 13px;
    padding-bottom: 0px;
  }

  .ser_box .img {
    float: none;
    margin: 0px;
  }

  .ser_box .n {
    font-size: 22px;
    margin-top: 15px;
  }

  .fz22 {
    font-size: 16px;
  }

  .order01 .part_order02 .form_bottom .validation .inp {
    width: 35%;
    padding: 0px;
    vertical-align: 0px;
  }

  .order01 .part_order02 .form_bottom .validation .imgcode {
    width: 65%;
    height: 39px;
    vertical-align: 0px;
  }

  .order01 .part_order02 .form_bottom .validation .imgcode img {
    height: 100%;
  }

  .txt_p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .detail_crumbs .right {
    font-size: 14px;
  }

  .detail_crumbs .left {
    font-size: 13px;
  }

  .detail_crumbs .left span {
    margin: 0px 5px;
  }

  .detail_crumbs .left {
    line-height: 25px;
    padding: 5px 0px;
  }

  .detail_crumbs .right {
    float: left;
    line-height: 35px;
    display: none;
  }

  .pro_detail01 {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .pro_detail01 .left {
    width: 100%;
  }

  .pro_detail01 .left .intro .t {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .pro_detail01 .left .intro .c {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
  }

  .pro_detail01 .left .content ul li {
    font-size: 16px;
  }

  .pro_detail01 .left .activity {
    font-size: 14px;
  }

  .pro_detail01 .left .down .t {
    font-size: 14px;
  }

  .pro_detail01 .left .down .icon {
    height: 42px;
  }

  .pro_detail01 .right {
    margin-top: 15px;
  }

  .pro_detail01 .right .content::before {
    top: -15px;
  }

  .pro_detail01 .right .content::after {
    top: -15px;
  }

  .pro_detail01 .right .content .text .con .con_c {
    font-size: 13px;
  }

  .pro_detail01 .right .content .text .con2 {
    margin: 15px 0px;
  }

  .pro_detail01 .right .content .text {
    margin: 15px 0px 0px;
  }

  .pro_detail01 .right .btn .icon {
    margin-right: 12px;
  }

  .pro_detail01 .right .down {
    font-size: 13px;
    margin-top: 15px;
  }

  .pro_detail01 .right .intro .t {
    font-size: 20px;
    line-height: 40px;
  }

  .pro_detail01 .right .intro .c span {
    font-size: 20px;
  }

  .pro_detail01 .right .intro .c .share {
    font-size: 13px;
  }

  .pro_detail01 .right .img_list {
    width: 100%;
  }

  .pro_detail01 .right .btn>a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .pro_detail02 .hd.fixed .order {
    display: none;
  }

  .pro_detail02 .hd.fixed .search {
    display: none;
  }

  .pro_detail02 .bd .selection1 .content .right .t {
    font-size: 20px;
  }

  .pro_detail02 .bd .selection1 .content .right .c {
    margin-top: 15px;
    font-size: 13px;
    height: auto;
  }

  .pro_tc .top .tit {
    font-size: 13px;
  }

  .pro_tc .top .con {
    font-size: 20px;
  }

  .pro_detail02 .hd {
    margin-bottom: 15px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    font-size: 18px;
    line-height: 50px;
    width: 30%;
  }

  .pro_detail02 .hd .list .item.active::after {
    width: 100%;
    height: 2px;
  }

  .pro_detail02 .bd {
    padding-top: 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    width: 100%;
    font-size: 16px;
  }

  .pro_detail02 .bd .selection1 .content .con_bott {
    font-size: 14px;
  }

  .pro_detail02 .bd .selection1 .owl-dots {
    bottom: 10px;
  }

  .pro_detail02 .bd .selection1 .content .con_top {
    padding: 15px 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    font-size: 20px;
  }

  .pro_detail02 .bd .selection1 .content .c {
    font-size: 13px;
    margin-top: 15px;
  }

  .pro_detail02 .bd .selection1 {
    padding-bottom: 15px;
  }

  .pro_detail02 .bd .selection2 {
    margin: 15px 0px;
  }

  .pro_detail02 .bd .selection2 .down {
    display: none;
  }

  .pro_detail02 .bd .selection2 .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pro_detail02 .bd .selection3 {
    padding: 0px 0px 15px;
  }

  .pro_detail02 .bd .selection3 .item .box .tit {
    font-size: 18px;
    height: auto;
  }

  .pro_detail02 .bd .selection3 .infor .btn_all {
    top: 6px;
  }

  .pro_detail02 .bd .selection3 .infor {
    margin-bottom: 15px;
  }

  .pro_detail02 .bd .selection3 .infor .line {
    top: 6px;
    right: 27px;
  }

  .pro_detail02 .bd .selection3 .infor .btn_all .owl-next {
    right: 10px;
  }

  .pro_detail02 .bd .selection3 .item {
    margin-top: 0px;
  }

  .pro_detail02 .bd .selection3 .item .box .list ul li {
    font-size: 12px;
  }

  .pro_detail02 .bd .selection3 .item .box .list {
    font-size: 12px;
  }

  .pro_detail02 .bd .selection3 .item .box {
    padding: 15px;
  }

  .pro_detail03 {
    padding: 15px 0px;
  }

  .pro_detail03 .tit {
    font-size: 20px;
  }

  .pro_detail03 .con ul li .t {
    font-size: 13px;
  }

  .pro_detail04 .tit {
    margin-bottom: 10px;
  }

  .pro_detail04 .tit .t {
    font-size: 20px;
    margin-top: 15px;
  }

  .pro_detail04 .content {
    padding: 0px;
  }

  .pro_detail04 .content .inp_box {
    width: 100%;
    margin: 7px 0px;
  }

  .pro_detail04 .content .yzm .input_area {
    margin: 0px 1% 0px 0px;
  }

  .pro_detail04 .content .send {
    float: none;
    font-size: 13px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
  }

  .pro_detail03 .tit {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .pro_detail02 .bd .selection1 .content {
    padding-bottom: 30px;
  }

  .pro_detail04 {
    padding: 0px 0px 15px;
  }

  .pro_detail04 .tit .c {
    font-size: 13px;
    padding: 0px 15px;
  }

  .pro_detail04 .content .inp_box .type {
    font-size: 13px;
  }

  .pro_detail04 .content .inp_box .input_area {
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  .pro_tc .top .close {
    width: 30%;
  }

  .pro_detail04 .content .con {
    margin-top: 15px;
    padding-top: 15px;
  }

  .pro_detail04 .content .t {
    line-height: 20px;
  }

  .pro_detail03 .con ul li .icon {
    width: 40px;
    height: 40px;
    background-size: 401%;
  }

  .pro_detail03 .con ul li.li1 .icon {
    background-position: 0px 0px;
  }

  .pro_detail03 .con ul li.li2 .icon {
    background-position: -40px 0px;
  }

  .pro_detail03 .con ul li.li3 .icon {
    background-position: -80px 0px;
  }

  .pro_detail03 .con ul li.li4 .icon {
    background-position: -120px 0px;
  }

  .pro_detail03 .con ul li.li1:hover .icon {
    background-position: 0px -40px;
  }

  .pro_detail03 .con ul li.li2:hover .icon {
    background-position: -40px -40px;
  }

  .pro_detail03 .con ul li.li3:hover .icon {
    background-position: -80px -40px;
  }

  .pro_detail03 .con ul li.li4:hover .icon {
    background-position: -120px -40px;
  }

  .pro_detail03 .con ul li .icon {
    margin-bottom: 0px;
  }

  .pro_detail04 .content .inp_box textarea.input_area {
    height: 80px;
  }

  .pro_detail04 .content .yzm .input_area {
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  .pro_detail04 .content .yzm .yzmImg {
    height: 35px;
  }

  .pro_list01 .pro_secnav::after {
    display: none;
  }

  .pro_list02 .hd .content .list1 li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
  }

  .pro_list02 .hd .content .list2 li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
  }

  .pro_list03 .bd {
    padding-bottom: 0px;
    height: 131px;
  }

  .pro_list03 .bd .bg_box .bg img {
    width: 600px;
    margin-left: -300px;
  }

  .pro_list03 {
    margin-top: 15px;
    display: none;
  }

  .pro_list02 .widgets_common_pages_5 {
    padding-bottom: 0px;
    font-size: 13px;
    padding-top: 0px;
  }

  .widgets_common_pages_5 .page_c {
    font-size: 13px;
  }

  .widgets_common_pages_5 .page_c em {
    font-size: 13px;
  }

  .m_footer {
    background: rgb(235, 237, 239);
  }

  .manyi_survey01 .awardpic .awl {
    font-size: 16px;
  }

  .manyi_survey01 .awardpic .awl span.money {
    font-size: 16px;
  }

  .manyi_survey01 .form_box .fbli .label {
    font-size: 13px;
    text-align: right;
  }

  .manyi_survey01 .form_box .fbli input {
    font-size: 13px;
  }

  .manyi_survey01 .form_box .fbli select.sele {
    font-size: 13px;
  }

  .manyi_survey01 .form-list>li h3.form-big-title {
    font-size: 20px;
    padding: 10px 10px 0px;
  }

  .manyi_survey01 .form-list>li .form-con li {
    padding: 0px;
    width: 50%;
  }

  .manyi_survey01 .form-list>li .form-con li input.radio {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .manyi_survey01 .form-btn .btn {
    width: 120px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  #diaocha-9324AuthCode {
    top: 2px !important;
  }

  .manyi_survey01 .other_suggest li .last {
    font-size: 13px;
  }

  .search-alert .cent-form .tex {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    vertical-align: top;
  }

  .search-alert .cent-form .sub-butn {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  .search-alert .cent-form {
    height: 50px;
    line-height: 50px;
  }

  .pro_list02 .bd li .intro_ .box .txt {
    display: none;
  }

  :root .pro_list02 .bd ul li .li_box {
    min-height: 310px;
  }

  .pro_rightbar {
    display: none;
  }

  .pro_detail02 .bd .selection2 .tit {
    display: none;
  }

  .pro_detail02 .bd .selection2 .content {
    margin-top: 25px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    display: none;
  }

  .service_intro {
    padding: 0px 10px;
  }

  .pro_list02 .bd li:hover {
    box-shadow: none;
  }

  .pro_list02 .bd li:hover .li_line {
    display: none;
  }

  .pro_detail02 .bd .selection3 .item:hover {
    box-shadow: none;
  }

  .pro_detail02 .bd .selection3 .item:hover .li_line {
    display: none;
  }

  .service_case02 .tab_c .content2 .item:hover {
    box-shadow: none;
  }

  .service_case02 .tab_c .content2 .item .li_line {
    display: none;
  }

  .solution03 .content .item:hover {
    box-shadow: none;
  }

  .solution03 .content .item:hover .li_line {
    display: none;
  }

  .solution03 .content1 .left:hover {
    box-shadow: none;
  }

  .service_intro .ser_box {
    padding-top: 0px;
  }

  .pro_detail04 .content .inp_box {
    min-height: inherit;
  }
}

.channel_content {
  min-height: 60px;
  padding: 0px 0px 60px;
}

.pro_center.channel_content {
  padding: 0px;
}

.pro_center02 {
  margin-top: 40px;
}

.pro_center02 .infor {
  text-align: center;
}

.pro_center02 .infor .title {
  font-size: 36px;
  font-weight: bold;
  color: rgb(102, 102, 102);
}

.pro_center02 .infor .form_box {
  width: 45%;
  margin: 30px auto 0px;
  border-radius: 50px;
  border: 1px solid rgb(213, 213, 213);
  height: 52px;
  line-height: 52px;
  padding: 0px 1%;
  position: relative;
}

.pro_center02 .infor .form_box input {
  width: 90%;
  line-height: 52px;
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
  float: left;
  text-indent: 5px;
  height: 52px;
}

.pro_center02 .infor .form_box button {
  width: 41px;
  height: 41px;
  background: rgb(204, 204, 204);
  padding: 0px;
  margin: 5px 0px 0px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  position: relative;
  border-radius: 50%;
  float: right;
  line-height: 1;
}

.pro_center02 .infor .form_box button i {
  margin: -11px 0px 0px -10px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.pro_center02 .infor .form_box:hover button {
  background: rgb(252, 193, 0);
}

@media only screen and (max-width: 1240px) {
  .PcPush {
    display: none;
  }

  .UnpcPush {
    display: block;
  }

  .wrap,
  .mwrap {
    width: 940px;
  }

  .m_sencondNav {
    display: block;
  }

  .header_top .son_company li {
    width: 33%;
  }

  .header_bott .h_tools {
    width: 23%;
  }

  .header_bott .h_tools .h_language>a i {
    vertical-align: 0px;
  }

  .header_bott .h_tools .h_search {
    right: 25%;
  }

  .header_bott .mobile_key {
    display: block;
    font-size: 20px;
    color: rgb(85, 85, 85);
    cursor: pointer;
  }

  .header:hover .header_bott .mobile_key {
    color: rgb(85, 85, 85);
  }

  .header.fixed .header_bott .mobile_key {
    color: rgb(85, 85, 85);
  }

  .header_bott .inav {
    display: none;
  }

  .header_bott .lan_down {
    display: none !important;
  }

  .xc_nav {
    display: none;
  }

  .xc_banner .infor .con {
    font-size: 30px;
  }

  .m_nav {
    position: fixed;
    left: 0px;
    top: 107px;
    right: 0px;
    width: 100%;
    background: rgb(2, 150, 229);
    z-index: 20;
    display: none;
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
  }

  .m_nav .m_wrap {
    padding: 0px 5%;
  }

  .m_nav .mNav_bott .m_navli {
    position: relative;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgb(88, 163, 231);
  }

  .m_nav .mNav_bott .m_navli:last-child {
    border-bottom: none;
  }

  .m_nav .mNav_bott .m_navli>a {
    display: block;
    padding: 15px 35px 15px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli>a:hover {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli>a::after,
  .m_nav .mNav_bott .m_navli>a::before {
    content: "";
    background: rgb(255, 255, 255);
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .m_nav .mNav_bott .m_navli>a::after {
    transform: rotate(-90deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli>a::before {
    transform: rotate(0deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli.active {
    background: rgb(42, 126, 204);
  }

  .m_nav .mNav_bott .m_navli.active>a::before {
    transform: rotate(180deg);
    background: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.active>a::after {
    transform: rotate(180deg);
    opacity: 0;
    background: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.active>a {
    font-weight: bold;
  }

  .m_nav .mNav_bott .m_navli .m_secNav {
    display: none;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title {
    width: 100%;
    padding: 18px 25px 8px;
    border-top: 1px solid rgb(88, 163, 231);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 13px;
    position: relative;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title a {
    padding: 5px 0px 5px 25px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.25;
    transition: all 0.3s ease-out 0s;
  }

  .m_nav .mNav_bott .m_navli .m_secNav .li-title a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/m_anniu1.png") center center / cover no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
  }

  .m_nav .mNav_bott .m_navli .m_secNav ul {
    font-size: 0px;
    padding-bottom: 18px;
  }

  .m_nav .mNav_bott .m_navli .m_secNav li {
    font-size: 14px;
  }

  .m_nav .mNav_bott .m_navli.m_navli01 .m_secNav ul {
    overflow: hidden;
  }

  .m_nav .mNav_bott .m_navli.m_navli01 .m_secNav li {
    width: 50%;
    float: left;
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a {
    padding: 8px 25px;
    line-height: 28px;
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a:hover {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli .m_secNav li>a.cur {
    color: rgb(255, 255, 255);
  }

  .m_nav .mNav_bott .m_navli.nav_link>a::after,
  .m_nav .mNav_bott .m_navli.nav_link>a::before {
    display: none;
  }

  .m_nav .mNav_bott .m_navli.nav_link.active>a::before,
  .m_nav .mNav_bott .m_navli.nav_link.active>a::before {
    display: none;
  }

  .m_nav .mNav_bott .m_navli.nav_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/link_ico.png") center center no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
  }

  .header_bott .h_tools .h_language.mobile_language {
    display: block;
  }

  .header_bott .h_tools .h_language.pc_language {
    display: none;
  }

  .header_bott .h_tools {
    width: 40%;
  }

  .header_bott .h_tools .h_language.mobile_language {
    float: right;
    padding-right: 10px;
  }

  .header_bott .h_tools .h_language.mobile_language>a {
    line-height: 25px;
  }

  .header_bott .h_tools .h_language.mobile_language span {
    font-size: 16px;
  }

  .header_bott .h_tools .h_language.mobile_language i {
    display: none;
  }

  .header_bott .h_tools .h_language.mobile_language>a {
    font-size: 0px;
  }

  .header_bott .h_tools .h_language.mobile_language>a i:first-child {
    display: none;
  }

  .header_bott .mLan_down {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    display: none;
  }

  .header_bott .mLan_down ul {
    background: rgb(246, 246, 246);
  }

  .header_bott .mLan_down li {
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgb(228, 228, 228);
  }

  .header_bott .mLan_down a {
    display: block;
    padding: 15px;
    font-size: 13px;
    position: relative;
    color: rgb(102, 102, 102);
    overflow: hidden;
  }

  .header_bott .mLan_down a::after {
    content: "";
    background: url("../img/mLan_anniu1.png") center center / cover no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .header_bott .h_tools .h_search.nolink {
    display: none;
  }

  .header_bott .h_tools .h_search.a_link {
    display: block;
    padding-right: 10px;
  }

  .header_bott .h_tools .h_search.a_link .icon {
    width: 20px;
    height: 20px;
    background: url("../img/mobile_sear.png") center center / cover no-repeat;
    display: inline-block;
    vertical-align: -5px;
  }

  .header_bott .mSearch {
    background: rgb(54, 135, 209);
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    box-sizing: border-box;
    display: none;
  }

  .header_bott .mSearch .search-inner .search-input input {
    width: 100%;
    height: 38px;
    font-size: 13px;
    border-radius: 38px;
    border: none;
    padding: 10px 17px;
    box-sizing: border-box;
  }

  .header_bott .mSearch .search-inner .search-btn button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 16px;
    margin: auto;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 0px;
  }

  .header_bott .mobile_key {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
  }

  .header_bott .mobile_key span,
  .header_bott .mobile_key::before,
  .header_bott .mobile_key::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    margin-left: -10px;
    background: rgb(102, 102, 102);
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
  }

  .header_bott .mobile_key span {
    margin-top: -4px;
  }

  .header_bott .mobile_key::before {
    content: "";
    margin-top: 3px;
  }

  .header_bott .mobile_key::after {
    content: "";
    margin-top: 10px;
  }

  .menu-open .header_bott .mobile_key::before {
    opacity: 0;
    transition: all 0.2s ease 0.1s;
  }

  .menu-open .header_bott .mobile_key::after {
    transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    margin-top: 2px !important;
  }

  .menu-open .header_bott .mobile_key span {
    transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    margin-top: 2px !important;
  }

  .header_bott .header-overlay {
    transition: all 0.2s ease-out 0s;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: -1;
    top: 0px;
    opacity: 0;
    visibility: hidden;
  }

  .bg-open .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .bg-open1 .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .header_bott .header-overlay {
    opacity: 1;
    visibility: visible;
  }

  .footer_top dl.dl06 .tel {
    font-size: 19px;
  }

  .footer_bott .right {
    float: left;
  }

  .ipart {
    margin-top: 615px;
  }

  .ipart02 .content .left .intro .box {
    padding: 40px;
  }

  .ipart02 .content .right .r_top {
    margin-bottom: 12px;
  }

  .ipart02 .content .right .r_top .intro {
    width: 60%;
  }

  .ipart02 .content .right .r_top .intro .box {
    padding: 20px;
  }

  .ipart02 .content .right .r_bott .bott_l .cover .play {
    margin: 30px auto 15px;
  }

  .ipart02 .content .right .r_bott .bott_r .box {
    padding: 20px 30px;
  }

  .ipart02 .list .item .item_box .intro .c {
    margin-bottom: 35px;
  }

  .ipart05 .right .content .con_l .intro {
    inset: 0px;
  }

  .ipart05 .right .content .con_l .intro .box {
    padding: 20px;
  }

  .ipart05 .right .content .con_l .intro .box .ip5_icon {
    right: 20px;
    bottom: 30px;
  }

  .ipart05 .right .content .con_l .intro .box .t {
    font-size: 24px;
  }

  .ipart05 .right .content .con_r .intro .box {
    padding: 20px;
  }

  .proRight_nav {
    display: none;
  }

  .pro_cen_banner {
    height: 371px;
  }

  .pro_cen_banner img {
    width: 1366px;
    margin-left: -683px;
  }

  .pro_center01 .content .item .img_box {
    width: 43%;
  }

  .pro_center01 .content .item .box {
    padding: 20px;
  }

  .pro_center01 .content .item .box .en_t {
    font-size: 25px;
  }

  .pro_center02 {
    margin-top: 50px;
  }

  .pro_center02 .infor .title {
    font-size: 30px;
  }

  .pro_center02 .infor .form_box {
    margin-top: 20px;
  }

  .pro_center02 .infor .infor_link {
    padding: 40px 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box {
    padding: 32px 10px 28px;
  }

  .pro_center02 .content .bd .li_ .intro .box .con a {
    width: 49%;
    margin-right: 1%;
  }

  .pro_center03 .infor .tit a {
    font-size: 30px;
    line-height: 40px;
  }

  .pro_center04 {
    padding: 60px 0px;
  }

  .pro_center04 .infor {
    padding: 0px 10%;
  }

  .pro_center04 .infor .tit {
    font-size: 30px;
  }

  .pro_center04 .infor .con {
    line-height: 40px;
  }

  .pro_list02 .hd .content .tit {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .pro_list02 .hd .content {
    padding: 30px;
    background-size: cover;
  }

  .pro_list02 .hd .content .list li {
    width: 16%;
    padding-left: 3%;
  }

  .pro_list02 .bd li .intro_ .box {
    padding: 30px;
  }

  .pro_list02 .bd li .intro_ .box .tit {
    font-size: 25px;
  }

  .pro_list02 .bd li .intro_ .box .tit span {
    margin-left: 0px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-closeall {
    width: 100px;
  }

  .pro_list03 .infor .tit {
    font-size: 30px;
    line-height: 35px;
  }

  .xl_fenlei li .txt {
    font-size: 15px;
  }

  .service_common .content .form_box {
    width: 45%;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 10%;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 90%;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    margin: 20px 0px;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 30px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 24px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    width: 100%;
    font-size: 24px;
  }

  .service_detail02 .tab_t .cat_list .tit {
    width: 10%;
  }

  .service_detail02 .tab_t .cat_list .ser_list {
    width: 90%;
  }

  .service_detail03 {
    padding: 30px 0px;
  }

  .service_detail03 .content .box .list li {
    width: 46%;
  }

  .solution02 .con .owl-carousel2 {
    display: block;
  }

  .solution02 .con .owl-carousel1 {
    display: none;
  }

  .solu_detail01 .infor .tit {
    font-size: 35px;
    line-height: 35px;
  }

  .solu_detail01 .infor .con {
    margin-top: 20px;
  }

  .solu_detail01 .content {
    margin-top: 40px;
  }

  .solu_detail01 .content .box .top_l .t {
    font-size: 30px;
  }

  .solu_detail01 .content .box .bott_ .img_ {
    width: 45%;
  }

  .solu_detail01 .content .box .bott_ .intro_ {
    width: 55%;
  }

  .solu_detail01 .content .box .bott_ .intro_box {
    padding: 20px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .t {
    font-size: 23px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .c {
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .solu_detail03 .con .owl-carousel2 {
    display: block;
  }

  .solu_detail03 .con .owl-carousel1 {
    display: none;
  }

  .ser_support01 .content li .li_box .intro_ {
    margin-left: 30px;
  }

  .ser_support02 .content .box .t {
    font-size: 25px;
  }

  .ser_support02 .content .box .icon {
    width: 56px;
    height: 56px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .ser_support02 .content .box .c {
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px;
  }

  .ser_support02 .content li:hover .box .icon {
    background-position: 0px -56px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 33%;
  }

  .order01 .part_order .pop dt {
    width: 22%;
    left: 0px;
  }

  .pro_detail01 .left {
    width: 58%;
  }

  .pro_detail01 .right {
    width: 40%;
  }

  .pro_detail01 .right .intro .c span {
    font-size: 40px;
  }

  .pro_detail01 .right .content .text .txt {
    padding-right: 0px;
  }

  .pro_detail01 .right .content::after {
    width: 100%;
  }

  .pro_detail02 .bd .selection3 .item .box .list ul li {
    margin: 5px;
  }

  .pro_detail04 .content {
    padding: 0px 16%;
  }

  .pro_detail02 .bd .selection3 .item .box .tit {
    width: 100%;
    height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .m_nav .mNav_top .m_search button {
    margin: -13px 0px 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    font-weight: bold;
    outline: none;
    background: none;
    border: none;
  }

  .m_nav .mNav_top .m_search i {
    position: relative;
    margin: 0px;
  }

  .solution03 .content .item .box {
    padding: 10px 25px;
  }

  .solution03 .content .item .box .t {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page_bott .page_center .icon .iconfont {
    margin: 6px;
  }

  .page_bott .page_center {
    width: 4%;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li.li01 {
    margin-bottom: 10px;
  }

  .service_intro .ser_box {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 992px) {
  body::after {
    content: "Padp";
  }

  .wrap,
  .mwrap {
    width: 740px;
  }

  .header_bott .h_tools {
    width: 34%;
  }

  .footer_top {
    padding: 40px 0px 20px;
  }

  .footer_top dl {
    width: 16%;
  }

  .footer_top dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer_top dl.dl06 {
    display: none;
  }

  .pro_cen_banner {
    height: 288px;
  }

  .pro_cen_banner img {
    width: 1060px;
    margin-left: -530px;
  }

  .pro_center02 .infor .form_box {
    width: 60%;
  }

  .pro_center02 .content .bd .li_ {
    width: 49%;
    margin-right: 2%;
  }

  .pro_center02 .content .bd .li_:nth-child(2n) {
    margin-right: 0px;
  }

  .pro_center03 {
    padding: 60px 0px;
  }

  .pro_center03 .infor {
    padding-right: 9%;
  }

  .pro_center04 .infor {
    padding: 0px;
  }

  .pro_list01 .pro_secnav {
    padding-right: 20px;
  }

  .pro_list01 .pro_fenlei {
    padding: 0px 15px;
  }

  .pro_list02 .hd .content .list li {
    padding-left: 4%;
    width: 20%;
  }

  .compare_product {
    height: 147px;
  }

  .compare_product .compare-selul {
    width: 100%;
  }

  .compare_product .compare-selbtn {
    width: 100%;
    margin-top: 20px;
  }

  .xl_fenlei li {
    width: 23%;
    margin: 0px 1%;
  }

  .service_common .content .form_box input {
    width: 87%;
  }

  .service_case02 .tab_t {
    padding: 30px 0px;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 15%;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 85%;
  }

  .service_case02 .tab_c .content1 .left {
    width: 100%;
  }

  .service_case02 .tab_c .content1 .right {
    width: 100%;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 30px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 20px;
  }

  .service_case02 .tab_c .content1 .right .box .con {
    font-size: 14px;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    margin: 10px 0px;
  }

  .service_case02 .tab_c .content1 .right .box .list {
    font-size: 16px;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
  }

  .service_case02 .tab_c .content2 .item.three_item {
    margin-right: 2%;
  }

  .service_case02 .tab_c .content2 .item.two_item {
    margin-right: 0px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    height: 34px;
    font-size: 20px;
  }

  .service_detail02 .tab_t {
    padding: 30px 0px;
  }

  .service_detail02 .tab_t .cat_list .tit {
    width: 15%;
  }

  .service_detail02 .tab_t .cat_list .ser_list {
    width: 85%;
  }

  .service_detail03 .content .box .infor {
    font-size: 30px;
  }

  .solution01 .infor .tit {
    font-size: 30px;
  }

  .solution01 .infor .tit .img_ {
    width: 60px;
    height: auto;
    left: -70px;
    bottom: 10px;
  }

  .solution01 .infor .con {
    font-size: 25px;
  }

  .solution01 .content .form_box {
    padding: 40px 6% 0px;
  }

  .solution03 .content .item .box .more {
    display: none;
  }

  .solution03 .content .item .box .c {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .pro_detail02 .bd .selection2 .content {
    overflow: auto;
  }

  .service_banner .intro .tit {
    font-size: 40px;
  }

  .service_banner .intro .form_box {
    width: 65%;
    margin-top: 20px;
  }

  .ser_support02 .content li.span-4 .li_box {
    border: 1px solid rgb(212, 212, 212);
    margin-top: -1px;
  }

  .ser_support01 .infor .tit {
    font-size: 30px;
  }

  .ser_support01 .content li .li_box .img_ {
    float: none;
    margin: 0px auto 10px;
  }

  .ser_support01 .content li .li_box .intro_ {
    float: none;
    margin-left: 0px;
    text-align: center;
  }

  .ser_support01 .content li .li_box .intro_ .box {
    padding: 15px 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .t {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .ser_support02 .infor .tit {
    font-size: 30px;
  }

  .ser_support02 .content .box {
    padding: 35px 50px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 49%;
    box-sizing: border-box;
  }

  .searchArea {
    padding: 50px 0px;
  }

  .searchArea .infor .tit {
    font-size: 35px;
  }

  .resultArea .content {
    margin-top: 50px;
    padding: 50px 0px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t {
    font-size: 25px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t span {
    display: block;
    margin-left: 0px;
  }

  .pro_detail01 {
    padding-top: 30px;
    background-size: cover;
  }

  .pro_detail01 .left {
    width: 100%;
  }

  .pro_detail01 .left .content .text .txt {
    height: auto;
  }

  .pro_detail01 .left .intro .t {
    font-size: 25px;
  }

  .pro_detail01 .left .intro .c {
    font-size: 48px;
  }

  .pro_detail01 .left ul.service li {
    width: 15%;
  }

  .pro_detail01 .right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    font-size: 18px;
  }

  .pro_detail02 .bd .selection1 .content .left {
    width: 100%;
  }

  .pro_detail02 .bd .selection1 .content .right {
    width: 100%;
    margin-right: 0px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    width: 15%;
  }

  .pro_detail02 .hd.fixed .search {
    width: 20%;
  }

  .pro_detail02 .hd.fixed .order {
    width: 20%;
  }

  .pro_detail02 .bd .selection3 .infor {
    font-size: 25px;
  }

  .pro_detail04 .tit .t {
    font-size: 25px;
  }

  .pro_detail04 .content {
    padding: 0px 6%;
  }

  .pro_detail02 .bd .selection1 .content {
    padding-left: 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    float: none;
    font-size: 25px;
  }

  .pro_detail02 .bd .selection1 .content .c {
    width: 100%;
  }

  .pro_detail02 .bd .selection2 .tit {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .pro_detail02 .bd .selection3 {
    padding: 30px 0px;
  }

  .pro_detail02 .bd .selection3 .intro .tit {
    font-size: 25px;
  }

  .pro_detail02 .bd .selection3 .content .infor .t {
    font-size: 18px;
  }

  .pro_detail03 {
    padding: 30px 0px;
  }

  .pro_detail03 .tit {
    font-size: 25px;
  }

  .page_bott .page_prev {
    width: 100%;
  }

  .page_bott .page_next {
    width: 100%;
  }

  .page_bott .page_next .page_btn {
    float: left;
    padding-left: 45px;
    padding-right: 0px;
  }

  .page_bott .page_next .page_btn .icon {
    left: 0px;
  }

  .page_bott .box {
    padding: 20px;
  }

  .page_bott .page_center {
    display: none;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0px;
  }

  .service_case02 .tab_c .content2 .item:nth-child(2n) {
    margin-right: 0px;
  }

  .service_intro .ser_box {
    padding-top: 30px;
  }

  .pro_center04 {
    background: none;
  }
}

@media only screen and (max-width: 760px) {
  body::after {
    content: "Mobile";
  }

  body,
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }

  .UnmobilePush {
    display: none;
  }

  .MobilePush {
    display: block;
  }

  img[data-src] {
    opacity: 1;
  }

  .wrap,
  .mwrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }

  .mwrap .wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  * {
    user-select: none;
  }

  input {
    user-select: auto;
  }

  textarea {
    user-select: auto;
  }

  .header_top {
    display: none;
  }

  .header_bott {
    padding: 15px 0px 10px;
  }

  .header_bott .logo {
    width: 110px;
    height: auto;
    margin-right: 0px;
  }

  .header_bott .inav_wrapper {
    width: 0px;
  }

  .header.fixed .header_bott {
    box-shadow: none;
    position: relative;
  }

  .search-alert {
    display: none;
  }

  .xc_banner {
    height: 224px;
  }

  .xc_banner>img {
    width: 1000px;
    margin-left: -500px;
  }

  .xc_banner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  }

  .xc_banner .infor {
    bottom: 30px;
  }

  .xc_banner .infor .tit {
    font-size: 16px;
  }

  .xc_banner .infor .con {
    font-size: 18px;
  }

  .footer {
    display: none;
  }

  .channel_content {
    padding: 15px 0px;
  }

  .luru {
    padding-top: 0px;
  }

  .ibanner {
    display: none;
  }

  .ipart {
    display: none;
  }

  .m_footer {
    display: block;
    background: rgb(231, 232, 234);
    text-align: center;
  }

  .m_footer .m_link {
    text-align: center;
    border-bottom: 1px solid rgb(219, 220, 222);
    padding-top: 14px;
  }

  .m_footer .m_link.active {
    background: rgb(213, 217, 223);
  }

  .m_footer .m_link .tab {
    color: rgb(102, 102, 102);
    font-size: 18px;
    line-height: 1;
    padding: 18px 48px 18px 0px;
    display: inline-block;
    position: relative;
  }

  .m_footer .m_link .tab::after,
  .m_footer .m_link .tab::before {
    content: "";
    background: rgb(179, 179, 179);
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
  }

  .m_footer .m_link .tab::after {
    transform: rotate(-90deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_footer .m_link .tab::before {
    transform: rotate(0deg);
    transition: all 0.6s ease-out 0s;
  }

  .m_footer .m_link .tab.active::before {
    transform: rotate(180deg);
    background: rgb(179, 179, 179);
  }

  .m_footer .m_link .tab.active::after {
    transform: rotate(180deg);
    opacity: 0;
    background: rgb(179, 179, 179);
  }

  .m_footer .m_link .tab_con {
    display: none;
    line-height: 40px;
    border-top: 1px solid rgb(206, 208, 212);
    padding: 10px 0px;
    font-size: 14px;
  }

  .m_footer .m_link .tab_con ul {
    overflow: hidden;
    padding: 0px 40px;
  }

  .m_footer .m_link .tab_con ul li {
    float: left;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 25px;
  }

  .m_footer .m_friend {
    padding: 20px 8%;
    font-size: 13px;
  }

  .m_footer .m_copyright {
    padding-bottom: 20px;
    color: rgb(159, 159, 159);
    font-size: 12px;
  }

  .go_top {
    display: block;
  }

  .m_nav {
    top: 55px;
  }

  .pro_cen_banner {
    height: 0px;
    padding-bottom: 27%;
  }

  .pro_cen_banner img {
    width: 100%;
    margin-left: 0px;
    position: static;
  }

  .pro_cen_banner .pro_ban_more .more {
    line-height: 30px;
    height: 30px;
    padding: 0px 40px 0px 10px;
    margin-left: 16%;
  }

  .pro_cen_banner .pro_ban_more .more span {
    font-size: 14px;
  }

  .pro_cen_banner .pro_ban_more .more .icon {
    width: 6px;
    height: 10px;
    background-size: cover;
    margin-top: -5px;
    right: 15px;
  }

  .pro_center01 {
    padding-bottom: 20px;
  }

  .pro_center01 .content .item .box {
    padding: 30px 45px;
  }

  .pro_center01 .content .item .box .more {
    margin-top: 15px;
  }

  .pro_center01 .content .proCen1_btn>div {
    display: block;
  }

  .pro_center02 {
    margin-top: 15px;
  }

  .pro_center02 .infor .title {
    font-size: 20px;
  }

  .pro_center02 .content .bd .li_:hover .intro .box .con {
    height: 0px;
  }

  .pro_center02 .infor .infor_link a {
    font-size: 13px;
  }

  .pro_center02 .infor .form_box {
    width: 70%;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
  }

  .pro_center02 .infor .form_box input {
    width: 70%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }

  .pro_center02 .infor .form_box button {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }

  .pro_center02 .infor .form_box button i {
    font-size: 17px;
    margin-left: -8px;
    margin-top: -9px;
  }

  .pro_center02 .infor .infor_link {
    padding: 15px 0px;
  }

  .pro_center02 .content .bd {
    padding: 15px 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box {
    padding: 15px 10px;
  }

  .pro_center02 .content .bd .li_ .intro .box .tit a {
    font-size: 18px;
  }

  .pro_center02 .content .bd .li_:hover .li_line {
    width: 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box .tit {
    margin-bottom: 0px;
  }

  .pro_center02 .content .bd .li_ .intro .box .intro_more a {
    font-size: 13px;
  }

  .pro_center02 .content .bd .li_ {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .pro_center02 .content .bd .bd_more {
    width: 130px;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
  }

  .pro_detail02 .bd .selection1 .content .right .box {
    padding: 15px 20px;
  }

  .pro_center03 {
    padding: 15px 0px;
  }

  .pro_center03 .infor {
    margin-bottom: 15px;
  }

  .pro_center03 .infor .tit a {
    font-size: 20px;
    line-height: 24px;
  }

  .pro_center03 .infor .con {
    font-size: 13px;
    margin-top: 5px;
    float: left;
  }

  .pro_center03 .content .intro .t {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
  }

  .pro_center03 .content .intro .more {
    font-size: 13px;
  }

  .pro_center04 {
    padding: 15px 0px;
  }

  .pro_center04 .infor .tit {
    font-size: 20px;
  }

  .pro_center04 .infor .con {
    font-size: 17px;
    line-height: 25px;
    margin-top: 0px;
  }

  .pro_center04 .infor .link_ {
    margin-top: 15px;
    padding: 0px 3%;
  }

  .pro_center04 .infor .more a {
    margin-top: 20px;
    width: auto;
    padding: 0px 35px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
  }

  .pro_center01 {
    display: none;
  }

  .pro_center04 {
    display: none;
  }

  .m_procenter {
    display: block;
    padding: 15px 0px;
    background: rgb(244, 244, 244);
  }

  .m_procenter .infor .tit a {
    display: block;
    font-size: 20px;
    color: rgb(27, 27, 27);
  }

  .m_procenter .content li {
    width: 33%;
    float: left;
    margin-bottom: 15px;
  }

  .m_procenter .content li a {
    display: block;
  }

  .m_procenter .content li a .img_ {
    width: 75%;
    margin: 0px auto;
  }

  .m_procenter .content li a .text {
    font-size: 13px;
    color: rgb(38, 38, 38);
    text-align: center;
  }

  .pro_list01 .pro_secnav .infor .tit {
    font-size: 13px;
  }

  .pro_list01 .pro_secnav .list ul li {
    font-size: 13px;
  }

  .pro_list01 .pro_crumbs_box {
    display: none;
  }

  .pro_list02 .hd .content {
    padding: 15px 10px;
  }

  .pro_list02 .hd .content .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .pro_list02 .hd .content .list li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 13px;
    margin: 0px;
  }

  .pro_list02 .bd {
    padding-top: 15px;
  }

  .pro_list02 .bd .cover {
    padding: 0px;
  }

  .pro_list02 .bd li {
    margin-bottom: 15px;
  }

  .pro_list02 .bd li .intro_ .box {
    padding: 10px;
  }

  .pro_list02 .bd li .intro_ .box .tit {
    font-size: 14px;
  }

  .pro_list02 .bd li .intro_ .box .tit span {
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    display: block;
  }

  .pro_list02 .bd li .intro_ .box .con {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .pro_list02 .bd li .intro_ .box .prolist_more a {
    width: 95%;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
  }

  .pro_list02 .bd li.li3 .li_box,
  .pro_list02 .bd li.li6 .li_box,
  .pro_list02 .bd li.li9 .li_box {
    border-right-color: rgb(218, 218, 218);
  }

  .pro_list02 .bd li:nth-child(2n) .li_box {
    border-right-color: transparent;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare span {
    font-size: 12px;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .order {
    font-size: 12px;
    margin-top: 5px;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox {
    width: 10px;
    height: 10px;
    background-size: cover;
  }

  .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox.plp-item-chked {
    background-position: 0px -10px;
  }

  .pro_list02 .bd ul li .li_box {
    min-height: 445px;
  }

  :root .pro_list02 .bd li .intro_ .box .pro_compare {
    bottom: 15px;
  }

  .compare_product .compare-sel {
    padding: 15px 0px;
  }

  .comparePro_list .bott_ li .intro .c .get_price {
    font-size: 13px;
  }

  .compare_product .compare-selli {
    font-size: 13px;
    width: 32%;
    margin-right: 1%;
  }

  .compare_product .compare-selli:last-child {
    margin-right: 0px;
  }

  .compare_product .compare-selli-name {
    margin-right: 5px;
  }

  .compare_product .compare-selbtn {
    border-left: none;
  }

  .compare_product {
    height: 122px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn {
    font-size: 13px;
  }

  .comparePro_list .bott_ li .intro .t {
    font-size: 16px;
    margin: 20px 0px;
  }

  .comparePro_list .bott_ li .intro .c .get_price {
    padding: 0px 5%;
  }

  .comparePro_list .bott_ .table_information {
    width: 90%;
    margin: 25px auto 0px;
    overflow-x: auto;
  }

  .comparePro_list .bott_ .table_information .table-responsive {
    min-width: 800px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn {
    line-height: 35px;
    height: 35px;
  }

  .compare_product .compare-selbtn {
    margin-top: 10px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-btn.comparea-selbtn-abled {
    width: 120px;
    font-size: 13px;
  }

  .compare_product .compare-selbtn .comparea-selbtn-closeall {
    line-height: 35px;
    height: 35px;
    font-size: 13px;
  }

  .pro_list03 {
    margin-top: 0px;
  }

  .pro_list03 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .pro_list03 .infor .con {
    line-height: 24px;
    font-size: 13px;
  }

  .pro_list03 .hd {
    margin-top: 15px;
  }

  .pro_list03 .hd li {
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .pro_list03 .hd li .icon {
    display: none;
  }

  .pro_list03 .hd li .txt {
    font-size: 13px;
  }

  .pro_list03 .bd {
    display: none;
  }

  .pro_list03 .hd li.cur {
    background: transparent;
  }

  .pro_list03 .hd li.cur .txt {
    color: rgb(102, 102, 102);
  }

  .pro_list01 .pro_fenlei {
    display: none;
  }

  .xl_fenlei {
    display: none;
  }

  .service_common {
    height: 200px;
  }

  .service_common .infor {
    padding-top: 50px;
    margin-bottom: 20px;
  }

  .service_common .infor {
    font-size: 20px;
  }

  .service_common .content .form_box {
    width: 80%;
  }

  .service_case02 {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .service_case02 .tab_c .content1 .right .box {
    padding: 24px;
  }

  .service_case02 .tab_c .content1 .right .box .tit {
    font-size: 17px;
  }

  .service_case02 .tab_t .cat_list .tit {
    width: 100%;
    font-size: 16px;
  }

  .service_case02 .tab_t .cat_list .ser_list {
    width: 100%;
    font-size: 14px;
  }

  .service_common .content .form_box input {
    font-size: 14px;
    width: 80%;
  }

  .service_case02 .tab_t {
    padding: 15px 0px;
  }

  .service_case02 .tab_t .cat_list .ser_list .ser_sx {
    margin-right: 20px;
    font-size: 13px;
    line-height: 25px;
  }

  .service_case02 .tab_t .cat_list1 {
    margin-bottom: 15px;
  }

  .service_case02 .tab_c {
    padding-top: 15px;
  }

  .service_case02 .tab_c .content2 .item:first-child {
    margin-top: 0px;
  }

  .service_case02 .tab_c .content2 .item {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .service_case02 .tab_c .content2 .item .box .list {
    font-size: 13px;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li {
    margin-right: 10px;
  }

  .service_case02 .tab_c .content2 .item {
    width: 49%;
    margin-right: 2%;
  }

  .service_case02 .tab_c .content2 .item:nth-child(2n) {
    margin-right: 0px;
  }

  .service_case02 .tab_c .content2 .item .box .con {
    font-size: 14px;
  }

  .service_case02 .tab_c .content2 .item .box {
    padding: 15px;
  }

  .service_case02 .tab_c .content2 .item .box .tit {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-weight: normal;
  }

  .service_case02 .tab_c .content2 .item .box .list {
    font-size: 13px;
  }

  .service_case02 .tab_c .content2 .item .box .list ul li.li02 {
    display: none;
  }

  .service_case02 .tab_c .content2 .item .box .more {
    display: none;
  }

  .service_detail03 .content .back_box {
    display: none;
  }

  .service_detail03 .content {
    padding: 0px;
  }

  .service_detail03 .content .box {
    padding: 20px;
  }

  .service_detail03 .content .box .infor {
    font-size: 18px;
  }

  .service_detail03 .content .box .list {
    margin: 0px 0px 15px;
  }

  .service_detail03 .content .box .bott_ {
    font-size: 13px;
  }

  .service_detail03 .content .box .list li {
    line-height: 35px;
    width: auto;
    font-size: 13px;
    padding: 0px 5px;
    margin-bottom: 10px;
  }

  .service_detail03 ._tools ._tool {
    line-height: 30px;
    height: 30px;
  }

  .service_detail03 ._tools {
    margin-top: 15px;
  }

  .page_bott {
    margin-top: 15px;
  }

  .page_bott .page_btn {
    font-size: 14px;
  }

  .page_bott .t {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 22px;
  }

  .page_bott .box {
    padding: 10px 20px;
  }

  .page_bott .page_prev {
    border: none;
  }

  .page_bott .page_next {
    border: none;
  }

  .content .box .infor {
    line-height: 1.6;
  }

  .solution.channel_content {
    padding: 0px;
  }

  .solution01 {
    padding: 15px 0px;
    height: auto;
  }

  .solution01 .infor {
    text-align: center;
    padding-top: 30px;
  }

  .solution01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .solution01 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
    bottom: 0px;
  }

  .solution01 .infor .tit .text {
    margin-bottom: 10px;
  }

  .solution01 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }

  .solution01 .content .form_box {
    padding: 15px 0px 0px;
  }

  .solution01 .content .form_box .select_wrap {
    margin-right: 1%;
  }

  .solution01 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }

  .solution01 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }

  .solution01 .content .item .right .intro .box .t {
    font-size: 18px;
    line-height: 23px;
  }

  .solution01 .content .item .right .intro .box .solu_line {
    margin: 6px auto;
  }

  .solution01 .content .item .right .intro .box .c {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: inherit;
  }

  .solution02 {
    height: 50px;
    line-height: 50px;
  }

  .solution02 .con .owl-nav {
    margin-top: -25px;
  }

  .solution03 .content1 .left {
    width: 49%;
    margin-right: 2%;
  }

  .solution03 .content1 {
    margin-bottom: 10px;
  }

  .solution03 .content1 .right {
    width: 49%;
  }

  .solution03 .content1 .left .cover {
    position: relative;
    padding: 10px;
    background: rgb(246, 246, 246);
  }

  .solution03 .content1 .left .t {
    font-size: 16px;
    font-weight: normal;
    color: rgb(102, 102, 102);
  }

  .solution03 .content1 .left .c {
    display: none;
  }

  .solution03 .content2 .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .solution03 .content2 .item.three_item {
    margin-right: 2%;
  }

  .solution03 .content2 .item.imgZoom:nth-child(2n) {
    margin-right: 0%;
  }

  .solution03 .rect-116 {
    padding-bottom: 0px;
    height: auto;
  }

  .solution03 .content .item .box {
    padding: 10px;
  }

  .solution03 .content .item .box .t {
    color: rgb(102, 102, 102);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .solution03 .content .item .box .c {
    display: none;
  }

  .solu_detail01 {
    padding: 0px 0px 15px;
    margin-top: 0px;
  }

  .solu_detail01 .infor {
    padding: 0px 5%;
    margin-bottom: 20px;
  }

  .solu_detail01 .infor .tit {
    font-size: 20px;
    line-height: 20px;
  }

  .solu_detail01 .content {
    padding: 0px;
    margin-top: 15px;
  }

  .solu_detail01 .content .back_box {
    display: none;
    width: 100%;
    position: static;
    overflow: hidden;
    text-align: center;
  }

  .solu_detail01 .content .back_box>div {
    display: inline-block;
    width: 56px;
    height: 63px;
  }

  .solu_detail01 .content .back_box .back_list a {
    padding: 0px;
    line-height: 50px;
    text-align: center;
  }

  .solu_detail01 .content .box {
    padding: 20px;
  }

  .solu_detail01 .content .box .top_ {
    margin-left: 0px;
  }

  .solu_detail01 .content .box .con {
    font-size: 13px;
    margin-top: 15px;
  }

  .solu_detail01 .content .box .top_l .t {
    font-size: 18px;
    line-height: 25px;
  }

  .solu_detail01 .content .box .top_l .c {
    font-size: 14px;
    margin: 20px 0px;
    line-height: 26px;
  }

  .solu_detail01 .content .box .top_l .text {
    font-size: 14px;
    line-height: 26px;
  }

  .solu_detail01 .content .box .bott_ {
    margin-top: 30px;
  }

  .solu_detail01 .content .box .bott_ .item {
    margin-bottom: 15px;
  }

  .solu_detail01 .content .box .bott_ .item:last-child {
    margin-bottom: 0px;
  }

  .solu_detail01 .content .box .bott_ .intro_box {
    padding: 15px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .t {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .c {
    font-size: 13px;
    display: none;
  }

  .solu_detail01 .page_bott {
    margin-top: 15px;
  }

  .solu_detail01 .page_bott .page_center .icon .iconfont {
    margin-left: -11px;
  }

  .solu_detail01 .content .box .bott_ .intro_box .more {
    width: 90px;
    line-height: 27px;
    height: 27px;
    margin-top: 15px;
    font-size: 13px;
  }

  .solu_detail02 {
    height: auto;
    background-size: cover;
    padding: 15px 0px;
  }

  .solu_detail02 .infor {
    padding-top: 30px;
  }

  .solu_detail02 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .solu_detail02 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
  }

  .solu_detail02 .infor .tit .text {
    margin-bottom: 10px;
  }

  .solu_detail02 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }

  .solu_detail02 .content .form_box {
    padding: 15px 0px 0px;
  }

  .solu_detail02 .content .form_box .select_wrap {
    margin-right: 1%;
  }

  .solu_detail02 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }

  .solu_detail02 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }

  .solu_detail03 {
    height: 50px;
    line-height: 50px;
  }

  .solu_detail03 .con .owl-nav {
    margin-top: -25px;
  }

  .service_banner {
    height: 290px;
  }

  .service_banner>img {
    width: 1000px;
    margin-left: -500px;
  }

  .service_banner .intro {
    bottom: 45px;
  }

  .service_banner .intro .tit {
    font-size: 20px;
  }

  .service_banner .intro .list li {
    font-size: 13px;
  }

  .service_banner .intro .form_box {
    width: 77%;
    margin-top: 0px;
    font-size: 13px;
  }

  .service_banner .intro .form_box input {
    width: 80%;
  }

  .service_banner .intro .list {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 10px;
  }

  .ser_support01 {
    padding: 15px 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .more {
    font-size: 13px;
  }

  .ser_support01 .content li .li_box .intro_ .box {
    padding: 0px;
  }

  .ser_support01 .content li .li_box .intro_ .box .more span {
    margin-left: 0px;
  }

  .ser_support01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .ser_support01 .content {
    margin-top: 30px;
  }

  .ser_support01 .content li .li_box .img_ {
    width: 100px;
    height: 100px;
  }

  .ser_support01 .content li .li_box .intro_ .box .t {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .ser_support02 {
    padding: 15px 0px;
  }

  .ser_support02 .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .ser_support02 .content {
    margin-top: 15px;
  }

  .ser_support02 .content .box .c {
    font-size: 13px;
  }

  .ser_support02 .content .box .t {
    font-size: 16px;
    margin: 5px 0px;
  }

  .ser_support02 .content .box {
    padding: 50px;
  }

  .manyi_survey01 {
    padding: 15px 0px;
  }

  .manyi_survey01 .welcome .t {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .manyi_survey01 .welcome {
    font-size: 13px;
  }

  .manyi_survey01 .form_box .fbli {
    width: 96%;
    padding-left: 90px;
  }

  .manyi_survey01 .other_suggest li .remark {
    width: 100%;
    box-sizing: border-box;
  }

  .order01 {
    padding: 30px 0px 0px;
  }

  .order01 .part_order .pop {
    width: 100%;
  }

  .order01 .part_order .pop dl {
    padding-right: 20px;
    width: 100%;
    padding-left: 27%;
    box-sizing: border-box;
  }

  .order01 .part_order .pop dt {
    width: 26%;
  }

  .order01 .part_order .pop .required {
    right: 3px;
  }

  .order01 .part_order02 .form_bottom .validation {
    float: none;
  }

  .order01 .part_order02 .form_bottom .btns {
    float: none;
    padding: 15px 0px;
    text-align: center;
  }

  .total_search.channel_content {
    padding: 0px 0px 30px;
  }

  .searchArea {
    padding: 30px 0px 20px;
  }

  .searchArea .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }

  .searchArea .content {
    margin-top: 25px;
    padding: 0px 2%;
  }

  .searchArea .content .form_box .search .btn_wrap .btns {
    font-size: 15px;
  }

  .total_search.channel_content {
    padding: 0px 0px 15px;
  }

  :root .searchArea .content_form .form_box .search .input_wrap .textDelBtn {
    top: 12px;
    right: 15px;
  }

  .resultArea .content {
    margin-top: 25px;
    padding: 0px;
  }

  .resultArea .content .area {
    padding: 25px 0px;
  }

  .resultArea .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .resultArea .content .piclist_area .srchList li {
    margin-bottom: 25px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t {
    font-size: 16px;
  }

  .resultArea .content .piclist_area .srchList li .intro .t span {
    font-size: 14px;
  }

  .resultArea .content .content_area li .t {
    font-size: 16px;
    line-height: 25px;
  }

  .resultArea #botBtn .btnMore {
    height: 46px;
    line-height: 46px;
    padding: 0px 35px;
  }

  .service_intro .hd .n {
    font-size: 20px;
  }

  .service_intro .hd .text {
    font-size: 13px;
  }

  .ser_box .text01 {
    font-size: 13px;
  }

  .ser_box .text02 {
    font-size: 13px;
  }

  .service_intro .ser_box {
    font-size: 13px;
    padding-bottom: 0px;
  }

  .ser_box .img {
    float: none;
    margin: 0px;
  }

  .ser_box .n {
    font-size: 22px;
    margin-top: 15px;
  }

  .fz22 {
    font-size: 16px;
  }

  .order01 .part_order02 .form_bottom .validation .inp {
    width: 35%;
    padding: 0px;
    vertical-align: 0px;
  }

  .order01 .part_order02 .form_bottom .validation .imgcode {
    width: 65%;
    height: 39px;
    vertical-align: 0px;
  }

  .order01 .part_order02 .form_bottom .validation .imgcode img {
    height: 100%;
  }

  .txt_p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .detail_crumbs .right {
    font-size: 14px;
  }

  .detail_crumbs .left {
    font-size: 13px;
  }

  .detail_crumbs .left span {
    margin: 0px 5px;
  }

  .detail_crumbs .left {
    line-height: 25px;
    padding: 5px 0px;
  }

  .detail_crumbs .right {
    float: left;
    line-height: 35px;
    display: none;
  }

  .pro_detail01 {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .pro_detail01 .left {
    width: 100%;
  }

  .pro_detail01 .left .intro .t {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .pro_detail01 .left .intro .c {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
  }

  .pro_detail01 .left .content ul li {
    font-size: 16px;
  }

  .pro_detail01 .left .activity {
    font-size: 14px;
  }

  .pro_detail01 .left .down .t {
    font-size: 14px;
  }

  .pro_detail01 .left .down .icon {
    height: 42px;
  }

  .pro_detail01 .right {
    margin-top: 15px;
  }

  .pro_detail01 .right .content::before {
    top: -15px;
  }

  .pro_detail01 .right .content::after {
    top: -15px;
  }

  .pro_detail01 .right .content .text .con .con_c {
    font-size: 13px;
  }

  .pro_detail01 .right .content .text .con2 {
    margin: 15px 0px;
  }

  .pro_detail01 .right .content .text {
    margin: 15px 0px 0px;
  }

  .pro_detail01 .right .btn .icon {
    margin-right: 12px;
  }

  .pro_detail01 .right .down {
    font-size: 13px;
    margin-top: 15px;
  }

  .pro_detail01 .right .intro .t {
    font-size: 20px;
    line-height: 40px;
  }

  .pro_detail01 .right .intro .c span {
    font-size: 20px;
  }

  .pro_detail01 .right .intro .c .share {
    font-size: 13px;
  }

  .pro_detail01 .right .img_list {
    width: 100%;
  }

  .pro_detail01 .right .btn>a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .pro_detail02 .hd.fixed .order {
    display: none;
  }

  .pro_detail02 .hd.fixed .search {
    display: none;
  }

  .pro_detail02 .bd .selection1 .content .right .t {
    font-size: 20px;
  }

  .pro_detail02 .bd .selection1 .content .right .c {
    margin-top: 15px;
    font-size: 13px;
    height: auto;
  }

  .pro_tc .top .tit {
    font-size: 13px;
  }

  .pro_tc .top .con {
    font-size: 20px;
  }

  .pro_detail02 .hd {
    margin-bottom: 15px;
  }

  .pro_detail02 .hd .list dt,
  .pro_detail02 .hd .list dd {
    font-size: 18px;
    line-height: 50px;
    width: 30%;
  }

  .pro_detail02 .hd .list .item.active::after {
    width: 100%;
    height: 2px;
  }

  .pro_detail02 .bd {
    padding-top: 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    width: 100%;
    font-size: 16px;
  }

  .pro_detail02 .bd .selection1 .content .con_bott {
    font-size: 14px;
  }

  .pro_detail02 .bd .selection1 .owl-dots {
    bottom: 10px;
  }

  .pro_detail02 .bd .selection1 .content .con_top {
    padding: 15px 0px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    font-size: 20px;
  }

  .pro_detail02 .bd .selection1 .content .c {
    font-size: 13px;
    margin-top: 15px;
  }

  .pro_detail02 .bd .selection1 {
    padding-bottom: 15px;
  }

  .pro_detail02 .bd .selection2 {
    margin: 15px 0px;
  }

  .pro_detail02 .bd .selection2 .down {
    display: none;
  }

  .pro_detail02 .bd .selection2 .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pro_detail02 .bd .selection3 {
    padding: 0px 0px 15px;
  }

  .pro_detail02 .bd .selection3 .item .box .tit {
    font-size: 18px;
    height: auto;
  }

  .pro_detail02 .bd .selection3 .infor .btn_all {
    top: 6px;
  }

  .pro_detail02 .bd .selection3 .infor {
    margin-bottom: 15px;
  }

  .pro_detail02 .bd .selection3 .infor .line {
    top: 6px;
    right: 27px;
  }

  .pro_detail02 .bd .selection3 .infor .btn_all .owl-next {
    right: 10px;
  }

  .pro_detail02 .bd .selection3 .item {
    margin-top: 0px;
  }

  .pro_detail02 .bd .selection3 .item .box .list ul li {
    font-size: 12px;
  }

  .pro_detail02 .bd .selection3 .item .box .list {
    font-size: 12px;
  }

  .pro_detail02 .bd .selection3 .item .box {
    padding: 15px;
  }

  .pro_detail03 {
    padding: 15px 0px;
  }

  .pro_detail03 .tit {
    font-size: 20px;
  }

  .pro_detail03 .con ul li .t {
    font-size: 13px;
  }

  .pro_detail04 .tit {
    margin-bottom: 10px;
  }

  .pro_detail04 .tit .t {
    font-size: 20px;
    margin-top: 15px;
  }

  .pro_detail04 .content {
    padding: 0px;
  }

  .pro_detail04 .content .inp_box {
    width: 100%;
    margin: 7px 0px;
  }

  .pro_detail04 .content .yzm .input_area {
    margin: 0px 1% 0px 0px;
  }

  .pro_detail04 .content .send {
    float: none;
    font-size: 13px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
  }

  .pro_detail03 .tit {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .pro_detail02 .bd .selection1 .content {
    padding-bottom: 30px;
  }

  .pro_detail04 {
    padding: 0px 0px 15px;
  }

  .pro_detail04 .tit .c {
    font-size: 13px;
    padding: 0px 15px;
  }

  .pro_detail04 .content .inp_box .type {
    font-size: 13px;
  }

  .pro_detail04 .content .inp_box .input_area {
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  .pro_tc .top .close {
    width: 30%;
  }

  .pro_detail04 .content .con {
    margin-top: 15px;
    padding-top: 15px;
  }

  .pro_detail04 .content .t {
    line-height: 20px;
  }

  .pro_detail03 .con ul li .icon {
    width: 40px;
    height: 40px;
    background-size: 401%;
  }

  .pro_detail03 .con ul li.li1 .icon {
    background-position: 0px 0px;
  }

  .pro_detail03 .con ul li.li2 .icon {
    background-position: -40px 0px;
  }

  .pro_detail03 .con ul li.li3 .icon {
    background-position: -80px 0px;
  }

  .pro_detail03 .con ul li.li4 .icon {
    background-position: -120px 0px;
  }

  .pro_detail03 .con ul li.li1:hover .icon {
    background-position: 0px -40px;
  }

  .pro_detail03 .con ul li.li2:hover .icon {
    background-position: -40px -40px;
  }

  .pro_detail03 .con ul li.li3:hover .icon {
    background-position: -80px -40px;
  }

  .pro_detail03 .con ul li.li4:hover .icon {
    background-position: -120px -40px;
  }

  .pro_detail03 .con ul li .icon {
    margin-bottom: 0px;
  }

  .pro_detail04 .content .inp_box textarea.input_area {
    height: 80px;
  }

  .pro_detail04 .content .yzm .input_area {
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  .pro_detail04 .content .yzm .yzmImg {
    height: 35px;
  }

  .pro_list01 .pro_secnav::after {
    display: none;
  }

  .pro_list02 .hd .content .list1 li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
  }

  .pro_list02 .hd .content .list2 li {
    padding-left: 8%;
    width: 42%;
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
  }

  .pro_list03 .bd {
    padding-bottom: 0px;
    height: 131px;
  }

  .pro_list03 .bd .bg_box .bg img {
    width: 600px;
    margin-left: -300px;
  }

  .pro_list03 {
    margin-top: 15px;
    display: none;
  }

  .pro_list02 .widgets_common_pages_5 {
    padding-bottom: 0px;
    font-size: 13px;
    padding-top: 0px;
  }

  .widgets_common_pages_5 .page_c {
    font-size: 13px;
  }

  .widgets_common_pages_5 .page_c em {
    font-size: 13px;
  }

  .m_footer {
    background: rgb(235, 237, 239);
  }

  .manyi_survey01 .awardpic .awl {
    font-size: 16px;
  }

  .manyi_survey01 .awardpic .awl span.money {
    font-size: 16px;
  }

  .manyi_survey01 .form_box .fbli .label {
    font-size: 13px;
    text-align: right;
  }

  .manyi_survey01 .form_box .fbli input {
    font-size: 13px;
  }

  .manyi_survey01 .form_box .fbli select.sele {
    font-size: 13px;
  }

  .manyi_survey01 .form-list>li h3.form-big-title {
    font-size: 20px;
    padding: 10px 10px 0px;
  }

  .manyi_survey01 .form-list>li .form-con li {
    padding: 0px;
    width: 50%;
  }

  .manyi_survey01 .form-list>li .form-con li input.radio {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .manyi_survey01 .form-btn .btn {
    width: 120px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
  }

  #diaocha-9324AuthCode {
    top: 2px !important;
  }

  .manyi_survey01 .other_suggest li .last {
    font-size: 13px;
  }

  .search-alert .cent-form .tex {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    vertical-align: top;
  }

  .search-alert .cent-form .sub-butn {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  .search-alert .cent-form {
    height: 50px;
    line-height: 50px;
  }

  .pro_list02 .bd li .intro_ .box .txt {
    display: none;
  }

  :root .pro_list02 .bd ul li .li_box {
    min-height: 310px;
  }

  .pro_rightbar {
    display: none;
  }

  .pro_detail02 .bd .selection2 .tit {
    display: none;
  }

  .pro_detail02 .bd .selection2 .content {
    margin-top: 25px;
  }

  .pro_detail02 .bd .selection1 .content .t {
    display: none;
  }

  .service_intro {
    padding: 0px 10px;
  }

  .pro_list02 .bd li:hover {
    box-shadow: none;
  }

  .pro_list02 .bd li:hover .li_line {
    display: none;
  }

  .pro_detail02 .bd .selection3 .item:hover {
    box-shadow: none;
  }

  .pro_detail02 .bd .selection3 .item:hover .li_line {
    display: none;
  }

  .service_case02 .tab_c .content2 .item:hover {
    box-shadow: none;
  }

  .service_case02 .tab_c .content2 .item .li_line {
    display: none;
  }

  .solution03 .content .item:hover {
    box-shadow: none;
  }

  .solution03 .content .item:hover .li_line {
    display: none;
  }

  .solution03 .content1 .left:hover {
    box-shadow: none;
  }

  .service_intro .ser_box {
    padding-top: 0px;
  }

  .pro_detail04 .content .inp_box {
    min-height: inherit;
  }
}