/*

* Prefixed by https://autoprefixer.github.io

* PostCSS: v8.3.6,

* Autoprefixer: v10.3.1

* Browsers: last 4 version

*/



@charset "utf-8";

/* usually */

html{ color: #333333;font-family:'宋体',Microsoft YaHei,Arial,sans-serif;font-size: 14px;}

body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,span{margin:0;padding:0;box-sizing: border-box;-webkit-font-smoothing:antialiased}

ul,ol,li{list-style:none;}

a{text-decoration: none;color: #333333}

.auto{margin-left:auto;margin-right:auto;}

.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}

.db{display:block;}.dn{display:none;}.dib{display: inline-block;}

.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}

.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}

.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}

.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}

.rel{position:relative;}.abs{position:absolute;}

.img-responsive{max-width: 100%; height: auto; display: block;}

.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}

.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}

img {border:none;display: inline-block;height: auto;max-width: 100%;}

/*margin*/

.m0{margin: 0px;}

.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}

.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}

.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}

.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}

.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}

.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mb37{margin-bottom: 37px;}

.mb60{margin-bottom: 60px;}

.pb40 {padding-bottom: 40px;}

.mr25 {margin-right: 25px;}

.ti2 {text-indent: 2em;}

/*padding*/

.p0{padding: 0px;}

.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}

.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}

.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}

.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}

.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}

.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}



.ml30 {margin-left: 30px;}

.mb40 {margin-bottom: 40px;}

input[type="text"],button,textarea,input[type="password"]{

  border: none;

  outline: none;

  background-color: transparent;

}

input[type="text"] {

  -webkit-appearance: none;

}



.pages {

  text-align: center;

  font-size:16px;

  padding: 40px 0;

}

.pages li {

  display: inline-block;

  color: #666;

  padding: 6px 10px 5px;

  background: #FFFFFF;

  margin-right: 0.5%;

  border: 1px solid #bfbfbf;

  border-radius: 4px;

}

.pages li.noborder {

  background-color: transparent;

  padding-left: 0;

  padding-right: 0;

  margin: 0;

}

.pages li .pages-input {

  width: 24px;

  height: 24px;

  border-radius: 4px;

  background-color: #fff;

  text-align: center;

  border: 1px solid rgba(187, 187, 187, 100);

  box-sizing: border-box;

  margin: 0 5px;

  -webkit-appearance: none;

  color: #000026;

  font-size: 14px;

}

.pages li.thisclass {

  background-color: #035cac;

  color: #fff;

  border-color: #035cac;

}

.pages li.thisclass a {

  color: #fff;

}

.pages li a {

  color: #000026;

}



/* ::-webkit-input-placeholder{}

:-moz-placeholder{}

::-moz-placeholder{}

:-ms-input-placeholder{}  */



.flex-row {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;

}

.flex-column {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.flex-wrap {

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.align-center {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.flex-reverse {

  flex-direction: row-reverse;

}

.align-start {

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

}

.align-end {

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

}

.space-between {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.space-around {

  -ms-flex-pack: distribute;

      justify-content: space-around;

}

.flex-end {

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}



.just-end {

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

.flex1 {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

}

.just-center {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.center-box{

  max-width: 1600px;

  margin-left: auto;

  margin-right: auto;

}



.no {

  -webkit-tap-highlight-color: rgba(0,0,0,0);

}

.abs-center {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%,-50%);

      -ms-transform: translate(-50%,-50%);

          transform: translate(-50%,-50%);

}

.theme {

  color: #00a0e9!important;

}

.menu {

  display: none;

  margin-left: 6px;

}

.menu i {

  display: block;

  width: 24px;

  height: 3px;

  background-color: #00a0e9;

  margin-top:5px;

  -webkit-transform-origin: left center;

      -ms-transform-origin: left center;

          transform-origin: left center;

  -webkit-transition:-webkit-transform 0.3s;

  transition:-webkit-transform 0.3s;

  -o-transition:transform 0.3s;

  transition:transform 0.3s;

  transition:transform 0.3s, -webkit-transform 0.3s;

}

.menu i:first-child {

  margin-top: 0;

}

.menu.rotate i:nth-of-type(1) {

  -webkit-transform: rotate(42deg);

      -ms-transform: rotate(42deg);

          transform: rotate(42deg);

}

.menu.rotate i:nth-of-type(2){

  opacity: 0;

}



.menu.rotate i:nth-of-type(3){

  -webkit-transform: rotate(-42deg);

      -ms-transform: rotate(-42deg);

          transform: rotate(-42deg);

}

.banner-i {display: block;width: 100%;}

.head {font-family: Microsoft YaHei,Arial,sans-serif;}

.head-bj {background: url(../img/top-bj.png) no-repeat center center;background-size: cover;padding: 12px 16px 12px 34px;}

.logo-tit {font-size: 60px;color: #0a0a0a;}

.tel {color: #000000;}

/* .code-box {transition: transform .3s ease-in;} */

.code-box.code-show {left: 0;top: 0;width: auto;right: unset;position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100%;}

.code-box.code-show .code-text {display: block;}

/* .code-box-inner {transition: all .3s ease-in;} */

.code-box.code-show .code-box-inner {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.tel>strong {color:#00a0e9;font-size: 18px;}

.login-btn {display: inline-block;width: 93px;height: 25px;line-height: 25px;background-color: #00a0e9;text-align: center;font-size: 16px;text-align: center;border-radius: 12px;color: #fff;}

.code-text {font-size: 16px;color: #000;text-align: center;}

.r-box {padding-left: 10px;}

.head-nav-box {background-color: #00a0e9;}

.head-nav-ul {border-bottom: 1px solid #fff;}

.head-nav-ul>li {padding: 12px 0;width: 14.28%;text-align: center;font-size: 24px;font-weight: 600;position: relative;}

.head-nav-ul>li.on {background-color: #58cbff;}

.head-nav-ul>li>a {color: #fff;}

.head-nav-ul>li:before {content: "";position: absolute;width: 1px;height: 65%;background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8),rgba(255,255,255,0));top: 50%;transform: translate(0,-50%);left: 0;}

.head-nav-ul>li:first-child:before {display: none;}

.swiper-banner-pagination .swiper-pagination-bullet{width: 20px;height: 20px;background-color: #fff;opacity: 1;}

.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #00a0e9;}



.normal-tit-group {border-bottom: 2px solid #00a0e9;}

.normal-tit {font-size: 20px;color: #fff;font-weight: 400;}

.normal-tit>span {display: inline-block;background-color: #00a0e9;width: 157px;height: 48px;line-height: 48px;text-align: center;position: relative;}

.normal-tit>span:before {content: "";position: absolute;display: block;width: 7px;height: 7px;right: 0;bottom: 0;transform: translate(100%,0);background-color: #00618d;}

.normal-tit>span:after {content: "";position: absolute;display: block;width: 0;height: 0;right: 0;bottom: 0;border-top: 7px solid #00618d;border-right: 11px solid transparent;border-left: 0;border-bottom: 0;transform: translate(calc(100% + 7px),0);}

.normal-pd {margin: 30px 0 15px;}

.normal-pd2 {margin-top: 36px;}

.serv-ul>li {font-family: '宋体';padding: 40px;width: 23.25%;margin-left: 2.33%;display: flex;flex-direction: column;box-shadow: 3px 3px 5px rgba(0,0,0,.44);}

.serv-ul>li:nth-of-type(4n+1) {margin-left: 0;}

.serv-ul>li:nth-of-type(1) {background: url(../img/m1.png) no-repeat center center;background-size: cover;}

.serv-ul>li:nth-of-type(2) {background: url(../img/m2.png) no-repeat center center;background-size: cover;}

.serv-ul>li:nth-of-type(3) {background: url(../img/m3.png) no-repeat center center;background-size: cover;}

.serv-ul>li:nth-of-type(4) {background: url(../img/m4.png) no-repeat center center;background-size: cover;}

.serv-links {font-size: 17px;display: block;color: #333;margin-top: 12px;}

.more {color: #666;font-size: 19px;white-space: nowrap;}

.serv-Tit {font-size: 38px;color: #333;padding-bottom: 20px;}

.serv-Tit>span {padding-bottom: 20px;border-bottom: 4px solid #00a0e9;}

.demand-ul {background-color: #e0eff6;padding: 15px 5px;}

.demand-ul>li {padding: 10px 20px;border-bottom: 1px dashed #bfbfbf;}

.demand-left,.demand-right {width: 48.93%;}

.dem-tit {max-width: calc(100% - 125px);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.guide-inner {background: #e0eff6;padding: 45px 20px;}

.guide-ul>li {width: 23.01%;background: linear-gradient(0deg,#00a0e9,#72d3ff);padding: 42px 0 42px;border-radius: 10px;text-align: center;color: #fff;font-size: 28px;margin-left: 2.64%;font-family: '宋体';}

.guide-ul>li:nth-of-type(4n+1) {margin-left: 0;}

/* .guide-icon {display: inline-block;width: 57px;height: 52px;vertical-align: middle;margin-right: 12px;position: relative;top: -1px;}

.guide-ul>li:nth-of-type(1) .guide-icon {background: url(../img/icon1.png) no-repeat center center;}

.guide-ul>li:nth-of-type(2) .guide-icon {background: url(../img/icon2.png) no-repeat center center;}

.guide-ul>li:nth-of-type(3) .guide-icon {background: url(../img/icon3.png) no-repeat center center;}

.guide-ul>li:nth-of-type(4) .guide-icon {background: url(../img/icon4.png) no-repeat center center;} */

.guide-img {margin-right: 12px;vertical-align: middle;position: relative;top: -1px;}

.iframe-map {width: 100%;height: 100%;}

.footer {padding-bottom: 5px;}

.footer-nav>li{display: inline-block;padding: 0 50px;font-size: 18px;color: #1a1a1a;}

.footer-nav>li>a {color:#1a1a1a ;}

.footer-nav>li+li {border-left: 1px solid #737373;}

.footer-info,.footer-info a {font-size: 18px;color: #5e5e5e;margin-bottom: 15px;}

.footer {border-top: 7px solid #00a0e9;}

.footer-top {padding: 35px 0;}

.contact {padding-bottom: 20px;}

.guide-ul>li>a {color: #fff;}

.cont-right {width: 61.28%;height: 200px;}

.cont-left {width: 38.72%;}

.cont-dl {font-size: 18px;}

.cont-dl + .cont-dl {margin-top: 15px;}

.platform {margin: 32px 0 60px;}

.platform-inner {padding: 77px 47px;}

.img-group {text-align: center;}

.img-group img + img{ margin-left: 5px;}

.plat-tit {text-align: center;font-size: 24px;font-family: arial, helvetica, sans-serif;}

.platform-desc {font-size: 20px;line-height: 1.8em}

.platform-desc>p {margin: 40px 0;text-indent: 2em;}

.search-box {width: 288px;height: 35px;line-height: 35px;border: 1px solid #d7d7d7;border-radius: 18px;padding: 0 15px;margin-right: 40px;}

.normal-place ::-webkit-input-placeholder{font-size: 18px;color: #999999;font-family: '宋体';}

.normal-place :-moz-placeholder{font-size: 18px;color: #999999;font-family: '宋体';}

.normal-place ::-moz-placeholder{font-size: 18px;color: #999999;font-family: '宋体';}

.normal-place :-ms-input-placeholder{font-size: 18px;color: #999999;font-family: '宋体';}

.search-val {font-size: 18px;color: #999999;font-family: '宋体';max-width: calc(100% - 16px)}

.busi-ul {padding: 28px 30px 33px;background-color: #fff;}

.busi-ul>li {width: 18.63%;margin-left: 1.70%;}

.busi-ul>li:nth-of-type(5n+1) {margin-left: 0;}

.busi-text {font-size: 18px;margin-top: 20px;}

.test-left {width: 295px;}

.test-right {width: 100%;max-width: calc(100% - 328px);}

.test-tit-group {background-color: #00a0e9;padding: 24px 15px;color: #fff;}

.test-ltit {font-size: 22px;}

.test-lten {font-size: 15px;text-transform: uppercase;}

.test-lul>li {padding: 24px 15px;font-size: 18px;color: #666;border-bottom: 1px solid #e7e7e7;position: relative;}

.test-lul>li .icon-arrow-right {position: absolute;top: 50%;transform: translate(0,-50%);right: 0;font-size: 18px;}

.test-lul>li.on {color: #0584c9;}

.test-lul>li.on>a {color: #0584c9;}

.test-lul {padding: 0 7px;}

.test-r-tit {padding-top: 40px;font-size: 24px;color: #00a0e9;position: relative;padding-bottom: 16px;border-bottom: 1px solid #e7e7e7;}

.test-r-tit>span {position: relative;padding-bottom: 16px;border-bottom: 2px solid #00a0e9;}

.test-r-tit>span:after {content: "";display: block;position: absolute;width: 0;height: 0;bottom: 0;left: 50%;transform: translate(-50%,100%);border-top: 5px solid #00a0e9;border-left: 6px solid transparent;border-right: 6px solid transparent;}

.test-rinner-pd {padding: 40px 30px 70px;}

.el-input-box {border: 1px solid #bfbfbf;height: 45px;line-height: 45px;padding: 0 15px;}

.el-cell-2 {width: 48.5%;}

.form-dl {font-size: 18px;}

.form-dl>dt>br {display: none;}

.form-dl>dt {color: #333;width: 118px;text-align: right;padding-right: 10px;}

.form-dl>dd {max-width: calc(100% - 118px);width: 100%;}

.el-form-row {margin-top: 20px;}

.send-code {font-size: 16px;color: #00a0e9;padding-left: 15px;position: relative;}

.send-code:before {content:"";position: absolute;height: 20px;width: 1px;background-color: #e3e7ed;left: 0;transform: translate(0,-50%);top: 50%;}

.el-input-val {width: 100%;font-size: 15px;color: #8f8f8f;}

.el-input-val1 {font-size: 18px;}

.normal-place2 ::-webkit-input-placeholder{font-size: 15px;color: #8f8f8f;font-family: '宋体';}

.normal-place2 :-moz-placeholder{font-size: 15px;color: #8f8f8f;font-family: '宋体';}

.normal-place2 ::-moz-placeholder{font-size: 15px;color: #8f8f8f;font-family: '宋体';}

.normal-place2 :-ms-input-placeholder{font-size: 15px;color: #8f8f8f;font-family: '宋体';}

.submit {display: block;width: 195px;height: 57px;line-height: 57px;background-color: #00a0e9;border-radius: 4px;text-align: center;font-size: 24px;color: #fff;margin: 60px auto;}

.menu,.mobile-img {

  display: none;

}

.hover-a a:hover{

  color: #035cac;

}

.block {display: block;width: 100%;}

.search-result {background-color: #e7f7ff;padding: 45px 40px;}

.sr-tit {font-size: 30px;color: #000;text-align: center;border-bottom: 3px solid #666666;padding-bottom: 20px;}

.result-dl>dt{width: 140px;text-align: right;}

.result-dl {margin-top: 20px;font-size: 18px;color: #000000;}

.avatar-box {width: 98px;height: 98px;border-radius: 50%;}

.result-cont {padding-top: 20px;}

.user-name {font-size: 18px;color: #000000;margin: 18px 0 12px;}

.user-phone {font-size: 18px;color: #666666;}

.user-left {width: 280px;}

.user-top {padding: 32px 0 16px;}

.user-right {width: 100%;max-width: calc(100% - 304px);}

.user-center-inner {margin: 40px 0 60px;}

.user-info-dl>dt {width: 100px;text-align: right;color: #000;}

.user-info-dl>dd {width: 100%;max-width: calc(100% - 100px);color: #666;padding-left: 30px;}

.user-bul .iconfont:before{font-size: 18px;}

.user-bul>li {padding: 20px 0;font-size: 18px;text-align: center;}

.user-bul>li.on {background-color: #2faaec;color: #fff;}

.user-bul>li.on>a {color: #fff;}

.user-r-top {padding: 38px 47px 63px;font-size: 18px;}

.user-r-avatar {width: 86px;height: 86px;border-radius: 50%;}

.ub-tit {font-size: 18px;color: #0081bc;}

.user-rb-tab>li {font-size: 18px;color: #333;padding: 0 38px;position: relative;text-align: center;}

.user-rb-tab>li:after {content:"";position: absolute;width: 2px;background-color: #f9f9f9;height: 80%;left: 0;top: 50%;transform: translate(0,-50%);}

.user-rb-tab {padding: 15px 0;border-bottom: 1px solid #f4f4f4;}

.user-rb-tab>li>span {display: block;padding: 16px 20px;}

.user-rb-tab>li.on>span {background-color: #2faaec;}

.user-rb-tab>li.on {color: #fff;}

.ub-tit {padding: 25px 0 12px;border-bottom: 2px solid #7d7d7d;}

.ub-tit>span {border-bottom: 4px solid #00a0e9;padding-bottom: 12px;}

.user-r-inner-pd {padding: 1px 47px;}

.pj-list>li {display: flex;}

.pj-left {width: 75px;text-align: center;}

.pj-img {width: 42px;height: 42px;}

.pj-name {font-size: 16px;color: #167dc0;margin-top: 6px;}

.pj-list>li {margin-top: 35px;}

.pj-mid {flex: 1;padding: 28px 20px;background-color: #f5f5f5;border-radius: 8px;}

.mid-tit {font-size: 18px;color: #000000;margin-right: 30px;}

.pj-m-info .iconfont:before{font-size: 18px;}

.mid-desc {font-size: 14px;color: #666;line-height: 1.7em;margin-top: 15px;}

.pj-info-right {font-size: 14px;color: #999;}

.pj-right {width: 60px;text-align: center;}

.star {color: #ffac2d;}

.pj-mid {position: relative;}

.pj-mid:before {content: "";position: absolute;width: 0;height: 0;border-right: 7px solid #f5f5f5;border-top: 7px solid transparent;border-bottom: 7px solid transparent;left: 0;top: 20px;transform: translate(-100%,0);}

.dislike {color: #2faaec;}



.remark {

  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background-color: rgba(0,0,0,.5);

  z-index: 999;

  font-family: Microsoft YaHei,Arial,sans-serif;;

  display: none;

}



.remark-inner {

  width: 1000px;

  padding: 45px 28px 60px;

  box-sizing: border-box;

  background-color: #fff;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

  border-radius: 10px;

}



.remark-inner .icon-guanbi, .marks-my-line .icon-guanbi {

  position: absolute;

  top: 16px;

  right: 16px;

}



.mark-tit {

  font-size: 36px;

  color: #000000;

  text-align: center;

  font-weight: 400;

}

.yz-cont-item {display: none;}

.yz-cont-item:first-child {display: block;}

.mark-info {

  font-size: 16px;

  color: #666666;

  margin: 25px 0;

}



.servie-star {

  padding: 20px;

  background-color: #f5f1e9;

}

.service-star-left {

  color: #11244d;

  font-size: 16px;

}

.service-star-right {

  color: #ababab;

}



.car-delay {

  color: #df8108;

}



.service-Ritem {

  font-size: 24px;

  margin-right: 30px;

}



.service-Ritem .iconfont {

  font-size: 32px;

}



.service-Ritem {

  font-size: 24px;

  margin-right: 30px;

}

.serve-atitude {

  padding: 20px;

  font-size: 16px;

}



.atitude-item {

  margin-right: 20px;

}



.text-area-box {

  height: 150px;

  padding: 15px;

  width: 100%;

  background-color: #ffffff;

  border: 1px solid #dcdcdc;

}





.text-area-value {

  width: 100%;

  height: 100%;

  resize: none;

  font-size: 16px;

  color: #aeaeae;

}



.submit-btn {

  width: 132px;

  height: 40px;

  line-height: 40px;

  background-color: #004795;

  color: #fff;

  font-size: 18px;

  text-align: center;

  margin-top: 15px;

}

.order-tab-ul {background-color: #e9f8ff;padding: 16px;}

.order-tab-ul>li>span {display: block;padding: 12px 28px;border: 1px solid #00a0e9;border-radius: 4px;background-color: #fff;color: #00a0e9;}

.order-tab-ul>li {padding-right: 20px;font-size: 18px;}

.order-tab-ul>li.on>span {background-color: #00a0e9;color: #fff;}



.orderlist-ul>li {padding: 42px 0 32px;border-bottom: 1px dashed #c0c0c0;display: flex;justify-content: space-between;font-size: 18px;}

.order-ltit {max-width: (100% - 108px);}

.webkit {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}

.line1 {-webkit-line-clamp: 1;}

.unfinished {color: #c27802;}

.confirm {color: #0734dc;}

.wait {color: #dec93d;}

.testing {color: #00a0e9;}

.finished {color: #1e9935;}

.return {padding: 25px 35px;background-color: #e9f8ff;font-size: 24px;}

.return>.iconfont:before {font-size: 24px;margin-right: 10px;}

.order-no {font-size: 18px;margin: 40px 0 15px;font-weight: 400;}

.order-dl {width: 50%;font-size: 20px;margin-top: 15px;}

.order-dl>dt {width: 250px;text-align: right;}

.order-dl>dd {max-width: calc(100% - 250px);}

.order-dl-100 {width: 100%;}

.order-oper {border-top: 7px solid #eeeeee;padding: 34px 0 64px;}

.oper-btn {display: inline-block;width: 180px;height: 50px;line-height: 50px;color: #00a0e9;border: 1px solid #00a0e9;border-radius: 4px;font-size: 20px;text-align: center;}

.oper-btn.on {background-color: #00a0e9;color: #fff;}

.oper-btn + .oper-btn {margin-left: 20px;}

.order-rep-dl {font-size: 18px;color: #000;margin-top: 15px;}

.order-rep-dl>dt {width: 130px;text-align: right;}

.order-rep-dl>dd {max-width: calc(100% - 130px);} 

.order-report {background-color: #e7f7ff;padding: 15px 60px 30px;margin-top: 40px;}

.project-ser-top {width: 295px;}

.project-ser {padding: 1px 40px;font-size: 18px;color: #333;line-height: 2.22em;}

.project-ser p {margin: 25px 0;}

.project-serv-ul>li {width: 24.06%;margin-left: 1.25%;margin-bottom: 30px;position: relative;}

.project-serv-ul>li:nth-of-type(4n+1) {margin-left: 0;}

.serv-posi {position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 34px 20px;}

.serv-ptit {font-size: 30px;color: #00618d;}

.serv-desc {max-width: 180px;font-size: 18px;margin-top: 20px;}

.ps-left,.ps-right {width: 49.37%;}

.normal-tit1 {font-size: 24px;}

.serv-contus {background-color: #e0eff6;padding: 30px 26px 12px;font-size: 18px;color: #666;}

.serv-p {color: #666;margin-bottom: 18px;}

.serv-contus>span{margin-bottom: 18px;display: block;width: 20%;}

.text-rang-tit {text-align: center;font-size: 24px;color: #000;position: relative;padding-bottom: 25px;}
  .test-img {
    height: 80px;
    width: auto;
  }
.text-rang-tit:before {content: "";display: block;width: 60px;height: 5px;background-color: #000000;left: 50%;transform: translate(-50%,0);bottom:0;position: absolute;}

.text-range-main {font-size: 16px;color: #5a5a5a;line-height: 1.5em;}

.text-range-main1 {font-size: 18px;color: #333;}

.text-range-main>p {margin: 20px 0;text-indent: 2em;}

.techlogy {padding: 44px 44px 0;}

.tech-ul>li {width: 22.02%;margin-left: 3.96%;margin-bottom: 50px;position: relative;}

.tech-ul>li:nth-of-type(4n+1) {margin-left: 0;}

.tech-posi {position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;padding: 0 15px;}

.tech-ptit {font-size: 27.25px;color: #000;}

.tech-pdesc {font-size: 16px;color: #666;}

.finger {display: inline-block;width: 66px;height: 66px;background: url(../img/finger.png) no-repeat 0 0;background-size: cover;}

.techlogy {margin-bottom: 40px;}

.icon-home2 {display: inline-block;border: 1px solid #4b4b4b;border-radius: 50%;width: 26px;height: 26px;line-height: 26px;text-align: center;margin-right: 15px;}

.nav-position {padding: 25px 0;}

.tech-tit {text-align: center;font-size: 24px;color: #000000;}

.tech-inner-pd {padding: 75px 45px;}
.nav-position .center-box-pd{font-size:22px;}
.nav-position .icon-arrow-right {margin: 0 5px;}

.tech-main-show {font-size: 24px;color: #333333;line-height: 2em;}

.tech-main-show>p {text-indent: 2em;}

.tech-inner2 {margin-bottom: 40px;}

.lg_sfdh {

  animation: play_btn 0.5s infinite alternate;

}

@keyframes play_btn{

0%{transform:scale(1.0)}

100%{transform:scale(1.1)}

}

.change-pd-tit {font-size: 24px;color: #00a0e9;}

.change-pd-top {padding: 28px 48px;}

.form-box {max-width: 606px;margin-left: auto;margin-right: auto;}

.change-pd-bott {padding: 34px 0 75px;}

.confirm-btn {height: 45px;line-height: 45px;width: 100%;background-color: #00a0e9;text-align: center;color: #fff;font-size: 22px;}

.classic-pro-ul>li {padding: 14px 14px 0;background: #e0eff6;width: 24.34%;margin-left: 0.88%;margin-bottom:0.88%}

.classic-pro-ul>li:nth-of-type(4n+1) {margin-left: 0;}

.classic-pro-ul {padding: 32px 40px;margin: 32px 0;}

.cp-bott {padding: 25px 0;font-size: 21px;color: #00618d;}

.search-box1 {margin-right: 0;max-width: none;}

.yz-demand-pd {padding: 15px 20px;}

.yz-dul {background-color: #f4f4f4;padding: 16px 27px;}

.yz-dul>li {padding: 12px 28px;position: relative;color: #000033;font-size: 18px;}

.yz-dul>li:before {content: "";display: block;width: 1px;height: 60%;background-color: #bfbfbf;left: 0;top: 50%;transform: translate(0,-50%);position: absolute;}

.yz-dul>li.on {background-color: #0584c9;color: #fff;}

.yz-dul>li.on:before {display: none;}

.partner-left {width: 262px;}

.partner-right {max-width: calc(100% - 302px);width: 100%;}

.ptop {font-size: 18px;color: #686868;}

.partner-left {padding: 40px;position: relative;}

.partner-left:before {content:"";width: 6px;height: 70%;position: absolute;left: 0;top:0}

.partner-left:after {content: "";width: 6px;height: 15%;background-color: #00a0e9;position: absolute;right: 0;top:0}

.partner {margin-top: 68px;}

.pt-tit {font-size: 31px;color: #000000;margin: 25px 0 45px;}

.pt-lul>li {padding: 16px 0;border-bottom: 1px solid #e1e1e1;font-size: 21px;}

.pt-lul>li.on>a{color: #01618b;}

.pt-lul>li.on {border-bottom-color: #01618b;}

.part-r-tit {font-size: 31px;color: #01618b;padding: 26px 0 26px;border-bottom: 1px solid #e1e1e1;}

.part-r-tit>span {border-bottom: 1px solid #106a91;padding-bottom: 26px;}

.part-list>li {margin-top: 27px;background-color: #fff;padding: 10px;}

.part-left {width: 27.5%;}

.part-right {width: 72.5%;padding:24px 45px 0;}

.ptr-tit {font-size: 23px;color: #1a1a1a;}

.ptr-time {font-size: 14px;color: #999;margin: 20px 0;}

.ptr-desc {font-size: 16px;color: #090909;line-height: 1.625em;}

.part-deta-tit {font-size: 36px;color: #1a1a1a;}

.part-r-pd {padding: 40px 46px 48px;}

.part-deta-time {font-size: 24px;color: #969696;padding: 20px 0 15px;border-bottom: 2px solid #e7e7e7;}

.part-deta-show {font-size: 24px;color: #333;line-height: 1.75em;}

.part-deta-show>p {margin: 40px 0;text-indent: 2em;}

.prev-next-box {padding: 33px 0 48px;border-top: 1px solid #e1e1e1;}

.prev-next-btn {padding: 20px 30px;background-color: #f5f5f5;display: inline-block;font-size: 18px;}

.prev-next-btn>span {color: #2c2c2c;}

.prev-next-btn>a {color: #999;}

.contact-us-pd {padding: 38px 45px 67px;}

.cont-us-tit {font-size: 24px;color: #000000;text-align: center;margin-bottom: 46px;}

.contactus {margin-top: 30px;}

.cont-us-desc {font-size: 20px;color: #333333;line-height: 1.7em;text-indent: 2em;}

.cont-icon-ul>li {width: 25%;word-break: break-all;}

.io-img {max-width: 103px;margin-right: 30px;}

.io-tit {font-size: 20px;color: #333;margin-bottom: 15px;}

.io-desc {font-size: 20px;color: #666666;}

.contactus-io-desc {font-family: arial, helvetica, sans-serif;font-size: 20px}

.cont-icon-ul {padding: 80px 0;}

.msg-tit {font-size: 24px;color: #333;position: relative;padding-bottom: 10px;text-align: center;}

.msg-tit:before {content: "";display: block;width: 50px;height: 4px;background-color: #333333;left: 50%;transform: translate(-50%,0);bottom: 0;position: absolute;}

.cont-msg-left {height: 600px;width: 51.25%;}

.cont-msg-right {width: 45.56%;background-color: #f8f8f8;padding: 29px 20px 60px;}

.msg-input-box {height: 40px;background-color: #fff;padding: 0 10px;}

.el-msg-row {margin-top: 25px;}

.msg-input-val {width: 100%;height: 100%;font-size: 16px;color: #999;}

.msg-text-box {height: 162px;background-color: #fff;padding: 15px 10px;}

.msg-text {width: 100%;height: 100%;resize: none;font-size: 15px;color: #999;}

.el-msg-cell {width: 46.36%;}

.msg-btn {height: 42px;background-color: #00a0e9;text-align: center;color: #fff;font-size: 14px;line-height: 42px;display: block;width: 100%;margin-top: 40px;}

.serv-g-inner {padding: 70px 0;background: url(../img/apply-bj.png)no-repeat center center;background-size: cover;}

.serv-g-box {max-width: 510px;margin-left: auto;margin-right: auto;padding: 25px 40px 40px;background-color: #fff;border-radius: 10px;font-family: Microsoft YaHei,Arial,sans-serif;;}

.time {color: #aaa;}

.serv-g-tit {text-align: center;color: #00a0e9;font-size: 36px;font-weight: 700;padding-bottom: 12px;}

.serv-input-box {height: 40px;line-height: 40px;border: 1px solid #e3e7ed;padding: 0 10px;}

.serv-row {margin-top: 12px;}

.serv-input-val {width: 100%;flex: 1;font-size: 14px;color: #8f8f8f;}

.normal-place2 ::-webkit-input-placeholder{font-size: 14px;color: #8f8f8f;}

.normal-place2 :-moz-placeholder{font-size: 14px;color: #8f8f8f;}

.normal-place2 ::-moz-placeholder{font-size: 14px;color: #8f8f8f;}

.normal-place2 :-ms-input-placeholder{font-size: 14px;color: #8f8f8f;}

.phone-select {border: none;outline: none;color: #414a60;}

.send-code2 {font-size: 14px;}

.load-file {position: absolute;width: 100%;height: 100%;opacity: 0;left: 0;top: 0;}

.upload-btn {width: 140px;height: 40px;line-height: 40px;background-color: #00a0e9;margin-left: 5px;text-align: center;color: #fff;font-size: 14px;position: relative;}

.vari-code {width: 140px;height: 40px;}

.serv-btn {width: 100%;display: block;height: 40px;line-height: 40px;text-align: center;background-color: #00a0e9;text-align: center;color: #fff;font-size: 16px;}

.gx-check {width: 20px;height: 20px;border-radius: 2px;border: none;outline: none;position: relative;background: transparent;vertical-align: middle;}

.gx-check:before {content:"";width: 100%;height: 100%;background: #fff;border: 1px solid #dcdcdc;border-radius: 2px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}

.gx-check:checked:before {background:#fff url(../img/nick.png) no-repeat center center;background-size: 80% auto;}

.user-rb-item {display: none;}

.user-rb-item:first-child{display: block;}

.info-dl {font-size: 17px;margin-top: 20px;}

.info-dl>dt {width: 135px;text-align: right;color: #333;font-weight: 500;}

.info-dl>dd {width: 100%;max-width: calc(100% - 135px);}

.info-input-box {height: 40px;line-height: 40px;border: 1px solid #dbdbdb;border-radius: 4px;padding: 0 15px;flex: 1;}

.info-inner-box {max-width: 660px;padding: 10px 0 80px;}

.normal-place3 ::-webkit-input-placeholder{font-size: 17px;color: #cecece;font-family: '宋体';}

.normal-place3 :-moz-placeholder{font-size: 17px;color: #cecece;font-family: '宋体';}

.normal-place3 ::-moz-placeholder{font-size: 17px;color: #cecece;font-family: '宋体';}

.normal-place3 :-ms-input-placeholder{font-size: 17px;color: #cecece;font-family: '宋体';}

.info-input-val {font-size: 17px;color: #cecece;font-family: '宋体';width: 100%;}



.normal-place4 ::-webkit-input-placeholder{font-size: 17px;color: #999;font-family: '宋体';}

.normal-place4 :-moz-placeholder{font-size: 17px;color: #999;font-family: '宋体';}

.normal-place4 ::-moz-placeholder{font-size: 17px;color: #999;font-family: '宋体';}

.normal-place4 :-ms-input-placeholder{font-size: 17px;color: #999;font-family: '宋体';}



.info-input-val {font-size: 17px;color: #cecece;font-family: '宋体';}

.info-input-box-dis {border: none;}

.info-input-box-dis .info-input-val {color: #333;}

.edit-btn {color: #006785;padding: 0 5px;white-space: nowrap;}

.c-edit-btn {width: 216px;height: 53px;line-height: 53px;background-color: #1ec1f0;text-align: center;font-size: 20px;text-align: center;color: #fff;}

.dw-table {display: table;width: 100%;border-collapse: collapse;font-size: 18px;table-layout: fixed;}

.dw-tr {display: table-row;}

.dw-tr:nth-of-type(2n) {background-color: #f4f4f4;}

.dw-td,.dw-th {display: table-cell;padding: 15px 5px;text-align: center;}

.line40 {padding-top: 10px;}

.dw-th {background-color: #00a0e9;color: #fff;}

.del {color: #ab0000;}

.is_mo.on {padding: 7px 16px;background-color: #ab0000;color: #fff;border-radius: 4px;white-space: nowrap;}

.add-ad-left {width: 68%;}

.add-ad-right {width: 32%;}

.add-sel {width: 32%;height: 40px;line-height: 40px;color: #333333;font-size: 18px;text-align: center;border: 1px solid #bfbfbf;margin-right: 1.33%;-webkit-appearance: none;

  appearance:none;

  -moz-appearance: none;

  -webkit-appearance: none;background: url(../img/arrow-down.png) no-repeat 98% center;box-sizing: border-box;}

.add-ad-top {padding: 25px 0 0;}

.add-box {height: 40px;line-height: 40px;border: 1px solid #bfbfbf;flex: 1;padding: 0 15px;}

.save-btn {width: 162px;height: 45px;line-height: 45px;background-color: #00669d;text-align: center;font-size: 18px;display: inline-block;color: #fff;margin: 30px 0 40px;border-radius: 4px;}

.el-ball-cell {width: 50%;}

.ball-dl>dt {width: 100px;text-align: right;}

.ball-dl>dd {width: 100%;max-width: calc(100% - 100px);}

.ball-dl {margin-top: 35px;font-size: 18px;}

.add-input {font-size: 18px;color: #666;width: 100%;}

.serv-tab>li{width: 48.59%;font-size: 18px;text-align: center;padding: 12px 0;border: 1px solid #e3e7ed;}

.serv-tab>li.on {background-color: #00a0e9;text-align: center;color: #fff;border-color: #00a0e9;}

.other-text {position: relative;text-align: center;margin: 50px 0 20px;background-color: transparent;}

.other-text:before {content:"";width: 100%;height: 1px;background-color: #bfbfbf;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.other-text>span {background-color: #fff;padding: 0 16px;position: relative;}

.orderlist-ul1>li>a {color: #000;}

.pb-input-box {height: 55px;line-height: 55px;padding: 0 20px;}

.pb-bj {background-color: #f7f7f7;}

.publish-row {margin-top: 40px;}

.publish-dl {font-size: 17px;}

.publish-dl>dt {width: 230px;text-align: right;padding-right: 15px;}

.publish-dl>dd {width: 100%;max-width: calc(100% - 230px);}

.publisht-box {max-width: 910px;}

.demand-select {

  width: 100%;

  height: 100%;

  -webkit-appearance: none;

  appearance:none;

  -moz-appearance: none;

  -webkit-appearance: none;

  background: url(../img/arrow-down-b.png) no-repeat 98% center;

  /* background-size: auto 100%; */

  border:none;

  outline: none;

  color: #010101;

  font-size: 16px;

  font-family: "宋体";

}

.code-item {display: none;}

.code-item:first-child {display: block;}

.status {white-space: nowrap;}

.pb-input-val {font-size: 16px;color: #666666;width: 100%;flex: 1;font-family: "宋体";}

.pb-cell-2 {width: 50%;}

.fj-box {padding: 20px 20px 0;}

.fj-item-text {font-size: 12px;color: #004895;padding: 0 15px;line-height: 1.66em;}

.fj-border {border: 1px dashed #004895;}

.fj-item {width: 25%;padding-right: 10px;padding-bottom: 20px;}

.fj-item-inner {height: 180px;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}

.line55 {line-height: 55px;}

.pb-border {border: 1px solid #e3e7ed;}

.id-item {width: 33.33%;padding-right: 15px;}

.pb-inner {height: 157px;border-radius: 4px;display: flex;justify-content: center;align-items: center;position: relative;padding: 10px;flex-direction: column;}

.pb-l-text {font-size: 14px;color: #999;margin-top: 15px;}

.pb-text-box {height: 300px;padding: 15px;}

.pb-textarea {resize: none;width: 100%;height: 100%;}

.pb-btn {height: 55px;line-height: 55px;background-color: #00a0e9;text-align: center;font-size: 25px;color: #fff;width: 100%;}

.user-r-inner-pd1 {padding-bottom: 60px;}

.fj-details {padding: 30px 25px;}

.add-fj {font-size: 14px;color: #666;}

.fj-load-btn {width: 118px;height: 95px;border:1px dashed #ced7e2;border-radius: 4px;position: relative;}

.fj-load-btn:after,.fj-load-btn:before {content: "";display: block;width: 27px;height: 3px;background-color: #bfbfbf;left: 50%;top: 50%;transform: translate(-50%,-50%);left: 50%;top: 40%;position: absolute;}

.fj-load-btn:before {transform: translate(-50%,-50%) rotate(90deg);}

.add-fj-det {font-size: 13px;color: #bfbfbf;position: absolute;top: calc(50% + 15px);left: 50%;transform: translate(-50%,0);white-space:nowrap;}

.fj-details-left {margin-right: 24px;}

.add-info {font-size: 14px;color: #666666;margin-top: 15px;}

.fj-details-mid {margin-right: 50px;}

.test-text {font-size: 18px;color: #333333;text-align: center;padding: 20px 0;}

.test-test-ul>li {margin-top: 30px;width: 24.36%;margin-left: 0.84%;}

.test-test-ul>li:nth-of-type(4n+1) {margin-left: 0;}

.test-r-tab {border-bottom: 1px solid #e7e7e7;}

.test-r-tab>li{margin-right: 40px;}

.test-r-tab>li .test-r-tit {color: #999999;border-bottom: none;}

.test-r-tab>li .test-r-tit>span:after {display: none;}

.test-r-tab>li .test-r-tit>span {border-bottom-color: transparent;}

.test-r-tab>li.on .test-r-tit {color: #00a0e9;}

.test-r-tab>li.on .test-r-tit>span:after {display: block;}

.test-r-tab>li.on .test-r-tit>span {border-bottom-color: #00a0e9;}

.test-cont-item {display: none;}

.test-cont-item:first-child {display: block;}

.declar-dl {margin-top: 40px;font-size: 18px;}

.declar-dl>dt {width: 190px;text-align: right;padding-right: 15px;color: #000;}

.declar-dl>dd {width: 100%;max-width: calc(100% - 190px);}

.gap {height:40px;background-color: #e9f8ff;}

.input-code {width: 150px;height: 50px;line-height: 50px;background-color: #00a0e9;text-align: center;font-size: 18px;color: #fff;border-radius: 4px;margin-left: 8px;}

.test-btn {width: 224px;height: 50px;line-height: 50px;background-color: #00a0e9;text-align: center;color: #fff;border-radius: 4px;display: block;margin: 50px auto;}

.order-item {display: none;}

.order-item:first-child {display: block;}

.pb-text-box {height: 276px;}

.fs12 {

  font-size: 12px;

}

.fs14 {

  font-size: 14px;

}

.fs16 {

  font-size: 16px;

}

.col-b3b3b3 {

  color: #b3b3b3;

}

.col-000 {

  color: #000;

}

.col-333 {

  color: #333;

}

.col-666 {

  color: #666;

}

.col-999 {

  color: #999;

}

.col-red {

  color: #f00;

}

.tl {text-align: left;}

.tr {text-align: right;}



.bgfff {

  background-color: #fff;

}

.col-fff {

  color: #fff;

}

.test-itit {
  font-size: 30px;
  color: #666;
  text-align: center;
}

.text-box-md {
  margin-top: 50px;
}
.test-step-ul {
  margin-top: 60px;
}
.test-step-ul>li {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00a0e9;
  position: relative;
}
.test-step-ul>li a{
    text-align: center;
}
.test-step-ul>li:before {
  content: "";
  display: block;
  width: 41px;
  height: 48px;
  background: url(../img/st.jpg) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}
.test-step-ul>li:first-child:before {
  display: none;
}
.test-text2 {
  font-size: 18px;
  padding: 20px 0;
  color: #00a0e9;
}
.test-desc-2 {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 40px;
}
.test-step-ul2>li {
  width: 31.25%;
  margin-left: 3.12%;
  position: relative;
  margin-top: 20px;
}
.test-step-ul2>li:nth-of-type(3n+1) {
  margin-left: 0;
}
.test-step-ul2 {
  margin-top: 20px;
}
.ul2-marks {
  position: absolute;
  padding: 15px 0;
  text-align: center;
  background: rgba(0,160,233,0.8);
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
}

.expert-tit {
  background: #00a0e9;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.expert-ri-box {
  padding: 10px 15px;
}
.expert-r-left {
  width: 49%;
}
.expert-left {
  width: 49%;
}
.expert-swiper-box {
  padding: 25px 15px 10px;
}
.expert-right {
  width: 49%;
}
.ex-name {
  text-align: center;
  padding: 10px 0 0;
  color: #fff;
}
.expert-shadow {
  box-shadow: inset 0px 0px 25px rgba(24,160,233,0.5);
  background-color: #00a0e9;
}
.expert-ri-ul>li {
  width: 48.5%;
  margin-left: 3%;
}
.swiper-expert {
  padding-bottom: 30px;
}
.expert-ri-ul>li:nth-of-type(2n+1) {
  margin-left: 0;
}
.theme2 {
  color: #18ebef;
}
.expert-left-pd {
  padding: 17px 15px;
}
.expert-inner-left {
  width: 24%;
}
.expert-inner-right {
  width: 76%;
  padding-left: 15px;
  /* color: #fff; */
}
.width40 {
  width: 40%;
}
.ex-tit {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.ex-desc {
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
}
.equip-ul>li {
  width: 31.66%;
  margin-left:2.5% ;
  margin-top: 20px;
  position: relative;
}
.equip-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (min-width:992px) {
  .test-itit2 {height: 68px;line-height: 68px;position: relative;}
  .test-itit2 .inner-tit2 {position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;}
}

@media (max-width:992px) {
  .test-itit {margin-bottom: 0;}
  .equip-ul>li {
    width: 31.66%;
  }
  /* .equip-ul>li:nth-of-type(4n+1) {
    margin-left:2.5%;
  }
  .equip-ul>li:nth-of-type(3n+1) {
    margin-left: 0;
  } */
  .ex-desc {
    font-size: 14px;
  }
  .expert-inner-right {
    padding-left: 0;
  }
  .test-desc-2 {
    font-size: 14px;
    margin: 25px 0 40px;
  }
  .test-step-ul2>li {
    width: 48.5%;
    margin-left: 3%;
  }
  .test-step-ul2>li:nth-of-type(3n+1) {
    margin-left: 3%;
  }
  .test-step-ul2>li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .test-step-ul>li {
    width: 33.33%;
  }
  .test-step-ul>li:nth-of-type(3n+1):before {
    display: none;
  }
  .test-text2 {
    font-size: 14px;
    padding: 15px 0;
  }
  .test-img {
    height: 40px;
    width: auto;
  }
  .test-step-ul>li:before {
    width: 20px;
    height: 24px;
  }
  .test-itit {
    font-size: 22px;
  }
  .text-box-md {
    margin-top: 25px;
  }
  .test-step-ul {
    margin-top: 25px;
  }
  .ul2-marks {
    padding: 10px 0;
    font-size: 14px;
  }
  .test-step-ul2 {
    margin-top: 0;
  }
}

@media (max-width:640px) { 
  .equip-ul>li {
    width: 48.74%;
  }
  .equip-ul>li:nth-of-type(3n+1) {
    margin-left:2.5%;
  }
  .equip-ul>li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.contactus-type {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
}

