.ccg-bigBgc{
    width: 50.5%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #545454;
    -moz-box-shadow:-3px 0px 50px #545454;
    -webkit-box-shadow:-3px 0px 50px #545454;
    box-shadow:-3px 0px 50px #545454;
    box-shadow: -3px 0px 50px #545454;
    z-index: -99;
}
/* 顶部公用导航*/

.ccg-head{
    width: 100%;
    height: 90px;
    /* background: red; */
}
.ccg-head>div{
    float: left;
}
.ccg-head>.ccg-head-left{
    width: 300px !important;
    margin-left: 42px;
    /* background: pink; */
}
.ccg-head>.ccg-head-left>h1{
    font-size: 16px;
  font-weight: bold;
    line-height: 50px ;
}
.ccg-head>.head-center{
    position: absolute;
    top: 30px;
    left: 49.5%;
   
}
.ccg-head>.head-center>ul{
    display: flex;
    position: absolute;
    width: 547px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ccg-head>.head-center li{
     margin-left: 44px;
}
.ccg-head>.head-center li a{
    float: left;
    /* margin-left: 44px; */
    font-size: 16px;
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
    transition: 0.2s all linear;
    cursor: pointer;
    color: #000 !important;
}
.ccg-head>.head-center li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #000;
    transition: 0.2s all linear; 
}  
.ccg-head>.head-center li a:hover::before{
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #000;
}
.ccg-head>.head-center li a:hover ~ .ccg-head>.head-center li a::before{
    left: 0;
}
.ccg-head>.head-center li a:active{
    background: #000;
    color: #fff;
}
.ccg-head>.head-center li a{
   
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    display: inline-block;
    padding: 0 5px;
}


.ccg-head>.head-center li:first-child{
    margin-left: 0px;
}
.ccg-head>.head-right{
    float: right;
    margin-right: 102px;
    margin-top: 10px;
}
.ccg-head>.head-right>img{
    width: 190px;
    height: 52px;
    display: inline-block;
}
    /* 网站底部 */
 .ccg-foot{
        width: 100%;
        height: 180px;
    }
.ccg-foot>.ccg-bx{
    text-align: center
}
.ccg-foot>.ccg-bx ul .logo-btm{
    width: 220px;
    height: 76px;
    margin-left: 90px;

}
.ccg-foot>.ccg-bx ul .ewm-btm{
    width: 96px;
    height: 96px;
}
.ccg-foot>.ccg-bx ul .shuxian{
    width: 3px ;
    height: 60px;
    background: #569dd5;
    margin:0 60px;
    vertical-align: middle;
} 
.ccg-foot>.ccg-bx li{
    display: inline-block;
    color: #fff;
    font-size: 16px;
}  
.ccg-foot>.ccg-bx li p{
    text-align: left;
}  

/* 顶部导航 */
.have {
    background-color: rgba(192, 190, 190, 0.8) !important;
    /* color: #fff !important; */
    border-top: 3px solid rgb(37, 37, 37);
  
}
#topBack{
    position: fixed;
    bottom: 10px;
    right: 5px;
    background: url("../images/timg.jpg") no-repeat center;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-size: 55px;
    
}
/* 固定导航 */
.my-fixed{
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 5px;
    right:5px;
    background: #dcdcdc;
    z-index: 99999;
    font-weight: bold;
    border-radius: 3px;
    /* font-size: 14px !important; */

}
.my-fixed .top-a{
    display: inline-block;
    width: 50px;
    height: 50px;
  background: url("../images/timg.jpg") no-repeat center;
  background-size: 55px;
  margin-bottom: -4px;
  margin-top: 10px;

}
.my-fixed div{
    margin-top: 45px;
    text-align: center;
    font-size: 12px;
}
.my-fixed div:first-child{
    margin-top: 20px;;
}

