﻿/*banner*/
.banner { position:relative; width:100%; min-width:962px; height:536px; overflow:hidden; }
.banner .pic { display:none; position:absolute; left:50%; top:0; width:1920px; height:536px; margin-left:-960px; }
.banner .pic img { vertical-align:top; }

.bannerInner { position: relative; width: 962px; height: 536px; margin: 0 auto; overflow:hidden; z-index:8; }
.bannerInner .text { position:absolute; right:-368px; top:140px; width:368px; height:164px; color:#fff; opacity:0; z-index:9; }
/*.bannerInner .text1 { left:-368px; }*/

.bannerInner .text .bg { position:absolute; left:0; top:0; width:368px; height:164px; }
.bannerInner .text .bg1 { background:#1ba4cd; filter:alpha(opacity=60); opacity:0.6; }
.bannerInner .text .bg2 { background:#487b03; filter:alpha(opacity=50); opacity:0.5; }
.bannerInner .text .bg3 { background:#437db9; filter:alpha(opacity=73); opacity:0.73; }

.bannerInner .text .cont { position:absolute; left:0; top:0; width:332px; height:164px; padding:0 18px; }
.bannerInner .text .cont h2 { margin-top:25px; font:bold 30px "Microsoft YaHei","STHeiti Light"; }
.bannerInner .text .cont h1 { margin-bottom:5px; font:33px "Microsoft YaHei","STHeiti Light"; }
.bannerInner .text .cont h1 span { color:#fff339; }
.bannerInner .text .cont h6 { font:10px Georgia,Arial; }

.bannerInner .picNum { position:absolute; left:0; bottom:30px; width:962px; text-align:center; }
.bannerInner .picNum .num { display:inline-block; width:20px; height:20px; margin:0 8px; background:url(../images/index/banner_ot.png) no-repeat; border-radius:10px; cursor:pointer; vertical-align:top; opacity:0.8;  -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.bannerInner .picNum .num:hover { opacity:1; }
.bannerInner .picNum .cur { background:url(../images/index/banner_cur.png) no-repeat; }

*html .bannerInner .picNum .num { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/index/banner_ot.png"); background:none;}
*html .bannerInner .picNum .cur { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/index/banner_cur.png"); background:none;}

/*content*/
.content { width:962px; margin:0 auto 35px; }
.content .title { margin-bottom:25px; color:#555; font:22px "Microsoft YaHei","STHeiti Light"; }
.content .title span { margin-left:5px; color:#a2a2a2; font:15px Tahoma,Arial; }
.content .img { height:116px; margin-bottom:15px; }
.content .text { height:50px; margin-bottom:5px; color:#888; line-height:24px; }
.content .more { color:#e69200; font:13px Georgia,Arial; }
.content .more:hover { color:#e69200; text-decoration:underline; }

.about,.service { float:left; width:291px; margin-right:39px; }

.product { float:right; width:301px; }
