/***********************************
 *** 全局初始化
 **********************************/
* { 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:inherit; 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.8 "Microsoft Yahei", Arial; color:#333; background:#efefef; padding:.8rem 0 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", Arial; 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; }


/***********************************
 *** 公共部分
 **********************************/
.header { width:100%; height:.8rem; padding:.15rem 0; position:fixed; left:0; top:0; z-index:10; background:#FFF; }
.logo { width:100%; height:.5rem; text-align:center; }
.logo img { height:.5rem; }
.ordered { position:absolute; right:0; top:0; }
.ordered a { display:block; line-height:.8rem; font-size:.26rem; color:#5eaf31; padding:0 .2rem; }
.shownav { position:absolute; left:0; top:0; width:.8rem; height:.8rem; background:url(../images/nav-li.png) center center no-repeat; background-size:.5rem; overflow:hidden; text-indent:-99em; }

.nav { position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; z-index:20; display:none; }
.nav .head { border-bottom:1px solid #efefef; position:relative; }
.nav .head h2 { line-height:.8rem; text-align:center; font-size:.26rem; font-weight:normal; }
.nav .head h2 a { display:block; }
.nav .head .back { position:absolute; left:0; top:0; width:.8rem; height:.8rem; overflow:hidden; text-indent:-99em; background:url(../images/nav-back.png) center center no-repeat; background-size:.5rem; }
.nav .head .back:active { background-color:#f5f5f5; }
.nav .list { width:100%; }
.nav .list li { float:left; width:33.3333333%; text-align:center; border-bottom:1px solid #efefef; }
.nav .list li:nth-child(3n-1) { border-left:1px solid #efefef; border-right:1px solid #efefef; }
.nav .list a { display:block; padding:.2rem 0; }
.nav .list a:active { background:#f5f5f5; }
.nav .list img { display:block; width:.8rem; height:.8rem; margin:0 auto; }
.nav .list span { display:block; }

.subnav { padding:0 0; background:#FFF; }
.subnav .list { padding:.2rem 0; }
.subnav .list > * { float:left; width:25%; }
.subnav .list dd { text-align:center; }
.subnav .list a { display:block; line-height:.4rem; padding:.1rem 0 0; font-size:.26rem; }
.subnav .list a:before { content:''; width:.7rem; height:.7rem; background:#CCC; display:block; margin:0 auto .1rem; }
.subnav .list dt { padding:0 .1rem; }
.subnav .list img { display:block; width:100%; }
.subnav .list dd:nth-child(1) a:before { background:url(../images/snav-1.png) center center no-repeat; background-size:contain; }
.subnav .list dd:nth-child(2) a:before { background:url(../images/snav-2.png) center center no-repeat; background-size:contain; }
.subnav .list dd:nth-child(3) a:before { background:url(../images/snav-3.png) center center no-repeat; background-size:contain; }

.footer { background:#a1a1a1; color:#FFF; padding:.15rem 0 .2rem; }
.stel { text-align:center; font-size:.5rem; line-height:1.1; font-weight:bold; margin-bottom:.1rem; }
.stel a:after { content:''; width:.6rem; height:.6rem; display:inline-block; background:url(../images/stel.png) center center no-repeat; background-size:contain; position:relative; left:.1rem; top:-.1rem; }
.copyright { text-align:center; font-size:.2rem; }


/***********************************
 *** 组件
 **********************************/
.location { height:.7rem; line-height:.7rem; background:#e4e4e4; border-bottom:1px solid #ccc; position:relative; }
.location h2 { display:inline-block; padding:0 .2rem 0 .5rem; color:#666; font-size:.26rem; font-weight:normal; background:url(../images/menu-back.png) left center no-repeat; background-size:.5rem; }
.location .showmenu { position:absolute; right:0; top:0; width:.7rem; height:.7rem; background:url(../images/menu-li.png) center center no-repeat; background-size:.5rem; overflow:hidden; text-indent:-99em; display:none; }

.menu { width:100%; background:#fff; border-bottom:1px solid #ddd; display:none; }
.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 #e4e4e4; background:#e4e4e4; border-radius:3px; }
.menu .list a { display:block; font-size:.24rem; text-align:center; }
.menu .list dd:active,
.menu .list dd.current { background:#5eaf31; color:#5eaf31; color:#FFF; }

.showmap { display:block; margin:0 3% .3rem; height:.8rem; line-height:.8rem; text-align:center; font-size:.26rem; background:#f0a522; color:#fff; border-radius:5px; }

.baidumap { position:fixed; left:0; top:.8rem; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.baidumap .map { position:absolute; top:0; left:0; bottom:1rem; right:0; z-index:97; line-height:20px; font-size:14px; }
.baidumap .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); }
.baidumap .address p { height:.6rem; line-height:.3rem; margin:0 .8rem 0 0; color:#fff; overflow:hidden; opacity:.5; }
.baidumap .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%;  }
.baidumap .close:active { background:#f1f1f1; }
.baidumap .BMap_bubble_title a { display:inline-block; height:40px; line-height:40px; padding:0 .3rem; color:#FFF; background:#8ea8e0; border-radius:.03rem; margin-bottom:.05rem; font-size:16px; }
.baidumap .BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }

.rmd-order { background:#fff; border-bottom:1px solid #ddd; padding:.1rem 0 0; }
.rmd-order .head { height:.7rem; line-height:.7rem; padding:0 0 0 .2rem; }
.rmd-order .head h2 { font-size:.26rem; font-weight:normal; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#ddd; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#ddd; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#ddd; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ddd; }
#formPost { padding:0 4% ; overflow:hidden; }
#formPost li { margin-bottom:.3rem; float:left; width:100%; font-size:1.2em; }
#formPost .txt, #formPost .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:#fff; border:1px solid #ddd;  }
#formPost .txt:focus, #formPost .text:focus { border-color:#aaa; }
#formPost .text { height:1.5rem; line-height:.3rem; padding:3%; }
#formPost .submit { width:100%; height:.7rem; line-height:.7rem; background:#f0a522; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
#formPost .submit:active { background:#ff7200; }

.article { text-align:justify; padding:3%; line-height:1.8; background:none; }
.article img { max-width:100% !important; height:auto !important; display:block; margin:0 auto; }

.relink { width:96%; margin:0 auto .2rem;position:relative; display:block; overflow:hidden; }
.relink .prev,
.relink .next { float:right; width:49%; height:.7rem; line-height:.7rem; text-align:center; border:1px solid #999; background:#fff; color:#999; font-size:0.26rem; border-radius:3px; }
.relink .prev { float:left; }
.relink a { display:block; height:.7rem; color:#999; }
.relink > *:active { background:#f5f5f5; }

.relink2 { }
.relink2 .prev,
.relink2 .next { width:.6rem; height:.6rem; position:fixed; top:50%; z-index:10; overflow:hidden; text-indent:-99em; }
.relink2 a { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; text-indent:-99em; }
.relink2 .prev { left:0; }
.relink2 .next { right:0; }
.relink2 .prev a { background:url(../images/relink-prev.png) center center no-repeat; background-size:contain; }
.relink2 .next a { background:url(../images/relink-next.png) center center no-repeat; background-size:contain; }

.hidden { display:none; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.loading { width:auto; height:.7rem; line-height:.7rem; text-align:center; margin:0 4px .2rem; background:#fff; border:1px solid #999; color:#999; border-radius:3px; font-size:.26rem; display:none;  }
.loading:active { background:#f5f5f5; }
.loading:empty { display:none !important;  }
.null { display:block; width:100% !important; padding:0 2% !important; height:.8rem; line-height:.8rem; overflow:hidden; background:none; opacity:1; position:relative; top:-.3rem; }
.console { position:fixed; left:0; top:0; width:100%; height:.8rem; line-height:.8rem; z-index:99; background:rgba(255,72,72,.9); text-align:center; color:#FFF; font-size:.26rem; overflow:hidden; }
.pager { display:none; }
.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }



/***********************************
 *** 首页
 **********************************/
.banner { width:100%; overflow:hidden; position:relative; margin:0 0 .2rem; }
.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:.2rem; }
.banner .tip span { display:inline-block; vertical-align:middle; width:.14rem; height:.14rem; background:#fff; border-radius:0; margin:0 .1rem; vertical-align:middle; -webkit-transition:all .3s linear; -moz-transition:all .3s linear; -ms-transition:all .3s linear; transition:all .3s linear; }
.banner .tip span.cur { -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }

.inav { background:#FFF; }
.inav .list { }
.inav .list li { float:left; width:20%; text-align:center; }
.inav .list a { display:block; padding:.2rem 0 .1rem; }
.inav .list img { display:block; width:.8rem; height:.8rem; margin:0 auto; }
.inav .list span { display:block; line-height:.5rem; font-size:.26rem; font-weight:bold; }

.ipro { }
.ipro .list { width:100%; padding:.2rem 1px; }
.ipro .list li { float:left; width:33.33%; border:1px solid transparent; }
.ipro .list a { display:block; padding:0 0 73%; position:relative; background:#ddd; }
.ipro .list img { position:absolute; left:0; top:0; width:100%; height:100%; }
.ipro .list .shadow { position:absolute; bottom:0; left:0; width:100%; line-height:.4rem; color:#666; }
.ipro .list h3 { font-size:.2rem; font-weight:normal; margin:0 0 0 .1rem; }
.ipro .list .hit { position:absolute; right:.1rem; bottom:0; padding:0 0 0 .3rem; font-size:.2rem; background:url(../images/pro-hits.png) left center no-repeat; background-size:.25rem; }


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

.wrapper { }

/* 图片列表 */
.product-lister { }
.product-lister .list { width:100%; padding:0 1px .2rem; }
.product-lister .item { float:left; width:33.33%; border:1px solid transparent; }
.product-lister .item a { display:block; padding:0 0 73%; position:relative; }
.product-lister .item img { position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; }
.product-lister .item .shadow { position:absolute; bottom:0; left:0; width:100%; line-height:.4rem; color:#666; }
.product-lister .item h3 { font-size:.2rem; font-weight:normal; margin:0 0 0 .1rem; }
.product-lister .item .hit { position:absolute; right:.1rem; bottom:0; padding:0 0 0 .3rem; font-size:.2rem; background:url(../images/pro-hits.png) left center no-repeat; background-size:.25rem; }

/* 新闻列表 */
.news-lister { }
.news-lister .list { padding:.2rem 0 .2rem; }
.news-lister .item { margin:0 4% 4%; background:#FFF; border-radius:5px; box-shadow:0 0 .2rem rgba(0,0,0,.1); }
.news-lister .item:active { box-shadow:0 0 .2rem rgba(0,0,0,.2); }
.news-lister .item a { display:block; padding:.2rem; color:#999; }
.news-lister .item .date { font-size:.26rem; line-height:.4rem; }
.news-lister .item h3 { font-size:; font-weight:normal; line-height:.4rem; margin-bottom:.1rem; overflow:hidden; }
.news-lister .item .img { position:relative; width:100%; padding:0 0 75%; overflow:hidden; }
.news-lister .item .img img { position:absolute; left:0; top:0; width:100%; height:100%; }


/* 活动列表 */
.activity-lister {  }
.activity-lister .list {  }
.activity-lister .item { margin:0 0; background:#fff; margin:0 0 .15rem; }
.activity-lister .item a {  }
.activity-lister .item .img { position:relative; width:100%; padding:0 0 94%;  }
.activity-lister .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.activity-lister .item .info { padding:.1rem 2%; }


/* 文章详情 */
.news-detail {  }
.news-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.news-detail .subsidiary { line-height:.6rem; border-bottom:1px solid #ddd; margin:0 2%; opacity:.6; text-align:center; }
.news-detail .subsidiary span { margin-right:.2rem; }


/* 产品详情 */
.product-detail {  }
.product-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.product-detail .subsidiary { line-height:.4rem; margin:0 2%; opacity:.6; text-align:center; text-transform:uppercase; }
.product-detail .photo { padding:.2rem 3% 0; }
.product-detail .photo img { display:block; width:100%; }


/* 案例详情 */
.case-detail {  }
.case-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.case-detail .photo { margin:0 4%; }
.case-detail .photo img { display:block; width:100%; }


.BMap_bubble_content{font-size: .2rem;line-height: 1.2;}
/***********************************
 *** 动画
 **********************************/


/***********************************
 *** 设备适配
 **********************************/
@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; }
}


/***********************************
 *** 配色方案
 **********************************/