﻿/*----------全局----------*/
* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
}

body, div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft Yahei','微软雅黑',PingFangSC-Regular,'Hiragino Sans GB', 'Helvetica Neue', sans-serif;
}

body {
    background-color: rgb(250,250,250);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    float: left;
}

.clear {
    clear: both;
    font-size: 0.1rem;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.header {
    width: 100%;
    height: 4rem;
    background: url(../img/you_header.jpg)center center no-repeat;
    margin-top: 0rem;
}

.you_hlife1 {
    float: left;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 1.5rem;
    line-height: 4rem;
    justify-content: center;
    align-items:center;
    display:-webkit-flex;
}

.you_hlife2 li a {
    display: block; /* 将链接设为块级元素 */
    padding: 0rem 0.3rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    width: 9.5rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}

    .you_hlife2 li a:hover {
        color: rgb(192,239,255);
        border-bottom: 2px solid rgb(235,104,119)
    }

    .you_hlife2 li a:active {
        color: rgb(192,239,255);
        border-bottom: 5px solid rgb(235,104,119);
    }

.you_hlife2 {
    float: left;
    margin-left: 1.5rem;
}

.you_middle {
    height: 56rem;
    background: url(../img/you_center.jpg) no-repeat center center;
    margin-top: 0.1rem;
    background-size: auto 100%;
}

@media only screen and (max-width: 1400px) {
    .you_middle {
        height: 40rem;
        background: url(../img/you_center.jpg) no-repeat center center;
        background-size: auto 100%;
        margin-top: 0.1rem;
    }
}


.you_p {
    margin-top: 1.2rem;
    margin-right: 3rem;
    float: right;
    color: rgb(27,100,157);
    margin-bottom: 0.5rem;
}

    .you_p a {
        color: rgb(27,100,157);
        text-decoration: none;
    }

.bottom {
    width: 97%;
    margin: 0rem auto;
}

.you_bottom {
    float: left;
    width: 14.833%;
    padding: 0rem;
    height: 10rem;
    margin-right:2rem;
    margin-top:1rem;
}
.you_bottom1 {
    float: left;
    width: 14.833%;
    padding: 0rem;
    margin-right: 2rem;
    height:3rem;
}

    .you_bottom .life_bottom {
        background: url(../img/you_life.png)no-repeat;
        height: 10rem;
        text-align:center;
    }

.life_bottom .p1 {
    margin-left: 0rem;
    line-height: 2.9rem;
    color: rgb(89,90,90);
    font-size: 0.7rem;
}

.life_bottom .p2 {
    margin-left: 0rem;
    line-height: 2.8rem;
    font-size: 1rem;
    color: rgb(89,90,90);
    margin-top:1rem;
}

.life_bottom .button1 {
    width: 6rem;
    height: 2rem;
    line-height:2rem;
    border-radius: 10rem;
    border: 0px;
    margin-left: 0rem;
    background-color: rgb(160,160,160);
    color: #FFFFFF;
    outline: none;
}

.you_bottom .right_bottom {
    background: url(../img/you_right.png)no-repeat;
    height: 10rem;
    text-align:center;
}

.right_bottom .p1 {
    margin-left: 0rem;
    line-height: 2.9rem;
    color: rgb(89,90,90);
    font-size: 0.7rem;
}

.right_bottom .p2 {
    margin-left: 0rem;
    line-height: 2.8rem;
    font-size: 1rem;
    color: rgb(89,90,90);
    margin-top:1rem;
}

.right_bottom .button2 {
    width: 6rem;
    height: 2rem;
    border-radius: 10rem;
    margin-left: 0rem;
    border: 1px solid rgb(0,183,238);
    background-color: #FFFFFF;
    color: rgb(0,183,238);
    outline: none;
}
