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

@media (min-width: 980px) and (max-width: 50000px) {
	.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; */
	    }
    /* 轮播图 */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/product/banner.png') no-repeat top center;
        background-size: 100% 100%;
    }
    .product {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .product .banner {
         
        margin-bottom: 45px;
    }
    .product .centers {
        display: none;
    }
    .product .center {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
    }
    .product .center span {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .product .center .c_list {
        width: 90%;
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .product .center .c_list .c_l_con {
        width: 100%;
        display: flex;
        height: auto;
        justify-content: space-between;
    }
    .product .center .c_list .c_l_con .c_l_c_left {
        width: 50%;
        height: 100%;
    }
    .product .center .c_list .c_l_con .c_l_c_left img {
        max-width: 100%;
        
    }
    .product .center .c_list .c_l_con .c_l_c_right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
	
	   .product .center .c_list .c_l_con .c_l_c_right2 {
        width: 40%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con {
        width: 92%;
        height: 90%;
        display: flex;
        flex-direction: column;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_t1 {
        color: #333333;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_title {
        color: #333333;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp .list {
        width: 50%;
        height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product .center .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp .list img {
        width: 15px;
        height: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 980px) {
    /* 轮播图 */
    .bannerBackground div {
        background: url('/fangrun/Public/Home/img/product/banner.png') no-repeat top center;
    }
    .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;
    }
    .product {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .product .banner {
        width: 100%;
        /* height: 600px;
        background: url("/fangrun/Public/Home/img/product/banner.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 45px; */
    }
    .product .center {
        display: none;
    }
    .product .centers {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
    }
    .product .centers span {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .product .centers .c_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .product .centers .c_list .c_l_con {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        height: auto;
        justify-content: space-between;
    }
    .product .centers .c_list .c_l_con .c_l_c_left {
        width: 100%;
        height: 100%;
    }
    .product .centers .c_list .c_l_con .c_l_c_left img {
        max-width: 100%;
     }
    .product .centers .c_list .c_l_con .c_l_c_right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con {
        width: 92%;
        padding-bottom: 5px;
        height: 90%;
        display: flex;
        flex-direction: column;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_t1 {
        color: #333333;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_title {
        color: #333333;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp .list {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .product .centers .c_list .c_l_con .c_l_c_right .c_l_c_r_con .l_warp .list img {
        width: 15px;
        height: 15px;
        margin-right: 15px;
    }
}

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