body,html {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "微软雅黑";
	line-height: 1;
}

body {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 1.1rem 0 1.19rem;
	overflow-x: hidden;
	background-color: #fff;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

.hidden {
	display: none !important
}

a {
	color: #282828;
	text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4
}

h1,h2,h3,h4,h5,h6,p,ol,ul {
	margin: 0;
	padding: 0;
	font-weight: normal
}

h6 {
	font-size: 0.18rem
}

h5 {
	font-size: 0.20rem
}

h4 {
	font-size: 0.22rem
}

h3 {
	font-size: 0.24rem
}

h2 {
	font-size: 0.26rem
}

h1 {
	font-size: 0.30rem
}

p {
	font-size: 0.24rem;
	line-height: 1.6
}

ul,ol,li {
	list-style: none
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

.clearfix {
	display: block;
	content: "";
	clear: both
}

.underLine {
	border-bottom: 0.01rem solid #f1f1f1
}

img[src=''] {
	display: none
}

.opacity0 {
	opacity: 0 !important
}

.hidden {
	display: none
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}

.flex_nowrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row
}

.flex_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex_right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

.flex_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.flex_justify_between {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

.flex_space_around {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around
}

.justify-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.first_box,.justify_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.first_box>*,.justify_box>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.first_box>*:first-child,.justify_box>*:first-child,.justify_box>*:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix {
	zoom: 1
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ellipsis10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical
}

@-webkit-keyframes bottom1 {
	0%,100% {
		bottom: 40px
	}

	50% {
		bottom: 15px
	}
}

@-moz-keyframes bottom1 {
	0%,100% {
		bottom: 40px
	}

	50% {
		bottom: 15px
	}
}

@-o-keyframes bottom1 {
	0%,100% {
		bottom: 40px
	}

	50% {
		bottom: 15px
	}
}

@keyframes bottom1 {
	0%,100% {
		bottom: 40px
	}

	50% {
		bottom: 15px
	}
}

.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem 0.1rem
}

div,img {
	font-size: 0.22rem
}

.cover_img {
	width: 100%;
	height: auto;
	display: block
}

.imgs_box {
	overflow: hidden;
	position: relative
}

.imgs_box img {
	display: block
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 1.1rem;
	padding: 0 0.1rem;
	z-index: 1000;
	background-color:#F7F9FB;
}

header .logo_icon {
	width: 4.97rem;
	height: 1.1rem;
	margin-right: 0.1rem;
	background: url("../images/logo.png") no-repeat 0 50%;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-webkit-background-size: 100% auto
}

header h6 {
	color: #666666;
	box-sizing: border-box;
	padding-top: 0.5rem
}

header h6 a {
	font-size: 0.22rem;
	color: #222222;
	font-weight: bold
}

header .nav_icon {
	width: 0.79rem;
	height: 0.62rem;
	background: url("../images/nav_icon.jpg") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

::-webkit-input-placeholder {
	color: #999999
}

:-moz-placeholder {
	color: #999999
}

::-moz-placeholder {
	color: #999999
}

:-ms-input-placeholder {
	color: #999999
}

footer {
	padding: 0.25rem 0;
	text-align: center;
	background: #444549
}

footer p {
	font-size: 0.18rem;
	color: #fff
}

footer p a {
	color: #fff
}

.fixed_bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 997;
    background: #020100;
	border-top: 2px solid #a24d00;
}

.fixed_bottom li {
	width: 33.33%;
	height: 1.2rem;
	text-align: center;
}

.fixed_bottom li.active {
	background: #bf9061
}

.fixed_bottom li span {
	display: block;
	width: 0.71rem;
	height: 0.45rem;
	margin: 0.25rem auto 0.1rem
}

.fixed_bottom li h6 {
	color: #ffffff
}

.foot_icon_1 {
	background: url("../images/foot_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.foot_icon_2 {
	background: url("../images/foot_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.foot_icon_3 {
	background: url("../images/foot_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.foot_icon_4 {
	background: url("../images/foot_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.show_nav .fixed_nav {
	left: 0
}

.show_nav .fiex_nav_bg {
	display: block
}

.fixed_nav {
	position: fixed;
	left: -100vw;
	top: 1.1rem;
	bottom: 0;
	width: 3.8rem;
	z-index: 999;
	background: #fff;
	transition: left 0.2s linear
}

.fixed_nav li {
	padding: 0.25rem 0.2rem;
	flex-wrap: nowrap
}

.fixed_nav li h4 {
	width: 2.7rem;
	font-size: 0.26rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fixed_nav li h4 span {
	color: #999999 !important;
	margin-left: 0.05rem
}

.fixed_nav li .right_icon {
	display: block;
	width: 0.15rem;
	height: 0.23rem;
	background: url("../images/right_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.fixed_nav li.nav_active h4 {
	color: #bf9061
}

.fixed_nav li.nav_active .right_icon {
	background: url("../images/right_active_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.fiex_nav_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 998
}

.img_box {
	position: relative
}

.img_box img {
	width: 100%;
	height: 100%;
	display: block
}

div.pagination {
	float: none !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0
}

div.pagination a,div.pagination span {
	font-size: 15px
}

.pagination ul>.active>a,.pagination ul>.active>span {
	color: #fff;
	background: #bf9061
}

div.paginations {
	padding: 0.4rem 0;
	color: #fff;
}

div.paginations a {
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.2rem;
	margin: 0 0.15rem;
}

.swiper-pagination-bullet {
	background: #f5f5f5;
	opacity: 1;
	width: 0.2rem;
	height: 0.2rem;
	box-sizing: border-box
}

.swiper-pagination-bullet-active {
	background: #bf9061 !important
}

.title_box {
	padding: 0.3rem 0 0.4rem;
	text-align: center
}

.title_box h1 {
	font-size: 0.36rem;
    color: #333;
	margin-bottom: 0.3rem
}

.title_box h4 {
	overflow-x: hidden;
	color: #666;
    font-size: 0.24rem;
}

.title_box h4 i {
	margin: 0 0.1rem;
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	border: 0.01rem solid #666;
	position: relative;
	z-index: 2;
	border-radius: .09rem;
	-webkit-border-radius: .09rem;
	-moz-border-radius: .09rem
}

.title_box h4 i:first-child::after {
	left: auto;
	right: 0.11rem
}

.title_box h4 i::after {
	display: block;
	content: "";
	position: absolute;
	width: 2.4rem;
	z-index: 1;
	border-bottom: 0.01rem solid #666;
	left: 0.11rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.page_banner {
	width: 100%;
	height: 4.8rem;
	display: block
}

.page_container .tab_list {
	padding-top: 0.2rem
}

.tab_list li {
	width: 1.92rem;
	margin-bottom: 0.12rem
}

.tab_list li:nth-child(2),.tab_list li:nth-child(5) {
	margin: 0 0.12rem 0.12rem
}

.tab_list li.active a {
	background: #f1592a;
	color:fff;
}

.tab_list li a {
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #6b6a6a;
	display: block;
	font-size: 0.2rem;
	color: #ffffff
}

.tabs_list {
	padding-bottom: 0.2rem
}

.tabs_list li {
	width: 1.5rem;
	margin-bottom: 0.2rem
}

.tabs_list li a {
	display: block;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.2rem;
	color: #010101;
	margin: 0 0.1rem;
	background: #fff
}

.tabs_list li.active a {
	color: #fff;
	background: #bf9061;
	border-color: #bf9061
}

.detial>h1 {
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding: 0.3rem 0;
	color:#000;
}
.detial {
	line-height: 1.6
}
.detial div {
	line-height: 1.6
}

.detial p {
	font-size: 0.24rem;
	color: #fff;
}

.detial img {
	max-width: 100% !important;
}
.detial video{ width:100%; background: #000; display: block;}

.pswp__button--share {
	display: none !important
}

.range_box {
	width: 5.68rem;
	margin: 0 auto
}

.range_box h1 {
	font-weight: bold;
	font-size: 0.3rem;
	border-bottom: 0.01rem solid #cccccc;
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem
}

.range_box h2 {
	font-size: 0.23rem;
	margin-bottom: 0.7rem
}

.range_box ul li {
	padding-left: 0.25rem;
	padding-bottom: 0.5rem;
	position: relative
}

.range_box ul li::after {
	display: block;
	content: "";
	width: 0.11rem;
	height: 0.13rem;
	position: absolute;
	left: 0;
	top: 0.05rem;
	background: url("../images/addr_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}

.range_box ul li h4 {
	font-size: 0.2rem
}

.range_box ul li h4:nth-child(1) {
	font-weight: bold
}

.t_btn {
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	width: 1.6rem;
	font-size: 0.2rem;
	text-align: center;
	background: #bf9061;
	color: #fff;
	margin: 0.4rem auto
}

.page_title {
	position: relative;
	padding: 0.4rem 0;
	text-align: center;
	font-weight: bold;
	color: #025bab;
	font-size: 0.28rem
}

.page_title::after {
	display: block;
	content: "";
	width: 0.6rem;
	height: 0.02rem;
	background: #025bab;
	position: absolute;
	left: 50%;
	bottom: 0.2rem;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}
.fenyeyemadiv a{
	color: #e4af82;
    font-size: 16px;
	margin:0 2px;
}