@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: #f8ffed; 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: auto; padding: .45rem 0 .2rem; background: url(../images/header-o.png) center top no-repeat #f8ffed; background-size: 1.5rem; color: #333; border-top: .06rem solid #02913f; }
.header .inner { height: auto; position: relative; z-index: 10; overflow: hidden; }
.header .logo { position: relative; margin: 0 0 .2rem; }
.header .logo img { display: block; height: .8rem; margin: 0 auto; }
.header .tag { text-align: center; }
.header .tag h2 { line-height: .4rem; font-size: .3rem; color: #02913f; }
.header .tag h3 { line-height: .3rem; font-size: .24rem; font-weight: normal; }

.shownav { position: absolute; right: 0; top: .3rem; z-index: 2; width: 1rem; height: 1rem; background: url(../images/header-nav.png) center center no-repeat; background-size: .7rem; }
.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(../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 #ddd; background: #fff; padding: 0 0 0 .2rem; }
.searcher .submit { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; border: 0; width: 1rem; background: #74ae40; background-size: .4rem; border-radius: .06rem; color: #fff; }
.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: .4rem; height: .4rem; border-radius: 50%; background: url(../images/banner-dots.png) center center no-repeat; background-size: contain; margin: 0 .05rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background-image: url(../images/banner-dots2.png); }

.inav { background: #02913f; }
.inav ul { width: 100%; overflow: hidden; }
.inav li { float: left; width: 25%; color: #fff; border-right: 1px solid #1ab136; border-bottom: 1px solid #1ab136; }
.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) left top repeat #07f9c2; background-size: contain; }

.ipro { padding: .2rem 0 0; }
.ipro .head { position: relative; background: url(../images/ipro-head.png) center top no-repeat; background-size: cover; color: #fff; }
.ipro .head h2 { line-height: .8rem; font-size: .3rem; padding: 0 0 0 .2rem; }
.ipro .head a { position: absolute; top: 0; right: 0; line-height: .8rem; padding: 0 .2rem; }
.ipro .tabed { width: 100%; padding: .2rem 0 0; overflow: hidden; }
.ipro .tabed li { float: left; width: 29.33%; line-height: .6rem; margin: 0 0 3% 3%; background: #02913f; color: #fff; text-align: center; border-radius: .2rem 0 .2rem 0; }
.ipro .tabed li.active { background: #ffd126; }
.ipro .main { }
.ipro .list { width: 100%; overflow: hidden; }
.ipro .list:nth-child(n+2) { display: none; }
.ipro .item { float: left; width: 45.5%; margin: 0 0 3% 3%; }
.ipro .item a { display: block; padding: .1rem; background: url(../images/ipro-h3.png) center bottom no-repeat #02913f; background-size: contain; }
.ipro .item figure { position: relative; padding: 0 0 75%; }
.ipro .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ipro .item h3 { line-height: .6rem; font-weight: normal; text-align: center; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.iadvan { background: url(../images/iadvan-bj.png) left top repeat-x; background-size: 1.2px; }
.iadvan .head { text-align: center; padding: .4rem 0 0; margin: 0 0 .4rem; }
.iadvan .head h3 { line-height: .5rem; font-size: .36rem; color: #02913f; margin: 0 0 .5rem; }
.iadvan .head b { color: #ffd126; }
.iadvan .head h4 { line-height: .4rem; color: #02913f; }
.iadvan .head h5 { font-weight: normal; font-size: .2rem; }
.iadvan .list { border-left: 1px solid #02913f; margin: 0 0 0 .5rem; padding: 0 0 0 .6rem; }
.iadvan .list dd { position: relative; margin: 0 0 .1rem; }
.iadvan .list span { position: absolute; left: -.9rem; top: 0; width: .6rem; height: .6rem; line-height: .6rem; text-align: center; background: #02913f; color: #fff; border-radius: 50%; }
.iadvan .list h3 { width: 2.2rem; line-height: .6rem; padding: 0 0 0 .4rem; background: #02913f; color: #fff; font-weight: normal; border-radius: .1rem; position: relative; }
.iadvan .list h3:before { content: ''; width: 0; height: 0; border: .1rem solid transparent; border-right-color: #02913f; position: absolute; left: 0; top: 50%; margin: -.1rem 0 0 -.2rem; }
.iadvan .list p { padding: .2rem 0; line-height: .3rem; }
.iadvan .sketch { }
.iadvan .sketch img { display: block; width: 100%; }

.iadv { padding: .3rem; background: url(../images/iadv-bj.png) center center no-repeat; background-size: cover; color: #fff; }
.iadv h2 { font-size: .34rem; margin: 0 0 .1rem; }
.iadv h3 { font-size: .22rem; font-weight: normal; line-height: .4rem; }
.iadv .tel { }
.iadv .tel li { display: inline-block; vertical-align: middle; }
.iadv .tel li:nth-child(2) { color: #ffd126; font-weight: bold; }
.iadv .url { padding: .2rem 0 .4rem; }
.iadv .url a { display: inline-block; vertical-align: middle; line-height: .6rem; padding: 0 .3rem; background: #fff; color: #02913f; border-radius: .2rem 0 .2rem 0; margin: 0 .2rem 0 0; }
.iadv .url a:nth-child(2) { background: #ffd126; color: #fff; }

.icase { padding: 0 0 .4rem; }
.icase .head { background: url(../images/icase-head.png) center center no-repeat; background-size: cover; text-align: center; padding: .7rem 0 0; margin: 0 0 .4rem; }
.icase .head h2 { line-height: .8rem; font-size: .32rem; }
.icase .list { overflow: hidden; }
.icase .item { float: left; width: 59%; margin: 0 0 2% 2%; }
.icase .item a { display: block; position: relative; padding: 0 0 140%; }
.icase .item img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.icase .item .shadow { position: absolute; left: 0; right: 0; bottom: 0; color: #fff; background: rgba(2, 145, 63, .6); padding: .2rem; }
.icase .item .shadow h3 { line-height: .5rem; font-size: .3rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.icase .item .shadow p { line-height: .4rem; text-align: justify; opacity: .9; }
.icase .item .shadow span { color: #ffd126; }
.icase .item2 { float: left; width: 47%; margin: 0 0 2% 2%; }
.icase .item2 a { display: block; position: relative; padding: 0 0 75%; }
.icase .item2 img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.icase .item2 .shadow { position: absolute; left: 0; top: 0; bottom: 0; right: 0; padding: 25% 0; color: #fff; background: rgba(2, 145, 63, .6); display: none; }
.icase .item2 .shadow h3 { text-align: center; font-weight: normal; }
.icase .item2 .shadow h3:after { content: ''; display: block; height: .4rem; background: url(../images/icase-h3.png) center center no-repeat; background-size: 2.6rem; }
.icase .item2:active .shadow { display: block; }
.icase .item2:nth-child(2),
.icase .item2:nth-child(3),
.icase .item2:nth-child(4) { width: 35%; }
.icase .more { padding: 0 2%; }
.icase .more a { display: block; line-height: .8rem; text-align: center; background: #02913f; color: #fff; border-radius: .06rem; }

.iabout { background: url(../images/iabout-bj.png) center top no-repeat; background-size: 100%; padding: 0 0 .6rem; }
.iabout .sketch { padding: 0 1.7rem 0 .4rem; margin: 0 0 .4rem; }
.iabout .sketch img { width: 100%; }
.iabout .info { padding: 0 .3rem .4rem; color: #fff; }
.iabout .info p { text-indent: 2em; line-height: .4rem; }
.iabout .url { text-align: center; }
.iabout .url a { display: inline-block; line-height: .6rem; padding: 0 .3rem; background: #fff; color: #02913f; border-radius: .2rem 0 .2rem 0; margin: 0 .1rem; }
.iabout .url a:nth-child(2) { background: #ffd126; color: #fff; }

.inews { padding: .4rem 0 .2rem; }
.inews .head { background: url(../images/icase-head.png) center center no-repeat; background-size: cover; text-align: center; padding: .7rem 0 0; margin: 0 0 .4rem; }
.inews .head h2 { line-height: .8rem; font-size: .32rem; }
.inews .list { padding: 0 .2rem; }
.inews .item { position: relative; padding: 0 0 0 2.6rem; margin: 0 0 .2rem; }
.inews .item a { display: block; height: 1.8rem; }
.inews .item img { position: absolute; left: 0; top: 0; width: 2.4rem; height: 1.8rem; }
.inews .item h3 { line-height: .4rem; font-size: .3rem; color: #02913f; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.inews .item em { display: block; font-style: normal; border-bottom: 1px solid #c7e9ca; margin: 0 0 .1rem; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.inews .item p { height: .7rem; line-height: .35rem; overflow: hidden; }
.inews .more { padding: 0 2%; }
.inews .more a { display: block; line-height: .8rem; text-align: center; background: #02913f; color: #fff; border-radius: .06rem; }

.icontact { padding: 0 0 .7rem; background: url(../images/contact-bj.png) center bottom no-repeat; background-size: 2rem; }
.icontact .head { position: relative; background: url(../images/ipro-head.png) center top no-repeat; background-size: cover; color: #fff; }
.icontact .head h2 { line-height: .8rem; font-size: .3rem; padding: 0 0 0 .2rem; }
.icontact .head a { position: absolute; top: 0; right: 0; line-height: .8rem; padding: 0 .2rem; }
.icontact .list { padding:0 .3rem; color:#888; }
.icontact .list dd { position:relative; line-height:.8rem; padding:0 0 0 2.2rem; border-bottom: 1px dashed #c9eacc; 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; color: #02913f; }
.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; }

.footer { background: url(../images/footer-bj.png) center top repeat-x; color: #666; }
.copyright { padding: .2rem; line-height: .4rem; text-align: center; }
.itop { width: 3.6rem; height: .8rem; line-height: .8rem; margin: 0 auto; background: url(../images/itop.png) center top no-repeat; background-size: contain; }
.itop p { text-align: center; color: #fff; }

.toolbar { display: block; height: 1rem; }
.toolbar .inner { background: #02913f; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: -webkit-box; display: box; border-top: 1px solid rgba(255,255,255,.05); }
.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(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; }




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