.banner {
 position: relative;
 width: 100%;
min-width: 1250px;
 height: 425px;
 overflow: hidden;
}

.bannerContent {
 position: relative;
}

.banner_item {
 opacity: 0;
 position: absolute;
 left: -960px;
 margin-left: 50%;
 
 transition-duration: .2s;
 transition-property: opacity;
 transition-timing-function: ease;
}

.banner_item a,
.banner_item a img {
 display: block;
}




.banner_active {
 opacity: 1;
}

.navigator {
 position: absolute;
 bottom: 10px;
 width: 100%;
}

.navigator_list {
 width: 40%;
 text-align: center;
 margin: auto;
 font-size: 0;
}

.navigator_item {
 
 display: inline-block;
 margin-left: 10px;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 font-size: 14px;
 line-height: 10px;
 color: #ffffff;
 text-align: center;
 background: #333333;
 cursor: pointer;
}

.navigator_item {
 
 *display: inline;
}

.navigator_item_active {
 
 background: red;
}



.carousel-item {
 width: 385px;
 height: 295px;
 display: block;
}

.ft-carousel {
 position: relative;
 width: 100%;
 height: 100%;
 width: 385px;
 height: 295px;
 overflow: hidden;
 z-index: 2;
}

.ft-carousel .carousel-inner {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
 float: left;
 height: 100%;
}

.ft-carousel .carousel-item img {
 width: 100%;
 width: 385px;
 height: 245px;
}

.ft-carousel .carousel-prev-btn {
 left: 0;
 background: url(../images/prev.png) left center no-repeat;
 z-index: 99;
 position: absolute;
 width:50px;
 height: 45px;
 top:110px;
 opacity: 0.4;
}

.ft-carousel .carousel-next-btn {
 right: 0;
 background: url(../images/next.png) center right no-repeat;
 z-index: 99;
 position: absolute;
 width:50px;
 height: 45px;
 top:110px;
 opacity: 0.4;
}




.mt-tabpage {
 width: 385px;
}
.mt-tabpage-title {
 height: 67px;
 font-size: 22px;
 width: 385px;
 line-height: 60px;
 color: #165ebb;
}
.mt-tabpage-title .mt-tabpage-item {
 display: inline-block;
 height: 67px;
 font-size: 22px;
 width: 192px;
 background: url(../images/tab_item.png) center top no-repeat;
 line-height: 60px;
 color: #165ebb;
 float: left;
 text-align: center;
}
.mt-tabpage-title .mt-tabpage-item:hover,.mt-tabpage-title .mt-tabpage-item-cur:hover{
 font-weight: normal;
}
.mt-tabpage-title .mt-tabpage-item-cur {
 background: url(../images/tab_active.png) center top no-repeat;
 color: #fff;
}
.mt-tabpage-count {
 position: relative;
 width: 385px;
 overflow: hidden;
 height: 212px;
 margin:15px 0 0 0;
}
.mt-tabpage-cont__wrap{
 position: absolute;
}



.mt-tabpage-count .mt-tabpage-item {
 width: 385px;
 text-align: center;
}