/***********************************
 *** 全局初始化
 **********************************/
* { margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0); box-sizing:border-box; }
a, a:link, a:visited, a:hover, a:active { color:#222222; text-decoration:none; }
html { min-height:100%; }
body { width:100%; min-height:100%; max-width:640px; min-width:320px; margin:0 auto; font:.24rem/1.5 "Microsoft Yahei"; 
  color:#222; background:#fff; padding:0 0 .62rem 0 !important; }
img { border:0px; }
h1, h2, h3, h4, h5, h6, h7 { font-size:.24rem; }
ul, ol { list-style-type:none; }
input,button,select,textarea { outline:none; font-family:"Microsoft Yahei"; font-size:.24rem; -webkit-appearance:none !important; }
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after { content:""; display:block; clear:both; width:100%; height:0; line-height:0; font-size:0; }
em{font-style: normal;}
.clearfix:after { content:""; display:block; clear:both; width:100%; height:0; line-height:0; font-size:0; }
.fixed{position: fixed;left: 0;top: 0;right: 0;z-index: 10;}
.fh{padding-top: 1.2rem!important;}
.fl{float: left;}             
.fr{float: right;}
a.more{
	display: block;
    height: 0.6rem;
    background: #d7262e;
    text-align: center;
    line-height: 0.6rem;
	color: #fff;
	margin: 0.31rem 2% 0.41rem 2%;
}

/***********************************
 *** 网站风格
 **********************************/

 /*header 头部*/
.header {
	width:100%;
	height:1rem;
	background:#fff;
}
.header .logo { 
	position:relative; 
	padding:.2rem 0; 
}
.header .logo img { 
	display:block; 
	height:.57rem; 
	margin-left: 0.25rem; 
	float: left;
}
.header .logo span{
	display: inline-block;
	float: right;
	background: url(../images/top_phone.png) left center no-repeat;
    padding-left: 0.8rem;
    background-size: 20%;
    margin-right: 3%;
}
.header .logo span h2{
	font-size: 0.24rem;
	line-height: 0.24rem;
	font-weight: normal;
	color: #095320;
}
.header .logo span h3{
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: 500;
	color: #095320;
	margin-top: 0.07rem;

}
.header .ui {  }
.header .ui li { 
	width:.75rem; 
	height:.57rem; 
	float:right; 
	position:absolute; 
	top:2%; 
}
.header .ui li.shownav { 
	left:0; 
	background:url(../images/shownav.png) center center no-repeat; 
	background-size:.52rem; 
}
.header .ui li.showsos { 
	right:0; 
	background:url(../images/showsos.png) center center no-repeat; 
	background-size:.46rem; 
}

.header.fixed + .nav,
.header.fixed + .nav + .searcher { top:1.2rem; }

/* toper
.toper{padding-top: 1%;height:1.2rem;text-align:center; background:#242424;border-bottom:1px solid #1a1a1a; }
.toper h1{font-size:.36rem;color:#f0c08d;font-weight:bold;line-height:1.4;}
.toper p{color:#d7ab7c;}

.nav { position:fixed; right:0; left:0; top:1; z-index:9; background:#FFF; box-shadow:0 2px 5px rgba(0,0,0,.1); display:none; }
.nav .list { padding:.15rem 0 0; }
.nav .list dd { float:left; width:22%; margin:0 0 2% 2%; border:1px solid #000; color:#000; border-radius:3px; }
.nav .list a { display:block; height:.6rem; line-height:.6rem; text-align:center; color: #000;}
.nav .list a:active { background:#040404; color:#fff; }

.sso {height: .62rem;}
.sso .shownav,
.sso .showsos { position:absolute; top:0; width:0.8rem; height:.6rem; }
.sso .shownav { left:0; background:url(../images/header_nav.png) center center no-repeat; background-size:.41rem; }
.sso .showsos { right:0; background:url(../images/header_sos.png) center center no-repeat ; background-size:.41rem;}
.searcherx { position:fixed; right:0; left:0; top:15%; z-index:9; background:#FFF; box-shadow:0 2px 5px rgba(0,0,0,.1); padding:.3rem .2rem; display:none; }
.searcherx .boxx { position:relative; }
.searcherx .txt { width:100%; height:.6rem; border:1px solid #000; border-radius:3px; text-indent: 1em; }
.searcherx .submit { position:absolute; right:0; top:0; border:0; height:.61rem; padding:0 .3rem; background:#000; color:#fff; border-radius:0 3px 3px 0; } */



/*公用标题*/
/* .tit{ width:100%; margin:3% auto 2%; line-height:0.42rem; font-size:0.31rem; color:#010101; text-align:center; position:relative; font-weight:bold;}
.tit .titc{     margin: 0rem auto; line-height: 0.57rem; position: relative;   padding:0.08rem 0rem;}
.tit h2{ display: block;width: 100%;text-align: center; height:0.48rem; line-height: 0.67rem; font-size:0.32rem;       }
.tit h2 i{color: #d60000;font-style: normal;}
.tit span{ font-size: 0.22rem; display:block;   color:#666666; font-weight: normal;text-transform: uppercase; } */

/*inav*/
.inav { 
	background:#095320;
  }
.inav .list { }
.inav .list dd { 
	float:left; 
	width:25%; 
	position:relative;
	border-left: 1px solid #fff; 
	border-bottom: 1px solid #fff;
}
.inav .list dd:nth-child(4n) { 
	background: none; 
}
.inav .list dd:nth-child(8),
.inav .list dd:nth-child(5),
.inav .list dd:nth-child(6), 
.inav .list dd:nth-child(7){
	border-bottom: none; 
}
.inav .list dd:nth-child(1),
.inav .list dd:nth-child(5){
	border-left:none; 
}
.inav .list a { 
	display:block; 
	height:.6rem; 
	line-height:.6rem;
	color:#fff; 
	text-align:center;  
}
.inav .list a:active { 
	background:url(../images/nav_bg.jpg) center center repeat;
	color: #fff;
}

/* iheadx */
a.iheadx{
	display: block;
	width: 2.22rem;
	height: 0.97rem;
	background: url(../images/tit.png) center bottom no-repeat;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
}
a.iheadx h2{
	font-size: 0.2rem;
	color: #666;
	line-height: 0.2rem;
	margin-top: -0.5rem;
	font-weight: normal;
}
a.iheadx h3{
	font-size: 0.36rem;
	color: #333;
	line-height: 0.36rem;
	font-weight: normal;
}
/* searcher */
.searcher{ 
	margin:0.24rem auto 0; 
	width:5.2rem;
	height: 0.53rem;
}
.searcher .txt{ 
	border:none; 
	float:left;  
	line-height:0.53rem;
	height: 0.53rem;
	width:4.34rem;
	text-indent: 0.08rem; 
	border: 0.01rem solid #dcdcdc;
	border-right: none;
	color: #999; 
	font-size:0.24rem;}
.searcher .submit{
	width:.83rem; 
	height:0.53rem;
	color: #fff;
	border: 0.02rem solid #d7262e; 
	float:left;
	text-align: right;
	padding-right: 0.16rem;
	background: #d7262e url(../images/search.jpg) center no-repeat;
	background-size: 0.83rem;
 }


/* iheadx */
a.iheadx{
	display: block;
	width: 6rem;
	/* height: 0.82rem; */
	background: url(../images/tit_bg.png) center center no-repeat;
	background-size: 128%;
	margin: 0 auto;
	text-align: center;
}
a.iheadx h2{
	font-size: 0.36rem;
	color: #0a5220;
	line-height: 0.36rem;
    padding-top: 0.5rem;
	font-weight: normal;
}
a.iheadx h3{
	font-size: 0.24rem;
	color: #999;
	line-height: 0.24rem;
	font-weight: normal;
}

/* abt */
.abt{
	margin-top: 0.8rem;
}
.abt .con{
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0.48rem;
}
.abt .con .imgP{
	background: url(../images/abt_bg.png) center center no-repeat;
	background-size: 100%;
	width: 5.71rem;
	height: 4.51rem;
	margin: 0 auto;
	padding-top: 0.21rem;
}
.abt .con .imgP figure{
	width: 5.13rem;
	height: 4.05rem;
	margin: 0 auto;
}
.abt .con .imgP img{
	width: 100%;s
	height: 100%;
}
.abt .con span{
	margin-left: 4%;
	margin-right: 4%;
	display: block;
}
.abt .con span h2{
	font-size: 0.34rem;
	color: #333;
	line-height: 0.34rem;
	font-weight: normal;
	margin-top:0.47rem;
}
.abt .con span p{
	margin-top:0.3rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: normal;
	line-height: 0.42rem;
}
.abt .con span p a{
	color: #063;
}

/* adv */
.adv{
	margin-top: 0.61rem;
}
.adv .adv_tit{
	background: url(../images/advT.png) center center no-repeat;
	background-size: 100%;
	width: 5.73rem;
	height: 0.94rem;
	margin: 0 auto;
    margin-bottom: 5%;
}
.adv .adv1{
	display: block;
	height: 1.57rem;
	background: url(../images/adv1B.png) center center no-repeat;
	background-size: 100%;
	position: relative;
    margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
}
.adv .adv1 h2{
	font-size: 0.26rem;
	color: #9c0003;
	font-weight: normal;
	position: absolute;
	top: 12%;
	left: 24%;
}
.adv .adv1 p{
	width: 4.5rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 42%;
	left: 24%;
}


.adv .adv2{
	display: block;
	height: 1.57rem;
	background: url(../images/adv2B.png) center center no-repeat;
	background-size: 100%;
	position: relative;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
}
.adv .adv2 h2{
	font-size: 0.26rem;
	color: #9c0003;
	font-weight: normal;
	position: absolute;
	top: 12%;
	left: 2%;
}
.adv .adv2 p{
	width: 4.5rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 42%;
	left: 2%;
}


.adv .adv3{
	display: block;
	height: 1.57rem;
	background: url(../images/adv3B.png) center center no-repeat;
	background-size: 100%;
	position: relative;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
}
.adv .adv3 h2{
	font-size: 0.26rem;
	color: #9c0003;
	font-weight: normal;
	position: absolute;
	top: 12%;
	left: 24%;
}
.adv .adv3 p{
	width: 4.5rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 42%;
	left: 24%;
}

.ipro{
	margin-top: 0.51rem;
}
.ipro .list{
    margin-top: 5%;
    margin-left: 5%;
}
.ipro .list a{
	display: inline-block;
	background-size: 100%;
	width: 47%;
	height: 5.23rem;
	position: relative;
}
.ipro .list a:hover{
	background: url(../images/pro_ltemH.jpg) center center no-repeat;
	background-size: 100%;
}
.ipro .list a figure{
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    top: 1.05rem;
    left: 0.6rem;
    border: 0.02rem dashed #26673a;
    border-radius: 50%;
    padding: 0.1rem;
    margin: 0 auto;
}

.ipro .list a:hover figure{
    border: 0.02rem dashed #d7272f;
}
.ipro .list a:hover h2{
	color: #d7262e;
}
.ipro .list a figure img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ipro .list a p{
	width: 2.24rem;
	text-align: center;
	font-size: 0.24rem;
	color: #666;
    margin: 3% auto;
}
.ipro .list a h2{
	text-align: center;
	font-size: 0.28rem;
	color: #333;
	font-weight: normal;
	margin-top: 103%;
}

.ipro ul li{
	width: 47%;
    float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.ipro ul li a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.26;
	color: #666;
}
.ipro ul li a figure{
	display: block;
	width: 100%;
	height: 2.56rem;
}

.ipro ul li a figure img{
	width: 100%;
	height: 2.56rem;
}
.ipro ul li a:hover figure{
	border: 0.01rem solid #095320;
}
.ipro ul li a h2{
	font-weight: normal;
	margin-top: 7%;
}

/* bannerB */
.bannerB{
	background: url(../images/adv.jpg) center center no-repeat;
	background-size: 100%;
	text-align: center;
	color: #fff;
    padding-bottom: 0.7rem;
}
.bannerB h2{
    font-size: 0.34rem;
    line-height: 0.34rem;
    font-weight: normal;
    padding-top: 0.76rem;
}
.bannerB h3{
	margin-top: 0.23rem;
	font-size: 0.14rem;
	font-weight: 0.14rem;
	font-weight: normal;
}


/* adv */
.adv{
	margin-top: 0.49rem;
}
.adv header{
	background: url(../images/adv_Tit.png) center center no-repeat;
	background-size: 100%;
	padding-bottom: 1.86rem;
}
.adv .con{
    width: 98%;
    margin: 0 auto;
}
.adv figure.adv_Img1{
	width: 2.6rem;
	height: 3.51rem;
	float: left;
}
.adv figure.adv_Img2{
	width: 2.62rem;
	height: 2.29rem;
	float: right;
}
.adv figure img{
	width: 100%;
	height: 100%;
}
.adv p{
	width: 3rem;
	font-size: 0.24rem;
	color: #666;
    padding-top: 0.59rem;
    padding-left: 0.7rem;
    padding-bottom: 1.5rem;
}
.adv p.adv1{
	background: url(../images/case_list1.png) center top no-repeat;
	background-size: 100%;
	float: right;
}
.adv p.adv2{
	background: url(../images/case_list2.png) center top no-repeat;
	background-size: 100%;
	float: right;
}
.adv p.adv3{
	background: url(../images/case_list3.png) center top no-repeat;
	background-size: 100%;
	float: left;
}


/* case */
.case{
	margin-top: 1rem;
}
.inews-view { 
	overflow:hidden; 
	position:relative; 
    margin-left: 2%;
	margin-right: 2%;
    padding-top: 0.5rem;
}
.case .list { 
	float:left;
	margin-bottom: 2%; 
	width:500%; 
}
.case .list li{
	float:left; 
	width:20%; 
	position:relative;
	overflow:hidden; 
}
.case .list figure { 
	position:relative;
	padding:0 0 75%;  
}
.case .list figure img { 
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
}
.case .list li a span{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/shadow.png) center center repeat;
    width: 100%;
	height: 100%;
	text-align: center;
}

.case .list li:hover a span{
	display: block;
}
.case .list a span h3{
	font-size: 0.36rem;
	color: #fff;
	font-weight: normal;
    margin-top: 1.5rem;
}
.case .list a span i{
	display: inline-block;
	background: url(../images/search.png) center center no-repeat;
	background-size: 100%;	
	width: 0.67rem;
	height: 0.67rem;
}
.case .tip {
	height:.3rem; 
	line-height:.3rem; 
	text-align:center; 
	clear:both; 
	display:none; 
	position:absolute; 
    left: 50%;
    bottom: 12%;
    margin-left: -0.8rem;
}
.case .tip li { 
	display:inline-block; 
	width:.4rem; 
	height:.4rem;
	 margin:0 .1rem; 
	 vertical-align:middle; 
	 border-radius:50%;
	 background:#095320;
	}
.case .tip li.active { 
	background:#d7262e;
	border:0; 
} 
.case .tip li span{
	display: block;
}
.case .icase_view{
	padding-top: 0.01rem;
}
.case .icase_view li{
	width: 47%;
    float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
}
.case .icase_view li a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.26;
	color: #666;
}
.case .icase_view li a figure{
	display: block;
	width: 100%;
	height: 2.56rem;
}

.case .icase_view li a figure img{
	width: 100%;
	height: 2.56rem;
}
.case .icase_view li a span{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: url(../images/shadow1.png) center center repeat;
    width: 100%;
	height: 100%;
	display: none;
}
.case .icase_view li:hover a span{
	display: block;
}
.case .icase_view li a span h2{
	font-weight: normal;
    margin-top: 1rem;
}
.case .icase_view li a span h3{
	font-weight: normal;
}
/* news */
.news{
	margin-top:9%;
}
.news .newslist { position: relative;background: url(../images/news_Bj.jpg) center top no-repeat;background-size: 100%; }
.news .newslist .ilist { margin: .4rem 1rem 0 1rem; }
.news .newslist .list { position: relative;padding-top: 0.4rem;}
.news .newslist li { width:100%;}
.news .newslist .img { position:relative; padding:0 0 75%; margin:0 0 -1px; background:#fff; }
.news .newslist .img img { position:absolute; left:0; top:0; width:100%; height:100%; }
.news .swiper-button-prev,
.news .swiper-button-next { 
	width: .6rem; 
	height: .71rem; 
	opacity: 1;
    position: absolute;
}
.news .swiper-button-prev { 
	background: url(../images/news_prev.png) left center no-repeat; 
	background-size: 100%;
    top: 38%;
    left: 2%;
}
.news .swiper-button-next { 
	background: url(../images/news_next.png) right center no-repeat; 
	background-size: 100%;
    top: 38%;
    right: 2%;
}
.news .more { 
	border-top: 1px solid #e9e9e9; 
	position: relative; 
}
.news span{
	display: block;
  	margin-top:15%;
}
.news .newslist span h2{
	font-size: 0.31rem;
	color: #d7262e;
    line-height: 0.6rem;
    font-weight: normal;
}
.news span p{
	font-size: 0.24rem;
	color: #333;
    line-height: 0.4rem;
    font-weight: normal;
}
.iphoto { padding:.2rem 0; border-left: .2rem solid #fff; border-right: .2rem solid #fff; width:100%; overflow:hidden; position:relative; background: #fff;margin-top: 0.5rem; }
.iphoto .list { float:left; width:200%; }
.iphoto .list li { width:25%; }
.iphoto .img { position:relative; padding:0 0 75%; margin:0 0 -1px; background:#eee; }
.iphoto .img img { position:absolute; left:0; top:0; width:100%; height:100%; }
.iphoto .item h3 { line-height:.8rem; color:#292325; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align: center; }
.iphoto .dots { width:100%; line-height:0; text-align:center; clear:both; margin: 0 0 .5rem;position: absolute;bottom: 0;z-index: 1; }
.iphoto .dots span {
	display:inline-block; 
	width:.3rem; 
	height:.3rem;
	 margin:0 .1rem; 
	 vertical-align:middle; 
	 border-radius:50%;
	 background:#095320;}
.iphoto .dots span.swiper-pagination-bullet-active { 
	background:#d7262e;
	border:0; }


/* code */
.code{
	margin-top: 5%;
}
.code figure{
	width: 3.24rem;
	height: 3.24rem;
	margin: 0 auto;
}
.code figure img{
	width: 100%;
	height: 100%;
}
.footer { 
	background: #f5f0f0;
	text-align:center; 
	color: #222;
	padding-bottom: .4rem; 
	font-size:.24rem;
	margin-top: .3rem;  
    padding-top: 0.3rem;
}
.footer a{ color: #222;}
 
 

/* icontact */
.icontact { 
	margin: .3rem 0; 
	margin-top: 20%;
}
.icontact .iclass_tit em{color: #e30015;}
.icontact .iclass_tit h1{color: #e30015;}
.icontact .iclass_tit{background: url(../images/itit2.png) center bottom no-repeat; }

.icontact .list { margin:4% 2%;  padding: 2%; }
.icontact .list dd { position:relative; line-height:.4rem; padding:2% 0 2% 1.8rem;color: #666;}
.icontact .list a { display:block;color: #666; }
.icontact .list label { position:absolute; left:0; top:0; line-height:.7rem; padding:0 0 0 .7rem;   }
.icontact .list label.name { background:url(../images/icontact-1.png) left center no-repeat; background-size:.45rem; }
.icontact .list label.qq { background:url(../images/icontact-2.png) left center no-repeat; background-size:.45rem; }
.icontact .list label.email { background:url(../images/icontact-3.png) left center no-repeat; background-size:.45rem; }
.icontact .list label.telx { background:url(../images/icontact-4.png) left center no-repeat; background-size:.45rem; }
.icontact .list label.mobile { background:url(../images/icontact-5.png) left center no-repeat; background-size:.45rem; }
.icontact .list label.address { background:url(../images/icontact-6.png) left center no-repeat; background-size:.45rem; }
.icontact .list .iqq { display:inline-block; vertical-align:middle; height:.4rem; line-height:.4rem; 
  margin:0 0 0 .2rem;background:url(../images/icontact-2.png) left center no-repeat #0e5624; background-size:25%; color:#FFF; 
  padding:0 .2rem 0 .6rem; width: 2rem;}
 
.goTop{ position:relative; width:100%; height:.6rem; line-height:.6rem; margin-top:2%; background:url(../images/gotop.png) center center no-repeat;background-size:100%;}
.goTop a{ width:1.8rem; height:.6rem; background:#0066cb; color:#fff; position:absolute; top:0px; left:50%; margin-left:-.9rem; text-align:center;  }
 
/*inav*/
.inav2{ width:100%;height:1.19rem;
  background:#000000;
}
.inav2 .index{
  background:url(../images/top_home.png) no-repeat center -.1rem;background-size:1.42rem 1.19rem;color: #fff;
}
.inav2 ul{ }
.inav2 li{width:24.8%;float:left;height: 0.59rem;}
.inav2 li a{width:100%;text-align:center; display:block; color:#fff; font-weight:400; font-size:0.22rem;height:0.62rem;line-height: 2.6;}
.inav2 li a:active{color:#fff;background:url(../images/li_hover.png) no-repeat top;background-size:auto .59rem;}

/*goTop*/

a.goTop{background: #ff0000;position: relative; text-align: center;  background-size: contain;display: block;     
 width: 40%;height: .6rem;color: #fff; margin: 0 auto;line-height: 2.2;margin-bottom: .2rem;}

.footer { text-align:center; color: #222; padding-bottom: .4rem; font-size:.24rem;margin-top: .3rem;  }
.footer a{ color: #222;}
 
 


/***********************************
 *** 网站内容
 **********************************/

.wrapper { width:100%; background:none; box-shadow:0 1px 2px rgba(0,0,0,0); padding:0 0 .5rem; }

/* 图片列表 4:3 */
.list-product { width:100%; background:none; }
.list-product .list { padding:2% 0 3%; }
.list-product .item { float:left; width:47%; margin:0 0 0 2%; }
.list-product .item:active { }
.list-product .item a { display:block; }
.list-product .item figure { display:block; width:100%; height:auto; padding-bottom:75%; position:relative; background:#fff; overflow:hidden; }
.list-product .item img { position:absolute; left:0; top:0; width:100%; min-height:100%; }
.list-product .item h3 { height:.7rem; line-height:.7rem; font-size:.26rem; font-weight:400; text-align:center; }

/* 图片列表 3:4 */
.list-product2 { width:100%; }
.list-product2 .list { padding:2% 0; margin-bottom:3%; }
.list-product2 .item { float:left; width:47%; margin:0 0 0 2%; }
.list-product2 .item figure { display:block; width:100%; height:auto; padding-bottom:75%; position:relative; overflow:hidden; background:#eee; }
.list-product2 .item figure img { position:absolute; left:0; top:0; width:100%; min-height:100%; }
.list-product2 .item h3 { display:block; height:.7rem; line-height:.7rem; text-align:center; font-size:.26rem; font-weight:400; }

/* 图文列表 1:1 */
.list-case { width:100%; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,0.1); padding-bottom:.5rem; }
.list-case .list { padding:2% 2% 3%; }
.list-case .item { width:auto; padding:0 2%; margin-bottom:2%; background:#441f12; }
.list-case .item:active { background:#f1f1f1; }
.list-case .item a { display:block; height:1.6rem; padding:.2rem .5rem .2rem 1.4rem; position:relative; }
.list-case .item a:before { content:''; width:.3rem; height:.50rem; background-size:contain; position:absolute; right:0; top:50%; margin:-.25rem 0 0; }
.list-case .item figure { display:block; width:1.2rem; height:1.2rem; border-radius:50%; position:absolute; left:0; top:.2rem; border:2px solid #ddd;  background:#eee; overflow:hidden; }
.list-case .item figure img { position:absolute; left:0; top:0; width:100%; }
.list-case .item h3 { font-size:.28rem; padding:0 0 .05rem; font-weight:400; }
.list-case .item p { height:.75rem; opacity:0.8; overflow:hidden; }

/* 图文列表2 4:3 */
.list-case2 { width:100%; }
.list-case2 .list { padding:1px 0 3% 0; }
.list-case2 .item { width:auto; padding:0 2%; }
.list-case2 .item:active { background:#eee; }
.list-case2 .item a { display:block; height:1.6rem; padding:.2rem 0 .2rem 1.8rem; position:relative; border-bottom:1px solid #eee; }
.list-case2 .item figure { display:block; width:1.6rem; height:1.2rem; position:absolute; left:0; top:.2rem; overflow:hidden; background:#eee; }
.list-case2 .item figure img { position:absolute; left:0; top:0; width:100%; }
.list-case2 .item h3 { font-size:.28rem; margin-bottom:.05rem; font-weight:400; }
.list-case2 .item p { opacity:0.7; height:.8rem; line-height:.4rem; overflow:hidden; }

/* 图文列表3 3:4 */
.list-case3 { width:100%;  }
.list-case3 .list { padding:1px 0 3% 0; }
.list-case3 .item { width:auto; padding:0 2%; }
.list-case3 .item:active { background:#ddd; }
.list-case3 .item a { display:block; height:2.4rem; padding:.2rem 0 .2rem 2.9rem; position:relative; border-bottom:1px solid #ddd; }
.list-case3 .item figure { display:block; width:2.7rem; height:2rem; position:absolute; left:0; top:.2rem; overflow:hidden; background:#eee;}
.list-case3 .item figure img { position:absolute; left:0; top:0; width:100%; min-height:100%; }
.list-case3 .item h3 { font-size:.28rem; margin-bottom:.2rem; font-weight:400; }
.list-case3 .item p { opacity:0.8; height:1.4rem; line-height:.35rem; overflow:hidden; }

/* 标题列表 */
.list-news { width:100%; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,0.1); padding-bottom:.5rem; }
.list-news .list { width:100%; padding:3% 2% 2%; }
.list-news .item { padding:0 2%; height:.8rem; line-height:.8rem; background:#FFF; box-shadow:0 1px 3px rgba(0,0,0,0.3); margin-bottom:2%; border-radius:3px; position:relative; }
.list-news .item:active { background-color:#f1f1f1; }
.list-news .item a { display:block; font-size:.26rem; padding:0 .2rem 0 1rem; }
.list-news .item span { position:absolute; left:0; top:0; background:#ff9c00; color:#FFF; border-radius:3px 0 0 3px; width:1rem; text-align:center; }

/* 文字组列表 */
.list-news2 { width:100%;  }
.list-news2 .list { padding:0 0 3% 0; }
.list-news2 .item { width:auto; padding:0 2%; }
.list-news2 .item:active { background:#eee; }
.list-news2 .item a { display:block; height:1.6rem; padding:.2rem 0; position:relative; border-bottom:1px solid #eee; }
.list-news2 .item h3 { font-size:.28rem; margin-bottom:.05rem; font-weight:400;  }
.list-news2 .item p { opacity:0.7; height:.8rem; overflow:hidden; }

/* 图文详情 */
.product-view { width:100%; height:auto; overflow:hidden; }
.product-view img { display:block; width:100%; }
.product-content { background:none; box-shadow:0 1px 2px rgba(0,0,0,0); padding-bottom:.5rem; }
.product-content h1 { padding:.2rem 2% 0; font-size:.35rem; text-align:center; }

/* 文章详情 */
.news-content { background:none; box-shadow:0 1px 2px rgba(0,0,0,0); padding-bottom:.5rem; }
.news-content h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; }
.news-content .rap { border-bottom:1px solid #ddd; margin:0 2%; opacity:.6; }
.news-content .rap span { margin-right:.2rem; }



/***********************************
 *** 通用组件类
 **********************************/
 
/* 工具栏 */
.toolbar { position:fixed; left:0; bottom:0; background:#095320;z-index: 20;
    background-size: auto 1px;; width:100%; height:.8rem; }
.toolbar .list { width:100%; }
.toolbar .list dd { float:left; width:25%; text-align:center; border-right: 1px solid #fff;       }
.toolbar .list dd:first-child { border-left:0; }
.toolbar .list dd:last-child{border-right:0;}
.toolbar .list a { display:block; height:.8rem; line-height:.22rem; font-size:.20rem; color: #fff;}
.toolbar .list dd:active { background:#ff0000; }
.toolbar .list a:before { content:''; display:block; width:.5rem; height:.5rem; margin:0 auto .04rem; position:relative; }
.toolbar .list a.too-home:before { background:url(../images/toolbar_1.png) center center no-repeat; background-size:.4rem; }
.toolbar .list a.too-map:before { background:url(../images/toolbar_4.png) center center no-repeat; background-size:.3rem; }
.toolbar .list a.too-tel:before { -webkit-animation: toolicon 600ms linear infinite;background:url(../images/toolbar_2.png) center center no-repeat; background-size:.4rem; }
.toolbar .list a.too-qiao:before { background:url(../images/toolbar_3.png) center center no-repeat; background-size:.4rem; }

/* 广告位 */
.banner { width:100%; overflow:hidden; position:relative;z-index: 1; }
.banner .list { float:left; width:500%; }
.banner .list li { float:left; width:20%; }
.banner .list img { display:block; width:100%; }
.banner .tip { width:90%; height:.2rem; line-height:.2rem; text-align:center; clear:both; display:none; position:absolute; left:5%; bottom:.4rem; }
.banner .tip span { 
	display:inline-block; 
	vertical-align:middle; 
	width:.4rem; 
	height:.4rem; 
	line-height:1.6;
	margin:0 .06rem; 
    vertical-align:middle;     
    font-size: .24rem;
    text-align: center;
    border-radius: .5rem;
    background: #095320;
}
.banner .tip span.cur { 
	background: #d7262e;   
}

/* 百度地图 */
.location { position:fixed; left:0; top:0; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.location .map { position:absolute; top:0; left:0; bottom:1rem; right:0; z-index:97; }
.location .address { position:absolute; left:0; bottom:0; right:0; padding:.2rem .2rem; background:#383838; z-index:98; box-shadow:0 -.05rem .05rem rgba(0,0,0,.2); }
.location .address p { height:.6rem; line-height:.3rem; margin:0 .8rem 0 0; color:#fff; overflow:hidden; opacity:.5; }
.location .close { position:absolute; right:.2rem; bottom:.2rem; width:.6rem; height:.6rem; text-align:center; font-size:.4rem; z-index:99; background:url(../images/map-close.png) center center no-repeat; background-size:.35rem; border:.02rem solid #aaa; border-radius:50%;  }
.location .close:active { background:#f1f1f1; }
.BMap_bubble_title a { display:inline-block; height:.6rem; line-height:.6rem; padding:0 .3rem; color:#FFF; background:#8ea8e0; border-radius:.03rem; margin-bottom:.05rem; font-size:.28rem; }
.BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }

/* 栏目面包屑 */
.sitepath { height:.7rem; line-height:.7rem; background:#f3f3f3; position:relative; box-shadow:0 2px 2px rgba(0,0,0,0); }
.sitepath h2 { margin:0 1.5rem 0 .15rem; font-size:.28rem; }
.sitepath .showmenu { position:absolute; right:.15rem; top:0; padding-right:.4rem; display:none; }
.sitepath .showmenu:after { content:''; position:absolute; right:0; top:.22rem; width:.3rem; height:.3rem; background-size:.25rem; margin-left:.08rem; }
.sitepath .showmenu.current:after { transform:rotate(180deg); }

/* 栏目菜单 */
.menu { width:100%; display:none; background:#fff; border-bottom:1px solid #fff;  }
.menu .list { width:100%; padding:2% 0 0; }
.menu .list dd { float:left; width:30.66%; height:.6rem; line-height:.6rem; padding:0 .1rem; margin:0 0 2% 2%; border:1px solid #ddd; background:#fff; border-radius:3px; }
.menu .list a { display:block; font-size:.24rem; text-align:center; }
.menu .list dd:active, .menu .list dd.current { background:#f1f1f1; }
.menu .list dd:active a, .menu .list dd.current a { }

/* 提交表单 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#999; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#999; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; } 
#formPost { padding:4%; overflow:hidden; }
#formPost li { margin-bottom:.2rem; float:left; width:100%; }
#formPost .txt, #formPost .text { width:100%; padding:0 3%; height:.8rem; line-height:.8rem; background:#fff; border:.02rem solid #ddd; color:#666;  border-radius:3px; }
#formPost .txt:focus, #formPost .text:focus { border-color:#aaa; }
#formPost .text { height:2rem; line-height:.3rem; padding:3%; }
#formPost .submit { width:100%; height:.8rem; line-height:.8rem; background:#070707; border:0 solid #e96f6f; border-radius:3px; font-size:.3rem; color:#fff; text-align:center; }
#formPost .submit:active { box-shadow:0 0 100rem rgba(0,0,0,.1) inset; }

/* 内容格式化 */
[ig-article] { text-align:justify; padding:2%; font-size:.26rem; line-height:1.8; background:none; }
[ig-article] img { max-width:100% !important; height:auto !important; display:block; margin:0 auto; }

/* 关联链接 */
[ig-link] { width:96%; display:block; margin:0 auto; position:relative; top:.2rem; overflow:hidden; }
[ig-link] .prev, [ig-link] .next { width:49%; height:.7rem; line-height:.7rem; text-align:center; border:.03rem solid #aaa; background:#fff; font-size:0.26rem; border-radius:3px; }
[ig-link] .next { position:absolute; right:0; top:0; }
[ig-link] a { display:block; height:.7rem; }
[ig-link] div:active { background:#f1f1f1; }

/* 页面细节 */
[ig-hide] { display:none; }
[ig-cut] { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
[ig-load] { display:block; width:96%; height:.8rem; line-height:.8rem; text-align:center; margin:0 2% .2rem; opacity:1; background:#fff; border:1px solid #ddd; border-radius:3px; font-size:.26rem; display:none;  }
[ig-load]:active { background:#f1f1f1; }
/* [ig-load]:empty { display:none !important;  } */
[ig-null] { display:block; width:100% !important; padding:0 2% !important; height:.8rem; line-height:.8rem; overflow:hidden; background:none; opacity:1;  }
.ig-hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.05) inset; }
.pager { display:none; }
.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }


/***********************************
 *** 动画
 **********************************/

@keyframes show_smaller{
  0%{
    visibility:visible;
    opacity:0; 
    -webkit-transform:scale(2,2);
       -moz-transform:scale(2,2);
      -ms-transform:scale(2,2);
        transform:scale(2,2);
  }
  100%{
    visibility:visible;
    opacity:1;
    -webkit-transform:scale(1,1);
       -moz-transform:scale(1,1);
      -ms-transform:scale(1,1);
        transform:scale(1,1);
  }
}
@keyframes hide_smaller{
  0%{
    visibility:visible;
    opacity:1; 
    -webkit-transform:scale(1,1);
       -moz-transform:scale(1,1);
      -ms-transform:scale(1,1);
        transform:scale(1,1);
  }
  100%{
    visibility:visible;
    opacity:.5; 
    -webkit-transform:scale(0,0);
       -moz-transform:scale(0,0);
      -ms-transform:scale(0,0);
      transform:scale(0,0);
  }
}
@keyframes show_nav{
  0%{
    visibility:visible;
    opacity:1;
    -webkit-transform:translateX(100%);
       -moz-transform:translateX(100%);
      -ms-transform:translateX(100%);
        transform:translateX(100%);
  }
  100%{
    visibility:visible;
    opacity:1;
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
      -ms-transform:translateX(0);
        transform:translateX(0);
  }
}
@keyframes hide_nav{
  0%{
    visibility:visible;
    opacity:1;
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
      -ms-transform:translateX(0);
        transform:translateX(0);
  }
  100%{
    visibility:visible;
    opacity:1;
    -webkit-transform:translateX(100%);
       -moz-transform:translateX(100%);
        -ms-transform:translateX(100%);
            transform:translateX(100%);
  }
}


/***********************************
 *** 设备适配
 **********************************/
@media (min-width:700px){
  html { font-size:80px; }
} 
@media (max-width:700px){
  html { font-size:70px; }
}
@media (max-width:500px){
  html { font-size:60px; }
}
@media (max-width:350px){
  html { font-size:50px; }
}

@-webkit-keyframes toolicon {
from {/* -webkit-transform:translateY(-2px) */}
to {
  -webkit-transform: translateY(2px);
}
}

