@charset "utf-8";
/* -----------------------------------------------

----------------------------------------------- */


.topimage {
	margin:0px auto;
	position:relative;
	height:400px;
	overflow: hidden;
	min-width: 980px;
}

.topimage_01 {
	background:url(../images/01.jpg) center center no-repeat;
	height:500px;
}
.topimage_02 {
	background:url(../images/02.jpg) center center no-repeat;
	height:500px;
}
.topimage_03 {
	background:url(../images/03.jpg) center center no-repeat;
	height:500px;
}
.topimage_04 {
	background:url(../images/04.jpg) center center no-repeat;
	height:500px;
}
.topimage_05 {
	background:url(../images/05.jpg) center center no-repeat;
	height:500px;
}
.topimage_06 {
	background:url(../images/06.jpg) center center no-repeat;
	height:500px;
}
.topimage_07 {
	background:url(../images/07.jpg) center center no-repeat;
	height:500px;
}
.topSlideImg {
  background-size:cover;
  -webkit-transition: transform 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
	margin-top: -130px;
  display: none;
}
.topSlideImg.out {
     -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
      -ms-transform:scale(1.2);
       -o-transform:scale(1.2);
          transform:scale(1.2);
  display: block;
  opacity: 0;
  z-index: 10;
}
.topSlideImg.active {
  display: block;
  z-index: 2;
}

.topimage_btn {
	position: absolute;
	left: 50%;
	bottom: 40px;
	padding: 0 0 0 300px;
	overflow: hidden;
	z-index: 15;
}
.topimage_btn li {
	float: left;
	padding: 0 15px 0 0;
}
.topimage_btn li a {
  background: url(../images/btn_topimage.png) no-repeat;
  width: 12px;
  height: 12px;
  display: block;
}
.topimage_btn li.active a {
  background: url(../images/btn_topimage_on.png) no-repeat;
}
.top_copy{
	position: absolute;
	top: 147px;
	z-index: 15;
	width: 100%;
}
.topimage_text {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
.news {
	padding: 0 0 50px 0;
}
.news_inn {
	padding: 40px 0 0 0;
	width: 980px;
	margin: 0px auto;
}
.news_top {
	overflow: hidden;
	padding: 0 0 30px 0;
}
.sec_title {
	font-size: 116%;
	float: left;
	padding: 0 0 0 30px;
}
.news_list {
	padding: 0 0 0 15px;
	width: 208px;
	float: right;
}
.news_list a {
	text-decoration: none;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bx-wrapper .bx-pager{
	background: #e5e5e5;
	padding: 13px 0 9px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -39px !important;
}
.news_topics {
	background: #fff;
	width: 100%;
	position: relative;
	margin: auto;
	display: flex;
	justify-content: center;
}
.news_topics_inn {
	width: 240px;
	float: left;
	padding: 25px;
	height: 210px;
	border-left: #e5e5e5 1px solid;
	box-sizing: border-box;
	background:#f6f6f6;
}
.news_topics_inn:first-child {
	border: none;
}
.news_topics_inn a{
	color:#000;
}
.news_topics_inn:hover{
	background:#efefef;
	cursor: pointer;
}
.news_topics_inn a:hover{
	text-decoration: none;
}
.news_day {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.news_cat {
	background: #e5e5e5 none repeat scroll 0 0;
	margin: 0 0 0 10px;
	padding: 3px 8px;
}
.news_cat a {
	line-height: 1.9;
}
.news_title {
	font-weight: bold;
	padding: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8em;
}
.news_text {
	line-height: 1.8em;
}
.news_bottom {
	height: 34px;
	/* background: #e5e5e5; */
}
.news_bottom_btn {
	overflow: hidden;
	width: 108px;
	margin: 0px auto;
	padding: 11px 0 0 0;
}
.news_bottom_btn li {
	float: left;
	padding: 0 0 0 12px;
}
.news_bottom_btn li:first-child {
	padding: 0;
}
.news_btn_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	z-index: 10;
}
.news_btn_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	z-index: 10;
}
html body .bx-wrapper {
	width: 976px;
	overflow: visible;
}

html body .bx-viewport {
	height: 210px !important;
}

html body .bx-controls {
	position: relative;
}

html body .bx-pager {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	bottom: -23px;
}