@charset "utf-8";

*{  margin: 0px;
    padding: 0px;
    font-family: 'Microsoft yahei';
}

html,body{
    width: 100%;
    height: 100%;
    min-width: 1200px;

}
html,body ul li{
    list-style: none;
}
html,body a{
    text-decoration: none;
    color: #000;
}



.scale{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.scale:hover{
    /*opacity: 0.6;*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sk:hover{
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}


.more{
    background: linear-gradient(#004986,#004986,#004986) center/0% 100% no-repeat;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.more:hover{
    background-size: 100% 100%;
    color: #fff !important;
}

.lf{
    float: left;
}


.pa{
    position: absolute;
}
.im{
    width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.ws1200{
    width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;

}

.oh{
    overflow: hidden;
}

.rs{
    float: right;
}
.repeat{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#header{
    width: 100%;
    /*height: 80px;*/
    position: relative;
    top:0%;
    z-index: 9999;
    /*background-color: #333a42;*/
    /*background-image: url(../images/headim.png);*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/

}

#header .w12{
    width: 1200px;
    margin: auto;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    /*width: 100%;*/
    /*height: 93px;*/
 


}

.logos{
    width: 100%;
    height: 110px;
    /*background-color: #001506;*/
}


#header .logo{
    position: absolute;
    left: 0px;
    top: 24px;
    width: 572px;
}
#header .logo img{
    width: 100% !important;
}




.l_text {
    /*width: 245px;*/
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px center;
    background-image: url(../images/tel.png);
    /*bottom: 0px;*/
    margin: auto;
        box-sizing: border-box;
    padding-left: 2%;
}

.l_text p{
    font-size: 16px;
    color: #a00703;
    line-height: 35px;
}






/*搜索*/
.searchbox {
    width: 250px;
    height: 35px;
    /* float: left; */
    /* border: 1px solid #ccc; */
    position: absolute;
    top: 0px;
    /* left: 15%; */
    right: 0%;
    bottom: 0px;
    margin: auto;
    /* border-radius: 20px; */
}
.searchbox input {
width: 82%;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    height: 98%;
    line-height: 35px;
    text-indent: 10px;
    color: #000;
    position: relative;
    /* background-color: #c8e9f8; */
    /* border-radius: 40px; */
    border: 1px solid #a00703;
}

.searchbox input::-webkit-input-placeholder{
    color: #cfd0d0;
}
.searchbox .search {
    width: 45px;
    height: 34px;
    border: 1px solid #a00703;
    background: url(../images/sech.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0%;
    margin: auto;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-left: 0px;
}
.searchbox input.active::-webkit-input-placeholder{
    color: red;
    font-size: 12px;
}


/*导航*/
 .nvas{
    width: 100%;
    /*position: absolute;*/
    /*top: 0%;*/
    /*right: 0%;*/
    height: 45px;
    position: relative;
    /*bottom: 0%;*/
    margin: auto;
    background-color: #004986;
    /*border-top: 1px solid #bfbfbf;*/
}




.nvas  .liste{
    width:1200px;
    height: 100%;
    margin: auto;
    text-align: center;
}
.nvas  ul .items{
    display: inline-block;
    width: 145px;
    height: 100%;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0px 11px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nvas  ul .items::before{
  content: "";
  width: 100%;
  height: 0%;
  background-color: #3A7CDD;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: -1;
  -webkit-transition: .4s  ease-in-out;
  -moz-transition: .4s  ease-in-out;
  -ms-transition: .4s  ease-in-out;
  -o-transition: .4s  ease-in-out;
  transition: .4s  ease-in-out;
}
.nvas  ul .items:hover::before{
    height: 100%;
}





 .nvas  ul .items .stair{
    font-size: 16px;
    color: #fff;
        /*margin-top: 25px;*/
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

 .nvas  ul .items:hover .stair{
    color: #fff;
}




 .nvas  ul .items  span{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
        -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
 }

/*二级菜单*/

.nvas ul .items .meun{
       position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9999;
    /* display: none; */
    transform: translateY(-60px);
    opacity: 0;
    transition: .7s ;
     z-index: 9999;
}

.nvas ul .items .meun .mlist {
    width: 110px;
    height: 25px;
    line-height: 25px;
    /*float: left;*/
    font-size: 16px;
    /* border-radius: 10px; */
    position: relative;
    text-align: center;
    background-color: #54438e;
    /* background-color: #12a44d; */
    /* background: rgba(76,209,114,0.7); */
     margin: 0px auto 3px; 
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
/*.nvas ul .items .meun .mlist:hover{
    background-color: #83080a;
}*/
.nvas ul .items .meun .mlist a{

    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
   
}
.nvas ul .items .meun .mlist:hover a{
/*color: #fff;*/
}
.nvas ul .items:hover .meun {
    transform: translateY(0px);
    opacity: 1;
}











/*center部分*/
#content{
    width: 100%;
    position: relative;
}

/*banner图*/
.banners{
    width: 100%;
    /*height: 595px;*/
    position: relative;
    overflow: hidden;

    
}
.banners #slider img{
    /*height: 595px;*/
}
/*========================================*/
.flexslider{
    width: 100%;
    height: 595PX;
    overflow: hidden;
    background-color: #e5989d;
    text-align: center;
    position: relative;
}
.flexslider .bd li{
    width: 100%;
    height: 805px;
}
.flexslider .bd li img{
    /*width: 100%;
    height: 100%;*/
}
.flexslider .hd{
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    z-index: 10000;
}
.flexslider .hd li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    background-color: #004986;
    float: none;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}
.flexslider .hd li.on{
    background-color: #fff;
}
.txt{
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.txt ul li{
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -200%;
}
.txt ul li img{
    height: 46px;
}
/*=======================================*/





/*服务项目*/
#Available{
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}

.Available{
    top:10%;
    height: auto;
}


.Availabletit{
    text-align: center;
    transform: translateY(-115%);
}




.setiy{
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 1%;
        transform: translateY(-115%);
        opacity: 0;
}

.setiy.on{
    opacity: 1
}



.Availablelist{
    width: 100%;
    position: relative;
    overflow: hidden;

    height: 325px;
        margin-top: 2%;
transform: rotateX(360deg) scale(0);
-webkit-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}

.Availablelist.on{
    transform: rotateX(0deg) scale(1);
}

.Availscoll{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;


}
.tempWrap{
       width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.Availscoll ul{
    width: 103%;
    height: 100%;
    position: relative;

    overflow: hidden;
}


.Availscoll ul li{
    position: relative;
    float: left;
    overflow: hidden;
    width: 220px;
    height: 315px;
    background-color: #fff;
        margin-right: 17px;
    margin-left: 5px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.Availscoll ul li:hover{
        box-shadow: 0px 5px 10px #BDB9B9;
}


.Availscoll ul li a{
    display: block;
    position: relative;
    overflow: hidden;

}


.Availscoll ul li .pic{
    height: 165px;
}


.Availscoll ul li .info{
    box-sizing: border-box;
    padding: 0px 10px 15px;s
}

.Availscoll ul li .info .vews{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;

}

.Availscoll ul li .info .vews span{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    color: #2b2b2b;
    font-size: 18px;
    display: block;
}



.Availscoll ul li .info p{
    width: 100%;
    line-height: 1.8em;
    color: #5f5f5f;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    height: 63px;
}










/*公司简介*/
#about{
    width: 100%;
    height: 590px;
    background-image: url(../images/barim1.jpg);
}



.about{
    height: auto;
    top: 12%;
}




.aboustit{
    text-align: center;
    transform: translateY(-115%);
}


.aboustit p{
    color: #fff;
    font-size: 36px;
}


.aboustit span{
    font-size:16px;
    color: #b8b8b8;
    display: block;

}






.abnoustlist{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 4%;
}


.abnoustlist .ansisn{
    position: relative;
    overflow: hidden;
    height: auto;
    width: 635px;
    display: block;
transform: translateX(-100%);
}


.abnoustlist .aninfo{
    width: 510px;
    position: relative;
    display: block;
    overflow: hidden;
    transform: translateX(100%);
}


.abnoustlist .aninfo p{   
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
    color: #d0dbea;
    height: 250px;
    overflow: hidden;
}



.abnoustlist .aninfo span{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border:1px solid #fff;
    border-radius: 10px;
    margin-top: 2%;

}
















/*产品*/    
#productwy{
    height: 620px;
    width: 1300px;

}

.productwy{
    
    height: auto;
   
    overflow: hidden;
    top: 5%;
    position: relative;
}


.productwytit{
    text-align: center;
    transform: translateY(-110%);

}









.por-btn{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 40px;
        margin-top: 2%;
transform: translateY(-110%);
    text-align: center;
    opacity: 0;
}
.por-btn.on{
    opacity: 1;
}



.por-btn li{
    width: 115px;
    height: 30px;
    position: relative;
    /*overflow: hidden;*/
    display: inline-block;
     margin: 0% 1%; 
    text-align: center;
    /*border: 1px solid transparent;*/
    background-color: 
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  
}



.por-btn li a{
    display: block;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
      background-color: #616161;

    background-repeat: no-repeat;
    background-position: center;

}





.por-btn li.on a{
    height: 35px;
    background-color: inherit;
     background-image: url(../images/sn.png);
  


}





.productwysocoll{
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
        transform: scale(0);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    margin-top: 3%;
}



.prixntbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.productwysocoll.on{
       transform: scale(1);
}
.productwylsit{
    width: 1200px;
    margin: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tempWrap{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.productwylsit ul{
        width: 105%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.productwylsit ul li{
    width:355px;
    position: relative;
    overflow: hidden;
    float: left;
    height: auto;
    /*background-color: #00240a;*/
     margin-right: 65px;
     z-index: 1;
    /*margin-top: 15px;*/
}




.productwylsit ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}

.productwylsit ul li .pic{
    height: 315px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}









.productwylsit ul li .info{

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top:0%;

    background: rgba(0,0,0,.8);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
        box-sizing: border-box;
    padding: 30% 4% 0%;

    transform: rotate(360deg) scale(0);

}
.productwylsit ul li:hover .info{
    transform: rotate(0deg) scale(1);
}

.productwylsit ul li .info p{
    font-size: 24px;
    color: #fff;
    width: 100%;
    /*font-weight: bold;*/
    /*height: 35px;*/
    line-height: 30px;

    text-align: center;
    overflow: hidden;
    display: block;

    /*margin: auto;*/
    /*margin-top: 10%;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}




.productwylsit ul li .info span{
    width:80px;
    height: 25px;
    line-height: 25px;

    font-size: 14px;
    color: #FFF;
    border:1px solid #fff;
    text-align: center;

    display: block;
    margin: auto;
    margin-top: 4%;
    /*background-color: #333333;*/
    position: relative;
    z-index: 1;
}









.productwysocoll .pront{
    width: 30px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top:0%;
    bottom: 0%;
    margin: auto;
    cursor: pointer;
}



.productwysocoll .prev{
    left: 0%;
    background-image: url(../images/pro-left.png);
}



.productwysocoll .next{
    right: 0%;
    background-image: url(../images/pro-right.png);

}









/*案例*/
#casdst{
width: 100%;
height: 645px;
background-image: url(../images/barim2.jpg);
}




.casdst{
    height: auto;
    top:8%;

}


.casdstbcg{
    width: 1100px;
    margin: auto;
    background-color: #fff;
    height: 550px;
    box-sizing: border-box;
    padding-top: 3%;
    /*padding-left: 4.5%;*/
        transform: scale(0);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;

}
.casdstbcg.on{
     transform: scale(1);
}

.casdsttit {
    text-align: center;
}


.casdstlsit{
    width: 90%;
    position: relative;
    overflow: hidden;
    height: 400px;
    margin: auto;
        margin-top: 3%
}

.casdstbox{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;

}

.casdstbox ul{
    width: 102%;
    position: relative;
    overflow: hidden;
    height: 100%;
}


.casdstbox ul li{
    position: relative;
    float: left;
    width: 315px;
    margin-right: 20px;
    overflow: hidden;
}




.casdstbox  ul li a{

    position: relative;
    overflow: hidden;

    display: block;
}

.casdstbox ul li .pix{
    height: 230px;
}


.casdstbox ul li .info{
    background-color: #fdc236;
    height: 170px;
    box-sizing: border-box;
    padding: 5px 3% 0%;
}


.casdstbox ul li .info .tit{
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: block;
}

.casdstbox ul li .info p{
    width: 100%;
    position: relative;
    /*text-align: center;*/
    overflow: hidden;
    height: 65px;
    font-size: 12px;
    line-height: 1.8em;
    color: #2d2d2d;
}



.casdstbox ul li .info .more{
    display: block;
    margin: auto;
    width: 90px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #202e31;
    margin-top: 5%;
}





/*新闻*/
#newss{
    height: 610px;

}

.newss{
top: 7%;
    position: relative;
    overflow: hidden;
}




.newsstit{
    text-align: center;
        transform: translateY(-110%);
}








.newsslist{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 3%;

}



.newslistRS{
    width: 600px;
    position: relative;
    overflow: hidden;
       transform: translateX(-105%);
}


.newslistRS ul{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.newslistRS ul li{
width: 100%;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 10px;
    height: 100px;
    z-index: 1;
    box-sizing: border-box;
    /* padding: 5px 10px 0px; */
    /* padding-top: 2.5%; */
    /* padding-right: 8%; */

}
.newslistRS ul li::before{
width: 0%;
height: 1px;

content: "";
position: absolute;
left: 0px;
   
bottom:0px;
background-color: #ad060d;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

.newslistRS ul li.on::before{
    width: 100%;
}



.newslistRS ul li a{
    display: block;
}

.newslistRS ul li .info{
    width: 85%;
    position: relative;
    overflow: hidden;

}
.newslistRS ul li .info span{
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
.newslistRS ul li .info .tite{
    font-size: 18px;
    color: #040404;
        -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;

}


.newslistRS ul li .info p{
    font-size: 14px;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #7d7d7d; 
    line-height: 1.8em;
    height: 50px;
        -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.newslistRS ul .limore.on .info .tite
{
    color: #E52233;
}



.nubmer{
    width: 50px;
    font-size: 24px;
    color: #e52233;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E52233;
    /* margin-bottom: 7px; */
    border-radius: 100%;
    /*font-family: "songti";*/
        position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto;
    z-index: 1;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}













.newslin{
    position: relative;
    overflow: hidden;
    width: 495px;
    height: 310px;
transform: translateX(105%);
}

.newslin a{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 310px;
}
/*footer部*/
.w1200{
    width: 1200px;
    margin: 0px auto 0px;
}
#footer{
    height: 565px;
    background: url(../images/footer_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 53px;
    position: relative;
}
.f-nav{
    padding-left: 65px;
    padding-right: 65px;
    text-align: center;
}
.f-nav ul{
    border-bottom: 1px solid #737373;
    padding-bottom: 15px;
}
.f-nav ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 96px;
}
.f-nav ul li a{
    font-size: 18px;
    color: #ccc !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f-nav ul li:hover a{
    color: #fff !important;
}
.footer-bottom{
    margin-top: 50px;
    overflow: hidden;
}
.lxfs{
    width: 575px;
    float: left;
    overflow: hidden;
}
.lxfs h4{
    font-size: 24px;
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 20px;
}
.lxfs p{
    font-size: 14px;
    color: #ccc !important;
    margin: 0;
    line-height: 22px;
}
.f-erwema{
    float: left;
    display: block;
    margin-top: 50px;
    overflow: hidden;
}
.f-erwema em{
    display: block;
    font-size: 14px;
    color: #ccc !important;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
}
.subscribe{
    margin-left: 50px;
}
.map-box{
    width: 565px;
    height: 333px;
    float: right;
    background-color: #fff;
}
.map-box #allmap{
    width: 100%;
    height: 100%;
}
.copyRight{
    width: 100%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 12px;
    color: #d7d7d7 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #181818;
}
.copyRight a{
    color: #d7d7dd !important;
}