/* Work list */
/*=============================================================*/
.sub_nav {
    width: 100%;
    height: 50px;
    line-height: 16px;
    font-size: 16px;
    position: fixed;
    top: 70px;
    right: 0;
    
    background: #191919;
    z-index: 999;
    box-shadow:         0 1px 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow:     0 1px 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow:    0 1px 2px 2px rgba(0, 0, 0, .1);
    -o-box-shadow:      0 1px 2px 2px rgba(0, 0, 0, .1);
	
}
.sub_nav a {
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    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;
	height:50px;
	line-height:50px;
	margin-right:0px;
	

}
.sub_nav .a1{background:url(../images/3_2.png)  center 0 no-repeat;}
.sub_nav .right{ width:50px;}
.sub_nav *{ float:right; height:50px; line-height:50px; margin-left:15px;color: #fff;}
.sub_nav a:hover {
    color: #fff;
	background:url(../images/3_2.png)  center 0 no-repeat;
}
.sub_nav a.active {
    color: #fff;
    font-weight: bold;
}
.sub_nav a i {
    display: block;
    float: left;
    margin: 17px 0 0 0; 
}
.sub_nav a i::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url("../images/cate.png");
    margin: 0 6px 0 0; 
    opacity: .6;
    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;
}
.sub_nav a:hover i::before,
.sub_nav a:active i::before {
    opacity: 1;
}
.sub_nav a:first-child i::before {
    content: "";
    display: none;
}
.sub_nav a:nth-child(2) i::before {
    width: 19px;
    background-position: -70px -43px;
}
.sub_nav a:nth-child(3) i::before {
    width: 18px;
    background-position: 0 -43px;
}
.sub_nav a:nth-child(4) i::before {
    width: 18px;
    background-position: -33px -43px;
}
.sub_nav a:nth-child(5) i::before {
    width: 15px;
    background-position: -18px -43px;
}
.sub_nav a:nth-child(6) i::before {
    width: 18px;
    background-position: -51px -43px;
}
.wide_banner {
    position: relative;
    padding-top: 0px;
} 
.wide_banner1 {
    
    padding-top:120px;
}
.wide_banner2 {
    
    padding-top:70px;
}
.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: 50%;
    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: 50%;
    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: .2;
    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: #fff;
    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 {
    opacity: .1;    
}
.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: #828282;
    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;
}
/* ============================= */
.work_list {
    padding: 20px 0 40px 0;
    overflow: hidden;
}
.work_thumb {
    width: 320px;
    height: 320px;
    overflow: hidden;
}
.work_thumb img {
    width: 320px;
    height: 320px;
    transition:         all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition:     all 2s ease;
    -moz-transition:    all 2s ease;
    -o-transition:      all 2s ease;
}
.work_thumb img.active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.work_item {
	width: 320px;
	height: 400px;
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 27px;
	margin-bottom: 0;
	margin-left: 27px;
}
.work_item h3 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #484848;
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 12px 0;
    cursor: pointer;
}
.work_thumb {
    cursor: pointer;
}
.work_item p {
    line-height: 18px;
}
.work_item i {
    position: absolute;
    width: 90px;
    height: 22px;
    right: 0;
    top: 263px;
    display: block;
}
.work_item h5 {
    float: right;
    width: 21px;
    height: 16px;
    margin-left: 4px;
    display: block;
    background: url("../images/cate.png")/*tpa=http://www.toprand.com/assets/images/skin/cate.png*/;
}
h5.cate0 {
    width: 18px;
    background-position: 0 0;
}
h5.cate1 {
    width: 15px;
    background-position: -18px 0;
}
h5.cate2 {
    width: 18px;
    background-position: -33px 0;
}
h5.cate3 {
    width: 18px;
    background-position: -51px 0;
}
h5.cate4 {
    width: 19px;
    background-position: -70px 0;
}
