
input,textarea {border: 2 none; box-shadow: none; outline: none;}
.content{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box{
    width: 1280px;
    margin: 0 auto;
}

.changdidiaocha{
    width: 100%;
}

.content-text{
    width: 1280px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    align-items:center;
}

.left-1{
    width: 50%;
    float: left;
    color: #555;
    margin-right: 20px;
}

.title1 >p{
    font-size: 32px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #222;
}

.title-fubiaoti{
    font-size: 16px;
    font-weight: none;
    color: gray;
    
}

.left-1>p{
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
    color: #333;
}

.line{
    width: 100%;
    border-bottom: 1px solid gray;
    margin-top: 10px;
}

.content-text-span {
    margin-left: 50px;
    margin-top: 30px;
}

.content-text-span>p{
    line-height: 30px;
    width: 360px;
    float: left;
    display: inline-block;
    color: #555;
    font-size: 16px;
}

.content-text-span:hover{
    animation: shake 0.5s infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  /*10%, 30%, 50%, 70%, 90% {*/
  /*  transform: translateX(-5px);*/
  /*}*/
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}


.content-text-span>span{
    float: left;
}

.right-1{
    width: 50%;
    float: left;
    margin: 20px 0 0 20px;
}

.right-1 img{
    width: 100%;
    height: auto;
    float: left;
    
}

.right-1:hover>img{
    animation: shake 0.5s infinite;
}

.turangxiufu{
    width: 100%;
    background: #02bf86;
}

.right-2{
    padding: 0 0 0 50px;
}

.right-2>p{
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
    color: #333;
}

.title2 >p{
    font-size: 32px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #222;
}

.left-2:hover>img{
    animation: shake 0.5s infinite;
}

.huanjingzixun{
    width: 100%;
}

.huanbaogongcheng{
    width: 100%;
    background: #6fa8dc;
}

.iso{
    width: 100%;
}