.pagewrap {
	width:100%;
	height:auto;
	overflow: hidden;
	margin: 150px 0 0 0;
	background:#daebea;
}
.pagbox {
	width:100%;
	height:379px;
	margin:0 auto;
	max-width:1300px;
}
.bx-wrapper {
	position: relative;
	padding: 0;
}
.bx-wrapper img {
	width: 100%;
	/*display: block;*/
}
.slider_model .pic {
	width:100%;
	z-index:-9999;
}
.slider_photo .pic {
	z-index:-7999;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*box-shadow: 0 0 5px #ccc;*/ /*圖片的陰影*/
	/*border:  5px solid #fff;*/ /*圖片邊框顏色*/
	left: 0; /*設0後就很整齊了*/
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 0px; /*--------左右按鈕以及下方元的的距離控制*/
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center; /*可以控制下方圓點的左右*/
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 24%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {  /*------控制下方圓點的語法*/
	background: #fff;   /*----------下方圓點背景色------------*/
	text-indent: -9999px;
	display: block;
	width: 10px;   /*----------下方圓點寬與高-----------*/
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 99px;
	z-index:4000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff7b00;  /*原點移過顏色*/
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
}
.imgnews{
	width:100%;
	max-width:474px;
	height:auto;
	margin:0 0 20px 10px;
	display:inline-block;
	box-shadow: 3px 3px 5px rgba(20%,20%,20%,0.3);
	}
.slider_model li a .pic_970,
.slider_model li a .pic_1280 {
	display:none;
}
@media screen and (max-width: 715px) {
.pagewrap {
    margin: 196px 0 0 0;
}
}
/*RWD*/
/*@media (max-width: 1100px) and (min-width: 301px) {
.slider_model li a .pic,
.slider_model li a .pic_1280 {
	display:none;
}
.slider_model li a .pic_970 {
	display:inline;
	width:100%;
}
}*/
/*@media (max-width: 1440px) and (min-width: 1101px) {
.slider_model li a .pic,
.slider_model li a .pic_970 {
	display:none;
}
.slider_model li a .pic_1280 {
	display:inline;
	width:100%;
	min-width:1000px;
}
}*/
/*@media screen and (max-width: 960px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	top: 50%; /*--------左右按鈕以及下方元的的距離控制*/

/*@media screen and (max-width: 560px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	top: 35%; /*--------左右按鈕以及下方元的的距離控制*/
