/*修改滚动条样式*/
::-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/Century.ttf');
}

.nav{
	position: relative;
	z-index: 99;
}
.bar {
	max-width: 1400px;
	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: #2662d8;
	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: #2662d8;
}

.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;
}

/* 电脑导航栏 */
.pcs_nav{
	width: 100%;
	height: 140px;
	background: #2662D8;
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pcs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.pcs1{
	width: 616px;
	height: 67px;
}
.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: 220px;
	height: 36px;
	background: #fff;
	font-size: 14px;
	color: #999;
	padding-left: 10px;
	border: 0;
}
.sousuo button{
	width: 48px;
	height: 36px;
	background: #06348F;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}
.sousuo button img{
	width: 22.63px;
	height: 22.63px;
}
.pcx ul{
	display: flex;
	justify-content: space-between;
}
.pcx_nav{
	background: #0c45b5;
}
.pcx ul li a{
	width: 180px;
	height: 60px;
	/* background: #06348F; */
	border-radius: 0px 0px 0px 0px;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pcx ul li a:hover{
	background: #06348F;
}
/* 底部栏 */
.bottom{
	width: 100%;
	background: #FAFAFA;
	padding: 36px 0;
}
.bottom p{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.bot1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bot1{
	margin-top: 10px;
}
.bot1 p{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.bot1 a{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}



@media screen and (max-width:1400px) {
	.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;
	}
}
@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;
	}
}