@charset "utf-8";
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  list-style-type: none;
}
html, body {
  *position: static;
  min-width: 1240px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input, textarea, button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
body, th, td, button, input, select, textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 14px;
  color: #333;
  /*  -webkit-font-smoothing: antialiased;*/
  /*  -moz-osx-font-smoothing: grayscale;*/
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
a, area {
  outline: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: 0;
}
sub, sup {
  vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}
img {
  border: 0;
  display: block;
}
a img, img {
  -ms-interpolation-mode: bicubic;
}
/* 字体图标 */
@font-face {
  font-family: "iconfont";
  /* Project id 4516089 */
  src: url('//at.alicdn.com/t/c/font_4516089_lb9j2gxq3a.woff2?t=1713831249441') format('woff2'), url('//at.alicdn.com/t/c/font_4516089_lb9j2gxq3a.woff?t=1713831249441') format('woff'), url('//at.alicdn.com/t/c/font_4516089_lb9j2gxq3a.ttf?t=1713831249441') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chakan:before {
  content: "\e61a";
}
.icon-wendang:before {
  content: "\e99e";
}
.icon-shouye:before {
  content: "\e60f";
}
.icon-dingbu:before {
  content: "\e726";
}
.icon-mail:before {
  content: "\e99f";
}
.icon-dianhua:before {
  content: "\e820";
}
.icon-suyuan:before {
  content: "\e997";
}
.icon-yinhang:before {
  content: "\e99d";
}
.icon-faxian:before {
  content: "\e81f";
}
.icon-binglike:before {
  content: "\e81e";
}
.icon-shenfenshibierenzheng:before {
  content: "\e99c";
}
.icon-erewan:before {
  content: "\e81d";
}
.icon-linghuokuozhan:before {
  content: "\e993";
}
.icon-kaifang:before {
  content: "\e992";
}
.icon-jiekoupeizhi:before {
  content: "\e990";
}
.icon-wendingkekao:before {
  content: "\e998";
}
.icon-xingnengjisuan:before {
  content: "\e99a";
}
.icon-wuliu:before {
  content: "\e999";
}
.icon-kuaisugaoxiao:before {
  content: "\e991";
}
.icon-quanqiukuajing:before {
  content: "\e996";
}
.icon-xingji:before {
  content: "\e818";
}
.icon-piaoju:before {
  content: "\e995";
}
.icon-lvtong:before {
  content: "\e80f";
}
.icon-renzheng:before {
  content: "\e811";
}
.icon-yaoxiang:before {
  content: "\e812";
}
.icon-meirong:before {
  content: "\e810";
}
.icon-jianzhong:before {
  content: "\e813";
}
.icon-diqiu:before {
  content: "\e814";
}
.icon-jiancha:before {
  content: "\e815";
}
.icon-linggan:before {
  content: "\e816";
}
.icon-kefu:before {
  content: "\e817";
}
.icon-yichuan:before {
  content: "\e819";
}
.icon-jiaquan:before {
  content: "\e81a";
}
.icon-wujisu:before {
  content: "\e81b";
}
.icon-zhongjinshu:before {
  content: "\e81c";
}
.icon-hetong:before {
  content: "\e98f";
}
.icon-pingtai:before {
  content: "\e994";
}
.icon-zhenshikexin:before {
  content: "\e99b";
}
/* 字体图标 */
/* page-w */
.page-w {
  width: 1200px;
  margin: 0px auto;
}
/**/
.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: height .3s, background-color .3s, box-shadow .3s;
  z-index: 2001;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
.head-wrap {
  padding: 20px 60px;
}
.head-plane {
  display: flex;
  align-items: center;
}
.menu {
  flex: 1;
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu ul li {
  margin-right: 6px;
}
.menu ul li a {
  font-size: 16px;
  padding: 10px 20px;
  transition: .4s all ease;
}
.menu ul li a:hover {
  color: #094EA2;
}
.logo img {
  display: block;
  height: 46px;
  width: auto;
}
.cnas-tel {
  display: flex;
  align-items: center;
}
.cnas {
  margin-right: 20px;
}
.cnas img {
  display: block;
  height: 40px;
  width: auto;
}
.phone {
  line-height: 1.1;
  font-size: 14px;
}
.phone b {
  font-size: 24px;
  font-weight: bold;
  color: #094EA2;
}
/*轮播图*/
/**/
.visual-slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.visual-item {
  overflow: hidden;
}
/**/
.visual-txt {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-direction: column;
}
.visual-txt .copy-tit-1 {
  font-size: 46px;
}
.visual-txt .copy-tit-2 {
  font-size: 46px;
}
.visual-txt h2, .visual-txt p {
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
}
.visual-txt .copy-tit-1 {
  transition: all ease 0.5s 0.6s;
}
.visual-txt .copy-tit-2 {
  transition: all ease 0.5s 1s;
}
.visual-txt .copy-tit-3 {
  transition: all ease 0.5s 1.4s;
}
.swiper-slide-active .visual-txt h2, .swiper-slide-active .visual-txt p {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
/*more-link*/
.more-link {
  border: #ffffff solid 1px;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.more-link i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
.more-link:hover {
  color: #FFFFFF;
}
.more-link:hover i {
  transform: rotate(-180deg);
}
/**/
.visual-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.2);
  margin: 0 !important;
  transition: transform 4s linear;
  transition-delay: 1s;
}
.swiper-slide-active .visual-img {
  transform: scale(1);
}
.visual-img video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.visual-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.main-visual .visual_next {
  right: 30px;
}
.main-visual .visual_prev {
  left: 30px;
}
.main-visual .visual_pagination {
  bottom: 20px !important;
}
.main-visual .visual_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: #ffffff solid 2px;
  opacity: 1;
  background-color: transparent;
}
.main-visual .visual_pagination .swiper-pagination-bullet-active {
  background-color: #ffffff
}
.main-visual .swiper-button-next, .main-visual .swiper-button-prev {
  color: #fff;
}
/* 轮播图 */
/* 四点 */
.sidian-list {
  display: flex;
  justify-content: space-around;
  padding: 20px 40px;
}
.sidian-item {
  flex: 1;
  border: #EAEAEA solid 1px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin: 0px 20px;
}
.sidian-item p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.sidian-item .iconfont {
  font-size: 80px;
  color: #6FB0FF;
}
/* 四点 */
/* 栏目板块 */
.col-plane {
  margin-bottom: 30px;
}
.col-title {
  text-align: center;
  padding: 20px 0px;
}
.col-title h2 {
  color: #094EA2;
  font-size: 30px;
  font-weight: bold;
}
.col-title p {
  color: #CCCCCC;
  font-size: 30px;
  text-transform: uppercase;
}
/* 栏目板块 */
/* 检测领域 */
.jcly-box {
  display: flex;
}
.jcly-menu {
  width: 266px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #094EA2, #639DE3);
}
.jcly-menu ul {
  padding: 27px 0px 0px 0px;
}
.jcly-menu li {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: rgb(255 255 255 / 10%) solid 1px;
}
.jcly-menu li.active {
  background-color: rgb(0 0 0 / 20%);
}
.jcly-menu .iconfont {
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
}
.jcly-con {
  flex: 1;
  margin-left: 10px;
}
.jcly-list {
  display: grid;
  grid-template-columns: repeat(3, 32.5333%);
  grid-gap: 10px;
}
.jcly-con .jcly-list {
  display: none;
}
.jcly-con .active {
  display: grid;
}
.jcly-item {
  position: relative;
}
.jcly-item .jcly-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.jcly-item .jcly-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0;
}
.jcly-item .jcly-info::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 0px 0px 5px 5px;
}
.jcly-item .jcly-info h2 {
  position: relative;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
/* 检测领域 */
/* 业务范围 */
.ywfw-box {
  display: flex;
}
.ywfw-menu {
  width: 266px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #094EA2, #639DE3);
}
.ywfw-menu ul {
  padding: 20px 0px 0px 0px;
}
.ywfw-menu li {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: rgb(255 255 255 / 10%) solid 1px;
}
.ywfw-menu li.active {
  background-color: rgb(0 0 0 / 20%);
}
.ywfw-menu .iconfont {
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
}
.ywfw-con {
  border-radius: 5px;
  flex: 1;
  margin-left: 10px;
  background-image: url('img/ywfw001.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.ywfw-list {
  padding: 30px 30px 0px 30px;
  display: none;
}
.ywfw-con .active {
  display: block;
}
.ywfw-item {
  margin-bottom: 30px;
}
.ywfw-item h2 {
  font-size: 16px;
  font-weight: bold;
}
.ywfw-item .ywfw-info {
  display: flex;
}
.ywfw-item .wuzi {
  display: none;
}
.ywfw-item .ywfw-info p {
  font-size: 16px;
  padding: 10px 0px 0px 0px;
  margin-right: 15px;
}
/* 业务范围 */
/* 咨询客服通栏 */
.zxkftl-box {
  text-align: center;
}
.zxkftl-box a {
  display: flex;
  align-items: center;
  border: #094EA2 solid 2px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #094EA2;
  margin: 0px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: .4s all ease;
}
.zxkftl-box a:hover {
  color: #FFFFFF;
  background-color: #094EA2;
}
.zxkftl-box .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
/* 咨询客服通栏 */
/* 合作伙伴 */
.hzhb-plane {
  background-image: url(img/hzhb001.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px 30px 0px;
}
.hzhb-plane .col-title h2 {
  color: #ffffff;
}
.hzhb-list {
  display: grid;
  grid-template-columns: repeat(7, 13.58%);
  grid-gap: 10px;
}
.hzhb-list .hzhb-item img {
  width: 100%;
  height: auto;
}
/* 合作伙伴 */
/* 荣誉资质 */
.ryzz-list {}
.ryzz-item {
  margin: 0px 20px;
}
.ryzz-item img {
  width: 100%;
  height: auto;
}
.ryzz-box {
  position: relative;
}
.ryzz-box .swiper-pointer-events {
  overflow: hidden;
}
.ryzz-box .swiper-button-next {
  right: -30px;
}
.ryzz-box .swiper-button-prev {
  left: -30px;
}
.ryzz-box .swiper-button-next, .ryzz-box .swiper-button-prev {
  color: #CDCDCD;
}
/* 荣誉资质 */
/*关于我们*/
.gywm-plane {
  margin: 0 auto;
  background-image: url("img/mian_about.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.gywm-wrap {
  height: 410px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gywm-wrap .gywm-info {
  align-self: center;
  width: 50%;
  color: #ffffff;
}
.gywm-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 23px;
}
.gywm-info p {
  font-size: 16px;
  line-height: 1.9
}
.gywm-info .gywm-more {
  margin-top: 30px;
  border: #EAEAEA solid 1px;
  padding: 3px 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.gywm-info .gywm-more i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
.gywm-info a:hover .gywm-more i {
  transform: rotate(-180deg);
}
/**/
.gywm-nav {
  display: flex;
  width: 40%;
  transform: translateY(50px);
}
.gywm-nav-item {
  width: 33.3333333333%;
  max-width: 240px;
}
.gywm-nav-item:nth-child(1) {
  background-color: #094EA2;
}
.gywm-nav-item:nth-child(2) {
  background-color: #F2F3F4;
}
.gywm-nav-item:nth-child(3) {
  background-color: #E60013;
}
.gywm-nav-con {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  color: #ffffff;
}
.gywm-nav-item:nth-child(2) .gywm-nav-con {
  color: #000000;
}
.gywm-nav-con p {
  opacity: 0.5;
}
.gywm-nav-icon {
  margin-bottom: 15px;
}
.gywm-nav-icon .iconfont {
  font-size: 26px;
}
.gywm-nav-item:nth-child(1) .iconfont {
  color: #A7D8FF
}
.gywm-nav-item:nth-child(2) .iconfont {
  color: #CCCCCC
}
.gywm-nav-item:nth-child(3) .iconfont {
  color: #FFA3AB
}
.gywm-nav-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gywm-nav-item .gywm-nav-more {
  border: #EAEAEA solid 1px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gywm-nav-item .gywm-nav-more i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
.gywm-nav-item:nth-child(2) .gywm-nav-more {
  border: #3E3E3E solid 1px;
}
.gywm-nav-item:nth-child(2) .gywm-nav-more i {
  background-image: url("img/more-g.png");
}
.gywm-nav-item a:hover .gywm-nav-more i {
  transform: rotate(-180deg);
}
/*关于我们*/
/* 在线留言 */
.form-box {
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
  border-radius: 10px 0px 0px 10px;
  background-color: #ffffff;
}
.form-box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.form-box form {
  width: 400px;
  margin: 0px auto;
}
.form-item {
  display: flex;
  align-items: center;
  line-height: 14px;
  margin-bottom: 15px;
  position: relative;
}
.form-item label.normal {
  width: 100px;
  text-align: right;
  display: inline-block;
  margin-right: 11px;
  color: #151515;
}
.form-item label.normal i {
  color: #c40;
  margin-right: 6px;
  vertical-align: middle;
}
.form-item input {
  width: 278px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
  box-shadow: none;
  color: #333;
}
.form-item-submit {
  padding-top: 20px;
}
.form-item-submit input {
  width: 289px;
  margin: 0px auto;
  border: 1px solid #094EA2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: none;
  background: #094EA2;
  color: #FFFFFF;
  text-align: center;
}
/* 在线留言 */
/*底部导航*/
.footer {
  background-color: #EAEAEA;
}
/* footer-inner */
.footer-inner {
  padding: 30px 0;
  display: flex;
  color: #000000;
}
.fot-logo {
  margin-bottom: 20px;
}
.fot-logo img {
  display: block;
  width: auto;
  height: 55px;
}
.fot-gzh {
  text-align: center;
  line-height: 3;
}
.fot-gzh img {
  display: block;
  width: 85px;
  height: 85px;
}
/* fot-menu */
.fot-menu {
  display: flex;
  padding-top: 20px;
}
.fot-menu dl {
  margin-left: 40px;
  flex: 3;
}
.fot-menu dl:last-child {
  flex: 1;
}
.fot-menu dt {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.fot-menu dd {
  color: #3E3E3E;
  margin-bottom: 20px;
}
.fot-menu dd a {
  color: #3E3E3E;
  margin-bottom: 8px;
}
.fot-menu dd a:hover {
  color: #000000;
}
.fot-cel {
  display: flex;
}
.fot-cel-item {
  display: flex;
  flex-wrap: wrap;
}
.fot-cel-item p {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
/* fot-tel */
.tel-box {
  width: 430px;
}
.tel-box .tel-item {
  margin-bottom: 10px;
  font-size: 14px;
}
.tel-box .tel-item .iconfont {
  margin-right: 10px;
}
.fot-gzh {
  display: flex;
  padding: 20px 0px;
}
.fot-gzh .gzh-item {
  margin-right: 30px;
}
/*fot-gzh*/
/*底部导航*/
/*底部版权*/
.copy {
  background-color: #212121;
  color: #B2B2B2;
  padding: 20px 0px;
}
.copy-link {
  padding-bottom: 10px;
}
.copy-link i {
  font-style: normal;
  margin: 0px 10px;
}
.copy a {
  color: #B2B2B2;
}
.copy a:hover {
  color: #E5E5E5;
}
/*底部版权*/
/*返回顶部*/
#side-quick {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -213px;
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
  width: 75px;
  border-radius: 10px 0px 0px 10px;
  padding: 20px 0px;
  background-color: #ffffff;
}
.quick-box li {
  position: relative;
}
.quick-box li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  color: #222222;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
}
.quick-box li .iconfont {
  display: block;
  margin: 0px auto;
  font-size: 30px;
  font-weight: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(180deg, #FFFFFF, #FFECEA);
  color: #FC594B;
  border-radius: 20px;
}
.quick-box li:nth-child(2) .iconfont {
  background-image: linear-gradient(180deg, #FFFFFF, #E8F7E4);
  color: #1FC962;
}
.quick-box li:nth-child(3) .iconfont {
  background-image: linear-gradient(180deg, #FFFFFF, #DCEFF7);
  color: #FCA328;
}
.quick-box li p {
  margin-top: 5px;
}
.quick-box .quick-sub {
  position: absolute;
  width: max-content;
  top: 10px;
  right: 75px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
  z-index: 99;
  display: none;
}
.quick-box li:hover .quick-sub {
  display: block;
}
#side-quick .up-btn {
  display: block;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  font-weight: bold;
}
.up-btn .iconfont {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #F8F8F8;
  border-radius: 30px;
  display: block;
  margin: 0px auto;
}
.up-btn p {
  margin-top: 3px;
}
/*返回顶部*/
/* 子页面图 */
/**/
.sub-visual {
  width: 100%;
  height: 300px;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.sub-visual-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-visual-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
}
.sub-visual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  width: 100%;
}
.sub-visual-txt h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.sub-visual-txt .pcbr {
  display: inline-block;
  margin: 0px 5px;
}
/* 子页面图 */
/*当前位置*/
.current-plane {
  border-bottom: #E7E7E7 solid 1px;
}
.current-plane .page-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.current-plane .current-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
  background-image: url("img/dang001@2x.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #868686;
}
.current-txt .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.current-txt a {
  color: #868686;
}
.current-txt a:hover {
  color: #E60013;
}
/*当前位置*/
/*页面子导航*/
.subnav-box ul {
  display: flex;
  align-items: center;
  border-left: #EBEBEB solid 1px;
}
.subnav-box li {
  padding: 10px 15px;
  border-right: #EBEBEB solid 1px;
}
.subnav-box li a {
  display: block;
  padding: 5px;
  color: #333333;
  font-weight: bold;
}
.subnav-box li a:hover {
  color: #094EA2;
}
.subnav-box li.hover {
  background-color: #094EA2;
}
.subnav-box li.hover a {
  color: #FFFFFF;
}
/*页面子导航*/
/* 公司介绍 */
.about-plane {
  background-color: #F5F5F5;
  background-image: url("img/gsjj-001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0px;
}
.about-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-txt {
  flex: 1;
  margin-right: 50px;
}
.about-txt h3 {
  font-size: 34px;
}
.about-txt cite {
  color: #898989;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
.about-txt p {
  font-size: 14px;
  line-height: 2;
}
/* about-img */
.about-img {
  width: 350px;
}
.about-img img {
  width: 100%;
}
/*about-but*/
.about-but {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 0px 40px;
  padding-right: 100px;
}
.about-but-item {
  text-align: center;
}
.about-but-item .iconfont {
  font-size: 50px;
  color: #0080C8;
}
/* 公司介绍 */
/* 服务优势 */
.fwys-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}
/* 服务优势 */
/* 联系我们 */
.lxwm-page-head {
  font-size: 32px;
  padding: 20px 0px;
}
.lxwm-page-head h3 {
  font-weight: bold;
}
.lxwm-page-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  ;
}
.g_m_btn {
  position: relative;
  display: block;
  width: 200px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 46px;
  height: 46px;
}
.g_m_btn span {
  border-radius: 24px;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to right, #f9c40c, #e17626);
  display: block;
  width: 100%;
  height: 100%;
  transition: .4s all ease;
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}
.g_m_btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to right, #303360, #243e91, #43c5ec);
  transform: scale(.99);
  transition: .4s all ease;
}
.g_m_btn:hover:before {
  transform: translate(3px, 3px) scale(1);
}
.g_m_btn:hover span {
  transform: translate(-3px, -3px);
}
/*  */
.lxwm-page-item {
  margin-top: 60px;
  width: 33.33%;
  color: #094EA2;
}
.lxwm-page-item p {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #30335f;
}
.lxwm-page-item .iconfont {
  font-size: 20px;
  margin-right: 6px;
  color: #e07405;
}
.lxwm-page-item b {
  font-size: 30px;
}
.lxwm-page-list .lxwm-page-item:nth-child(3) b {
  font-size: 20px;
}
/* 联系我们 */
/* 地图 */
.map-box {
  height: 400px;
}
/* 地图 */
/* 检测案例 */
.cgal-list .cgal-item {
  background-color: #f4f4f4;
  border-radius: 20px;
  margin-bottom: 40px;
  transition: .4s all ease;
}
.cgal-list .cgal-item:hover {
  background-image: linear-gradient(#639DE3, #094EA2);
}
.cgal-list .cgal-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cgal-list .cgal-item .cgal-info {
  flex: 1;
}
.cgal-list .cgal-img img {
  border-radius: 20px;
}
.cgal-list .cgal-info {
  padding: 30px;
}
.cgal-list .cgal-info .iconfont {
  color: #9f9f9f;
  font-size: 30px;
}
.cgal-list .cgal-item:hover .iconfont {
  color: #ffffff;
}
.cgal-list .cgal-info h2 {
  color: #474747;
  font-size: 20px;
}
.cgal-list .cgal-item:hover .cgal-info h2 {
  color: #ffffff;
}
.cgal-list .cgal-but {
  margin-right: 50px;
}
.cgal-list .cgal-but .cgzl-ck {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  width: 200px;
  height: 56px;
  line-height: 56px;
  background-image: linear-gradient(to right, #f9c40c, #e17626);
  border-radius: 40px;
}
.cgal-list .cgal-but .cgzl-ck .iconfont {
  font-size: 24px;
}
/* 检测案例 */
/*翻页*/
.list-fanye {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0px;
  margin-top: 30px;
}
.list-fanye a[title="Total record"] {
  display: none;
}
.list-fanye a, .list-fanye b {
  border: 1px solid #d5d5d5;
  min-width: 40px;
  padding: 0px 10px;
  height: 40px;
  border-radius: 40px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: #0a0a0a;
  font-size: 14px;
  transition: 0;
  box-sizing: border-box;
}
.list-fanye b, .list-fanye a:hover {
  border: 1px solid #094EA2;
  background: #094EA2;
  color: #fff;
}
/*翻页*/
/*检测案例详情页*/
.main-sidebar {
  display: flex
}
.main-sidebar .main-box {
  flex: 1;
}
.main-sidebar .sidebar-box {
  margin-left: 30px;
}
/*检测案例详情页*/
/*侧边栏*/
.sidebar-list {
  width: 315px;
}
.sidebar-item {
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
  margin: 20px 0px 20px 0px;
  padding: 20px;
}
.sidebar-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: #DCDEE0 solid 1px;
  color: #525252;
}
.sidebar-title span {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
.sidebar-con li {
  padding: 5px 0px;
}
.sidebar-con li a {
  color: #525252;
}
/*侧边栏*/
/* 检测案例侧边 */
.cgal-list-sidebar .cgal-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.cgal-list-sidebar .cgal-item {
  background-color: #f4f4f4;
  border-radius: 20px;
  margin-bottom: 40px;
  transition: .4s all ease;
}
.cgal-list-sidebar .cgal-item:hover {
  background-image: linear-gradient(#639DE3, #094EA2);
}
.cgal-list-sidebar .cgal-info {
  padding: 20px;
}
.cgal-list-sidebar .cgal-item:hover .cgal-info {
  color: #ffffff;
}
/* 检测案例侧边 */
/*正文*/
.detail-title {
  padding: 30px 0px 30px 0px;
  border-bottom: #ccc dashed 1px;
  text-align: center;
}
.detail-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4c4c4c;
}
.detail-title p {
  font-size: 14px;
  color: #999;
}
.detail-title p span {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.shang-xia {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.shang-xia p {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #eeeffa;
  color: #474747;
  font-size: 18px;
  transition: .4s all ease;
  box-sizing: border-box;
  border-radius: 8px;
}
.shang-xia p {
  color: #8f8f8f;
}
.shang-xia p:last-child {
  justify-content: end;
}
.shang-xia p a:hover {
  color: #1380C8;
}
/*.detail-edit*/
.detail-edit {
  padding: 20px 0px;
  font-size: 16px;
}
.detail-edit p {
  line-height: 2em;
  margin-bottom: 1em;
}
.detail-edit img {
  max-width: 100%;
  display: inline-block;
  margin: 0px auto;
}
.detail-edit iframe {
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
  height: 500px;
  display: block;
}
.detail-edit table {
  max-width: 100%;
  float: none;
}
.detail-edit table {
  font-size: 14px;
}
.detail-edit table tr {
  border-top: #A7A7A7 solid 1px;
  border-right: #A7A7A7 solid 1px;
}
.detail-edit table td {
  padding: 5px;
  border-bottom: #A7A7A7 solid 1px;
  border-left: #A7A7A7 solid 1px;
}
.detail-edit ol {
  padding: 20px;
}
.detail-edit li {
  list-style: decimal;
  margin-bottom: 15px;
}
/*正文*/
/*宽屏*/
@media (min-width: 1441px) {
  .menu ul li a {
    font-size: 18px;
  }
  .visual-txt .copy-tit-1 {
    font-size: 76px;
    margin-top: 20px;
  }
  .visual-txt .copy-tit-2 {
    font-size: 76px;
  }
}
/*宽屏*/
/* 手机端 */
.btn-mobile {
  display: none;
}
/*移动端菜单*/
.btn-mobile {
  display: none;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  padding-right: 10px;
  overflow: hidden;
  color: transparent;
  text-indent: -99px;
  border: 0;
  background-color: transparent;
}
.header-lines {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background-color: #0080C8;
  transform: translate(-50%, -50%);
  transition: visibility .3s, opacity .3s, background-color .3s
}
.header-lines::before, .header-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0080C8;
  transition: background-color .3s, transform .3s
}
.header-lines::before {
  top: -9px
}
.header-lines::after {
  bottom: -9px
}
.btn-mobile.close .header-lines {
  background-color: transparent !important
}
.btn-mobile.close .header-lines:before, .btn-mobile.close .header-lines:after {
  top: 100%;
  bottom: auto;
}
.btn-mobile.close .header-lines:before {
  transform: rotate(45deg);
}
.btn-mobile.close .header-lines:after {
  transform: rotate(-45deg);
}
/* 菜单导航 */
.body-mobile {
  overflow: hidden;
}
.header.mobile-open {
  background-color: #fff;
  box-shadow: none;
}
.header.mobile-open .logo-g {
  display: none;
}
.header.mobile-open .logo-fot {
  display: block;
}
.mobile-menu {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  background-color: #fff;
  transition: visibility .3s, opacity .3s, transform .3s;
  z-index: 2000
}
.mobile-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0)
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px)
}
.mobile-menu-content {
  height: calc(100% - 100px);
  padding-bottom: 40px;
  margin-top: 30px
}
.mobile-nav {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}
.mobile-nav .main-nav-item {
  position: relative
}
.main-nav-child {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 10px;
}
.main-nav-child .main-nav-text {
  flex: 1;
  font-size: 20px;
}
.main-nav-child .main-nav-child-button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -99px;
  background-image: url("img/open.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  z-index: 50
}
.mobile-nav .main-nav-item.open .main-nav-child-button {
  transform: rotate(180deg)
}
.mobile-nav .main-nav-item .main-nav-sub {
  display: none;
  position: relative;
  padding: 10px 10px;
  margin-top: -1px;
  background-color: #f8f8f8;
  z-index: 50;
}
.mobile-nav .main-nav-item.open .main-nav-sub {
  display: flex;
  flex-wrap: wrap;
}
.mobile-nav .main-nav-sub .main-nav-item {
  padding: 10px 5px;
  width: 47%;
}
.mobile-nav .main-nav-sub .main-nav-item:last-child {
  padding-bottom: 0
}
.mobile-nav .main-nav-sub .main-nav-text {
  font-size: 18px;
  color: #555
}
/*移动端菜单*/
/*自适应*/
@media (max-width: 768px) {
  html, body {
    width: auto;
    min-width: inherit;
  }
  .page-w {
    margin: 0px auto;
    padding: 0px 5px;
    width: auto;
  }
  .head-wrap {
    padding: 8px 5px;
  }
  .menu, .cnas-tel {
    display: none;
  }
  .btn-mobile {
    display: block;
  }
  .head-plane {
    justify-content: space-between;
  }
  .logo img {
    height: 40px;
  }
  /*  */
  .fot-menu {
    display: none;
  }
  /*  */
  #side-quick {
    left: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 1999;
    padding: 0px;
    border-radius: 10px 10px 0px 0px;
  }
  #side-quick .up-btn {
    display: none;
  }
  #side-quick .quick-box {
    display: flex;
    flex: 1;
  }
  #side-quick .quick-box li {
    flex: 1;
  }
  .visual-slide {
    height: 45vh;
  }
  .visual-txt .copy-tit-1 {
    font-size: 24px;
  }
  .visual-txt .copy-tit-2 {
    font-size: 24px;
  }
  .more-link {
    margin-top: 10px;
  }
  .main-visual .visual_next, .main-visual .visual_prev {
    display: none;
  }
  /*  */
  .sidian-list {
    padding: 0px 0px;
  }
  .sidian-list {
    flex-wrap: wrap;
  }
  .sidian-list .sidian-item {
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 10px;
    flex: 0 0 44%;
  }
  .sidian-item .iconfont {
    font-size: 65px;
  }
  /*  */
  .jcly-con {
    display: none;
  }
  .jcly-menu {
    width: 100%;
  }
  .jcly-menu li.active {
    background-color: initial;
  }
  .jcly-box {
    display: block;
  }
  .jcly-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .jcly-menu ul li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    border-right: rgb(255 255 255 / 10%) solid 1px;
    box-sizing: border-box;
  }
  .jcly-menu ul li:nth-child(3n) {
    border-right: none;
  }
  .jcly-menu .iconfont {
    margin-right: 0px;
    font-size: 40px;
    margin-bottom: 2px;
  }
  /*  */
  .ywfw-con {
    display: none;
  }
  .ywfw-menu {
    width: 100%;
  }
  .ywfw-menu li.active {
    background-color: initial;
  }
  .ywfw-box {
    display: block;
  }
  .ywfw-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ywfw-menu ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    border-right: rgb(255 255 255 / 10%) solid 1px;
    box-sizing: border-box;
  }
  .ywfw-menu ul li:nth-child(2n) {
    border-right: none;
  }
  .ywfw-menu .iconfont {
    margin-right: 0px;
    font-size: 40px;
    margin-bottom: 2px;
  }
  /*  */
  .hzhb-list {
    grid-template-columns: repeat(3, 31.48%);
  }
  .hzhb-plane {
    padding: 20px 0px 10px 0px;
  }
  /*  */
  .ryzz-box .swiper {
    overflow: hidden;
  }
  .ryzz-box .swiper-button-next, .ryzz-box .swiper-rtl .swiper-button-prev {
    display: none;
  }
  /*  */
  /*  */
  .gywm-wrap {
    flex-direction: column;
    height: auto;
  }
  .gywm-wrap .gywm-info {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .gywm-wrap .gywm-info h2 {
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 5px;
  }
  .gywm-wrap .gywm-info a {
    display: none;
  }
  .gywm-nav {
    width: 100%;
    transform: none;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .gywm-nav-item {
    width: 100%;
    max-width: none;
  }
  .gywm-nav-con {
    display: flex;
    padding: 30px;
    flex-direction: row;
    align-items: center;
  }
  .gywm-nav-icon {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .gywm-nav-tit {
    flex: 1;
    justify-content: flex-end;
  }
  .gywm-nav-tit h5 {
    margin-right: 20px;
  }
  .gywm-plane {
    margin-bottom: 0px;
  }
  /*  */
  .form-box {
    padding: 30px 10px 10px 10px;
  }
  .form-box form {
    width: initial;
  }
  /*  */
  .footer-inner {
    padding: 10px 0px;
  }
  .fot-logo {
    display: none;
  }
  .fot-gzh {
    justify-content: center;
    padding: 10px 0px;
  }
  .fot-gzh .gzh-item {
    margin-right: 0px;
  }
  .copy {
    margin-bottom: 90px;
  }
  /*  */
  .current-plane .current {
    display: none;
  }
  /*  */
  .about-body {
    flex-direction: column;
  }
  .about-txt cite {
    margin-bottom: 10px;
  }
  .about-txt h3 {
    font-size: 24px;
  }
  .about-txt {
    margin-right: 0px;
  }
  .about-but {
    padding: 5px 5px 5px 5px;
    padding-right: 0px;
  }
  .about-txt p {
    font-size: 12px;
  }
  .about-img {
    width: initial;
  }
  .sub-visual-txt .pcbr {
    display: block;
  }
  .sub-visual {
    height: 200px;
  }
  .sub-visual-txt {
    transform: translate(-50%, -20%);
  }
  .sub-visual-txt h2 {
    font-size: 26px;
  }
  /*  */
  .cgal-list .cgal-item {
    margin-bottom: 10px;
  }
  .cgal-list .cgal-item a {
    flex-direction: column;
  }
  .cgal-img {
    width: 100%;
  }
  .cgal-img img {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  .cgal-list .cgal-info {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .cgal-but {
    display: none;
  }
  .cgal-list .cgal-info h2 {
    font-size: 24px;
  }
  /*  */
  .sidebar-box {
    display: none;
  }
  .detail-title {
    padding: 10px 0px 10px 0px;
    border-bottom: #ccc dashed 1px;
    text-align: center;
  }
  .shang-xia {
    flex-direction: column;
  }
  .shang-xia p {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .shang-xia p:last-child {
    justify-content: initial;
  }
  /*  */
  .lxwm-page-head {
    font-size: 24px;
    padding: 10px 0px;
    text-align: center;
  }
  .lxwm-page-list {
    padding-bottom: 10px;
    flex-direction: column;
  }
  .lxwm-page-item {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .g_m_btn {
    margin: 0px auto;
  }
  .lxwm-page-item p {
    justify-content: center;
  }
  .lxwm-page-item b {
    font-size: 26px;
  }
  /*  */
  /*  */
  /*	*/
  /*  */
  /*  */
  /*  */
}
/* 手机端 */
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/