.pages-tabsFix {
	background-color: #FF754C;
}
.pages-tabs .container {
	display: flex;
}
.tabs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	flex: 1;
}
.tabs-item a{
    color:#FFF;
}
.tabs-item.active {
	background-color: #FFF;
}
.tabs-item.active a{
    color: rgba(255, 103, 57, 1) !important;
}
.mid-container {
  margin: 0 auto;
  max-width: 970px;
  font-size: 13px;
  color: black;
}
.about-card{
    display: flex;
    justify-content: center;
    padding-top:30px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about-card .left{
    width: 447px;
    display: flex;
}
.about-card .left .left-inner{
    display: flex;
    width:100%;
    overflow: hidden;
}
.about-card .left .left-inner .left-inner-img{
    flex: 1;
}
.about-card .left .left-inner .left-inner-img img{
    width:95%;
    border:1px solid #CCC;
    border-radius: 5px;
    height:100%;
}
.about-card .right{
    width:480px;
    margin-left: 30px;
}
.text-portion {
  background-color: #f6f6f6;
  padding: 15px 8px 50px 10px;
}
.border-box-container {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 12px 12px 12px 12px;
  font-size: 12px;
  color:#8C8C8C;
}
.border-box-container .title {
  display: flex;
  align-items: center;
  color:black;
}
.mg-bottom-10 {
  margin-bottom: 20px;
}
.border-box-container:hover .tips-mark {
  background-color: #FF754C;
}
.border-box-container .tips-mark {
  width: 3px;
  height: 23px;
  background-color: #e7e8ee;
  margin-right: 10px;
}
.about-wrap {
  background-image: url("/web/default/assets/img/about/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 335px;
  background-size: 100% 100%;
}
.about-contact{
    padding-bottom: 30px;
    padding-top: 30px;
}
.pages-tabsFix .container2{
    width: 60%;
    max-width: 800px;
    display: flex;
    margin:0 auto;
}
.development .list{
    display: flex;
    justify-content: center;
    margin-top:50px;
    flex-wrap: wrap;
}
.development .list .item{
    width:280px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding:10px 10px 10px 10px;
    flex-shrink: 0;
    margin-left:15px;
}
.development .list .item h3{
    margin-bottom: 20px;
}
.development .list .item img{
    height:55px;
}
.development .list .item p{
    color:#8C8C8C;
    margin-bottom: 3px;
}
.add-ours{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}