﻿.content {
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    background-image: url("../images/guihua222.jpg");
    background-size: 100% 100%;
    background-position: left center;
    overflow-y: hidden;
}

.content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 1px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgb(224, 17, 17);
    background: #c95555;
}

.content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgb(250, 250, 7);
    border-radius: 10px;
    background: #EDEDED;
}

.child_contenet {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}






/* 第一张图 */

.banner1 {
    width: 545px;
    height: 100%;
    padding-right: 40px;
}

.banner1>img {
    /* width: 80%; */
    height: 100%;
}


/* 领域介绍 */

.about {
    /* width: 1950px; */
    padding: 0 80px;
    height: 100%;
    position: relative;
    /* background-color: #c95555; */
}

.about_message {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: #c95555; */
}

.about_message>img {
    flex-shrink: 0;
    width: auto;
    height: auto;
    /* max-width: 100%; */
    max-height: 100%;
    /* width: 70%;
    margin-left: 175px;
    margin-top: 200px; */
}

.about_tu {
    /* background-color: #666666; */
    /* width: 100%;
    height: 25%;
    display: flex;
    align-items: flex-end; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.about_tu>img {
    width: auto;
    height: auto;
    /* max-width: 100%; */
    max-height: 100%;
}


/* 第二张banner图 */

.banner2 {
    /* margin-left: 200px;
    width: 1000px;*/
    height: 100%;
    padding: 0 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner2>img {
    /* width: 120%;
    margin-top: 50px; */
    width: auto;
    height: auto;
    max-height: 100%;
    /* max-width: 100%; */
}


/* 团队模块样式 */

.team {
    width: auto;
    height: 100%;
    /* padding: 50px 50px; */
    /* background-color: #c95555; */
    text-align: center;
    display: flex;
    /* display: block; */
    /* text-align: center; */
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.team_number {
    width: 100%;
    margin-top: -100px;
}

.team_number>p {
    font-size: 40px;
    font-weight: 500;
    margin-top: 9px;
    color: #dddddd;
}

.team_number>span {
    font-size: 40px;
    font-weight: 500;
    /* margin: 9px 0; */
    color: #dddddd;
}

.team_other {
    width: auto;
    height: 300px;
    margin: 0 auto;
    margin-top: 80px;
    /* border: 2px #EDEDED solid; */
    display: flex;
    justify-content: center;
}

.team_other_number {
    margin: 60px 30px;
    width: 200px;
    float: left;
    /* background-color: #EDEDED; */
}

.team_other_number_top {
    color: #dddddd;
    font-size: 55px;
    font-weight: 600;
}

.team_other_number_top>span {
    font-size: 72px;
}

.team_other_number_down {
    color: #dddddd;
    margin-top: 8px;
    font-size: 16px;
}


/* 第三个图样式 */

.banner3 {
    height: 100%;
    padding-left: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner3>img {
    width: auto;
    height: auto;
    max-height: 100%;
    /* max-width: 100%; */
    flex-shrink: 0;
}


/* 资质荣誉样式 */

.award {
    width: auto;
    height: auto;
    padding: 0 200px;
    max-height: 100%;
    /* background-color: #EDEDED; */
}

.award_ul {
    margin-top: 30px;
    text-align: center;
    /* writing-mode: vertical-lr; */
    /* -ms-writing-mode: lr-tb; */
    /* writing-mode: vertical-lr; */
    /* -webkit-writing-mode: vertical-lr;
    writing-mode: tb-rl;
    writing-mode: vertical-lr; */
}

.award_ul>li {
    color: #dddddd;
    font-size: 25px;
    font-weight: 400;
    margin: 5px 10px;
    height: 35px;
    line-height: 35px;
}


/* 项目 */

.poject {
    height: 100%;
    width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 100px;
    overflow: hidden;
}

.poject_tu {
    position: absolute;
}


.poject>img {
    height: 80%;
    flex-shrink: 0;
}

/* 展望未来 */

.future {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    background: url(../images/guihuasheji/a/bj.png) no-repeat;
    background-position: center bottom;
    background-size: 60% 50%;
}

.future_tu {
    width: auto;
    height: 90%;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.child1>img {
    height: 100%;
    margin-left: 180px;
}

.child2>img {
    height: 50%;
    margin-left: 30px;

}

.child3>img {
    height: 60%;
    margin-left: 30px;

}

.child4>img {
    height: 68%;
    margin-left: 30px;

}

.child5>img {
    height: 100%;
    margin-left: 30px;

}

.child6>img {
    height: 75%;
    margin-left: 30px;

}


/* .future {
    height: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.future>img {}

.future_message {
    font-size: 30px;
    font-weight: 400;
    line-height: 57px;
    color: #000000;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.future_message>p {
    width: 100%;
    box-sizing: border-box;
    text-indent: 2em;
    font-size: 24px;
    color: #ffff;
    padding: 20px;
    background-color: rgba(255, 41, 0, .5);
    text-align: justify;
}

.future_title {
    width: 200px;
    height: 400px;
    position: absolute;
    top: 50px;
    left: 220px;
    right: 0;
    bottom: 0;
} */

/* 各下属企业 */

.qiye {
    width: 1600px;
    height: 100%;
    /* background-color: lawngreen; */
    position: relative;
}

.child {
    flex-shrink: 0;
}

.qiye-title {
    width: 300px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: -310px;
    left: -770px;
    bottom: 0;
    right: 0;
    margin: auto;
    /* background-color: #c95555; */
    color: #ffffff;
    font-size: 30px;
    /* box-shadow: 0 0 15px #553329; */
    /* border: 1px solid red; */
}

.qiye-item {
    width: 225px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* background-color: #c95555; */
    box-shadow: 0 0 15px #553329;
    /* border: 1px solid red; */
    cursor: pointer;
}

.qiye>.qiye-item:nth-child(1) {
    left: -915px;
    top: 80px;
    /* background-color: #5b2f20; */
    background-color: #88594c;
}

.qiye>.qiye-item:nth-child(2) {
    z-index: 10;
    left: -550px;
    top: 270px;
    background-color: #5b2a1a;
}

.qiye>.qiye-item:nth-child(3) {
    z-index: 9;
    left: -235px;
    top: -35px;
    background-color: #703928;
}

.qiye>.qiye-item:nth-child(4) {
    z-index: 10;
    left: -25px;
    top: -420px;
    background-color: #88594c;
}

.qiye>.qiye-item:nth-child(5) {
    z-index: 8;
    left: 40px;
    top: 340px;
    background-color: #5b2f20;
}

.qiye>.qiye-item:nth-child(6) {
    z-index: 8;
    left: 330px;
    top: -180px;
    background-color: #5b2a1a;
}

.qiye>.qiye-item:nth-child(7) {
    z-index: 10;
    left: 535px;
    top: 215px;
    background-color: #88594c;
}

.qiye>.qiye-item:nth-child(8) {
    z-index: 9;
    left: 900px;
    top: -70px;
    background-color: #73432d;
}



.qiye-item>img {
    width: 90px;
    margin-top: 70px;
}

.gohome {
    width: auto;
    height: auto;
    position: fixed;
    right: 100px;
    bottom: 90px;
    z-index: 999;
}

.gohome>a {
    text-decoration: none;
}

.gohome>a>img {
    width: 80px;
}

.gohome>a>p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "思源黑体";
    margin-top: 5px;
}