/******************************顶部栏*******************************/ 
.wrapper{
	margin:0 auto;
	width:1200px;
}

#header{
	height:120px;
	line-height:52px;
	width:100%;
	background:#f9f9f9;
}

#header .wrap{ 
	font-size: 12px;
	color: #727272;
}

/*************************banner*****************************************/
#banner{
	width: 100%;
	height: 500px;
}

#banner .swiper-container {
    height: 500px;
    min-width: 1200px;
}  
#banner .swiper-slide{
	width: 100%;
	height: 500px;
	position: relative;
}

.bannerBox{
    width: 100%;
    height: 500px;
    position: absolute;
    background-repeat: no-repeat;
}

/******************************main*******************************/ 
#main{
  margin-top: 58px;
  margin-bottom: 88px;
}

.title{ 
  text-align: center;
	font-family: Impact;
  font-size: 50px;   
  line-height: 50px;
	color: #333333;
}
 
#main .title{  
  margin-bottom: 37px;
}

#main p{
  font-size: 18px;
  color: #333333;
  padding-bottom: 30px;
}

#main img{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 48px; 
}

.smallTitle{ 
	font-size: 26px;  
  color: #333333;
  text-align: center;
  position: relative;
} 

.smallTitle:before {
  position: absolute;
  top: 17px;
  left: 0;
  content: '';
  width: 35%;
  border-bottom: 1px solid #e5e5e5;
}

.smallTitle:after {
  position: absolute;
  top: 17px;
  right: 0;
  content: '';
  width: 35%;
  border-bottom: 1px solid #e5e5e5;
} 

/******************************group*******************************/ 
.items{
  margin-top: 62px; 
  height: 460px;
	background-color: #ffffff; 
}

.item{
  box-sizing: border-box;
  width: 20%;
  border: solid 1px #c2c2c2; 
  height: 460px;
  float: left;
  transition: all 0.2s;
  background: #ffffff;
} 

.item .itemImg{
  width: 50px;
  height: 50px;
  margin: 23px auto;
  margin-bottom: 15px;
}

.item .itemImg img{
  opacity: 0;
}

.item p{
  font-family: MicrosoftYaHei;
	font-size: 18px;  
  color: #666666;
  text-align: center;
}

.item:hover {
  transform: scale(1.1);
  z-index: 999;
}

.item:hover p{
  font-weight: bold;
  color: #333333;
}

.item:hover .itemImg img{
  opacity: 1;
}

.item .topImg{ 
  width: 240px;
  height: 300px;
}

.item .topImg img{ 
  width: 240px;
  height: 300px;
  opacity: 0;
}

.item:hover .topImg img{
  opacity: 1;
}

/******************************work*******************************/ 
#work{
  margin-top: 117px;
  background-color: #f5f5f5;
  padding: 58px 0 90px;
} 

#work .smallTitle{
  margin-top: 44px;
  margin-bottom: 30px;
} 

.customerParts{
  height: 360px;
}

.customerParts .leftBox{
  float: left;
  width: 900px;
  height: 360px;
  background: url(../images/leftBoxBg.jpg) center center no-repeat;
  position: relative;
}

.customerParts .leftBox .customerPartImg{
  width: 200px;
  height: 141px;
  position: absolute;
  top: 90px;
  cursor: pointer;
}

.customerParts .leftBox .customerPartImg:nth-of-type(1) img{
  opacity: 1;
}

/* .customerParts .leftBox .customerPartImg:nth-of-type(1) img{
  opacity: 1;
} */

.customerParts .leftBox .customerPartImg img{
  opacity: 0;
}

.customerParts .leftBox .customerPartImg:nth-of-type(1){
  left: 53px;
}

.customerParts .leftBox .customerPartImg:nth-of-type(2){
  left: 353px; 
}

.customerParts .leftBox .customerPartImg:nth-of-type(3){
  left: 653px; 
}

.rightBox{
  float: right;
  width: 260px;
  height: 360px;
}

.has_children {
	box-shadow: 0px 2px 1px 0px 
    rgba(15, 5, 10, 0.2);
  margin-bottom: 5px;   
}

.has_children span{
  display: block;
  font-family: MicrosoftYaHei;
	font-size: 30px;
  font-weight: Bold;
  background-color: #dcdcdc;
	color: #333333;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.has_children img{
  display: none;
}

.rightBox .highLight{
  color:#fff;
  background:#d7000f;
}

/******************************fotter*******************************/ 
#footer{
  height: 78px;
  line-height: 78px;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 18px;
}

#footer .span{
  display: block; 
}

.fontLeft{
  float: left
}

.fontRight{
  float: right; 
}

.fontRight span{
  margin-right: 40px;
}

.fontRight span a {
  text-decoration: none;
  color: #333333;
}

.fontRight span{
  margin-right: 40px;
}
.fontRight span:nth-of-type(3){
  margin-right: 0;
}