html,body {
	padding:0;
	margin:0
}


.topbanner {
	width:100%;
}
.topbanner img {
	width:100%;
}

.ishy {
	width:100%;
	height:150px;
	text-align: center;
	background: #fff5ec;
}

.ishy dl dt {
	padding-top:20px;
	font-size:1.5rem;
	color:#eb4932;
}
.ishy dl dt img {
	margin-right:10px;
	width:30px;
}
.ishy dl dd {
	padding:20px 30px 0 30px;
	font-size:1.1rem;
	line-height:1.8rem;
}


/*如何申领*/
.btqslbox {
	width:100%;
	min-height:700px;
	background: #ff8039;
}
.btqslbox .btqsl_top {
	width:100%;
}
.btqslbox .btqsl_top img {
	width:100%;
}
.btqslbox .btqsl_title {
	position: relative;
	margin:20px 20px 0 20px;
	width:auto;
}
.btqslbox .btqsl_title::after {
	position: absolute;
	width:100%;
	height:1px;
	content: '';
	background: #ffffff;
	z-index: 1;
}
.btqslbox .btqsl_title img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:45%;
	z-index: 2;
}
.btqsl_flow {
	padding:40px 20px 0 20px;
	width:auto;
}
.btqsl_f1 {
	padding:20px 0;
	width:100%;
	border-radius: 10px;
	background: #ffffff;
}
.btqsl_f1 dl.btqsl_fl_l {
	float: left;
	width:50%;
	text-align: center;
}
.btqsl_f1 dl.btqsl_fl_l dt {
	padding:10px 0 0 0;
}
.btqsl_f1 dl.btqsl_fl_l dt img {
	width:45%
}
.btqsl_f1 dl.btqsl_fl_l dd {
	font-size:1.1rem;
	font-weight: bold;
}
.btqsl_f1 dl.btqsl_fl_r {
	float: left;
	width:50%;
	text-align: center;
}
.btqsl_f1 dl.btqsl_fl_r span {
	display: block;
}
.btqsl_f1 dl.btqsl_fl_r span img {
	width:50%;
}

.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn {
	padding-top:15px;
	clear: both;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl {
	display: block;
	width:50%;
	float: left;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl dt {
	padding-bottom:8px;
	font-size:0.8rem;
	color:#777777;
	text-align: center;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl dd {
	width:auto;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl dd a {
	display: block;
	width:90%;
	height:35px;
	line-height:35px;
	border-radius: 35px;
	font-size:1rem;
	font-weight: bold;
	color:#ffffff;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl:nth-child(1) dd a {
	background: #ff654b;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_btn dl:nth-child(2) dd a {
	background: #ff8b49;
}


.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_dl {
	width:auto;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_dl dl dt {
	padding:10px 10px 0 0;
	clear: both!important;
	font-size:19px;
	line-height:32px;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_dl dl dd {
	padding-top:20px;
	clear: both!important;
}
.btqsl_f1 dl.btqsl_fl_r .btqsl_flow_dl dl dd a {
	display: block;
	margin: 0 auto 0 auto;
	width:110px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	font-size:15px;
	background: #f55555;
	border-radius: 50px;
}



.btqsl_f1 dl.btqsl_fl_r ul li {
	padding:10px 10px 0 0;
	font-size:0.9rem;
	color:#777777;
}
.btqsl_f1 dl.btqsl_fl_r ul li a {
	margin:10px auto 0 auto;
	display: block;
	width:100px;
	height:27px;
	line-height:27px;
	color:#ffffff;
	background: #ff654b;
	border-radius: 20px;
}


.btqsl_fbox {
	margin-top:20px;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.btqsl_fbox .btqsl_f2,
.btqsl_fbox .btqsl_f3 {
	float: left;
	padding-top:20px;
	width:47%;
	height:100vw;
	background: #ffffff;
	text-align: center;
	border-radius: 10px;
}
.btqsl_fbox .btqsl_f2 span,
.btqsl_fbox .btqsl_f3 span {
	display: block;
	text-align: center;
}
.btqsl_fbox .btqsl_f2 span img,
.btqsl_fbox .btqsl_f3 span img {
	width:60%;
}

.btqsl_fbox .btqsl_f2 font {
	display: block;
	padding:5px 10px 30px 10px;
	height: 33vw;
  font-size: 5vw;
	text-align: center;
}

.btqsl_fbox .btqsl_f3 font {
	display: block;
	padding:5px 10px 10px 10px;
	height: 33vw;
  font-size: 5vw;
	text-align: center;
}

.btqsl_fbox .btqsl_f2 a,
.btqsl_fbox .btqsl_f3 a {
	display: block;
	margin:0 auto;
	width:80%;
	height:40px;
	line-height:40px;
	color:#ffffff;
	border-radius: 40px;
	font-size:5vw;
	font-weight: bold;
	background: #ff8b49;
	text-align: center;
}





/*申领规则*/
.slgzbox {
	padding:40px 0;
	width:100%;
	min-height:100px;
	background: #ff8039;
}
.slgzbox .slgz_title {
	position: relative;
	margin:20px 20px 0 20px;
	width:auto;
}
.slgzbox .slgz_title::after {
	position: absolute;
	width:100%;
	height:1px;
	content: '';
	background: #ffffff;
	z-index: 1;
}
.slgzbox .slgz_title img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:45%;
	z-index: 2;
}

.slgzbox .slgzinfo {
	padding:40px 20px 0 20px;
	width:auto;
}
.slgzbox .slgzinfo dl {
	margin-bottom:10px;
	padding:15px 25px;
	display: block;
	clear: both;
	background: #fff3ec;
	border-radius: 10px;
}
.slgzbox .slgzinfo dl dt {
	display: block;
	float: left;
	width:34px;
	height:34px;
	line-height:32px;
	border-radius: 34px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color:#fb4425;
	border:1px #fb4425 solid;
}
.slgzbox .slgzinfo dl dd {
	padding:0 0 0 50px;
	font-size:5vw;
	line-height:30px;
}

.slgzbox a.ljbtn {
	margin:20px auto 0 auto;
	display: block;
	width:180px;
	height:45px;
	line-height:45px;
	background: #fff9d0;
	border-radius: 40px;
	color:#fa4a29;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}


/*领券提示*/
.lqtx {
	display: none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background-image: url(../img/chk_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90%;
	height:219px;
	text-align: center;
	z-index: 20;
}
.lqtx > i {
	cursor: pointer;
	display: block;
	top:-30px;
	right:-10px;
	position: absolute;
	width:25px;
	height:25px;
	opacity: 0.7;
	z-index: 30;
}
.lqtx > i img {
	width:100%;
}
.lqtx > i:hover {
	opacity: 1;
}

.lqtx .lqok {
	position: relative;
	padding:24px 0 0 0;
}
.lqtx .lqok dl {
	padding-bottom:38px;
}
.lqtx .lqok dl dt {
	margin-bottom:20px;
}
.lqtx .lqok dl dd {
	font-size: 24px;
	color:#d7503b;
}
.lqtx .lqok a {
	display: block;
	margin:0 auto;
	width:50%;
	height:40px;
	line-height:40px;
	font-size:24px;
	border-radius: 60px;
	color:#fa4a29;
	background:#fff9d0;
	text-align: center;
}
.lqtx .lqok a:hover {
	opacity: 0.9;
}

.lqtx .lqno {
	position: relative;
	padding:24px 0 0 0;
}
.lqtx .lqno span {
	position: absolute;
	display: block;
	top:30px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:128px;
	z-index: 1;
}
.lqtx .lqno span img {
	width:100%;
}
.lqtx .lqno dl {
	position: relative;
	z-index: 2;
}
.lqtx .lqno dl dt {
	padding-bottom:20px;
	font-size:28px;
}
.lqtx .lqno dl dd {
	padding:0 20px;
	font-size: 20px;
	color:#d7503b;
}


.wxtsbox {
	padding:0 0 20px 0;
	width:100%;
	background: #fdcf9d;
}
.wxtsbox dt img {
	width:100%;
}
.wxtsbox dd a {
	display: block;
	margin:20px auto 0 auto;
	width:60%;
	height:45px;
	line-height:45px;
	border-radius: 45px;
	text-align: center;
	color:#ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	background: #fb4c2a;
}


.skbxbox {
	padding:160px 0 25px 0;
	width:100%;
	background-color: #fb5034;
	background-image: url(../img/skbx_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.skbxbox dl {
	padding:15px;
	margin:0 auto;
	display: block;
	width:90%;
	background:#fff8f1;
	border-radius: 10px;
}

.skbxbox dl dd {
	margin-bottom:10px;
	text-indent: 2.2rem;
	font-size:1.1rem;
	line-height:1.8rem;
}

.skbxbox a {
	margin:20px  auto 20px auto;
	display: block;
	width:60%;
	height:45px;
	line-height:45px;
	color:#ffffff;
	font-size:1.1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 45px;
}

.skbxbox a:nth-child(1){
	background: #fb4c2a;
}

.skbxbox a:nth-child(2){
	background: #ff8b49;
}


/*企业个人报名*/
.baoming {
	display:none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color: #fff9f3;
	background-image: url(../img/form_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 92%;
	height:450px;
	text-align: center;
	border-radius: 10px;
	z-index: 20;
}
.baoming > i {
	cursor: pointer;
	display: block;
	top:-30px;
	right:0;
	position: absolute;
	width:25px;
	height:25px;
	opacity: 0.7;
	z-index: 30;
}
.baoming > i img {
	width:100%;
}
.baoming > i:hover {
	opacity: 1;
}
.baoming dl {
	padding-bottom:80px;
	margin:0 auto;
	display: block;
	width:100%;
}
.baoming dl dt {
	padding:40px 0 30px 0;
	font-size:30px;
	font-weight: bold;
	color:#fa4729
}
.baoming dl dd {
	padding:0 20px 0 0;
	margin-bottom:10px;
	width:auto;
}
.baoming dl dd span {
	float: left;
	display: block;
	width:100px;
	height:40px;
	line-height:40px;
}
.baoming dl dd input {
	padding:0 7px;
	float: left;
	width:calc(100% - 100px);
	height:40px;
	border:1px #ffdab6 solid;
	border-radius: 4px;
	outline: none;
}
.baoming button {
	margin:0 auto;
	display: block;
	width:200px;
	height:45px;
	font-size:22px;
	color:#fa4729;
	background: #fff9d0;
	border:0;
	border-radius: 50px;
}


/*联系客服*/
.kfbox {
	display: none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:94%;
	height:420px;
	background: #fff9f3;
	border-radius: 10px;
	z-index: 20;
}
.kfbox > i {
	cursor: pointer;
	display: block;
	top:-30px;
	right:0;
	position: absolute;
	width:25px;
	height:25px;
	opacity: 0.7;
	z-index: 30;
}
.kfbox > i img {
	width:100%;
}
.kfbox > i:hover {
	opacity: 1;
}

.kfbox h3 {
	margin-bottom:25px;
	padding:12px 0 12px 0;
	text-align: center;
	font-size:24px!important;
	border-radius: 10px 10px 0 0;
	color:#ffffff;
	background: #fa4729;
}
.kfbox .kfevm {
	width:auto;
}
.kfbox .kfevm dl {
	display: block;
	float: left;
	width:50%;
}
.kfbox .kfevm dl dt {
	margin-bottom:10px;
	text-align: center;
	font-size:18px;
	width:100%;
	font-weight: bold;
}
.kfbox .kfevm dl dd {
	text-align: center;
	width:100%;
}
.kfbox .kfevm dl dd img {
	width:80%;
}
.kfbox ul {
	clear: both;
}
.kfbox ul li:nth-child(1) {
	margin-top:25px;
	font-size:18px;
	font-weight: bold;
	text-align: center;
}
.kfbox ul li:nth-child(2) {
	margin-top:10px;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
}
.kfbox ul li:nth-child(2) a {
	color:#fa4729;
	font-weight: bold;
}



/*建会联系*/
.jhsqbox {
	display: none;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:94%;
	height:500px;
	background: #fff9f3;
	border-radius: 10px;
	z-index: 20;	
}
.jhsqbox > i {
	cursor: pointer;
	display: block;
	top:-40px;
	right:-5px;
	position: absolute;
	width:25px;
	height:25px;
	opacity: 0.7;
	z-index: 30;
}
.jhsqbox > i img {
	width:100%;
}
.jhsqbox > i:hover {
	opacity: 1;
}

.jhsqbox dl dt {
	padding:15px 0;
	color:#ffffff;
	font-size:24px;
	background:#fa4729;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.jhsqbox dl dd {
	padding:15px;
	width:auto;
}
.jhsqbox dl dd table {
	width:100%;
}
.jhsqbox dl dd table tr td {
	border:1px #f5dec7 solid;
	height:40px;
	text-align: center;
}
.jhsqbox dl dd table thead tr td {
	font-weight: bold;
	background:#f5dec7;
}
.jhsqbox dl dd table tbody tr:nth-child(even) td {
	background:#fcf3e9;
}




.pagebg {
	display: none;
	top:0;
	left:0;
	position: fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}