
/* ----------------------------------- */

.indexFacility{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.indexFacility img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.indexFacility .indexFacilityDiv{
	position: absolute;
	left: 50%;
	top: 0;
	max-width: 1520px;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 0 10px	;
	z-index: 2;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.indexFacility .indexFacilityDiv h2{
	font-size: 5.6rem;
	line-height: 5.625rem;
}
.indexFacility .indexFacilityDiv p{
	opacity: 0.9;
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

/* ----------------------------------- */

.indexProductType{
	width: 100%;
	position: relative;
	padding: 80px 0px;
}
.indexProductType .indexProductTypeDiv{
	max-width: 1600px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	color: #FF2370;
}
.indexProductType .indexProductTypeDiv h2{
	font-size: 52px;
}
.indexProductType .indexProductTypeDiv img{
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.indexProductType .indexProductTypeDiv .products-list-t, .indexProductType .indexProductTypeDiv .products-list-b{
	margin: 60px 0px;
}
.indexProductType .indexProductTypeDiv .products-list-t ul, .indexProductType .indexProductTypeDiv .products-list-b ul{
	display: flex;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
}
.indexProductType .indexProductTypeDiv .products-list-t ul li, .indexProductType .indexProductTypeDiv .products-list-b ul li{
	flex: 1;
}
.indexProductType .indexProductTypeDiv .products-list-t ul li p span, .indexProductType .indexProductTypeDiv .products-list-b ul li p span{
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto;
	background-color: #FF2370;
	color: #fff;
	border-radius: 12px;
	padding: 0 14px;
	white-space: nowrap;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	flex-direction: row;
	align-items: center;
	
}

/* ----------------------------------- */

.indexDesign{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.indexDesign .bk{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.indexDesign .indexDesignDiv{
	max-width: 1520px;
	padding: 0 10px;
	width: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	color: #fff;
	position: absolute;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.indexDesign .indexDesignDiv h2{
	font-size: 88px;
	line-height: 98px;
	text-align: center;
}
.indexDesign .indexDesignDiv p{
	opacity: 0.9;
	font-size: 20px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

/* ----------------------------------- */

.indexTailored{
	position: relative;
	padding: 60px 0px;
}
.indexTailored .indexTailoredDiv{
	max-width: 1520px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}
.indexTailored .indexTailoredDiv div.title h2{
	color: #FF2370;
	font-size: 52px;
}
.indexTailored .indexTailoredDiv div.title p{
	color: #666;
}
.indexTailored .indexTailoredDiv div.list{
	margin: 10px 0px 20px 0px;
}
.indexTailored .indexTailoredDiv div.list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 - 80px; 
}
.indexTailored .indexTailoredDiv div.list ul li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px 60px;
}
.indexTailored .indexTailoredDiv div.list ul li div{
	width: 152px;
	height: 158px;
	line-height: 150px;
	margin: 0 auto;
	padding: 10px;
	border: 5px solid #FF2370;
	border-radius: 50%;
}
.indexTailored .indexTailoredDiv div.list ul li img{
	width: 98px; 
	height: 104px; 
	display: inline-block;
	padding: 0px;
	margin-top: 14px;
}
.indexTailored .indexTailoredDiv div.list ul li h5{
	color: #000;
	font-size: 18px;
	margin: 10px 30px;
}
.indexTailored .indexTailoredDiv div.list ul li p{
	color: #666;
	font-size: 16px;
	line-height: 1.4;
}
.indexTailored .indexTailoredDiv div.text{
	width: 90%;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
}

/* ----------------------------------- */

.indexFeedback{
	position: relative;
	padding: 80px 0px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 580px;
	background-color: #FF2370;
}
.indexFeedback .indexFeedbackDiv{
	/* max-width: 1500px; */
	max-width: 1690px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.indexFeedback .indexFeedbackDiv h2{
	font-size: 52px;
}
.indexFeedback .indexFeedbackDiv .feedback-div{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list{
	display: block;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider{
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
	transition: left 0.3s ease; 
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider ul{
	overflow: hidden;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide{
	float: left;
	display: flex;
   align-items: center;
   justify-content: center;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content{
	width: 570px;
	height: 355px;;
	background-image: url(/_lj_image/home/img_evaluate_bk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FF2370;
	position: relative;
	
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content img{
	width: 165px;
    height: 165px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 50px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote{
	width: 310px;
	height: 140px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content h5{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: normal;
    margin-top: 75px;
    margin-left: 120px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content p{
	white-space: normal;
    margin-left: 50px;
    margin-top: 30px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-left,
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-right{
	position: absolute;
	font-size: 4rem;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-left{
	top: -20px;
	/* left: -36px; */
	left: -65px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-right{
	top: 66px;
	right: -70px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .prev-btn,.indexFeedback .indexFeedbackDiv .feedback-div .next-btn{
	position: absolute;
	top: 22%;
	cursor: pointer;
	outline: none;
	width: 90px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .prev-btn{
	left: 10px;
}
.indexFeedback .indexFeedbackDiv .feedback-div .next-btn{
	right:10px;
}

/* ----------------------------------- */

.indexFoot{
	position: relative;
	width: 100%;
	padding-top: 80px;
}
.indexFoot .indexFootDiv{
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.indexFoot .indexFootDiv .fot{
	display: flex;
	justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #ef6797;
	margin-top: 15px;
	gap: 20px;
}
.indexFoot .indexFootDiv .fot img{
	width: 30px;
    height: 30px;
	margin-top: 4px;
    margin-right: 8px;
}
.indexFoot .indexFootDiv .fot span{
	display: flex;
	align-items: center;
}
.indexFoot .indexFootDiv .footer{
	background-color: #444;
}
.indexFoot .indexFootDiv .fot1{
	font-size: 30px;
    text-align: center;
	margin-top: 30px;
}
.indexFoot .indexFootDiv .fot1 h5{
	font-size: 30px;
    display: flex;
    justify-content: center;
	align-items: center;
}
.indexFoot .indexFootDiv .fot1 .brackets {
	font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 30px;
	gap: 10px;
}
.indexFoot .indexFootDiv .fot1 img{
    margin-top: 10px;
	height: 50px;
}
.indexFoot .indexFootDiv .fot1 img:first-of-type {
	height: 40px;
}
.indexFoot .indexFootDiv .title{
	text-align: center;
	color: #222;
}
.indexFoot .indexFootDiv .title h5{
	font-size: 30px;
    font-weight: 600;
	margin-top: 30px;
}
.indexFoot .indexFootDiv .title p{
	margin: auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
	color: #666;
}
.indexFoot .indexFootDiv .title a{
	color: #222;
    width: 290px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
    border-radius: 12px;
    font-size: 15px;
    background-color: rgba(255, 35, 112);
    color: white;
	font-size: 18px;
}
.indexFoot .indexFootDiv .title a i{
	font-size: 26px;
	margin-left: 10px;
	transition: all .3s linear;
}
.indexFoot .indexFootDiv .title a:hover i{
	transform: translateX(5px);
}
.indexFoot .indexFootDiv .link{
	margin: 130px 0px 80px 0px
}
.indexFoot .indexFootDiv .link ul{
	display: flex;
	/* align-items: center; */
	list-style: none;
	/* gap: 5rem; */
}
.indexFoot .indexFootDiv .link ul li{
	flex: 1;
	border: 1px solid #ccc;
	display: flex;
    /* text-align: center; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.indexFoot .indexFootDiv .link ul li h6{
	font-size: 13px;
	color: #FF2370;
	margin-bottom: 12px;
	font-weight: 500;
	margin-left: 10px;
}
.indexFoot .indexFootDiv .link ul li p{
	font-size: 12px;
	color: #444;
	margin-bottom: 12px;
	margin-left: 10px;
}
/* .indexFoot .indexFootDiv .link ul li p.f,.indexFoot .indexFootDiv .link ul li p.f-2{
	color: #000;
	font-size: 3.6rem;
	position: relative;
}
.indexFoot .indexFootDiv .link ul li p.f{
	bottom: 28px;
}
.indexFoot .indexFootDiv .link ul li p.f-2{
	bottom: 92px;
	font-weight: bold;
} */
.indexFoot .indexFootDiv .link ul li div.l-lj{
	width: 60%;
	margin: 0 auto;
}

.indexFoot .indexFootDiv .link ul li img.r-list-img{
	width: 32px;
	height: 32px;
}
.indexFoot .indexFootDiv .home{
	padding-bottom: 30px;
	display: flex;
}
.indexFoot .indexFootDiv .home div{
	width: 50%;
	font-size: 12px;
	color: #444;
}
.indexFoot .indexFootDiv .home div.l{
	text-align: left;
}
.indexFoot .indexFootDiv .home div.r{
	text-align: right;
}

/* 自适应样式 */
@media screen and (max-width:1400px){
	.indexFacility .indexFacilityDiv h2{
		font-size: 70px;
		line-height: 80px;
	}
	.indexFacility .indexFacilityDiv p{
		width: 80%;
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width:1320px){
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list{
		max-width: 580px;
	}
}
@media screen and (max-width:1200px){
	
	.indexProductType .indexProductTypeDiv h2{
		font-size: 42px;
	}
	.indexTailored .indexTailoredDiv div.title h2{
		font-size: 42px;
	}
	.indexFeedback .indexFeedbackDiv h2{
		font-size: 42px;
	}
	.indexProductType .indexProductTypeDiv .products-list-t ul li, .indexProductType .indexProductTypeDiv .products-list-b ul li{
		width: 50%;
		margin-bottom: 30px;
		flex: none;
	}
	
	.indexDesign .indexDesignDiv h2{
		font-size: 68px;
		line-height: 78px;
	}
	.indexDesign .indexDesignDiv p{
		font-size: 15px;
	}
}
@media screen and (max-width:1024px){
	.indexDesign .indexDesignDiv h2{
		font-size: 52px;
		line-height: 62px;
	}
	.indexDesign .indexDesignDiv p{
		font-size: 12px;
		margin-top: 10px;
	}
	
	.indexFoot .indexFootDiv .fot{
		flex-direction: column;
		margin-top: 0;
		gap: 0;
	}
	.indexFoot .indexFootDiv .fot>span{
		margin-top: 10px;
	}
	.indexFacility .indexFacilityDiv h2{
		font-size: 50px;
		line-height: 60px;
	}
	.indexFacility .indexFacilityDiv p{
		font-size: 12px;
	}
}
@media screen and (max-width:860px){
	.indexProductType{
		padding: 60px 0;
		padding-bottom: 40px;
	}
	.indexProductType .indexProductTypeDiv .products-list-t, .indexProductType .indexProductTypeDiv .products-list-b{
		margin: 0 ;
	}
	.indexProductType .indexProductTypeDiv .products-list-t{
		margin-top: 40px;
	}
	.indexProductType .indexProductTypeDiv h2{
		font-size: 32px;
	}
	.indexTailored .indexTailoredDiv div.title h2{
		font-size: 32px;
	}
	.indexFeedback .indexFeedbackDiv h2{
		font-size: 32px;
	}
	
	.indexTailored .indexTailoredDiv div.list ul li{
		width: 100%;
		padding: 20px 60px;
	}
}
@media screen and (max-width:768px){
	.indexDesign .indexDesignDiv h2{
		font-size: 44px;
		line-height: 54px;
	}
	.indexDesign .indexDesignDiv p{
		font-size: 10px;
	}
	
	.indexFeedback{
		height: 500px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .prev-btn, .indexFeedback .indexFeedbackDiv .feedback-div .next-btn{
		width: 45px;
		top: 30%;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list {
		max-width: 400px;
		height: 260px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content{
		width: 400px;
		height: 250px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote{
		width: 260px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content img{
		width: 116px;
		height: 116px;
		top: 5.5px;
		left: 34.5px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content h5{
		font-size: 14px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content p{
		font-size: 10px;
		margin-top: 20px;
	}
	
	.indexFoot{
		padding-top: 40px;
	}
	.indexFoot .indexFootDiv .title h5{
		margin-top: 20px;
		font-size: 22px;
	}
	.indexFoot .indexFootDiv .title p{
		font-size: 14px;
	}
	.indexFoot .indexFootDiv .fot{
		font-size: 18px;
	}
	.indexFoot .indexFootDiv .fot img{
		width: 24px;
		height: 24px;
	}
	.indexFoot .indexFootDiv .fot1 h5{
		font-size: 22px;
	}
	.indexFoot .indexFootDiv .fot1 .brackets{
		font-size: 22px;
	}
	.indexFoot .indexFootDiv .fot1 img:first-of-type{
		height: 25px;
	}
	
	.indexFacility .indexFacilityDiv h2{
		font-size: 34px;
		line-height: 44px;
	}
	.indexFacility .indexFacilityDiv p{
		font-size: 0.625rem;
	}
	
	.indexFoot .indexFootDiv .title a{
		height: 48px;
	}
	.indexTailored .indexTailoredDiv div.title p{
		margin-top: 10px;
	}
	.indexTailored{
		padding: 40px 0px;
	}
	.indexProductType{
		padding: 40px 0;
	}
}
@media screen and (max-width:680px){
	.indexProductType .indexProductTypeDiv .products-list-t ul li, .indexProductType .indexProductTypeDiv .products-list-b ul li{
		width: 100%;
	}
	.indexProductType .indexProductTypeDiv img{
		max-width: 320px;
	}
}
@media screen and (max-width:600px){
	.indexDesign .indexDesignDiv h2{
		font-size: 20px;
		line-height: 30px;
	}
	.indexDesign .indexDesignDiv p{
		font-size: 0.5rem;
	}
	.indexTailored .indexTailoredDiv div.list ul li{
		padding: 20px 20px;
	}
	.indexFacility .indexFacilityDiv h2{
		font-size: 24px;
		line-height: normal;
	}
	.indexFacility .indexFacilityDiv p{
		font-size: 0.5rem;
		margin-top: 0;
	}
}
@media screen and (max-width:480px){
	.indexProductType .indexProductTypeDiv h2{
		font-size: 26px;
	}
	.indexTailored .indexTailoredDiv div.title h2{
		font-size: 26px;
	}
	.indexFeedback .indexFeedbackDiv h2{
		font-size: 26px;
	}
	
	.indexFacility .indexFacilityDiv h2{
		font-size: 20px;
	}
	.indexFacility .indexFacilityDiv p{
		width: 90%;
		font-size: 0.4375rem;
	}
	
	.indexFeedback{
		height: 370px;
		padding: 40px 0;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .prev-btn, .indexFeedback .indexFeedbackDiv .feedback-div .next-btn{
		width: 25px;
		top: 40%;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list {
		max-width: 270px;
		height:210px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content{
		width: 270px;
		height: 210px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote{
		width: 220px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content img{
		width: 90px;
		height: 90px;
		top: 11px;
		left: 5px;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content h5{
		font-size: 14px;
		margin-left: 100px;
		margin-top: 60px;
		font-size: 0.625rem;
		text-align: left;
	}
	.indexFeedback .indexFeedbackDiv .feedback-div .feedback-list .slider .slide .slide-content .quote .quote-content p{
		font-size: 0.4375rem;
	}
	
	.indexFoot .indexFootDiv .title h5{
		font-size: 18px;
	}
	.indexFoot .indexFootDiv .title p{
		width: 80%;
		font-size: 12px;
	}
	.indexFoot .indexFootDiv .fot{
		font-size: 16px;
	}
	.indexFoot .indexFootDiv .fot img{
		width: 18px;
		height: 18px;
	}
	.indexFoot .indexFootDiv .fot1 h5{
		font-size: 18px;
	}
	.indexFoot .indexFootDiv .fot1 .brackets{
		font-size: 18px;
	}
	.indexFoot .indexFootDiv .fot1 img:first-of-type{
		height: 18px;
	}
}