/*整体重置*/
@charset "utf-8";
@font-face {
    font-family: 'ccssbc';
    src: url("ccssbc.eot");
    src: local('ccssbc Regular'), local('ccssbc'), url("ccssbc.woff") format('woff'), url("ccssbc.ttf") format('truetype'), url("ccssbc.svg#ccssbc") format('svg');
}
table {
    margin: 0 auto 50px;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0;
}
body {
    font: 12px "Microsoft YaHei";
    background: #fff;
}
a,a:hover {
    color: #172c45 !important;
    text-decoration: none !important;
}
em {
    font-style: normal;
}
li {
    list-style: none;
}
img {
    width: 100%;
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 12px;
}
strong {
    font-size: 18px;
}
/*置顶条*/
.topbland{
    background: #2f4052;
    width: 100%;
    height: 30px;
}
.top-container{
    width: 1200px !important;
    margin: 0 auto;
    display: flex;
    color: #eee;
    line-height: 30px;
    justify-content: space-between;
}
.top-container:before,.top-container:after{
    content: normal !important;
}
.top-container div a{
    color: #eee !important;
}
.top-container div em{
    padding: 0 8px;
    font-style: italic;
    color: #666;
}
/*顶部导航*/
nav{
    top:30px !important;
}
.navbar-default .navbar-nav>li>a{
    color: #000 !important;
}
.logo{
    width: 392px !important;
    height: 73px !important;
    line-height: 73px !important;
    padding: 0 !important;
    margin: 0;
}
.menu-item{
    font-size: 16px;
    padding: 25px 30px;
    display: inline-block;
}
.nav-hot{
    width: auto;
    display: inline-block;
    position: absolute;
    top: 18px;
}
.nav.navbar-nav.fr{
    float: right;
    text-align: right;
    padding-right: 15px;
}
.cut-body{
    margin-top: 103px;
}


/*尾部*/
footer{
    padding-top: 30px;
}
footer,footer a {
    font-size: 12px;
    line-height: 1.8;
    background-color: #2f4052;
    color: #888 !important;
}

footer dt{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #d7d8d9;
}
.footer-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #4b5054;
}
.foot-icon{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.col-code p{
    text-align: center;
}
.footer-article .col-article dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    height: 81px;
    margin-right: 50px;
}
.footer-info {
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}
.footer-links {
    display: block;
    max-width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #4b5054;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-links *,.nav-bottom *{
    margin: 0 10px;
}
.toollistkfa a{
    color: #fff !important;
}

/*适配*/
@media (min-width: 1200px){
    .container{
        width: 1200px;
    }
}
@media (min-width: 786px){
    footer dl{
        width: 20%;
        padding-right: 0;
        padding-left: 0;
    }
    .col-article dd a {
        margin: 0 0 6px;
        font-size: 12px;
        color: #9b9ea0;
    }
}
@media (min-width: 500px){
    .footer-article .col-article dd{border-right: 1px solid #4b5054;}
}
@media (max-width:1000px){
    .cut-body{
        margin-top: 73px;
    }
    .logo{
        width: 250px !important;
        padding: 14px 0 !important;
    }
    .topbland,.footer-links{display: none;}
    nav{top:0 !important;}
}
@media (max-width:992px){
    .col-code{
        width: 100%;
        text-align: center;
    }
    .col-code img{
        width: 129px;
    }
    footer dl{
        width: 50%;
    }
}
@media (max-width: 768px){
    .navbar-collapse{
        padding-right: 41%;
    }
    .nav-hot {
        top: 10px;
        left: -10px;
    }
}
@media (max-width:500px){
    footer dl{
        width: 100%;
    }
}