.news-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.container-fluid{
	margin:0;padding:0;
	position: relative;
}

.news-banner .news-banner-p1{
	font-size: 48px;
	color: #fff;
}
.news-banner .news-banner-p2{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}

.service-nav{
	margin: 0 auto;
	line-height: 64px;
	text-align: center;
}
.service-nav a{
	font-size: 16px;
}
.service-nav a{
	padding: 0 40px;
	display: inline-block;
	color: #414141;
	height: 64px;
	
}
.service-nav a.home{
	padding: 0 10px;
}
.service-nav a.home:hover{
	border-bottom: none;
}
.service-nav a.on,.service-nav a:hover{
	border-bottom: 3px solid #0F5E34;
	color: #0F5E34;
}
.service-nav i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #D9D9D9;
}



/*防伪查询*/
.security-check{
	width: 100%;
	height: auto;
	margin: 200px auto 225px auto;
}
.security-check-tit{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	
}
.security-check-tit a{
	color: #1F804A;
	font-size: 30px;
	font-weight: 600;
}
.security-check form{
	margin-top: 70px;
	display: flex;
    justify-content: center;
}
.security-check .word-input{
	width: 560px;
	height: 60px;
	background-color: transparent;
	text-indent: 10px;
	font-size: 16px;
	outline: none;
	border: 1px solid #D5D5D5;
}
.security-check .refer{
	width: 130px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	background-color: #0F5E34;
	border: none;
	outline: none;
}

/*新闻详情页*/
.news-content{
	margin-top: 50px;
	margin-bottom: -70px;
}
.news-content-tit{
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	
}
.news-detail{
	padding: 0 7%;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.news-content-time{
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	color: #2B2B2B;
}
.news-detail-txt p{
	font-size: 16px;
	line-height: 26px;
	/*margin: 50px 0;*/
}
.news-detail-link{
	margin: 40px 0;
	height: 45px;
	text-align: center;
	padding: 0 50px;
}
.news-detail-link a{
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 45px;
}
.prev-news{
	float: left;
}
.next-news{
	float: right;
}
.news-detail-link a.back{
	width: 150px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0F5E34;
}

/*工程案例*/
.project-box2-tit{
	font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}
.project-box2-tit span {
    font-size: 50px;
    color: #0F5E34;
}
.project-box2-tit1{
	font-size: 30px;
    line-height: 80px;
    text-align: center;
}
.project-case{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.project{
	height: auto;
	padding: 0;
	margin-bottom: 5px;
	position: relative;
}
.noproject{
	height: auto;
	padding: 0;
	margin-bottom: 5px;
	background-color: #F4F4F4;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.noproject p{font-size: 28px;}

.project:hover .project-hide{
	display: block;
}

.project-hide{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	top: 0;
	padding: 20px;
	display: none;
}
.project-hide .project-hide-box{
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 30px;
}
.project-hide-num{
	font-size: 24px;
}
.project-hide-tit{
	font-size: 30px;
	line-height: 70px;
}
.project-hide-line{
	width: 1px;
	height: 44px;
	background-color: #fff;
}
.project-hide-desc{
	font-size: 14px;
	line-height: 30px;
	margin-top: 18px;
	text-align: center;
}


/*人才招聘*/
.recruitment{
	height: auto;
	padding: 0;
	margin-top: 36px;
}
.recruitment .rect-tab{
	width: 100%;
	height: auto;
}
.rect-tab-box{
	background-color: #eee;
	color: #414141;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}
.rect-tab-box.on{
	background-color: #0F5E34;
	color: #fff;
}
.rect-cont{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.rect-cont-table{
	border: 1px solid #EDEDED;
	border-collapse:collapse;
}
.rect-cont-table tr{
	height: 70px;
	border:1px solid #EDEDED;
}
.rect-cont-table tr td{
	text-align: center;
	border:0px;
}
.rect-cont-table tr.gray, .rect-cont-table tr.huise{
	background-color: #F5F5F5;
}
.rect-cont-table tr.posi{cursor: pointer;}
.rect-cont-table tr td{
	font-size: 16px;
}
.rect-cont-table tr.rect-need td{
	text-align: left;	
	padding-left: 70px;
	padding-top: 40px;
	
}
.rect-cont-table tr.rect-need td p{
	line-height: 38px;
}
.rect-cont-table tr.rect-need td a{
	line-height: 100px;
	font-size: 16px;
	color: #0F5E34;
}
.rect-need{display: none;}

/*视频中心*/
.video-center{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.video-box{
	margin-top: 10px;
	position: relative;
	padding: 0 4px;
}
.video-box-hide{
	position: absolute;
	width: calc(100% - 8px);
	width: -moz-calc(100% - 8px);
	width: -webkit-calc(100% - 8px);
	width: -o-calc(100% - 8px);
	height: 100%;
	top: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	color: #fff;
	padding: 22px 36px;
}
.video-hide-tit{
	font-size: 26px;
}
.video-hide-en{
	display: none;
	font-size: 14px;
	line-height: 42px;
}
.video-hide-en img{margin-left: 20px;}

/*视频中心内页*/
.video-type{
	width: 100%;
	text-align: center;
	margin-top: 90px;
}
.video-type a{
	display: inline-block;
	width: 110px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #414141;
	cursor: pointer;
}
.video-type a.on,.video-type a:hover{
	background-color: #1F804A;
	color: #fff;
}
.fl-box{
	margin-top: 10px;
	padding: 0 10px;
}
.flitem p{
	text-align: center;
}
.item-txt{
	line-height: 60px;
	font-size: 16px;
}

.item-line{width: 40px;height: 1px;background-color: #000;
	transition:width 0.5s;
	-moz-transition:width 0.5s; /* Firefox 4 */
	-webkit-transition:width 0.5s; /* Safari and Chrome */
	-o-transition:width 0.5s; /* Opera */
}
.flitem{
	margin:10px 0;
	margin-top: 60px;
	
}
.flitem-hide{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.4);
	cursor: pointer;
}
.flitem-hide p{
	font-size: 14px;
	color: #fff;
}


/*联系我们*/
.contact-nav{
	display: flex;
    justify-content: center;
	line-height: 64px;
	text-align: center;
}
.contact-nav a{
	font-size: 16px;
	width: 230px;
	display: inline-block;
	color: #414141;
	height: 64px;
	float: left;
}
.contact-nav a.home{
	width: 130px;
	background: url(../images/home.png) no-repeat;
	background-position: center center;
}
.contact-nav a.home:hover{
	border-bottom: none;
}
.contact-nav a.on,.contact-nav a:hover{
	border-bottom: 3px solid #0F5E34;
	color: #0F5E34;
}
.contact-nav a i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #D9D9D9;
	float: right;
    margin: 30px 0;
    margin-right: -2px;
}
.contactus{
	margin-top: 45px;
	position: relative;
}
.contactus-addr{
	position: relative;
}
.contactus-addr1-in{
	
	width: 100%;
	padding: 40px 90px 30px 40px;
}
.contactus-addr1{
	font-size: 16px;
	padding: 0;
}
.contactus-addr2{
	padding-top: 40px;
    float: right;
    margin-top: 30px;
}
.co-co{
	width: 100%;
	height: auto;
	
	padding-bottom: 20px;
}
.coco-left{
	width: 50px;
	height: 34px;
	float: left;
}
.coco-right{
	
	float: left;
}
.coco-right .cop1{
	color: #2E2E2E;
	line-height: 32px;
}
.coco-right .cop2{
	color: #979797;
	margin-bottom: 10px;
}


/*经销商查询*/
.dealer-check{
	 margin-top: 100px;
}
.city-check{
	
}
.city-check select{
	height: 60px;
	font-size: 16px;
	border: 1px solid #EBEBEB;
	background-color: #FAFAFA;
}
.dealer-search{
	background-color: #0F5E34;
	color: #fff;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.dealer-det-palce{
	padding: 0;
	height: 640px;
    overflow: auto;
}
.dealer-map-palce{
	padding-right: 0;
}

.dealer-palce{
	margin-top: 40px;
	height: 550px;
}
.dealer-det-tab.on{
	background-color: #F7F7F7;
}

.dealer-det-tab{
	padding:8px 0 8px 34px;
	cursor: pointer;
}
.dealer-det-box{
	padding: 20px 0;
	display: flex;
	border-right: 3px solid #fff;
}
.dealer-det-tab.on .dealer-det-box{
	border-right: 3px solid #0F5E34;
}

.dealer-det-right{
	padding-right: 36px;
	margin-left: 5px;
}
.dealer-det-right .dealer-det-tit{
	line-height: 36px;
	font-size: 20px;
	color: #0F5E34;
	margin-bottom: 10px;
}
.dealer-det-addr{
	line-height: 26px;
	font-size: 14px;
	color: #646464;
}
.dealer-map-tab{
	display: none;
}
.dealer-map-tab:first-child{
	display: block;
}


.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0;
}
.c-dropdown__list {
	margin-top: 2px;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d2d2d2;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
  z-index: 333;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  max-height: 320px;
  overflow-y: auto;
}
.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  text-indent: 8px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}
.c-button--dropdown {
	padding: 0 20px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  width: 100%;
  line-height: 58px;
  -webkit-transition: background .4s linear;
  transition: background .4s linear;
  background: url(../images/selectdown.png) right 20px center  no-repeat;
}
.c-dropdown.is-open .c-button--dropdown {
	background: url(../images/selectup.png) right 20px center  no-repeat;
}
.c-dropdown__item:hover{
	background-color: #d2d2d2;
}



/*产品*/
.chanpin-item1{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/cp-bg1.png);
	background-size: 100% 100%;
}
.as{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.cp1-item{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.cp1-item .cp1-item-tit{
	font-size: 58px;
	margin-top: 6%;
}
.cp1-item .cp1-item-tit1{
	font-size: 20px;
	line-height: 70px;
}
.chanpin-item2{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/cp-bg2.png);
	background-size: 100% 100%;
}
.cp2-item{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10% 0 0 7%;
}
.cp2-tit{
	margin-left: 30px;
}
.cp2-desc{
	display: flex;
}
.cp2-item .cp2-desc .cp2-num{
	font-size:100px;
	font-weight: 600;
	line-height: 153px;
}
.cp2-item .cp2-desc  .cp2-titp1{
	font-size: 54px;
	line-height: 117px;
}
.cp2-item .cp2-desc  .cp2-titp2{
	font-size: 24px;
	line-height: 0px;
}
.cp2-icon{
	line-height: 100px;
}


.chanpin-item3{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/cp-bg3.png);
	background-size: 100% 100%;
}
.cp3-item{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-top: 6%;
}
.cp3-tit{
	margin-left: 30px;
}
.cp3-item .cp3-num{
	font-size:100px;
	font-weight: 600;
	line-height: 136px;
	color: #0F5E34;
}
.cp3-item .cp3-titp1{
	font-size: 50px;
	line-height: 98px;
}
.cp3-item  .cp3-titp2{
	font-size: 24px;
	line-height: 0px;
}
.chanpin-item4{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/cp-bg3.png);
	background-size: 100% 100%;
}
.cp4-item{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-top: 6%;
}
.cp4-tit{
	margin-left: 30px;
}
.cp4-item .cp4-num{
	font-size:100px;
	font-weight: 600;
	line-height: 136px;
	color: #0F5E34;
}
.cp4-item .cp4-titp1{
	font-size: 50px;
	line-height: 98px;
}
.cp4-item  .cp4-titp2{
	font-size: 24px;
	line-height: 0px;
}


.chanpin-item5{
	margin-top: 110px;
}
.chanpin-item5-tit{
	font-size: 56px;
	text-align: center;
}
.chanpin-item5-type{
	margin-top: 40px;
	text-align: center;
}
.chanpin-item5-type a{
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
	margin: 0 16px;
	cursor: pointer;
	color: #000;
}
.chanpin-item5-type a.on,.chanpin-item5-type a:hover{
	border-bottom: 1px solid #0F5E34;
	color: #0F5E34;
}

.ab_nbdiv{
	height: 300px;
	margin-top: 85px;
}
.owcu.owl-carousel.owl-loaded{
	display: none;
}
.ab_nbdiv .owcu:nth-child(1){
	display: block;
}
.ab_nbdiv .owl-item.active{
	display: flex;
	align-content: center;
	justify-content: center;
}
.ab_nbdiv .owl-item p{
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}
.seesee{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}
.seesee a{
	width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
}
.owl-item:hover .seesee{
	display: flex;
}

.ab_nbdiv .owl-prev,.ab_nbdiv .owl-next{ width: 50px; height: 50px; font-size: 0 !important;}
.ab_nbdiv .owl-prev{position: absolute;left: -50px;top: 50%;margin-top: -39px !important;background: url('../images/leftarr.png') center center no-repeat !important;}
.ab_nbdiv .owl-prev:hover{ background: url('../images/leftarron.png') center center no-repeat !important; }
.ab_nbdiv .owl-next{ position: absolute; right: -50px; top: 50%; margin-top: -39px !important; background: url('../images/rightarr.png') center center no-repeat !important;}
.ab_nbdiv .owl-next:hover{  background: url('../images/rightarron.png') center center no-repeat !important;}


/*招商合作*/
.cooperate{
	position: relative;
}
.coop-tit-en{
	width: 100%;
	height: 290px;
	line-height: 290px;
	font-size: 50px;
	color: #eee;
	text-align: center;
}
.coop-l-box,.coop-r-box{
	margin-bottom: 60px;
}
.coop-tit-zh{
	width: 100%;
	font-size: 40px;
	position: absolute;
	text-align: center;
	top: 135px;
}
.coop-l-img{
	float: left;
}
.coop-r-img{
	float: right;
}
.coop-r-fs{
	float: left;
	margin-left: -30px;
    margin-top: 90px;
}
.coop-r-fs .fieldset{
	border: 6px solid #E7E7E7;
	width: 360px;
	height: 300px;
	padding-right:40px ;
}
.coop-r-fs .fieldset legend{
	width: 100px;
	font-size: 84px;
	font-weight: 700;
	color: #0F5E34;
	margin-left: 15px;
	padding: 0 24px;
}
.coop-r-fs .fieldset p{font-size: 16px;line-height: 32px;color: #525252;margin-left: 62px;}
.coop-r-fs .fs-line{width: 64px;height: 3px;background-color: #0F5E34;margin:20px 0 0 62px;}

.coop-2-img{
	float: right;
}




.coop-2-fs{
	float: right;
	margin-right: -30px;
    margin-top: 90px;
}
.coop-2-fs .fieldset{
	border: 6px solid #E7E7E7;
	width: 360px;
	height: 300px;
	padding-right:22px ;
}
.coop-2-fs .fieldset legend{
	width: 100px;
	font-size: 84px;
	font-weight: 700;
	color: #0F5E34;
	margin-left: 15px;
	padding: 0 24px;
	text-align: right;
}
.coop-2-fs .fieldset p{font-size: 16px;line-height: 32px;color: #525252;margin-left: 40px;}
.coop-2-fs .fs-line{width: 64px;height: 3px;background-color: #0F5E34;margin:20px 0 0 40px;}

/*售后服务*/
.oures{
	padding: 0 10%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.Tcontainer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 120px;
}
.our-res-en{
	color: #0F5E34;
	font-size: 28px;
}
.our-res-tit{
	color: #0F5E34;
	margin: 50px 0;
	font-size: 56px;
}
.our-res-desc{
	font-size: 16px;
	line-height: 36px;
}
.ourimg{
	padding:0 60px;
}
.ourimg img{box-shadow: 2px 4px 10px #ccc;}

.our-res{
	display: flex;
	align-content: center;
}
.fuwu{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 130px;
}
.fuwu-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.fuwu-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 100%;
	border-left: 1px solid #564F4B;
}
.fuwu-item:first-child{
	border-left:none;
}
.fuwu-item-hz{
	display: flex;
	align-content: center;
	justify-content: center;
}
.fuwu-item-wz{
	text-align: center;
	margin-left: 20px;
}

.fuwu-item-tit{
	line-height: 54px;
	font-size: 44px;
	font-weight: 700;
}
.fuwu-item-en{
	font-size: 16px;
}
.fuwu-btn{
	font-size: 16px;
	border: 1px solid #fff;
	display: block;
	width: 60%;
	padding: 24px 0;
	text-align: center;
	margin:  50px auto 0 auto;
}
.msg-input{
	text-indent: 10px;
	border: 1px solid #E4E4E4;
	padding-right: 20px;
	height: 44px;
	width: 100%;
	font-size: 14px;
}
.msg-area{
	border: 1px solid #E4E4E4;
	padding-right: 20px;
	width: 100%;
	font-size: 14px;
}
.online1 input{
	margin-top: 20px;
}
.online1 input:focus,.msg-input:focus,.msg-area:focus{
	border: 1px solid #000;
}
.online2,.online3{
	margin-top: 20px;
}
.online-msg-tit{text-align: center;
	font-size: 36px;
	color: #0F5E34;
	margin: 35px 0;
}
.online-msg-tit1{
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.online-msg{
	margin-top: 130px;
}
.getin{
	display: flex;
	margin-top: 50px;
	justify-content: center;
}
.getin input{
	width: 140px;
	height: 46px;
	font-size: 16px;
	background-color: #0F5E34;
	color: #fff;
	margin: 0 40px;
	border: none;
	outline: none;
}



/*搜索结果页*/
.result-input{
	width:410px;
	height:50px;
	background: url(../images/search-btn.png)  no-repeat;
	background-position: left 10px center; 
	border: 1px solid #D5D5D5;
	font-size: 14px;
	text-indent: 40px;
	margin: 70px 0 0 33px;
}
.resulr-type{
	
	margin-top: 50px;
	padding: 0 33px;
}
.resulr-typea{
	border-bottom: 1px solid #D5D5D5;
	width: 100%;
}
.resulr-type a{margin-right: 55px;
	padding: 0 10px;
	font-size: 16px;
	color: #434343;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	
}
.resulr-type a.on,.resulr-type a:hover{
	border-bottom: 2px solid #0F5E34;
	color: #0F5E34;
}

.newspage{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 40px;
}
.newspage a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #888888;
	margin: 0 5px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #888;
}
.newspage a.cur{
	background-color: #0F5E34;
	color: #fff;
	border: none;
}
.newspage a:hover{
	background-color: #0F5E34;
	color: #fff;
	border: none;
	cursor: pointer;	
}

.result-news{
	padding: 0 23px;
	width: 100%;
}
.result-newbox{
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #F1F1F1;
}

.result-newbox-link{
	display: block;
	color: #4A4A4A;
}

.result-newbox .arr-green{
	display: block;
	margin-top: 40px;
	float: right;
	display: none;
}
.result-newbox-link.on{
	color: #0F5E34;
}
.result-newbox-link.on .arr-green{
	display: block;
}
.result-newbox .newbox-time{
	font-size: 14px;
}
.result-newbox .newbox-tit{
	font-size: 20px;
	margin-top: 20px;
}
.result-newbox .newbox-desc{
	font-size: 14px;
	margin-top: 40px;
	line-height: 24px;
}


.service-nav-phone{
	position: relative;
}
.service-nav-phone .filter-text .filter-title{
	text-align: center;
	font-size: 16px;
}
.service-nav-phone  .filter-text{
	background:#F5F5F5;
	color: #000;
}
.service-nav-phone .filter-list li a{
	text-align: center;
	color: #000000;
}
.service-nav-phone .filter-list{
	    bottom: auto;
    top: 64px;
	padding: 0 30px 0 10px;
}
.service-nav-phone  .icon-filter-arrow{
	width: 16px;
	height: 16px;
	top: 22px;
	background: url(../images/jiantou.png) no-repeat;
}


.fuwu-phone{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;
	display: none;margin-top: 30px;background: url(../images/fuwu.png) no-repeat;background-size: cover; height: 450px;}

.fuwu-phone .fuwu-phone-bd{ position:relative; height:100%; z-index:0;     background-color: rgba(0,0,0,.5);  }
.fuwu-phone .fuwu-phone-bd li{ zoom:1;  color: #fff;
    height: auto;width: 100%;height: 450px;}

.fuwu-phone .prev,
.fuwu-phone .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.fuwu-phone .next{ left:auto; right:3%; background-position:8px 5px; }
.fuwu-phone .prev:hover,
.fuwu-phone .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.fuwu-phone .prevStop{ display:none;  }
.fuwu-phone .nextStop{ display:none;  }

#map-box{
	width: 100%;
	height: 450px;
}

.banzi-phone,.yezi-phone,.qiuqiu-phone,.muban-phone,.nianlun-phone,.bancai-phone,.hotarr-phone{
	display: none;
}
