.swiper-container {
	width: 100%;
	height: 120px;
}

.container {
	width: 100vw;
}

.more {
	border: 2px solid #2C3140;
	cursor: pointer;
	width: 180px;
	margin: 30px auto;
	height: 54px;
	display: flex;
}

.more:hover {
	box-shadow: 0 0 10px #d5d5d5;
}

.more-text {
	font-size: 22px;
	font-family: Helvetica; 
	font-weight: 400; 
	color: #2C3140; 
	line-height: 54px; 
	padding-left: 25px;
}

.more-img {
	padding: 16px 20px;
}

/* banner */
.container .img {
	height: 200px;
	background-image: url(../../img/index/banner_bg.png);
	background-size: cover;
	background-position:center;
	/* display: none; */
}

.container .img .img-content {
	color: #355087;
	position: relative;
	top: 60px;
	right: 20px;
}

.container .img .img-content .img-title {
	text-align: right;
	letter-spacing: 3px;
	font-size: 24px;
}

.container .img .img-content .img-text {
	/* display: flex;
	justify-content:center;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	color: #355087;
	opacity: 0.8; */
	display: none;
}

.container .img .img-content .img-text .line-left {
	display: none;
}

.container .img .img-content .img-text .line-right {
	display: none;
}

.container .img .img-content .img-text .text-small {
	font-size: 12px;
}

.container .img .img-content .img-call {
	border: 2px solid #7C93BF;
	cursor: pointer;
	margin: 40px auto;
	width: 120px;
	height: 40px;
	display: flex;
	position: relative;
	display: none;
}

.img-call:hover {
	box-shadow: 0 0 10px #7C93BF;
}

.container .img .img-content .img-call .img-call-pic {
	padding: 12px 10px 12px 15px;
}

.container .img .img-content .img-call .item-call-item {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7C93BF;
	padding: 10px 15px 10px 0px;
}

/* 关于我们 */
.container .aboutUs {
	padding-top: 30px;
	text-align: center;
	letter-spacing: 4px;
}

.aboutUs .aboutUs-title,
.case .case-title,
.news .news-title,
.philosophy .philosophy-title{
	font-size: 32px;
	font-weight: bold;
	color: #242A3A;
}

.aboutUs .aboutUs-text,
.case .case-text,
.news .news-text, 
.philosophy .philosophy-text {
	padding-top: 15px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.aboutUs .aboutUs-text .line-left,
.case .case-text .line-left,
.news .news-text .line-left,
.philosophy .philosophy-text .line-left{
	/* width: 60px;
	text-align: right; */
	display: none;
}

.aboutUs .aboutUs-text .text-span,
.case .case-text .text-span,
.news .news-text .text-span, 
.philosophy .philosophy-text .text-span {
	width: 100%;
	font-size: 22px;
	font-family: Helvetica;
	font-weight: bold;
	color: #536184;
	opacity: 0.8;
	/* padding: 0 20px; */
	letter-spacing: 1px;
}

.aboutUs .aboutUs-text .line-right,
.case .case-text .line-right, 
.news .news-text .line-right,
.philosophy .philosophy-text .line-right {
	/* width: 60px;
	text-align: left; */
	display: none;
}

/* .line1 {
	border: 1px solid #d5d5d5; 
	width: 60px; 
	margin: 10px 0 4px 0;
}

.line2 {
	border: 1px solid #d5d5d5; 
	width: 40px; 
}

.line-left > .line2 {
	margin-left: 20px;
} */

.aboutUs .aboutUs-img {
	display: flex;
	flex-flow: row wrap;
}

.aboutUs .aboutUs-img-box {
	width: 50%;
	margin: 45px 0;
}

.aboutUs .aboutUs-img .aboutUs-img-circle {
	width: 100px;
	height: 100px;
	border: 3px solid #355087;
	border-radius: 50%;
	margin: 0 auto;
	
	background-position:center;
	background-repeat: no-repeat;
}

.aboutUs-img-circle:hover {
	background-color: #1B2273;
	border: 0px;
}

.bg-linian {
	background-image: url(../../img/index/linian.png);
}

.bg-linian:hover {
	background-image: url(../../img/index/linian-hover.png);
}

.bg-yuanjing {
	background-image: url(../../img/index/yuanjing.png);
}

.bg-yuanjing:hover {
	background-image: url(../../img/index/yuanjing-hover.png);
}

.bg-dingwei {
	background-image: url(../../img/index/dingwei.png);
}

.bg-dingwei:hover {
	background-image: url(../../img/index/dingwei-hover.png);
}

.bg-youshi {
	background-image: url(../../img/index/youshi.png);
}

.bg-youshi:hover {
	background-image: url(../../img/index/youshi-hover.png);
}

.aboutUs .aboutUs-img .aboutUs-img-circle img {
	margin-top: 25px;
	margin-left: 26px;
}

.content {
	letter-spacing: 0px;
	padding-top: 35px;
}

.content .content-title {
	font-size: 22px;
	color: #355087;
	margin-bottom: 10px;
}

.content .content-span {
	font-size: 12px;
	font-weight: 400;
	color: #536184;
	text-align: center;
	line-height: 30px;
}

/*  详情 */
.detail {
	height: 310px;
	padding-top: 15px;
	background-image: url(../../img/index/group.png);
	background-size: 100% 100%;
}

.detail .detail-content {
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #F0F7FF;
	line-height: 28px;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 20px 20px 0; 
}

.detail .more {
	border: 2px solid #F0F1F4;
}

.detail .more:hover {
	box-shadow: 0 0 10px #F0F1F4;
}

.more-text {
	color: #F0F7FF; 
}

.detail-more-img {
	padding: 16px 20px;
}

/* 投资案例 */
.case {
	text-align: center;
	padding-top: 30px;
}

.case-list {
	width: 100%; 
	margin: 0 auto; 
	margin-top: 90px;
	display: none;
}

.case-list-box {
	width: 100%;
}

.case-list-mobile {
	margin-top: 30px;
}

.case-company {
	width: calc(100% - 20px) !important;
	padding: 10px;
	margin: 10px;
}

.case .more {
	border: 2px solid #2C3140;
}

.case .more:hover {
	box-shadow: 0 0 10px #d5d5d5;
}

.case .more .more-text {
	color: #2C3140; 
}


/* rank */
.rank {
	background-image: url(../../img/index/bg.png);
	text-align: center;
}

.rank .rank-content {
	display: flex;
	flex-flow: row wrap;
	margin: 0px auto;
}

.rank .rank-content .rank-content-details {
	width: 100%;
	margin: 55px 0;
}

.rank .rank-content .rank-content-details .rank-title {
	font-size: 30px;
	font-family: Helvetica;
	font-weight: bold;
	color: #29326B;
	line-height: 30px;
	opacity: 0.8;
}

.rank .rank-content .rank-content-details .rank-position {
	font-size: 30px; color: #000000; padding: 20px 0 0;
}

.rank .rank-content .rank-content-details .rank-unit {
	font-size: 36px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #DC9B7D;
}

/* 哲学 */
.philosophy {
	text-align: center;
	padding: 30px 0;
}
/* 
.philosophy .philosophy-title {
	font-size: 36px;
	font-weight: bold;
	color: #080B36;
	letter-spacing: 3px;
}

.philosophy .philosophy-text {
	margin: 0 auto;
}

.philosophy .philosophy-text .line-left, 
.philosophy .philosophy-text .line-right {
	display: none;
}

.philosophy .philosophy-text .text-span {
	font-size: 26px;
	font-weight: bold;
	color: #29326B;
	opacity: 0.8;
	letter-spacing: -1px;
	padding: 0 20px;
}
 */
.philosophy .philosophy-spin {
	margin: 0 auto;
}

.philosophy-spin .spin-item {
	width: 100%;
}

.spin-item-box {
	margin: 20px 10px;
}

.spin-item-bg {
	display: none;
}

.spin-item-box .spin-item-title {
	background-size: 100% 100%;
	height: 276px;
	margin-top: 50px;
	font-size: 60px;
	color: #DDE1EC;
	line-height: 253px;
}

.spin-item-box:hover .spin-item-title {
	color: #FFFFFF;
}

.spin-item-box .spin-item-content {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 400;	
	color: #536184;
	line-height: 59px;
}

.spin-item-box:hover .spin-item-content {
	letter-spacing: 2px;
	background: #355087;
	font-size: 24px;
	color: #F2F0F0;
}

.skr .spin-item-title  {
	background-image: url(../../img/index/tian.png);
}


.land .spin-item-title {
	background-image: url(../../img/index/di.png);
}


.person .spin-item-title {
	background-image: url(../../img/index/ren.png);
}


/* 新闻 */
.news {
	height: 650px;
	background-color: #F5F3F3;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 2px;
}

/* .news .news-title {
	font-size: 36px;
	font-weight: bold;
	color: #080B36;
}

.news .news-text {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-top: 30px;
}

.news .news-text .news-text-span {
	font-size: 26px;
	font-weight: bold;
	color: #29326B;
	opacity: 0.8;
	padding: 0 20px 0 20px;
} */

.news-list {
	margin-top: 30px;
}

.news .news-content {
	display: flex;
	height: 120px;
	background-color: #EDEDED;
	border-bottom: 1px solid #ddd;
}

.news .news-item {
	margin: 0 auto; 
	display: flex;
}

.news-content:hover {
	background-color: #D4D4D4;
}

.content-left {
	width: 25vw;
	text-align: center;
	font-size: 18px;
	color: #707070;
	line-height: 27px;
	padding: 15px 10px;
}

.news .news-item .news-item-span2 {
	font-size: 14px; letter-spacing: 1px;
}

.content-right {
	width: 75vw;
	text-align: left;
	padding-top: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #2B2B2B;
	line-height: 22px;
}

.news-list-title {
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-right .news-resume {
	height: 65px;
	font-size: 14px;
	color: #7D7D7D;
	margin-top: 5px;
	overflow:hidden
}

.news .more {
	border: 2px solid #2C3140;
}

.news .more:hover {
	box-shadow: 0 0 10px #d5d5d5;
}

.news .more-text {
	color: #2C3140;
}

