
.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.page-wrap{ position:relative; width: 100%; overflow:hidden;}



.container {
    margin: 0 auto;
    width: 1200px;
    max-width:100%;
}
.brand-warp {
    -webkit-box-shadow: 0 10px 24px 0 rgba(0,0,0,.11);
    box-shadow: 0 10px 24px 0 rgba(0,0,0,.11);
    border-top: 3px solid #8f1d25;
    padding: 0 35px 64px 60px;
    margin-bottom:80px;
}

.traning-tab {
    padding: 34px 0 32px;
}
.inner-wrap {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}
.traning-tab .tit span {
    color: #333334;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 4px;
}
.traning-tab .tit em {
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}
.traning-tab .ny-tab {
    margin-top: 20px;
}
.b-shadow {
    border-radius: 5px;
    -o-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08);
}
.ny-tab {
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
}
.traning-tab .ny-tab li {
    width: 20%;
}
.ny-tab li {
    float: left;
    width: 33.3333%;
    position: relative;
}
.ny-tab li.active a, .ny-tab li:hover a {
    background: #8f1d25;
    color: #FFFFFF;
}
.ny-tab li a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.inner-wrap {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}
.train-list ul {
    margin: 0 -15px 50px;
}
.train-list li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}
.train-list .item {
    margin-top: 35px;
    display: block;
}
.train-list .item a {
    display: block;
}
.train-list .item .dimg {
    position: relative;
    overflow: hidden;
}
.train-list .item .dimg img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.train-list .item .text {
    padding: 0 20px 22px;
    -o-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    background:rgba(255,255,255,.8);
}
.train-list .item .tit {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    background: url(/cc/web/s2/ima/train_ico.jpg) left no-repeat;
    padding-left: 30px;
    color: #333333;
    font-weight: bold;
}
.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.train-list .item .tip {
    margin-top: 10px;
    height: 104px;
    overflow: hidden;
}
.train-list .item .tip span {
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 49%;
    margin-right: 2%;
    background: url(/cc/web/s2/ima/tip_ico.png) left no-repeat;
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
:root {
  --primary: #25abd9;
}

* {
  box-sizing: border-box;
}

.filteredOut{ display:none;}

.bscaleY {
  background: none;
  box-shadow: 0 5px 15px -5px #bbb;
  cursor: pointer;
  font-family: roboto;
  overflow: hidden;
  position: relative;
  transform: perspective(
    1px
  ); 
  transition: color 0.2s ease-out;
  position:relative; display:block; background-color: #eeeeee; color: #8f1d25;text-align: center;
  width: 100%;
    height: 50px;
    line-height: 50px;
}

.bscaleY::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8f1d25;
  transition: transform 0.3s ease-out;
}

.bscaleY::before {
  transform: scaleY(0);
}

.bscaleY:hover {
  color: #fff;
}

.bscaleY:hover::before {
  transform: scaleY(1);
}



figure.snip1184 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1184 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1184 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
  vertical-align: top;
}

figure.snip1184 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1184 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: rgba(143, 29, 37, 0.8);
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 35px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1184 h2 span {
  font-weight: 800;
}

figure.snip1184:before {
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
  transform: skew(-10deg) rotate(-10deg) translateY(-50%);
}

figure.snip1184 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1184:hover img,
figure.snip1184.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1184:hover h2,
figure.snip1184.hover h2 {
  top: -50%;
}

figure.snip1184:hover:before,
figure.snip1184.hover:before {
  -webkit-transform: skew(-10deg) rotate(-10deg) translateY(150%);
  transform: skew(-10deg) rotate(-10deg) translateY(150%);
}


@media screen and (max-width: 800px)
{
    .train-list li{width:50%;}
}
@media screen and (max-width: 500px)
{
    .train-list li{width:90%;margin-left:5%;}
    .traning-tab .ny-tab li {
    width: 50%;
    }
    .traning-tab .ny-tab .nyall{width: 100%;}
}