.bannerimg{
  position: relative;
  background: url(../images/bannerAbout.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannerimg h3{
  position: absolute;
  left: 36rem;
  top: 36rem;
  font-size: 4rem;
  line-height: 8.4rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.bannerimg p{
  position: absolute;
  left: 36rem;
  top: 50.5rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  width: 77rem;
  color: #fff;
  letter-spacing: 2px;
}
.bannerimg h3, .bannerimg p{
  animation: movehp .8s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

@keyframes movehp {
  0% { transform: translateY(5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.bannerimg div{
  position: absolute;
  left: 36rem;
  top: 66.8rem;
  width: 17rem;
  height: 5.2rem;
  border: .3rem solid rgba(255, 255, 255, .5);
  line-height: 4.8rem;
  color: #fff;
  font-size: 2rem;
  padding-left: 1.2rem;
  cursor: pointer;
}
.bannerimg div::before{
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
  display: block;
  content: '';
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/angle_right.png) no-repeat;
  background-size: 1.2rem 1.7rem;
}

.enterprise{
  width: 100%;
  height: 83.5rem;
  background: #F5F7F8;
  padding-top: 3.6rem;
  position: relative;
}
.entershadow{
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  width: 150rem;
  height: 1rem;
  box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, .2);
}
.enterprisein{
  width: 164.8rem;
  height: 75.2rem;
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .02);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.enterprisetop{
  width: 100%;
  height: 9rem;
  text-align: center;
}
.enterprisetop div{
  width: 48rem;
  cursor: pointer;
  line-height: 8.8rem;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}
.enterprisetop div.selected{
  color: #003986;
}
.enterprisetop div.selected::after{
  position: absolute;
  content: '';
  width: 10.4rem;
  height: .3rem;
  background: #003986;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.2rem;
}
.enterprisecon{
  width: 100%;
  height: 66rem;
  vertical-align: top;
  display: none;
}
.enterprisecon.visable{
  display: block;
}
.visable .enterpriset div{
  animation: moveset .5s linear;
  transform: translateX(0);
  opacity: 1;
}
@keyframes moveset {
  0% { transform: translateX(-5rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.enterpriset{
  width: 153rem;
  height: 26.8rem;
  background: url(../images/abpic.jpg) no-repeat right;
  background-size: 69.9rem 26.8rem;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.enterpriset div{
  width: 83rem;
  padding-left: 13.5rem;
  line-height: 2.5rem;
  padding-top: 5rem;
  color: #858585;
}
.enterprisem{
  width: 100%;
  padding: 2.8rem 0 0 6rem;
}
.enterprisem div{
  width: 71.5rem;
  height: 32rem;
  float: left;
  padding: 1.6rem 7.5rem 0 14.7rem;
  line-height: 2.5rem;
  color: #858585;
  position: relative;
}
.visable .enterprisem div{
  animation: movesem .5s linear;
  transform: translateY(0);
  opacity: 1;
}
@keyframes movesem {
  0% { transform: translateY(5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.enterprisem div:nth-child(1){
  background: url(../images/erth.png) no-repeat 7.4rem top;
  background-size: 5rem 5rem;
}
.enterprisem div:nth-child(2){
  background: url(../images/hd.png) no-repeat 7.4rem top;
  background-size: 5rem 5rem;
}
.enterprisem div:nth-child(2)::before{
  content: '';
  position: absolute;
  left: 0;
  top: 6.2rem;
  display: block;
  width: 1px;
  height: 13.8rem;
  background: #D9D9D9;
}
.plane{
  width: 100%;
  height: 81.9rem;
  margin-bottom: 6.2rem;
}
.planeleft{
  float: left;
  width: 109rem;
  height: 81.9rem;
  background: linear-gradient(to left, #015CD7, #B5CBF7);
  padding-top: 15.8rem;
}
.planeleft li{
  width: 100%;
  height: 10rem;
  float: left;
  position: relative;
  margin-bottom: 11.2rem;
  color: #fff;
  padding-right: 8.5rem;
  text-align: right;
  z-index: 2;
}
.planeleft li h3{
  line-height: 5rem;
  font-size: 2.5rem;
  transform: translateX(-8rem);
  opacity: 0;
}
.planeleft li p{
  line-height: 3.8rem;
  font-size: 2rem;
  transform: translateX(-8rem);
  opacity: 0;
}
.planeleft li div{
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 0;
  right: -5rem;
  border-radius: 50%;
  border: .5rem solid #447EE9;
}
.active .planeleft li h3,.active .planeleft li p{
  animation: moveplane .8s linear;
  transform: translateX(0);
  opacity: 1;
}
@keyframes moveplane {
  0% { transform: translateX(-8rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.planeleft li:nth-child(1) div{
  background: #fff url(../images/about_icon3.png) no-repeat center center;
  background-size: 9rem 9rem;
}
.planeleft li:nth-child(2) div{
  background: #fff url(../images/about_icon2.png) no-repeat center center;
  background-size: 9rem 9rem;
}
.planeleft li:nth-child(3) div{
  background: #fff url(../images/about_icon1.png) no-repeat center center;
  background-size: 9rem 9rem;
}
.planeright{
  float: left;
  width: 83rem;
  height: 81.9rem;
  overflow: hidden;
}
.active .planeright img{
  animation: moveplaneimg 2.5s linear;
  transform: scale(1.1, 1.1);
}
.planeright img{
  width: 100%;
}
@keyframes moveplaneimg {
  0% { transform: scale(1, 1); }
  100% { transform: scale(1.1, 1.1); }
}
.business{
  width: 100%;
  height: 108.5rem;
  background: url(../images/businessbg.jpg) no-repeat;
  background-size: cover;
  padding-top: 2.5rem;
  position: relative;
}
/* .business::after{
  position: absolute;
  display: block;
  content: '';
  width: 113.8rem;
  height: 82.5rem;
  right: 6rem;
  bottom: 1rem;
  background: url(../images/earthbg.png) no-repeat;
  background-size: 113.8rem 82.5rem;
  pointer-events: none;
} */
.business h2{
  width: 100%;
  height: 20rem;
  line-height: 20rem;
  text-align: center;
  color: #fff;
  letter-spacing: .2rem;
}
.businesstsb{
  width: 120rem;
  height: 14rem;
  margin: 0 auto;
}
.businesstsb div{
  width: 47.6rem;
  height: 13.5rem;
  background: url(../images/businesstab.png) no-repeat;
  background-size: 47.6rem 13.5rem;
  position: relative;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding-left: 12rem;
  padding-bottom: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  cursor: pointer;
}
.businesstsb div.selected{
  background: url(../images/businesstabslt.png) no-repeat;
  background-size: 47.6rem 13.5rem;
}
.businesstsb div span{
  display: block;
  width: 12rem;
  height: 12.2rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}
.businesstsb div.selected span{
  opacity: 1;
}
.businesstsb div:nth-child(2){
  float: right;
}
.businesstsb div:nth-child(1) span{
  background: url(../images/first_icon.png) no-repeat center right;
  background-size: 6rem 6rem;
}
.businesstsb div:nth-child(2) span{
  background: url(../images/second_icon.png) no-repeat center right;
  background-size: 6rem 6rem;
}
.businesscon{
  width: 120rem;
  margin: 0 auto;
}
.businesscon div{
  display: none;
}
.businesscon div.selected{
  display: block;
}
.businesscon div#first{
  padding-top: 5.5rem;
}
.businesscon div#second{
  padding-top: 15.5rem;
}
.businesscon li{
  width: 76rem;
  height: 18rem;
  background: linear-gradient(to right, #495991, rgba(0, 0, 0, 0));
  margin-bottom: 3.6rem;
  padding-top: 1rem;
  padding-left: 14.5rem;
  position: relative;
  opacity: 0;
}
.active .businesscon .selected li:nth-child(1){
  animation: movebusiness .3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.active .businesscon .selected li:nth-child(2){
  animation: movebusiness .6s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.active .businesscon .selected li:nth-child(3){
  animation: movebusiness .9s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
@keyframes movebusiness {
  0% { opacity: 0; transform: translateY(5rem); }
  100% { opacity: 1;  transform: translateY(0); }
}

.businesscon li span{
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  line-height: 7.8rem;
  text-align: center;
  border-radius: 50%;
  background: #4265C1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.2rem;
}
.businesscon li span img{
  display: inline-block;
  width: 5rem;
  height: 5rem;
}
.businesscon li h3{
  color: #fff;
  font-size: 2rem;
  line-height: 5.5rem;
  margin-bottom: .8rem;
}
.businesscon li p{
  color: #C6C6C6;
  font-size: 1.6rem;
  line-height: 2.5rem;
  height: 7.5rem;
  padding-right: 15.5rem;
  overflow: hidden;
}
.canget{
  width: 100%;
  height: 62.6rem;
  background: url(../images/canget.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.canget::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 116.4rem;
  height: 46.5rem;
  transform: translateX(-50%);
  background: url(../images/ellipse.png) no-repeat;
  background-size: 116.4rem 46.5rem;
  content: '';
  display: block;
}
.cangetin, .cangetinh5{
  width: 116rem;
  height: 116rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16.1rem;
}

.cangettext{
  font-size: 3.5rem;
  width: 29rem;
  height: 6.8rem;
  text-align: center;
  line-height: 6.8rem;
  position: absolute;
  left: 50%;
  top: 22rem;
  transform: translateX(-50%);
  display: block;
}
.cangetin div{
  width: 8rem;
  height: 8rem;
  background: url(../images/cangetyuan.png) no-repeat;
  background-size: 8rem 8rem;
  position: absolute;
  left: 54rem;
  top: 54rem;
  text-align: center;
  line-height: 8rem;
}
.active .cangetin div{
  
}
.active .cangetin div:nth-child(1){
  transform: rotate(155deg) translateX(-58rem);
  animation: cangetimg1 .7s ease-out;
}
.active .cangetin div:nth-child(2){
  transform: rotate(122.5deg) translateX(-58rem);
  animation: cangetimg2 .7s ease-out;
}
.active .cangetin div:nth-child(3){
  transform: rotate(90deg) translateX(-58rem);
  animation: cangetimg3 .7s ease-out;
}
.active .cangetin div:nth-child(4){
  transform: rotate(57.5deg) translateX(-58rem);
  animation: cangetimg4 .7s ease-out;
}
.active .cangetin div:nth-child(5){
  transform: rotate(25deg) translateX(-58rem);
  animation: cangetimg5 .7s ease-out;
}
@keyframes cangetimg1 {
  0% { transform: rotate(0) translateX(-58rem); }
  100% { transform: rotate(155deg) translateX(-58rem); }
}

@keyframes cangetimg2 {
  0% { transform: rotate(0) translateX(-58rem); }
  100% { transform: rotate(122.5deg) translateX(-58rem); }
}

@keyframes cangetimg3 {
  0% { transform: rotate(0) translateX(-58rem); }
  100% { transform: rotate(90deg) translateX(-58rem); }
}

@keyframes cangetimg4 {
  0% { transform: rotate(0) translateX(-58rem); }
  100% { transform: rotate(57.5deg) translateX(-58rem); }
}

@keyframes cangetimg5 {
  0% { transform: rotate(0) translateX(-58rem); }
  100% { transform: rotate(25deg) translateX(-58rem); }
}



.cangetin div img{
  width: 5rem;
  height: 5rem;
  display: inline-block;
}
.cangetin div:nth-child(1) img{
  transform: rotate(-155deg);
} 
.cangetin div:nth-child(2) img{
  transform: rotate(-122.5deg);
} 
.cangetin div:nth-child(3) img{
  transform: rotate(-90deg);
} 
.cangetin div:nth-child(4) img{
  transform: rotate(-57.5deg);
} 
.cangetin div:nth-child(5) img{
  transform: rotate(-25deg);
} 

.cangetinh5 h5{
  width: 25.6rem;
  height: 5.2rem;
  position: absolute;
  font-size: 2rem;
  line-height: 2.6rem;
  opacity: 0;
}

.canget.active .cangetinh5 h5{
  animation: cangeth5 1.2s ease-out ;
  opacity: 1;
  transform: translateY(0);
}

.cangetinh5 h5:nth-child(1){
  right: -25.2rem;
  top: 31rem;
}
.cangetinh5 h5:nth-child(2){
  right: 8rem;
  top: -.7rem;
}
.cangetinh5 h5:nth-child(3){
  left: 47rem;
  top: -10rem;
}
.cangetinh5 h5:nth-child(4){
  left: 11rem;
  top: -.7rem;
}
.cangetinh5 h5:nth-child(5){
  left: -17.2rem;
  top: 31rem;
}

@keyframes cangeth5 {
  0% { transform: translateY(3rem); opacity: 0; }
  70% { transform: translateY(3rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.enter{
  width: 100%;
  height: 78rem;
  padding-top: 7rem;
  overflow: hidden;
}
.enterin{
  width: 100%;
  height: 71rem;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.honor{
  width: 100%;
  height: 70rem;
}
.honorin{
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  transform: perspective(0);
}
.honorleft{
  width: 470px;
  float: left;
  height: 700px;
}
.honorleft h2{
  width: 100%;
  height: 92px;
  line-height: 92px;
  font-size: 35px;
  margin-bottom: 10px;
}
.honorleft img{
  width: 417px;
  height: 415px;
}
.honorleft h3{
  width: 100%;
  line-height: 80px;
  font-size: 25px;
}
.honorright{
  width: 730px;
  float: right;
  height: 700px;
  position: relative;
}
.honorright div{
  width: 100%;
  height: 92px;
  position: relative;
}
.honorright div::before{
  position: absolute;
  left: 0;
  top: 45px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 3px dotted #313131;
}
.honorright div::after{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 120px;
  height: 92px;
  background: #fff url(../images/dian.png) no-repeat center center;
  background-size: 13px 13px;
}
.honorright h5{
  line-height: 42px;
  font-size: 23px;
  margin-bottom: 40px;
}
.honorright p{
  line-height: 35px;
  font-size: 18px;
}
/*
.honorright a{
  display: block;
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 34px;
  height: 19px;
  background: url(../images/roroght.png) no-repeat;
  background-size: 34px 19px;
}
*/
.honorright a{
  display: block;
  position: absolute;
  right: 0;
  bottom: 100px;
  /* width: 80px;
  height: 22px; */
  color: black;
  border:1px solid black;
  padding:5px 10px;
  /* background: url(../images/roroght.png) no-repeat; */
  background-size: 34px 19px;
}