@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.wrap{
    width: 1170px;
    margin: 0 auto;
}
#public-nav-overview>a {
    color: #D46D2A !important;
}
/*.bannerBgWrap.css start*/
.bannerBgWrap{
    width: 100%;
    background:url("../img/project/projectBg.png") no-repeat center 0;
    height:488px;
    min-width: 1170px;

}
.maskWrap{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: 488px;
    padding-top: 298px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(4,4,2,0.6), rgba(4,4,2,0))
}
.bannerBgWrap h2{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}



.contentBgWrap{
    width: 100%;
    background:url("../img/project/lineBg.png") no-repeat center bottom;
    padding-bottom: 123px;
    min-width: 1200px;
    position: relative;
    margin-top: 100px;
}
.upContentWrap{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.itemWrap{
    position: relative;
    padding-left: 24px;
    padding-bottom: 30px;
}
.itemWrap dl{
    position: relative;
    top:-11px;
    margin-bottom: 33px;
}
.upContentWrap .itemWrap dl:last-child{
    margin-bottom: 0;
}
.itemWrap dt{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 9px;
}
.itemWrap dd{
    font-size: 12px;
    color: #595757;
    line-height: 20px;
    text-align: left;
}

.upContentWrap  .orange:before{
    content: "";
    position: absolute;
    left:-5px;
    top:0;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #E69507;
    border-radius: 50%;
}
.upContentWrap  .orange:after{
    content: "";
    position: absolute;
    left:-13px;
    bottom:0;
    width: 23px;
    height: 23px;
    background: url("../img/project/orange.png") no-repeat 0 0;
}
.upContentWrap  .orange{
    border-left: 2px dashed #E69507;
    width: 320px;
    position: relative;
    bottom:-34px;
}
.upContentWrap .orange dt{
    color: #E69507;
}



.upContentWrap .blue:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #7CBFDE;
    border-radius: 50%;
}
.upContentWrap .blue:after{
    content: "";
    position: absolute;
    left:-13px;
    bottom:0;
    width: 23px;
    height: 23px;
    background: url("../img/project/blue.png") no-repeat 0 0;
}
.upContentWrap .blue{
    border-left: 2px dashed #7CBFDE;
    width: 320px;
    position: relative;
    bottom: -44px;
    left: 39px;
}

.blue dt{
    color: #60B4D9;
}
.upContentWrap .itemWrap:nth-child(3){
    position: relative;
    bottom: -54px;
    left: 34px;
}


.upContentWrap .pink:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D45880;
    border-radius: 50%;
}
.upContentWrap .pink:after{
    content: "";
    position: absolute;
    left:-13px;
    bottom:0;
    width: 23px;
    height: 23px;
    background: url("../img/project/pink.png") no-repeat 0 0;
}
.upContentWrap .pink{
    border-left: 2px dashed #D35880;
    width: 320px;
    position: relative;
    bottom: -22px;
    left: 54px;
}
.upContentWrap .itemWrap:nth-child(2) {
    padding-bottom: 50px;
}
.upContentWrap .itemWrap:nth-child(3) {
    padding-bottom: 59px;
}
.upContentWrap .itemWrap:nth-child(4) {
    padding-bottom: 59px;
}
.pink dt{
    color: #D35880;
}
.itemLabel{
    position: absolute;
    width: 1200px;
    margin-left: 50%;
    left:-600px;
    bottom: 0;
    z-index: 4;
}
.itemLabel a{
    display: inline-block;
    padding: 20px 22px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 12px;
}
.itemLabel a:hover{
    color: #fff;
}
.itemLabel a:nth-child(1){
    background: linear-gradient(90deg, #D65939, #EBC95E);
    position: relative;
    left: -18px;
    bottom: -6px;
}
.itemLabel a:nth-child(2){
    background: linear-gradient(90deg, #0858C2, #65B9DA);
    position: relative;
    left: 141px;
    bottom: 49px;
}
.itemLabel a:nth-child(3){
    background: linear-gradient(90deg, #8668A5, #D45880);
    position: relative;
    left: 295px;
    bottom: 19px;
}


.downContentWrap{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.downContentWrap .itemWrap{
    padding-bottom: 0;
}
.downContentWrap .blue:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 23px;
    height: 23px;
    background: url("../img/project/blue.png") no-repeat 0 0;
}
.downContentWrap .blue:after{
    content: "";
    position: absolute;
    left:-5px;
    bottom:0;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #7CBFDE;
    border-radius: 50%;
}
.downContentWrap .blue{
    border-left: 2px dashed #7CBFDE;
    width: 320px;
    position: relative;
    bottom: -44px;
    left: 39px;
}
.downContentWrap .itemWrap:nth-child(1){
    position: relative;
    bottom: 94px;
    left: 260px;
    padding-top: 116px;
}

.downContentWrap .itemWrap:nth-child(2){
    position: relative;
    bottom: 39px;
    left: 330px;
    padding-top: 35px;
}
.downContentWrap .itemWrap:nth-child(3){
    position: relative;
    bottom: 12px;
    left: 279px;
    padding-top: 35px;
    border-left: none;
}
.downContentWrap .itemWrap:nth-child(3):before,.downContentWrap .itemWrap:nth-child(3):after{
    content: "";
    display: none;
}
.downContentWrap .itemWrap dl{
    margin-bottom: 20px;
}
.downContentWrap .itemWrap dl:last-child{
    margin-bottom: 0;
}
.itemWrap dl span{
    display: inline-block;
    background: #E6F4FD;
    border-radius: 12px;
    line-height: 1;
    font-size: 16px;
    color: #6EBADB;
    padding: 4px 15px;
    margin-bottom: 11px;
}