
.frb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.ac{
    align-items: center;
}
.sz{
    cursor: pointer;
}
.frcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.fcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.frr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.fra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fcce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.fce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.fcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.fccc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fcsc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fcsb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.c3{
    color: #333;
}
.c6{
    color: #666;
}

.fwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cantainer{
	height: 750px;
	width: 1334px;
	position: relative;
	background-image: url('../images/mapbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: red;
}

.mobile-cantainer{
	height: 100vmin;
	width: 100vmax;
	transform: rotate(90deg);
}
.map{
	width: 100%;
	height: auto;
}
.mobile-map{
	width: auto;
	height: 100%;
}
body,html{
	height:100%;
}
.map{
	display: block;
}
.list{
	position:absolute;
	left:1.6875rem ;
	top:29.6%;
	padding-left: 0px;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 17px;
	border: solid 1px #322200;
	background-color: rgba(255, 255, 255, .6);
	display: grid;
	grid-template-columns: repeat(2, 210px);
}
.list .item{
	cursor: pointer;
	/* background-color: red; */
	border-right:solid 1px rgb(51, 51, 51, .3);
	border-bottom:solid 1px rgb(51, 51, 51, .3);
	padding:0.2rem 0px;
}
.list .item:nth-child(odd){
	padding-left: 1rem;
}
.list .item:nth-child(even){
	border-right: none;
	padding-left: 1rem;
}
.list .item .index{
	width: 37px;
	height: 37px;
	background-color: #386608;
	line-height: 29px;
	text-align: center;
	font-size: 0.8rem;
	border-radius: 50%;
	color: #fff;
	border: solid 4px #E6DDB3;
	margin-right:8px ;
}
.list .item:nth-last-child(1),.list .item:nth-last-child(2){
	border-bottom: 0px;
	padding-bottom: 0px;
}

.list .item .text div:first-child{
	color: #333333;
	font-size: 0.8rem;
}
.list .item .text div:last-child{
	font-size: 0.6rem;
	color: #333333;
}


.list .item:nth-child(1n) .text,
.list .item:nth-child(1n) .index{
	-webkit-animation:pulse 2s .3s linear infinite;
	-moz-animation:pulse 2s .3s  linear infinite;
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}
.fontc{
	font-size: 24px;
}

	.mobile-cantainer .fontc{
		font-size: 16px;
	}

.mutanc {
	width:38.818181818181817em;
	background:#fff;
	position:fixed;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	margin:0 auto;
	z-index:12;
	padding:0 1.3636363636363635em 1.8181818181818181em;
	border-radius:0.5454545454545454em;
	display:none;
}
.mutanc h2 {
	font-size:1.0909090909090908em;
	line-height:2;
	border-bottom:0.045454545454545456em solid #f0f0f0;
	color:#333;
	text-align:center;
	padding:0.36363636363636365em 0;
}
.mutanc .flca {
	display:flex;
	justify-content:space-between;
	margin-top:0.9090909090909091em;
	height:8.181818181818182em;
}
.mutanc .flca .pic {
	width:46%;
	border-radius:0.45454545454545453em;
	overflow:hidden;
	position:relative;
}
.mutanc .flca .spans {
	position:absolute;
	left:auto;
	right:0.45454545454545453em;
	width:auto;
	bottom:0.45454545454545453em;
	z-index:11;
}
.mutanc .flca .spans span {
	background:#fff;
}
.mutanc .flca img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.mutanc .dels {
	width: 52%;
	overflow-y:scroll;
	overflow-x:hidden;
	font-size:0.7272727272727273em;
	color:#666;
	line-height:1.5;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/::-webkit-scrollbar {
	width:0.3181818181818182em;
	height:0.3181818181818182em;
	background-color:#f5f5f5;
	border-radius:0.45454545454545453em;
}
/*定义滚动条轨道 内阴影+圆角*/::-webkit-scrollbar-track {
	box-shadow:inset 0 0 0.2727272727272727em rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 0 0.2727272727272727em rgba(0,0,0,0.3);
	border-radius:0.45454545454545453em;
	background-color:#f5f5f5;
}
/*定义滑块 内阴影+圆角*/::-webkit-scrollbar-thumb {
	border-radius:0.45454545454545453em;
	box-shadow:inset 0 0 0.2727272727272727em rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 0.2727272727272727em rgba(0,0,0,0.1);
	background-color:#80a85e;
}
.mutanc .btn a {
	display:block;
	width:6.818181818181818em;
	line-height:1.5454545454545454em;
	border-radius:0.36363636363636365em;
	text-align:center;
	background:#386608;
	color:#fff;
	margin:1.3636363636363635em auto 0;
}
.mutanc .btn a {
	text-decoration:none !important;
}
.mutanc .icon {
	background:url(../images/ico1.png) no-repeat center;
	width:1.8181818181818181em;
	height:1.8181818181818181em;
	cursor:pointer;
	position:absolute;
	right:0.9090909090909091em;
	top:0.45454545454545453em;
}
.mutanc2 {
	padding:0 0.45454545454545453em;
}
.mutanc2 iframe {
	width:100%;
	height:17.636363636363637em;
	border:none;
}
