.container {
	max-width: 84%;
}

/*网站公共样式*/
.info-content {
	line-height: 2;
	padding-bottom: 30px;
}

.info-content p {
	/* text-indent: 2em; */
	text-align: justify;
}

.info-content p,
.info-content strong span {
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0% !important;
}

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

a:hover {
	color: #ae3523;
}

a:focus {
	color: #000;
}

a.btn-more {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease;
	/* Opera */
}

.banner {
	height: 500px\9 !important;
	overflow: hidden\9 !important;
	overflow: hidden;
}

/*兼容ie低版*/
.clearboth {
	clear: both;
}

html {
	overflow-y: scroll;
	/* min-height: 101%; */
}

html {
	overflow: -moz-scrollbars-vertical;
}

/*遮罩层*/
.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 100;
	top: 0;
	left: 0;
}

.mask-bg.active {
	display: block;
}



/*首页模块样式*/
.product-module-box {
	position: relative;
}

.module-title {
	clear: both;
	text-align: center;
	margin: 30px 0px 30px 0px;
}

.module-title .cn-title {
	display: block;
	color: #333;
	line-height: 48px;
	font-family: SimSun;
	font-weight: bold;
}

.module-title span {
	font-size: 18px;
	background: url(../images/24tel.png) no-repeat center left;
	background-size: 34px;
	padding: 20px 0 20px 50px;
}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,
.sub-nav .animated {
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.navSlide {
	animation-name: navSlide;
	-webkit-animation-name: navSlide;
}

@media (min-width:1000px){
    .liveList .pa_textlist_1 .item .entitle{font-size: 30px;}
    .liveList .pa_textlist_1 .item .title{font-size: 30px;padding: 20px 0;}
}
@media (max-width:1000px){
    .liveList .pa_textlist_1 .item .title{font-size: 16px;}

}
.liveList .pa_textlist_1 .item .entitle{color: rgb(178, 162, 199);}
.liveList .pa_textlist_1 .item .title{color: rgb(63, 63, 63);}

@keyframes navSlide {
	0% {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		opacity: 0;
		visibility: visible;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 1;
	}
}

.sameTitle {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
}

.sameTitle .title {
	border-left: 4px solid #ae3523;
	padding-left: 14px;
	color: #ae3523;
}
/*新闻内页*/
@media (min-width:1000px){
    .white-bg{
        padding-top: 30px;
    }
}

@media (max-width:1000px){
    .white-bg{
        padding: 10px;
    }
}

/*主菜单*/
@media (min-width:1000px)

/*pc端*/
	{
	.topnav-bg .header {
		background: rgba(230, 230, 230, 0.71);
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		height: 100px;
		z-index: 70;
		width: 100%;
		background: rgba(230, 230, 230, 0.71);
		/* background: rgba(255, 255, 255, 0.5); */
	}

	.header .logo img {
		max-height: 70px;
		position: relative;
		top: 15px;
		/* width: 92%; */
	}

	.logo-box {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}

	.header .nav-toggle {
		display: none;
	}

	.header .navtopbox {
		/*padding-left: 50px;*/
		/* float: right; */
	}

	.nav {
		width: 100%;
	}

	.nav ul li a {
		color: #000;
		font-family: "微软雅黑", Georgia, Serif;
		font-size: 16px;
	}

	.nav ul li ul li a {
		color: #fff;
	}

	.nav>ul>li {
		float: left;
		text-align: center;
		 width: 14.1%; 
		/*width: 15%;*/
		height: 100px;
		display: flex;
		align-items: center;
		/* line-height: 100px; */
	}

	.nav>ul>li>ul {
		position: absolute;
	}

	.nav>ul>li>a {
		display: block;
		width: 100%;
		font-size: 20px;
	}

	.nav>ul>li.current>a,
	.nav>ul>li:hover>a {
		color: #ae3523;
		/* color: #fff;
		background-color: #ae3523; */
	}

	.nav li:hover>ul {
		display: block;
	}

	.nav>ul>li>ul li ul::before {
		display: block;
		margin: 0px auto;
		text-align: center;
		position: absolute;
		top: 20px;
		left: -10px;
		content: "";
		width: 0;
		height: 0;
		border-bottom: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid transparent;
		border-left: 5px solid #fff;
	}

	.nav ul li ul li a {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 50px;
	}

	.nav ul li ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: #9b3121;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		display: none
	}

	.nav ul li ul {
		background-color: #ae3523;
		display: none;
		position: absolute;
		left: 0;
		top: 100px;
		z-index: 2;
		width: 100%;
		border-top: 1px solid #9b3121;
	}

	/*二级ul样式*/
	.nav ul li ul li ul {
		left: 100%;
		top: 0px;
		display: none;
	}

	/*三级以后ul样式*/

	.breadcrumb {
		padding: 15px 0;
	}

	/*bootom*/
	footer {
		margin-top: 40px;
		padding: 30px 0 0;
	}

	.foot {
		padding-bottom: 30px;
	}

	.foot .title {
		font-size: 16px;
	}

	.foot .col-md-1 {
		width: 15%;
	}

	.foot .col-md-7 {
		width: 25%;
	}

	.footTel {
		line-height: 1.4;
		padding-top: 10px;
	}

	.footTel p {
		font-size: 16px;
	}

	.footTel .tel {
		font-size: 35px;
	}

	.fp-auto-height footer {
		margin-top: 0px;
	}

	/*.add-bg{background:url(../images/home-bg3.jpg) no-repeat center fixed;background-size:cover;}*/
	.addtopnav {
		position: relative;
		/* top: 10px; */
	}

	.header .language {
		margin-top: 36px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: 80px;
		color: #5C5C5C;
		font-size: 18px;
		margin-right: 50px;
		cursor: pointer;
	}

	.header .language:hover .icon-xiajiantou {
		transform: rotate(180deg);
	}

	.header .language .icon-xiajiantou {
		transition: all 0.1s ease 0s;
	}

	.iconfont {
		font-size: 18px;
	}

	.header .language .language-choice {
		position: absolute;
		top: 27px;
		right: -1px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

	.header .language:hover .language-choice {
		opacity: 1;
		visibility: visible;
	}

	.header .language .language-choice .type-item {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-align: center;
	}

	.header .language .language-choice .type-item:hover {
		background: #FF0000;
		color: #ffffff;
	}
	
	/**
	 * 通知公告栏
	 */
	.notice {
		width: 100%;
		background: linear-gradient(180deg, rgba(166, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	}

	.notice-content {
		overflow: hidden;
		width: 84%;
		margin: auto;
		padding: 25px 0;
	}

	.notice-content .notice-icon {
		width: 30px;
		height: 30px;
		float: left;
	}

	.notice-content .tempWrap {
		margin-left: 50px;
		width: calc(100% - 50px) !important;
		height: 30px;
	}

	.notice-content ul {
		padding-left: 20px;
		overflow: hidden;
		zoom: 1;
	}

	.notice-content ul li {
		font-size: 18px;
		margin-right: 80px;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: left;
		_display: inline;
		width: auto !important;
	}

	.notice-content ul li a {
		color: #FFFFFF;
	}

	.notice-content ul li a img {
		width: 20px;
		height: 20px;
		margin-left: 30px;
	}

	.jq-time {
		background: #FFFBF4;
		padding: 40px 0;
	}

	.jq-time-content {
		width: 84%;
		margin: auto;
	}

	/**
	 * 景区人数信息
	 */
	.jq-tool {
		padding: 50px 0;
		background: #FFFFFF;
	}

	.jq-tool-content {
		width: 84%;
		margin: auto;
	}

	.jq-number {
		width: 94%;
		height: 90px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		background-color: rgba(0, 116, 253, 0.04);
	}

	.number-item {
		color: rgba(0, 0, 0, 0.5);
		font-size: 14px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.number-item span {
		color: #000000;
		font-weight: 600;
	}

	.search-box {
		width: 22%;
		height: 55px;
		text-align: center;
		line-height: 55px;
		border-radius: 5px;
		cursor: pointer;
		background-color: rgba(0, 116, 253, 0.12);
	}

	.jq-tool-tips {
		width: 100%;
		height: 90px;
		color: #FFFFFF;
		font-size: 30px;
		line-height: 90px;
		text-align: center;
		background: linear-gradient(180deg, rgba(255, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	}

	.jq-tool-btns {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}

	.jq-tool-btn {
		position: relative;
		width: 30%;
		height: 65px;
		font-size: 26px;
		line-height: 55px;
		text-align: center;
		cursor: pointer;
	}

	.jq-tool-btn:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 45px;
		background-color: rgba(0, 116, 253, 0.15);
	}

	.jq-tool-btn:after {
		content: '';
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		height: 20px;
		background-color: rgba(0, 116, 253, 0.69);
	}

	.jq-introduction {
		width: 100%;
		/* height: 400px; */
		padding: 50px 0;
		background: #FFF0E2;
	}

	.jq-introduction-content {
		width: 84%;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}

	.jq-introduction-content-left {
		width: 59%;
	}

	.jq-title {
		display: flex;
		align-items: center;
	}

	.jq-title span {
		display: block;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background-color: rgba(255, 0, 0, 0.25);
	}

	.jq-title label {
		font-size: 28px;
		font-weight: bold;
		margin-left: -30px;
		margin-top: 5px;
	}

	.jq-img-title {
		text-align: center;
		padding-bottom: 50px;
	}

	.jq-img-title img {
		max-width: 400px;
	}

	.jq-jianjie-box {
		width: 316px;
		height: 55px;
		line-height: 55px;
		border-radius: 25px 0px 0px 0px;
		background: linear-gradient(132.46deg, rgba(166, 0, 0, 1) 5.71%, rgba(215, 0, 0, 0.49) 44.8%, rgba(255, 0, 0, 0) 82.57%);
	}

	.jq-jianjie-box span {
		font-size: 20px;
		color: #FFFFFF;
		padding-left: 35px;
	}

	.jq-jianjie-content {
		margin-top: 35px;
		margin-left: 35px;
	}

	.jq-jianjie-content p {
		font-size: 18px;
		line-height: 25px;
		text-indent: 2em;
		text-align: justify;
	}

	.jq-introduction-content-right {
		width: 39%;
	}

	.jq-introduction-content-right video {
		width: 100%;
		height: 355px;
		border-radius: 25px;
		background-color: #000000;
	}

	.jq-jcsj {
		padding: 50px 0 0 0;
		background: #FFFFFF;
	}

	.jq-jcsj-content {
		width: 84%;
		margin: auto;
	}

	.jq-jcsj-video {
		display: flex;
		justify-content: space-between;
	}

	.jq-jcsj-video video {
		background-color: #000;
		width: 49%;
		height: 450px;
	}

	/**
	 * 景区新闻
	 */
	.jq-news {
		overflow: hidden;
		padding: 50px 0;
		background: #FFFFFF;
	}

	.jq-news-content {
		width: 84%;
		margin: auto;
	}


	.news-content {
		position: relative;
		float: left;
		width: 100%;
		padding: 30px 35px;
		background: #A60000;
		box-sizing: border-box;
	}

	.news-more {
		position: absolute;
		top: 10px;
		right: 35px;
	}

	.news-more a {
		color: #ffffff;
		font-size: 18px;
	}

	.news-content ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news-content li {
		width: 48%;
		padding: 14px 0;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.32);
	}

	.news-content li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.news-content li a label {
		color: #FFFFFF;
		font-size: 18px;
		line-height: 25px;
		cursor: pointer;
	}

	.news-content li a span {
		color: #FFFFFF;
		font-size: 14px;
	}

	.news-content li:last-child {
		margin-bottom: 1px;
	}

	.jq-news2 {
		display: none;
	}

	.sameTitle {
		margin: 40px 0 0;
	}

	.footer {
		height: 285px;
		background: url(../img/footer-bg.png);
		background-size: cover;
	}

	.footer-wap {
		display: none;
	}

	.footer-wrap {
		padding-top: 35px;
		width: 84%;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}

	.footer-logo {
		float: left;
		width: 420px;
		margin-top: 30px;
		margin-right: 30px;
	}

	.footer-logo img {
		width: 100%;
	}

	.footer-text {
		float: left;
		color: #FFFFFF;
		padding: 50px 30px;
		border-left: 1px solid rgba(255, 255, 255, 0.61);
	}

	.footer-text span {
		display: block;
		font-size: 20px;
	}

	.footer-text label {
		display: block;
		font-size: 14px;
	}

	.footer-right {
		display: flex;
		margin-top: 35px;
	}

	.footer-qrcode {
		color: #FFFFFF;
		margin-left: 14px;
	}

	.footer-qrcode img {
		width: 120px;
		border-radius: 10px;
	}

	.footer-qrcode span {
		display: block;
		font-size: 14px;
	}
	
	
	.pa_textlist_1 .item{border-bottom:1px dashed #ccc;padding:16px 0;}
    .pa_textlist_1 .item .picbox{display:block;overflow:hidden;}
    .pa_textlist_1 .item .picbox img{transition:all 0.3s ease-in-out;width:300px;}
    .pa_textlist_1 .item:hover .picbox img{transform:scale(1.08,1.08);}
    .pa_textlist_1 .item .title{color: rgb(149, 114, 193);}
    .pa_textlist_1 .item .title:hover{color:rgb(51, 51, 51);}
    .pa_textlist_1 .item .intro{}
	
}

@media (max-width:1000px)

/*手机端*/
	{
	.container {
		max-width: 100%;
	}

	.topnav-bg {
		border-bottom: 1px solid #ccc;
	}

	.header {
		background: #fff;
		z-index: 20;
		position: relative;
		box-shadow: 1px 1px 10px 1px rgba(72, 71, 71, 0.11);
	}

	.header .logo-box {
		height: 60px;
		padding-left: 0;
		padding-right: 60px;
		line-height: 60px;
	}

	.header .logo-box .logo img {
		max-height: 50px;
	}

	.header .nav-toggle {
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 25px;
		color: #999;
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
	}

	.header .nav-toggle.active {
		color: #ccc;
	}

	.nav {
		position: fixed;
		z-index: 999;
		top: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		height: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.2s linear;
		overflow-y: auto
	}

	.nav.active {
		opacity: 1;
		width: 300px;
		max-width: 60%
	}

	.nav ul li {
		line-height: 45px;
		text-align: left;
	}

	.nav ul li ul {
		display: none;
	}

	/*二级ul样式*/
	.nav ul li a {
		padding-left: 30px;
		display: block;
		color: #999;
		font-size: 15px;
		line-height: 3.5;
		border-bottom: 1px solid #dcdcdc
	}

	.nav ul li ul li a {
		padding-left: 60px;
		font-size: 14px;
		background-color: #eeeeee
	}

	.nav ul li ul li ul li a {
		padding-left: 90px;
	}

	.nav ul li ul li ul li li a {
		padding-left: 120px;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		transition-duration: 0s
	}

	.nav ul li .arrow:after {
		font-family: FontAwesome;
		content: "\f105";
		display: block;
		font-weight: bold;
		font-size: 18px
	}

	.nav ul li.current>a {
		color: #5a342b;
	}

	.nav ul li.active>ul {
		display: block
	}

	.nav ul li.active>.arrow {
		transform: rotate(90deg)
	}

	.breadcrumb {
		padding: 10px 0 20px;
	}

	.fp-tableCell,
	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}

	/**
	 * 多语言切换菜单
	 */
	.languageMenu {
		position: absolute;
		top: 16px;
		right: 50px;
	}

	.header .language {
		color: #999;
		font-size: 18px;
	}

	.iconfont {
		font-size: 18px;
	}

	.header .language .language-choice {
		position: absolute;
		top: 40px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		background: #ffffff;
		transition: all 1.5s;
	}

	.header .language .language-choice.active {
		opacity: 1;
		visibility: visible;
	}

	.header .language .language-choice .type-item {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-align: center;
	}

	.notice {
		display: none !important;
	}

	.jq-time {
		background: #FFFBF4;
		padding: 20px 0;
	}

	.jq-time-content {
		width: 84%;
		margin: auto;
	}

	/**
	 * 景区人数信息
	 */
	.jq-tool {
		padding: 20px 0;
		background: #FFFFFF;
	}

	.jq-tool-content {
		width: 84%;
		margin: auto;
	}

	.jq-number {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.number-item {
		width: 48%;
		color: rgba(0, 0, 0, 0.5);
		font-size: 14px;
		padding: 5px 0;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: rgba(0, 116, 253, 0.04);
	}

	.number-item span {
		color: #000000;
		font-weight: 600;
	}

	.search-box {
		width: 100%;
		height: 45px;
		margin-bottom: 10px;
		text-align: center;
		line-height: 45px;
		border-radius: 5px;
		cursor: pointer;
		background-color: rgba(0, 116, 253, 0.12);
	}

	.jq-tool-tips {
		overflow: hidden;
		width: 100%;
		height: 45px;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 45px;
		text-align: center;
		background: linear-gradient(180deg, rgba(255, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	}

	.jq-tool-btns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.jq-tool-btn {
		margin-top: 10px;
		position: relative;
		width: 100%;
		height: 33px;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		cursor: pointer;
	}

	.jq-tool-btn:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 23px;
		background-color: rgba(0, 116, 253, 0.15);
	}

	.jq-tool-btn:after {
		content: '';
		position: absolute;
		top: 23px;
		left: 0;
		width: 100%;
		height: 10px;
		background-color: rgba(0, 116, 253, 0.69);
	}

	.jq-introduction {
		width: 100%;
		padding: 20px 0;
		background: #FFF0E2;
	}

	.jq-introduction-content {
		width: 84%;
		margin: auto;
	}

	.jq-title {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.jq-title span {
		display: block;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background-color: rgba(255, 0, 0, 0.25);
	}

	.jq-title label {
		font-size: 18px;
		font-weight: bold;
		margin-left: -18px;
		margin-top: 3px;
	}

	.jq-img-title {
		text-align: center;
		padding-bottom: 20px;
	}

	.jq-img-title img {
		max-width: 200px;
	}

	.jq-jianjie-box {
		/* margin-top: 15px; */
		/* width: 316px; */
		height: 35px;
		line-height: 35px;
		border-radius: 15px 0px 0px 0px;
		background: linear-gradient(132.46deg, rgba(166, 0, 0, 1) 5.71%, rgba(215, 0, 0, 0.49) 44.8%, rgba(255, 0, 0, 0) 82.57%);
	}

	.jq-jianjie-box span {
		font-size: 16px;
		color: #FFFFFF;
		padding-left: 35px;
	}

	.jq-jianjie-content p {
		line-height: 1.8;
		text-align: justify;
	}

	.jq-jcsj {
		background: #FFFFFF;
		padding: 20px 0;
	}

	.jq-jcsj-content {
		width: 84%;
		margin: auto;
	}

	.jq-jcsj-video {
		/* margin-top: 15px; */
	}

	.jq-news {
		/* display: none; */
		padding: 0 0 20px;
	}

	.jq-news2 {
		background: #A60000;
		padding: 15px 0;
	}

	.jq-news-content {
		width: 84%;
		margin: auto;
		background: #A60000;
	}

	.news-more {
		display: none;
	}

	.news-content ul {
		padding: 0 10px;
	}

	.news-content li {
		color: #FFFFFF;
		padding: 14px 0;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.32);
	}

	.news-content li a {
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.news-content li label {
		width: 75%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-content li span {
		font-size: 12px;
	}

	/* .news-content li label,span{
		color: #FFFFFF;
	} */

	.sameTitle {
		margin: 20px 0 0;
	}

	.contentsbox {
		padding: 10px;
	}

	.footer {
		padding: 10px 0;
		color: #FFFFFF;
		text-align: center;
		background: #409CF6;
	}

	.footer .footer-wrap {
		display: none;
	}

	/*bootom*/
	footer {
		text-align: center;
		margin-top: 40px;
		padding: 20px 0 0;
	}

	.foot .col-md-1 {
		width: 50%;
		float: left;
	}

	.footTel .tel {
		font-size: 18px;
	}

	.copyright-bg {
		margin-top: 10px;
		margin-bottom: -30px;
	}

	#fullpage {
		background: url(../images/boss.jpg) no-repeat;
		background-size: cover;
	}

	.addthree {
		padding: 3px 6px;
	}

	video {
		width: 100% !important;
	}
	
	.pa_textlist_1 .item{padding:12px 0;margin: 0 15px;}
    .pa_textlist_1 .contentbox{padding-left:8px;}
    .pa_textlist_1 .item .title{line-height:1.4;font-size:16px;padding:4px 0;}
    .pa_textlist_1 .item .left{padding-right:0;padding-left:0;}
}

/*内页-新闻中心*/
@media(min-width:1000px) {
	.news-list {
		margin: 30px 15px;
	}

	.news-list .row {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.news-list .row .date {
		width: 150px;
		height: 85px;
	}

	.news-list .row .title {
		padding-left: 8px;
	}

	.news-list .row .title a {
		font-size: 18px;
		padding-top: 6px;
	}

	.news-list .row .title .time {
		font-size: 15px;
	}

	.news-list .row .date li:first-child {
		font-size: 28px;
		line-height: 50px;
	}

	.news-list .row .date li:last-child {
		font-size: 13px;
	}

	.news-list .row .col-md-1 {
		width: 11%;
	}

	.news-list .row .col-md-11 {
		width: 89%;
	}

}

@media(max-width:1000px) {
	.news-list .row {
		margin-bottom: 10px;
	}

	.news-list .row .date {
		width: 60px;
		height: 60px;
	}

	.news-list .row .date li:first-child {
		font-size: 24px;
		height: 38px;
		line-height: 38px;
	}

	.news-list .row .date li:last-child {
		font-size: 13px;
	}

	.news-list .row {
		padding: 10px 0 24px;
	}

}

.news-list .row {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

.news-list .row .title a {
	color: #333;
}

.news-list .row .title a:hover {
	color: #ae3523;
}

.news-list .row .title p {
	padding-top: 2px;
	color: #999;
	line-height: 22px;
}

.news-list .row .date {
	background: #f2f2f2;
	text-align: center;
	color: #666;
	transition: all .1s ease;
}



/*bootom*/
footer {
	width: 100%;
	min-height: 95px;
	background: #272727;
	line-height: 2;
	color: #fff;
}

footer a {
	color: #fff;
}

.foot .list {
	padding-top: 10px;
}

.foot .list li {
	line-height: 1.6;
}

.foot .list li a {
	color: #a3a3a3;
}

.foot .list li a:hover {
	color: #fff;
}

.foot .title a:hover {
	color: #ccc;
}

.footLink ul {
	position: relative;
}

.footLink li {
	display: inline-block;
}

.footLink li a {
	display: inline-block;
	border: 1px solid #828084;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
}

.footLink li:hover a {
	background-color: #ea5442;
	color: #fff;
}

.footLink li img {
	position: absolute;
	top: -130px;
	left: -20px;
	opacity: 0;
}

.footLink li.boxs2 img {
	position: absolute;
	top: -130px;
	left: 90px;
}

.footLink li.boxs1:hover img,
.footLink li.boxs2:hover img {
	opacity: 1;
}

.footTel .tel {
	color: #ea5442;
}

.copyright-bg {
	background-color: #383838;
	padding: 10px 0;
	color: #ddd;
	font-size: 12px;
}

.copyright-bg .copyright a {
	color: #969696;
}

.copyright-bg .copyright a:hover {
	text-decoration: underline;
}




/*子栏目样式*/
.sub-nav-box .sub-nav>ul>li {
	text-align: center;
	line-height: 50px;
	display: inline-block;
}

.sub-nav-box .sub-nav>ul>li>ul {
	position: absolute;
}

.sub-nav-box .sub-nav>ul>li>a {
	background-color: #383838;
	color: #fff;
}

.sub-nav-box .sub-nav li:hover>ul {
	display: block;
}

.sub-nav-box .sub-nav>ul>li>ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 45%;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ed8e82;
}

.sub-nav-box .sub-nav>ul>li>ul li ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
}

.sub-nav-box .sub-nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 50px
}

.sub-nav-box .sub-nav ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}

.sub-nav-box .sub-nav ul li {
	position: relative;
}

.sub-nav-box .sub-nav ul li .arrow {
	display: none
}

.sub-nav-box .sub-nav ul li ul {
	background-color: #ed8e82;
	display: none;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}

/*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul {
	left: 100%;
	top: 0px;
	display: none;
}

/*三级以后ul样式*/

@media screen and (min-width:1000px) {
	.sub-nav-bg {
		background-color: #383838;
	}

	.sub-nav-box {
		margin-left: -10px;
	}

	.sub-nav-box .sub-nav>ul>li {
		border-left: 1px solid rgba(220, 220, 220, .2);
	}

	.sub-nav-box .sub-nav>ul>li>a {
		padding: 15px 50px;
	}

	.sub-nav-box .sub-nav>ul>li.active>a {
		background-color: #bb1221;
	}

	.contentsbox {
		padding: 0 10px;
	}

	.sub-nav-pagebox {
		text-align: center;
	}

	.sub-nav-pagebox .sub-nav-box .sub-nav>ul>li>a {
		background-color: transparent;
		color: #000;
		font-size: 18px;
		padding: 15px 10px;
		margin: 0 40px;
	}

	.sub-nav-pagebox .sub-nav-box .sub-nav>ul>li.active>a {
		background-color: transparent;
		border-bottom: 3px solid #d0000e;
	}

	.sub-nav-pagebox .sub-nav-box .sub-nav>ul {
		border-bottom: 1px solid #ccc;
	}

	.sub-nav-box .sub-nav>ul>li>a {}
}

@media screen and (max-width:1000px) {
	.sub-nav-box {
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		margin-left: 8px;
	}

	.sub-nav-box .sub-nav {
		margin-top: 20px;
	}

	.sub-nav-box .sub-nav>ul>li {
		margin-right: 10px;
	}

	.sub-nav-box .sub-nav>ul>li>a {
		width: 100%;
		height: 34px;
		display: inline-block;
		font-size: 13px;
		overflow: hidden;
	}

	.sub-nav-box .sub-nav ul li {
		width: 46%;
		line-height: 34px;
	}

	.sub-nav-box .sub-nav ul li ul li,
	.sub-nav-box .sub-nav ul li ul::before {
		display: none;
	}

	.sub-nav-box .sub-nav>ul>li.active>a {
		background-color: #c41222;
	}

}


.contentsbox {
	background-color: rgba(255, 255, 255, 0.78);
	margin-left: -10px;
	margin-right: -10px;
}

/*图片列表*/
.images-list .row .item a,
.images-list .item a {
	display: block;
	overflow: hidden;
}

.images-list .row .item img,
.images-list .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img,
.images-list .item a:hover img {
	transform: scale(1.1, 1.1);
}



/*移动端固定栏目按钮*/
.float-nav-toggle {
	display: block;
	text-align: center;
	position: fixed;
	left: 6px;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(13, 13, 13, 0.6);
	border-radius: 20px;
	z-index: 10;
}

@media (max-width: 767px) {
	.display-xs-block {
		display: block !important;
	}
}



/*手机端固定导航栏*/
.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	padding: 6px 0px 2px;
	color: #fff;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 0.2rem solid #000;
	background: #fff;
}

.footer-fixed ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.footer-fixed ul li a {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-fixed ul li span {
	font-size: 12px;
}

.footer-fixed.active {
	transform: translateX(2.8rem);
	z-index: 9;
}

.footer-fixed2 {
	font-size: 2.8rem;
	padding-top: 0.6rem;
}

.footer-fixed i {
	display: block;
}

.footer-fixed .fa {
	font-size: 22px;
}

@media (min-width:1000px) {
	.footer-fixed {
		display: none !important;
	}
}

@media (max-width:1000px) {
	footer {
		margin-bottom: 75px;
	}
}



/*内容页公共用*/
.pagination {
	margin: 20px 0 0;
}

.breadcrumb>li+li::before {
	content: "/";
	padding: 0 5px 0 0;
	color: rgb(102, 102, 102);
}

.breadcrumb li a {
	color: #666;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.page ul li .fa {
	padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
	color: #ae3523;
}

.pagination>li>a,
.pagination>li>span {
	padding: 4px 10px;
}

.card1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.card2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 65px;
}

.card3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 70px;
}


/*搜索*/
.ss-box {
	position: relative;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	width: 200px;
	height: 40px;
	border-radius: 2px;
}

.ss-box input {
	margin-bottom: 8px;
}

.ss-box .s-input {
	padding-left: 10px !important;
	width: 100%;
	outline: none;
	border: none;
	line-height: 40px;
	height: 38px;
	padding-left: 0px;
	background-color: transparent;
}

.ss-box .s-btn {
	position: absolute;
	right: 0;
	background-color: #34495e;
	width: 60px;
	height: 42px;
	color: #fff;
	cursor: pointer;
	line-height: 36px;
	outline: none;
	border: none;
	top: -2px;
}

.search {
	background: rgb(247, 247, 247);
}

.search .ss-box {
	margin: 0px auto;
}

.search .font span {
	cursor: pointer;
}

.search .font span:hover {
	color: #da0000;
}

.search-add {
	font-size: 13px;
	clear: both;
	margin-left: 90px;
}

.ss-box .order {
	float: left;
}




/*内页样式*/
@media (min-width:1000px) {
	.pc-info-content {
		padding-top: 20px;
	}

	.product-list li .title {
		margin-top: 15px;
		font-size: 20px;
	}

	.news-list .boxs {
		background-color: #f3f3f3;
		padding: 20px;
		margin: 10px 0 20px;
		overflow: hidden;
	}

	.news-list .boxs .left .date {
		color: #000;
		font-size: 50px;
		padding-top: 20px;
	}

	.news-list .boxs .left .year {
		font-size: 20px;
		color: #666;
	}

	.news-list .boxs .center .title {
		font-size: 22px;
	}

	.news-list .pagelist.col-md-6 {
		width: 48%;
	}

	.newslistbox li.col-md-6 {
		width: 46% !important;
	}

	.news-list li.pagelist {
		padding-left: 10px;
	}

	.news-list li.pagelist:nth-child(2n),
	.newslistbox li:nth-child(2n-1) {
		margin-right: 20px;
	}

	.news-list li.pagelist:nth-child(2n-1),
	.newslistbox li:nth-child(2n) {
		margin-left: 20px;
	}

	.news-list .pagelist {
		line-height: 3;
		margin-top: 10px;
	}

	.news-list .pagelist .date {
		position: absolute;
		right: 10px;
		top: 2px;
	}

	.new-recommend {
		margin-top: 30px;
	}

	.new-recommend .titletop {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.new-recommend .product-list li .title {
		font-size: 16px;
	}

	.addproduct li {
		overflow: hidden;
		position: relative;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.addproduct li .addimg {
		width: 21%;
		float: left;
		padding-right: 20px;
	}

	.addproduct li .words a {
		font-size: 22px;
	}

	.unobstructed {
		padding-left: 70px;
	}

	.unobstructed .title {
		font-size: 17px;
		text-indent: 10px;
	}

	.unobstructed .title::before {
		top: 6px;
		left: 0;
		position: absolute;
	}

	.unobstructed p {
		font-size: 17px;
		text-indent: 20px;
		padding-bottom: 2px
	}
}

@media (max-width:1000px) {
	.product-list li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.product-list li .title {
		margin-top: 6px;
		text-align: center;
		margin-bottom: -4px;
		font-weight: bold;
	}

	.product-list .introduct {
		font-size: 13px;
	}

	.news-list .pagelist {
		margin: 0 15px;
		padding-left: 0;
	}

	.news-list .pagelist .date {
		position: absolute;
		right: 0px;
		top: 4px;
	}

	.news-list .pagelist {
		line-height: 3;
	}

	.new-recommend {
		margin-top: 40px;
	}

	.new-recommend .titletop {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
		text-align: center;
	}

	.new-recommend .product-list li .title {
		font-weight: normal;
		font-size: 13px;
	}

	.addproduct li {
		overflow: hidden;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
	}

	.unobstructed .title {
		font-size: 16px;
		margin-bottom: 10px;
		text-indent: 10px;
	}

	.unobstructed .title::before {
		top: 5px;
		left: 0;
		position: absolute;
	}

	.unobstructed p {
		padding-bottom: 20px;
	}

}

/*分页公共样式*/
.font-size-13 {
	font-size: 13px;
}

/*内页-产品中心*/
.product-list li .title {
	color: #666;
}

.product-list .introduct {
	text-indent: 2em;
}


/*内页-新闻中心*/
.news-list .pagelist {
	position: relative;
	padding-right: 100px;
	border-bottom: 1px dashed #ccc;
}

.news-list .pagelist .words {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list .pagelist .words a {
	color: #000;
}

.news-list .pagelist .date {
	color: #999;
	font-size: 12px;
}

.news-list .pagelist .date .fa {
	color: #000;
}

.news-list li.pagelist:hover {
	background-color: #ae3523;
	color: #fff;
}

.news-list li.pagelist:hover a,
.news-list li.pagelist:hover .fa,
.news-list li.pagelist:hover .date {
	color: #fff;
}


.specialnews-list ul {
	position: relative;
}

/*图片文字置换*/
.specialnews-list li {
	margin-left: 0;
	margin-right: 0;
}

.specialnews-list .title {
	padding-left: 0;
	padding-right: 0;
}

.specialnews-list .images {
	padding-left: 0;
	padding-right: 0;
}

.specialnews-list .images a img {
	width: 100%;
}

.specialnews-list .datebox {
	position: relative;
}

.specialnews-list .date {
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
	color: #999;
}

.specialnews-list .year {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	line-height: 80px;
	font-size: 26px;
	color: #333;
}

.specialnews-list .title .words a {
	color: #084a5d;
}

@media (min-width:1000px) {
	.specialnews-list li {
		height: 380px;
		margin-bottom: 30px;
		background-color: #efefef;
	}

	.specialnews-list .images a img {
		height: 380px !important;
	}

	.specialnews-list li:nth-child(2n) .images {
		position: absolute;
		left: 0;
	}

	.specialnews-list li:nth-child(2n) .title {
		position: absolute;
		right: 0;
	}

	.specialnews-list .title .marginbox {
		margin: 50px 40px 0;
	}

	.specialnews-list .title .words a {
		margin: 40px 0 20px;
		font-size: 20px;
	}
}

@media (max-width:1000px) {
	.specialnews-list .images a img {
		padding: 10px 0;
	}

	.specialnews-list .title .words a {
		font-size: 15px;
		font-weight: bold;
	}
}


/*内页-交通指南*/
.unobstructed .title {
	color: #454142;
	position: relative;
}

.unobstructed .title::before {
	content: '';
	width: 2px;
	height: 20px;
	background: #454142;
}

.unobstructed .title img {
	padding-left: 10px;
	height: 26px;
	width: auto !important;
}


/*内页-电子商务*/
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks>* {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.kwicks.kwicks-processed>* {
	margin: 0;
	position: absolute;
}

.kwicks-horizontal>* {
	float: left;
}

.kwicks-vertical> :first-child {
	margin-top: 0;
}

.kwicks {
	width: 100%;
	height: 500px;
	background-color: #fff;
}

.kwicks li {
	height: 500px;
	width: 240px;
	float: left;
	position: relative;
}

.kwicks .kwicks-title {
	position: relative;
	width: 240px;
}

.kwicks .kwicks-title p {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
}

.kwicks .kwicks-content {
	position: absolute;
	left: 240px;
	width: 310px;
	height: 500px;
	padding: 40px;
	color: #000;
	box-sizing: border-box;
	background-color: #f8f8f8;
}

.kwicks .kwicks-content h3 {
	color: #ae3523;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 60px;
	display: block;
	word-wrap: break-word;
	line-height: 40px;
}

.kwicks .kwicks-more {
	display: block;
	background-color: #ae3523;
	color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	text-align: center;
	width: 100px;
}

.adddianzi .kwicks-horizontal li a img {
	width: 240px;
	height: 500px;
}


/*内页-景区指南*/
.ybms-category-box1 {
	padding: 50px 0;
}

/*景区指南栏目图片*/
.ybms-box {
	position: relative;
	height: 420px;
	width: 100%;
	background: url(../images/home-bg2.jpg) no-repeat;
	background-size: cover;
}

.ybms-box .ybms-box-item {
	position: absolute;
	overflow: hidden;
}

.ybms-box .item-title {
	height: 60px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.ybms-box .item-title span {
	display: block;
	font-size: 20px;
	display: block;
	overflow: hidden;
}

.ybms-box .item-title span.ch {
	line-height: 40px;
	font-size: 26px;
	font-weight: 300;
}

.ybms-box .item-title span.en {
	line-height: 20px;
	font-size: 18px;
	font-weight: lighter;
}

.ybms-box .item-title span b {
	font-size: 38px;
}

.ybms-box .ybms-box-item img {
	opacity: 0.4;
	filter: alpha(opacity=60);
	width: 100%;
}

.ybms-box .ybms-box-item.n1 {
	width: 250px;
	height: 420px;
	left: 0px;
	top: 0px;
	background-color: #2fafce;
}

.ybms-box .ybms-box-item.n2 {
	width: 400px;
	height: 150px;
	left: 250px;
	top: 0px;
	background-color: #aa4fa5;
}

.ybms-box .ybms-box-item.n3 {
	width: 520px;
	height: 280px;
	left: 650px;
	top: 0px;
	background-color: #bd6924;
}

.ybms-box .ybms-box-item.n4 {
	width: 400px;
	height: 270px;
	left: 250px;
	top: 150px;
	background-color: #765a73;
}

.ybms-box .ybms-box-item.n5 {
	width: 520px;
	height: 140px;
	left: 650px;
	top: 280px;
	background-color: #b29e4e;
}

.ybms-box .ybms-box-item.n6 {
	width: 250px;
	left: 0px;
	top: 0px;
	background-color: #469c6f;
}

.ybms-box .ybms-box-item.n6 {
	width: 1170px;
	height: 190px;
	left: 0px;
	top: 420px;
}

.ybms-box .ybms-box-item.n6 img {
	height: 190px;
}

.ybms-category-box2 {
	margin-top: 35px;
}

.ybms-box .ybms-box-item {
	transition: .3s linear;
}

.ybms-box .ybms-box-item:hover {
	transform: translateY(-8px);
}

.ybms-box .ybms-box-item.n5:hover,
.ybms-box .ybms-box-item.n4:hover,
.ybms-box .ybms-box-item.n6:hover {
	transform: translateY(8px);
}

/*景区指南轮播图*/
.slider-pic {
	width: 100%;
	min-width: 760px;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 550px;
}

.slider-pic .bd {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: 380px;
}

.slider-pic .bd li {
	width: 760px;
	overflow: hidden;
	position: relative;
	padding: 50px 0 150px;
}

.slider-pic .bd li img.bdImg {
	display: block;
	width: 760px;
	height: 400px;
}

.slider-pic .tempWrap {
	overflow: visible !important;
}

.slider-pic .tempWrap ul {
	margin-left: -680px !important;
}

.slider-pic .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 1;
	bottom: 10px;
}

.slider-pic .hd li {
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #084a5d;
	margin: 0 3px;
}

.slider-pic .pnBtn {
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 50px;
	width: 100%;
	height: 480px;
}

.slider-pic .prev {
	left: -50%;
	margin-left: -300px;
}

.slider-pic .next {
	left: 50%;
	margin-left: 300px;
}

.slider-pic .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: #000;
}

.slider-pic .pnBtn.prev span {
	background: url(../images/scrollLeft.png) no-repeat 98% center;
	background: url(../images/scrollLeft.png) no-repeat 98% center rgba(0, 0, 0, 0.2);
}

.slider-pic .pnBtn.next span {
	background: url(../images/scrollRight.png) no-repeat 2% center;
	background: url(../images/scrollRight.png) no-repeat 2% center rgba(0, 0, 0, 0.2);
}

.slider-pic .slider-title {
	color: #fff;
	text-align: center;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 760px;
	height: 150px;
	padding: 20px 50px;
	box-sizing: border-box;
	background-color: #1bb1bd;
}

.slider-pic .slider-title.hover {
	display: block;
}

.slider-pic .slider-title h4 {
	font-size: 20px;
	line-height: 40px;
}

.slider-pic .slider-title p {
	margin-top: 20px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

/*景区指南轮播图手机版*/
.swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/right3.png) no-repeat right;
}

.swiper-container .swiper-button-prev {
	background: url(../images/left3.png) no-repeat left;
}

/*最新推荐*/
.new-recommend .product-list li {
	position: relative;
	padding-bottom: 0;
}

.new-recommend .product-list li .title {
	margin-top: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 4px 10px;
	text-align: center;
	position: relative;
	bottom: 30px;
	height: 30px;
}


/*分页-定制中心*/
.display-block {
	display: block;
}

.display-none {
	display: none;
}

.tabbox .tab-title ul {
	margin-bottom: 20px;
}

.tabbox .tab-title ul li {
	display: inline-block;
	cursor: pointer;
	background-color: #e0dfdf;
}

.tabbox .tab-title ul li.select {
	color: #fff;
	background-color: #c41222;
}

@media(min-width:1000px) {
	.tabbox-bg {
		background: url(../images/home-bg2.jpg) no-repeat center fixed;
		background-size: cover;
	}

	.tabbox {
		position: relative;
		/*background:url(../images/feek-bg.png) no-repeat top center*/
		;
	}

	.tabbox .tab-title ul li {
		padding: 10px 33px;
		font-size: 16px;
	}

	.tabbox {
		padding: 20px;
		width: 540px;
		background-color: rgba(255, 255, 255, 0.65);
		margin: 20px 0 0 150px;
		border-radius: 10px;
	}

	.tabbox-bg {
		margin-bottom: -40px;
		padding-bottom: 80px;
	}

	.ticket-bg {
		background: url(../images/home-bg3.jpg) no-repeat center fixed;
		background-size: cover;
		margin-bottom: -40px;
		padding-bottom: 40px;
	}

	.souvenir-list {
		padding: 40px 0 20px;
	}

	.souvenir-list .title {
		font-size: 16px;
	}

	.souvenir-list .price {
		font-size: 18px;
	}

	.souvenir-list .order {
		position: absolute;
		right: 0;
		top: 10px;
	}

	.orderdetail .right .order {
		margin-top: 0px;
	}

	.orderdetail-style {
		margin: 10px 0 30px;
	}

	.orderdetail-style {
		line-height: 60px;
		height: 60px;
	}

	.orderdetail-style span {
		line-height: 60px;
		height: 60px;
		font-size: 16px;
	}

	.homelist .boxs {
		padding: 10px;
		margin-bottom: 20px;
	}

	.homelist .boxs .title {
		font-size: 22px;
	}

	.homelist .more a {
		line-height: 30px;
		line-height: 30px;
		padding: 4px 30px;
	}

	.homelist .introduct {
		min-height: 90px;
	}

	.notesBooking .title {
		font-size: 24px;
	}

	.notesBooking p {
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 2;
	}

	.notesBooking .addticket {
		padding-left: 150px;
		margin-top: -15px;
	}

	.notesBooking .font1 {
		padding-top: 38px;
		font-size: 18px;
		padding-bottom: 20px;
	}

	.orderdetail .right .miaoshu .addposition {
		width: 90%;
		position: relative;
		left: 10.5%;
		top: -30px;
	}
}

@media(max-width:1000px) {
	.tabbox .tab-title {
		text-align: center;
	}

	.tabbox .tab-title ul li {
		padding: 10px 25px;
	}

	.souvenir-list {
		padding-top: 20px;
		text-align: center;
	}

	.souvenir-list .price {
		font-size: 16px;
	}

	.souvenir-list .order {
		padding-top: 4px;
	}

	.souvenir-list .order a {
		font-size: 13px;
	}

	.orderdetail .right .order {
		margin-top: 20px;
	}

	.orderdetail-style {
		margin: 0 0 20px;
	}

	.orderdetail-style {
		line-height: 40px;
		height: 40px;
	}

	.orderdetail-style span {
		line-height: 40px;
		height: 40px;
	}

	.homelist .boxs {
		margin: 15px;
		margin-bottom: 20px;
		padding: 10px;
	}

	.homelist .boxs .title {
		font-size: 16px;
		font-weight: bold;
	}

	.homelist .more a {
		line-height: 20px;
		line-height: 20px;
		padding: 4px 15px;
	}


	.notesBooking .title {
		font-size: 20px;
	}

	.notesBooking p {
		margin-bottom: 10px;
		line-height: 1.8;
	}

	.notesBooking .font1 {
		font-size: 16px;
		padding-bottom: 10px;
	}
}


/*酒品预定*/
.souvenir-list .title {
	color: #084a5d;
}

.souvenir-list .price {
	color: #d80000;
}

.souvenir-list .order a {
	background-color: #ae3523;
	color: #fff;
	display: inline-block !important;
	padding: 2px 10px;
	border-radius: 3px;
}

.orderdetail .left img {
	border: 1px solid #b8b8b8;
}

.orderdetail .right .title {
	background: url(../images/i-line.png) repeat-x left bottom;
}

.orderdetail .right span {
	color: #ea6451;
	font-weight: bold;
	font-size: 18px;
}

.orderdetail .right .miaoshu {
	line-height: 2;
}

.orderdetail .right .miaoshu p span {
	color: #000;
	font-weight: normal;
	font-size: 18px;
}

.orderdetail .right .order a {
	display: inline-block;
	background-color: #ae3523;
	color: #fff;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}

.orderdetail .right .order a:hover {
	background-color: #c42f19;
}

.orderdetail-style {
	padding-left: 20px;
	background-color: #dedede;
}

.orderdetail-style span {
	background-color: #f6f6f7;
	padding: 0 20px;
	display: inline-block;
}

.homelist .boxs {
	border: 2px solid #666;
	overflow: hidden;
	text-align: center;
}

.homelist .boxs .title {
	color: #666;
}

.homelist .more a {
	background-color: #ae3523;
	border-radius: 4px;
	color: #fff;
	display: inline-block !important;
}

.homelist .more a:hover {
	background-color: #d34833;
}


/*票务预定*/
.notesBooking {
	padding-left: 0;
	padding-right: 0;
}

.notesBooking .title {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.notesBooking .title i {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #d0000e;
	text-align: center;
	margin: 0 auto;
	margin-top: 6px;
}

.inquiry {
	clear: both;
}

/*电子商务首页*/
@media (min-width:1000px) {
	.product-box {
		padding-top: 50px;
	}

	.product-box li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.product-list .images-x li {
		margin-bottom: 10px;
	}
}

@media(max-width:1000px) {
	.product-box {
		padding-top: 30px;
	}

	.images-x li {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.images-x li .box {
		padding: 6px;
	}

	.images-x li .box .title {
		font-size: 13px;
	}
}

.images-x li .box {
	border: 1px solid transparent;
}

.images-x li .box:hover {
	border-color: transparent;
}

.images-x li .box .box-img {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 40%;
	left: 40%;
	opacity: 0;
	transition: all .7s;
	transform: scale(0.0);
}

.images-x li .box .box-img img {
	width: 100% !important;
	height: 100% !important;
}

.images-x li .box .box-mask {
	top: 0;
	left: 0;
	background: rgba(184, 176, 174, 0.3)none repeat scroll 0% 0%;
	width: 100%;
	height: 100%;
	transform: scale(0.0);
	display: block;
	position: absolute;
	opacity: 0;
	transition: all .7s;
}

.product-box ul {
	text-align: center;
}

.product-box ul li a:hover .box-img {
	opacity: 1;
	transform: scale(1.1)
}

.product-box ul li a:hover img {
	transform: scale(1.08, 1.08);
}

.product-box ul li a:hover .box-mask {
	opacity: 1;
	transform: scale(1.1)
}

.product-box ul li a:hover .box {
	border-color: #2b41a4;
}

.product-box ul li a {
	position: relative;
	background-color: #ae3523;
}

.product-box ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*图片列表*/
.images-list .row .item a {
	display: block;
	overflow: hidden;
}

.images-list .row .item img {
	display: block;
	width: 100% !important;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
	transform: scale(1.1, 1.1);
}