﻿/*banner*/
.bannerWrap { position:relative; width:100%; min-width:1000px; margin-bottom:20px; overflow:hidden; }
.bannerWrap .pic { position:absolute; left:50%; top:0; width:1920px; height:500px; margin-left:-960px; }
.bannerWrap .bg { position:absolute; left:0; top:0; width:100%; height:500px; background:url(../images/index_banner_bg.png) no-repeat center top; }

.banner { position:relative; width:1000px; height:500px; margin:0 auto; overflow:hidden; }
.banner .picText { position:absolute; right:0; top:195px; width:405px; }
.banner .picText .text { position:absolute; right:-405px; top:0; width:100%; color:#fff; opacity:0; }
.banner .picText .text h3 { margin-bottom:10px; color:#9fcbeb; font:24px/1.2 dtl_nobelt_bold; text-transform:uppercase; }
.banner .picText .text h1 { margin-bottom:5px; font-family:dtl_nobelt_bold; line-height:1.2; text-transform:uppercase; font-size:30px;}
.banner .picText .text p { font:13px/20px dtl_nobelt_light; }
.banner .picNum { position:absolute; right:6px; top:460px; width:402px; }
.banner .picNum .num { display:inline-block; width:11px; height:11px; margin:0 5px; background:url(../images/banner_ot.png) no-repeat; overflow:hidden; cursor:pointer; }
.banner .picNum .cur { background:url(../images/banner_cur.png) no-repeat; cursor:default; }

/*content*/
.content { width:1000px; margin:0 auto; padding-bottom:40px; }

.imgList li { float:left; width:195px; height:145px; margin-right:4px; }
.imgList li a { display:block; /*opacity:0.5;*/ -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.imgList li a:hover,.imgList .cur a { opacity:1; }

.about { margin-top:30px; }
.about .title { margin-bottom:5px; color:#666; font:14px/16px Arial; text-transform:uppercase; }
.about .title .more { float:right; margin-right:5px; padding-right:20px; background:url(../images/icon1.gif) no-repeat right center; color:#00acef; font:12px/16px Tahoma; }
.about .title .more:hover { color:#0076cd; text-decoration:underline; }
.about .cont { color:#a6a6a6; line-height:18px; }
