body {
	/* width: 100%; */
	margin: 0 auto;
}

ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
}

.banner {
	width: 100%;
	height: 730px;
}

.bannerItem {
	position: relative;
}

.banner img {
	width: 100%;
	height: 730px;
	position: absolute;
}

.carouselText {
	position: absolute;
	top: 217px;
	left: calc(50% - 600px);
}

.bannerText {
	position: absolute;
	top: 217px;
	right: 15%;
	left: 15%;
	z-index: 10;
	color: #fff;
}

.bannerText1 {
	font-size: 60px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 60px;
}

.bannerText2 {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 26px;
}

.bannerText3 {
	width: 207px;
	height: 61px;
	border-radius: 31px;
	border: 1px solid #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 61px;
	text-align: center;
	cursor: pointer;
	margin-top: 109px;
}

.bannerText3:hover{
	opacity: 0.7;
}

.bannerText3 a{
	color: #FFFFFF;
}

.bannerText4 {
	width: 207px;
	height: 61px;
	border-radius: 31px;
	border: 1px solid #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 61px;
	text-align: center;
	cursor: pointer;
	margin-top: 66px;
}

.bannerText4:hover{
	opacity: 0.7;
}

.bannerText4 a{
	color: #FFFFFF;
}

.main {
	width: 100%;
	height: 780px;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.mainText1 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #333333;
}

.mainText2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #666666;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 96px;
}

.mainBottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}

.mainBottomCol {
	width: 390px;
	height: 200px;
	/* background: linear-gradient(180deg, rgba(234, 240, 243, 0.56) 0%, #FFFFFF 100%);
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.05), 0px 2px 1px 0px #FBFBFB; */
	border-radius: 5px;
	margin: 7.5px;
	display: flex;
	padding: 31px 35px 59px 19px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.mainBottomCol:hover {
	/* transform: scale(0.90); */

	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.mainBottomFrist {}

.sleft {
	width: 110px;
	height: 110px;
	margin-right: 13px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	color: #666666;
}

/* .sleftTop {
	background-position: top;
} */



.sleft_leave {
	animation: move_leave .3s steps(16) forwards;
	-webkit-animation: move_leave .3s steps(16) forwards;
}

.sleft_enter {
	animation: move-enter .3s steps(16) forwards;
	-webkit-animation: move-enter .3s steps(16) forwards;
}

@keyframes move_leave {
	0% {
		background-position: 0 -1760px
	}

	to {
		background-position: 0 0
	}
}

@-webkit-keyframes move_leave {
	0% {
		background-position: 0 -1760px
	}

	to {
		background-position: 0 0
	}
}

@keyframes move-enter {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 0 -1760px
	}
}

@-webkit-keyframes move-enter {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 0 -1760px
	}
}

.sleft img {
	width: 110px;
	height: 110px;
}

.sRight {
	padding-top: 22px;
}

.shopBoxTit {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 11px;
}

.shopBoxCont {
	width: 213px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}

.solution {
	display: flex;
	justify-content: center;
}

.solution div:last-child{
	margin-right: 0;
}

.scheme {
	width: 377px;
	height: 460px;
	background: #FFFFFF;
	/* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1); */
	border-radius: 16px;
	margin-right: 35px;
}

.schemeBg {
	width: 100%;
	height: 107px;
	padding-top: 31px;
	padding-left: 20px;
}

.schemeTitle {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.schemeTitleEg {
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
}

.schemeContent {
	padding-top: 30px;
	padding-left: 20px;
	display: flex;
	flex-direction: column;

}

.sde {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.schemeContent .content {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	margin-top: 38px;
}

.schemeContent .content:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

.contentCircle {
	width: 10px;
	height: 10px;
	border: 2px solid #999999;
	border-radius: 10px;
	margin-right: 8px;
}

.contentAct .sde .contentCircle {
	border: 2px solid #FF4C0D;
}

.scTitle {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	line-height: 16px;
}

.contentAct .sde .scTitle {
	color: #333333;
	font-weight: bold;
}

.explain {
	font-size: 14px;
	line-height: 21px;
	color: #999999;
	padding-left: 18px;
	padding-right: 100px;
	display: none;
	padding-top: 10px;
}

.contentAct .explain {
	display: block;
	margin-bottom: -19px;
}

.operation {
	width: 100%;
	height: 900px;
	padding-top: 102px;
	background-color: #000000;
}

.operationText1 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
}

.operationText2 {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 23px;
}

.operationContent {
	display: flex;
	justify-content: center;
	margin-top: 89px;
}

.showMain .operationText2 {
	opacity: 0.7;
}

.list div {
	width: 140px;
	height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	border-radius: 200px;
}

.list div~div {
	margin-top: 20px;

}

.list div.on {
	background: #FF4612;
	font-weight: bold;
}

.list div:hover {
	background: #FF4612;
	font-weight: bold;
}

.operationLin {
	margin-left: 29px;
	margin-right: 61px;
}

.operationContentRight .text1 {
	font-size: 24px;
	color: #FFFFFF;
}

.operationContentRight .text2 {
	width: 767px;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 35px;
	margin-top: 14px;
}

.operationIcoList {
	display: flex;
	margin-top: 42px;
	width: 767px;
	justify-content: space-between;
}

.operationIco {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.7;
	cursor: pointer;
}

.operationIco:hover {
	opacity: 1;
}

.operationIco img {
	width: 40px;
	height: 40px;
}

.icoText {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 13px;
}

.operationBottom {
	margin-top: 44px;
}

.operationBottom {
	width: 536px;
	height: 250px;
}

.oneStopService {
	width: 100%;
	height: 780px;
	padding-top: 80px;
	background: #F8F8F8;
}

.serviceList {
	display: flex;
	justify-content: center;
}

.serviceList div:last-child{
	margin-right: 0;
}

.serviceContent {
	width: 276px;
	height: 371px;
	background: #FFFFFF;
	/* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); */
	border-radius: 16px;
	margin-right: 30px;
	padding: 30px 18px 0 18px;
	cursor: pointer;
}

.serviceContent:hover {
	box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}

.serviceContentTop {
	display: flex;
	justify-content: center;
}

.serviceContentImg {
	width: 140px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}


.serviceContentTop img {
	width: 140px;
	height: 140px;
}

.serviceContentCenter {
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.serviceContentBottom {
	width: 220px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin: 0 auto;
	margin-top: 20px;
}


.serviceContent_leave {
	animation: serviceContent_leave .3s steps(16) forwards;
	-webkit-animation: serviceContent_leave .3s steps(16) forwards;
}

.serviceContent_enter {
	animation: serviceContent-enter .3s steps(16) forwards;
	-webkit-animation: serviceContent-enter .3s steps(16) forwards;
}

@keyframes serviceContent_leave {
	0% {
		background-position: 0 -2240px
	}

	to {
		background-position: 0 0
	}
}

@-webkit-keyframes serviceContent_leave {
	0% {
		background-position: 0 -2240px
	}

	to {
		background-position: 0 0
	}
}

@keyframes serviceContent-enter {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 0 -2240px
	}
}

@-webkit-keyframes serviceContent-enter {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 0 -2240px
	}
}

.experience {
	display: flex;
	justify-content: center;
	margin-top: 49px;
}

.experienceBtn {
	width: 210px;
	height: 62px;
	border-radius: 31px;
	border: 1px solid #A2A2A2;
	font-size: 28px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 62px;
	text-align: center;
	cursor: pointer;
}

.information {
	width: 100%;
	padding-top: 80px;
	background: #FFFFFF;
}

.informationList {
	display: flex;
	justify-content: center;
}

.informationList div:last-child{
	margin-right: 0;
}

.informationContent {
	width: 381px;
	height: 453px;
	background: #FFFFFF;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	margin-right: 30px;
}

.informationContent:hover {
	transform: translateY(-4%);
	transition: transform 0.5s;
	cursor: pointer;
}

.informationContentNo{
	transform: translateY(0%);
	transition: transform 0.5s;
}

.informationContent img {
	width: 380px;
	height: 260px;
	border-radius: 16px 16px 0 0;
}

.informationText {
	padding: 27px 24px 26px 24px;
	
}
html{
/* 	filter:grayscale(100%);
	　　-webkit-filter:grayscale(100%);
	　　-moz-filter:grayscale(100%);
	　　-ms-filter:grayscale(100%);
	　　-o-filter:grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	　　-webkit-filter:grayscale(1) */
}
.informationText .title {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:1;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
}

.informationText .content {
	width: 338px;
	height: 56px;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	margin-top: 10px;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:2;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
}

.informationText .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	

}

.informationText .time .todetail {
	
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	display: flex;
	align-items: center;
}
.informationText .time .todetail::after{
	content: ' ';
	background-image: url(../images/index/to-right.png);
	background-size: 100% 100%;
	width: 11px;
	height: 10px;
	margin-left: 8px;
}
.informationContent:hover .time .todetail::after{
	background-image: url(../images/index/to-right-r.png);
}
/* .informationText .time .todetail img{
	width: 11px;
	height: 10px;
	margin-left: 10px;
}
.informationText:hover .time .todetail img{
	filter:alpha(Opacity=80);
	-moz-opacity:0.2;
	opacity: 0.2;
} */
.informationText .time .date {
	width: 80px;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	text-align: right;
}

.informationContent:hover .todetail {
	color: #FF4612;
}
.more-information{
	margin-top: 53px;
	text-align: center;
}
.more-information div{
	margin: 0 auto;
	width: 140px;
	height: 48px;
	border-radius: 578px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	font-size: 18px;
	text-align: center;
	letter-spacing: -0.0075em;
	color: #666666;
}
.more-information div:hover{
	border-color: #888888;
}
.client {
	width: 100%;
	height: 458px;
	padding-top: 80px;
	background: #FFFFFF;
}

.clientList {
	display: flex;
	justify-content: center;
}

.clientList img {
	width: 254px;
	height: 150px;
	margin-right: 30px;
}

.clientList img:hover {
	transform: translateY(-4%);
	transition: transform 0.5s;
	cursor: pointer;
}

.clientListNo {
	transform: translateY(0%);
	transition: transform 0.5s;
	cursor: pointer;
}

.carousel-item{
	height: 730px;

}
.ban1{
	width: 809px;
	height: 730px;
	position: absolute;
	left: calc(50%);
	top: 0;
}
.ban1 .ban1-1{
	height: 100%;
	position: absolute;
	z-index: 1;
}
.ban1 .ban1-2{
	width: 165px;
	height: 107px;
	position: absolute;
	z-index: 2;
	top: calc(50% - 200px);
	left: calc(50% - 80px);
	animation: changes 2s 0.2s linear infinite alternate;
	-webkit-animation:changes 2s 0.2s linear infinite alternate; /*Safari and Chrome*/
}
@keyframes changes {
	from {
		transform: translateY(0)
	}
	to {
		transform: translateY(20px)
	}
}

.ban1 .ban2-2 {
	height: 173px;
	width: 85px;
	left: calc(50% - 85x);
	top: calc(50% - 250px);
}

.ban1 .ban3-2 {
	height: 66px;
	width: 46px;
	left: calc(50% - 110px);
	top: calc(50% - 250px);
}

.carouselText .bannerText1-2{
	display: flex;
	align-items: center;
}

.bannerText1-2 img{
	width: 156px;
	height: 154px;
	margin-left: 250px;
	margin-bottom: 32px;
}


