@import 'animate.css';
@import 'skin.css';

/******************************
 ** 初始化
** 1.2.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:#20992e; }
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: 130px; background: #fff; border-top: 3px solid #20992e; }
.header .logo { float: left; margin: 30px 20px 0 0; padding: 0 20px 0 0; background: url(../images/header-line.png) right center no-repeat; }
.header .logo img { display: block; height: 70px; }
.header .tag { float: left; margin: 40px 0 0; }
.header .tag h2,
.header .tag h3 { font-weight: normal; line-height: 20px; font-size: 16px; color: #999; }
.header .tag h2 { line-height: 26px; font-size: 22px; color: #20992e; margin: 0 0 5px; }
.header .tel { float: right; margin: 35px 20px 0 0; padding: 0 0 0 70px; background: url(../images/header-tel.png) left center no-repeat; white-space: nowrap; }
.header .tel h2,
.header .tel h3 { font-weight: normal; line-height: 30px; font-size: 16px; color: #999; }
.header .tel h3 { font-weight: bold; font-size: 30px; color: #333; }

.nav { height: 70px; background: #1b772b; position: relative; z-index: 10; }
.nav li { float: left; width: 120px; height: 70px; position: relative; }
.nav li > a { display: block; height: 70px; line-height: 70px; font-size: 16px; color: #fff; text-align: center; transition: none; transition: background .5s ease; }
.nav .drop { position: absolute; left: 0; top: 70px; width: 100%; padding: 1px 0 0 0; background: url(about:blank) center center repeat; display: none; }
.nav .drop dl { position: relative; background: #20992e; }
.nav .drop dd { height:50px;line-height: 50px; text-align: center; border-top: 1px solid #3cb04d; }
.nav .drop dd:first-child { border-top: 0; }
.nav .drop a { display: block; padding: 0 8px; color: #fff; }
.nav .drop a:hover { background: #3cb04d; }
.nav li.active > a { background: url(../images/nav-hover.png) center bottom no-repeat #20992e; }
.nav li.current > a { background: url(../images/nav-hover.png) center bottom no-repeat #20992e; }

.banner { position: relative; z-index: 8; }
.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: 6px; margin: 0 0 0 -50px; line-height: 0; z-index: 18; }
.banner .dots li { display: inline-block; +display: inline; +zoom: 1; width: 15px; height: 15px; background: none; border: 2px solid #1b772c; border-radius: 50%; margin: 0 8px; cursor: pointer; background:#fff;}
.banner .dots li.active { background-color: #1b772c; }
.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: 10px; }

.seacher { float: right; width: 280px; margin: 35px 0 0 0; position: relative; z-index: 10; }
.seacher .key { line-height: 40px; overflow: hidden; white-space: nowrap; }
.seacher .key dt,
.seacher .key dd { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; }
.seacher .key dt { color: #333; margin: 0 10px 0 0; }
.seacher .sos { position: relative; border: 1px solid #20992e; }
.seacher .txt { width: 250px; height: 38px; line-height: 38px; background: none; border: 0; padding: 0 10px; }
.seacher .submit { position: absolute; top: 0; right: 0; bottom: 0; background: url(../images/seacher-submit.png) center center no-repeat #20992e; color: #fff; border: 0; width: 50px; cursor: pointer; }
.seacher .submit:hover { opacity: .8; filter:Alpha(opacity=80); }

.ipro { padding: 60px 0 0; background: #fff; }
.ipro .head { position: relative; height: 80px; border-bottom: 1px solid #ddd; text-align: center; margin: 0 0 50px; }
.ipro .head h2 { line-height: 40px; font-size: 30px; color: #20992e; }
.ipro .head h3 { line-height: 30px; font-size: 16px; color: #666; font-weight: normal; text-transform: uppercase; }
.ipro .head i { position: absolute; left: 50%; bottom: -1px; margin: 0 0 0 -100px; width: 200px; height: 4px; background: #20992e; }
.ipro .classify { text-align: center; padding: 0 0 50px; }
.ipro .classify li { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; line-height: 50px; border-right: 1px dashed #20992e; margin: 0 -1px 0 0; }
.ipro .classify li:first-child { border-left: 1px dashed #20992e; }
.ipro .classify a { display: block; padding: 0 30px 0 70px; position: relative; }
.ipro .classify i { position: absolute;*top:-14px; left: 15px; width: 50px; height: 50px; background: url(about:blank) 0 0 no-repeat; }
.ipro .classify font { font-size: 16px; }
.ipro .classify li:hover { background: #20992e; }
.ipro .classify li:hover i { background-position: 0 -50px; }
.ipro .classify li:hover font {  color: #fff; }
.ipro .main { position: relative; }
.ipro .inner { position: relative; overflow: hidden; }
.ipro .list { overflow: hidden;position: relative; width: 500%; }
.ipro .item { float: left; width: 390px; margin: 0 15px 15px 0; text-align: center; }
.ipro .item .img { padding: 4px; border: 1px solid #20992e; background: #fff; overflow: hidden; }
.ipro .item img { display: block; width: 100%; height: 285px; background: #eee; }
.ipro .item h3 { font-weight: normal; line-height: 60px; }
.ipro .item h3 a { display: block; font-size: 16px; }
.ipro .item:hover img { transform: scale(1.1,1.1); }
.ipro .item:hover a { color: #20992e; }
.ipro .prev,
.ipro .next { position: absolute; top: 130px; width: 27px; height: 50px; background: url(../images/ipro-button.png) 0 0 no-repeat; cursor: pointer; transition: all .5s ease; }
.ipro .prev { left: -27px; }
.ipro .next { right: -27px; background-position: -33px 0; }
.ipro .prev:hover { left: -30px; }
.ipro .next:hover { right: -30px; }

.iadvan { padding: 60px 0 80px; background: #fff; }
.iadvan .head { position: relative; height: 80px; border-bottom: 1px solid #ddd; text-align: center; margin: 0 0 80px; }
.iadvan .head h2 { line-height: 40px; font-size: 30px; color: #20992e; }
.iadvan .head h3 { line-height: 30px; font-size: 16px; color: #666; font-weight: normal; text-transform: uppercase; }
.iadvan .head i { position: absolute; left: 50%; bottom: -1px; margin: 0 0 0 -100px; width: 200px; height: 4px; background: #20992e; }
.iadvan .img { width: 500px; margin: 0 auto; }
.iadvan .img img { display: block; width: 100%; height: 500%; }
.iadvan .list { }
.iadvan .list dd { position: absolute; }
.iadvan .list i { width: 55px; height: 55px; line-height: 55px; position: absolute; text-align: center; font-size: 24px; background: url(../images/iadvan.png) left 0 no-repeat; color: #fff; font-style: normal; }
.iadvan .list h3 { line-height: 55px; font-size: 20px; font-weight: normal; white-space: nowrap; }
.iadvan .list dd.odd { right: 50%; padding: 0 90px 0 0; }
.iadvan .list dd.even { left: 50%; padding: 0 0 0 90px; }
.iadvan .list dd.odd i { right: 0; padding: 0 8px 0 0; }
.iadvan .list dd.even i { left: 0; background-position: right -55px; padding: 0 0 0 8px; }
/* .iadvan .list dd.item-1 { top: 30px; margin-right: 250px; }
.iadvan .list dd.item-2 { top: 160px; margin-right: 310px; }
.iadvan .list dd.item-3 { top: 300px; margin-right: 310px; }
.iadvan .list dd.item-4 { top: 420px; margin-right: 250px; }
.iadvan .list dd.item-5 { top: 30px; margin-left: 250px; }
.iadvan .list dd.item-6 { top: 160px; margin-left: 310px; }
.iadvan .list dd.item-7 { top: 300px; margin-left: 310px; }
.iadvan .list dd.item-8 { top: 420px; margin-left: 250px; } */
.iadvan .list dd.item-1 { top: 100px; margin-right: 250px; }
.iadvan .list dd.item-2 { top:250px; margin-right: 310px; }
.iadvan .list dd.item-3 { top: 400px; margin-right: 240px; }
.iadvan .list dd.item-5 { top: 100px; margin-left: 250px; }
.iadvan .list dd.item-6 { top: 250px; margin-left: 310px; }
.iadvan .list dd.item-7 { top: 400px; margin-left:240px; }

.iadv { height: 210px; padding: 30px 0 40px; background: url(../images/iadv.png) center top no-repeat #20992e; color: #fff; }
.iadv .main { margin: 0 0 0 600px; padding: 0 0 0 40px; position: relative; }
.iadv h3 { line-height: 50px; font-size: 28px; font-weight: normal; margin: 0 0 40px; }
.iadv p { line-height: ; font-size: 16px; }
.iadv .url { padding: 20px 0 0; text-align: center; }
.iadv .url a { display: inline-block; +display: inline; +zoom: 1; padding: 0 40px; line-height: 38px; border: 1px solid #42ac03; border-radius: 40px; color: #fff; margin: 0 10px; transition: all .5s ease; }
.iadv .url a:hover { background: #42ac03; }

.icase { padding: 60px 0 60px; background: #fff; }
.icase .head { position: relative; height: 80px; border-bottom: 1px solid #ddd; text-align: center; margin: 0 0 50px; }
.icase .head h2 { line-height: 40px; font-size: 30px; color: #20992e; }
.icase .head h3 { line-height: 30px; font-size: 16px; color: #666; font-weight: normal; text-transform: uppercase; }
.icase .head i { position: absolute; left: 50%; bottom: -1px; margin: 0 0 0 -100px; width: 200px; height: 4px; background: #20992e; }
.icase .classify { text-align: center; padding: 0 0 50px; }
.icase .classify li { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; line-height: 50px; border-right: 1px dashed #20992e; margin: 0 -1px 0 0; cursor: pointer; }
.icase .classify li:first-child { border-left: 1px dashed #20992e; }
.icase .classify font { display: block; padding: 0 50px 0 50px; font-size: 16px; }
.icase .classify li.active { background: #20992e; }
.icase .classify li.active font {  color: #fff; }
.icase .list { width: 100%; overflow: hidden; display: none; }
.icase .list:first-child { display: block; }
.icase .item { float: left; width: 293px; margin: 0 0 7px 7px; }
.icase .item a { display: block; position: relative; overflow: hidden; }
.icase .item img { display: block; width: 100%; height: 222px; }
.icase .exp { position: absolute; left: 0; bottom: 0; right: 0; background: url(../images/icase-exp.png) 0 0 repeat; color: #fff; text-align: center; padding: 15px; }
.icase .exp h3 { line-height: 20px; font-size: 16px; font-weight: normal; }
.icase .exp p { line-height: 20px; padding: 0 0 45px; position: absolute; top: 45%; left: 10%; right: 10%; display: none; }
.icase .exp i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -16px; width: 33px; height: 33px; background: url(../images/icase-i.png) 0 0 no-repeat; animation: fadeInUp .5s ease; }
.icase .item:first-child { margin-left: 0; }
.icase .item:first-child + .item { width: 600px; }
.icase .item:first-child + .item img { height: 451px; }
.icase .item:first-child + .item + .item { float: right; }
.icase .item:first-child + .item + .item + .item + .item { margin: -229px 0 0 0; }
.icase .item:hover .exp { top: 0; background-image: url(../images/icase-exp2.png); }
.icase .item:hover h3 { position: absolute; left: 10%; right: 10%; bottom: 60%; }
.icase .item:hover p { display: block; }
.icase .item:hover img { transform: scale(1.1,1.1); }

.iabout { background: url(../images/iabout.jpg) center center no-repeat #20992e; padding: 100px 0; }
.iabout .wrap { background: url(../images/iabout-k.png) center center repeat; border-radius: 10px; padding: 50px; }
.iabout .head { position: relative; text-align: center; padding: 0 0 30px; margin: 0 0 30px; }
.iabout .head h2 { line-height: 40px; font-size: 26px; color: #20992e; }
.iabout .head i { width: 40px; height: 2px; background: #20992e; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -20px; }
.iabout .main { font-size: 16px; color: #333; text-align: justify; margin: 0 0 30px; }
.iabout .main p { text-indent: 2em; }
.iabout .main a { color: #20992e; }
.iabout .foot { overflow: hidden; text-align: center; }
.iabout .foot a { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; position: relative; height: 65px; padding: 0 0 0 85px; margin: 0 30px; text-align: left; }
.iabout .foot img { position: absolute; left: 0; top: 0; }
.iabout .foot h3 { line-height: 30px; font-size: 20px; }
.iabout .foot h4 { line-height: 30px; font-weight: normal; text-transform: uppercase; }

.inews { padding: 60px 0; background: url(../images/sublink-f.png) 95% bottom no-repeat; }
.inews .left { float: left; width: 550px; }
.inews .right { float: right; width: 600px; }
.inews .head { height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; margin: 0 0 35px; position: relative; }
.inews .head h2,
.inews .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; }
.inews .head h2 { font-size: 28px; color: #20992e; }
.inews .head h3 { font-size: 18px; margin: 0 0 0 10px; font-weight: normal; text-transform: uppercase; }
.inews .head a { position: absolute; right: 0; top: 15px; width: 30px; height: 30px; overflow: hidden;  background: url(../images/inews-mo.png) center center no-repeat #ccc; }
.inews .head a:hover { background-color: #ddd; }
.inews .video { height: 420px; background: url(../images/inews-video.jpg) center center no-repeat #000; }
.inews .list { }
.inews .item { height: 120px; padding: 0 0 0 180px; position: relative; margin: 0 0 30px; }
.inews .item .img { position: absolute; left: 0; top: 0; background: #eee; overflow: hidden; }
.inews .item img { display: block; width: 160px; height: 120px; }
.inews .item h3 { line-height: 24px; font-size: 17px; font-weight: normal; margin: 0 0 10px; }
.inews .item p { height: 50px; line-height: 25px; overflow: hidden; margin: 0 0 5px; }
.inews .item span { line-height: 20px; }
.inews .item:hover img { transform: scale(1.1,1.1); }
.inews .item:hover h3 a { color: #20992e; }

.sublink { height: 60px; background: url(../images/sublink-f2.png) 95% top no-repeat #20992e; color: #fff; position: relative; }
.wrapper + .sublink { background: #20992e; }
.sublink .wrap { overflow: hidden; }
.sublink dt,
.sublink dd { float: left; line-height: 60px; }
.sublink dt { font-size: 16px; padding: 0 20px 0 0; background: url(../images/sublink-line.png) right center no-repeat; }
.sublink dd { margin: 0 15px; }
.sublink b { font-size: 18px; text-transform: uppercase; margin: 0 10px 0 0; }
.sublink a { color: #fff; }
.sublink a:hover { color: #cadebf; text-decoration: underline; }

.footer { background: #1b772b; color: #cadebf; padding: 50px 0; }

.subnav { float: left; width: 130px; padding: 0 20px 0 0; overflow: hidden; border-right: 1px solid #328541; }
.subnav:first-child { width: 260px; }
.subnav dt,
.subnav dd { padding: 0 0 0 30px; color: #fff; }
.subnav dt { font-size: 16px; margin: 0 0 10px; }
.subnav dd { float: left; width: 100px; line-height: 30px; }
.subnav a { color: #cadebf; }
.subnav a:hover { color: #fff; }

.sublime { float: left; width: 500px; padding: 0 0 0 30px; }
.subtel { }
.subtel { height: 50px; padding: 0 0 0 55px; margin: 0 0 10px; background: url(../images/subtel.png) left center no-repeat; white-space: nowrap; }
.subtel h2,
.subtel h3 { font-weight: normal; line-height: 25px; font-size: 16px; color: #fff; }
.subtel h3 { font-weight: bold; font-size: 20px; font-weight: normal; }
.sublome { line-height: 25px; }

.subcode { position: absolute; right: 0; top: 0; width: 120px; text-align: center; }
.subcode img { width: 120px; height: 120px; }
.subcode h3 { line-height: 30px; font-weight: normal; }

.bottomer { background: #1b772b; border-top: 1px solid #328541; color: #cadebf; padding: 20px 0; }
.copyright { text-align: center; line-height: 20px; }
.copyright a { color: #cadebf; }
.copyright a:hover { color: #fff; }
.icp { position: absolute; right: 0; top: 0; }

.toolbar { position:fixed; top:300px; right:1px; z-index:100; }
.toolbar > * { width:60px; height:60px; position:relative; background:#02913f; margin:0 0 1px; }
.toolbar > *.itop { background:#02913f; }
.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 -120px; }
.toolbar .code a { background-position:center -180px; }
.toolbar .itop a { background-position:center -240px; }
.toolbar > * > a:hover { background-color: #1b772b; }
.toolbar .drop-code { position:absolute; bottom:0; right:62px; background:#1b772b; padding:5px; font-size:12px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:145px; display:none; }
.toolbar .drop-code img { display:block; width:145px; height:145px; }
.toolbar .drop-code h3 { font-weight:normal; }
.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:#1b772b; color:#FFF; font-size:20px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#1b772b; }
.toolbar .itop:hover { background-color:#1b772b; }