﻿@charset "utf-8";
 div.footer{
    background: #333333; 
 }
 div.footer > div.footerTop{
    padding:45px 50px;
 }
 div.footer > div.footerTop > a{
    margin-right: 20px;
 }
 div.footer > div.footerTop > p{
    float: left;
    color: #e2e2e2;
    font-size: 16px;
    line-height: 30px;
    width: 250px;
    padding:10px 20px;
 }
 div.footer > div.footerTop > p > img{
    margin:10px;
 }
 div.footer > div.footerCenter{
   padding:0 50px;
 }
 div.footer > div.footerCenter > ul{
    float: left;
 }
 div.footer > div.footerCenter > ul.products{
    width: 530px; 
 }
 div.footer > div.footerCenter > ul.products > li{
    float: left;
    width: 33.33%;
    height: 30px;
 }  

 div.footer > div.footerCenter > ul.aboutUs{
    width: 100px; 
    margin: 0 100px;
 }
 div.footer > div.footerCenter > ul.aboutUs > li{
    float: left;
    width: 105%;
    height: 30px; 
    /*background-color: red;*/
 }  
 div.footer > div.footerCenter > ul.contactUs{
    width: 240px;  
 }
 div.footer > div.footerCenter > ul.contactUs > li{
    float: left;
    width: 33.33%;
    line-height: 30px; 
 }
 div.footer > div.footerCenter > ul.contactUs > li.code{
    float: right;
    width:66.66%;
    color: #e2e2e2;
    text-align: center;
 }
 div.footer > div.footerCenter > ul > li.title{
    float: none;
    width: 100%;
    color: #e2e2e2;
    font-size: 16px;
    height: 50px; 
    margin-bottom:20px;
    border-bottom: 1px dashed #707070; 
    font-weight: 600;
 }
 div.footer > div.footerCenter > ul > li > a{
    color: #e2e2e2;
 }

 div.footer >div.footerBottom{
    background: #181818;
    border-top: 1px solid #4d4d4d;
    padding: 25px;
 }
 div.footer >div.footerBottom > p{
    line-height: 35px;
    color: #fff;
    text-align: center;
 }
 div.footer >div.footerBottom > p > a{
    color: #fff;
    padding: 0 10px;
 }
 ul.rightIco{
    position: fixed;
    right: 10px;
    top:40%;
    z-index: 20;
     
}
ul.rightIco > li{
    background-image: url(../images/rightico.png);
    width: 40px;
    height: 40px;
    margin:10px 0;
    cursor: pointer;
    position: relative;
}
ul.rightIco > li > a{
    display: block;
    width: 100%;
    height: 100%;  
}
ul.rightIco > li > p{
    position: absolute;
    height: 40px;
    width: 0;
    background-image: url(../images/bg.png);
    background-position: right;
    background-repeat: repeat-y;
    border-left: 0px solid #0098e0;
    top: 0;
    right:40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    box-sizing: border-box;
}
ul.rightIco > li.rightIco4 > p{
    height: 100px;
    padding: 10px 0; 
    top:-30px; 
}
ul.rightIco > li.rightIco2{
    background-position: 0 220px;
}
ul.rightIco > li.rightIco3{
    background-position: 0 175px;
}
ul.rightIco > li.rightIco4{
    background-position: 0 130px;
}
ul.rightIco > li.rightIco5{
    background-position: 0 85px;
}
ul.rightIco > li.rightIco6{
    background-position: 0 40px;
}
ul.rightIco > li.rightIco1 > p > a{
    display: block;
    color: #da271f;
    width: 100%;
    text-align: center;
    background-image: url(../images/qq.png);
    background-position:20px center ; 
    background-repeat: no-repeat;
    padding-left: 20px;
}
ul.rightIco > li:hover{
    background-image: url(../images/righticohover.png);
}
ul.rightIco > li:hover > p{
    width: 120px;
   /*  border:1px solid #dcdcdc; */
    border-left: 5px solid #da271f;
    padding-right: 10px;
}
 
ul.rightIco > li.rightIco2:hover > p{
     width: 200px;
}
ul.rightIco > li.rightIco3:hover> p{
     width: 250px;
}
ul.rightIco > li.rightIco1:hover > p{
    height: 160px;
}

div.footer > div.footerCenter:nth-child(2) ul:nth-child(2) li.title{
    width: 124%;
}
div.footer > div.footerCenter > ul.aboutUs > li:last-child{
    width: 124%;
}

.rightIco .rightIco1>a{
    display: none;
}