@font-face {
    font-family: 'DIN-Regular';
    src: url('../font/DIN-Regular.eot');
    src: local('DIN-Regular Regular'),
    local('DIN-Regular'),
    url('../font/DIN-Regular.woff') format('woff'),
    url('../font/DIN-Regular.ttf') format('truetype'),
    url('../font/DIN-Regular.svg#DIN-Regular') format('svg');
}
*{
	padding: 0;
	margin: 0;
	font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.w1819{
	max-width: 1819px;
	width: 100%;
	margin: 0 auto;
}
header{
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	background: #fff;
	/* z-index: 50; */
	z-index:901;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.bocweb-logo{
	display: block;
	float: left;
	line-height: 86px;
	max-width: 273px;
	width: 15%;
	padding-right:3%;
	/*border-right: 1px solid #ededed*/
}
.bocweb-logo img{
	max-width: 206px;
	width: 100%;
}
.bocweb-select{
	float: left;
	max-width: 140px;
	padding: 0 1.15%;
	font-size: 16px;
	color: #666;
	position: relative;
	border-right: 1px solid #ededed;
}
.bocweb-select h2{
	line-height: 86px;
   padding-left: 28px;
   cursor: pointer;
   background: url(../img/img_1.png) no-repeat left center
}
.bocweb-select ul{
	position: absolute;
	top: 86px;
	left: 0;
	padding: 8px 29px 23px 29px;
	background: #fff;
	display: none;
}
.bocweb-select li{
	border-bottom: 1px solid #e0e0e0;
	width: 209px;
	font-size: 16px;
	color: #666;
}
.bocweb-select li .select-img{
	display: block;
	max-width: 114px;
	width: ;
	float: left;
}

.bocweb-select li .link{
	float: right;
	padding-right: 30px;
	color: #666;
	background: url(../img/img_3.png) no-repeat right center;
	transition:all 0.3s;
	font-size:14px;
	line-height: 40px;
}

/*明星产品*/
.bocweb-select li .link_star{
	float: right;
	padding-right: 30px;
	color: #666;
	background: url(../img/img_3.png) no-repeat right center;
	transition:all 0.3s;
	font-size:14px;
	line-height: 60px;
}

.bocweb-select li .title{
	float: right;
	padding-right: 30px;
	color: #666;
	transition:all 0.3s;
	font-weight:800;
	line-height: 60px;
}

.bocweb-Vfive{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 86px;
	padding-left: 4%;
	float: left;
	transition:all 0.3s;
}
.bocweb-select h2.on{
	color: #008e3f;
	background: url(../img/img_7.png) no-repeat left center;
}
.bocweb-right{
	float: right;
	line-height: 86px;
}
.bocweb-right li{
	float: left;
	font-size: 16px;
	/* padding:0 30px; */
}
.bocweb-right li a{
	display: block;
	color: #333;
	transition:all 0.3s;
}
.bocweb-right li:last-child{
	padding-right: 0;
	background: url(../img/img_8.png) no-repeat left center;
}
.bocweb-right li:last-child a{
	color: #999;
}
.phone-suem{
	display: none;
}
.w1640{
	max-width: 1640px;
	margin: 0 auto;
}
footer{
	background: #131215;
	padding-top: 65px;
}
.footer-left{
	float: left;
	width: 80%

}
.footer-left ul{
	float: left;
	padding-right: 9%;
}
.footer-left li{
	font-size: 14px;
	line-height: 30px;
}
.footer-left li a{
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition:all 0.3s;
}
.footer-left li.on{
	font-size: 20px;
	padding-bottom: 25px;
}
.footer-left li.on a{
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer-right{
	padding-right: 2.3%;
	float: right;
	width: 
}
.footer-right h2{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer-right h3{
	font-size: 16px;
	line-height:20px;
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.footer-right p{
	font-size: 30px;
	color: #fff;
	font-family: "DIN-Regular";
}
.footer-right ul li{
	float: left;
	width: 58px;
	position: relative;
	cursor: pointer;
}
.footer-right ul li:first-child{
	/*margin-right: 15px;*/
}
.footer-right ul li:first-child p{
	background: url(../img/img_10.png) no-repeat top center;
}
.footer-right ul li:last-child p{
	/*margin-right: 15px;*/
	background: url(../img/img_1001.png) no-repeat top center;
	transition:all 0.3s;
}
.footer-right ul li:last-child:hover p{
	/*margin-right: 15px;*/
	background: url(../img/img_1002.png) no-repeat top center;
	transition:all 0.3s;
}
.footer-right ul li p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding-top: 60px;
	line-height: 16px;
	background: url(../img/img_11.png) no-repeat top center;
	transition:all 0.3s;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;;
}
.weibo{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 20px;
	left: 0;
	z-index: 2
}
.footer-right ul li dl{
	position: absolute;
	top:90px;
	left: -18px;
	z-index: 10;
	display: inline-block;
	width: auto;
	display: none;
}
.footer-right ul li dd{
	width: 80px;
	display: block;
	float: left;
}
.footer-right ul li dd img{
	width: 100%;
}
.footer-right ul li dd:first-child{
	margin-right: 10px;
}
.footer-right ul li dd span{
	display: block;
	    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px; 
}
.footer-nav{
	padding-bottom: 115px;
}
.footer-bottom{
	border-top: 1px solid rgba(72,72,72,0.3);
	line-height: 74px;
}
.footer-bt-left li{
	float: left;
	font-size: 13px;
}
.footer-bt-left li a{
	padding: 0 10px;
	background:url(../img/img_12.png) no-repeat left center;
	height: 13px;
	color: rgba(255,255,255,0.3);
	transition:all 0.3s;
}
.footer-bt-left li:first-child a{
	background: none;
	padding-left: 0
}
.footer-bt-left li.last a span{
	padding-left: 24px;
	background: url(../img/img_13.png) no-repeat left center;
}
	.footer-bt-left li.last.in a span{
		padding-left: 24px;
		background: url(../img/img_14.png) no-repeat left center;
	}
.footer-bt-right{
	float: right;
}
.footer-bt-right p{
	font-size: 13px;
	color: rgba(255,255,255,0.3);
	float: left;
	padding-left: 22px;
}
.footer-bt-right p a{
	color: rgba(255,255,255,0.3);
	transition:all 0.3s;
}
.footer-bt-right{
	padding-right: 4%;
}
.footer-bt-left{
	float: left;
}
.footer-bt-right p:first-child{
	padding: 0
}
.header-none{
	/*display: none;*/
	width: 100%;
	height: 45px;
}


/*常规轮播图按钮*/
.swiper-container .swiper-pagination span{
	/* width: 60px; */
	width: 10%;
	max-width:50px;
	height: 3px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	/* border-radius: 10px; */
}
.swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	/*background: url(../img/img_18.png) no-repeat center center;*/
	background:#008e3f;
	height:3px;
	/* border-radius: 10px; */
	/* animation:progress 3s; */
}

@keyframes progress {
   0%   { border-right: 60px solid white;} 
   100%   {border-right: 0 solid white;} 
    
}



/*明星产品轮播图按钮*/
.swiper-container .swiper-paginations-new3 span{
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 30px;
}
.swiper-container .swiper-paginations-new3 span.swiper-pagination-bullet-active{
	/*background: url(../img/img_18.png) no-repeat center center;*/
	background:#008e3f;
	height:20px;
	border-radius: 20px;
	animation:myfisrt 3s;
}


@keyframes myfisrt {
   0%   { border-right: 20px solid white;} 
   100%   {border-right: 0px solid white;} 
    
}



#swiper1 .swiper-slide{
	overflow: hidden;
}
/*#swiper1 .swiper-slide>img{
	width: 100%;
	position: relative;
}*/
#swiper1 .swiper-slide .big_img{
	width: 100%;
	position: relative;
}
#swiper1 .swiper-button-prev{
	background: url(../img/img_145.png) no-repeat center center;
}
#swiper1 .swiper-button-next{
	background: url(../img/img_144.png) no-repeat center center;
}

#swiper2 .swiper-button-prev{
	background: url(../img/img_145.png) no-repeat center center;
	margin-top: 10px;
}
#swiper2 .swiper-button-next{
	background: url(../img/img_144.png) no-repeat center center;
	margin-top: 10px;
}

.f5{
	background: #f5f5f5;
}
.wel-two-nav{
	background: #fff;
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel-tn-left{
	float: left;
}
.wel-tn-left{
	float: left;
	font-size: 28px;
	line-height: 128px;
	color: #333
}
.wel-tn-left span{
	padding-left:25px ;
	font-size: 20px;
	color: #666
}
.wel-tn-right{
	float: right;
	line-height: 128px;
	font-size: 15px;
	color: #999;
	padding-right: 16px;
	background: url(../img/img_3.png) no-repeat center right;
	transition:all 0.3s;
}
#swiper2 .swiper-slide{
	padding: 50px 46px 34px 46px;
	background: #fff;
	/* cursor: pointer; */
	position: relative;
	/* top: 100px; */
	opacity: 1;
	filter: alpha(opacity=1);
}
#swiper2{
	/*padding-top: 50px;*/
}
.wel-two-work h2{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	/*height: 45px;*/
	overflow: break-all;
	/*text-overflow:ellipsis;*/
	/*white-space: nowrap;*/
}
.wel-two-work p{
	font-size: 14px;
	color: #333;
	/*line-height: 30px;*/
	/*height: 30px;*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	/*margin-bottom: 14px;*/
	margin-top:30px;
}
.wel-two-work ul{
	display: none;
	transition:all 0.3s;
}
.wel-two-work li{
	float: left;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	margin: 0 1px;
}
.wel-two-work h3{
	font-size: 12px;
	color: #333;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all 0.3s;
}
.wel-two-work-right{
	float: right;
	max-width: 340px;
	text-align: center;
	width: 68% ;
	position: relative;
}
.wel-two-work-right .blck{
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	transition:all 0.5s;

}
.wel-two-work-right .none{
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 335px;
	transition:all 0.5s;
}
.wel-two-work-left{
	float: left;
	width: 32%;
	overflow: hidden;
}
.wel-two-work {
	position: relative;
}
.wel-two-workbt h6{
	width: 130px;
	display: block;
	height: 38px;
	background: #008e3f;
	border:1px solid #008e3f;
	border-radius: 50px;
	font-size: 12px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
.wel-two-workbt h5{
	float: left;
}
.wel-two-workbt h5 img{
	width: 100%;
}
.wel-two-workbt{
	/*display: none;*/
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 5;
	/*min-height: 59px;*/
	transition:all 0.3s;
}
#swiper2 .swiper-paginatione{
	position: relative;
	bottom:0;
	padding: 43px 0
}
.wel-three{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.wel-three-ajax{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wel-three{
	background: #000;
}
.wel-three img{
	width: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel-four .wel-two-nav{
	background: none
}
#swiper3 .swiper-slide{
	background: #fff;
	border:1px solid #e4e4e4;
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#swiper3 .swiper-text{
	padding: 35px 50px 47px 50px;
	width: 100%;
}
#swiper3 .swiper-text h2{
	font-size: 22px;
	color: #333;
	height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 32px;
	margin-bottom: 10px;
}
#swiper3 .swiper-text h3{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
#swiper3 .swiper-text span{
	display: block;
	width: 43px;
	height: 43px;
	background: url(../img/img_22.png) no-repeat center center;
	margin-top: 42px;
	transition:all 0.3s;

}
#swiper2 a{
	display: block;
	width: 100%;
	height: 100%;
}
#swiper3  .swiper-img{
	width: 100%;
	overflow: hidden;
	height: auto;
}
#swiper3 .swiper-img img{
	max-width: 580px;
	width: 100%;
	transition:transform 0.5s;
}
#swiper3 a{
	display: block;
	width: 100%;
	height: 100%;
}
#swiper3{
	padding-bottom: 79px;
}
#swiper3 .swiper-paginationr{
	bottom: 30px;
	display: none;
}
.wel-five ul{
	padding: 59px 0 64px 0
}
.wel-five li:first-child{
	width: 25%;
	border-left: none;
}
.wel-five li:first-child a{
	padding-left: 30%
}
.wel-five li{
	float: left;
	padding: 0 6%;
	min-height: 85px;
	width: 25%;
	text-align: center;
	border-left: 2px solid #eaeaea;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;
}
.wel-five a{
	display: inline-block;
	width: auto;
	padding-left: 36%;
	text-align: left;
}
.wel-five a h2,.wel-five a p{
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.wel-five li.t0 a{
	background: url(../img/img_24.png) no-repeat left 5px;
}
.wel-five li.t1 a{
	background: url(../img/img_25.png) no-repeat left 5px;
}
.wel-five li.t2 a{
	background: url(../img/img_26.png) no-repeat left 5px;
}
.wel-five li.t3 a{
	background: url(../img/img_27.png) no-repeat left 5px;
}
#video{
	cursor: pointer;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.produ-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.produ-banner img{
	width: 100%;
}
.produ-nav{
	background: #f0f0f0;
	position: relative;
	z-index: 15;
	width: 100%;
	/*box-shadow:0px 0px 8px #008E3F;
	filter:alpha(opacity=70);
	opacity:0.7;*/
	/*animation: clipMe 10s linear infinite;*/
}



#swiper10{
	float: left;
	width: 75%;
	/*padding-bottom: 100px;*/
	/*margin-bottom: */
	padding-bottom: 13px;
	position: relative;
	z-index: 10;
	margin-bottom: -13px;
}
#swiper10 .swiper-button-prev{
	width: 3%;
	height: 100%;
	top: 0;
	margin-top: 0;
	left: 0;
	right: auto;
	opacity: 1;
	background: none;
	font-family: "SimSun";
	font-size: 20px;
	padding-top: 5px;
	filter: alpha(opacity=100);
	display: none;
}
#swiper10 .swiper-button-next{
	width: 3%;
	height: 100%;
	top: 0;
	margin-top: 0;
	left: auto;
	right: 0;
	opacity: 1;
	padding-top: 5px;
	background: none;
	font-family: "SimSun";
	font-size: 20px;
	filter: alpha(opacity=100);
	display: none;
}
.produ-nav li{
	display:  inline-block;
	width: 210px ;
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #dbdbdb;
	float: left;
	z-index: 1;
	position: relative;
	transition:all 0.3s;
}
.produ-nav li:after{
	display: block;
    width: 26px;
    height: 13px;
    position: absolute;
    bottom:-13px;
    left: 50%;
    margin-left: -13px;
    clear: both;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #008e3f;
    content: " ";
    opacity: 0;
    filter: alpha(opacity=0);
    transition:all 0.3s;
}
.produ-nav li a{
	display: block;
	color: #333;
	transition:all 0.3s;
}
.produ-nav .purchase{
	display: block;
	width: 111px;
	height: 44px;
	font-size:14px;
	color: #fff;
	line-height: 44px;
	border:1px solid #de2532;
	background: #de2532;
	text-align: center;
	float: right;
	border-radius: 4px;
	margin-top: 20px;
	transition:all 0.3s;
}
.produ-nav li.on {
	background: #008e3f;
	transition:all 0.3s;
}
.produ-nav li.on a{
	color: #fff;
	transition:all 0.3s;
}
.produ-nav li.on:after{
	opacity: 1;
	filter: alpha(opacity=100);
	transition:all 0.3s;
}
.w1750{
	max-width: 1750px;
	margin:  0 auto;
}
.facade-one{
	background: #edf5ed;
	padding-top: 72px;
}
.facade-one-nav{
	width: 40%;
	text-align: center;
	margin: 0 auto;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	padding-bottom: 50px;
}
.facade-one-nav h3{
	font-size: 24px;
	color: #333;
	line-height: 26px;
	font-weight: normal;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	margin-bottom: 10px;

}
.facade-one-nav h2{
	font-size: 48px;
	color: #333;
	line-height: 50px;
	margin-bottom: 30px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;

}
.facade-one-nav p{
	font-size: 18px;
	color: #595757;
	line-height: 31px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.facade-one-none{
	display: block;

}
.facade-one-img{
	width: 100%;
	text-align: center;
	margin:  0 auto
}
.facade-one-img img{
	max-width: 1750px;
	width: 100%;
}
.facade-one-none a{
	display: inline-block;
	padding-right: 33px;
	background: url(../img/img_30.png) no-repeat right center;
	color: #f5f5f5;
	font-size: 16px;
	position: absolute;
	bottom:50px;
	left: 50%;
	line-height: 20px;
}
.facade-one-work-nav{
	text-align: center;
	width: 50%;
	margin:  0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
}
.facade-one-work-nav h2{
	font-size: 36px;
	color: #595757;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	line-height: 40px;
	margin-bottom: 20px
}
.facade-one-work-nav p{
	font-size: 18px;
	color: #595757;
	line-height: 31px;
}
.facade-one-work ul{
	margin-top: 58px;
	position: relative;
	padding-bottom: 115px;
}
.facade-one-work .closes{
	display: block;
	width: 38px;
	height: 38px;
	background: url(../img/img_33.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	margin-left: -19px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.facade-one-work li img{
	max-width: 100%;
	width: 100%;
}
.facade-one-work{
	display: none;
}
.nanairo-img li{
	width: 100%;
	max-width: 100%;
	display: none;
}
.nanairo-img img{
	width: 100%;
	max-width: 100%;
}
.nanairo-img li.on{
	display: block;
}
.nanairo-btn{
	position: absolute !important;
	left: 50%;
	top: 0;

}
.nanairo-btn .facade-one{
	background: none
}
.nanairo-btn h3,.nanairo-btn h2 ,.nanairo-btn p{
	color: #fff
}
.nanairo-btn-left{
	padding-top:140px;
	line-height: 18px;
	width: 123px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	float: left;
	text-align: center;
	background: url(../img/img_34.png) no-repeat top center;
	background-size: contain;
	transition:all 0.3s;
}
.nanairo-img-dia,.nanairo-img-dia-off{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.nanairo-img-dia img,.nanairo-img-dia-off img{
	width: 100%;
}
.facade-one-nav-dia{
	display: none;
}
.nanairo-btn-right {
	padding-top:140px;
	line-height: 18px;
	width: 123px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	float: right;
	text-align: center;
	background: url(../img/img_36.png) no-repeat top center;
	background-size: contain;
	transition:all 0.3s;
}
.nanairo-btn-bt{
	padding: 0 9.5%;
	padding-top: 17.5%
}
.nanairo-img-dia.on{
	display: block;
}
.nanairo-img-dia-off{
	display: none;
}


.facade-one-nav-dia.on{
	display: block !important;
}
.facade-one-nav.on{
	display: none;
}
.rectangle{
	overflow: hidden;
}
.rectangle img{
	width: 100%;
	max-width: 100%;
}
.rectangle .facade-one{
	position: absolute;
	top: 0;
	left: 50%;
	background: none
}
.rectangle h3,.rectangle p{
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rectangle h2{
	color: #fff
}
.rectangle-data{
	position: absolute;
	bottom:24%;
	left: 50%;
	max-width: 533px;
	width: 27.76%;
	margin-left: -13.88%;
	opacity: 0;
	filter: alpha(opacity=0);
}



/*img*/

.por img{
	max-width: 100%;
	width:100%;
}


.rotate{
	padding-top: 72px;
}
.threesixty-btn{
	width: 35%;
	text-align: center;
	margin: 0 auto
}
.cus-btn{
	font-family: "DIN-Regular";
	color: #727171;
	font-size: 20px;
}
.cus-btn span{
	font-family: "DIN-Regular";
}
.threesixty-btn .line{
	width: 66%;
	height: 1px;
	background: #dcdddd;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
	display: inline-block;
}
.line span{
	width: 11px;
	height: 12px;
	background: url(../img/img_39.png) no-repeat center center;
	display: block;
	position: absolute;
	top: -5px;
	cursor: pointer;
	left
}
.facade-bt{
	background: #f5f5f5
}
.fade-bt-left{
	float: left;
	width: 50%;
}
.fade-bt-left img{
	width: 43.4%;
	max-width: 247px;
	display: block;
	float: left;
}
.rid-three .rid-one-work h3{
	color: rgba(255,255,255,0.5);
}
.fabt-left-work{
	padding-left: 13%;
	float: left;
	padding-top: 6%;
	width: 56.6%;
	margin-bottom:30px;
}
.fabt-left-work p{
	font-size: 18px;
	color: #595757;
	line-height: 20px;
	margin-bottom: 25px;
}
.facade-bt{
	margin-top: 85px;
}
.fabt-left-work a{
	display: block;
	font-size: 32px;
	color: #595757;
	line-height: 44px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	transition:all 0.3s;	
}
.facade-bt .under{
	display: block;
	float: right;
	font-size: 18px;
	color: #45b035;
	/*line-height:250px;
	margin:auto 0;*/
}
.rid-one-left{
	float: left;
	position: relative;
	left: -500px;
	width: 56.28%;
	padding: 9% 16.5% 7% 9.5%;
	max-width: 788px;
	background: url(../img/img_112.png) no-repeat left center;
	background-size: contain;
	position: relative;

}
.rid-one-left .opacity{
	opacity: 0;
	filter: alpha(opacity=0);
}
.rid-one-left img{
	width: 100%;
	max-width: 498px;
}
.rid-one-left .absition{
	position: absolute;
	top: 16.1%;
	left: 15.5%;
	width: 58%;
	max-width: none;
	-webkit-transform: rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@ rotation{
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
.rid-one-right{
	display: table;
    table-layout: fixed;
    height: 100%;
    width: 34.28%;
    position: relative;
    left: 500px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rid-one-work{
	display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
}
.rid-one-work h3{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.rid-one-work h2{
	margin-top: 10px;
	font-size: 48px;
	color: #333;
	line-height: 52px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	margin-bottom: 32px;
}
.rid-three-left .rid-one-work h2{
	color: #fff
}
.rid-one-work p{
	font-size: 18px;
	color: #595757;
	line-height: 32px;
}
.rid-three-right{
	width:57.85%;
	float: right;
	max-width: 810px;
	position: relative;
	top: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.rid-three-right img{
	width: 100%;
}
.rid-three{
	padding-bottom: 144px;
	overflow: hidden;
}
.rid-three-left{
	float: left;
	width: 30.8%;
	display: table;
    table-layout: fixed;
    position: relative;
   	left: -100px;
   	opacity: 0;
   	filter: alpha(opacity=0);
}
.rid-four .facade-one{
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10
}
.rid-four h3,.rid-four p{
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rid-four h2{
	color: #fff
}
.rid-four img{
	max-width: 100%;
	width: 100%;
	position: relative;
	bottom: -100px;
}
.rid-five h3,.rid-five p{
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
}
.rid-five h2{
	color: #333
}
.rid-six img{
	width: 100%;
}
.rid-six .facade-one{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: none;
	text-align: left;
	top: 15%;
}
.rid-six .facade-one .facade-one-nav{
	margin: 0;
	text-align: left;
	margin-left: 13.54%;
	left: -100px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
.rid-six h3,.rid-six p{
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rid-six h2{
	color: #fff
}
.facade-bt.on{
	margin: 0
}
.produ-banner-ul li{
	display: none;
}
.produ-banner-ul li img{
	width: 100%;
	max-width: 100%;
}
.produ-banner-ul li.on{
	display: block;
}
.produ-banner-work{
	/*display: table;*/
	display: block;
    /*table-layout: fixed;*/

    position:absolute !important;
    top: 0;
    left: 50%;
    /*left: 13.54%;*/
}
.produ-banner-works{
	/*display: table-cell;*/
    /*vertical-align: middle;*/
    display: inline-block;
    max-width: 434px;
    width: 31% ;
    position: relative;
}
.produ-banner-works dd{
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	margin: 0  6px;
	display: block;
	cursor: pointer;

}
.produ-banner-work img{
	max-width: 434px;
}
.par-table-nav{
	position: relative;
	z-index: 10;
	width: 100%;
	background: #fff;
}
.par-table{
	padding-top: 80px;
}
.par-table table{
	width: 100%;
}
.par-table table tr{
	border-top: 1px solid #e2e2e2
}
.par-table table td{
	padding: 80px 0;
	font-size: 20px;
	color: #000000;
	font-family: "DIN-Regular";
	position: relative;
	width: 40%;
}
.par-table table td span{

}
.par-table-navs{
	display: none;
	width: 100%;
	
}
.par-table-nav.on{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.par-table table td.in{
	padding-left: 20%;
}
.par-table-nav-two,.par-table-nav-three{
	font-size: 30px;
	line-height: 90px;
	float: left;
	font-family: "DIN-Regular";
    font-family: "DIN-Regular";
    position: relative;
    width: 40%;
}
.par-table-nav-three{
	 width: 26%;
}
.par-table-nav-one{
	vertical-align:text-top;
	width: 34%;
	font-size: 25px;
	color: #000;
	float: left;
	padding-left:7%;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	opacity: 0;
	filter: alpha(opacity=0);
}
.par-table table tr td:first-child{
	vertical-align:text-top;
	width: 34%;
	font-size: 25px;
	color: #000;
	padding-left:7%;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.par-table table tr td:last-child{
	/*text-align: center;*/
	width:26%;

}
.par-table table tr td img{
	/*max-height: 100%;*/
	max-width: 100%;
}
.par-table table tr td p{
	font-size: 20px;
	color: #000;
	line-height: 40px;
	/*font-family: "Noto Sans S Chinese Light";*/
}
.facade-bt-par img{
	max-width: 304px;
}
.pio-one img{
	width: 100%;
}

.poi-one-poa{
	display: table;
    table-layout: fixed;
    position: absolute !important;
    top: 0;
    left: 50%;
}
.poi-one-work{
	display: table-cell;
    vertical-align: middle;
    padding-right: 68%;
    position: relative;
    left: -200px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.poi-one-work h3{
	font-size: 24px;
	color: #fff;
	line-height:28px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.poi-one-work h2{
	font-size: 48px;
	color: #fff;
	line-height: 52px;
	margin-bottom: 30px;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	margin-top: 10px;
}
.poi-one-work p{
	font-size: 18px;
	color: #fff;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	line-height: 30px;
}
.poi-one-work li{
	float: left;
	width: 122px;
	height: 122px;
	margin-right: 15px;
	padding: 1%;
	position: relative;
	cursor: pointer;
	text-align: center;
	padding-top: 7%;
}
.poi-one-work li:last-child{
	margin: 0
}
.poi-one-work ul{
	padding-top: 90px;
}
.poi-one-work li b{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_51.png) no-repeat center center;
	background-size: cover;
	transition:all 0.3s;
}
.poi-one-work strong{
	font-weight: normal;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	display: block;
}
.poi-one-work h4{
	font-size: 24px;
	color: #fff;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;

}
.poi-one-work i{
	font-family: "DIN-Regular";
	font-size: 47px;
	color: #fff;
	line-height: 50px;
	font-style: normal;
}
.dc{
	background: #dcdddd
}
.pio-two{
	padding-top: 75px;
	padding-bottom: 52px;
}
.pio-two-left{
	float: left;
	max-width: 360px;
	font-size: 44px;
	font-family: "DIN-Regular";
	line-height: 60px;
	width: 25.7%;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.pio-two-right{
	float: right;
	width: 60.78%;
	position: relative;
	right: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.pio-two-right h3{
	float: left;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 30px;
	padding-right: 15px;

}
.pio-two-rico{
	padding-bottom: 38px;
	background: url(../img/img_52.png) no-repeat 0 bottom;
	background-size: contain;
	padding-left: 16px;
	width: 100%;
}
.bocweb-right li.on a{
		color: #008e3f;
		transition:all 0.3s;
	}
.pio-two-rico span{
	display: block;
	margin: 12px 0;
	height: 51px;
	width: 0%;
}
.pio-two-ricosy{
	padding-top: 12px;
	padding-bottom: 12px;
 	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.pio-two-ricosy .icoone{
	background: url(../img/img_53.png) no-repeat left center;
	background-size: contain;
}
.pio-two-ricosy .icotwo{
	background: url(../img/img_54.png) no-repeat left center;
	background-size: contain;
}
.pio-two-work{
	float: left;
	width: 77%;
}
.pio-two-stand p{
	font-size: 23px;
	color: #595757;
	line-height: 40px;
	font-family: "DIN-Regular";
}
.pio-two-stand ul{
	padding-top: 35px;
	padding-bottom: 20px;
}
.pio-two-stand li{
	float: left;
	margin-right: 27px;
	color: #595757;
	line-height: 26px;
	font-size: 24px;
}
.pio-two-stand li:first-child u{
	background: #006fc7
}
.pio-two-stand li:first-child{
	font-family: "DIN-Regular";
}
.pio-two-stand li u{
	width: 20px;
	height: 20px;
	background: #8b8b8b;
	display: inline-block;
	margin-right: 8px;
}
.none{
	display: none;
}

.block{
	display: block;
}
.poi-one-poa{
	cursor: pointer;
}
.pio-three.on .none{
	display: block;
}
.pio-three.on .block{
	display: none;
}
.pio-four{
	width: 100%;
	position: relative;
}
.pio-four img{
	max-width: 100%;
	width: 100%;
}
.pio-four-img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_58.png) no-repeat bottom center;
	background-size: contain;
	padding: 28.6% 40.7% 11.7% 58.07%
}
.pio-four-light{
	position:relative;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../img/img_666.gif) no-repeat bottom center;
	background-size: contain;
	/*webkit-animation: waves 2s linear 1 backwards;
	animation: waves 2s linear 1 backwards;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;*/
	overflow: hidden;
}
@-webkit-keyframes waves {
  0% {
  	background:url(../img/img_64.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  25%{
  	background: url(../img/img_63.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
   50% {
  	background: url(../img/img_62.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  75%{
  	background: url(../img/img_61.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  100%{
  	background: url(../img/img_59.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
}
@keyframes waves {
 0% {
  	background:url(../img/img_64.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  25%{
  	background: url(../img/img_63.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
   50% {
  	background: url(../img/img_62.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  75%{
  	background: url(../img/img_61.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
  100%{
  	background: url(../img/img_59.png) no-repeat bottom center;
	background-size: 100% 100%;
  }
}
.pio-four .facade-one{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	background: none;
	z-index: 2
}
.pio-five{
	overflow: hidden;
	position: relative;
}
.pio-five img{
	width: 100%;
	position: relative;
}
.pio-five h3,.pio-five h2{
	color: #333
}
.produ-nav.in{
	border-bottom: none;
}
.product-poa{
	position: absolute !important;
	top: 0;
	left: 50%;
}
.product-poa h2{
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 30px;
}
.product-poa p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.list .swiper-slide{
	width: 32%;
	float: left;
	margin-bottom: 15px !important; 
	margin: 0 0.65%;
}
/*.list .swiper-slide:nth-child(3n-1){
	margin: 0 1.9%;
}*/
.mores{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #008e3f;
	border-radius: 50px;
	border:1px solid #008e3f;
	margin:50px auto 110px auto;
	transition:all 0.3s;
}
.product li{
	width: 100%;
	text-align: center;
	padding-top: 87px;
}
.product a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.product li h2{
	font-size: 36px;
	color: #000;
	line-height: 40px;
	margin-bottom: 28px;
}
.product li p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	width: 65.8%;
	margin: 0 auto;
}
.product img{
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-top: 40px;
}
.product h4{
	font-weight: normal;
	font-size: 14px;
	color:#fff;
	width: 160px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	bottom:29px;
	right: 29px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.5);
	transition:all 0.3s;
}
.product{
	padding-bottom: 68px;
}
.info-one{
	background: #f5f5f5
}
.info-one-right{
	width: 39.7%;
	float: right;
	
	/*border-left: 1px solid #e1e1e1*/
}
.info-one-left{
	width: 60.3%;
	float: left;
}
.info-one-right h2{
	padding-left: 5%;
	border-left: 6px solid #008e3f;
	font-size: 35px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 30px;
}
.info-one-right h2 strong{
	font-weight: normal;
	font-size: 18px;
	padding-left: 5px;
}
.info-one-right p{
	font-size:15px;
	color: #666666; 
	/*padding-left: 14%;*/

}
.info-one-right h4{
	padding-left: 14%;
	margin-top: 65px;
	font-size: 24px;
	color: #333333;
	line-height: 26px;
}

/*PC 端*/
@media (min-width:480px){
.info-one-right ul{
	padding-left: 14%;
	margin-top: 18px;
	margin-bottom: 8%;
}

.info-one-buy{
	width:20%;
	font-size:14px;
	background:red;
	color:white;
	border-radius: 15px;
	text-align:center;
	margin-bottom: 20%;
}
}
/*移动端*/
@media (max-width:480px){

.info-one-right ul{
/*padding-left: 14%;*/
margin-top: -25px;
/*margin-bottom: 28%;*/
}

.info-one-buy{
	width:20%;
	font-size:14px;
	background:red;
	color:white;
	border-radius: 15px;
	text-align:center;
	margin-top:20px;
}
}






.info-one-right li{
	float: left;
	margin-right: 12px;
	padding-bottom: 7px;
	cursor: pointer;
}
.info-one-left{
	display: table;
    table-layout: fixed;
}
.info-ajax{
	display: table-cell;
    vertical-align: middle;
}
.info-one-right-work{
	padding-top:21.4%;
}

#swiper4{
    max-height: 328px;
    padding-right: 10px;
    padding: 28px 0
}
#swiper4 .swiper-slide{
	width: 70px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	background: #f5f5f5;
	border:1px solid rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
	cursor: pointer;
}

#swiper4 .swiper-slide.on:after,#swiper4 .swiper-slide:hover:after{
	display: block;
    height: 0;
    clear: both;
    position: absolute;
    right: -10px;
    content: " ";
    top: 50%;
	width: 10px;
	margin-top: -5px;
    height: 10px;
    background: url(../img/img_70.png) no-repeat center left;
    z-index: 2
}
.info-ajax-left{
	width: 100%;
	position: relative;
	float: left;
	width: 77px;
}
#swiper4 .swiper-slide:after{
}
#swiper4 .swiper-slide.on,#swiper4 .swiper-slide:hover{
	border: 2px solid #209b57
}
.info-ajax-right{
	width: 85.4%;
	float: right;
	padding-right: 42px;
	min-height: 74%;
}
.info-ajax-right img{
	/*display: block;*/
	margin:  0 auto;
	width: 100%;
	max-width: 656px;
}
.imh{
	display: block;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto
}
#swiper4 .swiper-button-next,#swiper4 .swiper-button-prev{
	width: 100%;
	height: 28px;
	background: #f5f5f5;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
	right: 0;
}
#swiper4 .swiper-button-next{
	background: #f5f5f5 url("../img/img_73.png") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	transition:all 0.3s;
}
#swiper4 .swiper-button-prev{
	background: #f5f5f5 url("../img/img_74.png") no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: auto;
	top: auto;
	transition:all 0.3s;
}
.base-box-pic{
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
}
.base-box-pic li{
	width: 100%;
	overflow: hidden;
}
.base-box-pic li img{
	width: 100%;
}
#swiper5 .swiper-pagination{
	opacity: 0;
	filter: alpha(opacity=0);
}
#swiper5 .swiper-pagination span{
	background: #dedede
}
#swiper5 .swiper-pagination span.swiper-pagination-bullet-active{
	background:url("../img/img_18.png") no-repeat center center
}
.con{
	float: right;
	width: 50%;
	padding-right: 13.54%;
	padding-left: 4%;
	display: table;
    table-layout: fixed;
    overflow: hidden;
}
.con-work{
	display: table-cell;
    vertical-align: middle;
    max-height: 70%;
    overflow: auto;
}
.con-work h2{
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 10px
}
.con-work h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 18px;
}
.con-work i{
	display: block;
	width: 80px;
	height: 1px;
	background: #bfbfbf;
	margin-bottom: 25px;
}
.con-work-auto{
	max-height: 78%;
	overflow: auto;
	padding-right: 5.6%;
}
.con-work p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 14px;
}
.con-work-auto::-webkit-scrollbar{
    width: 4px;
    height: 16px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.con-work-auto::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #d4d4d4;
}
/*定义滑块，内阴影及圆角*/
.con-work-auto::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 200px;
    border-radius: 10px;
    background-color: #008e3f;
}
.about-idea-h2{
	font-size: 48px;
	color: #333;
	line-height: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	margin-top: 84px;
}
.about-idea-h2 i{
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #b0b0b0;
	display: block;
	left: 50%;
	margin-left: -25px;
}
#swiper5 .swiper-slide{
	padding: 36px 0 46px 0;
	text-align: center;
	cursor: pointer;
	transition:all 0.3s;
}
.swiper-img{
	display: inline-block;
	margin: 0 auto;
	height: 60px;
	position: relative;
}
.swiper-img b{
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	background: #33a565;
	left: 50%;
	margin-left: -14px;
	bottom:0;
	margin-bottom: 10px;
}
#swiper5 h3{
	font-size: 28px;
	color: #313131;
	line-height: 30px;
	margin-bottom: 10px;
}
#swiper5 p{
	font-size: 12.8px;
	line-height: 20px;
	color: #878787;
	margin-bottom: 18px;
}
#swiper5 h4{
	font-family: "DIN-Regular";
	font-size: 30px;
	color: #008e3f;
	font-weight: bold;
	display: inline-block;
	padding:0 14px ;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3
}
#swiper5{
	padding: 36px 2px 105px 2px
}
.about-honnor{
	background: #f5f5f5;
	overflow: hidden;
}
#swiper6 li{
	padding: 3% 6%  4% 4%;
	background: #fff;
	float: right;
	width: 31.8%;
	margin-bottom: 24px;
	cursor: pointer;
	transition:all 0.3s;
	position: relative;
}
#swiper6 li:nth-child(1){
	height: 200px;
	margin: 0;
}



#swiper6 li i{
	display: block;
	width: 71px;
	height: 2px;
	background: #cccccc;	
	margin-bottom: 25px;
	transition:all 0.3s;

}
#swiper6 li h2{
	font-size: 24px;
	line-height: 30px;
	color: #020202;
	font-family: "PingFangSC-Regular","PingFang SC", "Hiragino Sans GB", "Noto Sans S Chinese Light","Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	transition:all 0.3s;
}
#swiper6 h3{
	font-size: 28px;
	color: #020202;
	line-height: 36px;
	margin-bottom: 25px;
	height: 72px;
	transition:all 0.3s;
}
#swiper6 li:nth-child(2n){
	margin: 0 2.14%;
	margin-bottom: 25px;
}
#swiper6 p{
	font-size: 14px;
	color: #888888;
	padding-right: 25px;
	background: url(../img/img_82.png) no-repeat right center;
	background-size: inherit;
	display: inline-block;
	transition:all 0.3s;
}


@media(max-width:960px){
	#swiper6 .sseiper-poa-img{
		position: absolute;
		bottom: 20%;
		left: 7%;
		max-width: 50px;
		width: 16%;
	}
	#swiper6 li a{
		display: block;
		width: 80%;
		height: 100%;
		margin-left:30%;

	}
	#swiper6 li.on .sseiper-poa-img{
		bottom:5%;
		width: 31%;
	}
}
@media(min-width:960px){
	#swiper6 .sseiper-poa-img{
		position: absolute;
		bottom: 11%;
		right: 7%;
		max-width: 70px;
		width: 16%;
	}
	#swiper6 li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#swiper6 li.on .sseiper-poa-img{
		bottom:5%;
		max-width: 137px;
		max-height: 137px;
		width: 31%;
	}
}

#swiper6 .sseiper-poa-img img{
	max-width: 100%;
	width: 100%;
}
#swiper6{
	 padding-top: 55px;
	 padding-bottom: 75px;
}
.block{
	display: inline-block;
}
.none{
	display: none;
}
#swiper6 .swiper-paginations{
	bottom: 0;
	position: relative;
	padding-top: 18px;
}
.about-synopsis li{
	border-bottom: 1px solid #dddddd;
	padding: 97px 0;
}
.synopsis-left{
	width: 45%;
}
.synopsis-right{
	width: 47%;
}
.synopsis-left img{
	width: 100%;
}
.about-synopsis li:nth-child(odd) .synopsis-left{
	float: left;
}
.about-synopsis li:nth-child(odd) .synopsis-right{
	float: right;
}
.about-synopsis li:nth-child(even) .synopsis-left{
	float: right;
}
.about-synopsis li:nth-child(even) .synopsis-right{
	float: left;
}
.synopsis-right h2{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 18px;
}
.synopsis-right-work h3{
	font-size: 24px;
	color: #000;
	line-height: 26px;
	margin-bottom: 20px;
}
.synopsis-right-work p{
	font-size: 16px;
	color: #666666;
	width: 48%;
	line-height: 28px;
	margin-bottom: 5px;
}
.synopsis-right-work p:nth-child(odd){
	float: left;
}
.synopsis-right-work p:nth-child(even){
	float: right;
}
.synopsis-right .synopsis-right-work.on{
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.synopsis-right .synopsis-right-work.in h3{
	font-size: 30px;
}
#swiper7 .swiper-slide{
	padding-top: 25px;
	background: url(../img/img_91.png) no-repeat top left;
	background-size: inherit;
	font-size: 26px;
	color: #000000;
	line-height: 28px;
	cursor: pointer;
}
#swiper7 .swiper-slide p{
	padding-top: 25px;
	display: inline-block;
}
#swiper7 .swiper-slide.on p{
	color: #008e3f;
	background: url(../img/img_92.png) no-repeat top center;
}
.about-idea-ajax{
	padding-top: 46px;
}
.idea-ajax{
	padding: 3.5% 3.5%;
	width: 100%;
	background: #fff;
}
#swiper7{
	padding-bottom: 106px;
	margin-top: 36px;
}
.about-team li{
	text-align: center;
	width: 16.6%;
	float: left;
}
.about-team-img{
	max-height: 44px;
	display: inline-block;
}
.about-team h4{
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 25px;
}
.about-team h3{
	font-size: 15px;
	color: #333;
	line-height: 19px;
}
.about-team a{
	display: block;
	width: 100%;
	height: 100%;
}
.about-team ul{
	padding: 68px 0 100px 0
}
#swiper9{
	width: 35.9%;
	float: left;
}
#swiper9 img{
	width: 100%;
}
#swiper9 .swiper-paginations{
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
#swiper9 .swiper-pagination span{
	background: #dedede
}
#swiper9 .swiper-pagination span.swiper-pagination-bullet-active{
	background:url("../img/img_18.png") no-repeat center center
}
.idea-ajax-right{
	float: left;
	padding-left:8% ;
	width: 57.14%;
	padding-right: 3%;
	overflow: auto;
}

.idea-ajax-right::-webkit-scrollbar{
    width: 4px;
    height: 16px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.idea-ajax-right::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #d4d4d4;
}
/*定义滑块，内阴影及圆角*/
.idea-ajax-right::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 200px;
    border-radius: 10px;
    background-color: #008e3f;
}
.idea-ajax-right h2{
	font-size: 48px;
	color: #008e3f;
	line-height: 52px;
	margin-bottom: 30px;
	font-family: "DIN-Regular";
}
.idea-ajax-right span{
	font-size: 24px;
	color: #008e3f
}
.idea-ajax-right p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
	margin-bottom: 17px;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;

}
.per-com{
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.per-com img{
	max-width: 100%;
	position: relative;
}
.per-com-phone{
	display: none;
}
.per-com-phone{
	width: 100%;

}
.per-com-phone img{
	max-width: 100%;
	width: 100%
}
#swiper1 .swiper-banner-poa{
	position: absolute;
	top: 50%;
	left: 15.6%;
	max-height: 308px;
	height: 34.3%
}
#swiper1 .swiper-banner-poar{
	position: absolute;
	top: 50%;
	right: 15.6%;
	max-height: 308px;
	height: 34.3%
}
#swiper1 .swiper-banner-poac{
	position: absolute;
	top: 50%;
	right: 32%;
	left: auto !important;
	max-height: 308px;
	height: 34.3%
}
#swiper1 .swiper-banner-poa img{
	height: 100%;
}
#swiper1 .swiper-banner-poar img{
	height: 100%;
}
.threesix{
	width: 46%;
	height: 57%;
	margin: 0 auto;
	position: relative;
}
.threesixzero{
	height: 80%;
	overflow: hidden;
}
.beauty{
	padding-bottom: 95px;
}
.beauty li{
	float: left;
	width: 33.3%;
	padding: 0 3.15%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 100px;
}
.beauty li img{
	width: 100%;
}
.rid-two .facade-one{
	background: none;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 100px;
	position: relative;
}
.beauty-one{
	width: 70%;
	position: absolute;
	bottom:-10px;
	left: 50%;
}
.beauty-one p{
	width: 0%;
	height: 17px;
	line-height: 17px;
}
.beauty-one p img{
	width: 100%;
}
.beauty-one span{
	font-size: 23px;
	line-height: 30px;
	color: #d4372b;
	font-family: "DIN-Regular";
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
}
.beauty-two{
	width:85%;
	position: absolute;
	top: 0;
	left: 50%;
}
.beauty-two span{
	display: block;
	position: absolute;
	top: 0;
	border: 1px dashed #e9292f;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.beauty-two span:first-child{
	left: 0;
	height: 2px;
	transform:rotate(-60deg);
	-ms-transform:rotate(-60deg); 	
	-moz-transform:rotate(-60deg); 	
	-webkit-transform:rotate(-60deg);
	-o-transform:rotate(-60deg); 
}
.beauty-two span:nth-child(2){
	right: 0;
	height: 2px;
	transform:rotate(60deg);
	-ms-transform:rotate(60deg); 	
	-moz-transform:rotate(60deg); 	
	-webkit-transform:rotate(60deg); 
	-o-transform:rotate(60deg); 
}
.beauty-two span:last-child{
	left: 0%;
	height: 2px;
	bottom:0;
	top: auto;
}
.beauty-three{
	width: 45%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom:10%;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.beauty-three img{
	width: 100%;
}
.beauty-work{
	padding-top: 40px;
	text-align: center;
	width: 64%;
	margin: 0 auto
}
.beauty-work h2{
	font-size: 28px;
	color: #595757;
	line-height: 38px;
	margin-bottom: 13px;
}
.beauty-work p{
	font-family: "DIN-Regular";
	font-size: 15px;
	color: #808080;
	line-height: 26px;
}
.scrvice-one{
	padding: 10px 0 98px 0;
	/* background: url(../img/img_118.png) no-repeat top center; */
	background-size: initial
}
.scrvice-one h2{
	font-size: 	40px;
	line-height:60px;
	/* padding-top: 64px; */
	/* background: url(../img/img_119.png) no-repeat top center; */
	background-size: initial;
	text-align: center;

}
.scrvice-one h3{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 55px;
}
.scrvice-two{
	/* background: #f5f5f5; */
	padding: 89px 0 90px 0;
}
.scrvice-two h1{
	font-size: 48px;
	line-height: 60px;
	position: relative;
	padding-bottom: 15px;
	color: #333333;
}
.scrvice-two b{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #b0b0b0
}
.scrvice-one img{
	width: 100%;
}
#swiper12 h2{
	background: #fff;
	padding: 0 49px;
	position: relative;
	cursor: pointer;
	transition:all 0.3s;

}
#swiper12 h2 span{
	line-height: 60px;
	font-size: 26px;
	color: #333333;
	/*background: url(../img/img_121.png) no-repeat right center;*/
	display: block;
	border-bottom: 1px solid #c9caca;
}
.swiper-work{
	padding: 37px 49px 33px 49px;
	background: #fff;
	display: none;
}
.swiper-work p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-left: 20px;
	background: url(../img/img_122.png) no-repeat left 13px;
	margin-bottom: 15px;
}
#swiper12 h2.on{
	background: #008e3f;
	transition:all 0.3s;
}

#swiper12 h2.on span{
	color: #fff;
	/*background: url(../img/img_123.png) no-repeat right center;*/
}

#swiper12 h2 .content{
	color:#333333;
	padding-bottom:15px;
}

#swiper12 h2.on .content{
	color:#fff;
}

.more_q{
	float:right;
	font-size:14px;
	margin-top:10px;
}
.more_q a:hover{
	color:#008e3f;
}
.more_q a:visited{
	color:#008e3f;

}

#swiper12{
	padding-top: 76px;
	z-index: 1;
	position: relative;
	margin-top: -30px;
}
#swiper12 .swiper-paginationyy{
	position: absolute;
	bottom: auto;
	top:0;
	text-align: right;
}
.picture{
	padding: 94px 0 74px 0
}
.picture li{
	float: left;
	width: 31.4%;
	margin-bottom: 40px !important;
	position: relative;
	cursor: pointer;
}
.picture li:nth-child(3n-1){
	margin: 0 2.9%;
}
.picture li img{
	width: 100%;
	max-width: 100%;
}
.picu-poa{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0,0,0,0.7);
	padding: 0;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition:all 0.3s;
}
.picu-poa p{
	font-size: 36px;
	color: #fff;
	text-align: center;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-delay: 0s;
	transition:all 0.3s;
}
.picu-one,.picu-three{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.3);

	position: absolute;
}
.picu-two,.picu-four{
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
}
.picu-poa .por{
	width: 100%;
	height: 100%;
}
.page.on{
	background: #f5f5f5
}
.picu-poa .picu-one{
	top: 0;
	width: 0;
	transition:all 0.3s;
}
.picu-poa .picu-two{
	right: 0;
	height: 0;
	transition:all 0.3s;
}
.picu-poa .picu-three{
	bottom: 0;
	width: 0;
	transition:all 0.3s;
}
.picu-poa .picu-four{
	left: 0;
	height: 0;
	transition:all 0.3s;
}
.picture-ajax{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
.pict-ajax{
	position: fixed;
	z-index: 301;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.pict-ajax-work{
	padding: 0 3.5% 0 5.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	z-index: 303
}
#swiper13{
	width: 71%;
	float: left;
}
#swiper13 img{
	width: 100%;
}
.oict-ajax-right{
	float: right;
	width: 25.28%;
	background: #fff;
	text-align: center;
}
.oict-ajax-right h2{
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 32px;
	padding: 37px 28px;
}
.oict-ajax-right li:nth-child(odd){
	/*float: left;*/
	width: 49%;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.oict-ajax-right li{
	float: left;
}
#swiper20 ul{
	width: 100%;
}
.oict-ajax-right li:nth-child(even){
	/*float: right;*/
	width: 49%;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.oict-ajax-right li img{
	width: 100%;
}

.oict-ajax-right li.on b{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #008e3f;

}
#swiper13 .swiper-button-next,#swiper13 .swiper-button-prev{
	/*display: none;*/
}
.pict-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../img/img_126.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.nanairo-imgss{
	display: none;
}
.fixed{
	position: fixed;
	z-index: 500;
	background: #ffffff;
	width: 100%;
	height: 100%;

}
.w1860{
	width: 100%;	
	margin: 0 auto;
}
.fixed-work{
	top: 50%;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: -167px;
}
.fixed-work-line{
	width: 100%;
	height: 1px;
	background: #e6e5e5;
	position: relative;
}
.fixed-work-line b{
	width: 0;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #008e3f;
	-webkit-animation: long 6s linear 1 backwards;
	animation: long 6s linear 1 backwards;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.fixc-small-car{
	width: 100%;
	position: relative;
}
.fixc-small-car img{
	position: relative;
	-webkit-animation: left 6s linear 1 backwards;
	animation: left 6s linear 1 backwards;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}

@-webkit-keyframes long {
  0% {
  	width: 0
  }
  100%{
  	width: 100%;
  }
}
@keyframes long {
 0% {
 	width: 0;
  }
  100%{
  	width: 100%
  }
}

@-webkit-keyframes left {
  0% {
  	left: 0
  }
  100%{
  	left: 100%;
  }
}
@keyframes left {
 0% {
 	left: 0;
  }
  100%{
  	left: 100%
  }
}
.fixed-work>img{
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.rid-five  img{
	 animation: updown 3s linear infinite;
}
@keyframes updown{
	0%{
		top: 0
	}
	50%{
		top: -10px;
	}
	100%{
		top: 0
	}
}
.nanairo-img-diass{
	display: none;
}

.city-search{
	text-align: center;
	padding-bottom: 48px;
}
.city-search select{
	height: 50px;
	width: 23.78%;
	padding:0 20px 0 50px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	background: #fff;
	border:none;
	border-radius: 4px;
	margin: 0 10px;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)

}
.city-search input[type=text]{
	height: 50px;
	width: 23.78%;
	padding:0 20px 0 50px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	background: #fff;
	border:none;
	border-radius: 4px;
	margin: 0 10px;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background:#fff url(../img/img_127.png) no-repeat 20px center;
}
.city-search select.e0{
	background:#fff url(../img/img_128.png) no-repeat 20px center;
}
.city-search select.e1{
	background:#fff url(../img/img_129.png) no-repeat 20px center;
}
.city-searchs{
	display: inline-block;
	position: relative;
	/*top: 20px;*/
	width: 51px;
	height: 51px;
	background:#008e3f url(../img/img_130.png) no-repeat center center;
	border:1px solid #008e3f;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
#mapTopBtn{
	background: 
}
.addrBox{
	background: rgba(255,255,255,0.95);
	border:none;
	height: auto
}
#mapTopBtn,#mapBottBtn{
	max-height: 47px;
	position: relative;
	z-index: 10
}
.mapMsgBox li .contF h4{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.mapMsgBox .msgSign{
	background: url(../img/img_139.png) no-repeat  left 3px;

}
.suem-poa{
	float: left;
	width: 85%;
}
.mapMsgBox li .contF{
	padding: 0
}
.mapMsgBox li .contF p{
	font-size: 14px;
	line-height: 20px;
}
.mapMsgBox li{
	border-bottom: 1px solid #e0e0e0
}
.addrBox .mapTopBtn{
	background: url(../img/img_140.png) no-repeat center center;
	height: 47px;
	border-bottom: 1px solid #dee0de;
	transition:all 0.3s;
}
.addrBox .mapBottBtn{
	background: url(../img/img_141.png) no-repeat center center;
	height: 47px;
	border-top :1px solid #dee0de;
	transition:all 0.3s;
}
.img-wrap .pic-box{
	width: 100%;
    text-align: center;
    /*height: 544px;*/
    position: relative
}
.img-wrap .pic-box ul,.img-wrap .pic-box li{
	width: 100%;
	height: 100%;
}
.img-wrap .pic-box li{
	position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.img-wrap .pic-box img{
	max-height: 544px;
    max-width: 100%;
}
.pro-none{
	display: none;
	width: 100%;
}
.produ-nav.on{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}
.honor-ajax{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300
}
.shade{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3001;
	background: rgba(0,0,0,0.5);
}
.shade-work{
	position: absolute;
	max-width: 500px;
	max-height: 500px;
	width: 27%;
	height: 53%;
	line-height: 53%;
	top:50%;
	left: 50%;
	margin-left: -13%;
	margin-top: -13%;
	z-index: 302;
	/*background: #fff*/
}
.shade-work img{
	max-height:100%;
	max-width: 100%;
	/*width: 100%;*/
	display: block;
	margin: auto
}
.shade-close{
	right: -30px;
}
.bocweb-right li.in{
	display: none;
}
.bocweb-right li.in b{
	display: block;
    background: url(../img/img_9.png) no-repeat right center;
    font-weight: normal;
    color: #666;
}
.bocweb-right li.in b.on{
	background: url(../img/img_7.png) no-repeat right center;
}
.bocweb-right li.in dl{
    border-top: 1px solid #dadada;
	position: relative;
    top: 0;
    padding: 10px;
    background: none;
    display: none;
}
#swiper8 .swiper-paginationsss{
	display: none;
}
#swiper8.swiper-container .swiper-pagination span{
	background: #dedede
}

#swiper5 .swiper-pagination span.swiper-pagination-bullet-active {
    background: url(../img/img_18.png) no-repeat center center;
}
.pio-one-img .pio-one-img-poa{
	position: absolute;
	width: 
}
.about-story-list .swiper-button-next.swiper-button-disabled,
.about-story-list .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

.pio-one img.nones{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0 !important;
	display: block;
}
#swiper20 .swiper-button-nexts{
	display: inline-block;
	position: relative;
	float: right;
	font-size: 16px;
	padding-right: 26px;
	color: #333;
	width: auto;
	height: 30px;
	top: 0;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(../img/img_125.png) no-repeat right center;
}
	
#swiper20 .swiper-button-prevs{
	display: inline-block;
	position: relative;
	float: left;
	font-size: 16px;
	padding-left: 26px;
	color: #333;
	width: auto;
	height: 30px;
	top: 0;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(../img/img_666.png) no-repeat left center;
}
#swiper20 .swiper-button-disabled{
	opacity: 0;
	filter: alpha(opacity=0);
}
.duozhang{
	display: none;
}
.duozhang .swiper-button-nexty{
	background: 
}
.duozhang .swiper-button-prev{
	background: url(../img3/img_42.png) no-repeat center center;
}
.duozhang .swiper-button-next{
	background: url(../img3/img_41.png) no-repeat center center;
}
.danzhang .swiper-button-prev{
	background: url(../img3/img_42.png) no-repeat center center;
}
.danzhang .swiper-button-next{
	background: url(../img3/img_41.png) no-repeat center center;
}
.img-ppps{
	display: none;
}
#swiper22{
	position: absolute;
    height: 515px;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    background: rgba(255,255,255,0.95);
    border: none;
}
#swiper22 .swiper-button-prev{
	    background:#fff url(../img/img_140.png) no-repeat center center;
    height: 47px;
    border-bottom: 1px solid #dee0de;
    transition: all 0.3s;
        display: block;
    width: 270px;
    overflow: hidden;
    top: 0;
    margin-top: 0;
    left: 0
}
#swiper22 .swiper-button-next{
	right: 0;
	    background:#fff url(../img/img_141.png) no-repeat center center;
    height: 47px;
    border-bottom: 1px solid #dee0de;
    transition: all 0.3s;
        display: block;
    width: 270px;
    overflow: hidden;
    top: 0;
    margin-top: 0
}
#swiper22  .swiper-slide{
    width: 210px;
    padding: 15px 0;
	/*padding-left: 25px;*/
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    height: auto !important;
    display: inline-block;
}
#swiper22  .swiper-map{
	    background: url(../img/img_139.png) no-repeat left 3px;
	    padding-left: 25px;
}
#swiper22  .swiper-slide h4{
	font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
#swiper22  .swiper-slide p{
	    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    color: #656462;
        font-size: 14px;
    line-height: 20px;
}
#swiper22 .swiper-wrapper{
	height: 328px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    width: 220px;
}
.BMap_Marker div img{
	display: none !important;
}
.BMap_Marker div{
	background: url(../img/img_999.png) no-repeat  !important;
	background-size: auto 100% !important;
}