﻿@charset "UTF-8";
@media (max-width: 1439px) { header { height: 72px; }
  .home-banner .carousel-item .en { font-size: 50px; }
  .home-banner .carousel-item .zh { font-size: 24px; } }
@media (max-width: 1200px) { .container { width: 960px; }
  .home-banner .carousel-item .en { font-size: 40px; }
  .home-banner .carousel-item .zh { font-size: 22px; } }
@media (max-width: 1024px) { .container { width: 720px; }
  .home-banner .carousel-item { position: relative; }
  .home-banner .carousel-item .carousel-bg { display: block; width: 100%; visibility: hidden; }
  .home-banner .carousel-item .desc-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .home-banner .carousel-item .desc { width: 100%; height: 100%; }
  .home-banner .carousel-item .en { font-size: 30px; }
  .home-banner .carousel-item .zh { margin-top: 10px; font-size: 18px; }
  .home-banner .carousel-item .small { margin-top: 40px; }
  .home-banner .slick-dots { bottom: 14px; }
  .home-banner .slick-dots:before { content: none; }
  .home-banner .scroll-down { display: none; } }
@media (max-width: 768px) { body { font-size: 12px; }
  .home-banner .carousel-item .en { font-size: 22px; }
  .home-banner .carousel-item .zh { font-size: 16px; }
  .home-banner .carousel-item .small { display: none; } }
@media (max-width: 575px) { .container { width: 90%; }
  /* ***** 首页 ***** */
  .home-banner .carousel-item .en { font-size: 18px; }
  .home-banner .carousel-item .zh { font-size: 14px; }
  .home-banner .slick-dots { bottom: 5px; line-height: 6px; }
  .home-banner .slick-dots li { width: 6px; height: 6px; margin-left: 3px; margin-right: 3px; vertical-align: top; } }
