@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

input {
  padding: 0 0.1rem; }

input, button, select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

html {
  font-size: 100px;
  max-width: 25.6rem;
  margin: 0 auto; }
  @media (max-width: 1200px) and (min-width: 960px) {
    html {
      font-size: 70px !important; } }
  @media (max-width: 960px) {
    html {
      font-size: 90px !important; } }

body {
  font-size: 0.16rem; }

@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("/static/css/font/iconfont.woff2") format("woff2"), url("/static/css/font/iconfont.woff") format("woff"), url("/static/css/font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconyc';
  /* Project id 4258840 */
  src: url("/static/css/font/yc_font/iconfont.woff2") format("woff2"), url("/static/css/font/yc_font/iconfont.woff") format("woff"), url("/static/css/font/yc_font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconyc {
  font-family: "iconyc" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.layout, .inner-layout {
  width: 14rem;
  margin: 0 auto; }
  @media (max-width: 1200px) and (min-width: 960px) {
    .layout, .inner-layout {
      width: 960px; } }
  @media (max-width: 960px) {
    .layout, .inner-layout {
      width: 100%;
      padding: 0 20px;
      min-width: 320px; } }

.container {
  min-height: 5rem; }
  @media (max-width: 960px) {
    .container {
      min-height: 300px; } }

.mt20 {
  margin-top: 0.2rem !important; }

.mt30 {
  margin-top: 0.3rem !important; }

.mt40 {
  margin-top: 0.4rem !important; }
  @media (max-width: 960px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  margin-top: 0.5rem !important; }

.mt60 {
  margin-top: 0.6rem !important; }
  @media (max-width: 960px) {
    .mt60 {
      margin-top: 30px !important; } }

.mb80 {
  margin-bottom: 0.8rem !important; }
  @media (max-width: 960px) {
    .mb80 {
      margin-bottom: 40px !important; } }

.pt30 {
  padding-top: 0.3rem !important; }

.pt40 {
  padding-top: 0.4rem !important; }

.pb80 {
  padding-bottom: 0.8rem !important; }
  @media (max-width: 960px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

.noimg-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.24rem;
  white-space: nowrap; }

.visible {
  overflow: visible !important; }

.over_hidden {
  overflow: hidden !important; }

.inner-container {
  overflow: hidden;
  min-height: 600px; }

.detail-container {
  border-top: 1px solid #e4e4e4; }

.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/css/slider/fonts/slick.eot");
  src: url("/static/css/slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/css/slider/fonts/slick.woff") format("woff"), url("/static/css/slider/fonts/slick.ttf") format("truetype"), url("/static/css/slider/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 0.2rem;
  width: 0.2rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -0.1rem;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 0.2rem;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -0.25rem; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -0.25rem; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 0.3rem; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 0.2rem;
    width: 0.2rem;
    margin: 0 0.05rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 0.2rem;
      width: 0.2rem;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0.05rem;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "?";
        width: 0.2rem;
        height: 0.2rem;
        font-family: "slick";
        font-size: 0.06rem;
        line-height: 0.2rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes flicker {
  0% {
    transform: scale(1);
    opacity: 0.4; }
  50% {
    transform: scale(1.15);
    opacity: 0.2; }
  100% {
    transform: scale(1);
    opacity: 0.3; } }
.bottom-djl {
  margin-top: 0.4rem;
  padding-top: 0.2rem;
  display: flex;
  justify-content: flex-end; }
  .bottom-djl:has(span) {
    border-top: 1px solid #ccc; }
  .bottom-djl span.djl {
    font-size: 0.16rem;
    color: #888; }

h1.eng-left-news {
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  h1.eng-left-news.white a.tit span {
    color: #fff; }
  h1.eng-left-news a.tit {
    font-size: 0; }
    h1.eng-left-news a.tit img {
      width: 0.37rem;
      height: 0.48rem;
      margin-right: 0.1rem; }
    h1.eng-left-news a.tit i {
      font-size: 0.48rem;
      line-height: 1;
      margin-right: 0.1rem; }
    h1.eng-left-news a.tit span {
      color: #333333;
      font-size: 0.48rem;
      line-height: 1; }
  h1.eng-left-news .more {
    position: relative;
    font-size: 0; }
    h1.eng-left-news .more:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -0.16rem;
      width: 2rem;
      height: 1px;
      background-color: #AAA; }
    h1.eng-left-news .more a {
      font-size: 0.16rem;
      line-height: 1; }
      h1.eng-left-news .more a:hover span {
        color: #33a874; }
      h1.eng-left-news .more a span {
        color: #AAAAAA; }
      h1.eng-left-news .more a i {
        color: #B0CE3A;
        margin-left: 0.1rem; }

@media (max-width: 960px) {
  h1.eng-left-news a.tit img {
    width: 26px;
    height: 26px; }
  h1.eng-left-news a.tit i {
    font-size: 26px; }
  h1.eng-left-news a.tit span {
    font-size: 20px; } }
.eng-header .header-wrap .logo-row {
  height: 0.9rem;
  position: relative;
  overflow: hidden; }
  .eng-header .header-wrap .logo-row .layout {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .eng-header .header-wrap .logo-row .layout a.logo {
      display: block;
      height: 0.6rem;
      z-index: 2024; }
      .eng-header .header-wrap .logo-row .layout a.logo img {
        height: 100%; }
    .eng-header .header-wrap .logo-row .layout .version-search {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative; }
      .eng-header .header-wrap .logo-row .layout .version-search .right-bg {
        background-color: #12B8A0;
        height: 100%;
        width: calc(50vw - 26rem);
        position: absolute;
        left: -0.29rem;
        top: 0;
        z-index: -1; }
      .eng-header .header-wrap .logo-row .layout .version-search a.version {
        color: #fff;
        font-size: 0.18rem;
        line-height: 1;
        z-index: 2024; }
      .eng-header .header-wrap .logo-row .layout .version-search .search-btn {
        margin-left: 0.4rem;
        z-index: 2024; }
        .eng-header .header-wrap .logo-row .layout .version-search .search-btn i {
          font-size: 0.24rem;
          line-height: 1;
          color: #fff;
          cursor: pointer; }
      .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu {
        position: relative;
        z-index: 2024;
        display: none;
        height: 0.24rem;
        width: 0.28rem;
        align-items: center;
        flex-direction: column;
        justify-content: space-between; }
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu span {
          display: block;
          height: 0.04rem;
          width: 100%;
          border-radius: 0.04rem;
          background-color: #fff;
          transition: all 0.3s; }
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu:before, .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu:after {
          content: '';
          display: block;
          height: 0.04rem;
          width: 100%;
          border-radius: 0.04rem;
          background-color: #fff;
          transform-origin: left;
          transition: all 0.3s; }
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu.is-show:before {
          transform: rotate(45deg); }
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu.is-show:after {
          transform: rotate(-45deg); }
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu.is-show span {
          opacity: 0; }
      @media (max-width: 1200px) {
        .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu {
          height: 20px;
          width: 24px; }
          .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu span, .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu:before, .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu:after {
            height: 3px; } }
.eng-header .header-wrap .nav {
  border-top: 1px solid #E4E4E4;
  height: 0.6rem; }
  .eng-header .header-wrap .nav .nav-ul {
    display: flex;
    justify-content: space-between; }
    .eng-header .header-wrap .nav .nav-ul > li {
      font-size: 0.18rem;
      line-height: 0.6rem;
      white-space: nowrap; }
      .eng-header .header-wrap .nav .nav-ul > li > a {
        color: #333333;
        position: relative; }
        .eng-header .header-wrap .nav .nav-ul > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -0.12rem;
          left: 50%;
          height: 0.04rem;
          width: 0;
          background-color: #E5C572;
          transition: all 0.3s; }
      .eng-header .header-wrap .nav .nav-ul > li:hover > a:after {
        width: 100%;
        left: 0; }
    .eng-header .header-wrap .nav .nav-ul > li.cur > a {
      font-weight: bold; }
      .eng-header .header-wrap .nav .nav-ul > li.cur > a:after {
        width: 100%;
        left: 0; }
.eng-header .header-wrap .search {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(18, 99, 90, 0.95);
  z-index: 2025; }
  .eng-header .header-wrap .search form {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .eng-header .header-wrap .search form .turn-down-search {
      position: absolute;
      right: 1rem;
      top: 1rem; }
      .eng-header .header-wrap .search form .turn-down-search i {
        color: #fff;
        font-size: 46px; }
    .eng-header .header-wrap .search form h2 {
      font-size: 0.32rem;
      color: #fff;
      font-weight: normal;
      margin-bottom: 0.4rem; }
    .eng-header .header-wrap .search form .change-wrap {
      width: 8rem;
      height: 0.64rem;
      display: flex; }
      .eng-header .header-wrap .search form .change-wrap input {
        height: 0.64rem;
        width: 8rem;
        border: none;
        box-sizing: border-box;
        padding-left: 0.4rem;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 0.18rem; }
      .eng-header .header-wrap .search form .change-wrap button {
        height: 0.64rem;
        width: 1rem;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #fff; }
        .eng-header .header-wrap .search form .change-wrap button i {
          color: #12635A;
          font-size: 34px; }
    .eng-header .header-wrap .search form .hot-search {
      display: flex;
      align-items: center;
      margin-top: 0.3rem;
      justify-content: center; }
      .eng-header .header-wrap .search form .hot-search span {
        font-size: 0.14rem;
        color: #ffffff; }
      .eng-header .header-wrap .search form .hot-search p {
        line-height: 0.34rem;
        height: 0.34rem;
        margin-right: 0.1rem;
        width: auto;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 0.04rem; }
        .eng-header .header-wrap .search form .hot-search p a {
          box-sizing: border-box;
          padding: 0 0.1rem;
          display: block;
          height: 100%;
          width: 100%;
          border-radius: 0.04rem;
          color: #fff;
          font-size: 0.14rem; }
.eng-header .header-wrap .all-cats-box {
  display: none;
  position: fixed;
  background-color: #1D9D9A;
  height: 100vh;
  width: 100vw;
  z-index: 2023;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 0.36rem; }
  .eng-header .header-wrap .all-cats-box .header-layout {
    position: relative;
    height: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .eng-header .header-wrap .all-cats-box .header-layout .top-nav {
      display: none;
      align-items: center;
      font-size: 0.16rem;
      height: 0.36rem;
      position: absolute;
      right: 0.5rem;
      transition: all 0.3s;
      opacity: 0.3; }
      .eng-header .header-wrap .all-cats-box .header-layout .top-nav a {
        color: #fff; }
        .eng-header .header-wrap .all-cats-box .header-layout .top-nav a i {
          margin-right: 0.05rem; }
      .eng-header .header-wrap .all-cats-box .header-layout .top-nav .line {
        margin: 0 0.2rem;
        height: 0.16rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.3; }
        .eng-header .header-wrap .all-cats-box .header-layout .top-nav .line:last-of-type {
          display: none; }
  .eng-header .header-wrap .all-cats-box.is-show .header-layout .top-nav {
    opacity: 1;
    right: 1.6rem; }
  .eng-header .header-wrap .all-cats-box.is-show .all-cats-content {
    opacity: 1;
    transform: translateY(0); }
  .eng-header .header-wrap .all-cats-box .all-cats-content {
    display: flex;
    justify-content: space-between;
    margin: 0.4rem auto 0;
    height: calc(100vh - 8.3rem);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0.3;
    transition: all 0.3s;
    transform: translateY(1rem); }
    .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: inherit; }
    .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: inherit; }
    .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #fff; }
    .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout {
      min-height: 100%;
      align-items: flex-start;
      width: 13.6rem;
      margin: 0 auto; }
      .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
        font-size: 0.24rem; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title a {
          color: #fff; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
          display: none;
          color: #fff;
          transition: all 0.2s; }
      .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box.active .first-nav-title i {
        transform: rotate(180deg); }
      .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title {
        font-size: 0.2rem;
        line-height: 1;
        margin-top: 0.3rem; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title a {
          color: #fff; }
      .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
        font-size: 0.16rem;
        line-height: 1;
        margin-top: 0.2rem; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
          color: rgba(255, 255, 255, 0.71); }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
          content: '';
          display: inline-block;
          height: 5px;
          width: 5px;
          background-color: rgba(255, 255, 255, 0.71);
          margin-right: 8px;
          position: relative;
          top: -2px; }
@media (max-width: 960px) {
  .eng-header .header-wrap .all-cats-box {
    padding-top: 60px; }
    .eng-header .header-wrap .all-cats-box .header-layout {
      height: 50px; }
    .eng-header .header-wrap .all-cats-box .all-cats-content {
      margin-top: 10px;
      height: calc(100vh - 120px); }
      .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: inherit; }
      .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: inherit; }
      .eng-header .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #fff; }
      .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box {
          width: 100%; }
          .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
            font-size: 1.2rem;
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
              display: inline-block; }
          .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box {
            display: none; }
            .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box {
              display: flex;
              flex-wrap: wrap; }
              .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                margin-right: 10px; }
        .eng-header .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box:nth-child(1) .first-nav-title {
          border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .eng-header .header-wrap .all-cats-box.is-show .header-layout .top-nav {
    right: 15px; } }

@media (max-width: 1600px) {
  .eng-header .header-wrap .logo-row .layout .version-search .right-bg {
    width: 275px; } }
@media (max-width: 960px) {
  .eng-header .header-wrap .logo-row {
    height: 50px;
    padding: 0 10px; }
    .eng-header .header-wrap .logo-row .layout a.logo {
      height: 30px; }
    .eng-header .header-wrap .logo-row .layout .version-search .search-btn {
      margin-left: 10px;
      margin-right: 10px; }
    .eng-header .header-wrap .logo-row .layout .version-search a.pc-menu {
      display: flex; }
  .eng-header .header-wrap .nav {
    display: none; }
  .eng-header .header-wrap .search form .turn-down-search {
    right: 12px;
    top: 20px; }
    .eng-header .header-wrap .search form .turn-down-search i {
      font-size: 20px; }
  .eng-header .header-wrap .search form h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .eng-header .header-wrap .search form .change-wrap {
    width: 320px;
    height: 40px; }
    .eng-header .header-wrap .search form .change-wrap input {
      width: 320px;
      height: 40px;
      font-size: 12px;
      padding-left: 10px; }
    .eng-header .header-wrap .search form .change-wrap button {
      height: 40px;
      width: 40px; }
      .eng-header .header-wrap .search form .change-wrap button i {
        font-size: 16px; }
  .eng-header .header-wrap .search form .hot-search {
    width: 320px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: start; }
    .eng-header .header-wrap .search form .hot-search span {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      font-size: 14px; }
    .eng-header .header-wrap .search form .hot-search p {
      margin-bottom: 10px; }
      .eng-header .header-wrap .search form .hot-search p a {
        font-size: 12px; } }
@media (max-width: 450px) {
  .eng-header .header-wrap .logo-row .layout a.logo {
    height: 23px; } }
.eng-news001 {
  margin-top: 0.8rem;
  position: relative; }
  .eng-news001 > img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -1.2rem;
    z-index: -1; }
  .eng-news001 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .eng-news001 .layout ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    margin-top: 0.4rem; }
    .eng-news001 .layout ul li {
      width: 31.3%;
      margin-right: 2%; }
      .eng-news001 .layout ul li a {
        display: block;
        width: 100%; }
        .eng-news001 .layout ul li a .img {
          width: 100%;
          position: relative;
          padding-bottom: 56%;
          overflow: hidden; }
          .eng-news001 .layout ul li a .img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
        .eng-news001 .layout ul li a .bottom {
          padding: 0.2rem 0;
          border-bottom: 1px solid #ccc;
          position: relative;
          transition: all 0.3s; }
          .eng-news001 .layout ul li a .bottom:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background-image: url(/static/images/ychcqmu/home/hover.png);
            background-repeat: no-repeat;
            background-position: right bottom;
            opacity: 0; }
          .eng-news001 .layout ul li a .bottom .tit {
            font-size: 0.18rem;
            line-height: 0.27rem;
            max-height: 0.54rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 0.54rem;
            margin-bottom: 0.1rem; }
          .eng-news001 .layout ul li a .bottom .time {
            font-size: 0.16rem;
            color: #666;
            display: block;
            line-height: 1; }
        .eng-news001 .layout ul li a:hover .img img {
          transform: scale(1.1); }
        .eng-news001 .layout ul li a:hover .bottom {
          background-color: #12635A;
          padding: 0.2rem; }
          .eng-news001 .layout ul li a:hover .bottom:before {
            opacity: 0.6; }
          .eng-news001 .layout ul li a:hover .bottom .tit, .eng-news001 .layout ul li a:hover .bottom .time {
            color: #fff; }
  @media (max-width: 960px) {
    .eng-news001 {
      margin-top: 40px; }
      .eng-news001 .layout ul {
        margin-top: 20px;
        margin-right: 0; }
        .eng-news001 .layout ul li {
          width: 100%;
          margin-right: 0; } }

.eng-video001 {
  margin-top: 0.8rem;
  padding-bottom: 0.8rem; }
  .eng-video001 .layout {
    display: flex;
    justify-content: space-between; }
    .eng-video001 .layout .left-box {
      width: 50%;
      padding: 0.4rem;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .eng-video001 .layout .left-box .info {
        margin-top: 0.4rem;
        font-size: 0.16rem;
        line-height: 0.32rem;
        max-height: 3.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .eng-video001 .layout .right-box {
      width: 50%; }
      .eng-video001 .layout .right-box .inner-video {
        width: 100%;
        padding-bottom: 68%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .eng-video001 .layout .right-box .inner-video:hover img {
          transform: scale(1.1); }
        .eng-video001 .layout .right-box .inner-video img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          transition: all 0.3s; }
        .eng-video001 .layout .right-box .inner-video i {
          width: 0.96rem;
          height: 0.96rem;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.2);
          z-index: 1;
          line-height: 0.96rem;
          text-align: center;
          font-size: 0.56rem;
          color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
  @media (max-width: 960px) {
    .eng-video001 {
      margin-top: 40px;
      padding-bottom: 40px; }
      .eng-video001 .layout {
        display: block; }
        .eng-video001 .layout .left-box {
          width: 100%;
          padding: 20px; }
          .eng-video001 .layout .left-box .info {
            margin-top: 20px; }
        .eng-video001 .layout .right-box {
          width: 100%;
          margin-top: 0; } }

.video-dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .video-dialog .icon-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.4rem;
    width: 0.4rem;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0.24rem;
    top: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff;
    z-index: 1;
    cursor: pointer; }
  .video-dialog .inner-video-dialog {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 9.6rem;
    height: 6.4rem;
    max-width: 100%;
    margin: auto; }
    .video-dialog .inner-video-dialog video {
      width: 100%;
      height: 100%;
      background-color: #000000; }

.eng-footer {
  background-color: #234D3B; }
  .eng-footer .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .eng-footer .footer-nav .layout ul {
      display: flex;
      justify-content: space-between; }
      .eng-footer .footer-nav .layout ul li {
        line-height: 0.6rem; }
        .eng-footer .footer-nav .layout ul li a {
          color: rgba(255, 255, 255, 0.6);
          font-size: 0.2rem;
          line-height: 1; }
  .eng-footer .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.4rem 0; }
    .eng-footer .footer-info .logo {
      display: block;
      height: 0.54rem;
      width: 4.64rem;
      overflow: hidden;
      position: relative;
      margin-bottom: 0.4rem; }
      .eng-footer .footer-info .logo img {
        max-width: 100%;
        position: relative;
        top: -0.54rem; }
    .eng-footer .footer-info .qr-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .eng-footer .footer-info .qr-box .qr-item {
        margin: 0 0.1rem 0.32rem;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .eng-footer .footer-info .qr-box .qr-item i {
          font-size: 24px;
          color: rgba(255, 255, 255, 0.6); }
        .eng-footer .footer-info .qr-box .qr-item .img-wrap {
          display: none;
          position: absolute;
          bottom: 0.7rem;
          left: 50%;
          margin-left: -70px;
          width: 140px;
          background-color: #fff;
          border-radius: 4px;
          box-sizing: border-box;
          padding: 10px;
          font-size: 0;
          flex-direction: column;
          align-items: center;
          z-index: 1;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
          .eng-footer .footer-info .qr-box .qr-item .img-wrap:before {
            content: "";
            width: 0;
            height: 0;
            font-size: 0;
            border: 10px solid transparent;
            border-top-color: #fff;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%); }
          .eng-footer .footer-info .qr-box .qr-item .img-wrap img {
            width: 120px;
            height: 120px;
            margin-bottom: 10px; }
          .eng-footer .footer-info .qr-box .qr-item .img-wrap span {
            font-size: 14px;
            line-height: 1;
            color: #333333; }
        .eng-footer .footer-info .qr-box .qr-item:hover {
          background-color: #12635A; }
          .eng-footer .footer-info .qr-box .qr-item:hover > span {
            color: #fff; }
          .eng-footer .footer-info .qr-box .qr-item:hover .img-wrap {
            animation: popFadeInUp .5S;
            display: flex; }
    .eng-footer .footer-info p {
      font-size: 0.14rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.6);
      margin-top: 0.14rem; }
      .eng-footer .footer-info p a {
        color: rgba(255, 255, 255, 0.6); }
        .eng-footer .footer-info p a:hover {
          color: #cfb36d; }

@media (max-width: 960px) {
  .eng-footer .footer-nav {
    height: 40px; }
    .eng-footer .footer-nav .layout {
      display: none;
      padding: 0 20px; }
      .eng-footer .footer-nav .layout ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: -5px; }
        .eng-footer .footer-nav .layout ul li {
          margin-right: 5px; }
  .eng-footer .footer-info {
    padding: 20px; }
    .eng-footer .footer-info .logo {
      height: 35px;
      width: 250px; }
      .eng-footer .footer-info .logo img {
        top: -29px; }
    .eng-footer .footer-info p.copyright {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .eng-footer .footer-info p.copyright span {
        display: inline-block;
        margin-bottom: 10px; } }
.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 4.8rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.18rem;
      font-weight: bold;
      height: 0.58rem;
      box-sizing: border-box;
      padding: 0.2rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.16rem;
      margin-bottom: 0.2rem;
      padding: 0.2rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.1rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box,
      .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.14rem;
        color: #AAAAAA;
        line-height: 0.16pxrem;
        max-height: 0.32pxrem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.14rem;
        box-sizing: border-box;
        height: 0.32rem;
        width: 0.6rem;
        background-color: #4D99F2;
        border-radius: 0.04rem;
        line-height: 0.32rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.1rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }
  @media (max-width: 960px) {
    .link-site-mask {
      padding: 0 15px;
      box-sizing: border-box; }
      .link-site-mask .link-site-box {
        width: calc(100% - 30px); } }

/*# sourceMappingURL=english.css.map */
