#content {
  width: 100%;
  height: auto;
  background: #FAFBFD;
  /* 对于那些不支持渐变的浏览器 */
  background: -webkit-linear-gradient(#FAFBFD, #E8F1FB);
  /* Safari 5.1 到 6.0 */
  background: -o-linear-gradient(#FAFBFD, #E8F1FB);
  /* Opera 11.1 到 12.0 */
  background: -moz-linear-gradient(#FAFBFD, #E8F1FB);
  /* Firefox 3.6 到 15 */
  background: linear-gradient(#FAFBFD, #E8F1FB);
  /* 标准语法 (必须是最后一个) */
}
#content .banner {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
}
#content .banner .swiper-container {
  height: auto;
}
#content .banner .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
#content .banner .swiper-container .swiper-slide .bannerImg {
  width: 100%;
  height: 386px;
}
#content .banner .swiper-container .swiper-slide .btnOptions {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .banner .swiper-container .swiper-slide .btnOptions .btnItem {
  width: 150px;
  height: 40px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  color: #2A82E4;
}
#content .banner .swiper-container .swiper-slide .btnOptions .leftBtn {
  margin-right: 100px;
}
.page_con .splitbg img {
  width: 100%;
  height: 221px;
  margin-top: 50px;
}
.block_con {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
  margin-top: 5% !important;
  overflow: hidden;
}
.block_con .lg2_title {
  width: 100%;
  height: auto;
  font-size: 24px !important;
  line-height: 24px !important;
  font-weight: 700;
  color: #4A4747;
}
.block_con .lg2_title span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3D8DEE;
}
.block_con .traits {
  margin: 0 auto;
  margin-top: 40px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.block_con .traits .traits_item {
  flex: 1;
  min-width: 560px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
.block_con .traits .traits_item .img {
  margin: 20px auto;
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_con .traits .traits_item .img span {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.block_con .traits .traits_item .img span svg {
  width: 80px;
  height: 80px;
}
.block_con .traits .traits_item .img span svg .st0 {
  fill: none;
  stroke: #28292A;
  stroke-miterlimit: 10;
}
.block_con .traits .traits_item .img span svg .st1 {
  fill: none;
  stroke: #28292A;
  stroke-miterlimit: 10;
}
.block_con .traits .traits_item .txbox {
  flex: 1;
  padding: 20px;
}
.block_con .traits .traits_item .txbox .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
.block_con .traits .traits_item .txbox .des {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 18px;
}
.block_con .traits .traits_item:hover {
  border: 1px solid #3D8DEE;
}
.block_con .traits .traits_item:hover .txbox {
  flex: 1;
  padding: 20px;
}
.block_con .traits .traits_item:hover .txbox .title {
  font-size: 18px;
  color: #3D8DEE;
  font-weight: bold;
  text-align: left;
}
.block_con .traits .traits_item:hover .txbox .des {
  font-size: 14px;
  color: #3D8DEE;
  text-align: left;
}
.block_con .traits .traits_item:hover .img span svg .st0 {
  fill: none;
  stroke: #3D8DEE;
  stroke-miterlimit: 10;
}
.block_con .traits .traits_item:hover .img span svg .st1 {
  fill: none;
  stroke: #3D8DEE;
  stroke-miterlimit: 10;
}
.sample-report {
  width: 100%;
}
.sample-report .imgItem {
  display: flex;
  justify-content: space-between;
}
.sample-report .imgItem img {
  width: 24%;
}
.block_con .block_server {
  width: 100%;
}
.block_con .block_server .imgtx-box2 {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 5%;
  height: 300px;
  overflow: hidden;
}
.block_con .block_server .imgtx-box2 .box-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block_con .block_server .imgtx-box2 .box-l .t {
  font-size: 20px;
  text-align: left;
  padding-right: 60px;
  padding-left: 40px;
  color: #373434;
  font-weight: bold;
}
.block_con .block_server .imgtx-box2 .box-l .c {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
  padding-right: 60px;
  padding-left: 40px;
  line-height: 24px;
  color: #373434;
}
.block_con .block_server .imgtx-box2 .box-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.block_con .block_server .imgtx-box2 .box-r img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.block_con .block_server .imgtx-box2 .box-r img:hover {
  transform: scale(1.2);
}
.applications {
  display: flex;
  justify-content: space-between;
}
.applications .applications_item {
  width: 32%;
  max-width: 380px;
  margin-top: -1px;
  cursor: pointer;
  transition: 0.5s;
}
.applications .applications_item:hover {
  background-color: #3D8DEE;
  margin-top: -10px;
  box-shadow: 0 3px 15px 2px rgba(37, 85, 243, 0.2);
}
.applications .applications_item:hover .txtc .t1 {
  color: #fff;
}
.applications .applications_item:hover .txtc .t2 {
  color: #fff;
}
.applications .applications_item:hover .txtc .c {
  color: #fff;
}
.applications .applications_item .img {
  width: 100%;
  overflow: hidden;
}
.applications .applications_item .img img {
  width: 100%;
  transition: all 0.5s;
}
.applications .applications_item .img img:hover {
  transform: scale(1.1);
}
.applications .applications_item .txtc .t1 {
  font-size: 50px;
}
.applications .applications_item .txtc .t2 {
  font-size: 20px;
}
.applications .applications_item .txtc .c {
  font-size: 14px;
  padding: 0 20px;
  color: #999;
  margin: 10px 0px 30px 0px;
}
@media all and (max-width:768px) {

  h1,
  h2,
  p,
  ul {
      margin: 0
  }

  .mb40 {
      margin-bottom: 30px !important
  }

  .cmcol-xs-1 {
      float: left;
      width: 8.33333333%
  }

  .cmcol-xs-2 {
      float: left;
      width: 16.66666667%
  }

  .cmcol-xs-3 {
      float: left;
      width: 25%
  }

  .cmcol-xs-4 {
      float: left;
      width: 33.33333333%
  }

  .cmcol-xs-5 {
      float: left;
      width: 41.66666667%
  }

  .cmcol-xs-6 {
      float: left;
      width: 50%
  }

  .cmcol-xs-7 {
      float: left;
      width: 58.33333333%
  }

  .cmcol-xs-8 {
      float: left;
      width: 66.66666667%
  }

  .cmcol-xs-9 {
      float: left;
      width: 75%
  }

  .cmcol-xs-10 {
      float: left;
      width: 83.33333333%
  }

  .cmcol-xs-11 {
      float: left;
      width: 91.66666667%
  }

  .cmcol-xs-12 {
      float: left;
      width: 100%
  }

  .xs-mb-0 {
      margin-bottom: 0 !important
  }

  .xs-mb-10 {
      margin-bottom: 10 !important
  }

  .xs-mb-20 {
      margin-bottom: 20 !important
  }

  .xs-mb-30 {
      margin-bottom: 30 !important
  }

  .xs-mb-40 {
      margin-bottom: 40 !important
  }

  .xs-mb-50 {
      margin-bottom: 50 !important
  }

  .xs-mb-60 {
      margin-bottom: 60 !important
  }

  .xs-mb-70 {
      margin-bottom: 70 !important
  }

  .xs-mb-80 {
      margin-bottom: 80 !important
  }

  .xs-mb-90 {
      margin-bottom: 90 !important
  }

  .xs-mb-100 {
      margin-bottom: 100 !important
  }

  .block_con {
      margin-top: 30px !important
  }

  .block_con .des {
      text-align: justify;
      line-height: 30px
  }

  .block_con .lg_title {
      width: 100%;
      height: auto;
      font-size: 18px !important;
      line-height: 18px !important;
      font-weight: 700;
      color: #4A4747
  }

  .block_con .lg_title span {
      position: relative
  }

  .block_con .lg_title span::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -26px;
      width: 52px;
      height: 4px;
      background-color: #3D8DEE
  }

  .block_con .lg2_title {
      font-size: 18px !important;
      line-height: 18px !important
  }

  .block_con .lg2_title span {
      padding-left: 5px
  }

  .block_con .lg2_title span::before,
  .block_con .lg2_title span::after {
      width: 8px;
      height: 8px
  }

  .block_con .lg2_title span::before {
      top: 2px;
      left: -8px
  }

  .block_con .lg2_title span::after {
      top: 10px;
      left: -16px
  }

  .page_con .splitbg {
      margin: 30px 0 !important
  }

  .page_con .splitbg img {
      width: 100%
  }
}
@media screen and (max-width:1440px) and (min-width:1240px) {
  #content .tabar {
      height: 200px
  }

  #content .tabar .tabar_con {
      height: 200px;
      min-width: 1100px;
      max-width: 1100px
  }

  #content .tabar .tabar_con .tabar_li {
      height: 200px
  }

  #content .tabar .tabar_con .tabar_li .c .c_l svg {
      width: 50px;
      height: 50px
  }

  #content .main_content .info_con .info_cb {
      min-height: 700px
  }

  #content .main_content .info_con .info_cb .info_l .info_head .t {
      font-size: 22px
  }

  #content .main_content .info_con .info_cb .info_l .info_list .item .tx {
      font-size: 16px
  }

  #content .main_content .info_con .info_cb .info_l .info_list .active .img img {
      height: 160px
  }

  #content .main_content .info_con .info_cb .info_r .info_head .t {
      font-size: 22px
  }

  #content .main_content .info_con .info_cb .info_r .info_list .item .tx {
      font-size: 16px
  }

  #content .main_content .info_con .info_cb .info_r .info_list .active .img img {
      height: 160px
  }

  #content .main_content .info_con .info_b .info_head .t {
      font-size: 22px
  }

  #content .main_content .info_con .info_b .info_list .item .time {
      font-size: 18px;
      flex: 0 0 110px
  }

  #content .main_content .info_con .info_b .info_list .item .tx {
      font-size: 16px
  }

  #content .main_content .info_con .info_b .info_list .item:nth-child(2) {
      margin-bottom: 20px
  }

  #content .main_content .statistics_page .statistics_con {
      max-width: 1100px;
      min-width: 1100px
  }

  #content .main_content .statistics_page .statistics_con>ul li .statistics_r .statistics_t {
      font-size: 36px;
      margin: 0
  }

  #content .main_content .statistics_page .statistics_con>ul li .statistics_r .statistics_c {
      margin: 0
  }

  #content .main_content .cases_page .cases_con .cases a {
      display: inline-block
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con .t {
      font-size: 18px;
      padding-top: 0px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con .c {
      font-size: 15px;
      line-height: 26px;
      padding-top: 0px
  }
}
@media screen and (max-width:768px) and (min-width:376px) {
  .mbx {
      display: none
  }

  #header {
      display: none
  }

  #content .banner {
      margin-top: 60px
  }

  .m_img {
      display: block;
      background: #fff;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      z-index: 9999;
      border-bottom: 1px solid #ddd;
      overflow: hidden;
      padding: 10px
  }

  .m_img .headlf {
      padding-top: 2px;
      padding-left: 5px;
      float: left
  }

  .m_img .headlf .m_logo {
      height: 40px;
      display: block
  }

  .m_img .headrg {
      padding-right: 5%;
      padding-top: 14px;
      float: right
  }

  .m_img .headrg a .m_menuimg {
      height: 16px;
      vertical-align: top;
      display: block
  }

  .m_nav {
      display: block;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 0px;
      overflow: hidden;
      z-index: 10000
  }

  .m_nav .closecover {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #0b0d19;
      filter: alpha(opacity=0);
      opacity: 0;
      left: 0px;
      top: 0px;
      z-index: 1
  }

  .m_nav .closeicon {
      position: absolute;
      width: 20%;
      left: 5%;
      top: 5%;
      z-index: 100;
      text-align: center;
      filter: alpha(opacity=0);
      opacity: 0
  }

  .m_nav .m_navList {
      position: absolute;
      width: 83%;
      right: 0px;
      top: 0px;
      background: #0b0d19;
      height: 100%;
      z-index: 100;
      right: -80%;
      overflow-y: scroll
  }

  .m_nav .m_navList ul {
      padding-left: 5%;
      padding-right: 5%
  }

  .m_nav .m_navList ul li {
      border-bottom: 1px solid #232530
  }

  .m_nav .m_navList ul li a {
      display: block;
      height: 45px;
      color: #fff;
      line-height: 45px;
      padding-left: 5%;
      font-size: 16px
  }

  .m_nav .m_navList ul li .m_f_a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%
  }

  .m_nav .m_navList ul li .m_f_a a {
      flex: 1
  }

  .m_nav .m_navList ul li .m_f_a i {
      width: 40px;
      height: 35px;
      box-sizing: border-box;
      padding: 0 5px;
      display: block
  }

  .icon {
      background: url(../images/plus.png) 100% no-repeat;
      background-position: 50% 50%;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s
  }

  .icon_on {
      background: url(../images/reduce.jpg) 50% no-repeat !important;
      background-position: 50% 50%;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s
  }

  .m_nav .m_navList ul li .m_s_nav {
      display: none;
      width: 100%
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_f {
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      padding-left: 10%;
      overflow: hidden;
      white-space: nowrap;
      width: 90%;
      text-overflow: ellipsis;
      position: relative
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_f::before {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 0
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_c {
      display: inline-block;
      padding-left: 13%;
      font-size: 13px
  }

  #footer {
      height: auto;
      background-color: #3D8DEE;
      background-image: none;
      background-repeat: no-repeat;
      background-size: 100% 100%
  }

  #footer .footer_con {
      width: 100%;
      margin: 0px auto;
      min-width: 360px;
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      padding-top: 24px
  }

  #footer .footer_con .foot_navs {
      width: 100%;
      display: flex
  }

  #footer .footer_con .foot_navs dl {
      flex: 1
  }

  #footer .footer_con .foot_navs dl dt {
      margin-bottom: 15px
  }

  #footer .footer_con .foot_navs dl dt a {
      color: #fff;
      font-size: 18px
  }

  #footer .footer_con .foot_navs dl dd {
      margin-bottom: 10px;
      font-size: 16px
  }

  #footer .footer_con .foot_navs dl dd:last-child {
      margin-bottom: 0
  }

  #footer .footer_con .foot_navs dl dd a {
      color: #fff
  }

  #footer .footer_con .foot_navs dl dd a:hover {
      text-decoration: underline
  }

  #footer .footer_con .foot_concact {
      width: 50%;
      padding-left: 20px
  }

  #footer .footer_con .foot_concact dl {
      flex: 1
  }

  #footer .footer_con .foot_concact dl dt {
      margin-bottom: 15px
  }

  #footer .footer_con .foot_concact dl dt a {
      color: #fff;
      font-size: 18px
  }

  #footer .footer_con .foot_concact dl dd {
      margin-bottom: 10px
  }

  #footer .footer_con .foot_concact dl dd:last-child {
      margin-bottom: 0
  }

  #footer .footer_con .foot_concact dl dd a {
      color: #fff
  }

  #footer .footer_con .foot_concact dl dd .tel {
      font-size: 24px;
      color: #fff
  }

  #footer .footer_con .foot_code {
      width: 50%;
      text-align: center;
      color: #fff
  }

  #footer .footer_con .foot_code img {
      width: 140px;
      height: 140px;
      margin-bottom: 20px
  }

  #footer .footer_con .foot_code p {
      color: #fff
  }

  #footer .footer_info {
      text-align: center;
      color: #fff;
      font-size: 12px;
      background-color: #111;
      padding: 20px 0
  }

  #content .banner .partbanner {
      height: 183px !important
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide {
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con {
      position: absolute;
      width: 260px;
      height: 100px;
      text-align: center;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      border: 1px solid #fff;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2);
      display: flex
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .title {
      font-size: 18px;
      color: #fff;
      margin-bottom: 10px;
      margin-top: 0px
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .line {
      height: 1px;
      background-color: #fff;
      width: 80%
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .subtitle {
      font-size: 18px;
      color: #fff;
      margin-bottom: 0px;
      margin-top: 10px
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide a img {
      transform: scale(2.5);
      width: 100%;
      height: auto
  }
}

@media screen and (max-width:375px) and (min-width:0) {
  .download-l {
      display: none;
  }

  .mbx {
      display: none
  }

  #header {
      display: none
  }

  #content .banner {
      margin-top: 60px
  }

  .m_img {
      display: block;
      background: #fff;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      z-index: 9999;
      border-bottom: 1px solid #ddd;
      overflow: hidden;
      padding: 10px
  }

  .m_img .headlf {
      padding-top: 2px;
      padding-left: 5px;
      float: left
  }

  .m_img .headlf .m_logo {
      height: 40px;
      display: block
  }

  .m_img .headrg {
      padding-right: 5%;
      padding-top: 14px;
      float: right
  }

  .m_img .headrg a .m_menuimg {
      height: 16px;
      vertical-align: top;
      display: block
  }

  .m_nav {
      display: block;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 0px;
      overflow: hidden;
      z-index: 10000
  }

  .m_nav .closecover {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #0b0d19;
      filter: alpha(opacity=0);
      opacity: 0;
      left: 0px;
      top: 0px;
      z-index: 1
  }

  .m_nav .closeicon {
      position: absolute;
      width: 20%;
      left: -1%;
      top: 5%;
      z-index: 100;
      text-align: center;
      filter: alpha(opacity=0);
      opacity: 0
  }

  .m_nav .m_navList {
      position: absolute;
      width: 83%;
      right: 0px;
      top: 0px;
      background: #0b0d19;
      height: 100%;
      z-index: 100;
      right: -80%;
      overflow-y: scroll
  }

  .m_nav .m_navList ul {
      padding-left: 5%;
      padding-right: 5%
  }

  .m_nav .m_navList ul li {
      border-bottom: 1px solid #232530
  }

  .m_nav .m_navList ul li a {
      display: block;
      height: 38px;
      color: #fff;
      line-height: 38px;
      padding-left: 5%;
      font-size: 15px
  }

  .m_nav .m_navList ul li .m_f_a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%
  }

  .m_nav .m_navList ul li .m_f_a a {
      flex: 1
  }

  .m_nav .m_navList ul li .m_f_a i {
      width: 40px;
      height: 35px;
      box-sizing: border-box;
      padding: 0 5px;
      display: block
  }

  .icon {
      background: url(../images/plus.png) 100% no-repeat;
      background-position: 50% 50%;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s
  }

  .icon_on {
      background: url(../images/reduce.jpg) 50% no-repeat !important;
      background-position: 50% 50%;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s
  }

  .m_nav .m_navList ul li .m_s_nav {
      display: none;
      width: 100%
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_f {
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      padding-left: 10%;
      overflow: hidden;
      white-space: nowrap;
      width: 90%;
      text-overflow: ellipsis;
      position: relative
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_f::before {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 0
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_c {
      display: inline-block;
      padding-left: 13%;
      font-size: 13px
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_f {
      height: 32px;
      line-height: 32px;
      font-size: 13px
  }

  .m_nav .m_navList ul li .m_s_nav a.m_s_c {
      font-size: 12px
  }

  #footer {
      height: auto;
      background-color: #3D8DEE;
      background-image: none;
      background-repeat: no-repeat;
      background-size: 100% 100%
  }

  #footer .footer_con {
      width: 100%;
      margin: 0px auto;
      min-width: 300px;
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      padding-top: 18px
  }

  #footer .footer_con .foot_navs {
      width: 100%;
      display: flex
  }

  #footer .footer_con .foot_navs dl {
      flex: 1
  }

  #footer .footer_con .foot_navs dl dt {
      margin-bottom: 15px
  }

  #footer .footer_con .foot_navs dl dt a {
      color: #fff;
      font-size: 16px
  }

  #footer .footer_con .foot_navs dl dd {
      margin-bottom: 10px;
      font-size: 14px
  }

  #footer .footer_con .foot_navs dl dd:last-child {
      margin-bottom: 0
  }

  #footer .footer_con .foot_navs dl dd a {
      color: #fff
  }

  #footer .footer_con .foot_navs dl dd a:hover {
      text-decoration: underline
  }

  #footer .footer_con .foot_concact {
      width: 100%;
      padding-left: 20px
  }

  #footer .footer_con .foot_concact dl {
      flex: 1
  }

  #footer .footer_con .foot_concact dl dt {
      margin-bottom: 15px
  }

  #footer .footer_con .foot_concact dl dt a {
      color: #fff;
      font-size: 16px
  }

  #footer .footer_con .foot_concact dl dd {
      margin-bottom: 10px;
      font-size: 14px
  }

  #footer .footer_con .foot_concact dl dd:last-child {
      margin-bottom: 0
  }

  #footer .footer_con .foot_concact dl dd a {
      color: #fff
  }

  #footer .footer_con .foot_concact dl dd .tel {
      font-size: 32px;
      color: #fff
  }

  #footer .footer_con .foot_code {
      width: 100%;
      text-align: center;
      color: #fff
  }

  #footer .footer_con .foot_code img {
      width: 140px;
      height: 140px;
      margin-bottom: 20px
  }

  #footer .footer_con .foot_code p {
      color: #fff
  }

  #footer .footer_info {
      text-align: center;
      color: #fff;
      font-size: 12px;
      background-color: #111;
      padding: 20px 0
  }

  #content .banner .partbanner {
      height: 183px !important
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide {
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con {
      position: absolute;
      width: 200px;
      height: 83px;
      text-align: center;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      border: 1px solid #fff;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2);
      display: flex
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .title {
      font-size: 14px;
      color: #fff;
      margin-bottom: 14px;
      margin-top: 0px
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .line {
      height: 1px;
      background-color: #fff;
      width: 80%
  }

  #content .banner .partbanner .swiper-wrapper .swiper-slide .title_con .subtitle {
      font-size: 14px;
      color: #fff;
      margin-bottom: 0px;
      margin-top: 14px
  }

  #content .new_info_content .tab_con .tab_btn {
      margin-right: 14px !important
  }
}

@media all and (max-width:768px) {

  .xs-hidden,
  .xs-hidden-footer {
      display: none !important
  }

  #content .banner {
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-top: 62px
  }

  #content .banner .swiper-container {
      height: 183px !important
  }

  #content .banner .swiper-container .swiper-slide {
      position: relative
  }

  #content .banner .swiper-container .swiper-slide a img {
      transform: scale(1.25);
      transition: transform 3s cubic-bezier(.25, .46, .45, .94);
      transform-origin: center center
  }

  #content .banner .swiper-container .swiper-slide-active {
      z-index: 1000
  }

  #content .banner .swiper-container .swiper-slide-active a img {
      transform: scale(1)
  }

  #content .banner .swiper-container .swiper-pagination.index {
      text-align: center;
      padding-right: 0;
      bottom: 14px
  }

  #content .banner .swiper-container .swiper-pagination.index .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      line-height: 10px;
      display: inline-block;
      position: relative;
      font-size: 0px;
      color: #fff;
      opacity: 1;
      background: rgba(255, 255, 255, 0.5);
      margin: 0 5px;
      transition: all .5s ease-out
  }

  #content .banner .swiper-container .swiper-pagination.index .swiper-pagination-bullet .line {
      display: none
  }

  #content .banner .swiper-container .swiper-pagination.index .swiper-pagination-bullet-active {
      width: 10px;
      font-size: 0px;
      background-color: #fff
  }

  #content .banner .swiper-container .swiper-pagination.index .swiper-pagination-bullet-active .line {
      display: none
  }

  #content .banner .swiper-container .swiper-button.index {
      background-color: red;
      right: 50px;
      bottom: -18px;
      top: auto
  }

  #content .banner .swiper-container.banner_con {
      height: 195px
  }

  #content .banner .swiper-button {
      display: none
  }

  #content .main_content {
      width: 100%;
      margin: 0 auto
  }

  #content .main_content .m_info_content {
      display: block
  }

  #content .main_content .m_info_content .m_panel {
      padding: 0 10px
  }

  #content .main_content .m_info_content .title {
      height: 46px;
      font-weight: normal
  }

  #content .main_content .m_info_content .title h1 {
      height: 50px;
      line-height: 50px;
      color: #333333;
      font-size: 14px;
      float: left;
      font-weight: bold;
      padding-left: 10px;
      position: relative;
      margin: 0 !important
  }

  #content .main_content .m_info_content .title h1::before {
      content: '';
      width: 4px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 0px;
      margin-top: -4px;
      background: #2572FE
  }

  #content .main_content .m_info_content .title .m_more {
      float: right;
      color: #3462B6;
      font-size: 12px;
      width: 62px;
      height: 24px;
      line-height: 22px;
      border: 1px solid #3462B6;
      border-radius: 12px;
      text-align: center;
      margin-top: 11px
  }

  #content .main_content .m_info_content .list li {
      padding-bottom: 11px
  }

  #content .main_content .m_info_content .list li .item {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 10px 0;
      padding-left: 4px;
      border-bottom: 1px solid #CCCCCC;
      min-height: 140px
  }

  #content .main_content .m_info_content .list li .item .item-img img {
      width: 100%;
      height: auto;
      vertical-align: bottom
  }

  #content .main_content .m_info_content .list li .item .item-info {
      height: 100%;
      padding-left: 12px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-around
  }

  #content .main_content .m_info_content .list li .item .item-info h2 {
      font-size: 14px;
      color: #232121;
      font-weight: 600;
      line-height: 18px;
      padding-bottom: 6px
  }

  #content .main_content .m_info_content .list li .item .item-info .text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      color: #666666;
      font-size: 12px;
      max-height: 50px;
      line-height: 15px
  }

  #content .main_content .statistics_page {
      margin-top: 22px
  }

  #content .main_content .statistics_page .statistics_con {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0;
      padding: 0
  }

  #content .main_content .statistics_page .statistics_con>ul {
      height: 84px;
      box-sizing: border-box
  }

  #content .main_content .statistics_page .statistics_con>ul li {
      padding: 0
  }

  #content .main_content .statistics_page .statistics_con>ul li .statistics_r {
      flex: 1
  }

  #content .main_content .statistics_page .statistics_con>ul li .statistics_r .statistics_t {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-align: left;
      user-select: none
  }

  #content .main_content .statistics_page .statistics_con>ul li .statistics_r .statistics_c {
      font-size: 12px;
      color: #fff;
      text-align: left;
      user-select: none
  }

  #content .main_content .cases_page {
      background-size: 100% 80%;
      margin-bottom: 10%
  }

  #content .main_content .cases_page .cases_con {
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      padding: 0;
      padding-top: 13px;
      margin: 0
  }

  #content .main_content .cases_page .cases_con .title3 {
      display: none
  }

  #content .main_content .cases_page .cases_con .cases {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 !important;
      padding: 0 10px;
      padding-top: 10px;
      box-sizing: border-box
  }

  #content .main_content .cases_page .cases_con .cases a {
      flex: 0;
      max-width: 50%;
      min-width: 48%;
      margin-right: 0;
      margin-bottom: 17px;
      background-color: #fff;
      cursor: default;
      display: inline-block
  }

  #content .main_content .cases_page .cases_con .cases a .case_item {
      flex: 1;
      max-width: 100%;
      min-width: 100%;
      background-color: #fff;
      cursor: default;
      margin-bottom: 0
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .img {
      width: 100%;
      overflow: hidden;
      margin-bottom: 15px;
      height: 150px
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .img img {
      transition: all .5s;
      transform: scale(1);
      width: 100%
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con {
      position: relative
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con .t {
      color: #171819;
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      padding-top: 0
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con .c {
      color: #2B2C2D;
      font-size: 13px;
      line-height: 22px;
      text-align: left;
      padding-top: 8px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden
  }

  #content .main_content .cases_page .cases_con .cases a .case_item .item_con .bb {
      width: 0%;
      height: 1px;
      background-color: #3D8DEE;
      transition: all .5s
  }

  #content .main_content .cases_page .cases_con .cases_b {
      display: none
  }

  #content h1,
  #content h2,
  #content p,
  #content ul {
      margin: 0
  }

  #content .cmcol-xs-1 {
      float: left;
      width: 8.33333333%
  }

  #content .cmcol-xs-2 {
      float: left;
      width: 16.66666667%
  }

  #content .cmcol-xs-3 {
      float: left;
      width: 25%
  }

  #content .cmcol-xs-4 {
      float: left;
      width: 33.33333333%
  }

  #content .cmcol-xs-5 {
      float: left;
      width: 41.66666667%
  }

  #content .cmcol-xs-6 {
      float: left;
      width: 50%
  }

  #content .cmcol-xs-7 {
      float: left;
      width: 58.33333333%
  }

  #content .cmcol-xs-8 {
      float: left;
      width: 66.66666667%
  }

  #content .cmcol-xs-9 {
      float: left;
      width: 75%
  }

  #content .cmcol-xs-10 {
      float: left;
      width: 83.33333333%
  }

  #content .cmcol-xs-11 {
      float: left;
      width: 91.66666667%
  }

  #content .cmcol-xs-12 {
      float: left;
      width: 100%
  }

  #content .block_con .lg_title {
      width: 100%;
      height: auto;
      font-size: 18px !important;
      line-height: 18px !important;
      font-weight: 700;
      color: #4A4747
  }

  #content .block_con .lg_title span {
      position: relative
  }

  #content .block_con .lg_title span::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -26px;
      width: 52px;
      height: 4px;
      background-color: #3D8DEE
  }

  #content .block_con .box-con p img {
      width: 100% !important;
      height: 100% !important
  }

  #content .tab_con .tab_btn a {
      font-size: 16px
  }

  #content .tab_con .tab_btn a:hover {
      color: #333 !important
  }

  #content .tab_con .active a::after {
      top: 26px;
      left: 16px;
      font-size: 16px;
      content: '';
      height: 1px;
      width: 30px;
      background-color: #1068cc;
      position: absolute
  }

  #content .content-box .prevnext .pnwrap {
      flex-wrap: wrap
  }

  #content .content-box .prevnext .pnwrap .pre_page {
      text-align: left
  }

  #content .process_bg {
      background-image: none
  }

  #content .cases_content .block_con>.iscase>.cases_con .cases .case_item .case_img {
      margin-bottom: 15px
  }

  #content .cases_content .block_con>.iscase>.cases_con .cases .case_item .case_img img {
      height: 100%
  }

  .content-box .box-t {
      font-size: 18px;
      line-height: 26px;
      height: 52px
  }

  .page {
      margin-top: 20px;
      margin-bottom: 20px
  }

  .page a {
      padding: 6px 12px;
      color: #333;
      background-color: #fff;
      border: 1px solid #ccc;
      margin: 0 1px
  }

  #content .banner .swiper-container .swiper-slide .title_con .title {
      font-size: 88px;
      color: #fff;
      margin-bottom: 36px;
      margin-top: 0
  }

  #content .banner .swiper-container .swiper-slide .title_con .subtitle {
      font-size: 48px;
      color: #fff;
      margin-bottom: 32px
  }

  #content .banner .swiper-container .swiper-slide .title_con .uploadBtn {
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 60px;
      padding: 3px 10px;
      position: absolute;
      bottom: 80px;
      left: calc(1%);
      letter-spacing: 2px
  }

  #content .banner .swiper-container .swiper-slide .index-uploadbtn {
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 60px;
      padding: 3px 6px;
      position: absolute;
      bottom: 38px;
      left: 28%
  }
}

@media (min-width:768px) and (max-width:768px) {
  #content .main_content .m_info_content .list li .item .item-info h2 {
      font-size: 20px
  }

  #content .main_content .m_info_content .list li .item .item-info .text {
      font-size: 18px;
      line-height: 28px;
      max-height: 90px !important
  }
}

@media (min-width:360px) and (max-width:360px) {
  #content .new_info_content .tab_con .tab_btn {
      margin-right: 10px !important
  }

  #content .banner .swiper-container .swiper-slide .index-uploadbtn {
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 60px;
      padding: 3px 6px;
      position: absolute;
      bottom: 52px;
      left: 25%;
      transform: scale(.8)
  }
}

@media (min-width:320px) and (max-width:320px) {
  #content .new_info_content .tab_con .tab_btn {
      margin-right: 22px !important
  }

  #content .tab_con .active a::after {
      top: 43px !important;
      left: 1px !important
  }

  #content .banner .swiper-container .swiper-slide .index-uploadbtn {
      font-size: 12px;
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 60px;
      padding: 3px 6px;
      position: absolute;
      bottom: 47px;
      left: 25%;
      transform: scale(.8)
  }
}
@media (min-width:320px) and (max-width:768px) {
  .download-l {
      display: none !important
  }

  #content .banner .swiper-container {
      height: 163px !important
  }
}
@media all and (max-width:768px) {
  #content .pro-yyyf_content .block_con {
      margin-top: 30px !important
  }

  #content .pro-yyyf_content .block_con .des {
      text-align: justify !important
  }

  #content .pro-yyyf_content .block_con .applications {
      display: block
  }

  #content .pro-yyyf_content .block_con .applications .applications_item {
      width: 100%;
      max-width: 100%;
      margin-top: 0px;
      cursor: default;
      transition: .5s;
      margin-bottom: 30px
  }

  #content .pro-yyyf_content .block_con .applications .applications_item .txtc {
      padding-bottom: 2px
  }

  #content .pro-yyyf_content .block_con .applications .applications_item:hover {
      background-color: #3D8DEE;
      margin-top: 0px;
      box-shadow: 0 3px 15px 2px rgba(37, 85, 243, 0.2)
  }

  #content .pro-yyyf_content .block_con .applications .applications_item:hover .txtc {
      padding-bottom: 2px
  }

  #content .pro-yyyf_content .block_con .applications .applications_item:hover .txtc .t1 {
      color: #fff
  }

  #content .pro-yyyf_content .block_con .applications .applications_item:hover .txtc .t2 {
      color: #fff
  }

  #content .pro-yyyf_content .block_con .applications .applications_item:hover .txtc .c {
      color: #fff
  }

  #content .pro-yyyf_content .block_con .applications .applications_item .txtc .t1 {
      font-size: 18px;
      display: none
  }

  #content .pro-yyyf_content .block_con .applications .applications_item .txtc .t2 {
      font-size: 18px;
      padding-top: 10px
  }

  #content .pro-yyyf_content .block_con .applications .applications_item .txtc .c {
      font-size: 16px;
      padding: 0 10px;
      color: #999;
      margin: 10px 0
  }

  #content .pro-yyyf_content .splitbg {
      margin: 30px 0 !important
  }

  #content .pro-yyyf_content .splitbg img {
      width: 100%
  }

  #content .pro-yyyf_content>.page_con .block_con .traits {
      display: block;
      margin-top: 30px
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item {
      min-width: 100%;
      display: block
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item p.img {
      margin-bottom: 0
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item p.img span {
      margin-top: 10px
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item div.txbox .des {
      font-size: 16px;
      line-height: 30px
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item div.txbox .title {
      text-align: center
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item:hover div.txbox .des {
      font-size: 16px
  }

  #content .pro-yyyf_content>.page_con .block_con .traits .traits_item:hover div.txbox .title {
      text-align: center
  }

  #content .pro-yyyf_content .block_scene {
      height: auto !important
  }

  #content .pro-yyyf_content .page_base_fun {
      display: none
  }

  #content .pro-yyyf_content .block_success .title {
      margin-top: 0 !important
  }

  #content .pro-yyyf_content .block_success .des {
      line-height: 30px
  }

  #content .pro-yyyf_content .block_success .cases_con .cases {
      display: block
  }

  #content .pro-yyyf_content .block_success .cases_con .cases .case_item {
      max-width: 100%;
      margin-bottom: 20px;
      margin-right: 0
  }

  #content .pro-yyyf_content .block_success .cases_con .cases .case_item .case_img {
      max-height: 100%
  }

  #content .pro-yyyf_content .block_success .cases_con .cases .case_item .cbtn {
      margin-top: 20px
  }

  #content .pro-yyyf_content .block_success .cases_con .cases .case_item .case_t {
      font-size: 18px
  }
  .sample-report {
    display: none !important;
  }
}
@media all and (max-width:768px) {
  #content .banner .swiper-container .swiper-slide-active a img {
      transform: scale(1)
  }
  #content .banner .swiper-container .upload-btn {
      margin-left: -50px;
      width: 100px;
      height: 23px;
      font-size: 12px;
      line-height: 24px
  }

  #content .new-pro-hysz_content .block_con {
      max-width: 100%
  }

  #content .new-pro-hysz_content .block_con .des {
      text-align: justify !important;
      line-height: 30px
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 {
      flex-wrap: wrap;
      flex-direction: column;
      height: auto !important
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-l,
  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r {
      width: 100% !important
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r {
      overflow: hidden;
      margin-top: 10px
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-l img,
  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r img {
      height: auto !important
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-l .t,
  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r .t {
      font-size: 16px;
      text-align: center;
      padding: 0;
      margin-bottom: 10px
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-l .c,
  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r .c {
      padding: 0 15px;
      text-align: justify;
      font-size: 14px;
      margin-top: 0px;
      margin-bottom: 10px
  }

  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-l .c::before,
  #content .new-pro-hysz_content .block_con .character_con .imgtx-box2 .box-r .c::before {
      top: 8px;
      left: 3px;
      width: 8px;
      height: 8px
  }

  #content .new-pro-hysz_content .block_con .character_con.block_server>div:nth-of-type(2) {
      flex-direction: column-reverse
  }

  #content .new-pro-hysz_content .block_con .character_con.block_server>div:nth-of-type(4) {
      flex-direction: column-reverse
  }

  #content .new-pro-hysz_content .block_con .character_con.block_server>div:nth-of-type(5) {
      flex-direction: column
  }

  #content .new-pro-hysz_content .block_con .character_con.block_server>div:nth-of-type(6) {
      flex-direction: column-reverse
  }

  #content .new-pro-hysz_content .block_con .iconbg3 {
      background-size: 50%
  }

  #content .new-pro-hysz_content .block_con .download .download_con {
      display: block
  }

  #content .new-pro-hysz_content .block_con .download .download_con .download-item {
      max-width: 100%;
      width: 100%;
      display: block
  }

  #content .new-pro-hysz_content .block_con .download .download_con .download-item .download-l {
      min-width: 100%;
      height: auto;
      margin-bottom: 20px
  }

  #content .new-pro-hysz_content .block_con .download .download_con .download-item .download-l .d-l-r {
      height: auto;
      flex: 1
  }

  #content .new-pro-hysz_content .splitbg {
      margin: 30px 0 !important
  }

  #content .new-pro-hysz_content .splitbg img {
    width: 100%;
    vertical-align: middle;
    height: 45px !important;
    margin-top: 0px !important;
  }
  #content .banner .swiper-container .swiper-slide .bannerImg {
    width: 100%;
    height: auto !important;
    transform: scale(2.4) !important;
}
#content .banner .swiper-container .swiper-slide .btnOptions {
    position: absolute;
    width: 100%;
    bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .banner .swiper-container .swiper-slide .btnOptions .leftBtn {
    margin-right: 30px;
}
#content .banner .swiper-container .swiper-slide .btnOptions .btnItem {
    width: 70px;
    height: 30px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #2A82E4;
}
  #content .new-pro-hysz_content>.page_con .block_con .traits {
      display: block;
      margin-top: 30px
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item {
      min-width: 100%;
      display: block
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item p.img {
      margin-bottom: 0
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item p.img span {
      margin-top: 10px
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item div.txbox .des {
      font-size: 16px;
      line-height: 30px
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item div.txbox .title {
      text-align: center
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item:hover div.txbox .des {
      font-size: 16px
  }

  #content .new-pro-hysz_content>.page_con .block_con .traits .traits_item:hover div.txbox .title {
      text-align: center
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con {
      padding: 20px
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con {
      width: 100%;
      padding: 0 36px
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con .swiper-button {
      width: 30px;
      height: 30px;
      line-height: 30px
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con .swiper-button-prev {
      left: 0 !important
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con .swiper-button-prev i.icon {
      background: none
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con .swiper-button-next {
      right: 0 !important
  }

  #content .new-pro-hysz_content .page_con.page_base .block_con .fun_con .swiper-button-next i.icon {
      background: none
  }
}