

.bannerWrap{
  position: relative;
  height: 599px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.bannerWrap .shadow{
  background:rgba(21,21,22,.6);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.bannerWrap .txt{
  width: 500px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;
  z-index: 3;
}
.bannerWrap .txt > p{
  text-align: center;
  color: #fff;
}
.bannerWrap .title{
  font-size: 74px;
  margin-bottom: 64px;
  letter-spacing: 14px;
} 
.bannerWrap .p1{
  margin-bottom: 25px;
}
.bannerWrap .p1,
.bannerWrap .p2{
  font-size:24px;
}

.titleLeft{
  font-size:16px;
  color: #999999;
  text-indent: 40px;
  position: relative;
  text-transform: uppercase;
}
.titleLeft::before{
  content: "";
  border-bottom: 2px solid #333;
  width: 32px;
  position: absolute;
  bottom: -15px;
  left: 50px;
}

.titleLeft label {
  font-size:26px;
  color: #030303;
  margin-right: 10px;
}

.companyInfo{
  margin-top: 70px;
}

.companyInfo .companyInfoTxt{
  padding-top: 55px;
  margin-bottom: 122px;
}
.companyInfo .companyInfoTxt  p{
  text-indent: 40px;
  font-size: 20px;
  color: #222;
  line-height: 34px;
  word-break: break-all;
}
.companyInfo .right{
  float: right;
  width: 659px;
  margin-left: 10px;
  margin-top: -280px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.companyInfo .right img{
  width: 100%;
  position: relative;
  z-index: 9;
}

.companyInfo .right img{
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes bounceIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(.3);
      -ms-transform: scale(.3);
      transform: scale(.3)
  }

  50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05)
  }

  70% {
      -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
      transform: scale(.9)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}


.companyInfo .right .num{
  font-size: 314px;
  opacity: 0.08;
  color: #1E5CB3;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  right: 0;
  bottom: 71px;
}
.superiority{
  background: #f8f8f8;
  width: 100%;
  height: 522px;
  background-image: url(../images/aboutusbg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.superiority .title{
  position: relative;
  margin-bottom: 77px;
  padding-top: 55px;
}
.superiority .title::before{
  content: "";
  width:32px;
  height:2px;
  background: #333;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
.superiority .title > p{
  text-align: center;
}
.superiority .title .p1{
  font-size:26px;
  margin-bottom: 15px;
}

.superiority .title .p2{
  font-size:16px;
  color: #999;
  text-transform: uppercase;
}

.superiority ul li{
  float: left;
  box-sizing: border-box;
  width: 200px;
  height: 260px;
  background: #fff;
  margin-right: 50px;
  box-shadow:0px 0px 9px 1px rgba(0, 0, 0, 0.06);
  border-radius:5px;
  padding: 34px 36px 0 36px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.superiority ul li:last-child{
  margin-right: 0;
}

.superiority ul li:hover{
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}

.superiority ul li p{
  text-align: center;
}
.superiority ul li p.p1{
  font-size:18px;
  margin-bottom: 35px;
}
.superiority ul li p.p2{
  font-size:16px;
  color: #888;
  line-height: 24px;
}

.superiority ul li .radius{
  width: 63px;;
  height: 63px;
  border: 8px solid #FF6600;
  opacity:0.12;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
}
.companyConce{
  padding-top: 120px;
  margin-bottom: 293px;
}
.companyConce .titleLeft{
  text-indent: 0;
}
.companyConce .titleLeft::before{
  left: 0;
}
.companyConce > div{
  margin-top: 67px;
  position: relative;
}
.companyConce .left{
  width: 648px;
  height: 395px;
  overflow: hidden;
  float: left;
}

.companyConce .left img{
  width: 100%;
}


.companyConce .right{
  width: 400px;
  float: right;
  position: relative;
}
.companyConce .txtWrap{
  position: absolute;
  box-sizing: border-box;
  width:520px;
  height:300px;
  padding: 40px;
  background:#fff;
  box-shadow:0px 36px 21px 0px rgba(0, 0, 0, 0.08);
  left: 580px;
  top: 49px;
  z-index: 2;
  transition: all .3s ease;
}

.companyConce .txtWrap:hover{
  top: 30px;
  box-shadow: 0 10px 20px 0 rgba(9,9,16,.15);
}

.companyConce .txtWrap .title{
  font-size:20px;
  color: #000;
  position: relative;
  margin-bottom: 50px;;
}
.companyConce .txtWrap .title::before{
  position: absolute;
  content: "";
  border-bottom: 2px solid #333;
  width: 37px;
  left: 0;
  bottom: -15px;
}
.companyConce .txtWrap .p1{
  font-size:18px;
  color:#222222;
  line-height:30px;
}
.companyConce .right .num{
  font-size: 314px;
  opacity: 0.08;
  color: #1E5CB3;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: right;
  top: -125px;
  right: 0;
}

@media screen and ( max-width:1366px ){
	

}
@media screen and ( max-width:1200px ){
  
  .bannerWrap{
    height: 3.5rem;
  }
  .bannerWrap .txt{
    top: .6rem;
    width: 100%;
  }
  .bannerWrap .title{
    font-size: .36rem;
    letter-spacing: 0;
    margin-bottom: .5rem;
  }
  .bannerWrap .p1, .bannerWrap .p2 {
    font-size: .28rem;
  }
  .bannerWrap .p1 {
    margin-bottom: .3rem;
  }
  .companyInfo {
    margin-top: 25px;
  }
  .titleLeft{
    font-size: 12px;
    padding-left: 20px;
    text-indent: 0;
  }
  .titleLeft label {
    font-size: 17px;
  }
  .titleLeft::before{
    display: none;
  }
  .companyInfo .right{
    width: 50%;
    margin: 0;
  }
  .companyInfo .companyInfoTxt {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .companyInfo .companyInfoTxt  p {
    text-indent: 20px;
    line-height: 1.6;
    margin: 0 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .superiority .title .p1{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .superiority .title .p2 {
    font-size: 12px;
  }
  .superiority .title::before{
    background: #c7c7c7;
    height: 1px;
    bottom: -7px;
  }
  .superiority .title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .superiority {
    height: auto;
    background-size: cover;
  }
  .superiority ul *{
    box-sizing: border-box;
  }
  .superiority ul li{
    width: 42.5%;
    margin-left: 5%;
    margin-right: 2.5%;
    margin-bottom: 15px;
    min-height: 220px;
    height: auto;
  }
  .superiority ul li:nth-child(2n){
    margin-left: 2.5%;
    margin-right: 5%;
  }
  .superiority ul li p.p1 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .superiority ul li p.p2 {
    font-size: 13px;
    line-height: 1.5;
  }
  .companyConce {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .companyConce > div{
    margin-top: 20px;
  }
  .companyConce .left{
    float: none;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
  }
  .companyConce .txtWrap{
    position: static;
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .companyConce .txtWrap .title{
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 14px;
  }
  .companyConce .txtWrap .title::before {
    position: absolute;
    content: "";
    border-bottom: none;
    width: 0;
    left: 0;
    bottom: -8px;
  }
  .companyConce .txtWrap .p1 {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
  }
}