@font-face {
	font-family: HarmonyOS_Sans_Condensed_Black;
	src: url(../zt/HarmonyOS_Sans_Condensed_Black.ttf);
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}

.header {
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #fff;
	user-select: none;
	border-bottom: 1px solid #e7e7e7;
}

.header .header-cen {
	margin: 0 auto;
	width: 73vw;
	display: flex;
	flex-direction: column;
}

.header .header-cen .header-logo {
	float: left;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}

.header .header-cen .header-logo .logo-cen {
	display: flex;
	flex-wrap: wrap;
}

.header .logo-prc img {
	width: 100%;
}

.header .gos-zi ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}

.header .gos-zi ul li:first-child {
	color: #333333;
	font-family: HarmonyOS_Sans_Condensed_Black;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
}

.header .gos-zi ul li:last-child {
	font-size: 14px;
	color: #333333;
}

.header .gos-zi ul li:last-child span {
	color: #113d9f;
	font-weight: 600;
}

.header .header-phone {
	height: 100px;
	float: right;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.header .header-phone .iconfont {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	background: #113d9f;
	color: #fff;
	margin-right: 10px;
}

.header .header-phone p {
	color: #113d9f;
	font-size: 18px;
	font-family: 'poppins';
	font-weight: 600;
}

/* 搜索框细节 */
.header .header-search {
	float: right;

}

.search-lick {
	display: none;
}

.search-b {
	display: none;
}

.header .header-search form {
	display: flex;
	align-items: center;
	height: 100px;
}

.header .header-search form input {
	border: 1px solid #113d9f;
	width: 360px;
	height: 40px;
	text-indent: 1em;
	border-right: 0;
}

.header .header-search form .iconfont {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #113d9f;
	color: #fff;
}



/* 导航栏细节 */
.header .header-nav {
	display: block;

	visibility: visible;
	opacity: 1;
	position: relative;
	height: 60px;
	background: #113d9f;

}

.header-nav-cen {
	margin: 0 auto;
	min-width: 840px;
	width: 47.35%;
	height: 60px;

}

.header .nav-a>ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .nav-a>ul li {
	width: 140px;
	text-align: center;
	position: relative;
	line-height: 60px;

}

.header .nav-a>ul>li>a {
	display: block;
	color: #fff;
	width: 140px;
	height: 60px;
	line-height: 60px;
}

.header .nav-a>ul>li .nav-active {
	background: #fff;
	color: #113d9f;
}

.header .nav-a>ul>li:hover {
	background: #fff;
}

.header .nav-a>ul>li:hover a {
	color: #333333;
	background: #fff;
}

.header .nav-a>ul>li>a:hover {
	color: #113d9f;
	background: #fff;
}

.header .nav-a>ul>li:hover .nav-a-lol {
	display: block;
}

.nav-a-lol {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	text-align: left;
	width: 140px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.nav-a-lol li {
	background: #fff;
}

.header .nav-a-lol .nav-a-lpl-uzi>ul>li a {
	color: #333333;
}

.header .nav-a-lol .nav-a-lpl-uzi>ul>li:hover a {
	color: #113d9f;
}

.search-b {
	width: 100%;
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 101px;
	animation: all 0.8s ease both;
}

.header .header-search .search-b input {
	width: 95vw;
	height: 50px;
	font-size: 16px;
	text-indent: 1em;
	border: 1px solid #cbcbcb;
	outline-color: #113d9f;
	animation: all 0.8s ease both;
}

.header .header-search .search-b .iconfont {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	font-weight: 500;
}

.search-lick .icon-chahao {
	display: none;
	color: #113d9f;
}

.search-lick .iconfont {
	line-height: 100px;
	font-size: 25px;
	cursor: pointer;
	font-weight: bold;
}

.nav-b {
	display: none;
	float: right;
	line-height: 100px;
}

.nav-b .iconfont {
	font-size: 30px;
	font-weight: bold;
	margin-left: 5px;
	cursor: pointer;
}

.nav-b .iconfont:hover {
	color: #113d9f;
}

.nav-b .icon-chahao {
	display: none;
}

.dz {
	height: 161px;
}

.nav-c {
	display: none;
	width: 100;
}

.nav-c li:hover .nav-a-lol {
	display: block;
}

.nav-c>ul>li {
	position: relative;
}

.nav-c a {
	color: #333333;
	line-height: 30px;
}

.nav-c .nav-a-lol {
	position: relative;
	top: 0;
	left: 2%;
	width: 100%;
	height: 100%;
}

.nav-t {
	display: flex;
	justify-content: space-between;
}


.banner img {
	min-height: 166px;
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
}



@media screen and (max-width :1430px) {
	.header .header-cen {
		width: 94%;
	}

	.search-a {
		display: none;
	}

	.search-lick {
		display: block;
		position: relative;
		z-index: 999;
		height: 90px;
		line-height: 90px;
	}

	.search-lick:hover .iconfont {
		color: #113d9f;
	}

	.header .header-search form {
		height: 50px;
		display: flex;
	}

	.nav-a {
		display: none;
	}

	.nav-b {
		display: block;
	}

	.header .header-nav {
		display: none;
	}

	.header-nav-cen {
		width: 94%;
	}

	.header .nav-a>ul {
		flex-direction: column;
	}

	.header .header-nav {
		height: 100vh;
	}

	.dz {
		height: 100px;
	}

	.header .header-nav {
		background: #fff;
	}

	.nav-a-lol {
		line-height: 30px;
		text-align: left;
	}

	.header-nav-cen {
		min-width: 350px;
	}
}


@media screen and (max-width :800px) {
	.header .header-phone {
		margin-right: 10px;
	}

	.header .header-phone .iconfont {
		margin-right: 5px;
	}

	.header .gos-zi ul {
		margin-left: 10px;
	}

	.header .gos-zi ul li:first-child {
		font-size: 20px;
	}
}

@media screen and (max-width :780px) {
	.header .gos-zi ul {
		display: none;
	}
}



.cbl {
	position: fixed;
	z-index: 99998;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.cbl ul {
	display: flex;
	flex-direction: column;

}

.cbl ul>li {
	position: relative;
	width: 55px;
	text-align: center;
	height: 55px;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.cbl-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cbl2-box{
    display: none;
    position: absolute;
    top:50%;
    right: 100%;
    height: 55px;
     /*background: #fff;*/
     transform: translate(0,-50%);
      transition: all 1s ease; 
}
.cbl2-box img{
	max-width: 110px;
}
.cbl ul>li .cbl2-box p{
    background: white;
    padding: 0 10px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 600;
	padding-right: 5px;
	
}
.cbl ul>li:hover .cbl2-box {
    display: block;
}
.cbl ul li .iconfont {
	font-size: 25px;
	color: #113d9f;
}

.cbl ul li p {
    white-space: nowrap;
	font-size: 12px;
	
}

#toTop .iconfont {
	font-weight: bold;
}

@media screen and (max-width :768px) {
	.cbl {
		right: 5px;
	}

	.cbl ul li .iconfont {
		font-size: 20px;
	}

	.cbl ul>li {
		width: 50px;
		height: 45px;
	}
}