.tran-5 {
    transition: all 0.5s;
}
.upAni {
    animation:upAni 1s linear infinite ;
    -moz-animation:upAni 1s linear infinite ;
    -webkit-animation: upAni 1s linear infinite ;
    -o-animation: upAni 1s linear infinite ;
}
@keyframes upAni
{
25%  {transform: translateY(5px);}
50%  {transform: translateY(8px);}
100% {transform: translateY(0);}
}
@-moz-keyframes upAni 
{
25%  {transform: translateY(5px);}
50%  {transform: translateY(8px);}
100% {transform: translateY(0);}
}

@-webkit-keyframes upAni 
{
25%  {transform: translateY(5px);}
50%  {transform: translateY(8px);}
100% {transform: translateY(0);}
}

@-o-keyframes upAni 
{
25%  {transform: translateY(5px);}
50%  {transform: translateY(8px);}
100% {transform: translateY(0);}
}
/*S - æ¸…ç†æµ®åŠ¨ */
.clearfix:after {
    overflow: hidden;
    display: block;
    clear: both;
    height: 0px;
    content: "\200B"
}
.clearfix {
    *zoom: 1;
}
/* E - æ¸…ç†æµ®åŠ¨ */
/*S-é¦–é¡µ*/
.newsBox,.main-con{
	height: calc(100vh - 300px);
      min-height: 520px;
  background:#f6f6f6;
}
.main-con {
    position: relative;
}
.swiper-wrapper{
    height: 100%;
}
.swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.main-con-tit {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 0 7.8%;
    text-transform: uppercase;
}
.main-con-tit span {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
}
.main-con-tit i {
    font-size: 11px;
    color: #828282;
    margin-left: 15px;
}
.main-con-tit a {
    float: right;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.main-con-tit.white span {
    color: #333;
} 
.main-con-tit.white a {
    color: #252525;
}

.news-page-sub {
    position: absolute;
    right: 7.8%;
    top: 50%;
    width: 60px;
    margin-top: -37px;
    z-index: 1;
}
.news-prev, .news-next {
    width: 15px;
    height: 18px;
    margin: 0 auto;
    background: url(../images/icon-up-b.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.news-prev {
    background-image: url(../images/icon-up-b.png);
}
.news-next {
    margin-top: 36px;
    background-image: url(../images/icon-down-b.png);
}
.news-page-sub:after {
    position: absolute;
    content: '';
    top: 36px;
    width: 100%;
    height: 1px;
    background: #939393;
}

.news-swiper {
    position: absolute;
    left: 22%;
    right: 0;
    height: 100%;
    margin-top: 0px;
    text-transform: uppercase;
    overflow: hidden;
}
.news-swiper .news-content {
    cursor: pointer;
    margin: 20px 0;
}

.news-content h3,.news-content p{
	cursor: pointer;
}
.news-page {
    position: absolute;
    left: 7.8%;
    top: 50%;
    transform: rotate(90deg);
}
.news-page span {
    display: inline-block;
    color: black;
    width: 26px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial;
    letter-spacing: 2px;
}
.news-page .line {
    height: 2px;
    width: 5px;
    margin: 0 10px;
    overflow: hidden;
    background: black;
}
.news-left {
    display: inline-block;
    width: 32.5%;
    vertical-align: middle;
}
.news-img {
    position: relative;
    left: 0;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
}

.news-img img {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.news-time {
    display: inline-block;
    margin-left: 16%;
    vertical-align: middle;
    font-size: 11px;
    color: black;
    line-height: 160px;
}
.news-text {
    display: inline-block;
    vertical-align: middle;
}
.news-text h3 {
    font-size: 20px;
    color: black;
}
.news-text p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.news-line {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #5e5e5e;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
}
.news-img:after {
    position: absolute;
    content: '';
    width: 65%;
    height: 1px;
    background: #5e5e5e;
    left: 50%;
    top: 50%;
    transition: all 0.9s;
}
.news-swiper .news-content:hover .news-img {
    position: absolute;
    left: 160px;
    border: 0;
}
@media (max-width:1600px) {
.news-img {
    width: 120px;
    height: 120px;
}
.news-swiper .news-content:hover .news-img {
	left: 120px;
	}
	.news-time {
    line-height: 120px;
}
}
@media (max-width:1366px) {
.news-img {
    width: 80px;
    height: 80px;
}
.news-time {
    line-height: 80px;
}
}
.news-swiper .news-content:hover .news-img img {
    display: block;
}
.news-swiper .news-content:hover .news-img:after {
    width: 0;
}
.news-swiper .news-content:hover .news-line {
    display: none;
}
.news-swiper .news-content:hover h3, .news-swiper .news-content:hover .news-time{    
    color: #2c2074;
    margin-left: 0;
}
.news-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11%;
    color: #4b4b4b;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    z-index: 1;
}

@media (max-width: 1200px){
    .news-left {
        width: 28%;
    }
    .news-swiper {
        width: 68%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .news-img {
        width: 70px;
        height: 70px;
    }
    .news-swiper .news-content:hover .news-img {
        left: 100px;
    }
}
@media (max-width: 1000px){
    .news-swiper {
        width: 85%;
        top: 45px;
        bottom: 20px;
        height: auto;
        margin-top: 0;
          min-height: 400px;
    }
    .news-img {
        display: none;
    }
    .news-time {
        line-height: 30px;
        margin-left: 0;
    }
    .news-left {
        width: 100%;
    }
    .news-text {
        display: block;
    }
    .news-more {
        display: none;
    }
    .news-text h3 {
        font-size: 16px;
    }
    .news-page {
        display: none;
        left: 50%;
        bottom: 30px;
        top: auto;
        margin-left: -35px;
        transform: rotate(0);
    }
    .news-page-sub {
        right: 50%;
        top: auto;
        bottom: 10px;
        margin: 0 -36px 0 0;
        transform: rotate(-90deg);
    }
    .news-page-sub:after {
        display: none;
    }
    .swiper-wrapper {
        height: 100%;
          min-height: 400px;
    }
    .swiper-slide {
        margin: 0;
          min-height: 400px;
    }
}
@media (max-width: 1000px) and (min-height: 900px) {
    .news-left {
        width: 28%;
    }
    .news-img {
       display: inline-block;
   }
   .news-time {
       line-height: 160px;
   }
   .news-text {
       display: inline-block;
   }
}