.tool {
	width: 1200px;
	float: left;
}
.tool ul {
}
.tool li {
	float: left;
	margin-bottom: 28px;
}
.tool li .p {
	float: left;
}
.tool li .t {
	float: right;
	width: 723px;
	height: 234px;
	background: #fff;
	padding: 40px 40px 0;
}
.tool li .t h2 {
	font-size: 26px;
	color: #18377d;
	font-weight: normal;
}
.tool li .t .i {
	font-size: 14px;
	color: #777;
	padding-top: 10px;
	line-height: 25px;
}
.tool li .t .i em {
	color: #bf1111;
}
.tool li .btn {
	padding-top: 40px;
}
.tool li .btn a:first-child {
	width: 148px;
	height: 36px;
	line-height: 36px;
	background: #4895e4;
	border: 1px solid #1973d0;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 402px;
}
.tool li .btn a:last-child {
	width: 148px;
	height: 36px;
	line-height: 36px;
	background: #ebebeb;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 14px;
	color: #000;
}
.tool li .cx {
	padding-top: 60px;
}
.tool li .cx .text {
	width: 564px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ddd;
	border-right: 0;
	float: left;
	padding-left: 10px;
}
.tool li .cx .ibtn {
	width: 148px;
	height: 38px;
	line-height: 38px;
	background: #4895e4;
	border: 1px solid #1973d0;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.pop {
	width: 500px;
	height: 402px;
	background: #fff;
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -201px 0 0 -250px;
	box-shadow: 0 0 8px #ccc;
	border-radius: 4px;
	display: none;
}
.pop h2 {
	border-top: 13px solid #334b7d;
	border-radius: 4px;
	font-size: 25px;
	text-align: center;
	padding: 20px 0 0 0;
}
.pop p {
	font-size: 14px;
	text-align: center;
	color: #a6a6a6;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 14px;
	margin: 0 23px;
}
.pop form {
}
.pop form ul {
	padding-top: 10px;
}
.pop form li {
	font-size: 14px;
	margin: 24px 0 0 82px;
}
.pop form span {
}
.pop form .text {
	width: 273px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-left: 5px;
}
.pop form .text:focus {
	box-shadow: 0 0 10px #ccc;
}
.pop form .ibtn {
	display: block;
	width: 336px;
	height: 54px;
	line-height: 54px;
	border-radius: 4px;
	background: #4895e4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 30px auto 0;
	cursor: pointer;
}
.pop form .safe {
	padding: 15px 0 0 126px;
	color: #888;
}
.pop .closed {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	top: 26px;
	right: 16px;
	font-family: Arial;
	font-size: 20px;
	color: #999;
	z-index: 10;
	cursor: pointer;
}
.shadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}
.onn {
	display: block;
}