:root{
	--zt_color--: #860a0a;
	--zt_deep_color--: #6b0a0b;
    --moban_color--:rgba(8, 45, 91,0.7);
}


.top-nav {
	box-shadow: 0px 0px 20px 0px 
		rgba(127, 3, 13, 0.41);
}
/* pc端导航 */ 
.menu >ul >li >a{ 
    width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
		font-weight: 700;
        font-size: 0.2rem; 
        color: #000;}
.menu >ul >li >a> p {
	width: 100%;
	border-right: 0.01rem solid #e1dddd;
}
.menu >ul >li:first-child >a> p {
	border-left: 0.01rem solid #e1dddd;
}
.menu >ul >li >a:hover{ color: #fffb97;}
.menu >ul >li{ min-width: 11.11%;height: 0.55rem; text-align: center; position: relative;}

.menu{ padding-top: 0px;}
#menulistt {
	display: flex;
	justify-content: space-between;
}
#menulistt>li>ul{
	z-index: 9;
    background: var(--zt_deep_color--);
    width: 100%;
    position: absolute;
	opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .3s;
}
#menulistt>li:hover>ul{
    transform: scaleY(1) ;
    width: 100%;
    opacity: 1 ;
    transform-origin: top center;
    transition: .3s;
}
#menulistt>li>a:hover {
    /* background-color:#deeff6; */
	 color: var(--zt_color--);
}
#menulistt>li>ul>li {
	height: 0.5rem;
}
.menu >ul >.top-nav-active >a> p {
    color: var(--zt_color--);
}
#menulistt>li>ul>li>a{ 
	width: 100%;
	height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.01rem solid #e1e1e1;
    font-size: 0.16rem;
    }
#menulistt>li>ul>li>a:hover{ 
	background-color:var(--zt_color--); 
	color: #fff;
}





/* 移动端头部 */
.top {
	display: none;
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}
@media screen and (max-width: 1273px){
	.nav>ul>li{
		margin-left: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.px1400 {
		padding-left: 15px;
		padding-right: 15px;
	}

	body {
		padding-top: 60px;
	}

	.footer {
		padding: 20px 0;
	}

	.header {
		display: none;
	}

	#logo {
		display: none;
	}

	.wap,.top {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
		background-color: var(--zt_color--);
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 14px;
		margin-right: 15px;
		margin: 5px 0;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		background: #fff;
		color: #004980;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;

	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		padding-left: 20px;
		line-height: 35px;
		background: none;
		color: #fff;
		border: 1px solid #ddd;
		border-radius: 20px;
		padding-right: 30px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: -1px;
		top: 6px;
		height: 15px;
		background: var(--zt_color--);
		padding: 10px;
		border-radius: 20px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: var(--zt_deep_color--);
		overflow-y: scroll;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("../imgs/m-nav_down.png") no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}


}
@media screen and (max-width: 375px){

.ft-top a img{
    width:290px !important;
}
}
@media screen and (max-width: 768px){
	.foot-l{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-m{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-r{
		float: none;
		width: auto;
		text-align: center;
	}
}

.text-list table td b {
    overflow-wrap: anywhere;
}
.ser_img {
    background: #18489c;
    width: 22px;
    height: 25px;
    position: absolute;
    right: 1px;
    top: 8px;
}