
*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,
html {
    width: 100%;
    /* height: 100%; */
    font-family:SourceHanSansCN-Medium;
    box-sizing: border-box;
    color:#333333;
    background: rgba(190,220,249,0.1);
    min-width: 1360px;
    /* overflow: auto; */
    position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
}
img{
    border: 0;
}
input {
    outline: none;
    background: transparent;
    border:0;
}
button {
    outline: none;
    cursor: pointer;
    background: transparent;
    border:0;
}
b,em,i{
    display: inline-block;
    font-style: normal;
}
/* 底部 */
.footer{
    background: #151515;
    padding:15px 0;
    color:#8c8c8c;
}
.footer .common_content,.footer_right li ,.footer_left li{
    overflow: hidden;
}
.footer_right{
    float:left;
    width:530px;
    font-size: 14px;
    padding:0px 10px 0 10px;
    margin-top:20px;
    box-sizing: border-box;
}
.footer_right li ,.footer_left li{
    padding:9px 0;
}
.footer_right li p,.footer_left li p{
   float:left;
}
.footer_right li span ,.footer_left li span{
    font-weight: bold;
    float:left;
    color:#8c8c8c;
}
.footer_right li a,.footer_left li a{
    display: block;
    float:left;
    color:#8c8c8c;
    padding:0 12px;
    position: relative;
}
.footer_right li a{
    /* width:100%; */
}
.footer_right li a::after,.footer_left li a::after{
    content:'';
    width:1px ;
    height:16px;
    background:#8c8c8c;
    position: absolute;
    top:2px;
    right:0;
}
.footer_right li a:hover,.footer_left  li a:hover{
    color:#fff;
}
.footer_li_center{
    color:#abaaaa
}
.footer_li_center a{
    padding-right:20px;
}
.footer_li_center a:first-child{
    padding-left:0;
}
.footer_li_center .police,.footer_li_center .zhizhao{
    padding:0 0 0 40px;
    position: relative;
}
.footer_li_center .police::after ,.footer_li_center .zhizhao::after{
    content:'';
    position: absolute;
    width:18px;
    height: 18px;
    background-image: url(../images/bottom_icon_beian.png);
    background-size: 100% 100%;
    top:-1px;
    left:10px;
    background-color: transparent;
}
.footer_li_center .zhizhao{
    margin-left:5px;
}
.footer_li_center .zhizhao::after{
    top:1px;
    background-image: url(../images/zhizhao.gif);
}
.footer_left{
    width:650px;
    float:right;
    padding:0px 0 0 10px;
    border-left:1px solid #8c8c8c;
}
.address p{
    padding-left:25px;
    /* margin-top:30px; */
    position: relative;
    font-size: 14px;
}
.address p::after{
    content:'';
    position: absolute;
    width:14px;
    height: 14px;
    background-image: url(../images/address_icon.png);
    background-size: 100% 100%;
    top:3px;
    left:0;
}
.footer_left img{
    display: block;
    width:100px;
    float:left;
    /* margin-top:9px; */
}
.footer_left ul{
    float:right;
    width:538px;
    padding-left:12px;
    padding-top:10px;
}
.footer_left li a:last-child::after{
    background:transparent
}
.common_content{
    width:1200px;
    margin:auto;
}