/*修改滚动条样式*/
::-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;
}


input:focus,
select:focus {
	outline: none;
}

option {
	border: none;
}

@font-face {
	font-family: zi;
	src: url('../ziti/Poppins-Medium.ttf');
}
@font-face {
	font-family: zi2;
	src: url('../ziti/SourceHanSerifSC-Heavy.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: 1200px;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */

}




/* 电脑导航栏 */
.pcs_nav {
	width: 100%;
	height: 84px;
	background: linear-gradient(to bottom,
			rgba(41, 72, 157, 0),
			/* 顶部：纯黑色（完全不透明） */
			rgba(0, 0, 0, 0)
			/* 底部：黑色（完全透明） */
		);
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
	z-index: 999;
	transition: all 0.3;
}

.white_head {
	background: linear-gradient(to bottom,
			rgba(41, 72, 157, 0.95),
			/* 顶部：纯黑色（完全不透明） */
			rgba(0, 0, 0, 0)
			/* 底部：黑色（完全透明） */
		);
}

.pcs {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	position: relative;
}

.nav {
	width: 100%;
	height: 70px;
	background-color: #1e60b9;
	padding-left: 720px;
	padding-right: 190px;

}

.logo {
	width: 710px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
}

.logo a {
	width: 100%;
	height: 100%;
}

.logo a image {
	width: 100%;
	height: 100%;
}

.pcs1 {
	width: 649px;
	/* height: 55px; */
}

.pcs1 img {
	width: 100%;
	height: 100%;
}

.bd {
	width: 570px;
	height: 140px;
	background: url(../image/db.png);
	background-size: cover;
	position: absolute;
	right: 0;
	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: #BD0000;
	border-top: 1px solid #eca7a7;
}

.pcx ul li {
	width: 10.28%;
}

.pcx ul li a {
	width: 100%;
	height: 70px;
	/* background: #06348F; */
	border-radius: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
font-family: zi;
}

.pcx ul li {
	position: relative;
}

.xiala {
	width: 100%;
	position: absolute;
	background-color: #06348F;
	top: 64px;
	left: 0;
	width: 200%;
	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;
	text-align: center;
}

.xiala1 a:hover {
	background: #fff !important;
	color: #333 !important;
}

.pcx ul li:hover a {
	background: #06348F;
}

.bianse a {
	background: #06348F;
}

.pcx ul li:hover .xiala {
	/* min-height: 80px; */
	height: auto;
	max-height: 400px;
	padding-bottom: 0px;
	z-index: 9;
}

.gzh2 {
	display: none;
	left: -58px;
	top: 30px;
}

.gzh3:hover .gzh2 {
	display: block;
}

/* 友情链接 */
.lianjie {
	padding: 40px 0;
	background-color: #dfe6ec;

}

.lianjie_yq {
	display: flex;
	align-items: center;
}

.lianjie_yq h1 {
	font-size: 35px;
	padding-left: 35px;
	position: relative;
}

.lianjie_yq h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 2px;
	height: 35px;
	background: #1e60b9;
}

.xial {
	margin-left: 30px;
	width: 430px;
	height: 45px;
	border-radius: 30px;
	background-color: #fff;
}

.xial select {
	width: 420px;
	height: 45px;
	border: 0;
	border-radius: 30px;
	font-size: 24px;
	padding-left: 40px;
	padding-right: 10px;
}

.dixian {
	width: 100%;
	height: 11px;
	background-image: url(../image/dixian.png);
	background-size: 100% 100%;
}

/* .dixian img{
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.bottom {
	width: 100%;
	padding-top: 63px;
	padding-bottom: 93px;
	background: #0d2570;
}

.bottom .bar {
	display: flex;
	justify-content: space-between;
}

.bottom_left img {
	width: 388px;
}

.bottom_left_content {
	display: flex;

}

.bottom_left_left {
	padding-top: 35px;
	margin-right: 40px;
}

.bottom_left_left p {
	padding-bottom: 20px;
	color: #fff;
	font-size: 18px;
}

.bottom_right_li {
	margin-left: 20px;
}

.bottom_right_li img {
	width: 155px;
	height: 155px;

}

.bottom_right_li p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.bottom_right_li p img {
	width: 30px;
	height: auto;
	padding-right: 5px;

}

.bottom_right {
	display: flex;
}


@media (max-width:1620px) {
	.pcx ul li {
		width: 11.28%;
	}

	.nav {

		padding-right: 0;
	}

	.lianjie {
		padding-left: 5%;
		padding-right: 5%;
	}

	.xial select {
		width: 95%;

	}

	.xial {

		width: 25%;

	}

	.bottom {
		padding-left: 5%;
		padding-right: 5%;
	}

	.pcs_nav {
		height: 120px;

	}

	.logo {
		width: 595px;
		height: 125px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.logo a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.logo a img {
		width: 100%;
		height: 100%;

	}
}
 .pcs_nav {
	                        height: 84px;
	                        
	                    }
	                    .nav {
	                        padding-right: 0px;
	                        height: 45px;
	                        padding-left: 360px;
	                    }
	                    .pcx ul li a {
	                        width: 100%;
	                        height: 45px;
	                        font-size: 16px;
	                    }
	                    .xiala {
	                        top: 45px;
	                    }
	                    .xiala1 a {
	                            font-size: 15px !important;
    justify-content: left !important;
    padding-left: 15px;
    border-bottom: 1px solid #66758485;
	                    }
	                    .logo {
	                        height: 84px;
	                        width: auto;
	                    }
.bottom .bar{
	max-width: 1200px;
	width: 100%;
	
}
.bottom_right_li img {
    width: 120px;
    height:auto;
}
.bottom_right_li p
 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.bottom_right_li p img {
    width: 23px;
    padding-right: 5px;
}
.bottom_left img {
    width: 335px;
}
.bottom_left_left p {
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.bottom {
    padding-top: 42px;
    padding-bottom: 45px;
  
}
.logo a{
	display: block;
}
.logo a img{
						   
						    
							width: 100%;
						  height: 100%;
						}
						.pcs_nav::after{
							content: "";
							width: 30%;
							height: 84px;
							background-color: #3767e1;position: absolute;
							left: 0;
							top: 0;
							z-index: -1;
						}
						.pcs_nav::before{
													content: "";
													width: 40%;
													height: 46px;
													background-color: #1e60b9;position: absolute;
													right: 0;
													top: 19px;
													z-index: -1;
												}
						.pcs {
						  
						    max-width: 1200px;
						   
						}
						.con2{
							width: 100%;
							overflow: hidden;
							border-radius: 10px;
						}
						.con1{
							display: flex;
							justify-content: space-between;
							flex-wrap: wrap;
							width: 800%;
							 /* 滚动过渡动画，100%距离建议0.5s更流畅 */
							
						}
						.center {
						    max-width: 1200px !important;
						    
						}
						.indrwp .news .left6 .one h1 {
						    font-size
						: 24px !important;
						
						}
						.indrwp .news .right .list li .txt h1 {
						 
						    font-size: 13px !important;
						  
						}
						.lianjie {
						    padding: 40px 5%;
						   margin: 0 auto;
 
						}
						.xial select {
						    width: 223px;
						    height: 35px;
						   
						    font-size: 15px;
						    padding-left: 20px;
						    
						}
						.xial {
						   
						    width: 230px;
						    height: 35px;
						  
						}
						.lianjie_yq h1 {
						    font-size: 27px;
						    font-family: 'zi2';
						}
						.lianjie_yq h1::after {
						  
						    top: 5px;
						   
						}
						.indrwp .newslist .left6 {
						    width: 78% !important
							;
						    }
							.indrwp .newslist .left6 .list li .txt p {
							    font-size: 12px!important;
							    line-height: 24px;
							    height: 43px!important;
							    color: #666;
							    display: -webkit-box;
							    -webkit-line-clamp: 2;
							    -webkit-box-orient: vertical;
							    overflow: hidden;
							    margin: 12px 0 20px!important;
							}
							.indrwp .newslist .left6 .list li .txt h1
						
							 {
							    font-size: 20px !important;
							  
							}
							.lmbt h1 {
							    font-size: 20px !important;
							}
.pcx{
position: relative;
    left: 20px;
}
@media (min-width:2800px) {
.pcs_nav::after{
							content: "";
							width: 40%;
							height: 84px;
							background-color: #3767e1;position: absolute;
							left: 0;
							top: 0;
							z-index: -1;
						}
}