ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 14px;
}

a,
a:hover {
	color: #121212;
}

/*.fullimg>img {
	width: 100%;
}
*/
p {
	margin: 0 auto;
	width: 100%;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.header {
	background-color: #ECECEC;
	font-size: 13.6px;
	height: 30px;
	line-height: 30px;
}

.header a:not(:first-child) {
	margin-right: 14px;
}

.nav {
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.navView {
	height: 60px;
	background-color: #005DB4;
	width: 100%;
}

.nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navList {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
}

.navlists {
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
}

.navlists.active:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0 12px 10px 0;
	border-style: solid;
	border-color: #00307E transparent;
	top: 0;
	right: -12px;
}

.navlists.active:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0px 0 10px 12px;
	border-style: solid;
	border-color: transparent #00307E;
	bottom: 0;
	right: -12px;
}

.navlists.active {
	background-color: #217cca;
}

.navlists:not(:last-child) {
	margin-right: 16px;
}

.navbtn {
	font-size: 18px;
	color: #fff;
}

a.navbtn:hover,a.navbtn:active,a.navbtn:focus {
	color: #fff;
}

.searchView {
	width: 315px;
	position: relative;
}

.searchInput {
	width: 100%;
	border: 0;
	outline: 0;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: #578EC1;
	padding: 0 40px 0 20px;
	border-radius: 25px;
}

.searchBtn {
	color: #fff;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}

.view1,
.view2,
.view3,
.view4 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}

.carouselView {
	width: 416px;
}

.workStatus {
	width: 355px;
}

.notice {
	width: 330px;
}

.publicTitle {
    margin-bottom: 10px;
    color: #25569A;
    font-size: 25px;
}

/* 小轮播图样式覆盖 */
.carouselView .am-slider-c2 .am-control-nav li a.am-active {
	background-color: #599CFD;
	cursor: default;
	width: 17px;
	border-radius: 25px;
}

.carouselView .am-slider-c2 .am-control-nav li a {
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.carouselView .am-slider-c2 .am-control-nav {
	right: 10px;
}

.importantNewsTitle {
	font-size: 20px;
	color: #1580c3;
	margin-bottom: 15px;
}

.importantNewsContent {
	font-size: 14px;
	color: #7d7d7d;
	text-indent: 2em;
}

.newsTime:before {
	content: '|';
	display: inline-block;
	margin: 0 13px;
}

.newsText {
	display: inline-block;
	flex: 1;
}

.newsLists-1-view {
	font-size: 16px;
	color: #3a3a3a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsList-1 {
	margin-top: 15px;
}

.newsLists-1 {
	margin-bottom: 13px;
}

.newsLists-1:last-child {
	margin: 0;
}

.noticeLists {
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.noticeLists:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.noticeLists:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #A0A0A0;
	position: absolute;
	top: 8px;
	left: -10px;
}

.noticeView {
	font-size: 16px;
	color: #595959;
	position: relative;
}

.noticeTime {
	/* position: absolute; */
	bottom: 0;
	right: 0;
}

.bigCarousel {
	width: 735px;
}

.tabView {
	width: 415px;
}

.bigCarousel .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next {
	background-image: url(jtr.png);
	right: 25px;
}

.swiper-button-prev {
	background-image: url(jtl.png);
	left: 25px;
}

.swiperContent {
	width: 400px;
	height: 200px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 120px;
	left: 250px;
	padding: 30px 40px 0;
	font-size: 14px;
	font-weight: 600;
}

.swiperTitle {
	font-size: 18px;
	font-weight: bold;
}

.swiperText {
	margin: 10px auto;
}


.tabLists {
	height: 86px;
	background-color: #F6F6F6;
	font-size: 16px;
	color: #000000;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	transition: all linear .3s;
}

.tabLists:last-child {
	margin-bottom: 0;
}

.tabListsContent {
	padding-left: 55px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.tabList .tabLists:nth-child(1)>p {
	background-image: url(tb_4_2.png);
}

.tabList .tabLists:nth-child(2)>p {
	background-image: url(tb_1_2.png);
}

.tabList .tabLists:nth-child(3)>p {
	background-image: url(tb_2_2.png);
}

.tabList .tabLists:nth-child(4)>p {
	background-image: url(tb_3_2.png);
}

.tabList .tabLists:hover:nth-child(1)>p {
	background-image: url(tb_4_1.png);
}

.tabList .tabLists:hover:nth-child(2)>p {
	background-image: url(tb_1_1.png);
}

.tabList .tabLists:hover:nth-child(3)>p {
	background-image: url(tb_2_1.png);
}

.tabList .tabLists:hover:nth-child(4)>p {
	background-image: url(tb_3_1.png);
}

.tabLists:hover {
	background-color: #245599;
	color: #fff;
}

.view1Left {
	width: 598px;
}

.view1Left ul {
	/* padding-right: 78px; */
}

.view1right {
	width: 462px;
}

.handel1List {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.view3List {
	width: 508px;
}

.view1Lists:not(:last-child) {
	border-bottom: 1px dashed #C8C8C8;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

.view1ListsText {
	font-size: 16px;
	color: #3a3a3a;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.view1NewTitle {
	width: 560px;
	position: relative;
}

.view3 {
	align-items: flex-end;
}

.view3List {
	width: 508px;
}

.view3Lists:not(:last-child) {
	border-bottom: 1px dashed #C8C8C8;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.view3ListsText {
	font-size: 16px;
	color: #3a3a3a;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.view3NewTitle {
	width: 560px;
	position: relative;
}

.isNewNews:after {
	content: 'NEW';
	text-align: center;
	background-color: #FD3434;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	width: 30px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.view3Center {
	width: 1px;
	background: #CDCDCD;
	height: 292px;
}

.view4Left {
	width: 598px;
}

.view4Left ul {
	padding-right: 78px;
}

.view4right {
	width: 462px;
}

.handelList {
	display: flex;
	width: 56%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.handelView {
	width: 90px;
	font-size: 16px;
	color: #3a3a3a;
}

.handelBt {
	margin-bottom: 10px;
	text-align: center;
}
.interactive{
	display: flex;
	flex-flow: wrap;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
}
.interActiceBtn{
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
}
.interActiceBtn:hover{
	background-color: #f6f6f6;
	color: #000000;
}
.interActiceBtn>div {
	width: 117px;
	height: 122px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
}

.interActiceText {
	font-size: 16px;
	color: #404040;
	text-align: center;
	margin-top: 20px;
}
.interActiceBtn:nth-child(1){
	border-right: 1px dashed #CDCDCD;
	border-bottom: 1px dashed #CDCDCD;
}
.interActiceBtn:nth-child(2){
	border-bottom: 1px dashed #CDCDCD;
}
.interActiceBtn:nth-child(3){
	border-right: 1px dashed #CDCDCD;
}
.footer{
	background-color: #10539A;
}
.footerContainer{
	height: 255px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.linkTitle,.footerMsg{
	font-size: 18px;
	font-weight: bold;
}
.linkTitle a{
	display: inline-block;
	margin-right: 1em;
}
.footerContainer a{
	color: #fff;
}
.linkLists{
	/*display: flex;*/
	float:left;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.linkLists a{
	color: #95B5DD;
}
.linkList{
	width: 100%;
	margin: 20px 0;
}
.footerMsg a:not(:last-child):after{
	content: '-';
	display: inline-block;
	margin:0 5px;
}
.bg-gray{
    background-color: #F6F6F6;
    padding: 30px 0;
    margin: 30px 0;
}


/* 2025调整新增样式 */
.zfxxgkzn,.zfxxgkml,.zfxxgknb{
	width: 320px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin: 30px 0;
}
.zfxxgkzn{
	background: url(zfxxgkzn-bg.jpg) no-repeat;
}
.zfxxgkml{
	background: url(zfxxgkml-bg.jpg) no-repeat;
}
.zfxxgknb{
	background: url(zfxxgknb-bg.jpg) no-repeat;
}
.hdjl-box{
	width: 260px;
}
.hdjl-list li{
	width: 260px;
	height: 103px;
	border: #e0e2e3 solid 1px;
	line-height: 103px;
	padding-left: 35px;
	font-size: 16px;
	margin-bottom: 8px;
	background: #fff;
}
.hdjl-list li img{
	margin-right: 50px;
}
.hdjl-list li:last-child img{
	margin-right: 20px;
}
.hdjl-list li:last-child a{
	line-height: 30px;
	width: 113px;
	display: block;
	float: right;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}
.hdjl-list li img{
	margin-right: 50px;
}
.fwpt-box{
	width: 360px;
}
.fwpt-list li{
	margin-bottom: 15px;
}