/*初始化css BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}
input,textarea{
    font-family: "微软雅黑";
}
/*清除内外边距*/
a:focus {
    -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
    outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
    font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
    list-style: none;
}
/*重置列表元素*/
a {
    text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}
q:before,
q:after {
    content: '';
}
/*重置表单元素*/
legend {
    color: #000;
}
/*for ie6*/
fieldset,
img {
    border: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*重置表格元素*/
hr {
    border: none;
    height: 1px;
}
/*重置 hr*/
html {
    overflow-y: scroll;
}
input,textarea{
    font-family: "微软雅黑";
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/
@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
/*苹果手机字体兼容设置完成*/
html,body{
    max-width: 750px;
    min-width: 320px;
    margin:0 auto;
    position: relative;
    font-family: 微软雅黑;
    overflow-x: hidden;
}
.zz_clear{clear: both;}

/*整体设置完成*/

/*分页信息开始*/
.fenyebot {
    padding-top: .6rem;
    padding-left: 0.19rem;
    padding-right: 0.24rem;
    text-align: center;
}
.fenyebot .d1 {
    display: inline-block;
    position: relative;
    background: #fff;
    width: .73rem;
    height:.46rem;
    line-height: .46rem;
}
.fenyebot .d1 span {
    position: absolute;
    width: 0.62rem;
    height:.46rem;
    line-height: .46rem;
    z-index: 3;
    color: #333333;
    font-size: 0.24rem;
    text-align: center;
}
.fenyebot .d1 em {
    position: absolute;
    top: 0.19rem;
    right: 0;
    width: 0.17rem;
    height: 0.09rem;
    background: url("../images/dy_sanjiao.png") no-repeat center / 0.17rem 0.09rem;
}
.fenyebot .d1 select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #4592de;
    border-radius: .05rem;
    border: none;
    height: 0.46rem;
    line-height: .46rem;
    width: 1rem;
    padding-left: 0.19rem;
    box-sizing: border-box;
    z-index: 3;
    color: #fefefe;
    font-size: 0.24rem;
    text-align: center;
}
.redStyle .fenyebot .d1 select{
	background: #b7010e;
}
.fenyebot .d1 select option {
    width: 100%;
    text-align: center;
}
.fenyebot .d2 {
    display: inline-block;
    line-height: 0.44rem;
    height: 0.44rem;
    color: #666666;
    font-size: 0.24rem;
}
.fenyebot .pagenum {
    width:30px;
}
.fenyebot .d2 span {
    color: #4592de;
}
/*分页信息结束*/

/*公用头部开始*/
.zz_top{
    width:100%;
    height:1.24rem;
    background-color: #4592de;
    position: relative;
    z-index: 9999;
}
.redStyle .zz_top{background: #b7010e;}
.zz_top .zz_topc{
    padding: 0 .24rem;
    height:1.24rem;
    margin:0 auto;
    position: relative;
}
.zz_top .zz_topc .sear_inp{
    position: absolute;
    width:100%;
    height:1.24rem;
    line-height: 1.24rem;
    background-color: #fff;
    right:0;
    top:0;
    padding-left: .1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    border-radius: .1rem;
    display: none;
}
.zz_top .zz_topc .sear_inp input{
    width:100%;
    height:1.24rem;
    line-height: 1.24rem;
    outline:none;
    background: none;
    border:none;
    font-size: .26rem;
    color: #999;
}
.zz_top .zz_topc .sear_inp a{
    position: absolute;
    right:.3rem;
    top:.48rem;
    width:.48rem;
    height:.48rem;
}
.zz_top .zz_topc .zz_logo{
    float: left;
    width:2.2rem;
    height:.91rem;
    margin-top: .1rem;
}
.zz_top .zz_topc .search{
    float: right;
    width:.46rem;
    height:.46rem;
    padding-top: .48rem;
    padding-bottom: .3rem;
}
.zz_top .zz_topc .zz_caidan{
    float: right;
    width:.46rem;
    height:.46rem;
    padding-top: .48rem;
    padding-bottom: .3rem;
    margin-left: .15rem;
}
.zz_zhan{
    width:100%;
    height:.48rem;
    background-color: #1361a3;
}
.redStyle .zz_zhan{background-color: #9a0014;}
.zz_zhan .zz_zhanc{
    height:.48rem;
    line-height: .48rem;
    text-align: center;
    overflow: hidden;
}
.zz_zhan .zz_zhanc em{
    font-size: .24rem;
    color: #f1f8ff;
}
.zz_zhan .zz_zhanc em span{
    color: #6ab0f5;
}
.redStyle .zz_zhan .zz_zhanc em span{
	color: #fff;
}
/*公用头部结束*/

/*新闻开始*/
.zz_xw{
    width:100%;
    height:.56rem;
    background-color: #f1f1f1;
}
.zz_xw .zz_xwc{
    margin: 0 .24rem;
    height:.56rem;
    overflow: hidden;
}
.zz_xw .zz_xwc ul li{
    line-height: .56rem;
}
.zz_xw .zz_xwc ul li h3 a{
    float: left;
    width:5.55rem;
    padding-left: .38rem;
    background: url("../images/zz_beijing3.png") left center no-repeat;
    background-size: .21rem .23rem;
    font-size: .24rem;
    color: #666666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zz_xw .zz_xwc ul li em{
    float: right;
    font-size: .22rem;
    color: #999999;
}
/*新闻结束*/

/*一堆栏目开始*/
.zz_yidui{
    width:100%;
}
.zz_yidui .zz_yiduic{
    padding: .44rem .24rem;
}
.zz_yidui .zz_yiduic ul li{
    float: left;
    width:1.58rem;
    margin: 0 .38rem;
    margin-bottom: .36rem;
}
.zz_yidui .zz_yiduic ul li h2 a{
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #666666;
    font-weight: normal;
}
.zz_yidui .zz_yiduic ul li img{
    display: block;
    width:1.58rem;
    height:1.58rem;
    margin: 0 auto;
    padding-bottom: .26rem;
}
/*一堆栏目结束*/

/*公用底部开始*/
.zz_bottom{
    width:100%;
    text-align: center;
    padding-bottom: .3rem;
}
.zz_bottom p{
    text-align: center;
    padding: .1rem 0;
}
.zz_bottom p a{
    display: inline-block;
    font-size: .26rem;
    color: #c1c1c1;
    line-height: .34rem;
}
.zz_bottom p .gaba{
    padding-left: .25rem;
    background: url("../images/gaba.png") left center no-repeat;
    background-size: .18rem .2rem;
}
.zz_end{
    position: fixed;
    width:100%;
    left:0;
    bottom:0;
    height:.9rem;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 999;
}
.zz_end .zz_endc{
    padding: 0 .24rem;
    position: relative;
}
.zz_end .zz_endc ul li{
    float: left;
    width:18%;
}
.zz_end .zz_endc ul li a{
    display: block;
    text-align: center;
    font-size: .24rem;
    color: #666666;
}
.zz_end .zz_endc ul li:nth-child(3){
    float: right;
}
.zz_end .zz_endc ul li:nth-child(4){
    float: right;
}
.zz_end .zz_endc ul li:nth-child(1) img{
    display: block;
    margin: 0 auto;
    width:.29rem;
    height:.26rem;
    padding-top: .12rem;
    padding-bottom: .22rem;
}
.zz_end .zz_endc ul li:nth-child(2) img{
    display: block;
    margin: 0 auto;
    width:.25rem;
    height:.25rem;
    padding-top: .12rem;
    padding-bottom: .23rem;
}
.zz_end .zz_endc ul li:nth-child(3) img{
    display: block;
    margin: 0 auto;
    width:.33rem;
    height:.32rem;
    padding-top: .12rem;
    padding-bottom: .15rem;
}
.zz_end .zz_endc ul li:nth-child(4) img{
    display: block;
    margin: 0 auto;
    width:.26rem;
    height:.33rem;
    padding-top: .12rem;
    padding-bottom: .15rem;
}
.zz_end .zz_endc ul li:nth-child(5){
    float: none;
    position: absolute;
    width:1.74rem;
    height:1.35rem;
    top:-.44rem;
    left:50%;
    margin-left: -.87rem;
    background: url("../images/zz_beijing4.png") center no-repeat;
    background-size: 1.74rem 1.35rem;
}
.redStyle .zz_end .zz_endc ul li:nth-child(5){
	background: url("../images/zz_beijing48.png") center no-repeat;
    background-size: 1.74rem 1.35rem;
}
.zz_end .zz_endc ul li:nth-child(5) a{
    width:100%;
    height:100%;
    font-size: .24rem;
    color: #ffffff;
    padding-top: .99rem;
    box-sizing: border-box;
}
.to_top{
    position: fixed;
    right:0;
    bottom:1.4rem;
    width:.71rem;
    height:.71rem;
}
/*公用底部结束*/
.zhezhao{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9997;
    background-color: #000000;
    opacity: 0.4;
    display: none;
    overflow-x: hidden;
}
.zz_menu{
    position: absolute;
    left:0;
    top:1.24rem;
    width:100%;
    background-color: #fff;
    z-index: 9998;
    display: none;
}
.zz_menu .zz_menuc{
    padding: .5rem .24rem;
    padding-top: 0;
}
.zz_menu .zz_menuc .zz_guanbi{
    padding-left: .46rem;
    background: url("../images/zz_beijing5.png") left center no-repeat;
    background-size: .24rem .24rem;
    font-size: .24rem;
    color: #666666;
    line-height: 1.17rem;
}
.zz_menu .zz_menuc ul li{
    padding-left: .23rem;
}
.zz_menu .zz_menuc ul li a{
    padding-left: .23rem;
    display: block;
    height:.75rem;
    line-height: .75rem;
    border-bottom: 1px solid #eeeeee;
    font-size: .24rem;
    color: #000000;
    background: url("../images/zz_beijing6.png") right center no-repeat;
    background-size: .25rem .13rem;
}
.zz_menu .zz_menuc ul li>em{
    padding-left: .23rem;
    display: block;
    height:.75rem;
    line-height: .75rem;
    border-bottom: 1px solid #eeeeee;
    font-size: .24rem;
    color: #000000;
    background: url("../images/zz_beijing6.png") right center no-repeat;
    background-size: .25rem .13rem;
}
.zz_menu .zz_menuc ul .on>em{
    color: #6ab0f5;
}
.zz_menu .zz_menuc ul li em.on{
    color: #6ab0f5;
}
.zz_menu .zz_menuc ul .on>a{
    color: #6ab0f5;
}
.zz_menu .zz_menuc ul li .zz_yc{
    padding: .3rem 0;
    display: none;
}
.zz_menu .zz_menuc ul li .zz_yc a{
    display: block;
    height:.5rem;
    line-height: .5rem;
    font-size: .22rem;
    color: #666666;
    border-bottom: none;
    background: none;
}
.zz_menu .zz_menuc ul .on .zz_yc .on{
    color: #4592de;
}


.c_newspic{overflow: hidden;margin: .3rem .2rem 0;position: relative;}
.c_newspic .swiper-slide{position: relative;overflow: hidden;}
.c_newspic .swiper-slide img{display: block;}
.c_newspic .swiper-slide a{display: block;}
.c_newspic .swiper-slide h3{position: absolute;width: 100%;left: 0;bottom: 0;font-size: .26rem;font-weight:normal;height: .7rem;line-height: .7rem;background: rgba(0,0,0,0.6);}
.c_newspic .swiper-slide h3 a{display: block;margin-right: 1rem;overflow: hidden;white-space: nowrap;color: #fff;padding: 0 .2rem;}
.c_newspic .swiper-pagination{position: absolute;right: 0;left: auto;height: .7rem;line-height: .7rem;text-align: center;width: 1rem;color: #fff;font-size: .28rem;bottom: 0;}
.c_floor2{padding: .2rem;}
.c_jitjis{border-bottom: 2px solid #222;height: .8rem;line-height: .8rem;box-sizing: border-box;}
.c_jitjis .c_more{float: right;color: #333;}
.c_jitjis h2{font-size: .3rem;float: left;background: #fff;height: .8rem;position: relative;}
.c_jitjis h2 a{height: .6rem;line-height: .6rem;background: #b7010e;color: #fff;padding: 0 .2rem;display: block;}
.c_jitjis h2 em{position: absolute;border-top: .1rem solid #b7010e;border-right: .1rem solid #b7010e;border-left: .1rem solid transparent;border-bottom: .1rem solid transparent;bottom: 0;right: .1rem;}
.c_toudt{padding: .2rem 0;border-bottom: 1px solid #ddd;margin-bottom: .1rem;}
.c_toudt h3{font-size: .34rem;}
.c_toudt h3 a{display: block;line-height: .5rem;height: 1rem;overflow: hidden;color: #222;}
.c_toudt .c_rihq{font-size: .26rem;color: #999;height: .6rem;line-height: .6rem;}
.c_toudt .c_des{font-size: .28rem;color: #666;line-height: .4rem;height: .8rem;overflow: hidden;}
.c_niewslist{overflow: hidden;}
.c_niewslist li{overflow: hidden;height: .6rem;line-height: .6rem;}
.c_niewslist li span{float: right;font-size: .28rem;color: #999;}
.c_niewslist li h3{font-weight: normal;font-size: .3rem;margin-right: 1.8rem;}
.c_niewslist li h3 a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333;}
.c_niewslist li h3 a em{float: left;width: .1rem;height: .2rem;background: #b7010e;margin: .2rem .15rem 0 0;}
.dy_ywgk .c_niewslist li h3 a em{margin: .3rem .15rem 0 0;}
.c_niewslist li h3 a em.xd{height: .1rem;margin: .24rem .15rem 0 0;}
.c_floor3{background: url(../../../images/dj.jpg) no-repeat left center / auto 100%;overflow: hidden;height: 2rem;}
.c_floor4{padding: .3rem .2rem;}
.c_floor4 .c_niewslist{margin-top: .1rem;}
.c_floor3 .swiper-slide{width: 2.8rem;}
.c_floor3 .swiper-slide a{display: block;}
.c_floor3 .swiper-slide img{width: 100%;height: auto;border: 3px solid #b7010e;box-sizing: border-box;}
.c_floor3 .swiper-slide h3{font-size: .28rem;font-weight: normal;}
.c_floor3 .swiper-slide h3 a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;height: .4rem;line-height: .4rem;color: #333;}
.zidon{margin-left: 2.4rem;overflow: hidden;padding: .26rem 0 0;}
