<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{

    padding: 0;

    margin: 0;

	font-size:16px;

    font-family: 微软雅黑;


}

a{

    text-decoration: none;

}

li{

    list-style: none;

}

.fixed{

    position: fixed;

    z-index: 1000;

}

.center-box{

    width: 1248px;

    margin: 0 auto;

}

.img-responsive{

    width: 100%;

    height: auto;

}

/*标题*/

.title h1{

    font-size: 46px;

    font-weight: 500;

}

.title span{

    font-size: 16px;

    letter-spacing:12px;

}

/*垂直居中*/

.center-hight{

    position: relative;

    top:56%;

    transform:translateY(-50%);

    -ms-transform:translateY(-50%); 	/* IE 9 */

    -moz-transform:translateY(-50%); 	/* Firefox */

    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */

    -o-transform:translateY(-50%);

}

.hide{

    display: none;

}

.container_r{padding-top: 100px;}



/*导航*/

.header{

    top:0;

    left:0;

    width: 100%;

    height: 100px;

    line-height: 100px;

    background: rgba(0, 0, 0, 0.8);

    /*border: 1px solid #3f53ff;*/

}

.navbar{

    background: #000;

}



.navbar-l{

    background: rgba(0, 0, 0, 0.8);

}

.header .logo{

    vertical-align: middle;

    display:inline-block;

}



.header ul{

    float: right;

    /*border: 1px solid #46ff61;*/

}

.header ul li{

    float: left;

    margin-left: 40px;



}

.header ul li a{

    color: #ddd;

}

.header ul li:hover a{

    color: #19a278;

}



.header ul li:hover dl dd a,.header ul li dl dd a{

    color: #fff;

}



.header ul  dl dd:hover a,.activeOne{

    color: #19a278 !important;

}

.header ul li dl{

    overflow: hidden;

    height: 0;

    box-sizing: border-box;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    position: absolute;

    top:100px;

    left:0;

    z-index: 1000;

    background: rgba(0, 0, 0, 0.74);

    width: 100%;

    transition:opacity 0.5s;

    opacity: 0;

    padding: 0 15%;

    /*border: 1px solid red;*/

}

.header ul  li:nth-of-type(5) dl{

    padding: 0 0 0 30%;

}

.header ul li:hover dl{

    height: auto;

    opacity: 1;

}

.header ul li dl dd{

    float: left;

    /*border: 1px solid red;*/

    line-height: normal;

    padding: 30px 20px 8px 20px;

    text-align: center;

    width: 15%;

}

.header ul li dl dd span{

    display: block;

    text-align: center;

    margin-top: 10px;

}





/*脚注*/

.footer{

    background: url("../images/bg3.jpg") no-repeat;

    background-size: cover;

    font-size: 12px;

}

.footer ul{

    float: left;

}

.footer ul li{

    float: left;

    margin-right: 45px;

}

.foot-box{

    overflow: hidden;

    float: none;

    padding: 40px;

}

.footer li a,.footer span{

    color: #fff;

}

.footer dl{

    margin-top: 10px;

}

.footer dd{

    line-height:35px;

}

.footer dd,.footer dd a{

    color: #999;

    font-size: 14px;

}

.call{

    font-size: 30px !important;

    color: #1cab80 !important;

    margin-bottom: 15px;

}

.footer a:hover,.call,.foot-bottom a{

    color: #1cab80;

}

.foot-icon{

    float: right;

}

.foot-icon ul,.foot-icon dl{

    clear: both;

}

.foot-icon ul li{

    float: left;

    color: #fff;

    margin:0 0 0 10px;

    line-height: 35px;

    cursor: pointer;

}

.foot-icon ul li img{

    border-radius: 50%;

    width: 35px;

}

.foot-icon ul li img:nth-of-type(2),.foot-icon ul li:hover img:nth-of-type(1){

    display: none;

}

.foot-icon ul li:hover img:nth-of-type(2){

    display: block;

}

.foot-icon dd{

    width: 128px;

    float: left;

    text-align: center;

}

.foot-icon dd:last-child{

    float: right;

}

.foot-bottom{

    padding: 20px 0;

    border-top:0.5px solid #666;

    text-align: center;

    color: #fff;

    /*white-space: pre;*/

    font-size: 10px;

}

.foot-bottom span,.foot-bottom a{

    color: #999;

   font-size: 14px!important;

    /*line-height: 12px;*/

}

.foot-bottom p{

    margin-top: 5px;

    font-size: 12px!important;

    color:#fff;

}

.foot-bottom p a{

    font-size: 14px!important;

    color:#fff;

}









#newBridge .icon-right-center{
   bottom:100px !important;

}

/*侧导航*/

#sidebar{

    right:50px;

    top:50%;

    transform:translateY(-50%);

    -ms-transform:translateY(-50%); 	/* IE 9 */

    -moz-transform:translateY(-50%); 	/* Firefox */

    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */

    -o-transform:translateY(-50%);

}

#sidebar li a{

    color: #fff;

}



#sidebar li{

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background-color: rgba(0, 0, 0, 0.82);

    color: #fff;

    margin-top: 5px;

    position: relative;

}

#sidebar li:hover{

    background-color: #1cab81;

}

#sidebar li div{

    width: 150px;

    min-height: 50px;

    position: absolute;

    right:0;

    top:0;

    background: #fff;

    color: #333;

    border: 1px solid #ccc;

    opacity: 0;

    transition: all 0.5s;

}

#sidebar li:hover div{

    opacity: 1;

    right: 60px;

}

.wei{

    line-height: normal;

}

.wei span{

    display:block;

    margin: -5px 0 4px 0;

}





/*申请加盟*/

.apply{

    position: fixed;

    bottom: 0;

    width: 100%;

    z-index: 1000;

    background-color: #282828;

    transition: all 0.5s;

}

.ap-box{

    /*border: 1px solid red;*/

    position: relative;

    clear: both;

    height: 150px;

    cursor: pointer;

}

.ap-box img,.ap-box i{

    position: absolute;

}

.ap-box img{

    width: 224px;

    left: 0;

    bottom: 0;

}

.ap-box i{

    top:5px;

    right: -30px;

    color: #fff;

    font-size: 26px;

}

.ap-box form{

    height:100%;

    width: 80%;

    /*border: 1px solid red;*/

    float: right;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.ap-box div{

    float: left;

    /*border: 1px solid red;*/

}

.ap-box label{

    display: block;

    color: #fff;

}

.ap-box label:first-child{

    font-size: 34px;

    margin-bottom: 8px;

}

.ap-box label:last-child{

    font-size: 20px;

}

.ap-box div:nth-child(2){

    width: 80%;

    /*border: 1px solid darkblue;*/

}

.ap-box div:nth-child(2) div{

    width:80%;

}

.ap-box form input{

    height: 35px;

    width:44%;

    padding: 0 10px;

    background-color: #fff;

    border-radius: 5px;

    border: 1px solid #ccc;

    color: #1c791a;

    margin:5px;

}

.ap-box form input:last-child{

    width: 90%;

}

.ap-box form button{

    display: block;

    width:20%;

    height: 85px;

    background-color: #fff;

    border-radius: 5px;

    border: 1px solid #ccc;

    color: #0c694d;

    margin-left: 10px;

    font-size: 25px;

}

.apply p{

    display: none;

    color: #fff;

    padding: 50px 0 0 90px;

    box-sizing: border-box;

}

.ap-min p span{

    font-size: 12px;

    display: block;

}

.ap-min form,.ap-min i{

    display: none;

}

.ap-min p,.ap-min .fa-angle-right{

    display: block;

    z-index: 1000;

}

.ap-min .fa-angle-right{

    top:54px;

    right: 16px;

    color: #ddd;

    font-size: 26px;

}

.ap-min{

    position: fixed;

    bottom:0;

    width: 170px;

    border-radius: 0 50% 50% 0;

    z-index: 1000;

    background-color: #282828;

}

.ap-min .ap-box{

    /*border: 1px solid red;*/

    position: relative;

    height: 138px;

}

.ap-min img{

    position: absolute;

    z-index: -1;

}

.ap-min img{

    width: 155px;

    left: 0;

    bottom: 0;

}







/*PC端*/

@media (max-width: 1440px){

    .center-box{

        width:1000px;

    }

    .container_r{padding-top: 60px;}

    /*导航*/

    .header{

        height: 60px;

        line-height: 60px;

    }

    .header .logo{

        width: auto;

        height: 38px;

    }





    .header ul li{

        margin-left: 25px;

        font-size: 14px;



    }

    .header ul li a{

        font-size: 14px;



    }

    .header ul li dl{

        top:60px;

    }







    /*脚注*/
    .foots-box{

        width:900px;

    }

    .footer ul li{

        margin-right: 15px;

    }

    .foot-box{

        padding:30px 0;

    }



    .footer li a{

        font-size: 14px;

    }



    .footer dd,.footer dd a{

        font-size: 11px;

    }





    .footer dd{

        line-height: 25px;

    }

    .foot-icon ul li{

        margin:0 0 0 0;

        line-height: 45px;

    }

    .foot-icon ul li img {

        width: 45px;

    }

    .bdsharebuttonbox a{

	width: 45px;

        height:45px;

    }



    .call{

        font-size: 24px !important;

        margin-bottom: 15px;

    }



    /*侧导航*/

    #sidebar li{

        width: 30px;

        height: 30px;

        line-height: 30px;

    }

    #sidebar li div{

        width: 100px;

        min-height: 30px;

        font-size: 12px;

    }

    #sidebar li:hover div{

        right:40px;

    }





    /*申请加盟*/

    .ap-box{

        height: 100px;

        cursor: pointer;

    }

    .ap-box img{

        width: 160px;

    }

    .ap-box i{

        font-size: 16px;

    }

    .ap-box label:first-child{

        font-size: 24px;

        margin-bottom: 5px;

    }

    .ap-box label:last-child{

        font-size: 13px;

    }



    .ap-box form input{

        height: 24px;

        font-size: 12px;

        padding: 0 5px;

        width: 43%;

    }



    .ap-box form button{

        height: 62px;

        margin-top: 5px;

        margin-left: 10px;

        font-size: 16px;

    }

    .main .tab .page-num-current{

        background: rgba(28, 171, 128, 0.89);

        color: #fff;

    }

    .current p, .current a, .menu li a {

        font-size: 14px;

    }



}







</pre></body></html>