/*Dotfuscator By ZPlatform*/
.banner {
	height: 100vh;
}

.about {
	margin-bottom:-60px;
	background-color: #fff;
}

.ab_top {
	margin: 0 0 60px 0;
	line-height: 1.75;
	font-size: 16px;
}

.ab_top p:last-child {
	margin-top: 30px;
}

.ab_top span {
	color: #C50000;
}

.work_list {
	background-color: #F5F5F5;
}

.work_ul>li {
	border-top: 1px solid #d9d9d9;
	padding: 40px;
	position: relative;
	cursor: pointer;
}

.addimg {
	position: absolute;
	right: 60px;
	top: 85px;
	height: 20px;
	width: 20px;
	transition: all 1s;
}

.open {
	background-color: #FAFAFA;
}

.open .addimg {
	transform: rotate(720deg);
}

.open span:nth-child(2) {
	display: none;
}

.addimg span {
	position: absolute;
	background-color: #000;
	border-radius: 2px;
}

.addimg span:nth-child(1) {
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.addimg span:nth-child(2) {
	height: 100%;
	width: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.work_tit>p {
	font-size: 21.333px;
	margin-bottom: 25px;
	line-height: 1;
}

.work_tit li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	line-height: 1;
}

.work_tit li:nth-child(1)::before {
	display: none;
}

.work_tit li::before {
	content: '|';
	display: inline-block;
	margin-right: 15px;
}

.work_desc {
	margin-top: 40px;
	line-height: 1.75;
	display: none;
	font-size: 16px;
}

.w_desc_list li {
	margin-top: 18px;
}

.work_ul_click {
	background-color: #FAFAFA;
}

.work_ul_click::before {
	content: '-' !important;
	display: none;
}
.normal_banner .banner_title > a{
		display: none;
	}
@media (max-width:768px) {
	.spaceLine{
		height:10px;
	}
	.about{
		margin-bottom:6px;
	}
	.ab_top{
		font-size: 14px;
		line-height: 1.75;
		margin: 14px 0 14px 0;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.ab_top p:last-child{
		margin-top: 8px;
	}
	.work_ul>li{
		padding:24px 12px;
	}
	.work_tit>p{
		font-size: 14px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.work_tit li{
		font-size: 12px;
		margin-right: 0;
		line-height: 1.75;
	}
	.work_tit li::before{
		margin-right: 0;
		margin-right: 4px;
		font-size: 10px;
		vertical-align: top;
		line-height:20px;
	}
	.work_tit li:last-child::before{
		display: none;
	}
	.addimg{
		right: 15px;
		top:24px;
		height: 14px;
		width: 14px;
	}
	.work_desc{
		font-size: 14px;
		line-height: 1.75;
		margin-top: 10px;
	}
	.work_desc p:nth-child(1){
		font-size: 12px;
	}
	.work_desc p:nth-child(2){
		font-size: 12px;
	}
	.work_desc p:nth-child(4){
		font-size: 12px;
	}
	.work_desc p:nth-child(5){
		font-size: 12px;
	}
	.w_desc_list li{
		margin-top: 10px;
	}
	.work_ul > li{
		border-bottom: 1px solid #d9d9d9;
		border-top: none;
	}
	.work_ul > li:first-child{
		border-top: 1px solid #d9d9d9;
	}
	
}
