﻿.aboutus{
  width: 100%;
  height: auto;
  float: left;
}
.aboutusWrap{
  width:92%;
  height: auto;
  margin: 0 auto;
}
.aboutusdiv{
  width:100%;
  height: auto;
  float: left;
}
.aboutusBanner{
	width:100%;
	height:240px;
    float: left;
	overflow:hidden;
	background: url(../image/honorbanner.jpg) no-repeat;
  background-position:center center;
}
.aboutBannerWrap{
  width:92%;
  height: auto;
  margin: 0 auto;
}
.aboutBannerWraptitEn{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 14%;
  font-size: 33px;
  color: #e7a100;
  letter-spacing:10px;
}
.aboutBannerWraptitCn{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  line-height:330px;
  font-size: 45px;
  color: #fff;
}
.honorList1{
  width:100%;
  height: auto;
  float: left;
}
.honorList1Wrap{
  width:70%;
  height: auto;
  margin: 0 auto;
}
.honorTit{
  width:100%;
  height:auto;
  float: left;
  text-align: center;
  line-height: 2em;
  font-size: 1.5em;
  padding-top:1em;
}
.honorTitNext{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.hrwl{
  width:100%;
  float: left;
}

.honorTitNext hr{
  width:19%;
  height: 2px;
  background: #d20010;
  border:0;
  margin:0 auto;
}

.honorMain,.honorMain ul{
  width:100%;
  float: left;
  margin-bottom: 30px;
}

.honorMain ul li{
  width:240px;
  height:340px;
  float: left;
  margin-right: 10%;
  margin-top: 20px;
}

.honorMain ul li:nth-of-type(3n){
  margin-right:0;
}

.honorImgTit{
  width:95%;
  float: left;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 22px;
  background: #e60012;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-left: 2.5%;
  margin-right:2.5%;
  box-shadow: #c3c3c3 1px 5px 10px 6px
}

.honorImg{
  width:190px;
  float: left;
  height: 280px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top:20px;
}

.honorImg img{
  width:100%;
  height: 100%;
  float: left;
}