@import url(./common.css);
/* pc导航样式调整 */
.top-banner li {
	margin-right: 2rem !important;
}
.top-banner li:last-of-type {
	margin-right: 0 !important;
}
.top-right a,
.footer a {
	color: #fff;
}
.banner-item a:hover {
	border-bottom: 0.375rem solid #fff !important;
}
.active-banner-item {
	border-bottom: 0.375rem solid #fff !important;
}
/* pc导航样式调整结束 */
/* footer样式调整 */
/* .footer-copyright {
	font-size: 14px;
} */
.footer-code p {
	margin-top: 0 !important;
	line-height: normal !important;
}
/* footer样式调整结束 */

.main_box {
	margin-bottom: 26px;
}
.main-right {
	flex: 1;
	margin: 40px 0 0 60px;
}
.main-line {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	margin: 20px 0;
}
.main-right-title {
	font-size: 32px;
	color: #333;
}
.main-text p {
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
  .top-banner li {
    margin-right: 1.725rem !important;
  }
  .active-banner-item {
    border-bottom: 0.35rem solid #fff !important
  }
  .banner-item a:hover {
    border-bottom: 0.35rem solid #fff !important;
  }
}
@media screen and (max-width: 1600px) {
  .top-banner li {
    margin-right: 1.65rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .top-banner li {
    margin-right: 1.55rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .top-banner li {
    margin-right: 1.45rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .top-banner li {
    margin-right: 1.35rem !important;
  }
}
@media screen and (max-width: 800px) {
	main {
		padding-top: 78px;
	}
}
