ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

* {
    margin: 0px;
    padding: 0px;
}


/* è½®æ’­å›¾ */

.bannerBackground div {
    background: url('/fangrun/Public/Home/img/news/head.png') no-repeat top center;
    background-size: 100% 100%;
}


.whole .inputTitle {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.whole .inputTitle h2 {
    font-size: 36px;
    font-weight: 500;
}


/*åˆ†é¡µ*/

.page-bar {
    margin: auto;
    width: 300px;
    text-align: center;
    padding: 60px 0px 70px 0px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.page-bar li:first-child>a {
    margin-left: 0px;
}

.page-bar .onea {
    background: #a40404;
    color: #ffffff;
}

.page-bar a {
    font-size: 13px;
    border: 1px solid #838383;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 2px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5D6062;
    cursor: pointer;
    margin-right: 20px;
}

.page-bar a:hover {
    color: #000000;
    background-color: #eee;
}

.page-bar a.banclick {
    display: none;
    cursor: not-allowed;
}

.page-bar .active a {
    cursor: default;
    color: #ffffff;
    background-color: #a40404;
    border-color: #E96463;
}

.page-bar i {
    font-style: normal;
    color: #d44950;
    margin: 0px 4px;
    font-size: 12px;
}

@media (min-width: 980px) and (max-width: 50000px) {
    .whole .head {
        width: 100%;
    
     }
    .whole .content {
        padding-bottom: 30px;
        width: 80%;
        margin: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
    }
    .whole .content img {
        width: 212px;
     }
    .whole .content .all {
        width: 75%;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .whole .content .all .title {
        font-size: 18px;
    }
    .whole .content .all .time {
        margin: 15px 0px;
        color: #375b9e;
    }
    .whole .content .all .all_content {
        border-top: 1px solid #d0d0d0;
        padding-top: 30px;
        text-indent: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .whole .head {
        width: 100%;
        /* height: 500px;
        background: url("/fangrun/Public/Home/img/news/head.png") repeat-x center center;
        background-size: 100% 120%;
        margin-bottom: 5%; */
    }
    .whole .content {
        width: 80%;
        margin: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
    }
    .whole .content img {
        width: 312px;
     }
    .whole .content .all {
        margin: 20px 0px;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .whole .content .all .title {
        font-size: 18px;
    }
    .whole .content .all .time {
        margin: 15px 0px;
        color: #375b9e;
    }
    .whole .content .all .all_content {
        border-top: 1px solid #d0d0d0;
        padding-top: 30px;
        text-indent: 1em;
    }
}

@media screen and (max-width: 980px) {
    .phone_img {
        width: 32%;
        float: right;
    }
    .lis {
        position: absolute;
        top: 75%;
        left: 0px;
        line-height: 45px;
        font-size: 16px;
        background: #fff;
        padding-bottom: 30px;
    }
    .lis div {
        width: 100vh;
        padding-left: 20px;
    }
    .layui-carousel {
        height: 250px !important;
    }
    .navwhole .banner {
        height: 280px;
    }
    .whole .head {
        width: 100%;
        /* height: 500px;
        background: url("/fangrun/Public/Home/img/news/head.png") repeat-x center center;
        background-size: 200% 100%;
        margin-bottom: 10%; */
    }
    .whole .content {
        width: 95%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .whole .content img {
       max-width: 100%;
    }
    .whole .content .all {
        margin-bottom: 10px;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .whole .content .all .title {
        font-size: 18px;
    }
    .whole .content .all .time {
        margin: 20px 0px;
        color: #375b9e;
    }
    .whole .content .all .all_content {
        border-top: 1px solid #d0d0d0;
        padding-top: 30px;
        text-indent: 1em;
    }
}

.footWhole {
    width: 100%;
    background: #ebebec;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.footContent {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.contLeft {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.contLeft .imgs {
    width: 25%;
    height: 25%;
}

.contLeft .imgs img {
    width: 100%;
    height: 100%;
}

.contLeft .contLeft_font {
    display: flex;
    align-items: center;
}

.contLeft .contLeft_font img {
    width: 70%;
    height: 70%;
}

.contLeft .contLeft_font p {
    text-align: left;
    margin-left: 10px;
    width: 100%;
    font-weight: 510;
}

.contLeft .ctFt1 {
    font-size: 13px;
}

.contLeft .ctFt1 img {
    margin-top: 5px;
}

.contLeft .ctFt1 p {
    color: #000;
    margin-top: 30px;
    line-height: 20px;
}

.contLeft .ctFt2 {
    font-size: 18px;
}

.contLeft .ctFt2 p {
    color: #000;
    margin-left: 3px;
}

.contLeft .marginBy {
    margin-left: 5px;
    margin-top: 5px;
}

.contRight {
    margin-top: 60px;
    width: 60%;
}

.contRight .contRight_ct {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.contRight .contRight_ct ul {
    margin-bottom: 20px;
    text-align: left;
}

.contRight .contRight_ct ul li {
    margin-bottom: 8px;
}

.contRight .contRight_ct ul li:first-child {
    margin-bottom: 18px;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .contLeft .imgs {
        width: 30%;
    }
    .contLeft .imgs img {
        width: 100%;
        height: 100%;
    }
    .contRight .contRight_ct {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1300px) {
    .contLeft .imgs {
        width: 30%;
    }
    .contLeft .imgs img {
        width: 120%;
        height: 120%;
    }
}

.bottomCont {
    width: 100%;
    border-top: 1px solid #b84646;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    font-size: 13px;
    margin-top: 5px;
}

.bottomCont .bottomContSm {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    /* è½®æ’­å›¾ */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/news/head.png') no-repeat top center;
    }
    .contLeft {
        width: 100%;
    }
    .contLeft .imgs {
        width: 20%;
    }
    .contLeft .imgs img {
        width: 100%;
        height: 100%;
    }
    .contRight {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .contLeft .imgs {
        width: 30%;
    }
    .contLeft .imgs img {
        width: 100%;
        height: 100%;
    }
    .bottomCont .bottomContSm {
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
    .bottomCont .bottomContSm div {
        margin-right: 10px;
    }
}