Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - fslyh.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 13 May 2025 07:58:00 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-control: private
Set-Cookie: home_lang=zh-cn; path=/
Set-Cookie: PHPSESSID=4de6c79adf2ed6adbe6355c3c8a9a07d; path=/
Strict-Transport-Security: max-age=31536000

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: fslyh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport"

          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>广东绿映红智能科技有限公司_智能科技_电梯配件_装饰装潢-机械设备</title>

    <meta name="keywords" content="绿映红,广东绿映红,广东绿映红智能科技有限公司,绿映红智能科技,电梯装饰,电梯配件,装饰装潢-机械设备">

    <meta name="description" content="广东绿映红智能科技有限公司是一家以智能设备为龙头,集机械产品造型艺术与高科技装饰技术为一体,对外承接技术服务、技术开发、技术咨询、技术交流、技术转让、技术推广;五金产品制造;五金产品批发;五金产品零售;塑料制品制造;塑料制品销售;家具制造;家具销售;家居用品制造;家居用品销售;机械设备研发;机械设备销售;专用设备制造等工程项目和OEM配套加工。">

    <meta name="referrer" content="no-referrer">

    <link rel="shortcut icon" href="/static/view/index/fslyh/cn/favicon.ico" />

    <script src="/static/js/jquery-3.6.0.min.js"></script>


    <link rel="stylesheet" href="/static/view/index/fslyh/cn/css/basic.css">

    <link rel="stylesheet" href="/static/view/index/fslyh/cn/css/animate.min.css">

    <link rel="stylesheet" href="/static/view/index/fslyh/cn/css/swiper.min.css">

    <link rel="stylesheet" href="/static/view/index/fslyh/cn/css/aos.css">

    <link rel="stylesheet" href="/static/view/index/fslyh/cn/css/jquery.fullPage.css">

    <link rel="shortcut icon" href="/static/view/index/fslyh/cn/images/favicon.ico" sizes="32x32">





</head>

<body>




<!--头部-->
<style>
    .head.pc{}

    .head.pc .top{
        height:88px;
        background: #fff;
    }
    .head.pc .top .typeArea{
        height:88px;
    }
    .head.pc .top .LIRFS{
        display: flex;
        cursor: pointer;
    }
    .head.pc .top .LIRFS>.left{
        margin-right:18px;
    }
    .head.pc .top .LIRFS>.left>img{
        animation:swing 5s infinite;
    }
    .head.pc .top .LIRFS>.right{
    }
    .head.pc .top .LIRFS>.right .title{
        font-size:14px;
        color:#333;
    }
    .head.pc .top .LIRFS>.right .content{
        font-size:24px;
        color:#32b357;
        margin-top:5px;
        font-weight: bold;
    }
    .head.pc .top .logoContent{
        display: flex;
        align-items: center;
    }
    .head.pc .top .logoContent .line{
        height:52px;
        width:1px;
        background: #DDDDDD;
        margin-left:20px;
        margin-right:18px;
    }

    .head.pc .bottom{
        background: #32b357;
    }

    .head.pc .bottom .publicSort {
        height: 48px;
        background: #EEEEEE;
        line-height: 48px;
        font-size: 16px;
        display: flex;
    }

    .head.pc .bottom .publicSort>a {
        color:#fff;
        flex:1;
        background: #32b357;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head.pc .bottom .publicSort>a>img{
        margin-right:11px;
    }

    .head.pc .bottom .publicSort>a:last-child {
        margin-right: 0;
    }

    .head.pc .bottom .publicSort>a:hover {
        background: #008C28;
    }

    .head.pc .bottom .publicSort>a.current {
        background: #008C28;
    }


    .head.mobile {
        padding-right: 0;
        display: none;
        width:100%;
        position: fixed;
        z-index:2000;
        background:#fff;
    }
    .head.mobile > .typeArea {
        height: 45px;
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head.mobile > .typeArea > .logoImg {
        margin-top: 0;
    }
    .head.mobile > .typeArea > .logoImg > img {
        width:auto;
        height: 25px;
    }
    .head.mobile > .typeArea > .arrowsContain {
        display: flex;
        justify-content: space-between;
        top: 4px;
        width: 25px;
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain {
        width: 35%;
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain > ul {
        width: 25px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_first_li {
        top: 6px;
        transform: rotate(45deg);
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_none_li {
        display: none;
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_second_li {
        top: -10px;
        transform: rotate(-45deg);
    }
    .head.mobile > .typeArea > .arrowsContain > .leftContain > ul > li {
        position: relative;
        top: 0;
        height: 2px;
        background: #32B357;
        transition: all 0.5s;
    }

    @media (max-width:1299px){
        .head.mobile {
            display: block;
        }
        .head.pc{
            display:none;
        }
    }

    .phoneMenu{
        position: fixed;
        height:calc(100vh - 45px);
        width:100%;
        top:45px;
        background:#fff;
        transform:translateX(-100%);
        transition:all .5s;
        overflow-x:hidden;
        z-index: 200;
    }
    .phoneMenu.current{

        transform:translateX(0%);

    }
    .navv{
        width:85%;
        margin:0 auto;
    }
    .navv > li{
        padding: 5px 0;
        line-height: 35px;
        border-bottom:1px solid hsla(0,0%,72%,.5);
        /*text-indent: 30px;*/
        position: relative;
        font-size:16px;
        color: #282828;

    }
    .navv li:last-child{
        border-bottom:none;
    }
    .navv >li > span{
        display: inline-block;
        width: 21px;
        height:21px ;
        position: absolute;
        right: 0px;
        top: 30px;
        background-size:100% 100% !important;

    }
    .navv > li.current{
        /*background:pink;*/
    }
    .sub >a{
        display: block;
        position: relative;
        list-style: none;
        /*background-color: #ccc;*/
        /*border-bottom: 1px solid white;*/
        font-size: 14px;
        color:#8d8d8d;
        padding-left:20px;

    }
    .sub >a>span{
        display: inline-block;
        /*background: url(/static/view/index/fslyh/cn/images/rightW.jpg) 0 0 no-repeat;*/
        width: 12px;
        height:12px ;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .sub >a.current{
        background:#32B357;
        color: #fff;
    }
    .sub >a.current>span{
        /*background: url(/static/view/index/fslyh/cn/images/rightG.jpg) 0 0 no-repeat;*/
    }
    .sub{
        display: none;
        padding:10px 0;
    }
    .navv >li > span{
        background: url('/static/view/index/fslyh/cn/images/rightW.jpg') 0 0 no-repeat;

        transition:all .5s;
    }
    .navv > li.current >span{
        transform:rotate(90deg);
    }

    .phoneScreen{
        position: fixed;
        height:calc(100vh - 45px);
        width:100%;
        top:45px;
        background:rgba(0,0,0,.5);
        flex-direction: column;
        justify-content: center;
        z-index:80;
        display:none;
    }
    .phoneScreen input{

        display: block;
        width: 90%;
        margin:0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        background-color: #f5f5f5;
        border: 0 none;

    }
    .phoneScreen .VerticalFont{
        display: block;
        margin:0 auto;
        margin-top: 4%;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        background-color: #1b1b1b;
        color: #d9d9d9;
        cursor: pointer;
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        border: 0 none;
    }

</style>
<!--头部-->
<div class="head pc">
    <div class="top">
        <div class="typeArea bewteen">
            <div class="logoContent">
                <a href="/">
                    <img style="width:80%;" src="/static/view/index/fslyh/cn/images/logo.png" alt="">
                </a>
                <div class="line"></div>
                <img src="/static/view/index/fslyh/cn/images/logoTitle.png" alt="">
            </div>
            <div class="LIRFS">
                <div class="left">
                    <img src="/static/view/index/fslyh/cn/images/mobile.png" alt="">
                </div>
                <div class="right">
                    <p class="title">客服热线</p>
                    <p class="content">0757-66898808</p>
                </div>
            </div>
        </div>
    </div> 
    <div class="bottom">
        <div class="typeArea">
            <div class="publicSort">
                                <a class="current" href="/">首页</a>
                                <a  href="/index/Productlist/index.html?cid=s4x8qgl1Ed">产品中心</a>
                                <a  href="/index/Productlist/index.html?cid=drfijE1eAC">产品DIY</a>
                                <a  href="/index/Productlist/index.html?cid=g1LSht7Jpa">工程案例</a>
                                <a  href="/index/Articlelist/index.html?cid=BPQJijqBNQ">新闻中心</a>
                                <a  href="/index/Article/index.html?cid=TCmzs2zpTE">关于我们</a>
                                <a  href="/index/Article/index.html?cid=kHn8b39GHm">加入我们</a>
                                <a  href="/index/Article/index.html?cid=eaC5NLQarS">联系我们</a>
                                <a onclick="change_lang('en-us') ">
                    <img src="/static/view/index/fslyh/cn/images/earth.png" alt="">
                    CN/EN
                </a>
            </div>
        </div>
    </div>
</div>
<div class="head mobile">
    <div class="typeArea">
        <a class="logoImg" href="/">
            <img src="/static/view/index/fslyh/cn/images/logo.png"/>
        </a>

        <div class="arrowsContain">
            <div class="leftContain">
                <ul>
                    <li class="m_first_li"></li>
                    <li class="m_none_li"></li>
                    <li class="m_second_li"></li>
                </ul>
            </div>
        </div>


    </div>
</div>
<div class="phoneMenu">
    <ul class="navv">
                <li  onclick="javascript:window.location.href='/'" >
        首页        </li>
                <li  onclick="javascript:window.location.href='/index/Productlist/index.html?cid=s4x8qgl1Ed'" >
        产品中心        </li>
                <li  onclick="javascript:window.location.href='/index/Productlist/index.html?cid=drfijE1eAC'" >
        产品DIY        </li>
                <li  onclick="javascript:window.location.href='/index/Productlist/index.html?cid=g1LSht7Jpa'" >
        工程案例        </li>
                <li  onclick="javascript:window.location.href='/index/Articlelist/index.html?cid=BPQJijqBNQ'" >
        新闻中心        </li>
                <li  onclick="javascript:window.location.href='/index/Article/index.html?cid=TCmzs2zpTE'" >
        关于我们        </li>
                <li  onclick="javascript:window.location.href='/index/Article/index.html?cid=kHn8b39GHm'" >
        加入我们        </li>
                <li  onclick="javascript:window.location.href='/index/Article/index.html?cid=eaC5NLQarS'" >
        联系我们        </li>
                
        <li onclick="change_lang('en-us') ">EN</li>

    </ul>
</div>
<div class="phoneScreen">
    <input type="text" id="mobileSearchWords" placeholder="关键字搜索...">
    <a class="VerticalFont" id="mobileSearch">
        搜索
    </a>
</div>
<script>
    // 头部
    function tip(text,destoryTime){
        if(document.getElementById('tipOnlyId')) {
            return false;
        }
        var tip = document.createElement('span');
        tip.setAttribute('id','tipOnlyId');
        tip.innerHTML =text;
        tip.style.position = 'fixed';
        tip.style.left = ' 50%';
        tip.style.top = '50%';
        tip.style.marginLeft = '-50px';
        tip.style.marginTop = '-50px';
        tip.style.padding = '10px 20px';
        tip.style.background = 'rgba(0,0,0,0.5)';
        tip.style.zIndex = '9999';
        tip.style.color = '#fff';
        document.body.appendChild(tip);
        setTimeout(function(){
            document.body.removeChild(tip);
        },destoryTime*1000 || '2000');
    }

    function change_lang(lang){
        if (lang == 'zh-cn') {
            document.cookie="home_lang="+lang+";path=/";
            window.location.reload();
        }else if(lang == 'en-us'){
            document.cookie="home_lang="+lang+";path=/";
            window.location.reload();
        }else if(lang == 'es-es'){
            document.cookie="home_lang="+lang+";path=/";
            window.location.reload();
        }
        else{
            tip('未设置有语言'+lang)
        }
    }
    $(function(){

        $('').click(function(){

            if($('.searchIpt').hasClass('flex')){
                $('.searchIpt').removeClass('flex')

                return false
            }
            $('.searchIpt').addClass('flex')
        })


        $('.leftContain>ul').click(function(){
            if($(this).hasClass('active')){

                $(this).removeClass('active');
                $('.phoneMenu').removeClass('current');

                return false;
            }


            $(this).addClass('active');
            $('.phoneMenu').addClass('current');
        });
        $(".phoneMenu .navv > li").click(function () {
            var $otherSub =$(this).siblings().children(".sub");
            var $sub =$(this).children(".sub");
            if($(this).hasClass('current')){
                $(this).removeClass('current');
                $sub.slideUp();

                $(this).css({
                    'border-bottom':'1px solid hsla(0,0%,72%,.5)',
                    'padding-bottom':'25px'
                });

                return false;
            }
            if( $(this).children().length==0 ){
                return false;

            }

            $sub.slideDown();
            $otherSub.slideUp();
            $(this).addClass("current");
            $(this).siblings().removeClass("current");

            $(this).siblings().css({
                'border-bottom':'1px solid hsla(0,0%,72%,.5)',
                'padding-bottom':'25px'
            });
            $(this).css({
                'border':'none',
                'padding-bottom':'0'
            });


        });
        $('.phoneMenu .sub>a').click(function(e){
            e.stopPropagation();
            $(this).addClass("current");
            $(this).siblings().removeClass("current");
            $(this).parents('li').siblings().children('div').children().removeClass('current')
        });
        $('.rightContain').click(function(){


            if( $('.phoneScreen').hasClass('flex')){


                $('.phoneScreen').removeClass('flex');


                return false;
            }


            $('.phoneScreen').addClass('flex');


        });
        $('#mobileSearchWords').click(function(e){
            e.stopPropagation();


        });
        $('.phoneScreen').click(function(){

            if( $('.phoneScreen').hasClass('flex')){


                $('.phoneScreen').removeClass('flex');


                return false;
            }

        });
        $('#mobileSearch').click(function(){

            var words=$('#mobileSearchWords').val();
            window.location.href="/index/goods/search.html"+"?words="+words;

        });
        $('#pcSearch').click(function(){

            var words=$('#pcSearchWords').val();
            window.location.href="/index/goods/search.html"+"?words="+words;

        });
    });
</script>





<!--首页轮播-->

<style>

    .indexBanner{

        /*height: calc(100vh - 136px);*/

    }

    .indexBanner img {

        width: 100%;

        /*height:100%;*/

        object-fit: cover;

        display:block;

    }

    .indexBanner .swiper-container{

        /*height:100%;*/

    }



    .indexBanner .swiper-pagination-bullet-active {

        background: #fff !important;

    }



    .indexBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

        background: #fff;

        margin: 0 9px;

    }



    .indexBanner .swiper-pagination-bullet {

        width: 11px;

        height: 11px;

    }



    @media (max-width: 1680px){

        .indexBanner img{

            height:auto;

        }

    }

    @media (max-width: 1299px){



        .indexBanner img{

            height:150px;

            object-position:left ;

        }

        .indexBanner{

            padding-top:45px;

        }

        .indexBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{

            margin:0 4px;

        }

        .indexBanner .swiper-pagination-bullet {

            width: 5px;

            height: 5px;

        }



    }

</style>

<!--公司数据-->

<style>

    .ourInfo{

        background: #EDF4F2;

    }

    .ourInfo>.typeArea{

        height:180px;

        display: flex;

    }



    .ourInfo>.typeArea>.publicOneTitle{

        height:100%;

        width:25%;

        box-sizing: border-box;

        padding-top:40px;

        padding-left:33px;

        padding-right:53px;

        border-left:1px solid #ddd;

        position: relative;



    }

    .ourInfo>.typeArea>.publicOneTitle:after{

        position: absolute;

        left:-1px;

        top:20px;

        width:2px;

        height:12px;

        background: #E50000;

        z-index:2;

        display: block;

        content:'';

    }

    .ourInfo>.typeArea>.publicOneTitle>.title{

        font-size:36px;

        color:#333333;

        font-weight: bold;

    }

    .ourInfo>.typeArea>.publicOneTitle>.des{

        margin-top:20px;

        font-size:16px;

        color:#333333;

        line-height:24px;

    }





    @media(max-width:1680px){

        .ourInfo>.typeArea>.publicOneTitle{

            padding-top:20px;

        }

    }

    @media(max-width:1299px){

        .ourInfo>.typeArea>.publicOneTitle{

            width:100%;

            padding-left:15px;

            padding-top:10px;

            padding-right:0;

        }

        .ourInfo>.typeArea{

            height:auto;

            flex-wrap: wrap;

        }

        .ourInfo>.typeArea>.publicOneTitle>.title{

            font-size:18px;

        }

        .ourInfo>.typeArea>.publicOneTitle>.des{

            font-size:12px;

            line-height:20px;

            margin-top:10px;

        }

        .ourInfo>.typeArea>.publicOneTitle:last-child{

            padding-bottom:10px;

        }





    }

</style>

<!--公共标题-->

<style>



    .indexPublicTitle{

        position: relative;

    }

    .indexPublicTitle:after{



        position: absolute;

        width:950px;

        left:0;

        bottom:0;

        height:1px;

        background: #E9E9E9;

        z-index:2;

        display: block;

        content:'';



    }

    .indexPublicTitle>.typeArea>.publicOneTitle{

        padding-top:78px;

        padding-bottom:51px;

    }



    .indexPublicTitle>.typeArea>.publicOneTitle>.title{

        font-size:32px;

        color:#32b357;

        font-weight: bold;

    }

    .indexPublicTitle>.typeArea>.publicOneTitle>.des{

        margin-top:20px;

        font-size:18px;

        color:#666;

    }





    @media(max-width:1299px){

        .indexPublicTitle>.typeArea>.publicOneTitle>.title{

            font-size:16px;

        }

        .indexPublicTitle>.typeArea>.publicOneTitle>.des{

            font-size:12px;

            margin-top:10px;

        }

        .indexPublicTitle>.typeArea>.publicOneTitle{

            padding:15px 0;

            text-align: center;

        }

    }







</style>

<!--走进-->

<style>

    .goInContent{

        position: relative;

    }

    .goInContent>.bg{

        position: absolute;

        width: 100%;

        height:100%;

        display: block;

        left:0;

        top:0;

        z-index:-2;

    }

    .goIn{

        overflow: hidden;

    }

    .goIn .lIrF{



    }

    .goIn .lIrF {



        display: flex;

    }

    .goIn .lIrF .left{

        width:640px;

        position: relative;

        z-index:2;

    }

    .goIn .lIrF .left>.img{

        display: block;



    }

    .goIn .lIrF .right{

        width:680px;

        margin-right:66px;

        font-size:16px;

        color:#333;

        line-height:32px;

        box-sizing: border-box;

        padding-top:44px;

    }

    .goIn .dec{

        width:100vw;

        padding-top:50px;

        padding-bottom:52px;

        padding-left:52px;

        background: #E8E8E8;

        position: absolute;

        left:0;

        bottom:0;

        z-index:1;

    }

    .goIn .dec .titleContent{

        display: flex;

    }

    .goIn .dec .titleContent>.title{

        font-size:24px;

        color:#333;

        font-weight: bold;

        width:350px;

        cursor: pointer;



    }

    .goIn .dec .titleContent>.img{

        margin-left:56px;

        cursor: pointer;

    }

    .goIn .dec .twoLine{

        display: flex;

        margin-top: 24px;

    }

    .goIn .dec .twoLine>.line1{

        width: 100px;

        height: 4px;

        border-radius:2px;

        background: #004f96;

        margin-right: 10px;

    }

    .goIn .dec .twoLine>.line2{

        width: 36px;

        height: 4px;

        border-radius:2px;

        background: #4bb033;

    }









    @media (max-width:1680px){

        .goIn .dec{

            position: static;

            margin-top:10px;

        }



    }



    @media (max-width:1299px){

        .goIn .lIrF{

            flex-wrap: wrap;

        }

        .goIn .lIrF .right{

            width:100%;

            margin-right:0;

            font-size:12px;

            line-height:20px;

            padding-top:20px;

        }

        .goIn .lIrF .left{

            width:100%;

            margin-top:15px;

        }

        .goIn .lIrF .left>.img{

            width:100%;

            height:150px;

            object-fit: cover;

        }

        .goIn .dec{

            width:100%;

            padding:15px;

            box-sizing: border-box;

        }

        .goIn .dec .titleContent>.title{

            font-size:12px;

        }

        .goIn .dec .titleContent>.img{

            zoom:.5;

        }

        .goIn .dec .twoLine{

            zoom:.5;

        }

    }









</style>

<!--理由-->

<style>



    .whyChooseUs .bgTypeArea{

        position: relative;

        width:100%;

        overflow: hidden;

        height:715px;

        margin-top:44px;

    }

    .whyBgContent{

        position: absolute;

        left:0;

        top:0;

    }

    .whyChooseUs .bgTypeArea .img{

        width:100;





    }

    .whyChooseUs .bgTypeArea>.typeArea>.list{

        position: absolute;

        right:0;

        width:815px;

        margin-top:84px;



        display:flex;

        flex-wrap: wrap;

        justify-content: space-between;

    }



    .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle{

        width:370px;

        box-sizing: border-box;

        margin-top:100px;

    }

    .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle:nth-child(-n+2){

        margin-top:0;

    }



    .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.title{

        font-size:24px;

        color:#333333;

        font-weight: bold;

    }

    .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.title>.green{

        color:#32b357 !important;

    }

    .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.des{

        margin-top:30px;

        font-size:16px;

        color:#333;

        line-height:32px;

    }







    @media(max-width:1680px){



        .whyChooseUs .bgTypeArea>.typeArea>.list {

            width: 510px;

            margin-top: 55px;

        }





        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.title{

            font-size: 18px;

            line-height: 30px;

        }

        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.des{

            margin-top: 21px;

            font-size: 13px;

            color: #333;

            line-height: 32px;

        }

        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle {

            width: 242px;

        }





    }





    @media(max-width:1299px){



        .whyChooseUs .bgTypeArea>.typeArea>.list{

            width:100%;

            padding:0;

            box-sizing: border-box;

            margin-top:15px;

            position: static;

            padding-bottom:20px;



        }

        .whyBgContent{

            position: static;

            width:90%;

            height:150px;

            margin:0 auto;

        }





        .whyChooseUs .bgTypeArea{

            margin-top:20px;

            height:auto;

        }



        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle{

            width:100%;

            margin-top:20px !important;

        }

        .whyChooseUs .bgTypeArea>.img{

            position: static;

            display:block;

            width:90%;

            height:150px;

            object-fit: cover;

            margin:0 auto 20px;

        }

        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.title{

            font-size:18px;

        }

        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle>.des{

            font-size:12px;

            line-height:20px;

            margin-top:5px;

        }

        .whyChooseUs .bgTypeArea>.typeArea>.list .publicOneTitle:first-child{

            margin-top:0 !important;

        }





    }











</style>

<!--DIY-->

<style>



    .goInContent.diy .goIn .lIrF .left{

        width:482px;

    }

    .goInContent.diy .goIn .lIrF{

        padding-top:67px;

        padding-bottom:67px;

    }

    .goInContent.diy .goIn .lIrF .right>.t1{

        font-size:44px;

        color:#333;

        font-weight: bold;

    }



    .goInContent.diy .goIn .lIrF .right>.des{

        font-size:33px;

        color:#333;

        margin-top:27px;

    }



    .goInContent.diy .goIn .lIrF .right>.des2{

        font-size:16px;

        line-height:36px;

        color:#333;

        margin-top:70px;

    }

    .goInContent.diy .goIn .lIrF .right{

        margin-top:167px;

    }

    .goInContent.diy .goIn .lIrF .right .more{

        display:block;

        width:185px;

        line-height:50px;

        text-align: center;

        color:#777777;

        text-decoration: none;

        margin:115px 0 0;

        border-radius:25px;

        font-size:16px;

        border: 1px solid #777;

        cursor: pointer;

        background:transparent;

        transition:all .5s;

    }



    .goInContent.diy .goIn .lIrF .right .more:hover{

        background:#32b357;

        color:#fff;

        border: 1px solid transparent;

    }







    @media (max-width:1299px){

        .goInContent.diy .goIn .lIrF{

            padding-top:30px;

            padding-bottom:30px;

        }

        .goInContent.diy .goIn .lIrF .right{

            margin-top:0;

            padding-top:0;



        }

        .goInContent.diy .goIn .lIrF .right>.t1{

            font-size:22px;

        }

        .goInContent.diy .goIn .lIrF .right>.des{

            font-size:16px;

            margin-top:15px;

        }

        .goInContent.diy .goIn .lIrF .right>.des2{

            font-size:14px;

            margin-top:15px;

            line-height:20px;

        }

        .goInContent.diy .goIn .lIrF .right .more{

            width:100px;

            line-height:30px;

            margin:30px auto 0;

            font-size:12px;

        }

        .goInContent.diy .goIn .lIrF .left{

            width:100%;

        }



    }

</style>

<!--产品列表-->

<style>

    .productionList .lIrF{

        padding-top:60px;

        padding-bottom:60px;

        display:none;



    }

    .productionList .lIrF>.typeArea{



        display: flex;

    }

    .productionList .lIrF>.typeArea>.left{

        width:872px;

        margin-right:68px;

    }

    .productionList .lIrF>.typeArea>.left>.img{

        display: block;



    }

    .productionList .lIrF>.typeArea>.right{

        width:calc(100% - 872px - 68px);

        box-sizing: border-box;

        padding-top:67px;

    }



    .productionList .lIrF>.typeArea>.right>.more{

        display: block;

        width: 185px;

        line-height: 50px;

        text-align: center;

        color: #777777;

        text-decoration: none;

        margin: 155px 0 0;

        border-radius: 25px;

        font-size: 16px;

        border: 1px solid #777;

        cursor: pointer;

        background: transparent;

        transition: all .5s;

    }



    .productionList .lIrF>.typeArea>.right>.more:hover{

        background: #32b357;

        color: #fff;

        border: 1px solid transparent;

    }



    .productionList .iconListContent{



    }

    .productionList .iconListContent>.title{

        font-size:28px;

        color:#32b357;

    }

    .productionList .iconListContent .iconList{

        width:100%;

    }

    .productionList .iconListContent .iconList>.item{

        width:100%;

        box-sizing: border-box;

        padding-left:25px;

        position: relative;

        font-size:16px;

        line-height:28px;

        margin-top:35px;

    }

    .productionList .iconListContent .iconList>.item:after{

        position: absolute;

        content: '';

        width: 8px;

        height: 8px;

        top: 11px;

        margin:auto;

        left: 0;

        border-radius:50%;

        background: #E50000;

        border:2px solid #E50000;

        box-sizing: border-box;

    }

    .productionList .iconListContent .iconList>.item.current:after{

        border:2px solid #E50000;



    }









    @media (max-width: 1680px){



        .productionList .lIrF>.typeArea>.right>.more{

            margin: 75px 0 0;

        }



    }



    @media (max-width: 1299px){

        .productionList .lIrF{

            padding:20px 0;

        }

        .productionList .lIrF>.typeArea{

            flex-wrap: wrap;

            padding:0;

        }

        .productionList .lIrF>.typeArea>.left{

            width:100%;

            margin-right:0;

        }

        .productionList .lIrF>.typeArea>.right{

            width:100%;

            padding-top:15px;

        }

        .productionList .iconListContent>.title{

            font-size:14px;

        }

        .productionList .iconListContent .iconList>.item{

            padding-left:12px;

            font-size:12px;

            margin-top:10px;

        }

        .productionList .iconListContent .iconList>.item:after{

            width: 4px;

            height: 4px;

        }

        .productionList .lIrF>.typeArea>.right>.more{

            width:100px;

            line-height:30px;

            margin:30px auto 0;

            font-size:12px;

        }



    }











</style>

<!--产品分类-->

<style>

    .productionType>.typeArea{

        display: flex;

        justify-content: space-between;

    }

    .productionType>.typeArea>.item{

        width:430px;

        position: relative;

        text-align: center;

        padding-bottom:28px;

        cursor: pointer;

    }

    .productionType>.typeArea>.item>.cn{

        font-size:20px;

        color:#bbbbbb;

    }

    .productionType>.typeArea>.item>.en{

        font-size:16px;

        margin-top:19px;

        color:#bbbbbb;

    }

    .productionType>.typeArea>.item>.word{

        font-size:40px;

        margin-top:36px;

        color:#bbbbbb;

    }

    .productionType>.typeArea>.item:after{

        position: absolute;

        bottom:0;

        left:0;

        width:100%;

        height:1px;

        background:#bbbbbb;

        display: block;

        content:'';

    }

    .productionType>.typeArea>.item.current>.cn{

        color:#2c44a4;

    }

    .productionType>.typeArea>.item.current>.en{

        color:#2c44a4;

    }

    .productionType>.typeArea>.item.current>.word{

        color:#2c44a4;



    }

    .productionType>.typeArea>.item.current:after{

        background:#2c44a4;



    }

    .productionType>.typeArea>.item:hover>.cn{

        color:#2c44a4;

    }

    .productionType>.typeArea>.item:hover>.en{

        color:#2c44a4;

    }

    .productionType>.typeArea>.item:hover>.word{

        color:#2c44a4;



    }

    .productionType>.typeArea>.item:hover:after{

        background:#2c44a4;



    }



    @media (max-width: 1680px){

        .productionType>.typeArea>.item{

            width:30%;

        }

    }





    @media (max-width: 1299px){

        .productionType>.typeArea>.item{

            padding-bottom:10px;

        }

        .productionType>.typeArea>.item>.cn{



            font-size:14px;

        }

        .productionType>.typeArea>.item>.en{

            font-size:12px;

            margin-top:10px;

        }

        .productionType>.typeArea>.item>.word{

            font-size:20px;

            margin-top:15px;

        }

    }









</style>

<!--合作伙伴-->

<style>

    .swiperPartner{

        user-select: none

    }

    .swiperPartner .containLogo {

        display: block;

        position: relative;

        width: 100%;

        height: 155px;

        box-sizing: border-box;

        border: 1px solid #F0F0F0;

        transition: all .5s;

    }

    .swiperPartner .containLogo .imgContain {

        overflow: hidden;

        width: 100%;

        height: 100%;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .swiperPartner .containLogo .imgContain img {

        transition: all .5s;

        transform: scale(.7);

    }

    /*.swiperPartner .containLogo:hover {*/

    /*box-shadow: 1px 1px 5px rgba(0,0,0,.2);*/

    /*}*/



    /*.swiperPartner .containLogo:hover .imgContain > img {*/

    /*width: 100%;*/

    /*transition: all .5s;*/

    /*transform: scale(.8);*/

    /*display: block;*/

    /*}*/

    .swiperPartner>.typeArea{



    }



    .swiperPartner>.typeArea .swiper-container{

        padding-bottom:120px;

        top:-1px;

    }

    .swiperPartner>.typeArea .swiper-pagination-bullet-active{

        background: #32B357;

    }

    .swiperPartner>.typeArea .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

        bottom:70px;

    }

    .swiperPartner>.typeArea .swiper-pagination-bullet{

        width:12px;

        height:12px;

        margin: 0 9px;

    }

    .swiperPartner>.typeArea .swiper-slide:nth-child(2n) .containLogo{

        border-top:none;



    }



    @media (max-width:1299px){

        .swiperPartner>.typeArea .swiper-pagination-bullet{

            width:4px;

            height:4px;

            margin:0 2px;

        }

        .swiperPartner>.typeArea .swiper-container{

            padding-bottom:30px;

        }

        .swiperPartner>.typeArea .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

            bottom:10px;

        }



    }



</style>





<!--首页轮播-->

<div class="indexBanner">

    <div class="swiper-container">

        <div class="swiper-wrapper">



            
            <div class="swiper-slide">

                <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/fbf133d1a962760c859ead4c057c6e30.jpg" alt="">

            </div>

            
            <div class="swiper-slide">

                <img src="/upload/lGNkj8A2ld/imgs/20211209/9a2ce9929d90eddd0f065975ace5dee2.jpg" alt="">

            </div>

            
            <div class="swiper-slide">

                <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/2436a07cfdbb324ac19c7058220be823.jpg" alt="">

            </div>

            


        </div>

        <div class="swiper-pagination"></div>

    </div>

</div>

<!--公司数据-->

<div class="ourInfo">

    <div class="typeArea">



        <div class="publicOneTitle">

            <h3 class="title">

                <span id="thor">0</span>

            </h3>

            <p class="des">绿映红装饰成立于2016年,位于佛山市三水区中央科技工业区</p>

        </div>

        <div class="publicOneTitle">

            <h3 class="title">

                <span id="tenTh">0</span>

                +</h3>

            <p class="des">绿映红生产基地占地1万平方米,拥有新的数控设备</p>

        </div>

        <div class="publicOneTitle">

            <h3 class="title">

                <span id="nine">0</span>

            </h3>

            <p class="des">汇聚顶尖科研力量获得9项专利</p>

        </div>

        <div class="publicOneTitle">

            <h3 class="title">

                <span id="fifth">0</span>

            </h3>

            <p class="des">拥有一支经验丰富的30多人的专业技术团队</p>

        </div>



    </div>

</div>



<!--                    湖南启动既有住宅加装电梯三年行动,力争三年加装12000台!-->



<!--走进-->

<div class="goInContent">

    <!--公共标题-->

    <div class="indexPublicTitle">

        <div class="typeArea">

            <div class="publicOneTitle">

                <h3 aos="fade-up" class="title">走进绿映红</h3>

                <p aos="fade-up" class="des">机械产品艺术与高科技装饰为一体的品牌</p>

            </div>

        </div>

    </div>

    <div class="goIn">

        <div class="typeArea">

            <div class="lIrF">

                <div class="right" aos="fade-up">

                    <span class="br2">广东绿映红智能科技有限公司位于我国经济最突出的珠江三角洲腹地---佛山市三水区。是一家以电梯装饰产品为龙头,集机械产品造型艺术与高科技装饰技术为一体,涵括设计、生产、加工、销售的现代化企业。</span>

                    <span class="br">公司自成立以来,本着“以客户为中心,以创意赢未来”的经营理念,用专业的设计技术、时尚的设计风格、优质高效的加工技能,赢得了众多客户的好评。</span>

                    <span class="br2">广东绿映红智能科技有限公司专心致力于电梯产品装饰设计与制作,服务于高档酒店、宾馆、写字楼、别墅、休闲会所、大型商场,顶级住宅等电梯的外观形象设计、轿厢装潢改造和产品部件艺术造型。公司采用全新数控设备,技术力量雄厚,拥有一支富有经验的专业技术团队,是集设计、制造、安装为一体的综合性服务企业。对外承接电梯配件、装饰装潢、 镀金加工等工程项目和OEM配套加工。</span>

                    <span class="br">创新设计、精巧施工、绿色环保是我们公司的灵魂。别具匠心的设计可以使您享受乘坐电梯的快乐,利用有限的空间拓展无限的想象。你会发现,装饰后的电梯有着千变万化的艺术造型:典雅大方、温馨和谐、舒适宽广、豪华尊贵等等空间品位和光彩照人的美好效果。</span>

                    <span class="br">公司致力于为电梯生产厂家和直接客户提供各种类型的电梯装潢设计方案,为适应电梯向舒适化、艺术化的发展,专门针对不同装饰材料做出细致研究、提供多样化的设计,满足客户的不同艺术欣赏品味。愿与各界新老朋友精诚合作,共谋发展,全心全意提供优质产品和高效服务。</span>

                </div>

                <div aos="fade-left" class="left imgContain">

                    <img class="img" src="/static/view/index/fslyh/cn/images/goIn.jpg" alt="">

                </div>

            </div>

            <div class="dec">

                <div class="titleContent">

                    <h3 class="title dh" onclick="javascript:window.open('https://mp.weixin.qq.com/s?__biz=MjM5ODgwNjEwOA==&mid=2651735265&idx=4&sn=b227824639018267fb50a37768bd6d2e&chksm=bd3ff3d28a487ac4ca60b614ff71c234c27daf62da5aa18efb7256fbcfc62417e153fa23433a&mpshare=1&scene=24&srcid=0910K0x2tjPNLqYQNtqXRiCV&sharer_sharetime=1624084155405&sharer_shareid=9e13b89f59352e3cffd778550e19e472&version=3.1.8.3015&platform=win#rd')" aos="fade-up">不锈钢板生产全流程</h3>

                    <img class="img" onclick="javascript:window.open('https://mp.weixin.qq.com/s?__biz=MjM5ODgwNjEwOA==&mid=2651735265&idx=4&sn=b227824639018267fb50a37768bd6d2e&chksm=bd3ff3d28a487ac4ca60b614ff71c234c27daf62da5aa18efb7256fbcfc62417e153fa23433a&mpshare=1&scene=24&srcid=0910K0x2tjPNLqYQNtqXRiCV&sharer_sharetime=1624084155405&sharer_shareid=9e13b89f59352e3cffd778550e19e472&version=3.1.8.3015&platform=win#rd')" aos="fade-up" src="/static/view/index/fslyh/cn/images/goRight.png" alt="">

                </div>

                <div class="twoLine" aos="fade-up">

                    <div class="line1"></div>

                    <div class="line2"></div>

                </div>

            </div>

        </div>

    </div>

    <img class="bg" src="/static/view/index/fslyh/cn/images/goBg.jpg" alt="">

</div>

<!--理由-->

<div class="whyChooseUs">

    <!--公共标题-->

    <div class="indexPublicTitle">

        <div class="typeArea">

            <div class="publicOneTitle">

                <h3 class="title" aos="fade-up">选择绿映红的6大理由</h3>

                <p class="des" aos="fade-up">优化产品结构,层层精心设计</p>

            </div>

        </div>

    </div>



    <div class="bgTypeArea">

        <div class="whyBgContent imgContain" aos="fade-right">

            <img class="img" src="/static/view/index/fslyh/cn/images/whyBg.jpg"  alt="">

        </div>

        <div class="typeArea">





            <div class="list">



                <div class="publicOneTitle" aos="fade-up" >

                    <h3 class="title">

                        专注电梯产品,

                        <span class="green">专业定向服务</span>

                    </h3>

                    <p class="des">致力于提供优良的电梯装潢解决方案,专注制造精致完美、品位典雅的电梯装潢产品</p>

                </div>

                <div class="publicOneTitle" aos="fade-up">

                    <h3 class="title">

                        工艺考究精湛,

                        <span class="green">沉淀多年技能</span>

                    </h3>

                    <p class="des">公司汇集一批专业领域的优秀人才,造就高素质企业制造队伍</p>

                </div>

                <div class="publicOneTitle" aos="fade-up">

                    <h3 class="title">

                        源自研发团队,

                        <span class="green">集成艺术大师</span>

                    </h3>

                    <p class="des">严谨的工作态度,不拘一格的管理和科学化及专一化的为您提供专属电梯装潢设计</p>

                </div>

                <div class="publicOneTitle" aos="fade-up">

                    <h3 class="title">

                        数控技术加工,

                        <span class="green">精益生产管理</span>

                    </h3>

                    <p class="des">拥有进口的设备,专业镭射机、数冲设备、折弯设备等,技术力量雄厚</p>

                </div>

                <div class="publicOneTitle" aos="fade-up">

                    <h3 class="title">

                        现场勘测规划,

                        <span class="green">客户先期体验</span>

                    </h3>

                    <p class="des">以客户角度出发,为客户提供专题设计和量身定做式的人性化技术服务</p>

                </div>

                <div class="publicOneTitle" aos="fade-up">

                    <h3 class="title">

                        产品绿色环保,

                        <span class="green">质优价平增值</span>

                    </h3>

                    <p class="des">产品选材优质,采用优质不锈钢板材、特殊工艺蚀刻板、大理石等高级绿色环保装潢材料</p>

                </div>



            </div>









        </div>

    </div>



</div>

<!--DIY-->

<div class="goInContent diy">

    <div class="goIn">

        <div class="typeArea">

            <div class="lIrF">

                <div class="right">

                    <p aos="fade-up" class="t1">电梯装饰DIY</p>

                    <p aos="fade-up" class="des">选择喜爱的板块 打造专属轿厢产品</p>

                    <p aos="fade-up" class="des2">公司在新品开发领域始终走在前列,坚持以创新,求实;优质,高效为立业之本,以灵活的多元合作,互惠互利为创业之道,在替客户利益着想的基础上谋求自身发展</p>

                    <a aos="fade-up" class="more" href="/index/Productlist/index.html?cid=drfijE1eAC">立即体验</a>

                </div>

                <div class="left" aos="fade-left">

                    <img class="img" src="/static/view/index/fslyh/cn/images/diyDemo.png" alt="">

                </div>

            </div>

        </div>

    </div>

    <img class="bg" src="/static/view/index/fslyh/cn/images/diyBg.jpg" alt="">

</div>

<!--产品列表-->

<div class="productionList">

    <!--公共标题-->

    <div class="indexPublicTitle">

        <div class="typeArea">

            <div class="publicOneTitle">

                <h3 aos="fade-up" class="title">绿映红产品展示</h3>

                <p aos="fade-up" class="des">空间有限,创意无限</p>

            </div>

        </div>

    </div>



    <div class="typeArea">



        <div aos="fade-up" class="lIrF show">

            <div class="typeArea">

                <div class="left imgContain">

                    <img class="img" src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210513/00bfb4c23a6dbdf4b88ae21867b4c39f.jpg" alt="">

                </div>

                <div class="right">

                    <div class="iconListContent">

                        <h3 class="title">观光轿厢系列</h3>

                        <div class="iconList" id="pro1">

                            独具匠心的设计,令简洁成就优雅;&lt;br&gt;
通透的光源为整个轿厢营造出明亮温馨的气氛,增强了轿厢整天空间感受;&lt;br&gt;
镀色颜色可选,更好满足不同审美观要求。
                        </div>

                    </div>

                    <a class="more" href="/index/productlist/index.html?cid=s4x8qgl1Ed">了解更多</a>

                </div>

            </div>

        </div>

        <div  class="lIrF">

            <div class="typeArea">

                <div class="left imgContain">

                    <img class="img" src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/57d2a471b0bc26c85b0e62ab12260e37.jpg" alt="">

                </div>

                <div class="right">

                    <div class="iconListContent">

                        <h3 class="title">装饰轿厢系列</h3>

                        <div class="iconList" id="pro2">

                            城市中移动的风景,美观而高雅;&lt;br&gt;
精致的视觉美观和完美乘坐的舒适感;&lt;br&gt;
可以自然融入环境的装饰轿厢电梯
                        </div>

                    </div>

                    <a class="more" href="/index/productlist/index.html?cid=C3rMiCzzde">了解更多</a>

                </div>

            </div>

        </div>

        <div  class="lIrF">

            <div class="typeArea">

                <div class="left imgContain">

                    <img class="img" src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/f61c126b221a05f875f945e9052db99d.jpg" alt="">

                </div>

                <div class="right">

                    <div class="iconListContent">

                        <h3 class="title">别墅梯轿厢</h3>

                        <div class="iconList" id="pro3">

                            优质的家用电梯在别墅中演绎豪宅浮华;&lt;br&gt;
集美观、舒适、安全、节能、低噪音等于一身&lt;br&gt;
外观能配合不同风格、不同结构的建筑进行设计
                        </div>

                    </div>

                    <a class="more" href="/index/productlist/index.html?cid=G5naj1zhaD">了解更多</a>

                </div>

            </div>

        </div>



    </div>

</div>

<!--Array
(
    [id] => 71
    [title] => 观光轿厢系列
    [subtitle] => 
    [remark] => 独具匠心的设计,令简洁成就优雅;<br>
通透的光源为整个轿厢营造出明亮温馨的气氛,增强了轿厢整天空间感受;<br>
镀色颜色可选,更好满足不同审美观要求。
    [img] => http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210513/00bfb4c23a6dbdf4b88ae21867b4c39f.jpg
    [img1] => http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210513/00bfb4c23a6dbdf4b88ae21867b4c39f.jpg
    [url] => /index/productlist/index.html?cid=s4x8qgl1Ed
    [pcid] => cgsuqGpGSp
    [cid] => s4x8qgl1Ed
)
-->

<!--产品分类-->

<div class="productionType">

    <div class="typeArea">

        <div aos="fade-up" class="item current">

            <h3 class="cn">标准轿厢</h3>

            <p class="en upper">Standard car</p>

            <p class="word">L</p>

        </div>

        <div aos="fade-up" class="item">

            <h3 class="cn">定制轿厢</h3>

            <p class="en upper">Custom car</p>

            <p class="word">Y</p>

        </div>

        <div aos="fade-up" class="item">

            <h3 class="cn">高端轿厢</h3>

            <p class="en upper">High-end car</p>

            <p class="word">H</p>

        </div>

    </div>

</div>

<!--合作伙伴-->

<div class="partner">

    <div class="indexPublicTitle">

        <div class="typeArea">

            <div class="publicOneTitle">

                <h3 aos="fade-up" class="title">我们的合作伙伴</h3>

                <p aos="fade-up" class="des">以丰富的行业经验,为更多客户提升产品价值</p>

            </div>

        </div>

    </div>

    <div class="swiperPartner" aos="fade-up">

        <div class="typeArea">



            <div class="swiper-container">

                <div class="swiper-wrapper">



                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/84eabe8950e80071d789ee2adf57d439.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/14bae7678b4e26271c4f68c09a6612bd.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210610/66d4004161dc2bc3e7f4f9fbfd33b97e_thumb.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/3397c781d594433e4046f67a71c82b72.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/2dad345db0453010bc32cee1b89d96e6.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/b8bc9dd20ac3328cefc42a48badd57aa.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/47eab09fed6436894375fb8cb1c0e4fc.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/a61e1b1c5f42598054127b98a599802c.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/61f3cbbbf8d3b7cf0354df19cd648410.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/4d8729279d060975a28ed5f4924b4454.png" alt="">

                                </div>

                            </div>

                        </div>

                    
                        <div class="swiper-slide  stop-swiping">

                            <div class="containLogo">

                                <div class="imgContain">

                                    <img src="http://fslyh.996w.cn/upload/lGNkj8A2ld/imgs/20210517/d482dd72ae332d6dcda82f306c481d67.png" alt="">

                                </div>

                            </div>

                        </div>

                    




                </div>

                <div class="swiper-pagination"></div> <!--分页器-->

            </div>







        </div>

    </div>

</div>



<script type="text/javascript">

    function tip(text,destoryTime){

        if(document.getElementById('tipOnlyId')) {

            return false;

        }

        var tip = document.createElement('span');

        tip.setAttribute('id','tipOnlyId');

        tip.innerHTML =text;

        tip.style.position = 'fixed';

        tip.style.left = ' 50%';

        tip.style.top = '50%';

        tip.style.marginLeft = '-50px';

        tip.style.marginTop = '-50px';

        tip.style.padding = '10px 20px';

        tip.style.background = 'rgba(0,0,0,0.5)';

        tip.style.zIndex = '9999';

        tip.style.color = '#fff';

        document.body.appendChild(tip);

        setTimeout(function(){

            document.body.removeChild(tip);

        },destoryTime*1000 || '2000');

    }

    window.onload=function(){



        setTimeout(function(){

            $.fn.numberRock = function (options) {

                var defaults = {

                    speed: 24,

                    count: 100

                };

                var opts = $.extend({}, defaults, options);



                var div_by = 100,

                    count = opts["count"],

                    speed = Math.floor(count / div_by),

                    sum = 0,

                    $display = this,

                    run_count = 1,

                    int_speed = opts["speed"];

                var int = setInterval(function () {

                    if (run_count <= div_by && speed != 0) {

                        $display.text(sum = speed * run_count);

                        run_count++;

                    } else if (sum < count) {

                        $display.text(++sum);

                    } else {

                        clearInterval(int);

                    }

                }, int_speed);

            };

            $("#thor").numberRock({

                speed: 10,

                count: 2016
            });

            $("#tenTh").numberRock({

                speed: 10,

                count: 10000
            });

            $("#nine").numberRock({

                speed: 100,

                count: 9
            });

            $("#fifth").numberRock({

                speed: 50,

                count: 30
            });

        },100);



    }

    //选项卡

    function tabSwitch(obj){



        var dom1=obj.dom1



        var dom2=obj.dom2 || null



        var childDom=obj.childDom || null



        var class1=obj.class1 || 'current'



        var class2=obj.class2 || 'show'



        var event=obj.event || 'click'



        var newChildArr=[]



        var childDomArr=[]





        for(let i=0;i<$(dom1).length;i++){



            $(dom1)[i].addEventListener(event, callback);



            function callback(){



                $(this).addClass(class1);



                $(this).siblings().removeClass(class1);



                var index = $(this).index();



                if(dom2 != null){



                    if($(dom2)[0].parentElement==document.body){



                        for(let j=0;j<$(dom2).length;j++){



                            if($(dom2)[j].getAttribute("index")){



                                newChildArr.push($(dom2)[j])



                            }



                        }



                    }



                    if(newChildArr.length>0){



                        for(let z=0;z<newChildArr.length;z++){

                            $(newChildArr[z]).removeClass(class2)

                        }



                        var $el =newChildArr[index]



                        $($el).addClass(class2);



                        return

                    }



                    var $el = $(dom2).eq(index);



                    $el.addClass(class2);



                    $el.siblings().removeClass(class2);



                }





                if(childDom != null){



                    for(let h=0;h<$(childDom).length;h++){

                        $(childDom[h]).addClass("hide")

                    }



                    if($(childDom[index]).length === 1){



                        $(childDom[index]).removeClass("hide")



                    }else{



                        for(let n=0;n<$(childDom[index]).length;n++){



                            if($(childDom[index])[n].getAttribute("index")){



                                $(childDom[index])[n].classList.remove('hide')



                            }



                        }



                    }



                }



            }

        }



    }

    tabSwitch({

        dom1:'.productionType>.typeArea>.item',

        dom2:'.productionList .lIrF',

        class1:'current',

        class2:'show',

        event:'click'

    })

    //首页轮播

    $(function () {



        var swiper = new Swiper('.indexBanner .swiper-container', {



            autoplay: true,

            pagination: {

                el: '.indexBanner .swiper-pagination',

            },



        });



    });

    // 荣誉轮播

    $(function(){



        var clientWidth = document.documentElement.clientWidth;





        if (clientWidth < 1278) {

            new Swiper('.swiperPartner .swiper-container', {

                slidesPerView: 2,

                slidesPerColumn: 2,

                spaceBetween: 0,

                autoplay:true,

                noSwiping : true,

                noSwipingClass : 'stop-swiping',

                pagination: {

                    el: '.swiperPartner .swiper-pagination',

                },

            });

            return false;

        }



        new Swiper('.swiperPartner .swiper-container', {

            slidesPerView: 5,

            slidesPerColumn: 2,

            spaceBetween: 0,

            autoplay:true,

            noSwiping : true,

            noSwipingClass : 'stop-swiping',

            pagination: {

                el: '.swiperPartner .swiper-pagination',

            },

        });



    });

    // 内容替换

    $(function(){

        var templat=''



        var newArray=$('#pro1').text().trim().split('<br>')



        for(var i=0;i<newArray.length;i++){



            templat += `

                <div class="item">

                    <span class="title">

                        <span>${newArray[i]}</span>

                    </span>

                </div>`



        }

        $('#pro1').html(templat)





        var templat=''



        var newArray=$('#pro2').text().trim().split('<br>')



        for(var i=0;i<newArray.length;i++){



            templat += `

                <div class="item">

                    <span class="title">

                        <span>${newArray[i]}</span>

                    </span>

                </div>`



        }

        $('#pro2').html(templat)





        var templat=''



        var newArray=$('#pro3').text().trim().split('<br>')



        for(var i=0;i<newArray.length;i++){



            templat += `

                <div class="item">

                    <span class="title">

                        <span>${newArray[i]}</span>

                    </span>

                </div>`



        }

        $('#pro3').html(templat)



    })

</script>




<!--footer-->
<style>
    .ke_ConMenu {
        height: 190px;
        width: 40px;
        margin-top: -95px;
        position: fixed;
        top: 50%;
        right: 20px;
        z-index: 300;
    }

    .ke_ConMenu ul li {
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
        position: relative;
    }

    .keCon_icon {
        background: rgba(0, 0, 0, 0.3);
        display: block;
        border-radius: 50%;
        height: 40px;
        cursor: pointer;
    }

    .keCon_icon:hover {
        background: #2984EF;
    }

    .keCon_show {
        line-height: 40px;
        color: #FFF;
        height: 40px;
        background: #fd8c26;
        position: absolute;
        top: 0px;
        right: 0px;
        padding-left: 15px;
        border-radius: 1.8em;
        display: none;
    }

    .ke_ConMenu a {
        color: #333;
        text-decoration: none;
        outline: none;
        transition: all 0.3s ease;
        font-size: 12px
    }

    .keCon_show img {
        float: right;
        border-radius: 50%;
    }

    .cor_bs,
    .cor_bs:hover {
        color: #fff;
    }

    .keCon_wx {
        background: #FFF;
        height: 173px;
        padding-top: 12px;
        text-align: center;
        width: 202px;
        position: absolute;
        top: -8px;
        right: 68px;
        border-radius: 0.3em;
        font-size: 16px;
        line-height: 30px;
    }

    .keCon_wx2 {
        position: absolute;
        top: 0;
        right: 50px;
        width: 170px;
        padding: 5px 20px;
        border: 1px solid #fe5a5a;
        font-size: 22px;
        color: #fe5a5a;
    }
</style>
<div class="ke_ConMenu">
    <ul>
        <li>
            <span class="keCon_icon">
                <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/keCon_icon1.png" width="40" height="40" id="phone1">
                <div class="keCon_show" style="width: 40px; display: none;">
                    <a class="cor_bs" href="http://p.qiao.baidu.com/cps/chat?siteId=11553646&amp;userId=24912659"
                        target="_blank">
                        <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/keCon_icon1.png" width="40" height="40">
                    </a>
                </div>
            </span>
        </li>
        <li>
            <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&amp;uin=2385447303&amp;site=qq&amp;menu=yes';">
                <span class="keCon_icon">
                    <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/121212.png" width="40" height="40">
                    <div class="keCon_show" style="width: 40px;">
                        <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/121212.png" width="40" height="40">
                    </div>
                </span>
            </a>
        </li>
        <li id="weChat">
            <span class="keCon_icon">
                <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/qwqwqw.png" width="40" height="40">
                <div class="keCon_show" style="width: 40px;">
                    <img src="https://qqim.com.cn/static/index/nW45bYHdr/pc/zh-cn/images/qwqwqw.png" width="40" height="40">
                </div>
            </span>
            <div class="keCon_wx hide">
                <img src="/static/view/index/fslyh/cn/images/addimgs1210-1.png" alt="" style="width:100%">
            </div>
        </li>

    </ul>
    <span class="keCon_wx2 hide">0757-66898808</span>
</div>

<script>
    $(function(){
        $('.ke_ConMenu ul li:eq(0)').hover(function(){
            $('.keCon_wx2').removeClass('hide')
        },function(){
            $('.keCon_wx2').addClass('hide')
        })

        $('.ke_ConMenu ul li:eq(2)').hover(function(){
            $('.keCon_wx').removeClass('hide')
        },function(){
            $('.keCon_wx').addClass('hide')
        })
    })
</script>

<style>
    .footer {

        position: relative;

    }



    .footer .top .productionSort {

        display: flex;



    }

    .footer .top .productionSort>div {

        margin-right: 80px;

        max-width: 280px;

    }

    .footer .top .productionSort>div .title {

        color: #333;

        margin-bottom: 23px;

        margin-top: 0;

        font-size: 20px;

        cursor: text;

    }

    .footer .top .productionSort>div .line {

        width: 36px;

        height: 4px;

        background: #32b357;

    }

    .footer .top .productionSort>div .title:hover {

        color: #333;

    }

    .footer .top .productionSort>div a {

        margin-top: 14px;

        font-size: 16px;

        line-height: 25px;

        color: #333;

        display: block;

    }



    .footer .top .productionSort>div a:hover {

        color: #32b357;

    }

    .footer .top .productionSort>div:last-child {

        margin-right: 0;

    }

    .footer .top .qrGather {

        display: flex;

        position: absolute;

        right: 0;

        top: 44px;



    }

    .footer .top .qrGather>div {

        color: #333;

        font-size: 14px;

        margin-right: 34px;

        text-align: center;

    }

    .footer .top .qrGather>div>p {

        margin-top: 15px;

    }

    .footer .top .qrGather>div:last-child {

        margin-right: 0;

    }





    .footerBg {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: -1;



    }

    .footer .top {

        box-sizing: border-box;

        padding-top: 44px;

    }

    .footer .typeArea>.line {

        width: 100%;

        height: 2px;

        background: #E8EBEA;

        margin-top: 48px;

    }

    .footer .bottom {

        text-align: center;

        line-height: 40px;

        font-size: 14px;

        color: #666;

    }

    .footer .bottom>.technicalSupport {

        color: #666;

        transition: color .3s;

        margin-left: 34px;

    }

    .footer .bottom>.technicalSupport:hover {

        color: #32b357;

    }





    @media(max-width:1299px) {

        .footer .top {

            display: none;

        }



        .footer .top .productionSort {

            display: none;

        }

        .footer .top .qrGather {

            position: static;

            margin: 0 auto;

            justify-content: center;

        }

        .footer .top {

            padding-top: 15px;

        }

        .footer .typeArea>.line {

            height: 1px;

            margin-top: 15px;

        }

        .footer .bottom {

            display: flex;

            flex-direction: column;

            line-height: 25px;

            font-size: 13px;

            padding: 15px 0;

        }

        .footer .bottom>.technicalSupport {

            /*margin-top:5px;*/

        }

    }
</style>

<!--footer-->

<div class="footer">

    <img class="footerBg" src="/static/view/index/fslyh/cn/images/footerBg.jpg" alt="">

    <div class="typeArea">

        <div class="top">



            <div class="productionSort">





                <div>

                    <a class="title">产品中心</a>

                    <div class="line"></div>





                    
                    <a href="/index/productlist/index.html?cid=s4x8qgl1Ed">观光轿厢系列</a>

                    
                    <a href="/index/productlist/index.html?cid=C3rMiCzzde">装饰轿厢系列</a>

                    
                    <a href="/index/productlist/index.html?cid=G5naj1zhaD">别墅梯轿厢</a>

                    
                    <a href="/index/productlist/index.html?cid=QHqrAfQsv7">操纵箱与外呼面板</a>

                    
                    <a href="/index/productlist/index.html?cid=3Fevu2t59L">厅门</a>

                    
                    <a href="/index/productlist/index.html?cid=BmPQfsPxTA">轿底</a>

                    
                    <a href="/index/productlist/index.html?cid=DEAlm8ofCN">吊顶</a>

                    
                    <a href="/index/productlist/index.html?cid=khhhlwrGoE">扶手</a>

                    
                </div>

                <div>

                    <a class="title">关于绿映红</a>

                    <div class="line"></div>



                    <a href="/index/Article/index.html?cid=TCmzs2zpTE#show1">公司介绍</a>

                    <a href="/index/Article/index.html?cid=TCmzs2zpTE#show2">企业文化</a>

                    <a href="/index/Article/index.html?cid=TCmzs2zpTE#show3">设备展示</a>

                    <a href="/index/Article/index.html?cid=TCmzs2zpTE#show4">公司环境</a>

                    <a href="/index/Article/index.html?cid=TCmzs2zpTE#show5">荣誉资质</a>

                </div>

                <div>



                    <a class="title">新闻资讯</a>

                    <div class="line"></div>





                    
                    <a href="/index/Articlelist/index.html?cid=BPQJijqBNQ">公司新闻</a>



                    
                    <a href="/index/Articlelist/index.html?cid=kHh1PbELrz">行业动态</a>



                    
                    <a href="/index/Articlelist/index.html?cid=twKvefLvTf">专业知识</a>



                    


                </div>

                <div>

                    <a class="title">联系我们</a>

                    <div class="line"></div>



                    <a>电话:0757-66898808</a>

                    <a>邮箱:[email protected]</a>

                    <a>地址:佛山市三水区大塘工业园开元路2号 /  研发中心:南海区狮山镇罗村雅致广场533室</a>

                </div>



            </div>



            <div class="qrGather">

                <div>

                    <img src="/static/view/index/fslyh/cn/images/mobileQr.jpg" alt="">

                    <p>绿映红手机站</p>

                </div>

                <div>

                    <img src="/static/view/index/fslyh/cn/images/weChatQr.jpg" alt="">

                    <p>绿映红公众号</p>

                </div>

            </div>





        </div>

        <div class="line"></div>

        <div class="bottom">



            <a>Copright © 2021广东绿映红智能科技有限公司 </a>

            <a class="technicalSupport" target="_blank" href="http://gw.996w.com/">技术支持:九六网</a>



        </div>

    </div>



</div>





<script src="/static/view/index/fslyh/cn/js/jquery-3.6.0.min.js"></script>

<script src="/static/view/index/fslyh/cn/js/index.js"></script>

<script src="/static/view/index/fslyh/cn/js/aos.js"></script>

<script src="/static/view/index/fslyh/cn/js/swiper.min.js"></script>

<script>

    AOS.init({

        offset: 120,

        duration: 400,

        easing: 'ease-in-sine',

        delay: 100,

        once: true,

        disable: window.innerWidth < 1300

    });

</script>

</body>

</html>


                               

Whois info of domain

Domain Name: FSLYH.COM
Registry Domain ID: 2594343435_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2025-02-18T02:46:54Z
Creation Date: 2021-02-27T06:45:59Z
Registry Expiry Date: 2026-02-27T06:45:59Z
Registrar: Xin Net Technology Corporation
Registrar IANA ID: 120
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4008182233
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.72DNS.COM
Name Server: NS2.IDC1.CN
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T07:57:40Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass