@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

body {
    font-size: 16px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
   /* transform: scale(1.2);*/
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

html {
    font-size: 100px;
}

@media (min-width:3000px) and (max-width:4000px) {
    html {
        font-size: 130px!important;
    }
    .wp {
        max-width: 18rem!important;
    }
}

@media (min-width:1930px) and (max-width:3000px) {
    html {
        font-size: 120px!important;
    }
    .wp {
        max-width: 17rem !important;
    }
}

@media screen and (max-width:1930px) {
    html {
        font-size: 100px!important;
    }
}

@media screen and (max-width:1800px) {
    html {
        font-size: 95px!important;
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 65px!important;
    }
}

@media(min-width: 1200px) {
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {}
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 95.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 92.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 87px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 84px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 80px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 70px!important;
            }
        }
    }
}

.wp {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    padding-top: 1.5rem;
    height: 10rem;
    background: url(../images/head-top_bg.png) no-repeat center top;
    background-size: 100% 100%;
}
.head.wp{max-width:1200px;}
.head-l {
    float: left;
    margin-top: 0.rem;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    height: 1.1rem;
}
.head-l a img.zfwz{
    /* height: 1rem; */
    /* margin-top: .15rem; */
}
.head-r {
    float: right;
}

.search {
    position: relative;
    background: #fff;
    width: 4.79rem;
    height: 0.54rem;
    padding-right: 0.85rem;
    border-radius: 0.6rem;
    overflow: hidden;
    margin-top: 0.4rem;
}

.search input[type="text"] {
    width: 100%;
    height: .54rem;
    line-height: .54rem;
    padding-left: .3rem;
    padding-right: .15rem;
}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.85rem;
    border-radius: 0.6rem;
    background: #AA2525;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0.25rem;
}

.head-r p {
    font-size: 0.22rem;
    color: #FFFFFF;
}

.head-r p a {
    display: inline-block;
    font-size: 0.22rem;
    color: #FFFFFF;
    text-align: center;
}

.head-r p span {
    display: inline-block;
    padding: 0 .01rem;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.ms {
    max-width: 1200px;
    margin-top: 1rem;
}

.ms .msqh {
    width: 6rem;
    height: .8rem;
    line-height: .8rem;
    border: 0.01rem solid #9B050D;
    border-radius: 0.21rem;
    font-size: 0;
    background: #fff url(../images/ms-bg.png) no-repeat right center;
    background-size: contain;
}

.ms .msqh a {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    font-weight: bold;
}

.ms .msqh a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .35rem;
    height: .48rem;
}

.ms .msqh a:nth-child(1) {
    font-size: 0.37rem;
    color: #AA2526;
}

.ms .msqh a:nth-child(2) {
    font-size: 0.37rem;
    color: #fff;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.foot {
    padding-top: 0.45rem;
    padding-bottom: 0.2rem;
}

.ft-top>ul>li {
    position: relative;
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.ft-top>ul>li p {
    position: relative;
    line-height: 0.55rem;
    padding-left: 0.2rem;
    padding-right: 0.5rem;
    border: 0.01rem solid rgba(255, 255, 255, .3);
    font-size: 0.16rem;
    color: #fff;
}

.ft-top>ul>li p span {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/ft-icon.png) no-repeat center center;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
}

.ft-top>ul>li:nth-child(1) {
    margin-left: 0;
}

.ft-top>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 100%;
    z-index: 99;
    display: none;
    overflow-x: hidden;
    max-height: 3.6rem;
}

.ft-top>ul>li:hover>ul {
    display: block;
}

.ft-top>ul>li>ul>li {
    line-height: 0.4rem;
}

.ft-top>ul>li>ul>li a {
    display: block;
    padding: 0 0.15rem;
    font-size: 0.16rem;
    color: #333;
}

.ft-top>ul>li>ul>li:hover a {
    background: #9B050D;
    color: #fff;
}

.ft-down {
    margin-top: 0.5rem;
    overflow: hidden;
}

.ft-down .fd-l {
    float: left;
    width: 60%;
    margin-top: 0.15rem;
}

.ft-down .fd-l p {
    line-height: 0.26rem;
    font-size: 0.16rem;
    color: #fff;
    opacity: .7;
}

.ft-down .fd-l a {
    line-height: 0.26rem;
    font-size: 0.16rem;
    color: #fff;
}



.ft-down .fd-r {
    float: right;
    width: 40%;
    text-align: right;
}

.ft-down .fd-r ul li {
    display: inline-block;
    margin-left: 0.2rem;
}

.footer .bq {
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
}

.footer .bq p {
    font-size: 0.16rem;
    color: #fff;
}

.footer .bq a {
    font-size: 0.16rem;
    color: #fff;
}


.footer .bq p img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        background-size: cover;
    }
    .head-l {
        float: none;
        margin-top: 0;
    }
    .head-l a img {
        margin-left: auto;
        margin-right: auto;
    }
    .head-r {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .head-r .search {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1000px) {
    .ft-top>ul>li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: .15rem;
    }
    .ft-top>ul>li:nth-child(2n-1) {
        margin-left: 0;
    }
    .ft-down {
        margin-top: .15rem;
    }
    .ft-down .fd-l {
        float: none;
        width: 100%;
    }
    .ft-down .fd-r {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: .15rem;
    }
}

@media screen and (max-width: 700px) {
    .head-l a img {
        max-width: 6.1rem;
        width: 100%;
        height: auto;
    }
    .search {
        width: 100%;
    }
    .ms .msqh {
        width: 100%;
    }
    .ms {
        margin-top: .4rem;
    }
    .ms .msqh {
        height: .8rem;
        line-height: .8rem;
        background-size: 50% 100%;
    }
    .ms .msqh a {
        font-size: .26rem!important;
    }
    .ms .msqh a img {
        padding-right: .15rem;
    }
    .header {
        padding-top: .15rem;
        height: 6rem;
    }
    .ft-top>ul>li {
        width: 100%;
        margin-left: 0;
    }
    .ft-down .fd-r ul li {
        margin: 0 .1rem;
    }
}






/*无障碍代码*/

.slb_top {
    height: 85px;
    background: #AA2526;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;}
.slb_top .container{
   height:100%;}
.function {
   width: 580px;
   margin:0 auto;
    height: 100%;}
.function a {
    float: left;
    color: #e8f5fe;
    font-size: 18px;
    height: 100%;
    padding: 50px 25px 0;
    box-sizing: border-box;
    border-left: 1px solid #ba1729;
    border-right: 1px solid #fddeb7;
   border:none;}
.function a:hover {
    opacity: .8;
    color:#fff;}
.function a:first-child {
    border-left: none;}
.function a:last-child {
    border-right: none;}
.function a:nth-child(1) {
    background: url(../images/tt1.png) no-repeat center 13px;}

.function a:nth-child(2) {
    background: url(../images/tt4.png) no-repeat center 13px;}
.function a:nth-child(3) {
    background: url(../images/tt5.png) no-repeat center 13px;}

.function a:nth-child(4) {
    background: url(../images/tt6.png) no-repeat center 13px;}

.function a:nth-child(5) {
    background: url(../images/tt7.png) no-repeat center 13px;}



.function a:nth-child(2) em {
    position: absolute;
    width: 24px;
    height: 23px;}
.function a:nth-child(2) em.em1 {
    left: 28px;
    top: 12px;}
.function a:nth-child(2) em.em2 {
    left: 69px;
    top: 12px;}
.slb_logo img {
    display: block;
    /*margin: 0 auto;*/
    margin-top: 54px;
    margin-left: 302px;}
body.zzms{
   padding-top: 80px;}
body.zzms .broadcast em{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 10px;}




@media (min-width: 320px) and (max-width: 750px){

  body.zzms{}
   .slb_top{}
  
  .function{
      width:100%;
     padding:0 10px;}
   .function a{

display:none;}
   .function a:nth-child(1){
        display:block;
        float:left;}
  .function a:nth-child(6){
        display:block;
        float: right;}

.zzms .ztop{
   height:130px;
   background-size: cover;}
.zzms .ic{
    margin-top: 155px;}


}