body {
	position: relative;
	background: #232933;
	font-family: "Microsoft YaHei";
	color: #96969c;
}

.none {
	display: none;
}

.main_box {
	width: 1080px;
	padding-top: 80px;
	margin: 160px auto 0;
	overflow: hidden;
}

.itemBox {
	width: 100%;
	float: left;
	padding-bottom: 240px;
}

.title,
.titleP {
	float: left;
	width: 23%;
}

.titleP {
	position: relative;
	width: 69.4%;
	height: 0;
	padding-bottom: 95.6%;
	padding-left: 5%;
	border-left: 1px solid #fff;
}

.itemLeft {
	width: 40%;
}

.itemRight {
	width: 60%;
}

.itemLeft,
.itemRight {
	float: left;
}

.itemRight p {
	line-height: 28px;
	color: #7a7a7a;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.itemRight p span {
	color: #a1a1a7;
	font-weight:bold;
	display: inline-block;
	padding-bottom: 6px;
}

.itemRight>p span {
	font-size: 14px;
}

.typeList {
	width: 90%;
	overflow: hidden;
	padding-left: 20px;
}

.typeList li a {
	display: block;
	width: 95%;
	float: left;
	height: 50px;
	color: #96969c;
	border-bottom: 1px solid #7a7a7a;
}

.typeList li a p {
	float: left;
	line-height: 50px;
	height: 50px;
	/*width: 90%;*/
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 0;
}

.typeList li a span {
	float: right;
	color: #7a7a7a;
	padding-right: 20px;
	font-size: 20px;
	line-height: 50px;
	padding-left: 15px;
}

.typeList li a:hover {
	background: #7a7a7a;
	color: #fff;
}

.typeList li a:hover p,
.typeList li a:hover span {
	background: #7a7a7a;
	color: #fff;
}

.typeList li a.at {
	background: #7a7a7a;
	color: #fff;
}

.typeList li a.at p,
.typeList li a.at span {
	background: #7a7a7a;
	color: #fff;
}

.typeList .list {
	margin-bottom: 26px;
	cursor: pointer;
	position: relative;
	color: #a1a1a7;
	padding-bottom: 6px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

.typeList .list p {
	font-weight: normal;
}

.typeList .list:nth-child(2) {
	-o-transition-delay: 48ms;
	-webkit-transition-delay: 48ms;
	transition-delay: 48ms;
}
.typeList .list:hover{
	color: #fff;
}
.typeList .list:hover::before {
	background: #fff;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.typeList .list.active{
	color: #fff;
}
.typeList .list.active::before {
	background: #fff;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.typeList .list::before {
	width: 20%;
	height: 2px;
	background: #7a7a7a;
	z-index: 2;
	-webkit-transition: 300ms -webkit-transform cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: 300ms -webkit-transform cubic-bezier(0.26, 1.04, 0.54, 1);
	-o-transition: 300ms transform cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: 300ms transform cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: 301ms transform cubic-bezier(0.26, 1.04, 0.54, 1), 300ms -webkit-transform cubic-bezier(0.26, 1.04, 0.54, 1);
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-bkit-transform-origin: top left;
	-ms-transform-oriwegin: top left;
	transform-origin: top left;
}

.typeList .list::before,
.typeList .list::after {
	content: ' ';
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
}

.typeList .list::after {
	width: 100%;
	height: 1px;
	background: #7a7a7a;
	z-index: 1;
}

.hover-contain {
	cursor: default;
	margin-top: 50px;
}

.typeList .list>span {
	float: right;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/plus-gray.png)no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: -webkit-transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1);
	-o-transition: transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1);
	transition: transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1), -webkit-transform 300ms cubic-bezier(0.26, 1.04, 0.54, 1);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

.typeList .list:hover>span {
	background: url(../images/plus-white.png)no-repeat;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
}
.typeList .list.active>span {
	background: url(../images/plus-white.png)no-repeat;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
}
@media (max-width: 1050px) {
	.main_box {
		padding-top: 0;
		width: 80%;
		margin-top: 4rem;
	}
	.itemLeft,
	.itemRight {
		width: auto;
	}
	.titleP img {
		width: 100%;
	}
	.itemBox {
		padding-bottom: 20%;
	}
	.itemRight p {
		margin-top: 2rem!important;
	}
}