html {
  font-size: 12px;
}

.top-banner {
  background: url(../img/company_banner.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  max-height: 350px;
  height: 350px;
}

p {
  margin: 0;
}

.my-company {
  padding-top: 130px;
  padding-bottom: 350px;
  font-size: 50px;
  color: #ffffff;
  width: 100%;
  letter-spacing: 0;
  text-align: center;
}

.introduce-title {
  padding-top: 36px;
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.introduce-bar {
  margin-top: 10px;
  height: 27px;
  width: 1px;
  margin: 10px auto;
  border-left: 1px solid #bbb;
}

.introduce-text {
  color: black;
  font-size: 20px;
  text-align: center;
  padding-bottom: 37px;
}

.introduce-detail {
  background: url(../img/company-banner1.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  /*padding: 60px 0;*/
  /*height:552px;*/
}

.introduce-detail .shadow {
  padding: 60px 0;
  background: url(../img/shodow.png) center center repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.introduce-detail p {
  box-sizing: border-box!important;
  margin: 0px auto!important;
  max-width: 1200px!important;
  padding-bottom: 35px!important;
  font-size: 14px!important;
  color: rgb(255, 255, 255)!important;
  line-height: 24px!important;
  padding-left: 100px!important;
  padding-right: 100px!important;
  word-wrap: break-word!important;
  text-align: justify!important;
  word-break: break-all!important;
  white-space: normal!important;
}
.introduce-detail span {
  font-size: 14px!important;
  color: rgb(255, 255, 255)!important;
}
.introduce-detail-p {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 35px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  background-color: rgba(255,255,255,0)!important; 
}
.introduce-detail-p span{
  color: #fff!important;
}
.introduce-message-wrap {
  background: url(../img/compang-bgm.png) center center repeat-x;
  -webkit-background-size: cover;
  background-size: cover;
}

.introduce-message {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 96px;
  padding-top: 104px;
}

.message-right-p {
  font-size: 14px;
  color: #545454;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
}

.message-right-p2 {
  margin-top: 30px;
}

.message-left {
  display: inline-block;
  width: 597px;
  height: 399px;
  position: relative;
  vertical-align: middle;
}

.message-right {
  width: 500px;
  padding-top: 84px;
  margin-left: 60px;
  display: inline-block;
  vertical-align: middle;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.right-scroll::-webkit-scrollbar {
  width: 2px;
  /*height: 16px;*/
  background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

.right-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  background-color: rgba(29, 29, 38, 0.10);
}


/*定义滑块 内阴影+圆角*/

.right-scroll::-webkit-scrollbar-thumb {
  border-radius: ;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #999999;
}

.right-scroll::-webkit-scrollbar {
  background-color: transparent;
}

.phone-baidu {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.introduce-bottom {
  width: 100%;
  height: 350px;
  background: url(../img/bd_map.jpg);
  background-repeat: no-repeat;
  /*background-position: center center;*/
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.introduce-bottom-message {
  padding: 60px 319px;
}

.introduce-bottom-img {
  width: 100%;
  height: auto;
}

.introduce-bottom-message-p {
  font-size: 14px;
  color: #545454;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  margin-top: 40px;
}

.message-p-first {
  margin-top: 0px
}

.right-scroll {
  height: 400px;
  overflow: auto;
}

@media (max-width: 768px) {
  .shadow .message-p-first{
    margin-top: 0;
  }
  .message-right-p2 {
    margin-top: 2.7rem;
  }
  .right-scroll {
    height: auto;
  }
  .introduce-detail {
    padding: 0;
  }
  .introduce-message {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .introduce-bottom {
    display: none;
  }
  .introduce-detail-p {
    width: 90%;
  }
  .message-left {
    display: none;
  }
  .introduce-bottom-message {
    padding: 0rem;
    width: 100%;
    background: url(../img/bd_map.jpg)  no-repeat;
    // -webkit-background-size:100% 100%;
    // background-size:100% 100%;
    background-position: center center;
  }
  .introduce-bottom-message-p {
    width: 90%;
    margin: 0 auto;
    color: white;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .message-right {
    width: 85%;
    display: block;
    padding-top: 0px;
    margin: 0 auto;
  }
  .introduce-detail .shadow {
    padding: 1rem 0;
  }
  .shadow {
    padding: 1rem 0;
    background-color:rgba(0,0,0,0.6);
  }
  .company-introduce p span{
    font-size: 1.2rem!important;
    width: 100%!important;
  }
  .shadow p{
    width: 85%!important;
    font-size: 1.2rem!important;
    background-color: rgba(255, 255, 255,0)!important; 
    color: white!important;
    padding: 0!important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-banner {
    height: auto;
    background-attachment: scroll;
  }
  .my-company {
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 11rem;
  }
  .introduce-title {
    padding-top: 0.7rem;
    font-size: 1.5rem;
  }
  .introduce-bar {
    height: 1.5rem;
    margin: 0.5rem auto;
  }
  .introduce-text {
    font-size: 1.2rem;
    padding-bottom: 1.7rem;
  }
  .introduce-detail-p {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .introduce-detail {
    padding: 0;
  }
  .introduce-message {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .message-right-p {
    font-size: 1.2rem;
    padding-right: 0;
  }
  .message-right-p2 {
    margin-top: 1rem;
  }
  .introduce-bottom-message-p {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  @media screen and (min-width: 320px) and (max-width: 375px) {
    .introduce-text {
      font-size: 1rem;
      padding-bottom: 1.7rem;
    }
    .shadow p{
      background-color: transparent!important;
      color: #fff!important;
    }
  }
}