﻿/* links */

#footlinks {
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 4px 0 0;
    font-size: 14px;
    text-align: left;
}

#footlinks dl {
    float: left;
    margin-top: 20px;
    margin-right: 39px;
    min-width: 130px;
}

#footlinks dt {
    color: #fff;
    font-weight: bold;
}

#footlinks li a {
    color: #EEFFD4;
    font-size: 14px;
    line-height: 28px;
    margin-right: 15px;
    white-space: nowrap;
}

#footlinks dl.float li {
    float: left;
}

#footlinks dl.float {
    max-width: 130px;
}

#footlinks li a:hover {
    color: #fff;
    text-decoration: underline;
}


/* footer */

#footer {
    min-width: 1200px;
    color: #333;
    line-height: 22px;
    background-color: #f2f2f2;
    padding: 20px 0 0;
    text-align: left;
    font-family: 微软雅黑;
}

#footer .siteWidth {
    min-width: 1200px;
    margin: auto;
    max-width: 1400px;
    padding: 10px 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

#footer .footL {
    position: relative;
    float: left;
    width: 468px;
}

#footer .footlogo {
    display: block;
    margin: 0 0 15px;
    width: 108px;
    height: 23px;
    background: url(../images/footlogo.png) no-repeat left center;
    background-size: 100% 100%;
}

#footer .footL .intro span {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    color: #333333;
    line-height: 32px;
}

#footer .footL .intro p {
    font-size: 13px;
}

#footer .footC {
    float: left;
    width: 318px;
    height: 111px;
    margin-left: 13%;
}

#footer .footC h3,
#footer .footR h3 {
    font-size: 16px;
    color: #333333;
}

#footer .footC ul li {
    width: 147px;
    height: 32px;
    background-color: #efefef;
    border: solid 1px #d8d8d8;
    float: left;
    margin: 10px 10px 0px 0;
    line-height: 32px;
    text-align: center;
    text-indent: -5px;
    cursor: pointer;
    transition: all 0.5s;
}

#footer .footC ul li i {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(images/lxwm-icon.png) no-repeat;
    float: left;
    margin: 8px 0 0 17px;
    transition: all 0.5s;
}

#footer .footC ul li.li5 i,
#footer .footC ul li.li6 i {
    background: url(images/lxwm2-icon.png) no-repeat;
}

#footer .footC ul li:hover {
    background-color: #fff;
}

#footer .footC ul li:hover i {
    transform: rotateY(360deg);
}

#footer .footR {
    width: 216px;
    height: 149px;
    float: right;
    margin-bottom: 20px;
}

#footer .honor {
    clear: both;
    border-top: 1px solid #cfcfcf;
    background: #1e252b;
    padding: 30px 0;
    color: #85a0b7;
}

#footer .honor li {
    float: left;
}

#footer .honor li.li1,
#footer .honor li.li2 {
    width: 50%;
}

#footer .honor li.li3 {
    margin-top: 30px;
}

#footer .honor H3 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 13px;
    ;
    display: inline-block;
    background: #4ea3ef;
    color: #fff;
    padding: 0 10px;
    position: relative;
}

#footer .honor H3:before,
#footer .honor H3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

#footer .honor H3:before {
    left: -9px;
    border-right: 9px solid #4ea3ef;
    border-left: 0 none;
}

#footer .honor H3:after {
    right: -9px;
    border-left: 9px solid #4ea3ef;
    border-right: 0 none;
}

#footer .honor span {
    display: inline-block;
    padding-right: 1.5em;
    height: 30px;
    line-height: 30px;
    min-width: 20%;
}

.weiboShow,
.weixinShow {
    width: 99px;
    float: left;
}

.weixinShow {
    margin-right: 18px;
}

.weiboShow img,
.weixinShow img {
    width: 99px;
    height: 99px;
    float: left;
}

.weiboShow span a,
.weixinShow span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #888888;
    line-height: 24px;
}

#box_weibo {
    padding-top: 10px;
}

.footer-bottom {
    height: 68px;
    line-height: 68px;
    clear: both;
    background-color: #11191f;
    color: #2066a5;
}

.footer-bottom .copyRight {
    max-width: 1400px;
    margin: auto;
    min-width: 1200px;
}

.footer-bottom .copyRight p {
    float: left;
}

.footer-bottom .copyRight .gg {
    float: right;
}

.footer-bottom .copyRight .gg .ga-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/ga-icon.png) no-repeat;
    margin: 0 5px;
    vertical-align: middle;
}

.footer-bottom .copyRight .gg .jc-icon {
    display: inline-block;
    width: 38px;
    height: 47px;
    background: url(../images/jc-icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}