a {
    text-decoration: none;
    color: #ffffff;
}

body {
    background-color: #ffffff;
    /*font-family: simsun;*/
}

/* header */

.header {
    width: 100%;
    height: 100px;
}

.header-safety {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.header-content {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.nav {
    /* position: absolute;
    top: 0;
    right:115px; */
    /* margin-left: 500px; */
    height: 100px;
}

.nav>li {
	position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 37px;
    height: 100%;
}

.nav>li:first-child {
    margin-left: 0;
}

.nav>li>a {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding-bottom: 13px;
    border-bottom: 2px solid transparent;
}

.nav>li>a.active {
    color: #424D71;
    border-bottom: 4px solid #4C2C14;
}

.nav>li:hover>a {
	color: #424D71;
    border-bottom: 4px solid #4C2C14;
}
/*二级下拉*/
.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: #C3AA6F;
}
/*更多下拉*/
.navmore {
    margin-top: 6px;
    top: 44px;
}

.navmore li>a {
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 20px;
}

.navmore li:hover>a {
    color: #C3AA6F;
}

/* banner */

.banner {
    width: 100%;
}

.banner-safety {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
    z-index: 0;
    margin: 0 auto;
}

.banner .swiper-container {
    min-width: 1200px;
    max-width: 1920px;
    height: 840px;
    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: #fff;
    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: #B93421;
    border-bottom: 2px solid #B93421;
}

/* search */
/* .searchIcon{
    position: relative;
    width: 80px;
    height: 100%;
   z-index: 9999;
}
.search{
    position: absolute;
    top:60px;
    right: 0;
    z-index: -1;
    width: 252px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background-color: #FFFFFF;
    line-height: 40px;
    height: 40px;
}
.search_bg{
    width: 80px;
    height: 100%;
    background: url(../images/search.png) no-repeat center center;
    background-color: #C3AA6F;
    position: relative;
    z-index: 99999;
}
.search input{
    position: absolute;
    left:20px;
    bottom:10px;
    border: 0;
    width: 0;
    border-bottom: 1px solid #000000;
    line-height: 26px;
    outline: none;
}
.sousuo{
    position: absolute;
    bottom:0;
    right:20px;
    cursor: pointer;
    font-size: 16px;
}
.searchIcon:hover .search{
    position: absolute;
    right: 0px;
    top: 100px;
    /*z-index: 99;*/
/* } */
/* .searchIcon:hover .search input{ */
    /* width: auto; */
/* } */ 


.search {
    position: absolute;
    left: 50%;
    bottom: -380px;
    transform: translate(-50%, 0);
    width: 830px;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 1;
	box-shadow:0px 6px 42px 4px rgba(35,24,21,0.25);
}

.search>input {
    color: #999999;
    font-size: 20px;
    border: 0;
	width: 700px;
	height: 80px;
	padding-left: 40px;
	padding-top: 0;
	padding-bottom: 0;
    /* padding: 12px 0; */
    /* border-bottom: 1px solid #F0F0F0; */
    /* margin-top: 33px; */
    outline: none;
}

.sousuo {
    width: 90px;
    height: 80px;
    background-color: #B93421;
    background-image: url(https://img-szwhg.chaoxing.com/3,9632e6cd02cb.png);
    background-repeat: no-repeat;
    background-position: center center;
    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: 570px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 165px 40px;
    margin-right:33px;
}

.list1>li:first-child {
    background-color: #D86A72;
    background-image: url(/upload/admin/20200424/7cec3eec73a0dcc1bf430b1002e3b8b5.png);
}

.list1>li:nth-child(2) {
    background-color: #6A9BD8;
	background-image: url(/upload/admin/20200424/13f45e9c6df8f52681cdd4b27bcb547d.png);
	margin-right: 0;
	float: right !important;
}

/* .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: 280px;
    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: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

/* main */

.main {
    width: 100%;
    overflow: hidden;
}

.main-safety {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
}

/* 传统戏曲 */

.xiqu {
    width: 1200px;
    margin-top: 142px;
}

.xiqu>.title>h3 {
    color: #333333;
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.xiqu>.title>p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.xiqu_list {
    margin-top: 50px;
}

.xiqu_list>li {
    width: 250px;
    padding: 10px 10px 0;
    background-color: #FFFFFF;
    margin-right: 30px;
}
.xiqu_list>li:nth-of-type(5){
	padding: 0;
    margin-top: 78px;
    width: 1170px;
    height: 370px;
}
.xiqu_list>li:last-child{
	margin-right: 0;
}
.xiqu_list>li:nth-of-type(4){
	margin-right: 0;
}
.xiqu_list>li:hover {
    box-shadow:0px 0px 46px 0px rgba(130,91,58,0.22);
}
.xiqu_list>li:nth-of-type(5):hover {
    box-shadow:none;
}

.xiqu_list>li h3 {
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 22px;
    padding: 0 9px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.xiqu_list>li:nth-of-type(5) h3{
	display: none;
}
/* 传统民俗 */
.minsu{
    margin-top: 80px;
}
.minsu .minsu_more{
    width: 370px;
    height:420px;
    background-image: url(../images/minsu_more.png);
    background-repeat: no-repeat;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 420px;
    text-align: center;
    font-weight: bold;
}
.minsu .swiper-container{
    width: 770px;
    height: 420px;
}

.minsu .swiper-slide {
    width: 770px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.minsu .pagination {
    position: absolute;
    z-index: 20;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.minsu .swiper-pagination-switch {
    display: block;
    width: 6px;
    height: 6px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.minsu .swiper-pagination-switch:last-child {
    margin-bottom: 0;
}

.minsu .swiper-active-switch {
    transform:scale(1.3);
    background-color: #A2C0B6;
}
.minsu .title{
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 49px;
    margin-left: 70px;
}
.minsu h3{
    font-size: 30px;
    letter-spacing:3px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 70px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.minsu p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 70px;
    margin-top: 36px;
    width: 620px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.minsu .swiper-slide a{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #C3AA6F;
	margin-top: 37px;
	margin-left: 70px;
}
/*传统民间文学*/
.wenxue{
	width: 100%;
	margin-top: 70px;
}
.wenxue-safety{
	min-width: 1200px;
	max-width: 1920px;
	height: 880px;
    margin: 0 auto;
	background: url(/upload/admin/20200424/f44ce094a92d3c1327936b89b4a20ee0.png) no-repeat center center;
	overflow: hidden;
}
.wenxue-content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 109px;
}
.wenxue-content>.title{
	overflow: hidden;
}
.wenxue-content>.title>h3 {
    color: #333333;
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 113px;
}

.wenxue-content>.title>p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.wenxue_list {
    margin-top: 90px;
}

.wenxue_list>li {
    width: 233px;
    padding: 20px 18px 32px;
    margin-right: 30px;
    background-color: #FFFFFF;
}
.wenxue_list>li:last-child{
	margin-right: 0;
}
.wenxue_list>li h3{
	font-size: 22px;
	color: #333333;
	padding: 0 9px;
	margin-top: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.wenxue_list>li p{
	font-size: 16px;
	color: #999999;
	margin-top: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 9px;
}
.wenxue_list>li:hover {
    box-shadow:0px 0px 54px 0px rgba(0, 0, 0, 0.66);
}
.wenxue_more{
	display: block;
	width: 298px;
	height: 48px;
	border:1px solid #0B0B0B;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 70px;
	color: #0B0B0B!important;
}
/*地方名人*/
.mingren{
	width: 100%;
}
.mingren-safety{
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}
.mingren-content{
	width: 1200px;
	margin: 0 auto;
}
.mingren-content>.title>h3 {
    color: #333333;
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 120px;
}

.mingren-content>.title>p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.device{
	position: relative;
	height: 370px;
	margin-top: 80px;
}
.device .arrow-left{
	display: block;
	width: 49px;
	height: 85px;
	background: url(../images/left.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.device .arrow-right{
	display: block;
	width: 49px;
	height: 85px;
	background: url(../images/right.png) no-repeat center center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.mingren .swiper-container{
	width: 1200px;
	height: 360px;
	margin: 0 auto;
}
.list_child{
	width: 185px;
	padding:20px 20px 58px;
	margin: 0 auto;
}
.list_child h3{
	padding:0 13px;
	font-size: 24px;
	color: #333333;
	margin-top: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.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;
}
.list_child:hover p{
	color: #FFFFFF;
}
/*footer*/
/* footer */

.footer {
    width: 100%;
    height: 358px;
     background:#3A3A3A; 
    margin-top:95px;
}

.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);
}