.tools1{
	padding-bottom: 30px;
}
.tools1 .d1{
	padding-top: 200px;
	padding-bottom: 30px;
	border-bottom:2px solid rgba(125, 22, 20, 1);
}
.tools1 .d1 .p1{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 50px;
	color: rgba(51, 51, 51, 1);
}
.tools1 .d1 .p1 span{
	color: rgba(125, 22, 20, 1);
}
.tools1 .d1 .p2{
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 52px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}
.tools1 .d2{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-top: 30px;
}
.tools1 .r2{
	margin-top: 130px;
}
.tools1 .r2 img{
	width: 88%;
}

.tools2{
	padding-top: 80px;
	padding-bottom: 80px;
	background: rgba(247, 247, 247, 1);
}
.title{
	text-align: center;
}
.title span{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(69, 5, 5, 1);
	padding-top: 6px;
	border-top: 2px solid rgba(69, 5, 5, 1);
}
.title p{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000;
}
.tools2 .p2{
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(51, 51, 51, 1);
	margin-top: 30px;
	margin-bottom: 50px;
}
.tools2 .r2 img{
	width: 100%;
}
.tools2 .r2 .p3{
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    padding-top: 18px;
    border-top: 1px solid rgba(125, 22, 20, 1);
    width: 46%;
    margin-left: 10%;
    margin-top: 84px;
    line-height: 22px;
}
.tools3{
	padding-top: 60px;
	padding-bottom: 40px;
	width: 100%;
	height: auto;
	background: url(../img/tools-bg.png) no-repeat;
    background-size: 84% 48%;
    background-position-x: 7vw;
}
.tools3 .cl1{
	text-align: center;
}
.tools3 .cl1 img{
	width: 66%;
	margin-top: 50px;
}
.tools3 .p1{
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(51, 51, 51, 1);
	margin-top: 36px;
	margin-bottom: 50px;
	width: 84%;
}

.tools3 span{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	margin-top: 30px;
	display: inline-block;
}
.tools3 .d1{
	width: 65%;
	border-top: 1px solid rgba(125, 22, 20, 1);
	padding-top: 10px;
}
.tools3 .d1 p{
	font-size: 14px;
}
.tools4 .r2 img{
	width: 80%;
	padding-top: 76px;
}
.tools4 .p4{
	text-align: left;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(51, 51, 51, 1);
    margin-top: 130px;
}
.tools4 .r2 .p3{
	margin-left: 0;
	width: 55%;
	margin-top: 14px;
	padding-top: 28px;
}
.tools5{
	background-color: #fff;
}

@media (min-width: 1600px){
	.container {
		width: 1600px;
	}
}

@media (max-width: 1600px){
	.container {
		width: 100%!important;
	}
}

@media (min-width: 1200px){
}


@media (max-width: 768px){
	.tools1 .d1{
		padding-top: 45px;
	}
	.tools3 .cl1 img{
		width: 100%;
	}
	.tools3 .p1{
		margin-left:0px;
		width: 100%;
	}
	.tools3 .d1{
		width: 100%;
	}
	.tools3 span{
		margin-top: 0;
	}
}

@media (max-width: 425px){

}

