/* CSS Document */


body{margin:0 auto; font-size: 14px; color: #333; behavior:url("csshover.htc");text-align:center;}
ul,p{margin:0; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a:link,a:visited{color:#333; text-decoration:none;}
a:hover{color:#000;}



a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }

.tab {
  width: 100%;
  margin: 30px auto;
}
.tab-title {
  height: 30px;
  font-size: 0;
  background-color: #f5f5f5;
  width:1080px;
  margin:0 auto;

}
.tab-title .item {
  display: inline-block;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.tab-title .item-cur {
  color: #333;
  border:solid 1px  #80b600;
}
.tab-cont {
  

  width: 100%;

  overflow: hidden;
  margin-top:68px;
}
.tab-cont__wrap {
 
  width:100%;
}
.tab-cont .item {
  width: 100%;
 
  line-height: 22px;
  text-align: left;
  color: #333;
}


