﻿body{
    font-size: 14px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.capital-footer{
    width: 100%;
    height: 100%;
    background: #004ea2;
    min-width: 1200px;
}
.capital-footer-content{
    padding: 55px 0;
}
.capital-footer-column{
    width: 239px;
    float: left;
    border-right: 1px solid #185fb2;
}
.capital-footer-column-title{
    width: 199px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.capital-footer-column-title a{
    color: #fff;
}
.capital-footer-column li{
    /* margin-bottom: 14px; */
    margin-bottom: 20px;
}
.capital-footer-column li a{
    /* display: inline-block; */
    font-size: 16px;
    color: #fff;
    /* height: 14px; */
    /* padding-top: 6px; */
    /* overflow: hidden; */
}
.capital-footer-column li a:hover{
    text-decoration: underline;
}
.capital-footer-column.capital-footer-columnNum{
    width: 202px;
    padding-left: 37px;
}
.capital-footer-column-title-box{
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.capital-footer-column-title-box a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.capital-footer-column-title-box i{
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    background: url(white-arrow.png) no-repeat;
    _margin-top: 5px;
    transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.capital-footer-column-title-box.capital-active i{
    background: url(white-arrow.png) no-repeat;
    transform: rotate(180deg) scale(1,1);
	-ms-transform: rotate(180deg) scale(1,1);
	-moz-transform: rotate(180deg) scale(1,1);
	-webkit-transform: rotate(180deg) scale(1,1);
	-o-transform: rotate(180deg) scale(1,1);
}
.capital-footer-column-title-box-xiala{
    width: 180px;
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    z-index: 10;
    font-weight: normal;
    background: #004ea2;
    padding-top: 5px;
}
.capital-footer-column-title-box-xiala li{
    width: 154px;
    height: 30px;
    padding: 0 13px;
    line-height: 30px;
    margin-bottom: 1px;
    background-color: #185fb2;
}
.capital-footer-column-title-box-xiala li:hover{
    background: #1157a9;;
}
.capital-footer-column-title-box-xiala li a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.capital-footer-share-box li{
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 6px;
    margin-right: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.capital-footer-share-box li a{
    display: block;
    width: 48px;
    height: 48px;
}
.capital-footer-share-box li:hover{
    background-color: #185fb2;
}
.capital-footer-share-weibo{
    background-image: url(footer-share-weibo.png);
}
.capital-footer-share-wiexin{
    background-image: url(footer-share-wiexin.png);
}
.capital-footer-share-email{
    background-image: url(footer-share-email.png);
}
.capital-footer-share-link{
    background-image: url(footer-share-link.png);
}
.capital-footer-share-weibo .bshare-sinaminiblog{
    width: 48px;
    height: 48px;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.share-weixin-box1{
    display: none;
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(10, 9, 11, 0.4);
    overflow: hidden;
    position: relative;
    position: absolute;
    left: -100px;
    top: 40px;
    z-index: 10;
}
.share-weixin1{
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-top: 24px;
    overflow: hidden;
}
.close1{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(close.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    cursor: pointer;
}
.close1:hover{
    background: url(close-ac.png) no-repeat;
}
.return-to-top{
    background: url(to-Top.png) no-repeat;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 13px;
    bottom: 13px;
    z-index: 20;
    display: none;
}
.return-to-top:hover{
    background: url(to-Top-hover.png) no-repeat;
}
.capital-footer-two{
    width: 100%;
    background: #185fb2;
    /* height: 64px; */
    text-align: center;
    min-width: 1200px;
    padding: 20px 0;
}
.capital-footer-two-content{
    width: 1200px;
    margin: 0 auto;
}
.capital-footer-two-content p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}