.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.hban{
	height: 400px;
}
.header{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 112px;
}
.header .logo img{
	height: 68px;
	display: block;
}
.header .naver{
	display: flex;
	align-items: center;
}
.header .naver ul{
	display: flex;
	align-items: center;
}
.header .naver .icon a{
	background: url(../images/icon1.png) no-repeat center/16px auto #0245ae;
	width: 40px;height: 40px;border-radius: 50%;
	display: block;
}
.header .naver li{
	margin-right:55px ;
}
.header .naver li a{
	font-size: 16px;
	color: #272727;
	line-height: 2;
	display: block;
}
.header .naver li.on a,
.header .naver li a:hover{
	color: #0245ae;
}

.section{
	padding: 100px 0 80px;
}
.section .wrap{
	display: flex;
	justify-content: space-between;
	align-items: self-end;
}
.section .text{
	width: 720px;
}
.section .text h3{
	font-size:30px ;
	color: #272727;
	line-height: 1.6;
	margin-bottom: 40px;
}
.section .text p{
	font-size:16px ;
	color: #272727;
	margin-bottom: 24px;
	line-height: 1.6;
}
.section .text li{
	font-size: 16px;
	color: #272727;
	padding-left: 11px;
	background: url(../images/icon2.png) no-repeat left 9px/7px auto;
}
.section .pic img{
	display: block;
	margin: 0 auto;
}
.section .pic a{
	font-size: 14px;
	color: #272727;
	line-height:38px ;
	border: 2px solid #bcbbbb;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 0 10px;
}
.search{
	background: url(../images/pic2.jpg) no-repeat center top/1920px auto;
	padding-top: 60px;
}
.search h2{
	text-align: center;
	font-size:30px ;
	color: #ffffff;
	margin-bottom: 52px;
}
.search .flax{
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 6px 10px 0 rgba(80,80,80,0.2);
	padding: 10px;
}
.search .flax .txt{
	font-size:16px ;
	color: #272727;
	height: 60px;
	border: none;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 150px);
}
.search .flax .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0245ae;
	border-radius: 30px;
	height: 60px;
	font-size: 18px;
	color: #fff;
	width: 135px;
	cursor: pointer;
}
.search .flax .btn img{
	display: block;
	width: 19px;
	margin-right: 8px;
}
.mtable{
	margin-top: 70px;
	margin-bottom: 70px;
}
.mtable table{
	width: 100%;
	border-color: #e0e0e0;
}
.mtable table th{
	font-size: 16px;
	color: #222222;
	line-height: 1.7;
	padding: 10px;
	background: #f8f8f8;
}
.mtable table td{
	padding: 10px;
	font-size: 13px;
	color: #222222;
	line-height: 1.4;
}
.mtable table td a{
	font-size:20px ;
	color: #035c9d;
	line-height: 1.6;
}
.mtable table td strong{
	font-weight: bold;
	font-size: 16px;
}
.footer{
	background: #f8f8f8;
	padding-top: 60px;
}
.footer .wrap{
	display: flex;
	justify-content: space-between;
}
.footer .flogo img{
	height: 62px;
	display: block;
}
.footer .rts{
	display: flex;
}
.footer .rts dl:nth-child(n+2){
	margin-left:120px;
}
.footer .rts dl:last-child{
	width: 250px;
}
.footer .rts dt{
	font-size:16px ;
	color: #222222;
	line-height: 1.6;
	margin-bottom: 18px;
}
.footer .rts dd a{
	font-size: 14px;
	color: #7e7e7e;
	display: inline-block;
	line-height: 38px;
}
.footer .rts dd{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 38px;
}
.footer .rts dd strong{
	font-weight: bold;
	color: #666666;
}
.footer .rts dd a:hover{
	color: #0245ae;
}
.footer .copyright{
	margin-top: 40px;
	text-align: center;
}
.footer .copyright a{
	font-size: 14px;
	color: #7e7e7e;
	padding: 15px 0;
	display: inline-block;
}
.section .pic a:hover{
	color: #fff;
	background: #0245ae;
	border-color: #0245ae;
}
.search .flax .btn:hover{
	background: #035c9d;
}

.nodata{
	border-radius: 0.5208333333333334rem;
	background: #fff;
	overflow: hidden;
	margin-top: 2.604166666666667rem;
	padding: 7.291666666666667rem 0;
}
.nodata .ico{
	width: 12.291666666666668rem;
    margin: 0 auto;
}
.nodata .ico img {
  width: 100%;
  display: block;
}
.nodata p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #bbbfc5;
  margin-top: 0.5208333333333334rem;
  text-align: center;
}