﻿body {
    background-color: #565656;
    width: 80%;
    margin: 0 auto;
}

.div_top {
    position: relative;
    background-color: black;
    color: white;
}

.div_top_logo {
    margin-left: 20px;
    float: left;
}

.div_top_phone {
    margin-right: 20px;
    float: right;
}

.div_top_menu {
    width: 100%;
    height: 50px;
    background-color: black;
}

    .div_top_menu ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .div_top_menu li {
        text-align: center;
        width: 20%;
        float: left;
        margin: 0px 2px 0px 2px;
        background-color: #D4D4D4; /* 不支持线性的时候显示 */
        background-image: linear-gradient(#353535, #000000, #1E1E1E);
        height: 42px;
        line-height: 42px;
    }

    .div_top_menu a {
        text-decoration: none;
        color: white;
    }

        .div_top_menu a:hover {
            color: yellow;
        }

.div_main div {
    margin: 10px 0 0 0;
}

.div_main_image img {
    width: 100%;
}

.div_main_profile {
    color: yellow;
    padding: 0px 20px 20px 20px;
    background-color: #222222;
}

.p_profile_title {
    margin: 10px;
    padding-top: 10px;
    font-size: 28px;
    font-family: 微软雅黑;
    margin-bottom: 0px;
    color: #E9D603;
}

    .p_profile_title span {
        font-size: 15px;
        font-family: 'Times New Roman';
    }

.p_profile_content {
    margin: 0px;
    font-size: large;
    font-family: 微软雅黑;
    line-height: 28px;
    text-indent: 2em;
}

.div_main_contentbg {
    background-color: black; /* 浏览器不支持的时候显示 */
    background-image: radial-gradient( #484848, black);
    text-align: center;
    padding: 20px 0 60px 0;
}

.p_title {
    font-size: 2.8em;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #FEF301;
    padding-top: 20px;
    margin: 0;
    z-index: 1;
}

.p_content {
    font-size: 2em;
    font-family: 微软雅黑;
    line-height: 3em;
    font-weight: bold;
    color: white;
    padding-top: 0.5em;
    margin: 0 0.1em 0 0.1em;
}

.div_main_block {
    background-color: #D4D4D4; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #D4D4D4, #FFFFFF);
    text-align: center;
    width: 100%;
   
}

.p_block_title {
    color: #83551B;
    font-family: 微软雅黑;
    font-size: 1.8em;
    font-weight: bolder;
    padding: 1.5em 0 1em 0;
    margin: 0;
}

.p_block_one {
    color: #1B6E74;
    font-size: 3.8em;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.p_block_two {
    color: #5C5717;
    font-size: 3.8em;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.p_block_three {
    color: #5B3D19;
    font-size: 3.8em;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.p_block_four {
    color: #59274D;
    font-size: 3.8em;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.p_block_shadow {
    background-color: #040404; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#323232,#0A0A0A,#040404);
    height: 4em;
    margin-top: 0.7em;
}

.p_block_content_top {
    color: white;
    font-size: 1.5em;
    margin: 0 0.1em 0 0.1em;
}

.p_block_content_bottom {
    color: black;
    font-size: 1.3em;
    font-family: 微软雅黑;
    margin: 0 0 1.5em 0;
}

.div_main_block_flex_row {
    display: flex;
    justify-content: space-around;
}

.div_main_block_flex_column {
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100%;
}

.p_title_gradients {
    background-image: linear-gradient(#B3B3B3,#FAFAFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 微软雅黑;
    font-weight: bolder;
    font-size: 2em;
}

.p_content_gradients {
    background-image: linear-gradient(#B3B3B3,#FAFAFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 微软雅黑;
    font-weight: bolder;
    font-size: 1em;
    float: left;
}
.div_buttom {
    text-align:center;
    color:white;
    background-color:#040404;
    height:50px;
    line-height:50px;
}
