body {

}

.row {
    margin: 30px 0;
}

/* header */

.top1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10%;
    width: 100%;
    color: #26a26f;
}

.top1 p {
    margin: 0;
}
/* 导航条 */
.top2 {
    width: 100%;
    background-color: #29b078;
}

.padding-10 {
    padding: 0 10%;
}

.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mynavbar {
    border: none;
    background-color: #29B078;
}

#mynavbar li {
    list-style: none;
    text-align: center;
}

.top2 button {
    margin: 0;
    padding: 16px 0;
}

.top2 button img {
    padding: 5px;
    opacity: 0.5;
    background-color: #2ccf8c;
    height: 40px;
    border-radius: 5px;
}

.top2 button img:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.top2 ul {
    margin: 0;
    padding: 0;
}

.top2 li a {
    width: 100%;
    height: 100%;
    color: white;
    line-height: 100px;
    font-size: 18px;
}

.top2 ul li a:hover {
    text-decoration: none;
}

.li-active {
    border-bottom: none;
    background-color: #34cc89;
}
/* 轮播图 */
.glyphicon-menu-left {
    font-size: 40px;
    top:calc(50% - 20px);
    left: 50px;
}

.glyphicon-menu-right {
    font-size: 40px;
    top:calc(50% - 20px);
    right: 50px;
}
/* main */
#main {
    padding: 10% 10% 0 10%;
    background-color: #fafafa;
}

.point {
    text-align: center;
}

#point2 {
    padding-top: 7px;
}

#point3 {
    padding-top: 14px;
}

#main>p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#main>p>a {
    color: black;
    text-decoration: none;
}

.row2 {
    display: flex;
    align-items: center;
    padding: 0;
}

.row2 img {
    margin-right: 15px;
}

.box {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: white;
    text-align: center;
    line-height: 70px;
    color: #29b078;
    font-size: 18px;
    box-shadow: 1px 0 5px #989898;
    flex-shrink:0;
}

.how {
    margin: 0 10px;
}

.row3 {
    padding: 15px;
    text-align: center;
    width: 23%;
    background-color: white;
    box-shadow: 1px 0 5px #989898;
}

.row3-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    padding: 2px 2px;
}

.row3-flex img {
    max-width: 100%;
}

.row3 .p1 {
    margin: 12px 0;
    font-weight: bold;
    font-size: 18px;
}

.row3 .p2 {
    text-align: left;
    font-size: 16px;
    color: #9d9d9d;
}

.change-all {
    text-align: center;
    margin: 30px 0;
}

.change {
    display:inline-block;
    width: 12px;
    height: 12px;
    background: #c0c0c0;
    border-radius: 50%;
}
/* 轮播按钮 */
.mycar2 {
    position: static;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.mycar2 li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #afafaf;
    border-radius: 10px;
}


.mycar2>.active {
    background-color: #5cb85c;
}

/* 战略合作企业 */
.box4 {
    display: flex;
    align-items: center;
    height: 150px;
    background-color: white;
    box-shadow: 0 0 5px;
}

.row4 {
    padding: 50px 0;
    height: 100%;
    width:20%;
    text-align: center;
    background-color: white;
}

.row4 img {
    max-width: 100%;
}

.row4:hover {
    box-shadow: 1px 0 5px 5px #989898;
    position: relative;
}
/* footer */
.footer-row1 {
    text-align: center;
    padding: 10px 10%;
    background-color: white;
}

.footer-row2 {
    text-align: center;
    padding: 0 10% 10px 10%;
    background-color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

footer li {
    padding: 0;
}

footer li:hover {
    border-bottom:1px solid black;
}

.footer-row3 {
    margin: 0;
    margin-top: 20px;
    padding: 20px 10%;
    color: white;
    background-color: #29b078;
}

#copyright {
    text-align: center;
    padding: 10px 0;
    color: white;
    border-top: 1px solid white;
    background-color: #29b078;
}

footer p {
    margin-bottom: 30px;
}

footer .p1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

footer .p2 {
    margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
    .sign {
        display: none;
    }

    .footer-code {
        float: right;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .row2 {
        width: 100%;
    }

    .col-xs-6 {
        width: 100%;
        text-align: center;
    }

}


@media screen and (max-width: 768px) {
    .sign {
        text-align: right;
        padding: 5px 10px;
    }

    .sign a {
        color: black;
    }

    .top1 {
        display: none;
    }

    .top2 ul {
        width: 100%;
    }

    #mynavbar {
        padding: 0;
    }

    .row2 img {
        display: none;
    }

    .row3-flex {
        display: block;
    }

    .row3 {
        width: 100%;
        margin-bottom: 5%;
    }

    .row3 img {
        width: auto;
    }

    .row4 {
        width: 100%;
    }

    .box4 {
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .row2 img {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #main .row .col-xs-6 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 744px) {
    .footer-row1 {
        float: left;
        position: relative;
        width: 50%;
        margin: 0;
    }

    .footer-row2 {
        float: left;
        position: relative;
        padding: 10px 10%;
        width: 50%;
        margin: 0;
    }

    footer ul {
        display: block;
        text-align: center;
    }

    footer ul li {
        float: none;
        display: block;
        margin: 10px;
    }
}

@media screen and (min-width: 768px) {
    #mynavbar {
        width: auto;
        padding: 0 10% 0 0 !important;
    }

    #mynavbar > ul {
        display: flex;
        margin:0;
    }

    .top2 {
        display: flex;
        justify-content: space-between;
    }

    #mynavbar > ul > li {
        padding: 0 30px;
        width: 97px;
    }

    #mynavbar > ul > li:hover {
        border-bottom: 3px solid white;
    }

    .li-active {
        border-bottom: 3px solid white;
        background-color: transparent;
    }
}

@media screen and (min-width: 521px) {
    #point4 {
        padding: 30px 0 30px 5%;
        border-left: 1px dashed #9d9d9d;
    }
}



