@charset "UTF-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN.woff2") format("woff2"), url("../font/SourceHanSansCN.woff") format("woff"), url("../font/SourceHanSansCN.ttf") format("truetype"), url("../font/SourceHanSansCN.eot") format("embedded-opentype"), url("../font/SourceHanSansCN.svg") format("svg");
}
@font-face {
  font-family: "Career";
  src: url("../font/Career.woff2") format("woff2"), url("../font/Career.woff") format("woff"), url("../font/Career.ttf") format("truetype"), url("../font/Career.eot") format("embedded-opentype"), url("../font/Career.svg") format("svg");
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("../font/AlibabaPuHuiTi_Regular.ttf") format("truetype");
}

/*滚动条样式*/

/*输入框placeholder*/
.sfdx-tpq ::-webkit-input-placeholder,
.sfdx-tpq ::-moz-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.sfdx-tpq .w {
  width: 100%;
  margin: 0 auto;
  padding: 0 160px;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

.sfdx-tpq div, ul, li, h1, h2, span, font, a, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.sfdx-tpq ul, li {
  list-style: none;
}

.sfdx-tpq .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sfdx-tpq .scale {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.sfdx-tpq li:hover .scale {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.sfdx-tpq .info {
  line-height: 1.5rem;
  text-align: justify;
}
/*页码*/

.sfdx-tpq .read_more1 {
  width: 53.7px;
  height: 62px;
  background: url(../img/more_bg.png) no-repeat center center;
  background-size: 100% 100% !important;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: pre;
  bottom: -21.5px;
}
.sfdx-tpq .read_more1:before {
  width: 30px;
  height: 1px;
  background: white;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 1;
}

.sfdx-tpq .action_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sfdx-tpq .action_title .index_title {
  width: 100%;
}

.sfdx-tpq .index_title {
  padding-left: 25px;
  position: relative;
}
.sfdx-tpq .index_title:before {
  width: 5px;
  height: 70px;
  background: #2B8ED0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sfdx-tpq .index_title .title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.sfdx-tpq .index_title .title .font {
  font-size: 48px;
  margin-right: 20px;
  font-weight: 600;
}
.sfdx-tpq .index_title .title .tip {
  font-size: 24px;
  color: #2B8ED0;
}
.sfdx-tpq .index_title .en_title {
  display: flex;
  align-items: center;
  color: #2B8ED0;
}
.sfdx-tpq .index_title .en_title .font {
  white-space: pre;
  margin-right: 10px;
  font-size: 16px;
}
.sfdx-tpq .index_title .en_title .line {
  width: 100%;
  height: 1px;
  background: rgba(163, 48, 48, 0.1);
  position: relative;
}
.sfdx-tpq .index_title .en_title .line:before {
  width: 30px;
  height: 1px;
  background: #2B8ED0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*首页----------------------------------------------------------------------------------------------*/
.sec.sfdx-tpq  {
  padding: 80px 0;
}

.image_video.sfdx-tpq  {
  position: relative;
}
.image_video.sfdx-tpq  .image_video_con {
  overflow-x: hidden;
}
.image_video.sfdx-tpq  .bot_line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -50px;
}
.image_video.sfdx-tpq  .bot_line .line {
  width: 50%;
  height: 1px;
  background: rgba(163, 48, 48, 0.1);
  position: relative;
}
.image_video.sfdx-tpq  .bot_line .read_more1 {
  bottom: 0;
  z-index:99;
}

.sfdx-tpq .image_list {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.sfdx-tpq .image_list .image_left_list {
  width: 54.375%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sfdx-tpq .image_list .image_left_list li:nth-of-type(1) {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
}
.sfdx-tpq .image_list .image_left_list li:nth-of-type(1):before {
  width: 100%;
  height: 245px;
  background: linear-gradient(to bottom, #2ea7e0, #1d238a);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
}
.sfdx-tpq .image_list .image_left_list li:nth-of-type(2) {
  width: 40%;
  height: 247px;
}
.sfdx-tpq .image_list .image_left_list li:nth-of-type(3) {
  width: calc(60% - 10px);
  height: 336px;
}
.sfdx-tpq .image_list .image_right_list {
  width: calc(45.625% - 10px);
  flex-wrap: wrap;
  justify-content: space-between;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(1) {
  width: 33.33%;
  height: 240px;
  background: linear-gradient(120deg, #eb8c00 60%, #e83828 100%);
  margin-bottom: 10px;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(2) {
  width: calc(66.67% - 10px);
  height: 360px;
  margin-top: -120px;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(3) {
  width: 48%;
  height: 240px;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(4) {
  width: calc(52% - 10px);
  height: 360px;
  position: relative;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(4):before {
  width: 100%;
  height: 245px;
  background: linear-gradient(to bottom, #2ea7e0, #1d238a);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.sfdx-tpq .image_list .image_right_list li:nth-of-type(5) {
  width: 48%;
  height: 240px;
  margin-top: -110px;
}
.sfdx-tpq .image_list li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sfdx-tpq .image_list li a .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/video_icon.png) no-repeat center center;
  background-size: contain !important;
}
.sfdx-tpq .image_list li a .video_icon2{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 140px;
  height: 60px;
  background: url(../img/video_icon2.png) no-repeat center center;
  background-size: contain !important;
}

.sfdx-tpq .image_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*底部*/

/*新增教育教学-*/

/*1920*/
/*搜索结果页*/

/*视频弹窗*/
@media screen and (max-width: 1080px) {
  .sfdx-tpq .w {
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
  .sfdx-tpq .index_title .title .font {
    font-size: 28px;
    margin-right: 10px;
  }
  .sfdx-tpq .index_title .title .tip {
    font-size: 18px;
  }
  .sfdx-tpq .read_more1 {
    height: 60px;
  }
  .sfdx-tpq .index_title:before {
    width: 3px;
    height: 50px;
  }
  .sfdx-tpq .index_title {
    padding-left: 15px;
  }
  .sfdx-tpq .action_title {
    margin-bottom: 30px;
  }
  .sec.sfdx-tpq  {
    padding: 50px 0;
  }
  .sfdx-tpq .image_list {
    flex-wrap: wrap;
  }
  .sfdx-tpq .image_list .image_left_list {
    width: 100%;
    margin-bottom: 10px;
  }
  .sfdx-tpq .image_list .image_right_list {
    width: 100%;
  }
  .sfdx-tpq .image_list .image_right_list li:nth-of-type(2) {
    height: 240px;
    margin-top: 0;
  }
  .sfdx-tpq .image_list .image_left_list li:nth-of-type(1) {
    height: 280px;
  }
  .sfdx-tpq .image_list .image_left_list li:nth-of-type(2) {
    height: 180px;
  }
  .sfdx-tpq .image_list .image_left_list li:nth-of-type(3) {
    height: 260px;
  }
  .sfdx-tpq .image_list .image_right_list li:nth-of-type(3) {
    height: 200px;
  }
  .sfdx-tpq .image_list .image_right_list li:nth-of-type(5) {
    height: 200px;
    margin-top: -150px;
  }
}
/*移动端*/