html,
body {
    width: 100%;
    height: 100%;
}

.center {
    text-align: center;
}

.red {
    color: red !important;
}

._top10 {
    margin-top: -10%;
}

._top9 {
    /* margin-top: 9%; */
}

.first-content {
    display: flex;
    justify-content: center;
    width: 100vw;
    align-items: center;
    height: 100vh;
    display: flex !important;
}

.first-content-main {
    width: 100%;
    background: url('../images/img/4-1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100% - 10px);
    position: relative;
    display: flex;
    justify-content: center;
}

.first-content-main .first-content-font {
    max-width: 1180px;
    position: absolute;
    top: 30%;
}

.first-content-main .first-content-block {
    max-width: 333px;
    position: absolute;
    bottom: -10px;
    left: 10%;
}


.middle .btn-2 {
    width: 400px;
    border: 0;
    height: 40px;
    text-align: center;
    background: #e63d3d;
    border-radius: 4px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin: 0 auto;
}

.second-content {
    width: 75%;
    /* height: 880px; */
    display: flex;
    justify-content: center;
    padding: 200px 12.5% 0;
}

.content-Wrap {
    width: 100%;
    height: 100%;
}

.diamonds {
    width: 30%;
    float: left;
    margin-right: 5%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.diamonds:last-child {
    margin: 0;
}

.dia_til {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 30px 0;
    border-top: 0;
}

.dia_til>p {
    font-size: 16px;
    color: #999999;
}

.dia_til>p:first-child {
    font-size: 20px;
    color: black;
    margin-bottom: 12px;
}

.dia_til_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: rotate(360deg) scale(0);
    transition: transform .2s;
}

.hover-content {
    display: flex;
    color: #ffffff;
    margin-top: -13rem;
    flex-direction: column;
    align-items: center;
}

.hover-content p {
    color: #ffffff;
    font-size: 1.6rem;
}

.dia_til_hover_title {
    display: flex;
    /* padding-top: 100px; */
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.dia_til_hover>img {
    width: 10rem;
    /* margin-top: -; */
    margin-left: calc(50% - 60px);
}

.dia_til_hover .bottom {
    border: 1px solid red;
    width: 100%;
    height: 50%;
    margin-top: -50px;
    background: red;
}

.dia_til_hover_title {
    /* width: 100%; */
    /* border:5px solid green; */
    height: 40vh;
    background: #b92f2a;
    /* background: green; */
}

.dia_til_hover_title p {
    font-size: 1.6rem;
    color: white;
    text-align: center;
}

.dia_til_hover p:first-child {
    font-size: 3.1rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.dia_til_hover>p {
    font-size: 1.6rem;
    color: #999999;
    text-align: center;
}

.dia_til_hover_P {
    font-size: 2rem !important;
    margin-bottom: 1.2rem;
}

.diamonds:hover .dia_til_block {
    opacity: 0;
}


.three-content {
    /* height: 980px; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.three-content #imgBox {
    width: 600%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.three-content>div>div>div {
    width: calc(100% / 6);
    height: 100%;
    position: relative;
    float: left;
}

.three-content ._title {
    font-size: 45px;
    position: absolute;
    top: 22%;
    color: white;
    left: 0%;
    transform: rotate(90deg);
}

.three-content ._title2 {
    font-size: 45px;
    position: absolute;
    top: 22%;
    color: black;
    left: 0%;
    transform: rotate(90deg);
}

.three-content .left {
    width: 100%;
    height: 100%;
    background: #0d0607;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-content ._left2 {
    width: 100%;
    height: 100%;
    display: flex;
    background: #f2f2f2;
    align-items: center;
    justify-content: center;
    float: left;
}

.three-content .right {
    width: 10%;
    height: 100%;
    background: #b92f2a;
    position: relative;
    z-index: 98;
}

.three-content ._right2 {
    width: 10%;
    height: 100%;
    background: #e7e6e6;
    float: right;
    position: relative;
    z-index: 98;
}

.three-content .right_title,
.three-content .right_title2 {
    display: inline-block;
    vertical-align: middle;
}

.three-content .right_title>p {
    color: white;
}

.three-content .right_title>i {
    height: 3px;
    display: inline-block;
    width: 148px;
    background: white;
    border-radius: 2px;
    margin-top: 34px;
}

.three-content .right_title2>p {
    color: #666666;
}

.three-content .right_title2>p:first-child {
    color: #333333;
}

.three-content .right_title2>i {
    height: 3px;
    display: inline-block;
    width: 148px;
    background: #666666;
    border-radius: 2px;
    margin-top: 34px;
}

.three-content .btns {
    height: 105px;
    width: 152px;
    background: #b92f2a;
    position: absolute;
    right: calc(10% - 76px);
    bottom: 7%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}

.three-content .btns>span {
    color: white;
    font-size: 24px;
}

.three-content .btns2 {
    height: 105px;
    width: 152px;
    background: #e7e6e6;
    position: absolute;
    right: calc(10% - 76px);
    bottom: 7%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}

.three-content .btns2>span {
    color: black;
    font-size: 24px;
}

.colorA6 {
    color: #a6a6a6 !important;
}

.four-content {
    height: 960px;
    width: 100%;
    display: flex;

    /* border:1px solid red; */
    text-align: center;
    /* padding-top: 120px; */
}

.four-content-step {
    margin-top: 9%;
    background-image: url(../images/img/4-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.four-content .headline,
.four-content .headline>span {
    font-size: 36px;
}

.five-content {
    /* height: 1072px; */
    width: 100%;
    background: url(../images/busRisk/风险管理_35.png) no-repeat;
    background-size: cover;
}

.five-content>div {
    /* width: 1440px; */
    margin: 0 auto;
    padding: 70px 0;
}

.five-content .caption,
.five-content .caption>span {
    font-size: 24px;
    color: black;
}

.five-content .caption {
    margin-left: 10vw;
    margin-top: 15px;
}

.five-content .caption>span {
    padding-bottom: 20px;
    border-bottom: 4px solid #b92f2a;
}

.five-content .portrait {
    text-align: center;
    margin-top: 30px;
}

.five-content .portrait>div {
    color: black;
    font-size: 16px;
    margin-top: 10px;
}

.five-content .tab {
    height: 50vh;
    width: 80vw;
    margin: 20px auto;
}

.five-content .tab>.left,
.five-content .tab>.right {
    width: 50%;
    float: left;
    height: 100%;
}

.five-content .tab>.left {
    background: white;
}

.five-content .tab>.right {
    background: #b9332f;
}

.five-content .tab>.right,
.five-content .tab>.right p,
.five-content .tab>.right span {
    color: white;
}

.wrap_f {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.wrap_f ._title {
    height: 2.2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.wrap_f ._title>span {
    float: left;
    margin: 0 5px;
}

.wrap_f ._title>i {
    width: 15.6rem;
    height: 1px;
    background: 1px scroll #d4d5d5;
    float: left;
    margin-top: 1.5rem;
}

.wrap_f p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
}

.wrap_f p:last-child {
    font-size: 2rem;
    color: #bf413c;
    margin-top: 5.8rem;
}

.right p:last-child {
    margin-top: 9rem;
}

.five-content .btn-3 {
    color: white;
    background: #b92f2a;
    height: 8rem;
    width: 80vw;
    margin: auto;
    text-align: center;
    line-height: 8rem;
    font-size: 18px;
    margin-top: 4rem;
}

.footer {
    position: relative;
}

.footer-top {
    height: calc(100% - 40px);
    position: absolute;
    background: rgba(39, 38, 38, .9);
    width: 100%;
    padding: 40px 10% 0;
    display: flex;
    justify-content: space-around;
}

.footer-btm {
    height: 64px;
    background: black;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 64px;
}

.rule2 {
    width: 244px;
    height: 1px;
    background: #f2f2f2;
    display: inline-block;
}

.footer-top-left {
    width: 244px;
    float: left;
}

.footer-top-left p {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 36px;
}

.footer-top-middle {
    float: left;
}

.footer-top-middle div {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 36px;
}

.footer-top-middle div:last-child {
    margin-left: 102px;
}

.footer-top-right {
    float: left;
    color: #f2f2f2;
}

.concerned {
    margin-top: 26px;
}

.concerned>div {
    float: left;
    width: 146px;
    margin-right: 12px;
    text-align: center;
}

.concerned>div>img {
    margin-bottom: 15px;
}

.concerned>div>span {
    color: #f2f2f2;
    font-size: 12px;
}

.progress {
    position: absolute;
    height: 30px;
    bottom: calc(7% + 32px);
    width: 1170px;
    right: calc(10% + 77px);
    overflow: hidden;
    line-height: 30px;
}


.ball-solid {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #646464;
    position: absolute;
    z-index: 99;
    background: #646464;
    top: 8px;
}

.ball-big {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #b92f2a;
    background: black;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.ball-big>i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b92f2a;
    position: absolute;
}

.ball-small {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #646464;
    position: absolute;
    z-index: 99;
    top: 8px;
    background: #090f15;
}

.ball-small2 {
    right: 18px;
}

.line {
    width: 1135px;
    height: 1px;
    background: #646464;
    margin-top: 12px;
    float: left;
    position: relative;
    z-index: 1;
}

.line2 {
    width: 1135px;
    height: 1px;
    background: #646464;
    margin-top: 12px;
    float: left;
    z-index: 1;
    position: absolute;
    right: 28px;
}

.line3 {
    right: 0;
}

.wrap {
    position: absolute;
}

.wrap2 {
    position: absolute;
}

.wrap2>.ball-big {
    border: 1px solid #bdbdbd;
    background: #f2f2f2;
}

.wrap2>.ball-big>i {
    background: #bdbdbd;
}

.wrap2>.ball-solid {
    background: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.wrap2>.ball-small {
    border: 1px solid #bdbdbd;
    background: #f2f2f2;
}

.wrap2>.line {
    background: #bdbdbd;
}

.colorBd {
    border: 1px solid #bdbdbd;
    background: #bdbdbd;
}

.colorBd2 {
    border: 1px solid #bdbdbd;
    background: #f2f2f2;
}

.animate_B {
    width: 1161px;
}

.animate_O {
    width: 1145px;
}

#pages {
    color: #b92f2a;
    position: absolute;
    font-size: 69px;
    bottom: calc(7% + 55px);
    right: calc(10% + 627px);
    z-index: 99;
}

.colorD7 {
    color: #d7d7d7 !important;
}