ul li {
    list-style: none;
}

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

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


/* 轮播图 */

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

.whole {
    width: 100%;
}

.whole .head {
    width: 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;
}

.whole .inputBox {
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.whole .inputBox .inputBox_l {
	margin-right: 5%;
    padding: 30px 20px;
    background: #f8f8f8;
    width: 900px;
    height: 600px;
    text-align: left;
}

.whole .inputBox .inputBox_l label {
    margin-right: 5px;
}

.whole .inputBox .inputBox_l input {
    border: none;
    width: 85%;
    height: 45px;
    margin-bottom: 20px;
    outline: none;
}

.whole .inputBox .inputBox_l textarea {
    border: none;
    width: 90%;
    height: 180px;
    outline: none;
}

.whole .inputBox .inputBox_l .textateas {
    display: flex;
    justify-content: flex-start;
}

.whole .inputBox .inputBox_l .inputBox_l_title {
    margin-bottom: 30px;
    font-size: 26px;
}

.whole .inputBox .inputBox_r {
    /* width: 25%; */
    width: 474px;
    height: 660px;
    background: url("/fangrun/Public/Home/img/contactUs/input.png");
    background-size: 100% 100%;
}

.whole .inputBox .inputBox_r .inputBox_r_ct {
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 153, 0.5);
    text-align: left;
    color: #ffffff;
}

.whole .inputBox .inputBox_r .inputBox_r_ct div:first-child {
    padding: 30px 0px 20px 5px;
}

.whole .inputBox .inputBox_r .inputBox_r_ct div:first-child h2 {
    font-weight: 400;
    font-size: 26px;
}

.whole .inputBox .inputBox_r .inputBox_r_ct div {
    padding: 10px 5px;
    font-size: 16px;
    letter-spacing: 2px;
}

.submit {
    margin: 60px 35px 0px 35px;
}

.submit button {
    background: #961e23;
    border-radius: 20px;
    color: #f3ebeb;
    padding: 10px 40px;
    border: none;
}

.map {
    margin: 20px 0px;
    width: 100%;
    margin: 80px auto;
    height: 405px;
    /* background: url("/fangrun/Public/Home/img/contactUs/map.png"); */
    background-size: 100% 100%;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .whole .inputBox {
        width: 80%;
    }
    .whole .inputBox .inputBox_l {
        width: 60%;
    }
    .whole .inputBox .inputBox_r {
        width: 30%;
        background: url("/fangrun/Public/Home/img/contactUs/input.png");
        background-size: 100% 100%;
    }
    .whole .inputBox .inputBox_r .inputBox_r_ct {
        width: 100%;
        height: 100%;
        background: rgba(0, 48, 153, 0.5);
        text-align: left;
        color: #ffffff;
    }
    .whole .inputBox .inputBox_r .inputBox_r_ct div:first-child {
        padding: 30px 0px 20px 5px;
    }
    .whole .inputBox .inputBox_r .inputBox_r_ct div:first-child h2 {
        font-weight: 400;
        font-size: 26px;
    }
    .whole .inputBox .inputBox_r .inputBox_r_ct div {
        padding: 10px 5px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@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 .inputBox {
        width: 90%;
    }
    .whole .inputBox .inputBox_l {
		margin-right: 0;
        width: 60%;
    }
    .whole .inputBox .inputBox_l input {
        width: 90%;
    }
    .whole .inputBox .inputBox_l .textateas {
        display: flex;
        justify-content: flex-start;
    }
    .whole .inputBox .inputBox_l .textateas textarea {
        width: 100%;
    }
    .whole .inputBox .inputBox_l .inputBox_l_title {
        margin-bottom: 30px;
    }
    .map {
        background: url("/fangrun/Public/Home/img/contactUs/map.png") no-repeat center center;
     }
}

@media screen and (max-width: 900px) {
    .whole .inputBox .inputBox_l .textateas {
        display: flex;
    }
    .whole .inputBox .inputBox_l label {
        overflow: hidden;
        width: 50px;
    }
}

@media screen and (max-width: 500px) {
    .whole .inputBox .inputBox_l input {
        width: 100%;
    }
    .whole .inputBox .inputBox_l .textateas {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .whole .inputBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .whole .inputBox .inputBox_l {
        width: 100%;
    }
    .whole .inputBox .inputBox_r {
        width: 100%;
        height: 450px;
    }
    .whole .inputBox .inputBox_r div {
        font-size: 11px;
    }
}

.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) {
    /* 轮播图 */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/contactUs/head.png') no-repeat top center;
    }
    .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) {
    .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;
    }
}