.banner{
  height: 320px;
  margin-top: 66px;
  color:#fff;
  background:url(../img/bg10.jpg)top center no-repeat;

}
.banner .bannerBox{
  width: 1140px;
  padding-top: 110px;
  margin:auto;
  text-align: center;
}
.banner .bannerBox h1{
  font-size: 36px;
  font-weight: 500;
  color:#333;
}
.banner .bannerBox .text{
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  color:#666;
}
.main1{
  /*height: 380px;*/
  background:#f8f8f8;
  background-size:100% 100%;
  background-attachment:fixed;
  -webkit-background-attachment:fixed;, 
  -ms-background-attachment:fixed;
  padding:60px 0 80px 0;
  border-bottom:1px solid #efefef;
}
.main1 .title{
  text-align: center;
  margin-bottom: 60px;
}
.main1 .title .t1{
  font-size: 30px;
  line-height: 30px;
  color: #222;
}
.main1 .title .t2{
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  color: #999;
}
.main1 .content{
  width: 1140px;
  margin:auto;
 
}

.main1 .content .left{
  width:704px;
  float: left;
  font-size: 16px;
  line-height: 40px;
  color:#444;
}
.main1 .content .left p{
  text-indent: 2em;
}
.main1 .content .right{
  width: 420px; 
  float: right;
  text-align: center;
}
.main2{
  width: 1140px;
  margin:auto;
  padding:60px 0 80px 0;
}
.main2 .title{
  text-align: center;
  margin-bottom: 60px;
}
.main2 .title .t1{
  font-size: 30px;
  line-height: 30px;
  color: #222;
}
.main2 .title .t2{
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  color: #999;
}
.main2 .listBox{}
.main2 .listBox li{
  width: 261px;
  height: 342px;
  background:#fff;
  float: left;
  margin-right: 32px;
  margin-bottom: 24px;
  background:#fff;
  -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
  box-shadow:0px 0px 4px rgba(0,0,0,0.2);
}
.main2 .listBox li.one{
  width: 554px;
  height: 342px;
  background:#fff;
}
.main2 .listBox li.one img{
  width: 554px;
  height: 342px;
}
.main2 .listBox li img{
  width: 261px;
  height: 342px;
}
.main2 .listBox li:hover{
   -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.4);
  -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.4);
  box-shadow:0px 0px 6px rgba(0,0,0,0.4);
}
.main2 .listBox li:nth-child(3),
.main2 .listBox li:nth-child(7){
  margin-right: 0;
}

.main2 .listBox li:nth-child(1):hover{
  -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
  box-shadow:0px 0px 4px rgba(0,0,0,0.2);
}

.main3{
  margin:auto;
  padding:60px 0;
  background:#efefef;
}
.main3 .title{
  text-align: center;
  margin-bottom: 60px;
}
.main3 .title .t1{
  font-size: 30px;
  line-height:30px;
  color: #222;
}
.main3 .title .t2{
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  color: #999;
}
.main3 .content{
  width: 1140px;
  margin:auto;
}
.main3 .content .left{
  width: 340px;
  height: 152px;
  float: left;
  padding: 46px 0 0 38px;
  background:#fff;
}
.main3 .content .left li{
  height: 26px;
  font-size:14px;
  line-height: 26px;
  color: #333;
  margin-bottom: 13px;
}
.main3 .content .left li span{
  width: 26px;
  height: 26px;
  float: left;
  display: inline-block;
  margin-right: 8px;
}
.main3 .content .left li span img{
  width: 100%;
  height: 100%;
}

.main3 .content .right{
  width: 742px;
  height: 198px;
  float: right;
}