@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
}
@media (min-width: 330px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 660px) {
  html {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', sans-seri;
  background-color: #f5f5f5;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol {
  list-style: none;
}
input[type="text"],
input[type="search"],
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
img {
  display: block;
  width: 100%;
  border: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.hide {
  display: none;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
/*声明 思源字体-Regular*/
@font-face {
  font-family: 'KaiGenGothicSC-Regular';
  src: url('../font/KaiGenGothicSC-Regular.eot');
  src: url('../font/KaiGenGothicSC-Regular.eot?#font-spider') format('embedded-opentype'), url('../font/KaiGenGothicSC-Regular.woff') format('woff'), url('../font/KaiGenGothicSC-Regular.ttf') format('truetype'), url('../font/KaiGenGothicSC-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PingFang SC", "KaiGenGothicSC-Regular", "Microsoft Yahei", Arial, sans-serif;
}
@supports (-ms-ime-align: auto) {
  html {
    font-family: "Microsoft Yahei", Arial, sans-serif;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.qd-btn-green,
.qd-btn-blue,
.qd-btn-yellow,
.qd-btn-white {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-delay: initial;
          transition-delay: initial;
}
.qd-btn-white {
  border: 1px solid #ccc;
  color: #222;
}
.qd-btn-green:hover,
.qd-btn-blue:hover,
.qd-btn-yellow:hover {
  color: #fff;
}
.qd-btn-white:hover {
  border: 1px solid #a8abb3;
}
.qd-btn-white:active {
  border: 1px solid #a8abb3;
  background-color: #ebedf2;
}
.qd-btn-green {
  background-color: #1dd342;
}
.qd-btn-green:hover {
  background-color: #34d755;
}
.qd-btn-green:active {
  background-color: #1abd3b;
}
.qd-btn-blue {
  background-color: #0067ed;
}
.qd-btn-blue:hover {
  background-color: #197dff;
}
.qd-btn-blue:active {
  background-color: #0056c7;
}
.qd-btn-yellow {
  background-color: #f8aa10;
}
.qd-btn-yellow:hover {
  background-color: #f9b328;
}
.qd-btn-yellow:active {
  background-color: #df990e;
}
.caselist-box {
  background: #fff;
}
.caselist-box nav {
  height: 6.6rem;
}
.caselist-box nav .banner .item {
  background: #ccc;
  cursor: pointer;
}
.caselist-box nav .banner .item aside {
  bottom: .6rem;
  position: absolute;
  left: 1rem;
}
.caselist-box nav .banner .item aside p {
  font-size: .8rem;
  color: #fff;
}
.caselist-box nav .banner .item aside p span {
  font-size: .48rem;
  line-height: .8rem;
  color: #fff;
}
.caselist-box nav .banner .item aside p span:nth-of-type(2) {
  margin: 0 .1rem;
}
.caselist-box .margin {
  width: 13rem;
  margin: 0 auto;
}
.caselist-box .margin .caselist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caselist-box .margin .caselist .caselist-item {
  padding: .8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: .5px solid #ebebeb;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-left p {
  font-size: .68rem;
  line-height: .96rem;
  font-weight: 500;
  margin-right: .5rem;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-left p span {
  font-size: .48rem;
  color: #898989;
  margin-top: .56rem;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-left p > span:nth-of-type(2) {
  margin: 0 .1rem;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-left > p:nth-of-type(2) {
  line-height: 0;
  margin-top: .56rem;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caselist-box .margin .caselist .caselist-item .caselist-item-right img {
  width: 5.04rem;
  height: 2.84rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
  left: auto;
  width: auto;
  right: 1rem;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  width: .8rem;
  height: .1rem;
  display: inline-block;
  border-radius: 0;
}
footer .foot-top .active {
  opacity: .6;
}
