.body {
    width: 19.2rem;
    /* height: 80rem; */
}

.header {
    width: 100%;
    height: 7.32rem;
    background-image: url('../img/Image.png');
}

.nav {
    width: 100%;
    margin: 0 auto;
    font-size: .16rem;
    height: .7rem;
    position: fixed;
    /* top: .16rem; */
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
}

.nav_div {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    margin-top: .16rem;
}

.logo img {
    width: 1.5rem;
    height: .54rem;
}

.cast {
    display: flex;
    height: .54rem;
    line-height: .54rem;
    font-size: .16rem;
    color: #fff;
    margin-left: 2.4rem;
}

.cast div {
    margin-right: .74rem;
    cursor: pointer;
}

.cast a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.login {
    display: flex;
    margin-left: 1.5rem;
}

.login div:first-child {
    width: .8rem;
    height: .31rem;
    background: #00BC9E;
    border-radius: .51rem;
    color: #fff;
    text-align: center;
    line-height: .31rem;
    margin-top: .10rem;
    /* opacity: 1; */
}

.login div:first-child a {
    color: #fff;
}

.login div:last-child {
    width: .8rem;
    height: .31rem;
    background: #FFFFFF;
    color: #00BC9E;
    border-radius: .51rem;
    text-align: center;
    line-height: .31rem;
    margin-top: .10rem;
    margin-left: .24rem;
}

.login div:last-child a {
    color: #00BC9E;
}

.title {
    width: 14rem;
    position: relative;
    /* top: 2.6rem; */
    top: 3.6rem;

    left: 50%;
    transform: translateX(-50%);
}

.programme {
    position: relative;
}

.pro_ul {
    position: absolute;
    width: 1.63rem;
    background: #FFFFFF;
    font-size: .14rem;
    color: #333;
    box-sizing: border-box;
    border-radius: .08rem;
    top: 49px;
    left: -47px;
    /*display: none;*/
}

.pro_ul li {
    width: 100%;

    text-align: center;
}

.pro_ul a {
    color: #333;
}

.Maintitle {
    font-weight: bold;
    color: #FFFFFF;
    font-size: .3rem
}

.Subtitle {
    width: 5.75rem;
    color: #FFFFFF;
    font-size: .14rem;
    margin-top: .26rem;
    line-height: .40rem
}

.btn {
    display: flex;
    margin-top: .64rem;
}

.btn div:first-child {
    cursor: pointer;
    width: 1.42rem;
    height: .42rem;
    text-align: center;
    line-height: .42rem;
    font-size: .16rem;
    color: #fff;
    border-radius: .51rem;
    background-color: #00BC9E;
}

.yuyue {
    cursor: pointer;
    width: 1.42rem;
    height: .42rem;
    text-align: center;
    line-height: .42rem;
    font-size: .16rem;
    color: #fff;
    border-radius: .51rem;
    background-color: #5789FC;
    margin-left: .7rem;
}

/* .btn div:last-child {
    cursor: pointer;
    width: 1.42rem;
    height: .42rem;
    text-align: center;
    line-height: .42rem;
    font-size: .16rem;
    color: #fff;
    border-radius: .51rem;
    background-color: #5789FC;
    margin-left: .7rem;
} */

.content {
    width: 100%;
    margin: 0 auto;

}

.introduce {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    margin-top: .4rem;
}

.introduce img {
    width: .44rem;
    height: .44rem;
}

.int_div {
  width: 20%;
  /* background-color: #00BC9E; */
    display: flex;
    font-size: .16rem;
    color: #333333;
    line-height: .44rem;
    transition: all 0.25s ease-in;
}
.int_div:hover{
  transform: translateY(-8px);
  cursor: pointer;
}

.int_div:nth-child(2) {
    margin-left: 1.6rem;
}

.int_div:nth-child(3) {
    margin-left: 1.6rem;
}

.int_div:nth-child(4) {
    margin-left: 1.6rem;
}

.Merit {
    margin-top: 1rem;
}

.title1 div:first-child {
    font-weight: bold;
    color: #333333;
    font-size: .3rem;
    width: 100%;
    text-align: center;
}

.title1 div:last-child {
    color: #333;
    font-size: .16rem;
    margin-top: .15rem;
    text-align: center;
}

.frame {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    margin-top: .4rem;
}

.frame div {
    width: 16.6%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chara_right img{
  transition: all 0.5s;
  cursor: pointer;
}
.chara_right img:hover{
  transform: scale(1.2);
}
.frame img {
    width: 1.42rem;
    height: 1.54rem;
    transition: all 0.5s;
    cursor: pointer;
}
.frame img:hover{
  transform: scale(1.2);
}

.frame div span {
    font-size: .2rem;
    color: #333;
    margin-top: .2rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}

.characteristic {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chara_div {
    width: 6.3rem;
    padding: .50rem 0;
    /* padding: 0 .78rem; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
    animation: bounceInLeft 0.5s 0.25s linear forwards;
}

.chara_left {
    width: 3.6rem;
    transition: all 0.25s ease-in;
}
.chara_left:hover{
  transform: translateY(-8px);
  cursor: pointer;
}
.title2 {
    font-weight: bold;
    color: #333333;
    font-size: .2rem;
}

.title3 {
    color: #999999;
    font-size: .14rem;
    margin-top: .15rem;
    line-height: .3rem;
}

.make {
    width: 1.42rem;
    height: .42rem;
    background: #00BC9E;
    border-radius: .24rem;
    color: #fff;
    text-align: center;
    line-height: .42rem;
    font-size: .14rem;
    margin: 0 auto;
    margin-top: .4rem;
}
.make:hover{
  background: #00DC9E;
  cursor: pointer;
}
.wisdom {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    margin-top: .78rem;
}

.wisdom_tit {
    position: absolute;
    top: .38rem;
    left: 50%;
    transform: translateX(-50%);
}

.wisdom_btn {
    position: absolute;
    bottom: .6rem;
    left: 50%;
    transform: translateX(-50%);
}

/* .wisdom img {
    width: 100%;
    height: 8.5rem;
} */
.intelligence {
    width: 14rem;
    margin: 0 auto;
}

.inte_img {
    width: 12.61rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.intelligence img {
    width: 12.61rem;
    height: 4.69rem;
    /* margin: 0 auto; */
}

.security {
    width: 100%;
    height: 7.43rem;
}

.security img {
    width: 100%;
    height: 100%;
}

.source {
    width: 14rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 1rem;

}

.source_left div:first-child {
    font-weight: bold;
    color: #333333;
    font-size: .3rem;
    margin-top: .65rem;
}

.source_left div:nth-child(2) {
    color: #666666;
    font-size: .16rem;
    margin-top: .1rem;
}

.source_left div:nth-child(3) {
    width: 5.72rem;
    color: #333333;
    font-size: .16rem;
    margin: .34rem 0;
    line-height: .3rem;
}

.source_left span {
    color: #265EE5;
}

.source_left div:last-child {
    width: 1.42rem;
    height: .42rem;
    border-radius: .24rem;
    color: #fff;
    text-align: center;
    line-height: .42rem;
    font-size: .14rem;
    background-color: #00BC9E;
}

.Group {
    width: 6.73rem;
    height: 4.49rem;
}

.service {
    width: 14rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.serv_img {
    width: 12.61rem;
    margin: 0 auto;
    margin-top: .57rem;
}

.serv_img img {
    width: 100%;
    height: 3.02rem;
}

.team {
    color: #333;
    width: 100%;
    text-align: center;
    font-size: .14rem;
    margin-top: .5rem;
}

.team span {
    color: #265EE5;
    font-weight: 700;
    line-height: .3rem;
}

.cust_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cust_div {
    width: 4.5rem;
    margin-top: .4rem;

}

.cuset_img {
    width: 100%;

}

.cuset_img img {
    width: 100%;
    display: block;
    height: 2.54rem;
}

.cust_tit {
    font-size: .2rem;
    color: #333;
    font-weight: 700;
    margin-top: .3rem;
    margin-bottom: .05rem;
}

.cust_tit1 {
    color: #666666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: .14rem;
}

.cust_btn {
    width: 100%;
    display: flex;
    margin-top: .2rem;
}

.cust_btn div:first-child {
    width: 1.42rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    color: #fff;
    background-color: #00BC9E;
    border-radius: .24rem;
    font-size: .14rem;
    margin-right: .4rem;

}

.cust_btn div:last-child {
    width: 1.42rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    color: #00BC9E;
    /* background-color: #00BC9E; */
    border-radius: .24rem;
    font-size: .14rem;
    border: .01rem solid #00BC9E;
}

.partner {
    width: 100%;
    height: 5.97rem;
    background-image: url(./img/bto.png);
}

.log {
    width: 14.44rem;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: -0.02rem .05rem .2rem .05rem rgba(0, 0, 0, 0.05);
    border-radius: .13rem;
    margin-top: .4rem;
    padding-bottom: .54rem;
    box-sizing: border-box;
}

.log div {
    width: 20%;
    text-align: center;
}

.logo2 {
    width: 2.05rem;
    height: .75rem;
    margin-top: .33rem;
}

.logo3 {
    width: 2.57rem;
    height: .81rem;
    margin-top: .33rem;
    /* margin: 0 .50rem; */
}

.logo6 {
    width: 1.5rem;
    height: 1.47rem;
    /* margin-top: .3rem; */
}

.logo4 {
    width: 2.6rem;
    height: .98rem;
    margin-top: .33rem;
    /* margin: 0 .50rem; */
}

.logo5 {
    width: 1.71rem;
    height: .99rem;
    margin-top: .33rem;
}

.logo7 {
    width: 1.95rem;
    height: .6rem;
}

.logo8 {
    width: 1.85rem;
    height: .56rem;
    /* margin-left: 1rem; */
}


@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;transform: translate3d(-3000px, 0, 0);}
  60% {opacity: 1;transform: translate3d(25px, 0, 0);}
  75% {transform: translate3d(-10px, 0, 0);}
  90% {transform: translate3d(5px, 0, 0);}
  100% {opacity: 1;transform: none;}
  }
  @keyframes bounceInRight {
  from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;transform: translate3d(3000px, 0, 0);}
  60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
  75% {transform: translate3d(10px, 0, 0);}
  90% {transform: translate3d(-5px, 0, 0);}
  100% {opacity: 1;transform: none;}
  }
