body {
	/* background-image: linear-gradient(to right, #8d1d58, #3b276a); */
}

.StrategicSteward {
	background: url(../images/StrategicSteward.jpg) no-repeat center/cover;
}

.StrategicSteward h1 {
	padding: 3.125rem 0;
	text-align: center;
	color: #fff;
}

.StrategicSteward_content {
	width: 1200px;
	margin: 0 auto;
}

.StrategicSteward_content ul {
	display: flex;
	justify-content: space-between;
}

.StrategicSteward_content ul li {
	width: 30%;
	height: 31.25rem;
	border-radius: 1.7625rem;
	background: #ffffff;
	box-shadow: rgba(141, 29, 88, .12) 0 0 30px;
}

.StrategicSteward_content_title {
	background-image: linear-gradient(to right, #8d1d58, #2f286c);
	border-radius: 1.5625rem 1.5625rem 0 0;
	height: 5.625rem;
	width: 100%;
	font-size: 1.875rem;
	line-height: 5.625rem;
	color: #fff;
	text-align: center;
}

.StrategicSteward_content_title:hover span {
	/* background: linear-gradient(to right, #2f286c, #8d1d58); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}

.StrategicSteward_content_img img {
	max-width: 100%;
	transition: 0.6s;
}

.StrategicSteward_content ul li:hover .StrategicSteward_content_img img {
	transform: scale(1.1);
}

.StrategicSteward_content ul li:hover .StrategicSteward_content_text {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: scale(1.1);
}

.StrategicSteward_content_text {
	font-size: 1.375rem;
	color: #595757;
	text-align: center;
	transition: 0.6s;
}

h1.gradient {
	padding: 3.125rem 0 1.875rem;
	text-align: center;
	color: #fff;
}


h1.gradient span {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.solution {
	background: url(../images/solution.jpg) no-repeat center/cover;
	width: 100%;
	height: 31.25rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.solution_content_i {
	width: 1200px;
	margin: 0 auto;
	/* padding-top: 9.375rem; */
	color: #ffffff;
}

.solution_content_box {
	width: 21.25rem;
}

.solution_content_h1 {
	font-size: 1.875rem;
	line-height: 6.25rem;
	font-weight: bold;
}

.solution_content_p {
	font-size: 1.25rem;
	line-height: 2.1875rem;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.solution_more {
	text-align: center;
	line-height: 2.5rem;
	width: 13.25rem;
	height: 2.5rem;
	margin: 0 auto 3.75rem;
	background: #e5e5e5;
	border-radius: 8px;
}

.solution_more a {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.25rem;
}

.advantage {
	padding: 1.875rem 1px 2rem;
	background: url(../images/advantage.jpg) no-repeat center/cover;
}

.advantage_content {
	width: 1200px;
	margin: 0 auto;
}

.advantage_content ul {
	display: flex;
	flex-wrap: wrap;

}
.advantage_li:hover{
	
box-shadow: 0 0.125rem 1.125rem 0.125rem rgb(0 0 0);
}
.advantage_li{
	color: #ffffff;
	margin: 1%;
	height: 14rem;
	padding-left: 2rem;
	width: 31%;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	/* text-align: center; */
}

.advantage_li01 {
	background-image: linear-gradient(to right, #2f286c, #8d1d58);
	color: #ffffff;
	text-align: center;
	padding-left: 0;
}

.advantage_li img {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.6s;
}

.advantage_li:hover img {
	transform: scale(1.1);
}

.advantage_li_content {
	position: relative;
	margin-top: 2rem;
}

.advantage_li h1 {
	font-size: 1.875rem;
	line-height: 3.75rem;
}

.advantage_li p {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.advantage_li01 h1 {
	font-size: 2.625rem;
	margin-top: 1rem;
	line-height: 4.5;
}


.advantage_li:nth-child(n+2) {
	padding-left: 2.1875rem;
	align-items: flex-start;
	flex-direction: column;
}

.case {
	/* background: url(../images/case.jpg) no-repeat center/cover; */
	background-image: linear-gradient(to right, #8d1d58, #2f286c);
	width: 100%;
	display: flex;
	height: 31.875rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	justify-content: flex-end;
}

.case_content {
	position: absolute;
	width: 1200px;
	width: 50%;
	margin: 0 auto;
	color: #ffffff;
	display: flex;
	align-items: center;
	left: 20%;
	top: 13%;
	transform: translateX(-50%);
	align-items: center;
	z-index: 1;
}

.case_content_box {
	margin-left: 15.5rem;
	width: 80%;
}

.case_content_box>div,
.solution_content_box>div {
	transition: .6s;
}

.case_content_box:hover>div,
.solution_content_box:hover>div,
.case_content_img img:hover {
	transform: scale(1.1);
}

.case_content_img {
	overflow: hidden;
	width: 50%;
	/* width: 72.25rem; */
}

.case_content_img img {
	height: 100%;
	object-fit: cover;
	transition: .6s;
	width: 100%;
}

.case_content_h1 {
	font-size: 2.5rem;
	line-height: 6.25rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.case_content_p {
	font-size: 1.5rem;
	line-height: 2.1875rem;
	/* display: -webkit-box; */
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.case_more {
	text-align: center;
	line-height: 2.5rem;
	width: 11.25rem;
	height: 2.5rem;
	margin: 0 auto 3.75rem;
	background: #e5e5e5;
	border-radius: 8px;
}

.case_more a {
	background: linear-gradient(to right, #2f286c, #8d1d58);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.25rem;
}

.news {
	padding: 1.875rem 0 0;
	background: url(../images/news.jpg) no-repeat center/cover;
}

.news h1.gradient {
	padding-top: 0;
}

.news_content {
	width: 1200px;
	margin: 0 auto 2.1875rem;
}

.news_content ul {
	display: flex;
	justify-content: space-between;
}
.news_content ul li:hover{

    box-shadow: 0 0.125rem 1.125rem 0.125rem rgba(113, 113, 113, 0.5);
}

.news_content ul li {
	width: 23.75rem;
	transition: 0.3s;
	background: #f9f9f9;
}
.index_new_pic img{
}
.index_new_pic {
	width: 100%;
	height: 11.25rem;
	background: #e5e5e5;
}

.index_new_text {
	padding: 1.25rem;
	display: block;
	color: #5f5f5f;
}

.index_new_text_p {
	font-size: 1rem;
	line-height: 2rem;
	height: 3rem;
	margin-bottom: 1.875rem;
}

.index_new_text_t {
	font-size: 1rem;
	line-height: 2rem;
}

.swiper-pagination-bullet {
	opacity: 1;
}

.swiper-pagination-bullet {
	width: 65px;
	height: 9px;
	border-radius: 100px;
	background-color: #fff;
	margin: 7px 8px;
}

.swiper-pagination-bullet-active {
	background: rgb(177, 77, 89);
}

@media (max-width:1920px) and (min-width: 1080px){

	.case_content_h1{
    font-size: 2rem;
}
.case_content_p {
	font-size: 1.45rem;
}

}
@media (max-width: 1680px) and (min-width: 1050px){ /*for 1680 x 1050*/

.case_content_h1{
    font-size: 2rem;
}
.case_content_p {
	font-size: 1rem;
}
}
@media (max-width: 1600px) and (min-width: 900px){ /*for 1680 x 1050*/

.case_content_h1{
    font-size: 1.5rem;
}
.case_content_p {
	font-size: 0.9rem;
}
}