* {
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
}

body {
    /* font-family: SourceHanSansCN-Light; */
    background-color: #FFFFFF;
    font-family: '宋体';
}

a {
    text-decoration: none;
}

/* header */

.header {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.header-safe {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
}

.header-top {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.header-top-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    margin-top: 30px;
}

/* nav */

.nav {
    margin-left: 75px;
    margin-top: 34px;
    margin-right: 60px;
}
.nav>li{
    display: inline-block;
    width: 18px;
    margin-right: 63px;
}
.nav>.more:hover .navmore{
    display: block;
}
.nav>li>a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    writing-mode: tb-rl;
    height: 95px;
}
/*.nav>li>a.active{*/
/*color: rgba(167,19,104,1);*/
/*}*/
/*.nav>li>a:hover{*/
/*color: rgba(167,19,104,1);*/
/*}*/
.nav>li:last-child>a {
    border-right: 0;
}
.navmore {
    position: absolute;
    top: 140px;
    left:-26px;
    width: 140px;
    background: #000000;
    text-align: center;
    z-index: 2;
}
.nav .navmore li {
    height: 50px;
    line-height: 50px;
}
.nav .navmore li>a{
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
}
/* login */

.logo-reg {
    font-size: 0;
    color: #ffffff;
    margin: 56px 0;
}

.logo-reg>a {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
}
.logo-reg>a:hover{
    color: #D88C0D;
}

/* 登录之后 */

.login-reg {
    height: 140px;
}

.login-reg>.xx {
    margin: 56px 0;
}

.out a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #000000;
}

/* search */

.search {
    width: 240px;
    height: 36px;
    border: 1px solid #7D7D7D;
    border-radius: 17px;
    margin-top: 32px;

}


.search input {
    display: inline-block;
    width: 160px;
    height: 36px;
    border-radius: 17px;
    padding-left: 19px;
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: transparent;
    outline: none;
}

.search .sousuo {
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -1px;
    top: 0;
    display: inline-block;
    width: 60px;
    height: 36px;
    border-radius: 17px;
    cursor: pointer;
}

.search .sousuo img {
    display: inline-block;
    margin-top: -8px;
    width: 21px;
}


/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7D7D7D;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7D7D7D;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7D7D7D;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7D7D7D;
}

/* main */
/*banner*/
.mainModule-73-content .swiper-container {
    height: 900px;
    min-width: 1200px;
    margin: 0 auto;
}
.mainModule-73-content .swiper-slide a{
    display: block;
    height: 900px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 100%;
}
.mainModule-73-content .swiper-pagination-switch{
    display: inline-block;
    width:12px;
    height:12px;
    background:#383737;
    border-radius:50%;
    margin-right: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.mainModule-73-content .swiper-pagination-switch:last-child{
    margin-right: 0px;
}
.mainModule-73-content .swiper-active-switch{
    width:52px;
    height:12px;
    border-radius:6px;
    background:#789665;
}
.mainModule-73-content .pagination{
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
/*main1-非遗资讯*/
.mainModule-1{
    margin: 0 auto;
    margin-top: 42px;
}
.mainModule-1-content {
    margin: 0 10px;
}
.mainModule-1-title {
    position: relative;
    height: 68px;
    background-image: url(/upload/admin/20201111/983759ae7b3a0abe9b4da5a5fa712993.png);
    /*padding-bottom: 55px;*/
    /*padding-top: 20px;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    /*font-size: 34px;*/
    /*color: #1D1D1D;*/
    /*font-family: 'SimSun';*/
    /*font-weight: 600;*/
    /*text-indent: -1em;*/
}

.mainModule-1 a.modemore {
    display: block;
    margin:0 auto;
    width: 120px;
    height: 36px;
    background: #789665;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
}
.mainModule-1-list{
    margin-top: 60px;
}
.mainModule-1-list .listCon{
    margin-bottom: 64px;
}
.mainModule-1-list .jianjieCon{
    float: left;
    width: 570px;
    height: 235px;
    border-bottom: 1px solid #EEEEEE;
}
.mainModule-1-list .jianjieCon a{
    display: block;
    width: 100%;
    height: 100%;
}
.mainModule-1-list .jianjieCon h3{
    font-size: 40px;
    color: #CFCFCF;
}
.mainModule-1-list .jianjieCon h4{
    font-size: 22px;
    color:#333333;
    font-weight: 600;
    margin-top: 10px;
    height: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.mainModule-1-list .listCon:hover .jianjieCon h4{
    color: #395825;
}
.mainModule-1-list .jianjieCon p{
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    height: 70px;
    line-height: 24px;
}
.mainModule-1-list .jianjieCon .line{
    width: 140px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 25px;
}
.mainModule-1-list .jianjieCon .line span{
    display: block;
    width: 70px;
    height: 2px;
    background: #395825;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.mainModule-1-list .listCon:hover .jianjieCon .line span{
    width: 140px;
}
.mainModule-1-list .listCon .imgCon{
    float: right;
    width:570px;
    height:236px;
    overflow: hidden;
    position: relative;
}
.mainModule-1-list .listCon .imgCon a{
    display: block;
}
.mainModule-1-list .listCon .imgCon img{
    width: 100%;
    height: 100%;
}
.mainModule-1-list .listCon .imgCon .zhezhao{
    width: 100%;
    height: 236px;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.mainModule-1-list .listCon:hover .imgCon .zhezhao{
    background: rgba(255,255,255,0.3);
}
.mainModule-1-list .listCon:nth-child(2n) .jianjieCon{
    float: right;
}
.mainModule-1-list .listCon:nth-child(2n) .imgCon{
    float: left;
}
/*main2-非遗名录*/
.mainModule-2{
    margin-top: 42px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 87px auto 0 auto;
    position: relative;
}
.mainModule-2-content {
    /*margin: 0 10px;*/
}
.mainModule-2-title {
    position: relative;
    height: 68px;
    background-image: url(/upload/admin/20201111/81b49c05c7c4dbfca9f14e217ea16927.png);
    /*padding-bottom: 55px;*/
    /*padding-top: 20px;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    /*font-size: 34px;*/
    /*color: #1D1D1D;*/
    /*font-family: 'SimSun';*/
    /*font-weight: 600;*/
    /*text-indent: -1em;*/
}
.mainModule-2 .modemoreBg{
    height: 490px;
    background: url(/upload/admin/20201111/4fbbed07d4a42ec690ab9a005b4d6bed.png) no-repeat bottom center;
    overflow: hidden;
    margin-top: 200px;
}
.mainModule-2 a.modemore {
    display: block;
    margin:0 auto;
    width: 120px;
    height: 36px;
    background: #fff;
    text-align: center;
    line-height: 36px;
    color:#6D9156;
    font-size: 18px;
    margin-top: 391px;
    font-weight:bold;
}
.mainModule-2-list{
    margin-top: 60px;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, 0);
}
.mainModule-2-list .lists{
    margin: 0 10px;
}
.mainModule-2-list .listCon{
    width: 256px;
    margin-right: 52px;
    position: relative;
    z-index: 1
}
.mainModule-2-list .listCon a{
    display: block;
    position: relative;
    z-index: 1
}
.mainModule-2-list .listCon:last-child{
    margin-right: 0px;
}
.mainModule-2-list .listCon .imgCon{
    display: block;
    width: 263px;
    height: 263px;
    border-radius: 43px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);

}
.mainModule-2-list .listCon .imgCon img{
    width: 100%;
    height: 100%;
    -ms-transition: All 0.4s;
    -o-transition: All 0.4s;
    -moz-transition: All 0.4s;
    -webkit-transition: All 0.4s;
}
/*.mainModule-2-list .listCon .imgCon:hover img{*/
    /*transform: scale(1.4);*/
/*}*/
.mainModule-2-list .listCon .jianjieCon{
    margin-top: 34px;
    z-index: 9999;
}
.mainModule-2-list .listCon .jianjieCon h3{
    width:22px;
    height:155px;
    font-size:22px;
    color: #fff !important;
    /*margin-right: 76px;*/
    margin-right: 112px;
    overflow: hidden;
}
.mainModule-2-list .listCon .jianjieCon p{
    width:66px;
    height:164px;
    font-size:14px;
    color: #fff !important;
    writing-mode: tb-rl;
    line-height: 22px;
    margin-right: 10px;
    overflow: hidden;
    letter-spacing:4px;

}
/*main3-非遗传承人*/
.mainModule-3{
    width: 1200px;
    margin: 0 auto;
    margin-top: 65px;
}
.mainModule-3-content {
    margin: 0 10px;
}
.mainModule-3-title {
    position: relative;
    height: 68px;
    background-image: url(/upload/admin/20201111/433b4ee389c682b311b2b32271c8c5c2.png);
    /*padding-bottom: 55px;*/
    /*padding-top: 20px;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    /*font-size: 34px;*/
    /*color: #1D1D1D;*/
    /*font-family: 'SimSun';*/
    /*font-weight: 600;*/
    /*text-indent: -1em;*/
}

.mainModule-3 a.modemore {
    display: block;
    margin:0 auto;
    width: 120px;
    height: 36px;
    background: #789665;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
}
.mainModule-3-list{
    margin-top: 60px;
}
.mainModule-3-list .listCon{
    margin-bottom: 67px;
    width: 258px;
    margin-right: 49px;
}
.mainModule-3-list .listCon:last-child{
    margin-right: 0px;
}
.mainModule-3-list .listCon .imgCon{
    width:252px;
    height:254px;
    padding-top: 5px;
    padding-right: 6px;
    position: relative;
}
.mainModule-3-list .listCon .imgCon img{
    width: 100%;
    height: 100%;
    -ms-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
}
.mainModule-3-list .listCon:hover .imgCon img{
    transform: scale(1.4);
}
.mainModule-3-list .listCon .imgCon .line{
    width:252px;
    height:254px;
    border:1px solid rgba(0,0,0,1);
    position: absolute;
    top: 0;
    right: 0;
}
.mainModule-3-list .listCon .imgCon .title{
    width:19px;
    height:99px;
    background:#fff;
    border:1px solid #BFBFBF;
    position: absolute;
    top: -11px;
    left: 13px;
    z-index: 2;
    padding-top: 11px;
    padding-left: 4px;
}
.mainModule-3-list .listCon .imgCon .title h3{
    width: 16px;
    height: 86px;
    font-size: 16px;
    color: #252424;
    overflow: hidden;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.mainModule-3-list .listCon .jianjieCon{
    width: 255px;
    height:44px;
    font-size:14px;
    color: #252424;
    line-height: 22px;
    overflow: hidden;
    margin-top: 20px;
}
/*main4-非遗资源*/
#area_4{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background-image: url("/upload/admin/20201111/6ef5d56caafd1907453581df2e0b28e3.png");
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position-x: center;
    background-position-y: 165px;
}
.mainModule-4{
    width: 1200px;
    margin: 0 auto;
    margin-top: 114px;
}
.mainModule-4-content {
    margin: 0 10px;
}
.mainModule-4-title {
    position: relative;
    height: 68px;
    background-image: url(/upload/admin/20201210/7357cd0f39fa1aafd0efd01782a304c0.png);
    /*padding-bottom: 55px;*/
    /*padding-top: 20px;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    /*font-size: 34px;*/
    /*color: #1D1D1D;*/
    /*font-family: 'SimSun';*/
    /*font-weight: 600;*/
    /*text-indent: -1em;*/
}

.mainModule-4 a.modemore {
    display: block;
    margin:0 auto;
    width: 120px;
    height: 36px;
    background: #789665;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    margin-top: 17px;
}
.mainModule-4-list{
    height: 525px;
    margin-top: 576px;
    padding-top: 136px;
    padding-left: 400px;
}
.mainModule-4-list .listCon{
    margin-right: 40px;
}
.mainModule-4-list .listCon:last-child{
    margin-right: 0px;
}
.mainModule-4-list .div_20HoNc {
    width: 370px;
    height: 432px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.4s ease;
    margin: 0 auto;
}
.mainModule-4-list .div_VCkz0c {
    height: 332px;
    width: 100%;
    position: relative;
}
.mainModule-4-list .imageblock_6yXZ0s {
    width: 100%;
    height: 100%;
    margin: auto auto 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: inline-block;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    border-radius: 4px 4px 0 0;
}
.mainModule-4-list .div_nKlajF {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #85A472;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, -100%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, -100%);
    transform: rotate(0deg) scale(1) translate(0%, -100%);
    transition: all 0.4s ease;

}
.mainModule-4-list .paragraph_K1qmP7 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height:24px;
    padding-left: 40px;
    padding-right: 40px;
    height: 144px;
    margin-top: 55px;
}
.mainModule-4-list .div_GZ4bj2 {
    height: auto;
    width: 288px;
    border-left: 1px solid rgba(204, 204, 204, 0.4);
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    border-right: 1px solid rgba(204, 204, 204, 0.4);
    background-color: rgb(255, 255, 255);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 29px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0 0 4px 4px;
}
.mainModule-4-list .paragraph_R9A25u {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 22px;
    text-align: center;

}
.mainModule-4-list .paragraph_hkarIR {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    width: 100%;
    height: 18px;
    text-align: center;
}
.mainModule-4-list .c-div{
    min-height:70px;
}
.mainModule-4-list .div_20HoNc:hover .imageblock_6yXZ0s {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto auto 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: -42px;
    position: absolute;
    display: inline-block;
    padding-bottom: 0px;
    z-index: 3;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.4s ease;
}
.mainModule-4-list .div_20HoNc:hover .div_nKlajF {
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.4s ease;
}
.mainModule-4-list .div_20HoNc:hover .paragraph_R9A25u {
    /*color: #A71368;*/
    transition: All 0.4s ease;
}
.mainModule-4-list .div_20HoNc:hover {
    height: 470px;
}
.mainModule-4-list .div_20HoNc:hover>a{
    height: 470px !important;
}
.mainModule-4-list .yuyueBtn{
    display: block;
    width:90px;
    height:40px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    font-size: 16px;
    color: #85A472;
    line-height: 40px;
    text-align: center;
    margin: 15px auto 0 auto;
}
/*main5-非遗文献库*/
#area_5{
    max-width: 1920px;
    min-width: 1200px;
    height: 815px;
    margin: 0 auto;
    background-image: url("/upload/admin/20201111/0e7369cf7ffbf6841bb9c0c3725d4dca.png");
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position-x: center;
    background-position-y: 165px;
}
.mainModule-5{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.mainModule-5-content {
    margin: 0 10px;
}
.mainModule-5-title {
    position: relative;
    height: 68px;
    background-image: url(/upload/admin/20201111/7987fa6e438af20ba8deea908b4afd09.png);
    /*padding-bottom: 55px;*/
    /*padding-top: 20px;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    /*font-size: 34px;*/
    /*color: #1D1D1D;*/
    /*font-family: 'SimSun';*/
    /*font-weight: 600;*/
    /*text-indent: -1em;*/
}

.mainModule-5 a.modemore {
    display: block;
    margin:0 auto;
    width: 120px;
    height: 36px;
    background: #789665;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    margin-top: 83px;
}
.mainModule-5-list{
    margin-top: 240px;
    position: relative;
}
.mainModule-5-list .jieshao{
    width: 725px;
    height: 260px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #545252;
}
.mainModule-5-list .imgCon{
    width:416px;
    height:280px;
    padding-top: 8px;
    padding-right: 9px;
    position: relative;
}
.mainModule-5-list .imgCon img{
    width: 100%;
    height: 100%;
}
.mainModule-5-list .imgCon .line{
    width:416px;
    height:280px;
    border:1px solid rgba(0,0,0,1);
    position: absolute;
    top: 0;
    right: 0;
}
/* footer */

.footer {
    width: 100%;
    height: 205px;
    /*background: #D2D7EC;*/
    margin-top: 30px;
}

.footer-security {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
}

.footer-content {
    width: 1200px;
    height: auto;
    /*border-top: 1px solid #000;*/
    margin: 0 auto;
    text-align: center;
}

.footer-content hr {
    background-color: #2F343B;
}
.footer-content h3{
    font-size: 20px;
    color: #545252;
    text-align: center;
    margin-top: 70px;
}
.footer-content .info {
    display: inline-block;
    /*margin-top: 42px;*/
    overflow: hidden;
}

.footer-content .info li {
    float: left;
    margin-right: 8px;
    font-size: 16px;
    color: #545252;
}

.footer-content .friendly li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.footer-content .friendly li a {
    font-size: 16px;
    color: #545252;
}

.footer-content .friendly li a:hover {
    color: #545252;
}