.banner {
	position: relative; height: 100vh; overflow: hidden
}

.banner .mose {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 75px;
}

.banner .mose img {
	width: 100%;
	display: block;
}

.xianglist {
	width: 28.8%; height: 100%;
	position: absolute;
	right: 0px;
	top: 0; background:#FE5493; padding-left:0%; 
}

.xianglist img {
	display: block;
}
.xianglist ul .ad1{display: flex;justify-content: space-between;flex-wrap: wrap; padding: 0 0px}
.xianglist ul .ad1 li{border-top: solid 2px #fff;border-right: solid 2px #fff; margin: 0px 0; text-align: center}
.xianglist ul .ad1 li img{width: 85%; margin: 0 auto}
.xianglist ul li {
	width: calc(50% - 1px);
    width: -webkit-calc(50%-1px);
    width: -moz-calc(50% - 1px);
	
}

.xianglist ul li a {
	display: block; 
}

.xianglist ul>li:first-child {
	width: 87%;  margin: 0 auto
}

.xianglist ul li:nth-child(6) {
	width: 92%;
}

.zhanhui {
	width: 80%;
	margin: auto;
}

.zhanhui .tills {
	text-align: center;
}

.zhanhui .tills h3 {
	font-size: 30px;
	position: relative;
}

.zhanhui .tills h3:before {
	content: "";
	width: 30px;
	height: 4px;
	background: black;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
}
.zhanhui .tills p,.alltills p {
	margin-top:-12px 
}
.zhanlist {
	/*margin-top: 40px;*/
}

.zhanlist ul {
	margin-right: -2%;
}

.zhanlist ul li {
	float: left;
	width: 23%;
	margin-bottom: 2%;
	margin-right: 2%;
	overflow: hidden;
}

.zhanlist ul li a {
	display: block;
	position: relative;
}

.zhanlist ul li img {
	width: 100%;
	display: block;
}

.zhanlist ul li h2 {
	font-size: 30px;
	line-height: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	top: 0;
	padding-top: 20%;
	background: rgb(0 0 0 /42%);
	margin: 0;
	z-index: 9; display: none
}

.boxslist {
	overflow: hidden;
	clear: both;
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;

}

.alltills {
	text-align: center;
}

.alltills h3 {
	font-size: 30px;
	position: relative;
}

.alltills h3:before {
	content: "";
	width: 30px;
	height: 4px;
	background: black;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
}


.jiab{
	overflow: hidden;
	margin-bottom: 40px;
}
.jiab .fr {
	width: 72%;
	float: left;
	height: 552px;
	overflow: hidden;
}



.jiab .bimgs{
	width: 100%;
	display: block;
}
.jiab .fl {
	width: 28%;
	float: left;
	height: 552px;
	overflow: hidden;
	position: relative;
}


.jiab .fl ul {
    width: 88%;
    background: url(../image/canbg.jpg) no-repeat;
    background-size: 100% 100%;
   height: 100%;
   float:right;
}
.jiab .fl img{
	width: 100%;
}

/*
@media  only screen and  (min-width:1682px ) {
	.jiab .fr ul{
		min-height: 598px;
	} 
}*/
.jiab .fl ul li {
	text-align: center;
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease,-webkit-transform .3s ease;
}

.jiab .fl ul li a{
	color: white;
	font-size: 26px;
	line-height: 60px;
	border-bottom: 1px solid white;
}
.jiab .fl ul li:hover {
	-webkit-transform:translateX(20px);
	transform:translateX(20px)
}
.jiab .fl .kan{
	position: absolute;
	left: 0;
	bottom:20px;
	width: 230px;
}


.pic-list li img{
	/*height: 264px;*/
	display: block;    transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pic-list li img:hover{transform: scale(1.1);}


.can{
	overflow: hidden;
	margin-bottom: 40px;
}
.can .fl {
	width: 72%;
	float: left;
	height: 480px;
	overflow: hidden;
}

.can .fl ul li {
	float: left;
	width: 50%;overflow: hidden
}

.can .fl ul li img {
	display: block;
	width: 100%;transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.can .fl ul li img:hover{transform: scale(1.1);}
.can .bimgs{
	width: 100%;
	display: block;
}
.can .fr {
	width: 28%;
	float: right;
	height: 480px;
	overflow: hidden;
	position: relative;
}


.can .fr ul {
    width: 88%;
    background: url(../image/canbg.jpg) no-repeat;
    background-size: 100% 100%;
   height: 100%;
}
.can .fr img{
	width: 100%;
}

/*
@media  only screen and  (min-width:1682px ) {
	.can .fr ul{
		min-height: 598px;
	} 
}*/
.can .fr ul li {
	text-align: center;
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease,-webkit-transform .3s ease;
}
.can .fr ul li:hover {
	-webkit-transform:translateX(20px);
	transform:translateX(20px)
}
.can .fr ul li a{
	color: white;
	font-size: 26px;
	line-height: 60px;
	border-bottom: 1px solid white;
}

.can .fr .kan{
	position: absolute;
	right: 0;
	bottom:20px;
	width: 230px;
}
.zilist {
	/*margin-top: 40px;*/
	overflow: hidden;
}

.zilist ul {
	margin-right: -2%;
}

.zilist ul li {
	float: left;
	width: 33.33%;
	margin-bottom: 0%;
	margin-right: 0%;
	overflow: hidden;
}

.zilist ul li a {
	display: block;
	position: relative;
}

.zilist ul li img {
	width: 100%;
	display: block;
}

.zilist ul li h2 {
	font-size: 30px;
	line-height: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	top: 0;
	padding-top: 20%;
	background: rgb(0 0 0 /42%);
	margin: 0;
	z-index: 9;display: none
}
.zhanguan{
	overflow: hidden;
}
.zhanguan .fl{
	float: left;
	width: 72%;
	height: 416px;
	overflow: hidden;
}

.zhanguan .fl img{
	width: 100%;
	height: 100%;
}
.zhanguan .fr{
	float: right;
	width: 28%;
	height: 416px;
	overflow: hidden;
	
}
.zhanguan .fr img{
	display: block;
	width: 100%;
}
.zhanguan .fr img.ditu{
	height: 244px;
}
.imgbox img{
	width: 100%;
	display: block;
}


.fixes {
	cursor: pointer;
	width: 60px;
	position:fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.fixes img {
	width: 100%;
	display: none;
}

.maps{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow:auto;
	display: none;z-index: 9999999
}

.maps2{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow:auto;
	display: none;z-index: 9999999
}
 .mapbox{
	width: 100%;
    min-height: 100%;
    background: #fff;
    

}
 .mapbox img{
 	width: 100%;
 	display: block;
 }
.mapbox span{
	position: fixed;
	top: 20px;
	right: 10%;
	display:inline-block;
	line-height: 40px;
	padding: 0 20px;
	color: white;
	background: #ff4287;
	cursor: pointer;
	z-index: 20;
	border-radius: 20px;
	
}



.timebiao {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0px;
	background: white;
	z-index: 11;
	display: none; z-index: 9999999
}
.timebiao .kuang{
	width:1200px;
	margin:0 auto;
	position: relative; height: 100%;display: flex;align-items: center
}
.timebiao .kuang img{
width:100%
}
.shipinglun {
	width: 90%;
}

.fanhui{
	position: fixed;
	top: 20px;
	right: 10%;
	display:inline-block;
	line-height: 40px;
	padding: 0 20px;
	color: white;
	background: #ff4287;
	cursor: pointer;
	z-index: 20;
	border-radius: 20px;
}

.zhanlist ul li,.zilist ul li{background: #000}
.zhanlist ul li a:hover img,.zilist ul li a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.zhanlist ul li a:hover h2,.zilist ul li a:hover h2{display: block}


