﻿@charset "utf-8";
/* CSS Document  TestCenter 检测中心 */
/* commmon */
.content-container{width:1150px; margin:0 auto;}
.bg-white{background:#fff;}
.text-center{text-align:center;}

/* 检测中心 common*/
.assay .box{padding:70px 0;}
.assay .title{font-size: 22px;color: #585f69;}
.assay .word-color-grey {color:#585f69;}

/* 检测简介*/
.assay .intro{margin-top:-30px;}
.assay .intro .intro-word{ float:left; width:650px;}
.assay .intro .intro-word p { line-height:30px;}
.assay .intro .intro-img{float:right; width:450px;}
.assay .intro .intro-img img{width:450px; height:300px;}
.assay .intro .intro-btn{  display:inline-block; font-size:18px; color:#fff; background:#0067b1; padding:10px 20px; font-weight:normal;border-radius:5px;transition: background;transition-duration: 0.5s;}
.assay .intro .intro-btn:hover { background:#3498db; }
/* 检测项目 */
.assay .project .params .title{ border-bottom:1px solid #f0f0f0;}
.assay .project .params .params-table table{width:100%; border:1px solid #3498db; font-size:14px;}
.assay .project .params .params-table table thead tr{ background:#3498db; color:#fff;}
.assay .project .params .params-table table thead tr th{padding:10px 0;}

.assay .project .params .params-table table tbody tr td{padding:10px 0 10px 50px; vertical-align:text-top;}
.assay .project .params .params-table table tbody tr td:first-child{width:580px;}

.assay .project .remark ol li, .assay .project .remark ul li { margin: 24px 0!important;list-style-position: outside;padding-left: 10px; }
.assay .project .remark ol li p, .assay .project .remark ul li p { line-height: 150%; }

/*服务优势*/
.assay .service .title{ border-bottom:1px solid #585f69; }
.assay .service .service-list{ float:left; list-style:none; width:42%; padding:10px 10px 10px 80px;}
.assay .service .service-list .list-img{float:left; width:100px;}
.assay .service .service-list .list-content{float:left; width:350px;padding-left:10px;}
.assay .service .service-list .list-content .list-title{ color:#38ac5d;font-size:18px; height:30px; line-height:30px; margin-top:10px; margin-bottom:5px; }

/*检测流程*/
.assay .flow .title{ border-bottom:1px solid #f0f0f0;}
.assay .flow .step-href-list{float:left; list-style:none; width:150px;  margin-right:100px; padding-top:30px;}
.assay .flow .step-href-list:last-child{margin-right:0;}
.assay .flow .step-href-list a p{color:#333333; font-size:16px; height:30px; line-height:30px;  font-weight:bold;}

.assay .flow .flow-search{border:1px solid #dddddd;}
.assay .flow .flow-search a{ display:block; padding:20px 0; font-size:18px; color:#585f69; text-align:center; }
.assay .flow .flow-search a .flow-search-btn{display:inline-block; width:25px; height:20px; background:url(/images/tc/search-ico.png) no-repeat;}
