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

@media (min-width: 980px) and (max-width: 50000px) {
    /* 轮播图 */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/introduce/banner.png') no-repeat top center;
        background-size: 100% 100%;
    }
    .w {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .b_warp {.introduce .banner
        width: 100%;
        /* margin-top: 85px; */
        height: 250px;
        position: relative;
        /* border: 1px solid rebeccapurple; */
    }
    .w div {
        background: none;
    }
    .xian {
        width: 100%;
        position: absolute;
        bottom: 66px;
        border: 0.5px solid#365a9f;
        z-index: 200;
    }
    .time-horizontal li {
        float: left;
        position: relative;
        text-align: center;
        width: 25%;
        padding-top: 10px;
    }
    .time-horizontal li b:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 47%;
        width: 12px;
        height: 12px;
        border: 2px solid #4c4c4c;
        border-radius: 8px;
        background: #4c4c4c;
    }
    /*纵向时间轴*/
    .time-vertical {
        list-style-type: none;
        border-left: 1px solid #707070;
        padding: 0px;
        height: 400px;
    }
    .time-vertical li {
        height: 100px;
        position: relative;
    }
    .time-vertical li a {
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px;
        text-decoration: none;
        color: #000;
    }
    .time-vertical li b:before {
        content: '';
        position: absolute;
        top: 15px;
        left: -12px;
        width: 18px;
        height: 18px;
        border: 2px solid #98FB98;
        border-radius: 10px;
        background: #98FB98;
    }
    .time-vertical li span {
        position: absolute;
        color: #fff;
        top: 18px;
        left: -6px;
    }
    .introduce {
        width: 100%;
        display: flex;
        flex-direction: column;
		overflow:inherit;
		
 		height:auto
    }
    .introduce .banner {
          margin-bottom: 45px;
    }
    .introduce .banners {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url("/fangrun/Public/Home/img/introduce/fz.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 50px;
        position: relative;
		overflow:hidden;
    }
    .introduce .banners span {
        margin-top: 35px;
        color: #333333;
        font-size: 35px;
        margin-bottom: 80px;
    }
    .introduce .banners .b_con {
        width: 55%;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 60px;
    }
    .introduce .banners .b_con span:first-child {
        color: #365a9f;
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: bolder;
    }
    .introduce .banners .b_con span {
        color: #3d3f43;
        font-weight: bold;
        margin: 0;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .introduce .content {
        margin-bottom: 45px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
    }
    .introduce .content .c_left {
        width: 45%;
        height: 100%;
        display: flex;
        margin-right: 15px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .introduce .content .c_left img {
        height: 55px;
        width: 45px;
        margin-bottom: 10px;
    }
    .introduce .content .c_left span:last-child {
        color: #7a7a7a;
        font-size: 16.5px;
        line-height: 3rem;
    }
    .introduce .content .c_left span {
        width: 90%;
        color: #242424;
        margin-bottom: 15px;
        font-size: 35px;
    }
    .introduce .content .c_right {
        width: 50%;
        height: 100%;
    }
    .introduce .content .c_right img {
         border: 0;
    max-width: 100%;
    }
    .introduce .enterprise {
        /* margin-top: 25px; */
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .introduce .enterprise span {
        font-size: 35px;
        color: #333333;
        margin-bottom: 50px;
    }
    .introduce .enterprise .e_content {
        justify-content: space-between;
        display: flex;
        width: 48%;
        height: 80px;
    }
    .introduce .enterprise .e_content .e_c_left {
        display: flex;
        flex-direction: column;
        width: 20%;
        align-items: center;
    }
    .introduce .enterprise .e_content .e_c_left span {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #warp {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 250px;
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        position: relative;
    }
    .borders {
        border-left: 1px solid #f7f7f7;
        height: 250px;
        display: block;
        position: absolute;
        top: 0px;
        left: 50%;
    }
}

@media (max-width: 980px) {
	#warp {
	    width: 90%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 250px;
	    border-left: 1px solid #f7f7f7;
	    border-right: 1px solid #f7f7f7;
	    position: relative;
	}
    .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;
    }
    .borders {
        display: none;
    }
    /* 轮播图 */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/introduce/banner.png') no-repeat top center;
    }
    .layui-carousel-ind li {
        margin: 0 20px;
    }
    .xian {
        display: none;
    }
    .introduce {
        width: 100%;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .introduce .banner {
        width: 100%;
        /* height: 500px;
        background: url("/fangrun/Public/Home/img/introduce/banner.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 45px; */
    }
    .introduce .banners {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url("/fangrun/Public/Home/img/introduce/fz.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }
    .introduce .banners span {
        margin-top: 35px;
        color: #333333;
        font-size: 23px;
        margin-bottom: 30px;
    }
    .introduce .banners .b_con {
        width: 95%;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .introduce .banners .b_con span:first-child {
        color: #365a9f;
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bolder;
    }
    .introduce .banners .b_con span {
        color: #3d3f43;
        font-weight: bold;
        margin: 0;
        font-size: 10px;
        margin-bottom: 8px;
    }
    .introduce .content {
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .introduce .content .c_left {
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .introduce .content .c_left img {
        height: 55px;
        width: 45px;
        margin-bottom: 10px;
    }
    .introduce .content .c_left span:last-child {
        color: #7a7a7a;
        font-size: 16.5px;
        line-height: 30px;
    }
    .introduce .content .c_left span {
        color: #242424;
        margin-bottom: 15px;
        font-size: 35px;
    }
    .introduce .content .c_right {
        width: 100%;
        height: 100%;
    }
    .introduce .content .c_right img {
        width: 100%;
        height: 100%;
    }
    .introduce .enterprise {
        margin-top: 25px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .introduce .enterprise span {
        font-size: 35px;
        color: #333333;
        margin-bottom: 50px;
    }
    .introduce .enterprise .e_content {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: auto;
    }
    .introduce .enterprise .e_content .e_c_left {
        display: flex;
        flex-direction: column;
        width: 20%;
        margin-bottom: 45px;
        align-items: center;
    }
    .introduce .enterprise .e_content .e_c_left span {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

ul li {
    list-style: none;
}

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

.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-around;
    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) {
    .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;
    }
}