﻿.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:390px;
  float: left;
	overflow:hidden;
	background-color:#272727;
	background: url(../image/developbanner.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;
}
.developList{
  width:100%;
  height: auto;
  float: left;
  background-color:#f2f2f3;
  padding-bottom: 80px;
}
.developListWrap{
  width:79%;
  height: auto;
  margin: 0 auto;
}
.developListTit{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin:1.5em 0em 2.0em 0em;

}
.developListBody{
  width:100%;
  float: left;
}

.developListBody ul li{
  width: 96%;
  font-size:16px;
  padding:2%;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
}

.developListBody ul li cite{
  text-align: center;
  width:5px;
  height: 5px;
  border-radius: 5px;
  background:#d92437;
  font-weight: bold;
  color: #d92437;
  margin-right: 10px;
}

.develop_toptile{
  font-size: 25px!important;
  color: #454545;
  padding-top:30px;
}

.develop_toptile:nth-of-type(2){
  padding-top:50px;
}

.develop_toptile h4{
  font-size: 16px;
}

@media (max-width: 767px) {
  .developListWrap .developListTit{margin-top:20px;margin-bottom: 15px;}
  .developListWrap  .developListBody ul li{font-size:14px;line-height: 30px;}
  .developListBody ul li.develop_toptile{font-size:20px!important;}
  .developListBody ul  .develop_toptile h4{font-size:15px;}
}