.companyProfile-banner{
  position: relative;
  min-height: 600px;
  display: block;
  background: url(../image/banner/ht-synopsis.png) no-repeat center center;
  background-size: 100% 100%;
}
.carousel-content{
  color: #000000;
}
.company-introduce{
  margin: 90px auto 60px auto;
  position: relative;
}
.company-introduce-msg{
  width: 74%;
  padding: 40px 160px 30px 40px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 26%;
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(0,0,0,0.08);
  border-radius: 2px;
}
.introduce-title{
  position: absolute;
  font-size: 24px;
  line-height: 24px;
}
.introduce-en-title{
  font-size: 28px;
  color: #F3F3F3;
  line-height: 50px;
  letter-spacing: 3px;
}
.introduce-content{
  margin-top: 20px;
}
.content-detail{
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 16px;
}
.introduce-line{
  width: 40px;
  height: 5px;
  background: #666666;
}
.introduce-right-text{
  font-size: 50px;
  color: rgba(157, 208, 255, 0.3);
  line-height: 70px;
  letter-spacing: 5px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(180deg);
}
.company-value-box{
  position: relative;
  min-height: 400px;
  padding: 70px 0;
  display: block;
  background: url(../image/companyProfile/company-background.png) no-repeat center center;
  background-size: 100% 100%;
}
.company-value{
  display: flex;
  flex-wrap: wrap;
}
.company-value-item{
  position: relative;
  width: calc((100% - 54px) / 3);
  margin-right: 27px;
  margin-bottom: 20px;
  min-height: 100px;
  background: rgba(255,255,255,0);
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.company-value-item:nth-child(3),.company-value-item:nth-child(5){
  margin-right: 0;
}
.company-value-item:nth-child(4),.company-value-item:nth-child(5){
  width: calc((100% - 27px) / 2);
  margin-bottom: 0;
}
.value-item-img{
  position: absolute;
  top: 0;
  left: -6px;
  width: 44px;
  height: 44px;
}
.value-item-msg{
  padding: 30px 20px 10px 57px;
  color: #ffffff;
}
.value-item-title{
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 16px;
}
.value-item-subtitle{
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 12px;
}
.company-value-item:before{
  content: '';
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  background: #fff;
  left: 50px;
}
.company-value-item:after{
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background: #fff;
  top: 50px;
}
.company-other{
  margin: 60px 0 100px 0;
}
.company-introduction{
  display: flex;
  align-items: center;
  padding: 20px !important;
  background: #F2F7FF;
  box-shadow: 0px 3px 6px -4px rgba(0,0,0,0.12);
}
.founder-img{
  width: 174px;
  height: 192px;
}
.company-other-msg{
  width: 70%;
  padding-top: 10px;
}
.public-welfare-img{
  width: 366px;
  height: 192px;
}
.company-other-title{
  font-size: 18px;
  line-height: 18px;
}
.company-other-subtitle{
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
}
.company-other-line{
  width: 40%;
  height: 1px;
  margin: 16px 0;
  background: #D8D8D8;
}
.company-other-content{
  font-size: 14px;
  line-height: 24px;
}
.public-cause{
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.public-cause-line{
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 85%;
  border: 1px dashed rgba(61,110,255,0.2);
}
.public-cause ul{
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 0 0 16px;
}
.public-cause li{
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 16px;
}
.public-cause li:last-child{
  padding-bottom: 0;
}
.public-cause li .point {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  margin-left: -20px;
  text-align: center;
  border-radius: 50%;
  background: rgba(61,110,255,0.3);
}
.public-cause li:nth-child(2) .point,.public-cause li:nth-child(3) .point{
  background: transparent;
}
.public-cause li .point i {
   display: inline-block;
   width: 6px;
   height: 6px;
   margin-top: 2px;
   vertical-align: top;
   border-radius: 50%;
   background: #3D6EFF;
 }
@media (max-width: 1200px){
  .company-introduce img{
    width: 450px;
  }
  .company-introduce-msg {
    padding: 20px;
  }
  .introduce-content {
    margin-top: 0;
  }
  .introduce-en-title{
    line-height: 40px;
  }
  .content-detail{
    padding-bottom: 12px;
  }
  .introduce-right-text {
    font-size: 40px;
  }
}
@media (max-width: 992px){
  .company-introduce {
    max-width: 100% !important;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .company-introduce {
    margin: 45px auto 30px auto;
    position: relative;
  }
  .company-introduce img {
    width: 55%;
  }
  .company-introduce-msg{
    position: inherit;
    left: 25%;
    padding: 20px;
    width: 75%;
    top: -170px;
  }
  .company-introduction{
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .company-introduction:nth-child(2) {
    flex-direction: column-reverse;
  }
  .company-other-msg{
    width: 100%;
    margin-top: 16px;
    margin-left: 0 !important;
  }
  .company-introduce {
    margin: 90px auto 0 auto;
    position: relative;
  }
  .company-value-box {
    margin-top: -115px;
  }
  .company-value-item{
    display: flex;
    width: 100% !important;
    margin-right: 0;
  }
  .company-value-item:nth-child(4) {
    margin-bottom: 20px;
  }
}
/**  phone  **/
@media (max-width: 576px){
  .introduce-right-text {
    font-size: 28px;
    top: 20px;
  }
  .company-introduce img{
    width: 279px;
    height: 188px;
  }
  .company-introduce-msg {
    position: relative;
    left: 20px;
    top: -100px;
    padding: 20px 23px;
    width: calc(100% - 20px);
    margin-bottom: -45px;
  }
  .introduce-title{
    font-size: 16px;
    font-weight: bold;
  }
  .introduce-en-title{
    font-size: 20px;
  }
  .content-detail{
    font-size: 12px;
    line-height: 16px;
  }
  .company-value-box{
    margin-top: 0;
    padding: 0;
    background: url(../image/companyProfile/company-mobile-background.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .company-value{
    padding-top: 15px !important;
  }
  .company-value-item:before{
    height: 0;
  }
  .company-value-item:after {
    width: 0;
    height: 0;
  }
  .company-value-item,.company-value-item:nth-child(4), .company-value-item:nth-child(5){
    padding: 14px 8px;
    border: 1px solid #FFFFFF;
    margin-bottom: 12px;
    min-height: auto;
  }
  .value-item-img{
    position: inherit;
    top: auto;
    left: auto;
  }
  .value-item-msg{
    padding: 2px 14px;
  }
  .value-item-title{
    font-size: 16px;
    padding-bottom: 8px
  }
  .value-item-subtitle {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0;
  }
  .company-introduction {
    flex-direction: row;
    padding: 20px 16px !important;
  }
  .founder-img{
    width: 130px;
    height: 144px;
  }
  .company-other-msg{
    margin-top: 7px;
    margin-left: 12px !important;
    padding-top: 0;
  }
  .public-welfare{
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .public-welfare-img {
    width: 100%;
    height: 100%;
  }
  .company-other-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
  }
  .company-other-subtitle{
    margin-top: 8px;
    font-size: 12px;
    line-height: 12px;
  }
  .company-other-line{
    width: 100%;
    margin: 8px 0;
  }
  .company-other-content {
    font-size: 12px;
    line-height: 16px;
  }
  .public-cause li{
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 12px;
  }
  .company-other{
    margin: 40px 0 40px 0;
  }
}