*{margin: 0;padding: 0;}
body{
    display: block;    
    background: url(../img/bg.png) top no-repeat;
    margin: 0;
    padding:0;
    
    font: 400 1em/2 "PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
div{
    margin: 0 auto;
}

a{
    text-decoration: none;
}
.top-img {
    height:400px;
}
.w-00 {width: 1200px}
.w-01 {width: 599px}
.row.logo {
    position: absolute;
    left: 18%;
    top: 10px;
  }
  .row { zoom: 1; }
  .row:before, .row:after { display: table; line-height: 0; content: ""; }
  .row:after { clear: both; }
.cnt-container{
    width: 1000px;
    margin: 0 auto;
}
.header {
    background: #ba1f1c;
    height: 74px;
}

.header h1 {
    text-indent: -99999px;
}
.nav {
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
}
.nav a:link,
.nav a:visited {
    padding: 0 21px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    float: left;
    color: #fff;
}

.nav a:hover,
.nav a:active {
    color: #fbf6de;
    text-decoration: none;
}
.l,.f-l{float:left!important;_display:inline}
.r,.f-r{float:right!important;_display:inline}
.footer-bg{  overflow:hidden; background:#f7f7f7; padding:20px 0; margin-top:40px; text-align:center; width:100%; min-width:1000px;}
footer{
    width:1000px;border-top:1px solid #d5d5d5;height:auto;margin:20px auto;padding-top:10px;text-align:center;height:auto;line-height:28px;color:#000;font-family:'Microsoft YaHei'
}
footer a{
    color:#000
}
.breadcrumb{
    height: 60px;
    margin-top: 15px;
}
.mt-40{margin-top:40px}
.mb-40{margin-bottom:40px}
a:link,
a:visited {
    color: #555;
}

a:hover,
a:active {
    color: #bf151b;
    text-decoration: none;
}
.ca-news .title{
    
    width: 100%;
    font-size: 26px;
    color:#0f74c9
}
.ca-news .title::before{
    content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    
}
.list li a{
    display: block;
    max-width: 600px;
    width: 93vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    
}
.list li::marker{
    display: inline-block;
}
.sub-list{
    font-size:18px;
    border-bottom: #c1c1c1 1px dashed;
    padding:20px ;
}
.sub-list span{
    float: right;
}
.p2_con div.page_n{
    width:90%;
    text-align:center;
}
.page_n{text-align: center; margin: 20px;}
.page_n a{ border:#dddad2 1px solid; background:#f7f6f3; padding:10px 15px; margin:0 5px;}
.page_n a:hover{ background:#0f74c9; color:#fff; text-decoration:none;}
.text-l{text-align:left}.text-r{text-align:right}.text-c{text-align:center}
.m-a{margin:auto;float: none!important;}
.mt-15{
    margin-top:15px;
}
.link {
    background-color: #bc1613;
    height: 100px;
    color: #fff;
    /* line-height: 24px; */
    line-height: 36px;
    font-size: 16px;
  }
  

.footer {
    background-color: #fff;
    height: 90px;
    line-height: 36px;
    font-size: 14px;
}
.w-00{
    max-width: 100vw;
}
@media screen and (max-width:800px) {
    img{
        max-width: 100%;
       
    }
    .layer0{
        width: 100vw;
    }
    .layer0 ul{
        width: 100vw;
    }
    .layer1{
        width: 95vw;
        height: auto;

    }
    .layer1 ul{
        width: 92vw;
    }
    ul.sub-list {
        display: flex;
        width: 93vw;
        flex-direction: column;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 30px auto;
        padding:0;
    }
    .w-00{
        max-width: 100vw;
    }
    .footer-bg{
        min-width: 0px;
        font-size: 14px;
    }
    footer{
        width: 95vw;
    }
    body{
        font-size: 1.1em;
        background: none;
    }
    .nav ul{
        display: flex;
        overflow-x: auto;
    }
    .row.logo {
        position: absolute;
        left: -8%;
        top: 0px;
        width: 40vw;
        height: 5vw;
      }
    .nav {
        line-height: 70px;
        font-size: 18px;
        font-weight: bold;
        margin-top: 25px;
    }
    .tt h1 a{
        line-height: 42px;
    }
    li{
        list-style: none;
    }
}