/* CSS Document */
* {
	list-style: none;
}
html {
	font: normal 18px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	font-size: 1rem;
	background: #fff;
	color: #333;
}
ul, li, dl, dt, dd, ol, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.header {
	height: 450px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 26px;
}
.main-title-wrapper {
	text-align: center;
	margin-top: 85px;
}
.section-title {
	height: 67px;
}
.section-title1 {
	width: 100%;
	height: 67px;
	background: url(../img/title-01.png) center center no-repeat;
}
.section-title2 {
	width: 100%;
	height: 67px;
	background: url(../img/title-02.png) center center no-repeat;
}
.section-title3 {
	width: 100%;
	height: 67px;
	background: url(../img/title-03.png) center center no-repeat;
}
.section-title4 {
	width: 100%;
	height: 67px;
	background: url(../img/title-04.png) center center no-repeat;
}
#mainCarousel {
	height: 340px;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	border-radius: 50%;
	margin: 0 0.2rem;
	float: left;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
.show-text {
	line-height: 160%;
}
.item-investment {
	width: 100%;
	height: 252px;
	border-radius: 6px;
}
.investment-bg1 {
	background: top right / auto 100% url(../img/investment-bg1.jpg) no-repeat;
}
.investment-bg2 {
	background: top right / auto 100% url(../img/investment-bg2.jpg) no-repeat;
}
.investment-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
}
.investment-list .entry {
 padding:.5rem .5rem;
	flex: 1;
}
.investment-list .entry .entry-link {
	white-space: balance;
	height: 100%;
	display: block;
	text-align: center;
	color: #fff;
}
.investment-list .entry .entry-link i {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto;
	line-height: 3.5rem;
	color: #fff;
	background: #09489e;
	border-radius: 50%;
}
.card-item .card {
	-ms-flex: 1 0 0%;
	flex: 1 0 30%;
}
.news-tab {
	flex-wrap: nowrap;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
	position: relative;
}
.news-tab .nav-link {
	text-wrap: balance;
	font-size: 1.375rem;
	padding: 10px;
	line-height: 32px;
	text-align: center;
	border-bottom: 4px solid transparent;
margin-right:.5rem;
}
.news-tab .nav-link.active {
	color: #006eab;
	border-bottom: 4px solid #0070BF;
}
.news-tab .nav-link.active a {
	color: #006eab;
}
.news-tab .more-tag .iconfont {
	border-radius: 50%;
	width: 1.3rem;
	height: 1.3rem;
	transition: all .5s;
	color: #999;
	line-height: 1.3rem;
}
.news-tab .more-tag .iconfont:hover {
	color: #006dba;
	transform: rotateZ(360deg);
}
.news-list-wrapper .entry-wrapper {
	padding: 7px 0;
	display: flex;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 1.125rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 auto;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
.footer-section {
	background: #1c80c7;
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
}
.footer-section a {
	color: #fff;
}
.footer-section span {
	display: inline-block;
	padding: 0 5px;
}
 @media only screen and (max-width: 767px) {
.header {
	height: 240px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
.section-title1 img, .section-title2 img, .section-title3 img, .section-title4 img {
	height: 67px;
}
}
 @media only screen and (max-width: 575px) {
.header {
	height: 130px;
	background: top left / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 150px;
	margin-top: 10px;
}
}
