@charset "utf-8";

a {
	text-decoration: none!important
}

a:focus {
	outline: 0
}

input,select,textarea {
	outline: 0;
	background-color: transparent
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px
}
[class~=row] {
	margin: 0
}
[class*=col-] {
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .clearfix {
	zoom: 1
}

img {
	border: none;
	display: block
}

li,ul {
	list-style: none
}

em,i {
	font-style: normal
}

html {
	font-size: 50px;
	width: 100%
}

.tl {
	text-align: left!important
}

.tr {
	text-align: right!important
}

.bghui {
	background-color: #f4f5fa
}

.topbox {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: url(../images/bg1.png) no-repeat;
	background-position: center;
	background-size: cover
}

.topbox .left {
	float: left
}

.topbox .left img {
	width: 374px;
	height: 34px;
	margin-top: 23px;
	margin-left: 30px
}

.topbox .right {
	float: right;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	margin-right: 30px
}

.liucheng {
	width: 100%;
	margin-top: 15px
}

.liucheng>img {
	width: 1000px;
	height: 47px;
	margin: 0 auto
}

.mainbox {
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px
}

.mainbox>p>i {
	display: block;
	font-size: 18px;
	line-height: 60px;
	padding: 15px
}

.mainbox>p>i>b {
	font-weight: 700;
	color: red;
	font-size: 24px
}

.mainbox>p>span {
	font-size: 18px;
	display: block;
	background: #ff0;
	line-height: 60px;
	padding: 15px
}

.mainbox>div {
	width: 372px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px
}

.mainbox>div a {
	display: block;
	float: left;
	cursor: pointer
}

.mainbox>div a.tui {
	border: 1px solid #dc143c;
	font-size: 16px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #dc143c;
	padding: 0 30px
}

.mainbox>div a.yue {
	background: #0fa52f;
	color: #fff;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 30px;
	margin-left: 60px
}

.bt {
	overflow: hidden;
	position: fixed;
	left: 10px;
	bottom: 20px
}

.bt img {
	float: left;
	width: 16px;
	height: 16px
}

.bt p {
	float: left;
	font-size: 14px;
	margin-left: 10px;
	line-height: 16px
}

.titbox {
	font-size: 16px;
	text-align: center;
	margin-top: 10px
}

.titbox a {
	color: red;
	font-size: 28px;
	font-weight: 700
}

.titbox em {
	color: red;
	font-size: 16px
}

.xuanze {
	width: 100%;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 5px 0;
	margin-top: 20px
}

.xuanze .xzbox {
	width: 1000px;
	margin: 0 auto
}

.xuanze .begin {
	float: left;
	height: 44px;
	line-height: 44px;
	background: #007aff;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 0 30px;
	cursor: pointer
}

.xuanze .dangqian {
	float: left;
	height: 44px;
	line-height: 44px;
	background: #ff0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0 30px;
	margin-left: 110px;
	display: none
}

.xuanze .dangqian b {
	color: red;
	font-size: 18px
}

.xuanze .dangqian.on {
	display: block
}

.haobox {
	width: 1300px;
	margin: 0 auto;
	margin-top: 20px
}

.haobox ul {
	overflow: hidden
}

.haobox ul li {
	float: left;
	width: 14%;
	height: 44px;
	margin: 10px 1%;
	cursor: pointer;
	position: relative
}

.haobox ul li a {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-align: center;
	border: 1px solid #eee;
	padding: 0 20px;
	line-height: 44px
}

.haobox ul li span {
	display: block;
	position: absolute;
	width: 20px;
	height: 15px;
	background: url(../images/dui.png) no-repeat;
	background-size: 20px 15px;
	background-position: center;
	left: 5px;
	top: 15px;
	display: none
}

.haobox ul li.on span {
	display: block
}

.haobox ul li.on a {
	color: #dd3034
}

.haobox ul li:nth-child(49) {
	margin-left: 33%
}

.yixuan {
	width: 400px;
	margin: 0 auto;
	display: none;
	margin-top: 90px
}

.yixuan .dqhm {
	padding: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	background: #ff0
}

.yixuan .dqhm b {
	color: red;
	font-size: 24px
}

.yixuan .dqhm.on {
	display: block
}

.yixuan .btnbox {
	width: 302px;
	overflow: hidden;
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 49px;
	margin-top: 90px
}

.yixuan .btnbox a {
	display: block;
	float: left;
	cursor: pointer
}

.yixuan .btnbox a.le {
	border: 1px solid #dc143c;
	font-size: 16px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #dc143c;
	padding: 0 30px
}

.yixuan .btnbox a.ri {
	background: #0fa52f;
	color: #fff;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 30px;
	margin-left: 60px
}

.xuanze .success {
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 44px;
	line-height: 44px
}

.aichebox {
	width: 400px;
	margin: 0 auto;
	background: #e5e5e5;
	padding: 20px;
	margin-top: 40px;
	position: relative
}

.aichebox h3 {
	font-size: 22px;
	color: #333;
	text-align: center;
	font-weight: 700
}

.aichebox h5 {
	color: #2d306d;
	font-size: 28px;
	font-weight: 700;
	border: 3px solid #fff;
	padding: 20px 20px;
	text-align: center;
	width: 280px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 10px
}

.aichebox h6 {
	width: 200px;
	height: 252px;
	background: url(../images/qiqiu.png) no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	right: -190px;
	top: 0;
	z-index: -1;
	opacity: .8
}

.wancheng {
	width: 116px;
	margin: 0 auto;
	background: #0fa52f;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 50px;
	cursor: pointer
}

.wancheng a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff
}

#sure {
	background: #0fa52f
}

#timeBox span {
	font-size: 17px
}
