.relationship {
    width: 100%;
}

.relationship .title {
    padding: 50px 0;
}

.relationship .title h2 {
    text-align: center;
    font-size: 44px;
    color: #333;
    padding-bottom: 20px;
}

.relationship .title p {
    text-align: center;
    font-size: 16px;
    color: #777;
}

.relationship .layer1 {
    padding-bottom: 100px;
    width: 100%;
}

.relationship .layer1 ul {
    overflow: hidden;
}

.relationship .layer1 ul li {
    width: 100%;
    float: left;
    margin-right: 2%;
    padding-bottom: 15px;
}

.relationship .layer1 ul li:last-child {
    margin-right: 0;
}

.relationship .layer1 ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.relationship .layer1 .enter {
    margin-top: 100px;
}

.relationship .layer1 .enter img {
    width: 100%;
    height: auto;
}

.relationship .layer2 {
    padding-bottom: 80px;
    width: 100%;
    background: #fff;
}

.relationship .layer2 .hd {
    width: 100%;
}

.relationship .layer2 .hd ul {
    text-align: center;
}

.relationship .layer2 .hd ul li {
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #f5f5f5;
    display: inline-block;
    margin: 0;
    color: #aaa;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
}

.relationship .layer2 .hd ul li.on {
    background: linear-gradient(to right, #009ee7, #004fa3);
    color: #fff;
}

.relationship .layer2 .bd {
    width: 100%;
    padding-top: 60px;
}

.relationship .layer2 .bd ul {
    width: 100%;
}

.relationship .layer2 .bd ul li {
    height: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.relationship .layer2 .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.relationship .layer2 .bd ul li span {
    font-size: 14px;
    color: #777;
    display: block;
    height: 55px;
    line-height: 65px;
}

.relationship .layer2 .bd ul li p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.relationship .layer2 .bd ul li .load {
    width: 100%;
    height: 36px;
    margin-top: 15px;
}

.relationship .layer2 .bd ul li .load .loadLeft {
    display: block;
    width: 110px;
    height: 36px;
    background: linear-gradient(to right, #009ee7, #004fa3);
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    float: left;
}

.relationship .layer2 .bd ul li .load .loadMore {
    display: block;
    float: right;
}

.relationship .layer3 ul {
    padding-bottom: 30px;
    overflow: hidden;
}

.relationship .layer3 ul li {
    height: 480px;
    background: #fff;
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
}

.relationship .layer3 ul li:last-child {
    margin-right: 0;
}

.relationship .layer3 ul li.long {
    width: 66%;
    position: relative;
    overflow: hidden;
}

.relationship .layer3 ul li.long img {
    transition: 0.8s;
    display: block;
    width: 100%;
    height: 100%;
}

.relationship .layer3 ul li.long:hover img {
    transform: scale(1.1);
}

.relationship .layer3 ul li.long .Nr {
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
}

.relationship .layer3 ul li.long .Nr span {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.relationship .layer3 ul li.long .Nr p {
    font-size: 22px;
    color: #fff;
}

.relationship .layer3 ul li .icon {
    width: 100%;
    height: 260px;
}

.relationship .layer3 ul li .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.relationship .layer3 ul li .text {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.relationship .layer3 ul li .text span {
    height: 54px;
    line-height: 54px;
    color: #aaa;
}

.relationship .layer3 ul li .text h2 {
    font-size: 17px;
    color: #333;
    line-height: 36px;
    color: #333;
    height: 72px;
    overflow: hidden;
}

.relationship .layer3 ul li .text a.More {
    transition: 0.5s;
    display: block;
    width: 140px;
    height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 38px;
    color: #777;
    margin-top: 15px;
    position: absolute;
    bottom: 30px;
}

.relationship .layer3 ul li .text a.More:hover {
    color: #fff;
    border: 1px solid #004ea2;
    background: #004ea2;
}

.relationship .layer4 {
    width: 100%;
    background: url(/frontEnd/static/img/relationship_26.jpg);
    height: 625px;
}

.relationship .layer4 h2 {
    padding: 100px 0 25px 0;
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.relationship .layer4 p {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.relationship .layer4 ul {
    overflow: hidden;
    padding: 50px 0;
}

.relationship .layer4 ul li {
    background: #fff;
    width: 280px;
    height: 110px;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.relationship .layer4 ul .active {
    background: #6eb92b;
    color: #ffffff
}

.relationship .layer4 ul .active .text span {
    background: #ffffff;
}

.relationship .layer4 ul .active .text p,
.relationship .layer4 ul .active .num {
    color: #ffffff
}

/*.relationship .layer4 ul li:hover{*/
/*    background: #6eb92b;*/
/*}*/
/*.relationship .layer4 ul li:hover .text p,*/
/*.relationship .layer4 ul li:hover .num{*/
/*    color: #ffffff*/

/*}*/
/*.relationship .layer4 ul li:hover .text span{*/
/*    background: #ffffff;*/
/*}*/
.relationship .layer4 ul li:last-child {
    margin-right: 0;
}

.relationship .layer4 ul li .num {
    font-size: 45px;
    color: #ddd;
    line-height: 110px;
    font-weight: bold;
    text-indent: 30px;
    width: 160px;
    float: left;
}

.relationship .layer4 ul li .text {
    padding: 32px 0 0 0;
    width: calc(100% - 160px);
    float: left;
}

.relationship .layer4 ul li .text p {
    text-align: left;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.relationship .layer4 ul li .text span {
    display: block;
    width: 30px;
    height: 3px;
    background: #6eb92b;
}

.relationship .layer5Box {
    overflow: hidden;
}

.relationship .layer5Box .text {
    float: left;
    width: 720px;
    float: left;
    height: 480px;
    background: #006fbf;
    padding: 0 75px;
    box-sizing: border-box;
}

.relationship .layer5Box .text h2 {
    padding: 76px 0 25px 0;
    font-size: 28px;
    color: #fff;
}

.relationship .layer5Box .text p {
    font-size: 14px;
    color: #59a0d3;
    line-height: 30px;
    padding-bottom: 32px;
}

.relationship .layer5Box .text dl dd {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.relationship .layer5Box .text dl {
    padding-bottom: 45px;
}

.relationship .layer5Box .text .More {
    transition: 0.3s;
    display: inline-block;
    padding-right: 25px;
    background: url(/frontEnd/static/img/relationship_32.jpg) 95% center no-repeat;
    font-size: 14px;
    color: #fff;
}

.relationship .layer5Box .icon {
    width: 720px;
    float: right;
    height: 480px;
}

.relationship .layer5Box .text .More:hover {
    background: url(/frontEnd/static/img/relationship_32.jpg) 100% center no-repeat;
}

.relationship .stock_infor {
    width: 710px;
    /*height: 430px;*/
    background: #ffffff;
    box-sizing: border-box;
}

.relationship .stock_infor .stock_infor_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 12%;
}

.relationship .stock_infor .stock_infor_top .stock_infor_top_left {
    display: flex;
    align-items: center;
}

.relationship .stock_infor .stock_infor_top .stock_infor_top_left a {
    font-size: 18px;
    color: #f04036;
}

.relationship .stock_infor .stock_infor_top .stock_infor_top_left .tip {
    width: 72px;
    height: 30px;
    border-radius: 15px;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
}

.relationship .stock_infor .stock_infor_top .stock_infor_top_left .titles {
    margin: 0 19px;
}

.relationship .stock_infor .stock_infor_top .times {
    color: #999999;
    font-size: 12px;
}

.stock_infor_top {
    border-bottom: 1px solid #eeeeee;
}

.stock_infor .money {
    display: flex;
    align-items: baseline;
}

.stock_infor .money p {
    font-size: 45px;
    color: #ef3228;
}

.stock_infor .money span {
    font-size: 18px;
    color: #ef3228;
    margin-left: 5px;
}

.stock_infor .money img {
    width: 14px;
}

.stock_infor .num p {
    color: #ef3228;
    margin-left: 20px;
}
<!--ºÄÊ±1754955159.2439Ãë-->