#banner {
  width: 100%;
  height: 664px;
  background-color: #e6e6e6;
  position: relative;
}

#banner #swiper-container1 {
  width: 100%;
  height: 100%;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide {
  text-align: center;
  position: relative;
  visibility: hidden;
  opacity: 1;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide .font {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  transition: margin-top 1s ease-out;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide .font p:nth-of-type(1) {
  font-size: 40px;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide .font p:nth-of-type(2) {
  font-size: 20px;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transition: bottom 1s ease-out;
  height: 100%;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide-active {
  visibility: visible;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide-active .font {
  margin-top: 40px;
}

#banner #swiper-container1 .swiper-wrapper .swiper-slide-active img {
  bottom: 0;
}

#banner .swiper-button-prev, #banner .swiper-button-next {
  width: 61px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -64px;
  opacity: 0;
  transition: opacity .5s ease-out;
}

#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover {
  opacity: 1;
}

#banner .swiper-button-prev {
  background-image: url("../images/05.png");
  left: 0;
}

#banner .swiper-button-next {
  background-image: url("../images/06.png");
  right: 0;
}

#banner #swiper-container2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 210px;
  line-height: 24px;
  bottom: 30px;
}

#banner #swiper-container2 .swiper-wrapper {
  width: 200px;
}

#banner #swiper-container2 .swiper-wrapper .swiper-slide {
  height: 24px;
  opacity: .2;
  padding-left: 20px;
  border-left: 2px solid transparent;
  line-height: 24px;
  color: #eeeeee;
}

#banner #swiper-container2 .swiper-wrapper .swiper-slide-active {
  color: #ffffff;
  opacity: 1;
  border-left-color: #ffffff;
}

#banner #swiper-container2 .swiper-wrapper .swiper-slide-prev, #banner #swiper-container2 .swiper-wrapper .swiper-slide-next {
  opacity: .5;
}

@media screen and (max-width: 1220px) {
  #banner #swiper-container1, #banner #swiper-container2 {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #banner {
    height: 2.86rem;
  }
  #banner #swiper-container1 .swiper-wrapper .swiper-slide .font p:nth-of-type(1) {
    font-size: 24px;
  }
  #banner #swiper-container1 .swiper-wrapper .swiper-slide .font p:nth-of-type(2) {
    font-size: 16px;
  }
  #banner #swiper-container1 .swiper-wrapper .swiper-slide img {
    position: absolute;
    height: 2.85rem;
  }
  #banner #swiper-container1 .swiper-wrapper .swiper-slide-active .font {
    margin-top: .4rem;
  }
  #banner .swiper-button-prev, #banner .swiper-button-next {
    width: .61rem;
    height: 1.28rem;
    margin-top: -.64rem;
  }
  #banner #swiper-container2 {
    display: none;
  }
}

#animate {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  position: relative;
  padding: 120px 0;
  height: 500px;
}

#animate .content {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}

#animate .content svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#animate .content .point {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#animate .content .swiper-container {
  width: 100%;
  height: 500px;
}

#animate .content .swiper-container .swiper-slide {
  visibility: hidden;
}

#animate .content .swiper-container .swiper-slide .font {
  display: inline-block;
  width: 360px;
}

#animate .content .swiper-container .swiper-slide .font p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

#animate .content .swiper-container .swiper-slide .font p:nth-of-type(1) {
  font-size: 30px;
}

#animate .content .swiper-container .swiper-slide .font p:nth-of-type(2) {
  font-size: 18px;
  margin-top: 70px;
}

#animate .content .swiper-container .swiper-slide .font p:nth-of-type(3) {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #666;
}

#animate .content .swiper-container .swiper-slide .font a {
  display: inline-block;
  padding-bottom: 14px;
  color: #333;
  border-bottom: 2px solid red;
  padding-right: 42px;
  background: url("../images/08.png") no-repeat right 10px;
}

#animate .content .swiper-container .swiper-slide img {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

#animate .content .swiper-container .swiper-slide-active {
  visibility: visible;
}

#animate .content .swiper-container .swiper-pagination {
  width: 500px;
  left: 50%;
  top: 50%;
  height: 500px;
  transform: translate(-50%, -50%);
}

#animate .content .swiper-container .swiper-pagination span {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #333;
  opacity: 1 !important;
}

#animate .content .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  border: 2px solid #333;
  border: 0;
}

#animate .content .swiper-container .swiper-pagination span.swiper-pagination-bullet-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transition: .3s;
  border-radius: 9999px;
  background-color: transparent;
  opacity: .3;
  border: solid red;
  border-width: 6px;
  animation: mymove2 1s infinite linear;
  -webkit-animation: mymove2 1s infinite linear;
}

#animate .content .swiper-container .swiper-pagination span.swiper-pagination-bullet-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transition: .3s;
  border-radius: 9999px;
  background-color: transparent;
  border: solid red;
  border-width: 10px;
  opacity: .1;
  animation: mymove3 1s infinite linear;
  -webkit-animation: mymove3 1s infinite linear;
}

#animate .content .swiper-container .swiper-pagination span:nth-of-type(1) {
  left: 463px;
  top: 245px;
}

#animate .content .swiper-container .swiper-pagination span:nth-of-type(2) {
  left: 118px;
  top: 433px;
}

#animate .content .swiper-container .swiper-pagination span:nth-of-type(3) {
  left: 115px;
  top: 55px;
}

@keyframes mymove2 {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 6;
  }
}

@-webkit-keyframes mymove/* Safari and Chrome */ {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 6;
  }
}

@keyframes mymove3 {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 10;
  }
}

@-webkit-keyframes mymove/* Safari and Chrome */ {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 10;
  }
}

@media screen and (max-width: 1220px) {
  #animate {
    height: 790px;
  }
  #animate .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    top: 420px;
  }
  #animate .content svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #animate .content .swiper-container {
    overflow: visible;
  }
  #animate .content .swiper-container .swiper-slide {
    text-align: center;
  }
  #animate .content .swiper-container .swiper-slide .font {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
  }
}

@media screen and (max-width: 550px) {
  #animate {
    height: 606px;
    padding: 60px 0;
  }
  #animate .content {
    width: 320px;
    box-sizing: border-box;
    padding: 0 24px;
    top: 340px;
    height: auto;
  }
  #animate .content svg {
    width: 320px;
    height: 320px;
  }
  #animate .content .swiper-container {
    overflow: visible;
    height: 320px;
  }
  #animate .content .swiper-container .swiper-slide {
    text-align: center;
  }
  #animate .content .swiper-container .swiper-slide .font {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -274px;
  }
  #animate .content .swiper-container .swiper-slide img {
    width: 320px;
    height: 320px;
  }
  #animate .content .swiper-container .swiper-pagination {
    width: 320px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(1) {
    left: 291px;
    top: 249px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(2) {
    left: 74px;
    top: 366px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(3) {
    left: 70px;
    top: 121px;
  }
}

@media screen and (max-width: 350px) {
  #animate {
    height: 536px;
  }
  #animate .content {
    width: 250px;
  }
  #animate .content svg {
    width: 250px;
    height: 250px;
  }
  #animate .content .swiper-container {
    height: 250px;
  }
  #animate .content .swiper-container .swiper-slide .font {
    width: 300px;
  }
  #animate .content .swiper-container .swiper-slide .font p:nth-of-type(2) {
    margin-top: 50px;
  }
  #animate .content .swiper-container .swiper-slide img {
    width: 250px;
    height: 250px;
  }
  #animate .content .swiper-container .swiper-pagination {
    width: 250px;
    height: 250px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(1) {
    left: 225px;
    top: 113px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(2) {
    left: 79px;
    top: 225px;
  }
  #animate .content .swiper-container .swiper-pagination span:nth-of-type(3) {
    left: 28px;
    top: 42px;
  }
}

#product {
  width: 81%;
  padding: 16px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

#product ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#product ul li {
  margin-bottom: 14px;
  width: 40%;
  flex-grow: 1;
  position: relative;
  font-size: 0;
}

#product ul li:nth-of-type(2n) {
  margin-left: 14px;
}

#product ul li:nth-of-type(1), #product ul li:nth-of-type(4) {
  background-color: #f1eaea;
}

#product ul li:nth-of-type(2), #product ul li:nth-of-type(3) {
  background-color: #eaeef1;
}

#product ul li a {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

#product ul li a .font {
  position: absolute;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 52px;
}

#product ul li a .font p:nth-of-type(1) {
  font-size: 30px;
  color: #333;
}

#product ul li a .font p:nth-of-type(2) {
  font-size: 16px;
  color: #999;
  margin-top: 16px;
}

#product ul li a img {
  width: 100%;
  transition: transform .5s ease-out;
}

#product ul li a img:hover {
  transform: scale(1.1);
}

#product ul li a .info {
  text-align: center;
  margin: 20px auto;
}

#product ul li a .info .title {
  font-size: 30px;
  color: #333;
}

#product ul li a .info .desc {
  font-size: 16px;
  color: #999;
  margin-top: 16px;
}

@media screen and (max-width: 1220px) {
  #product ul li a .font {
    top: 20px;
  }
  #product ul li a .font p:nth-of-type(1) {
    font-size: 24px;
  }
  #product ul li a .font p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 8px;
  }
  #product ul li a .info .title{
    font-size: 24px;
  }
  #product ul li a .info .desc {
    font-size: 14px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1000px) {
  #product ul li a .font {
    top: 10px;
  }
  #product ul li a .font p:nth-of-type(1) {
    font-size: 20px;
  }
  #product ul li a .font p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 4px;
  }
  #product ul li a .info .title{
    font-size: 20px;
  }
  #product ul li a .info .desc {
    font-size: 14px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 750px) {
  #product {
    padding: .16rem;
  }
  #product ul li {
    margin-bottom: .14rem;
  }
  #product ul li:nth-of-type(2n) {
    margin-left: .14rem;
  }
  #product ul li a .font {
    top: .1rem;
  }
  #product ul li a .font p:nth-of-type(1) {
    font-size: 20px;
  }
  #product ul li a .font p:nth-of-type(2) {
    font-size: 14px;
    margin-top: .04rem;
  }
  #product ul li a .info .title{
    font-size: 20px;
  }
  #product ul li a .info .desc {
    font-size: 14px;
    margin-top: .04rem;
  }
}

@media screen and (max-width: 550px) {
  #product ul li {
    width: 100%;
  }
  #product ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  #product ul li:nth-of-type(3) {
    background-color: #f1eaea;
  }
  #product ul li:nth-of-type(4) {
    background-color: #eaeef1;
  }
  #product ul li a .font {
    top: .3rem;
  }
  #product ul li a .font p:nth-of-type(1) {
    font-size: .32rem;
  }
  #product ul li a .font p:nth-of-type(2) {
    font-size: .16rem;
    margin-top: .1rem;
  }
  #product ul li a .info .title{
    font-size: .32rem;
  }
  #product ul li a .info .desc {
    font-size: .16rem;
    margin-top: .1rem;
  }
}

#download {
  width: 94%;
  margin: 0 auto;
}

#download ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#download ul li {
  width: 33%;
  flex-grow: 1;
}

#download ul li a {
  display: inline-block;
  font-size: 30px;
  color: #999;
  padding: 22% 0;
  text-align: center;
  width: 100%;
}

#download ul li a span {
  margin: 0 38px;
}

#download ul li a img {
  width: 70px;
  height: 70px;
}

#download ul li a:hover {
  color: #333;
}

#download ul li:nth-of-type(1) {
  border-right: #d9d9d9 1px solid;
}

#download ul li:nth-of-type(3) {
  border-left: #d9d9d9 1px solid;
}

@media screen and (max-width: 1220px) {
  #download ul li a {
    font-size: 20px;
  }
  #download ul li a span {
    margin: 0 20px;
  }
  #download ul li a img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 750px) {
  #download ul li a {
    font-size: .2rem;
  }
  #download ul li a span {
    margin: 0 .1rem;
  }
  #download ul li a img {
    width: .4rem;
    height: .4rem;
  }
}

#banner-xq {
  width: 100%;
  height: 388px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  #banner-xq {
    height: 3.88rem;
  }
}

.content-wrapper {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 24px 0px;
  box-sizing: border-box;
  margin-top: 42px;
}

@media screen and (max-width: 1220px) {
  .content-wrapper {
    width: 980px;
  }
}

@media screen and (max-width: 1000px) {
  .content-wrapper {
    width: 100%;
  }
}

#produce-b .title {
  color: #656565;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0dfde;
}

#produce-b .title p:nth-of-type(1) {
  font-size: 24px;
}

#produce-b .title p:nth-of-type(2) {
  font-size: 16px;
}

#produce-b .pro-content {
  padding-top: 30px;
  margin-bottom: 68px;
}

#produce-b .pro-content .img-wrapper {
  width: 353px;
  height: 353px;
  border: 1px solid #ccc;
  display: inline-block;
}

#produce-b .pro-content .img-wrapper img {
  width: 100%;
  height: 100%;
}

#produce-b .pro-content .font-right {
  width: 706px;
  vertical-align: top;
  display: inline-block;
  float: right;
}

#produce-b .pro-content .font-right .line-1 {
  color: #4c4c4c;
  line-height: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#produce-b .pro-content .font-right .line-1 p:nth-of-type(1) {
  font-size: 16px;
}

#produce-b .pro-content .font-right .line-1 p:nth-of-type(2) {
  font-size: 18px;
}

#produce-b .pro-content .font-right .con {
  padding-top: 16px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

#produce-b .pro-content .font-right .end {
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: #cb232d;
}

#produce-b .pro-content .font-right .min-img {
  margin-top: 77px;
}

#produce-b .pro-content .font-right .min-img img {
  width: 95px;
  height: 95px;
  border: 1px solid #ccc;
  margin-right: 20px;
  cursor: pointer;
}

#produce-b .pro-info .line-1 {
  width: 148px;
  height: 45px;
  background-color: #e6e6e6;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

#produce-b .pro-info ul {
  width: 100%;
  border-top: 2px solid #cb232d;
  font-size: 0;
}

#produce-b .pro-info ul li {
  width: 100%;
  min-height: 48px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
}

#produce-b .pro-info ul li p {
  display: inline-block;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 48px;
  height: 100%;
  display: flex;
  align-items: center;
}

#produce-b .pro-info ul li p span {
  display: block;
  line-height: 18px;
}

#produce-b .pro-info ul li p span:first-child {
  margin-top: 5px;
}

#produce-b .pro-info ul li p span:last-child {
  margin-bottom: 5px;
}

#produce-b .pro-info ul li p:nth-of-type(1), #produce-b .pro-info ul li p:nth-of-type(3) {
  width: 12%;
  text-align: center;
  justify-content: center;
}

#produce-b .pro-info ul li p:nth-of-type(2), #produce-b .pro-info ul li p:nth-of-type(4) {
  width: 37%;
  box-sizing: border-box;
  padding-left: 99px;
}

#produce-b .pro-info ul li p:nth-of-type(2) {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

#produce-b .pro-info ul li p:nth-of-type(4) {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 1220px) {
  #produce-b .pro-content .img-wrapper {
    width: 288px;
    height: 288px;
  }
  #produce-b .pro-content .font-right {
    width: 578px;
  }
  #produce-b .pro-content .font-right .min-img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #produce-b .pro-content .img-wrapper {
    width: 200px;
    height: 200px;
  }
  #produce-b .pro-content .font-right {
    width: 60%;
  }
  #produce-b .pro-content .font-right .min-img {
    margin-top: 10px;
  }
  #produce-b .pro-content .font-right .min-img img {
    width: 50px;
    height: 50px;
  }
  #produce-b .pro-info ul li p:nth-of-type(2), #produce-b .pro-info ul li p:nth-of-type(4) {
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  #produce-b .pro-content {
    text-align: center;
  }
  #produce-b .pro-content .img-wrapper {
    width: 240px;
    height: 240px;
  }
  #produce-b .pro-content .font-right {
    width: 100%;
    margin-top: 10px;
    float: none;
    display: inline-block;
  }
  #produce-b .pro-content .font-right .min-img {
    margin-top: 20px;
  }
}

#video {
  margin-top: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e6e6e6;
}

#video .title {
  color: #4c4c4c;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
}

#video .video-wrapper {
  width: 100%;
}

#video .video-wrapper .img-1 {
  width: 100%;
  height: 566px;
  position: relative;
  margin-bottom: 30px;
}

#video .video-wrapper .img-1 video {
  width: 100%;
  height: 100%;
  margin: 0;
}

#video .video-wrapper .img-1 .open {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/20.png");
  background-repeat: no-repeat;
  background-size: 88px;
  background-position: center;
  top: 0;
  left: 0;
}

#video .video-wrapper .small-img {
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

#video .video-wrapper .small-img .img-2 {
  display: inline-block;
  width: 31%;
  position: relative;
}

#video .video-wrapper .small-img .img-2 video, #video .video-wrapper .small-img .img-2 img {
  width: 100%;
  height: 100%;
}

#video .video-wrapper .small-img .img-2 .open {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/20.png");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: center;
  top: 0;
  left: 0;
  cursor: pointer;
}

#video .video-wrapper .font {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 1220px) {
  #video {
    width: 100%;
  }
  #video .video-wrapper .img-1 {
    height: 464px;
  }
  #video .video-wrapper .small-img {
    height: 168px;
  }
}

@media screen and (max-width: 1000px) {
  #video {
    width: 100%;
  }
  #video .video-wrapper .img-1 {
    height: auto;
  }
  #video .video-wrapper .img-1 .open {
    background-size: 40px;
  }
  #video .video-wrapper .small-img {
    height: auto;
  }
  #video .video-wrapper .small-img .img-2 .open {
    background-size: 24px;
  }
}

#design {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 66px;
  border-bottom: 1px solid #e6e6e6;
}

#design .title {
  color: #4c4c4c;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
}

#design .slide-wrapper {
  width: 100%;
  height: 205px;
  position: relative;
}

#design .slide-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

#design .slide-wrapper .swiper-container .swiper-slide {
  height: 100%;
}

#design .slide-wrapper .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

#design .slide-wrapper .swiper-pagination {
  bottom: -40px;
  width: 100%;
  text-align: center;
}

#design .slide-wrapper .swiper-pagination span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  opacity: 1 !important;
}

#design .slide-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb232d;
}

@media screen and (max-width: 1220px) {
  #design {
    width: 100%;
  }
  #design .slide-wrapper {
    height: 168px;
  }
}

@media screen and (max-width: 1000px) {
  #design {
    width: 100%;
  }
  #design .slide-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #design {
    width: 100%;
  }
  #design .slide-wrapper {
    height: auto;
  }
  #design .slide-wrapper .swiper-pagination span {
    width: 5px;
    height: 5px;
  }
}

#case-list {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

#case-list .title {
  color: #4c4c4c;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
}

#case-list .slide-wrapper {
  width: 100%;
  position: relative;
}

#case-list .slide-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

#case-list .slide-wrapper .swiper-container .swiper-slide {
  height: 100%;
  width: 46.7%;
  font-size: 14px;
  color: #4c4c4c;
}

#case-list .slide-wrapper .swiper-container .swiper-slide img {
  width: 100%;
  height: 307px;
}

#case-list .slide-wrapper .swiper-container .swiper-slide p {
  line-height: 54px;
  text-align: center;
}

#case-list .slide-wrapper .swiper-button-prev, #case-list .slide-wrapper .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: contain;
  top: 132px;
  margin-top: 0;
}

#case-list .slide-wrapper .swiper-button-prev {
  background-image: url("../images/22.png");
  left: 18%;
}

#case-list .slide-wrapper .swiper-button-next {
  background-image: url("../images/21.png");
  right: 18%;
}

@media screen and (max-width: 1220px) {
  #case-list {
    width: 100%;
  }
  #case-list .slide-wrapper .swiper-container .swiper-slide img {
    height: 252px;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-prev, #case-list .slide-wrapper .swiper-container .swiper-button-next {
    top: 105px;
  }
}

@media screen and (max-width: 1000px) {
  #case-list {
    width: 100%;
  }
  #case-list .slide-wrapper .swiper-container .swiper-slide {
    width: 48%;
  }
  #case-list .slide-wrapper .swiper-container .swiper-slide img {
    height: auto;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-prev, #case-list .slide-wrapper .swiper-container .swiper-button-next {
    top: 30%;
    width: 30px;
    height: 30px;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-prev {
    left: 10px;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 750px) {
  #case-list {
    width: 100%;
  }
  #case-list .slide-wrapper .swiper-container .swiper-slide {
    width: 48%;
  }
  #case-list .slide-wrapper .swiper-container .swiper-slide img {
    height: auto;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-prev, #case-list .slide-wrapper .swiper-container .swiper-button-next {
    top: 30%;
    width: 20px;
    height: 20px;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-prev {
    left: 10px;
  }
  #case-list .slide-wrapper .swiper-container .swiper-button-next {
    right: 10px;
  }
}

.goback {
  padding: 32px 0;
}

.goback .left {
  display: inline-block;
  line-height: 34px;
  color: #333;
  font-size: 16px;
}

.goback .left .none {
  color: #999;
}

.goback .go-list {
  float: right;
  padding-left: 30px;
  background: url("../images/26.png") no-repeat left center;
  background-size: 20px auto;
  color: #333;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .goback {
    padding: 20px 0;
  }
  .goback .left {
    font-size: 12px;
    line-height: 20px;
  }
  .goback .go-list {
    font-size: 12px;
    padding-left: 20px;
    background-size: 12px auto;
  }
}

.nav-wrapper {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
}

.nav-wrapper .list {
  width: 100%;
  line-height: 60px;
  color: #4c4c4c;
  font-size: 16px;
}

.nav-wrapper .list p {
  float: left;
  width: 80px;
  text-align: right;
}

.nav-wrapper .list .right {
  margin-left: 80px;
}

.nav-wrapper .list .right a {
  display: inline-block;
  margin: 0 23px;
  color: #4c4c4c;
}

.nav-wrapper .list .right .active {
  color: #cb232d;
}

.nav-wrapper .list:first-child {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 1220px) {
  .nav-wrapper {
    width: 980px;
  }
}

@media screen and (max-width: 1000px) {
  .nav-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .nav-wrapper {
    width: 100%;
  }
  .nav-wrapper .list {
    width: 7.01rem;
    margin: 0 auto;
    line-height: .6rem;
    font-size: 16px;
  }
  .nav-wrapper .list p {
    width: .8rem;
  }
  .nav-wrapper .list .right {
    margin-left: .8rem;
  }
  .nav-wrapper .list .right a {
    margin: 0 .23rem;
    color: #4c4c4c;
  }
}

@media screen and (max-width: 450px) {
  .nav-wrapper {
    width: 100%;
  }
  .nav-wrapper .list {
    font-size: .24rem;
  }
}

.big-shop {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 40px;
}

.big-shop .img-wrapper {
  width: 36%;
  float: right;
  vertical-align: top;
  overflow: hidden;
  margin-right: 6%;
}

.big-shop .img-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
}

.big-shop .img-wrapper img:hover {
  transform: scale(1.1);
}

.big-shop .left-font {
  display: inline-block;
  width: 52%;
  text-align: center;
  margin-top: 126px;
  margin-left: 5%;
}

.big-shop .left-font p:nth-of-type(1) {
  font-size: 24px;
  color: #1a1a1a;
}

.big-shop .left-font p:nth-of-type(2) {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 34px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}

.big-shop .left-font a {
  width: 128px;
  height: 46px;
  display: inline-block;
  background-color: #cb232d;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  margin-top: 62px;
}

.shop-left .img-wrapper {
  float: left;
  margin-right: 0;
  margin-left: 6%;
}

.shop-left .left-font {
  margin-left: 0;
  margin-right: 5%;
}

@media screen and (max-width: 1220px) {
  .big-shop {
    width: 980px;
  }
  .big-shop .left-font {
    margin-top: 66px;
  }
}

@media screen and (max-width: 1000px) {
  .big-shop {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .big-shop .left-font {
    vertical-align: middle;
    margin-top: 0;
  }
  .big-shop .left-font p:nth-of-type(2) {
    margin-top: 16px;
  }
  .big-shop .left-font a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .big-shop {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .4rem;
  }
  .big-shop .left-font {
    vertical-align: middle;
    margin-top: 0;
  }
  .big-shop .left-font p:nth-of-type(2) {
    margin-top: .16rem;
  }
  .big-shop .left-font a {
    margin-top: .2rem;
    width: 1.28rem;
    height: .46rem;
    line-height: .46rem;
  }
}

@media screen and (max-width: 450px) {
  .big-shop {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .4rem;
  }
  .big-shop .left-font p:nth-of-type(1) {
    font-size: .32rem;
  }
  .big-shop .left-font p:nth-of-type(2) {
    margin-top: .16rem;
    font-size: .24rem;
    line-height: .32rem;
    height: .96rem;
  }
  .big-shop .left-font a {
    margin-top: .2rem;
    width: 1.28rem;
    height: .46rem;
    line-height: .46rem;
    font-size: .2rem;
  }
}

.small-shop-wrapper {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  margin-top: 40px;
}

.small-shop-wrapper li {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 4%;
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 32px;
}

.small-shop-wrapper li .wrapper {
  width: 90%;
  margin: 0 auto;
}

.small-shop-wrapper li .wrapper p:nth-of-type(1) {
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  line-height: 112px;
}

.small-shop-wrapper li .wrapper p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}

.small-shop-wrapper li .wrapper a {
  font-size: 14px;
  color: #cb232d;
  line-height: 58px;
  font-weight: bold;
}

.small-shop-wrapper li:nth-of-type(2n) {
  margin-right: 0;
}

.small-shop-wrapper .img-wrapper {
  width: 100%;
}

.small-shop-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
}

.small-shop-wrapper .img-wrapper img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1220px) {
  .small-shop-wrapper {
    width: 980px;
  }
}

@media screen and (max-width: 1000px) {
  .small-shop-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .small-shop-wrapper {
    width: 100%;
  }
  .small-shop-wrapper li {
    margin-bottom: .4rem;
  }
  .small-shop-wrapper li .wrapper p:nth-of-type(1) {
    font-size: .32rem;
    line-height: 1.12rem;
  }
  .small-shop-wrapper li .wrapper p:nth-of-type(2) {
    font-size: .24rem;
    line-height: .32rem;
    height: .96rem;
  }
  .small-shop-wrapper li .wrapper a {
    font-size: .24rem;
    line-height: .58rem;
  }
}

.download {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 44px;
}

.download .title {
  font-size: 30px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 72px;
  text-indent: 40px;
}

.download .content {
  width: 100%;
  padding: 44px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}

.download .content li {
  margin-bottom: 60px;
}

.download .content li img {
  width: 122px;
  height: 122px;
  border-radius: 13px;
}

.download .content li .middle {
  display: inline-block;
  width: 62%;
  vertical-align: top;
  margin-left: 1.5%;
}

.download .content li .middle p:nth-of-type(1) {
  color: #333;
  font-size: 18px;
}

.download .content li .middle p:nth-of-type(2) {
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 14px;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.download .content li .middle p:nth-of-type(3) {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

.download .content li .link {
  float: right;
}

.download .content li .link a {
  display: block;
  width: 190px;
  height: 46px;
  background-color: #cb232e;
  text-align: center;
  line-height: 46px;
  color: #fff;
}

.download .content li .link a:first-child {
  margin-bottom: 30px;
}

.download .content li .link a:hover {
  background-color: #a2a1a1;
}

.download .content li:last-child {
  margin-bottom: 0;
}

.page-nav-list {
  text-align: center;
  color: #4c4c4c;
}

.page-nav-list li {
  display: inline-block;
  padding: 0 12px;
  margin: 0 24px;
  height: 76px;
  line-height: 76px;
}

.page-nav-list li a {
  color: #4c4c4c;
}

.page-nav-list .active {
  border-top: 1px solid #000;
}

.page-nav-list .active a {
  color: #000;
}

@media screen and (max-width: 1220px) {
  .download {
    width: 980px;
  }
}

@media screen and (max-width: 1000px) {
  .download {
    width: 100%;
  }
  .download .content li {
    margin-bottom: 30px;
  }
  .download .content li img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .download .content li .middle p:nth-of-type(2) {
    margin-top: 6px;
  }
  .download .content li .middle p:nth-of-type(3) {
    margin-top: 12px;
  }
  .download .content li .link a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .download .content li .link a:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .download {
    width: 100%;
  }
  .download .title {
    font-size: 24px;
  }
  .download .content {
    padding: .4rem .24rem;
  }
  .download .content li {
    margin-bottom: .3rem;
  }
  .download .content li img {
    width: .8rem;
    height: .8rem;
    border-radius: .08rem;
  }
  .download .content li .middle p:nth-of-type(2) {
    margin-top: .06rem;
    height: 48px;
  }
  .download .content li .middle p:nth-of-type(3) {
    margin-top: .12rem;
  }
  .page-nav-list li {
    margin: 0 .1rem;
    padding: 0 .12rem;
  }
}

@media screen and (max-width: 500px) {
  .download {
    width: 100%;
  }
  .download .content {
    padding: .4rem .24rem;
  }
  .download .content li {
    margin-bottom: .3rem;
  }
  .download .content li img {
    width: .8rem;
    height: .8rem;
    border-radius: .08rem;
  }
  .download .content li .middle {
    width: 4.4rem;
  }
  .download .content li .middle p:nth-of-type(1) {
    font-size: .32rem;
  }
  .download .content li .middle p:nth-of-type(2) {
    margin-top: .06rem;
    height: 48px;
    font-size: .24rem;
    line-height: .36rem;
    height: .72rem;
  }
  .download .content li .middle p:nth-of-type(3) {
    margin-top: .12rem;
    font-size: .24rem;
  }
  .download .content li .link a {
    width: 1.2rem;
    height: .4rem;
    font-size: .2rem;
    line-height: .4rem;
  }
}

.content-kill {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.content-kill li {
  padding: 36px 40px;
  border-bottom: 1px solid #e6e6e6;
}

.content-kill li .left {
  margin-right: 230px;
}

.content-kill li .left p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  margin-bottom: 20px;
}

.content-kill li .left p:nth-of-type(1) span:nth-of-type(2) {
  display: block;
  margin-right: 100px;
}

.content-kill li .left p:nth-of-type(1) span:nth-of-type(1) {
  float: right;
  font-size: 14px;
}

.content-kill li .left p:nth-of-type(2) {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-kill li a {
  float: right;
  width: 190px;
  height: 46px;
  font-size: 12px;
  color: #fff;
  line-height: 46px;
  background-color: #cb232d;
  text-align: center;
}

.content-kill li a:hover {
  background-color: #a2a1a1;
}

.content-kill li:last-child {
  border: 0;
}

@media screen and (max-width: 750px) {
  .content-kill li {
    padding: .36rem .24rem;
  }
  .content-kill li .left {
    margin-right: 170px;
  }
  .content-kill li .left p:nth-of-type(1) {
    line-height: 24px;
    margin-bottom: .2rem;
    font-size: 16px;
  }
  .content-kill li a {
    width: 140px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}

@media screen and (max-width: 500px) {
  .content-kill li {
    padding: .36rem .24rem;
  }
  .content-kill li .left {
    margin-right: 2rem;
  }
  .content-kill li .left p:nth-of-type(1) {
    line-height: .32rem;
    margin-bottom: .2rem;
    font-size: .28rem;
  }
  .content-kill li .left p:nth-of-type(1) span:nth-of-type(1) {
    font-size: .2rem;
  }
  .content-kill li .left p:nth-of-type(2) {
    font-size: .24rem;
  }
  .content-kill li a {
    width: 1.8rem;
    height: .46rem;
    font-size: .2rem;
    line-height: .46rem;
  }
}

.font-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 48px 46px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.font-wrapper p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}

.font-wrapper img {
  max-width: 100%;
  margin-top: 24px;
}

.font-wrapper a {
  display: inline-block;
  width: 190px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #cb232d;
  margin-top: 26px;
}

.font-wrapper a:hover {
  background-color: #ba1722;
}

.download .goback {
  padding: 24px 46px;
}

@media screen and (max-width: 750px) {
  .font-wrapper {
    padding: .26rem .24rem .46rem;
  }
  .font-wrapper p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .font-wrapper img {
    margin-top: .24rem;
  }
  .download .goback {
    padding: .24rem;
  }
}

#software {
  width: 1200px;
  margin: 0 auto;
}

#software .soft-1, #software .soft-2, #software .soft-3 {
  height: 100%;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
}

#software .soft-1 p, #software .soft-1 div, #software .soft-2 p, #software .soft-2 div, #software .soft-3 p, #software .soft-3 div {
  box-sizing: border-box;
}

#software .soft-1, #software .soft-3 {
  padding: 120px 20px 120px;
}

#software .soft-1 img, #software .soft-2 img, #software .soft-3 img {
  width: 100%;
  height: auto;
}

#software .soft-1 .shadow, #software .soft-2 .shadow, #software .soft-3 .shadow {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

#software .soft-1 .shadow p, #software .soft-2 .shadow p, #software .soft-3 .shadow p {
  width: 56%;
  margin: 0 auto;
}

#software .soft-1 .shadow img, #software .soft-2 .shadow img, #software .soft-3 .shadow img {
  width: 136px;
  height: 136px;
}

#software .soft-1 .shadow p:nth-of-type(1), #software .soft-2 .shadow p:nth-of-type(1), #software .soft-3 .shadow p:nth-of-type(1) {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 50px;
}

#software .soft-1 .shadow p:nth-of-type(2), #software .soft-2 .shadow p:nth-of-type(2), #software .soft-3 .shadow p:nth-of-type(2) {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

#software .soft-1 {
  margin-top: 60px;
}

#software .soft-3 {
  margin-bottom: 60px;
  margin-top: 135px;
}

#software .soft-2 .shadow .font {
  width: 100%;
  text-align: center;
}

#software .soft-2 .shadow .font p {
  margin-top: 32px;
}

@media screen and (max-width: 1220px) {
  #software {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #software {
    width: 100%;
  }
  #software .soft-1 .shadow p, #software .soft-2 .shadow p, #software .soft-3 .shadow p {
    width: 90%;
  }
  #software .soft-1 .shadow p:nth-of-type(1), #software .soft-2 .shadow p:nth-of-type(1), #software .soft-3 .shadow p:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #software .soft-2 .shadow .font img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 750px) {
  #software {
    width: 100%;
  }
  #software .soft-1 .shadow p:nth-of-type(1), #software .soft-2 .shadow p:nth-of-type(1), #software .soft-3 .shadow p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #software .soft-1 .shadow p:nth-of-type(2), #software .soft-2 .shadow p:nth-of-type(2), #software .soft-3 .shadow p:nth-of-type(2) {
    line-height: 24px;
  }
}

@media screen and (max-width: 550px) {
  #software {
    width: 100%;
  }
  #software .soft-1, #software .soft-2, #software .soft-3 {
    margin-bottom: .4rem;
  }
  #software .soft-1 .shadow p:nth-of-type(1), #software .soft-2 .shadow p:nth-of-type(1), #software .soft-3 .shadow p:nth-of-type(1) {
    margin-bottom: .1rem;
    font-size: .28rem;
  }
  #software .soft-1 .shadow p:nth-of-type(2), #software .soft-2 .shadow p:nth-of-type(2), #software .soft-3 .shadow p:nth-of-type(2) {
    line-height: .3rem;
    font-size: .22rem;
  }
  #software .soft-2 .shadow .font img {
    width: .8rem;
    height: .8rem;
  }
  #software .soft-2 .shadow .font p {
    margin-top: .2rem;
  }
  #software .soft-1 {
    margin-top: .6rem;
  }
  #software .soft-3 {
    margin-bottom: .6rem;
    margin-top: 1.35rem;
  }
}

#classify {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 40px;
  display: none;
}

#classify a {
  display: inline-block;
  height: 100%;
  width: 50%;
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
}

#classify .active {
  color: #cb232e;
}

@media screen and (max-width: 1165px) {
  #classify {
    display: block;
    width: 980px;
  }
}

@media screen and (max-width: 1000px) {
  #classify {
    width: 100%;
  }
}
