*{
  margin: 0;
  padding: 0;
}
body{
  font-family: "Microsoft YaHei",Arial,sans-serif,Helvetica;
}
a{
  text-decoration: none;
}
.functionTest-top{
  width: 100%;
  height: 320px;
  margin: 0 auto;
  background: url(../../images/test-service/test-gongnengbarn.jpg) no-repeat;
  background-position: center 0px;
}
.functionTest-top-title{
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 1px;
}
.functionTest-top-title .title-name{
  margin-top: 75px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
}
.functionTest-top-title .title-info{
  font-size: 14px;
  line-height: 25px;
}
.functionTest-container{
  width: 1200px;
  margin: 0 auto;
}
.functionTest-container .container-title{
  margin: 79px auto 62px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.functionTest-container .box-out{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.functionTest-container .box-con{
  width: 380px;
  height: 400px;
  margin-bottom: 30px;
  padding: 38px 45px;
  text-align: center;
  border-radius:10px;
  box-sizing: border-box;
  background-color: #F5F7FA;
}

.functionTest-container .box-out::after{
	content:'';
	display:black;
	width:380px;
}

.functionTest-container .box-con2{
  padding: 38px 65px;
}
.functionTest-container .box-con:hover{
  box-shadow:0px 6px 20px 0px rgba(7,36,71,0.2);
}
.functionTest-container .box-con:hover .box-con-line{
  width: 80px;
}
.functionTest-container .box-con-img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.functionTest-container .box-con-name{
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.functionTest-container .box-con-line{
  width: 40px;
  height: 4px;
  margin: 15px auto;
  background-color: #3984FF;
  transition: width .5s;
}
.functionTest-container .box-con-info{
  height: 75px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.functionTest-container .box-con a{
  display: block;
  width: 140px;
  height: 40px;
  line-height:40px;
  margin: 45px auto 30px;
  background-color: #2C8AFF;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:1024px){
	.functionTest-top-title{
		width:90%;
		text-align:center;
	}
	.functionTest-container{
		width:90%;
	}
	.functionTest-container .box-con{
		width:calc(50% - 14px);
	
	}
	.functionTest-container .box-out::after{
		height:0
	}
}
@media screen and (max-width:768px){
	.functionTest-container .box-con{
		width:100%;
	
	}
	.functionTest-container .box-out{
		margin-bottom:30px;
	}
}