@charset "utf-8";
/* CSS document*/
.site-operations-slider {
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto 25px auto;
}
.site-operations-slider .carousel-indicators li {
  display: inline-block;
  width: 42px;
  height: 11px;
  margin: 0;
  text-indent: -999px;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.site-operations-slider .carousel-indicators .active {
  margin: 0;
  width: 42px;
  height: 12px;
  background-color: #534795;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  border:  2px solid transparent;
  background: #fff;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -50px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: -50px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next  .icon-arrow_right {
  color: #666;
  line-height: 244px;
  font-size: 18px;
}
.bx-wrapper .bx-prev  .icon-arrow_left {
  color: #666;
  line-height: 244px; 
  font-size: 18px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top:0;
  outline: 0;
  width: 40px;
  height: 244px;
  z-index: 99;
  background: #f2f2f2;
  border:1px solid #dedede;
  text-align: center;
  cursor:pointer;
  display: block;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #eaeaea;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/*integration-particulars*/
.integration-project{
	
	width:1200px;
	margin:0 auto 50px auto;
	
	}
.integration-equipment{
	width:1200px;
	
	margin:auto;
	}	
.integration-equipment .integration-equipment01{
	
	width:1200px;
	margin: auto;
	
	padding-bottom:42px;
	}
.integration-equipment01 .biaoti{
	width:1200px;
	height:100px;
	margin-bottom:25px;
	overflow:hidden;
	position:relative;
	}
.integration-equipment01 .biaoti img{
	float:left;
	}
.integration-equipment01 .biaoti .biaoti01{
	font-family:"微软雅黑";
	font-size:16px;
	color:#666;
	float:left;
	margin-left:12px;
	
	}	
.integration-equipment01 .biaoti p{
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	line-height:25px;
	position:absolute;
	left:107px;
	bottom:10px;
	
	}
.integration-equipment01 .collocation{
	width:1200px;
	
	}

.collocation .top{
	width:1200px;
	height:287px;
	}

.top .thing01{
	width:280px;
	height:287px;
	border:2px #5191da solid;
	background-color:#f6fafe;
	float:left;
	position:relative;
	}
.top .thing01 .goods{
	display:block;
	width:130px;
	height:130px;
	margin:39px auto 20px auto;
	}
.top .thing01 .name{
	width:132px;
	height:32px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666666;
	overflow:hidden;
	font-weight:bold;
	margin:auto;
	}
.top .thing01 .jiage{
	font-family:"微软雅黑";
	font-size:16px;
	color:#e93b39;
	font-weight:bold;
	position:absolute;
	bottom:29px;
	left:24px;
	}
.top .thing01 .mai{
	width:80px;
	height:22px;
	background-color:#534795;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:22px;
	position:absolute;
	bottom:26px;
	right:65px;
	border:1px solid #534795;
	}
.top{position:relative}
.top .shi{
	position:absolute;
	bottom:109px;
	left:246px;
	}
.top .thing02{
	width:230px;
	height:287px;
	border:1px #e5e5e5 solid;
	border-left:none;
	float:left;
	position:relative;
	}
.top .thing02 img{
	display:block;
	width:130px;
	height:130px;
	margin:42px auto 20px auto;
	}
.top .thing02 .name{
	width:132px;
	height:32px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666666;
	overflow:hidden;
	margin:auto;
	}
.top .thing02 input{
	position:absolute;
	left:51px;
	bottom:31px;
	}
.top .thing02 .jiage{
	font-family:"微软雅黑";
	font-size:16px;
	color:#e93b39;
	font-weight:bold;
	position:absolute;
	bottom:27px;
	
	left:77px;
	
	}
.bottom{
	width:1200px;
	height:78px;
	border:1px #dedede solid;
	border-top:none;
	}
.bottom .left{
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	line-height:78px;
	margin-left:734px;
	float:left;
	}
.bottom .left a{
	font-family:"微软雅黑";
	font-size:14px;
	color:#e93b39;
	font-weight:bold;
	}
.bottom .right{
	width:160px;
	height:38px;
	background-color:#534795;
	font-family:"微软雅黑";
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:38px;
	float:right;
	margin:18px;
	border:1px solid #534795;
	}
	
.integration-jiazhi{
	width:1200px;
	margin:0 auto 25px;
	
	}
	
.integration-changjing{
	width:1200px;
	margin:0 auto 25px;
	}	





