﻿*{
    padding: 0;
    margin: 0;
	font-size:16px;
    font-family: 微软雅黑;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.fixed{
    position: fixed;
    z-index: 1000;
}
.center-box{
    width: 1200px;
    margin: 0 auto;
}
.img-responsive{
    width: 100%;
    height: auto;
    display: block;
}
/*标题*/
.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%;
    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{
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #46ff61;*/
}
.header ul li{
    display: inline-block;
    padding: 36px 24px;
}
.header ul li a{
    color: #999;
}
.header ul li:hover a{
    color: #abcd03;
}

.header ul li:hover dl dd a,.header ul li dl dd a{
    color: #fff;
}

.header ul  dl dd:hover a,.activeOne{
    color: #abcd03 !important;
}
.header ul li dl{
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top:94px;
    left:0;
    z-index: 1000;
    background: rgba(225,225,225, 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;
    line-height: normal;
    padding: 10px 20px 8px 20px;
    text-align: center;
    width: 15%;
}
.header ul li dl dd span{
    display: block;
    text-align: center;
    background: #fff;
    color: #333;
}


/*脚注*/
.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: #abcd03 !important;
    margin-bottom: 15px;
}
.footer a:hover,.call,.foot-bottom a{
    color: #abcd03;
}
.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{
   top:auto !important;
   bottom:100px !important;
}
/*侧导航*/
#sidebar{
    right:10px;
    bottom: 130px;
    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{
    width: 58px;
    height: 58px;
    text-align: center;
    background: rgba(119, 119, 119,0.8);
    color: #fff;
    margin-top: 5px;
    position: relative;
}
#sidebar li:hover{
    background-color: #abcd03 !important
}
#sidebar li a{
    display: block;
    color: #fff;
}
#sidebar li a i{
    font-size: 58px;
    display: block;
    line-height: 35px;
}
#sidebar li a span.tip{
    font-size: 12px;
}
#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: rgba(28, 171, 128, 0.89);
    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: #1c791a;
    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: 150px;
    border-radius: 0 50% 50% 0;
    z-index: 1000;
    background-color: #164b3b;
}
.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){
    .container_r{padding-top: 60px;}
    /*导航*/
    .header{
        height: 94px;
    }
    .header .logo{
        width: 240px;
        height: 94px;
    }



    /*脚注*/
    .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 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;
    }

}



