@charset "utf-8";

/*pc端--最大div*/

.pc_all {
    width: 100%;
}

.pc_all {
    display: block;
}

.mobile_all {
    display: none;
}


/*头部*/

.pc_head {
    width: 100%;
    height: 350px;
    background-image: url(../image/chainbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.pc_head1 {
    overflow: hidden;
}

.pc_head1_left {
    overflow: hidden;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head1_left1 {
    float: left;
}

.pc_head1_left2 {
    float: left;
    margin-left: 20px;
}

.pc_head1_right {
    float: right;
}

.pc_head1_right ul li {
    display: inline-block;
    width: 140px;
    text-align: center;
    line-height: 56px;
}

.pc_head1_right ul li a {
    width: 70px;
    font-size: 16px;
    cursor: pointer;
    color: #8a8a8a;
}

.pc_head1_right ul li a:hover {
    text-decoration: none;
    color: #000;
}

.pc_head1_left1 img {
    width: 42px;
    height: 29px;
}

.pc_head1_left2_sp1 {
    color: #303030;
    font-size: 16px;
    font-weight: bold;
}

.pc_head1_left2_sp2 {
    color: #303030;
    font-size: 14px;
}


/*第二部分*/

.chain_title {
    width: 1200px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.chain_title_list {
    height: 127px;
    font-size: 14px;
    font-weight: bold;
    color: #353535;
    transition: all 0.4s;
    border: 1px solid #d2d2d2;
    position: relative;
}

.chain_title_list img {
    width: 211px;
    height: 146px;
    position: absolute;
    right: 0;
    top: -21px;
    z-index: 2;
}

.chain_title_list:hover {
    color: #009DEE;
}

.chain_title_list div {
    margin-top: 43px;
    margin-left: 11%;
}

.list1 {
    /*background-image: url(../image/chain01.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28%;
}

.list2 {
    /*background-image: url(../image/chain02.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28%;
}

.list3 {
    /*background-image: url(../image/chain03.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28%;
}

.partner_title {
    text-align: center;
    padding: 0px 0 25px 0;
    width: 1200px;
    margin: 0 auto;
}

.partner_title h2 {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.partner_title span {
    width: 50px;
    height: 4px;
    background: #009dee;
    display: inline-block;
    margin-top: 17px;
}

.chains {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.chains_list {
    width: 29.333333%;
    transition: all 0.4s;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.chains_list span {
    display: inline-block;
    font-size: 16px;
    color: #181818;
    padding-top: 10px;
}

.chains_list div {
    max-width: 96%;
    height: 210px;
    overflow: hidden;
}

.chains_list div img {
    max-width: 100%;
    height: 210px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.6s;
}

.chains_list div img:hover {
    transform: scale(1.3);
}

.chain_visual {
    width: 100%;
    height: 960px;
    /*background-image: url(../image/chain11.jpg);*/
    background: #10639f;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.chain_visual_div {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.chain_visual_div div {
    padding-top: 50px;
}

.chain_visual_div span {
    width: 50px;
    height: 4px;
    display: inline-block;
    margin-top: 17px;
    background: #fff;
}


/*全方位一体化风险管理*/

.risk {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.risk_list {
    width: 10.6666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    transition: all 0.4s;
}

.risk_list img {
    /*max-width: 65%;*/
    width: 76px;
    height: 76px;
    border-radius: 50%;
    transition: all 0.4s;
}

.risk_list:hover > img {
    box-shadow: 0px 0px 20px #0B6BB0;
}

.risk_list:hover > span {
    color: #347db2 !important;
}

.risk_list span {
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #181818;
}

.risks {
    width: 1200px;
    margin: 10px auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.risks_list {
    width: 25%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.risks1 {
    background-image: url(../image/chain18.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.risks2 {
    background-image: url(../image/chain19.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 3.5%;
}

.risks3 {
    background-image: url(../image/chain20.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.risks_list div {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: rgba(219, 227, 233, 0.6);
    text-align: center;
    margin-top: 40%;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.risks_list:hover > div {
    background: #347db2 !important;
    color: #FFFFFF !important;
}

.risks_list:hover > div span {
    color: #FFFFFF !important;
}

.risks_list div span {
    display: inline-block;
    text-align: center;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
}

.risks_span {
    /*padding-top: 36px;*/
}

.chain21 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}


/*canvas部分*/

.system {
    width: 1200px;
    height: 790px;
    margin: 0 auto;
    position: relative;
}

.system_list {
    background: rgba(213, 228, 241, 0.9);
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    z-index: 10;
    display: inline-block;
    box-shadow: 0px 3px 18px #666666;
}

.system_list:hover {
    box-shadow: 0px 5px 18px #333333;
}

.system_list_2 {
    color: #000000;
    font-weight: bold;
    padding-top: 6px;
    display: inline-block;
}

.system_list_1 {
    color: #f6cd2a;
    font-weight: bold;
    display: inline-block;
}


/*1*/

.system_1 {
    padding: 12px 25px;
    position: absolute;
    left: 15%;
    top: 30px;
}

.system_1 > .system_list_1 {
    font-size: 26px;
}

.system_1 > .system_list_2 {
    font-size: 20px;
}


/*2*/

.system_2 {
    padding: 12px 25px;
    position: absolute;
    left: 37%;
    top: 115px;
}

.system_2 > .system_list_1 {
    font-size: 20px;
}

.system_2 > .system_list_2 {
    font-size: 16px;
}


/*3*/

.system_3 {
    padding: 12px 25px;
    position: absolute;
    left: 73%;
    top: 115px;
}

.system_3 > .system_list_1 {
    font-size: 26px;
}

.system_3 > .system_list_2 {
    font-size: 20px;
}


/*4*/

.system_4 {
    padding: 12px 25px;
    position: absolute;
    left: 0%;
    top: 250px;
}

.system_4 > .system_list_1 {
    font-size: 22px;
}

.system_4 > .system_list_2 {
    font-size: 18px;
}


/*5*/

.system_5 {
    padding: 12px 25px;
    position: absolute;
    left: 29%;
    top: 330px;
}

.system_5 > .system_list_1 {
    font-size: 20px;
}

.system_5 > .system_list_2 {
    font-size: 16px;
}


/*6*/

.system_6 {
    padding: 12px 25px;
    position: absolute;
    left: 46%;
    top: 307px;
}

.system_6 > .system_list_1 {
    font-size: 26px;
}

.system_6 > .system_list_2 {
    font-size: 22px;
}


/*7*/

.system_7 {
    padding: 12px 25px;
    position: absolute;
    left: 66%;
    top: 410px;
}

.system_7 > .system_list_1 {
    font-size: 20px;
}

.system_7 > .system_list_2 {
    font-size: 16px;
}

/*8*/
.system_8 {
    padding: 12px 25px;
    position: absolute;
    left: 81%;
    top: 555px;
}

.system_8 > .system_list_1 {
    font-size: 26px;
}

.system_8 > .system_list_2 {
    font-size: 20px;
}

/*9*/
.system_9 {
    padding: 12px 25px;
    position: absolute;
    left: 7%;
    top: 515px;
}

.system_9 > .system_list_1 {
    font-size: 22px;
}

.system_9 > .system_list_2 {
    font-size: 18px;
}

/*10*/
.system_10 {
    padding: 12px 25px;
    position: absolute;
    left: 40%;
    top: 620px;
}

.system_10 > .system_list_1 {
    font-size: 26px;
}

.system_10 > .system_list_2 {
    font-size: 20px;
}

/*全程可视化管理*/
.run {
    background-image: url(../image/run.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 560px;
    opacity: 0.9;
    z-index: 1;
}

.Theme {
    width: 1200px;
    margin: 0px auto;
}

.circle_box {
    width: 1200px;
    margin: 25px auto 5px auto;
    height: 420px;
    position: relative;
    z-index: 5;
}

.round:nth-child(1) {
    position: absolute;
    padding: 13px;
    left: 0px;
    top: 79px;
}

.round:nth-child(1) div {
    background: #3a96e1;
}

.round:nth-child(1) div:first-child {
    width: 100px;
    height: 100px;
}

.round:nth-child(1) div:first-child a {
}

.round:nth-child(1) div:nth-child(2) {
    width: 100px;
    height: 100px;
}

.round:nth-child(1) div:last-child {
    width: 110px;
    height: 110px;
}

.round:nth-child(2) {
    position: absolute;
    left: 176px;
    top: 0;
    padding: 13px;
}

.round:nth-child(2) div {
    background: #c1bd57;
}

.round:nth-child(3) {
    position: absolute;
    left: 199px;
    top: 199px;
    padding: 13px;
}

.round:nth-child(3) div {
    background: #d67c61;
}

.round:nth-child(3) div:first-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(3) div:first-child a {
}

.round:nth-child(3) div:nth-child(2) {
    width: 80px;
    height: 80px;
}

.round:nth-child(3) div:last-child {
    width: 90px;
    height: 90px;
}

.round:nth-child(4) {
    position: absolute;
    left: 411px;
    top: 122px;
    padding: 13px;
}

.round:nth-child(4) div {
    background: #307cc2;
}

.round:nth-child(4) div:first-child {
    width: 95px;
    height: 95px;
}

.round:nth-child(4) div:first-child a {
}

.round:nth-child(4) div:nth-child(2) {
    width: 95px;
    height: 95px;
}

.round:nth-child(4) div:last-child {
    width: 105px;
    height: 105px;
}

.round:nth-child(5) {
    position: absolute;
    left: 600px;
    top: 94px;
    padding: 13px;
}

.round:nth-child(5) div:first-child {
    width: 70px;
    height: 70px;
}

.round:nth-child(5) div:first-child a {
}

.round:nth-child(5) div:nth-child(2) {
    width: 70px;
    height: 70px;
}

.round:nth-child(5) div:last-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(6) {
    position: absolute;
    left: 1057px;
    top: 64px;
    padding: 13px;
}

.round:nth-child(6) div {
    background: #307cc2;
}

.round:nth-child(7) {
    position: absolute;
    left: 755px;
    top: 133px;
    padding: 13px;
}

.round:nth-child(7) div {
    background: #c1bd57;
}

.round:nth-child(8) {
    position: absolute;
    left: 914px;
    top: 205px;
    padding: 13px;
}

.round:nth-child(8) div:first-child {
    width: 85px;
    height: 85px;
}

.round:nth-child(8) div:first-child a {
    font-size: 16px;
}

.round:nth-child(8) div:nth-child(2) {
    width: 85px;
    height: 85px;
}

.round:nth-child(8) div:last-child {
    width: 95px;
    height: 95px;
}

.round:nth-child(9) {
    position: absolute;
    left: 509px;
    top: 253px;
    padding: 13px;
}

.round:nth-child(9) div {
    background: #a36157;
}

.round:nth-child(9) div:first-child {
    width: 70px;
    height: 70px;
}

.round:nth-child(9) div:nth-child(2) {
    width: 70px;
    height: 70px;
}

.round:nth-child(9) div:last-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(10) {
    position: absolute;
    left: 849px;
    top: 39px;
    padding: 13px;
}

.round:nth-child(10) div {
    background: #d67c61;
}

.round:nth-child(10) div:first-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(10) div:nth-child(2) {
    width: 80px;
    height: 80px;
}

.round:nth-child(10) div:last-child {
    width: 90px;
    height: 90px;
}

.round:nth-child(11) {
    position: absolute;
    left: 149px;
    top: 145px;
    padding: 26px;
}

.round:nth-child(11) div {
    background: #1c4a86;
}

.round:nth-child(11) div:first-child {
    width: 20px;
    height: 20px;
}

.round:nth-child(12) {
    position: absolute;
    left: 366px;
    top: 69px;
    padding: 26px;
}

.round:nth-child(12) div {
    background: #7e4c4f;
}

.round:nth-child(12) div:first-child {
    width: 10px;
    height: 10px;
}

.round:nth-child(13) {
    position: absolute;
    left: 467px;
    top: 40px;
    padding: 30px;
}

.round:nth-child(13) div {
    background: #0e295d;
}

.round:nth-child(13) div:first-child {
    width: 30px;
    height: 30px;
}

.round:nth-child(12) {
    position: absolute;
    left: 846px;
    top: 243px;
    padding: 30px;
}

.round:nth-child(12) div {
    background: #1e539e;
}

.round:nth-child(12) div:first-child {
    width: 20px;
    height: 20px;
}

.circle a {
    text-decoration: none;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.circle {
    background: #3a96e1;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    z-index: 999;
    text-align: center;
    top: 18px;
    left: 18px;
    position: absolute;
}

.circle_bottom {
    background: rgba(58, 150, 225, 0.4);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    filter: alpha(opacity=40);
    z-index: -100;
    position: absolute;
    top: 18px;
    left: 18px;
}

.circle_bottom2 {
    background: rgba(58, 150, 225, 0.2);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    filter: alpha(opacity=20);
    z-index: -110;
    position: relative;
}

.animation {;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation2 {;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }

    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }

    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

.names {
    color: #FFFFFF;
    font-weight: 200;
}

.contents {
    color: #000;
    font-weight: 200;
}


/*类*/
.mutual {
    width: 100%;
    height: 505px;
    margin-bottom: 40px;
    background-image: url(../image/bgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}

.mutual_content {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mutual_content_l {
    width: 46%;
    height: 370px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0px 0px 10px #B5B5B5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mutual_list img {
    max-width: 55%;
}

.mutual_list {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.4s;
}

.mutual_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mutual_list_two {
    border: 3px solid #fff;
    transition: all 0.4s;
}

.mutual_list:hover {
    box-shadow: 0px 0px 20px #F7F7F7;
}

.mutual_list_two:hover {
    box-shadow: 0px 0px 20px #F7F7F7;
}

.mutual_title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}