@import 'swiper.min.css';
@import 'animate.css';
@import 'skin.css';

/***********************************
 *** 全局初始化
 **********************************/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; }
html { height: 100%; }
body { width: 100%; height: 100%; font: .28rem/1.8 "Microsoft Yahei", Arial; color: #333; background: #fff; transition: transform .3s ease; }
img { border: 0px; }
a, a:link, a:visited, a:hover, a:active { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6, h7 { font-size: .28rem; }
ul, ol { list-style-type: none; }
input,button,select,textarea { outline: none; font-family: "Microsoft Yahei", Arial; font-size: .28rem; -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; }


/***********************************
 *** 网站风格
 **********************************/
body.active { position: fixed; transform: translate3d(-70%, 0, 0); }
body.active:after { content: ''; position: absolute; left: 0; top: 2.5rem; bottom: 0; right: 0; z-index: 100; }

.header { position: relative; z-index: 10; }
.header .inner { height: 1rem; position: relative; overflow: hidden; }
.header .logo { position: relative; padding: .15rem; }
.header .logo img { display: block; height: .7rem; }
.header .tel { position: absolute; right: 0; top: 0; background: url(../images/header-tel.png) left center no-repeat; background-size: .4rem; padding: .2rem .3rem .2rem .6rem; }
.header .tel h2 { line-height: .3rem; font-weight: normal; color: #999; }
.header .tel h3 { line-height: .4rem; font-size: .32rem; font-weight: normal; }

.shownav { position: absolute; right: 0; top: .3rem; z-index: 2; width: 1rem; height: 1rem; }
.shownav i { position: absolute; left: 50%; top: 50%; margin: -.03rem 0 0 -.25rem; width: .5rem; height: .04rem; background: #fff; transition: all .3s ease; }
.shownav i:before,
.shownav i:after { content: ''; width: .5rem; height: .04rem; background: #fff; position: absolute; left: 0; }
.shownav i:before { top: -.14rem; }
.shownav i:after { bottom: -.14rem;  }
.shownav.active i { background: none; transform: rotate(45deg); }
.shownav.active i:before { top: 50%; transform: rotate(90deg); }
.shownav.active i:after { top: 50%; }

.showsos { position: absolute; left: 0; top: .3rem; z-index: 2; width: 1rem; height: 1rem; background: url(about:blank) center center no-repeat; background-size: .7rem; }

.nav { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; transform: translate3d(100%, 0, 0); z-index: 0; background: #3d3d3d; text-align: left; }
.nav li { border-bottom: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .5); font-size: .3rem; }
.nav a { display: block; padding: 0 .4rem; line-height: 1rem; white-space: normal; overflow: hidden; text-overflow: ellipsis; }
.nav li.current,
.nav li:active { background: rgba(255, 255, 255, .1); color: #fff; }

.searcher { position: relative; display: block; background: #fff; display: none; }
.searcher .head { position: relative; padding: .2rem 1.4rem .2rem .2rem; }
.searcher .txt { width: 100%; height: .8rem; border: 1px solid #2fa0e0; background: #fff; color: #666; padding: 0 0 0 .2rem; }
.searcher .submit { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; border: 0; width: 1.4rem; background: #2fa0e0; background-size: .4rem; border-radius: 0; color: #fff; }
.searcher .submit:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }
.searcher .cancel { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; width: 1rem; border: 0; color: #999; border-radius: .06rem; display: none; }
.searcher.fixed { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #fff; z-index: 10; display: block; }
.searcher.fixed .head { background: #eee; }
.searcher.fixed .cancel { display: block; }

.banner { width: 100%; overflow: hidden; position: relative; }
.banner .list { float: left; width: 500%; }
.banner .list li { float: left; width: 20%; }
.banner .list img { display: block; width: 100%; }
.banner .dots { width: 100%; line-height: 0; text-align: center; clear: both; display: none; position: absolute; left: 0; bottom: .3rem; }
.banner .dots li { display: inline-block; width: .2rem; height: .2rem; border-radius: 50%; background: none; border: 2px solid #fff; background-size: contain; margin: 0 .1rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background: #fff; }

.inav { background: #1b772b; }
.inav ul { width: 100%; overflow: hidden; }
.inav li { float: left; width: 25%; color: #fff; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.inav a { display: block; padding: .15rem 0; line-height: .4rem; font-size: .3rem; font-weight: normal; text-align: center; }
.inav li:nth-child(4n) { border-right: 0; }
.inav li:active { background: #20992e; }
.inav .current {background-color: #2a963d;}

.ihead { padding: 0 0 .2rem; margin: 0 0 .4rem; border-bottom: 1px solid #ddd; text-align: center; position: relative; }
.ihead h2 { line-height: .7rem; font-size: .38rem; color: #20992e; }
.ihead h3 { line-height: .4rem; font-weight: normal; text-transform: uppercase; }
.ihead:before { content: ''; position: absolute; left: 50%; bottom: -1px; margin: 0 0 0 -1rem; width: 2rem; border-bottom: 3px solid #20992e; }

.ipro { padding: .6rem 0 0; background: #fff; }
.ipro .classify { margin: 0 3% .3rem; border-left: 1px dashed #20992e;  border-top: 1px dashed #20992e; }
.ipro .classify li { float: left; width: 33.33%; text-align:center;border-right: 1px dashed #20992e; border-bottom: 1px dashed #20992e; }
.ipro .classify a { display: block; height: .7rem; line-height: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; }
.ipro .classify i { position: absolute; left: .1rem; top: .15rem; width: .4rem; height: .4rem; background: url(about:blank) 0 0 no-repeat; background-size: .4rem; }
.ipro .classify li:active { background-color: #20992e; color: #fff; box-shadow: 0 0 0 1px #20992e; }
.ipro .classify li:active i { background-position: 0 -.4rem; }
.ipro .list { }
.ipro .item { float: left; width: 45.5%; margin: 0 0 0 3%; }
.ipro .item figure { position: relative; padding: 0 0 75%; border: 1px solid #20992e; }
.ipro .item figure::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; border: 3px solid #fff; z-index: 2; }
.ipro .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ipro .item h3 { line-height: 1rem; font-weight: normal; font-size: .3rem; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.iadvan { padding: .6rem 0 .4rem; background: #fff; }
.iadvan .img { padding: 0 1rem .4rem; }
.iadvan .img img { width: 100%; }
.iadvan .list { }
.iadvan .item { float: left; width: 45.5%; height: .6rem; margin: 0 0 .2rem 3%; position: relative; padding: 0 0 0 .8rem; }
.iadvan .item i { position: absolute; left: 0; top: 0; width: .6rem; line-height: .6rem; border-radius: 50%; background: #20992e; color: #fff; font-style: normal; text-align: center; }
.iadvan .item h3 { line-height: .4rem; padding: .1rem 0; font-size: .3rem; font-weight: normal; }

.iadv { padding: .2rem .3rem .4rem; background: url(../images/iadv.png) center center repeat #1b772b; color: #fff; position: relative; }
.iadv h2 { line-height: .8rem; font-weight: normal; font-size: .35rem; position: relative; padding: 0 0 .2rem; margin: 0 0 .2rem; }
.iadv h2:before,
.iadv h2:after { content: ''; position: absolute; left: 0; right: 2rem; bottom: 0; border-bottom: 1px solid #42ac03; }
.iadv h2:after { left: 2rem; right: 0; bottom: .1rem; }
.iadv p { line-height: .4rem; margin: 0 0 .3rem; }
.iadv .button { text-align: center; }
.iadv .button a { display: inline-block; line-height: .6rem; padding: 0 .4rem; border: 1px solid #42ac03; margin: 0 .1rem; border-radius: .6rem; }
.iadv .button a:active { background: #42ac03; }
.iadv:before { content: ''; width: 2rem; height: .6rem; /* background: url(../images/iadv-f.png) center center no-repeat; */ background-size: contain; position: absolute; left: 50%; bottom: -.3rem; margin: 0 0 0 -1rem; }

.icase { padding: .6rem 0; background: #fff; }
.icase .tabed { text-align: center; padding: 0 0 .4rem; }
.icase .tabed li { display: inline-block; line-height: .7rem; background: #fff; border: 1px solid #20992e; color: #20992e; margin: 0.1rem .1rem;     width: 150px;}
.icase .tabed a { display: block; padding: 0 .4rem; }
.icase .tabed li.active { background: #20992e; color: #fff; }
.icase .main { margin: 0 3%; }
.icase .item h3 { position: absolute; left: 0; bottom: 0; right: 0; line-height: .8rem; background: rgba(0,0,0,.5); color: #fff; font-size: .3rem; font-weight: normal; text-align: center; }
.icase .item figure { position: relative; padding: 0 0 75%; }
.icase .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.icase .dots { text-align: center; padding: .2rem 0 0; }
.icase .swiper-pagination-bullet { width: .2rem; height: .2rem; background: #fff; border: 1px solid #20992e; opacity: 1; }
.icase .swiper-pagination-bullet-active { background: #20992e; }

.iabout { padding: .5rem .3rem; background: url(../images/iabout.jpg) center center no-repeat #97d1f9; background-size: cover; }
.iabout .shadow { padding: .5rem .3rem; background: rgba(255,255,255,.7); border-radius: .2rem; }
.iabout .head { text-align: center; padding: 0 0 .2rem; margin: 0 0 .2rem; position: relative; }
.iabout .head h2 { line-height: .6rem; font-size: .36rem; color: #20992e; }
.iabout .head h2:before { content: ''; width: .8rem; border-bottom: 2px solid #20992e; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.4rem; }
.iabout .main { margin: 0 0 .4rem; }
.iabout .main p { line-height: .5rem; }
.iabout .url { }
.iabout .url a { float: left; width: 50%; height: 1rem; padding: 0 0 0 1rem; position: relative; }
.iabout .url img { position: absolute; left: 0; top: 0;  width: .8rem; height: .8rem; }
.iabout .url h3,
.iabout .url h4 { line-height: .4rem; font-size: .3rem; }
.iabout .url h4 { font-weight: normal; text-transform: uppercase; font-size: .24rem; }

.inews { padding: .6rem 0 0; background: #fff; }
.inews .list { padding: 0 .3rem; }
.inews .item { margin: 0 0 .3rem; }
.inews .item a { display: block; height: 1.8rem; position: relative; padding: 0 0 0 2.6rem; }
.inews .item img { position: absolute; left: 0; top: 0; width: 2.4rem; height: 1.8rem; }
.inews .item h3 { line-height: .4rem; font-size: .3rem;  font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0 0 .1rem; }
.inews .item p { height: .8rem; line-height: .4rem; color: #888; overflow: hidden; }
.inews .item span { line-height: .4rem; color: #888; }

.icontact { padding: .6rem 0 .4rem; background: #fff; }
.icontact .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.icontact .head h2 { line-height: .5rem; font-size: .34rem; }
.icontact .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.icontact .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.icontact .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.icontact .list { padding:0 .3rem; color:#888; }
.icontact .list dd { position:relative; line-height:.4rem; padding: .2rem 0 .2rem 2.2rem; border-bottom: 1px dashed #ddd; color: #333; }
.icontact .list dd:last-child { border-bottom: 0; }
.icontact .list a { display:block; }
.icontact .list label { position:absolute; left:0; top:0; line-height:.8rem; padding:0 0 0 .7rem; }
.icontact .list label.name { background:url(../images/icontact-1.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.qq { background:url(../images/icontact-2.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.email { background:url(../images/icontact-3.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.tel { background:url(../images/icontact-4.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.mobile { background:url(../images/icontact-3.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.address { background:url(../images/icontact-6.png) left center no-repeat; background-size:.5rem; }

.footer { background: #e5f4e6; color: #666; }
.copyright { padding: .3rem; line-height: .4rem; text-align: center; }

.toolbar { display: block; height: 1rem;    position: relative;z-index: 666; }
.toolbar .inner { background: #1b772b; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: -webkit-box; display: box; border-top: 1px solid rgba(255,255,255,0); }
.toolbar li { -webkit-box-flex: 1; box-flex: 1; border-left: 1px solid rgba(255,255,255,.2); color: #fff; }
.toolbar li:first-child { border-left: 0; }
.toolbar a { display: block; text-align: center; padding: .15rem 0 0; height: 1rem; line-height: .3rem; font-size: .26rem; }
.toolbar a:active { background-color: #20992e; box-shadow: 0 0 1000rem rgba(255,255,255,.2) inset; }
.toolbar a:before { content: ''; display: block; width: .4rem; height: .4rem; margin: 0 auto .05rem; }
.toolbar a.icon-home:before { background: url(../images/toolbar-1.png) center center no-repeat; background-size: contain; }
.toolbar a.icon-phone:before { background: url(../images/toolbar-2.png) center center no-repeat; background-size: contain; animation:toolicon 600ms linear infinite; }
.toolbar a.icon-online:before { background: url(../images/toolbar-3.png) center center no-repeat; background-size: contain; }
.toolbar a.icon-map:before { background: url(../images/toolbar-4.png) center center no-repeat; background-size: contain; }




/*留言*/
/***********************************
 ** 在线留言
 ** V2018-02
 **********************************/
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; }

.message-detail { padding:.2rem 4% 0; overflow:hidden; }
.message-detail li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.message-detail .txt,
.message-detail .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:none; border:1px solid #bbb;  }
.message-detail .txt:focus,
.message-detail .text:focus { border-color:#999; }
.message-detail .text { height:1.5rem; line-height:.3rem; padding:3%; }
.message-detail .error { border-color:#f55 !important; }
.message-detail .submit { width:100%; height:.8rem; line-height:.8rem; background:#146763; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.message-detail .submit:active { box-shadow:0 0 0 1000rem rgba(0,0,0,.2) inset; }




/***********************************
 ** 在线留言
 ** V2018-02
 **********************************/
.rmd-order { padding:0 4% 0; overflow:hidden; background:#f9f9f9; border-top:1px solid #eee; }
.rmd-order .head { height:.8rem; line-height:.8rem; margin:0 0 .1rem;  }
.rmd-order .head h2 { font-size:.3rem; font-weight:normal; }
.rmd-order li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.rmd-order .txt,
.rmd-order .text { width:100%; padding:0 3%; height:.8rem; line-height:.8rem; background:#fff; border:1px solid #eee;  }
.rmd-order .txt:focus,
.rmd-order .text:focus { border-color:#ddd; }
.rmd-order .text { height:1.5rem; line-height:.3rem; padding:3%; }
.rmd-order .error { border-color:#f55 !important; }
.rmd-order .submit { width:100%; height:.8rem; line-height:.8rem; background:#146763; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.rmd-order .submit:active { box-shadow:0 0 0 1000rem rgba(0,0,0,.2) inset;  }

/* 提交表单 */
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:#1b772b; 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; }
