/*修改滚动条样式*/
::-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; */
}
.left_lie1{
background-repeat: no-repeat !important;
    background-position: center !important;
}
* {
	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/Century.ttf');
}
.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: 1500px;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */

}
/* 手机导航栏 */
#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: #1D3B87;
	padding: 3%;
}
.dibu1 a{
	color: #fff;
}
.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: 20px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 20px;
	border-color: #E2E2E2;
	text-align: center;
	background: #1D3B87;
}

.vb {
	position: absolute;
	top: 18px;
	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;
}

.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: 140px;
	/* 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: 435px;
	height: 77px;
}
.pcs1 img{
	width: 100%;
	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: 331px;
	height: 48px;
	background: #fff;
	font-size: 14px;
	color: #999;
	padding-left: 10px;
	border: 0;
}
.sousuo button{
	width: 70px;
	height: 48px;
	background: #022787;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}
.sousuo button img{
	width: 29.63px;
	height: 29.63px;
}
.pcx ul{
	display: flex;
	justify-content: space-between;
}
.pcx_nav{
	/* background: #0c45b5; */
}
/* .pcx ul li{
	width: 10%;
} */
.pcx ul li a{
	/* width: 180px; */
	height: 71px;
	/* background: #06348F; */
	border-radius: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pcx ul li a:hover{
	/* background: #06348F; */
}
.white_head .pcs_nav{
	height: 0;
	opacity: 0;
}
/* 底部栏 */
.bottom{
	width: 100%;
	background: #1D3B87;
	padding: 26px 0;
}
.bottom1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bottom1 p{
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 10px;
}



@media screen and (max-width:1500px) {
	.bar{
		padding: 0 3%;
	}
	.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;
	}
}
@media screen and (max-width:768px) {
	.pcs_{
		height: 75px;
	}
	.pcs1{
		height: auto;
	}
	.pcs1 img {
	    width: 75%;
	    height: 100%;
	    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;
	}
}