@font-face {
  font-family: Poppins;
  src: url("../font/Poppins.woff2") format("woff2"), url("../font/Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: Manrope,Arial,Poppins,"PingFang SC", "Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

/*!- w112-wrapper begin -*/
.w112-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding:32px;
}
@media screen and (max-width: 1280px) {
  .w112-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-wrapper {
    padding: 0 16px;
  }
}

/*!- w112-wrapper end -*/
/*!- w112-section begin -*/
.w112-section {
  padding: 0px 0;
}
.w112-section .content-empty {
  text-align: center;
}
.w112-section .content-empty .w112-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.w112-section .content-empty .content-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.w112-section.mm {
  padding: 0;
}
.w112-section.mb {
  padding-bottom: 0;
}
.w112-section.mt {
  padding-top: 0;
}
.w112-section.mb-60 {
  padding-bottom: 60px;
}
.w112-section .layout-wrap {
  display: flex;
  align-items: flex-start;
}
.w112-section .layout-wrap > .cart-form {
  display: flex;
  align-items: flex-start;
}
.w112-section .layout-content {
  flex: auto;
  width: 75%;
}
.w112-section .layout-sidebar {
  width: 25%;
  padding-left: 30px;
}
.w112-section .layout-sidebar .hd {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  position: relative;
}
.w112-section .layout-sidebar .hd h3 {
  flex: auto;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.w112-section .layout-sidebar .hd:after {
  position: absolute;
  content: '\e844';
  font-family: w112-iconfont;
  color: #fbd500;
  right: 0;
  font-size: 20px;
}
.w112-section .layout-sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w112-section .layout-sidebar .hd a:hover {
  color: #003F82;
}
.w112-section .layout-sidebar .menu-grid-sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul {
  position: sticky;
  top: 72px;
  left: 0;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li {
  margin-bottom: 5px;
  transition: all .5s;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: all .5s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li:hover a {
  color: #fbd500;
  transition: color .5s;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li:hover a:before {
  content: '\e844';
  font-family: 'w112-iconfont';
  padding-right: 10px;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li.active a {
  color: #fbd500;
}
.w112-section .layout-sidebar .menu-grid-sidebar ul li:last-child {
  margin-bottom: 0;
}
.w112-section .layout-sidebar .cashier-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
}
.w112-section .layout-sidebar .cashier-grid-sidebar ul {
  display: flex;
  flex-direction: column;
}
.w112-section .layout-sidebar .cashier-grid-sidebar ul li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.w112-section .layout-sidebar .cashier-grid-sidebar ul li strong {
  font-size: 20px !important;
}
.w112-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.w112-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-value {
  font-size: 16px;
  line-height: 32px;
  color: #FE5050;
}
.w112-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action {
  margin-top: 24px;
}
.w112-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action .cart-action {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  background-color: #26BB79;
  cursor: pointer;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.w112-section .layout-sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w112-section .layout-sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w112-section .layout-sidebar .bd ul li a {
  display: block;
}
.w112-section .layout-sidebar .bd ul li a:hover .intro h4 {
  color: #003F82;
}
.w112-section .layout-sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-section .layout-sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w112-section .layout-sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-section .layout-sidebar .hot-related-wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.w112-section .layout-sidebar .hot-related-wrap ul li {
  display: flex;
  margin-bottom: 30px;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .cover {
  width: 30%;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .cover > img {
  display: block;
  width: 100%;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .intro {
  width: 70%;
  padding-left: 20px;
  flex: auto;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .intro h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: normal;
  color: #333;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .intro:hover h4 {
  color: #fbd500;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .video-item {
  width: 100%;
  margin-bottom: 0;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .video-item .cover {
  width: 100%;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon {
  padding: 20px;
}
.w112-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon h4 {
  font-weight: normal;
}
.w112-section .layout-sidebar .company-content {
  width: 100%;
  margin-bottom: 30px;
}
.w112-section .layout-sidebar .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w112-section .layout-sidebar .company-content ul li {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}
.w112-section .layout-sidebar .company-content ul li .icon {
  font-size: 20px;
  line-height: 1;
  color: #003F82;
  display: inline-block;
}
.w112-section .layout-sidebar .company-content ul li .icon i {
  font-size: inherit;
}
.w112-section .layout-sidebar .company-content ul li .label {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: inline-block;
}
.w112-section .layout-sidebar .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #333;
  display: inline-block;
}
.w112-section .layout-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.w112-section .tips-tags .tips {
  padding: 16px 0;
}
.w112-section .tips-tags .tips h4 {
  border-left: 3px solid #003F82;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #003F82;
}
.w112-section .tips-tags .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.w112-section .tips-tags .tags a {
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 16px;
  margin: 0 8px 16px 8px;
  max-width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.w112-section .tips-tags .tags a:hover {
  color: #003F82;
}
.w112-section .wui-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.w112-section .wui-number .wui-number-button {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #333333;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-image: none;
  background-color: whitesmoke;
}
.w112-section .wui-number .wui-number-button.sub {
  left: 0;
}
.w112-section .wui-number .wui-number-button.add {
  right: 0;
}
.w112-section .wui-number .wui-number-button:hover {
  background-color: #d9d9d9;
}
.w112-section .wui-number .wui-number-button:disabled {
  background-color: transparent;
  color: #bfbfbf;
  cursor: not-allowed;
}
.w112-section .wui-number .wui-number-input {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 40px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  max-width: 120px;
}
.w112-section .header-title {
  line-height: 1.576;
  border-bottom: 1px solid #ddd;
  color: #003F82;
  padding: 2px 0;
  margin-bottom: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.w112-section .header-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
  flex: auto;
  -webkit-flex: auto;
}
.w112-section .header-title .more-button {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w112-section .header-title a:hover {
  background: #fbd500;
  color: #fff;
}
.w112-section .home-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;

}
.w112-section .home-title p {
  font-size: 45px;

  line-height: 1.2;
  color: #17262f;
  font-weight: bold; padding-bottom:30px;
}


.w112-section .home-title span{ font-size:18px; line-height:1.5; color:#fff;}




.w112-section a.more-btn {
  font-size: 18px;
  color: #003F82;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
}
.w112-section a.more-btn:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #003F82;
  bottom: 0;
  transition: all .5s;
}
.w112-section a.more-btn:after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '\e844';
  font-family: w112-iconfont;
  transition: all .5s;
}
.w112-section a.more-btn:hover {
  border-bottom: 0;
}
.w112-section a.more-btn:hover:before {
  width: 0;
}
.w112-section a.more-btn:hover:after {
  transform: rotate(-45deg);
}
.w112-section .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #003F82;
  margin-bottom: 30px;
}
.w112-section .title h3 {
  font-weight: normal;
}
.w112-section .button {
  border: 2px solid #fbd500;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.w112-section .button:before {
  background: #fbd500;
  content: "";
  position: absolute;
  height: 100%;
  width: 55px;
  right: 0;
  top: 0;
}
.w112-section .button:after {
  color: #333;
  content: "\e844";
  font-family: "w112-iconfont";
  position: relative;
  margin: 0;
  transform: none;
  -webkit-transform: none;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  width: 55px;
  top: 50%;
  right: 0;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.w112-section .button span {
  position: relative;
  padding: 5px 28px 5px 38px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.w112-section .button span:before {
  background: #fbd500;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.w112-section .button:hover:after {
  transform: rotate(-45deg);
}
.w112-section .button:hover span {
  color: #333;
}
.w112-section .button:hover span:before {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .w112-section .home-title p {
    font-size: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-section {
    padding: 24px 0;
  }
  .w112-section .layout-sidebar {
    margin-left: 0;
    margin-top: 24px;
  }
  .w112-section .layout-sidebar .hd {
    margin-bottom: 24px;
  }
  .w112-section .layout-sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w112-section .layout-sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w112-section .layout-sidebar .product-grid-sidebar {
    margin-right: 24px;
  }
  .w112-section .layout-sidebar .product-grid-sidebar ul {
    padding: 16px 0;
  }
  .w112-section .layout-sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w112-section .layout-sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w112-section .layout-sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
  .w112-section .tips-tags .tips {
    padding: 8px 0;
  }
  .w112-section .tips-tags .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .w112-section .tips-tags .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .w112-section {
    padding: 16px 0;
  }
  .w112-section .layout-content {
    padding: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .w112-section .layout-sidebar {
    margin: 0 0 32px 0;
    padding-left: 0;
    width: 100%;
  }
  .w112-section .layout-sidebar .hd {
    margin-bottom: 0;
    padding: 10px;
  }
  .w112-section .layout-sidebar .hd h3 {
    font-size: 18px;
  }
  .w112-section .layout-sidebar .hd a {
    font-size: 12px;
  }
  .w112-section .layout-sidebar .product-grid-sidebar {
    display: none;
  }
  .w112-section .layout-sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w112-section .layout-sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w112-section .layout-sidebar .menu-grid-sidebar {
    padding: 0 10px 10px 10px;
  }
  .w112-section .tips-tags .tips {
    padding: 16px 0;
  }
  .w112-section .tips-tags .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .w112-section .tips-tags .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
    width: 100%;
    max-width: 100%;
  }
  .w112-section .header-title {
    margin-bottom: 20px;
  }
  .w112-section .header-title h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .w112-section .layout-wrap {
    flex-direction: column;
  }
  .w112-section .layout-wrap > .cart-form {
    flex-direction: column;
  }
  .w112-section .home-title h3 {
    margin-bottom: 15px;
  }
  .w112-section .home-title p {
    font-size: 28px;
  }
  .w112-section .button span {
    padding: 5px 15px 5px 15px;
    line-height: 25px;
  }
  .w112-section .content-empty .w112-iconfont {
    font-size: 100px;
  }
  .w112-section .content-empty .content-empty-title {
    font-size: 18px;
    color: #999;
    margin: 10px 0 0 0;
  }
}

/*!- w112-section end -*/
/*!- w112-scrollbar begin -*/
.w112-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.w112-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.w112-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- w112-scrollbar end -*/
/*!- w112-public end -*/
.meta-family {
  font-family: Arial;
}

/*!- w112-public end -*/
/*!- w112-header begin -*/
.w112-header {
  transition: background-color .5s;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  display: block;
  height: 90px;
}
.w112-header .w112-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 90px;
  transition: height .5s;
}
.w112-header .w112-header-wrap:before, .w112-header .w112-header-wrap:after {
  display: table;
  content: "";
  width: 100%;
}
.w112-header .w112-header-wrap:after {
  clear: both;
}
.w112-header .w112-header-wrap .w112-header-content {
  margin: 0 auto;
  width: 100%;
}
.w112-header .w112-header-wrap .w112-header-logo {
  display: block;
  float: left;
  line-height: 90px;
  font-size: 0;
  padding-left: 32px;
  -webkit-text-size-adjust: none;
}
.w112-header .w112-header-wrap .w112-header-logo > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.w112-header .w112-header-wrap .w112-header-logo > a > img {
  display: block;
  width: auto;
  height:70px;
}
.w112-header .w112-header-wrap .w112-header-logo > span {
  display: none;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.w112-header .w112-header-wrap .w112-header-nav {
  display: block;
  float: right;
  line-height: 90px;
}
.w112-header .w112-header-wrap .w112-header-nav:before, .w112-header .w112-header-wrap .w112-header-nav:after {
  display: table;
  content: "";
  width: 100%;
}
.w112-header .w112-header-wrap .w112-header-nav:after {
  clear: both;
}
.w112-header .w112-header-wrap .w112-header-trigger {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  cursor: pointer;
}
.w112-header .w112-header-nav ul {
  font-size: 0;
}
.w112-header .w112-header-nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 70px 0 0px;
  position: relative;
  font-size: 18px;
  color: #333;
}


.w112-header .w112-header-nav ul > li.w112-header-search{ color:#FFFFFF}
.w112-header .w112-header-nav ul > li.w112-header-search a{ display: inline!important; list-style:none; color:#fff; font-size:14px;}
.w112-header .w112-header-nav ul > li.w112-header-search a:hover{ color:#FF0000}







.w112-header .w112-header-nav ul > li .arrow {
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  position: relative;
}
.w112-header .w112-header-nav ul > li .arrow:before, .w112-header .w112-header-nav ul > li .arrow:after {
  display: block;
  content: '';
  width: 8px;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.w112-header .w112-header-nav ul > li .arrow:before {
  left: 2px;
  transform: rotate(49deg);
}
.w112-header .w112-header-nav ul > li .arrow:after {
  right: 2px;
  transform: rotate(-49deg);
}
.w112-header .w112-header-nav ul > li a {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: color,background-color .5s;
}
.w112-header .w112-header-nav ul > li a:hover, .w112-header .w112-header-nav ul > li a.active {
  color: #003F82;
}
.w112-header .w112-header-nav ul > li dl {
  display: none;
  min-width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color:#fff;
  font-size: 14px;
}
.w112-header .w112-header-nav ul > li dl dd {
  position: relative;
}
.w112-header .w112-header-nav ul > li dl dd a {
  padding: 0 20px;
  line-height: 50px;
  color: #000; text-align:left
}
.w112-header .w112-header-nav ul > li dl dd a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 4px;
}
.w112-header .w112-header-nav ul > li dl dd a .arrow:before, .w112-header .w112-header-nav ul > li dl dd a .arrow:after {
  width: 0;
  height: 8px;
  border-left: 0;
  border-right: 2px solid;
  left: 50%;
  top: auto;
  right: auto;
}
.w112-header .w112-header-nav ul > li dl dd a .arrow:before {
  top: 0.4px;
  transform: rotate(-45deg);
}
.w112-header .w112-header-nav ul > li dl dd a .arrow:after {
  bottom: 0.4px;
  transform: rotate(45deg);
}
.w112-header .w112-header-nav ul > li dl dd a:hover {
  color: #003F82;
}
.w112-header .w112-header-nav ul > li dl dd dl {
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.w112-header .w112-header-nav ul > li.active > a {
  color: #003F82;
  position: relative;
}
.w112-header .w112-header-nav ul > li.active > a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #003F82;
}
.w112-header .w112-header-nav ul > li:first-child {
  margin-left: 0;
}
.w112-header .w112-header-nav ul > li:last-child {
  margin-right: 0;
}


.w112-header .w112-header-nav .w112-header-nav-extra dl dd a:hover .text {
  color: #fbd500; 
}
.w112-header .w112-header-nav-menu {
  display: block;
  float: left;
  padding-right: 32px;
}
.w112-header .w112-header-nav-extra {
  display: block;
  position: relative;
  float: right;
  padding: 0 32px;
  background: #003F82;
}
.w112-header .w112-header-nav-extra:after {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.w112-header .w112-header-icon-text {
  position: relative;
  text-align: left;
}
.w112-header .w112-header-icon-text > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 24px;
  text-align: center;
  margin-right: 6px;
}
.w112-header .w112-header-icon-text > .icon i {
  color: #fff;
}
.w112-header .w112-header-icon-text > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w112-header .w112-header-icon-text > .icon > i {
  font-size: inherit;
}
.w112-header .w112-header-icon-text > .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.w112-header .w112-header-trigger > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}
.w112-header .w112-header-trigger > span:nth-child(1) {
  transform: translateY(-10px);
}
.w112-header .w112-header-trigger > span:nth-child(2) {
  transform: translateY(9px);
}
.w112-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.w112-header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .w112-header .w112-header-wrap .w112-header-logo > a > img {
    height: 75px;
  }
  .w112-header .w112-header-nav ul {
    margin-left: -10px;
  }
  .w112-header .w112-header-nav ul > li {
    margin-left: 10px;
  }
  .w112-header .w112-header-nav .w112-header-nav-extra ul li:last-child:after {
    color: #333;
  }
  .w112-header .w112-header-nav-menu {
    padding-right: 24px;
  }
  .w112-header .w112-header-nav-extra {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-header {
    background-color: #fff;
    border-bottom: 0;
    height: 58px;
  }
  .w112-header .w112-header-wrap {
    width: 100%;
    height: 58px;
  }
  .w112-header .w112-header-wrap .w112-header-content {
   
  }
  .w112-header .w112-header-wrap .w112-header-logo {
    float: none;
    position: relative;
    z-index: 1001;
    line-height: 58px;
    padding: 0;
    background-color: #fff;
  }
  .w112-header .w112-header-wrap .w112-header-logo > a > img {
    height: 55px;
  }
  .w112-header .w112-header-wrap .w112-header-logo > span {
    display: inline-block;
  }
  .w112-header .w112-header-wrap .w112-header-nav {
    display: none;
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding-top: 58px;
    overflow-y: auto;
    background-color: #fff;
  }
  .w112-header .w112-header-wrap .w112-header-trigger {
    display: block;
  }
  .w112-header .w112-header-nav ul {
    margin-left: 0;
  }
  .w112-header .w112-header-nav ul > li {
    display: block;
    margin-left: 0;
  }
  .w112-header .w112-header-nav ul > li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 6px;
  }
  .w112-header .w112-header-nav ul > li .arrow:before {
    left: 14px;
    right: auto;
  }
  .w112-header .w112-header-nav ul > li .arrow:after {
    left: auto;
    right: 13px;
  }
  .w112-header .w112-header-nav ul > li a {
    padding: 0 56px 0 16px;
  }
  .w112-header .w112-header-nav ul > li dl {
    min-width: auto;
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0);
    text-align: left;
  }
  .w112-header .w112-header-nav ul > li dl dd a {
    padding: 0 36px 0 16px;
  }
  .w112-header .w112-header-nav ul > li dl dd a .arrow {
    width: 40px;
    height: 40px;
    right: 6px;
    margin-top: 0;
    top: 0;
  }
  .w112-header .w112-header-nav ul > li dl dd a .arrow:before, .w112-header .w112-header-nav ul > li dl dd a .arrow:after {
    width: 8px;
    height: 0;
    border-left: 2px solid;
    border-right: 0;
    top: 50%;
    bottom: auto;
  }
  .w112-header .w112-header-nav ul > li dl dd a .arrow:before {
    left: 14px;
    right: auto;
    transform: rotate(49deg);
  }
  .w112-header .w112-header-nav ul > li dl dd a .arrow:after {
    left: auto;
    right: 13px;
    transform: rotate(-49deg);
  }
  .w112-header .w112-header-nav ul > li dl dd.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w112-header .w112-header-nav ul > li dl dd.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w112-header .w112-header-nav ul > li dl dd.opened > dl {
    display: block;
  }
  .w112-header .w112-header-nav ul > li.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w112-header .w112-header-nav ul > li.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w112-header .w112-header-nav ul > li.opened > dl {
    display: block;
  }
  .w112-header .w112-header-nav-menu {
    float: none;
    padding-right: 0;
  }
  .w112-header .w112-header-nav-extra {
    float: none;
    padding: 0;
    background: transparent;  display:none;
  }
  .w112-header .w112-header-nav-extra:after {
    display: none;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > a {
    display: none;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl {
    display: block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 8px;
    background: transparent;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl > dd {
    display: inline-block;
    vertical-align: top;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl > dd > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl > dd > a .text {
    color: #333;
  }
  .w112-header .w112-header-nav-extra .w112-header-search {
    display: block;
  }
  .w112-header.fixed {
    position: sticky;
  }
  .w112-header.opened .w112-header-nav {
    display: block;
  }
  .w112-header.opened .w112-header-trigger > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .w112-header.opened .w112-header-trigger > span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .w112-header.opened .w112-header-trigger > span:nth-child(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 1281px) {
  .w112-header .w112-header-nav ul > li dl dd:hover > dl {
    display: block;
  }
  .w112-header .w112-header-nav ul > li:hover > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w112-header .w112-header-nav ul > li:hover > a .arrow:after {
    transform: rotate(49deg);
  }
  .w112-header .w112-header-nav ul > li:hover > dl {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .w112-header .w112-header-nav ul > li a.w112-header-icon-text {
    padding: 0;
    margin: 0 auto;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl {
    background: transparent;
  }
  .w112-header .w112-header-nav-extra .w112-header-lang > dl > dd {
    margin: 0 10px;
  }
  .w112-header .w112-header-nav-extra .w112-header-search {
    width: 100%;
    display: inline-flex;
  }
  .w112-header .w112-header-icon-text > .icon > i {
    color: #333;
  }
}

/*!- w112-header end -*/
/*!- w112-footer begin -*/
.w112-footer {
  background-color: #121c22;
  background-image: url("../img/mapbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.w112-footer .footer-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 80px 32px 0 32px;
}
.w112-footer .footer-wrap .w112-elementor {
  position: absolute;
  left: -114px;
  top: -114px;
  z-index: 20;
}
.w112-footer .footer-wrap .w112-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w112-footer .footer-wrap .w112-elementor .decoration-widget .decoration-container {
  width: 114px;
  height: 114px;
  position: relative;
  display: inline-block;
}
.w112-footer .footer-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w112-footer .footer-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fbd500;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w112-footer .footer-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fff;
}
.w112-footer .footer-wrap .footer-intro {
  flex: auto;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-content {
  padding: 0 20px 0 0;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-content .w112-footer-wrap h4 {
  font-size: 80px;
  font-weight: bold;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item {
  display: flex;
  padding: 0 16px 16px 0;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl {
  line-height: 1.576;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-facebook-circle-fill {
  color: #235B9E;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-twitter-circle-fill {
  color: #00ACED;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-google-plus-circle-fill {
  color: #ed4135;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-linkedin-circle-fill {
  color: #01639a;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-skype-circle-fill {
  color: #00AEF3;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-instagram-circle-fill {
  color: #be34a2;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-pinterest-circle-fill {
  color: #e10600;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt a .icon-youtube-circle-fill {
  color: #fb0204;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt:hover a {
  color: #fbd500;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt.icon {
  font-size: 0;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt.icon a:hover i {
  color: #b09500;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dt.icon i {
  font-size: 32px;
  transition: color .3s;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dd span, .w112-footer .footer-wrap .footer-intro .w112-footer-item dl dd i {
  display: inline-block;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dd a {
  display: inline-block;
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w112-footer .footer-wrap .footer-intro .w112-footer-item dl dd:hover a {
  color: #fbd500;
}
.w112-footer .footer-wrap .footer-cover {
  width: 50%;
}
.w112-footer .footer-wrap .footer-cover .w112-inquiry .w112-inquiry-wrap {
  padding: 32px;
}
.w112-footer .footer-copyright-wrap {
  margin-top: 40px;
}
.w112-footer .footer-copyright-wrap .w112-footer-external {
  display: block;
  text-align: center;
  line-height: 1.576;
  font-size: 16px;
  padding: 8px 16px 8px;
}
.w112-footer .footer-copyright-wrap .w112-footer-external a {
  margin: 4px;
  color: rgba(255, 255, 255, 0.45);
}
.w112-footer .footer-copyright-wrap .w112-footer-external a:hover {
  color: #fbd500;
}
.w112-footer .footer-copyright-wrap .w112-footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 16px;
  line-height: 1.576;
  padding: 16px;
}
.w112-footer .footer-copyright-wrap .w112-footer-copyright a {
  color: inherit;
}
@media screen and (max-width: 1440px) {
  .w112-footer .footer-wrap .w112-elementor {
    left: 35px;
    top: -70px;
    display: none;
  }
  .w112-footer .footer-wrap .w112-elementor .decoration-widget .decoration-container {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-footer .w112-footer-content {
    padding: 32px 0;
  }
  .w112-footer .w112-footer-item {
    padding: 24px 0 0 24px;
  }
  .w112-footer .w112-footer-item dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .w112-footer .w112-footer-item dl dt.icon i {
    font-size: 32px;
  }
  .w112-footer .w112-footer-item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w112-footer {
    padding: 0 0 40px 0;
  }
  .w112-footer .footer-wrap {
    flex-direction: column-reverse;
    padding: 32px 32px 0 32px;
  }
  .w112-footer .footer-wrap .w112-elementor {
    display: none;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-item {
    max-width: 100%;
    padding: 0 0 15px 0;
    text-align: left;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-item.alive {
    display: block;
    order: -1;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-item .icon {
    margin-bottom: 0;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-content {
    padding: 0;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-content .w112-footer-wrap {
    display: flex;
    flex-direction: column;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-content .w112-footer-wrap h4 {
    font-size: 60px;
    text-align: center;
    order: -2;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-list > li:nth-child(1) dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-list > li:nth-child(2) {
    display: none;
  }
  .w112-footer .footer-wrap .footer-intro .w112-footer-list > li:last-child dd {
    display: inline-flex;
    padding: 0 10px 0 0;
  }
  .w112-footer .footer-wrap .footer-cover {
    width: 100%;
    margin-bottom: 20px;
  }
  .w112-footer .footer-copyright-wrap {
    margin-top: 0;
  }
  .w112-footer .footer-copyright-wrap .w112-footer-external {
    padding: 0 0 20px 0;
  }
  .w112-footer .footer-copyright-wrap .w112-footer-copyright {
    padding: 0;
  }
}

/*!- w112-footer end -*/
/*!- w112-sidebar begin -*/
.w112-sidebar .w112-sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w112-sidebar .w112-sidebar-item {
  position: relative;
  height: 48px;
}
.w112-sidebar .w112-sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w112-sidebar .w112-sidebar-item .trigger {
  display: flex;
  color: #333;
  background-color: #121c22;
}
.w112-sidebar .w112-sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.w112-sidebar .w112-sidebar-item .trigger .icon i {
  font-size: 24px;
}
.w112-sidebar .w112-sidebar-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
  color: #fff;
}
.w112-sidebar .w112-sidebar-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w112-sidebar .w112-sidebar-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.w112-sidebar .w112-sidebar-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.w112-sidebar .w112-sidebar-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w112-sidebar .w112-sidebar-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w112-sidebar .w112-sidebar-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w112-sidebar .w112-sidebar-item .popover ul li a:hover {
  background-color: #e9ebff;
  color: #003F82;
}
.w112-sidebar .w112-sidebar-item.top {
  display: none;
}
.w112-sidebar .w112-sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.w112-sidebar .w112-sidebar-item:hover .popover {
  display: block;
}
.w112-sidebar.scrolled .w112-sidebar-item.top {
  display: block;
}
@media screen and (max-width: 992px) {
  .w112-sidebar .w112-sidebar-item {
    height: 40px;
  }
  .w112-sidebar .w112-sidebar-item .trigger .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .w112-sidebar .w112-sidebar-item .wrap {
    transform: translateX(-40px);
  }
}

/*!- w112-sidebar end -*/
/*!- w112-bottom-menu begin -*/
.w112-bottom-menu {
  display: none;
}
.w112-bottom-menu .w112-bottom-menu-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w112-bottom-menu .w112-bottom-menu-item {
  position: relative;
  height: 40px;
}
.w112-bottom-menu .w112-bottom-menu-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w112-bottom-menu .w112-bottom-menu-item .trigger {
  display: flex;
  color: #333;
  background-color: #fbd500;
}
.w112-bottom-menu .w112-bottom-menu-item .trigger .icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.w112-bottom-menu .w112-bottom-menu-item .trigger .icon i {
  font-size: 24px;
}
.w112-bottom-menu .w112-bottom-menu-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.w112-bottom-menu .w112-bottom-menu-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w112-bottom-menu .w112-bottom-menu-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.w112-bottom-menu .w112-bottom-menu-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 16px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.w112-bottom-menu .w112-bottom-menu-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w112-bottom-menu .w112-bottom-menu-item .popover ul li a:hover {
  background-color: #e9ebff;
  color: #003F82;
}
.w112-bottom-menu .w112-bottom-menu-item.top {
  display: none;
}
.w112-bottom-menu .w112-bottom-menu-item:hover .wrap {
  transform: translateX(-100%);
}
.w112-bottom-menu .w112-bottom-menu-item:hover .popover {
  display: block;
}
.w112-bottom-menu.scrolled .w112-bottom-menu-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .w112-bottom-menu {
    display: none;
  }
  .w112-bottom-menu .w112-bottom-menu-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .w112-bottom-menu {
    display: block;
    height: 48px;
  }
  .w112-bottom-menu .w112-bottom-menu-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .w112-bottom-menu .w112-bottom-menu-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .w112-bottom-menu .w112-bottom-menu-item {
    flex: 1;
    height: auto;
  }
  .w112-bottom-menu .w112-bottom-menu-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .w112-bottom-menu .w112-bottom-menu-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
    flex-direction: column;
  }
  .w112-bottom-menu .w112-bottom-menu-item .trigger .icon {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .w112-bottom-menu .w112-bottom-menu-item .trigger .text {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .w112-bottom-menu .w112-bottom-menu-item .popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .w112-bottom-menu .w112-bottom-menu-item .popover .popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .w112-bottom-menu .w112-bottom-menu-item .popover .popover-wrap:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .w112-bottom-menu .w112-bottom-menu-item.top {
    display: none;
  }
  .w112-bottom-menu .w112-bottom-menu-item.primary {
    flex: 2;
    order: 2;
  }
  .w112-bottom-menu .w112-bottom-menu-item.primary .trigger {
    background-color: #003F82;
    color: #fff;
  }
  .w112-bottom-menu .w112-bottom-menu-item.primary .trigger .text {
    display: block;
  }
  .w112-bottom-menu .w112-bottom-menu-item:hover .wrap {
    transform: translateX(0);
  }
  .w112-bottom-menu .w112-bottom-menu-item:hover .popover {
    display: block;
  }
  .w112-bottom-menu.scrolled .w112-bottom-menu-item.top {
    display: none;
  }
}

/*!- w112-bottom-menu end -*/
/*!- w112-search -*/
.w112-search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w112-search .w112-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.w112-search .w112-search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.w112-search .w112-search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.w112-search .w112-search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.w112-search .w112-search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #003F82;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.w112-search .w112-search-bar > button > i {
  font-size: inherit;
}
.w112-search .w112-search-bar > button:hover {
  background-color: #fbd500;
}
.w112-search .w112-search-mask {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.9);
}
.w112-search .w112-search-close {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #dddd;
  font-size: 24px;
  transition: color .5s;
}
.w112-search .w112-search-close > i {
  font-size: inherit;
}
.w112-search .w112-search-close:hover {
  color: #ddd;
}
@media screen and (max-width: 1280px) {
  .w112-search .w112-search-bar {
    padding: 0 64px 0 12px;
  }
  .w112-search .w112-search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .w112-search .w112-search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .w112-search .w112-search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.w112-search.opened {
  display: block;
  -webkit-animation: search-wrapper-fade-in .5s both;
  animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!- w112-search -*/
/*!- w112-crumb begin -*/
.w112-crumb {
  background-color: #eee;
}
.w112-crumb .w112-crumb-list {
  font-size: 0;
}
.w112-crumb .w112-crumb-list .w112-crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.w112-crumb .w112-crumb-list .w112-crumb-item:hover {
  color: #003F82;
}
.w112-crumb .w112-crumb-list .w112-crumb-item:nth-child(even), .w112-crumb .w112-crumb-list .w112-crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.w112-crumb .w112-crumb-list .w112-crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w112-crumb .w112-crumb-list .w112-crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w112-crumb .w112-crumb-list .w112-crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- w112-crumb end -*/
/*!- w112-inquiry begin -*/
.w112-inquiry .w112-inquiry-wrap {
  padding: 32px 0 0 0;
  background-color: #fff;
}
.w112-inquiry .w112-inquiry-alert {
  font-size: 18px;
  line-height: 1.576;
  border-left: 4px solid #121c22;
  color: #121c22;
  padding: 10px 20px;
  margin-bottom: 32px;
  background-color: #f4f5ff;
}
.w112-inquiry .w112-inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-inquiry .w112-inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 26px 0 0 32px;
  position: relative;
}
.w112-inquiry .w112-inquiry-form ul li.col-1-2 {
  width: 50%;
}
.w112-inquiry .w112-inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.w112-inquiry .w112-inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.w112-inquiry .w112-inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w112-inquiry .w112-inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.w112-inquiry .w112-inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w112-inquiry .w112-inquiry-form ul li.error .tips {
  display: block;
}
.w112-inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.w112-inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.w112-inquiry input[type="text"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.w112-inquiry input[type="text"]:hover {
  border-color: #003F82;
}
.w112-inquiry input[type="text"]:focus {
  border-color: #003F82;
  box-shadow: 0 0 0 3px rgba(35, 58, 255, 0.2);
}
.w112-inquiry input[type="email"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.w112-inquiry input[type="email"]:hover {
  border-color: #003F82;
}
.w112-inquiry input[type="email"]:focus {
  border-color: #003F82;
  box-shadow: 0 0 0 3px rgba(35, 58, 255, 0.2);
}
.w112-inquiry textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.576;
  padding: 8px 12px;
  transition: border .5s, box-shadow .5s;
  font-family: inherit;
  resize: none;
  border: 1px solid #d9d9d9;
  color: #333;
}
.w112-inquiry textarea:hover {
  border-color: #003F82;
}
.w112-inquiry textarea:focus {
  border-color: #003F82;
  box-shadow: 0 0 0 3px rgba(35, 58, 255, 0.2);
}
.w112-inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #26BB79;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w112-inquiry button:hover {
  background-color: #26BB79;
}
.w112-inquiry button:disabled, .w112-inquiry button.disabled {
  cursor: not-allowed;
  background-color: #919dff;
}
.w112-inquiry .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.w112-inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.w112-inquiry .checkbox > span:before, .w112-inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.w112-inquiry .checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.w112-inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.w112-inquiry .checkbox > span a {
  color: #003F82;
}
.w112-inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.w112-inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #121c22;
  background-color: #121c22;
}
.w112-inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.w112-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.w112-inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.w112-inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.w112-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.w112-inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .w112-inquiry .w112-inquiry-wrap {
    padding: 24px;
  }
  .w112-inquiry .w112-inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .w112-inquiry .w112-inquiry-form {
    padding-bottom: 24px;
  }
  .w112-inquiry .w112-inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .w112-inquiry .w112-inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .w112-inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w112-inquiry input[type="email"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w112-inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .w112-inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .w112-inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-inquiry .w112-inquiry-wrap {
    padding: 16px 0 0 0;
  }
  .w112-inquiry .w112-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .w112-inquiry .w112-inquiry-form {
    padding-bottom: 0;
  }
  .w112-inquiry .w112-inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .w112-inquiry .w112-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w112-inquiry .w112-inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .w112-inquiry .w112-inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .w112-inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w112-inquiry input[type="email"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w112-inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .w112-inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .w112-inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- w112-inquiry end -*/
/*!- w112-pagination begin -*/
.w112-pagination {
  margin-top: 20px;
}
.w112-pagination .w112-pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.w112-pagination .w112-pagination-links a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w112-pagination .w112-pagination-links a:hover {
  background-color: #e9ebff;
  color: #003F82;
}
.w112-pagination .w112-pagination-links a.current {
  background-color: #fbd500;
  color: #fff;
}
.w112-pagination .w112-pagination-links.center {
  text-align: center;
}
.w112-pagination .w112-pagination-links.right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .w112-pagination .w112-pagination-links {
    margin: -12px 0 0 -12px;
  }
  .w112-pagination .w112-pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w112-pagination .w112-pagination-links {
    margin: -8px 0 0 -8px;
  }
  .w112-pagination .w112-pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- w112-pagination end -*/
/*!- w112-detail begin -*/
.w112-detail .w112-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w112-detail .w112-detail-content {
  flex: auto;
  width: 100%;
}
.w112-detail .w112-detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.w112-detail .reader .hd {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.w112-detail .reader .hd h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.w112-detail .reader .hd p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.w112-detail .reader .ft {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.w112-detail .reader .ft:before, .w112-detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.w112-detail .reader .ft:after {
  clear: both;
}
.w112-detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  transition: color .5s;
}
.w112-detail .reader .ft .pager:hover {
  color: #003F82;
}
.w112-detail .reader .ft .prev {
  float: left;
}
.w112-detail .reader .ft .next {
  float: right;
}
.w112-detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w112-detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w112-detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w112-detail .wrapper .hd a:hover {
  color: #003F82;
}
.w112-detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.w112-detail .wrapper .bd ul li > a {
  display: flex;
}
.w112-detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #003F82;
}
.w112-detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.w112-detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.w112-detail .wrapper .bd ul li .intro h3 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-detail .wrapper .bd ul li .intro p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .w112-detail .w112-detail-wrap {
    flex-wrap: wrap;
  }
  .w112-detail .w112-detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .w112-detail .reader {
    padding: 24px;
  }
  .w112-detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .w112-detail .reader .hd h2 {
    font-size: 20px;
  }
  .w112-detail .reader .hd p {
    font-size: 14px;
  }
  .w112-detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .w112-detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .w112-detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w112-detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w112-detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w112-detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w112-detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .w112-detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .w112-detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .w112-detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .w112-detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .w112-detail .w112-detail-sidebar {
    margin: 16px 0 0;
  }
  .w112-detail .reader {
    padding: 0;
  }
  .w112-detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .w112-detail .reader .hd h2 {
    font-size: 18px;
  }
  .w112-detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .w112-detail .wrapper .hd {
    margin: 16px 0;
  }
  .w112-detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .w112-detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w112-detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w112-detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .w112-detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .w112-detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- w112-detail end -*/
/*!- w112-banner begin -*/
.w112-banner .banner-wrap:nth-child(1) .banner-item, .w112-banner .banner-wrap.banner-pc .banner-item {
  width: 100%;
  text-align: center;
}
.w112-banner .banner-wrap:nth-child(1) .banner-item div > img, .w112-banner .banner-wrap.banner-pc .banner-item div > img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.w112-banner .banner-wrap:nth-child(2), .w112-banner .banner-wrap.banner-h5 {
  display: none;
}
.w112-banner .banner-wrap:nth-child(2) .banner-item, .w112-banner .banner-wrap.banner-h5 .banner-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.w112-banner .banner-wrap .swiper-scrollbar-drag {
  background: #fbd500 !important;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-dots {
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 300px;
  padding: 20px;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-dots span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 5px;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-dots .swiper-pagination-bullet {
  background: #999;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-dots .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #999;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-fraction {
  left: 0;
  top: 0;
  width: 13px;
  padding: 0 50px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 50px; display:none;
}
.w112-banner .banner-wrap .swiper-pagination.swiper-pagination-fraction span {
  width: 1px;
  height: 160px !important;
  background: #fbd500;
}
.w112-banner .banner-item {
  display: block;
  position: relative;
}
.w112-banner .banner-item .swiper-slide-wrap {
  z-index: 10;
  position: absolute;
  height: 100%;
  padding: 0 40px;
  left: 30%;
  transform: translateX(-30%);
}
.w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro {
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-align-items: center;
  height: 100%;
  text-align: left;
}
.w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
  display: block;
  width: 70%;
}
.w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
  color: #eee;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.w112-banner .banner-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w112-banner .swiper-button-prev, .w112-banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w112-banner .swiper-button-next, .w112-banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 1440px) {
  .w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 40px;
  }
  .w112-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .w112-banner .banner-wrap:nth-child(2) .banner-item {
    height: auto;
    padding-bottom: inherit;
  }
  .w112-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap {
    width: 100%;
    padding: 0px 20px;
  }
  .w112-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
    width: 100%;
    text-align: center;
  }
  .w112-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .w112-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    display: none;
  }
  .w112-banner .banner-wrap:nth-child(2) .banner-item img {
    width: 100%;
  }
  .w112-banner .banner-wrap .swiper-pagination {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .w112-banner.has-mobile .banner-wrap:nth-child(1), .w112-banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .w112-banner.has-mobile .banner-wrap:nth-child(2), .w112-banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
}

/*!- w112-banner end -*/
/*!- w112-product begin -*/
.w112-product {
  padding-top: 50px;
  padding-bottom: 32px;
}
.w112-product .w112-wrapper {
  position: relative;
}
.w112-product .w112-wrapper .product-wrap {
  display: flex;
  margin-bottom: 40px;
}
.w112-product .w112-wrapper .product-wrap .product-cover {
  width: 50%;
  align-items: center;
}
.w112-product .w112-wrapper .product-wrap .product-intro {
  width: 50%;
}
.w112-product .w112-wrapper .product-wrap .product-intro .describe {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin-top: 30px;
}
.w112-product .w112-wrapper .product-wrap .product-intro .content {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-top: 30px;
}
.w112-product .w112-wrapper .swiper-container {
  position: relative;
}
.w112-product .w112-wrapper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -55px;
  padding: 10px;
  width: 100%;
}
.w112-product .w112-wrapper .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 20px;
}
.w112-product .w112-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #999;
}
.w112-product .w112-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #999;
}
.w112-product .w112-wrapper .product-item .cover {
  position: relative;
}
.w112-product .w112-wrapper .product-item .cover a h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  padding: 0 50px;
  top: 30px;
}
.w112-product .w112-wrapper .product-item .cover a h4 {
  font-size: 26px;
  font-weight: normal;
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.w112-product .w112-wrapper .product-item .cover a h4 span {
  display: block;
  margin-top: 20px;
}
.w112-product .w112-wrapper .product-item .cover a h4 span i {
  font-size: 46px;
  transform: rotate(-90deg);
  transition: all .5s;
}
.w112-product .w112-wrapper .product-item .cover a .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w112-product .w112-wrapper .product-item .cover a:hover h4 span i {
  transform: rotate(-270deg);
}
@media screen and (max-width: 1280px) {
  .w112-product .w112-wrapper .product-item .cover h4 {
    font-size: 16px;
  }
  .w112-product .w112-wrapper .product-item .cover a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w112-product {
    padding-top: 32px;
  }
  .w112-product .w112-wrapper .product-wrap {
    flex-direction: column;
  }
  .w112-product .w112-wrapper .product-wrap .product-cover {
    width: 100%;
  }
  .w112-product .w112-wrapper .product-wrap .product-cover p {
    font-size: 30px;
  }
  .w112-product .w112-wrapper .product-wrap .product-intro {
    width: 100%;
  }
  .w112-product .w112-wrapper .product-item {
    flex-direction: column;
    width: 100%;
  }
  .w112-product .w112-wrapper .product-item .cover {
    padding: 0;
  }
  .w112-product .w112-wrapper .product-item .cover h3 {
    display: none;
  }
  .w112-product .w112-wrapper .product-item .cover h4 {
    font-size: 20px;
  }
}

/*!- w112-product end -*/
/*!- w112-meta begin -*/
.w112-meta {
  background: #121c22;
  background-image: url("../img/mapbg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.w112-meta .meta-wrap {
  position: relative;
  padding: 100px 0;
}
.w112-meta .meta-wrap ul {
  display: flex;
}
.w112-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
}
.w112-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: left;
  padding: 16px;
}
.w112-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.w112-meta .meta-wrap ul li .wrap h4 {
  font-size: 70px;
  margin: 16px 0 12px;
  line-height: 1;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
}
.w112-meta .meta-wrap ul li .wrap p {
  font-size: 18px;
  margin: 0;
  color: #999;
}
.w112-meta .meta-wrap .w112-elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.w112-meta .meta-wrap .w112-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w112-meta .meta-wrap .w112-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w112-meta .meta-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w112-meta .meta-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w112-meta .meta-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w112-meta .meta-wrap {
    padding: 30px 0;
  }
  .w112-meta .meta-wrap .w112-elementor {
    display: none;
  }
  .w112-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .w112-meta .meta-wrap ul li .wrap img {
    height: 48px;
    display: none;
  }
  .w112-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 12px 0 8px;
  }
  .w112-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w112-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .w112-meta .meta-wrap ul li {
    width: 50%;
  }
  .w112-meta .meta-wrap ul li .wrap {
    padding: 10px 4px;
  }
  .w112-meta .meta-wrap ul li .wrap img {
    display: none;
    height: 32px;
  }
  .w112-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 8px 0 4px;
  }
  .w112-meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .w112-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .w112-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .w112-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- w112-meta end -*/
/*!- w112-news begin -*/
.w112-news {
  text-align: center;

}
.w112-news .home-title {
  text-align: center;
}
.w112-news .news-wrap {
  margin-bottom: 32px;
}
.w112-news .news-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-news .news-wrap ul li {
  width: 33.33333%;
  display: inline-block;
  padding: 32px 0 0 32px;
}
.w112-news .news-wrap ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.w112-news .news-wrap ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom:75%;
  overflow: hidden;
}
.w112-news .news-wrap ul li a .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  transition: all .5s;
}
.w112-news .news-wrap ul li a .news-time {
  margin-top: -61px;
  position: relative;
  z-index: 5;
  text-align: right;
}
.w112-news .news-wrap ul li a .news-time .day {
  background: #fbd500;
  font-size: 40px;
  color: #333;
  line-height: 40px;
  display: block;
  text-align: center;
  padding: 12px 12px 9px;
  width: 75px;
}
.w112-news .news-wrap ul li a .news-time .year {
  background: #121c22;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-align: center;
  padding: 0 7px;
  width: 75px;
}
.w112-news .news-wrap ul li a .intro {
  margin-top: 10px;
  text-align:center;
}
.w112-news .news-wrap ul li a .intro h4 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.w112-news .news-wrap ul li a:hover .cover img {
  transform: scale(1.1);
}
.w112-news a.btn {
  font-size: 18px;
  color: #003F82;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
}
.w112-news a.btn:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #003F82;
  bottom: 0;
  transition: all .5s;
}
.w112-news a.btn:after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '\e844';
  font-family: w112-iconfont;
  transition: all .5s;
}
.w112-news a.btn:hover {
  border-bottom: 0;
}
.w112-news a.btn:hover:before {
  width: 0;
}
.w112-news a.btn:hover:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .w112-news .news-wrap .news-intro .wrap .w112-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .w112-news {
    margin-top: 40px;
  }
  .w112-news p {
    font-size: 22px;
  }
  .w112-news .news-wrap ul li {
    width: 100%;
  }
  .w112-news .news-wrap ul li a .cover {
    height: auto;
    width: 100%;
    padding-bottom: inherit;
  }
  .w112-news .news-wrap ul li a .cover img {
    position: relative;
  }
}

/*!- w112-news end -*/
/*!- w112-group begin -*/
.w112-group .group-wrap {
  display: flex;
}
.w112-group .group-intro {
  width: 60%;
  display: flex;
  align-items: center;
}
.w112-group .group-intro > .wrap {
  margin-right: auto;
  padding: 32px;
}
.w112-group .group-cover {
  width: 40%;
}
.w112-group .group-cover > .wrap {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.w112-group .group-cover > .wrap .w112-elementor {
  margin-top: 50px;
}
.w112-group .group-cover > .wrap .w112-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w112-group .group-cover > .wrap .w112-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w112-group .group-cover > .wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w112-group .group-cover > .wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w112-group .group-cover > .wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 0;
  left: -100%;
  background: #fbd500;
}
.w112-group .group-cover > .wrap .w112-meta {
  background: transparent;
}
.w112-group .group-cover > .wrap .w112-meta .meta-wrap {
  padding: 0;
}
.w112-group .group-cover > .wrap .w112-meta .meta-wrap ul {
  display: block;
}
.w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li {
  width: 100%;
}
.w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li .wrap h4 {
  font-size: 150px;
  -webkit-text-stroke: 1px #003F82;
  color: transparent;
  font-weight: bold;
}
.w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li .wrap p {
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .w112-group .group-wrap {
    flex-direction: column;
  }
  .w112-group .group-intro {
    width: 100%;
  }
  .w112-group .group-intro > .wrap {
    padding: 16px 16px;
  }
  .w112-group .group-intro > .wrap .w112-meta {
    margin-top: 0px;
  }
  .w112-group .group-cover {
    width: 100%;
    padding-right: 0;
  }
  .w112-group .group-cover > .wrap .w112-elementor {
    margin-top: 20px;
  }
  .w112-group .group-cover > .wrap .w112-elementor .decoration-widget .decoration-container {
    width: 40px;
    height: 40px;
  }
  .w112-group .group-cover > .wrap .w112-meta {
    padding: 30px 0;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap {
    display: flex;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li .wrap {
    padding: 4px 4px;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .w112-group .group-cover > .wrap .w112-meta .meta-wrap ul li:nth-child(2):after {
    display: none;
  }
}

/*!- w112-group end -*/
/*!- w112-corp begin -*/
.w112-corp > h3 {
  font-size: 16px;
  font-family: Arial;
  color: #999;
  margin-bottom: 30px;
  font-weight: normal;
}
.w112-corp > p {
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 15px;
}
.w112-corp > p.w112-corp-introduction {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 10px;
  text-align: left;
}
.w112-corp a {
  font-size: 18px;
  color: #003F82;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
}
.w112-corp a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #003F82;
  bottom: 0;
  transition: all .5s;
}
.w112-corp a:after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '\e844';
  font-family: w112-iconfont;
  transition: all .5s;
}
.w112-corp a:hover {
  border-bottom: 0;
}
.w112-corp a:hover:before {
  width: 0;
}
.w112-corp a:hover:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .w112-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w112-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .w112-corp {
    text-align: center;
  }
  .w112-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .w112-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 5;
    text-align: left;
    font-size: 16px;
  }
  .w112-corp > p.w112-corp-introduction {
    font-size: 22px;
  }
}

/*!- w112-corp end -*/
/*!- w112-video  about us video begin -*/
.w112-video {
  position: relative;
  height: 100%;
}
.w112-video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.w112-video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w112-video .intro .icon {
  font-size: 64px;
}
.w112-video .intro .icon i {
  font-size: inherit;
}
.w112-video .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.w112-video .intro:hover {
  color: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w112-video .intro {
    padding: 24px;
  }
  .w112-video .intro .icon {
    font-size: 48px;
  }
  .w112-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .w112-video .intro {
    padding: 16px;
  }
  .w112-video .intro .icon {
    font-size: 56px;
  }
  .w112-video .intro .text {
    font-size: 16px;
  }
}

/*!- w112-video about us video end -*/
/*!- w112-video-info begin -*/
.video-item {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.video-item .cover > img {
  display: block;
  width: 100%;
}
.video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color .4s;
}
.video-item .intro-icon .icon {
  font-size: 50px;
}
.video-item .intro-icon .icon i {
  font-size: inherit;
}
.video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.video-item .intro-icon:hover {
  color: #fbd500;
}

/*!- w112-video-info end -*/
/*!- w112-video-list begin -*/
.w112-video-list .w112-video-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -32px -32px;
  box-sizing: content-box;
}
.w112-video-list .w112-video-list-wrap ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-left: 32px;
  width: 33.3%;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
  transition: color .4s;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item .intro-icon .icon {
  font-size: 50px;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .video-item .intro-icon:hover {
  color: #fbd500;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro {
  padding: 15px;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro a h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  font-weight: normal;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #fbd500;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.w112-video-list .w112-video-list-wrap ul li .wrap .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w112-video-list .w112-video-list-wrap ul li a .icon {
  position: absolute;
  color: #fff;
}
.w112-video-list .w112-video-list-wrap ul li a .icon i {
  font-size: inherit;
  transition: all .5s;
}
.w112-video-list .w112-video-list-wrap ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-video-list .w112-video-list-wrap ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-video-list .w112-video-list-wrap ul li:hover h3 {
  color: #003F82;
}
.w112-video-list .w112-video-list-wrap ul li:hover img {
  transform: scale(1.1);
}
.w112-video-list .w112-video-list-wrap ul li:hover .icon i {
  color: #fbd500;
  font-size: 60px;
}
@media screen and (max-width: 1280px) {
  .w112-video-list .w112-video-list-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w112-video-list .w112-video-list-wrap ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-video-list .w112-video-list-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w112-video-list .w112-video-list-wrap ul li {
    width: 100%;
    padding: 16px 0 0 16px;
    display: block;
    margin-bottom: 16px;
  }
  .w112-video-list .w112-video-list-wrap ul li .wrap .video-item {
    max-width: 100%;
  }
  .w112-video-list .w112-video-list-wrap ul li .wrap .intro {
    padding: 5px;
  }
  .w112-video-list .w112-video-list-wrap ul li .wrap .intro p {
    margin-bottom: 0;
  }
  .w112-video-list .w112-video-list-wrap ul li .wrap .intro .wui-btn {
    display: none;
  }
  .w112-video-list .w112-video-list-wrap ul li h3 {
    font-size: 14px;
  }
}

/*!- w112-video-list end -*/
/*!- w112-home-video begin -*/
.w112-home-video .home-video-wrap:nth-child(1) .home-video-item, .w112-home-video .home-video-wrap.home-video-pc .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.w112-home-video .home-video-wrap:nth-child(2), .w112-home-video .home-video-wrap.home-video-h5 {
  display: none;
}
.w112-home-video .home-video-wrap:nth-child(2) .home-video-item, .w112-home-video .home-video-wrap.home-video-h5 .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.w112-home-video .home-video-wrap .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w112-home-video .home-video-wrap .intro .icon {
  font-size: 64px;
}
.w112-home-video .home-video-wrap .intro .icon i {
  font-size: inherit;
}
.w112-home-video .home-video-wrap .intro .text {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.w112-home-video .home-video-wrap .intro:hover {
  color: #fbd500;
}
.w112-home-video .home-video-item {
  display: block;
  position: relative;
}
.w112-home-video .home-video-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w112-home-video .swiper-button-prev, .w112-home-video .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w112-home-video .swiper-button-next, .w112-home-video .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .w112-home-video.has-mobile .home-video-wrap:nth-child(1), .w112-home-video.has-mobile .home-video-wrap.home-video-pc {
    display: none;
  }
  .w112-home-video.has-mobile .home-video-wrap:nth-child(2), .w112-home-video.has-mobile .home-video-wrap.home-video-h5 {
    display: block;
  }
  .w112-home-video.has-mobile .home-video-wrap .intro {
    padding: 24px;
  }
  .w112-home-video.has-mobile .home-video-wrap .intro .icon {
    font-size: 48px;
  }
  .w112-home-video.has-mobile .home-video-wrap .intro .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w112-home-video .home-video-wrap .intro {
    padding: 16px;
  }
  .w112-home-video .home-video-wrap .intro .icon {
    font-size: 56px;
  }
  .w112-home-video .home-video-wrap .intro .text {
    font-size: 14px;
  }
}

/*!- w112-home-video end -*/
/*!- w112-about begin -*/
.w112-about .about-intro .time-title {
  font-size: 40px;
  font-weight: bold;
 
  color:#333;
  line-height: 1.3;
  text-align: center;
}
.w112-about .about-intro .title {
  text-align: center;
}
.w112-about .about-intro .title h3 {
  font-size: 26px;
  text-align: center;
  color: #003F82;
  margin-bottom: 10px;
  font-weight: normal;
}
.w112-about .about-intro .title i {
  margin-bottom: 30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #fbd500;
}
.w112-about .about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.w112-group .group-wrap .group-intro .w112-meta {
  margin-top: 0;
}
.w112-group .group-wrap .group-intro .w112-meta .w112-wrapper {
  padding: 0;
}
.w112-group .group-wrap .group-intro .w112-meta .w112-wrapper ul {
  flex-wrap: wrap;
}
.w112-group .group-wrap .group-intro .w112-meta .w112-wrapper ul li {
  width: 50%;
}
.w112-group .group-wrap .group-intro .w112-meta .w112-wrapper ul li:nth-child(3):after {
  display: none;
}

@media screen and (max-width: 992px) {
  .w112-about .about-intro .time-title {
    font-size: 70px;
  }
  .w112-about .about-intro .title h3 {
    font-size: 20px;
  }
}
/*!- w112-about end -*/
/*!- w112-cert begin -*/
.w112-cert .w112-cert-content {
  padding: 32px 0;
}
.w112-cert .w112-cert-content .w112-cert-swiper .swiper-wrapper .swiper-slide {
  max-width: 500px;
}
.w112-cert .w112-cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-cert .w112-cert-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .w112-cert .w112-cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-cert .w112-cert-content {
    padding: 16px 0;
  }
}

/*!- w112-cert end -*/
/*!- w112-comments begin -*/
.w112-comments {
  background-image: url("../img/commentbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.w112-comments .comments-wrap {
  display: flex;
  flex-direction: row;
  padding-top: 130px;
  position: relative;
}
.w112-comments .comments-wrap .w112-elementor {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 20;
}
.w112-comments .comments-wrap .w112-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w112-comments .comments-wrap .w112-elementor .decoration-widget .decoration-container {
  width: 110px;
  height: 100px;
  position: relative;
  display: inline-block;
}
.w112-comments .comments-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w112-comments .comments-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #121c22;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w112-comments .comments-wrap .w112-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fff;
}
.w112-comments .comments-wrap .comments-cover {
  display: flex;
  width: 50%;
}
.w112-comments .comments-wrap .comments-intro {
  display: flex;
  width: 50%;
  background: #121c22;
}
.w112-comments .comments-wrap .comments-intro .comments-title > h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  color: #003F82;
  margin-bottom: 32px;
}
.w112-comments .comments-wrap .comments-intro .comments-item {
  text-align: left;
  padding: 65px 70px;
}
.w112-comments .comments-wrap .comments-intro .comments-item .icon i {
  font-size: 50px;
  color: #fbd500;
}
.w112-comments .comments-wrap .comments-intro .comments-item h4 {
  font-size: 34px;
  line-height: 1.7;
  color: #fff;
  margin: 16px 0;
}
.w112-comments .comments-wrap .comments-intro .comments-item .content p {
  font-size: 18px;
  line-height: 2;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}
.w112-comments .comments-wrap .comments-intro .comments-item .name p {
  font-size: 20px;
  color: #fff;
  margin-top: 32px;
}
.w112-comments .comments-wrap .comments-intro .w112-comments-swiper {
  padding: 32px 0 64px;
  margin-bottom: -105px;
}
.w112-comments .comments-wrap .comments-intro .swiper-pagination {
  background: #003F82;
  bottom: 7px;
  padding: 40px 30px;
  text-align: right;
}
.w112-comments .comments-wrap .comments-intro .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 20px;
}
.w112-comments .comments-wrap .comments-intro .swiper-pagination-bullet {
  background: #fff;
}
.w112-comments .comments-wrap .comments-intro .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1440px) {
  .w112-comments .comments-wrap .w112-elementor {
    top: -70px;
  }
  .w112-comments .comments-wrap .w112-elementor .decoration-widget .decoration-container {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-comments .comments-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w112-comments .comments-item .name {
    margin: 12px 0;
  }
  .w112-comments .comments-item .name h4 {
    font-size: 16px;
  }
  .w112-comments .comments-item .content p {
    font-size: 14px;
  }
  .w112-comments .w112-comments-swiper {
    padding: 24px 0 48px;
  }
}
@media screen and (max-width: 992px) {
  .w112-comments .comments-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w112-comments .comments-item .name {
    margin: 8px 0;
  }
  .w112-comments .comments-item .content p {
    line-height: 1.5;
  }
  .w112-comments .w112-comments-swiper {
    padding: 16px 0 32px;
  }
  .w112-comments .comments-wrap {
    padding-top: 64px;
    flex-direction: column;
  }
  .w112-comments .comments-wrap .w112-elementor {
    display: none;
  }
  .w112-comments .comments-wrap .comments-cover {
    display: none;
  }
  .w112-comments .comments-wrap .comments-intro {
    width: 100%;
  }
  .w112-comments .comments-wrap .comments-intro .comments-item {
    padding: 16px;
  }
  .w112-comments .comments-wrap .comments-intro .comments-item .icon i {
    font-size: 30px;
  }
  .w112-comments .comments-wrap .comments-intro .comments-item h4 {
    font-size: 26px;
    line-height: 1.4;
  }
  .w112-comments .comments-wrap .comments-intro .comments-item .name p {
    margin-top: 16px;
  }
  .w112-comments .comments-wrap .comments-intro .comments-item .content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .w112-comments .comments-wrap .comments-intro .w112-comments-swiper {
    margin-bottom: -45px;
  }
  .w112-comments .comments-wrap .comments-intro .swiper-pagination {
    text-align: center;
    padding: 10px 30px;
  }
}

/*!- w112-comments end -*/
/*!- w112-case begin -*/
.w112-case {

  padding-top: 30px;background-color:#01366e;
    background-position: 0 0;
    background-size: contain; overflow:hidden
}
.w112-case .case-wrap {
  display: flex;
  padding-bottom: 40px;
}
.w112-case .case-wrap .case-cover {
  width: 100%;
  display: flex;
  flex-direction: column; text-align:center
}
.w112-case .case-wrap .case-cover .home-title h3 {
  color: #fff; font-size:24px; padding-bottom:20px;
}


.w112-case .case-wrap .case-cover .home-title h4 {
  color: #eeba47; font-size:30px; padding-bottom:20px;
}





.w112-case .case-wrap .case-cover .home-title p {
  color: #fff;
}
.w112-case .case-wrap .case-cover a {
  font-size: 18px;
  color: #fbd500;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
  width: 75px;
}
.w112-case .case-wrap .case-cover a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #fbd500;
  bottom: 0;
  transition: all .5s;
}
.w112-case .case-wrap .case-cover a:after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '\e844';
  font-family: w112-iconfont;
  transition: all .5s;
}
.w112-case .case-wrap .case-cover a:hover {
  border-bottom: 0;
}
.w112-case .case-wrap .case-cover a:hover:before {
  width: 0;
}
.w112-case .case-wrap .case-cover a:hover:after {
  transform: rotate(-45deg);
}

.w112-case .case-wrap .case-intro h4 {
  font-size: 150px;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
  font-weight: bold;
  margin: 16px 0 12px;
  line-height: 1;
}
.w112-case .case-wrap .case-intro .cast-meta-title {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  width: 60px;
  height: 130px;
  margin-top: 20px;
  margin-left: 32px;
}
.w112-case .swiper-container {
  border-top: 1px solid #2b363d;
}
.w112-case .swiper-container .case-item {
  border-left: 1px solid #2b363d;
}
.w112-case .swiper-container .case-item .cover {
  position: relative;
}
.w112-case .swiper-container .case-item .cover a .cover-intro {
  padding: 0 50px 10px 50px;
  position: absolute;
  bottom: -5%;
  transform: translateY(-10%);
  left: 0;
  right: 0;
  z-index: 30;
  transition: all .5s; background-color:rgba(0,0,0,.5)
}
.w112-case .swiper-container .case-item .cover a .cover-intro h4 {
  font-size: 34px;
  font-weight: normal;
  z-index: 1;
  color: #fff;
  line-height: 1.3;
}
.w112-case .swiper-container .case-item .cover a .cover-intro p {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.w112-case .swiper-container .case-item .cover a .cover-intro span {
  margin-top: 20px;
}
.w112-case .swiper-container .case-item .cover a .cover-intro span i {
  font-size: 46px;
  transition: all .5s;
  color: #fbd500;
  display: inline-block;
}
.w112-case .swiper-container .case-item .cover a .cover-wrap {

}
.w112-case .swiper-container .case-item .cover a .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all .3s;
}
.w112-case .swiper-container .case-item .cover a:hover .cover-intro {
  bottom: 0;
  transform: translateY(0%);
}
.w112-case .swiper-container .case-item .cover a:hover .cover-intro span i {
  transform: rotate(-45deg);
}
.w112-case .swiper-container .case-item .cover a:hover .cover-wrap {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.w112-case .swiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 6px;
  padding: 10px;
}
.w112-case .swiper-container .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 20px;
}
.w112-case .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #999;
}
.w112-case .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #999;
}
.w112-case .case-item .cover {
  position: relative;
}
@media screen and (max-width: 1680px) {
  .w112-case .swiper-container .case-item .cover a .cover-intro {
    padding: 0 30px 10px 30px;
    bottom: 5%;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .w112-case .case-wrap .case-intro h4 {
    font-size: 100px;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro {
    padding: 0 30px 10px 30px;
    bottom: 3%;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-case .case-wrap .case-intro h4 {
    font-size: 80px;
  }
  .w112-case .case-item .cover h4 {
    font-size: 16px;
  }
  .w112-case .case-item .cover a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w112-case .case-wrap {
    flex-direction: column;
  }
  .w112-case .case-wrap .case-cover {
    width: 100%;
  }
  .w112-case .case-wrap .case-cover p {
    font-size: 30px;
  }
  .w112-case .case-wrap .case-intro {
    width: 100%;
    flex-direction: column;
  }
  .w112-case .case-wrap .case-intro .cast-meta-title {
    width: 100%;
    height: auto;
    margin: 0;
    writing-mode: inherit;
  }
  .w112-case .swiper-container .case-item .cover a {
    display: flex;
    flex-direction: column-reverse;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro {
    position: relative;
    padding-top: 30px;
    bottom: 0;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro h4 {
    font-size: 20px;
  }
  .w112-case .swiper-container .case-item .cover a .cover-intro span {
    display: none;
  }
  .w112-case .swiper-container .case-item .cover a .cover-wrap {
    opacity: 1;
    clip-path: inherit;
  }
  .w112-case .case-item {
    flex-direction: column;
    width: 100%;
  }
  .w112-case .case-item .cover {
    padding: 0;
  }
  .w112-case .case-item .cover h3 {
    display: none;
  }
  .w112-case .case-item .cover h4 {
    font-size: 20px;
  }
}

/*!- w112-case end -*/
/*!- w112-case-grid begin -*/
.w112-case-grid .w112-case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-case-grid .w112-case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w112-case-grid .w112-case-grid-content ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-case-grid .w112-case-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-case-grid .w112-case-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w112-case-grid .w112-case-grid-content ul li a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.w112-case-grid .w112-case-grid-content ul li a:hover h3 {
  color: #003F82;
}
.w112-case-grid .w112-case-grid-content ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .w112-case-grid .w112-case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w112-case-grid .w112-case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-case-grid .w112-case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w112-case-grid .w112-case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w112-case-grid .w112-case-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w112-case-grid end -*/
/*!- w112-cert-grid begin -*/
.w112-cert-grid .w112-cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-cert-grid .w112-cert-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w112-cert-grid .w112-cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w112-cert-grid .w112-cert-grid-content ul li a:hover h3 {
  color: #003F82;
}
.w112-cert-grid .w112-cert-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  height: 0;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.w112-cert-grid .w112-cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-cert-grid .w112-cert-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .w112-cert-grid .w112-cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w112-cert-grid .w112-cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-cert-grid .w112-cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w112-cert-grid .w112-cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w112-cert-grid .w112-cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w112-cert-grid end -*/
/*!- w112-news-grid begin -*/
.w112-news-grid .news-grid-wrap {
  margin-bottom: 32px;
}
.w112-news-grid .news-grid-wrap .header {
  margin-bottom: 15px;
  background: #f4f5ff;
}
.w112-news-grid .news-grid-wrap .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #003F82;
  font-weight: normal;
  padding-left: 20px;
}
.w112-news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width:25%;
}
.w112-news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.w112-news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
}
.w112-news-grid .news-grid-content ul li a .cover img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w112-news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 20%;
  background-color: rgba(18, 28, 34, 0.9);
  width: 100%;
  padding: 16px;
  transition: right .5s,bottom .5s,background-color .5s;
  -webkit-transition: right .5s,bottom .5s,background-color .5s;
  color: #fff;
}
.w112-news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  transition: color .4s;
}
.w112-news-grid .news-grid-content ul li a .intro p {
  margin-bottom: 5px;
  font-size: 16px;
}
.w112-news-grid .news-grid-content ul li a .intro p i {
  font-size: 24px;
  float: right;
  transition: all .5s;
}
.w112-news-grid .news-grid-content ul li a:hover .intro {
  background-image: none;
  background-color: #003F82;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.w112-news-grid .news-grid-content ul li a:hover .intro h3 {
  white-space: normal;
}
.w112-news-grid .news-grid-content ul li a:hover .intro p i {
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .w112-news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w112-news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .w112-news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .w112-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(0px);
  }
  .w112-news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .w112-news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .w112-news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
  .w112-news-grid .news-grid-content ul li a:hover .intro {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 992px) {
  .w112-news-grid .news-grid-wrap .header {
    padding: 10px 0;
  }
  .w112-news-grid .news-grid-wrap .header > h3 {
    line-height: 24px;
  }
  .w112-news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w112-news-grid .news-grid-content ul li {
    width: 100%;
    padding: 16px 0 0 16px;
  }
  .w112-news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .w112-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
    transform: translateY(30px);
    position: relative;
  }
  .w112-news-grid .news-grid-content ul li a .intro p {
    font-size: 14px;
  }
  .w112-news-grid .news-grid-content ul li a .cover {
    height: auto;
    padding-bottom: inherit;
  }
  .w112-news-grid .news-grid-content ul li a .cover img {
    position: relative;
  }
}

/*!- w112-news-grid end -*/
/*!- w112-sitemap begin -*/
.w112-sitemap .w112-sitemap-content ul {
  padding-top: 1px;
}
.w112-sitemap .w112-sitemap-content ul li {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.w112-sitemap .w112-sitemap-content ul li a {
  transition: color .5s;
}
.w112-sitemap .w112-sitemap-content ul li a:hover {
  color: #003F82;
}
.w112-sitemap .w112-sitemap-content ul li > h3 {
  display: block;
  font-size: 20px;
  line-height: 1.576;
  padding: 16px 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.w112-sitemap .w112-sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.w112-sitemap .w112-sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.w112-sitemap .w112-sitemap-content ul li > dl > dd {
  display: block;
  width: 20%;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .w112-sitemap .w112-sitemap-content ul li {
    margin-top: 24px;
  }
  .w112-sitemap .w112-sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .w112-sitemap .w112-sitemap-content ul li {
    margin-top: 16px;
  }
  .w112-sitemap .w112-sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .w112-sitemap .w112-sitemap-content ul li > dl > dd {
    width: 100%;
    padding: 0 16px;
  }
}

/*!- w112-sitemap end -*/
/*!- w112-faq begin -*/
.w112-faq .faq-wrap {
  display: flex;
  flex-direction: row;
}
.w112-faq .faq-wrap .faq-cover {
  width: 50%;
}
.w112-faq .faq-wrap .faq-cover .icon i {
  font-size: 616px;
  color: #003F82;
  font-weight: 600;
  display: inline-block;
  transform: rotate(90deg);
}
.w112-faq .faq-wrap .faq-intro {
  width: 50%;
}
.w112-faq .faq-wrap .faq-intro h3 {
  font-size: 16px;
  font-family: Arial;
  color: #999;
  margin-bottom: 30px;
  font-weight: normal;
}
.w112-faq .faq-wrap .faq-intro .faq-intro-introduction {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 32px;
  margin-bottom: 16px;
  text-align: left;
  border-bottom: 2px solid #666;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #666;
  padding-bottom: 30px;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content {
  flex: auto;
  width: 0;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content a {
  display: block;
  font-size: 26px;
  padding-left: 40px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: .3s;
  transition: all .3s;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e844";
  font-family: w112-iconfont;
  color: #999;
  font-size: 30px;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: all .3s;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content a:hover {
  color: #003F82;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content a:hover:after {
  color: #003F82;
  transform: rotate(-45deg);
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li .faq-content p {
  font-size: 18px;
  color: #333;
  line-height: 1.77;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  height: 0;
  transition: all .5s;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li.active .faq-content a:after {
  transform: rotate(-45deg);
  color: #003F82;
}
.w112-faq .faq-wrap .faq-intro .faq-list > ul li.active .faq-content p {
  display: block;
  height: auto;
}
.w112-faq .faq-wrap .faq-intro a.btn {
  font-size: 18px;
  color: #003F82;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
}
.w112-faq .faq-wrap .faq-intro a.btn:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #003F82;
  bottom: 0;
  transition: all .5s;
}
.w112-faq .faq-wrap .faq-intro a.btn:after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '\e844';
  font-family: w112-iconfont;
  transition: all .5s;
}
.w112-faq .faq-wrap .faq-intro a.btn:hover {
  border-bottom: 0;
}
.w112-faq .faq-wrap .faq-intro a.btn:hover:before {
  width: 0;
}
.w112-faq .faq-wrap .faq-intro a.btn:hover:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1440px) {
  .w112-faq .faq-wrap .faq-intro .faq-list > ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-faq .faq-wrap {
    flex-direction: column;
  }
  .w112-faq .faq-wrap .faq-cover {
    width: 100%;
  }
  .w112-faq .faq-wrap .faq-intro {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .w112-faq .faq-wrap {
    flex-direction: column;
  }
  .w112-faq .faq-wrap .faq-cover {
    width: 100%;
  }
  .w112-faq .faq-wrap .faq-cover .icon i {
    font-size: 356px;
  }
  .w112-faq .faq-wrap .faq-intro {
    width: 100%;
  }
  .w112-faq .faq-wrap .faq-intro .faq-intro-introduction {
    font-size: 28px;
  }
}

/*!- w112-faq end -*/
/*!- w112-faq-list begin -*/
.w112-faq-list .w112-faq-list-content {
  background-color: #fff;
}
.w112-faq-list .w112-faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}
.w112-faq-list .w112-faq-list-content ul li > span {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #d3d8ff;
  margin-right: 15px;
}
.w112-faq-list .w112-faq-list-content ul li > .faq-list-content-wrap {
  flex: auto;
  width: 0;
}
.w112-faq-list .w112-faq-list-content ul li > .faq-list-content-wrap > h3 {
  font-size: 18px;
  z-index: 1;
  font-weight: 700;
  line-height: 1.576;
  color: #333;
  word-wrap: break-word;
}
.w112-faq-list .w112-faq-list-content ul li > .faq-list-content-wrap > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.w112-faq-list .w112-faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .w112-faq-list .w112-faq-list-content ul li {
    padding: 24px;
  }
  .w112-faq-list .w112-faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .w112-faq-list .w112-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w112-faq-list .w112-faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w112-faq-list .w112-faq-list-content ul li {
    padding: 16px;
  }
  .w112-faq-list .w112-faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .w112-faq-list .w112-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w112-faq-list .w112-faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- w112-faq-list end -*/
/*!- w112-contact begin -*/
.w112-contact {
  display: flex;
  flex-direction: row;
  background-image: url("../img/mapbg02.png");
}
.w112-contact .contact-cover {
  display: flex;
  width: 50%;
}
.w112-contact .contact-cover .company {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 32px;
  background-color: rgba(18, 28, 34, 0.9);
}
.w112-contact .contact-cover .company .wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.w112-contact .contact-cover .company .wrap .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.w112-contact .contact-cover .company .wrap .company-title h3 {
  font-weight: normal;
}
.w112-contact .contact-cover .company .wrap .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w112-contact .contact-cover .company .wrap .company-content ul li {
  width: 50%;
  flex: auto;
  text-align: center;
  margin-bottom: 32px;
}
.w112-contact .contact-cover .company .wrap .company-content ul li .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.w112-contact .contact-cover .company .wrap .company-content ul li .icon i {
  font-size: inherit;
}
.w112-contact .contact-cover .company .wrap .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.w112-contact .contact-cover .company .wrap .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  line-height: 30px;
  color: #fff;
}
.w112-contact .contact-intro {
  display: flex;
  width: 50%;
  padding-left: 30px;
}
.w112-contact .contact-intro .wrap {
  display: flex;
  flex-direction: column;
}
.w112-contact .contact-intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w112-contact .contact-intro .wrap ul li {
  flex: auto;
  width: 100%;
  padding: 32px 0 0 32px;
}
.w112-contact .contact-intro .wrap ul li dl {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.w112-contact .contact-intro .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #003F82;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.w112-contact .contact-intro .wrap ul li dl dd {
  font-size: 18px;
  margin-bottom: 8px;
}
.w112-contact .contact-intro .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.w112-contact .contact-intro .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
.w112-contact .inquiry .w112-inquiry .w112-inquiry-wrap {
  padding: 32px;
}
@media screen and (max-width: 1280px) {
  .w112-contact {
    margin-bottom: 32px;
  }
  .w112-contact .company {
    padding: 32px 24px;
  }
  .w112-contact .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .w112-contact .company-content ul li .icon {
    font-size: 32px;
  }
  .w112-contact .company-content ul li .label {
    font-size: 16px;
  }
  .w112-contact .contact-list {
    padding-left: 24px;
  }
  .w112-contact .contact-list .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w112-contact .contact-list .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .w112-contact .contact-list .wrap ul li dl {
    padding: 24px;
  }
  .w112-contact .contact-list .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .w112-contact .contact-list .wrap ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w112-contact {
    width: 100%;
    flex-direction: column;
  }
  .w112-contact .contact-cover {
    width: 100%;
  }
  .w112-contact .contact-cover .company {
    padding: 24px 16px;
    background-image: none !important;
  }
  .w112-contact .contact-cover .company .wrap {
    padding: 0;
  }
  .w112-contact .contact-cover .company .wrap .company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .w112-contact .contact-cover .company .wrap .company-content ul li {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
  }
  .w112-contact .contact-cover .company .wrap .company-content ul li .icon {
    font-size: 30px;
  }
  .w112-contact .contact-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .w112-contact .contact-intro .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w112-contact .contact-intro .wrap ul li {
    padding: 16px 0 0 16px;
    width: 100%;
  }
  .w112-contact .contact-intro .wrap ul li dl {
    padding: 16px;
  }
  .w112-contact .contact-intro .wrap ul li dl dt {
    margin-bottom: 16x;
  }
  .w112-contact .contact-intro .wrap ul li dl dd {
    font-size: 16px;
  }
}

/*!- w112-contact end -*/
/*!- w112-product-detail begin -*/
.w112-product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w112-product-detail .content {
  flex: auto;
  width: 80%;
}
.w112-product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.w112-product-detail .content .hd .product-cover {
  display: block;
  flex: none;
  max-width: 550px;
  width: 100%;
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
  display: block;
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w112-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
  font-size: 24px;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper {
  margin-top: 16px;
  overflow: hidden;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
  font-size: 16px;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
  border-color: #fbd500;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {
  width: 16px;
  border-radius: 0;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
  font-size: 12px;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next, .w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w112-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.w112-product-detail .content .hd .product-intro {
  display: block;
  flex: auto;
  padding-left: 64px;
  width: 100%;
}
.w112-product-detail .content .hd .product-intro .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: initial;
  text-align: left;
}
.w112-product-detail .content .hd .product-intro .title h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #333;
}
.w112-product-detail .content .hd .product-intro .desc {
  margin-bottom: 32px;
}
.w112-product-detail .content .hd .product-intro .desc p {
  font-size: 18px;
  margin: 8px 0;
  line-height: 1.77;
  color: #333;
}
.w112-product-detail .content .hd .product-intro .attrs {
  margin-bottom: 32px;
}
.w112-product-detail .content .hd .product-intro .attrs ul li {
  line-height: 35px;
}
.w112-product-detail .content .hd .product-intro .attrs ul li label, .w112-product-detail .content .hd .product-intro .attrs ul li span, .w112-product-detail .content .hd .product-intro .attrs ul li a, .w112-product-detail .content .hd .product-intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.w112-product-detail .content .hd .product-intro .attrs ul li p {
  color: red;
  font-size: 26px;
}
.w112-product-detail .content .hd .product-intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.w112-product-detail .content .hd .product-intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w112-product-detail .content .hd .product-intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w112-product-detail .content .hd .product-intro .attrs ul li label {
  color: #999;
}
.w112-product-detail .content .hd .product-intro .attrs ul li span {
  color: #333;
}
.w112-product-detail .content .hd .product-intro .attrs ul li a {
  color: #1890FF;
}
.w112-product-detail .content .hd .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w112-product-detail .content .hd .product-intro .action .button {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  transition: background-color .4s, border-color .4s;
}
.w112-product-detail .content .hd .product-intro .action .button span {
  padding: 0 20px;
}
.w112-product-detail .content .hd .product-intro .action .button:before {
  display: none;
}
.w112-product-detail .content .hd .product-intro .action .button:after {
  display: none;
}
.w112-product-detail .content .hd .product-intro .action .button:hover {
  background-color: #f5f5f5;
}
.w112-product-detail .content .hd .product-intro .action .button.accents {
  background-color: #003F82;
  color: #fff;
  border-color: #003F82;
}
.w112-product-detail .content .hd .product-intro .action .button.accents:hover {
  border-color: #1c2ecc;
  background-color: #1c2ecc;
}
.w112-product-detail .content .hd .product-intro .action .button.accents:hover span {
  color: #fff;
}
.w112-product-detail .content .hd .product-intro .action .button.accents:hover span:before {
  display: none;
}
.w112-product-detail .content .hd .product-intro .action .button.cart {
  background-color: #26BB79;
  color: #fff;
  border-color: #26BB79;
}
.w112-product-detail .content .hd .product-intro .action .button.cart:hover {
  border-color: #1e9661;
  background-color: #1e9661;
}
.w112-product-detail .content .hd .product-intro .action .button.cart:hover span {
  color: #fff;
}
.w112-product-detail .content .hd .product-intro .action .button.cart:hover span:before {
  display: none;
}
.w112-product-detail .content .bd {
  margin-top: 32px;
}
.w112-product-detail .content .bd .tips {
  padding: 16px 0;
}

.w112-product-detail .content .bd .tips h4 {
  border-left: 3px solid #003F82;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #003F82;
}
.w112-product-detail .content .bd .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.w112-product-detail .content .bd .product-page-list ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  width: 100%;
}
.w112-product-detail .content .bd .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 270px;
}
.w112-product-detail .content .bd .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w112-product-detail .content .bd .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
}
.w112-product-detail .content .bd .product-page-list ul li .intro {
  flex: auto;
  padding: 32px;
}
.w112-product-detail .content .bd .product-page-list ul li .intro h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-product-detail .content .bd .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.w112-product-detail .content .bd .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #fbd500;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w112-product-detail .content .bd .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w112-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.w112-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w112-product-detail .content .bd .product-page-list ul li:hover h3 {
  color: #003F82;
}
.w112-product-detail .content .bd .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.w112-product-detail .content .bd .product-page-list ul li a .icon i {
  font-size: inherit;
}
.w112-product-detail .content .bd .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-product-detail .content .bd .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-product-detail .content .bd .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.w112-product-detail .content .bd .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 25%;
}
.w112-product-detail .content .bd .grid ul li .grid-item {
  display: block;
}
.w112-product-detail .content .bd .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-product-detail .content .bd .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w112-product-detail .content .bd .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.w112-product-detail .content .bd .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w112-product-detail .content .bd .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w112-product-detail .content .bd .grid ul li .grid-item:hover .intro h4 {
  color: #003F82;
}
.w112-product-detail .content .bd .grid .product-list-w4 li {
  width: 25%;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap {
  margin-top: 20px;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul {
  display: flex;
  margin: -16px 0 0 -16px;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
  width: 33.33%;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul {
  border: 1px solid #d9d9d9;
  padding: 16px;
  margin: 0 16px;
  flex-direction: column;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li {
  padding: 0;
  width: 100%;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: color .4s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a:hover {
  color: #fbd500;
}
.w112-product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w112-product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w112-product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w112-product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w112-product-detail .sidebar .hd a:hover {
  color: #003F82;
}
.w112-product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w112-product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w112-product-detail .sidebar .bd ul li a {
  display: block;
}
.w112-product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #003F82;
}
.w112-product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-product-detail .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w112-product-detail .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1440px) {
  .w112-product-detail .content .hd .product-intro .title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .w112-product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .w112-product-detail .content {
    width: 100%;
    padding: 24px;
  }
  .w112-product-detail .content .hd .product-cover {
    max-width: 400px;
  }
  .w112-product-detail .content .hd .product-intro {
    padding-left: 24px;
  }
  .w112-product-detail .content .hd .product-intro .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .w112-product-detail .content .hd .product-intro .title h2 {
    font-size: 20px;
  }
  .w112-product-detail .content .hd .product-intro .desc {
    margin-bottom: 24px;
  }
  .w112-product-detail .content .hd .product-intro .desc p {
    font-size: 16px;
  }
  .w112-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 24px;
  }
  .w112-product-detail .content .hd .product-intro .attrs ul li label, .w112-product-detail .content .hd .product-intro .attrs ul li span, .w112-product-detail .content .hd .product-intro .attrs ul li a {
    font-size: 16px;
  }
  .w112-product-detail .content .hd .product-intro .action .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .w112-product-detail .content .bd {
    margin-top: 24px;
  }
  .w112-product-detail .content .bd .grid ul li {
    width: 33.33%;
  }
  .w112-product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w112-product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .w112-product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w112-product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w112-product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w112-product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w112-product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w112-product-detail .content {
    padding: 16px;
  }
  .w112-product-detail .content .hd {
    flex-wrap: wrap;
  }
  .w112-product-detail .content .hd .product-cover {
    max-width: none;
  }
  .w112-product-detail .content .hd .product-intro {
    padding-left: 0;
    padding-top: 16px;
  }
  .w112-product-detail .content .hd .product-intro .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .w112-product-detail .content .hd .product-intro .title h2 {
    font-size: 18px;
  }
  .w112-product-detail .content .hd .product-intro .desc {
    margin-bottom: 16px;
  }
  .w112-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 16px;
  }
  .w112-product-detail .content .hd .product-intro .action .button {
    width: 49%;
    line-height: 40px;
    padding: 0;
  }
  .w112-product-detail .content .hd .product-intro .action .button span {
    padding: 5px;
  }
  .w112-product-detail .content .bd {
    margin-top: 16px;
  }
  .w112-product-detail .content .bd .product-page-list ul li {
    display: block;
  }
  .w112-product-detail .content .bd .product-page-list ul li .product-page-item {
    max-width: 100%;
  }
  .w112-product-detail .content .bd .product-page-list ul li .intro {
    padding: 16px;
  }
  .w112-product-detail .content .bd .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .w112-product-detail .content .bd .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .w112-product-detail .content .bd .grid {
    padding: 8px;
  }
  .w112-product-detail .content .bd .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w112-product-detail .content .bd .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .w112-product-detail .content .bd .grid ul li .grid-item .cover {
    height: auto;
    padding-bottom: inherit;
  }
  .w112-product-detail .content .bd .grid ul li .grid-item .cover img {
    position: relative;
  }
  .w112-product-detail .content .keyword-tag .keyword-tag-wrap {
    display: block;
    margin: 0;
  }
  .w112-product-detail .content .keyword-tag .keyword-tag-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  .w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
    width: 100%;
  }
  .w112-product-detail .content .keyword-tag .keyword-tag-wrap ul li ul {
    margin: 0 0 20px 0;
  }
  .w112-product-detail .sidebar {
    margin-top: 16px;
  }
  .w112-product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .w112-product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .w112-product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .w112-product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w112-product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- w112-product-detail end -*/
/*!- w112-product-list begin -*/
.w112-product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.w112-product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.w112-product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.w112-product-list .filter .row .col .value {
  flex: auto;
}
.w112-product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.w112-product-list .filter .radio, .w112-product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.w112-product-list .filter .radio span, .w112-product-list .filter .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.w112-product-list .filter .radio:before, .w112-product-list .filter .radio:after, .w112-product-list .filter .checkbox:before, .w112-product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.w112-product-list .filter .radio:before, .w112-product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.w112-product-list .filter .radio:after, .w112-product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.w112-product-list .filter .radio:hover span, .w112-product-list .filter .checkbox:hover span {
  color: #003F82;
}
.w112-product-list .filter .radio:hover:before, .w112-product-list .filter .checkbox:hover:before {
  border-color: #003F82;
}
.w112-product-list .filter .radio.active span, .w112-product-list .filter .checkbox.active span {
  color: #003F82;
}
.w112-product-list .filter .radio.active:before, .w112-product-list .filter .checkbox.active:before {
  border-color: #003F82;
}
.w112-product-list .filter .radio.active:after, .w112-product-list .filter .checkbox.active:after {
  background-color: #003F82;
}
.w112-product-list .filter .radio:before, .w112-product-list .filter .radio:after {
  border-radius: 50%;
}
.w112-product-list .wrapper {
  margin-bottom: 20px;
}
.w112-product-list .wrapper .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.w112-product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.w112-product-list .wrapper .tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  transition: color .4s, background-color .4s;
}
.w112-product-list .wrapper .tabs .tab-item:hover {
  color: #003F82;
  background-color: #f5f5f5;
}
.w112-product-list .wrapper .tabs .tab-item.active {
  background-color: #003F82;
  color: #fff;
}
.w112-product-list .wrapper .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.w112-product-list .wrapper .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width:33.3333%;
}
.w112-product-list .wrapper .grid ul li .grid-item {
  display: block;
}
.w112-product-list .wrapper .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.w112-product-list .wrapper .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w112-product-list .wrapper .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.w112-product-list .wrapper .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w112-product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w112-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #003F82;
}
.w112-product-list .wrapper .grid .product-list-w3 li {
  width: 33.3%;
}
.w112-product-list .header {
  margin-bottom: 15px;
  background: #f4f5ff;
}
.w112-product-list .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #003F82;
  font-weight: normal;
  padding-left: 20px;
}
.w112-product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.w112-product-list .product-secondary-menu {
  margin-bottom: 32px;
}
.w112-product-list .product-secondary-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.w112-product-list .product-secondary-menu ul li {
  padding: 5px 10px;
  width: 25%;
}
.w112-product-list .product-secondary-menu ul li a {
  font-size: 16px;
  line-height: 25px;
  display: list-item;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  color: #333;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.w112-product-list .product-secondary-menu ul li a:hover, .w112-product-list .product-secondary-menu ul li a.active {
  background-color: #1c2ecc;
  color: #fff;
}
.w112-product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w112-product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w112-product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w112-product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w112-product-list .sidebar .hd a:hover {
  color: #003F82;
}
.w112-product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w112-product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w112-product-list .sidebar .bd ul li a {
  display: block;
}
.w112-product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #003F82;
}
.w112-product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-product-list .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w112-product-list .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .w112-product-list .filter {
    padding: 8px 24px;
  }
  .w112-product-list .filter .row .col {
    padding: 8px 0;
  }
  .w112-product-list .filter .row .col .label {
    min-width: 100px;
  }
  .w112-product-list .wrapper {
    margin-top: 24px;
  }
  .w112-product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .w112-product-list .wrapper .grid ul li {
    width: 33.33%;
  }
  .w112-product-list .pager {
    padding-top: 24px;
  }
  .w112-product-list .header {
    margin-bottom: 24px;
  }
  .w112-product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w112-product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .w112-product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w112-product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .w112-product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w112-product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w112-product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w112-product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w112-product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w112-product-list .filter {
    padding: 4px 16px;
  }
  .w112-product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .w112-product-list .filter .radio, .w112-product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .w112-product-list .filter .radio span, .w112-product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .w112-product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .w112-product-list .wrapper .grid {
    padding: 0;
  }
  .w112-product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w112-product-list .wrapper .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .w112-product-list .wrapper .grid ul li .grid-item .cover {
    padding-bottom: inherit;
    height: auto;
  }
  .w112-product-list .wrapper .grid ul li .grid-item .cover img {
    position: relative;
  }
  .w112-product-list .pager {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .w112-product-list .header {
    margin-bottom: 16px;
    padding: 10px 0;
  }
  .w112-product-list .header > h3 {
    font-size: 18px;
  }
  .w112-product-list .sidebar {
    margin-top: 16px;
  }
  .w112-product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .w112-product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .w112-product-list .sidebar .hd a {
    font-size: 12px;
  }
  .w112-product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w112-product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w112-product-list .product-secondary-menu ul li {
    width: 50%;
  }
}

/*!- w112-product-list end -*/
/*!- w112-tabs begin -*/
.w112-tabs {
  display: block;
  position: sticky;
  z-index: 997;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.w112-tabs .w112-tabs-wrap {
  padding: 0;
}
.w112-tabs .w112-tabs-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 0 16px;
}
.w112-tabs .w112-tabs-content ul li {
  margin: 0 16px;
}
.w112-tabs .w112-tabs-content ul li a {
  display: block;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  max-width: 200px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w112-tabs .w112-tabs-content ul li.active a {
  color: #003F82;
  border-color: #003F82;
}
.w112-tabs.auto-hide {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w112-tabs .w112-tabs-content ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w112-tabs {
    top: 56px;
  }
  .w112-tabs .w112-tabs-content ul {
    justify-content: left;
    padding: 0 16px;
  }
  .w112-tabs .w112-tabs-content ul li {
    margin: 0 16px 0 0;
  }
  .w112-tabs .w112-tabs-content ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .w112-tabs.auto-hide {
    display: block;
  }
}

/*!- w112-tabs end -*/
.wui-dialog-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade-in 0.3s ease 0s both;
  animation: fade-in 0.3s ease 0s both;
}
.wui-dialog-wrap .wui-dialog {
  webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-animation: dialog-in 0.3s ease 0s both;
  animation: dialog-in 0.3s ease 0s both;
  display: block;
  width: 420px;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -210px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container {
  display: block;
  position: relative;
  padding-left: 38px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner > i {
  font-size: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-content {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #999;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action {
  display: block;
  font-size: 0;
  text-align: right;
  margin-top: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action .wui-btn {
  margin-left: 8px;
}
.wui-dialog-wrap .wui-dialog.dialog-info .wui-dialog-container .wui-dialog-icon {
  color: #003F82;
}
.wui-dialog-wrap .wui-dialog.dialog-success .wui-dialog-container .wui-dialog-icon {
  color: #26BB79;
}
.wui-dialog-wrap .wui-dialog.dialog-warning .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap .wui-dialog.dialog-danger .wui-dialog-container .wui-dialog-icon {
  color: #FE5050;
}
.wui-dialog-wrap .wui-dialog.dialog-confirm .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap.dialog-remove {
  -webkit-animation: fade-out 0.5s ease 0.5s both;
  animation: fade-out 0.5s ease 0.5s both;
}
.wui-dialog-wrap.dialog-remove .wui-dialog {
  -webkit-animation: dialog-out 0.5s ease 0.5s both;
  animation: dialog-out 0.5s ease 0.5s both;
}

.wui-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-image: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  user-select: none;
  text-align: center;
  font-weight: 500;
  word-spacing: normal;
  white-space: nowrap;
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn:hover, .wui-btn:focus, .wui-btn:active {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn:disabled {
  color: #999;
  border-color: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.wui-btn > .active .icon-shopping-cart {
  color: #FE5050;
}
.wui-btn > .active .icon-shopping-cart:before {
  content: "\ee9d" !important;
}
.wui-btn > .active .icon-wish-list {
  color: #FE5050;
}
.wui-btn > .active .icon-wish-list:before {
  content: "\ef9b" !important;
}
.wui-btn .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-primary {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary > .wui-btn-animate:before {
  background-color: #26BB79;
}
.wui-btn-primary:hover, .wui-btn-primary:focus, .wui-btn-primary:active {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary:disabled {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}

.wui-btn-gray {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn-gray .wui-btn-animate:before {
  background-color: whitesmoke;
}
.wui-btn-gray:hover, .wui-btn-gray:focus, .wui-btn-gray:active {
  color: #fff;
  border-color: #acacac;
  background-color: #acacac;
}
.wui-btn-gray:disabled {
  color: #333;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.wui-btn-accents {
  color: #fff;
  border-color: #1890FF;
  background-color: #1890FF;
}
.wui-btn-accents > .wui-btn-animate:before {
  background-color: #1890FF;
}
.wui-btn-accents:hover, .wui-btn-accents:focus, .wui-btn-accents:active {
  color: #fff;
  border-color: #1a3e7d;
  background-color: #1a3e7d;
}
.wui-btn-accents:disabled {
  color: #fff;
  border-color: #003F82;
  background-color: #003F82;
}

.wui-btn-price {
  color: #fff;
  border-color: #F2914A;
  background-color: #F2914A;
}
.wui-btn-price .wui-btn-animate:before {
  background-color: #F2914A;
}
.wui-btn-price:hover, .wui-btn-price:focus, .wui-btn-price:active {
  color: #fff;
  border-color: #ce7b3f;
  background-color: #ce7b3f;
}
.wui-btn-price:disabled {
  color: #fff;
  border-color: #f4a265;
  background-color: #f4a265;
}

.wui-btn-block {
  display: block;
  width: 100%;
}

.wui-btn-dazzle .active {
  color: #fff;
  background-color: #26BB79;
  border-color: transparent;
  background-image: linear-gradient(45deg, #1890FF 0%, #26BB79 90%);
}

.wui-btn-loading > .icon-loading {
  display: none;
}
.wui-btn-loading > .loading > i:not(.icon-loading) {
  display: none;
}
.wui-btn-loading > .loading > .icon-loading {
  display: inline-block;
  -webkit-animation: btn-loading 0.6s linear infinite both;
  animation: btn-loading 0.6s linear infinite both;
}

.wui-btn-sm {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn-sm .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn-sm .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-md {
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 16px;
}
.wui-btn-md .wui-btn-animate:hover:before {
  width: 38px;
  opacity: 1;
}
.wui-btn-md .wui-btn-animate:hover > i {
  -webkit-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

@media only screen and (min-width: 1200px) {
  .wui-btn .wui-btn-block\@S {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@S {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@S {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1366px) {
  .wui-btn .wui-btn-block\@M {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@M {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover :before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@M {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1600px) {
  .wui-btn .wui-btn-block\@L {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@L {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@L {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
/*!- w104-inner-backing begin -*/
.w112-inner-backing .w112-inner-backing-wrap {
  position: relative;
  width: 100%;
}
.w112-inner-backing .w112-inner-backing-wrap > img {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 12.5%;
}
.w112-inner-backing .w112-inner-backing-wrap > img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.w112-inner-backing .w112-inner-backing-wrap h2 {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 14%;
}
@media screen and (max-width: 1280px) {
  .w112-inner-backing .w112-inner-backing-wrap h2 {
    font-size: 40px;
    top: 30%;
  }
}
@media screen and (max-width: 992px) {
  .w112-inner-backing .w112-inner-backing-wrap h2 {
    font-size: 20px;
    top: 25%;left: 5%;
  }
  
}

/*!- w104-inner-backing end -*/
/*!- w112-history begin -*/
.w112-history .w112-history-content {
  padding: 32px 0;
}
.w112-history .history-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #003F82;
  margin-bottom: 30px;
}
.w112-history .history-title h3 {
  font-weight: normal;
}
.w112-history .w112-history-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
@media screen and (max-width: 1280px) {
  .w112-history .w112-history-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w112-history .w112-history-content {
    padding: 16px 0;
  }
}
.w112-history .w112-time-axis-item {
  position: relative;
  width: 100%;
  height: 208px;
  text-align: center;
}
.w112-history .w112-time-axis-title {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 60px;
  line-height: 24px;
  padding: 16px 16px 64px;
  color: transparent;
  -webkit-text-stroke: 1px #fbd500;
}
.w112-history .w112-time-axis-title:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fbd500;
}
.w112-history .w112-time-axis-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #fbd500;
  bottom: 10px;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
}
.w112-history .w112-time-axis-desc {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  color: #333;
  border-top: 2px solid #ddd;
}
.w112-history .w112-time-axis-desc > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: left;
}
.w112-history .swiper-slide:nth-child(even) .w112-time-axis-title {
  bottom: auto;
  top: 50%;
  padding: 64px 16px 16px;
  border-top: 2px solid #ddd;
}
.w112-history .swiper-slide:nth-child(even) .w112-time-axis-title:before {
  bottom: auto;
  top: -3px;
}
.w112-history .swiper-slide:nth-child(even) .w112-time-axis-title:after {
  bottom: auto;
  top: 10px;
}
.w112-history .swiper-slide:nth-child(even) .w112-time-axis-desc {
  top: auto;
  bottom: 50%;
  border-top: 0;
}
.w112-history .swiper-button-prev {
  left: -14px;
  background-color: transparent !important;
  color: #003F82;
  opacity: 1;
  outline: none;
}
.w112-history .swiper-button-prev:hover {
  color: #fbd500;
}
.w112-history .swiper-button-next {
  right: -14px;
  background-color: transparent !important;
  color: #003F82;
  opacity: 1;
  outline: none;
}
.w112-history .swiper-button-next:hover {
  color: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w112-history .w112-time-axis-wrap {
    padding: 32px 0;
  }
}
@media screen and (max-width: 992px) {
  .w112-history .w112-time-axis-wrap {
    padding: 24px 0;
  }
  
  .move-member{padding: 20px 0px;}
}

/*!- w112-history end -*/
/*!- w112-partners begin -*/
.w112-partners {
  padding-bottom: 80px;
}
.w112-partners .partners-item .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 60px;
  text-align: center;
  object-fit: contain;
  object-position: center;
  opacity: 0.2;
  transition: all .5s;
}
.w112-partners .partners-item .cover-wrap:hover img {
  opacity: 1;
}
.w112-partners .swiper-container > .swiper-pagination-bullets {
  color: #999;
  bottom: -60px;
}
.w112-partners .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #999;
  margin: 10px 15px;
}
.w112-partners .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #003F82;
}
@media screen and (max-width: 1280px) {
  .w112-partners .product-item .cover h4 {
    font-size: 16px;
  }
  .w112-partners .product-item .cover a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w112-partners .product-item {
    flex-direction: column;
    width: 100%;
  }
  .w112-partners .product-item .cover {
    padding: 0;
  }
  .w112-partners .product-item .cover h3 {
    display: none;
  }
  .w112-partners .product-item .cover h4 {
    font-size: 20px;
  }
}

/*!- w112-faq end -*/
/*!- w112-shopping-cart begin -*/
.w112-shopping-cart .shopping-cart-wrap {
  margin-bottom: 32px;
}
.w112-shopping-cart .shopping-cart-wrap .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w112-shopping-cart .shopping-cart-wrap button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w112-shopping-cart .shopping-cart-wrap button:hover {
  background-color: #F2914A;
  color: #fff;
  border: 1px solid #F2914A;
}
.w112-shopping-cart .shopping-cart-wrap button:disabled, .w112-shopping-cart .shopping-cart-wrap button.disabled {
  cursor: not-allowed;
  background-color: #919dff;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-tips {
  margin-bottom: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  -webkit-flex: auto;
  flex: auto;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd {
  padding: 8px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
  padding: 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w112-inquiry .w112-inquiry-wrap {
  padding: 10px 0;
  background: transparent;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w112-inquiry .w112-inquiry-wrap .w112-inquiry-alert {
  padding: 5px 20px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w112-inquiry .w112-inquiry-wrap .w112-inquiry-form ul li input[type="text"].error {
  border: 1px solid #FE5050;
  padding-top: 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w112-inquiry .w112-inquiry-wrap .w112-inquiry-form ul li .error {
  padding-top: 10px;
  display: block;
  color: #FE5050;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .header-title h3 {
  font-size: 14px;
  color: #999;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
  margin-top: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table {
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding: 8px 16px;
  font-weight: 500;
  color: #333;
  overflow-wrap: break-word;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f5ff;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
  overflow-wrap: break-word;
  padding: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr:last-child > td {
  border: 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-shrink {
  white-space: normal;
  min-width: 1px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-auto {
  width: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
  width: 60px;
  height: 60px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
  padding-left: 16px;
  line-height: 24px;
  color: #333;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info:hover {
  color: #F2914A;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-price {
  font-weight: 500;
  color: #FE5050;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action {
  text-align: center;
  cursor: pointer;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete .wui-icon-20 > i {
  font-size: 20px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete:hover {
  color: #FE5050;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:before, .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  display: table;
  content: "";
  width: 100%;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  clear: both;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent {
  font-weight: 500;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
  font-size: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
  font-size: 20px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-action {
  margin-top: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list {
  font-size: 0;
  line-height: 1;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item {
  display: inline-block;
  vertical-align: middle;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
  margin-left: 16px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item:last-child {
  border: 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0;
  line-height: 1;
  font-size: 0;
  user-select: none;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-icon, .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-image {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: auto;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment {
  display: inline-block;
  width: 128px;
  height: 32px;
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: 0 32px;
  background-image: url(../img/icon_payment.png);
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-paypal {
  background-position: 0 0px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-visa {
  background-position: 0 -32px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-master-card {
  background-position: 0 -64px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty {
  text-align: center;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .w112-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-check-line {
  color: #26BB79;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
  color: #F2914A;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title {
  font-size: 30px;
  line-height: 30px;
  color: #26BB79;
  margin: 30px 0 30px 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title {
  font-size: 30px;
  line-height: 30px;
  color: #F2914A;
  margin: 30px 0 30px 0;
}
.w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .w112-shopping-cart .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w112-shopping-cart .shopping-cart-wrap {
    margin-bottom: 0;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
    padding: 0;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w112-inquiry .w112-inquiry-wrap .w112-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
    padding: 16px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
    margin-top: 24px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
    padding: 8px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: "center";
    align-items: center;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
    -webkit-flex: none;
    flex: none;
    width: 48px;
    height: 48px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
    display: none;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier {
    position: sticky;
    top: 120px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
    font-size: 18px;
    line-height: 32px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
    font-size: 20px;
    line-height: 32px;
    color: red;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
    font-size: 18px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
    font-size: 24px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
    margin-left: 24px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
    padding: 16px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
    font-size: 60px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .w112-iconfont {
    font-size: 100px;
  }
  .w112-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
    font-size: 18px;
    color: #999;
  }
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; padding-top:50px; padding-bottom:50px; clear:both; overflow:hidden
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#003F82;
	border:1px solid #003F82;
}
.pagination a.page-num-current {
	color:#fff;
	background:#003F82;
	border:1px solid #003F82;
}
/* ----- PB分页数字条效果 结束 ----- */




.out-msky {
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    display: none;
}
.out-box {
    margin:16% auto;
    width: 60%;
    background: #020230;
    padding:30px;
    box-sizing: box-sizing;
}
.out-title {
    font-size: 26px;
    font-weight: bold;
    color:#ed9e0e;
    margin-bottom: 20px;
}
.out-word {
    font-size: 18px;
    color:#fff;
    line-height: 30px;
}
.btn-box {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
     margin-top:30px;
}
.btn-one {
    font-size: 16px;
    padding:10px 40px;
    border:1px solid #fff;
    color:#fff;
    margin-right:30px;
    cursor: pointer;
}
.btn-one a {
    color:#fff;
}
#outlik {
    color:#fff;
    cursor: pointer;
    font-size: 16rem;
}

@media screen and (max-width: 992px) {
.out-box {
    margin:16% auto;
    width: 90%;
    background: #020230;
    padding:30px;
    box-sizing: box-sizing;
}

}




.gunlist{ overflow:hidden; clear:both; padding-top:50px;}
.gunlist li{width: 25%;float: left;text-align: center;}

.gunlist li .number{width: 100%;line-height: 50px;font-size: 18px;color: #333333;}

.gunlist li .number .num{font-size: 60px;color: #003F82;}

.gunlist li .txt{width: 100%;line-height: 20px;font-size: 16px;color: #666;}




.concept {
	background: #eeeff1;
	padding: 15px 0;
}
.concept:after {
	content:"";
	height:0;
	display:block;
	clear:both
}
.concept .wrap {
	position: relative;
}
.concept .pic {
	width: 622px;
	float: right;
	overflow: hidden;
}
.concept .pic img {
	max-width: 100%;
	display: block;
}
.concept .text {
	width: 480px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.worth .title .tit,  .concept .title .tit {
	line-height: 40px;
	font-size: 36px;
	color: #00396c;
}
.worth .title .line,  .concept .title .line {
	width: 37px;
	height: 4px;
	background: #00396c;
	margin-top: 18px;
}
.concept .text .txt {
	line-height: 25px;
	font-size: 16px;
	color: #666666;
	margin-top: 28px;
}

/*fuwu*/

.fuwu{ overflow:hidden}
.fuwu .box1 .left a,.icases .box2 .box img,.icases .box2 .box .txt{transition:linear .2s all;-moz-transition: linear .2s all; -webkit-transition:linear .2s all; -o-transition: linear .2s all;}

.fuwu .box2 .box{ overflow:hidden; position:relative; line-height:24px;}
.fuwu .box2 .box:hover img{ transform:scale(1.05);}
.fuwu .box2 .box .txt{ position:absolute; width:100%; bottom:0; left:0; background:rgba(0,0,0,0.5);}
.fuwu .box2 .box img{ width:100%;}
.fuwu .box2 .box h3{ font-size:16px; font-weight:bold; color:#fff; margin-bottom:2px;}
.fuwu .box2 .box p{ font-size:14px; color:#fff;}
.fuwu .box2 .left,.icases .box2 .right{ float:left; width:50%;}
.fuwu .box2 .left .box{ width:100%;}
.fuwu .box2 .left .box .txt{ padding:18px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.fuwu .box2 .right .box{ width:50%; height:600px; float:left; border:1px solid #e1e1e1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.fuwu .box2 .right .box .txt{ padding:18px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


/*icases*/

.icases{ overflow:hidden}
.icases .box1 .left a,.icases .box2 .box img,.icases .box2 .box .txt{transition:linear .2s all;-moz-transition: linear .2s all; -webkit-transition:linear .2s all; -o-transition: linear .2s all;}

.icases .box2 .box{ overflow:hidden; position:relative; line-height:24px;}
.icases .box2 .box:hover img{ transform:scale(1.05);}
.icases .box2 .box .txt{ position:absolute; width:100%; bottom:0; left:0; background:rgba(0,0,0,0.5);}
.icases .box2 .box img{ width:100%;}
.icases .box2 .box h3{ font-size:16px; font-weight:bold; color:#fff; margin-bottom:2px;}
.icases .box2 .box p{ font-size:14px; color:#fff;}
.icases .box2 .left,.icases .box2 .right{ float:left; width:50%;}
.icases .box2 .left .box{ width:100%;}
.icases .box2 .left .box .txt{ padding:18px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.icases .box2 .right .box{ width:50%; float:left; border:1px solid #e1e1e1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.icases .box2 .right .box .txt{ padding:12px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}



.contact .c2{ display:table;}
.contact .c2>div{ display:table-cell; vertical-align:top; background:#fff; width:50%;}
.contact .c2 .left img{ max-width:100%;}
.contact .c2 .right{ padding:30px 50px 0 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact .c2 .tit{text-align:center;}
.contact .c2 .tit .ts>*{ display:inline-block; }
.contact .c2 .tit .ts h3{ font-size:24px; color:#2f2f2f; font-weight:bold;}
.contact .c2 .tit .ts h4{ font-size:18px; color:#565656; }
.contact .c2 .tit p{ font-size:15px; color:#2f2f2f; line-height:24px; margin-top:20px;}
.contact .c2 form{ width:calc(100% + 20px); margin-left:-10px; margin-top:20px;}
.contact .c2 form .ic-input,.contact .c2 form .ic-txt,.contact .c2 form .ic-btn{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #eaeaea;}
.contact .c2 form .ic-input{width:calc(50% - 20px); margin:0 10px; float:left; font-size:14px; color:#8b8b8b; margin-bottom:10px; padding:15px 14px;}
.contact .c2 form .ic-txt{ width:calc(100% - 20px); margin:0 10px; margin-bottom:35px;  padding:15px 14px; font-family: "Arial","Microsoft Yahei"; line-height:20px;}
.contact .c2 form .ic-btn{ font-size:16px; color:#ffffff; width:160px; height:45px; background:#01366e; border:1px solid #01366e; display:block; margin:0 auto; cursor:pointer; transition:ease 0.3s all;-moz-transition: ease 0.3s all; -webkit-transition:ease 0.3s all; -o-transition: ease 0.3s all;}
.contact .c2 form .ic-btn:hover{    background: transparent; color:#850633;}

@media screen and (max-width: 1024px){
.icases .box2 .left, .icases .box2 .right {
    width: 100%;
}

.icases .box2 .right .box {
    width: 100%;
}

}


	 .aboutBox3 { padding: 3.7em 0;}
.aboutBox3>.cons { display: flex; justify-content: space-between; align-items: stretch;}
.aboutBox3 .txtb { width: 48.3%; text-align: left; color: #333333;}
.aboutBox3 .txtb .tit { color: #333; font-weight: bold; line-height: 1.2; font-size:30px; padding-top:20px;}
.aboutBox3 .txtb .intro { margin-top: 1em;line-height: 2; font-size:16px;}



.aboutBox3 .picb { width: 48.3%; overflow: hidden;}

.swiper-container{ padding-bottom:20px;}


@media screen and (max-width:828px){
.aboutBox3{ padding:10px;}
	  .aboutBox3>.cons { display: block; }
	  .aboutBox3 .txtb { width: 100%;}
	  .aboutBox3 .txtb .tit { color: #333; font-weight: bold; line-height: 1.2; font-size:20px;}
	  .aboutBox3 .picb { width: 100%;}

}



/*contact*/
@media screen and (max-width: 1700px) {
	.contact .c2 .right { padding: 50px 20px 0 20px;}
	.contact .c2 form{ margin-top:20px;}
	.contact .c2 form .ic-input{ margin-bottom:10px;}
}
@media screen and (max-width: 1550px) {
	.contact #tablist2 .swiper-slide{ padding:40px 25px;}
	.contact #tablist2 {  margin-bottom: 40px; }
	.contact .c2 form .ic-input,.contact .c2 form .ic-txt{ padding:10px;}
	.contact .c2 .tit p{font-size:1em;margin-top: 10px;}
	.contact .c2 form .ic-txt{ margin-bottom:10px;}
	.contact .c2 form .ic-btn{ font-size:1.2em;}
}
@media screen and (max-width: 1250px) {
	#container,.contact .content-box2{ height:450px !important;}
	.contact #tablist2 .swiper-slide{ padding:25px 20px;}
	.contact .c2 .right,.contact .c2 .left{ float:none; width:100%; display:block;}
	.contact .c2 .right{ padding:20px 20px 50px 20px;}
	.contact .c2 .left{ text-align:center;}
	.contact .c2 .left img{ width:100%; max-width:600px; padding:20px 20px 10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.contact { padding-bottom: 65px;}
	.contact .c2{ width:100%;}
}
@media screen and (max-width: 900px) {
	.contact .content-box2{ margin:20px 0;}
	.contact #tablist2 .swiper-slide{ max-width:525px; width:100%; margin:0 auto; float:none; margin-bottom:20px; display:block; padding:25px 20px 65px 20px;}	
}
@media screen and (max-width: 800px){	
	.banners { margin: 0px 0 25px 0; overflow:hidden;}
	.banners .warp{ width:100%;}
	.contact-ban img{ width:200%; margin-left:-100%;}
	.contact #tablist2 { width: calc(100%); margin-left: 0px;}	
	.gunlist li{width: 50%;float: left;text-align: center; margin-top:20px;}
	.gunlist li .number .num{font-size: 46px;color: #003F82;}

.gunlist li .txt{width: 100%;line-height: 20px;font-size: 12px;color: #666;}







}
@media screen and (max-width: 600px) {
	.contact .c2 form .ic-input{ width:calc(100% - 20px);}
	.contact .c2 .right { padding: 20px;}
	.ab7 .c3 { padding: 45px 0 45px 0;}
	.contact #tablist2{ margin-bottom:20px;}
	.contact .c2 .left img{ padding:0;}
	#container,.contact .content-box2{ height:350px !important;}
	.contact #tablist2 h3{ font-size:1.8em; margin-bottom:10px;}
	.contact #tablist2 p{ line-height:24px;}
	.contact .c2 .tit .ts h3,.ab7 .c3 .txts .ts h3{ font-size:1.2em;}	
	.contact .c2 .tit .ts h4,.ab7 .c3 .txts .ts h4{ font-size:.8em;}
	.contact { padding-bottom: 30px;}
}





.news_list{display: flex;flex-wrap: wrap;margin: -1%;margin-top: 1%;}
.news_list li{width: calc( 100% / 3 - 2%);margin: 1%;transition: all .5s;}
.news_list li .txt{padding: 15px 0;}
.news_list li .txt h3{color: #333;font-size: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s; text-align:left; font-weight:bold;}

.news_list li .txt p{color: #777;font-size:16px;line-height:1.8;letter-spacing:.25px;text-align: justify;display:-webkit-box;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;text-overflow:ellipsis;transition: all .5s; padding-top:10px;}
.news_list li .txt span{display: block;color: #656565;margin: 3% 0;transition: all .5s;}
.news_list li .img{position: relative;width: 100%;padding-top: 75%;overflow: hidden;}
.news_list li .img img{position:absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}

.news_list li .btnbtn{ text-align:center; background-color:#e9e9e9; width:100px; padding:10px; color:#666; font-size:14px}
.news_list li .btnbtn:hover{ text-align:center; background-color:#003F82; width:100px; padding:10px; color:#FFFFFF}
.news_list li:hover .txt h3{ color:#003F82;}

.news_list li:hover .img img{transform:scale(1.05);}

@media only screen and (max-width: 1600px){
.newListBox .news_hot .txt h3,
.news_list li .txt h3{font-size: 20px;}
.newListBox .news_hot .txt p,
.news_list li .txt p{font-size: 15px;}}
@media only screen and (max-width: 1024px){
.newListBox .news_hot .txt h3,
.news_list li .txt h3{font-size: 18px;}
.newListBox .news_hot .txt p,
.news_list li .txt p{font-size: 14px;}
.news_list li .txt{padding: 20px;}}
@media only screen and (max-width: 768px){
.newListBox .news_hot .txt h3,
.news_list li .txt h3{font-size: 15px;}
.newListBox .news_hot .txt p,
.news_list li .txt p{font-size: 13px;}
.news_list li{width: calc( 100% / 1 - 2%);}
.news_list li .txt{padding: 15px;}
.newListBox .news_hot .txt span,
.news_list li .txt span{font-size: 12px;}
.newListBox .news_hot .txt{padding: 2.5% 2%;}
}
@media only screen and (max-width: 480px){
.newListBox .news_hot .img,
.newListBox .news_hot .txt{width: 100%;}
.newListBox .news_hot .txt h3{line-height: 1.2;-webkit-line-clamp: 1;}
.newListBox .news_hot .txt span{margin: 2% 0;}
.newListBox .news_hot .share{display: none;}
.newListBox .news_hot .txt,
.news_list li .txt{padding: 10px;}}

/*footer*/
.footer .fo2 .right a,.footer .fo1 .dot a{transition:linear .2s all;-moz-transition: linear .2s all; -webkit-transition:linear .2s all; -o-transition: linear .2s all;}
.footer{ background:#3f3f40; padding:55px 0 30px 0; overflow:hidden}
.footer .fo1 .tit{ border-bottom:1px solid #4b4b4b; overflow:hidden;}
.footer .fo1 .tit h3{ width:240px; float:left; color:#fff; margin-bottom:20px; font-size:1.2em; font-weight:normal}
.footer .fo1 .dot{ width:190px; float:left; padding:30px 0; margin-right:50px;}
.footer .fo1 .dot a{ display:block; font-size:.9em; color:#c1c1c1; line-height:36px;}
.footer .fo1 .dot a:hover{ color:#fff;}
.footer .fo1 .fc{ overflow:hidden; float:left; position:relative; padding:35px 0;}
.footer .fo1 .fc>h3{ font-size:3.6em; color:#7f2136; font-weight:bold; margin-bottom:15px;}
.footer .fo1 .fc .btn{ margin-bottom:30px;}
.footer .fo1 .fc .btn>*{ line-height:24px; display:inline-block;}
.footer .fo1 .fc .btn h4{ margin-right:4px; font-size:1.4em; color:#c1c1c1;}
.footer .fo1 .fc .btn p{ font-size:1.6em; color:#c1c1c1;}
.footer .fo1 .fc li{ cursor:pointer; background:#191717; display:inline-block; padding:7px 6px; font-size:.8em; color:#fff;}
.footer .fo1 .fc li:hover { background:#7f2136;}
.footer .fo1 .fc li.tabin {	background:#7f2136;}
.footer .fo1 .fc .content-box { width:330px; left:0;	top:63px;	overflow:hidden;}
.footer .fo1 .fc .content {	clear:both;	color:#fff; padding-bottom:20px;display:none;	transition:all ease .3s;}
.footer .fo1 .fc .contentin { display:block;}
.footer .fo1 .fc .content p {font-size:1em; line-height:30px; color:#c1c1c1;}
.footer .fo1 .fs p{ display:inline-block; font-size:1em; line-height:30px; color:#c1c1c1;}
.footer .fo1 .fs img{ margin-right:25px; margin-bottom:-8px; transition:linear .2s all;-moz-transition: linear .2s all; -webkit-transition:linear .2s all; -o-transition: linear .2s all;}
.footer .fo1 .fs img:hover{ transform:rotateY(180deg);}
.footer .fo1 .two{ padding:40px 0; width:166px; text-align:center; float:right;}
.footer .fo1 .two p{ font-size:.8em; color:#9d9d9d; line-height:20px; padding:12px 0;}
.footer-tit{ background:#3c3c3c; padding:20px 0;}
.footer-tit p{ font-size:1.4em; color:#929292; line-height:24px;}
.footer-tit .left{ float:left;}
.footer-tit .right{ float:right;}
.footer-tit p a{ font-size:1em; color:#929292;}
.footer-tit p a:hover{ text-decoration:underline;}



.in-ys-menu {border-right: 0;}
.in-ys-menu li {float: left;width: 33.333%;border: 1px solid #fff;}
.in-ys-menu li a {display: block;text-align: center;line-height: 46px;font-weight: bold;font-size: 18px; color:#FFFFFF;background-color:transparent}
.in-ys-menu li span {color: #fff;margin-right: 10px;}
.in-ys-menu li.active a {background-color: #fff;color: #01366e;}
.in-ys-menu li.active span {color: #01366e;}


#con_xwlt_1,#con_xwlt_2,#con_xwlt_3{background-color:#fff; margin-top:80px; padding:5px 30px 30px 30px;}


.biao{ margin-top:30px; text-align:center}
.biao a{ padding-right:70px; padding-left:70px;}
.biaotxt{text-align:center; font-size:36px; font-weight:bold}
.biaotxt1{text-align:right; font-size:30px; font-weight:bold; color:#01366e}
.biaotxt1 span{ color:#fff;}

@media only screen and (max-width: 768px){

.footer .fo1 .dot,.footer .fo1 .tit{ display:none}
.footer{ padding: 0px 0 30px 0;}

.footer .fo1 .two {
    padding: 10px 0;
    width: 166px;
    text-align: center;
    float: left;
}

 .in-ys-menu li a {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;line-height: 40px;}
    .in-ys-menu li span {display: none;}
.biaotxt{ padding-top:20px; font-size:2em;}
.biao{ margin-top:30px; padding-bottom:30px; text-align:center}

.biao a{ padding-right:20px; padding-left:20px;}
}







   /*searchbox*/
.searchbox {display:none; position:absolute; right:0; top:100%; width:350px; margin-top:2px; line-height:normal; right:2%}
.searchbox .box {overflow:hidden; padding:8px 42px 8px 8px; background-color:rgba(255,255,255,.8); border:1px solid #eee; position:relative;}
.searchbox .text {background-color:#fff; color: #333; height:40px; line-height:40px; padding:6px 5%; width:100%; border:none; font-size:14px;}
.searchbox .submit {position:absolute; right:8px; top:0; width:30px; height:100%; cursor:pointer; -webkit-appearance:none; background:url(/res/image/search.png) no-repeat center center; border:none;}



#part_s{
	width:100%;
	float:left; background-color:#f9f9f9; padding-bottom:10px;padding-top:10px; border-bottom:#ddd solid 1px
}
#web_so{ width:96%;	float:left; padding:5px 2%;}
#web_so .so {
WIDTH: 25%; OVERFLOW: hidden; float:right; color:#fff; 
}
#web_so .key{ width:70%; float:left;color:#003F82; line-height:34px; height:34px; overflow:hidden; }
#web_so .key A {
	margin-RIGHT: 10px;
}
#search{
	width:98%;
	float:right;
	border:0px;  background-color:#fff; border:#003F82 solid 1px;border-radius:50px; overflow:hidden;
}
#search .input{
	width:72%;
	color:#999;
	padding-left:3%;
	padding-right:1%;
	height:33px;
	font-size:14px;
	float:left;
	font-family:"Microsoft YaHei", "微锟斤拷锟脚猴拷", "锟斤拷锟斤拷";
	border:0px;
	border-right:0px;
	outline:none;

	background-color:#fff;

}
#search .buttom{
	width:20%;
	height:35px;
	cursor:pointer;
	border:0px; font-size:14px;
	margin:0px;
	padding:0px;
	float:right; text-align:center;
	background-color:#003F82;
	color:#fff;
	background-image: url(../image/so.png);
	background-repeat: no-repeat;
	background-position: center center; outline:none;
}





.index_lcbox{ padding: 50px 0px; overflow:hidden}
.index_lcboxa{ width: 16.6666%; float: left;text-align:center; border-right:1px solid #efefef}
.index_lcboxa:last-child{border-right:none;}
.index_lcboxa img{ height:50px;transition: all ease 0.3s;}
.index_lcboxa:hover img{transform: scale(0.9);}
.index_lcboxa span{ padding-top: 30px; font-size: 16px; display: block; text-align: center; font-weight:bold; line-height:25px;}
@media (max-width:1200px){
	.index_liucheng{padding-top: 30px;padding-bottom: 30px;}	
}
@media (max-width:999px){

.index_lcbox{ padding: 50px 0px 0px 0px;}
.index_lcboxa{ width: 50%; float: left; padding-right: 4%; padding-left: 4%; margin-bottom: 20px; background-image:none;background-repeat:no-repeat; background-position:right 35%; background-size:auto;}
.index_lcboxa:last-child{ width:50%; padding-right: 4%; border-right:1px solid #efefef}
.index_lcboxa img{transition: all ease 0.3s;}
.index_lcboxa:hover img{transform: scale(0.9);}
.index_lcboxa span{ padding-top: 10px; font-size: 0.48rem; display: block; text-align: center;}	

#web_so .so {
    margin-top: 6px;
    width: 100%;
}
}