@import "common.css";
.topBox .navBox .nav {
  justify-content: space-between;
  margin-right: 0;
}
.topBox .navBox .nav .item:last-child {
  margin-right: 0;
}
.topBox .search {
  display: none;
}
.contentBox {
  position: relative;
  left: 0;
  top: calc(100vh - 100px);
  z-index: 99;
  width: 100%;
  overflow: hidden;
}
.contentBox .wave {
  animation: wave 80s linear infinite;
  background: url(../images/mask-02.png) repeat-x;
  background-position: 0 bottom;
  background-size: auto 100%;
  height: 100px;
  transition: animation 0.3s ease;
}
.topSlider {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  direction: ltr !important;
}
.topSlider .swiper-wrapper {
  direction: ltr !important;
}
.topSlider .swiper-container {
  width: 100%;
  height: 100%;
}
.topSlider .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.topSlider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.topSlider .swiper-slide:hover img {
  transform: scale(1.1);
}
.topSlider .swiper-pagination {
  bottom: 100px;
}
.topSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  transition: 0.5s all;
}
.topSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #fdbf01;
  border-radius: 5px;
}
.topSlider .top-slider-prev,
.topSlider .top-slider-next {
  background: url(../images/icon_slide_arrow_left.png) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 95px;
  z-index: 99;
  cursor: pointer;
  transition: 0.5s all;
}
.topSlider .top-slider-prev.swiper-button-disabled,
.topSlider .top-slider-next.swiper-button-disabled {
  cursor: initial;
  opacity: 0;
}
.topSlider .top-slider-next {
  background: url(../images/icon_slide_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}
.titleBox {
  color: #000;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.titleBox h2 {
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-size: 38px;
  text-align: center;
}
.titleBox h2 a {
  color: #000;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-size: 38px;
  text-align: center;
}
.newsBox {
  background-color: #FFF;
  padding-bottom: 30px;
}
.newsBox .titleBox {
  margin-bottom: 30px;
}
.newsBox .titleBox .more {
  transition: 0.5s all;
}
.newsBox .titleBox .more:hover {
  color: #fdbf01;
}
.newsBox .newsCon {
  display: flex;
  justify-content: space-between;
}
.newsBox .newsCon .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.newsBox .newsCon .left {
  width: 585px;
}
.newsBox .newsCon .left a {
  display: block;
  color: #333;
  position: relative;
}
.newsBox .newsCon .left a:hover img {
  transform: scale(1.1);
}
.newsBox .newsCon .left a:hover .desc {
  color: #fdbf01;
}
.newsBox .newsCon .left a:hover .tit {
  color: #fdbf01;
}
.newsBox .newsCon .left a .date {
  width: 100px;
  height: 80px;
  background-color: #f0892e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.newsBox .newsCon .left a .date .day {
  font-size: 30px;
  color: #FFF;
  font-weight: 600;
}
.newsBox .newsCon .left a .date .month {
  font-size: 22px;
  color: #FFF;
  margin-top: 5px;
}
.newsBox .newsCon .left a .tit {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.newsBox .newsCon .left .pic {
  width: 585px;
  height: 400px;
  overflow: hidden;
}
.newsBox .newsCon .left .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.newsBox .newsCon .right {
  width: 585px;
}
.newsBox .newsCon .right .videoBox {
  width: 585px;
  height: 400px;
  position: relative;
}
.newsBox .newsCon .right .videoBox img {
  width: 100%;
  height: 100%;
}
.newsBox .newsCon .right .videoBox video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.newsBox .newsCon .right .videoBox .mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.newsBox .newsCon .right .videoBox .icon {
  background: url(../images/icon_video_play.png) no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.newsBox .focusList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.newsBox .focusList .item {
  display: block;
  width: 384px;
  overflow: hidden;
}
.newsBox .focusList .item .pic {
  width: 384px;
  height: 180px;
  overflow: hidden;
}
.newsBox .focusList .item .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.newsBox .focusList .item .tit {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
.newsBox .focusList .item:hover .pic img {
  transform: scale(1.1);
}
.newsBox .focusList .item:hover .tit {
  color: #fdbf01;
}
.iWantBox {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  background-color: #FFF;
  padding-bottom: 60px;
}
.iWantBox .titleBox {
  margin-bottom: 30px;
}
.iWantBox .listBox {
  display: flex;
  justify-content: space-between;
  height: 600px;
}
.iWantBox .listBox .item {
  display: block;
  flex: 1;
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
}
.iWantBox .listBox .item .pic {
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
.iWantBox .listBox .item .pic .normal {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: 0.5s all;
}
.iWantBox .listBox .item .pic .hover {
  opacity: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
}
.iWantBox .listBox .item .pic .otherHover {
  opacity: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
}
.iWantBox .listBox .item .pic img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.iWantBox .listBox .item .num {
  font-size: 60px;
  color: #FFF;
  font-weight: 500;
  opacity: 0.5;
  position: absolute;
  left: 35px;
  bottom: 80px;
  z-index: 99;
  transition: 0.5s all;
  line-height: 1;
}
.iWantBox .listBox .item .tit {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  position: absolute;
  left: 35px;
  bottom: 90px;
  z-index: 999;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s all;
  text-shadow: 0 0 10px #999;
}
.iWantBox .listBox .item .tit::after {
  content: '';
  width: 110px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.iWantBox .listBox .item .mask {
  width: 100%;
  height: 180px;
  border-top-left-radius: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.5s all;
}
.iWantBox .listBox .item:hover {
  flex: 3;
}
.iWantBox .listBox .item:hover .pic .normal {
  opacity: 0;
}
.iWantBox .listBox .item:hover .pic .hover {
  opacity: 1;
  width: 100%;
}
.iWantBox .listBox .item:hover .mask {
  border-top-left-radius: 20px;
  width: 90%;
  background: linear-gradient(to right, #e8511b, rgba(232, 81, 27, 0.3));
}
.iWantBox .listBox .item:hover .tit {
  font-size: 30px;
  left: 100px;
  bottom: 100px;
}
.iWantBox .listBox .item:hover .num {
  font-size: 120px;
  left: auto;
  right: 70px;
  bottom: 0;
}
.feedBackBox {
  height: 200px;
  position: relative;
}
.feedBackBox:hover .bg {
  animation: translateBg 30s linear infinite;
}
.feedBackBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.8;
  z-index: 9;
}
.feedBackBox .bg {
  background: url(../images/bg_feedback.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.feedBackBox .listBox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.feedBackBox .listBox a {
  font-size: 20px;
  font-weight: 600;
  color: #fe7d00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedBackBox .listBox a::before {
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-right: 20px;
}
.feedBackBox .listBox a:last-child {
  margin-right: 0;
}
.feedBackBox .listBox a.onLine::before {
  background: url(../images/icon_phone.png) no-repeat center center #ff7e00;
  background-size: 50% 50%;
  transition: all 0.3s ease;
}
.feedBackBox .listBox a.onLine:hover::before {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 0 15px rgba(255, 126, 0, 0.5);
}
.feedBackBox .listBox a.feedBack::before {
  background: url(../images/icon_letter.png) no-repeat center center #ff7e00;
  background-size: 50% 50%;
  transition: all 0.3s ease;
}
.feedBackBox .listBox a.feedBack:hover::before {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 0 15px rgba(255, 126, 0, 0.5);
}
.feedBackBox .listBox a.faqs::before {
  background: url(../images/icon_faq.png) no-repeat center center #ff7e00;
  background-size: 50% 50%;
  transition: all 0.3s ease;
}
.feedBackBox .listBox a.faqs:hover::before {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 0 15px rgba(255, 126, 0, 0.5);
}
/* 阿拉伯语样式 */
html[dir="rtl"] .topBox .topTitle {
  text-align: center !important;
}
html[dir="rtl"] .topBox .topSearch .searchBtn::after {
  margin-left: 0;
  margin-right: 10px;
}
html[dir="rtl"] .titleBox h2 {
  text-align: center !important;
}
html[dir="rtl"] .topSlider .swiper-pagination {
  text-align: center !important;
}
html[dir="rtl"] .feedBackBox .listBox a::before {
  margin-right: 0;
  margin-left: 20px;
}
/* 1024-1200 */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .newsBox .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .newsBox .newsCon .left {
    width: 560px;
  }
  .newsBox .newsCon .left .pic {
    width: 100%;
    height: 335px;
  }
  .newsBox .newsCon .right {
    width: 560px;
  }
  .newsBox .newsCon .right .pic {
    width: 100%;
    height: 335px;
  }
  .newsBox .focusList .item {
    width: 360px;
  }
  .newsBox .focusList .item .pic {
    width: 100%;
    height: 155px;
  }
  .iWantBox .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .feedBackBox .listBox {
    width: 100%;
    padding: 0 15px;
  }
}
/* 1400-1699 */
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .newsBox .wrap {
    width: 1270px;
  }
  .newsBox .newsCon .left {
    width: 620px;
  }
  .newsBox .newsCon .left .pic {
    width: 620px;
    height: 424px;
  }
  .newsBox .newsCon .right {
    width: 620px;
  }
  .newsBox .newsCon .right .videoBox {
    width: 620px;
    height: 424px;
  }
  .newsBox .focusList .item {
    width: 400px;
  }
  .newsBox .focusList .item .pic {
    width: 400px;
    height: 188px;
  }
  .iWantBox .wrap {
    width: 1270px;
  }
  .feedBackBox .listBox {
    width: 1270px;
  }
}
/* 1700+ */
@media (min-width: 1700px) {
  .newsBox .wrap {
    width: 1620px;
  }
  .newsBox .newsCon .left {
    width: 790px;
  }
  .newsBox .newsCon .left .pic {
    width: 790px;
    height: 543px;
  }
  .newsBox .newsCon .right {
    width: 790px;
  }
  .newsBox .newsCon .right .videoBox {
    width: 790px;
    height: 543px;
  }
  .newsBox .focusList .item {
    width: 515px;
  }
  .newsBox .focusList .item .pic {
    width: 515px;
    height: 242px;
  }
  .iWantBox .wrap {
    width: 1620px;
  }
  .feedBackBox .listBox {
    width: 1620px;
  }
}
/* 移动端 */
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .sbjqBox {
    display: flex;
    flex-direction: column-reverse;
  }
  .channelTitle {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
  }
  .topBox .topTitle {
    display: none;
  }
  .topBox .topSearch {
    display: none;
  }
  .topBox .search {
    display: block;
  }
  .topBox .topTitle_M {
    font-size: 1.33333333rem;
    color: #FFF;
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin-top: 1.06666667rem;
    text-shadow: #666666 0px 0px 0.133333rem;
  }
  .topBox .topTitle_M .txt:nth-last-child(1) {
    margin-top: 0.26666667rem;
  }
  .topSlider {
    height: 11.33333333rem;
  }
  .topSlider .swiper-slide::before {
    content: '';
    width: 100%;
    height: 3.73333333rem;
    background: url(../images/mobile/bg_slide_bottom.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .topSlider .swiper-pagination {
    bottom: 1.6rem;
    text-align: left;
  }
  .topSlider .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    opacity: 0.4;
  }
  .topSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.56rem;
    background: #FFF;
    border-radius: 0.04rem;
    opacity: 1;
  }
  .topSlider .top-slider-prev,
  .topSlider .top-slider-next {
    background: url(../images/mobile/index/icon_top_slide_left_arrow.png) no-repeat center center;
    background-size: 40% auto;
    width: 0.88rem;
    height: 0.73333333rem;
    border-radius: 0.33333333rem;
    border: solid 1px #FFF;
    position: absolute;
    left: auto;
    right: 1.33333333rem;
    bottom: 1.46666667rem;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s all;
    transform: none !important;
  }
  .topSlider .top-slider-prev.swiper-button-disabled,
  .topSlider .top-slider-next.swiper-button-disabled {
    cursor: initial;
    opacity: 0.4;
    background-color: #DDD;
  }
  .topSlider .top-slider-next {
    background: url(../images/mobile/index/icon_top_slide_right_arrow.png) no-repeat center center;
    background-size: 40% auto;
    right: 0.26666667rem;
  }
  .contentBox {
    top: 10rem;
  }
  .contentBox .wave {
    height: 1.33333333rem;
  }
  .newsBox {
    padding: 0 0.26666667rem;
  }
  .newsBox .titleBox {
    margin-bottom: 0.4rem;
    color: #000;
  }
  .newsBox .titleBox svg {
    display: none;
  }
  .newsBox .titleBox h2 {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .newsBox .newsCon {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .newsBox .newsCon .txtCon {
    overflow: hidden;
  }
  .newsBox .newsCon .line {
    margin-top: 0.26666667rem;
  }
  .newsBox .newsCon .date {
    font-size: 0.34666667rem;
  }
  .newsBox .newsCon .type {
    width: 1.65333333rem;
    height: 0.53333333rem;
    border-radius: 0.13333333rem;
    font-size: 0.34666667rem;
  }
  .newsBox .newsCon .type.typeNews {
    background-color: #3059c8;
  }
  .newsBox .newsCon .type.typeVideo {
    background-color: #f09647;
  }
  .newsBox .newsCon .desc {
    font-size: 0.4rem;
    margin-top: 0.13333333rem;
    color: #333;
  }
  .newsBox .newsCon .left {
    width: 100%;
  }
  .newsBox .newsCon .left a {
    padding: 0.26666667rem;
    border: solid 1px #EDEDED;
  }
  .newsBox .newsCon .left a:hover img {
    transform: scale(1.1);
  }
  .newsBox .newsCon .left a:hover .desc {
    color: #f09647;
  }
  .newsBox .newsCon .left a .date {
    top: 0.26666667rem;
    left: 0.26666667rem;
  }
  .newsBox .newsCon .left a .tit {
    font-size: 0.42666667rem;
    margin-top: 0.13333333rem;
  }
  .newsBox .newsCon .left .pic {
    width: 100%;
    height: auto;
  }
  .newsBox .newsCon .left:last-child {
    margin-top: 0.26666667rem;
  }
  .newsBox .newsCon .right {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.26666667rem;
    border: solid 1px #EDEDED;
  }
  .newsBox .newsCon .right .videoBox {
    width: 100%;
    height: auto;
  }
  .newsBox .newsCon .right .videoBox .icon {
    background: url(../images/mobile/index/icon_video_play.png) no-repeat;
    background-size: 100% 100%;
    width: 1.2rem;
    height: 1.2rem;
  }
  .newsBox .focusList {
    margin-top: 0.4rem;
    padding: 0.26666667rem;
    border: solid 1px #EDEDED;
    flex-direction: column;
    margin-bottom: 0.53333333rem;
  }
  .newsBox .focusList .item {
    width: 100%;
    margin-top: 0.4rem;
  }
  .newsBox .focusList .item:first-child {
    margin-top: 0;
  }
  .newsBox .focusList .item .pic {
    width: 100%;
    height: auto;
  }
  .newsBox .focusList .item .tit {
    font-size: 0.42666667rem;
    margin-top: 0.13333333rem;
  }
  .iWantBox {
    padding: 0.53333333rem 0.26666667rem 0.66666667rem;
  }
  .iWantBox .titleBox {
    margin-bottom: 0.4rem;
  }
  .iWantBox .titleBox svg {
    display: none;
  }
  .iWantBox .titleBox h2 {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .iWantBox .listBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .iWantBox .listBox .item {
    flex: initial;
    height: auto;
    width: 3rem;
    height: 4.84rem;
    border-radius: 0.26666667rem;
    margin-top: 0.26666667rem;
  }
  .iWantBox .listBox .item:nth-child(1) {
    width: 4.6rem;
    margin-top: 0;
  }
  .iWantBox .listBox .item:nth-child(2) {
    width: 4.6rem;
    margin-top: 0;
  }
  .iWantBox .listBox .item .num {
    font-size: 1.2rem;
    font-weight: 600;
    left: 0.16rem;
    bottom: 1.01333333rem;
    letter-spacing: -5px;
  }
  .iWantBox .listBox .item .tit {
    font-size: 0.48rem;
    left: 0.16rem;
    bottom: 0.93333333rem;
  }
  .iWantBox .listBox .item .tit::after {
    content: '';
    width: 1.46666667rem;
    height: 2px;
    bottom: -0.26666667rem;
  }
  .iWantBox .listBox .item .mask {
    height: 100%;
  }
  .iWantBox .listBox .item:hover {
    flex: initial;
  }
  .iWantBox .listBox .item:hover .mask {
    transform: translateX(-120%);
  }
  .iWantBox .listBox .item:hover .tit {
    font-size: 0.48rem;
    left: 0.16rem;
    bottom: 0.93333333rem;
  }
  .iWantBox .listBox .item:hover .num {
    font-size: 1.2rem;
    left: 0.16rem;
    bottom: 1.01333333rem;
    right: auto;
  }
  .feedBackBox {
    height: 2.34666667rem;
    padding: 0 0.26666667rem;
  }
  .feedBackBox:hover .bg {
    animation: translateBg 30s linear infinite;
  }
  .feedBackBox .listBox {
    width: 100%;
    padding: 0.13333333rem;
  }
  .feedBackBox .listBox a {
    font-size: 0.46666667rem;
    flex: 1;
  }
  .feedBackBox .listBox a::before {
    width: 0.66666667rem;
    height: 0.66666667rem;
    margin-right: 0.13333333rem;
    flex-shrink: 0;
  }
  .feedBackBox .listBox a span {
    flex: 1;
    line-height: 1.2;
  }
  .feedBackBox .listBox a.onLine::before {
    background: url(../images/mobile/icon_12345.png) no-repeat center center #ff7e00;
    background-size: 50% auto;
  }
  .feedBackBox .listBox a.feedBack::before {
    background: url(../images/mobile/icon_feedback.png) no-repeat center center #ff7e00;
    background-size: 50% auto;
  }
  .feedBackBox .listBox a.faqs::before {
    background: url(../images/icon_faq.png) no-repeat center center #ff7e00;
    background-size: 50% auto;
  }
  html[lang="ru"] .topBox .topTitle_M {
    font-size: 1.1rem;
  }
  html[lang="ru"] .newsBox .titleBox h2 {
    font-size: 0.50666667rem;
  }
  html[lang="ru"] .iWantBox .titleBox h2 {
    font-size: 0.50666667rem;
  }
}
