﻿@import 'animate.ui.css';

/******************************
 ** 初始化 / 兼容到IE7
 ******************************/
* { margin:0; padding:0; }
html { height:100%; }
body  { max-width:1920px; min-width:1200px; margin:0 auto; font:14px/2 'Microsoft Yahei', Arial; color:#666; background:#f5f5f5; }
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, a:active { color:#f54600; }
a:link,
a:link img,
input { transition:all .3s linear; }

.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:40px; line-height:40px; background:#404040; color:#fff; }
.topper .wel { }
.topper .ui { position:absolute; right:-10px; top:0; }
.topper .ui li { float:left; padding:0 10px; background:url(../images/topper-line.png) left center no-repeat; cursor:pointer; }
.topper .ui li:first-child { background:none; }
.topper .ui a { color:#FFF; }
.topper .ui li:hover { opacity:.8; }

.header { height:70px; padding:25px 0; background:url(../images/header-bj.png) left top repeat-x #fff; border-bottom:1px solid #eee; }
.header .logo { float:left; }
.header .logo img { display:block; height:70px; }
.header .tag { float:left; margin:8px 0 0 20px; padding:0 0 0 20px; background:url(../images/header-line.png) left center no-repeat; color:#08b1a1; }
.header .tag h2,
.header .tag h3 { line-height:26px; font-size:12px; }
.header .tel { float:right; text-align:right; margin:10px 0 0; }
.header .tel h2 { height:50px; line-height:50px; font-size:30px; font-weight:normal; background:url(../images/header-tel.png) left center no-repeat; padding:0 0 0 60px; color:#f54600; font-weight:bold; }

.searcher { position:relative; width:275px; }
.searcher .txt { width:263px; padding:0 0 0 10px; height:30px; background:#f7f7f7; border:1px solid #c3c1c1; color:#999; }
.searcher .submit { position:absolute; right:0; top:0; bottom:0; width:40px; border:0; background:url(../images/searcher-submit.png) center center no-repeat #eb2002; cursor:pointer; }
.searcher .submit:hover { background-color:#d71e03; }

.nav { background:#fff; position:relative; z-index:10; box-shadow:0 10px 10px rgba(0,0,0,.2); }
.nav ul { height:60px; }
.nav li { float:left; width:133px; height:60px; position:relative; background:url(../images/nav-line.png) left center no-repeat; }
.nav li > a { display:block; height:60px; line-height:60px; color:#333; font-size:16px; text-align:center; transition:none; }
.nav .drop { position:absolute; left:0; right:0; top:60px; width:100%; background:url(../images/2eaa3ec39f1a4ec38de120f66abfc2f2.gif) center center repeat; display:none; }
.nav .drop dl { overflow:hidden; background:#fff; }
.nav .drop dd { border-top:1px solid #fff; text-align:center; }
.nav .drop dd:first-child { }
.nav .drop a { display:block; line-height:45px; }
.nav .drop a:hover { background:#1ab5a6; color:#fff; }
.nav li.active > a,
.nav li.current > a { background:url(../images/nav-li.png) center bottom repeat-x #1ab5a6; color:#fff; position:relative; top:-1px; }
.nav li.active + li,
.nav li.current + li { background:none; }

.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 .tip { position:absolute; left:50%; bottom:30px; margin:0 0 0 -50px; line-height:0; z-index:18; }
.banner .tip li { display:inline-block; +display:inline; +zoom:1; width:20px; height:20px; border-radius:1px; background:url(../images/banner-dots.png) center 0 no-repeat; border-radius:50%; margin:0 8px; cursor:pointer; transition:all .3s ease; }
.banner .tip li.active { background-position:center -20px; }
.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:300px; }

.icase { background:#fff; padding:40px 0 60px; }
.icase .head { text-align:center; margin:0 0 40px; }
.icase .head h2 { font-size:28px; line-height:40px; background:url(../images/icase-head.png) center center no-repeat; color:#ff8007; }
.icase .head h3 { font-size:16px; line-height:24px; color:#999; font-weight:normal; text-transform:uppercase; }
.icase .main { width:100%; position:relative; overflow:hidden; }
.icase .list { float:left; width:500%; position:relative; }
.icase .list li { float:left; width:360px; height:auto; padding:0 20px; border-right:1px dashed #dfdfdf; }
.icase .list .img { overflow:hidden; height:268px; position:relative; border:1px solid #eee; }
.icase .list img { display:block; width:358px; height:268px; }
.icase .list h3 { line-height:50px; font-weight:normal; font-size:16px; color:#099386; }
.icase .list h3 a { color:#099386; }
.icase .list p { height:48px; line-height:24px; overflow:hidden; }
.icase .list li:hover img { transform:scale(1.02,1.02); }
.icase .prev,
.icase .next { width:55px; height:55px; position:absolute; top:220px; background:url(../images/icase-pw.png) 0 0 no-repeat; cursor:pointer; }
.icase .prev { left:-60px; background-position:0 0; }
.icase .next { right:-60px; background-position:0 -60px; }
.icase .prev:hover,
.icase .next:hover { opacity:.6; filter:Alpha(opacity=60); }
.icase .more { position:absolute; left:50%; bottom:-38px; margin:0 0 0 -40px; text-align:center; }
.icase .more a { display:block; width:80px; height:40px; line-height:30px; background:url(../images/icase-more.png) center center no-repeat; color:#d3cdcd; text-transform:uppercase; }

.ipro { background:url(../images/ipro-bj.png) center top no-repeat #fff; }
.ipro .tager { float:left; width:900px; height:100px; }
.ipro .tager h2 { padding:25px 0; line-height:50px; font-size:30px; color:#ff8007; }
.ipro .oos { float:right; width:300px; height:186px; margin:0 0 2px; }
.ipro .oos h2 { float:left; margin:30px 0 10px 30px; line-height:50px; font-size:26px; color:#FFF; white-space:nowrap; padding:0 0 0 60px; background:url(../images/ipro-tel.png) left center no-repeat; }
.ipro .oos a { float:left; margin:0 0 0 80px; width:170px; height:45px; line-height:45px; text-align:center; font-size:22px; font-weight:bold; background:#FFF; color:#ff8007; border-radius:5px; }
.ipro .oos a:hover { background:#eee; }
.ipro .main { float:left; width:900px; height:580px; padding:0 0 11px; background:url(../images/ipro-shadow.png) center bottom no-repeat #fff; }
.ipro .list { float:left; width:100%; display:none; }
.ipro .list:first-child { display:block; }
.ipro .list li { float:left; width:300px; background:#fff; border-top:1px dashed #eee; }
.ipro .list li:first-child,
.ipro .list li:first-child + li,
.ipro .list li:first-child + li + li { border-top:0; }
.ipro .list a { display:block; padding:230px 15px 15px; +padding:210px 15px 15px; position:relative; }
.ipro .list img { display:block; width:100%; height:300px; position:absolute; left:0; top:0; }
.ipro .list h3 { line-height:24px; font-weight:normal; color:#099386; font-size:16px; }
.ipro .list span { display:block; line-height:20px; color:#999; text-decoration:underline; }
.ipro .list a:hover { background:#099386; }
.ipro .list a:hover h3 { color:#FFF; }
.ipro .list a:hover span { color:#f0e75e; }
.ipro .tabed { float:left; width:300px; background:#f8f8f8; position:relative; z-index:2; }
.ipro .tabed li { height:50px; line-height:50px; padding:0 60px 0 40px; position:relative; cursor:pointer; font-size:16px; color:#333; }
.ipro .tabed span { display:block; border-bottom:1px dashed #dee3e2; }
.ipro .tabed li.active i { position:absolute; left:-12px; top:17px; width:12px; height:16px; background:url(../images/ipro-d.png) right center no-repeat; }
.ipro .tabed li.active { background:#08b1a1; color:#fff; }

.iabout { background:url(../images/iabout-bj.png) center top repeat-x #f8f8f8; }
.iabout .head { padding:50px 0 0; margin:0 0 25px; text-align:center; }
.iabout .head h2 { font-size:28px; line-height:40px; padding:0 0 8px; background:url(../images/iabout-head.png) center bottom no-repeat; color:#ff8007; }
.iabout .head h3 { font-size:16px; height:40px; line-height:40px; color:#999; font-weight:normal; text-transform:uppercase; }
.iabout .info { width:600px; height:330px; padding:50px 0 50px 400px; position:relative; background:url(../images/iabout-info.png) 260px 340px no-repeat; }
.iabout .info h2 { font-size:22px; padding:10px 0 20px; line-height:30px; }
.iabout .info p { line-height:24px; }
.iabout .sketch { position:absolute; left:0; top:50px; width:330px; height:330px; }
.iabout .sketch img { display:block; width:330px; height:330px; }
.iabout .sketch a { position:absolute; left:54px; right:54px; bottom:20px; line-height:55px; text-align:center; color:#fff; }
.iabout .sketch a:hover { opacity:.7; filter:Alpha(opacity=70); }

.inews { background:#fff; padding:0 0 50px; }
.inews .head { padding:50px 0 0; margin:0 0 25px; text-align:center; }
.inews .head h2 { font-size:28px; line-height:40px; padding:0 0 8px; background:url(../images/iabout-head.png) center bottom no-repeat; color:#ff8007; }
.inews .head h3 { font-size:16px; height:40px; line-height:40px; color:#999; font-weight:normal; text-transform:uppercase; }
.inews .list { width:100%; overflow:hidden; }
.inews .list li { float:left; width:450px; height:80px; padding:0 0 0 110px; margin:0 0 40px; position:relative; }
.inews .list li:first-child + li,
.inews .list li:first-child + li + li + li { float:right; }
.inews .list .date { position:absolute; left:0; top:0; width:70px; height:70px; padding:5px; background:#08b1a1; color:#fff; border-radius:3px; text-align:center; }
.inews .list .date b,
.inews .list .date span { display:block; font-size:30px; line-height:40px; }
.inews .list .date span { font-size:16px; line-height:30px; border-top:1px solid #fff; }
.inews .list h3 { line-height:30px; font-size:16px; font-weight:normal; }
.inews .list h3 a { color:#099386; }
.inews .list p { line-height:25px; }
.inews .list li:hover h3 a { color:#f54600; }

.footer { padding:5px 0;  position:relative; z-index:2; width: 1200px;margin: 0 auto;}

.subcdr { float:left; width:270px; }

.subcode { border-bottom:1px solid #000; margin:0 0 15px; text-align:center; }
.subcode img { display:block; width:120px; height:120px; margin:0 auto; }
.subcode h3 { line-height:45px; font-weight:normal; }

.searcher { position:relative; width:100%; }
.searcher .txt { width:256px; padding:0 0 0 10px; height:30px; line-height:30px; background:none; border:2px solid #08b1a1; border-radius:30px; color:#999; }
.searcher .submit { position:absolute; right:0; top:0; bottom:0; +top:1px; +bottom:1px; width:35px; border:0; background:url(../images/searcher-submit.png) center center no-repeat #08b1a1; border-radius:50%; cursor:pointer; }
.searcher .submit:hover { background-color:#01988a; }

.subnav { float:left; width:200px; padding:0 15px 0 0; margin:0 0 40px 90px; overflow:hidden; }
.subnav dt { font-size:16px; color:#1ac7b7; margin:0 0 10px; }
.subnav dd { float:left; width:50%; line-height:35px; }
.subnav a { color:#999; }

.sublink { float:left; width:95px; height:180px; padding:0 25px; }
.sublink dt { font-size:16px; color:#1ac7b7; margin:0 0 10px; }
.sublink dd { line-height:35px; }
.sublink a { color:#999; }

.subads { float:right; width:310px; }
.subads dt { font-size:16px; color:#1ac7b7; margin:0 0 10px; }
.subads dd { line-height:20px; color:#999; }
.subads dt + dd { line-height:30px; font-size:20px; color:#fff; padding:0 0 8px; margin:0 0 10px; border-bottom:1px solid #000; }
.subads dt + dd + dd { padding:7px 0 7px 30px; background:url(../images/footer-ads-1.png) 0 11px no-repeat; }
.subads dt + dd + dd + dd { padding:7px 0 7px 30px; background:url(../images/footer-ads-2.png) 0 11px no-repeat; }
.subads dt + dd + dd + dd + dd { padding:7px 0 7px 30px; background:url(../images/footer-ads-3.png) 0 11px no-repeat; }

.bottomer { background:#1b1b1b; position:relative; z-index:3; }
.bottomer .ui { position:absolute; right:0; bottom:0; }
.bottomer .ui dd { float:left; width:100px; height:100px; background:#272727; text-align:center; overflow:hidden; }
.bottomer .ui a { display:block; padding:30px; color:#4a4a4a; font-size:16px; line-height:20px; }
.bottomer .ui dd.itop { background:url(../images/bottomer-itop.png) center center no-repeat #eb2000; }
.bottomer .ui dd.itop a { text-indent:-99rem; }

.copyright { line-height:30px; color:#999; }
.copyright a { color:#999; }

.toolbar { position:fixed; top:300px; right:1px; z-index:100; }
.toolbar > * { width:40px; height:40px; position:relative; background:#1ab5a6; margin:0 0 1px; }
.toolbar > *.itop { background:#1ab5a6; }
.toolbar > *:first-child { border-top:0; }
.toolbar > * > a { display:block; width:40px; height:40px; text-align:center; color:#FFF; }
.toolbar .qq a { background:url(../images/toolbar-icon.png) center 0 no-repeat; }
.toolbar .qiao a { background:url(../images/toolbar-icon.png) center -40px no-repeat; }
.toolbar .tel a { background:url(../images/toolbar-icon.png) center -80px no-repeat; }
.toolbar .code a { background:url(../images/toolbar-icon.png) center -120px no-repeat; }
.toolbar .itop a { background:url(../images/toolbar-icon.png) center -160px no-repeat; }
.toolbar .drop-code { position:absolute; bottom:0; right:41px; background:#545454; padding:5px; font-size:12px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:90px; display:none; }
.toolbar .drop-code img { display:block; width:90px; height:90px; }
.toolbar .drop-code h3 { font-weight:normal; }
.toolbar .drop-tel { position:absolute; top:0; right:41px; width:0; overflow:hidden; }
.toolbar .drop-tel p { width:152px; height:40px; line-height:40px; padding:0 0 0 10px; background:#545454; color:#FFF; font-size:20px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#545454; }
.toolbar .itop:hover { background-color:#545454; }










/******************************
 ** 内页风格
 ** 左右分栏
 ** v.2.0
 ******************************/
.wrapper { width:1200px; margin:0 auto; position:relative; padding:40px 0 80px; }
.sidebar { float:left; width:280px; margin:0 0 0 20px; }
.container { float:right; width:820px; padding:20px; margin:0 20px 0 0; background:#fff; }

.side-menuer { margin:0 0 20px; }
.topclass { height:70px; padding:25px 0; background:#08b1a1; border-radius:5px; margin-bottom:10px; text-align:center; }
.topclass h2,
.topclass h3 { font-weight:normal; font-size:24px; line-height:1.4; white-space:nowrap; color:#fff; }
.topclass h3 { font-size:20px; opacity:.5; filter:Alpha(opacity=50); text-transform:uppercase; }
.side-menu { }
.side-menu dd { border-bottom:1px solid #eee; }
.side-menu dd > a { display:block; height:50px; line-height:50px; padding:0 0 0 25px; background:#FFF; color:#666; font-size:16px; border-radius:0px; }
.side-menu dd > a span { margin:0 0 0 10px; opacity:.5; filter:Alpha(opacity=50); font-size:14px; text-transform:uppercase; }
.side-menu .drop { display:none; padding:8px 0; }
.side-menu .drop li { }
.side-menu .drop a { display:block; padding:0 0 0 25px; height:30px; line-height:30px; font-size:15px; color:#999; }
.side-menu dd > a:hover { background:#f5f5f5; }
.side-menu .drop a:hover { color:#08b1a1; }
.side-menu dd.current > a { background:url(../images/973b19f0592941969dc3e74b93e9c800.gif) right center no-repeat #08b1a1; color:#FFF; transition:none;  }
.side-menu dd.current .drop { display:block; }
.side-menu .drop li.current a { color:#08b1a1; }

.side-contact { }
.side-contact .head { height:50px; line-height:50px; background:#08b1a1; color:#FFF; border-radius:5px 5px 0 0; }
.side-contact .head h2 { font-size:20px; font-weight:normal; margin:0 0 0 20px; }
.side-contact .main { padding:10px 20px 20px; background:#fff; }

.location { position:relative; margin:0 0 20px; }
.location .head { height:60px; background:url(../images/c129b36990b14f859e6856df9ab03d51.gif) left bottom repeat-x; }
.location .head h2,
.location .head h3 { height:40px; line-height:40px; vertical-align:middle; display:inline-block; +display:inline; +zoom:1; font-weight:normal; font-size:24px; }
.location .head h3 { margin:0 0 0 10px; color:#ddd; font-size:18px; text-transform:uppercase; }
.location .path { position:absolute; right:0; top:0; line-height:40px; color:#999; white-space:nowrap; }
.location .path span { margin:0 10px; }
.location .path a { opacity:.8; filter:Alpha(opacity=80); }



/******************************
 ** 公共架构
 ** v.1.2
 ******************************/
.article { text-align:justify; margin:0 0 20px; }
.article img { max-width:100%; }

.pager { width:100%; height:38px; margin-bottom:20px; text-align:center; }
.pager > * { display:inline-block; height:38px; line-height:38px; padding:0 20px; background:#FFF; border:1px solid #ddd; margin:0 5px; }
.pager > *:first-child { display:none; }
.pager > *:first-child + * { margin-left:0px; }
.pager > span { cursor:no-drop; }
.pager > span.cur { cursor:default; background:#f8f8f8; color:#d9324c; font-weight:bold; }
.pager > a:hover { background:#f9f9f9; }

.relink { border-top:1px solid #ddd; padding:20px 0; overflow:hidden; }
.relink p { float:right; height:30px; line-height:30px; overflow:hidden; }
.relink p:first-child { float:left;  }

.share { height:40px; position:relative; margin:0 0 5px; }
.share .bdsharebuttonbox { height:40px; }
.share.right .bdsharebuttonbox { float:right; }
.share span { float:left; height:27px; line-height:27px; margin:6px 6px 6px 0; }
.share a { float:left; padding-left:27px !important; height:27px !important; margin:6px 6px 6px 0; background-image:url(../images/4fde5e077a474ef095a4c1f9a0a9763a.gif) !important; }
.share a.jing_qzone { background-position:0 0 !important; }
.share a.jing_tsina { background-position:0 -27px !important; }
.share a.jing_tqq { background-position:0 -54px !important; }
.share a.jing_renren { background-position:0 -81px !important; }
.share a.jing_weixin { background-position:0 -135px !important; }

.null { padding:0 0 150px 0; }

.rmd-pro { background:#fff; border:1px solid #ddd; margin:0 0 20px; }
.rmd-pro .head { height:40px; line-height:40px; position:relative; border-bottom:1px solid #ddd; }
.rmd-pro .head h2 { font-size:16px; font-weight:normal; padding:0 0 0 20px; color:#000; }
.rmd-pro .head .mo { position:absolute; right:20px; top:0; opacity:.7; filter:Alpha(opacity=70); }
.rmd-pro .main { position:relative; margin:0 20px 20px; overflow:hidden; padding:20px 0 0; }
.rmd-pro .list { float:left; width:500%; position:relative; }
.rmd-pro .list .item { float:left; width:180px; margin:0 20px 0 0; }
.rmd-pro .list .item a { display:block; position:relative; }
.rmd-pro .list .item img { width:100%; height:180px; display:block; background:#eee;  }
.rmd-pro .list .item h3 { height:40px; line-height:40px; text-align:center; font-weight:normal; }
.rmd-pro .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.rmd-pro .list2 { width:100%; margin:-10px 0 0; }
.rmd-pro .list2 .item { border-bottom:1px dashed #e5e5e5;  }
.rmd-pro .list2 .item h3 { line-height:40px; white-space:nowrap; font-weight:normal; overflow:hidden; opacity:.8; padding:0 0 0 15px; background:url(../images/e4e78262fdbc44de90b93875ed8973ee.gif) left center no-repeat; }

.rmd-form { background:#fff; border:1px solid #ddd; }
.rmd-form .head { height:40px; line-height:40px; position:relative; border-bottom:1px solid #ddd; }
.rmd-form .head h2 { font-size:16px; font-weight:normal; padding:0 0 0 20px; color:#000; }
.rmd-form .head .mo { position:absolute; right:20px; top:0; }
.rmd-form .main { overflow:hidden; padding:20px; }
.rmd-form .row-1,
.rmd-form .row-2,
.rmd-form .row-3 { margin-bottom:15px; position:relative; overflow:hidden; }
.rmd-form .row-1 { width:323px; height:auto; padding:0 0 0 50px; margin:0 0 15px 0; border:1px solid #ddd; }
.rmd-form .row-2 { width:100%; height:110px; border:1px solid #ddd; clear:both; }
.rmd-form .row-3 { float:left;  }
.rmd-form .row-3 + .row-3 { float:right; }
.rmd-form .ico-name { background:url(../images/60e481b373f84b81a3d00651a11bd328.gif) 15px center no-repeat; }
.rmd-form .ico-phone { background:url(../images/4101f8f80b5a4a869b0ef1a4ed115955.gif) 15px center no-repeat; }
.rmd-form .ico-email { background:url(../images/b11910642f2244be95ce43315ff58004.gif) 15px center no-repeat; }
.rmd-form .tip { position:absolute; right:0; top:0; height:40px; line-height:40px; padding:0 10px; font-style:normal; color:#F00; }
.rmd-form .txt { width:100%; height:40px; line-height:40px; background:#fff; border:0; color:#999; }
.rmd-form .text { width:99%; border:0; background:#FFF; padding:5px 5px; line-height:20px; height:100px; color:#999; }
.rmd-form img.code { float:left; width:110px; height:42px; margin-right:20px; cursor:pointer; }
.rmd-form input.code { float:left; width:150px; height:40px; line-height:40px; border:1px solid #ddd; background:#FFF; margin-right:20px; padding:0 10px; color:#999; }
.rmd-form .submit, .rmd-form .reset { float:left; margin:0 0 0 10px; width:120px; height:42px; border:0; cursor:pointer; color:#FFF; font-size:16px; }
.rmd-form .submit { background:#08b1a1; margin-left:0; }
.rmd-form .reset { background:#999; }
.rmd-form .submit:hover { background:#e13338; }
.rmd-form .reset:hover { background:#777; }
.rmd-form .onfocus, .message-page .onfocus input.code { border-color:#aaa; }



/******************************
 ** 新闻
 ** v.2.0
 ******************************/
.news-lister { }
.news-lister .list { padding:0 0 20px; }
.news-lister .list .item { border-bottom:1px solid #ddd; position:relative; margin:0 0 10px; padding:0 0 15px; }
.news-lister .list .item a { display:block; }
.news-lister .list .item .date { position:absolute; right:0; top:0; font-size:16px; color:#999; }
.news-lister .list .item h3 { font-size:18px; font-weight:normal; }
.news-lister .list .item h3 a { color:#222;  }
.news-lister .list .item h3 a:hover { color:#bf132e;  }
.news-lister .list .item p { height:48px; line-height:24px; color:#999; overflow:hidden; }

.news-lister { }
.news-lister .list2 { padding:0 0 20px; }
.news-lister .list2 .item { border-bottom:1px solid #ddd; position:relative; margin:0 0 10px; padding:0 0 15px; }
.news-lister .list2 .item .date { color:#999; line-height:20px; margin:0 0 10px; }
.news-lister .list2 .item h3 { font-size:18px; font-weight:normal; }
.news-lister .list2 .item h3 a { color:#222;  }
.news-lister .list2 .item h3 a:hover { color:#bf132e;  }
.news-lister .list2 .item p { height:48px; line-height:24px; color:#999; overflow:hidden; }

.news2-lister {  }
.news2-lister .list { margin:-20px 0 0; padding:0 0 20px; }
.news2-lister .list .item { position:relative; height:120px; padding:20px 0 20px 180px; border-bottom:1px solid #e5e5e5;  }
.news2-lister .list .item .img { position:absolute; left:0; top:20px; width:160px; overflow:hidden; background:#f5f5f5; }
.news2-lister .list .item .img img { display:block; width:100%; height:120px; }
.news2-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }
.news2-lister .list .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.news2-lister .list .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }

.news2-lister {  }
.news2-lister .list2 { padding:0 0 20px; }
.news2-lister .list2 .item { position:relative; height:120px; padding:20px 20px 20px 200px; background:#f5f5f5; margin:0 0 10px;  }
.news2-lister .list2 .item .img { position:absolute; left:20px; top:20px; width:160px; overflow:hidden; background:#fff; }
.news2-lister .list2 .item .img img { display:block; width:100%; height:120px; }
.news2-lister .list2 .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.news2-lister .list2 .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }
.news2-lister .list2 .item:hover { background:#eee; }
.news2-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.news-detail { }
.news-detail h1 { font-size:20px; line-height:1.3; font-weight:normal; text-align:center; padding:0 0 5px; }
.news-detail .subsidiary { text-align:center; padding:0 0 10px; border-bottom:1px dashed #999; margin:0 0 20px; }
.news-detail .subsidiary li { display:inline-block; +display:inline; +zoom:1; height:40px; line-height:40px; color:#999; margin:0 15px; }
.news-detail .subsidiary li.hit { padding:0 0 0 26px; background:url(../images/1bc1b3fa0da24203ac5b7f829f2d0806.gif) left center no-repeat; }


/******************************
 ** 案例
 ** v.2.0
 ******************************/
.case-lister {  }
.case-lister .list { float:left; width:100%; padding:0 0 20px; }
.case-lister .list .item { float:left; width:260px; margin:0 0 10px 10px; background:#eee; }
.case-lister .list .item img { display:block; width:100%; height:195px; }
.case-lister .list .item h3 { height:45px; line-height:45px; font-weight:normal; text-align:center; background:#f9f9f9; border:1px solid #eee; }
.case-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.case-lister {  }
.case-lister .list2 { float:left; width:100%; padding:0 0 20px; }
.case-lister .list2 .item { float:left; width:258px; margin:0 0 10px 10px; background:#eee; position:relative; }
.case-lister .list2 .item img { display:block; width:100%; height:195px; background:#f5f5f5; }
.case-lister .list2 .item h3 { position:absolute; left:0; right:0; bottom:0; height:45px; line-height:45px; font-weight:normal; text-align:center; background:#000; filter:Alpha(opacity=80); background:rgba(0,0,0,.5); color:#fff; }
.case-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.case2-lister {  }
.case2-lister .list { margin:-20px 0 0; padding:0 0 20px; }
.case2-lister .list .item { position:relative; height:120px; padding:20px 0 20px 180px; border-bottom:1px solid #e5e5e5;  }
.case2-lister .list .item .img { position:absolute; left:0; top:20px; width:160px; overflow:hidden; background:#f5f5f5; }
.case2-lister .list .item .img img { display:block; width:100%; height:120px; }
.case2-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }
.case2-lister .list .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.case2-lister .list .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }

.case2-lister {  }
.case2-lister .list2 { padding:0 0 20px; }
.case2-lister .list2 .item { position:relative; height:120px; padding:20px 20px 20px 200px; background:#f5f5f5; margin:0 0 10px;  }
.case2-lister .list2 .item .img { position:absolute; left:20px; top:20px; width:160px; overflow:hidden; background:#fff; }
.case2-lister .list2 .item .img img { display:block; width:100%; height:120px; }
.case2-lister .list2 .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.case2-lister .list2 .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }
.case2-lister .list2 .item:hover { background:#eee; }
.case2-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.case-detail { }
.case-detail h1 { font-size:20px; line-height:1.3; font-weight:normal; text-align:center; padding:0 0 25px; }
.case-detail .photo { text-align:center; margin:0 auto 20px; }
.case-detail .photo img { width:500px; }


/******************************
 ** 产品
 ** v.2.0
 ******************************/
.product-lister {  }
.product-lister .list { float:left; width:100%; padding:0 0 20px; }
.product-lister .list .item { float:left; width:260px; margin:0 0 10px 10px; background:#eee; }
.product-lister .list .item img { display:block; width:100%; height:194px; }
.product-lister .list .item h3 { height:45px; line-height:45px; font-weight:normal; text-align:center; background:#f9f9f9; border:1px solid #eee; }
.product-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.product-lister {  }
.product-lister .list2 { float:left; width:100%; padding:0 0 20px; }
.product-lister .list2 .item { float:left; width:258px; margin:0 0 10px 10px; background:#eee; position:relative; }
.product-lister .list2 .item img { display:block; width:100%; height:250px; background:#f5f5f5; }
.product-lister .list2 .item h3 { position:absolute; left:0; right:0; bottom:0; height:45px; line-height:45px; font-weight:normal; text-align:center; background:#000; filter:Alpha(opacity=80); background:rgba(0,0,0,.5); color:#fff; }
.product-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.product2-lister {  }
.product2-lister .list { float:left; width:100%; padding:0 0 20px; }
.product2-lister .list .item { float:left; width:258px; margin:0 0 10px 10px; background:#fff; }
.product2-lister .list .item img { display:block; width:100%; height:344px; background:#f5f5f5; +margin:0 0 -4px; }
.product2-lister .list .item .shadow { padding:10px 15px 15px; border:1px solid #e5e5e5; transition:all .5s ease; }
.product2-lister .list .item h3 { height:30px; line-height:30px; font-weight:normal; font-size:16px; color:#333; margin:0 0 5px; }
.product2-lister .list .item p { height:40px; line-height:20px; color:#666; overflow:hidden; text-align:justify; margin:0 0 10px; }
.product2-lister .list .item span { display:block; width:100px; height:34px; line-height:34px; background:#fff; border:1px solid #e5e5e5; color:#666; text-align:center; transition:all .5s ease; }
.product2-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }
.product2-lister .list .item:hover .shadow { background:#e5e5e5; }
.product2-lister .list .item:hover span { border-color:#fff; width:120px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.product2-lister {  }
.product2-lister .list2 { float:left; width:102%; padding:0 0 20px; }
.product2-lister .list2 .item { float:left; width:405px; margin:0 10px 10px 0; background:#fff; }
.product2-lister .list2 .item a { display:block; position:relative; height:120px; padding:0 0 0 160px; }
.product2-lister .list2 .item img { display:block; width:160px; height:120px; background:#f5f5f5; position:absolute; left:0; top:0; }
.product2-lister .list2 .item .shadow { height:98px; padding:10px 10px 10px; border:1px solid #e5e5e5; transition:all .5s ease; }
.product2-lister .list2 .item h3 { height:30px; line-height:30px; font-weight:normal; font-size:15px; margin:0 0 5px; }
.product2-lister .list2 .item p { height:40px; line-height:20px; color:#666; overflow:hidden; text-align:justify; margin:0 0 10px; }
.product2-lister .list2 .item span { display:none; }
.product2-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }
.product2-lister .list2 .item:hover .shadow { background:#e5e5e5; }

.product3-lister {  }
.product3-lister .list { margin:-20px 0 0; padding:0 0 20px; }
.product3-lister .list .item { position:relative; height:120px; padding:20px 0 20px 180px; border-bottom:1px solid #e5e5e5;  }
.product3-lister .list .item .img { position:absolute; left:0; top:20px; width:160px; overflow:hidden; background:#f5f5f5; }
.product3-lister .list .item .img img { display:block; width:100%; height:120px; }
.product3-lister .list .item:hover img { opacity:.8; filter:Alpha(opacity=80); }
.product3-lister .list .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.product3-lister .list .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }

.product3-lister {  }
.product3-lister .list2 { padding:0 0 20px; }
.product3-lister .list2 .item { position:relative; height:120px; padding:20px 20px 20px 200px; background:#f5f5f5; margin:0 0 10px;  }
.product3-lister .list2 .item .img { position:absolute; left:20px; top:20px; width:160px; overflow:hidden; background:#fff; }
.product3-lister .list2 .item .img img { display:block; width:100%; height:120px; }
.product3-lister .list2 .item h3 { height:30px; line-height:30px; font-size:18px; font-weight:normal; margin:0 0 15px; overflow:hidden; }
.product3-lister .list2 .item p { height:72px; line-height:24px; overflow:hidden; text-align:justify; color:#999; margin:0 0 10px; }
.product3-lister .list2 .item:hover { background:#eee; }
.product3-lister .list2 .item:hover img { opacity:.8; filter:Alpha(opacity=80); }

.product-detail { margin:0 0 20px; }
.product-detail  .photo { float:left; width:440px; height:330px; overflow:hidden; }
.product-detail .photo img { display:block; width:100%; height:330px; }
.product-detail .info { margin:0 0 0 460px; position:relative; height:330px; }
.product-detail .info h1 { font-size:20px; line-height:1.4; margin-bottom:20px; font-weight:normal; }
.product-detail .info .des { width:100%; line-height:25px; margin-bottom:20px; overflow:hidden; }
.product-detail .info .order { width:355px; margin:3px 0 25px; }
.product-detail .info .order a { display:block; width:120px; height:40px; line-height:40px; color:#FFF; font-size:16px; background:#08b1a1; text-align:center; border-radius:5px; }
.product-detail .info .order a:hover { background:#4295d9; }
.product-detail .info .tel { background:#fff; border:3px solid #eee; padding:20px; line-height:1.3; margin:0 0 20px; }
.product-detail .info .tel h2 { font-size:16px; font-weight:normal; }
.product-detail .info .tel h3 { font-size:36px; color:#08b1a1; }
.product-article { border:1px solid #ddd; margin:0 0 -1px; }
.product-article .head { height:40px; line-height:40px; position:relative; border-bottom:1px solid #ddd; }
.product-article .head h2 { font-size:16px; font-weight:normal; padding:0 0 0 20px; color:#000; }
.product-article .article { padding:20px; }


/******************************
 ** 单页文章
 ** v.2.0
 ******************************/
.about-detail { padding:0 0 40px; }

.about-detail .bdmap {  height:400px; background:#f5f5f5; position:relative; z-index:1;  }

.BMap_bubble_title a { display:inline-block; padding:4px 10px; background:#c81528; color:#fff; border-radius:3px; }
.BMap_bubble_title a:hover { background:#e36100; }
.BMap_bubble_title + .BMap_bubble_content { line-height:18px; padding:9px 0 0; color:#777; }


/******************************
 ** 在线留言
 ** v.2.0
 ******************************/
.message-page { width:680px; }
.message-page .row-1,
.message-page .row-2,
.message-page .row-3 { width:100%; clear:both; margin-bottom:15px; position:relative; overflow:hidden; }
.message-page .row-1 { width:328px; height:auto; padding:0 0 0 50px; border:1px solid #ddd; }
.message-page .row-2 { height:110px; padding:0 0 0 0; border:1px solid #ddd; }
.message-page .row-3 {  }
.message-page .ico-name { background:url(../images/60e481b373f84b81a3d00651a11bd328.gif) 15px center no-repeat; }
.message-page .ico-phone { background:url(../images/4101f8f80b5a4a869b0ef1a4ed115955.gif) 15px center no-repeat; }
.message-page .ico-email { background:url(../images/b11910642f2244be95ce43315ff58004.gif) 15px center no-repeat; }
.message-page .tip { position:absolute; right:0; top:0; height:40px; line-height:40px; padding:0 10px; font-style:normal; color:#F00; }
.message-page .txt { width:100%; height:40px; line-height:40px; background:#fff; border:0; color:#999; }
.message-page .text { width:98%; border:0; background:#FFF; padding:5px 5px; line-height:20px; height:100px; color:#999; }
.message-page img.code { float:left; width:110px; height:42px; margin-right:20px; cursor:pointer; }
.message-page input.code { float:left; width:150px; height:40px; line-height:40px; border:1px solid #ddd; background:#FFF; margin-right:20px; padding:0 10px; color:#999; }
.message-page .submit, .message-page .reset { float:left; margin:0 0 0 10px; width:184px; height:42px; border:0; cursor:pointer; color:#FFF; font-size:16px; }
.message-page .submit { background:#08b1a1; margin-left:0; }
.message-page .reset { background:#999; }
.message-page .submit:hover { background:#e13338; }
.message-page .reset:hover { background:#777; }
.message-page .onfocus, .message-page .onfocus input.code { border-color:#aaa; }

.dialog-log { position:absolute; z-index:99; width:auto; padding:10px 20px; border:1px solid #e0272c; background:#ffe8e9; border-radius:3px; box-shadow:1px 1px 5px rgba(0,0,0,0.2); color:#e0272c; }
.dialog-log i { position:absolute; left:15px; top:-7px; width:14px; height:7px; background:url(../images/3415cd57f231406ead8d11ce3cdd039a.gif) center center no-repeat; }


/******************************
 ** 兼容性
 ******************************/
body { _background:url(../images/e1e87bfb90cc45d9aaed2db3dcbf4459.gif) center center no-repeat #fff; }
body > * { _display:none; }