.f_w{
	max-width: 1600px;
	margin: 0 auto;
}
.c_w{
	max-width: 1350px;
	margin: 0 auto;
}
.function_banner{
	position: relative;
	width: 100%;
}
.function_banner .function_banner_img{
	width: 100%;
}
.function_banner .function_banner_text{
	position: absolute;
	font-size: 2.5rem;
	color: #fff;
	top:50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.functionShow .container{
	width: 100%;
}
.functionShow_tit,.functionCarousel_tit{
	height: 180px;
	line-height: 180px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333;
}
.functionCarousel_tit{
	line-height: 144px;
}
.item {
	width: 274px;
	border: 1px solid #EEE;
	margin: 0 auto;
	box-shadow: 3px 3px 3px #CCC;
	position: relative;
	transition: all 1s;
}
.item:hover {
	/*2D转换*/
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.item .pic {
	position: relative;
}
.item .logo {
	width: 140px;
	height: 140px;
	border: 8px solid #FFF;
	position: absolute;
	left: 50%;
	bottom: -70px;
	margin-left: -70px;
	border-radius: 70px;
	overflow: hidden;
	text-align: center;
	line-height: 120px;
	background: #81387A;
	font-size: 22px;
	overflow: hidden;
}
.item .logo .logoA{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 1000;
	display: block;
	width: 60px;
	height: 60px;
}

.item .logo .shiyan{
	background: url(../images/shiyan.png);
}
.item .logo .shiyanTwo{
	background: url(../images/shiyan2.png);
}
.item .logo .shiyanThree{
	background: url(../images/shiyan6.png);
}
.item .logo .shiyanFour{
	background: url(../images/shiyan4.png);
}
.item .logo .shiyanFive{
	background: url(../images/shiyan3.png);
}
.item .logo .shiyanSix{
	background: url(../images/shiyan5.png);
}

.item .logo .logoA:hover{
	color: #fff;
}
.item .brief {
	height: 274px;
	width: 280px;
	background-color: #f3f3f3;
	text-align: center;
	padding: 100px 27px;
}
.item .brief h3{
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
    color: #333;
}
.item .brief span{
	font-size: 14px;
	color: #666;
}
.itemParent{
	margin-top: 43px;
	margin-bottom: 84px;
}
/*.functionCarousel_tit{
	margin-top: -90px;
}*/
/*圆圈中心动画*/

.transitionSP{
	width: 0;
	height: 0;
	position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #e3a821;
    border-radius: 100px;
    transition: all 0.6s;
    border-color: #fffefd;
}
.logo:hover .transitionSP{
	border: 30px solid #fffefd;
	width: 200px;
	height: 200px;
}

/*插件css样式*/
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic;box-shadow:1px 0px 21px #252222;}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{
	border-bottom:1px solid #00b0ff;
	position:relative;
	visibility:visible;
	z-index:10001;
	height:1px;
	margin-top:100px;
        
}
.imageflow .slider{
	background-image: url(/neo/public/web/sitexj/images/product/processmark.png);
	background-repeat: no-repeat;
	content: ' ';
	background: #00b0ff;
	-webkit-border-radius: 50%;
	height: 14px;
	margin: -7px 0 0 -10px;
	position: absolute;
	width: 14px;
	z-index: 10002;
}
.imageflow .images{overflow:hidden; white-space:nowrap;}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}
.imageflow .previous{background:url(/neo/public/web/sitexj/images/ui.totop.png) top left no-repeat; float:left; margin:-7px 0 0 -30px}
.imageflow .next{background:url(/neo/public/web/sitexj/images/ui.totop.png) top left no-repeat; float:right; margin:-7px -30px 0 30px}


.experience{
	display: block;
	margin: 0 auto;
	width: 10.7rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.4rem;
  	background: #81387A;
    color: #fff;
    text-align: center;
    margin-bottom: 5rem;
    z-index: 99;
}
