.jianjie{
	width: 1300px;
	margin: 30px auto;
}

.jianjie .text{
	width: 620px;
	float: left;
}

.jianjie .text h2{
	display: block;
	/* border-left: 4px solid #2857eb; */
	text-indent: 10px;
	font-size: 28px;
	color: #2857eb;
	height: 24px;
	line-height: 24px;
	font-weight: 600 !important;
}
.jianjie .text h2 i{
	font-size: 18px;
}
.jianjie .text .biaoyu{
	display: block;
	font-size: 22px;
	color: #2857eb;
	font-weight: 600;
	margin-top: 15px;
	font-style: italic;
}

.jianjie .text .jieshao{
	margin-top: 40px;
}

.jianjie .text .jieshao p{
	font-size: 16px;
	margin-top: 5px;
	color: #333;
	text-indent: 32px;
	line-height: 26px;
}

.jianjie .video{
	float: right;
	margin-top: 16px;
}

.jianjie .video video{
	display: block;
	border-radius: 6px;
	overflow: hidden;
}

.fazhan{
	width: 1300px;
	margin: 40px auto 0;
}

.fazhan h2{
	text-align: center;
	
}
.fazhan .list{
	
}
.fazhan .list .parHd{
	width: 960px;
	margin: 30px auto 0;
	height: 62px;
	position: relative;
}
.fazhan .list .parHd ul{
	height: 80px;
}
.fazhan .list .parHd ul li{
	float: left;
	font-size: 16px;
	height: 60px;
	width: 160px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	float: left;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	color: #333;
}

.fazhan .list .parHd .sPrev{
	display: block;
	width: 24px;
	height: 24px;
	
	top: 20px;
	left: 0;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 4px;
}
.fazhan .list .parHd .sPrev img,.fazhan .list .parHd .sNext img{
	display: block;
	width: 24px;
	height: 24px;
	
}
.fazhan .list .parHd .sNext{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 20px;
	right: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	background: #fff;
}
.fazhan .list .parHd ul li .quan{
	position: absolute;
	bottom: -8px;
	left: 72px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #2857eb;
	z-index: 1111111111111;
	display: none;
	transition: 0.5s;
}
.fazhan .list .parHd ul .act{
	font-size: 30px;
	font-weight: bold;
	transition: 0.5s;
}
.fazhan .list .parHd ul .act .quan{
	display: block;
	transition: 0.5s;
}

.fazhan .parBd{
	width: 600px;
	margin: 30px auto 0;
	padding-bottom: 40px;
}

.fazhan .parBd .item{
	margin-top: 15px;
	position: relative;
	
}

.fazhan .parBd .item span{
	width: 80px;
	height: 26px;
	font-size: 18px;
	color: #333;
	float: left;
	display: block;
	line-height: 26px;
}

.fazhan .parBd .item .oth{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #2857eb;
	float: left;
	margin: 6px 10px 0;
}

.fazhan .parBd .item p{
	float: left;
	width: 380px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
	
}
.fazhan .parBd .item:last-child .line{
	display: none;
}

.fazhan .parBd .item .line{
	position: absolute;
	width: 2px;
	height: 54px;
	background: rgba(0, 0, 0, .1);
	left: 96px;
	top: 19px;
}

.wenhua{
	margin-top: 40px;
	padding-bottom: 50px;
}

.wenhua .wh_tit h2{
	display: block;
	text-align: center;

	
}
.wenhua .wh_tit p{
	text-align: center;
	margin-top: 6px;	
}

.wenhua .list{
	width: 1300px;
	margin: 30px auto 0;
}

.wenhua .list ul{
	margin-left: -30px;
}
.wenhua .list ul li{
	width: 302px;
	height: 360px;
	float: left;
	margin-left: 30px;
	position: relative;
}

.wenhua .list ul li .photo{
	
}

.wenhua .list ul li .photo img{
	display: block;
	width: 302px;
	height: 360px;
	border-radius: 12px;
}

.wenhua .list ul li .other{
	width: 302px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(33, 84, 245, .18);
	border-radius: 12px;
}
.wenhua .list ul li .other .icon{
	width: 60px;
	height: 60px;
	margin: 66px auto 0;
}

.wenhua .list ul li .other .icon img{
	display: block;
	width: 60px;
	height: 60px;
}

.wenhua .list ul li .other h3{
	color: #fff;
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
}

.wenhua .list ul li .other p{
	width: 262px;
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
	line-height: 26px;
}
