@import "head-footer.css";
.aboutItems{
  width: 100%;
}
.expertItems{
  width: 100%;
  overflow: hidden;
  padding: 1% 0 5% 0;
}
.expertItems .itemsTxt .itemsTitle img{
  width: 14%;
}
.aboutContent{
  width: 62.5%;
  margin: 0 auto;
  overflow: hidden;
}
.itemsTxt{
  width: 49%;
}
.itemsTxt .itemsTitle{
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 32px;
  color: #302a2b;
}
.itemsTxt .itemsTitle span{
  position: absolute;
  bottom: 0;
  display: block;
  float: left;
  line-height: 36px;
}
.expertItems .itemsTxt .itemsTitle span{
  left: 10%;
}
.itemsTxt .itemsTitle img{
  float: left;
}
.itemsTxt .itemsDetails{
  width: 100%;
  margin: 42px 0 0 0;
  overflow: hidden;
}
.itemsTxt .itemsDetails p{
  font-size: 16px;
  line-height: 29px;
  color: #070001;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient: vertical;
}
.itemsImg{
  width: 42%;
  padding-top: 42px;
}
.itemsImg img{
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.teamItems{
  width: 100%;
  overflow: hidden;
  padding: 4% 0 5% 0;
  background: #eee;
}
.teamItems .itemsImg{
  padding-top: 51px;
}
.teamItems  .itemsTxt .itemsTitle span{
  left: 15%;
}
.teamItems .itemsTxt{
  width: 44%;
}
.teamItems .itemsTxt .itemsTitle img{
  width: 21%;
}
.businessItems{
  width: 100%;
  padding: 0;
  background: url("../images/about_13.jpg") no-repeat;
  height: 548px;
  background-size: 100% 548px;
}
.businessItems .aboutContent{
  padding-top: 52px;
}
.businessItems .itemsTxt .itemsTitle span{
  left: 12%;
}
.businessItems .itemsTxt{
  width: 44%;
}
.businessItems .itemsTxt .itemsTitle img{
  width: 20%;
}
.ServiceItems{
  width: 100%;
  display: table;
  padding: 0;
  background: url("../images/about_15.jpg") no-repeat;
  height: 558px;
  background-size: 100% 558px;
}
.ServiceItems .aboutContent{
  padding-top: 95px;
}
.ServiceItems .itemsTxt {
  width: 44%;
}
.ServiceItems .itemsTxt .itemsTitle img{
  width: 22%;
}
.ServiceItems .itemsTxt .itemsTitle span{
  left: 14%;
}
.ServiceItems .itemsImg {
  padding-top: 27px;
}
.contactUs{
  width:100%;
}
.contactContent{
  width: 66%;
  margin: 0 auto;
}
.contactTitle{
  width: 100%;
  font-size: 36px;
  color: #070001;
  text-align: center;
  margin: 4% 0 5% 0;
}
.contactTitle span{
  display: block;
  width: 100%;
  line-height: 36px;
  margin-bottom: 20px;
}
.contactTitle i{
  display: block;
  width: 6%;
  height: 4px;
  background: #070001;
  margin: 0 auto;
}
.contactItems{
  width: 100%;
  overflow: hidden;
  margin-bottom: 8%;
}
.contactItems li{
  width: 33.3333333333333333%;
  float: left;
}
.contactItems li .contactImg{
  width: 100%;
  text-align: center;
  margin-bottom: 12%;
}
.contactItems li .contactImg img{
  width: 39%;
}
.contactItems li .contactTxt{
  width: 100%;
  text-align: center;
}
.contactItems li .contactTxt p{
  font-size: 18px;
  color: #070001;
  line-height: 18px;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.contactItems li .contactTxt span{
  display: block;
  font-size: 16px;
  color: #aba8a8;
  line-height: 14px;
}
/*new*/
.usLaw{
  width: 100%;
  position: relative;
}
.usLaw .aboutContent{
  position: absolute;
  width: 62%;
  left: 19%;
  right: 19%;
  top: 0;
}
.bg-usLaw{
  width: 100%;
}
.bg-usLaw img{
  width: 100%;
}
.aboutCompany{
  width: 100%;
  padding-top: 10%;
}
.aboutCompany .us-logo{
  width: 100%;
  margin-bottom: 5%;
  font-size: 36px;
  color: #fff;
}
.aboutCompany .us-logo img{
  margin-right: 10px;
  width: 25%;
}
.aboutCompany .us-logo p{
  width: 25%;
  background: #053a7d;
  text-align: center;
  padding: 15px 0;
}
.aboutCompany .us-company{
  width: 100%;
  font-size: 28px;
  color: #053a7d;
  line-height: 47px;
}
/*new*/
@media screen and (max-width: 1400px)and (min-width: 1050px){
  .contactItems li .contactTxt p {
    font-size: 16px;
  }
  .contactTitle {
    font-size: 26px;
  }
  .contactTitle span{
    margin-bottom: 15px;
  }
  .businessItems {
    height: 490px;
    background-size: 100% 490px;
  }
  .itemsTxt .itemsTitle{
    font-size: 26px;
  }
  .contactTitle i{
    height: 2px;
  }
  .aboutCompany .us-company {
    font-size: 20px;
    line-height: 36px;
  }
  .aboutCompany .us-logo{
    font-size: 24px;
  }
  .aboutCompany .us-logo p{
    padding: 12px 0;
  }

}
