/* 底部 */
.footer div, td, p {line-height: 26px;}
.footer {width: 100%;height: auto;padding-top: 20px;box-sizing: border-box;background: rgba(29, 26, 26, 1);}
.footer_top {width: 100%;height: auto;padding-bottom: 30px;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;}
.footer_content {width: 1480px;margin: auto;display: flex;flex-wrap: wrap;font-size: 13px;justify-content: flex-start;}
.footer_top_li {width: 25%;height: 100%;padding-right: 50px;box-sizing: border-box;}
.footer_top_li p {padding: 20px 0;font-size: 15px;margin-bottom: 10px !important;color: rgba(255, 255, 255, 1);border-bottom: 1px solid rgba(245, 245, 245, 0.2);}
.footer_top_li p span {position: relative;}
.footer_top_li p span:after {position: absolute;width: 100%;height: 1px;content: '';left: 0;top: 39px;background: rgba(230, 0, 18, 1);}
.footer_top_li span {font-size: 14px;font-family: SourceHanSansCN;font-weight: 300;color: rgba(255, 255, 255, 0.5);}
.footer_top_li_li {width: 50%;float: left;padding: 5px 0;height: auto;font-size: 14px;font-family: SourceHanSansCN;font-weight: 400;cursor: pointer;color: rgba(255, 255, 255, 0.5);}
.footer_top_li_over {width: 94px;height: 60px;float: left;margin-right: 3px;margin-top: 5px;background: rgba(29, 26, 26, 0.2);border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 4px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;font-size: 14px;font-family: SourceHanSansCN;font-weight: 400;transition: all 0.5s;color: rgba(255, 255, 255, 0.5);}
.footer_top_li_over:hover {color: rgba(255, 255, 255, 1);border: 1px solid rgba(255, 255, 255, 1);}
.footer_top_li_over:nth-child(3n), .on.footer_top_li_over{margin-right: 0;}
.footer_top_li_over h5 {margin: 0;padding: 0;}

.footer_container {width: 100%;height: 160px;display: flex;background: rgba(51, 51, 51, 1);}
.footer_container_li {width: 25%;height: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
.footer_container_li img {max-width: 120px;}
.footer_container_li h1 {font-size: 18px;font-family: SourceHanSansCN;font-weight: bold;color: rgba(255, 255, 255, 1);}
.footer_container_li p {font-size: 14px;padding-top: 10px;font-family: SourceHanSansCN;font-weight: 400;color: rgba(153, 153, 153, 1);}
.footer_container_li_deta {padding-left: 10px;}

.footer_bottom {width: 100%;height: auto;clear: both;}
.footer_bottom a{color: rgba(255, 255, 255, 0.5);}
.footer_bottom .footer_content {flex-wrap: wrap;justify-content: flex-start;}
.footer_bottom .footer_content a .footer_bottom_li {cursor: pointer;}
.footer_bottom ul {width: 100%;padding: 0;margin: 0;}
.footer_bottom_li {width: 100px;font-size: 13px;padding-top: 15px;display: inline-block;color: rgba(255, 255, 255, 0.5);}

.bg-main{background-color:#1b1b1b;}
.copy {line-height: 50px;color: rgba(255, 255, 255, 0.4);}
.copy a {color: rgba(255, 255, 255, 0.4);}
.siteMap{margin-right:4%;}