a:hover {
	color: #075961;
}

/* banner */
.banner {
	position: relative;
}

/* 导航 */
.zw {
	height: 90px;
}

.top-bg {
	background: rgb(39, 50, 114);
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.top-dh {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-dh .company-main {
	height: 110px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top-dh .company-main .logo-img {
	height: 54px;
	display: block;
}

.top-dh .company-main .logo-img img {
	height: 54px;
}

.top-dh .company-main .companyname {
	font-size: 22px;
	color: #fff;
	margin-left: 20px;
	font-family: 微软雅黑;
	font-weight: bold;
}


.navbar {
	flex: 1;
	margin-left: 20px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.navbar li {
	text-align: center;
	height: 52px;
	min-width: 110px;
	line-height: 40px;
}

.navbar li:hover .nav-link {
	color: #ff5e14;
}

.navbar .nav-item {
	height: 52px;
}

.navbar .nav-item a {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.navbar .nav-link:hover {
	color: #ff5e14;
}

.navbar .nav-item .active {
	color: #ff5e14;
}

.top-btn {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 40px;
	width: 100px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
}

.top-btn img {
	height: 30px;
	width: 30px;
}

/* 尾部 */
.footer p,
.footer p a {
	font-size: 14px;
	color: #fff;
}

.footer {
	background-color: rgb(51, 51, 51);
	overflow: hidden;
}

.foot-main {
	width: 100%;
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	width: 550px;
}

.foot-logo {
	display: flex;
	align-items: center;
	font-weight: 600;
}


.foot-logo img {
	width: 54px;
	height: 54px;
}

.foot-logo .companyname {
	width: 100%;
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}


.foot-lxxx {
	width: 100%;
	font-size: 14px;
	color: rgb(217, 217, 217);
	line-height: 30px;
}

.foot-lxxx .phone {
	font-size: 28px;
	color: rgb(255, 255, 255);
}

.footer-right {
	flex: 1;
}

.footer-right .foot-dh {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.footer-right .foot-dh .nav-item a {
	color: rgb(255, 255, 255);
	font-family: 微软雅黑;
	font-weight: bold;
	font-size: 18px;
}

.wx-dl {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 100px;
}

.wx-dl dl {
	width: 120px;
	text-align: center;
	margin-bottom: 50px;
	margin-left: 50px;
}

.wx-dl dl dt {
	width: 120px;
}

.wx-dl dl dt img {
	width: 120px;
}

.wx-dl dl dd {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.copyright {
	text-align: center;
	font-weight: bold;
	background-color: #000;
	padding: 30px 0;
}

.copyright p {
	width: 100%;
	color: #fff;
	line-height: 140%;
}

.copyright a {
	color: #fff;
}

/* 标题 */
.home-tit {
	width: 400px;
	margin: 20px auto;
	text-align: center;
	border: 2px solid darkgray;
	position: relative;
	height: 60px;
}

.name-t {
	height: 60px;
	line-height: 60px;
	width: 300px;
	left: 50px;
	background-color: rgb(238, 242, 246);
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: 600;
	font-size: 30px;
}

.name-t .span {
	color: #1fac75;
}

.name-t .desc {
	font-size: 14px;
	line-height: 16.8px;
	color: rgb(153, 153, 153);
}