/* 通用样式 */
* {
    font-family: "PingFang SC Medium";
}

.bgWhite {
    background-color: #fff;
}

.textWhite {
    color: #fff;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 框架 */
.box {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
}

/* 版心 */
.bx {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.bx>p {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 48px;
}

.dqwz a {
    display: block;
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 0;
    float: left;
}

.dqwz span {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 8px;
    float: left;
}

/* 标题 */
.title {
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin: 39px 0 40px 0;
}

/* tab标题 */
.tabTitle {
    width: 100%;
    height: 53px;
    margin-bottom: 30px;
}

.tabTitle li {
    width: 280px;
    height: 53px;
    line-height: 53px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    float: left;
}

.tabTitle li:first-child~li {
    margin-left: 30px;
}

.tabTitle li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.tabTitle li a img {
    margin-right: 12px;
    margin-top: -2px;
}

/* 高亮 */
.tabTitle .gl {
    background-color: #1F5D9E;
}

.tabTitle .gl a {
    color: #fff;
}

/* tab列表 */
.tabBox {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 50px;
}

.tabList {
    width: 100%;
    display: none;
    clear: both;
}

.tabList02 {
    height: auto;
}

/* 检测服务列表 */
.jcfwList {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.jcfwList li {
    background: #fff;
    border: 1px solid #fff;
    float: left;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    margin: 0 18px 18px 0;

}

.jcfwList li:nth-child(5n) {
    margin-right: 0;
}

.jcfwList li:first-child {
    background: url(jcfw01.png) no-repeat 50% 30px;
}

.jcfwList li:nth-child(2) {
    background: url(jcfw02.png) no-repeat 50% 29px;
}

.jcfwList li:nth-child(3) {
    background: url(jcfw03.png) no-repeat 50% 29px;
}

.jcfwList li:nth-child(4) {

    background: url(jcfw04.png) no-repeat 50% 30px;
}

.jcfwList li:nth-child(5) {
    background: url(jcfw05.png) no-repeat 50% 30px;
}

.jcfwList li:nth-child(6) {
    background: url(jcfw06.png) no-repeat 55% 7px;
}

.jcfwList li:nth-child(7) {
    background: url(jcfw07.png) no-repeat 50% 30px;
}

.jcfwList li:nth-child(8) {
    background: url(jcfw08.png) no-repeat 50% 32px;
}

.jcfwList li a {
    padding: 85px 20px 0 20px;
    box-sizing: border-box;
    font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #666;
    line-height: 21px;
}

.jcfwList li:hover {
    border: 1px solid #1f5d9e;
}

.jcfwList li:hover a {
    color: #1f5d9e;
}

.tabList li {
    width: 165px;
    height: 134px;
    float: left;
    position: relative;
}

.tabList li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.tabList li>a img {
    display: block;
    width: 100%;
    height: 100%;
}
.tabList li:last-child{
    margin-bottom: 40px;
}
/* 蒙版 */
.mb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(72, 163, 253, 0.78);
    text-align: center;
    display: none;
}

.mb .text {
    width: calc(100% - 39px);
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mb .text p {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 7.5px;
    margin-bottom: 5.5px;
}

.mb a {
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 28px;
}

.tabList li:hover .mb {
    display: block;
}

.tabList02 img {
    display: block;
    margin: 0 auto;
}

/* 服务范围 */
.tabList {
    width: 900px;
    height: auto;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #333;

}

.tabList02 p {
    text-indent: 32px;
    margin-bottom: 40px;
}

.tabList03 p{
    clear: left;
}
.tabList03 span {
    float: left;
    clear: left;
    text-indent: 32px;
}
.tabList03 span:last-child{
    margin-bottom: 40px;
}