/* index头部 */
.index-header{
    height: 26.02vw;
    background: url('../images/banner05@2x.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.solution-head{
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.solution-head>h2{
    font-size:3.15vw;
    font-weight:bold;
    color:rgba(235,238,246,1);
    margin-bottom: 1.67vw;
}
.solution-head>p{
    font-size:1.3vw;
    font-weight:400;
    color:rgba(235,238,246,1);
    line-height:2.5vw;
}
/* 关于内容 */
.aboutCont{
    width: 100%;
}
.aboutCont-li{
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
}
.about_rencai_text>p{
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
}
.about_rencai_text>img{
    width: 100%;
    height: inherit;
    margin: 2vw auto;
}
.abrencai_img{
    text-align: center;
}
.abrencai_img>img{
    margin: 2vw auto;
    width: 37vw;
    height: inherit;
}
/* .aboutCont-li:nth-child(2){
    height: 38vw;
    position: relative;
    background: url('../images/bg@2x.png') no-repeat;
    background-size: 100% 100%;
} */
.aboutCont-li:nth-child(2n){
    background-color: #EDF0F7;
}
.aboutCont-li:nth-child(2n+1){
    background-color: #FFFFFF;
}
.aboutCont-li>div{
    width: 70%;
    margin: 0 auto;
    padding: 3.06vw 0;
}
.aboutCompany-profile{
    display: flex;
    justify-content: space-between;
}
.aboutCompany-profile>div{
    width: 65%;
}
.aboutCompany-profile img{
    width: 21.49vw;
    height: 13.7vw;
    margin-left: 3vw;
}
.aboutCompany-div{
    margin-left: 4vw;
}
.aboutCompany-img1{
    width: 24vw;
    height: 8.75vw;
    margin-bottom: 1vw;
}
.aboutCompany-img2,.aboutCompany-img3{
    width: 11.5vw;
    height: 14vw;
}
.path-time1,.path-time2,.path-time3,.path-time4{
    text-align: center;
    color: #fff;
}
.path1-msgCont,.path2-msgCont,.path3-msgCont,.path4-msgCont{
    padding: 1vw;
    position: absolute;
    background:rgba(55,76,110,0.5);
    box-shadow:0px 10px 20px 0px rgba(20,23,33,0.2);
    border-radius: 4px;
}
.path-msgCont-h6{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:0.94vw;
    font-weight:bold;
    margin-bottom: 1vw;
}
.path-msgCont-h6>img{
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 3px;
}
.path-msgCont-p{
    font-size:0.83vw;
    font-weight:400;
    color: #fff;
    line-height: 1.5;
    text-indent:1.6vw;
    word-break: break-all;
}
.path1-msgCont{
    width: 10vw;
    bottom: 8vw;
    left: 19.5vw;
}
.path2-msgCont{
    width: 10vw;
    bottom: 13vw;
    left: 34vw;
}
.path3-msgCont{
    width: 17vw;
    bottom: 18.5vw;
    left: 48vw;
}
.path4-msgCont{
    width: 19vw;
    top: 17vw;
    left: 68vw;
}
.path-time1{
    position: absolute;
    margin: 21.5vw 0 0 9vw;
}
.path-time2{
    position: absolute;
    margin: 16.5vw 0 0 24vw;
}
.path-time3{
    position: absolute;
    margin: 11vw 0 0 35.8vw;
}
.path-time4{
    position: absolute;
    margin: 3.5vw 0 0 53vw;
}
.path-time-img{
    width: 1.67vw;
    height: 1.67vw;
}
.path-time-p{
    font-weight:bold;
    font-size: 0.94vw;
}
.aboutCont-title{
    font-size:1.57vw;
    font-weight:bold;
    color:rgba(24,39,96,1);
    padding: 1vw 0 0.83vw 0;
    text-align: center;
}
.aboutCont-title-p{
    font-size:0.93vw;
    font-weight:400;
    color:rgba(194,198,204,1);
    text-align: center;
    margin-bottom: 1vw;
}
.certificate-box{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.certificate-box p{
    font-size: 0.88vw;
    color: rgb(127, 127, 127);
    margin: 0.5vw auto 2vw;
}
.certificate-box-li{
    display: inline-block;
    width: 21.53%;
    vertical-align: top;
    text-align: center;
}
.certificate-box-li>img:hover,.certificate-Imgli>img:hover{
    transform: scale(1.2)
}
.certificate-Imgli{
    display: inline-block;
    width: 15.5%;
    vertical-align: top;
    text-align: center;
}
.h5certificate-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h5certificate-box-li{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: center;
}
.h5certificate-Imgli{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
}
.certificate-box img,.h5certificate-box img{
    width: 100%;
    height: inherit;
}
.h5certificate-box p{
    font-size: 2.87vw;
    margin: 2vw auto 3vw;
    color: rgb(127, 127, 127);
}
.honormsg-list{
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 2vw;
}
.honormsg-listdiv-p{
    font-size:0.94vw;
    line-height: 2vw;
    font-weight:400;
    display: flex;
    align-items: center;
    color:rgba(48,49,51,1);
}
.honormsg-listdiv-p>span{
    width: 0.6vw;
    height: 0.6vw;
    display: block;
    margin: 0 5px;
    border-radius: 20px;
    background-color: #FCC12A;
}
.aboutCont-boll{
    width: 7.3vw;
    min-width: 79px;
    height: 7.3vw;
    min-height: 79px;
    margin: 0 auto;
    background-color: #182760;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    position: relative;
}
.aboutCont-boll>h3{
    font-size:0.83vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    padding-top: 2vw;
}
.aboutCont-boll>h2{
    font-size:0.93vw;
    font-weight:bold;
    color:rgba(246,230,55,1);
    margin: 0 auto;
    margin-top: 1vw;
}
.aboutCont-boll-line{
    position: absolute;
    top: 4vw;
    background-color: #182760;
    width: 100%;
    height: 2px;
}
.aboutCont-Map{
    width: 100%;
    height: 30.2vw;
    background-color: #eee;
    margin: 0 auto;
    margin-bottom: 1.85vw;
    position: relative;
}
#aboutMap{
    width: 100%;
    height: 100%;
}
.aboutContMap-div{
    width: 11.11vw;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.aboutMap-address{
    width:100%;
    height:3.15vw;
    cursor: pointer;
}
.Map-address-p{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.83vw;
    font-weight:400;
    color: #fff;
}
.map-active-p{
    color: #FDE83D;
    background-color: #3B3B3A;
}
.aboutContact-div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutContact-Box{
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 11px 0px rgba(24,39,96,0.1);
    width: -webkit-fill-available;
    height: 10vw;
    margin-right: 0.6vw;
}
.aboutContact-Box:last-child{
    margin: 0;
}
.aboutContact-Box-div{
    display: flex;
    align-items: center;
    margin: 1vw;
}
.aboutContact-Box-div>h2{
    font-size:1.3vw;
    font-weight:400;
    color: #878DA6;
    margin-right: 2vw;
    white-space:nowrap;
}
.aboutContact-Box-div>img{
    width: 1.3vw;
    height: 1.3vw;
    margin-right: 0.65vw;
}
.aboutContact-Box-div>p{
    font-size:0.93vw;
    font-weight:400;
    color:rgba(24,39,96,1);
}
.aboutContact-p{
    font-size:0.74vw;
    font-weight:400;
    color:rgba(57,70,118,1);
    opacity:0.7;
    padding: 0 0.6vw 0.8vw;
}
.aboutCont-panner-ul{
    width:100%;
    margin: 0 auto;
    display: flex;
}
.aboutCont-panner-ul>li{
    margin-bottom: 3vw;
}
.aboutCont-panner-ul img{
    width: 90%;
    height: 100%;
}
/* //////////////////////H5  样式///////////////// */
.h5aboutHead{
    height: 33.33vw;
    background: url('../images/banner05@2x.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.h5about-head{
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.h5about-head>h2{
    font-size:4.27vw;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-bottom: 2vw;
}
.h5about-head>p{
    font-size:3.2vw;
    font-weight:400;
    color:rgba(235,238,246,1);
    line-height: 6vw;
}
/* 导航条 */
.h5aboutCont-nav{
    width: 100%;
    border-bottom: 0.5px solid rgba(55,76,110,0.3);
    display: flex;
    align-items: center;
}
.h5about-cont-li{
    width: 25%;
    height: 18.8vw;
}
.h5about-li-div{
    width: 80%;
    margin: 0 auto;
    text-align:center;
    opacity: 0.5;
}
.h5aboutdli-p{
    width: 50%;
    margin: 2vw auto;
    word-wrap:break-word;
    font-size:3.2vw;
    font-weight:bold;
    /* color:rgba(24,39,96,1); */
    line-height: 6vw;
}
.h5about-active{
    opacity: 1;
    color: #F2722C;
}
.hrbox{
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #F2722C transparent;
    border-style: solid;
    border-width: 1.5vw;
    margin: 0 auto;
}
.h5aboutCont-cont{
    width: 95%;
    min-height: 60vw;
    margin: 0 auto;
    padding-bottom: 10vw;
}
.h5aboutContent{
    width: 100%;
    padding: 4vw 0;
}
.h5aboutCompany-div{
    padding: 2vw;
}
.h5aboutCompany-img1{
    width: 100%;
    height: inherit;
    margin-bottom: 1.2vw;
}
.h5aboutCompany-profile{
    display: flex;
    justify-content: space-between;
}
.h5aboutCompany-img2,.h5aboutCompany-img3{
    width: 49%;
    height: 49%;
}
.h5honormsg-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.h5honormsg-listdiv-p{
    font-size:3vw;
    line-height: 8vw;
    font-weight:400;
    color:rgba(48,49,51,1);
}
.h5honormsg-listdiv-p>span{
    width: 2vw;
    height: 2vw;
    display: inline-block;
    margin: 0 5px;
    border-radius: 20px;
    background-color: #FCC12A;
}
.h5HistoryBox{
    margin: 8vw 0;
    background: url('../images/Histroy_line@2x.png')no-repeat;
    background-size: 80% 100%;
    background-position: center center;
}
.h5HistoryMsg{
    display: flex;
    align-items: center;
    padding: 10vw 0;
}
.h5HistoryBoll{
    width: 30vw;
    height: 30vw;
    background:rgba(255,255,255,1);
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h5HistoryBoll>div{
    width: 92%;
    height: 92%;
    background:rgba(24,39,96,1);
    border-radius:50%;
    text-align: center;
}
.h5HistoryBoll h3{
    font-size:3.2vw;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding-top: 8vw;
}
.h5HistoryBoll h2{
    font-size:4vw;
    font-weight:bold;
    color:rgba(246,230,55,1);
    margin-top: 2vw;
}
.h5HistoryMsg-Cont{
    width: 66%;
    margin: 0 auto;
    text-indent: 7.5vw;
    font-size:3.73vw;
    font-weight:500;
    color:rgba(255,255,255,0.7);
}
/* h5地图 */
#h5aboutMap{
    width: 100%;
    height: 100%;
}
.h5aboutCont-title{
    font-size:3.73vw;
    font-weight:bold;
    color:rgba(24,39,96,1);
    padding: 10.67vw 0 2.13vw 0;
    text-align: center;
}
.h5aboutCont-title-p{
    font-size:2.67vw;
    font-weight:500;
    color:rgba(194,198,204,1);
    margin-bottom: 3vw;
    text-align: center;
    line-height: 1;
}
.h5choseAddress{
    width: 100%;
    padding: 5.33vw 0;
}
.h5choseAddress-div{
    width:16vw;
    height:8vw;
    margin: 1vw 0.69vw;
    color: #909299;
    font-size:3.2vw;
    font-weight:500;
    border:1px solid rgba(144,146,153,1);
    border-radius:4px;
    text-align: center;
    line-height: 8vw;
    display: inline-block;
}
.h5address-current{
    color: #fff;
    background:rgba(59,59,58,1);
}
.h5aboutconcact{
    width: 100%;
    margin: 5.33vw 0 13.33vw 0;
    background:rgba(242,243,247,1);
    box-shadow:0px 8px 20px 0px rgba(24,39,96,0.1);
}
.h5aboutconcact-div{
    width: 90%;
    height: 20.13vw;
    margin: 0 auto;
    border-bottom: 1px solid #E1E2E6;
}
.h5aboutconcact-div>div{
    display: flex;
    align-items: center;
    line-height: 6vw;
    padding-top: 4vw;
}
.h5aboutconcact-div-h6{
    flex-grow: 1;
    font-size:3.73vw;
    font-weight:bold;
    color:rgba(24,39,96,1);
    white-space: nowrap;
}
.h5aboutconcact-div-span{
    flex-grow: 1;
    font-size:3.2vw;
    font-weight:500;
    color:rgba(24,39,96,1);
    display: flex;
    align-items: center;
}
.h5aboutconcact-div-span>img{
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.5vw 0 2vw;
}
.h5aboutconcact-div-p{
    font-size:2.67vw;
    font-weight:500;
    color:rgba(57,70,118,1);
    opacity:0.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 6vw;
}
.h5aboutPartner{
    width: 100%;
    padding-bottom: 7.5vw;
}
.h5aboutPartner-li{
    display: flex;
    align-items: center;
    margin: 5.33vw 0;
}
.h5aboutPartner-li>div:nth-child(2){
    width: 46%;
    text-align: center;
}
.h5aboutPartner-li img{
    width: 24vw;
    height: 8.4vw;
}