.banner{
	position: relative;
	width: 100%;
	min-width:1200px;
}
.banner img{
	width: 100%;
	min-width:1200px;
}
.banner p{
	color:white;
	font-size: 3em;
	position: absolute;
	top: 50%;
	left:50%;
	white-space: nowrap;
	transform: translate3d(-50%,-50%,0);
}
.p_item{
	position: relative;
	overflow: hidden;
}
.image{
	width: 380px;
	height: 300px;
	overflow: hidden;
}
.image img{
	vertical-align: top;
	width: 100%;
}
.server_panel{
	padding:0 0 30px;
}
.flex_spar{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding:20px 0 30px;
	justify-content: space-between;
}
.flex_spar>div{
	flex:0 1 auto;
}
.txt_bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color:white;
	font-weight: normal;
	font-size: 18px;
	line-height: 46px;
	background-color: rgba(255,255,255,0.26);
	transition: 600ms all;
}
.p_item:hover .hidden_p{
	display: block;
	animation-name: bounceInDown;
}
.p_item:hover .txt_bottom{
	color:#10e282;
}
.hidden_p{
	display: none;
	color:white;
	font-size: 16px;
	line-height: 28px;
	position: absolute;
	top: 30%;
	text-align: center;
	width: 80%;
	left:10%;
	margin: 0 auto;
}
.range_panel{
	padding:30px 0;
}
.p_center{
	width: 1200px;
	margin: 0 auto;
}
.flex_c{
	flex
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding:20px 0 40px;
	justify-content: center;
}	
.flex_c>div{
	flex:0 1 auto;
}
.pn_l{
	margin-right: 40px;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.txt_center{
	color: white;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    height: 36px;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
}
.txt_part{
	padding:0 0 0 60px;
}
.txt_part p{
	width: 450px;
	font-family: SimSun;
	font-size: 16px;
	line-height: 28px;
	margin-left: 20px;
}
.circle_ul{
	text-align: left;
}
.circle_ul li{
	line-height: 42px;
	font-size: 18px;
}
.icon_circle{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 6px;
	border:3px solid #10e282;
	background-color: #fff;
	display: inline-block;
}



._hiddenbox{
	top: -180px;
	position: absolute;
	width: 0px;
	opacity: 0;
	height: 160px;
	overflow: hidden;
	border-radius:8px;
	transition: all 500ms;
	-webkit-transition:all 500ms;
}
._FlowStep{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	height: 300px;
}
._FlowStep h3{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
._FlowStep>div:first-child h3{
	margin-left: -30px;
	text-align: left;
}
._FlowStep>div:last-child h3{
	margin-left: 78px;
}
._FlowStep>div{
	-webkit-transition:all 500ms;
	transition: all 500ms;
	display: inline-block;
	margin-top: 200px;
	position: relative;
}
._FlowStep>div:first-child ._hiddenbox{
	left: -106px;
}
._circle{
	-webkit-transition:all 500ms;
	transition: all 500ms;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #ccc;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px #ccc;
    vertical-align: middle;
}
._line{
	-webkit-transition:all 500ms;
	transition: all 500ms;
	vertical-align: middle;
	display: inline-block;
	width: 104px;
	height: 2px;
	background-color:#ccc;
}
.cover{
	position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 11;
    width: 100%;
    height: 100%;
}
._FlowStep>div ._hiddenbox>p{
	position: absolute;
	top: 50%;
	color:white;
	font-size: 16px;
	line-height: 24px;
	margin: 0 30px;
	transform: translate3d(0,-50%,0);
	z-index: 19;
	text-align: left;
	width: 170px;
}
/*活动时*/
._hiddenbox img{
    -webkit-filter: blur(3px);
   -moz-filter: blur(3px);
    -ms-filter: blur(3px);   
    filter: blur(3px);
    border-radius:8px;
}
._activeBox ._hiddenbox{
	display: block;
	opacity: 1;
	width: 230px;
}
._activeBox h3{
	color:#10e282;
}
._activeBox ._circle{
	background-color:#10e282;
	box-shadow: 0 0 0 3px #10e282;
}
._activeBox ._line{
	background-color:#10e282;
}