/* 标题 */
.body_tag {
    background-color: #ff8100;
    padding: 1rem 0;
}

.body_tag h1 {
    background: #fddd4f;
    padding: 0 1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #333;
    line-height: 2;
    text-transform: uppercase;
}

/* 模块一 */
.kernel {
    width: 100%;
    height: 30rem;
    max-width: 100%;
    background: url(../img/kernel.png);
    background-size: 100%;
}

.kernel .body_tag {
    height: 8rem;
}

.kernel ul {
    max-width: 100%;
    justify-content: space-evenly;
}

.kernel ul li {
    width: 16.25rem;
    height: 20.5rem;
    background: #facf37;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 4px 1px #4a933480;
}

.kernel ul li div {
    padding: 0.7rem 0.3rem 0 0.7rem;
}

.kernel ul li h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #333;
    text-align: left;
}

.kernel ul li h4 {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
    text-align: left;
    background-color: #66d91a;
    text-indent: .25em;
    width: 90%;
    border-radius: .25rem;
    margin: .5rem 0;
}

.kernel ul li h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    font-weight: 500;
}

/* 模块三 */

/* 模块四 */







/* 模块一 */
.crude h1 {
    color: #ec613f;
    font-size: 1.5rem;
    line-height: 2rem;
    background-color: #f9cf19;
    text-align: center;
    padding: 1rem 0;
}

.crude h1::after {
    content: '';
    width: 20rem;
    display: block;
    margin: 0 auto;
    background: #ec613f;
    height: 1px;
}

/* 模块二 */
.xiangqing {
    padding: 0 0.9rem 2rem 0.9rem;
    box-sizing: border-box;
    background: #ff8806
}

.xiangqing_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 8rem; */
    background: #fff;
    padding-bottom: 2rem;
}

.xiangqing_tag h1 {
    background: #fe800b;
    padding: .5rem 3rem;
    border-radius: 0 0 1rem 1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.xiangqing>ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    overflow: hidden;
}

.xiangqing>ul>li {
    width: 100%;
}

.xiangqing h2 {
    font-size: 1.25rem;
    line-height: 1;
    background-image: linear-gradient(90deg, #fddd4f 0%, #fffdfb 100%);
    text-align: left;
    font-weight: 400;
    padding: 1rem;
    box-sizing: border-box;
}

.xiangqing_d {
    padding: 1rem;
    box-sizing: border-box;
    background-color: #fff;
}
.xiangqing_d .video{
    margin-top: 1rem;
}

.xiangqing_d ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
}

.xiangqing_d ul li {
    width: 48%;
}

.xiangqing_d ul i {
    width: 2px;
    display: block;
    background: #999;
}

.xiangqing_d ul li h3 {
    margin-top: .5rem;
}

.xiangqing_d ul li h4 {
    font-size: 1.1rem;
    margin-top: .5rem;
    line-height: 1.9rem;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
}

.xiangqing_d>a img {
    width: 14rem;
    margin: 1rem auto;
}

.xiangqing h3 {
    font-size: 1.25rem;
    line-height: 1.6rem;
    color: #333;
    font-weight: 400;
}

.xiangqing h3 b:nth-child(3) {
    opacity: 0;
}

.large {
    position: relative;
    margin: 1rem 0;
    background: #ff8100;
    padding: .1rem;
    box-sizing: border-box;

}

.large .animation {
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.lar_sp {
    font-size: 1.25rem;
    line-height: 2.4rem;
    color: #fff;
    background: #ff8100;
    display: block;
    text-align: center;
}

/* 设置轮播 */
.swiper-slide {
    height: 19rem !important;
}

.xiangqing h5 {
    font-size: 1.25rem;
    line-height: 1.9rem;
    color: #333;
    font-weight: 400;
    margin-top: 1rem;
}

.xiangqing h6 {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    margin-top: .5rem;

}

.xiangqing ul li div h6 B:nth-child(3) {
    opacity: 0;
}

.xiangqing p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    padding-top: 1rem;
}

/* 模块三 */
.faq {
    background: url(../img/faq_back.png);
    padding: 2.5rem;
    box-sizing: border-box;
}

.faq h1 {
    font-size: 2.5rem;
    line-height: 1.5rem;
    color: #000;
    text-align: center;
}

.faq ul {
    width: 100%;
    background: #fff;
    padding: 1rem .5rem;
    margin-top: 3rem;
    border-radius: 1rem;
    box-shadow: 0 1px 10px #333;
}

.faq ul>i {
    display: block;
    height: .1rem;
    width: 100%;
    background: #333;
    margin-top: 1.5rem;
}

.faq ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 1rem;
}

.faq ul li span {
    min-width: 1.6rem;
    min-height: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #333;
    text-align: center;
    margin-right: .5rem;
}

.yellow {
    background: #ffcb61;
}

.gray {
    background: #eeeeee;
}

.faq ul li h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 500;
    width: 100%;
}

.faq ul li i {
    display: block;
    height: 1rem;
}


/* 模块四 */
.other {
    background-color: #ff8100;
    padding: 0 .5rem 1rem 0.5rem;
    box-sizing: border-box;
}

.other .body_tag {
    height: 5rem;
}

.other .body_tag h1 {
    background: #fed341 !important;
    padding: 0 2rem !important;
}

.other ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.other ul li {
    background: #fff;
    padding: .5rem;
    width: 11.5rem;
    box-sizing: border-box;
}

.other ul li img {
    width: 11.15rem;
}

.other ul li h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 600;
    text-align: center;
    height: 3rem;
}

.other ul li:nth-child(3) h3 {
    line-height: 3rem !important;
}

.other ul li h3::after {
    content: '';
    width: 7rem;
    border-bottom: 1px solid #333;
    display: block;
    margin: 0 auto;
}

.other h2 {
    font-size: 1.2rem;
    height: 2.7rem;
    line-height: 2.7rem;
    text-align: center;
    background: #fff;
    border: .1px solid #fff;
    margin-top: 1rem;
}

.other h2:nth-last-child(1) {
    margin: 0;
}

.other i {
    width: 100%;
    height: .2rem;
    background-color: #333;
    display: block;
    margin: 1rem auto;
}

.l_s_c {
    width: 100%;
    padding: .1rem;
    box-sizing: border-box;
    background-color: #fff;
}

.l_s_c h3 {
    font-size: 1.1rem;
    line-height: 3rem;
    color: #333;
    font-weight: 600;
    text-align: center;
    height: 3.5rem;
}

.l_s_c h3::after {
    content: '';
    width: 25rem;
    border-bottom: 1px solid #333;
    display: block;
    margin: 0 auto;
}

/* 模块五 */
.href {
    background-color: #fede4b;
    padding: 0 .8rem 2rem .8rem;
}

.href_tag {
    background-color: #fede4b !important;
    padding: 0;
}

.href ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.href ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* 公司简介 */
.fac .body_tag {
    padding: 0;
}

.fac .body_tag h1 {
    background: #fe800b !important;
    color: #fff !important;
}

.fac img {
    width: 100%;
}

/* 工厂案例 */

/* 我们的服务 */
.myservices {
    background-color: #70dc50;
}

.tag_services {
    padding: 0;
    background-image: linear-gradient(90deg, #fd8926 0%, #ff7438 100%);
}

.tag_services h1 {
    color: #fff;
    background-color: rgba(51, 51, 51, 0);
}



.ore_pr {
    padding: 2% 0;
    max-width: 100%;
    background-color: #faf7e9;
}

.ore_pr ul {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.ore_pr ul li {
    width: 23%;
}

.ore_pr ul li h3 {
    font-size: .9rem;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin: .5rem 0;
    text-transform: capitalize;
}

/*2023-11-22*/
.header h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color: #333;
}

.header h2 svg {
    width: 1.2rem;
    margin: 0 1%;
}

.header h2 b {
    margin: 0 1%;
}

.header h2 span {
    margin: 0 1%;
}

.on_c,
.on_n {
    display: block;
    background: #fff;
    z-index: 99;
    width: max-content;
    padding: 0;
    font-size: .9rem;
    border-radius: 0.5rem;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    color: #333;
    box-shadow: 0 0 10px #999;
}

.in_c:hover span {
    padding: 2% !important;
    height: auto !important;
}

.in_n:hover span {
    padding: 2% !important;
    height: auto !important;
}

.fac_tex p {
    font-size: 1.05rem;
    text-align: justify;
}
.fac .company_item{width: 100%;margin-top: 1rem;background: white;padding: 1.5rem 0;}
.fac .company_item .company_content{width: 96%;margin: 0 auto;}
.fac .company_item .company_img{width: 100%;}
.fac .company_item .company_text{margin-top: 1rem;font-size: 1.15rem;text-align: justify;line-height: 1.5rem;color: #333;}
.fac .company_item .company_list{margin-top: 1rem;}
.fac .company_item .company_list h3{color: #FB782E;margin-bottom: 1rem;font-size: 1.25rem;}
.fac .company_item .company_list .text p{font-size: 1.15rem;margin-bottom: 0.5rem;line-height: 1.5rem;color: #333;}
.fac .company_item .company_list .text p i{display: inline-block;width: 0.75rem;height: 0.75rem;border-radius: 50%;background: #FB782E;margin-right: 0.5rem;}


.fac .company_item .company_pic{width:100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 1rem;}
.fac .company_item .company_pic .pic{width: 49%;}
.fac .company_item .company_pic .pic .img img{margin: 0 auto;max-width: 100%;}
.fac .company_item .company_pic .pic span{display: inline-block;width: 100%;text-align: center;margin-top: 0.5rem;font-size: 1.2rem;}
.fac .company_item .company_services{margin-top: 1rem;}
.fac .company_item .company_services h3{font-size: 2rem;color: #FB782E;margin-bottom: 1rem;padding-left: 1rem;}
.fac .company_item .company_services .services{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;width: 94%;margin: 0 auto;background: #FB7B32;border-radius: 1rem;padding: 1rem 0.5rem;box-shadow: 0 0px 10px 10px rgba(248,172,111);}
.fac .company_item .company_services .services .line{width: 0.1rem;height: 7rem;background: #c14d0c;}
.fac .company_item .company_services .services .item{width: 24%;}
.fac .company_item .company_services .services .item .img img{margin: 0 auto;max-width: 90%;margin-bottom: 0.5rem;}
.fac .company_item .company_services .services .item span{font-size: .85rem;width: 100%;text-align: center;height: 2rem;display: flex;align-items: center;justify-content: center;margin-top: 0.25rem;color: white;}

.other_recommendation {
    background: #FFF8DB;
    padding: 1.5rem 0;
}

.other_recommendation .other_title {
    text-align: center;
}

.other_recommendation .other_title h3 {
    color: white;
    background: #FF8806;
    font-size: 1.5rem;
    padding: 1rem 0;
    text-transform: uppercase;
}

.other_recommendation .other_item {
    width: 94%;
    margin: 0 auto;
    margin-top: 1rem;
}

.other_recommendation .other_item .special_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other_recommendation .other_item .special_img .big {
    width: 65%;
    position: relative;
}

.other_recommendation .other_item .special_img .small {
    width: 33%;
    position: relative;
}

.other_recommendation .other_item .special_img span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FF8806;
    padding: 0.25rem 0;
    font-size: 1.15rem;
    color: white;
}

.other_recommendation .other_item .list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}

.other_recommendation .other_item .list_item .item {
    width: 49%;
    position: relative;
}

.other_recommendation .other_item .list_item .item span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FF8806;
    padding: 0.25rem 0;
    font-size: 1.15rem;
    color: white;
}

.other_recommendation .other_item .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}

.other_recommendation .other_item .case_list .item {
    width: 32%;
    position: relative;
}

.other_recommendation .other_item .case_list .item span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FF8806;
    padding: 0.25rem 0;
    font-size: 1rem;
    color: white;
}

.other_recommendation .other_item .list {
    margin-top: 1rem;
    width: 100%;
    position: relative;
}

.other_recommendation .other_item .list span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FF8806;
    padding: 0.25rem 0;
    font-size: 1.15rem;
    color: white;
}