@charset "UTF-8";








footer{
    color: #dcdcdc;
}
footer .top{
    padding: 50px 0;
    background-color: #333;
}
footer .top > div{
    width: 1400px;
    margin: auto;
}
footer .top > div .left h2{
    margin-bottom: 35px;
}
footer .top > div .left ul li{
    margin-bottom: 10px;
}
footer .top > div .left ul li a{
    color: #dcdcdc;
    font-size: 16px;
}
footer .top > div .center{
    width: 32%;
    margin-left: 13.5%;
}
footer .top > div .center h3{
    margin-bottom: 30px;
    font-family: bc;
    font-size: 24px;
}
footer .top > div .center .list div{
    margin-bottom: 20px;
    font-size: 16px;
}
footer .top > div .center .list div i,
footer .top > div .center .list div span{
    vertical-align: middle;
    display: inline-block;
}
footer .top > div .center .list div span{
    width: 80%;
}
footer .top > div .center .list div i{
    width: 24px;
    height: 28px;
    margin-right: 10px;
}
footer .top > div .center .list div:nth-of-type(1) i{
    background: url("../img/add.png") no-repeat center !important;
}
footer .top > div .center .list div:nth-of-type(2) i{
    background: url("../img/tel.png") no-repeat center !important;
}
footer .top > div .center .list div:nth-of-type(3) i{
    background: url("../img/email.png") no-repeat center !important;
}
footer .top > div .center ul{
    margin-top: 30px;
    font-size: 0;
}
footer .top > div .center ul li{
    display: inline-block;
    width: 25px;
    height: 23px;
}
footer .top > div .center ul li + li{
    margin-left: 25px;
}
footer .top > div .center ul li:nth-of-type(1){
    background: url("../img/skype.png") !important;
}
footer .top > div .center ul li:nth-of-type(2){
    background: url("../img/linkedin.png") !important;
}
footer .top > div .center ul li:nth-of-type(3){
    background: url("../img/facebook.png") !important;
}
footer .top > div .center ul li:nth-of-type(4){
    background: url("../img/twitter.png") !important;
}
footer .top > div .center ul li:nth-of-type(5){
    background: url("../img/instagram.png") !important;
}
footer .top > div .center .number{
    position: relative;
    margin-top: 10px;
}
footer .top > div .center .number div{
    position: absolute;
    opacity: 0;
    transition: .5s;
}
footer .top > div .center .number div.on{
    opacity: 1;
}
footer .top > div .right .share ul,
footer .top > div .right .share span{
    display: inline-block;
    vertical-align: middle;
}
footer .top > div .right .share ul{
    font-size: 0;
}
footer .top > div .right .share ul li{
    display: inline-block;
    margin-left: 25px;
}
footer .top > div .right .share ul li a{
    display: block;
    width: 25px;
    height: 23px;
}
footer .top > div .right .share ul li:nth-of-type(1) a{
    background: url("../img/skype.png") !important;
}
footer .top > div .right .share ul li:nth-of-type(2) a{
    background: url("../img/linkedin.png") !important;
}
footer .top > div .right .share ul li:nth-of-type(3) a{
    background: url("../img/facebook.png") !important;
}
footer .top > div .right .share ul li:nth-of-type(4) a{
    background: url("../img/twitter.png") !important;
}
footer .top > div .right .share ul li:nth-of-type(5) a{
    background: url("../img/instagram.png") !important;
}
footer .top > div .right .f-link:before{
    content: 'Link';
    position: absolute;
    top: -15px;
    left: 10px;
    padding:0 10px;
    background-color: #333;
    font-family: bc;
    font-size: 24px;
}
footer .top > div .right .f-link{
    position: relative;
    width: 100%;
    margin-top: 70px;
    padding: 20px 20px 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
footer .top > div .right .f-link p{
    line-height: 35px;
    font-size: 16px;
}
footer .top > div .right .f-link a{
    color: #dcdcdc;
}footer .top > div .right .share{
    text-align: left;
 }

footer .bottom{
    height: 60px;
    background-color: #1a1a1a;
    line-height: 60px;
}
footer .bottom > div{
    width: 1400px;
    margin: auto;
}
footer .bottom a{
    color: #dcdcdc;
}

.return-top{
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background:white url("../img/return-top.png") no-repeat center;
    border-radius: 50%;
    z-index: 1;
}
#search{
    padding: 50px 0;
    background-color: #b71111;
    text-align: center;
    font-size: 0;
}
#search input{
    width: 750px;
    height: 56px;
    line-height: 56px;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    text-indent: 2em;
    color: #333;
    -webkit-appearance:none;
    border-radius: 0;
}
#search a{
    display: inline-block;
    width: 180px;
    height: 56px;
    background:#dce1ed url("../img/search.png") no-repeat center;
    vertical-align: middle;
}

.siderbar{
    position: fixed;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    opacity: .7;
    z-index: 2;
}
.siderbar > div{
    position: relative;
    width: 50px;
    height: 50px;
}
.siderbar > div + div{
    margin-top: 10px;
}
.siderbar > div a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    /*box-shadow: 3px 3px 10px -5px;*/
}
.siderbar .siderbar-phone a{
    background:#676767 url("../img/phone.png") no-repeat center/30px 30px;
}
.siderbar .siderbar-wx a{
    background:#676767 url("../img/email1.png") no-repeat center/30px 30px;
}
.siderbar .siderbar-qq a{
    background:#676767 url("../img/qq1.png") no-repeat center/30px 30px;
}
.siderbar .siderbar-retop a{
    background:#676767 url("../img/top.png") no-repeat center/30px 30px;
}
.siderbar > div .siderbar-number{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 5px;
    background-color: #b71111;
    color: white;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    border-radius: 5px;
    transition: .5s;
}
.siderbar > div a:hover{
    background-color: #b71111;
}
.siderbar > div a:hover ~ .siderbar-number{
    right: 95%;
    opacity: 1;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    padding-left: 0 !important;
}