*{
  margin: 0;
  padding: 0;
}
body{
  font-family: "Microsoft YaHei",Arial,sans-serif,Helvetica;
}
ul,ol,li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #fff;
}

.cp-container{
  width: 100%;
  height: 320px;
  margin: 0 auto;
  background: url(../../images/test-service/alltestingfw.png) no-repeat;
  background-position: center;
}
.cp-container .cp-top{
  width: 1200px;
  margin:0 auto;
}
.cp-container .cp-top .tip{
  padding-top: 51px;
  font-size:32px;
  font-weight:bold;
  color:#fff
}
.cp-container .cp-top .info{
  width:571px;
  height:63px;
  padding-top: 20px;
  font-size:14px;
  font-weight:400;
  color:#fff;
  line-height: 28px;
}
.cp-container .cp-top .top-btn > button{
  width: 100px;
  height: 36px;
  border: 0;
  outline: none;
  background-color: #187AFB;
  color: #fff;
  font-size:14px;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 3px;
}

.main1{
  width: 100%;
  padding-top: 1px;
  padding-bottom: 55px;
}
.cp-main{
  width: 1200px;
  margin:0 auto;
}
.cp-main .cp-title{
  text-align: center;
  font-size: 30px;
  color: #333;
  margin: 79px 0 60px;
}
.cp-main .cp-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-main .cp-info .info-box{
  width: 585px;
  height: 240px;
  padding: 41px 31px;
  margin-bottom: 30px;
  background-color: #F9F9F9;
  border: 1px solid rgba(225,228,229,1);
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
.cp-main .cp-info .info-box2{
  width: 380px;
  height: 240px;
}
.cp-main .cp-info .info-box .info-tip{
  font-size: 18px;
  font-weight: bold;
  color: #2976CD;
}
.cp-main .cp-info .info-box .info-line{
  width: 40px;
  height: 3px;
  background-color: #2976CD;
  margin: 20px 0 25px;
  transition: width 0.5s;
  -webkit-transition:width 0.5s ease-in-out;
}
.cp-main .cp-info .info-box:hover{
  background-color: #F1F9FF;
  border: 1px solid #9BB4DA;
}
.cp-main .cp-info .info-box:hover .info-line{
  width: 88px;
  transition: width 0.5s;
  -webkit-transition:width 0.5s ease-in-out;
}
.cp-main .cp-info .info-box .info-con{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

/* 众测服务 */
.main2{
  padding-top: 1px;
  background-color: #FAFAFA;
}
.main2 .cp-main .cp-info{
  align-items: flex-end;
}

.main2 .cp-main .cp-info .service-box{
  width: 195px;
  height: 240px;
  text-align: center;
  background-color: #fff;
  border-radius:10px 10px 0px 0px;
  cursor: pointer;
}
.main2 .cp-main .cp-info .service-box>img{
  margin: 40px 0 30px;
}
.main2 .cp-main .cp-info .service-box:nth-of-type(1) .show-img1,
.main2 .cp-main .cp-info .service-box .show-img2{
  display: none;
}
.main2 .cp-main .cp-info .service-box:nth-of-type(1) .show-img2{
  display: block;
  margin: 40px auto 30px;
}
.main2 .cp-main .cp-info .service-box>p{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.main2 .cp-main .cp-info .service-box .box1-con{
  display: none;
}
.main2 .cp-main .cp-info .service-box .show-box1-con{
  display: block;
}

.main2 .cp-main .cp-info{
  display: flex;
  align-items: flex-end;
}
.main2 .cp-main .cp-info .service-box2{
  width: 381px;
  height: 340px;
  background-color: #2976CD;
  border-radius:10px 10px 0px 0px;
  text-align: center;
}
.main2 .cp-main .cp-info .service-box2>img{
  margin: 32px 0 25px;
}
.main2 .cp-main .cp-info .service-box2>p{
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.main2 .cp-main .cp-info .service-box2 .box1-con{
  width: 295px;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
}

/* 优势 */
.advantage-con{
  background-color: #fff;
  padding-bottom: 90px;
}
.advantage-con .cp-main .cp-title{
  margin: 79px 0 100px;
}
.advantage-con .cp-info .advantage-box{
  align-self: flex-start;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
.advantage-con .cp-info .advantage-box .box-top{
  width: 40px;
  height: 18px;
  margin-bottom: 20px;
  background-color: #2976CD;
  color: #FFFFFB;
  text-align: center;
  font-size: 14px;
}
.advantage-con .cp-info .advantage-box .box-title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.advantage-con .cp-info .advantage-box .box-con{
  margin-top: 18px;
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

/* 价值 */
.value-con .cp-main .cp-title{
  margin: 79px 0 77px;
}
.value-con .cp-main .cp-info .info-box{
  width: 280px;
  height: 280px;
  background-color: #fff;
}
.value-con{
  padding-bottom: 58px;
}

.main3{
  width: 100%;
  height: 520px;
  padding-top: 1px;
}
.cp-main3{
  position: relative;
}
.cp-main3 .cp-info{
  justify-content: space-around;
}
.cp-main3 .cp-info .operate{
  width: 108px;
  height: 108px;
}
.cp-main3 .arrow-line{
  position: relative;
  left: 124px;
  top: -62px;
  float: left;
  margin: 0 60px;
  width: 118px;
  height: 22px;
  background: url(../../images/CNAS/arrow.png) 50% no-repeat;
}
.cp-main3 .bottom-box{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-left: 22px;
}
.cp-main3 .bottom-box .bottom-con{
  width: 242px;
  margin-left: 50px;
}
.cp-main3 .bottom-box .bottom-con .bottom-tip{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 11px 0 20px;
}
.cp-main3 .bottom-box .bottom-con>p{
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
/* 操作流程新增样式 */
#cp-main3-zsy{
		display:none;
	}
.cp-main3 .cp-info .operate-zsy{
	width: 100%;
	margin-bottom:30px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.cp-main3 .operate-zsy .bottom-con{
  margin-left: 40px;
  width:calc(100% - 148px)
}
.cp-main3 .operate-zsy .bottom-con .bottom-tip{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 5px 0 10px;
}
.cp-main3 .operate-zsy .bottom-con>p{
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
@media screen and (max-width:1024px){
	.cp-container .cp-top{
		width:90%;
		text-align:center;
	}
	.cp-container .cp-top .info{
		width:100%;
		height:auto;
	}
	.test-nav .nav-box{
		width:0;
	}
	.test-nav .center-box{
		width:100%;
		flex:1;
	}
	.test-nav .center-box .nav-box2{
		flex:1;
	}
	.main-title,.cp-main{
		width:90%;
	}
	.cp-main .cp-info .info-box,.main2 .cp-main2 .cp-info .info-box2,.main2 .cp-main .cp-info .service-box,.value-con .cp-main .cp-info .info-box{
		width:calc(50% - 14px);
		margin-bottom:29px;
	}
	.cp-main .cp-info .info-box{
		height:auto;
		min-height:240px;
	}
	.main3{
		height:auto;
	}
	#cp-main3{
		display:none;
	}
	#cp-main3-zsy{
		display:block;
	}
	.test-nav .active::after,.advantage-con .cp-info .advantage-box{
		width:100%;
	}
	.main2 .cp-main .cp-info .service-box2 .box1-con{
		width:96%;
	}
	.main2 .cp-main .cp-info .service-box:nth-of-type(1) .show-img2{
		margin:30px auto 20px;
	}
}
@media screen and (max-width:768px){
	
	
	.cp-main .cp-info .info-box,.main2 .cp-main2 .cp-info .info-box2,.main2 .cp-main .cp-info .service-box,.value-con .cp-main .cp-info .info-box{
		width:100%;
	}
	.cp-main .cp-info .info-box{
		height:auto;
		min-height:240px;
	}
}