﻿@CHARSET "UTF-8";
.wide_banner {
    position: relative;
} 
.banner_detail {
    width: 380px;
    height: 380px;
    position: absolute;
    left: 80%;
    top: 50%;
    z-index: 99;
    margin: -180px 0 0 -190px;
}
.banner_detail_active {
    webkit-transform: translate3d(0, 0, 0);
    -moz-transform:   translate3d(0, 0, 0);
    -ms-transform:    translate3d(0, 0, 0);
    -o-transform:     translate3d(0, 0, 0);
    transform:        translate3d(0, 0, 0);
    -ms-transition:     all .6s cubic-bezier(.165, .840, .44, 1);
    -webkit-transition: all .6s cubic-bezier(.165, .840, .44, 1);
    -moz-transition:    all .6s cubic-bezier(.165, .840, .44, 1);
    -o-transition:      all .6s cubic-bezier(.165, .840, .44, 1);
    transition:         all .6s cubic-bezier(.165, .840, .44, 1);
    transition-delay:         .2s;
    -webkit-transition-delay: .2s;
    -ms-transition-delay:     .2s;
    -moz-transition-delay:    .2s;
    -o-transition-delay:      .2s;
}
.banner_detail_inner {
    text-align: center;
    position: absolute;
    left: 20%;
    top: 50%;
    z-index: 99;
    margin: -190px 0 0 -190px;
}
.banner_detail i {
    width: 380px;
    height: 380px;
    display: block;
    background: #000;
    opacity: .7;
    border-radius: 190px;
    position: absolute;
    left: 20%;
    top: 50%;
    margin: -190px 0 0 -190px;
    cursor: pointer;
}
.banner_detail_inner h3,
.banner_detail_inner em,
.banner_detail_inner a {
    width: 320px;
    color: #fff;
    transition:         all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition:     all .3s ease-out;
    -moz-transition:    all .3s ease-out;
    -o-transition:      all .3s ease-out;
    cursor: pointer;
}
.banner_detail_inner h3 {
    width: 260px;
    padding: 0 60px;
    font-size: 26px;
    line-height: 32px;
}
.banner_detail_inner em {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #4c4c4c;
    margin: 0 30px 30px 30px;
}
.banner_detail_inner a {
    font-size: 18px;
}
.banner_detail:hover a {
    color: #c91521;
}
.banner_list {
    margin-left: 0;
    overflow: hidden;
    webkit-transform: translate3d(0, 0, 0);
    -moz-transform:   translate3d(0, 0, 0);
    -ms-transform:    translate3d(0, 0, 0);
    -o-transform:     translate3d(0, 0, 0);
    transform:        translate3d(0, 0, 0);
    -webkit-transition: all .7s cubic-bezier(.165, .840, .44, 1);
    -ms-transition:     all .7s cubic-bezier(.165, .840, .44, 1);
    -moz-transition:    all .7s cubic-bezier(.165, .840, .44, 1);
    -o-transition:      all .7s cubic-bezier(.165, .840, .44, 1);
    transition:         all .7s cubic-bezier(.165, .840, .44, 1);
}
.wide_banner li {
    position: relative;
    float: left;
}
.showcase_pagination {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 992;
    margin-left: 20px;
}
.showcase_pagination li {
    float: left;
    margin: 20px 16px 0 16px; 
    cursor: pointer;
    position: relative;
}
.showcase_pagination li em {
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    opacity: 1;
	z-index: 993;
    border-radius: 5px;
    position: absolute;
    left: 6px;
    top: 6px;
    transition:         all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition:     all .3s ease-out;
    -moz-transition:    all .3s ease-out;
    -o-transition:      all .3s ease-out;
}
.showcase_pagination li i {
    width: 22px;
    height: 22px;
    display: block;
    background: #000;
    opacity: 0;
    border-radius: 11px;
    position: absolute;
    left: 0;
    top: 0;
    transition:         all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition:     all .3s ease-out;
    -moz-transition:    all .3s ease-out;
    -o-transition:      all .3s ease-out;
}
.showcase_pagination li.active em,
.showcase_pagination li:hover em {
    opacity: .6;    
}
.showcase_pagination li.active i {
	background: #000;
    opacity: .6;    
}
.show_arrow {
    width: 54px;
    height: 59px;
    display: block;
    position: absolute;
    top: 500px;
    cursor: pointer;
}
.show_arrow i {
    background: #d5d5d5;
    opacity: .1;
    width: 54px;
    height: 59px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition:         all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition:    all .3s ease-out;
    -o-transition:      all .3s ease-out;
}
.show_arrow em {
    background: url('../images/news_arrow2.png');
    opacity: .2;
    width: 54px;
    height: 59px;
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
    z-index: 10;
    transition:         all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition:    all .3s ease-out;
    -o-transition:      all .3s ease-out;
}
.show_arrow:hover i {
    background: #ccc;
    opacity: 1;
}
.show_arrow:hover em {
    opacity: 1;
}
.show_arrow_left {
    left: 0;
    display: none;
}
.show_arrow_right {
    right: 0;
}
.show_arrow_right em {
    left: 0;
    background-position: right 0;
}
