body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100px;
}

body {
	overflow-x: hidden;
	font-family:"微软雅黑";
	font-size: 16px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
	transition: .5s;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 头尾样式 */
.swiper_banner .swiper-button-next, 
.swiper_banner .swiper-button-prev {
	width: 36px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-size: 14px 26px;
}

.swiper_banner .swiper-button-next {
	right: 0;
}

.swiper_banner .swiper-button-prev {
	left: 0;
}

.swiper_banner>.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	width: 18px;
	height: 18px;
	margin: 0 9px;
}

.swiper_banner .swiper-pagination {
	bottom: 25px;
}

.swiper_banner {
	width: 100%;
}

.indexheader2024 .swiper_banner {
	height: 100vh;
}

.swiper_banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.header2024 {
	/* max-height: 940px; */
}

.header2024_menu {
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 34px 150px;
	width: 100%;
	transition: .5s;
	text-align: center;
}

.header2024_content {
	width: auto;
	margin: auto;
}

.header2024_menu_bg {
	background-color: #0F60B7;
	padding: 18px 150px;
}

.header2024_menu_logo {
	float: left;
	max-width: 32%;
}

.header2024_menu_logo img {
	max-width: 100%;
}

.header2024_menu_logo_small {
	display: none;
}

.header2024_menu_nav {
	float: right;
	line-height: 90px;
}

.header2024_menu_bg .header2024_menu_nav {
	line-height: 74px;
}

.header2024_menu_nav>ul>li {
	float: left;
	position: relative;
	transition: .3s;
}

.header2024_menu_nav>ul>li>a {
	font-family: Microsoft YaHei;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	padding: 0 40px;
	font-weight: bold;
}

.header2024_menu_nav>ul>li:hover .header2024_menu_nav_list {
	opacity: 1;
	transition: all .5s;
	padding: 19px 0 17px 18px;
	height: auto;
}

.header2024_menu_nav>ul>li::before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	content: '';
	width: 0;
	height: 0;
	border-width: 0px 5px 7px 5px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent;
	opacity: 0;
}

.header2024_menu_nav>ul>li:hover::before {
	opacity: 1;
	transition: all .5s;
}

.header2024_menu_nav_list {
	width: 745px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .18);
	padding: 0;
	overflow: hidden;
	opacity: 0;
	height: 0;
}

.i1 {
	left: -116px;
}

.i2 {
	left: -268px;
}

.i3 {
	left: -420px;
}

.i4 {
	left: -572px;
}

.header2024_menu_nav>ul>li:first-child:hover::before,
.header2024_menu_nav>ul>li:last-child:hover::before {
	display: none;
}

.header2024_menu_nav_list_pic {
	float: left;
	max-width: 22%;
	overflow: hidden;
	margin-right: 5%;
}

.header2024_menu_nav_list dl {
	overflow: hidden;
}

.header2024_menu_nav_list dl dd {
	float: left;
}

.header2024_menu_nav_list dl dd:first-child {
	width: 100%;
	margin-bottom: 9px;
}

.header2024_menu_nav_list dl dd span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	display: block;
	text-align: left;
}

.header2024_menu_nav_list dl dd span::before {
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 70%;
	content: '';
	background: #0F60B7;
}

.header2024_menu_nav_list dl dd a {
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin: 5px 15px 0px;
	position: relative;
	transition: .3s;
}

.header2024_menu_nav_list dl dd a:hover {
	color: #0F60B7;
}

.header2024_menu_nav_search {
	cursor: pointer;
	margin-top: 30px;
	position: relative;
	clear: right;
	transition: .5s;
}

.header2024_menu_bg .header2024_menu_nav_search {
	margin-top: 22px;
}

.header2024_menu_nav_search_mask {
	width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background: #fff;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
    cursor: pointer;
	display: block;
}

.header2024_menu_nav_search_box {
	border: 1px solid transparent;
	border-radius: 20px;
	height: 30px;
	transition: .3s;
	width: 30px;
	overflow: hidden;
}

.header2024_menu_nav_search #myForm {
	float: left;
	display: block;
	overflow: hidden;
	transition: .3s;
}

.header2024_menu_nav_search #myForm input {
	width: calc(100% - 30px);
	height: 28px;
	line-height: 28px;
	border: 0;
	outline: 0;
	background: none;
	color: #fff;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	border-radius: 15px 0 0 15px;
}

.header2024_menu_nav_search .search_btn {
	float: right;
	position: absolute;
	right: 5px;
	top: 4px;
}

.header2024_menu_nav_search #myForm input::placeholder {
	color: #FFFFFF;
}

.header2024_mobile {
	display: none;
}

.header2024_menu_nav>ul>.nobefore::before {
	border-color: transparent transparent transparent transparent !important;
}

.headerlevel .header2024_menu {
	position: static;
}

.headerlevel .header2024_menu .header2024_menu_logo_small {
	display: block;
}

.headerlevel .header2024_menu .header2024_menu_nav {
	margin-top: 0;
}

.headerlevel .header2024_menu_bg {
	background-color: #FFFFFF;
	padding: 0 150px;
}

.headerlevel .header2024_menu_nav>ul>li {
	height: 100px;
	line-height: 100px;
}

.headerlevel .header2024_menu_nav>ul>li>a {
	color: #333333;
}

.headerlevel .header2024_menu_nav_list {
	background: rgba(255, 255, 255, .8);
	top: 107px;
}

.headerlevel .header2024_menu_nav>ul>li::before {
	bottom: -7px;
	z-index: 9;
	border-color: transparent transparent rgba(255, 255, 255, .8) transparent;
}

.headerlevel .header2024_menu_logo {
	margin: 18px 0;
}

.headerlevel .header2024_menu_bg .header2024_menu_nav_search {
	margin-top: 35px;
}

.headerlevel .header2024_menu_nav_search_box {
	border: 1px solid #333333 !important;
}

.headerlevel .header2024_menu_nav_search #myForm input {
	color: #333333;
}

.swiper_banner_mobile {
	display: none;
}

.footer2024 {
	background: #0f3864;
}

.footer2024_top,
.footer2024_bottom {
	width: 1400px;
	margin: auto;
	overflow: hidden;
}

.footer2024_top {
	overflow: hidden;
	padding: 52px 27px 52px 40px;
	position: relative;
}

.footer2024_box {
	overflow: hidden;
	width: 30%;
	float: left;
	padding-right: 30px;
}

.footer2024_box:first-child {
	width: 35%;
}

.footer2024_box h3 {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
}

.footer2024_box h3::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 5px;
	height: 80%;
	background: #FFFFFF;
}

.footer2024_top_part {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #D2D2D2;
	line-height: 28px;
	overflow: hidden;
}

.footer2024_top_part span {
	display: inline-block;
	width: 42px;
	float: left;
}

.footer2024_top_part p {
	display: inline-block;
	width: calc(100% - 42px);
	float: right;
	text-align: left;
}

.footer2024_top>a>img {
	position: absolute;
	right: 27px;
	top: 35%;
}

.footer2024_bottom {
	border-top: 1px solid rgba(153, 153, 153, .5);	
	text-align: center;
}

.footer2024_bottom>a>img {
	display: none;
}

.footer2024_bottom p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #D2D2D2;
	line-height: 28px;
	display: inline-block;
	margin: 20px 0;
}

.list_bav {
	background-color: #F5F5F7;
}

.list_bav_1 li a {
	background-color: #F9FBFE;
}

.list_bav_2 li a {
	font-size: 16px;
	line-height: 60px;
}

.list_bav_3 li a {
	font-size: 14px;
	line-height: 50px;
}

.list_tilte a {
	float: right;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

.list_tilte,
.column_article a:hover .article_title,
.paging .leftcon span,
.paging .leftcon em,
.work .work_item:hover .day,
.work .work_item:hover .time,
.con .policy .policy_list:hover span,
.more1,
.work .day,
.work .time {
	color: #006EE0;
}

.list_tilte p::after,
.column_article a:hover .article_title::after,
.rightcon a:hover,
.tips_title h1,
.guide .col-xs-6 a:hover {
	background: #006EE0;
}

.list_bav_1 li a:hover,
.list_bav_1 li .active,
.work .work_item:hover .more1 {
	background-color: #006EE0;
}

.title span.active,
.more1::before,
.work .work_item:hover .more1::before {
	border-color: #006EE0;
}

.more1::after {
	background: url(/gyzy/yjy240508-33.png) no-repeat center right;
}

.list_tilte,
.title {
	border: none;
}

.title span.active,
.list_tilte p {
	border-color: transparent;
	padding-left: 22px;
	position: relative;
}

.list_tilte p {
	font-size: 24px;
}

.title span.active:after,
.list_tilte p::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 8px;
	height: 24px;
	background: #006EE0;
}

.list_tilte p::after {
	height: 18px;
	top: 8%
}

.list_article {
	margin-bottom: 40px;
}

.content .title.inside_column_title {
	margin-bottom: 30px;
}

.guide div .special:hover {
    background: #fff;
    color: #666666;
}

.list_nav {
    border-bottom: 1px solid #cccccc;
	display: none;
}

.list_nav a {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	margin-right: 30px;
}

.list_nav .active {
	font-size: 26px;
	color: #000000;
}

.list_nav a:last-child {
	margin-right: 0;
}

.list_nav .active::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	content: '';
	background-color: #006EE0;
}

@media (max-width: 1600px) {
	.indexheader2024 .header2024_menu {
		padding: 34px 80px;
	}

	.header2024_menu {
		padding: 34px 0;
	}

	.header2024_menu_nav>ul>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1430px) {
	.header2024_menu_nav {
		line-height: 60px;
	}
	
	.header2024_menu_nav_search {
		margin-top: 15px;
	}
	
	.header2024_menu_nav>ul>li>a {
		padding: 0 20px;
	}
	
	.header2024_menu_nav_list {
		width: 554px;
	}
	
	.i1 {
		left: -76px;
	}
	
	.i2 {
		left: -188px;
	}
	
	.i3 {
		left: -300px;
	}
	
	.i4 {
		left: -412px;
	}

	.footer2024_top,
	.footer2024_bottom {
		width: 1170px;
	}
	
	.footer2024_box {
		padding-right: 0;
		width: 50%;
		text-align: center;
	}
	
	.footer2024_box:first-child {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.footer2024_box h3 {
		padding: 0;
		margin-bottom: 15px;
	}
	
	.footer2024_box h3::before {
		position: static;
	}
	
	.footer2024_top>a>img {
		display: none;
	}
	
	.footer2024_top_part span,
	.footer2024_top_part p {
		width: auto;
		float: none;
	}
	
	.footer2024_bottom>a>img {
		display: block;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 40px;
	}
}

@media (max-width: 1330px) {
	.content .title.inside_column_title {
		margin-bottom: 10px;
	}
}

@media (max-width: 1280px) {
	.header2024_pc {
		display: none;
	}
	
	.header2024_mobile {
		display: block;
		padding-right: 20px;
	}

	.indexheader2024 .swiper_banner {
		height: auto;
	}
	
	.swiper_banner_pc {
		display: none;
	}
	
	.swiper_banner_mobile {
		display: block;
	}
	
	.indexheader2024 .header2024_menu {
		padding: 30px;
	}

	.header2024_menu {
		padding: 30px 0;
		position: absolute;
	}
	
	.header2024_mobile_search {
		cursor: pointer;
		position: relative;
		clear: right;
		transition: .5s;
		float: left;
		margin: 5px 48px 0 0;
	}
	
	.header2024_menu_mobile_search_mask {
		width: 40px;
		height: 45px;
		border: 0;
		outline: 0;
		background: #fff;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 120;
		cursor: pointer;
		display: block;
	}
	
	.header2024_menu_mobile_search_box {
		border: 1px solid transparent;
		border-radius: 20px;
		height: 45px;
		transition: .3s;
		width: 40px;
		overflow: hidden;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm {
		width: calc(100% - 40px);
		float: left;
		display: block;
		overflow: hidden;
		transition: .3s;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm input {
		width: 90%;
		height: 45px;
		line-height: 45px;
		border: 0;
		outline: 0;
		background: none;
		color: #fff;
		-webkit-text-fill-color: #fff;
		font-size: 16px;
		float: left;
		padding-left: 15px;
		border-radius: 15px 0 0 15px;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm .mobile_search_btn {
		float: right;
		position: absolute;
		right: 0px;
		top: 2px;
		transition: .5s;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm input::placeholder {
		color: #FFFFFF;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm input:-webkit-autofill {
		transition: background-color 5000s ease-in-out 0s;
	}
	
	.header2024_mobile_menu {
		float: right;
	}
	
	.header2024_mobile_menu p {
		margin: 10px 0;
		width: 40px;
		height: 4px;
		background: #FFFFFF;
		border-radius: 3px;
		transition: .5s;
	}
	
	.header2024_menu_logo {
		max-width: 40%;
	}
	
	.header2024_menu_nav {
		line-height: inherit;
		margin-top: 8px;
	}
	
	.header2024_mobile .active p {
		width: 40px;
		opacity: 0;
	}
	
	.header2024_mobile .active p:first-child {
		opacity: 1;
		transform: rotate(-45deg) translate(-10px, 9px);
	}
	
	.header2024_mobile .active p:last-child {
		opacity: 1;
		transform: rotate(45deg) translate(-11px, -10px);
	}
	
	.header2024_mobile>ul {
		position: absolute;
		right: -100%;
		width: 100%;
		top: 100%;
		background-color: #0F60B7;
		height: 100vh;
		padding: 0 30px;
		transition: .5s;
	}
	
	.header2024_mobile>ul>li,
	.header2024_mobile>ul>li>dl>dd {
		border-top: none;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
	}
	
	.header2024_mobile>ul>li:first-child,
	.header2024_mobile>ul>li>dl>dd:first-child {
		border-top: 1px solid #FFFFFF;
	}
	
	.header2024_mobile>ul>li>dl>dd:last-child {
		border-bottom: none;
	}
	
	.header2024_mobile>ul>li>a,
	.header2024_mobile>ul>li>dl>dd>a {
		width: 90%;
		padding: 0 5px;
		color: #FFFFFF;
		display: block;
		font-size: 26px;
		line-height: 73px;
		transition: .5s;
		text-align: left;
	}
	
	.header2024_mobile>ul>li>span,
	.header2024_mobile>ul>li>dl>dd>span {
		position: absolute;
		right: 40px;
		top: 30px;
		background: url(/gyzy/yjy240508-22.png);
		width: 12px;
		height: 20px;
		transition: .5s;
	}
	
	.header2024_mobile>ul>li>a:hover,
	.header2024_mobile>ul>li>dl>dd>a:hover {
		color: #EB6100;
	}
	
	.header2024_mobile>ul>li>a:hover+span,
	.header2024_mobile>ul>li>dl>dd>a:hover+span {
		background: url(/gyzy/yjy240508-24.png);
	}
	
	.header2024_mobile>ul>li>dl {
		display: none;
	}
	
	.header2024_mobile>ul>li>dl>dd>a {
		padding-left: 65px;
	}
	
	.header2024_mobile>ul>.active>a {
		color: #EB6100;
	}
	
	.header2024_mobile>ul>.active>span {
		background: url(/gyzy/yjy240508-24.png);
	}
	
	.header2024_mobile>ul>.active>dl {
		display: block;
	}
	
	.header2024_mobile>ul>.active>span {
		transform: rotate(90deg);
		transition: transform 0.5s;
	}
	
	.swiper_banner {
		height: auto;
	}

	.headerlevel .header2024_menu_bg {
		background-color: #0F60B7;
	}

	.headerlevel .header2024_menu_bg {
		padding: 30px;
	}

	.headerlevel .header2024_menu_logo {
		margin: 0;
	}

	.footer2024_top,
	.footer2024_bottom {
		width: 970px;
	}
	
	.footer2024_top {
		padding: 52px 0;
	}
}

@media (max-width: 992px) {
	.guide .col-xs-6 a:hover {
		background: #fff;
	}

	.footer2024_top,
	.footer2024_bottom {
		width: 750px;
	}

	.list_nav {
		display: block;
	}
}

@media (max-width: 768px) {
	.header2024_mobile_menu p {
		width: 20px;
		margin: 5px 0;
		height: 3px;
	}
	
	.header2024_mobile .active p {
		width: 20px;
	}
	
	.header2024_mobile .active p:first-child {
		transform: rotate(-45deg) translate(-2px, 9px);
	}
	
	.header2024_mobile .active p:last-child {
		transform: rotate(45deg) translate(-2px, -10px);
	}
	
	.header2024_menu_mobile_search_mask,
	.header2024_menu_mobile_search_box {
		width: 20px;
		height: 25px;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm {
		width: calc(100% - 20px);
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm input {
		height: 25px;
		line-height: 25px;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm .mobile_search_btn {
		max-width: 20px;
	}
	
	.header2024_menu_nav {
		margin-top: 0;
	}
	
	.header2024_mobile_search {
		margin-top: 3px;
		margin-right: 10px;
	}
	
	.header2024_mobile {
		padding-right: 10px;
	}
	
	.indexheader2024 .header2024_menu {
		padding: 20px 15px;
	}

	.header2024_menu {
		padding: 20px 10px;
	}
	
	.header2024_mobile>ul {
		padding: 0 15px;
	}
	
	.header2024_mobile>ul>li>a, .header2024_mobile>ul>li>dl>dd>a {
		font-size: 16px;
		line-height: 40px;
	}
	
	.header2024_mobile>ul>li>span, .header2024_mobile>ul>li>dl>dd>span {
		right: 10px;
		top: 15px;
		width: 6px;
		height: 10px;
		background-size: 100% 100%;
	}
	
	.header2024_mobile>ul>li>dl>dd>a {
		padding-left: 40px;
	}
	
	.header2024_mobile>ul>.active>span,
	.header2024_mobile>ul>li>a:hover+span, .header2024_mobile>ul>li>dl>dd>a:hover+span {
		background-size: 100% 100%;
	}
	
	.header2024_menu_mobile_search_box #mobile_myForm input {
		font-size: 12px;
		padding-left: 5px;
	}
	
	.footer2024 {
		padding: 0 15px;
	}
	
	.footer2024_top,
	.footer2024_bottom {
		width: auto;
	}
	
	.footer2024_top {
		padding: 30px 0;
	}
	
	.footer2024_box h3,
	.footer2024_top_part {
		margin-bottom: 8px;
	}
	
	.footer2024_box:first-child {
		margin-bottom: 15px;
	}
	
	.footer2024_box {
		width: 100%;
	}
	
	.footer2024_bottom>a>img {
		margin-top: 15px;
	}
	
	.footer2024_bottom p {
		margin: 0;
	}
	
	.footer2024_bottom {
		padding-bottom: 10px;
	}
	
	.swiper_banner>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
	
	.swiper_banner .swiper-pagination {
		bottom: 5px;
	}

	.list_tilte p {
		font-size: 18px;
	}

	.list_tilte p::after {
		top: 0;
	}
}

@media (max-width: 470px) {
	.footer2024_box:first-child .footer2024_top_part span {
		width: 42px;
		float: left;
	}
	
	.footer2024_box:first-child .footer2024_top_part p {
		width: calc(100% - 42px);
		float: right;
	}

	.list_nav a {
		font-size: 18px;
		margin-right: 15px;
	}

	.list_nav .active {
		font-size: 20px;
	}

	.list_nav .active::after {
		bottom: -3px;
	}
}