
.banner {
    overflow: hidden;
    height: 570px;
    position: relative;
    z-index: 1;
}

.push {
    height: 150px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

.push > p {
    width: 220px;
    height: 150px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #cccccc;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.push > p > a {
    display: block;
    width: 220px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

.push > p > a > span {
    display: block;
    margin-top: 106px;
}

.push > p:nth-child(1) {
    background: url("../../images/computer/p1.jpg") -35px top;
}
.push > p:nth-child(1) > a {
    color: #0650e8;
}
.push > p:nth-child(1):hover {
    border: 1px solid #0650e8;
}

.push > p:nth-child(2) {
    background: url("../../images/computer/p2.jpg") -35px top;
}
.push > p:nth-child(2) > a {
    color: #e5a339;
}
.push > p:nth-child(2):hover {
    border: 1px solid #e5a339;
}

.push > p:nth-child(4) {
    background: url("../../images/computer/p3.jpg") left top;
}
.push > p:nth-child(4) > a {
    color: #ec0a4d;
}
.push > p:nth-child(4):hover {
    border: 1px solid #ec0a4d;
}

.push > p:nth-child(3) {
    background: url("../../images/computer/p4.jpg") left top;
}
.push > p:nth-child(3) > a {
    color: #34b572;
}
.push > p:nth-child(3):hover {
    border: 1px solid #34b572;
}

.push > p:nth-child(5) {
    background: url("../../images/computer/p1.jpg") -35px top;
}
.push > p:nth-child(5) > a {
    color: #0650e8;
}
.push > p:nth-child(5):hover {
    border: 1px solid #0650e8;
}

.push > .floatConteiner {
    position: absolute;
    left: 20px;
    z-index: 999;
    width: 300px;
    overflow: hidden;
}

.push > .floatConteiner .floatConteinerTit {
    width: 280px;
    height: 40px;
    overflow: hidden;
    background-color: #188c86;
    color: #ffffff;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

.push > .floatConteiner .floatConteinerTit > a {
    color: #ffffff;
}

.push > .floatConteiner .floatConteinerLis {
    width: 300px;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.push > .floatConteiner .floatConteinerLis > p {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    line-height: 2;
}

.push > .floatConteiner .floatConteinerLis > p:nth-child(1) > a {
    color: #ff0000;
}

.push > .floatConteiner .floatConteinerLis > p:nth-child(1) > span {
    color: #ff0000;
}

.tits {
    width: 500px;
    height: 97px;
    line-height: 97px;
    overflow: hidden;
    margin: 50px auto;
    background: url("../../images/computer/tit.png");
    text-align: center;
}

.tits > a {
    font-size: 34px;
    color: #ffffff;
}

.about {
    height: 580px;
    overflow: hidden;
    background: url("../../images/computer/about.jpg") no-repeat center bottom;
}

.about > .w1200 > p {
    text-indent: 24px;
    line-height: 2;
    color: #0f7767;
}

.elegant {
    height: 730px;
    background: url("../../images/computer/elegant.jpg") no-repeat center top;
}

.elegant > .w1200 {
    position: relative;
}

.elegant > .w1200 > .elegant-tit {
    position: absolute;
    margin: 0;
    left: 350px;
    top: -14px;
}

.elegant > .w1200 > ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}

.elegant > .w1200 > ul > li {
    width: 240px;
    height: 210px;
    overflow: hidden;
    text-align: center;
}

.elegant > .w1200 > ul > li > a {
    color: #ffffff;
    font-size: 28px;
    display: block;
    width: 240px;
    height: 210px;
    overflow: hidden;
}

.elegant > .w1200 > ul > li > a > dl {
    margin-top: 140px;
}

.elegant > .w1200 > ul > li:nth-child(1) {
    margin-left: 240px;
    background: url("../../images/computer/f1.png") no-repeat center 40px, #7ca1da;
}
.elegant > .w1200 > ul > li:nth-child(2) {
    background: url("../../images/computer/f2.png") no-repeat center 40px, #dcafa1;
}
.elegant > .w1200 > ul > li:nth-child(3) {
    margin-left: 240px;
    background: url("../../images/computer/f3.png") no-repeat center 40px, #b1c495;
}
.elegant > .w1200 > ul > li:nth-child(4) {
    background: url("../../images/computer/f4.png") no-repeat center 40px, #ad7eb8;
}
.elegant > .w1200 > ul > li:nth-child(5) {
    background: url("../../images/computer/f5.png") no-repeat center 40px, #d3d0c1;
}
.elegant > .w1200 > ul > li:nth-child(6) {
    margin-left: 240px;
    background: url("../../images/computer/f6.png") no-repeat center 40px, #d2b6b5;
}
.elegant > .w1200 > ul > li:nth-child(7) {
    background: url("../../images/computer/f7.png") no-repeat center 40px, #becbd0;
}

.friend {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #188c86;
    color: #000000;
}

.friend a {
    color: #000000;
}