.nav-bot .mainlevel .subnav .img,
.nav-bot .mainlevel .subnav .xian,
.nav-bot .mainlevel .subnav .right {
	display: none;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-bot .nav-list>li {
	position: relative;
}

.nav-bot .mainlevel .subnav {
	min-width: 150px;
	position: relative;
	z-index: 9;
}

.nav-bot .mainlevel .subnav .box {
	position: relative;
	z-index: 9;
}

.nav-bot .mainlevel .subnav .list li:hover {
	background-color: #f1f1f1;
}

.nav-bot .mainlevel .subnav::after {
	content: "";
	position: absolute;
	width: 69px;
	height: 54px;
	background: url(../image/bjt2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	/* opacity: 0.3; */
	display: none;
}

/*修改滚动条样式*/
::-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;
}

.logo img {
	width: 100%;
}

.jmap img {
	width: 100%;
}

.jmap {
	width: 80%;
}

input:focus,
select:focus {
	outline: none;
}

option {
	border: none;
}

@font-face {
	font-family: zi;
	src: url('../ziti/Poppins-Medium.ttf');
}

body,
html {
	height: 100%;
	background-color: #fff;
}

.qz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;

}

.bar {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */

}
.bd {
    display: flex
;
    align-items: center;
    justify-content: right;
}
/* 搜索 */
.sou {
	position: absolute;
	width: 30px;
	top: 16px;
	right: 7%;
}

.sou img {
	width: 100%;
}

.pcx_nav {
	position: relative;
}

.sou_box {
	z-index: 999;
}

@media screen and (max-width:1700px) {
	.sou {

		right: 2%;
	}
}

@media screen and (max-width:1510px) {
	.sou {

		right: 5px;
	}
}

/* 手机导航栏 */
#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: #323690;
	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: #fff;
}

.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: 150px;
	background: #fff;
	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: 361px;
	/* height: 55px; */
}

.pcs1 img {
	width: 100%;
	height: 100%;
}

.bd {
	width: 560px;
	height: 238px;
	background: url(../image/db.png);
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
}

.bd::after {
	content: "";
	background: rgba(255, 255, 255, 1);
	/* 白色背景，带透明度 */
	z-index: 1;
	filter: blur(10px);
	/* 模糊效果 */
	width: 20%;
	height: 100%;
	top: 0;
	right: -72px;
	position: absolute;
	display: none;
}

.bd::before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	/* 白色背景，带透明度 */
	z-index: 1;
	filter: blur(10px);
	/* 模糊效果 */
	width: 20%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
}

.guanwang1 {
	display: flex;
	justify-content: right;
	justify-content: end;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}

.guanwang {
	position: relative;
	z-index: 9;
}

.guanwang1 a {
	font-weight: 500;
	font-size: 14px;
	color: #1C1F86;
}

.guanwang1 span {
	font-weight: 500;
	font-size: 12px;
	color: #1C1F86;
	padding: 0 17px;
}

.guanwang2 {
	display: flex;
	display: flex;
	justify-content: right;
	justify-content: end;
	justify-content: flex-end;
	align-items: center;
}

.guanwang2 a {
	width: 36px;
	height: 36px;
	/* overflow: hidden; */
	border-radius: 50px;
	margin-left: 14px;
}

.guanwang2 a img {
	width: 100%;
	height: 100%;
}

.pcx ul {
	display: flex;
	justify-content: space-between;
}

.pcx_nav {
	background: #2E56B9;
	border-top: 1px solid #eca7a7;
}

.pcx ul li {
	width: 14.28%;
}

.pcx ul li a {
	width: 100%;
	height: 64px;
	/* background: #06348F; */
	border-radius: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear
}

.pcx ul li {
	position: relative;
}

.xiala {
	width: 100%;
	position: absolute;
	background-color: rgb(0 0 0 / 40%);
	top: 64px;
	left: 0;
	width: 150%;
	min-height: 0px;
	max-height: 0;
	transition: all 0.3s linear;
	overflow: hidden;
}

.xiala1 a {
	transition: all 0.1s linear !important;
	height: 40px !important;
	font-size: 16px !important;
	justify-content: left !important;
	padding-left: 14px;
}

.xiala1 a:hover {
	background: #fff !important;
	color: #333 !important;
}

.pcx ul li:hover a {
	background: #081d86;
}

.pcx ul li:hover .xiala1 a {
	background: rgb(0 0 0 / 0%);
	border-bottom: 1px solid rgb(182 182 182 / 38%);

}

.bianse a {
	background: #a90c0c;
}

.pcx ul li:hover .xiala {
	/* min-height: 80px; */

	height: auto;
	max-height: 400px;
	padding-bottom: 20px;
	z-index: 9;


}

.gzh2 {
	display: none;
	left: -58px;
	top: 30px;
}

.gzh3:hover .gzh2 {
	display: block;
}

.ewmm {
	position: relative;
}

.ewmm1 {
	display: none;
	position: absolute;
	width: 75px;
	height: 75px;
	top: -77px;
	left: -17px;
}

.ewmm:hover .ewmm1 {
	display: block;
}

.ewmm1 img {
	width: 100%;
	height: 100%;
}

.bd form {
	margin-top: -120px;
	width: 271px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #919599;
	overflow: hidden;
}

#keyword {
	border: 0;
	color: #999;
	width: 100%;
	height: 100%;
	padding-left: 18px;
	padding-top: 5px;
}

.search {
	width: 21px !important;
	height: 20px !important;
	background-color: #fff;
	background-image: url(../image/sousuo.png)!important;
	background-size: 100% 100% !important;
	border: 0;
	margin-left: 36px;
	cursor: pointer;
    top: 2px;
    position: relative;
}

/* 底部栏 */
.bottom {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #2E56B9;

}

.bottom_fen {
	display: flex;
	justify-content: space-between;
}

.bottom_left {
	width: 274px;
}

.bottom_left img {
	width: 100%;
}

.bottom_zhong {
	width: 443px;
}

.bottom_right {
	width: 285px;
}

.bottom_zhong_title {
	border-bottom: 1px solid #899fd7;
	padding-bottom: 31px;
}

.bottom_zhong_title p {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}

.bottom_zhong_list {
	padding-top: 29px;
}

.bottom_zhong_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bottom_zhong_list ul li {
	width: 25%;
}

.bottom_zhong_list ul li a {
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 27px;
	display: block;
}

.bottom_right_title {
	padding-bottom: 31px;
}

.bottom_right_title p {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}

.bottom_right_dianhua {
	display: flex;
}

.bottom_right_dianhua p {
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	font-family: zi;
	margin-top: -9px;
}

.bottom_right_dianhua h1 {
	font-weight: 500;
	font-size: 44px;
	color: #FFFFFF;
	line-height: 26px;
	font-family: zi;
}

.bottom_right_dianhua span {
	width: 9px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-left: 7px;
	margin-right: 16px;
}

.bottom_right_banquan {
	padding-top: 46px;
}

.bottom_right_banquan p {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}

.bottom_right_banquan a {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	display: block;
}

@media screen and (max-width:1550px) {
	.nav-bot .nav-list>li {
		padding-right: 45px;
	}
}

@media screen and (max-width:1400px) {
	.nav-bot .nav-list {
		width: calc(100% - 36px);
	}

	.bar {
		padding: 0 3%;
	}

	.nav_bar {
		padding: 0 3%;
	}

	.zhihui ul li {
		margin-right: 0;
	}
}




@media screen and (max-width:1360px) {
	.hb {
		display: flex;
		justify-content: end;
		align-items: center;
		width: 100%;
	}

	.nav-bot .nav-list>li {
		padding-right: 25px;
	}
}

@media screen and (max-width:1250px) {
	.pcs1 {
		width: 500px;
	}
}

@media screen and (max-width:1200px) {

	.nav-bot .nav-list>li>a {
		font-size: 15px;
		transition: all .4s;
	}

	.dbdz {
		margin-right: 80px;
	}

	.nav-bot .logo img {
		width: 100%;
		transition: all .4s;
	}

	.nav-bot .sou img {
		max-width: 100%;
		width: 80%;
	}

	.nav-bot .nav-list {
		width: calc(80% - 36px);
		margin-left: 2%;
		float: left;
		height: 58px;
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
	.pcx_nav {
		display: none;
	}

	.bd {
		display: none !important;
	}

	.pcs1 {
		margin: 0 auto;
	}

	#toggle {
		display: block;
		top: 45px;
	}


	.white_head .nav-bot {
		top: 0;

	}


	.nav-top {
		display: none;
	}

	.nav-bot {
		top: 0;
		transition: 0.4s;
	}

	.nav-list {
		display: none;
	}

	.nav-top {
		display: none;
	}

	.nav-bot .logo {
		width: 100%;
	}

	/* .img1{
		display: none;
	}
.img2{
	display: block;
} */
	.nav-bot {
		top: 0;
		height: 60px;
		transition: all 0.4s;
		background: #fff;
		box-shadow: 0 -2px 8px 2px rgb(98 93 93);
	}

	.nav-bot .logo img {
		width: 155px;
		transition: all .4s;
	}

	.white_head .logo2 {
		display: flex !important;
	}

	.a {
		color: #000000 !important;
		text-shadow: #5d5d5d 0px 0px 0px !important;
	}

	.a:hover {
		color: #005964;
		text-shadow: #005964 1px 1px 2px !important;
	}

	.logo1 {
		display: none !important;
	}

	.logo2 {
		display: flex !important;
	}

	.nav-bot .nav-list {
		height: 90px !important;
		transition: all 0.4s;
		display: none;
	}

	.logo {
		height: 60px !important;
		transition: all 0.4s;
	}

	.white_head .logo {
		height: 60px !important;
	}

	.logo img {
		width: 85%;
		transition: all 0.4s;
	}

	.nav-bot .mainlevel .subnav {
		top: 90px;
	}

	.white_head .nav-bot {
		height: 60px !important;
	}

	.nav-bot .nav-list>li {
		line-height: 80px;
		height: 90px;
		transition: all 0.4s;
	}

	.zhihui ul {
		justify-content: center;
		margin: 0 auto;
	}

	.nav-bot .sou {
		height: 60px !important;
		display: none !important;
	}



	.nav-bot {
		padding-top: 0;
	}

	.slog img {
		width: 200px;
	}

	.hb {
		display: flex;
		justify-content: end;
		align-items: center;
		width: auto;
	}

	.s-diubu {
		flex-wrap: wrap;
	}

	.s-di {
		width: 100%;
	}

	.s-bu {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
	}

	.s-tu {
		display: none;
	}

	.dblogo {
		width: 100%;
	}

}

@media screen and (max-width:768px) {
	.pcs_nav {
		width: 100%;
		height: 70px;
	}

	.pcs1 img {
		width: 45%;
		height: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	#toggle {
		display: block;
		top: 23px !important;
		width: 30px;
		height: 30px;
	}

	.zhihui ul {
		width: 100%;
	}



	.lianxi p {
		font-size: 13px;
	}

	.shejiao img {
		padding-right: 20px;
		width: 55px;
		height: auto;
	}

	.kuaisu a img {
		padding-right: 10px;
		width: 32px;
	}

	.tt2 {
		width: 130px !important;
		height: 120px;
		position: absolute;
		top: -145px;
		right: -29px;
		opacity: 0;
		transition: all 0.4s;
		padding-right: 0 !important;
	}

	.erm a img {
		width: 70px;
		height: 70px;
		margin-right: 12px;
		border-radius: 5px;
	}

	.bottom_left {
		width: 274px;
		display: none;
	}

	.bottom_zhong {
		display: none;
	}

	.bottom_right {
		width: 100%;
	}
}

@media screen and (max-width:535px) {
	.sou_box form {
		margin-left: -175px;
	}

	.keyword {
		width: 275px;
	}

	.search {
		width: 65px;
	}

	.zhihui a {
		color: #FFFFFF;
		font-size: 14px;
	}


	.nav-bot .logo img {
		width: 200px;
		transition: all .4s;
	}

	#toggle {
		display: block;
		z-index: 999;
		position: absolute;
		top: 3px;
		right: auto;
		left: 14px;
	}

	.nav-bot .logo {
		margin-left: 10%;
	}

	.s-di1 a img {
		text-align: center;
		width: 35px;
		height: 35px;
	}

	.s-di1:nth-child(1) a img {
		width: 35.95px;
	}

	.s-di1:nth-child(2) a img {
		width: 36.8px;
	}

	.s-di1:nth-child(3) a img {
		width: 45px;
		height: 35px;
	}

	.s-bu .s-di1 a img {
		text-align: center;
		width: 40px;
		height: 40px;
	}

	.s-di1 a p {
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		padding-top: 15px;
	}



	.s-zi1 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.s-zi {
		width: 100%;
	}



	.dblogo1 img {
		width: 145px;
		height: auto;
	}

	.dblogo1 {
		margin-bottom: 25px;
	}

	.dbdizhi {
		display: flex;
		flex-wrap: wrap;
	}

	.dbdz {
		margin-right: 0;
		width: 100%;
	}

	.dbblx {
		width: 100%;
	}

	.dbdz h1 {
		padding-bottom: 15px;
		padding-top: 20px;
	}

	.dbblx h1 {
		padding-bottom: 20px;
	}


}
