.header {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
}
.header .menu>li:hover>a, .header .menu>li.active>a {
	color: #c19c6a;
}
.header.line {
	border: 0;
}
.header .allcenter {
	width: auto;
	margin: 0 40px;
}
.header .logo {
	background-image: url(/dcmz/uiFramework/commonResource/image/2019120209170613796.png);
}
.header .menu>li>a {
	color: #fffefe;
	font-size: 18px;
}
.header .quickmenu span, .header .quickmenu span a {
	color: #fff;
}
.header .quickmenu li span i {
	background-position-y: -24px;
}
/*二级页*/
.swiper-container {
	width: 100%;
	height: 600px;
}
.banner {
	height: 600px;
	position: relative;
	transition: all 1s;
}
.banner .lunbo {
	min-width: 1200px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .fullSlide .bd ul {
	width: 100% !important;
}
.banner .fullSlide .bd li {
	width: 100% !important;
	height: 600px;
}
.banner .lunbo .prev {
	position: absolute;
	left: 10%;
	top: 50%;
	width: 29px;
	height: 51px;
	z-index: 100;
	margin-top: -25px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011117250660210.png) no-repeat center;
	cursor: pointer;
}
.banner .lunbo .next {
	position: absolute;
	right: 10%;
	top: 50%;
	width: 29px;
	height: 51px;
	z-index: 100;
	margin-top: -25px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011117251748752.png) no-repeat center;
	cursor: pointer;
}
.wy-ctys-wd {
	height: 300px;
	background: #F4F4F4;
	position: relative;
}
.wy-ctys-wd .wd-title {
	top: 80px;
	font-size: 30px;
	position: absolute;
	left: 150px;
	font-weight: normal;
	color: #474747;
}
.wy-ctys-wd .wd-content {
	top: 130px;
	font-size: 14px;
	position: absolute;
	width: 300px;
	left: 150px;
	line-height: 25px;
	color: #474747;
}
.wy-ctys-wd .wd-img1 {
	height: 260px;
	left: -40px;
	top: 10px;
}
.wy-ctys-wd .wd-img2 {
	height: 220px;
	right: 0px;
	bottom: -20px;
}
.wy-ctys-yy {
	height: 300px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011515273934506.png);
	position: relative;
}
.wy-ctys-yy .yy-title {
	font-size: 35px;
	line-height: 300px;
	text-align: center;
	color: #FFF;
	display: block;
}
.wy-ctys-ly {
	height: 600px;
	background: #2E2A24;
	position: relative;
}
.wy-ctys-ly .ly-title {
	top: 80px;
	font-size: 30px;
	position: absolute;
	left: 150px;
	font-weight: normal;
	color: #FFFFFF;
}
.wy-ctys-ly .ly-content {
	top: 130px;
	font-size: 14px;
	position: absolute;
	width: 300px;
	left: 150px;
	line-height: 25px;
	color: #FFFFFF;
}
.wy-ctys-ly .ly-img1 {
	bottom: 40px;
	right: 4px;
	bottom: 4px;
}
.wy-ctys-ly .ly-img2 {
	width: 350px;
	bottom: -40px;
	left: -100px;
}
.wy-ctys-qt {
	height: 600px;
	position: relative;
}
.wx-ctys-zj {
	height: 300px;
	background: rgb(113, 41, 29);
}
.wx-ctys-xq {
	height: 300px;
	background: rgb(0, 48, 81);
}
.wy-ctys-qt .new-image-zj {
	height: 300px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011515321551825.png);
}
.wy-ctys-qt .new-image-xq {
	height: 300px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011515320382115.png);
}
.wy-ctys-qt .wx-ctys-qt-title {
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 40px;
}
/**********公共**************/
/*视频列表*/
.common_video_list {
	width: 1208px;
}
.common_video_list .item {
	float: left;
	width: 294px;
	height: 280px;
	margin-right: 8px;
}
.common_video_list .img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 210px;
	display: block;
}
.common_video_list .img:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, .7) 100%);
}
.common_video_list .img img {
	width: 100%;
	height: 100%;
}
.common_video_list .info {
	padding: 20px 0;
	text-align: center;
}
.common_video_list .info .title {
	display: block;
}
.common_video_list .info .author {
	display: block;
	line-height: 34px;
}
.common_video_list .info .author, .common_video_list .info .play-total {
	color: #999;
}
.common_video_list .info .author:hover {
	color: #31c27c;
}
.common_video_list .img img, .common_video_list .icon-play {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.common_video_list .item:hover img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.common_video_list .icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px;
	background: url(/dcmz/uiFramework/commonResource/image/2019010715231999236.png) no-repeat;
	opacity: 0;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
}
.common_video_list .item:hover .icon-play {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.common_video_list .item:hover .item {
	background-color: rgba(255, 0, 0, 0.8);
}
/*文字列表*/
.commonlist li {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.commonlist li a {
	font-size: 16px;
	color: #474747;
	display: block;
}
.commonlist li p, .commonlist li span {
	font-size: 16px;
	color: #474747;
	transition: color .5s ease;
	line-height: 76px;
}
.commonlist li p {
	display: inline-block;
	height: 76px;
	line-height: 76px;
	background: url(https://img.dpm.org.cn/Public/static/themes/image/bo/dian1.png) left center no-repeat;
}
.commonlist li p:hover {
	color: #9c7c4d;
}
.commonlist li span {
	float: right;
}
/*左图右列表*/
.jieri_act .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}
.act_left {
	height: 413px
}
.act_left img {
	width: 100%;
	height: 100%;
}
.act_right .list {
	padding-top: 20px;
}
.act_right .list .item {
	padding: 20px 30px;
	border-bottom: #4B4B4B solid 1px;
}
.act_right .list .item h2 a {
	font-size: 18px;
	color: #fff;
}
.act_right .list .item p {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
/*************节日*****************/
/*欢乐节日*/
.jieri-box .col-md-2 {
	margin-bottom: 30px;
}
.jieri-box .jieridiv {
	width: 166px;
	height: 227px;
	background: #f1f1f1;
}
.jieri-box .jieridiv img {
	width: 100%;
}
/**********婚俗**************/
/*婚俗活动*/
.nav_hd_box {}
.nav_hd_box li {
	height: 315px;
	margin-bottom: 20px;
	list-style: none;
}
.nav_hd_box li:nth-child(2n) .hd_img {
	float: right;
}
.nav_hd_box .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
.nav_hd_box .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}
.nav_hd_box .hd_img {
	height: 315px;
}
.nav_hd_box .hd_img img {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.nav_hd_box .inner {
	height: 315px;
	overflow: hidden;
	float: left;
	background: #731B1A;
}
.nav_hd_box .inner h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.2;
	padding-left: 16px;
	padding: 38px 52px 0 45px;
}
.nav_hd_box .inner p {
	text-indent: 2em;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 28px 52px 0 45px;
}
.nav_hd_box .more {
	float: right;
	font-family: fzfysjt;
	color: #fff;
	position: relative;
	line-height: 1;
	width: 1em;
	padding: 10px 17px;
	margin-right: 50px;
	margin-top: 50px;
}
.nav_hd_box .more i {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/dcmz/uiFramework/commonResource/image/2019011415082039092.png) no-repeat;
	width: 48px;
	height: 48px;
}
.nav_hd_box .more:hover i {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/**********味道**************/
/*食谱*/
.dc_wd_fwsp {}
.dc_wd_fwsp .dc_wd_fwsp_list ul {}
.dc_wd_fwsp .dc_wd_fwsp_list ul li {
	padding-left: 0px;
	padding-right: 0px;
	height: 500px;
	margin-bottom: 10px;
}
.dc_wd_fwsp .dc_wd_fwsp_list ul li .sp-box:hover {
	box-shadow: 5px 5px 0 0 rgba(255, 0, 0, 0.5);
}
.dc_wd_fwsp .dc_wd_fwsp_list ul li .sp-box {
	margin-left: 15px;
	margin-right: 15px;
	height: 100%;
	background: rgb(246, 246, 246);
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.dc_wd_fwsp .dc_wd_fwsp_list ul li a span {
	writing-mode: vertical-lr;
	display: block;
	padding-top: 50px;
	font-size: 24px;
	height: 340px;
	letter-spacing: 0.3em;
	margin: 0 auto;
}
.dc_wd_fwsp .dc_wd_fwsp_list ul li img {
	width: 120px;
	height: 120px;
	display: block;
	line-height: 120px;
	margin: 0 auto;
}
/*酒茶文化*/
.dc_wd_ljpc {}
.dc_wd_ljpc_jwh {
	height: 400px;
	float: left;
	background: rgb(113, 41, 29);
	position: relative;
}
.dc_wd_ljpc_jwh a {
	position: absolute;
	left: 100px;
	top: 50px;
	color: #FFFFFF;
	font-size: 16px;
}
.dc_wd_ljpc_jwh img {
	position: absolute;
	bottom: -40px;
	left: -130px;
}
.dc_wd_ljpc_jwh_title {
	position: absolute;
	font-size: 36px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	right: 30px;
	top: 20px;
	color: #fff;
}
.dc_wd_ljpc_jwh_content {
	position: absolute;
	font-size: 16px;
	top: 50px;
	right: 90px;
	height: 300px;
	line-height: 26px;
	writing-mode: vertical-lr;
	writing-mode: tb-rl;
	color: #fff;
	display: block;
}
.dc_wd_ljpc_cwh {
	height: 400px;
	float: left;
	background: rgb(0, 48, 81);
	position: relative;
}
.dc_wd_ljpc_cwh a {
	position: absolute;
	right: 100px;
	top: 50px;
	color: #FFFFFF;
	font-size: 16px;
}
.dc_wd_ljpc_cwh img {
	position: absolute;
	bottom: -10px;
	right: -100px;
}
.dc_wd_ljpc_cwh_title {
	position: absolute;
	font-size: 36px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	left: 30px;
	top: 20px;
	color: #fff;
}
.dc_wd_ljpc_cwh_content {
	position: absolute;
	font-size: 16px;
	top: 50px;
	left: 90px;
	height: 300px;
	line-height: 26px;
	writing-mode: vertical-lr;
	color: #fff;
	display: block;
}
/*菜品*/
.sypro-wrapper {}
.sypro-wrapper ul li {
	height: 210px;
	padding-left: 0px;
	padding-right: 0px;
}
.sypro-wrapper ul li .pic {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.sypro-wrapper ul li .pic img {
	transition: 0.3s;
	max-width: none;
	width: 100%;
	height: 100%
}
.sypro-wrapper ul li .pic:after {
	padding-bottom: 100%;
}
.sypro-wrapper ul li .syprotxt {
	width: 50%;
	height: 100%;
	background: #a74949;
	position: relative;
	text-align: center;
	transition: 0.3s;
}
.sypro-wrapper ul li .syprotxt h2 {
	height: 25px;
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
}
.sypro-wrapper ul li:nth-child(3) .pic {
	float: right;
}
.sypro-wrapper ul li:nth-child(4) .pic {
	float: right;
}
.sypro-wrapper ul li .syprotxt p {
	font-size: 16px;
	color: #cca2a2;
	padding: 0 15px;
	margin: 10px 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.sypro-wrapper ul li .syprotxt a {
	font-size: 17px;
	color: #ececec;
}
.sypro-wrapper ul li:hover .syprotxt {
	background: #f7923a;
}
.sypro-wrapper ul li:hover .syprotxt p {
	color: #ffd7b4;
}
.sypro-wrapper ul li:hover .pic img {
	transform: scale(1.2);
}
.sypro-wrapper ul .syprotwo .pic {
	margin-left: -1px;
}
.sypro-wrapper ul .syprotwo .syprotxt {
	margin-left: 0;
}
.pull-left {
	float: left !important;
}
/**********非遗*************/
/**二级栏目介绍**/
.nav-desc .nav-desc-content .content p.abt {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding-bottom: 20px;
	color: #3c3c3c;
}
/**传统工艺**/
.dc_fy_project {
	margin: 30px auto;
}
.dc_fy_project_list li {
	margin-bottom: 30px;
	height: auto;
}
.dc_fy_project_list li img {
	width: 100%;
	height: 210px;
	display: block;
}
.dc_fy_project_list .dc_fy_project_list_title {
	min-height: 84px;
	padding-left: 114px;
	background: url(http://www.ichshanghai.cn/images/2017fy/images/bg_104.png) 0px 0px no-repeat;
}
.dc_fy_project_list .dc_fy_project_list_title h2 {
	font-size: 16px;
	padding-top: 10px;
	color: #000000;
}
.dc_fy_project_list .dc_fy_project_list_title p {
	color: #c0c0c0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*传承基地*/
.dc_fy_jd {
	height: 550px;
	margin: 30px auto;
}
.dc_fy_jd .dc_fy_jd_content {
	width: 800px;
	height: 450px;
	float: left;
	background: url(http://img.dpm.org.cn/Uploads/Picture/2016/07/31/s579daff3c1eb7.png) center center repeat;
}
.dc_fy_jd .dc_fy_jd_content p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 50px;
}
.dc_fy_jd .dc_fy_jd_content span {
	display: block;
	float: right;
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	margin-right: 40px;
}
.dc_fy_jd .dc_fy_jd_list {
	width: 400px;
	height: 150px;
}
.dc_fy_jd .dc_fy_jd_list img {
	width: 400px;
	height: 150px;
}
/**********村寨***********/
/*介绍*/
.cunzai_desc {
	padding-bottom: 50px;
}
.cunzai_desc .cunzai_desc_content {
	height: 300px;
}
.cunzai_desc .cunzai_desc_content .img {
	width: 500px;
	height: 300px;
	float: left;
}
.cunzai_desc .cunzai_desc_content .img img {
	width: 500px;
	height: 300px;
}
.cunzai_desc .cunzai_desc_content .content {
	width: 640px;
	height: 300px;
	float: left;
	padding-left: 30px;
}
.cunzai_desc .cunzai_desc_content .content p.abt {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding-bottom: 20px;
	color: #3c3c3c;
}
/*大美*/
.cunzai_damei {
	min-width: 1200px;
	padding: 50px 0;
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482221697.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.cunzai_damei_content {
	height: 850px;
}
.cunzai_damei_content_map {
	height: 700px;
}
/*驿站*/
.cunzai_yizhan {
	padding: 50px 0;
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482350036.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
.cunzai_yizhan_content {}
.yizhan {
	background-color: rgba(0, 0, 0, 0.64);
	border: 5px solid rgba(0, 0, 0, 0.33);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.yizhan_list ul li {
	margin-bottom: 10px;
}
.yizhan_list ul li .yizhan:hover {
	background-color: rgba(255, 0, 0, .8);
}
.yizhan_list ul li .yizhan .img-responsive {
	width: 100%;
	height: 235px;
}
.yizhan_list ul li .yizhan h4.text-center {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
/*村寨列表*/
.cunzai_video_list {
	margin: 30px auto;
}
/**********旅途***********/
/*文物古迹*/
.dc-lv-msgj {}
.dc-lv-img {
	padding-left: 0px;
	padding-right: 0px;
	height: 412px;
	margin-bottom: 20px;
}
.dc-lv-img img {
	widht: 100%;
	height: 100%;
}
.dc-lv-li ul li {
	margin-bottom: 20px;
}
.dc-lv-li ul li img {
	width: 100%;
	height: 160px;
}
.dc-lv-li ul li .detail {
	background-color: #eee;
	position: relative;
	text-align: center;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #999;
}
.dc_lv_msgj {
	width: 1220px;
	height: 430px;
}
.dc_lv_msgj ul li {
	position: relative;
	margin: 0 20px 20px 0;
	background-color: #eee;
}
.dc_lv_msgj ul li {
	width: 224px;
	float: left;
}
.dc_lv_msgj ul li img {
	width: 224px;
	height: 160px;
	display: inline;
}
.dc_lv_msgj ul li:nth-child(1) {
	width: 468px;
	float: left;
}
.dc_lv_msgj ul li:nth-child(1) img {
	width: 468px;
	height: 376px;
	display: inline;
}
.dc_lv_msgj ul li .detail {
	position: relative;
	text-align: center;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #999;
}
/*四季推荐*/
.lvtu_hot {
	padding: 80px 0;
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482221697.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin-top: 100px;
}
.lvtu_hot_content {}
.lvtu_list {
	padding-left: 0px;
	padding-right: 0px
}
.lvtu_list,
.lvtu_list a {
	color: #fff;
}
.lvtu_list_item {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 568px;
}
.lvtu_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/cont/rank_list_bg.jpg) no-repeat;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.lvtu_list_item:hover .lvtu_bg {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.lvtu_list_1 .lvtu_bg {
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711481977270.png) no-repeat;
}
.lvtu_list_2 .lvtu_bg {
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482162931.png) no-repeat;
}
.lvtu_list_3 .lvtu_bg {
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482127207.png) no-repeat;
}
.lvtu_list_4 .lvtu_bg {
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482034950.png) no-repeat;
}
.lvtu_list_item .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.lvtu_list_item:hover .mask {
	opacity: 0;
}
.lvtu_list_item .title {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}
.lvtu_list_item .title h3 {
	line-height: 54px;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: center;
}
.lvtu_list_item .line {
	position: absolute;
	top: 215px;
	left: 119px;
	width: 62px;
	height: 2px;
	background-color: rgba(255, 255, 255, .3);
}
.lvtu_list_item:hover .line {
	display: none;
}
.jijie_list {
	position: absolute;
	left: 60px;
	bottom: 40px;
}
.jijie_list_item {
	height: 45px;
	margin-top: 10px;
}
.jijie_list_item a {
	font-size: 16px;
}
.jijie_list_item a span {
	padding-right: 6px;
	font-size: 14px;
}
.jijie_list_item>span {
	padding-left: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, .5);
}
/*文物古迹*/
.lvtu_wwgj {
	padding: 100px 0;
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019010711482350036.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
.lvtu_wwgj_content {}
.lvtu_wwgj_list {
	position: relative;
	left: 0;
	margin-bottom: 35px;
}
.lvtu_wwgj_list li {
	padding-left: 0px;
	padding-right: 0px;
	height: 320px;
}
.lvtu_wwgj_list .img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	display: block;
}
.lvtu_wwgj_list .img img {
	width: 100%;
	height: 200px;
}
.lvtu_wwgj_list .img img, .lvtu_wwgj_list .mask, .lvtu_wwgj_list .info {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.lvtu_wwgj_list li:hover img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.lvtu_wwgj_list .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
}
.lvtu_wwgj_list li:hover .mask {
	opacity: 0;
}
.lvtu_wwgj_list .info {
	background-color: rgba(0, 0, 0, .8);
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 16px;
	width: 100%;
}
.lvtu_wwgj_list li:hover .info {
	background-color: rgba(255, 0, 0, .8);
}
.lvtu_wwgj_list li:nth-child(2n) .info {
	background-color: rgba(65, 65, 65, .8);
}
.lvtu_wwgj_list .info .title a {
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	color: #fff;
}
/*民族风情*/
.dc_lv_mzfq {
	height: 660px;
}
.dc_lv_mzfq .commonlist {
	min-height: 450px;
	font-size: 0;
}
.dc_lv_mzfq .commonlist li {
	float: left;
	width: 49%;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 3px;
}
/*.commonlist li:first-child{ border-top: 0;}*/
.dc_lv_mzfq .commonlist li p, .commonlist li span {
	font-size: 16px;
	color: #474747;
	transition: color .5s ease;
	line-height: 76px;
}
.dc_lv_mzfq .commonlist li p {
	display: inline-block;
	max-width: 450px;
	font-size: 16px;
	height: 76px;
	padding-left: 20px;
	line-height: 76px;
	background: url(https://img.dpm.org.cn/Public/static/themes/image/bo/dian1.png) left center no-repeat;
}
.dc_lv_mzfq .commonlist li p:hover {
	color: #9c7c4d;
}
.dc_lv_mzfq .commonlist li span {
	float: right;
	margin-right: 18px;
}


/**好货**/
.demopage-preview{
	padding: 50px 0px 0;
}
.demopage-preview > div{
	padding-bottom: 20px;
}
.demopage-preview_item{
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 275px;
}
.demopage-preview_inner{
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.demopage-preview_inner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 4s ease 0s;
	-moz-transition: all 4s ease 0s;
	-o-transition: all 4s ease 0s;
	transition: all 4s ease 0s;
}

.b-item-card {
    border: 1px solid #eeeeee;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    overflow: hidden;
    -moz-transition: background ease-in-out 0.5s;
    -o-transition: background ease-in-out 0.5s;
    -webkit-transition: background ease-in-out 0.5s;
    -ms-transition: background ease-in-out 0.5s;
    transition: background ease-in-out 0.5s;
}

.b-item-card .image {
    background: #fff;
    padding-bottom: 0;
}

.b-item-card .image a {
    display: block;
}
.b-item-card .card-info {
    padding-top: 15px;
}

.b-item-card .card-info .rating {
    display: none;
}
.caption {
    margin-bottom: 25px;
}

.caption .name-item {
    margin-bottom: 2px;
}

.caption .name-item .product-name {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #222222;
    margin-bottom: 0;
}

.caption .product-description {
    display: none;
    margin-top: 29px;
    color: #444444;
    line-height: 22px;
}

.caption .price-title {
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}

.caption .product-price {
    font-weight: bold;
}


/**民族医药**/
.featured-block{
	width:100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background:#25c9da;
}

.featured-block > a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.fblock-icon{
    font-size: 53px;
    color: #fff;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -20px;
	text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	padding-right:0; 
	display:block;
}
.fblock-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.fblock-main{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#fff;
    text-align: center;
	font-weight: 300;
	line-height: 1.6;
    margin-bottom: 1.8em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fblock-sub{
    text-align:center;
    font-size: 14px;
	background:#fff;
	color:#747474;
	border:solid 1px #e8e8e8;
	border-top:none;
    line-height: 48px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.featured-block:hover{
   background:#fff;
}
.featured-block:hover .fblock-icon{
	font-size:70px;
    color: #25c9da;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.featured-block:hover .fblock-main{
	color:#25c9da;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.featured-block:hover .fblock-sub{
	border-color:#25c9da;
	background:#25c9da;
	color:#fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft{from {-webkit-transform: translateX(-100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromLeft{from {-moz-transform: translateX(-100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromLeft{from {-ms-transform: translateX(-100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromRight {from {-webkit-transform: translateX(100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromRight { from {-moz-transform: translateX(100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromRight {from { -ms-transform: translateX(100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromBottom {from { -webkit-transform: translateY(100%);} to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromBottom {from { -moz-transform: translateY(100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromBottom {from {-ms-transform: translateY(100%);}to {-ms-transform: translateY(0%);}}

@media (max-width: 767px) {
	.banner {
		height: 230px !important;
	}
	.news_title {
		height: 50px;
		line-height: 50px;
		background-size: 16px 16px;
		padding-left: 19px;
		font-size: 18px;
	}
	.jieri-box .col-xs-4 {
		margin-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.jieri-box .jieridiv {
		width: 115px;
		height: 156px;
		margin: 0 auto;
	}
	.wy-ctys-ly .ly-img1 {
		bottom: -55px;
	}
	.act_left {
		height: 250px;
	}
	.act_right .list .item {
		padding: 10px;
	}
	.commonlist li p, .commonlist li span {
		line-height: 50px;
		height: 50px;
	}
	.nav_hd_box .col-xs-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav_hd_box li {
		height: 170px;
	}
	.nav_hd_box .hd_img {
		height: 170px;
	}
	.nav_hd_box .inner {
		height: 170px;
	}
	.nav_hd_box .inner h3 {
		font-size: 16px;
		padding: 10px 10px 0 10px;
	}
	.nav_hd_box .inner p {
		font-size: 12px;
		height: 110px;
		padding: 10px 10px 0 10px;
	}
	.dc_wd_fwsp .dc_wd_fwsp_list ul li .sp-box {
		margin-left: 5px;
		margin-right: 5px;
	}
	.wy-ctys-wd {
		height: 150px;
	}
	.wy-ctys-wd .wd-title {
		top: 0px;
		font-size: 20px;
		position: unset;
		text-align: center;
		line-height: 150px;
	}
	.wy-ctys-yy {
		height: 150px;
	}
	.wy-ctys-yy .yy-title {
		line-height: 150px;
		font-size: 20px;
	}
	.wy-ctys-ly {
		height: 150px;
	}
	.wy-ctys-ly .ly-title {
		top: 0px;
		font-size: 20px;
		position: unset;
		text-align: center;
		line-height: 150px;
	}
	.wy-ctys-qt {
		height: 300px;
	}
	.wx-ctys-zj {
		height: 150px;
	}
	.wx-ctys-xq {
		height: 150px;
	}
	.wy-ctys-qt .new-image-zj {
		height: 150px;
	}
	.wy-ctys-qt .new-image-xq {
		height: 150px;
	}
	.wy-ctys-qt .wx-ctys-qt-title {
		font-size: 20px;
		margin: 0px;
		text-align: center;
		line-height: 150px
	}
	.dc_fy_project {
		margin: 0;
	}
	.dc_fy_project_list li img {
		width: 100%;
		height: 130px;
		display: block;
	}
	.dc_fy_project_list .dc_fy_project_list_title {
		min-height: 84px;
		padding-left: 0px;
		background: none;
	}
	.cunzai_yizhan {
		padding: 5px 0;
	}
	.yizhan_list ul li .yizhan .img-responsive {
		height: 120px;
	}
	.yizhan_list ul li .yizhan h4.text-center {
		font-size: 14px;
		padding: 5px 0;
	}
	.cunzai_video_list {
		margin: 0px;
	}
	.dc-lv-img {
		height: 310px;
		margin-bottom: 15px;
	}
	.dc-lv-li ul li {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 15px
	}
	.dc-lv-li ul li img {
		height: 110px;
	}
	.lvtu_hot {
		padding: 0 0 30px 0;
		margin-top: 0px;
	}
	.lvtu_list_item {
		height: 350px;
	}
	.lvtu_list_item .title {
		top: 20px;
	}
	.lvtu_wwgj {
		padding: 0 0 30px 0;
	}
	.lvtu_wwgj_list li {
		height: 170px;
	}
	.lvtu_wwgj_list .img {
		height: 130px;
	}
	.lvtu_wwgj_list .img img {
		height: 130px;
	}
	.lvtu_wwgj_list .info {
		height: 40px;
		line-height: 40px;
	}
	.sypro-wrapper ul li {
		height: 140px;
	}
	.sypro-wrapper ul li:nth-child(3) .pic {
		float: left;
	}
	.sypro-wrapper ul li:nth-child(2n) .pic {
		float: right;
	}
	.sypro-wrapper ul li .syprotxt p {
		-webkit-line-clamp: 3;
	}
}