﻿* {
    padding: 0;
    margin: 0;
}

/*渐变*/
.Gradient {
    color: #189FD1;
}

/*间隔标签*/
.Interval {
    padding: 0px 1%;
}

/*颜色class*/
.blues {
    color: #3DF9E0;
}

.reds {
    color: #D21224;
}

.head_div {
    font-size: 12px;
}

.all_div {
    background-image: url(../img/newimg/bg.png);
    background-size: 100% 100%;
    padding-top: 50px;
    width: 100%;
}

.nav_one {
    padding-left: 10%;
    color: white;
}

    .nav_one div {
        float: left;
    }

        .nav_one div:first-child {
            width: 10%;
        }

    .nav_one img {
        width: 70%;
        height: 70%;
    }

.nav_two {
    text-align: center;
}

    .nav_two .nav_center_img {
        width: 80%;
        margin-top: -9%;
    }

.nav_three {
    color: white;
    text-align: left;
    padding-left: 4%;
}
/*头部结束*/

.contents {
    padding: 0% 2%;
}

.divs {
    border: 1px solid #3EF9E1;
    /*box-shadow: 0 0 5px 0 rgba(5, 114, 124, 1) inset;*/
    position: relative;
    color: white;
}

.boders {
    border: 2px solid #3EF9E1;
    position: absolute;
    padding: 12px;
    border-radius: 3px 3px;
}


/*定义边框加粗*/
.rowsli_one {
    border-width: 3px 0 0 3px;
    top: -2px;
    left: -2px;
}

.rowsli_two {
    border-width: 3px 3px 0 0;
    top: -2px;
    right: -2px;
}

.colsli_one {
    border-width: 0 0 3px 3px;
    bottom: -2px;
    left: -2px;
}

.colsli_two {
    border-width: 0 3px 3px 0;
    bottom: -2px;
    right: -2px;
}
/*边框加粗结束*/

.rows_one {
    text-align: center;
    height: 150px;
    padding: 3% 0%;
    width: 47%;
}

    .rows_one h3 {
        color: #3DF9E0;
    }

.rows_two {
    margin: 0px 0px;
}

    .rows_two div {
        margin-right: 3%;
    }

.rows_three {
    margin-right: 20px;
    padding: 3% 3%;
}

    .rows_three h4 {
        display: inline-block;
    }

    .rows_three span {
        display: inline-block;
        float: right;
    }

#rows_three {
    height: 310px;
}

.row_four {
    margin-left: -55%;
    text-align: center;
    border: 0;
    height: 150px;
}

    .row_four h2 strong {
        font-size: 42px;
        color: #FDDD00;
    }

    .row_four h3 span {
        color: #BABCCB;
    }

    .row_four h3 strong {
        font-size: 32px;
    }

.row_five {
    margin-left: -4%;
    padding: 3% 3%;
    height: 270px;
}

    .row_five h4 span {
        color: #3DF9E0;
    }

    .row_five table {
        width: 100%;
        text-align: center;
        border-collapse: separate;
        border-spacing: 0px 13px;
    }

        .row_five table th {
            text-align: center;
        }

.row_six {
    padding: 3% 3%;
}

    .row_six h4 {
        display: inline-block;
    }

    .row_six span {
        display: inline-block;
        float: right;
    }

#row_six {
    height: 235px;
}

.row_seven {
    height: 410px;
    padding: 3% 8%;
}

    .row_seven div {
        margin: 10% 0%;
    }

        .row_seven div p {
            float: right;
            margin: -5px 0px 0px 0px;
        }

            .row_seven div p span {
                font-size: 22px;
            }

    .row_seven hr {
        height: 1px;
        border: none;
        border-top: 1px solid #3EF9E1;
        margin: 0% -9%;
    }
