@import 'animate.css';
@import 'skin2.css';

/******************************
 ** 初始化
** 2.0.0
 ******************************/
* { margin: 0; padding: 0; }
body { font: 14px/2 'Microsoft Yahei', Arial; color: #666; background: #fff; }
img { border: 0px; }
ul, ol { list-style-type: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { font: 14px/1 'Microsoft Yahei', Arial; color: #666; outline: 0; }
textarea { resize: none; overflow: auto; }
h1,h2,h3,h4,h5,h6,font { font-size: 14px; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:hover { color:#37ab2a; }
a img { transition: all .5s ease; }

.clear { float: none !important; clear: both; +line-height: 0; +font-size: 0; +height: 0; }
.hidden { display: none; visibility: visible; }
.wrap { width: 1200px; margin: 0 auto; position: relative; }


/******************************
 ** 首页
 ******************************/
.header { height: 110px; background: url(../images/header-bj.png) 65% bottom no-repeat #fff; }
.header .logo { float: left; margin: 25px 20px 0 0; padding: 0 20px 0 0; background: url(../images/header-line.png) right center no-repeat; }
.header .logo img { display: block; height: 60px; }
.header .tag { float: left; margin: 32px 0 0 0; }
.header .tag h2 { line-height: 24px; font-size: 19px; }
.header .tag h3 { line-height: 24px; font-size: 16px; font-weight: normal; }
.header .tag b { color: #37ab2a; }
.header .tel { float: right; padding: 0 0 0 64px; background: url(../images/header-tel.png) left center no-repeat; margin: 25px 0 0; }
.header .tel h2 { line-height: 24px; font-size: 16px; font-weight: normal; }
.header .tel h3 { line-height: 30px; font-size: 28px; color: #37ab2a; }

.nav { height: 65px; background: url(../images/nav-bj.png) center top repeat-x #eee; position: relative; z-index: 20; }
.nav li { float: left; width: 120px; height: 65px; position: relative; }
.nav li > a { display: block; height: 65px; line-height: 65px; font-size: 16px; color: #333; text-align: center; transition: none; transition: background .5s ease; }
.nav .drop { position: absolute; left: 0; right: 0px; top: 65px; padding: 0 0 0 0; background: url(about:blank) center center repeat; display: none; }
.nav .drop dl { position: relative; background: #37ab2b; }
.nav .drop dd { line-height: 45px; border-top: 1px solid #56b44c; height: 45px;}
.nav .drop dd:first-child { border-top: 0; }
.nav .drop a { display: block; padding: 0 8px 0 30px; color: #fff; }
.nav .drop a:hover { background: #56b44c; }
.nav li.active > a { background: url(../images/nav-hover.png) 0 0 repeat-x #24a217; color: #fff; }
.nav li.current > a { background: url(../images/nav-hover.png) 0 0 repeat-x #24a217; color: #fff; }

.banner { position: relative; z-index: 8; overflow: hidden; }
.banner .list { position: relative; overflow: hidden; z-index: 1; }
.banner .list li { position: absolute; width: 100%; height: 100%; overflow: hidden; background: #FFF; display: none; z-index: 1; }
.banner .list li:first-child { display: block; }
.banner .list li.active { z-index: 2; }
.banner .list img { position: relative; display: block; width: 1920px; left: 50%; margin: 0 0 0 -960px; }
.banner .dots { position: absolute; left: 50%; bottom: 30px; margin: 0 0 0 -50px; line-height: 0; z-index: 18; }
.banner .dots li { display: inline-block; +display: inline; +zoom: 1; width: 20px; height: 20px; background: #fff; margin: 0 8px; cursor: pointer; border-radius: 50%; }
.banner .dots li.active { background-color: #34aa28; }
.banner .prev,
.banner .next { width: 80px; height: 80px; position: absolute; top: 50%; margin: -40px 0 0; z-index: 9; cursor: pointer; display: none; }
.banner .prev { background: url(../images/banner-pw.png) 0 0 no-repeat; left: 50px; }
.banner .next { background: url(../images/banner-pw.png) 0 -80px no-repeat; right: 50px; }
.banner .prev:hover { background-position: -80px 0; }
.banner .next:hover { background-position: -80px -80px; }
.banner .list,
.banner .list img { height: 650px; }
.banner.mini .list,
.banner.mini .list img { height: 400px; }
.banner.mini .dots { bottom: -40px; transition: all .5s ease; }
.banner.mini:hover .dots { bottom: 20px; }
.banner.mini .dots li { width: 30px; height: 3px; border-radius: 0; border: 0; background: #fff; filter: Alpha(opacity=60); background: rgba(255,255,255,.6); }
.banner.mini .dots li.active { filter: Alpha(opacity=90); background: rgba(255,255,255,.9); }

.seacher { position: relative; z-index: 10; height: 45px; padding: 10px 0; background: url(../images/seacher-bj.png) 0 bottom repeat-x #fff;}
.seacher .key { line-height: 40px; }
.seacher .key dt,
.seacher .key dd { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 15px; }
.seacher .key dt { color: #333; margin: 0 10px 0 0; }
.seacher .sos { position: absolute; right: 0; top: 0; padding: 0 60px 0 0; border: 1px solid #ddd; }
.seacher .txt { width: 200px; height: 38px; line-height: 38px; background: none; border: 0; padding: 0 10px; border-radius: 3px; }
.seacher .submit { position: absolute; top: -1px; right: -1px; bottom: -1px; background: #34aa28; color: #fff; border: 0;  border-radius: 3px; width: 60px; cursor: pointer; }
.seacher .submit:hover { opacity: .8; filter:Alpha(opacity=80); }

.ipartner { padding: 50px 0 0px; background: #f9f9f8; }
.ipartner .head { padding: 0 0 40px; background: url(../images/ipartner-head.png) center bottom no-repeat; text-align: center; }
.ipartner .head h2 { line-height: 50px; font-size: 30px; color: #37ab2a; }
.ipartner .main { position: relative; }
.ipartner .prev,
.ipartner .next { position: absolute; top: 80px; width: 30px; height: 60px; background: url(../images/ipartner-button.png) 0 0 no-repeat; cursor: pointer; }
.ipartner .prev { left: -50px; background-position: 0 0; }
.ipartner .next { right: -50px; background-position: -30px 0; }
.ipartner .prev:hover,
.ipartner .next:hover { opacity: .8; }
.ipartner .inner { position: relative; overflow: hidden; }
.ipartner .list { width: 1000%; padding: 40px 0 0; overflow: hidden; }
.ipartner .item { float: left; width: 227px; margin: 0 16px 0 0; transition: all .5s ease; }
.ipartner .item img { display: block; width: 225px; height: 140px; border: 1px solid #ddd; margin: 0 0 10px; }
.ipartner .item h3 { line-height: 40px; font-weight: normal; text-align: center; }
.ipartner .item:hover { transform: translateY(-5px); }
.ipartner .item:hover img { border-color: #37ab2a; }

.ipro { padding: 60px 0 160px; background: url(../images/ipro-bj.png) center bottom repeat-x #fff; }
.ipro .left { float: left; width: 220px; }
.ipro .right { float: right; width: 950px; }
.ipro .tops { padding: 15px 0; text-align: center; background: url(../images/ipro-tops.png) 0 0 no-repeat #34aa28; }
.ipro .tops h2 { line-height: 50px; font-size: 24px; color: #fff; }
.ipro .menus { border: 1px solid #ededed; }
.ipro .menus dl { padding: 44px 15px 10px; position: relative; }
.ipro .menus dt { background: url(../images/ipro-menu-dt.png) 35px center no-repeat #ededed; position: absolute; left: 0; right: 0; top: 0; transition: all .5s ease; }
.ipro .menus dt a { display: block; white-space: nowrap; line-height: 45px; overflow: hidden; padding: 0 0 0 60px; font-size: 16px; color: #111; }
.ipro .menus dd { background: url(../images/ipro-menu-dd.png) 20px center no-repeat #fff; border-top: 1px dashed #e5e5e5; transition: all .5s ease; }
.ipro .menus dd a { display: block; white-space: nowrap; line-height: 35px; overflow: hidden; padding: 0 0 0 45px; color: #666; }
.ipro .menus dt:hover { background-position: 40px center; }
.ipro .menus dt:hover a { color: #37ab2a; }
.ipro .menus dd:hover { background-position: 25px center; }
.ipro .menus dd:hover a { color: #37ab2a; }
.ipro .head { height: 50px; border-bottom: 1px solid #ddd; margin: 0 0 30px; position: relative; }
.ipro .head a { position: absolute; right: 0; top: 0; line-height: 50px; }
.ipro .tabed { }
.ipro .tabed li { float: left; height: 50px; line-height: 50px; background: url(../images/ipro-tabed-line.png) left center no-repeat; }
.ipro .tabed li:first-child { background: none; }
.ipro .tabed span { display: block; padding: 0 20px; height: 55px; font-size: 16px; cursor: pointer; }
.ipro .tabed li.active span { background: url(../images/ipro-tabed-hover.png) center bottom no-repeat; }
.ipro .main { }
.ipro .list { display: none; }
.ipro .list:first-child { display: block; }
.ipro .list { overflow: hidden; text-align: center; }
.ipro .list dt { margin: 0 0 10px; }
.ipro .list dt .img { padding: 4px; border: 1px solid #e2e2e2; overflow: hidden; }
.ipro .list dt img { display: block; width: 100%; height: 400px; }
.ipro .list dt h3 { padding: 8px 0 0; font-size: 15px; line-height: 50px; background: url(../images/ipro-dt.png) center top no-repeat; font-weight: normal; }
.ipro .list dd { float: left; width: 306px; margin: 0 10px 0 0px; }
.ipro .list dt + dd { margin-left: 0; }
.ipro .list dd .img { padding: 4px; border: 1px solid #e2e2e2; overflow: hidden; }
.ipro .list dd img { display: block; width: 100%; height: 222px; }
.ipro .list dd h3 { padding: 8px 0 0; line-height: 40px; background: url(../images/ipro-dd.png) center top no-repeat; font-weight: normal; }
.ipro .list dt:hover img,
.ipro .list dd:hover img { transform: scale(1.05, 1.05); }
.ipro .list dt:hover a,
.ipro .list dd:hover a { color: #34aa28; }

.iadv { height: 500px; padding: 60px 0 100px; background: url(../images/iadv-bj.png) center bottom no-repeat #f2fef0; }
.iadv .right { margin: 0 0 0 660px; }
.iadv .head { padding: 20px 0 0; margin: 0 0 20px; text-align: center; position: relative; }
.iadv .head h2,
.iadv .head h3 { line-height: 1.3; font-size: 50px; color: #37ab2a; position: relative; z-index: 2; }
.iadv .head h3 { font-size: 30px; }
.iadv .head h4 { line-height: 100px; font-size: 85px; color: #bdf0b5; font-weight: normal; text-transform: uppercase; font-family: 'Bodoni MT'; position: absolute; left: 0; right: 0; top: 0; z-index: 0; }
.iadv .list { }
.iadv .list dd { padding: 0 0 0 20px; line-height: 25px; color: #333; margin: 0 0 15px; background: url(../images/iadv-dot.png) 0 10px no-repeat; }
.iadv .url { overflow: hidden; padding: 20px 0; }
.iadv .url li { float: left; padding: 4px; border: 1px dashed #37ab2a; border-radius: 3px; margin: 0 20px 0 0; transition: all .5s ease; }
.iadv .url a { display: block; line-height: 50px; background: url(about:blank) 16px center no-repeat #37ab2a; border-radius: 3px; padding: 0 20px 0 60px; color: #fff; font-size: 18px; }
.iadv .url a.phonecode { background-image: url(../images/iadv-tel.png); }
.iadv .url a.msg { background-image: url(../images/iadv-msg.png); }
.iadv .url li:hover { transform: translateY(-5px); }
.iadv .url a:hover { background-color: #249f15; }
.iadv .photos { position: absolute; left: -20px; top: 0px; z-index: 2; }
.iadv .photos dd { position: absolute; left: 0; top: 0; width: 380px; height: 500px; background: url(../images/iadv-1.png) 0 0 no-repeat; }
.iadv .photos dd img { position: relative; left: 41px; top: 42px; }
.iadv .photos dd + dd { left: 160px; top: 130px; width: 300px; height: 400px; background-image: url(../images/iadv-2.png); }
.iadv .photos dd + dd img { position: relative; left: 32px; top: 37px; }
.iadv .flower { position: absolute; left: -130px; top: 400px; z-index: 3; }
.iadv .flower img { display: block; width: 280px; height: 150px; }
.iadv .model { position: absolute; left: 380px; top: 160px; z-index: 4; }
.iadv .model img { display: block; width: 250px; height: 370px; }

.iadvan { background: #f2fef0; }
.iadvan .head { height: 200px; padding: 30px 0 0; background: url(../images/iadvan-head.png) center center no-repeat #34aa28; color: #fff; }
.iadvan .head h2,
.iadvan .head h3 { line-height: 1.4; font-size: 26px; text-align: center; }
.iadvan .head .left { float: left; width: 50%; text-align: right; margin: 15px 0 0; }
.iadvan .head .right { float: right; width: 50%; margin: 23px 0 0; }
.iadvan .head em { display: block; line-height: 100px; font-size: 80px; font-style: normal; font-weight: bold; padding: 0 20px 0 0; }
.iadvan .head i { display: block; font-size: 34px; font-style: normal; line-height: 40px; text-transform: uppercase; font-family: 'Bodoni MT'; }
.iadvan .head span { display: block; font-size: 35px; line-height: 40px; }
.iadvan .main { background: url(../images/iadvan-bj.png) 0 0 repeat #fafbf5; }
.iadvan .rows { padding: 40px 0; overflow: hidden; }
.iadvan .rows.odd { background: #f2fef0; }
.iadvan .img { float: left; width: 500px; }
.iadvan .img img { display: block; width: 100%; }
.iadvan .exp { float: right; width: 680px; margin-top: 40px; }
.iadvan .exp h2 { height: 71px; line-height: 71px; background: url(../images/iadvan-h2.png) 0 center no-repeat; color: #fff; padding: 0 0 0 50px; font-size: 24px; font-weight: normal; }
.iadvan .exp h3,
.iadvan .exp h4 { line-height: 50px; font-size: 28px; color: #37ab2a; }
.iadvan .exp h4 { line-height: 30px; font-size: 20px; }
.iadvan .ls { padding: 20px 0 30px; }
.iadvan .ls dd { line-height: 35px; font-size: 16px; background: url(../images/iadvan-dd.png) 0 15px no-repeat; padding: 0 0 0 28px; }
.iadvan .rows.odd .img { float: right; width: 550px; }
.iadvan .rows.odd .exp { float: left; width: 630px; }
.iadvan .rows:first-child { padding: 70px 0 39px; background: url(../images/iadvan-first.jpg) center bottom no-repeat; }
.iadvan .rows:first-child .exp { margin-top: -30px; }
.iadvan .url { overflow: hidden; padding: 40px 0 0; }
.iadvan .url li { float: left; padding: 4px; border: 1px dashed #37ab2a; border-radius: 3px; margin: 0 20px 0 0; transition: all .5s ease; }
.iadvan .url a { display: block; line-height: 50px; background: url(about:blank) 16px center no-repeat #37ab2a; border-radius: 3px; padding: 0 20px 0 60px; color: #fff; font-size: 18px; }
.iadvan .url a.phonecode { background-image: url(../images/iadv-tel.png); }
.iadvan .url a.msg { background-image: url(../images/iadv-msg.png); }
.iadvan .url li:hover { transform: translateY(-5px); }
.iadvan .url a:hover { background-color: #249f15; }

.icase { padding: 60px 0; background: #fff; }
.icase .head { margin: 0 0 10px; text-align: center; }
.icase .head h2 { line-height: 50px; font-size: 30px; color: #37ab2a; }
.icase .head p { line-height: 30px; font-size: 18px; color: #999; }
.icase .more { height: 34px; background: url(../images/icase-more.png) center center no-repeat; text-align: center; margin: 0 0 30px; }
.icase .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 32px; padding: 0 15px; background: #34aa28; color: #fff; border-radius: 3px; text-transform: uppercase; }
.icase .more a:hover { background-color: #249f15; }
.icase .tabed { text-align: center; margin: 0 0 35px; }
.icase .tabed li { display: inline-block; +display: inline; +zoom: 1; width: 100px; height: 50px; line-height: 50px; padding: 0 30px 0 50px; background: url(../images/icase-tabed.png) 0 0 no-repeat; font-size: 16px; color: #333; margin: 0 10px; cursor: pointer; }
.icase .tabed li.active { background-image: url(../images/icase-tabed2.png); color: #fff; }
.icase .main { }
.icase .list { display: none; overflow: hidden; }
.icase .list:first-child { display: block; }
.icase .item { float: left; width: 278px; height: ; margin: 0 0 12px 12px; padding: 4px; border: 1px solid #ddd; background: #fff; position: relative; }
.icase .item .img { width: 100%; overflow: hidden; position: relative; }
.icase .item img { display: block; width: 100%; height: 210px; }
.icase .item h3 { position: absolute; left: 4px; bottom: 4px; right: 4px; z-index: 2; line-height: ; background: #000; filter: Alpha(opacity=60); background: rgba(0,0,0,.6); text-align: center; }
.icase .item h3 a { display: block; line-height: 40px; padding: 0 20px; color: #fff; font-weight: normal; }
.icase .item:first-child { margin-left: 0; }
.icase .item:first-child + .item { width: 590px; }
.icase .item:first-child + .item img { height: 442px; }
.icase .item:first-child + .item + .item + .item + .item { margin: -232px 0 0 0; }
.icase .item:hover img { transform: scale(1.05,1.05); }

.iadv2 { height: 150px; padding: 30px 0 0; background: url(../images/iadv2-b1j.png) center center no-repeat #37ab2b; color: #fff; }
.iadv2 h2,
.iadv2 h3,
.iadv2 h4 { line-height: 1.6; font-size: 35px; font-weight: normal; text-shadow: 0 1px 10px #000; }
.iadv2 h3 { font-size: 20px; }
.iadv2 h4 { font-size: 20px; }

.ikehu { padding: 60px 0; background: #fff; }
.ikehu .head { margin: 0 0 10px; text-align: center; }
.ikehu .head h2 { line-height: 50px; font-size: 30px; color: #37ab2a; }
.ikehu .head h3 { line-height: 30px; font-size: 18px; font-weight: normal; text-transform: uppercase; color: #999; }
.ikehu .more { height: 34px; background: url(../images/icase-more.png) center center no-repeat; text-align: center; margin: 0 0 30px; }
.ikehu .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 32px; padding: 0 15px; background: #34aa28; color: #fff; border-radius: 3px; text-transform: uppercase; }
.ikehu .more a:hover { background-color: #249f15; }
.ikehu .main { width: 100%; overflow: hidden; }
.ikehu .list { width: 105%; overflow: hidden; }
.ikehu .item { float: left; width: 580px; margin: 10px 15px 30px 10px; border: 1px solid #ddd; }
.ikehu .item .inner { height: 180px; padding: 10px 15px 10px 265px; border: 1px solid #ddd; position: relative; left: -10px; top: -10px; background: #fff; }
.ikehu .item .img { position: absolute; left: 10px; top: 10px; overflow: hidden; }
.ikehu .item img { display: block; width: 240px; height: 180px; }
.ikehu .item h3 { height: 40px; line-height: 40px; font-size: 16px; margin: 0 0 5px; white-space: nowrap; }
.ikehu .item h3 a { transition: all .5s ease; }
.ikehu .item p { height: 100px; line-height: 25px; overflow: hidden; margin: 0 0 5px; }
.ikehu .item .mo { }
.ikehu .item .mo a { color: #37ab2b; }
.ikehu .item:hover img { transform: scale(1.05,1.05); }
.ikehu .item:hover h3 a { color: #37ab2b; }

.iabout { padding: 80px 0 30px; background: url(../images/iabout-bj.jpg) center top no-repeat #fff; }
.iabout .inner { padding: 40px 80px; background: #fff; border-radius: 3px; box-shadow: 0 8px 16px -8px rgba(0,0,0,.2); border: 1px solid #eee; }
.iabout .head { padding: 0 0 40px; background: url(../images/ipartner-head.png) center bottom no-repeat; text-align: center; margin: 0 0 40px; }
.iabout .head h2 { line-height: 50px; font-size: 30px; color: #37ab2a; }
.iabout .main { margin: 0 0 30px; }
.iabout .main p { line-height: 30px; font-size: 16px; text-align: justify; color: #444; }
.iabout .main a { color: #37ab2b; }
.iabout .url { text-align: center; }
.iabout .url li { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; margin: 0 20px; }
.iabout .url a { display: block; width: 180px; line-height: 45px; background: #34aa28; color: #fff; font-size: 16px; border-radius: 5px; transition: all .5s ease; }
.iabout .url a:hover { background: #1e9212; transform: translateY(-5px); }

.ifloor { padding: 40px 0 20px; background: #fff; }
.ifloor .head { height: 41px; border-bottom: 1px solid #ddd; margin: 0 0 30px; position: relative; }
.ifloor .head h2 { width: 4em; height: 40px; font-size: 18px; border-bottom: 2px solid #37ab2b; color: #37ab2b; }
.ifloor .head a { position: absolute; right: 0; top: 0; line-height: 40px; }

.inews { float: left; width: 680px; }
.inews .sketch { padding: 9px; border: 1px solid #ddd; margin: 0 0 10px; }
.inews .sketch img { display: block; width: 100%; height: 185px; }
.inews .item { height: 46px; line-height: 46px; background: url(../images/inews-dot.png) 0 center no-repeat; overflow: hidden; position: relative; border-bottom: 1px dashed #ddd; }
.inews .item a { display: block; transition: all .5s ease; }
.inews .item h3 { padding: 0 100px 0 20px; font-size: 15px; font-weight: normal; }
.inews .item span { position: absolute; right: 0; top: 0; color: #999; }
.inews .line { border-bottom: 1px dashed #ddd; margin: 0 0 10px; }
.inews .item:hover a { color: #34aa28; }

.ifaq { float: right; width: 460px; }
.ifaq .list { margin: -15px 0 0;}
.ifaq .item { padding: 15px 0 20px; position: relative; border-top: 1px dashed #ddd; }
.ifaq .item:first-child { border-top: 0; }
.ifaq .item h3 { padding: 0 0 0 35px; line-height: 32px; font-size: 16px; font-weight: normal; background: url(../images/ifaq-w.png) left 8px no-repeat; margin: 0 0 3px; }
.ifaq .item h3 a { transition: all .5s ease; }
.ifaq .item p { padding: 0 0 0 35px; height: 50px; line-height: 25px; overflow: hidden; background: url(../images/ifaq-w2.png) left 8px no-repeat; }
.ifaq .item:hover a { color: #34aa28; }

.ilink { padding: 10px 0 40px; background: #fff; }
.ilink .head { height: 41px; border-bottom: 1px solid #ddd; margin: 0 0 20px; }
.ilink .head h2 { width: 4em; height: 40px; font-size: 18px; border-bottom: 2px solid #37ab2b; color: #37ab2b; }
.ilink .list { overflow: hidden; }
.ilink .list li { float: left; background: url(../images/ilink-line.png) left center no-repeat; }
.ilink .list a { display: block; padding: 0 15px; transition: all .5s ease; }
.ilink .list li:first-child { background: none; margin-left: -15px; }

.subnav { background: #37ab2b; }
.subnav .wrap { height: 55px; line-height: 55px; }
.subnav li { float: left; width: 120px; background: url(../images/subnav-line.png) left center no-repeat; }
.subnav a { display: block; font-size: 16px; color: #fff; text-align: center; transition: all .5s ease; }
.subnav li:first-child { background: none; }
.subnav a:hover { filter: Alpha(opacity=60); opacity: .6; }

.footer { padding: 40px 0 20px; background: #fff; text-align: center; }
.subcode { padding: 0 0 30px; }
.subcode li { display: inline-block; +display: inline; +zoom: 1; width: 120px; margin: 0 20px; }
.subcode img { display: block; width: 100%; }
.subcode h3 { line-height: 30px; font-weight: normal; }
.sublime { line-height: 30px; }

.bottomer { padding: 15px 0; background: #fff; border-top: 1px solid #eee; text-align: center; }
.copyright { line-height: 24px; }
.copyright a { color: #666; }
.copyright a:hover { color: #34aa28; }

.toolbar { position:fixed; top:300px; right:1px; z-index:100; }
.toolbar > * { width:60px; height:60px; position:relative; background:#34aa28; margin:0 0 1px; }
.toolbar > *.itop { background:#34aa28; }
.toolbar > *:first-child { border-top:0; }
.toolbar > * > a { display:block; width:60px; height:60px; text-align:center; color:#FFF; background:url(../images/toolbar-icon.png) center 0 no-repeat; }
.toolbar .qq a { background-position:center 0; }
.toolbar .qiao a { background-position:center -60px; }
.toolbar .tel a { background-position:center -60px; }
.toolbar .code a { background-position:center -180px; }
.toolbar .itop a { background-position:center -240px; }
.toolbar > * > a:hover { background-color: #0e8b01; }
.toolbar .drop-code { position:absolute; bottom:0; right:62px; background:#0e8b01; padding:15px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:120px; display:none; }
.toolbar .drop-code img { display:block; width:120px; height:120px; }
.toolbar .drop-code h3 { font-weight:normal; line-height: 30px; }
.toolbar .drop-tel { position:absolute; top:0; right:62px; width:0; overflow:hidden; }
.toolbar .drop-tel p { width:152px; height:60px; line-height:60px; padding:0 0 0 10px; background:#0e8b01; color:#fff; font-size:19px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#0e8b01; }
.toolbar .itop:hover { background-color:#0e8b01; }
.icase .tabed li.active a:hover{color:#fff;}