body{
  background: #f5f6fa;
}
.head{
  height: 68px;
  background: #4f4f4f;
}
.cont{
  width:1200px;
  margin: 0 auto;
  background-color: #fff;
}
.banner{
  margin-top: 6px;
  height: 508px;
  background: url(../images/banner.jpg) no-repeat;
  position: relative;
}
.logo{
  width:105px;
  height:37px;
  position: absolute;
  left: 50px;
  top: 28px;
  background: url(../images/logo.png) no-repeat;
}
.titCot{
  position: absolute;
  width:256px;
  height:124px;
  left:50%;
  top:152px;
  margin-left: -128px;
  text-align: center;
}
.titCot p{
  line-height: 94px;
  font-size: 54px;
  color: #3d3d3d;
  text-align: center;
}
.titCot a{
  display: inline-block;
  width:172px;
  height:34px;
  background-color: #3ed48d;
  border-radius: 17px 17px;
  color: #3d3d3d;
  line-height: 34px;
  text-align: center;
}
.tit{
  height:54px;
  color:#3d3d3d;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 24px;
  background: url(../images/greenLine.jpg) no-repeat center bottom;
}
.section{
  padding: 28px 65px 0;
}
.section1 p{
  font-size: 22px;
  line-height: 42px;
  color: #3d3d3d;
  text-indent: 2em;
}
.contactUsList li{
  height: 70px;
  width: 42%;
  padding-bottom: 84px;
}
.itemLift{
  float:left;
}
.itemRight{
  float: right;
}
.contactUsList{
   padding-top:26px;
  padding-bottom: 24px;
}
.contactUsList li span{
  float:left;
}
.itemTit{
  width: 84px;
  height:68px;
  border: 1px solid #3ed48d;
  text-align: center;
}
.itemTit em,.itemTit i{
  float:left;

}
.itemTit em{
  width:84px;
  font-size: 26px;
  color:#3ed48d;
  line-height: 40px;
}
.itemTit i{
  width:84px;
  font-size: 14px;
  color:#3ed48d;
  line-height: 24px;
}
.itemText{
  width:76%;
  margin-left: 14px;
}
.itemText em{
  display: block;
  font-size: 20px;
  color:#3d3d3d;
  height:35px;
}
.botText{
  line-height: 40px;
  overflow: hidden;
}
.foot{
  height:80px;
  background: #404040;
  color:#9b999a;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
}
.foot a{
  color:#9b999a;
}
.foot a:hover{
  text-decoration:underline;
}