*{
	margin: 0;
	padding: 0;

}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.inline{
	display: inline-block;
}
.hid{
	display: none;
} 
.cl{
	clear: both;
}
/* 标题 */
.tit{
	margin: 2% 0;
	opacity: 0;
	overflow-y:hidden; 
	overflow-x:hidden; 
}
.all-search{
	width: 70%;
	margin:0 auto;
	text-align: center;
	font-family: "微软雅黑";
	overflow-y:hidden; 
	overflow-x:hidden; 
}
.s-li{
	background: #4461A0;
	display: inline-block;
	width: 20%;
	height: 47px;
	line-height: 47px;
	margin: 1%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow-x:hidden; 
	overflow-y:hidden; 

}
.s-li p{
	border:1px solid #4461A0;
	width: 95%;
	height: 40px;
	margin: 3.5px auto;
	line-height: 40px;
}
.s-li p:hover{
	border:1px solid #fff;
}
.s-li:hover{
	cursor: pointer;
} 
.des{
	margin:2% 0 0 7%;
}
.des-img{
	width: 45%;
	}

.des-img img{
	width: 100%;
}
.word-r{
	margin:5% 0 0 2%;
	width: 35%;
	position: absolute;
	
}
.word-tit{
	color: #000;
	font-weight: bold;
	font-size: 22px;
}
.word-tit2{
	color:#0d0d0d;
	font-size:16px;
	margin: 2% 0;
	font-weight: bold;
}
.word-tit3{
	color: #1a1a1a;
	width: 70%;
	font-size: 14px;

}

/* 联系 */
.contact{
	color: #333;
	font-size:20px;
	border:1px solid #000;
	width: 20%;
	text-align: center;
	margin:3% auto 0;
	overflow-x:hidden; 
	overflow-y:hidden; 
}
.contact:hover a{
	color: white;
	background:#4461A0;
	width: 100%;
	display: block;
}
.num li{
	
	margin:0 auto;
	display: inline-block;
}
.num{
	width: 50%;
	margin:1% auto;
	font-size: 26px;
	font-weight: bolder;
	text-align: center;
	color: #000;
	overflow-y:hidden;
	overflow-x:hidden;  
}

#phone{
	animation:pulse 6s ease-out 0s infinite;
}
 @keyframes pulse{
	0%{transform:scale(1)}
	1%{transform:scale(1.6)}
	3%{transform:scale(0.9)}
	6%{transform:scale(1)}
	100%{transform:scale(1)}
}

.ser{
	width: 50%;
	margin:0  auto;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;

}
/* 主体内容 */

.content{
	width: 80%;
	margin:5% auto;
	overflow-y:hidden;
	overflow-x:hidden;  

}
.content-word{
	width: 40%;
	font-family: "微软雅黑";
	height: 30%;
	margin-top:7%;
	opacity: 0;

}
.content-img-left,.content-img-right{
	width: 50%;
	opacity: 0;
}
.content-tit-1{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.content-tit-2{
	font-size:14px;
	color: #4c4c4c;
	margin-top:6%;
	width:70%;
}
button{
	background: #fff;
	width: 12%;
	height:30px;
	border:2px solid #AFAFAF;
	font-size: 14px;
	margin-top:7%;
	color: #000;	

}
button:hover{
	background: #4461A0;
	color: #fff;
	border:none;
}
/* 
 .num i{animation: tel 6s ease-out 0s infinite;display: inline-block;}
  @keyframes tel
0% {
    transform: scale(1);
}
1% {
    transform: scale(1.3);
}
3% {
    transform: scale(0.8);
}
6% {
    transform: scale(1);
}

100% {
    transform: scale(1);
} */
/*-------------------------*/
@media only screen and (max-width: 1500px){
	.word-r{
		width: 30%;
		margin:3% 0 0 2%;
		position: absolute;
	}
	.word-tit3{
		width: 85%;
	}
	button{
		width: 15%;
	}
}
@media only screen and (max-width: 1300px){
.s-li{
	font-size: 16px;
}
.word-r{
	margin:1% 0 0 2%;
	width: 30%;
	position: absolute;
	
	}
.word-tit3{
	width: 90%;
}
.content-tit-2{
	width: 80%;
}
button{
	width: 20%;
}
.contact{width: 30%;}
}
@media only screen and (max-width: 1100px){
.s-li{
		font-size: 14px;
	}

.word-r{
	margin:.5% 0 0 2%;
	width: 31%;
	position: absolute;
	
	}
.word-tit{
	font-size: 18px;
}
.word-tit2{
	font-size: 16px;
}
.word-tit3{
	width: 90%;
	font-size: 14px;
	}
.content-tit-2{
	width: 90%;
}
}
@media only screen and (max-width: 980px){
.word-r{
	margin:1% 0 0 2%;
	width: 30%;
	position: absolute;
	
	}
	.word-tit3{
		width: 90%;
	}
.content-tit-1{
	text-align: center;
	margin:5% 0;
}
.content-tit-2{
	width: 90%;
	margin:0 auto;
	font-size: 14px;
}
button{
	width: 12%;
}
}
@media only screen and (max-width: 800px){
.p-img-1,.p-img-2,.p-img-3,.p-img-4,.p-w-1,.p-w-2,.p-w-3,.p-w-4{
	opacity: 0;
}
.des-img{
	margin-top: 2%;
}
.contact{
	width: 50%;
}
.num{
	width: 70%;
}
.content-word{
	margin-top: 2%;
}
.word-r{
	margin:5% 0 0 2%;
	width: 30%;
	position: absolute;
	
	}
.content-tit-1{
	text-align: center;
	margin:5% 0;
}
.content-tit-2{
	width: 90%;
	margin:0 auto;
	font-size: 14px;
}
button{
	width: 12%;
	border:1px solid #AFAFAF;
}
}
@media only screen  and (max-width:500px){
	.all-search{
		width: 100%;
	}
	.s-li{
		width: 20%;
		margin:5px;
		font-size: 14px;
	}
	.contact{
		width: 60%;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.num{
		font-size: 14px;
		width: 80%;
		margin:3% auto;
}
	.des{
		width: 100%;
		margin:0;
		padding-left: 5%;
}
	.word-r{
		margin-top: 5%;
		width: 46%;
	}
	.word-tit{
		font-weight: bold;
		font-size: 16px;
	}
	.word-tit2{
		font-size: 12px;	
	}
	.content{
		margin:4% auto;
	}
	.content-word{
		width: 45%;
		margin-top: 0;
	}
	.content-tit-1{
		font-weight: bold;
		font-size: 16px;
		margin: 3% 0;
		text-align: center;
	}
	button{
		width:25%;
		height: 25px;
		border:1px solid #AFAFAF;
		line-height: 25px;
	}
	.tit{opacity: 1;}

}