.el-carousel__item img {
    display: block;
}
.move-img {
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count:infinite;
    animation-duration: 2.05s; /*动画所花费的时间*/
  }
  @keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1.5); /*开始为原始大小*/
    }
    100% {
      transform: scale(1);
    }
  }

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}
.logoimg-rotate {

    -webkit-transform: rotate(360deg);

    animation: rotation 3s linear infinite;

    -moz-animation: rotation 3s linear infinite;

    -webkit-animation: rotation 3s linear infinite;

    -o-animation: rotation 3s linear infinite;

}
/* .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
  }
  
  .el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
  } */
  
.icon {
    position: fixed;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 15px;
    background: #f4f4f8;
    border: 1px solid #f4f4f8;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    line-height: 15px;
    text-align: center;
}

.box-contain {
    /* width: 100%;
    height: 800px;
    padding-top: ;
    background: #13f4ff;
    display: flex;
    justify-content: space-around; */
    margin-top: 50px;
    padding: 5px;
    width: 98%;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
a{
    /* text-decoration: none; */
    color: #0bb3e5; 
}
.box-contain .contain a{
    text-decoration: none;
    color: #0bb3e5;
}
.contain {
    width: 500px;
    height: 240px;
    /* padding: 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contain>p {
    padding: 5px;
    color: #0bb3e5;
}

.a {
    width: 100px;
    height: 100px;
    background: #3cc7e6;
    margin: 0 auto;
    border-radius: 50%;
}

.a>img {
    width: 50px;
    height: 50px;
    padding: 12px;
    margin: 13px;
}

.contain-title {
    height: 60px;
    line-height: 60px;
    padding: 0;
}
.contain-title:hover {
    color: #13f4ff;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 0px;
    overflow: hidden;
    /* padding: 0 80px; */
    background: rgba(0, 47, 78, .4);
    z-index: 99;
    color: #fff;
    font-size: 28px;
    transition: .5s;
}

.logoimg {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    /* background-image: url(../images/xzn-logo.png);
    background-size: contain; */
}

.showlogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    /* margin-top: 80px; */
    overflow: hidden;
    /* padding: 0 80px; */
    background: rgba(0, 47, 78, .4);
    z-index: 99;
    color: #fff;
    /* position: fixed;
    top: 0; */
    font-size: 28px;
    transition: .5s;
}

.en-text {
    font-size: 12px;
    margin-left: 10px;
    color: #13f4ff;
}

.erweima {
    width: 60px;
    height: 60px;
    /* padding-right: 80px; */
    margin-right: 80px;
    background-image: url(../images/official.jpg);
    background-size: contain;
}

.erweima:hover {
    width: 80px;
    height: 80px;
    transition: .5s;
}

/* .erweima >img{
    width: 100%;
    height: 100%;
  } */
  .service-box{
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
}
.service{
    width: 33%;
    padding: 0 15px;
}
.index-title{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: rgba(4,72,135,.906);
}
.indextitle{
    width: 25%;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    margin: 10px auto;
    border-top: 1px solid #c6c6c6;
    color: #c6c6c6;
    line-height: 36px;
}
.content{
    width: 70%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-indent: 1cm;
    color: #c6c6c6;
    height: 150px;
}
.img-box{
    width: 65%;
    margin: 10px auto;
}
.service .img-box>img {
    width: 100%;
    height: 180px;
}
.service:nth-child(2) {
    padding: 0 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.entrerprise-box {
    display: flex;
    flex: 1;
    height: 500px;
    align-items: center;
}
.home-img {
    width: 60%;
    height: 100%;
}
.home-img>div:first-child {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-img>div:first-child>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.home-img>div:first-child>img:hover {
    width: 105%;
    height: 105%;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
/* .home-img>div:first-child>img {
    width: 105%;
    height: 105%;
    cursor: pointer;
    transition: all .4s ease-in-out;
} */
.home-text {
    background-color: rgba(6,100,240,.749);
    color: #fff;
    height: calc(100% - 20px);
    line-height: 36px;
    width: 40%;
    text-align: left;
    padding: 0 5%;
    font-size: 16px;
    font-weight: 500;
    text-indent: 1cm;
    font-family: Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;
    padding-top: 20px;
}
.home-text .btn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    border: 1px solid #666;
}