@charset "utf-8";





html {
	/*如果有溢出自动形成滚动条*/
	overflow-y: auto;
	/*不想让iPhone横坚屏切换的时候调节文字*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'PingFang SC', '思源黑体 CN Normal', sans-serif;
}

html * {
	/*所有元素*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去除移动端开发点击事件灰色背景如a标签*/
}

* {
	touch-action: pan-y;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0 none;
	width: auto\9;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

img:not([src]),
img[src=""] {
	opacity: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}


q:after,
q:before {
	/*在<q></q>标签之间的文字两头加上引号*/
	content: '';
}

a {
	text-decoration: none;
}

/*input*/
button {
	border: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	/*渲染成button的风格*/
	text-transform: none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	/*输入框提示语的字体样式*/
}

input::-webkit-inner-spin-button {
	/*解决input的type="number"在部分手机端会出现一个小按钮*/
	-webkit-appearance: none;
	/*去除系统默认appearance的样式,常用于IOS下移除原生样式*/
}

input::-webkit-outer-spin-button {
	/*解决input的type="number"在部分手机端会出现一个小按钮*/
	-webkit-appearance: none;
}

textarea {
	vertical-align: top;
}

button,
input {
	line-height: normal;
}

select {
	margin: 0;
	outline: 0;
}

input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

button,
input[type=button],
input[type=checkbox],
input[type=reset],
input[type=submit],
label {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

input[type=submit] {
	-webkit-user-modify: read-plaintext-only;
	-moz-user-modify: read-plaintext-only;
	-ms-user-modify: read-plaintext-only;
	-o-user-modify: read-plaintext-only;
	user-modify: read-plaintext-only;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	/*所有元素以border开始计算盒子大小*/
}

html,
body {
	background: #fff;
	font-size: 14px;
	color: #333;

}


.clearfix:after,
.clearfix:before {
	/*清除浮动*/
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.top{
	    position: fixed;
	    top: 0;
	    width: 100%;
	    left: 0;
	    z-index: 999;
	    background: #fff;
		border-bottom:2px solid #f1f1f1
}

.logo{
	width:0.4rem
}

.logo{
	    width: 2.2rem;
	    display: block;
	    margin: 2% auto;
}

.banner{
	margin-top:12%
}

div.banner-pag{
			width:14%;
		
			left:0;	
			color:#fff;
}

.swiper-slide span{
	
    color: #fff;
    bottom: 4%;
    right: 2%;
	line-height:0.34rem;
    position: absolute;
}

.swiper-slide span::before{
content: '';
    background-image: url(../img/db.png);
background-size: 0.34rem;
    position: absolute;
    width: 0.34rem;
    background-repeat: no-repeat;
    height: 0.38rem;
    z-index: 1000;
    left: -0.34rem;
	
}

.big-title {
	padding:2% 6%
}

.big-title h1{
	    font-size: 0.32rem;
	    font-weight: bold;
	    margin-top: 6%;
	    color: #bc8956;
	    margin-bottom: 2%;
	    text-align: center;
}

.big-title p {
    color: #000;
	}
	

.big-title h2{
	font-size:0.24rem;
	line-height: 0.4rem;
}

.big-title h2 p {
    font-size: 0.24rem;
    line-height: 0.46rem;
    width: 88%;
    margin: 0 auto;
	color: #666;
	}
	
	  .big-title h2 b {
	      color: #bc8956;
	      margin-right: 3%;
		  }

.main{

	padding:2%
}

.center{
	text-align:center;
	padding-top:4%
}



.right h4{
    margin-top: 0.1rem;
    color: #666;
    font-weight: normal;
    font-size: 0.22rem;

}

.h-time{
	display: inline;
	color: #bc8956;
	margin-right:0.18rem
}

.main-title{
	margin-top:4%;
	font-size:0.28rem;
	color:#bc8956;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.02rem;
	padding-bottom:0.2rem;
	border-bottom:1px solid #eee
}

.main-title img{
	width: 0.36rem;
	    vertical-align: -0.05rem;
	    margin-right: 2%;
}


.main-one{
	padding-bottom:2%
}


.main-one-content p{
	line-height:0.48rem
}


.main-one-content p::before{
content: "▲";
    font-size: 0.2rem;
    color: #bc8956;
    margin-right: 0.1rem;
	vertical-align: 0.02rem;
}

.main-one-content ul{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}



.main-one-content li {
	    width: 48%;
	    border-bottom: 1px solid #bc8956;
	    padding-bottom: 8%;

}

.main-one-content li span{
	display:block;
text-align:center;
padding:12% 0 ;
		font-weight: bold;
}




.main-one-content li span::before{
content: "▲";
    font-size: 0.28rem;
    color: #bc8956;
    margin-right: 0.1rem;
}


.main-one-content li p{

}

.xc-title{
	font-size:0.3rem
}



.xc-list{
	margin-top:6% ;
	display: none;
 padding:0 2%
}

.xc-tts{
	border-bottom:1px solid #eee;
	padding-bottom:4%
}

.xc-tts span{
width:12%;
	  float:left;
	      color: #bc8956;
	      font-weight: bold;
}

.xc-tts i{
	display:inline-block;
	width:80%;
	font-style: normal;
}

.xc-tts i div{
	color:#333
}

.xc-tts img{
	       width: 0.28rem;
	       float: right;
		   margin-top:1%
}

.xc-list li{
	padding:4% 0
}

.xc-con{
	margin-top:5%
}

.xc-con dl dd{
	float:left;
	margin-right:6%
}

.xc-con .xc-icon{
		width:0.32rem;
		vertical-align: middle;
		
}

.xc-con dl{
	padding:1% 0;
	overflow:hidden;

}


.xc-con{
	position:relative;
	display: none;
}


.xc-con .left{



	position:relative;
	z-index: 999;

}

.xc-con .right{
width:80%;
margin-left:10%;
padding-bottom:4%
}

.xc-con i{
	border-right: 1px dashed #bc8956;
	    height: 100%;
	    width: 1px;
	    display: block;
	    position: absolute;
	    left: 4%;
		top:0.4rem;
}



.xc-con h2{
	font-size:0.24rem;
	line-height: 0.4rem;
}

.xc-con h3{
	background:#e9e9e9;
	margin:2% 0;
	display: inline-block;
	font-size:0.24rem;
	padding:0.5% 1%
}



.yd-infos{
	border-top:0.2rem solid #f5f5f5;
	padding:2% 
}

.yd-infos h2{
	padding-top:4%;
	border-bottom:1px solid #eee;
	padding-bottom:2%;
	font-weight:bold
}
.yd-infos .btn{
	width: 0.28rem;
	    float: right;
	    margin-top: 1%;
}

.yd-infos .yd-icon{
	    width: 0.36rem;
	    vertical-align: -0.07rem;
	    margin-right: 2%;
}

.yd-infos-con {
	padding:4% 0;
	display:none
}

.yd-infos-con dt{
	font-size:0.32rem;
	font-weight:bold;
	margin-bottom:4%
}

.yd-infos-con dd{
	line-height:0.46rem;
	letter-spacing: 0.02rem;
	margin-bottom:4%
}


.nav{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	background:#fff;
	border-top:1px solid #eee;
	padding:4%  2%
}

.nav span{
	display:inline-block;
	padding-top:1%;
}


.nav i{
	font-size:0.4rem;
	color:#bc8956;
	font-style: normal;
}

.nav a{
	float:right;
	display:inline-block;
	padding:1.6% 4%; 
	font-size:0.3rem;
	border-radius: 0.04rem;
	letter-spacing: 0.04rem;
	background:#bc8956;
	color:#000
}






.xc-left-nav{
	    position: fixed;
	    top: 30%;
	    right: 3%;
	    width: 30%;
	    text-align: center;
	    background: #bc8956;
	    z-index: 999;
		display: none;
}


.last-main{
	border-top:0.2rem solid #f5f5f5;
	padding:2%
}




.last-hq{
	text-align:center
}


.last-hq h2{
    font-size: 0.32rem;
    margin-bottom: 2%;
    color: #bc8956;
    margin: 4% auto;
display:inline-block;
padding:0 2%;
    font-weight: bold;
    border: 1px solid #bc8956;
    border-radius: 0.08rem;
}
.last-hq p{
	line-height:0.5rem;
	font-size:0.28rem
}

.last-jg{

}


.last-hq img{

	width:90%;
}

.last-icon{
	position: relative;
	margin-bottom:10%
}

.last-icon h2{
	margin-top:4%;
}


.last-icon p span{
	position:absolute;
	top:40%;
	width: 25%;
	left:7%;
	    display: inline-block;
	    text-align: left;
		font-size:0.24rem

	}


.last-list-con{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	text-align:left;
	justify-content: space-evenly;
}

.last-list-con::after{
		content:' ';
		width:40%; //这个宽度和子元素宽度一致
		height:0;
		display:block;
}


.last-list p{
    width: 40%;
    font-size: 0.24rem;
	line-height:0.52rem;
	position:relative
}

.last-list p::before{
	content:"★";
	color:#bc8956;
	position:absolute;
	left:-10%
}

.last-list h2{
	margin:4% auto
}

.loading{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    z-index: 9999;
	    padding-top: 50%;
	    background: #fff;
}


.last-xz h2{
	color:#008cd6;
	border-color:#008cd6
}

.last-xz p::before{
	color:#008cd6
}


.last-zt h2{
	color:#ea4957;
	border-color:#ea4957
}


.last-zt p::before{
	color:#ea4957
}


.spinner {
  margin: 100px auto 0;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
 
.spinner > div {
  background-color: #bc8956;
  height: 100%;
  width: 6px;
  display: inline-block;
   
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.choise-btn *{
		transition: 0.2s;
}

.choise-btn{
	text-align:center;
	margin-top:10%;
}
.choise-btn a{    display: inline-block;
    background: #fff;
    padding: 5%;
    font-size: 0.34rem;
    color: #bc8956;
    margin: 0 2%;
    width: 98%;
	font-weight:bold;
    box-shadow: 0px 2px 1px #333;
    border-radius: 4px;
	border: 1px solid #bc8956
}
	

	
	.choise-btn div{
		background:#fff;
		width:48%;
		display:inline-block
	}
	
	.choise-btn p{
		line-height:0.46rem;
		color:#333;
		font-weight:bold;
		margin-top:4%
	}
	
	.choise-btn a:hover,.choise-btn a.active{
    box-shadow: 0px 3px 1px #555;
    padding-top: 6%;
    background: #bc8956;
    color: #fff;
		
	}
	
	a.fixed{
	    position: fixed;
	    top: 8%;
	    left: 0;
		padding:1% !important;
	    width: 96%;
		z-index: 99999;
	}
	
	.cqsh .xc-title span{
		color: #007AFF;
	}
	
	.cqsh .h-time{
		color:#007AFF
	}
	
	
	.city-btn{
		display: flex;
		justify-content: space-between;
		width:90%;
		margin:6% auto;
		font-size:0.48rem;
		font-weight: bold;
		align-items: center;
	}
	
	.city-btn span{
		display:block
	}
	
	.city-btn img{
		width:0.62rem;
	}
	
	.btn-reverse{
		flex-direction: row-reverse;

	}
	

	
	.city-wrap{
width: 96%;
    margin: 0 auto;
    background: #ffffff;
    padding: 1% 0;
    border-radius: 0.2rem;
    box-shadow: 0px 2px 15px 1px #cacaca;
	}
	
	.city-box{
		width:90%;
		margin:0 auto;
				border-top:1px solid #bc8956;
				padding:4% 0;
		
	}
	.city-box-son{
		display: inline-block;
		font-size:0.3rem;
		padding:0.1% 2%;
		margin-right:4%;
		border-radius: 2px;
		color:#000
	}
	
	.city-box-son.active{
				background:#bc8956;
				color:#fff
	}
	
	.city-box p{
		font-size:0.22rem;
		color:#666;
		margin-top:4%;
		display: none;
	}
	
	
	.jd-pic{
		border:1px solid #bc8956;
		padding:3%;
		border-radius:2px
	}
	
	.xc-icon1,.xc-icon2{
		position: absolute;
		    left: 2%;
		    width: 0.32rem;
		    background: #fff;

	}
	.xc-icon2{
		width:0.4rem;
		left:1.5%
	}
	


.city-box.fixed{
    position: fixed;
    top: 6%;
    z-index: 99999;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    height: 7%;
    padding-top: 3%;
    border: none;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #eee;

}


.jd-pic {
    border: 1px solid #bc8956;
    padding: 3%;
    border-radius: 2px;
}

.jd-swiper-c .swiper-slide div{
	padding-top: 1%;
		font-size:0.2rem;
	    overflow: hidden;

}

.jd-swiper-c .swiper-slide div h3{
	display: block;
	background:none;
	font-weight:normal;
	font-size:0.22rem;
	color:#333;
	text-align: right;
	padding: 0;
	margin: 0;
}

.jd-pic-title{
	    font-weight: bold;
	    margin-bottom: 2%;
}


.xc-title p{
	display:inline;
	color:#bc8956
}


.back-top{
	background: url(../img/top.png) no-repeat;
	background-size:100% 100%;
	width:0.8rem;
	height:0.8rem;
	position:fixed;
	right:2%;
	bottom:20%;
	display:none
}


.fzgm{
	background: #fabe00;
    text-align: center;
    display: block;
    width: 44%;
    font-weight: bold;
    margin: 0 auto;
    color: #333;
    padding: 0.2rem 0;
    border-radius: 4px;
}


.hx-link a{
    display: block;
    width: 94%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    background: #bc8956;
    text-align: center;
    letter-spacing: 0.1rem;
    margin: 2.4% auto;
    font-size: 0.3rem;
    border-radius: 0.06rem;
	box-shadow: 2px 3px 11px 0px rgb(33 132 199 / 50%);
}