.cus-more-nav{
	width: 1200px;
	margin: 30px auto;
}
.cus-more-nav span:hover{
	color: #ff544f;
	cursor: pointer;
}
.cus-more-banner{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.cus-more-banner>div{
	width: 1200px;
	height: 110px;
	position: relative;
}
.cus-more-inputbox{
	width: 605px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 40px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.cus-more-inputbox>input{
	width: 140px;
	height: 44px;
	padding: 0 15px;
	background-color: #f9f9f9;
	border: solid 1px #eaeaea;
}
.cus-more-inputbox>p{
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(90deg, 
		#ff8663 0%, 
		#ff4e4d 100%), 
	linear-gradient(
		#f9f9f9, 
		#f9f9f9);
	cursor: pointer;
}
.cus-more-inputbox>p:active{
	opacity: .7;
}
.cus-more-content{
	width: 1200px;
	min-height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cus-more-content-left{
	width: 258px;
}
.cus-more-content-right{
	width: 915px;
	min-height: 200px;
}
.cus-more-content-header{
	font-size: 24px;
	font-weight: bold;
}
.cus-more-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 40px 0;
	border-bottom: 1px solid #e8e8e8;
}
.cus-more-list-time>p:first-child{
	width: 63px;
	font-size: 22px;
	line-height: 40px;
}
.cus-more-list-time>p:last-child{
	width: 34px;
	font-size: 15px;
	color: #888888;
}
.cus-more-list>div:nth-child(2){
	margin: 0 25px;
	width: 240px;
	height: 180px;
}
.cus-more-list-content>div:first-child{
	font-size: 20px;
	line-height: 40px;
	color: #2b2b2b;
	font-weight: 500;
	cursor: pointer;
}
.cus-more-list-content>div:first-child>span{
	color: #ff544f;
}
.cus-more-list-content>div:first-child:hover{
	color: #ff544f;
}
.cus-more-list-content>div:nth-child(2){
	padding-right: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 25px;
}
.cus-more-list-content>div:nth-child(3){
	width: 100%;
	font-size: 16px;
	line-height: 39px;
	color: #777777;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-more-list-content>div:nth-child(3)>p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-more-list-content>div:nth-child(3)>p:first-child{
	margin-right: 20px;
}
.cus-more-list-content>div:nth-child(3)>p>span{
	padding: 0 6px;
	line-height: 24px;
	font-size: 12px;
	border: solid 1px #e8e8e8;
	color: #999999;
	cursor: pointer;
	margin-left: 10px;
}
.cus-more-list-content>div:nth-child(3)>p>span:hover{
	border: solid 1px #ff544f;
	color: #ff544f;
}
.cus-more-list-box>.cus-more-list:last-child{
	border: none;
}
.cus-more-love{
	width: 1200px;
	margin: 50px auto;
	
}
.cus-more-love-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cus-more-love-header>p:first-child{
	font-size: 24px;
	font-weight: bold;
}
.cus-more-love-header>p:last-child{
	font-size: 14px;
	cursor: pointer;
}
.cus-more-love-header>p:last-child:hover{
	color: #ff544f;
}
.cus-more-love-list-box{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.cus-more-love-list{
	width: 380px;
	height: 426px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
	overflow: hidden;
	margin-right: 29px;
}
.cus-more-love-list-box>.cus-more-love-list:last-child{
	margin-right: 0px;
}
.cus-more-love-img{
	width: 380px;
	height: 285px;
	overflow: hidden;
	position: relative;
}
.cus-more-love-img>div:first-child{
	width: 380px;
	height: 285px;
	overflow: hidden;
}
.cus-more-love-img>div:last-child{
	display: flex;
	justify-content: flex-start;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	border-radius: 4px;
}
.cus-more-love-list img{
	transition: .2s;
}
.cus-more-love-list:hover img{
	transform: scale(1.1);
}
.cus-more-love-list-title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #2b2b2b;
	border-bottom: solid 1px #e9e9e9;
}
.cus-more-love-list-content{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
}
.cus-more-love-list:hover{
	box-shadow: 2px 2px 12px rgba(0,0,0,.12);
}
.cus-advimg{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 110px;
}

/* 折叠面板 */
.cus-module-one{
	width: 258px;
	cursor: pointer;
}
.cus-one-list{
	width: 258px;
	border: 1px solid #EEEEEE;
	transition: .3s;
	overflow: hidden;
	margin-bottom: 10px;
}
.cus-one-list-without-data{
	width: 258px;
	border: 1px solid #EEEEEE;
	transition: .3s;
	overflow: hidden;
	margin-bottom: 10px;
}
.cus-one-list-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: #EEEEEE;
	font-size: 23px;
}
.cus-one-list-children{
	display: none;
	transition: .3s;
}
.cus-one-list-children>p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	font-size: 14px;
	position: relative;
}
.cus-one-list-children>p:hover{
	color: #ff544f;
}
.cus-one-list-children>p::after{
	content: '';
	width: 84%;
	height: 1px;
	background-color: #EEEEEE;
	position: absolute;
	top: 0;
	left: 20px;
}
.cus-jiantou{
	width: 12px;
	height: 14px;
	background-image: url(/ymc/zhuangxiuimg/yingcang.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: .2s;
}
.cus-one-list-children>p:first-child::after{
	opacity: 0;
}
.cus-clickjiantou{
	transform: rotate(90deg)!important;
	transform-origin: center center!important;
}
.cus-module-one>.cus-one-list:last-child{
	margin-bottom: 0;
}

.cus-module-two{
	width: 258px;
	height: 410px;
	margin-top: 30px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
}
.cus-module-two-content{
	padding: 0 20px;
}
.cus-two-title{
	margin-top: 15px;
	font-size: 16px;
	line-height: 40px;
}
.cus-two-title>span{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff544f;
	border-radius: 50%;
}
.cus-two-input-box{
	margin-top: 17px;
}
.cus-two-input-box>input{
	width: 220px;
	height: 38px;
	background-color: #f9f9f9;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 0 15px;
}
.cus-module-sub{
	margin-top: 16px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #2d2d2d;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
}
.cus-module-sub:hover{
	background-color: #ff544f;
}

.cus-module-three{
	width: 258px;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
	overflow: hidden;
}
.cus-three-title{
	margin: 20px 0;
	padding: 0 20px;
	font-size: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-three-title>img{
	margin-right: 17px;
}
.cus-three-detail{
	width: 258px;
	height: 100px;
	background-color: #fafafa;
	padding: 16px;
	display: flex;
	justify-content: flex-start;
	/* align-items: center; */
}
.cus-three-con{
	padding-left: 16px;
}
.cus-three-con>p:first-child{
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
}
.cus-three-con>p:first-child:hover{
	color: #ff544f;
}
.cus-three-con>p:last-child{
	font-size: 14px;
	color: #666666;
}
.cus-three-list-p{
	padding: 0 16px;
	font-size: 14px;
	line-height: 53px;
	color: #000000;
	position: relative;
	cursor: pointer;
}
.cus-three-list-p::before{
	content: '';
	width: 92%;
	height: 1px;
	background-color: #EEEEEE;
	position: absolute;
	bottom: 0;
	left: 12px;
}
.cus-three-list-p:last-child::before{
	opacity: 0;
}
.cus-three-list-p:hover{
	color: #ff544f;
}

.cus-module-four{
	width: 258px;
	margin-top: 30px;
	border: 1px solid #EEEEEE;
}
.cus-four-list{
	width: 258px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
	padding-bottom: 15px;
}
.cus-four-list>p{
	padding: 6px 10px;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.cus-four-list>p:hover{
	border: solid 1px #ff544f;
	background-color: #ff544f;
	color: #FFFFFF!important;
}
.cus-four-list>p>a:hover{
	color: #FFF!important;
}

.cus-module-five{
	margin-top: 30px;
}
/* 折叠 */
.cus-hidstu{
	visibility: hidden;
}
.cus-three-list-zibox{
	height: 53px;
	overflow: hidden;
	transition: .2s;
}
.cus-three-list-zibox:hover{
	height: 100px;
}
.cus-three-list-zibox:hover .cus-three-detail{
	visibility: visible;
}
.cus-three-list-zibox:hover .cus-three-list-p{
	display: none;
}
.cus-three-list>.cus-three-list-zibox:last-child .cus-three-list-p::before{
	opacity: 0;
}