.neitt {
    color: #036db9;
    border-bottom: 4px #d2d2d2 dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.bannercontent .ctop {
    text-align: center;
}
.bannercontent .ctop b {
    margin-bottom: 10px;
    display: block;
}
.bannercontent .cmiddle ul {
    display: flex;
    padding: 50px 150px;
}
.bannercontent .cmiddle li {
    width: 300px;
    height: 150px;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;

}

.bannercontent .cmiddle li div {
    text-align: center;
    width: 350px;
    height: 150px;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1caba7;
    border-radius: 49%;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.bannercontent .cmiddle li p {
    text-align: center;
    margin-top: 10px;
}

.bannercontent .cbottom ul {
    display: flex;
    padding: 50px 150px;
}

.bannercontent .cbottom li {
    text-align: center;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.bannercontent .cbottom li img {
    width: 100%;
    height: 100%;
}

.bannerts {
    background-color: #bad6e2;
    width: 79%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 30px;
}
.bannerts b {
    display: block;
    text-align: center;
    color: #17b0ad;
    font-size: 18px;
    padding: 30px 0;
}
.bannerts ul {
    display: flex;
}
.bannerts ul li {
    flex: 1;
    margin: 0 15px;
    border-radius: 10px 10px 20px 20px;
    background-color: #ffffff;
}
.bannerts ul li .bttop {
    height: 100px;
    padding: 30px;
}
.bannerts ul li .bttop h3 {
    text-align: center;
    color: #15adb2;
    margin-bottom: 10px;
}
.bannerts ul li .bttop p {
    font-size: 15px;
}
.bannerts ul li .btbottom {
    position: relative;
}
.bannerts ul li img {
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: 10px;
}
.bannercate {
    width: 79%;
    margin: 0 auto;
    margin-top: 50px;
}
.bannercate h4 {
    border: 2px #7ebbf1 solid;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #5d657c;
}
.bannercate h3 {
    color: #4c6687;
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
}
.bannercate .cate {
    padding: 20px;
    background-color: #e6e8e7;
    margin-top: 15px;
    overflow: hidden;
}
.bannercate .cate li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.bannercate .cate li a {
    color: #1985c6;
}
.bannercate .catepro {
    margin-top: 20px;
}
.bannercate .catepro h2 {
    font-weight: normal;
    color: #3a474f;
    margin-bottom: 20px;
}
.bannercate .catepro table {
    width: 100%;
    border-collapse: collapse;
}
.bannercate .catepro table tr th {
    background-color: #505958;
    color: #ffffff;
    padding: 15px;
    border: 1px #bfbfbf solid
}
.bannercate .catepro table tr td {
    text-align: center;
    padding: 15px;
    border: 1px #bfbfbf solid
}
.bannercate .catepro table tr td:nth-child(2) {
    text-align: left;
}
.bannerzx {
    width: 79%;
    margin: 0 auto;
    margin-top: 50px;
}
.bannerzx h4 {
    text-align: center;
    color: #15aca5;
    margin-bottom: 20px;
}
.bannerzx .zx {
    border: 3px #1babab solid;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.bannerzx .zx .zxtop {
    margin: 30px 0;
    text-align: center;
}
.bannerzx .zx .zxtop p {
    text-align: center;
    color: #006fb4;
    font-weight: bold;

}
.bannerzx .zx .zxtop button {
    background-color: #006fb7;
    color: #ffffff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
}

.bannerzx .zx .zxmiddle {
    margin: 0 auto;
    margin-top: 50px;
    color: #0075c0;
    font-weight: bold;
    text-align: center;
    width: 60%;

}
.bannerzx .zx .zxmiddle ul {
    display: flex;
}
.bannerzx .zx .zxmiddle ul li {
    flex: 1;
}

.bannerzx .zx .zxbottom {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.aboutys {
    width: 100%;
    margin-bottom: 50px;
}
.aboutys img {
    width: 100%;
}
.aboutys img:last-child {
    margin-top: -5px;
}
