﻿* {
    padding: 0;
    margin: 0;
}

/*渐变*/
.Gradient {
    color: #189FD1;
}

/*间隔标签*/
.Interval {
    padding: 0px 1%;
}

.blues {
    color: #3DF9E0;
}

.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;
    margin: 0 0;
    margin-right: -5%;
}

    .rows_one div {
        width: 31%;
        margin-right: 15px;
        padding: 2% 0%;
    }

        .rows_one div h3 {
            color: #3DF9E0;
        }

        .rows_one div img {
            vertical-align: bottom;
            margin-right: 5px;
        }

.rows_two {
    padding: 1% 3%;
    margin-left: 15px;
}

    .rows_two h4 {
        display: inline-block;
    }

    .rows_two span {
        display: inline-block;
        float: right;
    }

#rows_two {
    height: 310px;
}

.rows_three {
    width: 48%;
    margin: 0% 1%;
}

#rows_three {
    height: 492px;
}

.rows_four {
    margin: 0% 0%;
}

    .rows_four h4 {
        display: inline-block;
    }

    .rows_four span {
        display: inline-block;
        float: right;
    }

#rows_four {
    height: 300px;
}
