.body {
	font-size: 14px;
	padding-top: 142px;
	position: relative;
}

.mauto {
	max-width: 1200px;
	margin: 0 auto;
}

.body_lg {
	padding-bottom: 4em;
	position: relative;
	box-sizing: border-box;
}

.maxW1100 {
	max-width: 1100px;
	margin: 0 auto;
}

.maxW1180 {
	max-width: 1180px;
	margin: 0 auto;
}

.maxW1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.maxW1222 {
	max-width: 1222px;
	margin: 0 auto;
}

/*---------------头部导航--------------*/
.header {
	padding: 10px 15px;
	position: absolute;
	height: 142px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	background: #f4e8d2 url(../images/bg_top.jpg) repeat-x center;
}

.header.mini {
	background: #FFFFFF;
}

.header .header_in {
	max-width: 1200px;
	margin: 0 auto;
}

.header .logo {
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header .logo img {
	max-height: 75px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.navBox {
	float: none;
	position: relative;
	width: 100%;
	background: #9a1514;
}

.nav {
	vertical-align: bottom;
}

.nav>li {
	float: left;
	width: 14%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 2px;
}

.nav>li::after{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #fff;
	left: -1px;
	top: 50%;
	margin-top: -8px;
}
.nav>li:first-child::after{
	display: none;
}

.nav>li>.parent>a {
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 1px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav>li:hover>.parent,
.nav>li.act>.parent{
	background: #8c051d;
}


.nav>li>a::after,
.nav>li>.parent>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	background: #fff;
	height: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.nav .subNav {
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	top: 52px;
	background: #fff;
	z-index: 9999;
}

.nav li:hover .subNav {
	height: auto;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav .subNav ul {
	position: relative;
}

.nav .subNav li {
	display: block;
}

.nav .subNav li::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
	height: 1em;
	width: 1px;
	background: #fff;
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.nav .subNav li:last-child::after {
	display: none;
}

.nav .subNav li a {
	font-size: 16px;
	white-space: nowrap;
	color: #333;
	line-height: 50px;
	padding: 0 ;
	text-align: center;
}

.nav .subNav li:hover{
	background: #8c051d;
}

.nav .subNav li:hover a{
	color: #fff;
}

.nav .subNav li>a::after {
	display: none;
}

.nav .icon_control {
	display: none;
}

.header .head_r {
	float: right;
	margin-top: 49px;
	margin-left: 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header .head_r>div {
	float: left;
	/* margin: 0 10px; */
}

.header .close {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 36px;
	height: 36px;
	background: url(../images/icon_close.png) no-repeat center;
	cursor: pointer;
}

.header .head_r .search {
	position: relative;
	width: 400px;
}

.header .head_r .search .icon_search {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_top.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 7px;
}

.header .head_r .search .pop_search {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/papelbg.jpg) no-repeat center;
	background-size: cover;
	display: none;
	z-index: 9;
}

.header .head_r .search .pop_search .searchBox {
	position: absolute;
	left: 45px;
	right: 45px;
	top: 50%;
	margin-top: -37px;
	border-bottom: 1px solid #fff;
}

.header .head_r .search .pop_search .searchBox .search_h {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	padding: 15px 85px 15px 85px;
	font-size: 34px;
	color: #fff;
	text-align: center;
	background: none;
}

.header .head_r .search .pop_search .searchBox .search_h::-webkit-input-placeholder {
	color: #fff;
}

.header .head_r .search .pop_search .searchBox .search_h:-moz-placeholder {
	color: #fff;
}

.header .head_r .search .pop_search .searchBox .search_h::-moz-placeholder {
	color: #fff;
}

.header .head_r .search .pop_search .searchBox .search_h:-ms-input-placeholder {
	color: #fff;
}

.header .head_r .search .pop_search .searchBox .icon_s {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 28px;
	width: 31px;
	height: 33px;
	background: url(../images/icon_search.png) no-repeat center;
}

.header .head_r .search .pop_search .searchBox .search_btn {
	position: absolute;
	top: 50%;
	margin-top: -0.75em;
	right: 0;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	cursor: pointer;
}

.header .head_r .search .pop_search .searchBox .search_btn input[type="submit"]{
	display: block;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	cursor: pointer;
	background: transparent;
}

.header .head_r .search .pop_search1 .searchBox1 .search_h {
	width: 320px;
	box-sizing: border-box;
	padding: 0 10px 0 40px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #e8e8e8;
	float: left;
}
.header .head_r .search .pop_search1 .searchBox1 .search_btn {
	width: 80px;
	box-sizing: border-box;
	float: left;
}

.header .head_r .search .pop_search1 .searchBox1 .search_btn input[type="submit"]{
	display: block;
	width: 80px;
	outline: none;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	background: #8c051d;
	border: none;
	cursor: pointer;
}

.header .head_r .log {
	position: relative;
}

.header .head_r .log .icon_log {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_top.png) no-repeat 0 -26px;
	cursor: pointer;
}

.header .head_r .log .pop_log {
	display: none;
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -47px;
	width: 94px;
}

.header .head_r .log .pop_log li {
	margin-bottom: 1px;
}

.header .head_r .log .pop_log li a {
	line-height: 2.5;
	font-size: 16px;
	display: block;
	text-align: c;
	color: #fff;
	background: #7F5A23;
	text-align: center;
}

.header .head_r .log .pop_log li a:hover {
	background: #710000;
}

.header .head_r .language a {
	display: inline-block;
	height: 26px;
	line-height: 24px;
	text-align: center;
	width: 26px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 85%;
}

.header .head_r .navMenu .icon_menu {
	display: none;
	width: 26px;
	height: 26px;
	background: url(../images/icon_top.png) no-repeat 0 -52px;
	cursor: pointer;
}


.panel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/papelbg.jpg) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.panel a {
	color: #fff;
}

.panel .panel_tb {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.panel .panel_td {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.nav_p {
	text-align: center;
}

.nav_p>ul>li {
	display: inline-block;
	margin: 0 26px;
	vertical-align: top;
}

.nav_p>ul>.telShow {
	display: none;
}

.nav_p>ul>li>a,
.nav_p>ul>li>.parent a {
	display: block;
	font-size: 22px;
	line-height: 2.5;
	padding-bottom: 16px;
	background: url(../images/nav_adore.png) no-repeat center bottom;
}

.nav_p .subNav {
	margin-top: 15px;
}

.nav_p .subNav li a {
	display: block;
	white-space: nowrap;
	line-height: 2;
	opacity: 0.6;
}

.nav_p .subNav li a:hover {
	opacity: 1;
}

.mini .logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mini .nav>li>a,
.mini .nav>li>.parent>a {
	line-height: 62px;
}

.mini .nav .subNav {
	top: 62px;
}

.mini .head_r {
	margin-top: 19px;
}

.mini .head_r .log .pop_log {
	top: 43px;
}

.mini .logo img {
	max-height: 42px;
}

/*-------------nav_bar--------------*/
.index1 .nav_bar{display: block;}

.nav_bar{ display: none; height: 70px;width: 100%;background: url(../images/a2.jpg) no-repeat center;background-size: cover;}

.nav_bar p{line-height: 70px;font-size: 26px;text-align: center;white-space: nowrap;color: #fe0304;
	text-shadow:  2px 2px 1px #fff, 0 1px 1px #fff, 
    0 -1px 1px #fff, -1px 0 1px #fff;
	letter-spacing:6px;
	font-weight: bold;box-sizing: border-box;}

@media (max-width:1024px) {
	.nav_bar p{font-size: 22px;}
}

@media (max-width:860px) {
	.nav_bar p{font-size: 20px;}
}

@media (max-width:720px) {
	.nav_bar p{font-size: 14px;}
}


@media (max-width:600px) {
	.nav_bar p{line-height: 25px;font-size: 14px;text-align: center;white-space: inherit;max-width: 80%;margin: 0 auto;padding-top: 10px;height: 60px;overflow: hidden;letter-spacing:2px;}
}

/*-------------banner--------------*/
.bannerList {
	position: relative;
}

.bannerList .item{
	height: 350px;
	background-size: cover !important;
}
.banner .item{
	height: 600px;
	background-size: cover !important;
}

.bannerList .owl-nav{
	display: none;
}

.bannerList .owl-dots{
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.bannerList .owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,.4);
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.bannerList .owl-dots .owl-dot.active{
	background: #cd3e3d;
}

@media (max-width:1200px) {
	.bannerList .item{
		height: 500px;
	}
}

@media (max-width:767px) {
	.bannerList .item{
		height: 0;
		padding-top: 45%;
	}
}

/*-----------底部---------------*/
.footer {
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer1 {
	padding: 45px 0 15px;
	background: #830E0E;
	position: relative;
}

.footer2 {
	text-align: center;
	font-size: 90%;
	background: #171717;
	color: #666;
	line-height: 1.5;
	padding: 18px 0;
	position: relative;
}


.qr_f {
	float: left;
	width: 23%;
	margin-left: 1%;
	position: relative;
	margin-top: 5px;
	text-align: center;
}

.qr_f::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	border-right: 1px dashed #B56E6E;
}

.qr_f::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	border-right: 1px dashed #B56E6E;
}


.poster{
	position: fixed;
	width: 140px;
	right: 0px;
	top: 40%;
	z-index: 998;
}
.poster a{display: block;}
.poster span{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 10px;
}
.poster span::after,
.poster span::before{
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
}

.poster span::after{transform: rotate(-45deg);transform-origin: center;}
.poster span::before{transform: rotate(45deg);transform-origin: center;}

.rightList{
	position: fixed;
	width: 43px;
	right: 30px;
	top: 70%;
	z-index: 998;
}


@media (max-width:767px){
	.poster{
		width: 100px;
		right: 5px;
	}
}
.rightList .ewm{
	width: 43px;
	height: 43px;
	background: url(../images/to_top_v2.png) no-repeat 0 -50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
}

.rightList .ewm:hover{
	background-position-x: -43px;
}

.rightList .ewm .ewm_img{
	background: #fff;
	position: absolute;
	width: 140px;
	height: 280px;
	right: 60px;
	top: 50%;
	margin-top: -140px;
	box-sizing: border-box;
	padding-top: 10px;
	display: none;
}

.rightList .ewm:hover .ewm_img{
	display: block;
}

.rightList .ewm .ewm_img::after{
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-left:  10px solid #ffffff;
	top: 50%;
	margin-top: -5px;
	right: -20px;
}

.rightList .ewm .ewm_img img{
	width: 100px;
	display: block;
	margin: 0 auto;
}


.rightList .ewm .ewm_img p{
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
}

.rightList .backTop{
	width: 43px;
	height: 43px;
	background: url(../images/to_top_v2.png) no-repeat 0 0px;
	margin-top: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.rightList .backTop:hover{
	background-position-x: -43px;
}

.footer .share {
	margin-top: 20px;
}

.footer .share a {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 20px;
	margin-left: 6px;
	position: relative;
}

.footer .share a i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 20px;
	background: url(../images/icon_share.png) no-repeat;
}

.footer .share a .icon_share1 {
	background-position: 0 0;
}

.footer .share a .icon_share2 {
	background-position: -31px 0;
}

.footer .share .pop_qr {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -72px;
	bottom: 20px;
	width: 144px;
	padding-bottom: 18px;
	display: none;
	text-align: center;
}

.footer .share a:hover .pop_qr {
	display: block;
}

.footer .share .pop_qr p {
	font-size: 12px;
	color: #666;
	margin-bottom: 0;
}

.footer .share .pop_qr::after {
	content: '';
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin-left: -8px;
	width: 15px;
	height: 7px;
	background: url(../images/icon_down.png) no-repeat center;
}

.footer .share .pop_qr .pop_qr_in {
	background: #fff;
	padding: 15px;
}
.fot-ewm{position: absolute;left: 0;right: 0; width: 100%;height: 160px;bottom: 70px;}

.fot-ewm .ewm_img{
	float: right;
	margin-left: 30px;
}
.fot-ewm .ewm_img img{width: 120px;}
.fot-ewm .ewm_img p{color: #fff;margin-top: 5px;font-size: 14px;text-align: center;}


.contact_f {
	padding-bottom: 20px;
}


.contact_f {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 2;
}

.contact_f .volc01,
.contact_f .volc {
	line-height: 22px;
	padding: 10px 0;
}

.contact_f .volc01{display: inline-block;margin: 0 20px 0 0;}

.contact_f .volc01 img,
.contact_f .volc img {
	margin-right: 8px;
}

.contact_f .tboe {
	font-size: 22px;
	margin-bottom: 15px;
}


.cont_f {
	text-align: right;
}

.cont_f .tel_num {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	vertical-align: middle;
}

.cont_f .tel_text {
	color: #eee;
	margin: 0 0.8em;
	vertical-align: middle;
}

.cont_f p {
	margin-bottom: 12px;
}

.body_lg .footer2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/*---------------index--------------*/
.index .section1 {
	background: #fff;
	padding: 3% 0;
}

.title1 {
	position: relative;
}

.title1 .info_tab {
	font-size: 32px;
	color: #000;
	line-height: 1.3;
}

.title1 .info_tab li {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.title1 .info_tab li.cur {
	color: #830e0e;
}

.title1 .more {
	position: absolute;
	display: block;
	line-height: 1.5;
	color: #a21f25;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
}

.visit {
	float: right;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: -55px;
	background: #830E0E;
	padding: 30px 2.9% 45px;
	color: #fff;
}

.title {
	position: relative;
	margin-bottom: 30px;
}

.title a {
	display: block;
	color: #fff;
}

.title h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}

.title h3::after{
	position: absolute;
	content: "";
	height: 24px;
	width: 4px;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background: #cd3e3d;
}

.title .more {
	position: absolute;
	line-height: 1.5;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
}

.vC .v_l {
	float: left;
	width: 65.5%;
	color: #ccc;
	line-height: 2;
}

.vC .v_l .s_h {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0.5em;
	color: #fff;
}

.vC .v_l .mt {
	margin-top: 0.5em;
}

.vC .v_l .s_t {
	position: relative;
	padding-right: 5em;
}

.vC .v_l .s_t .time {
	position: absolute;
	top: 0;
	right: 0;
}

.vC .v_l .line {
	margin: 25px 0 20px;
	height: 1px;
	background: #fff;
}

.vC .v_r {
	float: right;
	width: 24.3%;
}

.v_link li {
	margin-bottom: 24px;
	text-align: center;
}

.v_link li a {
	display: block;
	padding: 1em 0.5em 0.5em;
	line-height: 2;
	font-size: 18px;
	color: #fff;
	background: #902727;
}

.index .section2 {
	/* background: url(../images/puzzle.jpg) center no-repeat; */
	background-size: cover;
	padding: 40px 0 20px;
}


.index .section2 .title a{
	color: #333;
}

.index .section2 .owl-nav{
	display: none;
}


.adPrd {
	/* margin:0 -30px; */
	position: relative;
	display: none;
	padding: 4%;
}

/* .adPrd li{ float:left; width:33.33%;} */
/* .adPrd li .item{ margin:0 30px;} */
.adPrd li a {
	display: block;
}

.adPrd li .img {
	overflow: hidden;
/*
	height: 0;
	padding-top: 67%;
	position: relative;
*/
}

.adPrd li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}

.adPrd li a:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.adPrd li .img img{
/*
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
*/
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}


.adPrd li .text {
	padding: 10px 0;
	line-height: 1.5;
	color: #333;
}

.adPrd li .text h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0.3em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.adPrd .slide_prev,
.adPrd .slide_next {
	position: absolute;
	width: 34px;
	height: 84px;
	background: #606163;
	top: 50%;
	margin-top: -100px;
	cursor: pointer;
}

.adPrd .slide_prev:hover,
.adPrd .slide_next:hover {
	background: #830E0E;
}

.adPrd .slide_prev {
	left: -34px;
}

.adPrd .slide_next {
	right: -34px;
}

.adPrd .slide_prev::after,
.adPrd .slide_next::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
	height: 20px;
	background: url(../images/slide1.png) no-repeat;
}

.adPrd .slide_prev::after {
	background-position: 0 0;
}

.adPrd .slide_prev:hover::after {
	background-position: -15px 0;
}

.adPrd .slide_next::after {
	background-position: -15px -20px;
}

.adPrd .slide_next:hover::after {
	background-position: 0 -20px;
}



.sxdt{
    width: 48.5%;
}
.sxdt li a {
	display: block;
}

.sxdt li .img {
	overflow: hidden;
/*
	height: 0;
	padding-top: 61%;
	position: relative;
*/
}

.sxdt li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}

.sxdt li a:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.sxdt li .img img{
/*
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
*/
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}


.sxdt li .text {
	padding: 5px 0 10px;
	line-height: 1.5;
	color: #333;
}

.sxdt li .text h3 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0.3em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.sxdt1 li{
    float: left;
    width: 31.3%;
    margin-left: 3%;
}
.sxdt1 li:nth-child(3n+1){
    margin-left: 0;
}


.sxdt2 li{
    padding-left: 15px;
    line-height: 36px;
    background: url(../images/ico.png) no-repeat left;
}
.sxdt2 li .text{
    padding: 0;
    margin-bottom: 30px;
}
.sxdt2 li .text h3{
    font-size: 16px;
}
.sxdt2 li .text:hover h3{
    color: #cd3e3d;
}

.title3 a {
	position: relative;
	z-index: 99;
}

.index .section6 {
	padding: 50px 0;
	background: #ffffff;
}

.zwh li {
	width: 100%;
	float: left;
	background: url(../images/newsdec.png) right bottom no-repeat;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	margin-left: 2%;
}


.zwh .owl-nav {
	display: none;
}


.zwh .owl-dots {
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
}


.zwh .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(120, 120, 120, .3);
	margin: 0 5px;
	border-radius: 50%;
}

.zwh .owl-dots .owl-dot.active {
	background: #cd3e3d;
}

.zwh li:first-child {
	margin-left: 0;
}

.zwh li .zwh_list_box{
	border-top: 4px solid #cd3e3d;
}

.zwh li .zwh_list_box h3 {
	font-size: 20px;
	color: #666;
	line-height: 1;
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
	white-space: nowrap;
}

.zwh li .zwh_list_box h3 img {
	height: 40px;
	margin-right: 6px;
	margin-top: -8px;
	display: inline-block !important;
	width: auto !important;
}

.zwh li .zwh_list_box .zwh_list {
	height: 303px;
	padding-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.zwh li .zwh_list_box .zwh_list a {
	font-size: 16px;
	color: #666;
	margin-right: 10px;
	line-height: 26px;
}

.zwh li .zwh_list_box .zwh_list p {
	padding-left: 15px;
	line-height: 36px;
	background: url(../images/ico.png) no-repeat left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.zwh li .zwh_list_box .zwh_list .zwh_list_fl .zwh_list_tit{
	width: 49%;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-left: 2%;
}

.zwh li .zwh_list_box .zwh_list .zwh_list_fl .zwh_list_tit:nth-of-type(2n+1){
	margin-left: 0;
}

.zwh li .zwh_list_box .zwh_list p a {
	margin: 0;
}

.index .section3 {
	padding: 50px 0;
}

.title3 a {
	color: #38393c;
}

.title3 .more {
	color: #000;
}

.adCollect {
	margin: 0 -15px;
}

.adCollect li {
	float: left;
	width: 25%;
}

.adCollect li .item {
	margin: 0 15px;
}

.adCollect li a {
	display: block;
}

.adCollect li .img {
	overflow: hidden;
	display: block;
}

.adCollect li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}

.adCollect li a:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.adCollect li .c_h {
	color: #000;
	padding: 10px 0;
}

.adCollect li a:hover .c_h {
	visibility: hidden;
}

.adCollect li .img_text {
	position: relative;
	overflow: hidden;
}

.adCollect li h3 {
	font-size: 18px;
	line-height: 2;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.adCollect li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	color: #000;
	line-height: 1.6;
}

.adCollect li .text .text_in {
	position: absolute;
	left: 28px;
	top: 28px;
	bottom: 28px;
	right: 28px;
	background: #fff;
	border-bottom: 4px solid #830E0E;
}

.adCollect li .text .text_tb {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.adCollect li .text .text_td {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.adCollect li .text .txt {
	padding: 1em 9.5%;
}

.adCollect li .text .txt h3 {
	color: #830e0e;
}

.adCollect li .text .txt .t_s {
	margin: 0.5em 0 40px;
}

.adCollect li .text .txt .sum {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.adCollect li .text .txt .more {
	margin-top: 30px;
}

.adCollect li .text .txt .more .btn_more {
	line-height: 2.8;
	display: inline-block;
	padding: 0 2.2em;
	background: #830E0E;
	color: #fff;
}
/* 
.section5{ padding:45px 0 48px; background:#ffffff;}
.section5 .title4{ text-align:center; color:#38393c; font-size:28px; line-height:1.5; margin-bottom:22px;} */

.section5{
	background: #fff;
}
.section5 .link_s{
	padding: 20px 10px 10px;
}
.section5 .link_s span,
.section5 .link_s a{
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
}
.section5 .link_s a{margin: 0 5px;}

.link_s .item{ float:left; width:49%; margin:0 0 10px 2%;}
.link_s .item:first-child{
	margin-left: 0;
}
.selectBox {
	background:#fff;
	color:#333;
	border-radius:25px;
	-webkit-border-radius:25px;
	border: 1px solid #e8e8e8;
}
.selectBox .select_dl {
	position:relative;
}
.selectBox .select_dl .select_dt {
	cursor:pointer;
	padding:0.7em 40px 0.7em 1.8em;
	line-height:1.3;
	overflow:hidden;
	position:relative;
	font-size:16px;
	}
.selectBox .select_dl .select_dt .selected{ white-space:nowrap; word-break:keep-all;}
.selectBox .select_dl .select_dt .select-icon{width:35px; height:100%; position:absolute; top:0; right:0;  background:url(../images/icon1.jpg) no-repeat left center #fff; border-bottom-right-radius:25px; 
	-webkit-border-bottom-right-radius:25px; border-top-right-radius:25px; -webkit-border-top-right-radius:25px; }
.selectBox .select_option {
	width:100%;
	position:absolute;
	left:0;
	top:3em;
	background:#fff;
	z-index:9999;
	max-height:140px;
	overflow:auto;
	display:none;
	text-align:left;
}
.selectBox .select_option div {
	line-height:1.8;
	cursor:pointer;
	padding:5px 2em;
	border-bottom:1px solid #eee;
}
.selectBox .select_option div:hover {
	background:#f5f5f5;
}

@media (max-width:1500px) {


}

@media (max-width:1400px) {
	.mauto {
		padding: 5px 0;
	}

	.index .section1 .mauto {
		padding: 0;
	}

	.adCollect {
		margin: 0 -10px;
	}

	.adCollect li .item {
		margin: 0 10px;
	}
}

@media (max-width:1360px) {
	.body {
		padding-top: 122px;
	}
	.header{
		height: 122px;
	}
	.body_century {
		padding-top: 0;
	}

	.header .logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.nav .subNav li a {
		font-size: 14px;
	}

	.header .head_r {
		margin-top: 32px;
	}

	.header .head_r .log .pop_log {
		top: 53px;
	}


	.mini .logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mini .nav>li>a,
	.mini .nav>li>.parent>a {
		line-height: 62px;
	}

	.mini .nav .subNav {
		top: 62px;
	}

	.mini .head_r {
		margin-top: 19px;
	}

	.mini .head_r .log .pop_log {
		top: 43px;
	}

	.mini .logo img {
		max-height: 42px;
	}

	.header .head_r .search .pop_search .searchBox {
		left: 5%;
		right: 5%;
	}

	.header .head_r .search .pop_search .searchBox .search_h {
		font-size: 24px;
	}

	.header .head_r .search .pop_search .searchBox .search_btn {
		font-size: 110%;
	}

	.header .head_r .search .pop_search .searchBox .icon_s {
		width: 1.5em;
		height: 1.5em;
		background-size: contain;
		left: 1em;
		margin-top: -0.75em;
	}

	.title1 {
		margin-bottom: 0.5em;
	}

	.title1 .info_tab {
		font-size: 24px;
	}

	.vC .v_l .s_h {
		font-size: 120%;
	}

	.v_link li a {
		font-size: 110%;
	}

	.adPrd li .text h3 {
		font-size: 120%;
	}

	.adCollect li h3 {
		font-size: 120%;
	}

	.adCollect li .text .txt .t_s {
		margin-bottom: 20px;
	}

	.menu li a {
		line-height: 70px;
		font-size: 16px;
	}

	.menu li.cur a,
	.menu li:hover a {
		line-height: 80px;
	}

	.subMenu li a {
		line-height: 60px;
		font-size: 16px;
	}

	.reservation .reserTb {
		font-size: 100%;
	}

	.res_record .reserTb {
		font-size: 100%;
	}

	.events3 .events_top h3 {
		font-size: 42px;
	}

	.eventsList3 ul {
		margin: 0 -10px;
	}

	.eventsList3 li .item {
		margin: 0 10px;
	}

	.prdList3 li {
		margin-bottom: 30px;
	}

	.prdList3 li .item {
		margin: 0 15px;
	}
}

@media (max-width:1200px) {

	.adnews_c2 {
		margin: 0 -10px;
	}

	.adnews_c2 li .item {
		margin: 0 10px;
	}

	.jubao {
		padding: 0;
	}
}

@media (max-width:1100px) {
	.navBox{
		padding-right: 0;
	}

	.nav_p>ul>li {
		margin: 0 15px;
	}

	.survey {
		margin: 0 -5px;
	}

	.survey li .item {
		margin: 0 5px;
	}
}
@media (min-width:961px) {
	.header .head_r .search .pop_search{
		display: none !important;
	}
}

@media (max-width:960px) {
	.body {
		padding-top: 1.6rem;
	}

	.body_century {
		padding-top: 0;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 0;
		height: 1.6rem;
		z-index: 1000;
		color: #333;
		padding: 0;
	}

	.header .header_in {
		margin-top: 0;
	}

	.header .logo {
		padding: 0.27rem 0.35rem;
		line-height: 1.06rem;
		text-align: left;
		margin: 0;
		float: none;
	}

	.header .logo img {
		max-height: 1.06rem;
	}

	.mobile_btn {
		display: block;
		position: fixed;
		z-index: 100;
		right: 0;
		top: 0;
		left: auto;
		width: 50px;
		height: 1.4rem;
		text-align: center;
		line-height: 50px;
		background: url(../images/menutoggle.png) no-repeat 0 center #fff;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		cursor: pointer;
	}

	.mobile_btn.open {
		background-position: -50px center;
		background-color: #4A4A4A;
	}

	.navBox {
		position: fixed;
		left: 0;
		width: 100%;
		top: 1.4rem;
		bottom: 0;
		background: #fff;
		margin: 0;
		padding: 0.5em 0;
		display: none;
		z-index: 999;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		overflow: auto;
	}

	.header .head_r {
		position: absolute;
		right: 0.35rem;
		top: 50%;
		margin: 0;
		margin-top: -13px;
	}

	.header .head_r .log .pop_log {
		top: 0.92rem;
	}

	.header .head_r .log .pop_log li a {
		font-size: 100%;
	}
	
	.header .close {
		width: 0.6rem;
		height: 0.6rem;
		right: 0.5rem;
		top: 0.5rem;
		background-size: contain;
	}
	
	.header .head_r>div {
		margin: 0 10px;
	}
	
	.header .head_r .search{
		width: auto;
	}
	.header .head_r .search .icon_search {
		margin: 0;
		position: static;
	}

	.header .head_r .search .pop_search1{
		display: none;
	}
	.header .head_r .navMenu .icon_menu{
		display: block;
	}
	
	.panel .panel_tb {
		display: block;
		position: absolute;
		top: 1.4rem;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		overflow: auto;
	}

	.panel .panel_td {
		display: block;
		padding-bottom: 1em;
		height: auto;
	}

	.nav_p {
		display: block;
		text-align: center;
	}

	.nav_p>ul>li,
	.nav_p>ul>.telShow {
		display: block;
		margin: 0;
	}

	.nav_p>ul>li>.parent a {
		display: inline-block;
	}

	.nav_p>ul>li>a,
	.nav_p>ul>li>.parent a {
		padding-bottom: 0;
		line-height: 2.5;
		font-size: 120%;
		text-align: center;
		background: none;
	}

	.nav_p .parent {
		position: relative;
		cursor: pointer;
	}

	.nav_p .parent .icon_control {
		position: absolute;
		display: block;
		z-index: 99;
		top: 0;
		right: 0;
		width: 6em;
		height: 100%;
		background: url(../images/icon23.png) no-repeat 3.5em center;
		background-size: 1em auto;
		cursor: pointer;
	}

	.nav_p .parent.open .icon_control {
		background-image: url(../images/icon24.png);
	}




	.menu .tit .icon_control {
		position: absolute;
		display: block;
		z-index: 99;
		top: 0;
		right: 2px;
		width: 6em;
		height: 100%;
		background: url(../images/icon23.png) no-repeat 3.5em center;
		background-size: 0.8em auto;
		cursor: pointer;
	}
	.menu .tit.open .icon_control {
		background-image: url(../images/icon24.png);
	}




	.nav_p .subNav {
		display: none;
		margin-top: -0.5em;
		padding-top: 1.5em;
		background: url(../images/nav_adore.png) no-repeat center top;
		background-size: auto 1em;
	}

	.footer1 {
		display: none;
	}

	.footer2 {
		padding: 0 0 1em;
	}
	.fot-ewm{position: static;text-align: center;height: auto;background: #830E0E;padding: 20px 0 10px; margin-bottom: 1em;bottom: 65px;}
	
	.fot-ewm .ewm_img:first-child{
		margin-left: 0px;
	}
	
	.fot-ewm .ewm_img{display: inline-block;float: none;}
	.fot-ewm .ewm_img img{width: 80px;}
	
	.index .section6 {
		padding: 50px 0 20px;
	}

	/* .adPrd li{ width:50%;} */
	.adCollect li .text .text_in {
		left: 0.5em;
		top: 0.5em;
		right: 0.5em;
		bottom: 0.5em;
	}

	.adCollect li .text .txt .sum {
		display: none;
	}

	.adCollect li .text .txt {
		padding: 1em 5%;
	}

	.adCollect li .c_h {
		padding: 0.5em 0;
	}


}

@media (max-width:800px) {
	.lgReg {
		margin: 2em 10px;
	}

	.survey {
		margin: 0 -0.3em;
	}

	.survey li {
		width: 50%;
		margin-bottom: 1em;
	}

	.survey li .item {
		margin: 0 0.3em;
	}

	.survey li a {
		padding: 1.5em 0.8em;
	}

	.survey li .text {
		padding: 1.5em 0;
	}
	
	.adPrd{
	    display: block;
	}
	.sxdt1{
	    display: none;
	}
	.sxdt{
	    width: 92%;
	    padding: 4%;
	}
	.sxdt2{
	    float: none;
	    margin-top: 20px;
	}
	.sxdt2 li .text{
	    margin-bottom: 10px;
	    line-height: 30px;
	}
	.sxdt li .text h3{
	    font-size: 1em;
	}

	.zwh { padding: 4%; }
}

@media (max-width:767px) {

	.zwh li {
		width: 100%;
		margin: 10px 0 0;
	}
	
	.title h3{
		font-size: 24px;
	}

	.adNews,
	.visit {
		float: none;
		width: 100%;
		margin: 0;
		padding: 1.5em 10px;
	}

	.adCollect li .text .txt .more {
		margin-top: 1em;
	}

	.index .section2,
	.index .section3{
		padding: 1.5em 0;
	}

	.title {
		margin-bottom: 1em;
	}


	.adCollect {
		margin: 0 -0.3em;
	}

	/*.adCollect li{ width:50%; margin-bottom:1em;}*/
	.adCollect li .text .txt .sum {
		display: block;
	}

	.adCollect li .item {
		margin: 0 0.3em;
	}

	.adCollect li .text {
		display: none !important;
	}

	.adCollect li .text .txt .more {
		margin-top: 1em;
	}

	.adCollect li a:hover .c_h {
		visibility: visible;
		color: #830e0e;
	}
	
	.section5 .link_s a{font-size: 12px;}
}

@media (max-width:640px) {
	.index .section6 {
		padding: 30px 0 10px;
	}

	.link_s .item {
		margin: 0 0 1em;
		float: none;
		width: 100%;
	}


	.lgReg .lgReg_in {
		padding: 2em 1em;
	}

	.lgReg .tit {
		margin-bottom: 1.5em;
	}

	.his_b .his_bb {
		font-size: 120%;
		padding: 0 2em;
	}

	.organization li {
		width: 33.33%;
	}

	.eventsList3 ul {
		margin: 0 -0.3em;
	}

	.eventsList3 li {
		margin-bottom: 0;
	}

	.eventsList3 li .item {
		margin: 0 0.3em;
	}

	.eventsList3 li .text {
		padding: 0.5em 0 0.9em;
	}
	
	.title h3::after{
		height: 18px;
		width: 3px;
		margin-top: -9px;
	}
	.prdList3 li {
		width: 50%;
	}
}

@media (max-width:520px) {
	.body {
		font-size: 0.35rem;
	}


	.header .head_r .search .pop_search .searchBox .search_h {
		font-size: 130%;
	}

	/* .zwh li h3 {
		font-size: 14px;
		font-weight: bold;
	} */

	.zwh li h3 img {
		height: 30px;
	}


	.adPrd li {
		width: 100%;
	}

	.adPrd .slide_prev,
	.adPrd .slide_next {
		width: 1em;
		height: 3em;
		margin-top: -5em;
	}

	/* 	.adPrd .slide_prev{ left:-10px;}
	.adPrd .slide_next{ right:-10px;} */
	.adPrd {
		margin: 0px;
	}

	.adPrd li .item {
		margin: 0;
	}
	/* .adPrd li .img{height: 220px;} */
	.adCollect li {
		width: 50%;
	}

	.title1 .info_tab{
		font-size: 130%;
	}
	
	
	.title h3 {
		font-size: 20px;
	}

	/*.adCollect li{ width:100%; float:none;}*/
	.adCollect li h3 {
		font-size: 100%;
	}

	.lgReg .tit .cn {
		font-size: 130%;
	}

	.reservation .reserTb {
		font-size: 80%;
	}

	.res_record .reserTb {
		font-size: 80%;
	}


	.organization li {
		margin-bottom: 1em;
	}

	.organization li .item {
		min-width: 9em;
		font-size: 90%;
	}

	.tit1 h3 {
		font-size: 150%;
	}

	.form_res .sumbmit .btn_sm,
	.form_res .sumbmit .btn_rs {
		font-size: 105%;
		margin: 0 0.5em;
	}

	.eventsList3 li .text h3 {
		font-size: 105%;
	}

	.events3 .events_top h3 {
		font-size: 180%;
	}

	.prdList3 li .text {
		font-size: 100%;
		bottom: 0;
	}

	.notice li .num {
		width: 3em;
	}

	.notice li .num span {
		font-size: 200%;
	}

	.notice li p {
		padding-left: 4em;
		font-size: 100%;
	}

	.survey li .text h3 {
		font-size: 115%;
		margin-bottom: 1em;
	}

	.survey li .text .btn_more {
		padding: 0 2em;
		margin-top: 1.2em;
	}

	.surveyD_qs .submit .btn_sm,
	.surveyD_qs .submit .btn_rs {
		font-size: 105%;
		margin: 0 0.5em;
	}

	.exh_us {
		font-size: 100%;
	}

	.prdList4 li .imgBox::after {
		width: 2em;
		height: 2em;
		background-size: contain;
		right: 0.5em;
		bottom: 0.5em;
	}

	.tit_c h3 {
		font-size: 120%;
		line-height: 2.2;
		padding-left: 1.5em;
		min-width: 8em;
		background-size: cover;
	}

	.adnews_c1 li h3 {
		font-size: 115%;
	}

	.imgBigBox .item .text h3 {
		font-size: 110%;
	}

	.video_play .video_size {
		padding-bottom: 67.22%;
		height: auto;
	}

	.adnews_c3 li .img {
		width: 35%;
	}

	.adnews_c3 li .text {
		margin-left: 35%;
		padding-left: 1em;
	}

	.adnews_c3 li .text h3 {
		font-size: 110%;
		margin-bottom: 0.2em;
	}

	.adnews_c3 li .text p {
		height: 4.3em;
		line-height: 1.5;
		position: relative;
		overflow: hidden;
		font-size: 95%;
	}

	.adnews_c3 li .text p .more {
		background: #fff;
		min-width: 3.8em;
		line-height: 1.3;
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 1.3;
	}

	.adnews_c4 li h3 {
		font-size: 110%;
	}

	.msg .msg_n {
		font-size: 100%;
	}

	.form_msg .col3 {
		margin-bottom: 0;
	}

	.form_msg .col3 .item {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}

	.msg .submit .btn_sm,
	.msg .submit .btn_rs {
		font-size: 105%;
		margin: 0 0.5em;
	}

	.form_msg .star {
		font-size: 130%;
	}
}

.problem-down .mauto{position: relative;}
.problem-down .problem-down-lb {width: 20px;position: absolute;left: 10px;top: 14px;}
.problem-down .problem-down-lb img{height: 20px;}
.problem-down .bd{padding-left: 40px;overflow: hidden;height: 50px;}
.problem-down .bd .tempWrap{
	/* width: 100% !important; */
}
.problem-down .bd li{
	width: auto !important;
	margin-right: 20px;
}
.problem-down .bd li a{
	line-height: 50px;
	white-space: nowrap;
}
.problem-down .bd li a span{
	margin-left: 10px;
	color: #999;
}

/*2020-03-23*/
.wbola {
	width: 47.5%;
	float: left;
	box-sizing: border-box;
	height: 400px;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-left: 5%;
}

.wbola:first-child{
	margin-left: 0;
}

.odrelm a {
	font-size: 20px;
	display: inline-block;
	margin: 0 20px;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 10;
	font-weight: bold;
}

.odrelm a::before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 10%;
	height: 80%;
	width: 2px;
	background: #666;
}

.odrelm a:first-child {
	margin-left: 0;
}

.odrelm a:first-child::before {
	display: none;
}

.odrelm a.cur {
	color: #830e0e;
}

.odrelm a.cur:after {
	content: '';
	display: none;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #830e0e;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
}


.ablore {
	margin-top: -30px;
}

.plboc {
	line-height: 49px;
	height: 49px;
	font-size: 16px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	background: url(../images/crumb_lt2.png) no-repeat left center;
	padding-left: 18px;
}
.plbocTit{
	background: none;
}

.plbocTit a{
	color: #cd3e3d;
	font-weight: bold;
}

.plboc span {
	float: right;
	font-size: 14px;
}

.swiper01 {
	padding-top: 10px;
}

/*
.wbola:nth-child(2) .swiper01{
	height: 200px;
	overflow: hidden;
}

.wbola:nth-child(2) .swiper01.bd01{
	padding-top: 0;
	height: 150px;
}
*/
/* .voleap{ margin-top:-40px;} */


.qr_f .list {
	text-align: left;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 47%;
	padding-left: 6%;
	box-sizing: border-box;
}

/* .qr_f .list:hover img{ transform:scale(1.7);} */

.qr_f .list .tit {
	line-height: 25px;
	font-size: 12px;
	margin-top: 15px;
}


@media (min-width:1201px) {
	.plboc a:hover {
		color: #840e0e;
	}
}

@media (max-width:1200px) {
	.wbola {
		width: 100%;
		height: auto;
		padding: 4%;
		margin-left: 0;
	}

	.swiper01 {
		padding-top: 20px;
		height: 250px;
		overflow: hidden;
	}

	.swiper02 .swiper-slide a .pic {
		height: auto;
	}


	.plboc span {
		font-size: 12px;
	}

	.plboc a {
		display: block;
	}
}


@media (max-width:768px) {
	.swiper02 .swiper-slide a .pic img {
		height: 300px;
	}

}

@media (max-width:428px) {
	.header .head_r>div{margin: 0;}
	.odrelm a {
		font-size: 16px;
		margin: 0 10px;
	}

	.odrelm a::before {
		left: -10px;
	}

	.swiper01 {
		height: 180px;
	}

	.plboc {
		line-height: 35px;
		height: 35px;
		font-size: 12px;
	}
	.adPrd li .text h3{font-size: 12px;}
	.zwh li .zwh_list_box .zwh_list a{font-size: 12px;}
	
	
	.wbola:nth-child(2) .swiper01{
		height: 144px;
	}
	
	.wbola:nth-child(2) .swiper01.bd01{
		height: 108px;
	}
}
