.banner-list{width: 100%; height: 705px;}
@media only screen and (max-width: 1200px) {
	.banner-list{height: 440px;}
}
.banner-item img{width: 100%; display: block;}

/*new swiper*/
.swiper-pagination {position: absolute;left: 0;bottom: 26px;width: 100%;text-align: center;z-index: 10;}
.swiper-pagination-switch {display: inline-block;width: 14px;height: 14px;margin: 0 8px;background-color: #4a4a4a;border-radius: 100%;cursor: pointer;opacity: 1;}
.swiper-active-switch{background-color: #919090;}
.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;z-index: 10;background: url() no-repeat center center;background-size: 27px 44px;cursor: pointer;}
.swiper-button-next, .swiper-button-prev{width: 33px; height: 63px; margin-top: -32px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 27px; background-image: url(../../common/img/arrow_left.png);}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{left: 27px; background-image: url(../../common/img/arrow_left_hover.png);}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 27px; background-image: url(../../common/img/arrow_right.png);}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{right: 27px; background-image: url(../../common/img/arrow_right_hover.png);}

.index-entrance{padding: 58px 0;}
.entrance-item{width: 39.83%; height: 150px; padding: 30px 35px;}
.entrance-title{font-size: 30px; font-weight: normal; color: #000;}
.entrance-subtitle{font-size: 22px; font-weight: normal; color: #666;}
.entrance-btn{display: inline-block; margin-top: 40px; padding: 3px 8px; font-size: 14px; color: #545454; border: 1px solid #545454;}
.entrance-item:hover .entrance-btn{color: #fff; background-color: #76cbee; border: 1px solid #76cbee;}
.entrance-moka{margin-left: 36px; background: url(../img/bg_moka.jpg) no-repeat right center; background-size: auto 100%;}
.entrance-talents{margin-right: 36px; background: url(../img/bg_talents.jpg) no-repeat right center; background-size: auto 100%;}
@media only screen and (max-width: 1200px) {
	.entrance-item{width: 37.83%;}
}

/*debug*/
/*.main{padding-top: 60px;}*/
