/*---------- base ---------*/

html,body { width: 100%; height: 100%;font-family: Arial;  }
/* 手机端字体 */
@media(min-width: 320px) {html{font-size: 8.5333px !important;}}
@media(min-width: 360px) {html{font-size: 9.6px !important;}}
@media(min-width: 375px) {html{font-size: 10px !important;}}
@media(min-width: 384px) {html{font-size: 10.24px !important;}}
@media(min-width: 411px) {html{font-size: 10.96px !important;}}
@media(min-width: 414px) {html{font-size: 11.04px !important;}}
@media(min-width: 448px) {html{font-size: 11.9467px !important;}}
@media(min-width: 480px) {html{font-size: 12.8px !important;}}
@media(min-width: 512px) {html{font-size: 13.6533px !important;}}
@media(min-width: 544px) {html{font-size: 14.5067px !important;}}
@media(min-width: 576px) {html{font-size: 15.36px !important;}}
@media(min-width: 608px) {html{font-size: 16.2133px !important;}}
@media(min-width: 640px) {html{font-size: 17.0667px !important;}}
@media(min-width: 750px) {html{font-size: 20px !important;}}
/* @media(min-width: 768px) {html{font-size: 20.48px !important;}}
@media(min-width: 800px) {html{font-size: 21.3333px !important;}}
@media(min-width: 1024px) {html{font-size: 27.3067px !important;}} */
*{ padding: 0; margin: 0; transition: all .3s ease}
*::before, *::after{transition: all .3s;}
a { text-decoration: none; color: #333; }
img { border: none; max-width: 100%; vertical-align: top; display: block; }
ul { list-style: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.flex { display: flex !important; flex-wrap: wrap; }
.hide { display: none !important; }
.block { display: block; }

/* 规定设计稿宽度 */
@media (min-width: 750px) {
    .wrap {
        width: 750px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        margin: 0 auto;
    }
}
.wrap{
    max-width: 100%; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
}

/* 顶部 */
.fixtop {
    position: fixed;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 2px #cecece;
    max-width: 750px;
}

.fixtop ul li {
    margin-top: 0;
    justify-content: center;
}
.get_free span{
    background-image: linear-gradient(90deg, #ff7f02 0%, #ff7f02 100%);
    padding: 0 8px;
    border-radius: .5rem;
    margin-left: .7rem;
    min-width: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 0.5rem;
}
.fixtop ul li span {
    background-image: linear-gradient(90deg, #ff7f02 0%, #ff7f02 100%);
    padding: 0 8px;
    border-radius: .5rem;
    margin-left: .7rem;
    min-width: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    text-align: center;
}
.fixtop ul li span a {
    color: #fff;
}


/* @keyframes change{
    from{box-shadow: 0;}
    to{box-shadow: 0 0 2px 2px #d06d35;}
} */
/* 动画 */
@keyframes scale {
    0% {
        transform: scale(1);
    }

    12.5% {
        transform: scale(1.1);
    }

    25% {
        transform: scale(1);
    }

    37.5% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.animation {
    animation: scale 4s linear infinite;
}


/* 表格 */
.form-wrap {
    padding: 1rem;
    background-color: #fffdf6;
    margin: 0 ;
    box-sizing: border-box;
}

.form-wrap>h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin: 0;
}
.form-wrap h3 img {
    width: 3.3rem;
    /* height: 4.6rem; */
    position: absolute;
    /* float: left; */
    left: 2rem;
}
.form-wrap>p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1rem 0;
    text-align: justify;
    /* padding: 0 1.5rem; */
    text-indent: 2em;
    
}

.form-wrap>p a {
    color: #fe8429;
}
.fo1 {
    position: absolute;
    width: 3rem;
    /* margin-top: -2.5rem; */
    left: 0rem;
    top: 0rem;
}
.fo2 {
    position: absolute;
    width: 3rem;
    right: 0rem;
    bottom: 0rem;
    /* margin-top: 9.5rem; */

}
.form-wrap>form {
    background:#f4ead8;
    padding: 8% 3%;
    border-radius: 0 3rem 0 3rem;
    box-shadow: 1px 1px 3px #999;
    margin: 2rem 0 1rem 0;
    position: relative;
}


.form-wrap>form>div {
    margin-bottom: .5rem;
    display: flex;
    align-items: flex-start;
}

.form-wrap>form div img {
    width: 1.5rem;
}

.form-wrap>form div span {
    display: block;
    width: 8rem;
    min-width: 8rem;
    color: #333;
    text-align: center;
    font-weight: bolder;
    font-size: 1rem;
    line-height: 1.5rem;
    /* margin: 0 1rem; */
}

.form-wrap>form input {
    display: inline-block;
    width: 100%;
    height: 1.8rem;
}

.form-wrap>form textarea {
    width: 100%;
    min-height: 5rem;
}

.form-wrap>form p {
    background-color: #ffa506;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #ffa506;
    height: 3.6rem;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height:3.6rem;
 
}

.form-wrap>form p:hover {
    cursor: pointer;
    box-shadow: 2px 2px 2px #ababab;
}

input,
textarea {
    border: 1px solid #ccc;
    padding-left: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    font-size: .8rem;
    line-height: 1.5;
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}



/* 特效字体 */
#wrap {
    background-image: linear-gradient(109deg, #fe8924 0%, #ff7537 100%);
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.2rem 10px #666;
}

#wrap>p {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    /* text-transform: uppercase; */
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.86);
    margin: 0 auto;
    line-height:1.5;
    /* text-shadow: 0 3px 1px #bfbfbf; */
}

.jumpnum {
    color: #fff;
    /* padding: 20px 30px; */
    /* margin-top: 10px; */
}

.jumpnum .jumbo {
    font-size: 3rem;
    font-family: fantasy;
}
.jumpnum .number{
    /* text-shadow: 0 3px 1px #bfbfbf; */
}
.jumpnum .wan {
    font-size: 2rem;
    font-weight: bold;
}

.jumpnum li {
    width: 33.33%;
    text-align: center;
    position: relative;
    margin-top: 1rem;
}

.jumpnum li .jia {
    position: absolute;
    top: 0;
    /* right: -1%; */
    font-weight: bold;
    font-size: 2rem;
}

.jumpnum li .h {
    font-size: 2rem;
    font-weight: bold;
}



/* 定位底部 */

.btn-wrap {
    height: 1rem;
}

.btn-box {
    padding: 0 4%;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    background-image: linear-gradient(90deg, #ff7f02 0%, #ff7f02 100%);
}

.btn {
    width: 49%;
    height: 36px;
    line-height: 36px;
}

.btn a {
    color: #fff;
    display: block;
    text-align: center;
}

.btn:first-child {
    border-right: 1px solid #fff;
}

.btn-box {
    position: fixed;
    max-width: 750px;
    box-sizing: border-box;
}



/* 公司简介 */
.footer span {
    color: #ffa506;
    font-size: 1.2rem;
    font-weight: 900;
    margin:  0 auto;
}

.footer span::after {
    content: '';
    width: 100%;
    display: block;
    /* margin: 18px auto 10px auto; */
    border-top: 0.1rem solid #ffa506;
}

.footer {
    box-sizing: border-box;
    /* margin: 0 0.4rem 0.4rem 0.4rem; */
}

.footer>div {
    background-color: #f2f2f2;
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    /* padding: 0 3% 3% 3%; */
    /* border-radius: 0 0 1.5rem 1.5rem; */
}
.footer>div>img{
    min-width: 9.7rem;
    width: 9.7rem;
}
.footer p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
    /* margin-top: 3%; */
    padding: 0 1%;
}


/* 底部背景一块*/
.footer1 {
    background: url(../img/back.jpg);
    padding: 2rem 0;
    background-size: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
/* @media screen and (min-width: 321px)and (max-width:600px) {

    .footer1 {
        background: url(../img/back_1.jpg);
        background-size: 100%;
    }

} */

.footer1>img {
    display: block;
    width: 4rem;
    height: 3.5rem;
    margin: 0 auto;
}

.footer1-tag {

}

.footer1-tag h5 {
    font-size: 2rem;
    background-color: rgba(51, 51, 51, 0);
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
    color: #333;
}

.footer1-tag::after {
    content: '';
    border-top: 3px solid #333;
    width: 30%;
    display: block;
    margin: 0 auto;
}

.footer1 p {
    color: #333;
    font-size: 1.2rem;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    line-height: 1.5;
    width: 90%;
}

.footer1-us {
    border: 1px solid #ffa506;
    width: 80%;
    margin: 1.5rem auto 0 auto;
    background: #00000000;
    /* padding: 1rem 0; */
}

.footer1-us div {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 70%;
    margin: 0.5rem auto;
}
.footer1-us div img {
    width: 1.6rem;
}

.footer1-us div h2 {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    color: #333;
    margin: 0;
    font-weight: bold;
    width: 86%;
    background: #005f3e00;
}

.footer1-us div h2 a {
    color: #333;
    margin-left: 3%;
    text-transform: lowercase;
}

/* 引入视频 */
@media screen and (min-width: 321px)and (max-width:376px) {
    iframe {
        width: 100%;
        margin: 0 auto;
        height: 380px;
    }

}

@media screen and (min-width: 376px)and (max-width:415px) {
    iframe {
        width: 100%;
        margin: 0 auto;
        height: 400px;
    }

}

@media screen and (min-width:415px)and (max-width:3000px) {
    iframe {
        width: 750px;
        margin: 0 auto;
        height: 420px;
    }

}
video{
    width: 100%;
}
/* 顶部 */
.header{
    box-sizing: border-box;
    padding: 1rem 0rem;
    justify-content: space-evenly;
    background-image: linear-gradient(90deg, #ff8100 0%, #ff8100 100%);
    width: 100%;
   
    max-width: 750px;
    z-index: 999;
}
.header>img{
   height: 3.1rem;
   /* margin-left: .5rem; */
}
.header_tag{
    height: 3.1rem;
    width: 30.5rem;
    align-items: center;
}
.header_tag h1{
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
.header_tag h2{
    font-size: 1.1rem;
    text-align: center;
    color: #333;
    font-weight: 300;

    width: 100%;
    line-height: 1.5;
}
.header_nav_off{
    height: 3.1rem;
    width: 3rem;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}
.header_nav_on{
    height: 3.1rem;
    width: 3rem;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
}
.nav_on{
    width: 100%;
    background: rgba(66, 52, 46, 0.9);
    padding: 0 1.2rem 1.2rem 1.2rem;
    box-sizing: border-box;
    display: none;
 
    max-width: 750px;
    width: 100%;

    z-index: 999;
}
.nav_on>ul>li{
    padding: 1.2rem 0 .8rem 0;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.nav_on li a{
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
.nav_on>ul>li>img{
    width: 2rem;
    border-radius:.5rem;
}
.nav_on li h2{
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    margin-left: 1rem;
}
.nav_on li h3{
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    position: absolute;
    right: 2rem;
}
.nav_on>ul>li>ul{
    margin-top: 1rem;
    width: 100%;
}
.nav_on>ul>li>ul>li{
    display: flex;
    padding: .5rem 0;
}
.nav_on>ul>li>ul>li>img{
    width: .75rem;
    margin: 0 .5rem;
}
.nav_on>ul>li>ul>li>h4{
    margin-left: 1rem;
}
/* 返回顶部 */
.gotop {
	width: 12vw;
	height: 12vw;
	line-height: 12vw;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.gotop {
	position: fixed;
	z-index: 99;
	top: 75%;
	right: 10px;
	text-align: center;
}

.gotop img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

/* FE5936 */
.oil_item{position: relative;}
.oil_item h3,.oil_item ul{position: absolute;}
.oil_item h3{color: #FE5936;font-size: 1.25rem;text-align: center;padding-top: 0.5rem;padding-bottom: 0.5rem;width: 100%;}
.oil_item h3:after{content: '';position: absolute;left: 37%;bottom: 0;width: 27%;height: 1px;background: #FE5936;}
.oil_item ul{display: flex;flex-wrap: wrap;justify-content: space-around;top: 2.5rem;}
.oil_item ul li{width: 18%;height: 3rem;text-align: center;color: white;background: #F3982D;margin: 1rem 0;display: flex;align-items: center;justify-content: center;position: relative;}
.oil_item ul li span{display: inline-block;width: 1.35rem;height: 1.35rem;line-height: 1.35rem;color: #FE5936;background: white;border-radius: 50%;position: absolute;top: -0.5rem;left: -0.5rem;}
.pro1_img{position: relative;}
.pro1_img h3{position: absolute;color: white;bottom: 2.25rem;width: 100%;text-align: center;}

/* application_item */
.application_item{position: relative;}
.application_item h3{position: absolute;top: 1rem;width: 100%;text-align: center;font-size: 1.5rem;color: white;}
.application_item :nth-child(2){position: absolute;top: 7.75rem;font-size: 1.25rem;left: 1rem;}
.application_item .d1,
.application_item .d2,
.application_item .d3,
.application_item .d4,
.application_item .d5{position: absolute;}

.application_item .d1{top: 22.5rem;left: 0.75rem;}
.application_item .d2{right: 18rem;top: 17rem;}
.application_item .d3{right: 15.5rem;top: 26.5rem;}
.application_item .d4{right: 2rem;top: 17rem;}
.application_item .d5{right: 3.5rem;top: 26.5rem;}


/* .presscake_item */
.presscake_item{position:relative}
.presscake_item>:first-child{position: absolute;top: 0.25rem;left: 1rem;font-size: 1.25rem;}
.presscake_item .d1,
.presscake_item .d2,
.presscake_item .d3,
.presscake_item .d4,
.presscake_item .d5,
.presscake_item .d6,.presscake_item h3{position: absolute;}
.presscake_item .d1{top: 14.55rem;left: 1.75rem;}
.presscake_item .d2{top: 10rem;left: 12.5rem;}
.presscake_item .d3{top: 10rem;right: 3.5rem;}
.presscake_item .d4{bottom: 9.25rem;left: 12.75rem;}
.presscake_item .d5{bottom: 9.25rem;right: 10.5rem;}
.presscake_item .d6{bottom: 9.25rem;right: 2.5rem;}
.presscake_item h3{bottom: 2.5rem;font-size: 1.5rem;color: white;width: 100%;text-align: center;}

/* scheme_item */
.scheme_item{background: #FDAD10;position: relative;}
.scheme_item .scheme_background{width: 94%;margin: 0 auto;background: white;border-radius: 1rem;padding: 1rem 0;}
.scheme_item .h3_1{width: 100%;text-align: center;font-size: 1.25rem;padding: 0.5rem 0;}
.scheme_item .ul1{display: flex;flex-wrap: wrap;justify-content: space-around;top: 15rem;width: 100%;align-items: center;}
.scheme_item .ul1 li{text-align: center;width: 22.5%;}
.scheme_item .ul1 li img{max-height: 100%;}
.scheme_item .h3_2{width: 100%;text-align: center;margin: 1.25rem 0;}
.scheme_item .ul1 li div{height: 8rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.scheme_item .ul2{display: flex;flex-wrap: wrap;justify-content: space-around;width: 100%;align-items: center;}
.scheme_item .ul2 li{text-align: center;}
.scheme_item .right img{position: absolute;top: 12.3rem;}
.scheme_item .right img:nth-child(1){left: 8.5rem;}
.scheme_item .right img:nth-child(2){left: 17.5rem;}
.scheme_item .right img:nth-child(3){right: 8.5rem;}
.scheme_item .ul1 li span{margin-top: 1rem;}
.scheme_item .cleaning_img{margin: 0 auto;}

/* plam_item1 & plam_item2 */
.plam_item1,.plam_item2{position: relative;}
.plam_item1 h3{position: absolute;top: 0rem;font-size: 1.5rem !important;width:100%;color: white !important;}
.plam_item1 :nth-child(2){position: absolute;top: 5.5rem;width: 100%;text-align: center;}
.plam_item1 .plam_d1,.plam_item1 .plam_d2,.plam_item1 .plam_d3,.plam_item1 .plam_d4,.plam_item1 .plam_d5{position: absolute;}
.plam_item1 .plam_d1{top: 17rem;left: 1.5rem;font-size: 1.25rem;}
.plam_item1 .plam_d2{width: 12rem;top: 12rem;right: 2.5rem;}
.plam_item1 .plam_d2 b,.plam_item1 .plam_d4 b,.plam_item1 .plam_d5 b{font-size: 1.1rem;}
.plam_item1 .plam_d3{top: 26rem;width: 100%;text-align: center;}
.plam_item1 .plam_d4{width: 14rem;bottom: 1.75rem;left: 2rem;}
.plam_item1 .plam_d5{width: 14rem;bottom: 3.2rem;right: 1.25rem;}

.plam_item2 .plam_d1,.plam_item2 .plam_d2{position: absolute;}
.plam_item2 .plam_d1{top: 8rem;width: 100%;text-align: center;}
.plam_item2 .plam_d1 b{font-size: 1.25rem;display: inline-block;margin: 0.5rem 0;}
.plam_item2 .plam_d2{bottom: 2.5rem;width: 100%;text-align: center;}

/* plam_item3 */
.plam_item3{background: #FDBB14;}
.plam_item3 .text h3{text-align: center;color: white;}
.plam_item3 .text img{margin: 0 auto;margin-top: 0.75rem;margin-bottom: 0.75rem;}
.plam_item3 .plam_list{width: 96.5%;margin: 0 auto;background: white;border-top-left-radius: 1rem;border-top-right-radius: 1rem;padding: 0.5rem 0;}
.plam_item3 p{width: 100%;text-align: center;font-size: 1.25rem;}
.plam_item3 ul{width: 94%;}
.plam_item3 ul li span{display: inline-block;width: 2rem;height: 2rem;text-align: center;background: #FFD514;line-height: 2rem;border-radius: 50%;margin: 0 0.5rem;}
.plam_item3 ul li{background: inherit !important;border-bottom: 2px solid #000;padding: 0.25rem 0.25rem;margin: 0.5rem 0;}

/* pro_background */
.pro_background{background: #FF7438;padding: 2rem 0;}
.pro_background h3{text-align: center;width: 100%;height: 4rem;line-height: 4rem;background: #FFF8DB;font-size: 1.5rem;color: #A03900;}
.pro_background ul{display: flex;flex-wrap: wrap;justify-content: space-around;padding-top: 1.5rem;width: 98%;margin: 0 auto;}
.pro_background ul li{width: 32%;text-align: center;background: white;padding: 0.5rem 0;}
.pro_background ul li img{margin: 0 auto;width: 94%;}
.pro_background ul li span{width: 70%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;height: 3rem;border-bottom: 1px solid #333;margin-top: 0.5rem;margin-bottom: 0.5rem;}
.pro_background .d1{background: white;width: 96.7%;margin: 0 auto;margin-top: 0.75rem;text-align: center;padding: 0.5rem 0;font-weight: 400;font-size: 1.25rem;}
.pro_background .large_img{width: 96.7%;margin: 0 auto;margin-top: 0.75rem;background: white;padding: 0.25rem 0;}
.pro_background .large_img img{width: 98%;margin: 0 auto;}
.pro_background .large_img .large_item{text-align: center;padding: 0.75rem 0;}
.pro_background .large_img .large_item :first-child{font-size: 1.25rem;font-weight: 400;}
.pro_background .large_img .large_item :nth-child(2){width: 50%;margin: 0 auto;height: 2px;background:#000;margin-top: 0.75rem;margin-bottom: 0.75rem;}
.pro_background .large_img .large_item :last-child{font-size: 1.5rem;font-weight: 500;}

/* apc_item */ /* CA6821 */
.apc_item{background: white;}
.apc_item h3{width: 35%;margin: 0 auto;text-align: center;color: #CA6821;border-bottom: 1px solid #CA6821;padding: 0.25rem 0;}
.apc_item ul{display: flex;flex-wrap: wrap;justify-content: space-around;width: 98%;margin: 0 auto;margin-top: 0.75rem;margin-bottom: 0.75rem;}
.apc_item ul li{width: 32.3333%;margin: 0.25rem 0;}
.apc_item ul li img{width: 100%;padding: 0.25rem;}

/* 9F3F03 */ /* project_cases */
.project_cases{background: #FF8800;padding: 0.75rem 0;}
.project_cases .project_item{background: #FFF8DB;color: #9F3F03;padding: 0.75rem 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.project_cases .project_item >:first-child,
.project_cases .project_item >:last-child{width: 25%;height: 2px;background:#9F3F03;}
.project_cases .project_item >:nth-child(2){text-transform: uppercase;font-size: 1.75rem;font-weight: bold;margin: 0 0.5rem;}

/* 255,137,1 */
.pro_ul{width: 96%;margin: 0 auto;padding: 1rem 0;}
.pro_ul .div_img {position: relative;}
.pro_ul .img_1 { width: 100%;}
.pro_ul .li_1 .div_img>:first-child { width: 100%;height: 100%;}
.pro_ul .div_child {background: rgba(255,137,1, 0.6);padding: 0.25rem; color: #fff; position: absolute;bottom: 0.5rem;right: 0.5rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-around;}
.pro_ul .div_child img {margin: 0 0.25rem;}
.pro_ul .div_child span{font-size: 1.25rem;}
.pro_ul .li_1 {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_ul .li_1 div {padding-top: 0.5rem;width: 49.5%;}
.pro_ul .li_bg {background: white;margin-top: 0.25rem;}
.pro_ul .li_bg>.div_img>:first-child {width: 99%;margin: 0 auto;padding: 0.25rem;}
.top_li {padding-top: 0.25rem;}
.pro_ul .li_2>:first-child {width: 69.5%;}
.pro_ul .li_2>:last-child{width: 29.5%;}

/* services_item */
.services_item{background: #FFF8DB;}
.services_item>:first-child{margin: 0 auto;padding: 0.5rem 0;}
.our_services ul{width: 96%;margin: 0 auto;padding-bottom: 1rem;}
.our_services ul li {display: flex;background: white;padding: 1rem 0.25rem;border: 1px solid red;border-radius: 10px;margin: 0.5rem 0;box-shadow: 0 2px 4px 0px rgba(0,0,0,.6);}
.our_services ul li img{width: 48%;}
.our_services .ourServices_item {padding: 1rem 1rem;}
.our_services .ourServices_item div {display: flex; margin-top: 1rem;font-size: 1rem;}

/* fac_company */
.fac_company{background: #FFB80E;padding-top: 1rem;}
.fac_company h3{text-align: center;background: #FFF8DB;color: #A64302;text-transform: uppercase;font-size: 1.5rem;padding: 0.75rem 0;}
.fac_company img{margin: 0 auto;width: 94%;padding-top: 1.25rem;}