html,body{
	height: 100%;
}
.content{
	min-height: calc(100% - 160px);
	background-color: #f6f6f6;
}
.header{
/*	background-color: #3071f2;*/
	background-color: rgb(12, 52, 61);
	position: relative;
	height: 60px;
}
.footer{
	padding: 40px 0;
	background-color: #454545;
	font-size: 24px;
	color: #fff;
}
.logo{
	width: 300px;
	height: 60px;
	position: absolute;
	overflow: hidden;
}
.logo img{
	position: relative;
	top:-80px;
}
.user{
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 100%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.nav{
	margin: 0 auto;
	width: 1200px;
}
.nav a{
	margin: 0 10px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	font-family: PingFang SC, system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
	position: relative;
/*	background-color: #3071f2;*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav li:hover, .nav li.active{
	font-weight: 700;
}
.nav li:hover a:before, .nav li.active a:before{
	background-color: #fff;
    border-radius: 1px;
    bottom: 4px;
    content: "";
    font-weight: 700;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28px;
}

/*page*/
.pageBlock{
  margin-top: 25px;
  padding:20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.pageBlockTitle{
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
/*page*/

/*首页*/
.swiper-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.swiper-slide img{
	width:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}	

.service>div{
	margin-right: 2%;
	display: inline-block;
	width: calc(23.1% - 2px);
	height: 200px;
	border:1px solid #888;
	background-color: #fff;
}
.service>div:nth-child(4){
	margin-right: 0;
}
.subTitle{
	padding:40px 0;
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: 700;
}


/*列表*/
.card{
	margin-bottom: 20px;
	margin-right: 3%;
	width: 22.75%;
	height: 280px;
	border-radius: 20px;
	background-color: #fff;
}
.card:nth-child(4n + 4){
	margin-right: 0;
}
.card:hover{
	box-shadow: 0 4px 25px 6px #ccc;
}

.cardInn{
	padding: 20px;
}
.peoples .card{
	margin-right: 2%;
	width: 32%;
	height: 180px;
}
.peoples .card:nth-child(3n + 3){
	margin-right: 0;
}
.peoples img{
	width: 80px;
}
.btn-call{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
  color: #eb0029;
  background-color: #fff;
  border: 1px solid #eb0029;
  cursor: pointer;
  user-select: none;
  cursor: not-allowed;
}
.btn-call:hover{
 box-shadow: 0 0 4px #dd0a2e;
}
.btn-call.ready{
	border-color: #3c763d;
	color: #3c763d;
	cursor: pointer;
}
.btn-call.ready:hover{
	box-shadow: 0 0 4px #3c763d;
}
.cardInn .b2{
	margin-left: 10px;
	font-size: 16px;
	color: #333;
}
.cardInn .price1{
	color: red;
	font-weight: 700;
}
.cardInn .price2{
	text-decoration: line-through;
}

/*详情页*/
.detail{
	margin-top: 50px;
}
.detail .top{
	padding-left: 300px;
	height: 300px;
	position: relative;
	font-size: 16px;
	color: #333;
}
.detail .top .left{
	position: absolute;
	left: 0;
	width: 300px;
	height: 300px;
}
.detail .bottom{
	height: 500px;
}
.detail .menu{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.detail .menu.active{
	background-color: green;
	color: #fff;
}
.detail .con{
	height: 400px;
	border-bottom: 1px solid #333;
	display: none;
	font-size: 14px;
}
.detail .con.active{
	display: block;
}



@media (max-width: 1683px) {
    .wrap {
        width: 100% !important;
    }
}