a {
    text-decoration: none;
    color: #474747;
}
.w720{
    width: 720px;
}
body {
    background-color: #ffffff;
    /*font-family: simsun;*/
}

/* header */

.header {
    width: 100%;
    height: 140px;
}

.header-safety {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.header-content {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.nav>li {
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 5px;
    border: 1px solid transparent;
}

.nav>li:first-child {
    margin-left: 0;
    border: 1px solid #6095CB;
}

.nav>li>a {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
}

.nav>li>a.active {
    color: #6095CB;
    border: 1px solid #6095CB;
}
.nav>li:hover{
    border: 1px solid #6095CB;
}
.nav>li:hover>a {
    color: #6095CB;
    border: 1px solid #6095CB;
}
/*二级下拉*/
.nav>li>.subnav{
    position:absolute;
    top:44px;
    left: -16px;
    width: 140px;
    z-index: 99;
    background-color: #FFFFFF;
    text-align: center;
    display: none;

}
.nav>li>.subnav>li>a{
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
}
.nav>li>.subnav>li>a:hover{
    color: #6095CB;
}
/*更多下拉*/
.navmore {
    padding-top:20px;
    top: 40px;
    background-color: transparent;
}
.navmore li{
    background-color: #ffffff;
}
.navmore li>a {
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
}

.navmore li:hover>a {
    color: #6095CB;
}

/* banner */

.banner {
    width: 100%;
}

.banner-safety {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
}

.banner .swiper-container {
    min-width: 1200px;
    max-width: 1920px;
    height: 520px;
    color: #fff;
    text-align: center;
}

.banner .swiper-slide {
    min-width: 1200px;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    right: 54px;
    top: 50%;
    transform: translate(0, -50%);
}

.banner .swiper-pagination-switch {
    display: block;
    width: 40px;
    text-align: center;
    margin-bottom: 35px;
    font-size: 30px;
    color: rgba(35, 35, 35, 1);
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
}

.banner .swiper-pagination-switch:last-child {
    margin-bottom: 0;
}

.banner .swiper-active-switch {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

/* search */

.search {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 0);
    width: 728px;
    height: 60px;
    /*background-color: #FFFFFF;*/
    z-index: 1;
}

._all {
    width: 129px;
    margin-right: 50px;
}

._all {
    position: relative;
    width: 129px;
    height: 53px;
    margin-top: 32px;
    margin-left: 124px;
    border-bottom: 1px solid #F0F0F0;
}

.mall {
    font-size: 24px;
    color: #333333;
    line-height: 52px;
    margin-left: 27px;
    font-weight: bold;
}

._all>img {
    margin-top: 10px;
}

._select {
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    display: none;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
}

._select>a {
    color: #333333;
}

.search>input {
    color: rgba(0, 0, 0, .5);
    font-size: 21px;
    border: 0;
    width: 464px;
    padding: 0;
    height: 60px;
    /* padding: 18px 0; */
    padding-left: 130px;
    outline: none;
    font-family: simsun;
    box-shadow: -10px 6px 19px 1px rgba(28,17,7,0.3);
    border-radius:10px;
    margin-right: 30px;
}
.sousuoimg{
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.sousuo {
    /*background-color: #C3AA6F;*/
    /*background-image: url(../images/search.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    font-size: 22px;
    color: #333;
    width:104px;
    height:60px;
    text-align: center;
    line-height: 60px;
    background:rgba(255,255,255,1);
    box-shadow:-7px 4px 10px 0px rgba(28,17,7,0.3);
    border-radius:10px;
    cursor: pointer;
}

/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(0, 0, 0, .5);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, .5);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, .5);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(0, 0, 0, .5);
}

/* list1 */

.list1 {
    position: absolute;
    left: 50%;
    bottom: -46px;
    transform: translate(-50%, 0);
    width: 1200px;
    height: 161px;
    z-index: 9;
}

.list1>li {
    width: 378px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 40px 40px;
    margin-right:33px;
}

.list1>li:first-child {
    background-color: #B3CBC4;
    background-image: url(/upload/admin/20191107/5fb4901dcea08a779f5e4fa5d166c366.png);
}

.list1>li:nth-child(2) {
    background-color: #C47685;
    background-image: url(/upload/admin/20191107/0e3d3a19b1717465d360eb33d981157b.png);
}

.list1>li:last-child {
    background-color: #A0CAD4;
    background-image: url(/upload/admin/20191107/8f032da79c591683af939d0d1cc515c8.png);
    margin-right: 0;
}

.list1>li h3 {
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 53px;
    margin-left: 141px;
    margin-bottom: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.list1>li p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 141px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

/* main */

.main {
    width: 100%;
    background: url(/upload/admin/20201106/c42b893ab965828283a1c946d2981496.png) no-repeat center bottom;
    padding-bottom: 191px;
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
}

.main-safety {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
}
/* 社区活动-左侧 */

.mainModule-9 {
    margin-top: 60px;
}

.mainModule-9-content {
    margin: 0 10px;
}

.mainModule-9-title {
    position: relative;
    background-image: url(/upload/admin/20201105/b998db909ced0ab6a372b9caf7222ea0.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
}

.mainModule-9-title a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #505050;
    line-height: 63px;
}
.mainModule-9-content .list{
    margin-top: 16px;
}
.mainModule-9-content .list li {
    width: 100%;
    line-height: 40px;
}

.mainModule-9-content .list li:last-child {
    /*  border-bottom: 0;*/
}

.mainModule-9-content .list li a:hover {
    color: #162C6A;
}

.mainModule-9-content .list li span {
    border: 1px solid #162C6A;
    height: 14px;
    line-height: 14px;
    padding: 2px 4px;
    border-radius: 3px;
    margin-right: 15px;
    margin-top: 15px;
}

.mainModule-9-content .list li strong {
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
}
/* 社区活动-右侧 */
.mainModule-8{
    margin-top: 82px;
}
.mainModule-8-content {
    margin: 0 10px;
}

.mainModule-8-content .swiper-container {
    width: 100%;
    height: 418px;
}

.mainModule-8-content .swiper-container img {
    width: 100%;
    height: 100%;
}

.mainModule-8-content .swiper-container .swiper-slide {
    position: relative;
}

.mainModule-8-content .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 365px;
    height: 27px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}
.mainModule-8-content .swiper-pagination-switch{
    display: inline-block;
    width: 29px;
    height: 27px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    border-left: 1px solid #ccc;
}
.mainModule-8-content .swiper-pagination-switch:last-child{
    border-right: 1px solid #ccc;
}
.mainModule-8-content .swiper-active-switch{color:#fff;background: #B01818;}
/*社区汇演*/
.mainModule-100 {
    margin-top: 60px;
}

.mainModule-100-content {
    margin: 0 10px;
}

.mainModule-100-title {
    position: relative;
    background-image: url(/upload/admin/20201105/521b3a4b6c6e8db9e349361c0569915d.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
}

.mainModule-100-title a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #505050;
    line-height: 63px;
}
.mainModule-100-list {
    padding-left: 0;
    position: relative;
    margin-top: 68px;
}

.mainModule-100-list .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-image: url(/upload/admin/20201105/5619d2fab5486462c882d670305bc353.png);
}

.mainModule-100-list .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-image: url(/upload/admin/20201105/5ce1c7759877dfdbdf288856b3f0b13f.png);
}

/*.mainModule-100-list .arrow-left:hover {*/
/*background-image: url(/upload/admin/20191129/045816b4399570db5ef8dc1968600365.png);*/
/*}*/

/*.mainModule-100-list .arrow-right:hover {*/
/*background-image: url(/upload/admin/20191129/bb32084c30b787aab2c49242d0707d7a.png);*/
/*}*/

.mainModule-100-list .swiper-container {
    width: 985px;
    height: 575px;
}

.mainModule-100-list .swiper-container .swiper-slide {
    /*box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.16);*/
}

.mainModule-100-list .swiper-container .img {
    margin: 0 auto;
    width: 311px;
    height: 480px;
    overflow: hidden;
}

.mainModule-100-list .swiper-container .img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.mainModule-100-list .swiper-container .swiper-slide:hover img {
    transform: scale(1.1);
}

.mainModule-100-list .swiper-container .swiper-slide h3 {
    background-color: #FFFFFF;
    width: 291px;
    padding: 0 10px;
    height: 93px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 93px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
/*身边活动*/
.mingren{
    width: 100%;
}
.mingren-safety{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.mingren-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.mingren-content>.title {
    position: relative;
    background-image: url(/upload/admin/20191225/bde4a644325987d7226b8c484539c2c7.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
    width: 1200px;
    margin: 0 auto;
}

.mingren-content>.title>a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #505050;
    line-height: 63px;
}
.device{
    position: relative;
    width: 1190px;
    height: 180px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 1px 10px 0px rgba(51,51,51,0.36);
}
.device .arrow-left{
    display: block;
    width: 15px;
    height: 34px;
    background: url(/upload/admin/20191225/c29b94a2e416ed3e94f55da278504ebd.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translate(0,-50%);
}
.device .arrow-right{
    display: block;
    width: 15px;
    height: 34px;
    background: url(/upload/admin/20191225/b1a7cbc23295ffe65e206c26a6f86aae.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translate(0,-50%);
}
.mingren .swiper-container{
    width: 1074px;
    height: 180px;
    margin: 0 auto;
}
.list_child{
    width: 185px;
    padding:20px 20px 58px;
    margin: 0 auto;
}
.list_child h3{
    padding:0 13px;
    font-size: 16px;
    color: #474747;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.list_child p{
    font-size: 16px;
    color: #999999;
    margin-top: 13px;
    padding: 0 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.list_child:hover{*/
/*background: #C3AA6F;*/
/*}*/
/*.list_child:hover h3{*/
/*color: #FFFFFF;*/
/*}*/
/*正月初三大秧歌*/
.mainModule-99 {
    margin-top: 75px;
}

.mainModule-99-content {
    margin: 0 10px;
}

.mainModule-99-title {
    position: relative;
    /*background-image: url(/upload/admin/20200727/180ef4c8912dcfcf90393333a49f5602.png);*/
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
    margin: 0 auto;
}

.mainModule-99 .title-info {
    width: 875px;
    margin: 0 auto;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-bottom: 56px;
}

.mainModule-99 a.modemore {
    display: block;
    width: 141px;
    height: 41px;
    border-radius: 26px;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    /*margin-top: 58px;*/
    font-size: 16px;
    color: #6D553E;
    border:1px solid #6D553E;
}
.mainModule-99-list {
    padding-left: 0;
    position: relative;
    width: 1168px;
    height: 300px;
    background-image: url(/upload/admin/20201105/61245897ac06ff92650e880561d0ade6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /*margin-top: 96px;*/
}

.mainModule-99-list img {
    position: absolute;
    width: 115px;
    top: -58px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* 非物质文化遗产 */
/* 模板26 */
.mainModule-26{
    margin-top: 60px;
}
.mainModule-26-content {
    margin: 0 10px;
}

.mainModule-26-content .swiper-container1 {
    height: 220px;
}

/*活动风采图片*/
/*/upload/admin/20201105/b998db909ced0ab6a372b9caf7222ea0.png*/

.mainModule-26-title {
    position: relative;
    background-image: url(/upload/admin/20201105/18d647ad633d8c9957761d6facfba556.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
    margin: 0 auto;
}

.mainModule-26-title a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #505050;
    line-height: 63px;
}

.mainModule-26-list {
    margin-top: 60px;
    /* padding: 27px 0 27px; */
    background-color: #fff;
    height: 324px;
}

.mainModule-26-list #picarea {
    width: 100%;
    height: 100%;
}

.mainModule-26-list #bigpicarea {
    width: 100%;
    height: 220px;
    margin: 0;
}

.mainModule-26-list .info {
    position: relative;
    width: 286px;
    height: 208px;
    padding: 0 33px 0 13px;
    background-color: #fff;
}

.mainModule-26-list .flexslider .slides img {
    width: auto;
}

.mainModule-26-list .info>img {
    position: absolute;
    top: 58px;
    right: 0;
}

.mainModule-26-list .flex-control-thumbs img {
    height: 104px;
}

.mainModule-26-list .info h3 {
    white-space: nowrap;
    overflow: hidden;
    color: #121212;
    font-size: 18px;
    margin-top: 18px;
}

.mainModule-26-list .info p {
    margin-top: 26px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #797777;
}

.mainModule-26-list .info .btn {
    width: 106px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #6095CB;
    background-color: #6095CB;
    margin-top: 27px;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
}
.mainModule-26-list .info .btn a{
    color: #ffffff;
}
.mainModule-26-list .img {
    width: 368px;
    height: 208px;
}

.mainModule-26-list .img img {
    width: 100%!important;
    height: 100%!important;
}

.mainModule-26-list .flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}



.mainModule-26-list .flex-control-thumbs {
    margin: 0;
}

.mainModule-26-list .flex-direction-nav {
    display: none;
}
/* 地方歌曲*/
/*模板54*/
.mainModule-54{
    margin-top: 60px;
}
.mainModule-54-content {
    margin: 0 10px;
}

.mainModule-54-title {
    position: relative;
    background-image: url(/upload/admin/20201105/12963bac99f695551de091d38e63d7d2.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 63px;
    margin: 0 auto;
}

.mainModule-54-title a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #505050;
    line-height: 63px;
}

.mainModule-54-list {
    margin-top: 30px;
}
.mainModule-54-list ul li{
    width: 117px;
    height: 149px;
    background:rgba(255,255,255,1);
    box-shadow:7px 0px 10px rgba(44,93,86,0.36);
    padding: 12px 6px 0 6px;
    margin-right: 26px;
    margin-bottom:18px;
}
.mainModule-54-list ul li:nth-child(3n){
    margin-right: 0;
}
.mainModule-54-list ul li img{
    width: 116px;
    height: 107px;
}
.mainModule-54-list ul li h3{
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #404040;
}
/*footer*/
/* footer */

.footer {
    width: 100%;
    height: 358px;
    background:#3A3A3A;
}

.footer-security {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
}

.footer-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.footer-content h3{
    font-size: 20px;
    color: rgba(255,252,244,.4);
    text-align: center;
    margin-top: 150px;
}
.footer-content .info {
    display: inline-block;
    overflow: hidden;
}

.footer-content .info li {
    float: left;
    margin-right: 8px;
    font-size: 16px;
    color: rgba(255,252,244,.4);
}

.footer-content .friendly li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.footer-content .friendly li a {
    font-size: 16px;
    color: rgba(255,252,244,.4);
}

.footer-content .friendly li a:hover {
    color: rgba(255,252,244,.4);
}