.station .title, .intro .title, .partner .title, .lastnews .title, .hotnews .title, .videos .title {
  padding: 30px 0 30px 0;
  line-height: 135%;
  font-size: 2.5em;
  border-bottom: 1px solid #ebebeb;
  font-weight:bold;
}
.intro .title, .partner .title {
  border-bottom: none;
}
.footer .container-xxl {
  max-width: 1320px;
}
/**************news*********/
.lastnews, .hotnews {
  padding-bottom: 40px;
}
.lastnews {
  background-color: #f8f8f8;
}
.lastnews .nitem .box {
  position: relative;
}
.lastnews .nitem {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lastnews .nitem .tl {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.lastnews .nitem .tl a {
  display: block;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  color: #FFF;
  font-size: 1.125em;
  font-weight: bold;
}
.lastnews .nitem .thumbs {
  position: static;
  z-index: 9;
}
.lastnews .nitem .thumbs img {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 10px;
}
.hotnews .nitem {
  padding: 15px 0;
}
.hotnews .nitem .box {
  border-radius: 10px;
  background-color: #e7f0ff;
}
.hotnews .nitem .info {
  padding: 10px 20px;
  position: relative;
  height: 100%;
}
.hotnews .nitem .tl {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.hotnews .nitem .cont {
  line-height: 25px;
  height: 100px;
  overflow:hidden;
}
.hotnews .nitem .date {
  position: absolute;
  left: 20px;
  bottom: 0;
  line-height: 36px;
  color: #999;
  z-index: 99;
}
.hotnews .nitem .thumbs a {
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.hotnews .nitem .thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0;
}
/********videos********/
.videos {
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
.videos .nitem .box {}
.videos .nitem {
  padding-top: 10px;
  padding-bottom: 10px;
}
.videos .nitem .tl {
  padding: 10px 0;
}
.videos .nitem .tl a {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow:hidden;
  color: #333;
  font-size: 1.125em;
  font-weight: bold;
}
.videos .nitem .thumbs {
  position: relative;
  z-index: 9;
}
.videos .nitem .thumbs a.iconx {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 1.25em;
}
.videos .nitem .thumbs:hover a.iconx, .videos .nitem .thumbs a.iconx:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.videos .nitem .thumbs img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
/*************intro*************/
.ito-items {
  padding: 60px 0;
  color: #FFF;
  width: 90%;
  margin: 0 auto;
}
.ito-items .item {
  padding: 16px 0;
}
.intro-bg {
  margin-left: -15px;
  margin-right: -15px;
}
.intro-bg .page-box {
  background-color: #1D5ED7;
}
.bg-video {
  background: url("/images/home_video.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.bg-video .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-video .video-box {
  background-color: #000;
}
.bg-video .video-box a {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-right: -60px;
  color: #FFF;
  font-size: 4em;
  border: 5px solid #FFF;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 120px;
  background-color: rgba(255, 0, 0, 0.65);
  z-index: 9990;
  display:none;
}
.ito-items .item .item-box {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.ito-items .item .item-box .icon {
  font-size: 18px;
  font-weight: normal;
}
.ito-items .item .item-box, .ito-items .item .item-box .icon, .ito-items .item h3, .ito-items .item .info {
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.ito-items .item:hover .item-box {
  /*width: 80px;
  height: 80px;
  line-height: 80px;
      */
  background-color: #FFF;
  color: #1D5ED7;
}
.ito-items .item:hover .item-box .icon {
  font-size: 2em;
}
.ito-items .item:hover h3 {
  /*line-height: 42px;
  font-size: 1.5em;
      */
}
.ito-items .item:hover .info {
  opacity: 1.0;
}
.ito-items .item .row > div {
  vertical-align: middle;
}
/*
.ito-items .item:hover .item-box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: flip;
  -wiki-animation-name: flip;
}
    */
.ito-items .item h3 {
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.ito-items .item .info {
  opacity: 0.85;
  line-height: 20px;
}
.ito-video {
  /*background-color: #FFF;*/
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  height: 100%;
}
.ito-video .iv-box {
  width: 100%;
  height: 100%;
}
.ito-video .iv-box img {
  width: 100%;
  height: 100%;
}
.ito-video .iv-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ito-video .iv-icons .iv-box {
  padding: 60px;
}
.iv-icons .item {
  text-align: center;
}
.iv-icons .item2 {
  padding-top: 40px;
}
.iv-icons .item .uicon {
  display: inline-block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #1D5ED7;
  color: #FFF;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.iv-icons .item .uicon:hover {
  -webkit-animation-name: wobbleZoomX;
  animation-name: wobbleZoomX;
  background-color: #00a0ea;
}
.iv-icons .item .num {
  padding-top: 30px;
  font-size: 4em;
  font-weight: bold;
  font-family: arial;
}
.iv-icons .item .num small {
  font-size: 14px;
}
.iv-icons .item h3 {
  font-size: 1em;
}
/**************drivers*************/
.drivers {
  position: relative;
}
.drivers .cates {
  text-align: center;
  padding: 12px 0;
}
.drivers .cates a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  line-height: 150%;
  border-radius: 6px;
  font-size: 1.35em;
  font-weight: bold;
  margin: 5px;
}
.drivers .cates a:hover, .drivers .cates a.active {
  border-color: #1D5ED7;
  color: #FFF;
  background-color: #1D5ED7;
}
.drivers .driver-box {
  background: #ededed url("../images/home_driver_bg.jpg") top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 30px;
}
.drivers .tl {
  background: url("../images/bg-home-driver.jpg") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 256/15;
  position: relative;
}
    .drivers .slick-left span, .drivers .slick-right span {
        opacity: 0;
        font-size: 14px;
        vertical-align:middle;
        font-weight:bold;
        margin-top:-5px;
    }
.drivers .slick-left, .drivers .slick-right {
  position: absolute;
  width:30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  font-size: 3em;
  color: #000;
  opacity: 0.6;
  background:center center no-repeat;
  background-size:100% 100%;
}
    .drivers .slick-left {
        background-image: url("/images/slick-left.png");
    }
    .drivers .slick-right {
        background-image: url("/images/slick-right.png");
    }
    .drivers .slick-left i, .drivers .slick-right i {
        display: none;
    }
    .drivers .slick-left {
        left: 20%;
    }

.prev-next-block-rotate .wrap-prev i,
.prev-next-block-rotate .wrap-next i 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%;
}

.prev-next-block-rotate .wrap-prev i {
    background-image: url("/images/slick-left-2.png");
}

.prev-next-block-rotate .wrap-next i {
    background-image: url("/images/slick-right-2.png");
}

.drivers .slick-right {
    right: 20%;
}
.drivers .slick-left:hover, .drivers .slick-right:hover {
  opacity: 0.95;
}
.drivers .slick-item .tl:hover .slick-left span, .drivers .slick-item .tl:hover .slick-right span {
  opacity: 1.0;
}
.drivers .tl > div {
  width: 100%;
  flex-flow: 1;
  padding: 30px 0;
  font-size: 2.5em;
  color: #000;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.dr-items {
  padding: 15px 0;
}
.dr-items .item {
  padding: 8px 15px;
  background-color: #FFF;
  margin-bottom: 2px;
  border-radius: 15px;
}
.dr-items .item:hover {
  background-color: #f8f8f8;
}
.dr-items .item a {
  display: block;
  line-height: 40px;
}
.dr-items .itm-box {
  display: table;
  width: 100%;
}
.dr-items .itm-box > a {
  display: table-row;
  color: #38393e;
}
.dr-items .itm-box > a:hover {
  color: #1D5ED7;
}
.dr-items .itm-box > a > span {
  display: table-cell;
}
.dr-items .item .num {
  font-size: 1.5em;
  font-weight: bold;
  background-size: 4px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/line_no.jpg");
}
.dr-items .item .no1 {
  background-image: url("../images/line_no1.jpg");
}
.dr-items .item .no2 {
  background-image: url("../images/line_no2.jpg");
}
.dr-items .item .no3 {
  background-image: url("../images/line_no3.jpg");
}
/*
.dr-items .item .no4 {
  background-image: url("../images/line_no4.jpg");
}
.dr-items .item .no5 {
  background-image: url("../images/line_no5.jpg");
}
.dr-items .item .no6 {
  background-image: url("../images/line_no6.jpg");
}
.dr-items .item .no7 {
  background-image: url("../images/line_no7.jpg");
}
.dr-items .item .no8 {
  background-image: url("../images/line_no8.jpg");
}*/
.dr-items .item .num, .dr-items .item .nm, .dr-items .item .sc, .dr-items .item .lnk {
  padding: 0 5px;
}
.dr-items .item .sc em {
  display: block;
  background-color: #ededed;
  text-align: center;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  width: 100%;
}
.dr-items .item .num {
  width: 50px;
}
.dr-items .item .lnk {
  width: 40px;
  text-align: center;
}
.dr-items .item .nm strong, .dr-items .item .en, .dr-items .item .team {
  display: inline-block;
  padding: 0 5px 0px 10px;
}
.dr-items .item .nm strong {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 20px;
}
.dr-items .item .en {
  font-size: 14px;
  color: #666;
}
.dr-items .item .team {
  font-size: 12px;
  color: #999;
}
.dr-items .item .sc {
  width: 180px;
}
.dr-items .item .lnk .icon {
  font-size: 2em;
  color: #1D5ED7;
  line-height: 40px;
}
.dr-items .item .num, .dr-items .item, .dr-items .item a > span, .dr-items .item a .nm strong, .dr-items .item a .nm small, .dr-items .item .sc em {
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.dr-items .item:hover .num {
  background-size: 3px 3px;
}
.dr-items .item:hover .nm strong {
  color: #1D5ED7;
}
.dr-items .item:hover .nm small {}
.dr-items .item:hover .nm small.en {
  color: #111;
}
.dr-items .item:hover .nm small.team {
  color: #666;
}
.dr-items .item:hover .sc em {
  width: 80%;
  background-color: #1D5ED7;
  color: #FFF;
}
.drt-items {
  width: 100%;
}
.drt-items .d-table-row {}
.drt-items .item {
  vertical-align: bottom;
  position: relative;
  z-index: 999;
}
.drt-items .item:hover {
  -webkit-animation-name: wobbleZoomX;
  animation-name: wobbleZoomX;
  z-index: 1000;
}
.drt-items .item .photo {
  padding-top: 20px;
  text-align: center;
  vertical-align: bottom;
}
.drt-items .item1 .photo {
  background: url("../images/bg-top1.jpg") bottom center repeat-x;
}
.drt-items .item2 .photo {
  background: url("../images/bg-top2.jpg") bottom center repeat-x;
}
.drt-items .item3 .photo {
  background: url("../images/bg-top3.jpg") bottom center repeat-x;
}
.drt-items .item .photo a {
  text-align: center;
  display: block;
  width: 100%;
  /* background-color:#FFF;
        aspect-ratio:3/4;
        overflow:hidden;*/
}
.drt-items .item .photo img {
  width: 50%;
  /*min-height: 400px;*/
  height: auto;
  margin: 0 auto;
}

.drt-items .type2 .item .photo
{
	padding-top: 80px;
}

.drt-items .type2 .item .photo img {
  width: 100%;
  /*min-height: 400px;*/
  height: auto;
	max-height: 450px;
  margin: 0 auto;
}



.drt-items .item2 {
  /*transform: perspective(1200px) rotateY(-4deg);*/
}
.drt-items .item3 {
  /*transform: perspective(1200px) rotateY(4deg);*/
}
.drt-items .item .item-box {
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.drt-items .item .info {
  background-color: #38393e;
  color: #FFF;
  padding: 30px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.drt-items .item .info:hover {
  /*background-color: #f3001e;
  border-radius: 0;*/
}
    .drt-items .item .info a, .drt-items .item .info a>strong, .drt-items .item .info a > small, .drt-items .item .info a > span {
        transition: all .5s ease;
        -moz-transition: all .5s ease; /* Firefox 4 */
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -o-transition: all .5s ease; /* Opera */
    }
.drt-items .item .info:before, .drt-items .item .info:after {
  transition: all .3s ease;
  -moz-transition: all .3s ease; /* Firefox 4 */
  -webkit-transition: all .3s ease; /* Safari and Chrome */
  -o-transition: all .3s ease; /* Opera */
}
.drt-items .item .info:after {
  transition-delay: .3s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.drt-items .item:hover .info:before {
  transition-delay: .6s;
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.drt-items .item .info:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  height: 10px;
  width: 0;
  z-index: 1;
}
.drt-items .item .info:after {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
}
.drt-items .item1 .info:before, .drt-items .item1 .info:after {
  background-color: #f3001e;
}
.drt-items .item2 .info:before, .drt-items .item2 .info:after {
  background-color: #e99800;
}
.drt-items .item3 .info:before, .drt-items .item3 .info:after {
  background-color: #00a0ea;
}
    .drt-items .item .info a {
        position: relative;
        z-index: 222;
        width: 100%;
        color: #FFF;
        /*
        line-height: 50px;
        font-size: 3em;
        */
    }

        .drt-items .item .info a strong {
            display: block;
            font-size: 3em;
            line-height: 50px;
            height: 50px;
            overflow: hidden;
        }

    .drt-items .item .info a span {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-transform: uppercase;
        opacity: 0.75;
    }

    .drt-items .type2 .item .info a {
        position: relative;
        z-index: 222;
        width: 100%;
        /*line-height: 50px;
        font-size: 2em;*/
        color: #FFF;
    }

        .drt-items .type2 .item .info a strong
        {
            display:block;
            font-size:2em;
            line-height:40px;
            height:40px;
            overflow:hidden;
        }

        .drt-items .type2 .item .info a span {
            display: block;
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            text-transform: uppercase;
            overflow:hidden;
        }

.drt-items .item:hover .info:before {
  width: 100%;
}
.drt-items .item:hover .info:after {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.drt-items .item:hover .info:after {
  height: 100%;
}
.drt-items .item:hover .info a strong {
  font-size: 3.5em;
}
.drt-items .type2 .item:hover .info a strong {
  font-size: 2.25em;
}
.drt-items .item:hover .info a > span {}
.drt-items .item1 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.drt-items .item2, .drt-items .item3 {
  width: 30%;
}
.drt-items .item .info .sc {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 2em;
  line-height: 50px;
  color: #FFF;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
}
.drt-items .item1 .info .sc {
  background-color: #f3001e;
}
.drt-items .item2 .info .sc {
  background-color: #e99800;
}
.drt-items .item3 .info .sc {
  background-color: #00a0ea;
}
.drt-items .item1:hover .info .sc {
  background-color: #FFF;
  color: #f3001e;
}
.drt-items .item2:hover .info .sc {
  background-color: #FFF;
  color: #e99800;
}
.drt-items .item3:hover .info .sc {
  background-color: #FFF;
  color: #00a0ea;
}
/**************station************/
.station {
  padding-bottom: 120px;
}
.station .st-items {
  padding-bottom: 30px;
}
.station .item {
  width: 14.28%;
  padding-left: 15px;
  padding-right: 15px;
}
.station .item .item-box {
  position: relative;
  padding: 30px 0;
  height: 100%;
  background: #FFF url("../images/bg_station.jpg") left bottom repeat-x;
  border: 1px solid #ebebeb;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 20px;
  background-size: auto 100%;
}
.station .active .item-box {
  border-radius: 20px;
  background: center center no-repeat;
  background-size: auto 100%;
}
.station .item .caption, .station .item .caption-hover {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.station .item .box-inner {
  min-height: 400px;
  position: relative;
}
.station .item .caption-hover, .station .item .caption {
  padding-top: 100px;
}
.station .item .tl, .station .item .dt, .station .item .info {
  text-align: center;
}
.station .item .caption .tl {
  font-size: 1.5em;
  line-height: 175%;
  font-weight: bold;
}
.station .item .caption .dt {
  font-size: 1.35em;
  line-height: 150%;
}
.station .item .caption .info {
  padding: 20px 0;
  font-size: 1.125em;
  line-height: 150%;
  color: #4c4948;
}
.station .item .caption-hover .thu {
  padding: 15px 0;
}
.station .item .caption-hover .thu img {
  max-width: 100%;
  height: auto;
}
.station .item .caption-hover .tl {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 150%;
}
.station .item .caption-hover .timer {
  padding: 15px 0;
}
.station .item .caption-hover .timer table {
  margin: 0 auto;
}
.station .item .caption-hover .timer table td {
  padding: 5px 3px;
}
.station .item .caption-hover .timer .lbl td {
  text-transform: uppercase;
  color: #1D5ED7;
  /*background-color: rgba(255, 0, 0, 0.55);*/
  color: #000;
}
.station .item .caption-hover .timer .val td {
  font-size: 2em;
  font-weight: bold;
}
.station .item .caption-hover .timer .lbl td {
  font-size: 11px;
}
.station .item .caption-hover .btnx {
  padding: 15px 0;
}
.station .item .caption-hover .btnx a {
  display: inline-block;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #1D5ED7;
  color: #FFF;
  background-color: #1D5ED7;
  padding: 0 30px;
}
.station .item .caption-hover .btnx a:hover {
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #1D5ED7;
  color: #1D5ED7;
  background-color: #FFF;
}
.station .item, .station .item .caption, .station .item .caption-hover {
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.station .item.active {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  width: 28.56%;
}
.station .st7 .item {
  width: 13.3%;
}
.station .st7 .item.active {
  width: 20%;
}
.station .st8 .item {
  width: 11.4%;
}
.station .st8 .item.active {
  width: 20%;
}
.station .item.active .caption {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomOut;
  -wiki-animation-name: zoomOut;
}
.station .item.active .caption-hover {
  height: 100%;
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: flipInXX;
  -wiki-animation-name: flipInXX;
}
.station .item.active .caption, .station .item .caption-hover {
  height: 0;
  opacity: 0;
}
.al-icon-circle {
  background: rgba(59, 165, 227, 0.1);
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.al-icon-circle:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1);
  box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all ease 0.90s;
  transition: all ease 0.90s;
}
.al-icon-circle:hover {
  background: rgba(59, 165, 227, 0.05);
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.al-icon-circle:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 165, 227, 0.1), 0 0 10px 10px #3ba5e3, 0 0 0 10px rgba(59, 165, 227, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.slick-station {
  padding-bottom: 60px;
}
#stItems {
  display: block;
}
#stItems2 {
  display: none;
}
@media screen and (min-width:1200px) and (max-width:1400px) {
  .drt-items .item .info a strong {
    line-height: 45px;
    font-size:2em;
  }
    .drt-items .item .info a span
    {
        font-size:15px;
    }
    .drt-items .item .info {
        padding: 20px 15px;
    }
  .station .title, .intro .title, .partner .title {
    padding: 45px 0 45px 0;
    line-height: 45px;
    font-size: 2.5em;
  }
  .dr-items .item {
    padding: 10px 20px;
  }
  .dr-items .item .sc em {
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
  }
  .ito-items {
    padding: 30px 0 20px 0;
    width: 80%;
  }
  .ito-items .item {
    padding: 10px 0;
  }
  .iv-icons .item .uicon {
    width: 110px;
    height: 110px;
  }
  .iv-icons .item .num {
    padding-top: 20px;
    font-size: 3em;
  }
  .ito-video .iv-icons .iv-box {
    padding: 45px;
  }
  .partner .ptr-items .item img {
    height: 50px;
  }
}
@media screen and (min-width:2100px) {}
@media screen and (max-width:1400px) {
  .station .title, .intro .title, .partner .title {
    padding: 30px 0;
  }
  .iv-icons .item .uicon {
    width: 100px;
    height: 100px;
  }
  .iv-icons .item .num {
    padding-top: 20px;
    font-size: 3em;
  }
  .station .item .caption-hover .timer .val td {
    font-size: 1.5em;
    font-weight: bold;
  }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    #stItems {
        display: none;
    }

    #stItems2 {
        display: block;
    }

    .drt-items .item .info
    {
        padding:15px 10px;
    }

        .drt-items .type2 .item .info a strong,
        .drt-items .item .info a strong {
            line-height: 36px;
            height: 36px;
            font-size: 1.5em;
        }

        .drt-items .type2 .item .info a span,
        .drt-items .item .info a span {
            font-size: 13px;
            height: 20px;
            line-height: 20px;
        }


    .drt-items .item .info .sc {
        right: 15px;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        line-height: 40px;
    }
    .hotnews .nitem .info
    {
        padding:8px 20px;
    }
    .hotnews .nitem .tl
    {
        height:36px;
        line-height:36px;
    }
    .hotnews .nitem .cont {
        height: 48px;
        line-height: 16px;
    }

}
@media screen and (min-width:768px) and (max-width:992px) {}
@media screen and (min-width:576px) and (max-width:768px) {}
@media screen and (max-width:991px) {
    .station .title, .intro .title, .partner .title, .lastnews .title, .hotnews .title, .videos .title
    {
        font-size:2em;
        padding:15px 0;
    }
        .drivers .tl > div {
            font-size: 1.5em;
        }
  .drivers .slick-left, .drivers .slick-right {
    font-size: 2em;
  }
    .drt-items .item .info {
        padding: 10px 8px;
    }
  .drt-items .item .info .sc {
    display: none;
    visibility: hidden;
  }
    .drt-items .item .info .sc {
        right: 10px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        font-size: 1.25em;
        line-height: 30px;
    }

    .drt-items .type2 .item .info a strong,
    .drt-items .item .info a strong {
        line-height: 30px;
        height:30px;
        font-size: 1.25em;
    }

        .drt-items .type2 .item .info a span,
        .drt-items .item .info a span {
            font-size: 11px;
            height: 18px;
            line-height: 18px;
        }
  .load-more-lg a {
    min-width: 200px;
    padding: 5px 15px;
  }
  .drivers .cates {
    padding: 10px 0;
  }
  .drivers .cates a {
    padding: 5px 10px;
    font-size: 1.125em;
  }
  .drivers .slick-left {
    left: 5%;
  }
  .drivers .slick-right {
    right: 5%;
  }
  #stItems {
    display: none;
  }
  #stItems2 {
    display: block;
  }
  .partner .ptr-items .item {
    padding: 15px 0;
  }
  .partner .ptr-items .item img {
    height: 30px;
  }
  .dr-items .item {
    padding: 8px;
  }
  .dr-items .item .num, .dr-items .item .lnk, .dr-items .item .sc {
    text-align: center;
    vertical-align: middle;
  }
  .dr-items .item .sc {
    width: 80px;
  }
  .dr-items .item .nm strong {
    padding-left: 10px;
    font-size:1.25em;
  }
  .dr-items .item .nm {
    line-height: 150%;
  }
  .dr-items .item .team, .dr-items .item .en {
    display: block;
  }
  .bg-video {
    height: 320px;
  }
  .station .title, .intro .title, .partner .title {
    padding: 15px 0;
    font-size: 2em;
    line-height: 36px;
  }
  .iv-icons .item .uicon {
    width: 70px;
    height: 70px;
  }
  .ito-video .iv-icons .iv-box {
    padding: 0 10px 60px 10px;
  }
  .iv-icons .item .num {
    padding-top: 15px;
    font-size: 1.5em;
  }
  .bg-video .video-box a {
    width: 60px;
    height: 60px;
    font-size: 2em;
    margin-left: -30px;
    margin-top: -30px;
    line-height: 50px;
  }
  .ito-items {
    width: 100%;
    padding: 15px 0;
  }
  .station .item.active, .station .item {
    width: 100%;
  }
  .ito-items .item {
    padding: 12px 0;
  }
  .drt-items .item1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .drt-items .item .item-box {
    padding-left: 0;
    padding-right: 0;
  }
  .drt-items .item .photo img {
      width:80%;
      height:auto;
      max-height:auto;
  }
  .drt-items .item .info a strong {
    font-size: 1.25em;
    line-height: 150%;
    font-weight: bold;
  }
  .drt-items .item .info {
    padding: 6px;
  }
  .drivers .driver-box {
    background-size: auto 300px;
  }
  .drt-items .item .info a span {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    opacity: 0.75;
  }

    .drt-items .item:hover .info a strong,
    .drt-items .type2 .item:hover .info a strong 
    {
        font-size: 1.3em;
    }

  .station {
    padding-bottom: 0;
  }
  .ito-items .item .item-box {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .station .st-tiems {
    padding-left: 5px;
    padding-right: 5px;
  }

    .hotnews .nitem .tl
    {
        height:30px;
        line-height:30px;
    }
    .hotnews .nitem .info {
        padding: 5px 10px;
    }

    .hotnews .nitem .cont {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .hotnews .nitem .date
    {
        left:10px;
        line-height:20px;
    }

    .hotnews .nitem
    {
        padding:8px 0;
    }

    .drt-items .type2 .item .photo {
        padding-top: 30px;
    }

}
@media screen and (max-width:576px) {
    .drt-items .type2 .item .photo
    {
        padding-top:20px;
    }
    .iv-icons .item .uicon {
        width: 60px;
        height: 60px;
    }
  .iv-icons .item .num {
    padding-top: 15px;
    font-size: 1.125em;
  }
  .iv-icons .item h3 {
    font-size: 11px;
  }
    .lastnews .nitem .tl
    {
        padding:8px;
    }
    .hotnews .nitem .info
    {
        padding:3px 10px;
    }
    .hotnews .nitem .cont
    {
        line-height:16px;
        height:32px;
    }

    .lastnews .nitem .tl a {
        height: 40px;
        line-height: 20px;
    }

    .hotnews .nitem .tl {
        height: 25px;
        line-height: 25px;
        font-size: 1.125em;
    }
    .drt-items .type2 .item .info a strong,
    .drt-items .item .info a strong {
        line-height: 25px;
        height: 25px;
        font-size: 1.125em;
    }

    .drt-items .type2 .item:hover .info a strong,
    .drt-items .item:hover .info a strong 
    {
        font-size: 1.25em;
    }

    .station .title, .intro .title, .partner .title, .lastnews .title, .hotnews .title, .videos .title
    {
        font-size:1.5em;
    }
}