@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; }


/******************************
 ** 首页
 ******************************/
.topper { height: 50px; line-height: 50px; }
.topper .welcome { float: left; }
.topper .url { float: right; margin: 0 20px 0 0; }
.topper .url li { float: left; background: url(../images/topper-line.png) left center no-repeat; }
.topper .url li:first-child { background: none; }
.topper .url a { display: block; padding: 0 15px; }
.topper .tel { float: right; font-size: 15px; color: #2f8a31; }
.topper .tel li { float: left; font-weight: bold; }

.header { height: 100px; background: #1b772b; position: relative; z-index: 10; }
.header .logo { float: left; margin: 15px 0 0; }
.header .logo img { display: block; height: 70px; }

.nav { float: right; height: 100px; }
.nav li { float: left; width: 95px; height: 100px; position: relative; }
.nav li > a { display: block; height: 100px; line-height: 100px; font-size: 16px; color: #fff; text-align: center; transition: none; transition: background .5s ease; }
.nav .drop { position: absolute; left: 0; top: 100px; 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 { 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 { color: #acc9ac; }
.nav li.current > a { color: #acc9ac; }

.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: 60px; 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: url(about:blank) center center repeat; border: 2px solid #fff; border-radius: 50%; margin: 0 8px; cursor: pointer; }
.banner .dots li.active { background-color: #fff; }
.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: 600px; }
.banner.mini .list,
.banner.mini .list img { height: 350px; }
.banner.mini .dots { bottom: 10px; }

.seacher { position: relative; z-index: 10; margin: -30px 0 0; }
.seacher .wrap { background: #2f8a31; color: #fff; border-radius: 5px; }
.seacher .key { line-height: 60px; padding: 0 30px; font-size: 16px; 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: #fff; margin: 0 10px 0 0; }
.seacher .sos { position: absolute; right: 15px; top: 15px; }
.seacher .txt { width: 200px; padding: 0 50px 0 10px; height: 30px; line-height: 30px; background: #fff; border: 0; padding: 0 10px; border-radius: 30px; }
.seacher .submit { position: absolute; top: 0; right: 0; bottom: 0; background: url(../images/seacher-submit.png) center center no-repeat; border: 0; width: 50px; cursor: pointer; }
.seacher .submit:hover { opacity: .8; filter:Alpha(opacity=80); }




.inav { padding: 60px 0; }
.inav .list { float: left; width: 100%; }
.inav .item { float: left; width: 216px; margin: 0 12px; text-align: center; }
.inav .item .img { position: relative; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.inav .item img { display: block; width: 100%; height: 216px; }
.inav .item p { position: absolute; left: 0; top: 0; bottom: 0; right: 0; padding: 60px 30px 0; background: url(../images/inav-bj.png) center center repeat; font-size: 16px; color: #fff; line-height: 24px; border-radius: 50%; display: none; }
.inav .item h3 { line-height: 60px; font-size: 20px; }
.inav .item h3 a { color: #666; }
.inav .item:hover p { display: block; animation: fadeIn .5s ease; }
.inav .item:hover img { transform: scale(1.2,1.2); }

.iabout { height: 330px; padding: 55px 0; background: url(../images/iabout-bj.jpg) center center no-repeat #74972d; color: #fff; }
.iabout .sketch { float: left; overflow: hidden; background: #fff; }
.iabout .sketch img { display: block; width: 440px; height: 330px; transition: all 1s ease; }
.iabout .main { margin: 0 0 0 470px; }
.iabout .head { height: 40px; line-height: 40px; padding: 40px 0 20px; }
.iabout .head h2,
.iabout .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 24px; }
.iabout .head h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 0 15px; }
.iabout .info { }
.iabout .info p { margin: 0 0 1em; text-align: justify; }
.iabout .info a { color: #fff; }
.iabout .info a:hover { text-decoration: underline; }
.iabout .wrap:hover img { transform: scale(1.05,1.05); }

.icase { padding: 60px 0 30px; background: #eee; }
.icase .head { position: relative; height: 40px; line-height: 40px; margin: 0 0 20px; }
.icase .head h2,
.icase .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 24px; }
.icase .head h2 { color: #0b790e; }
.icase .head h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 0 15px; color: #999; }
.icase .head i { position: absolute; left: 320px; right: 0; top: 50%; border-bottom: 1px solid #0b790e; }
.icase .main { position: relative; overflow: hidden; margin: 0 0 40px; }
.icase .list { float: left; width: 500%; }
.icase .item { float: left; width: 285px; margin: 0 20px 0 0; }
.icase .item .img { background: #ddd; overflow: hidden; }
.icase .item img { display: block; width: 100%; }
.icase .item .exp { background: #2f8a31; color: #d0e0d0; padding: 10px 15px; }
.icase .item h3 { line-height: 30px; font-size: 16px; font-weight: normal; }
.icase .item h3 a { color: #fff; }
.icase .item p { line-height: 20px; }
.icase .item:hover img { transform: scale(1.05,1.05); }
.icase .item:hover .exp { background: #11a614; }
.icase .more { }
.icase .more a { display: block; width: 50px; height: 50px; background: url(../images/imore.png) center center no-repeat; overflow: hidden; text-indent: -99em; transition: all .3s ease; margin: 0 auto; }
.icase .more a:hover { transform: scale(1.05, 1.05) rotate(90deg); }

.inews { padding: 0 0; background: #eee; position: relative; z-index: 2; }
.inews .wrap { background: #fff; top: 30px; padding: 30px 0; }
.inews .head { position: relative; height: 40px; line-height: 40px; margin: 0 0 20px 30px; }
.inews .head h2,
.inews .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 24px; }
.inews .head h2 { color: #0b790e; }
.inews .head h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 0 15px; color: #999; }
.inews .main { padding: 0 0 10px; }
.inews .list { float: left; width: 100%; }
.inews .item { float: left; width: 410px; height: 90px; padding: 0 0 0 145px; margin: 0 0 30px 30px; position: relative; }
.inews .item .img { position: absolute; left: 0; top: 0; overflow: hidden; background: #eee; }
.inews .item img { display: block; width: 120px; height: 90px; }
.inews .item h3 { line-height: 40px; font-size: 16px; font-weight: normal; }
.inews .item span { display: block; line-height: 30px; color: #999; display: none; }
.inews .item p { height: 40px; line-height: 20px; overflow: hidden; }
.inews .item:hover img { transform: scale(1.05, 1.05); }
.inews .item:hover h3 a { color: #0b790e; }
.inews .more { }
.inews .more a { display: block; width: 50px; height: 50px; background: url(../images/imore.png) center center no-repeat; overflow: hidden; text-indent: -99em; transition: all .3s ease; margin: 0 auto; }
.inews .more a:hover { transform: scale(1.05, 1.05) rotate(90deg); }

.icontact { padding: 50px 0; background: url(../images/icontact-bj.jpg) center center no-repeat #518c31; }
.icontact .head { position: relative; height: 40px; line-height: 40px; margin: 0 0 20px 0; }
.icontact .head h2,
.icontact .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 24px; }
.icontact .head h2 { color: #fff; }
.icontact .head h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 0 15px; color: #d5e0d0; }
.icontact .list { float: left; width: 400px; margin: 30px 0 0; }
.icontact .list dd { padding: 0 0 0 60px; position: relative; }
.icontact .list img { position: absolute; left: 0; top: 2px; width: 40px; height: 40px; }
.icontact .list label { display: block; line-height: 24px; padding: 10px 0; color: #fff; font-size: 16px; }
.icontact .list a { color: #fff; }
.icontact .map { float: right; width: 750px; height: 300px; background: #fff; border-radius: 5px; }

.sublink { height: 60px; background: #eee; }
.sublink .wrap { overflow: hidden; }
.sublink dt,
.sublink dd { float: left; line-height: 60px; }
.sublink dt { font-size: 16px; }
.sublink dd { margin: 0 15px; }
.sublink b { font-size: 18px; text-transform: uppercase; margin: 0 10px 0 0; }

.footer { background: #182b15; color: #fff; padding: 15px 0; }

.subnav { overflow: hidden; margin: 0 0 10px; }
.subnav dd { float: left; width: 120px; line-height: 50px; background: url(../images/subnav-line.png) left center no-repeat; text-align: center; font-size: 16px; }
.subnav dd:first-child { background: none; }
.subnav a { display: block; color: #bdcbba; }
.subnav a:hover { color: #fff; }

.copyright { text-align: center; line-height: 30px; font-size: 16px; color: #5d665c; }
.copyright a { color: #5d665c; }
.copyright a:hover { color: #bdcbba; }

.toolbar { position:fixed; right:5px; top:300px; z-index:100; width:120px; padding:15px 15px 40px; background:#FFF; border:1px solid #ddd; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.2); }
.toolbar .head { text-align:center; margin:0 0 10px; }
.toolbar .head h2 { line-height:30px; font-size:20px; color:#333; font-weight:normal; }
.toolbar .qiao,
.toolbar .qq { width:100%; margin:0 0 10px; }
.toolbar .qiao a,
.toolbar .qq a { display:block; height:32px; padding:0 0 0 45px; background:url(about:blank) 14px center no-repeat #2f8a31; border-radius:3px; color:#fff; }
.toolbar .qq a { background-image:url(../images/toolbar-qq.png); }
.toolbar .qiao a { background-image:url(../images/toolbar-qiao.png); }
.toolbar .code { background:#666; color:#fff; padding:10px 10px 0; margin:0 0 10px; text-align:center; border-radius:3px; }
.toolbar .code img { display:block; width:100%; height:100px; }
.toolbar .code h3 { line-height:40px; font-weight:normal; }
.toolbar .tel { line-height:20px; text-align:center; }
.toolbar .tel h2,
.toolbar .tel h3 { font-weight:normal; }
.toolbar .itop { position:absolute; left:50%; bottom:-25px; margin:0 0 0 -25px; width:50px; height:50px; background:url(../images/toolbar-itop.png) center center no-repeat; cursor: pointer; }


/*地图*/
.about_main{line-height:30px; height:auto; font-size:14px;color:#666666; margin:0; padding:0;float:left;}
.about_main ul{list-style:none; margin:0; padding:0;}
.about_main ul li.map_1{border-bottom:1px solid #eee;margin:10px 0;padding:10px;font-weight:bold;}
.about_main ul li.map_2{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li.map_3{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li a{color: #666666;}
.about_main ul li a:hover{color:#666666; text-decoration:underline; font-weight:bold;}
.right_top ._column_title{ border-left:3px solid #e60044; color:#333; float:left; font-size:20px; height:24px; line-height:24px; margin:19px 0; padding-left:15px; display:inline;}
.right_top .column_path{ float:right;display:inline; color:#999; font-size:12px;}
.right_top .column_path a{color:#999;}
.clear { clear: both;font-size: 0px; margin: 0; padding: 0;display: block;height: 0px;_height: 0px;overflow: hidden;}