	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	ul,
	li {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	img {
		border: none;
		vertical-align: middle;
	}
	
	.fl {
		float: left;
	}
	
	.fr {
		float: right;
	}
	
	.cen {
		text-align: center;
	}
	
	.container {
		width: 1100px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.clearfix::before,
	.clearfix::after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
	}
	
	body,
	html {
		background-color: #FFF;
		font-family: "微软雅黑", '黑体', Tahoma, Geneva, sans-serif, 'Times New Roman', Times, serif;
	}
	/*tit*/
	
	.titlog {
		width: 100%;
		padding: 80px 0 55px;
	}
	
	.titlog img {
		width: 100%;
	}
	/*nav*/
	
	.nav {
		width: 100%;
		margin-bottom: 70px;
	}
	
	.nav .container {
		box-shadow: -1px -1px 5px 3px #bababa;
		height: 62px;
	}
	.nav .container h1{
		text-align: center;
		line-height: 62px;
	}
	/* .nav .container ul {
		width: 100%;
		padding: 0 75px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		
	} */
	
	.nav .container ul a {
		display: block;
		line-height: 62px;
		-ms-line-height: 62px;
		color: #006bff;
		font-size: 24px;
		font-weight: bold;
	}
	/*报考条件*/
	
	#bktj {
		width: 100%;
		height: 630px;
		background: url(../images/banner.png) no-repeat;
		background-size: cover;
		padding-top: 65px;
		margin-bottom: 80px;
	}
	
	#bktj .container {
		width: 1100px;
		height: 500px;
		background-color: #fff;
		border-radius: 50px;
		box-shadow: -1px -1px 5px 5px #0048ff;
		padding: 20px 0;
		display: flex;
		display: -webkit-flex;
	}
	
	#bktj .container>div {
		width: 50%;
	}
	
	#bktj .bklf {
		padding: 25px 27px 0;
		border-right: 3px solid #006BFF;
	}
	
	#bktj .bklf .tit,
	#bktj .bklr .tit {
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		color: #006bff;
		line-height: 76px;
	}
	
	#bktj .bklf p {
		line-height: 24px;
		margin-bottom: 22px;
		font-size: 16px;
		color: #000000;
	}
	
	#bktj .bklr {
		padding: 25px 10px 0 35px;
	}
	
	#bktj .bklr input,
	#bktj .bklr select {
		width: 462px;
		height: 40px;
		margin-left: 10px;
		margin-bottom: 24px;
		padding-left: 20px;
		font-size: 16px;
		color: #2b2b2b;
		border: solid 1px #959595;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	}
	
	#bktj .bklr #submit {
		display: block;
		width: 256px;
		height: 58px;
		border-radius: 29px;
		line-height: 58px;
		background: #006BFF;
		color: #FFFFFF;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-left: 115px;
	}
	
	#bktj .bklr input {
		margin-bottom: 36px;
	}
	
	input::-webkit-input-placeholder {
		/* WebKit browsers 适配谷歌 */
		color: #2b2b2b;
	}
	
	input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 适配火狐 */
		color: #2b2b2b;
	}
	
	input::-moz-placeholder {
		/* Mozilla Firefox 19+ 适配火狐 */
		color: #2b2b2b;
	}
	
	input:-ms-input-placeholder {
		/* Internet Explorer 10+  适配ie*/
		color: #2b2b2b;
	}
	
	#bktj .bklr select {
		background: url(../images/iconx.png) no-repeat 430px center;
		background-size: 10px 10px;
	}
	
	#bktj .bklr select::-ms-expand {
		display: none;
	}
	/*底部*/
	
	footer {
		width: 100%;
		height: 100px;
		background: #373d4b;
		font-size: 14px;
		text-align: center;
		line-height: 100px;
		color: #ffffff;
	}
	
	footer a {
		color: #ffffff;
	}
	/*弹出层*/
	
	.tc_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .7);
		z-index: 9;
		display: none;
	}
	
	.bk_tc {
		width: 532px;
		height: 422px;
		background: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		padding: 20px 83px 0;
		display: none;
	}
	
	.bk_tc #close {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	
	.bk_tc #close img {
		width: 100%;
		height: 100%;
	}
	
	.bk_tc .tit1 {
		font-size: 30px;
		font-weight: 500;
		color: #000000;
		line-height: 74px;
		border-bottom: 1px solid #a6a6a6;
		text-align: center;
		margin-bottom: 32px;
	}
	
	.bk_tc .inp {
		width: 100%;
		height: 56px;
		border-radius: 5px;
		border: 1px solid #a6a6a6;
		margin-bottom: 14px;
		display: flex;
		display: -webkit-flex;
		overflow: hidden;
	}
	
	.bk_tc .inp label {
		width: 85px;
		text-align: center;
		font-size: 18px;
		color: #000000;
		font-weight: 600;
		height: 28px;
		margin-top: 13px;
		border-right: 1px solid #a6a6a6;
	}
	
	.bk_tc .inp input {
		flex: 1;
		-webkit-flex: 1;
		height: 100%;
		border: none;
		outline: none;
		padding-left: 32px;
		color: #8c8c8c;
		font-size: 18px;
	}
	
	.bk_tc .ts {
		color: #8c8c8c;
		font-size: 18px;
		text-align: right;
		margin-bottom: 35px;
	}
	
	.bk_tc .ts span {
		color: #007eff;
	}
	
	.bk_tc #submitA {
		display: block;
		width: 100%;
		height: 56px;
		border-radius: 10px;
		color: #FFFFFF;
		background: #ff4200;
		font-size: 20px;
		line-height: 56px;
		text-align: center;
	}
	/*手机*/
	
	@media only screen and (max-width:820px) and (min-width:320px) {
		.dy {
			display: none !important;
		}
		.container {
			width: 90% !important;
		}
		.titlog {
			padding: .3rem 0 .2rem;
			font-size: 0;
		}
		/*nav*/
		.nav {
			margin-bottom: .2rem;
		}
		.nav .container {
			box-shadow: -.01rem -.01rem .03rem .03rem #bababa;
			height: .62rem;
		}
		.nav .container ul {
			width: 100%;
			padding: 0;
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			-webkit-justify-content: space-between;
			flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
		}
		.nav .container ul li {
			width: 33.333%;
		}
		.nav .container ul a {
			display: block;
			width: 100%;
			text-align: center;
			line-height: .31rem;
			color: #006bff;
			font-size: .16rem;
			font-weight: bold;
		}
		/*报考条件*/
		#bktj {
			width: 100%;
			height: auto;
			background: url(../images/banner.png) no-repeat;
			background-size: 100% 100%;
			padding: .4rem 0;
			margin-bottom: .2rem;
		}
		#bktj .container {
			width: 90%;
			height: auto;
			border-radius: .4rem;
			padding: .1rem 0;
			flex-direction: column;
			-webkit-flex-direction: column;
		}
		#bktj .container>div {
			width: 100%;
		}
		#bktj .bklf {
			padding: 0 .1rem;
			border-right: none;
		}
		#bktj .bklf .tit,
		#bktj .bklr .tit {
			font-size: .2rem;
			line-height: .4rem;
		}
		#bktj .bklf p {
			line-height: .2rem;
			margin-bottom: .03rem;
			font-size: .10rem;
		}
		#bktj .bklr {
			padding: 0 .1rem;
		}
		#bktj .bklr .tit {
			margin-bottom: .05rem;
		}
		#bktj .bklr .form {
			font-size: 0;
		}
		#bktj .bklr input,
		#bktj .bklr select {
			width: 90%;
			height: .32rem;
			margin-left: .15rem;
			margin-bottom: .15rem;
			padding-left: .15rem;
			font-size: .15rem;
			border: solid .01rem #959595;
			appearance: none;
			-moz-appearance: none;
			-webkit-appearance: none;
		}
		#bktj .bklr select {
			background: url(../images/iconx.png) no-repeat 2.6rem center;
			background-size: .1rem .1rem;
		}
		#bktj .bklr #submit {
			width: 70%;
			height: .44rem;
			border-radius: .22rem;
			line-height: .44rem;
			font-size: .22rem;
			margin: 0 auto .1rem;
		}
		footer {
			width: 100%;
			height: .48rem;
			background: #373d4b;
			font-size: .14rem;
			text-align: center;
			line-height: .48rem;
			padding: 0 .1rem;
		}
		footer p {
			line-height: .24rem;
			text-align: center;
		}
		/*弹出层*/
		.bk_tc {
			width: 90%;
			height: auto;
			padding: .15rem .2rem 0;
		}
		.bk_tc #close {
			width: .28rem;
			height: .28rem;
			font-size: 0;
		}
		.bk_tc .tit1 {
			font-size: .24rem;
			margin-bottom: .2rem;
		}
		.bk_tc .inp {
			height: .56rem;
			border-radius: .05rem;
			border: .01rem solid #a6a6a6;
			margin-bottom: .14rem;
		}
		.bk_tc .inp label {
			width: .85rem;
			font-size: .16rem;
			color: #000000;
			height: .28rem;
			line-height: .28rem;
			margin-top: .13rem;
			border-right: .01rem solid #a6a6a6;
		}
		.bk_tc .inp input {
			padding-left: .25rem;
			font-size: .16rem;
		}
		.bk_tc .ts {
			font-size: .16rem;
			margin-bottom: .2rem;
		}
		.bk_tc #submitA {
			height: .48rem;
			border-radius: .1rem;
			font-size: .2rem;
			line-height: .48rem;
			margin-bottom: .2rem;
		}
	}