.introdution {
    width: 85%;
    margin: 0 auto;
}

.title {
    width: 118px;
    padding-bottom: 5px;
    border-bottom: 4px solid #697dcc;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
}

.text {
    width: 1000px;
    padding: 20px;
    margin-left: 10px;
    border-left: 3px solid #b0b0b0;
}

.text2 {
    width: 410px;
    text-align: center;
    margin-left: 100px;
}

.titleL {
    font-size: 27px;
    margin-bottom: 30px;
}

.textDetail {
    line-height: 40px;
    font-size: 20px;
    color: #6d6d6d;
}

.public {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.gzh {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 23px;
    margin-left: 400px
}

.contect {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contectText {
    width: 700px;
    line-height: 40px;
    font-size: 20px;
}

.kcxzContent {
    width: 85%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    height: auto;
}

.downLoad {
    display: inline-block;
    margin-right: 18px;
    text-align: center;
}
.downLoad a{
    font-size: 18px;
    width: 80px;
    border: 3px solid #697dcc;
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    color: #697dcc;
    
}
.downLoad div{
    margin: 15px 0 20px 0;
}
.downLoad a:hover{
    background-color: #697dcc;
    color: #fff;
}