@charset "utf-8";
/* CSS Document */
body{width:1000px;margin:0 auto;}
.head_pic{height:208px;background:url(../img/head_bg.jpg);}
*{padding:0;margin:0;}
a{text-decoration:none;color:#444;}
.clear{clear:both;}
.more{width:auto;float:right;padding-right:5px;}
.time{float: right;width: auto;font-family: Georgia,"Times New Roman";}
li{ list-style:none;}
h2{height:25px;line-height:25px;text-indent:28px;font-size:14px;color:#fff;}
/*menu*/
.menu {height:41px;background:url(../img/img_men.jpg) repeat-x;}
.menu li{float:left;line-height:41px;background:url(../img/img_line.jpg) left center no-repeat;}
.menu li a{color:#fff;display:block;padding-left:15px;padding-right:15px;}

/*content*/
#content{margin:10px auto;}
/*slider*/
#sliderContainer {position: relative;width: 320px;height:auto;float:left;}
#slider { width: 320px;height: auto;position: relative;overflow: hidden;border: #DEDEDE solid 1px;background-color: #fff;box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);}
#slider img {width:320px;height: auto;display: block;}
.slide {position: absolute;z-index: 0;opacity: 0;pointer-events: none;}

.slide.active {position: relative;z-index: 1;opacity: 1;pointer-events: auto;}

.slideCopy {position: absolute;bottom: 0;left: 0;right: 0;padding: 0px;background-color: #fff;color: #333;}

.slideCopy p { line-height:24px;text-align:center; }

.arrow {width: 35px;height: 35px;position: absolute;top: 0;bottom: 0;border-radius: 50%;background-color: #fff;margin: auto 0;cursor: pointer;
  z-index: 100;background-size: 10px;background-repeat: no-repeat;pointer-events: none;opacity: 0;transition: all 0.2s;-webkit-transition: all 0.2s;
}

#prev {
  left: 10px;
  background-image: url(../img/arrow-left.png);
  background-position: 13px center;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

#next {
  right: 10px;
  background-image: url(../img/arrow-right.png);
  background-position: 16px center;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.sliderHovered .arrow {
  opacity: 1;
  pointer-events: auto;
}

.sliderHovered #prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sliderHovered #next {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*news*/
.news{float:left;width:358px;margin-left:10px;}
.news h2{background:url(../img/img_h2.jpg) no-repeat;}
.news ul{border-top:none;height:189px;}
.news ul li{line-height:2.2em;text-indent:8px; list-style:inside;}

/*notice*/
.notice,.outlink{float:right;width:262px;background:url(../img/img_notice_bg.jpg) no-repeat;}
.notice h2,.outlink h2{height:30px;line-height:30px;color:#333;background:url(../img/img_notice.jpg) 1px center no-repeat;}
.notice ul,.guizhang ul,.download ul{border-top:none;height:184px;}
.notice ul li,.guizhang ul li,.download ul li{line-height:2.2em;text-indent:8px; list-style:inside;}

/*guizhang download*/
.tab{margin:15px auto;}
.guizhang,.download{float:left;width:358px;}
.download{margin-left:10px;}
.guizhang h2,.download h2{background:url(../img/img_h2.jpg) no-repeat;}

/*out_link--------------------------------------------------------------------------------------------------------------*/
.outlink table{margin:0px auto;}
.link{border-top:none;height:179px;}
.output_link{width:175px;margin:5px auto;}
.out_link{text-align:center;}
.out_link h2{border-top:1px  solid #F7B4D3;margin-bottom:8px;text-align:left;}



