body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*提示弹窗*/
.hint {
	padding: 24px 22px;
	font-size: 14px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	position: fixed;
	top: 40%;
	z-index: 9999;
	left: 17%;
	display: none;
}

.hint.current {
	background: #fff;
	color: #333;
	padding: 17px 20px;
	border: 1px solid #eee;
	border-radius: 16px;
}

/* banner */
.banner {
	position: relative;
	font-size: 0
}
.banner img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.banner ul{
	width: 200px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 50%;	
	margin-left: -100px;
	bottom: 1px;
}
.banner ul li{
	width: 10px;
	cursor: pointer;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: gold;
	margin-left: 8px;
}
.banner ul li.active{
	background: orange;
}

/* main */
.main {
	margin-top: 70px;
}

.main h2 {
	text-align: center;
	margin-bottom: 52px;
}

.main table {
	margin: 0 auto;
	width: 1200px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
	font-size: 16px;
	transition: all .3s;
}

.main table:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.main table th {
	background: #649cf0;
	color: #fff;
	line-height: 50px;
	border-right: 1px solid #eee;
}

.main table td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}

.main table td span {
	color: #f42424;
}

.main table td em {
	font-weight: bold;
}

.main table td p {
	line-height: 22px;
	margin: 10px 0;
}

.main table td.banxing {
	width: 120px;
}

.main table td.mokuai {
	width: 150px;
}

.main table td.fuwu {
	width: 750px;
	text-align: left;
	padding-left: 20px;
}

.main table td span {
	margin-right: 10px;
}

.main .bx_btn {
	width: 120px;
	line-height: 52px;
	text-align: center;
	background: #649cf0;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 12px;
}

.form {
	width: 1200px;
	margin: 0 auto;
	padding: 70px;
	box-sizing: border-box;
}

.form h2 {
	text-align: center;
	margin: 30px auto 70px;
}

.form_con {
	width: 500px;
	margin: 0 auto;
	margin-top: -30px;
}

.form .tr {
	width: 490px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	color: #333;
}
.form .tr.active{
	transition: all .3s;
	border: 1px solid #333;
}
.form .tr.active span{
	border-right: 1px solid #333;
}
/* .form .tr:hover{
	border: 1px solid #333;
}
.form .tr:hover span{
	border-right: 1px solid #333;
} */

.form .tr span {
	display: inline-block;
	width: 107px;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 16px
}

.form .tr input,
.form .tr select {
	width: 369px;
	height: 52px;
	padding-left: 12px;
	border: none;
	background: transparent;
	color: #333;
	font-size: 16px;
	outline: none;
}

.form .tr option {
	color: #333;
	height: 300px;
}

.form .tr input::-webkit-input-placeholder {
	color: #aaa;
}

.form .btn {
	width: 490px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: #e2231a;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
	border: 1px solid #e2231a;
	margin-top: 13px;
}

.form .btn:hover {
	background: #c81623;
}
.form .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.form .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.form .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.form .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.form .shard_shuoming .icon img.active{
	display: block;
}
.form .shard_shuoming .font{
	float: right;
}
