﻿/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/22px 宋体; padding:20px;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
a:hover{ color:#1974A1;  }
.js{width:90%; margin:10px auto 0 auto; }
.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
.js p span{ float:right; }
.js p span a{ color:#f00; text-decoration:underline;   }
.js textarea{ height:100px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }

h1{ font:normal 20px/200% "Microsoft YaHei"; _font-weight:bold; padding-bottom:10px;  }
h2{ font:normal 14px/200% "Microsoft YaHei"; _font-weight:bold; padding-bottom:10px; color:#c00;  }



/* 焦点图效果 */
.picFocus .bd{ width:800px; float:left;  height:450px; position:relative;  }
.picFocus .bd li{ position:relative; zoom:1; vertical-align:middle;}
.picFocus .bd li .pic{ position:relative; z-index:0;  }
.picFocus .bd li .pic img{ width:800px; height:450px; vertical-align:bottom; }
.picFocus .bd li .bg{ width:800px; height:50px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6;    }
.picFocus .bd li .title{ width:800px; height:50px; line-height:50px; left:0; bottom:0;   position:absolute; z-index:2;  }
.picFocus .bd li .title a{ color:#fff; padding-left:15px;  }

.picFocus{ margin:0 auto;  width:950px; height:450px; margin:auto; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{  width:150px; height:380px; overflow:hidden; }
.picFocus .hd ul{width:150px; overflow:hidden; zoom:1; }
.picFocus .hd ul li{ float:left; margin:0px auto;}
.picFocus .hd ul li img{ width:130px; height:80px; border:5px solid #ddd; cursor:pointer;    }
.picFocus .hd ul li.on{background: url('../images/icoLeft.gif') no-repeat scroll 0 45px rgba(0, 0, 0, 0);}
.picFocus .hd ul li.on img{ border-color:#f60;  }
		
/* 下面是前/后按钮代码，如果不需要删除即可 */
.picFocus .prev,
.picFocus .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url('../images/slider-arrow.png') -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.picFocus .next{ left:auto; right:3%; background-position:8px 5px; }
/*.picFocus .prev{left:23%;}*/
.picFocus .prev:hover,
.picFocus .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.picFocus .prevStop{ display:none;  }
.picFocus .nextStop{ display:none;  }
/*------------------------------图片分页--------------------------------------------------------------*/
 .sNext
{
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
}
.sPrev
{
    background-image: url('../images/arrow-up.png');
    background-repeat: no-repeat;
    }
.sPrev:hover,.picFocus .bd li .pic a:hover,
.sNext:hover{ cursor:pointer;   }
/*------------------------------404--------------------------------------------------------------*/

.error .cf:after{content: ".";display: block;height: 0;font-size: 0;clear:both;visibility: hidden;}
.error .cf{zoom: 1;clear:both}

.error {width:100%;background:url("../images/01.jpg") no-repeat center top #DAD9D7;position:absolute;top:0;left:0;height:100%;overflow:hidden}
.error .cont{margin:0 auto;width:500px;line-height:20px;}
.error .c1{height:360px;text-align:center}
.error .c1 .img1{margin-top:180px}
.error .c1 .img2{margin-top:165px}
.error .cont h2{text-align:center;color:#555;font-size:18px;font-weight:normal;height:35px}
.error .c2{height:35px;text-align:center}
.error .c2 a{display:inline-block;margin:0 4px;font-size:14px;height:23px;color:#626262;padding-top:1px;text-decoration:none;text-align:left}
.error .c2 a:hover{color:#626262;text-decoration:none;}
.error .c2 a.home{width:66px;background:url("../images/02.png");padding-left:30px}
.error .c2 a.home:hover{background:url("../images/02.png") 0 -24px}
.error .c2 a.home:active{background:url("../images/02.png") 0 -48px}
.error .c2 a.re{width:66px;background:url("../images/03.png");padding-left:30px}
.error .c2 a.re:hover{background:url("../images/03.png") 0 -24px}
.error .c2 a.re:active{background:url("../images/03.png") 0 -48px}
.error .c2 a.sr{width:153px;background:url("../images/04.png");padding-left:28px}
.error .c2 a.sr:hover{background:url("../images/04.png") 0 -24px}
.error .c2 a.sr:active{background:url("../images/04.png") 0 -48px}
.error .c3{height:180px;text-align:center;color:#999;font-size:12px}
.error #bf{position:absolute;top:269px;left:0;width:100%}
.error .bf1{margin:0 auto;width:99px;padding-left:32px}
.error .bd{height:600px;overflow:hidden}
.error #box{position:absolute;top:165px;left:0;width:100%;text-align:center}
.error .bf1{margin:0 auto;width:99px;padding-left:32px}
/*------------------------------第二个页面--------------------------------------------------------------*/
#minImg:hover
        {
            cursor: pointer;
        }
        .ulBusiness
        {
            height: 100px;
            width: 80%;
            overflow: hidden;
            position: absolute;
            line-height: 30px;
        }
        .ulBusiness li
        {
            float: left;
            width: 40%;
            margin-left: 10px;
        }
        /* 焦点图效果 */
.bpicFocus .bd{ width:650px; float:left;  height:450px; position:relative;  }
.bpicFocus .bd li{ position:relative; zoom:1; vertical-align:middle;}
.bpicFocus .bd li .pic{ position:relative; z-index:0;  }
.bpicFocus .bd li .pic img{ width:650px; height:450px; vertical-align:bottom; }
.bpicFocus .bd li .bg{ width:650px; height:50px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6;    }
.bpicFocus .bd li .title{ width:650px; height:50px; line-height:50px; left:0; bottom:0;   position:absolute; z-index:2;  }
.bpicFocus .bd li .title a{ color:#fff; padding-left:15px;  }

.bpicFocus{ margin:auto; width:800px; height:450px; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.bpicFocus .hd{  width:150px; height:400px; overflow:hidden; }
.bpicFocus .hd ul{width:150px; overflow:hidden; zoom:1; }
.bpicFocus .hd ul li{ float:left; margin:0px auto;}
.bpicFocus .hd ul li img{ width:130px; height:82px; border:5px solid #ddd; cursor:pointer;    }
.bpicFocus .hd ul li.on img{ border-color:#f60;  }
		
/* 下面是前/后按钮代码，如果不需要删除即可 */
.bpicFocus .prev,
.bpicFocus .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url('../images/slider-arrow.png') -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.bpicFocus .next{ left:auto; right:3%; background-position:8px 5px; }
/*.picFocus .prev{left:23%;}*/
.bpicFocus .prev:hover,
.bpicFocus .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.bpicFocus .prevStop{ display:none;  }
.bpicFocus .nextStop{ display:none;  }
/*------------------------------图片分页--------------------------------------------------------------*/
 .bsNext
{
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
}
.bsPrev
{
    background-image: url('../images/arrow-up.png');
    background-repeat: no-repeat;
    }
.bsPrev:hover,.bpicFocus .bd li .pic a:hover,
.bsNext:hover{ cursor:pointer;   }

/*------------------------------第二个页面-404-------------------------------------------------------------*/
.berror {width:100%;background:url("../images/01.jpg") no-repeat center top #DAD9D7;position:absolute;top:0;left:0;height:100%;overflow:hidden}
.berror .cont{margin:0 auto;width:500px;line-height:20px;}
.berror .c1{height:360px;text-align:center}
.berror .c1 .img1{margin-top:180px}
.berror .c1 .img2{margin-top:165px}
.berror .cont h2{text-align:center;color:#555;font-size:18px;font-weight:normal;height:35px}
.berror .c2{height:35px;text-align:center}
.berror .c2 a{display:inline-block;margin:0 4px;font-size:14px;height:23px;color:#626262;padding-top:1px;text-decoration:none;text-align:left}
.berror .c2 a:hover{color:#626262;text-decoration:none;}
.berror .c2 a.home{width:66px;background:url("../images/02.png");padding-left:30px}
.berror .c2 a.home:hover{background:url("../images/02.png") 0 -24px}
.berror .c2 a.home:active{background:url("../images/02.png") 0 -48px}
.berror .c2 a.re{width:66px;background:url("../images/03.png");padding-left:30px}
.berror .c2 a.re:hover{background:url("../images/03.png") 0 -24px}
.berror .c2 a.re:active{background:url("../images/03.png") 0 -48px}
.berror .c2 a.sr{width:153px;background:url("../images/04.png");padding-left:28px}
.berror .c2 a.sr:hover{background:url("../images/04.png") 0 -24px}
.berror .c2 a.sr:active{background:url("../images/04.png") 0 -48px}
.berror .c3{height:180px;text-align:center;color:#999;font-size:12px}
.berror #bf{position:absolute;top:269px;left:0;width:100%}
.berror .bf1{margin:0 auto;width:99px;padding-left:32px}
.berror .bd{height:600px;overflow:hidden}
.berror #box{position:absolute;top:165px;left:0;width:100%;text-align:center}
.berror .bf1{margin:0 auto;width:99px;padding-left:32px}