.swiper-container {
	/* width: 1200px; */
	height: 105px;
}

.container {
	min-width: 1400px;
}

.more {	border: 2px solid #2C3140;	cursor: pointer;	width: 220px;
	margin: 63px auto;
	height: 54px;	display: flex;}
.more:hover {	box-shadow: 0 0 10px #d5d5d5;
	transition: 0.5s;}
.more-text {	font-size: 24px;	font-family: Helvetica; 	font-weight: 400; 	color: #2C3140; 	line-height: 54px; 	padding-left: 25px;}

/* banner */
.container .img {
	background-image: url(../../img/index/banner_bg.png);
	background-size: 100% 100%;
	background-size: cover;
	background-position:center;
	height: 720px;
	width: auto;
}

.container .img .img-content {
	color: #355087;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 202px;
	padding-left: 290px;
}

.container .img .img-content .img-title {
	text-align: center;
	letter-spacing: 3px;
	font-size: 90px;
}

.container .img .img-content .img-text {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	text-align: center;
	font-size: 30px;
	color: #355087;
	opacity: 0.8;
}

.container .img .img-content .img-text .line-left {
	/* padding: 10px 20px 10px 0px; */
	padding-right: 20px;
}

.container .img .img-content .img-text .line-right {
	padding-left: 20px;
}

.container .img .img-content .img-text .text-small {
	font-size: 18px;
}

.container .img .img-content .img-call {
	border: 2px solid #7C93BF;
	cursor: pointer;
	margin: 65px auto;
	width: 220px;
	height: 54px;
	display: flex;
	position: relative;
　　text-indent: -40px;
　　overflow: hidden;
}

.img-call:hover {
	box-shadow: 0 0 10px #7C93BF;
}

.container .img .img-content .img-call .img-call-pic {
	padding: 13px 10px 13px 40px;
}

.container .img .img-content .img-call .item-call-item {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7C93BF;
	line-height: 27px;
	padding: 10px 31px 10px 0px;
}

/* 关于我们 */
.container .aboutUs {
	height: 642px;
	padding-top: 81px;
	text-align: center;
	letter-spacing: 4px;
}

.aboutUs .aboutUs-title,
.case .case-title {
	font-size: 60px;
	font-weight: bold;
	color: #242A3A;
}

.aboutUs .aboutUs-text,
.case .case-text {
	margin-top: 17px;
	padding-top: 30px;
	display: flex;
	width: 470px;
	margin: 0 auto;
	align-items: center;
}

.line-left{
	width: 130px;
	height: 6px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.aboutUs .aboutUs-text .text-span,
.case .case-text .text-span{
	width: 210px;
	font-size: 30px;
	font-family: Helvetica;
	font-weight: bold;
	color: #536184;
	opacity: 0.8;
	padding: 0 20px;
	letter-spacing: 1px;
}

.line-right {
	width: 130px;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.line1 {
	border: 1px solid #d5d5d5; 
	width: 128px; 
	margin: 0px 0 4px 0;
}

.line2 {
	border: 1px solid #d5d5d5; 
	width: 87px; 
}

.line-left .left {
	margin-left: 41px;
}

.aboutUs .aboutUs-img {
	display: flex;
	width: 1200px;
	margin: 60px auto;
}

.aboutUs .aboutUs-img-box {
	width: 300px; 
}

.aboutUs .aboutUs-img .aboutUs-img-circle {
	width: 120px;
	height: 120px;
	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 !important;
	transition: 0.5s;
}

.bg-linian {
	background-image: url(../../img/index/linian.png);
}

.bg-linian:hover {
	background-image: url(../../img/index/linian-hover.png);
	transition: 0.5s;
}

.bg-yuanjing {
	background-image: url(../../img/index/yuanjing.png);
}

.bg-yuanjing:hover {
	background-image: url(../../img/index/yuanjing-hover.png);
	transition: 0.5s;
}

.bg-dingwei {
	background-image: url(../../img/index/dingwei.png);
}

.bg-dingwei:hover {
	background-image: url(../../img/index/dingwei-hover.png);
	transition: 0.5s;
}

.bg-youshi {
	background-image: url(../../img/index/youshi.png);
}

.bg-youshi:hover {
	background-image: url(../../img/index/youshi-hover.png);
	transition: 0.5s;
}

.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: 36px;
	color: #355087;
	margin-bottom: 10px;
}

.content .content-span {
	font-size: 20px;
	font-weight: 400;
	color: #536184;
	text-align: center;
	line-height: 30px;
}

/*  详情 */
.detail {
	background-image: url(../../img/index/group.png);
	height: 500px;
	padding-top: 76px;
	background-size: 100% 100%;
}

.detail .detail-content {
	background-image: url(../../img/index/rectangle.png);
	background-size: 100% 100%;
	width: 1174px;
	margin: 0 auto;
	height: 232px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #F0F7FF;
	line-height: 36px;
	letter-spacing: 2px;
	padding: 40px 25px 0; 
	opacity: 0.7;
}

.detail .detail-content:hover {
	opacity: 1;
	transition: 0.5s;
}

.detail .more {
	border: 2px solid #F0F1F4;
	cursor: pointer;
	width: 220px;
	margin: 63px auto;
	height: 54px;
	display: flex;
	opacity: 0.6;
}

.detail .more:hover {
	box-shadow: 0 0 10px #F0F1F4;
	opacity: 0.8;
	transition: 0.5s;
}

.detail .more-text {
	font-size: 24px; 
	font-family: Helvetica; 
	font-weight: 400; 
	color: #F0F7FF; 
	line-height: 27px; 
	padding: 13px 0 13px 39px;
}

.detail .more-img {
	padding: 16px 34px;
}

/* 投资案例 */
.case {
	height: 650px;
	text-align: center;
	padding-top: 81px;
}

.case .case-text {
	width: 580px;
}

.case .case-text .text-span {
	width: 320px;
}

.case-list {
	width: 1280px; 
	margin: 0 auto; 
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sbtn-prev {
	width: 40px;
	height: 41px;
	background-image: url(../../img/index/back.png);
	background-size: 100% 100%;
	background-position: center center;
	background-color: rgb(218 218 218);
	border-radius: 50%;
	cursor: pointer;
}

.sbtn-prev-left {
	transform:rotate(180deg);
}

.sbtn-prev:hover {
	background-image: url(../../img/index/back_hover.png);
	background-color: rgb(41 50 107);
	transform:rotate(180deg);
	transition: 0.5s;
}

.sbtn-prev-left:hover {
	transform: rotate(0deg);
}

.case-list-box {
	width: 1150px;
	padding: 0 75px;
}

.case-list-mobile {
	display: none;
}

.case-company {
	width: 258px !important;
	height: 105px !important;
	margin: 0 12px;
	cursor: pointer;
}

.case .more {
	border: 2px solid #2C3140;
	cursor: pointer;
	width: 220px;
	height: 54px;
	display: flex;
	margin: 80px auto;
	opacity: 0.6;
}

.case .more:hover {
	box-shadow: 0 0 10px #d5d5d5;
	opacity: 0.8;
	transition: 0.5s;
}

.case .more .more-text {
	font-size: 24px; 
	font-family: Helvetica; 
	font-weight: 400; 
	color: #2C3140; 
	line-height: 27px; 
	padding: 13px 0 13px 39px;
}

.case .more .more-img {
	padding: 16px 34px;
}

/* rank */
.rank {
	background-image: url(../../img/index/bg.png);
	text-align: center;
	margin: 0 auto;
}

.rank .rank-content {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	padding: 40px 0;
}

.rank .rank-content .rank-content-details {
	width: 33%;
}

.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 {
	height: 750px;
	text-align: center;
	padding-top: 80px;
}

.philosophy .philosophy-title {
	font-size: 60px;
	font-weight: bold;
	color: #080B36;
	letter-spacing: 3px;
}

.philosophy .philosophy-text {
	display: flex;
	width: 660px;
	margin: 0 auto;
	padding-top: 30px;
	align-items: center;
}

.philosophy .philosophy-text .text-span {
	font-size: 30px;
	font-weight: bold;
	color: #29326B;
	opacity: 0.8;
	letter-spacing: -1px;
	padding: 0 20px 0 20px;
}

.philosophy .philosophy-spin {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	margin: 70px auto;
	position: relative;
}

.philosophy-spin .spin-item {
	/* width: 400px; */
	margin-top: 30px;
}

.spin-item-box {
	/* width: 320px;
	margin: 0px 40px; */
	background-color: rgba(53,80,135, 1);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.spin-item-box:hover {
	/* width: 510px; */
	/* margin: -40px 0 0 0; */
	/* animation: trans 2s; */
}

/* @keyframes trans
{
	0%{ background-color: rgba(53,80,135, 0); }
	50%{ background-color: rgba(53,80,135, 0.5); }
    100%{ background-color: rgba(53,80,135, 1); }
} */

.spin-item-title {
	width: 424px;
	height: 276px;
	font-size: 60px;
	/* color: #DDE1EC; */
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	position: absolute;
	top: 0;
}

.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;
	background: #fff;
	height: 50px;
	line-height: 50px;
}

.spin-item-box:hover .spin-item-content {
	/* color: #FFFFFF; */
	/* background-color: rgba(53,80,135, 1); */
}

.skr .spin-item-bg  {
	width: 424px;
	height: 276px;
	background-image: url(../../img/index/tian.png);
	background-size: 100% 100%;
	background-position: center center;
	opacity: 0.3;
}

.land .spin-item-bg {
	width: 424px;
	height: 276px;
	background-image: url(../../img/index/di.png);
	background-size: 100% 100%;
	background-position: center center;
	opacity: 0.3;
}

.person .spin-item-bg {
	width: 424px;
	height: 276px;
	background: url(../../img/index/ren.png);
	background-size: 100% 100%;
	background-position: center center;
	opacity: 0.3;
}

.philosophy-spin .spin-item-box:hover {
	margin-top: -55px;
}

.philosophy-spin .spin-item-box:hover .spin-item-bg {
	width: 510px;
	height: 332px;
	opacity: 0.6;
	transition: height .2s;
}

.philosophy-spin .spin-item-box:hover .spin-item-title {
	width: 510px;
	height: 332px;
	color: #FFFFFF;
}

.philosophy-spin .spin-item-box:hover .spin-item-content {
	width: 510px;
	letter-spacing: 2px;
	background: #355087;
	font-size: 24px;
	color: #F2F0F0;
}

/* 新闻 */
.news {
	height: 780px;
	background-color: #F5F3F3;
	text-align: center;
	padding-top: 53px;
	letter-spacing: 2px;
}

.news .news-title {
	font-size: 60px;
	font-weight: bold;
	color: #080B36;
}

.news .news-text {
	display: flex;
	width: 400px;
	margin: 20px auto 40px;
	align-items: center;
}

.news .news-text .text-span {
	font-size: 30px;
	font-weight: bold;
	color: #29326B;
	opacity: 0.8;
	padding: 0 20px 0 20px;
}

.news .news-content {
	display: flex;
	height: 127px;
	background-color: #EDEDED;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	transition: all 500ms;
}

.news .news-item {
	width: 1200px; 
	margin: 0 auto; 
	display: flex;
	padding: 0 120px;
}

.news-content:hover {
	background-color: #D4D4D4;
	transition: all 500ms;
}

.news-content:hover .news-item {
	transform: scale(1.2);
	transition: all 500ms;
}

.content-left {
	min-width: 150px;
	text-align: left;
	font-size: 33px;
	color: #707070;
	line-height: 27px;
	padding: 40px 0 0 30px;
}

.news .news-item .news-item-span2 {
	font-size: 21px; letter-spacing: 6px; margin-top: 5px;
}

.content-right {
	text-align: left;
	padding-top: 25px;
	padding-left: 20px;
	font-size: 21px;
	font-weight: normal;
	color: #2B2B2B;
	line-height: 27px;
}

.news-list-title {
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content-right .news-resume {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	font-size: 18px; color: #7D7D7D; margin-top: 5px;
}

.news .more {
	border: 2px solid #2C3140;
	opacity: 0.6;
}

.news .more:hover {
	box-shadow: 0 0 10px #d5d5d5;
	opacity: 0.8;
	transition: 0.5s;
}

.news .more-text {
	color: #2C3140;
}

.news .more-img {
	padding: 16px 34px;
}