/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}
body,html{
	overflow-x: hidden;
}



input:focus,
select:focus {
	outline: none;
}

option {
	border: none;
}

@font-face {
	font-family: zi;
	src: url('../ziti/SourceHanSerifCN-Bold.ttf');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.qz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 9;
}
.nav{
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	left: 0;
}
.bar {
	/* max-width: 1350px; */
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
	padding-left: 2rem;
	padding-right: 2rem;
}
/* 手机导航栏 */
#toggle {
	display: none;
	width: 60px;
	height: 60px;

	z-index: 999;
	position: absolute;
	top: 3px;
	right: auto;
	left: 14px;
}
.dibu1{
	display: flex;
	justify-content: space-between;
	background-color: #144cb8;
	padding: 3%;
}
.dibu1 a{
	color: #fff;
	font-size: 14px;
}
.left {
	width: 100%;
	background-color: #fff;
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	display: none;
	right: 0;
	overflow: auto;
	/* margin-top: -60px; */
}

.pm {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 99;
	display: none;
}

.slog {
	padding-top: 0;
	padding-left: 10px;
	border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 0;
	border-color: #E2E2E2;
	text-align: center;
	background: #144cb8;
}

.vb {
	position: absolute;
	top: -2px;
	right: auto;
	cursor: pointer;
	left: 16px;
}

.vb img {
	width: 35px;
}

.slog img {
	width: 145px;
	;
}

.nr1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #E2E2E2;
}

.nr ul li {
	padding-top: 10px;
	/* padding-left: 20px; */
	border-bottom-style: solid;
	border-right: solid;
	border-width: 1px;
	/* 	padding-bottom: 10px; */
	border-color: #E2E2E2;
	width: 50%;
	text-align: center;
	position: relative;
}

.nr ul li a {
	color: #333;
}

.nr ul li a span {
	display: block;
	padding-bottom: 10px;
	font-size: 18px;
}

.jian img {
	width: 15px;
}

.sidenav-dropdown,
.sidenav-dropdown li {
	border: 0 !important;
	background-color: #e5e5e5;
}

.sidenav-dropdown li {
	width: 50%;
}

.sidenav-dropdown {
	display: none;
}

.sidenav-dropdown ul {
	display: flex;
	flex-wrap: wrap;
}

.sidenav-dropdown li a {
	font-size: 14px;
	padding: 10px;
	display: block;
}

/* 电脑导航栏 */
.pc_nav{
	background: url(../image/db_beijing.png);
	background-size: 100% 100%;
}
.pcs_nav{
	width: 100%;
	height: 1.67rem;
	/* background: #2662D8; */
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 1;
}
.pcs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.pcs1{
	/* width: 5.6rem; */
	height: 0.8rem;
	display: flex;
	align-items: center;
}
.pcs1 a{
	height: 100%;
	display: flex;
	align-items: center;
}
.pcs1 img{
	width: auto;
	height: 100%;
}
.bd{
	width: 457px;
	height: 377px;
	background: url(../image/db.png);
	background-size: cover;
	position: absolute;
	left: 47%;
	top: -99px;
}
.sousuo{
	display: flex;
	align-items: center;
}
.sousuo input{
	width: 2.2rem;
	height: 0.48rem;
	background: #fff;
	font-size: 0.14rem;
	color: #999;
	padding-left: 0.1rem;
	border: 0;
}
.sousuo button{
	width: 0.7rem;
	height: 0.48rem;
	background: #0047FF;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}
.sousuo button img{
	width: 0.3rem;
	height: 0.3rem;
}
.pcx ul{
	display: flex;
	justify-content: space-between;
}
.pcx_nav{
	background:#0531c3;
}
/* .pcx ul li{
	width: 10%;
} */
.pcx ul li a{
	/* width: 180px; */
	height: 0.57rem;
	/* background: #06348F; */
	border-radius: 0px 0px 0px 0px;
	font-weight: 500;
	font-size:0.18rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.pcx ul li a:hover{
	/* background: #06348F; */
}
.white_head .pcs_nav{
	height: 0;
	opacity: 0;
}
.navigation_top_ul_item {
	position: relative;
	/* height: 100%; */
	/* display: flex; */
	/* align-items: center; */
	padding: 0 0.2rem;
	/* 菜单间距 */
}

.navigation_top_ul_item>a {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 500;
	transition: all 0.5s;
	display: flex;
	align-items: center;

}

.navigation_top_ul_item>a>svg {
	width: 0.11rem;
	height: auto;
	margin-left: 0.07rem;
}

/* 下拉菜单核心样式（高度从0到有） */
.mod-pull {
	position: absolute;
	top: 100%;
	/* 紧贴父菜单底部 */
	left: -0rem;
	width: 1.8rem;
	/* 下拉菜单宽度 */
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	/* 关键：隐藏超出高度的内容 */
	max-height: 0;
	/* 初始高度为0 */
	opacity: 0;
	/* 初始透明 */
	transition: max-height 1s ease, opacity 0.3s ease;
	/* 过渡动画 */
	z-index: 100;
}

/* 鼠标经过时展开下拉菜单 */
.navigation_top_ul_item:hover .mod-pull {
	max-height: 5rem;
	/* 足够容纳所有子项的高度（根据实际子项数量调整） */
	opacity: 1;
	/* 完全显示 */
}


/* 下拉菜单项样式 */
.mod-pull_ul_li {
	border-bottom: 1px solid #f5f5f5;
}

.mod-pull_ul_li:last-child {
	border-bottom: none;
}

.mpul-box {
	display: block !important;
	padding: 0.12rem 0.2rem;
	color: #333 !important;
	font-size: 0.16rem;
	transition: background-color 0.3s, color 0.3s;
	height: 0.45rem !important;
	font-size: 0.14rem !important;
}

/* 下拉菜单项 hover 样式 */
.mod-pull_ul_li:hover .mpul-box {
	background-color: #f5f9ff;
	color: #053286;
}

.navigation_top_ul_item_a {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;

}

.navigation_top_ul_item_a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 0.04rem;
	background: #053286;
	transition: all .4s;
}

.navigation_top_ul_item:hover .navigation_top_ul_item_a::after {
	width: 0;
}

.navigation_top_ul_item a svg path {
	transition: all 0.3s;
}

.navigation_top_ul_item:hover a svg path {

	fill: #053286;
}
.navigation_top_ul_item:hover{
	background: #4a70b9;
}
.navigation_top_ul_item:hover .navigation_top_ul_item_a {
	/* color: #053286; */
}
.mod-pull_ul{
	display: block !important;
}
/* 底部栏 */
.bottom{
	width: 100%;
	background: #000000;
	padding: 0.26rem 0;
}
.bottom1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bottom1 p{
	font-size: 0.16rem;
	color: #FFFFFF;
	padding-right: 0.1rem;
}

.bottom2 {
	width: 100%;
	background-color: #0542b4;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.bottom2 .bar {
	width: 100%;
	/* max-width: 0; */
	margin: 0 auto;
}

.erma1 img {
	width: 1.15rem;
	height: 1.15rem;
}

.wufenkai {
	display: flex;
	justify-content: space-between;
}

.wufen1 {
	display: flex;
	justify-content: space-between;
}

.lianjie h2 {
	font-size: 0.32rem;
	color: #fff;
	padding-bottom: 0.3rem;
	font-weight: 600;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "SimHei", sans-serif;
}

.lianjie a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	padding-bottom: 0.18rem;
	/* font-weight: 600; */
}

.wulianxi {
	padding-left: 162px;
}

.wulianxi h2 {
	font-size: 0.32rem;
	color: #fff;
	padding-bottom: 0.3rem;
	font-weight: 600;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "SimHei", sans-serif;
}

.wulianxi p {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	padding-bottom: 0.18rem;
	/* font-weight: 600; */
}

.wufen2 {
	display: flex;
	justify-content: space-between;
}

.wujiao {
	width: 2rem;
	height: 0.4rem;
	background-color: #00359f;
	margin-bottom: 10px;
}

.wujiao a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: #fff;
	font-weight: 600;
}

.gaojiao {
	padding-right: 2.8rem;
}

.erma1 {
	margin-bottom: 0.28rem;
	text-align: center;
}

.erma1 p {
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.11rem;
}



.white_head .pcx ul li a{
	height: 95px;
}
.gddt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: -0.21rem;
	padding: 0 0.15rem;
}

.pj {
	display: flex;
	align-items: center;
	background: #fff;
}

.pjgd {
	background: #fff;
}

.pjgd a {
	display: flex;
	align-items: center;
}

.pj img {
	width: 135.31px;
	height: 49.4px;
	margin-right: 10px;
}

.pj p {
	font-weight: 400;
	font-size: 0.28rem;
	color: #000000;
}

.pjgd a img {
	width: 5px;
	height: 8px;
	margin-left: 4px;
}

.pjgd a p {
	font-weight: 400;
	font-size: 0.14rem;
	color: #999999;
}

.pjgd a:hover p {
	color: #2662d8;
}

.qj_biaoti{
	display: flex;
	align-items: center;
	font-family: zi;
}
.qj_biaoti p:nth-child(1){
	font-size: 0.28rem;
	color: #000;
}
.qj_biaoti p:nth-child(3){
	font-size: 0.28rem;
	color: #003288;
}
.qj_biaoti span{
	background: #000000;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 0.5rem;
	display: block;
	margin: 0 0.05rem;
}
@media screen and (max-width:1300px) {
	.bar{
		/* padding: 0 3%;/s */
	}
	.pcs1{
		position: relative;
		z-index: 2;
	}
	.sousuo{
		position: relative;
		z-index: 2;
	}
	
}
@media screen and (max-width:1200px) {
	.pcx ul li a {
	    width: 135px;
	}
}
@media screen and (max-width:1024px) {
	.sousuo{
		display: none;
	}
	.bd{
		display: none;
	}
	.pcx_nav{
		display: none;
	}
	#toggle{
		display: block;
		top: 45px;
	}
	.pcs1 {
	    margin: 0 auto;
	}
	.slog img {
	    width: 270px;
	}
	.white_head .pcs_nav {
	    height: 140px;
	    opacity: 1;
	}
	    .bar {
	        padding-left: 0.2rem;
	        padding-right: 0.2rem;
	    }
		.wufenkai {
		    flex-wrap: wrap;
		}
		.wulianxi {
		    padding-left: 0;
		}
		.wufen1 {
		    flex-wrap: wrap;
		
		}
		.lianjie{
			width: 100%;
		}
		.wulianxi {
		    width: 100%;
		}
		.gaojiao {
		    padding-right: 20px;
		}
		
}
@media screen and (max-width:768px) {
	.pcs_{
		height: 75px;
	}
	.pcs1{
		height: auto;
	}
	.pcs1 img {
	    width: 200px;
	    height: auto;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	}
	#toggle {
	    display: block;
	    top: 23px;
		width: 30px;
		height: 30px;
	}
	.pcs_nav {
	    width: 100%;
	    height: 70px;
	}
	.bot1 {
	    flex-wrap: wrap;
	}
	.white_head .pcs_nav {
	    height: 70px;
	    opacity: 1;
	}
	
}
#keyword{
    width: 2.6rem !important;
    height:0.48rem;
    background: #fff;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0.1rem;
    border: 0;
}
.search {
    width: 0.7rem !important;
    height: 0.48rem !important;
    background: #0047ff !important;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-image: url(/_upload/tpl/06/ce/1742/template1742/image/ss.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-top: 0.31rem;
}