@charset "UTF-8";
.transition,
.nav,
.pageNav2 {
    transition: All 0.5s ease;pageList
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.ellipsis,
.nav .list2 dl dd,
.imgSwiper .swiper-slide a.name,
.indexPart1 .list li a,
.indexPart1 .list2 a,
.indexPart2 .container a.name,
.indexPart2 .list2 a,
.pageNav a,
.municipalPhoto .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex,
.head dl.btn,
.head dl.btn a,
.nav a.home,
.nav .list2 li,
.nav .list2 .name,
.pageNav2 ul,
.indexPart1 .list,
.pageList li a,
.pageNum,
.pageNum2,
.pageNum2 .btn,
.lybForm li,
.contact .list .name,
.video li a,
.specialList li a,
.footEwm,
.footEwm dl {
    display: flex;
    display: -webkit-flex;
}

.flexColumn {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.itemsCenter,
.head dl.btn a,
.nav a.home,
.nav .list2 .name,
.indexPart1 .list,
.pageList li a,
.pageNum,
.pageNum2 .btn,
.lybForm li,
.contact .list .name,
.video li a,
.specialList li a,
.footEwm {
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter,
.head dl.btn a,
.pageNum,
.pageNum2,
.pageNum2 .btn,
.footEwm {
    justify-content: center;
    -webkit-justify-content: center;
}

.flexAround {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetween,
.indexPart1 .list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexWrap,
.nav .list ul,
.nav .list2 dl,
.indexNav ul,
.pageNav ul,
.pageAddress ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 50px;
}

body {
    font-size: .24rem;
    font-family: Arial, "微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
}

body.noScroll {
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #df1412;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2,
h3,
h4,
h5 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea,
input {
    background: transparent;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    width: 100%;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

.before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}

.h10 {
    height: 0.1rem;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 0.5rem;
    overflow: hidden;
    clear: both;
}

.wal {
    max-width: 750px;
    margin: 0 auto;
}

.pageLine {
    background: #f9f9f9;
    /*height: .2rem;*/
}

.tabContent {
    display: none;
}

.headD {
    height: .98rem;
}

.head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background: #df1412;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
}

.head .wal {
    height: .98rem;
    position: relative;
}

.head a.logo {
    display: block;
    width: 2.52rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 0;
    bottom: auto;
    background: url("../image/logo.jpg") center no-repeat;
    background-size: 100%;
}

.head .name {
    color: #fff;
    font-size: .3rem;
    line-height: .98rem;
    position: absolute;
    z-index: 10;
    left: 3.02rem;
    right: auto;
    top: 0;
    bottom: auto;
}

.head a.navA {
    display: block;
    width: 1rem;
    height: .98rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background: url("../image/navA.png") center no-repeat;
    background-size: .41rem;
}

.head dl.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1rem;
    top: 0;
    bottom: auto;
}

.head dl.btn a {
    height: .98rem;
    width: .7rem;
}

.head dl.btn a img {
    width: .42rem;
}

.head .search {
    position: absolute;
    z-index: 20;
    right: 1rem;
    top: 0;
    height: 100%;
    width: 100%;
    background: #df1412;
    display: none;
}

.head .search.show {
    display: block;
}

.head .search .input {
    width: 5.4rem;
    height: .6rem;
    background: #fff;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.3rem;
}

.head .search .input input {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .22rem;
    padding: 0 .24rem;
    color: #333;
}

.head .search .submit {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.8rem;
    top: 50%;
    bottom: auto;
    width: .6rem;
    height: .6rem;
    background: url("../image/img42_4.png") center no-repeat;
    background-size: .42rem;
    margin-top: -.3rem;
}

.head .search .submit input {
    width: 100%;
    height: .6rem;
}

.head .search a.close {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.3rem;
    width: .8rem;
    height: .6rem;
    background: url("../image/close21.png") center no-repeat;
    background-size: .21rem;
}

.head2 {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.11);
}

.head2 .wal {
    height: .98rem;
    position: relative;
}

.head2 a.logo {
    display: block;
    width: 2.52rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 0;
    bottom: auto;
    background: url("../image/logo2.png") center no-repeat;
    background-size: 100%;
}

.head2 h2.name {
    font-weight: 400;
    font-size: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: 0;
    bottom: auto;
    line-height: .98rem;
}

.nav {
    position: fixed;
    z-index: 49;
    left: 100%;
    top: .98rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: .96rem;
    background: #fff;
    font-size: .4rem;
}

.nav.show {
    left: 0;
}

.nav a.close {
    display: block;
    width: 1rem;
    height: 1.1rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background: url("../image/close39.png") center no-repeat;
    background-size: .39rem;
}

.nav a.home {
    height: 1.1rem;
    border-bottom: #c9c9c9 solid 1px;
    padding-left: .7rem;
    color: #df1412;
}

.nav a.home img {
    width: .44rem;
    margin-right: .1rem;
}

.nav .list li {
    width: 33.333%;
    border-bottom: #c9c9c9 solid 1px;
}

.nav .list a {
    display: block;
    height: .9rem;
    line-height: .9rem;
    padding-left: .7rem;
}

.nav .list2 li {
    align-items: stretch;
    -webkit-align-items: stretch;
    min-height: .9rem;
}

.nav .list2 .name {
    color: #df1412;
    width: 2.3rem;
    border-bottom: #c9c9c9 solid 1px;
    border-right: #c9c9c9 solid 1px;
    padding-left: .7rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.nav .list2 dl {
    border-bottom: #c9c9c9 dashed 1px;
    width: 100%;
    padding: .05rem 0;
}

.nav .list2 dl dd {
    padding: 0 .32rem 0 .25rem;
    line-height: .8rem;
    height: .8rem;
    background: url("../image/img7.png") right center no-repeat;
    background-size: .07rem;
}

.nav .list2 dl dd:last-child {
    background: none;
}

.pageNav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: -.3rem;
    width: 100%;
    height: 1.1rem;
    background: #fff;
    font-size: .3rem;
    padding-left: 2.5rem;
}

.pageNav2.show {
    top: .98rem;
}

.pageNav2 .title {
    width: .95rem;
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 0.2rem;
    bottom: auto;
}

.pageNav2 .name {
    position: absolute;
    z-index: 10;
    left: 1.36rem;
    right: auto;
    top: 0;
    bottom: auto;
    line-height: 1.1rem;
    color: #df1412;
}

.pageNav2 ul li {
    padding-right: .4rem;
    line-height: 1.1rem;
}

.foot {
    text-align: center;
    font-size: .22rem;
    line-height: .36rem;
    padding: .26rem 0;
    color: #999;
}

.indexNav {
    padding: .15rem .1rem;
}

.indexNav li {
    width: 15.5%;
    text-align: center;
}

.indexNav li.hide {
    display: none;
}

.indexNav a {
    display: block;
    font-size: .3rem;
    line-height: .6rem;
}

.indexNav .more {
    height: .6rem;
    background: url("../image/img30.png") center no-repeat;
    background-size: .3rem;
}

.indexNav .more.on {
    background-image: url("../image/img30on.png");
}

.indexNav2 {
    padding: .15rem .25rem .15rem .13rem;
}

.indexNav2 li {
    width: 17%;
}

.pageTitle {
    position: relative;
    height: .9rem;
    padding-top: .1rem;
    border-bottom: #cfcfcf solid 1px;
}

.pageTitle h2 {
    font-weight: 400;
    font-size: .34rem;
    padding-left: .51rem;
    line-height: .8rem;
    position: relative;
}

.pageTitle h2:before {
    content: "";
    display: block;
    position: absolute;
    left: .3rem;
    top: 50%;
    width: .04rem;
    height: .36rem;
    background: #da281b;
    margin-top: -.18rem;
}

.pageTitle a.more {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.1rem;
    bottom: auto;
    width: .76rem;
    height: .8rem;
    background: url("../image/img16.png") center no-repeat;
    background-size: .16rem;
}

.pageTitle-2 {
    margin: 0 .3rem;
    border-color: #e9e9e9;
}

.pageTitle-2 h2 {
    padding-left: .21rem;
}

.pageTitle-2 h2:before {
    left: 0;
}


/*.pageTitle-3{
  h2{
    &:before{background: $blue;}
    span{color: $blue;}
  }
}*/

.imgSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imgSwiper .swiper-slide {
    position: relative;
}

.imgSwiper .swiper-slide a.name {
    display: block;
    height: .77rem;
    line-height: .77rem;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: .3rem;
    color: #fff;
    padding: 0 1.2rem 0 .3rem;
}

.imgSwiper .num {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0;
    line-height: .77rem;
    font-size: .28rem;
    color: #fff;
}

.imgSwiper a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    background: center no-repeat;
    background-size: cover;
    width: .42rem;
    height: .42rem;
    margin-top: -.32rem;
}

.imgSwiper a.arrow.prev {
    background-image: url("../image/prev9.png");
    left: 0;
}

.imgSwiper a.arrow.next {
    background-image: url("../image/next42.png");
    right: 0;
}

.indexPart1 .list {
    height: .9rem;
    padding-left: .3rem;
}

.indexPart1 .list .name {
    font-size: .26rem;
    color: #e40b21;
    border: #e40b21 solid 1px;
    width: .8rem;
    height: .4rem;
    line-height: .38rem;
    text-align: center;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.indexPart1 .list ul {
    width: 6.1rem;
}

.indexPart1 .list li a {
    display: block;
    font-size: .34rem;
    height: .9rem;
    line-height: .9rem;
    padding-right: .3rem;
}

.indexPart1 .list2 {
    padding: .25rem .3rem;
}

.indexPart1 .list2 a {
    display: block;
    height: .7rem;
    line-height: .7rem;
    font-size: .34rem;
}

.pageList {
    padding: .1rem 0;
}

.pageList li {
    border-bottom: #dcdcdc dashed 1px;
}

.pageList li.hide {
    display: none;
}

.pageList li a {
    padding: .2rem .3rem;
}

.pageList li a img {
    width: 2.5rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: .3rem;
}

.pageList li a .name {
    font-size: .34rem;
    line-height: .6rem;
    max-height: 1.8rem;
    overflow: hidden;
}

.pageList .more {
    text-align: center;
    color: #df1412;
    font-size: .28rem;
    line-height: .9rem;
    background: #fff;
    position: relative;
    top: -1px;
}

.pageList .more span {
    /*background: url("../image/img12.png") right center no-repeat;*/
    /*background-size: .12rem;*/
    padding-right: .24rem;
}

.tabList {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tabList:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: #dcdcdc solid 1px;
}

.tabList .swiper-slide {
    height: .9rem;
    line-height: .9rem;
    font-size: .28rem;
    border-right: #dcdcdc solid 1px;
    padding: 0 .3rem;
    width: auto;
}

.tabList .swiper-slide.on {
    color: #df1412;
    background: #fff;
}

.tabList-2 .swiper-slide {
    min-width: 33.3%;
    text-align: center;
}

.indexPart2 div.title {
    background: #df1412;
    color: #fff;
    text-align: center;
    font-size: .36rem;
    line-height: .9rem;
}

.indexPart2 h2 {
    background: #df1412;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: .36rem;
    line-height: .9rem;
}

.indexPart2 .tabListContainerDiv {
    padding: 0 .3rem;
    min-height: 2rem;
}

.indexPart2 .container {
    position: relative;
    margin-top: .3rem;
}

.indexPart2 .container .img {
    border: #e9e9e9 solid 1px;
}

.indexPart2 .container a.name {
    display: block;
    height: .77rem;
    line-height: .77rem;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: .3rem;
    color: #fff;
    padding: 0 .2rem;
}

.indexPart2 .pageList {
    margin-left: -.3rem;
    margin-right: -.3rem;
}

.indexPart2 .list2 {
    padding: .2rem 0;
}

.indexPart2 .list2 a {
    font-size: .34rem;
    height: .7rem;
    line-height: .7rem;
    display: block;
    padding-left: .58rem;
    background: url("../image/img32.png") 0.12rem center no-repeat;
    background-size: .32rem;
}

.indexPart2 .list2-1 a {
    background-image: url("../image/img33.png");
}

.pageMore a {
    display: block;
    text-align: center;
    color: #df1412;
    font-size: .28rem;
    line-height: .9rem;
}

.pageMore a span {
    background: url("../image/img12.png") right center no-repeat;
    background-size: .12rem;
    padding-right: .24rem;
}

.indexPart3 {
    padding-left: .05rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexPart3 .list {
    margin-right: -.8rem;
}

.indexPart3 #indexPart3,
.indexPart3 .indexPart3List {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexPart3 .swiper-wrapper {
    left: .25rem;
}

.indexPart3 .swiper-slide a {
    display: block;
    padding: .35rem .25rem .35rem 0;
}

.indexPart3 .swiper-slide a .img {
    position: relative;
}

.indexPart3 .swiper-slide a .img i.btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    background: rgba(0, 0, 0, 0.1) url("../image/btn42.png") center no-repeat;
    background-size: .42rem;
}

.indexPart3 .swiper-slide a .name {
    font-size: .3rem;
    line-height: .48rem;
    padding-top: .1rem;
}

.indexPart4 {
    padding: .35rem .24rem;
}

.indexPart4 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexPart4 a {
    display: block;
    border: #e9e9e9 solid 1px;
    margin: 0 .06rem;
}

.pageHead {
    height: 1.1rem;
    position: relative;
    padding-left: 1.8rem;
}

.pageHead a.logo {
    display: block;
    width: 1.16rem;
    height: 100%;
    background: url("../image/img116.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 0;
    bottom: auto;
}

.pageHead h1 {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 0;
    bottom: auto;
    line-height: 1.1rem;
    font-size: .3rem;
    font-weight: 400;
}

.pageHead h1 a.on {
    color: #df1412;
}

.pageHead .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pageHead .list .swiper-slide {
    width: auto;
}

.pageHead .list a {
    display: block;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: .3rem;
    padding-right: .44rem;
}

.pageHead .list a.on {
    color: #df1412;
}

.pageHead-2 {
    padding-left: 0;
}

.pageHead-2 a.logo {
    display: none;
}

.pageHead-2 .list a {
    padding: 0 .2rem 0 .3rem;
}

.pageHead-3 {
    background: #df1412;
    padding-left: 0;
}

.pageHead-3 .list a {
    color: #fff;
    padding: 0 .2rem 0 .3rem;
}

.pageNum {
    padding: .35rem 0 .5rem 0;
    font-size: .3rem;
    text-align: center;
}

.pageNum a.arrow {
    border: #dcdcdc solid 1px;
    width: 1.8rem;
    height: .6rem;
    line-height: .58rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #df1412;
}

.pageNum .select {
    border: #dcdcdc solid 1px;
    width: 1.8rem;
    height: .6rem;
    line-height: .58rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 .6rem;
    position: relative;
    padding-right: .25rem;
}

.pageNum .select:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .2rem;
    width: .15rem;
    height: 100%;
    background: url("../image/select15.png") center no-repeat;
    background-size: .15rem;
}

.pageNum .select span {
    color: #df1412;
}

.pageNum .select select {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.newShow {
    padding: 0 .3rem;
}

.newShow .title {
    font-size: .36rem;
    line-height: .54rem;
    padding-top: .3rem;
}

.newShow .time {
    font-size: .22rem;
    color: #999;
    padding: .24rem 0;
    border-bottom: #cfcfcf solid 1px;
}

.newShow .time span {
    padding: 0 1em;
}

.newShow .content {
    padding: 0.4rem 0 .3rem 0;
    font-size: .34rem;
    line-height: .54rem;
    text-align: justify;
}

.newShow .content p {
    /*text-indent: 2em;*/
    padding-bottom: 0.1rem;
}

.newShow .content .img {
    padding: .2rem 0;
}

.pageNum2 {
    border-top: #cfcfcf dashed 1px;
    margin: 0 .3rem;
    padding: .35rem 0;
}

.pageNum2 .btn {
    width: 2.6rem;
    height: .6rem;
    font-size: .24rem;
    color: #df1412;
    border: #df1412 solid 1px;
    margin: 0 .3rem;
}

.pageNum2 img {
    width: .26rem;
    margin-right: .1rem;
}

.pageNum2 div.btn {
    position: relative;
}

.pageNum2 div.btn .share {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: -30px;
    bottom: auto;
    width: 4rem;
    display: none;
}

.pageNum2 div.btn.on .share {
    display: block;
}

.lyb_01 {
    font-size: .3rem;
    line-height: .54rem;
    padding: .3rem .3rem .2rem;
}

.lyb_01 h2 {
    font-size: .3rem;
    padding-bottom: .2rem;
}

.lyb_01 li {
    padding-bottom: .15rem;
}

.lybForm {
    padding: .4rem .3rem;
}

.lybForm li {
    padding-bottom: .4rem;
}

.lybForm li .input {
    background: #f8f9fb;
    width: 100%;
    border: #d1d1d1 solid 1px;
}

.lybForm li .input input {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    padding: 0 .24rem;
    font-size: .24rem;
    color: #333;
}

.lybForm li .input textarea {
    width: 100%;
    height: 5.96rem;
    line-height: .4rem;
    padding: .14rem .24rem;
    font-size: .24rem;
    color: #333;
}

.lybForm li .name {
    width: 1.8rem;
    text-align: right;
    padding-right: .15rem;
    font-size: .3rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.lybForm li input::-webkit-input-placeholder {
    color: #999;
}

.lybForm li input::-moz-placeholder {
    color: #999;
}

.lybForm li input:-moz-placeholder {
    color: #999;
}

.lybForm li input:-ms-input-placeholder {
    color: #999;
}

.lybForm li textarea::-webkit-input-placeholder {
    color: #999;
}

.lybForm li textarea::-moz-placeholder {
    color: #999;
}

.lybForm li textarea:-moz-placeholder {
    color: #999;
}

.lybForm li textarea:-ms-input-placeholder {
    color: #999;
}

.lybForm li.file {
    padding-bottom: 1rem;
}

.lybForm li.file .btn {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 2.8rem;
    height: .7rem;
    background: #e0e0e0;
    line-height: .7rem;
    text-align: center;
    font-size: .3rem;
    color: #999;
    position: relative;
}

.lybForm li.file .btn input {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.lybForm li.file p {
    line-height: .32rem;
    color: #999;
    padding-left: .32rem;
}

.lybForm .tips {
    color: #df1412;
    padding: .2rem 0 .75rem 0;
}

.lybForm .submit {
    padding: 0 .45rem .4rem .45rem;
}

.lybForm .submit div {
    background: #df1412;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.lybForm .submit input {
    width: 100%;
    height: .7rem;
    font-size: .3rem;
    font-weight: 600;
    color: #fff;
}

.contact {
    background: url("../image/contactbg.jpg") center no-repeat;
    background-size: cover;
    min-height: 4.2rem;
    color: #fff;
    padding: 0 .5rem;
}

.contact h2.title {
    line-height: 1.12rem;
    padding-top: .1rem;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
    text-transform: uppercase;
    font-size: .28rem;
}

.contact h2.title span {
    font-size: .48rem;
    padding-right: .08rem;
}

.contact .list {
    padding-top: .25rem;
    font-size: .3rem;
}

.contact .list li {
    padding-bottom: .15rem;
}

.contact .list .name {
    height: .48rem;
}

.contact .list .name img {
    width: .26rem;
    margin-right: .1rem;
}

.contact .list p {
    line-height: .48rem;
}

.contact .list .tel {
    font-size: .48rem;
    opacity: .8;
    font-family: Impact;
    line-height: .85rem;
}

.contact .list .tel a {
    color: #fff;
}

.video {
    padding: .3rem 0 0 0;
}

.video li a {
    padding: .1rem .3rem;
}

.video li a .img {
    width: 3.3rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: .3rem;
    position: relative;
}

.video li a .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url("../image/img42.png") center no-repeat;
    background-size: .42rem;
}

.video li a .name {
    font-size: .34rem;
    line-height: .48rem;
    max-height: .96rem;
    overflow: hidden;
}

.video li a .time {
    color: #999;
    padding-top: .24rem;
}

.specialTitle {
    text-align: center;
    font-family: 瀹嬩綋;
    font-weight: bold;
    color: #df1412;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-top: .2rem;
    font-size: .4rem;
    background: url("../image/img750bg.png") center no-repeat;
    background-size: 7.5rem;
}

.pageSearch .msg {
    color: #df1412;
    font-size: .3rem;
    padding: 0 .3rem;
    line-height: 1.1rem;
    border-bottom: #dedede dashed 1px;
}

.pageSearch li {
    border-bottom: #dedede dashed 1px;
    padding: .24rem .3rem .24rem .5rem;
}

.pageSearch li .name {
    font-size: .34rem;
    position: relative;
    line-height: .6rem;
}

.pageSearch li .name:before {
    content: "";
    display: block;
    position: absolute;
    left: -.2rem;
    top: 0;
    width: .08rem;
    height: .6rem;
    background: url("../image/img8.png") center no-repeat;
    background-size: 100%;
}

.pageSearch li .time {
    color: #999;
    padding-top: .1rem;
}

.specialList {
    padding: .2rem .3rem 0 .3rem;
}

.specialList li a {
    padding: .2rem 0;
}

.specialList li a .img {
    width: 3.2rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: .3rem;
}

.specialList li a .name {
    font-size: .34rem;
    line-height: .48rem;
}

.specialList li a .time {
    font-size: .24rem;
    color: #999;
    padding-top: .24rem;
}

.pageNav {
    background: #e40b21;
}

.pageNav ul {
    margin-left: -1px;
}

.pageNav li {
    width: 33.333%;
    border-left: #b6091a solid 1px;
    border-top: #b6091a solid 1px;
}

.pageNav a {
    display: block;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
}

.pageNav a.on {
    background: #cd0a1e;
}

.pageAddress {
    position: relative;
    padding: .2rem 0 .2rem 1.2rem;
}

.pageAddress h2 {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 50%;
    bottom: auto;
    font-size: .3rem;
    line-height: .48rem;
    color: #df1412;
    margin-top: -.48rem;
}

.pageAddress .list {
    border-left: #ddd solid 1px;
    padding-left: .3rem;
}

.pageAddress li {
    font-size: .3rem;
    height: .55rem;
    line-height: .55rem;
    padding-right: .5rem;
}

.municipalPhoto li {
    border-bottom: #f9f9f9 solid .16rem;
}

.municipalPhoto li:last-child {
    border-bottom: 0;
}

.municipalPhoto a {
    display: block;
    padding: .3rem .3rem 0;
}

.municipalPhoto .name {
    font-size: .32rem;
    height: 1.1rem;
    line-height: 1.1rem;
}

.footEwm {
    background: #2e77c7;
    color: #fff;
    height: 3rem;
}

.footEwm .title {
    width: 1.88rem;
}

.footEwm dd {
    margin-left: .3rem;
    width: 2.06rem;
}

.footEwm dd div {
    border: #abc9e9 dashed 1px;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    padding: .1rem;
}

.footEwm dd p {
    padding-top: .08rem;
    text-align: center;
}


/*# sourceMappingURL=index.css.map */

#zhongxin a:hover {
    color: white;
}

#zhongxinfu {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

#zhongxinfu::-webkit-scrollbar {
    display: none;
}

/*# 视频窗口 */
@media (max-width:767px) {

.content video {width:100% !important;height:auto !important;}

}

