@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; height: 1rem; z-index: 10; }
.header .inner { height: 1rem; position: fixed; left: 0; right: 0; top: 0; background: #2f8a31; overflow: hidden; }
.header .logo { position: relative; padding: .15rem; }
.header .logo img { display: block; height: .7rem; margin: 0 auto; }

.shownav { position: absolute; right: 0; top: 0; 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: 0; z-index: 2; }
.showsos i { display: block; width: 1rem; height: 1rem; background: url(../images/header-sos.png) 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 #2f8a31; background: #fff; color: #666; padding: 0 0 0 .2rem; }
.searcher .submit { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; border: 0; width: 1rem; background: #2f8a31; background-size: .4rem; border-radius: .06rem; 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; }
.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: .24rem; height: .24rem; border-radius: 50%; background: none; border: 1px solid #fff; background-size: contain; margin: 0 .1rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background: #2f8a31; border-color: #2f8a31; }

.inav { background: #2f8a31; }
.inav ul { width: 100%; overflow: hidden; }
.inav li { float: left; width: 33.33%; color: #fff; border-right: 1px solid rgba(255,255,255,.001); border-bottom: 1px solid rgba(255,255,255,.001); }
.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: url(../images/inav-hover.png) center bottom no-repeat #005698; }

.ipro { padding: .4rem .2rem; background: #fff; }
.ipro .classify { width: 100%; overflow: hidden; }
.ipro .classify li { float: left; width: 33.33%; margin: 0 0 .4rem; text-align: center; }
.ipro .classify img { width: 1.4rem; height: 1.4rem; border-radius: 50%; box-shadow: 0 0 .1rem rgba(0,0,0,.1); }
.ipro .classify h3 { line-height: .6rem; font-size: .3rem; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.iabout { padding: .4rem; background: url(../images/iabout-bj.jpg) center center no-repeat #95972a; background-size: cover; color: #fff; }
.iabout .inner { }
.iabout .img { position: relative; padding: 0 0 75%; background: #fff; margin: 0 0 .2rem; }
.iabout .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.iabout .head { line-height: .8rem; }
.iabout .head h2,
.iabout .head h3 { display: inline-block; vertical-align: middle; font-size: .34rem; }
.iabout .head h3 { font-weight: normal; opacity: .8; text-transform: uppercase; font-size: .3rem; margin: 0 0 0 .2rem; }
.iabout .info { line-height: 1.6; text-align: justify; }

.ihead { position: relative; line-height: 1rem; padding: 0 3%; }
.ihead h2,
.ihead h3 { display: inline-block; vertical-align: middle; font-size: .32rem; color: #0b790e; }
.ihead h3 { font-size: .28rem; font-weight: normal; color: #999; text-transform: uppercase; }
.ihead:before { content: ''; position: absolute; right: 3%; top: 50%; width: 50%; border-bottom: 1px solid #ddd; }

.icase { background: #fff; }
.icase .list { width: 100%; overflow: hidden; }
.icase .item { float: left; width: 45.5%; margin: 0 0 3% 3%; background: #2f8a31; color: #fff; }
.icase .item:active { opacity: .9; }
.icase .item figure { position: relative; padding: 0 0 75%; background: #eee; }
.icase .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.icase .exp { padding: .1rem .2rem; }
.icase .item h3 { line-height: .5rem; font-size: .3rem; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.icase .item p { height: .8rem; line-height: .4rem; overflow: hidden; opacity: .9; }
.icase .more { text-align: center; padding: .4rem 0 .2rem; }
.icase .more a { display: inline-block; font-size: .5rem; width: .6rem; height: .6rem; text-align: center; line-height: 0.55rem; font-weight: normal; border-radius: 50%; background: #0b790e; color: #fff; }

.inews { background: #fff; }
.inews .list { padding: 0 3%; }
.inews .item { height: 2.1rem; padding: .3rem 0 .3rem 2.3rem; border-bottom: 1px solid #ddd; position: relative; }
.inews .item:active {opacity: .9; }
.inews .item figure { position: absolute; left: 0; top: .3rem; background: #eee; }
.inews .item img { display: block; width: 2rem; height: 1.5rem; }
.inews .item h3 { line-height: .4rem; font-size: .3rem; margin: 0 0 .1rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inews .item p { height: .8rem; line-height: .4rem; overflow: hidden; opacity: .8; }
.inews .more { text-align: center; padding: .4rem 0 .2rem; }
.inews .more a { display: inline-block; font-size: .5rem; width: .6rem; height: .6rem; text-align: center; line-height: 0.55rem; font-weight: normal; border-radius: 50%; background: #0b790e; color: #fff; }

.icontact { padding: 0 0 .6rem; background: #fff; }
.icontact .head { position: relative; height: .8rem; line-height: .8rem; border-bottom: 1px solid #ddd; margin: 0 0 .2rem; }
.icontact .head h2 { padding: 0 0 0 .8rem; font-size: .34rem; font-weight: normal; color: #0168b7; background: url(../images/icontact-icon.png) .1rem center no-repeat; background-size: .55rem; }
.icontact .head a { position: absolute; right: 0; top: 0; padding: 0 .2rem; text-transform: uppercase; color: #999; }
.icontact .list { padding:0 .1rem; color:#888; }
.icontact .list dd { position:relative; line-height:.4rem; padding:.2rem .2rem .2rem 2.2rem; 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-5.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; }
.icontact .list .iqq { display:inline-block; vertical-align:middle; height:.5rem; line-height:.5rem; margin:0 0 0 .2rem; background:url(../images/icon-qq.png) .2rem center no-repeat #2f8a31; background-size:.25rem; color:#fff; border-radius:3px; padding:0 .2rem 0 .6rem; position: relative; }
.icontact .list .iqq:before { content: ''; width: 0; height: 0; border: .1rem solid transparent; border-right-color: #2f8a31; position: absolute; left: 0; top: 50%; margin: -.1rem 0 0 -.18rem; }


.footer { background: #f3f3f3; color: #666; }
.copyright { padding: .3rem; line-height: .4rem; text-align: center; }

.toolbar { display: block; height: 1rem; }
.toolbar .inner { background: #2f8a31; position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; 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 { box-shadow: 0 0 1000rem rgba(0,0,0,.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; }
