@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/delivery.png);
    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;
}


/*第二部分*/

.partner_title {
    text-align: center;
    padding: 50px 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: 17%;
    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: #000000;
    padding-top: 15px;
}

.chains_list img {
    transition: all 0.4s;
    height: 220px;
}

.chains_list img:hover {
    box-shadow: 0px 5px 13px #666;
}

.chain_visual {
    width: 100%;
    height: 544px;
    background-image: url(../image/delivery06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 75px;
    padding-left: 15%;
}

.chain_visual_div {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.chain_visual_div div {
    padding-top: 84px;
}

.chain_visual_div span {
    width: 50px;
    height: 4px;
    display: inline-block;
    margin-top: 25px;
    background: #ff77d1;
}

.example {
    width: 67%;
    height: 400px;
    color: #fff;
}

#mytab {
    width: 140px;
    float: left;
    border-right: 1px solid lightgray;
    margin-top: 20px;
}

#mytab li {
    list-style-type: none;
    /*border-right:1px solid lightgray;*/
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
}

#mytab li.active {
    font-size: 18px !important;
    font-weight: bold !important;
    border-right: 4px solid #009DEE;
    z-index: 2;
    margin-right: -2px;
}

#mytab li a {
    color: #fff;
    cursor: pointer;
}

#mytab li a:hover {
    background: transparent;
}

#mytabContent {
    float: left;
    width: 65%;
    height: 100%;
    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;
}

#mytabContent div {
    display: none;
}

#mytabContent div.active {
    display: block;
}

#mytabContent div p {
    padding: 10px;
}

.tab-pane {
    /*margin-top: 25%;margin-left: 25%;*/
}

.tab-pane span {
    font-size: 18px;
    font-weight: bold;
}

.tab-pane p {
    font-size: 14px;
    padding: 15px 0 !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
}


/*全方位一体化风险管理*/

.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 > div span {
    color: #347db2 !important;
}

.risk_list div span {
    text-align: center;
    font-size: 16px;
    color: #181818;
    display: inline-block;
    width: 100%;
}

.risk_list div {
    margin: 15px 0 20px 0;
}

.risks {
    width: 1200px;
    margin: 10px auto 60px 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/delivery13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.risks2 {
    background-image: url(../image/delivery14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 3.5%;
}

.risks3 {
    background-image: url(../image/delivery15.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.risks_list div {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-top: 0%;
    border: 2px solid #f0f6fa;
    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;
    transition: all 0.5s;
}

.risks_list:hover > div {
    background: #FFFFFF !important;
    color: #347db2 !important;
}

.risks_list:hover > div span {
    color: #347db2 !important;
}

.risks_list div span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.risks_span {
    /*padding-top: 50px;*/
}

.chain21 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
}