.layout {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	margin: 0 auto;
	min-height: 100vh;
}
.map {
	height: 100vh;
}
.map .anchorBL {
	display: none;
}

.fpage {
	position: fixed;
	z-index: 66;
	right: 20px;
	bottom: 20px;
	background: #ffffff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 600px;
}
.fpage a {
	display: block;
}
.mapswiper {
	height: 400px;
	overflow: hidden;
	position: relative;
}
.mapswiper .swiper_span {
    position: absolute;
    z-index: 22;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.mapswiper .swiper_span span {
    height: 10px;
    width: 10px;
    margin: 0 10px;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    background: #999;
}
.mapswiper .swiper_span span.swiper-pagination-bullet-active {
    background: #b6994a;
}
.fpage .tet h4 {
	font-size: 16px;
	line-height: 2.2;
	color: #b6994a;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px solid #b59748;
}
.fpage .tet h5 {

	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.fpage .tet h5 i {
    display: block;
    width: calc(100% - 100px );
    font-size: 14px;
	line-height: 2;
	color: #666;
	padding-left: 15px;
	background: url('../images/icon1.png') no-repeat left center;
	background-size: 10px auto !important;
}
.fpage .tet h5 a {
    display: block;
    font-size: 14px;
    line-height: 2;
    height: 2em;
    color: #b6994a;
    border: 1px solid #b6994a;
    border-radius: 18px;
    width: 80px;
    text-align: center;
    transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage .tet h5 a:hover {
    color: #fff;
    background: #b6994a;
}

.detail {
	padding: 40px 15px;
	font-size: 20px;
	line-height: 1.6;
	color: #666;
}
.detail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



.fheibg {
	background: #666;
}
.login {
	position: fixed;
	z-index: 66;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 600px;
	background: #fff;
	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%);
	padding: 40px 20px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.login h2 {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	font-weight: bold;
}
.login .list {
	margin-top: 20px;
	overflow: hidden;
}
.login .list li {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.login .list li label {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.login .list li .text {
	width: calc(100% - 50px);
	height: 36px;
	font-size: 16px;
	color: #555555;
	font-weight: 100;
	border: none;
	border: 1px solid #DCDEE0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 3px;
	overflow: hidden;
}
.fvoss .youke,
.login .fbtns {
	display: block;
	width: 120px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	background: #189F92;
	color: #fff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	margin: 0 5px;
}

.fvoss .youke:hover,
.login .fbtns:hover {
	background: #189F92;
}
.wrap {
    width: 750px;
    margin: 0 auto;
    padding-top: 50px;
}

.fbglgoin {
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.fnews {
    padding: 40px 0;
}
.fnews .tlt {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.fnews .lists {
    margin: 10px auto 0;
}

.fnews .lists li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.fnews .list li h4 {
    font-size: 18px;
    line-height: 30px;
    color: #b6994a;
    float: left;
    width: calc(100% - 150px);
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fnews .list li h6 {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    float: right;
}
.xwtlt {
    text-align: center;
}
.xwtlt h2 {
    font-size: 24px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
}
.xwtlt h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.denglu {
    overflow: hidden;
}
.denglu a {
    float: right;
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 2.4;
    color: #b6994a;
    border: 1px solid #b6994a;
    font-weight: bold;
    transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	margin-bottom: 20px;
	margin-right: 15px;
}
.to_index a:hover,
.denglu a:hover {
    background: #b6994a;
    color: #fff;
}

.to_index {
    position: fixed;
    z-index: 111;
    top: 40px;
    right: 40px;
    -webkit-animation: bounce-up 1.5s linear infinite;
   animation: bounce-up 1.5s linear infinite;
}

/*上下晃动*/
@-webkit-keyframes bounce-up {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-10px);
   }
   100% {
      transform: translateY(0);
   }
}

@keyframes bounce-up {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-10px);
   }
   100% {
      transform: translateY(0);
   }
}
.to_index a {
    display: block;
    width: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    color: #b6994a;
    border: 1px solid #b6994a;
    font-weight: bold;
    transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}


.fvoss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto 0;
}
.fnews .lists li .pic {
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border-radius: 3px;
}
.fnews .lists li .pic img {
    display: block;
    height: 100%;
    width: 100%;
     transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnews .lists li:hover .pic img {
    transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.fnews .lists li .text {
    /*float: right;*/
    /*width: calc(100% - 230px);*/
}

.fnews .lists li .text h4 {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: bold;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnews .lists li:hover .text h4 {
    color: #b6994a;
}
.fnews .lists li .text h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    /*height: 3.2em;*/
    /*overflow: hidden;*/
    margin-top: 5px;
}
.fnews .lists li .text h6 {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
    margin-top: 5px;
}
.fnews .lists li:last-child a{
    border-bottom: none;
}



