html{
	margin: 0;
	padding: 0;
	height:100%
}

body{
	font-family: "微软雅黑";
	min-height:100%;
}

.header {
	width: 100%;
	height: 96px;
	background-image: url(../images/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
}


.dlbtn{
	background: url("../images/top_btn_bg.png") no-repeat;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-indent: 5px;
	margin-left: 10px;
	color: #0056ac;
	font-weight: bold;
	display: block;
	font-size: 16px;
}

.dlbtn2{
	background: url("../images/top_btn_bg2.png") no-repeat;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	display: block;
	color: white;
}

.dlbtn2:hover{
	background: #1E90FF;
	color: white;
	border: 1px solid #1E90FF;
	border-radius: 5px;
}
.dlbtn:hover{
	background: #0056ac;
	color: white;
	border: 1px solid #1E90FF;
	border-radius: 5px;
}

.dlbtn:hover i{
	color: white;
}

.layui-form-select dl dd.layui-this{
	background-color:#116ddf !important;
}




.bd{
	border: 1px solid #1E90FF;
	border-radius: 5px;
}

.logo {
	padding: 15px 50px;
}

.dlbtn {
	position: absolute;
	top: 24px;
	right: 100px;
}

.footer {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background: url(../images/ft_bg.png) repeat;
	text-align: center;
	vertical-align: middle;
}

.footer2 {
	height: 100px;
	width: 100%;
	background: url(../images/ft_bg.png) repeat;
	text-align: center;
	vertical-align: middle;
}

.text{
	padding-top: 32px;
	line-height: 24px;
	display: flex;

}

.text p{
	color: #27292c;
	font-size: 14px;

}

.w100{
	width: 100px;
}

.w150{
	width: 150px;
}

.w130{
	width: 130px;
}

.w200{
	width: 200px;
}

.content{
	width: 100%;
	height: 460px;
}

.content2{
	width: 100%;
	height: 1060px;
}

.content3{
	width: 100%;
}

.content4{
	width: 100%;
	height: 600px;
}

.h20{
	height: 20px;
}

.h30{
	height: 30px;
}


.h36{
	height: 36px;
}

.h34{
	height: 34px;
}

.h40{
	height: 40px;
}

.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}

.mt240{
	margin-top: 240px;
}

.mt260{
	margin-top: 260px;
}

.mt440{
	margin-top: 440px;
}

.mt370{
	margin-top: 370px;
}

.mt270{
	margin-top: 270px;
}

.pl10{
	padding-left: 10px;
}

.tp{
	margin-left: 30%;
}

.timg{
	position: relative;
	right: -360px;
	bottom: 10px;
}

.yhzc{
	font-size: 26px;
	font-family: "微软雅黑";
	color: #007DDB;
	font-weight: 600;
	border-bottom: 3px solid #116ddf;
}

.yhi{
	margin-top: 40px;
	margin-left: 160px;
}

.fm{
	margin-top: 40px;
}

.ip{
	width: 355px;
	height: 38px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}

.sl{
	width: 254px;
	height: 40px;
}

.bs:focus{
	border: 1px solid dodgerblue !important;
	border-radius: 4px;
}




.ft18{
	 font-family: "微软雅黑";
	 font-size: 18px;
 }
.ft16{
	font-family: "微软雅黑";
	font-size: 16px;
}

.ft14{
	font-family: "微软雅黑";
	font-size: 14px;
}

.dzqm{
	margin-left: 20px;
	width: auto;
	height: 120px;
}



.tdl{
	text-align: left;
	width: 360px;
}

.tdr{
	text-align: right;
}

.red{
	color: red;
}
