/* 顶部导航 */
.topNav-container {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	/* width: 1200px; */
	height: 86px;
	/* margin: 0 0 0 10%; */
	position: relative;
}
.topNav-logo {
	height: 48px;
}
.topNav-right {
	display: flex;
	position: relative;
}

.topNav-list {
	display: inline-block;
	width: 108px;
	line-height: 48px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.topNav-list a:hover,  .topNav-list a:focus{
	text-decoration: none;
	color: #0089ff;
}
.topNav-list.active {
	border-bottom: 3px solid #0089ff;
}
.topNav-list.active a {
	/* color: #0089ff; */
}
.topNav-line {
	width: 108px;
	height: 3px;
	background: #0089ff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s ease;
	display: none;
}

.topNav-right:hover .topNav-line {
	display: block;
}

/* 顶部预约咨询按钮 */
.topNav-consult{
	position: absolute;
	background-color: #fff;
	border: 2px solid #1B9AEE;
	border-radius:4px;
	outline: none;
	top: 16px;
	left: 109%;
	width: 80px;
	height: 30px;
	color: #fff;
	background-color: #1B9AEE;
}
.topNav-consult-rem{
	display: none;
}

.navabar-move-right{
	/* display: flex;
	justify-content: flex-end; */
	margin: 0 0 0 0;
}

.navbar-padding-style{
	/* margin: 12px auto; */
	/* width: 1200px; */
}

.navbar-other-white{
	box-shadow: none;
}

/* 顶部banner */
.banner-box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0px auto;
}
.banner {
	width: 800px;
}
.banner-right-list:not(:first-of-type) {
	display: block;
	margin-top: 10px;
}
.banner-right-list img {
	display: flex;
	width: 390px;
	height: 133px;
	border-radius: 8px;
}

/* 底部样式 */
#footer{
	/* height: 260px; */
	background-color: #20232A;
}

#footer .list-other-color{
	color: #979899;
	font-size: 12px;
}

.list-top{
	/* margin-left: 60px; */
}

.ul-box .list-top-align{
	vertical-align:top
}

.list-child{
	margin-top: 40px;
}

.list-dingdingzhuanyeban{
	margin-top: 20px;
}

.list-dingdingzhuanyeban-mtb{
	margin-top: 5px;
	margin-bottom: 5px;
}

.list-address{
	margin-bottom: 20px;
}

.footer-content{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
}
.list-unstyled,.footer-li-title{
	padding-left: 50px;
}


.footer-qrcode{
	width: 140px;
	height: 140px;
	margin-bottom: 17px;
	margin-top: 14px;
}

@media (max-width: 768px){
	.footer-qrcode {
		width: 100px;
		height: 100px;
	}
}
.qrcode-describe{
	/* text-align: center; */
}
.qrcode-mlr{
	/* margin-left: 50px;
	margin-right: 50px; */
	text-align: center;
}

/* 公司名称,备案号区域 */
.footer-company{
	background-color: #000000;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #979899;
	white-space:pre;
}
.footer-company-name{
	/* margin-right: 50px; */
	text-align: center;
}

.iframe-box{
	width: 800px;
	height: 730px;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}




/* 弹窗 */
.main-content{
	position: relative;
}
.zhezhao{
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 999;
	
}
.tankuang-outner{
	width: 860px;
	height: 800px;
	position:fixed;
	left: 50%;
	top: 100px;
	transform: translate(-50%,0);
	background-color: #fff;
	border-radius: 10px;
}
.tankuang{

	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%,0);
	border-radius: 5px;
	
}
#header{
	height: 40px;
}
#header-right{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #1B9AEE;
	color: #fff;
	right: 5px;
	top: -25px;
	text-align: center;
	cursor: pointer;
}

/* .footer-container{
	margin: auto;
} */

.news-link-address{
	text-decoration: none;
}

.news-link-address:hover{
	text-decoration: none;
}

.jiejuefanggan-rem{
	display: none;
}



