*{margin:0; padding:0;
  -webkit-font-smoothing: antialiased;
}
.aboutWrapper{
  background-color:#fff;
  padding-bottom:60px;
}
.aboutBox{
  background:#fff;
  border:#eeeeee;
  margin:0 auto;
}
.about_banner{
  /*background:url(../../v2/images/about_banner.jpg) top center no-repeat;*/
  overflow: hidden;
  margin:0 auto;
  width:100%;
  /*background-image: url(../../v2/images/about_bannerSmall.jpg);*/
  /*background-image: -webkit-image-set(url(../../v2/images/about_bannerSmall.jpg) 1x,url(../../v2/images/about_banner.jpg) 2x);*/
  /*background-image: -moz-image-set(url(../../v2/images/about_bannerSmall.jpg) 1x,url(../../v2/images/about_banner.jpg) 2x);*/
  /*background-image: -ms-image-set(url(../../v2/images/about_bannerSmall.jpg) 1x,url(../../v2/images/about_banner.jpg) 2x);*/
  /*background-image: -o-image-set(url(../../v2/images/about_bannerSmall.jpg) 1x,url(../../v2/images/about_banner.jpg) 2x);*/

}

.about_banner img {
  width: 100%;
}
.aboutBox .subMenu{
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom:20px;
  padding: 0 0;
}

.aboutBox .subMenu .center {
}

.aboutBox .subMenu .right {
}

.aboutBox .subMenu ul{
  overflow: hidden;
  text-align:center;
}
.aboutBox .subMenu li{
  float: left;
  list-style-type: none; margin:0 2%;
}
.aboutBox .subMenu ul li a{
  color: #888;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
}
.aboutBox .subMenu ul li.cur a{
  color: #333;
  border-bottom: 3px solid #8ad428;
}
.about_content{
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  font-size:14px;
  padding: 0 6%;
}

.about_content img {
  width: 100%;
}

.about_content .about_desc p {

}

.about_content p{
  margin:10px 0 10px 0;
  font-size: 15px;
  line-height: 25px;
  color: #505050;
}
.about_title{
    margin: 60px 0 20px 0;
}

.about_title img {
  width: 50%;
}

.about_content .founder-content {
  padding: 0px 0px 0 0px;
}
.about_content .item {
  margin-top: 60px;
}

.about_content .founder-content .item .avatar {
  text-align: center;
  width: 100%;
}
.about_content .item .avatar img{
  width: 60%;
  border:1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
      margin-bottom: 10px;
}
.about_content .item .desc {
  display: table-cell;
  vertical-align: middle;
}

.about_content .item .desc .show-allInfo {
  width: 40%;
  display:block;
  color: #333;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 16px;
  border:1px solid #D6D6D6;
  padding: 4px 0;
}

.about_content .item .desc .info-hide {
  display: none;
}
.about_content .item .desc h2 {
  font-size: 28px;
  color: #333;
  font-family: sans-serif;
  font-weight:bold;
  text-align: center;
}
.about_content .item .desc h3 {
  padding-top: 0px;
  color: #424242;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  text-align: center;
}

.about_partner ul{
  list-style:none;
}
.about_partner li img{
  display:block;
  margin: 0 auto;
}
.about_partner li{
  width:188px;
  text-align:center;
  float:left;
  padding:20px;
  margin-right:60px;
  border:1px solid #eeeeee;
  margin-bottom:60px;
}
.about_partner{
  padding:60px 0px 20px 0;
  overflow: hidden;
  font-size:14px;
  margin-left:90px;
}
/*news*/
.about_content .news-content {
  padding: 0px 0px 0 0px;
}
.about_news .item {
  margin-top: 20px;
  border-bottom:1px solid #eeeeee;
  padding-bottom:40px;
  margin-bottom:40px;
}
.about_news .item .thumb img{
  width:220px;
  border:1px solid #eeeeee;
}
.about_news .item .desc {
  width: 558px;
  display: table-cell;
  vertical-align: middle;
}
.about_news .item .desc h2 {
  font-size: 20px;
  color: #333;
  font-family: sans-serif;
  font-weight:bold;
}
.about_news .item .desc h3 {
  padding-top: 10px;
  color: #424242;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}
.about_news .item a{
  color:#000;
  text-decoration:none;
  display:block;
  margin-top:0px !important;
  padding-top:0px !important;
  text-align:center;
}
.about_news .item a:hover{
  text-decoration:underline !important;
}
.about_news .item .date{
  font-size:12px;
  color:#999;
}

.aboutBox .news-content {
  padding: 0 6%;
}

.aboutBox .news-content .item {
  margin-bottom: 20px;
}

.aboutBox .news-content  img {
  width: 100%;
}

.aboutBox .news-content h2 {
  text-align: left;
  color: #333;
  font-size: 17px;
  border: none;
  line-height:24px;
  margin-bottom: 10px;
}

.aboutBox .news-content h2 a {
  color: #333;
}

.aboutBox .news-content .desc {
border-bottom: 1px solid #ededed;
  padding: 2% 3%;
  border-top: none;
}

.aboutBox .news-content .desc .time {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #888;
}

.aboutBox .about-contact {
  padding: 0 7% 30px 7%;
}

.aboutBox .about-contact p {
  color: #666;
}

.aboutBox .about-contact img {
  width: 100%;
}

.aboutBox .about-contact .tt1 {
  font-size: 28px;
  color: #333;
  font-family: sans-serif;
  font-weight: bold;
}

.aboutBox .about-contact .tt2,
.aboutBox .about-contact .tt3 {
  color: #424242;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 0 10px 0;
}

