/* banner */
.banner{
    width:100%;
    height: 600px;
    background: url(../images/jczx_banner.png) no-repeat center;
    text-align: center;
}
.bannerBtn{
    width:238px;
    height: 69px;
    display:inline-block;
    margin-top: 360px;
    background: url(../images/bannerBtn.png);
    -webkit-transition:all 1s ease; 
    -moz-transition:all 1s ease; 
    -ms-transition:all 1s ease; 
    -o-transition:all 1s ease; 
    transition:all 1s ease;
}
.bannerBtn:hover{
    background: url(../images/bannerBtnHover.png);
}
/* 我们的服务领域 */
.part01{
    width:100%;
    background: #fff;
    text-align: center;
}
.title{
    font-size: 34px;
    line-height: 80px;
    font-weight: bold;
    color: #48484a;
    display: inline-block;
    /*margin-top: 80px;*/
    background: url(../images/titlebg.png) no-repeat bottom center;
}
.part01 ul{
    width:100%;
    height: auto;
    overflow: hidden;
    min-height: 375px;
    margin-top: 40px;
    margin-bottom: 70px;
}
.part01 ul li{
    width:220px;
    height: 270px;
    float: left;
    margin: 20px 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
    box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.part01 ul li:nth-child(1){
    margin-left: 0;
}
.part01 ul li:nth-child(6){
    margin-left: 0;
}
.part01 ul li:nth-child(5){
    margin-right: 0;
}
.part01 ul li:nth-child(10){
    margin-right: 0;
}
.part01 ul li img{
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.part01 ul li p.lytitle{
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top:70px;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 3;
}
.part01 ul li p.zx{
    font-size: 14px;
    color: #ff8400;
    position: absolute;
    top:105px;
    left: 0;
    right: 0;
    display: none;
    z-index: 3;
    text-decoration: underline;
}
.part01 ul li p:last-child{
    font-size: 14px;
    color: #48484a;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top:190px;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 3;
    text-align: left;
}
.part01 ul li:last-child p{
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top:118px;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 3;
}
.part01 ul li:hover{
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate3d(0, -3px, 0);
}
.part01 ul li:hover p.lytitle{
    top:48px;
}
.part01 ul li:hover p.zx{
    display: inline-block;
}
/* 我们的业务 */
.part02{
    width:100%;
    height: 985px;
    background: url(../images/part02bg.png) no-repeat center center;
    text-align: center;
}
.part02 .title{
    font-size: 34px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-top: 80px;
    background: url(../images/title02bg.png) no-repeat bottom center;
}
.part02 ul{
    width: 1200px;
    height: 676px;
    margin-top: 40px;
    margin-bottom: 110px;
}
.part02 ul li{
    width:384px;
    height: 307px;
    float: left;
    margin: 15px 6px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.part02 ul li:nth-child(1){
    background: url(../images/part0201.png) no-repeat;
}
.part02 ul li:nth-child(2){
    background: url(../images/part0202.png) no-repeat;
}
.part02 ul li:nth-child(3){
    background: url(../images/part0203.png) no-repeat;
}
.part02 ul li:nth-child(4){
    background: url(../images/part0204.png) no-repeat;
}
.part02 ul li:nth-child(5){
    background: url(../images/part0205.png) no-repeat;
}
.part02 ul li:nth-child(6){
    background: url(../images/part0206.png) no-repeat;
}
.part02 ul li:nth-child(2) p:last-child{
    padding-left: 105px;
}
.part02 ul li:nth-child(5) p:last-child{
    text-align: center;
}
.part02 ul li:nth-child(6) p:last-child{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.part02 ul li div{
    width:100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top:0;
    left: 0;
}
.part02 ul li p{
    color: #444444;
}
.part02 ul li p.ywtitle{
    font-size: 24px;
    font-weight: bold;
    padding-bottom:26px;
    background: url(../images/part02titlebg.png) no-repeat bottom center; 
    position: absolute;
    top:45px;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 3;
}
.part02 ul li p:last-child{
    font-size: 18px;
    padding: 0 20px;
    line-height: 40px;
    position: absolute;
    top:105px;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 3;
    text-align: left;
}
.part02 ul li:hover{
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.part02 ul li:hover div{
    background: rgba(0, 71, 157, 0.8); 
}
.part02 ul li:hover p{
    color: #fff;
}
.part02 ul li:hover p.ywtitle{
    background: url(../images/part02titlebg02.png) no-repeat bottom center; 
}
/* 微谱检测中心，究竟有什么优势？ */
.part03{
    width:100%;
    height: 269px;
    background: url(../images/part03bg.jpg) no-repeat center center;
    text-align: center;
}
.part03 a{
    width:204px;
    height: 59px;
    display: block;
    background: url(../images/part03Btn.png) no-repeat;
    float: right;
    margin-top: 110px;
    margin-right: 135px;
}
.part03 a:hover{
    background: url(../images/part03BtnHover.png) no-repeat;
}
/* 资质环境 */
.part04{
    width:100%;
    text-align: center;
}
.part04 .hjzztopdiv{
    margin-top: 80px;
    margin-bottom: 20px;
}
.part04 .hjzztopdiv div{
    display: inline-block;
    clear: both;
    margin: 10px 3px;
}
.part04 .hjzztopdiv div:hover{
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	transition: .4s;
    transform: translate3d(0, -3px, 0);
}
.part04 .hjzztopdiv div:nth-child(1){
    margin-left: 0;
}
.part04 .hjzztopdiv div:nth-child(4){
    margin-left: 0;
}
.part04 .hjzztopdiv div:nth-child(3){
    margin-right: 0;
}
.part04 .hjzztopdiv div:nth-child(7){
    margin-right: 0;
}
.part04 .zs{
    width:1200px;
    height: 164px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.part04 .swiper-container-left{
    width:203px;
    height: 164px;
    background: url(../images/part04left.png) no-repeat;
    float: left;
}
.zhengshu{
    padding: 12px 0;
    width: 964px;
    height: 144px;
    float: right;
	overflow: hidden;
}
.part04.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
.#marquee1_1{
	float:left;
}
#marquee1_1 li{
	width:241px;
	height:144px;
	float:left;
}
  /* 100000余家客户的认可  见证微谱专业 */
.part05{
    width:100%;
    height: 735px;
    background: url(../images/part05bg.png) no-repeat center center;
    text-align: center;
}
.part05 .title{
    font-size: 34px;
    line-height: 80px;
    font-weight: bold;
    color: #48484a;
    display: inline-block;
    margin-top: 80px;
    background: url(../images/titlebg.png) no-repeat bottom center;
}
.part05 ul{
    width:100%;
    margin-top: 50px;
}
.part05 ul li{
    width:220px;
    height: 80px;
    float: left;
    line-height: 80px;
    text-align: center;
    margin: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); 
    box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
}
.part05 ul li:hover{
    -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate3d(0, -3px, 0);
}
.part05 ul li img{
    vertical-align: middle;
}
/* 服务流程 */
.part06{
    width:100%;
    height: 560px;
    background: #fff;
    text-align: center;
}
.part06 .title{
    font-size: 34px;
    line-height: 80px;
    font-weight: bold;
    color: #48484a;
    display: inline-block;
    /*margin-top: 80px;*/
    background: url(../images/titlebg.png) no-repeat bottom center;
}
.part06 ul{
    width:100%;
    height: 275px;
    background: url(../images/fwlcbg.png) no-repeat 248px 49px;
    margin-top: 95px;
}
.part06 ul li{
    width:274px;
    height: 275px;
    float: left;
    margin: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/part06libg.png) no-repeat;
}
.part06 ul li:first-child{
    margin-left: 0;
}
.part06 ul li:last-child{
    margin-right: 0;
}
.part06 ul li:hover{
    background: url(../images/part06libgHover.png) no-repeat;
}
.part06 ul li:hover p:first-child{
    color: #fff;
}
.part06 ul li:hover p:last-child{
    color: #fff;
}
.part06 ul li p:first-child{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-top: 65px;
}
.part06 ul li p:last-child{
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    margin-top: 20px;
}