/* banner */
.banner_new{
	height: calc(320rem/72);
}
/* 工具 */
.tool-top{
	margin-left: calc(34rem/72);
	margin-right: calc(34rem/72);
}
.tool-top ul li {
	width: calc(650rem/72);
	height: calc(290rem/72);
	border-radius: calc(10rem/72);
	position: relative;
	float: left;
	margin-bottom: calc(65rem/72);
	box-shadow: calc(0rem/72) calc(0rem/72)  calc(19rem / 72) rgba(102,102,102,.1);
}
.tool-top ul li.first,.tool-top ul li.two,.tool-top ul li.three{
	background: #f6f6f6;
}
.tool-top ul li.first{
	width: calc(316rem/72);
	height: calc(316rem/72);
	margin-right: calc(18rem/72);
	margin-bottom: calc(80rem/72);
	box-shadow:none;
}
.tool-top ul li.two{
	margin-bottom: calc(20rem/72);
}
.tool-top ul li.two,.tool-top ul li.three{
	width: calc(316rem/72);
	height: calc(148rem/72);
	float: left;
	box-shadow:none;
}
.tool-top ul li.first .title,.tool-top ul li.two .title,.tool-top ul li.three .title{
	padding-left: calc(28rem/72);
	padding-bottom: calc(18rem/72);
	padding-top: calc(28rem/72);
}
.tool-top ul li.first .desc,.tool-top ul li.two .desc,.tool-top ul li.three .desc{
	padding-left: calc(28rem/72);
	padding-bottom: calc(12rem/72);
}
.tool-top ul li .title{
	font-size: calc(30rem/72);
	color: #333;
	font-weight: bold;
}
.tool-top ul li .desc{
	font-size: calc(22rem/72);
	color: #666;
}
.tool-top ul li img{
	position: absolute;
	width: auto;
	display: none;
}
.tool-top ul li.first img{
	bottom: 0;
	transform: translate(-50%);
	left: 50%;
}
.tool-top ul li.two img,.tool-top ul li.three img{
	right: 0;
	transform: translate(0,-50%);
	top: 50%;
}
.tool-top ul li .four-left{
	width: calc(332rem/72);
	height: calc(290rem/72);
	float: left;
	position: relative;
}
.tool-top ul li .four-left img{
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
}
.tool-top ul li.four .title{
	margin-top: calc(40rem/72);
	margin-bottom: calc(35rem/72);
}
.tool-top ul li.four .desc{
	margin-bottom: calc(16rem/72);
}
.tool-top ul li .four-right{
	width: calc(318rem/72);
	float: left;
	height: calc(290rem/72);
}
.tool-top ul li.four .btn{
	width: calc(210rem/72);
	height: calc(58rem/72);
	background: #fca22c;
	color: #fff;
	font-size: calc(26rem/72);
	text-align: center;
	line-height: calc(58rem/72);
	border-radius: calc(30rem/72);
	margin-top: calc(19rem/72);
}
.tool-top ul li.five img{
	width: calc(650rem/72);
	height: calc(290rem/72);
	border-radius: calc(10rem/72);
}
.tool-top ul li:last-of-type{
	margin-bottom: calc(72rem/72);
}