/*!
 * Cy Responsive Projects for Rekind Medtec Inc. (https://RNMMP.grd)
 * Copyright 2016-2017 Code yo, Authors own.
 * Licensed under MIT, NMMP (https://RNMMP.grd/YouBorrowMyCodeToYourItem/AndYouDonNotTellMe/)
 */
@media screen and (min-width: 1440px){
  .cy-container {
    width: 1280px;
    max-width: 100%;
  }

  .banner .desc p {
    font-size: 24px;
  }

  .banner .slick-dots {
    top: -200%;
  }
}
@media screen and (min-width: 1600px){
  .banner .desc h2 {
    margin-top: 10%;
  }
}

/*!
 ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****

   This is a split line. I know you know, so I can not tell you.
   If you want to know there style, you should visit style.css.

 ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
 */

/* 中型设备（台式电脑, 笔记本电脑，1200px 起） */
@media screen and (max-width: 1199px){
  .cy-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  /* -----*****----- Home Page -----*****----- */
  .banner .desc h2 {
    font-size: 32px;
  }

  .banner .desc p {
    font-size: 18px;
  }

  .banner-fixed img {
    display: none;
  }

  .banner .slick-dots {
    top: -100%;
  }

  .product-list .desc p {
    margin-top: 42px;
  }

  .product-list .desc span {
    float: left;
    width: 25%;
  }

  .product-list .desc i {
    float: left;
    margin-left: 0;
  }

  .profile .desc {
    padding-right: 3%;
  }

  .profile figure {
    margin-top: 4em;
  }
}

/* 小型设备（平板电脑，992px 起） */
@media screen and (max-width: 991px){
  body {
    font-size: 13px;
  }

  .cy-container {
    width: 720px;
  }

  /* -----*****----- Header -----*****----- */
  .logo {
    width: 148px;
  }

  .logo img {
    width: 100%;
  }

  .lang {
    margin-top: 23px;
  }

  /* -----*****----- Footer -----*****----- */
  .footer-contact {
    margin: 1.5em 0 1em;
  }

  .fc1, .fc2, .fc3, .fc4, .fc5, .fc6 {
    width: 48%;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  /* -----*****----- Home Page -----*****----- */
  .banner .desc h2 {
    font-size: 28px;
  }

  .banner .desc h2:before {
    height: 8px;
  }

  .banner .desc p {
    font-size: 14px;
  }

  .banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .product {
    padding: 2em 0;
  }

  .product-list .desc span {
    width: 23%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .product-list .desc img {
    width: 100%;
  }

  .product-list .desc i {
    font-size: 20px;
  }

  .product-list .desc p {
    margin: 24px 16px 0;
  }

  .profile {
    margin: 1em 0 2em;
  }

  .profile figure {
    margin-top: 8em;
  }
}

/* 超小设备（手机，小于 768px） */
@media screen and (max-width: 767px){
  body {
    font-size: 12px;
  }

  .cy-container {
    width: 540px;
  }

  /* -----*****----- Header -----*****----- */
  header {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    transition: all .5s;
    z-index: 2000;
  }

  .header {
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 0 3px #aaa;
    background-color: #fff;
    transition: left .5s;
  }

  .logo {
    width: 136px;
  }

  .lang {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    float: none;
    width: 40%;
    margin-top: 0;
    background-color: #2296ba;
    transition: all .5s;
  }

  .menu {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 36px;
    height: 24px;
    margin-top: 22px;
    cursor: pointer;
  }

  .m1,
  .m2,
  .m3 {
    display: block;
    width: 100%;
    height: 4px;
    background: #195ba3;
    transition: all .5s;
  }

  .m2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .cy-head-fixed {
    left: 0;
    background-color: rgba(0, 0, 0, .6);
  }

  .cy-head-fixed .header {
    left: -40%;
  }

  .cy-head-fixed .menu {
    position: fixed;
    right: 44%;
    transition: all .5s;
  }

  .cy-head-fixed .m1 {
    transform: translate(0, 10px) rotate(225deg);
  }

  .cy-head-fixed .m2 {
    opacity: 0;
    transform: translate(-150%, 0);
    visibility: hidden;
  }

  .cy-head-fixed .m3 {
    transform: translate(0, -10px) rotate(-225deg);
  }

  .cy-head-fixed .lang {
    left: 60%;
  }

  .lang a {
    text-align: center;
  }

  .cssvwunit .lang a {
    line-height: 5vw;
  }

  .lang .lang-zh,
  .lang .lang-en {
    width: 40%;
    margin: 10% 5% 8%;
  }

  .lang .go-home {
    width: 50%;
    margin-left: 45%;
    padding-left: 10%;
    padding-right: 5%;
    background-position-x: 10%;
  }

  .lang .go-home:hover {
    padding-left: 10%;
    padding-right: 5%;
    background-position-x: 10%;
  }

  /* -----*****----- Footer -----*****----- */
  .copyright {
    font-size: 12px;
  }

  .fc5 i {
    width: 72%;
  }

  /* -----*****----- Home Page -----*****----- */
  .banner {
    margin-top: 68px;
  }

  .banner figure {
    width: 50%;
  }

  .banner .desc h2 {
    margin-top: 5vw;
    margin-bottom: .625em;
    font-size: 22px;
  }

  .banner .desc p {
    font-size: 12px;
  }

  .cssvwunit .banner .desc h2 {
    margin-top: 6vw;
  }

  .banner .desc h2 span {
    font-size: 60%;
  }

  .banner .desc h2:before {
    display: none;
  }

  .product-list {
    margin-left: 0;
  }

  .product-list li {
    width: 50%;
    margin-left: 0;
  }

  .product-list .desc p {
    margin-top: 30px;
  }

  .product-list .desc span {
    width: 20%;
  }

  .product-list .desc i {
    margin-top: 6px;
    margin-left: 3%;
  }

  .profile {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .profile .desc {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .profile h3 {
    font-size: 20px;
    margin: 1em 0 1.5em;
  }

  .profile h3:before {
    bottom: -.5em;
  }

  .profile figure {
    float: none;
    width: 100%;
    margin-top: 2em;
  }
}

@media screen and (max-width: 575px){
  .cy-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  /* -----*****----- Header -----*****----- */
  .logo {
    width: 118px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu {
    width: 32px;
    margin-top: 18px;
  }

  .cssvwunit .lang a {
    line-height: inherit;
  }

  .lang .go-home {
    width: auto;
    margin-left: 5%;
    padding-left: 3em;
    padding-right: 1em;
  }

  .lang a {
    padding-left: 0;
    padding-right: 0;
  }

  /* -----*****----- Footer -----*****----- */
  .fc1, .fc2, .fc3, .fc4, .fc5, .fc6 {
    width: 100%;
    margin-right: 0;
  }

  .fc5 i {
    width: 80%;
  }

  .copyright i {
    float: none;
  }

  /* -----*****----- Home Page -----*****----- */
  .banner {
    margin-top: 60px;
  }

  .banner figure {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .banner .desc h2,
  .cssvwunit .banner .desc h2 {
    margin-top: .625em;
  }

  .banner-fixed {
    bottom: 0;
  }

  .banner .slick-dots {
    top: -24px;
    left: 0;
  }

  .banner .slick-dots li {
    float: none;
  }

  .banner .desc p {
    margin-bottom: 2.5em;
  }

  .product-list li {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-list .desc span {
    width: 15%;
  }

  .profile h3 {
    margin-bottom: 1.2em;
    font-size: 18px;
  }
}

@media screen and (max-width: 374px){
  /* -----*****----- Header -----*****----- */
  .logo {
    width: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .menu {
    width: 30px;
    margin-top: 13px;
  }

  .lang .lang-zh,
  .lang .lang-en {
    width: 90%;
    margin: 5%;
  }

  .lang .lang-zh {
    margin-top: 10%;
  }

  .lang .go-home {
    width: 90%;
    margin-top: 5%;
    padding-left: 20%;
    padding-right: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* -----*****----- Footer -----*****----- */
  .fc5 i {
    width: 76%;
  }

  /* -----*****----- Home Page -----*****----- */
  .banner {
    margin-top: 50px;
  }

  .banner .desc h2 {
    font-size: 20px;
  }

  .banner .desc h2 span {
    font-size: 72%;
  }

  .product-list .desc i {
    font-size: 18px;
  }

  .profile h3 {
    font-size: 16px;
  }
}
