@charset "utf-8";

/* CSS Document */

html,
body {
	position: relative;
	height: 100%;
}

body{
	padding-top: 92px;
}

.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: move;
	margin-bottom: 60px;
}

.banner .container{
	position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 6px;
  opacity: 0.6;
  border: 1px solid #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner .swiper-visible-switch {
  background: #fff;
}
.banner .swiper-active-switch {
  background: #219c4c;
  opacity: 1;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a{
	position: relative;
	display: block;
	height: 680px;
}

.index-jiagong{
	margin-bottom: 60px;
}

.index-jiagong .content{
	position: relative;
	color: #fff;
}

.index-jiagong .content .img{
	position: relative;
	height: 588px;
	overflow: hidden;
}

.index-jiagong .content .text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 36px 24px 34px;
	background: rgba(83,155,52,0.6);
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}

.index-jiagong .content:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.index-jiagong .content .link{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
}

.index-jiagong .content .link:hover{
	text-decoration: underline;
}

.index-shengchan{
	margin-bottom: 60px;
}

.index-shengchan .list {
	overflow: hidden;
}

.index-shengchan .list ul{
	margin-left: -16px;
}

.index-shengchan .list li{
	float: left;
	width: 25%;
	margin-bottom: 16px;
}

.index-shengchan .list a{
	display: block;
	margin-left: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #f1f2f2;
}

.index-shengchan .list .img{
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.index-shengchan .list .text{
	background: #f1f2f2;
	font-size: 18px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 16px;
	line-height: 80px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-shengchan .list a:hover{
	border: 1px solid #539b34;
}

.index-shengchan .list a:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}



.index-shengchan .list a:hover .text{
	background: #539b34;
	color: #fff;
}

.index-jianjie{
	margin-bottom: 76px;
}

.index-jianjie-title{
	position: relative;
	margin-bottom: 60px;
	color: #539b34;
	text-align: center;
	padding-bottom: 30px;
}


.index-jianjie-title::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -38px;
	width: 76px;
	border-bottom: 2px solid #539b34;
}

.index-jianjie-title .cn{
	font-size: 32px;
	margin-bottom: 10px;
}

.index-jianjie-title .en{
	font-size: 24px;
}

.index-jianjie .content .img{
	position: relative;
	float: left;
	width: 61%;
	height: 660px;
	overflow: hidden;
}

.imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-jianjie .content .img:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.index-jianjie .content .text{
	position: relative;
	float: left;
	width: 39%;
	height: 660px;
	background: #f1f2f2;
	overflow: hidden;
}

.index-jianjie .content .text::before{
	content: "";
	position: absolute;
	left: -2px;
	top: 56px;
	width: 20px;
	height: 29px;
	background: url(../img/common-img/right.png) no-repeat;
}

.index-jianjie .content .text .inner{
	padding: 54px;
}

.index-jianjie .content .text .title{
	position: relative;
	font-size: 24px;
	color: #539b34;
	line-height: 36px;
	font-weight: bold;
	height: 144px;
	margin-bottom: 36px;
padding-bottom: 12px;
}

.index-jianjie .content .text .title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 76px;
	border-bottom: 2px solid #539b34;
}

.index-jianjie .content .text .desc{
	font-size: 14px;
	color: #000;
	line-height: 26px;
	margin-bottom: 56px;
}

.index-jianjie .content .text .link{
	display: inline-block;
	width: 198px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: #539b34;
}

.sanji{
	padding: 56px 0;
}

.sanji .content img{
	display: block;
	width: 100%;
}


.shengchan{
 	padding-top: 56px;
 	margin-bottom: 10px;
}

.shengchan .list ul{
	margin-left: -50px;
}

.shengchan .list ul li{
	margin-bottom: 50px;
	width: 50%;
}

.shengchan .list ul li a{
	margin-left: 50px;
}

.introduction{
	background: #f9f9f9;
	padding: 10% 10% 10% 0;
	margin-bottom: 16px;
}

.introduction .left,
.introduction .right{
	float: left;
	width: 50%;
}

.introduction .left{
	text-align: center;
	font-size: 16px;
	color: #539b34;
	font-weight: bold;
	line-height: 30px;
}

.introduction .left .bgImg{
	position: relative;
	margin: 40px 40px 20px;
	padding-bottom: 56.25%;
}

.introduction .left .bgImg .map{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #f3f3f3;
}

.introduction .left .bgImg .BMap_cpyCtrl,
.introduction .left .bgImg .anchorBL {
	display: none !important;
}

.introduction .left .bgImg .iw_poi_content{
	padding-top: 6px !important;
	line-height: 1.4;
}

.introduction .left .bgImg .BMap_Marker{
	background: url(../img/common-img/mapi.png) no-repeat !important;
	background-size: contain !important;
}


.introduction .right{
	font-size: 15px;
	color: #000;
	line-height: 30px;
}


.imgList{
	overflow: hidden;
	margin-bottom: 20px;
}
.imgList ul{
	margin-left: -16px;
}
.imgList li{
	float: left;
	width: 33.33333%;
	margin-bottom: 16px;
}
.imgList .img{
	position: relative;
	margin-left: 16px;
	padding-bottom: 56.25%;
	overflow: hidden;
	
}

.imgList li:hover .imgBox{
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.contact-box .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.contact-box .qrcode{
	margin-top: 40px;
}

.imgList2{
	padding: 24px 0 0;
margin: 60px 0 0;
}

.imgList2 .img{
	padding-bottom: 100%;
}

.jianjie{
	padding-top: 60px;
}

.jianjie .content .img{
	width: 70%;
}

.jianjie .content .text{
	width: 30%;
}

.jianjie .content .text .title::after{
	display: none;
}

.jianjie .content .text .title{
	height: auto;
	margin-bottom: 36px;
}

.jianjie .content .text .desc{
	margin-bottom: 0;
}

.jianjie .content {
	position: relative;
}

.jianjie .content .text{
	position: absolute;
	width: 30%;
	height: 460px;
	margin-top: 100px;
	right: 0;
	margin-left: -100px;
}

.daoyin{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.daoyin .lang{
	position: absolute;
	right: 120px;
	top: 100px;
}

.daoyin .lang li{
	float: left;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-left: 48px;
}

.daoyin .lang li a{
	color: #fff;
}

.daoyin .lang li a p{
	padding-top: 6px;
}

.daoyin .text{
	padding-top: 240px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.daoyin .text .title{
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 40px;
}

.daoyin .text .desc{
	letter-spacing: 4px;
}

.block1{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 160px;
	width: 328px;
	z-index: 999;
	border-top-right-radius: 60px;
}

.daoyin-footer{
	position: fixed;
	left: 344px;
	bottom: 0;
	right: 0;
	background: #fff;
	text-align: right;
	padding: 16px 120px 16px 0;
	border-top-left-radius: 40px;
}

.daoyin-footer::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -16px;
	width: 16px;
	height: 40px;
	background: #fff;
}


.met-banner .slick-arrow i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: normal;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before{
    display: none;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before{
    display: none;
}

/* #lg-actual-size:after,
#lg-zoom-out:after,
#lg-zoom-in:after,
.lg-fullscreen:after,
.lg-toolbar .lg-download:after,
.lg-toolbar .lg-close:after,
.lg-outer .lg-toogle-thumb:after{
    display: none;
} */

#lg-actual-size,
#lg-zoom-out,
#lg-zoom-in,
.lg-fullscreen,
.lg-toolbar .lg-download,
.lg-toolbar .lg-close,
.lg-outer .lg-toogle-thumb{
    display: none !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    padding: 8px 15px 9px;
}

.met-editor{
	padding: 0;
}






















