@charset "utf-8";

/*初始化样式*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
}

body {
	margin: 0px auto;
	padding: 0px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
        margin-bottom: 5px;
}

table {
	vertical-align: middle;
	border-color: inherit;
	border-collapse: collapse;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

td,
th {
	padding: 0px;
	display: table-cell;
	vertical-align: inherit;
}

img {
	border: 0;
	border-image: none;
	vertical-align: middle;
}

a {
	border: 0;
	border-image: none;
	color: #333;
	text-decoration: none;
 
}

a:link {
	color: #333;
	text-decoration: none;
       
}

a:hover {
	color: #1068cd;
}

input {
	border: 0px;
	outline: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

h4 {
	color: #666;
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 100%;
	height: auto;
	min-width: 1300px;
	overflow: hidden;
}

/*头部*/
.header {
	width: 100%;
	min-width: 1200px;
	height: 360px;
	margin: 0 auto;
	background: url(https:/www.hailun.gov.cn/hl/xhtml/new/img/headbg.jpg) no-repeat center top;
	background-size: cover;
}

.header_con {
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.header_con_link {
	width: 1200px;
	height: 40px;
}

.header_con_link_left {
	width: auto;
	height: 40px;
	float: left;
	line-height: 40px;
	overflow: hidden;
}

.header_con_link_left a {
	width: auto;
	height: 40px;
	display: block;
	line-height: 40px;
	color: #fff;
	float: left;
}

.header_con_link_left span {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px;
}

.header_con_link_ri {
	width: auto;
	height: 40px;
	float: right;
	line-height: 40px;
	overflow: hidden;
}

.header_con_link_ri a {
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
	float: left;
}

.header_con_link_ri span {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px;
}

.header_con_link_ri span:nth-last-child(1) {
	height: 28px;
	margin-top: 6px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #fff;
	border-radius: 20px;
}


.header_con_logo {
	width: 1200px;
	height: 200px;
	margin-top: 30px;
	text-align: center;
}

.nav {
	width: 100%;
	height: 80px;
	margin-top: -20px;
	padding-top: 20px;
}

.nav_nr {
	width: 100%;
	height: 80px;
	background: #1068cd;
}

.nav_con {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	background: #1068cd;
	position: relative;
}

.nav_con_list {
	width: 720px;
	height: 80px;
	margin: 0 auto;
	float: left;
}

.nav_con_list li {
	float: left;
	margin-right: 20px;
}

.nav_con_list li a {
	width: auto;
	height: 80px;
	display: block;
	color: #fff;
}

.nav_con_list li a p {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}

.nav_con_list li a:hover p {
	color: #bbddff;
}

.nav_xz p {
	color: #bbddff;
}

.search {
	width: 416px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 20px 60px;
	border-radius: 3px;
	background: url(https:/www.hailun.gov.cn/hl/xhtml/new/img/search_01.png) no-repeat;
	position: absolute;
	right: 0px;
	top: -20px;
}

.search_con {
	width: 400px;
	height: 50px;
	border-radius: 30px;
	background: transparent;
	border: 1px solid white;
	position: relative;
}

.search input {
	width: 280px;
	height: 50px;
	float: left;
	border-radius: 30px !important;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 16px;
	color: white;
	outline: none;
	background-color: transparent;
}

.search_con input::placeholder {
	color: white;
}

.search_con a {
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(https:/www.hailun.gov.cn/hl/xhtml/new/img/serachicon.png) no-repeat;
    width: 35px;
    height: 25px;
}

.search_con img {
	position: absolute;
	right: 10px;
	top: 15px;
}



.w1220 {
	width: 1220px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#footer {
	background: #1c65c6;
	border-top: 3px solid #1c65c6
}

#footer .foot_left {
	color: white
}

#footer .foot_left ul {
	display: flex;
}

#footer .foot_left ul li {
	width: 120px;
	height: 26px;
	background: url(https:/www.hailun.gov.cn/hl/xhtml/new/css/images/1901161447372266408.png) no-repeat;
	line-height: 26px;
	margin-top: 20px;
}

#footer .foot_left ul li a {
	color: white;
}

#footer .foot_mid {
	width: 820px;
	line-height: 32px;
	padding-top: 15px;
	font-size: 15px;
	color: white
}

#footer .foot_mid li span {
	margin-right: 35px;
	margin-right: 20px;
	font-size: 14px;
}

#footer .foot_right a {
	font-size: 0px;
}

#footer .foot_right span {
	margin-right: 10px;
	display: inline-block;
	font-size: 0;
}

#_span_jiucuo {
	padding-top: 32px;
}

#_ideConac {
	padding-top: 20px;
}

.part5 {
	height: 40px;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
}

.yqlj {
	margin: 19px 0 0 23px;
	margin-left: 0px;
	display: flex;
	justify-content: space-between;
}

.yqlj dt {

	line-height: 35px;
	font-size: 16px;
	color: #292929;
	font-weight: bold;
	margin-right: 10px;
}

.yqlj dd {
	display: table;
}

.yqlj dd select {
	border: 0;
	outline: 0;
	width: 230px;
	height: 35px;
	line-height: 35px;
	color: #333;
	border: 1px solid #b4b4b4;
	padding: 0px 0 0 16px;
	font-size: 16px;
}

.yqlj dd a {
	display: table-cell;
	vertical-align: middle;
	width: 179px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #c2c2c2;
	text-align: center;
	color: #333;
	transition: all 0.5s;
	background-color: white;
}

.yqlj dd a:hover {
	border: 1px solid #aaa;
	box-shadow: 0 0 5px 0 #c2c2c2;
}

.yqlj dd a img {
	vertical-align: middle;
	padding: 0 10px 2px 0;
}

ul li::marker {
	color: gray;
}

.picScroll-left {
	position: relative;
	margin: 0 0 48px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 16.6px;
	float: left;
	_display: inline;
	overflow: hidden;
}

.picScroll-left .bd ul li img {
	width: 276px;
	height: 164px;
	display: block;
}

.picScroll-left .bd .tempWrap {
	margin: 0 -16.6px;
}

.picScroll-left .hd a {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 16px;
	margin: -8px 0 0 0;
	z-index: 10;
	cursor: pointer;
}

.picScroll-left .hd a.prev {
	left: -50px;
	background: url(https:/www.hailun.gov.cn/hl/xhtml/new/img/prev.png) no-repeat;
        background-size: 80%
}

.picScroll-left .hd a.next {
	right: -50px;
	background: url(https:/www.hailun.gov.cn/hl/xhtml/new/img/next.png) no-repeat;
         background-size: 80%
}

.paddings {
	padding: 0 30px;
}

.width_g {
	width: 1200px;
	margin: 0 auto;
}

.head-message {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}