.ui-header {
    background-color: #f8f8f8!important;
}

.nav-item a {
    color: #333;
}

.search-tu::before {
    content: "|";
    margin-right: 7px;
}

.ui-displayChart {
    width: 100%;
    height: 380px;
    background-color: #333;
}

.ui-displayChart img {
    width: 100%;
    height: 100%;
}

.ui-titleNav {
    width: 100%;
    height: 84px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #D8D8D8;
}

.ui-titleNav-con {
    display: flex;
    justify-content: space-between;
}

.ui-heartil {
/*    width: 96px;*/
    height: 42px;
    margin-top: 23px;
}

.ui-heartil-top {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.ui-heartil-up {
    text-align: center;
    font-size: 12px;
    color: #269F50;
}

.ui-foortil {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 35px;
}

.ui-foortil-one::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #269F50;
    border-bottom: 5px solid transparent;
    margin-right: 3px;
}

.ui-pathBody {
    position: relative;
    width: 100%;
/*    height: 334px;*/
    background-color: #f8f8f8;
}

.ui-path-content {
    position: absolute;
    top: 8px;
    left: 38px;
    width: 50%;
    height: 263px;
}

    .ui-path-content h3 {
        width: 47%;
        height: 40px;
        text-align: center;
        font-size: 40px;
        font-weight: 400;
        color: #333;
        margin-top: 68px;
    }

    .ui-path-content p {
        width: 47%;
        text-indent: 40px;
        line-height: 25px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        font-size: 18px;
        color: #333;
        margin-top: 52px;
    }

.ui-fullPicture {
    width: 100%;
    height: 860px;
}

.ui-field {
    position: relative;
    width: 100%;
    height: 721px;
    background-color: #f8f8f8;
}

.ui-field-image {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 40px;
    width: 100%;
    height: 640px;
}

.ui-image-xiao {
    position: relative;
/*    flex: 25%;*/
    width: 475px;
    height: 320px;
    background-color: #D8D8D8;
    cursor:pointer;
    overflow:hidden;
    margin:0 auto;
}

.ui-image-xiao img:hover {
    transition:all .6s;
    transform:scale(1.1);
}

.ui-image-xiao img {
    width: 100%;
    height: 100%;
}

.ui-image-wen {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.center {
    text-align: center;
}

.mask {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1001;
    opacity: 0.8;
}

.xuanfu {
    position: fixed;
    top: 18%;
    left: 18%;
    display: none;
    width: 1200px;
    height: 604px;
    background-color: #fff;
    z-index: 9999999;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    font-size: 40px;
    line-height: 20px;
    background-color: #DCDCDC;
    cursor:pointer;
}

.ui-base {
    font-size: 30px;
    color: #333;
    margin: 80px 712px 0 247px;
}

.ui-basemap {
    width: 614px;
    height: 338px;
    margin: 40px 33px 60px 90px;
}

.ui-basemap img {
    width: 100%;
    height: 100%;
}

.ui-base-con {
    display: flex;
}
.ui-baseBrief {
    width: 432px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin: 65px 61px 190px 0;
}

.backgs img {
    width:100%;
    height:100%;
}