@charset "utf-8";
/* CSS Document */

.footer{ width: 100%; height: auto; background: #000; padding-top: 8rem;overflow: hidden; }
.footerc{ width:86%; margin: 0 auto; color: #eeeeee;padding-bottom: 40px;}

.footerl{ width:30%; float: left; border-right: 0px solid #737373;text-align: left;}
.footerl dd{font-size:2.2rem;font-weight:bold;color:#dcd8d8;padding-bottom: 1rem;}
.footerl dt{font-size:1.4rem;font-weight:normal;color:#dcd8d8;padding:5px 0 5px 0;}
.footerl a{font-size:1.4rem;font-weight:normal;color:#000;background: #ddd;padding: 8px 30px;border-radius: 5px;}
.footerl p{font-size:1.4rem;font-weight:normal;color:#dcd8d8;padding-bottom: 3rem;}
.footerl li{ margin-bottom: 23px;}

.footerm{ width:40%; float: left; margin-left:10%;}
.footerm h3{ font-size: 14px; color: #eee; line-height: 2em; font-weight: normal; margin-bottom: 30px;}
.footerm a{ display: block; color: #999; margin-bottom: 10px;font-size: 14px;}
.footerm1{ width: 35%; float: left;text-align: center;}
.footerm2{ width: 35%; float: left;text-align: center;}

.footerr{border-left: 0px solid #737373; width:20%; float: right;}
.erweima{ width: 80px; float: right;margin-top: 10px;}
.erweima img{width:100%;}
.erweima h3{ font-size: 12px; font-weight: normal; margin-bottom: 20px; text-align: center;}
.erweima p{ font-size: 12px; font-weight: normal; margin-top: 6px; text-align: center;color:#999;}
.footerball{background: #000;}
.footerb{width:1280px; margin: 0px auto; color: #999; height: auto; line-height: 25px; text-align: center;border-top: 0px solid #737373;padding-top: 20px;}
.footerb a{color:#999;}
.footerr p i{ vertical-align:middle; height: 16px; width: 16px; margin-right: 10px;}
.footerr li{text-align:right;padding-bottom: 5px;color: #999;}
.footerr li a{color: #999;}

.floating_ck{position:fixed;right:0px;top:30%;z-index:99;}
.floating_ck dl dd{position:relative;width:70px;height:80px;background-color:#fb4c47;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#ad8e3c;border-bottom:solid 1px #ddd;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(/images/kficon.png);background-size: 35%;}
.words{background-image:url(/images/bl_qq.png);background-size: 35%;}
.quote{background-image:url(/images/bl_phone.png);background-size: 35%;}
.qrcord{background-image:url(/images/erweima.png);background-size: 35%;}
.return{background-image:url(/images/fanhui.png);background-size: 35%;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-135px;top:0px;width:135px;height:80px;background-color:#ad8e3c;border-bottom:solid 1px #ad8e3c;display:none;}
.floating_left a{color:#fff;line-height:80px;font-size: 16px;}
.floating_ewm{height:190px;top:-110px;}
.floating_ewm i{background-image:url(/images/erwei.png);display:block;width:120px;height:120px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


.pagination {
    display: inline-block;margin-bottom: 3vw !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {width: auto !important;
    padding: 0 !important;margin-right: 0.2vw;
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #fb4c47;
    border-color: #fb4c47;
    cursor: default; }