<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-site-bar {
  padding: 15px 0;
}
.nav-site-bar a,
.nav-site-bar span {
  color: #383838;
  font-size: 14px;
}
.nav-site-bar a.s,
.nav-site-bar span.s {
  margin: 0 3px;
}
.nav-site-bar span:last-child {
  font-weight: 600;
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pagination-box .pagination li {
  margin: 0 5px;
}
.pagination-box .pagination li a,
.pagination-box .pagination li span {
  display: inline-block;
  padding: 8px 10px;
}
.pagination-box .pagination li span {
  color: #666;
}
.pagination-box .pagination li.active span {
  background-color: #0081cb;
  color: #fff;
}
.pagination-box .pagination li:hover a {
  background-color: #0081cb;
  color: #fff;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner &gt; .swiper-container {
  width: 100%;
}
.banner &gt; .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner &gt; .swiper-container .swiper-slide img {
  width: 100%;
}
.banner &gt; .swiper-container .swiper-slide-active {
  height: auto;
}
.banner .center-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-orient: vertical;
  /* 12鐗� */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.banner .center-box .img {
  width: 150px;
  height: 150px;
}
.banner .center-box .t {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.banner .cate-banner-f-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
}
.banner .cate-banner-f-box .t {
  font-size: 30px;
}
.banner .cate-banner-f-box .desc {
  margin-top: 25px;
  width: 380px;
}
.banner .page-head {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .page-head &gt; div {
  height: 100%;
  position: relative;
}
.banner .page-head &gt; div .page-t {
  position: absolute;
  margin-left: 65px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.product .cate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  /*-webkit-box-lines: multiple;*/
  /* 12鐗� */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .cate-box li:not(:nth-child(3n+1)) {
  margin-left: 15px;
}
.product .cate-box .item {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background: radial-gradient(#fff, #e4e4e4);
  width: 390px;
  height: 275px;
  margin-bottom: 15px;
  position: relative;
}
.product .cate-box .item .img {
  background: no-repeat top right;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.product .cate-box .item .f-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: left;
}
.product .cate-box .item .f-box .t {
  font-size: 22px;
}
.product .cate-box .item .f-box .more {
  margin-top: 10px;
}
.product .cate-box .end {
  height: 275px;
  -webkit-box-flex: 1 0 ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 0 ;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 0 ;
  /* Chrome */
  -ms-flex: 1 0 ;
  /* IE 10 */
  flex: 1 0 ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-color: #25356b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.product .cate-box .end img {
  max-width: 100%;
}
.product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  /*-webkit-box-lines: multiple;*/
  /* 12鐗� */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .product-list .item {
  width: 390px;
  margin-bottom: 30px;
}
.product .product-list .item:not(:nth-child(3n+1)) {
  margin-left: 15px;
}
.product .product-list .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.product .product-list .item .img img {
  max-width: 100%;
}
.product .product-list .item .info {
  margin: 30px 25px;
}
.product .product-list .item .info .m a {
  color: #25356b;
  font-size: 20px;
  font-weight: 600;
}
.product .product-list .item .info .props {
  margin-top: 20px;
}
.product .product-list .item .info .props p {
  font-size: 14px;
}
.product .product-list .item .info .props .left {
  float: left;
  width: 50%;
}
.product .product-list .item .info .props .right {
  padding-left: 15px;
  float: right;
  width: 50%;
}
.product .product-details .product-pics {
  height: 670px;
}
.product .product-details .product-pics .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.product .product-details .product-pics .thumb {
  float: left;
  width: 275px;
  height: 100%;
}
.product .product-details .product-pics .thumb .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product .product-details .product-pics .thumb .swiper-slide {
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  background-color: #fff;
}
.product .product-details .product-pics .thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.product .product-details .product-pics .top-pic {
  float: right;
  width: 920px;
  height: 100%;
}
.product .product-details .product-pics .top-pic .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product .product-details .product-pics .top-pic .swiper-slide {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.product .product-details .product-pics .top-pic .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product .product-details .product-info {
  margin-top: 60px;
}
.product .product-details .product-info .left {
  float: left;
  width: 275px;
  padding: 0 60px;
  border-right: 1px solid #383838;
}
.product .product-details .product-info .left &gt; div {
  padding: 30px 0;
}
.product .product-details .product-info .left label {
  color: #25356b;
  font-size: 13px;
  display: block;
}
.product .product-details .product-info .left h2 {
  font-size: 28px;
  font-weight: 600;
}
.product .product-details .product-info .right {
  float: left;
}
.product .product-details .product-info .right &gt; div {
  float: left;
  margin-left: 50px;
  padding: 30px 0;
}
.product .product-details .product-info .right &gt; div label {
  color: #666;
  margin-bottom: 20px;
  display: block;
  font-size: 13px;
}
.product .product-details .product-info .right &gt; div p {
  padding: 2px 0;
  font-size: 14px;
}
.product .product-details .product-info .right .props {
  width: 160px;
}
.product .product-details .product-info .right .desc {
  width: 245px;
}
.product .product-details .product-info .right .size {
  width: 355px;
}
.product .product-details .product-info .right .size .img {
  width: 100%;
}
.product .product-details .product-info .right .size .img img {
  max-width: 100%;
}
.about {
  margin-bottom: 50px;
}
.about .index {
  min-height: 770px;
  width: 100%;
  background: url("../images/about/bg1.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 95px;
}
.about .index .head-t {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}
.about .index .menu-list {
  margin-top: 50px;
}
.about .index .menu-list .item {
  height: 515px;
  width: 294px;
  float: left;
  background: url("../images/about/bg2.jpg") no-repeat bottom left;
  background-size: 1200px 600px;
  background-position-y: -60px;
  background-position-x: -10px;
}
.about .index .menu-list .item:not(:first-child) {
  margin-left: 8px;
}
.about .index .menu-list .item:nth-child(2) {
  background-position-x: -303px;
}
.about .index .menu-list .item:nth-child(3) {
  background-position-x: -596px;
}
.about .index .menu-list .item:nth-child(4) {
  background-position-x: -888px;
}
.about .index .menu-list .item .f-box {
  padding-top: 130px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.about .index .menu-list .item .f-box .img {
  height: 105px;
  width: 105px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 50%;
  background-color: #25356b;
}
.about .index .menu-list .item .f-box .img img {
  width: 100%;
  height: 100%;
}
.about .index .menu-list .item .f-box .t {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.about .brand .ppjs-video {
  background-color: #25356b;
  padding-top: 60px;
  padding-bottom: 80px;
}
.about .brand .ppjs-video .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.about .brand .ppjs-video .video video {
  max-width: 1024px;
  max-height: 768px;
}
.about .brand .ppjs .ppjs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.about .brand .ppjs .ppjs-box .left {
  -webkit-box-flex: 815 0 ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 815 0 ;
  /* OLD - Firefox 19- */
  -webkit-flex: 815 0 ;
  /* Chrome */
  -ms-flex: 815 0 ;
  /* IE 10 */
  flex: 815 0 ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 815px;
}
.about .brand .ppjs .ppjs-box .left img {
  max-width: 100%;
}
.about .brand .ppjs .ppjs-box .right {
  -webkit-box-flex: 700 0 ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 700 0 ;
  /* OLD - Firefox 19- */
  -webkit-flex: 700 0 ;
  /* Chrome */
  -ms-flex: 700 0 ;
  /* IE 10 */
  flex: 700 0 ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-left: 50px;
  max-width: 700px;
}
.about .brand .ppjs .ppjs-box .right img {
  max-width: 100%;
}
.about .history .history-box .top .year,
.about .history .history-box .bottom .year {
  margin: 0 auto;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: #9a9a9a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.about .history .history-box .history-list {
  position: relative;
  padding: 20px 0;
}
.about .history .history-box .history-list:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-1px);
  top: 0;
  height: 100%;
  width: 0px;
  border-left: 1px dotted #000;
  z-index: 9999;
}
.about .history .history-box .history-list .item .event {
  width: 600px;
  padding: 50px;
  position: relative;
}
.about .history .history-box .history-list .item .event:after {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #383838;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.about .history .history-box .history-list .item .event .event-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about .history .history-box .history-list .item .event .event-body .info .year {
  font-weight: 600;
  font-size: 22px;
}
.about .history .history-box .history-list .item .event .event-body .info .desc {
  margin-top: 20px;
  font-size: 16px;
}
.about .history .history-box .history-list .item .event .event-body .img {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 170px;
  max-width: 50%;
  max-height: 200px;
  text-align: center;
}
.about .history .history-box .history-list .item .event .event-body .img img {
  max-height: 100%;
  max-width: 100%;
}
.about .history .history-box .history-list .item:nth-child(even) .event {
  margin-left: 50%;
}
.about .history .history-box .history-list .item:nth-child(even) .event:after {
  left: 0;
  transform: translate(-50%, -50%);
}
.about .history .history-box .history-list .item:nth-child(even) .event .info {
  padding-left: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.about .history .history-box .history-list .item:nth-child(even) .event .img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.about .history .history-box .history-list .item:nth-child(odd) .event:after {
  right: 0;
  transform: translate(50%, -50%);
}
.about .history .history-box .history-list .item:nth-child(odd) .event .info {
  padding-right: 20px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.about .history .history-box .history-list .item:nth-child(odd) .event .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.news .news-list {
  margin-bottom: 40px;
}
.news .news-list .item {
  padding: 30px 25px;
  border-top: 1px solid #000;
}
.news .news-list .item:last-child {
  border-bottom: 1px solid #000;
}
.news .news-list .item .info {
  float: left;
  width: 350px;
}
.news .news-list .item .info .date {
  font-size: 30px;
  color: #666;
}
.news .news-list .item .info h3 {
  margin-top: 50px;
}
.news .news-list .item .info h3 a {
  font-size: 22px;
  display: inline-block;
  max-width: 100%;
}
.news .news-list .item .info .intro {
  margin-top: 25px;
  color: #666;
  line-height: 16px;
}
.news .news-list .item .img {
  float: right;
  width: 755px;
  height: 290px;
}
.news .news-list .item .img img {
  width: 100%;
  height: 100%;
}
.news .news-details {
  padding: 30px 30px 40px 30px;
}
.news .news-details .title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
.news .news-details .content {
  margin-top: 50px;
  margin-bottom: 30px;
}
.news .news-details .content img {
  max-width: 100%;
}
.news .news-details .end {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.news .news-details .end:before {
  display: block;
  content: '';
  border-top: 1px solid #969696;
  width: 60px;
  height: 0;
  margin-right: 20px;
}
.news .news-details .end:after {
  display: block;
  content: '';
  border-top: 1px solid #969696;
  width: 60px;
  height: 0;
  margin-left: 20px;
}
.news .news-details .date {
  margin-top: 10px;
  text-align: center;
  color: #969696;
}
.customized .index .message-box {
  background-color: #25356b;
  padding: 35px 0 10px 40px;
}
.customized .index .message-box .t {
  color: #fff;
  font-size: 16px;
}
.customized .index .message-box .form {
  margin-top: 25px;
}
.customized .index .message-box .form .input {
  float: left;
  width: 215px;
  height: 35px;
  line-height: 35px;
}
.customized .index .message-box .form .input:not(:first-child) {
  margin-left: 10px;
}
.customized .index .message-box .form .input.input-text-box,
.customized .index .message-box .form .input.input-select-box {
  background-color: #fff;
}
.customized .index .message-box .form .input.input-text-box input,
.customized .index .message-box .form .input.input-select-box input,
.customized .index .message-box .form .input.input-text-box select,
.customized .index .message-box .form .input.input-select-box select {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 15px;
  color: #383838;
}
.customized .index .message-box .form .input.input-button {
  color: #fff;
  background-color: #2172be;
  cursor: pointer;
  text-align: center;
}
.customized .index .box-1,
.customized .index .box-2,
.customized .index .box-3 {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.customized .index .box-1.bg,
.customized .index .box-2.bg,
.customized .index .box-3.bg {
  background-color: #25356b;
}
.customized .index .box-1 .f-box,
.customized .index .box-2 .f-box,
.customized .index .box-3 .f-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09鐗� */
  -webkit-box-orient: vertical;
  /* 12鐗� */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /* 09鐗� */
  -webkit-box-align: center;
  /* 12鐗� */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* 09鐗� */
  -webkit-box-pack: center;
  /* 12鐗� */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.customized .index .box-1 .f-box.mask-shadow,
.customized .index .box-2 .f-box.mask-shadow,
.customized .index .box-3 .f-box.mask-shadow {
  background-color: rgba(0, 0, 255, 0.2);
  transition: all linear 0.3s;
}
.customized .index .box-1 .f-box.mask-shadow:hover,
.customized .index .box-2 .f-box.mask-shadow:hover,
.customized .index .box-3 .f-box.mask-shadow:hover {
  transition: all linear 0.3s;
  background-color: rgba(0, 0, 255, 0);
}
.customized .index .box-1 .f-box .t,
.customized .index .box-2 .f-box .t,
.customized .index .box-3 .f-box .t {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.customized .index .box-1 {
  width: 392px;
  height: 370px;
}
.customized .index .box-1 .f-box .t {
  font-size: 30px;
  font-weight: 600;
}
.customized .index .box-2 {
  width: 796px;
  height: 370px;
  position: relative;
}
.customized .index .box-2 img {
  width: 100%;
}
.customized .index .box-2 .swiper-container {
  width: 100%;
}
.customized .index .box-2 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.customized .index .box-2 .swiper-container .swiper-slide img {
  width: 100%;
}
.customized .index .box-3 {
  width: 392px;
  height: 260px;
}
.customized .index .box-3 .f-box .t {
  font-size: 24px;
  font-weight: 500;
}
.customized .index .ml-12 {
  margin-left: 12px;
}
.customized .index .mb-12 {
  margin-bottom: 12px;
}
.customized .cases,
.customized .series {
  margin-bottom: 30px;
}
.customized .cases .cate-list .item,
.customized .series .cate-list .item {
  float: left;
  width: 396px;
  border-bottom: 3px solid #aaaaaa;
  text-align: center;
}
.customized .cases .cate-list .item:not(:first-child),
.customized .series .cate-list .item:not(:first-child) {
  margin-left: 6px;
}
.customized .cases .cate-list .item a,
.customized .series .cate-list .item a {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  font-size: 16px;
}
.customized .cases .cate-list .item.active,
.customized .series .cate-list .item.active,
.customized .cases .cate-list .item:hover,
.customized .series .cate-list .item:hover {
  border-bottom-color: #25356b;
}
.customized .cases .cases-list,
.customized .series .cases-list,
.customized .cases .series-list,
.customized .series .series-list {
  margin-top: 10px;
}
.customized .cases .cases-list .item,
.customized .series .cases-list .item,
.customized .cases .series-list .item,
.customized .series .series-list .item {
  display: block;
  float: left;
  height: 380px;
  width: 396px;
  margin-bottom: 30px;
}
.customized .cases .cases-list .item:not(:nth-child(3n+1)),
.customized .series .cases-list .item:not(:nth-child(3n+1)),
.customized .cases .series-list .item:not(:nth-child(3n+1)),
.customized .series .series-list .item:not(:nth-child(3n+1)) {
  margin-left: 6px;
}
.customized .cases .cases-list .item .img,
.customized .series .cases-list .item .img,
.customized .cases .series-list .item .img,
.customized .series .series-list .item .img {
  width: 396px;
  height: 298px;
  overflow: hidden;
}
.customized .cases .cases-list .item .img img,
.customized .series .cases-list .item .img img,
.customized .cases .series-list .item .img img,
.customized .series .series-list .item .img img {
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
}
.customized .cases .cases-list .item .t,
.customized .series .cases-list .item .t,
.customized .cases .series-list .item .t,
.customized .series .series-list .item .t {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #25356b;
}
.customized .cases .cases-list .item .intro,
.customized .series .cases-list .item .intro,
.customized .cases .series-list .item .intro,
.customized .series .series-list .item .intro {
  margin-top: 10px;
  font-size: 14px;
}
.customized .cases .cases-list .item:hover .img img,
.customized .series .cases-list .item:hover .img img,
.customized .cases .series-list .item:hover .img img,
.customized .series .series-list .item:hover .img img {
  transform: scale(1.1, 1.1);
  transition: all linear 0.3s;
}
.customized .cases-details .title,
.customized .series-details .title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
.customized .cases-details .content,
.customized .series-details .content {
  border-top: 1px solid #aaaaaa;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.customized .cases-details .content img,
.customized .series-details .content img {
  max-width: 100%;
}
.design .designer {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.design .designer .item {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 480px;
}
.design .designer .item .img {
  width: 100%;
  margin-bottom: 40px;
}
.design .designer .item .img img {
  width: 100%;
}
.design .designer .item .name {
  font-size: 24px;
  color: #25356b;
  margin-bottom: 25px;
}
.design .designer .item .intro {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
.design .designer .item .intro img {
  max-width: 100%;
}
.design .designer .line {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 1px;
  background-color: #e4e4e4;
  margin: 0 40px;
}
.distribution .experience-exhibition-hall .banner .t-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.distribution .experience-exhibition-hall .banner .t-box .t {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  margin-top: 7%;
}
.distribution .experience-exhibition-hall .shop-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.distribution .experience-exhibition-hall .shop-list .item {
  display: block;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  margin: 10px;
}
.distribution .experience-exhibition-hall .shop-list .item a {
  font-size: 18px;
  padding: 0 10px;
}
.distribution .experience-exhibition-hall .shop-list .item:hover,
.distribution .experience-exhibition-hall .shop-list .item.active {
  border-bottom-color: #25356b;
}
.distribution .experience-exhibition-hall .show-box {
  margin-top: 20px;
}
.distribution .experience-exhibition-hall .show-box .swiper-container {
  width: 100%;
}
.distribution .experience-exhibition-hall .show-box .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.distribution .experience-exhibition-hall .show-box .swiper-container .swiper-slide img {
  width: 100%;
}
.distribution .experience-exhibition-hall .show-box .top-swiper .swiper-container .swiper-slide {
  height: 0px;
}
.distribution .experience-exhibition-hall .show-box .top-swiper .swiper-container .swiper-slide-active {
  height: auto;
}
.distribution .experience-exhibition-hall .show-box .thumb-swiper {
  margin-top: 10px;
}
.distribution .experience-exhibition-hall .show-box .thumb-swiper .swiper-container {
  height: 128px;
}
.distribution .experience-exhibition-hall .show-box .thumb-swiper .swiper-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.distribution .experience-exhibition-hall .b-info {
  margin-top: 30px;
  text-align: center;
  line-height: 30px;
}
.smart .closestool .closestool-content .video {
  margin: 0 auto;
  width: 1200px;
}
.smart .closestool .closestool-content .l-img {
  display: inline-block;
  width: calc(50% - 5px);
  padding-right: 5px;
}
.smart .closestool .closestool-content .l-img .img {
  width: 100%;
  height: 100%;
}
.smart .closestool .closestool-content .r-img {
  display: inline-block;
  width: calc(50% - 5px);
  height: 1068px;
  padding-left: 5px;
}
.smart .closestool .closestool-content .r-img .img {
  width: 100%;
  height: 100%;
}
.smart .closestool .closestool-content .img-box {
  width: 393px;
  overflow: hidden;
  display: inline-block;
}
.smart .closestool .closestool-content .img-box img {
  width: 100%;
  height: 100%;
}
.service .content img {
  max-width: 100%;
}
/*# sourceMappingURL=styles.css.map */</pre></body></html>