* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	font-family: '宋体',Helvetica,Tahoma,arial,sans-serif;
}
input, input:link, input:hover, textarea, button, select {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background-color: transparent;
}
h1 {
	font-size: 60px;
	line-height: 82px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
p {
	font-size: 14px;
	line-height: 22px;
}
ul,ol {
	list-style-type: none;
}
a,a:link,a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
h2 span {
	color: #ec661a;
}
.clear {
  display: block;
  zoom: 1;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	z-index: 1;
	background-color: #525252;
}
.nav:after {
	clear: both;
}
.nav-top {
	width: 928px;
	height: 52px;
	margin: 0 auto;
	line-height: 52px;
	color: #fff;
}
.nav-top > a {
	position: absolute;
	top: 10px;
}
.nav-top img {
	vertical-align: middle;
}
.nav-top ul {
	display: table;
	height: 52px;
}
.nav-top ul li {
	display: table-cell;
}
.nav-top ul li {
	padding-left: 50px;
}
.nav-top ul li a {
	font-size: 18px;
	color: #fff;
}
.nav-top ul li a:hover {
	color: #ec661a;
}
.nav-top ul li.wechat {
	position: relative;
}
.nav-top ul li.wechat img {
	position: absolute;
	bottom: -130px;
	left: 0;
	display: none;
}
.footer {
	padding: 130px 0 190px;
	text-align: center;
	background: url(../image/bg-00.jpg) no-repeat top center;
	background-size: cover;
}
.footer img {
	padding-bottom: 10px;
}
.mark-f {
	padding: 28px 0 24px;
	background-color: rgba(255, 255, 255, .5);
}
.css-table {
	display: table;
	width: 100%;
}
.question-show {
	padding-top: 52px;
	padding-bottom: 165px;
	text-align: center;
}
.question-show > img {
	width: 100%;
}
.top {
	position: relative;
	height: 200px;
	background: url(../image/question-top.jpg) no-repeat center;
	background-size: cover;
}
.top p {
	display: table-cell;
	vertical-align: middle;
	font-size: 58px;
	line-height: 80px;
	color: #ec661a;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
}
.top p a,.btn a {
	display: inline-block;
	width: 218px;
	line-height: 48px;
	color: #eb6100;
	font-size: 20px;
	margin-left: 30px;
	margin-bottom: 12px;
	vertical-align: middle;
	background: url(../image/btn-bg.png) no-repeat center;
}
.content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 8px;
}
.title {
	font-size: 18px;
	text-align: left;
	padding-bottom: 30px;
}
.title-num {
	padding: 0 10px;
}
.xuanti {
	display: inline-block;
	width: 80px;
	line-height: 30px;
	color: #fff;
	background-color: #ff7f95;
	text-align: center;
}
.content ul {
	padding-left: 90px;
	text-align: left;
}
.content ul li {
	padding-top: 10px;
	padding-bottom: 20px;
}
.content ul li span {
	position: relative;
	padding-left: 24px;
	background: url('../image/radio.png') no-repeat center left;
}
.content ul li span.active {
	background-image: url('../image/radio-active.png');
}
.content ul li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.content ul li button {
	-webkit-appearance: none;
	width: 155px;
	height: 46px;
	font-size: 20px;
	color: #ec661a;
	cursor: pointer;
	background: transparent url(../image/btn-bg-button.png) no-repeat center;
	border: 0;
}
.content-list {
	/*position: relative;*/
	margin-bottom: 10px;
}

.clearfix {*zoom:1;}
.clearfix:before,.clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after {clear: both;}

.ab-left {
	width: 720px;
	float: left;
}

.ab-right {
	float: right;
	width: 250px;
	margin-right: 20px;
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*height: 160px;*/

}

.ab-right img {
	height: 100%;
	max-height: 160px;
}

.explain {
	display: none;
	text-align: left;
	padding: 0 35px 40px 115px;
}
.explain h5 {
	font-size: 18px;
	font-weight: normal;
	padding: 25px 0 15px;
	border-top: 1px solid #000;
}
.explain p {
	font-size: 18px;
}
.bottom {
	margin-top: 22px;
	padding-left: 90px;
	text-align: left;
}
.bottom span {
	font-size: 18px;
	line-height: 20px;
}
.bottom .checkbox-bg {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	background: url(../image/checkbox.png) no-repeat center left;
}
.bottom .checkbox-bg.active {
	background-image: url(../image/checkbox-active.png);
}
.bottom .checkbox-bg input {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 20px;
	opacity: 0;
}
.simulation .btn {
	text-align: left;
	padding-left: 110px;
}
.simulation .btn a {
	text-align: center;
}
.simulation-table {
	margin-bottom: 6px;
	border: 1px solid #e8e8e8;
}
.simulation-left,.simulation-right {
	float: left;
}
.simulation-left {
	width: 200px;
	height: 105px;
	border-right: 1px solid #e8e8e8;
}
.simulation-right {
	width: 798px;
}
.simulation-left p,.simulation-left span {
	font-size: 12px;
}
.simulation-left p {
	line-height: 16px;
	padding: 20px 0 15px 0;
}
.simulation-left p strong {
	font-size: 18px;
	font-weight: normal;
	color: #ff1111;
	padding-left: 5px;
}
.simulation-left span {
	display: inline-block;
	width: 50%;
	line-height: 20px;
	padding-left: 30px;
	background: url(../image/icon-1.png) no-repeat center left 25px;
}
span.span-2 {
	background-image: url(../image/icon-2.png);
}
span.span-3 {
	background-image: url(../image/icon-3.png);
}
span.span-4 {
	background-image: url(../image/icon-4.png);
}
.simulation-right a {
	float: left;
	display: inline-block;
	width: 5%;
	height: 21px;
	line-height: 20px;
	color: #333;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	position: relative;
}
a.span-right {
	border-right: 0 solid transparent;
}
a.span-bottom {
	border-bottom: 0 solid transparent;
}
a.after {
	background-color: #fed2d9;
}
a.error {
	color: #ff5772;
}
a.error:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../image/icon-mask.png') no-repeat center;
}
a.current {
	color: #fff;
	background-color: #ff5772;
}
.simulation .btn {
	padding-top: 56px;
}

.simulation-error .simulation-left p strong {
	color: #6f6f6f;
}
.simulation-error .explain {
	display: block;
}

.dialog {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	display: none;
	height: auto;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0px);
	width: 340px;
	z-index: 1000;
}

.dialog .begin_top {
	border-bottom: 1px solid #cecece;
}

.begin_top .begin {
	color: #ec661a;
	font-size: 16px;
	padding-left: 14px;
	padding-top: 16px;
	position: relative;
	text-align: left;
}

.begin_top .close {
	background: rgba(0, 0, 0, 0) url("../image/dialog_close.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 14px;
}

.begin_top .goon {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 29px;
	margin-top: 21px;
	padding: 0 12px;
	text-align: left;
}

.begin_bottom .certain {
	color: #ec661a;
	width: 48%;
	cursor: pointer;
	text-align: left;
	margin-left:10px;
}
.begin_bottom .cancel {
	width: 48%;
	cursor: pointer;
	text-align: right;
}
.begin_bottom div {
	display: inline-block;
	font-size: 18px;
}

.zhezhao {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}