
.banner {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;}
.banner_bd{
	margin:3% auto;
	background:#fff;
	border:1px solid #e0e0e0;
	-webkit-box-shadow:  0px 1px 0px #c2c2c2;
  -moz-box-shadow:  0px 1px 0px #c2c2c2;
  box-shadow: 0px 1px 0px #c2c2c2;}
.banner_bd h2{
	color:#000;
	font-size:36px;
	text-align:center;
	padding:15px 0 0px;}
@media (min-width:768px) {.baner {width: 750px}}
@media (min-width:992px) {.banner {width: 970px}}
@media (min-width:1200px) {.banner {width: 1000px}}
.uppercase{text-transform:uppercase;}
.scroll{ margin:15px 0 15px;}
.scroll ul li dl{ border:solid 1px #e0e1e3; border-top:none; padding:15px 0; background:#fff; text-align:center;}
.scroll ul li dl dt{ font-size:16px; color:#2a2e31; font-weight:bold;}
.scroll ul li dl dd.more{ width:120px; height:40px; background:#095085; line-height:40px; font-size:14px;color:#fff; font-weight:bold; margin:15px auto 0;}
.scroll ul li:hover dl dd.more{ background:#ff3c00;}


.scroll{position:relative;}
.lx-flexisel-inner {overflow:hidden;}
.lx-flexisel-ul {position: relative;width:9999px;	list-style-type: none;overflow:hidden; zoom:1;}
.lx-flexisel-item {float:left;cursor: pointer;position: relative; text-align:center;}
.lx-flexisel-item >a{display:inline-block;width:92%;transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
.lx-flexisel-item img{ width:100%; height:auto;}

/*** Navigation ***/
@media(max-width: 767px) {
.lx-flexisel-item { margin:0;}
.lx-flexisel-item > a{ display:inline-block; width:100%; margin-bottom:20px;}
.lx-flexisel-item > img {width:100%; height:auto;}
}


@media(min-width:768px) and (max-width:992px){

.lx-flexisel-nav-left{left:0px;}
.lx-flexisel-nav-right{ right:0px;}
	}
	
@media(min-width:1300px) {

.lx-flexisel-nav-left,.lx-flexisel-nav-right{ position:absolute; top:30%;}	
.lx-flexisel-nav-left{left:-70px;}
.lx-flexisel-nav-right{ right:-70px;}
	}

.lx-flexisel-nav-left,.lx-flexisel-nav-right {display:inline-block;width:50px; height:50px;transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;-moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out;background:url(../images/bg_icons.png) no-repeat; cursor:pointer;}
.lx-flexisel-nav-left{background-position:-34px -45px;}
.lx-flexisel-nav-right{background-position:-85px -45px;}
.lx-flexisel-nav-left:hover{background-position:-34px -95px;}
.lx-flexisel-nav-right:hover{background-position:-85px -95px;}
.scroll_btn{ text-align:center; margin:20px 0 0}
.scroll_btn span{ display:inline-block; margin:0 5px;}



