html {
	color: #202040;
}
::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: skyblue;
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	);
}
::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
	border-radius: 10px;
}
body {
	box-sizing: border-box;
	background: #f5f5f8;
}

svg {
	display: inline-block;
}

#mainNav {
	transition: all 0.3s;
}

/* 导航吸顶 */
.navbar-shrink {
	background: #ffffff;
	box-shadow: 0 0 40px 0 rgba(0, 9, 51, 0.03);
}

.navbar-shrink > .container {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.containerBg {
	width: 100%;
	background: url(../assets/architectural@2x.png) no-repeat;
	background-position: 150% 100%;
	background-size: 100%;
}

.navbar-shrink a,
.navbar-shrink svg {
	color: #202040;
}

/* Small (sm) */
@media (min-width: 640px) and (min-width: 768px) {
	/* 导航吸顶 */
	.navbar-shrink {
		background: #ffffff;
		box-shadow: 0 0 40px 0 rgba(0, 9, 51, 0.03);
	}

	.navbar-shrink a,
	.navbar-shrink svg {
		color: #202040;
	}
}

/* Large (lg) */
@media (min-width: 1024px) and (min-width: 1280px) {
	/* 导航吸顶 */
	.navbar-shrink {
		background: #ffffff;
		box-shadow: 0 0 40px 0 rgba(0, 9, 51, 0.03);
	}

	.navbar-shrink a,
	.navbar-shrink svg {
		color: #202040;
	}

	.navbar-shrink img {
		height: 49.6px;
	}
}

/* 产品服务菜单 */
.nav-product svg {
	transition: all 0.3s;
}

.nav-product-list {
	background: #ffffff;
	box-shadow: 0 20px 80px 0 rgba(0, 9, 51, 0.12);
	border-radius: 10px;
	border-radius: 10px;
	color: #202040;
}

.nav-product-list > a {
	cursor: pointer;
}

.nav-product-list > a:hover {
	background: rgba(32, 32, 64, 0.1);
}

.nav-product2 svg {
	transition: all 0.3s;
}

.nav-product-list2 {
	background: #ffffff;
	box-shadow: 0 20px 80px 0 rgba(0, 9, 51, 0.12);
	border-radius: 10px;
	border-radius: 10px;
	color: #202040;
}

.nav-product-list2 > a {
	cursor: pointer;
}

.nav-product-list2 > a:hover {
	background: rgba(32, 32, 64, 0.1);
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.title {
	font-size: 36px;
	color: #202040;
	letter-spacing: 0;
}

.footer {
	background-color: #0d1726;
	color: #ffffff;
}

/* news新闻页面 */
.news {
	width: 100%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.news li {
	flex: 0 0 30.66%;
	height: 562px;
	margin-right: 4%;
	margin-bottom: 70px;
	padding-top: 1rem;
	border-radius: 30px;
	background-image: linear-gradient(0deg, #f7f7fa 0%, #ffffff 100%);
	border-radius: 30px;
	transition: all 0.4s;
	cursor: pointer;
}
.news li img {
	height: 262px;
	margin: 0 auto;
  border-radius: 20px;
}
.news li:nth-child(3n) {
	margin-right: 0rem;
}

.news li span {
	font-size: 14px;
	display: block;
	color: #202040;
	margin-top: 40px;
}

.news li .title {
	font-size: 24px;
	color: #202040;
	margin-top: 20px;
	letter-spacing: 0;
}
.news li .content {
	margin-top: 8px;
	font-size: 16px;
	color: #666680;
	text-align: justify;
}
.news li:hover {
	box-shadow: 0 20px 40px 0 rgba(0, 9, 51, 0.23),
		0 60px 120px 0 rgba(0, 9, 51, 0.2);
	-webkit-transform: translateY(-2%);
	-moz-transform: translateY(-2%);
	transform: translateY(-2%);
}

/* 新闻详情页 */
.newsStation {
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	background: #fff;
	padding: 20px 58px 0 58px;
}
.newsStation p,
.newsStation div {
	width: 100%;
}
.newsStation img {
	margin-top: 50px;
}
.newsTitle {
	font-size: 33px;
	color: #202040;
	letter-spacing: 4.71px;
	text-align: center;
}
.newsTime {
	font-size: 18px;
	color: #666680;
	letter-spacing: 2.57px;
	text-align: center;
	margin-top: 13px;
}
.newsline {
	height: 1px;
	background-color: #c3c3d1;
	margin-top: 50px;
}
.newsContent {
	text-indent: 2em;
	font-size: 22px;
	color: #666680;
	letter-spacing: 3.14px;
	text-align: justify;
	margin-top: 50px;
	line-height: 36.5px;
}
.tcggL {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 22px;
	color: #666680;
	letter-spacing: 3.14px;
	text-align: justify;
	line-height: 36.5px;
}
.container .newsStation .tcggR {
	margin-bottom: 24px;
	text-align: right !important;
	font-size: 22px;
	color: #666680;
	letter-spacing: 3.14px;
	text-align: justify;
	line-height: 36.5px;
}
.importTip {
	margin-top: 50px;
	font-size: 22px;
	font-weight: 500;
}

.news-content--p-h {
	margin-bottom: 16px;
	font-size: 22px;
  font-weight: bold;
	color: #666680;
	letter-spacing: 3.14px;
	line-height: 36.5px;
}
.news-content--p-normal {
	margin-bottom: 8px;
	font-size: 22px;
	color: #666680;
	letter-spacing: 3.14px;
	text-align: justify;
	line-height: 36.5px;
}
.news-content-desc--color {
  color:#666680;
}


/* 面包屑 */
.breadcrumb {
	margin-bottom: 40px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:nth-child(1) {
	color: rgba(0, 0, 0, 0.45);
}
.breadcrumb li:nth-child(1):hover {
	color: #3b6af6;
}
.breadcrumb li:nth-child(3) {
	color: rgba(0, 0, 0, 0.65);
	cursor: default;
}
