
[v-cloak] {
    display: none !important;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: .15rem;
}

a {
	color: #1B1B1B;
	text-decoration: none;
}

input {
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.w100 {
	width: 100%;
}

.w80 {
	width: 12rem;
}

.m-auto {
	margin: 0 auto;
}

.fff {
	background-color: #FFFFFF;
}

.fff p {
	color: #636363;
}

.fff>p {
	background: #F5F5F5;
	border: none;
}

.fff p a {
	color: #636363;
}

footer {
	background: #FF7511;
}

footer>div>div {
	display: inline-block;
	vertical-align: middle;
}

footer .logo {
	width: 2.57rem;
	height: .61rem;
	margin-right: 1.13rem;
}
footer .logo img{
	width: 100%;
	height: 100%;
}

footer>div>div p {
	font-size: .16rem;
	color: #FFFFFF;
	margin-bottom: .28rem;
}

footer>div>div p:last-child {
	margin: 0;
}

footer>div>div p img {
	margin-right: .14rem;
	vertical-align: middle;
}

footer .ewm-box {
	margin-left: 1.77rem;
}

footer .ewm-box div {
	display: inline-block;
	text-align: center;
	font-size: .14rem;
	color: #FFFFFF;
	margin-right: .28rem;
}

footer .ewm-box div:last-child {
	margin-right: 0;
}

footer .ewm-box div img {
	width: 1.02rem;
	height: 1.02rem;
	object-fit: cover;
	background: #fff;
}

footer .t {
	padding: .55rem 0 .39rem;
}

footer>p {
	text-align: center;
	font-size: .14rem;
	color: #F2D0B8;
	padding: .15rem 0;
	border-top: 1px solid rgba(242, 206, 179, .3);
}

footer>p a {
	font-size: .14rem;
	color: #F2D0B8;
}

.nav-bar {
	background: #FFD2A8;
	height: .35rem;
	line-height: .35rem;
	text-align: right;
}

.nav-bar a {
	font-size: .14rem;
	color: #6E3C18;
}
.nav-bar img{
	margin: 0px .08rem -0.02rem 0px;
}

.bg-top {
	background-image: url(../image/top-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center .35rem;
	min-height: 9.79rem;
	background-color: #F4F4F4;
	padding-bottom: .5rem;
}

.nav {
	padding: .2rem 0 .1rem;
	border-bottom: 1px solid rgba(224, 141, 100, .5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav .logo {
	height: .49rem;
	display: inline-block;
	vertical-align: middle;
}

.nav .logo img {
	width: .49rem;
	height: .49rem;
	border-radius: 50%;
	/* height: 100%; */
	vertical-align: middle;
}
.nav .logo span{
	font-size: .22rem;
	vertical-align: middle;
	margin-left: .1rem;
}

#nav {
	display: inline-block;
	vertical-align: middle;
	/* margin-left: 3.53rem; */
}

#nav>ul {
	display: flex;
	padding: 0;
	width: 100%;
}

#nav>ul>li {
	position: relative;
	z-index: 99;
	margin: 0px .6rem 0 0;
	display: flex;
	align-items: center;
}

#nav>ul>li:last-child {
	margin-right: 0;
}

#nav>ul>li span {
	display: inline-block;
	width: .3125rem;
	height: .3125rem;
	background: #b2b2b2;
	border-radius: 50%;
}

#nav>ul>li>a {
	display: block;
	padding: 0;
	text-transform: uppercase;
}

#nav>ul>li>a {
	font-weight: bolder;
	font-size: .18rem;
	color: #272727;
	/* line-height: 40px; */
	position: relative;
	transition: .6s;
	display: flex;
	align-items: center;
	border-top: none;
	border-bottom: none;
}

#nav>ul>li.on>a {
	font-weight: bold;
}

#nav>ul>li>a .h3 {
	position: relative;
	font-size: .18rem;
	padding: 0;
	z-index: 1;
}

#nav>ul>li a i {
	display: inline-block;
	width: .09rem;
	height: .06rem;
	background-size: contain;
	vertical-align: middle;
	margin-left: .08rem;
}

#nav>ul>li .sub {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	-moz-box-shadow: 0px .03rem .05rem rgba(0, 0, 0, 0.2);
	transform-origin: 0 0 0;
	transform: scaleY(0.2) translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	padding: .2rem 0 0;
	min-width: 100%;
}

#nav>ul>li .sub:before {
	content: "";
	position: absolute;
	border-left: transparent .06rem solid;
	border-right: transparent .06rem solid;
	border-bottom: #fff .08rem solid;
	top: .13rem;
	left: 50%;
	margin-left: -6px;
	box-shadow: 0 .03rem .15rem rgba(0, 0, 0, .05);
}

#nav>ul>li .sub .box {
	padding: 0;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .85);
	box-shadow: 0 3px .3rem rgba(0, 0, 0, .08);
}

#nav>ul>li .sub a {
	padding: 0 0.15rem;
	line-height: 3.5;
	transition: .3s;
	font-size: .14rem;
	letter-spacing: .01rem;
	color: #636363;
	display: block;
	white-space: nowrap;
	position: relative
}

#nav>ul>li .sub a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: .03rem;
	height: 0;
	background: #CF270B;
	transition: .5s;
}

#nav>ul>li .sub a:hover {
	color: #fff;
	background: #CF270B;
}

#nav>ul>li .sub a:hover:before {
	height: 100%;
}

#nav>ul>li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px) translateX(-50%);
}

#nav .ac a,
#nav>ul>li.on>a,
#nav>ul>li:hover>a,
#header.xg #nav>ul>li.on>a,
#header.xg #nav>ul>li:hover>a {
	color: #CF270B;
}
#nav>ul>li:hover .triangle::before{
	border-top: 5px solid #E03519;  

}

#nav .ac {
	position: relative;
}

#nav .ac::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: .03rem;
	background: #E03519;
	border-radius: 1px;
	position: absolute;
	bottom: -0.22rem;
	left: 0;
}
.triangle{
	position: relative;
}
.triangle::before{
	content: '';
	display: inline-block;
	border-left: .05rem solid transparent;  /* 左边框透明 */
	border-right: .05rem solid transparent; /* 右边框透明 */
	border-top: .05rem solid black;         /* 顶边框黑色 */
	border-bottom: 0;                   /* 底边框无 */
	position: absolute;
    right: -0.2rem;
    bottom: .1rem;
}
#nav .ac .triangle::before{
	border-top: 5px solid #E03519;  
}

#nav>ul>li .h3:after {
	content: "";
	display: block;
	width: 100%;
	height: .07rem;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: -0.035rem;
	transition: .5s;
	border-radius: .035rem;
	z-index: -1;
	display: none;
}

#nav>ul>li h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -0.03rem;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
	border-bottom: #3E54C0 4px solid;
	bottom: .02rem;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	display: none;
}

#nav>ul>li:hover h3:after,
#nav>ul>li.on h3:after {
	transform: translateY(0);
}

#nav>ul>li:hover h3:before,
#nav>ul>li.on h3:before {
	opacity: 1;
	visibility: visible
}

.crumbs-box{
	margin-top: .28rem;
}
.crumbs-box,
.crumbs-box a{
	font-size: .14rem;
	color: #62261D;
}
.crumbs-box img{
	margin-right: .1rem;
	vertical-align: text-top;
}
.page-title{
	/* width: 3.39rem; */
	height: 1.32rem;
	display: block;
	margin: .67rem auto .59rem;
}
.page-box{
	margin: .2rem 0;
	text-align: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: #FF7940;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
	color: #FF7940;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	color: #fff !important;
}
.el-table__empty-text{
	padding: 50px 0;
}
.adv-p{
	display: block;
	height: 1.14rem;
	/* background: #FFFFFF; */
	border-radius: .16rem;
	margin-bottom: .24rem;
	overflow: hidden;
}
.adv-p img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.blobCircle {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,102,0,.5);
    margin: 10px;
    height: 12px;
    width: 12px;
    transform: scale(1);
    animation: pulse-circle-animation 1.5s infinite
}

@keyframes pulse-circle-animation {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 #f60
    }

    70% {
        transform: scale(1.28);
        box-shadow: 0 0 0 10px rgba(255,102,0,0)
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255,102,0,0)
    }
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  }

  .BMap_cpyCtrl,.anchorBL{
	display: none !important;
  }

  