@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

  background: rgba(255, 255, 255, 0.5);
/*  height: 80px;*/
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
	
}
.header.viewheader .header-wrap {
  background: #fff;
}
.header.viewheader .header-wrap .logo {
  width: auto;
  height: 52px;
}
.header.viewheader .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.viewheader .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.viewheader .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header.viewheader .header-wrap .menubtn-box b {
  color: #ca0a21;
}
.header.viewheader .header-wrap .menubtn span {
  background: #ca0a21;
}
.header.viewheader .header-wrap .menubtn span:before,
.header.viewheader .header-wrap .menubtn span:after {
  background: #ca0a21;
}
.header.viewheader .header-wrap .navs > li a:before {
  background: #ca0a21;
}
.header.viewheader .header-wrap .navs > li:hover > a,
.header.viewheader .header-wrap .navs > li.active > a {
  color: #ca0a21;
}
.header.viewheader .header-wrap .navs > li:hover > a i,
.header.viewheader .header-wrap .navs > li.active > a i {
  color: #ca0a21;
}
.header.viewheader .header-wrap .navs > li > a {
  color: #222222;
}
.header.viewheader .header-wrap .navs > li > a i {
  color: #222222;
}
.header.viewheader .header-wrap .search-btn {
  border-color: rgba(202, 10, 33, 0.5);
}
.header.viewheader .header-wrap .search-btn span {
  color: #ca0a21;
}
.header .header-wrap:hover {
  background: #fff;
}
.header .header-wrap:hover .logo {
  height: 52px;
  width: auto;
}
.header .header-wrap:hover .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header .header-wrap:hover .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header .header-wrap:hover .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header .header-wrap:hover .menubtn-box b {
  color: #ca0a21;
}
.header .header-wrap:hover .menubtn span {
  background: #ca0a21;
}
.header .header-wrap:hover .menubtn span:before,
.header .header-wrap:hover .menubtn span:after {
  background: #ca0a21;
}
.header .header-wrap:hover .navs > li a:before {
  background: #ca0a21;
}
.header .header-wrap:hover .navs > li:hover > a,
.header .header-wrap:hover .navs > li.active > a {
  color: #ca0a21;
}
.header .header-wrap:hover .navs > li:hover > a i,
.header .header-wrap:hover .navs > li.active > a i {
  color: #ca0a21;
}
.header .header-wrap:hover .navs > li > a {
  color: #222222;
}
.header .header-wrap:hover .navs > li > a i {
  color: #222222;
}
.header .header-wrap:hover .search-btn {
  border-color: rgba(202, 10, 33, 0.5);
}
.header .header-wrap:hover .search-btn span {
  color: #ca0a21;
}
.header.boxShow .header-wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header.scroll .header-wrap {
/*  background: rgba(255, 255, 255, 0.5);
  height: 80px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);*/
}
.header.scroll .header-wrap .logo {
  width: auto;
  height: 52px;
}
.header.scroll .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header.scroll .header-wrap .menubtn-box b {
  color: #ca0a21;
}
.header.scroll .header-wrap .menubtn span {
  background: #ca0a21;
}
.header.scroll .header-wrap .menubtn span:before,
.header.scroll .header-wrap .menubtn span:after {
  background: #ca0a21;
}
.header.scroll .header-wrap .product-menu {
  top: 80px;
}
.header.scroll .header-wrap .navs > li a:before {
  background: #ca0a21;
}
.header.scroll .header-wrap .navs > li:hover > a,
.header.scroll .header-wrap .navs > li.active > a {
  color: #ca0a21;
}
.header.scroll .header-wrap .navs > li:hover > a i,
.header.scroll .header-wrap .navs > li.active > a i {
  color: #ca0a21;
}
.header.scroll .header-wrap .navs > li > a {
  line-height: 80px;
  color: #222222;
}
.header.scroll .header-wrap .navs > li > a i {
  color: #222222;
}
.header.scroll .header-wrap .search-btn {
  border-color: rgba(202, 10, 33, 0.5);
}
.header.scroll .header-wrap .search-btn span {
  color: #ca0a21;
}
.header-wrap {
  height: 80px;
  padding: 0 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s, box-shadow 0.3s 0.5s;
  -o-transition: all 0.4s, box-shadow 0.3s 0.5s;
  -moz-transition: all 0.4s, box-shadow 0.3s 0.5s;
  transition: all 0.4s, box-shadow 0.3s 0.5s;
	
	background-color: #FFFFFF;
}





.header .header-wrap {
}
.header .header-wrap .logo {
  width: auto;
  height: 52px;
}
.header .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header .header-wrap .menubtn-box b {
  color: #ca0a21;
}
.header .header-wrap .menubtn span {
  background: #ca0a21;
}
.header .header-wrap .menubtn span:before,
.header .header-wrap .menubtn span:after {
  background: #ca0a21;
}
.header .header-wrap .navs > li a:before {
  background: #ca0a21;
}
.header .header-wrap .navs > li:hover > a,
.header .header-wrap .navs > li.active > a {
  color: #ca0a21;
}
.header .header-wrap .navs > li:hover > a i,
.header .header-wrap .navs > li.active > a i {
  color: #ca0a21;
}
.header .header-wrap .navs > li > a {
  color: #222222;
}
.header .header-wrap .navs > li > a i {
  color: #222222;
}
.header .header-wrap .search-btn {
  border-color: rgba(202, 10, 33, 0.5);
}
.header .header-wrap .search-btn span {
  color: #ca0a21;
}
















.logo {
  position: relative;
  width: auto;
  height: 52px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  margin-left: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs > li {
  position: relative;
  z-index: 2;
  padding: 0 8px;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  right: auto;
  width: 100%;
  left: 0;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 28px;
  color: #222222;
  font-size: 16px;
  line-height: 80px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a:last-child {
  margin-right: 0;
}
.navs > li > a:before {
  bottom: auto;
  top: 1px;
  background: #ca0a21;
}
.navs > li > a i {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-tel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tel-box {
  position: relative;
}
.tel-box:hover .drop-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition: 0.68s;
}
.tel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 19px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #ca0a21;
}
.tel i {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
.tel i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -36px;
  content: "";
  width: 80px;
  height: 72px;
  background: url() center no-repeat;
}
.tel span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy";
  white-space: nowrap;
}
.drop-down {
  position: absolute;
  padding-top: 37px;
  right: -0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drop-down-wrap {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px;
  width: 420px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.drop-down-wrap:before {
  position: absolute;
  right: 100px;
  top: -9px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.drop-down-wrap .call {
  color: #666666;
}
.drop-tel {
  padding: 26px 0 15px 0;
  border-bottom: 1px solid #dddddd;
}
.drop-tel strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}
.drop-tel b {
  display: block;
  line-height: 1;
  color: #ca0a21;
  font-size: 30px;
  font-weight: bold;
  font-family: "Gilroy";
}
.drop-text {
  padding: 20px 0 28px;
}
.drop-info {
	width:220px;
  margin-bottom: 30px;
}
.drop-info strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #061729;
  font-size: 22px;
  font-weight: normal;
}
.drop-info p {
  color: #666666;
  font-size: 16px;
}
.drop-f {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.drop-f .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  color: #999999;
  font-size: 15px;
  border: none;
  outline: none;
  border: 1px solid #f7f7f7;
  border-right: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
	margin-bottom: 3px;
}
.drop-f .text:focus {
  border-color: #ca0a21;
}
.drop-f .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.drop-f .text::-webkit-input-placeholder {
  color: #999999;
}

.drop-f .text1 {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  color: #999999;
  font-size: 15px;
  border: none;
  outline: none;
  border: 1px solid #f7f7f7;
  border-right: none;
	margin-bottom: 3px;
}
.drop-f .text1:focus {
  border-color: #ca0a21;
}
.drop-f .text1:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.drop-f .text1::-webkit-input-placeholder {
  color: #999999;
}





.drop-f .sub {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #ca0a21;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  border: none;
  outline: none;
}
.drop-f .sub:hover {
  background: #f58812;
}
.header-search {
  margin-left: 20px;
}
.search-btn {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
}
.search-btn.active span:nth-child(1) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.search-btn.active span.search-close {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.search-btn:hover span {
  color: #fff !important;
}
.search-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-color: #ca0a21;
}
.search-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #ca0a21;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.search-btn span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.search-btn span.search-close {
  position: absolute;
  left: 0;
  top: 100%;
}
.search-down {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #a2081a;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.search-down.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.search-down .search-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
.search-text {
  position: absolute;
  left: 50%;
  margin-left: -315px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 630px;
}
.search-tops {
  text-align: center;
}
.search-tops h4 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
}
.search-wr {
  position: relative;
}
.search-wr .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: 100%;
  height: 60px;
  line-height: 58px;
  background: #fff;
  border: none;
  outline: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search-wr .text::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.search-wr .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search-wr .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #0d4eba;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  background: none;
  border: none;
}
.search-wr .sub:hover {
  color: #f58812;
}
.product-class {
  padding-top: 28px;
}
.product-class p {
  color: #fff;
  line-height: 1;
  font-size: 15px;
}
.product-class-li {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-class-li li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-class-li li a {
  display: inline-block;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  min-width: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.product-class-li li a:hover {
  background: #fff;
  color: #ca0a21;
}
.product-menu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.product-menu.show {
  pointer-events: visible;
}
.product-menu.show .product-menu-bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product-menu.show .product-menu-info {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.product-menu-bg {
  position: fixed;
  left: 0;
  top: 80px;
  bottom: 0;
  width: 100%;
  height: -webkit-calc(-10vh);
  height: -moz-calc(-10vh);
  height: calc(100vh - 80px);
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.product-menu-info {
  position: relative;
  padding: 26px 30px 8px;
  background:  rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
	
  /* 核心模糊效果 */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari兼容 */
  
  /* 光学增强 */
  background-color: rgba(255, 255, 255, 0.95);
  
  /* 视觉增强 */
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	
	
}
.product-menu-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-menu-list li {
  margin-bottom: 5px;
  text-align:left;
  width: 45%;
	margin-right:3%;
}
.product-menu-list li a:hover figure img.hide {
  opacity: 1;
  visibility: visible;
  mask-position: 50% 100%;
  -webkit-mask-position: 50% 100%;
}
.product-menu-list li a:hover p {
  color: #ca0a21;
}
.product-menu-list li a {
  display: inline-block;
  width: 200px;
  max-height: 100%;
}
.product-menu-list li figure {
  display: block;
  position: relative;
  text-align: center;
  width: auto;
  height: 58px;
}
.product-menu-list li figure img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-menu-list li figure img.hide {
  mask-image: url(../images1/probg.png);
  -webkit-mask-image: url(../images1/probg.png);
  mask-position: 30% 30%;
  -webkit-mask-position: 30% 30%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  visibility: hidden;
  -webkit-transition: all 1s,opacity 0s;
  -o-transition: all 1s,opacity 0s;
  -moz-transition: all 1s,opacity 0s;
  transition: all 1s,opacity 0s;
}
.product-menu-list li p {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.menu-hide {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  display: none;
}
.menu-hide:hover i {
  color: #ca0a21;
  -webkit-transform: scale(0.7) translateY(-4px);
  -moz-transform: scale(0.7) translateY(-4px);
  -ms-transform: scale(0.7) translateY(-4px);
  -o-transform: scale(0.7) translateY(-4px);
  transform: scale(0.7) translateY(-4px);
}
.menu-hide:hover span {
  color: #ca0a21;
}
.menu-hide i {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 12px;
  font-style: normal;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-hide span {
  display: block;
  margin-top: 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navigate {
  position: fixed;
  left: 100%;
  top: 0;
  padding: 95px 5% 60px;
  width: 100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.navigate.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}
.navigate-list > li {
  position: relative;
  margin-bottom: 10px;
}
.navigate-list > li > a {
  display: inline-block;
  color: #222222;
  font-size: 22px;
}
.navigate-list > li > a:hover {
  color: #ca0a21;
}
.navigate-list > li > a:hover i {
  color: #ca0a21;
}
.navigate-list > li > a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  color: #222222;
  font-size: 12px;
  font-style: normal;
}
.product-menu-iphone {
  display: none;
}
.navigate-down {
  margin-top: 40px;
}
.navigate-down .drop-tel {
  padding-bottom: 0;
  padding-top: 42px;
  border-bottom: none;
}
.search-tops1 {
  text-align: left;
  width: 85%;
}
.search-tops1 h4 {
  margin-bottom: 12px !important;
  color: #222222;
  font-size: 20px !important;
}
.search-tops1 .search-wr .text {
  background: #fff;
  border: 1px solid #dddddd;
  color: #999999;
  font-size: 14px;
}
.banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 60px);
}
.banner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
  pointer-events: none;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btext img,
.banner-slide.swiper-slide-active .btext strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.banner-slide.swiper-slide-active .btext strong {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-slide figure img.banner-mible {
  display: none;
}
.bhide {
  overflow: hidden;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 3;
  /* 核心模糊效果 */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari兼容 */
  
  /* 光学增强 */
  background-color: rgba(255, 255, 255, 0.1);
  
  /* 视觉增强 */
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.btext.mb {
  display: none;
}
.btext img {
  display: block;
  margin: auto;
  width: 49.68vw;
  height: auto;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.66s;
  -o-transition: 0.66s;
  -moz-transition: 0.66s;
  transition: 0.66s;
}
.btext strong {
  display: block;
  margin-top: 20%;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 3.6vw;
  letter-spacing: 0.2vw;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.66s;
  -o-transition: 0.66s;
  -moz-transition: 0.66s;
  transition: 0.66s;
  text-shadow: 2px 2px 5px #000000;
}
.scroll-more {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  bottom: 44px;
  z-index: 10;
  text-align: center;
}
.scroll-more b {
  display: block;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.scroll-more b i {
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
  -o-animation: moveDownSpot 1000ms infinite;
  animation: moveDownSpot 1000ms infinite;
}
.scroll-more p {
  margin-top: 10px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}


.contact-right{width:100%;max-width: 400px;padding:0px;}
.contact-right .t1{font-size: 18px;color:#ca0a21;margin:0px 0 0px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:43%;background-color: #fff;border-radius: 3px;padding:10px 10px;font-size: 13px;color: #999999;border:solid 1px #ccc;margin-bottom: 10px;font-family:'微软雅黑', "Microsoft Yahei";}
.contact-right .message .area{width:100%;padding:5px 10px;background-color: #fff;border-radius: 5px;font-size: 13px;color: #999999;border:solid 1px #ccc;height: 50px;margin-bottom: 10px;font-family:'微软雅黑', "Microsoft Yahei";}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:30%;height: 30px}
.contact-right .message .yanzheng .code{width:30%;background-color: #fff;border-radius: 3px;padding:5px 10px;font-size: 13px;color: #999999;border:solid 1px #ccc;}
.contact-right .message .yanzheng .submit{width:30%;background-color:#e8001c;border-radius: 5px;padding:0px 0px;font-size: 13px;color: #fff;transition: all .5s;text-align: center;border: none;}
.contact-right .message .yanzheng .submit:hover{background-color: #ff0000;}
#dituContent{height: 760px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm{justify-content: space-between;}
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 768px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:nowrap;}
	.contact-right .message .yanzheng img{width:33%;}
	.contact-right .message .yanzheng .code{width:33%;}
	.contact-right .message .yanzheng .submit{width:33%;margin-top: 0px;}
	#dituContent{height: 400px;}
}




@-webkit-keyframes moveDownSpot {
  from {
    opacity: 1;
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@-moz-keyframes moveDownSpot {
  from {
    opacity: 1;
    -moz-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -moz-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@-o-keyframes moveDownSpot {
  from {
    opacity: 1;
    -o-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -o-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    -webkit-transform: scale(0.6) translateY(0px);
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6) translateY(6px);
    -moz-transform: scale(0.6) translateY(6px);
    -o-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
.home-about {
  position: relative;
}
.about-logo {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-logo-bg {
  position: relative;
  mask-image: url("../images1/aboutlogo22.png");
  -webkit-mask-image: url("../images1/aboutlogo22.png");
  width: 31.25vw;
  height: 31.25vw;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.about-logo-bg .about-bottom-bg {
  position: absolute;
  left: -40%;
  bottom: 0;
  width: 140%;
  height: 100%;
  background-position: left bottom;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.home-about-fix {
  padding: 0 6.25% 0 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  margin-top: -50vh;
}
.home-about-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.home-about-title small {
  display: block;
  color: #ca0a21;
  font-size: 5.25vw;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Gilroy";
  opacity: 0;
}
.home-about-title strong {
  display: block;
  line-height: 1.2;
  color: #ca0a21;
  font-size: 3.125vw;
  font-weight: normal;
  opacity: 0;
}
.about-en {
  margin-bottom: 24px;
}
.home-about-info {
  width: 354px;
}
.home-about-info p {
  color: #666666;
  font-size: 16px;
}
.join-sunshine {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  line-height: 1;
  z-index: 5;
  text-align: center;
}
.join-sunshine i {
  display: block;
  margin: auto;
  position: relative;
  width: 16px;
  height: 22px;
  background: url(../images1/mouse.png) center no-repeat;
}
.join-sunshine i:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 4px;
  content: "";
  width: 2px;
  height: 6px;
  background: #5f5f6b;
  -webkit-animation: mouseMove 1s infinite;
  -moz-animation: mouseMove 1s infinite;
  -o-animation: mouseMove 1s infinite;
  animation: mouseMove 1s infinite;
}
.join-sunshine p {
  margin-top: 18px;
  color: #222222;
  font-size: 12px;
  line-height: 1;
}
@-webkit-keyframes mouseMove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-moz-keyframes mouseMove {
  from {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-o-keyframes mouseMove {
  from {
    opacity: 1;
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes mouseMove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.enter {
  position: relative;
  z-index: 2;
  height: 136vh;
}
.enter-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.enter-wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter-info {
  position: relative;
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32vw;
  height: 32vw;
  text-align: center;
}
.enter-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images1/line1.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.enter-text {
  text-align: center;
}
.enter-hide {
  overflow: hidden;
}
.enter-hide strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 2.6vw;
  font-weight: normal;
}
.enter-href {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 50px;
}
.enter-href a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter-href a:hover b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.enter-href a:hover b i {
  color: #ca0a21;
  text-indent: 3px;
}
.enter-href a b {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.enter-href a b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.enter-href a b i {
  display: block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.enter-href a span {
  display: block;
  margin-left: 14px;
  color: #fff;
  font-size: 16px;
}
.enter-year {
  position: absolute;
  left: 60px;
  bottom: 80px;
  z-index: 3;
}
.enter-year p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}
.establish {
  margin-top: 44px;
}
.establish span {
  display: block;
  line-height: 1;
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
}
.establish-year {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
}
.establish-year strong {
  display: block;
  font-size: 5.2vw;
  font-weight: normal;
  font-family: "Gilroy";
  color: #fff;
  line-height: 0.8;
}
.establish-year em {
  display: inline-block;
  padding-top: 4px;
  margin-left: 3px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.enter-text.article-block .enter-hide {
  overflow: hidden;
}
.enter-text.article-block .enter-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.enter-text.articleShow .enter-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.enter-text.articleShow .enter-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -moz-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.product-series {
  position: relative;
  padding: 0 0 48px;
  text-align: right;
  font-size: 0;
}
.series-left {
  display: inline-block;
  text-align: left;
  position: sticky;
  width: 33%;
  vertical-align: top;
  top: 0;
  padding-top: 170px;
  bottom: 0;
  padding-bottom: 40px;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seroes-left-wrap {
  margin-left: 60px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.series-title {
  position: relative;
  padding-left: 1px;
 /* color: #ca0a21;  */
 color: #666;
  font-size: 20px;
  line-height: 2;
}
.series-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
}
.series-info {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  text-align: left;
}
.series-imgs {
  position: sticky;
  top: 0;
  padding-top: 196px;
  right: 0;
}
.series-imgs figure {
  display: block;
  overflow: hidden;
}
.series-imgs figure img {
  display: block;
  width: 65.26vw;
  height: auto;
}
.series-texts {
  position: relative;
  z-index: 3;
  margin-top: 130px;
}
.series-texts p {
  margin-top: 36px;
  color: #999999;
  font-size: 16px;
}
.common-hide {
  overflow: hidden;
}
.common-hide strong {
  display: block;
  line-height: 1.2;
  color: #061729;
  font-size: 2.8vw;
  font-weight: normal;
}
.series-wr {
  margin-top: 32px;
  width: 30.7vw;
}
.series-list li {
  margin-right: 11%;
  margin-bottom: 45px;
  width: 26%;
}
.series-list li:nth-child(3n+3) {
  margin-right: 0;
}
.product-more {
  margin-top: 20px;
}
.product-more a:hover b i {
  color: #fff;
}
.product-more a b {
  border-color: #ca0a21;
}
.product-more a b:before {
  background: #ca0a21;
}
.product-more a b i {
  color: #ca0a21;
}
.product-more a span {
  color: #ca0a21;
}
.series-select .establish-year strong,
.series-select .establish-year em {
  color: #ca0a21;
}
.series-select .establish-year em {
  font-size: 50px;
  margin-top: -15px;
  padding-top: 0;
}
.series-select span {
  margin-top: 18px;
  color: #ca0a21;
}
.solute {
  position: relative;
  font-size: 0;
  padding-top: 70px;
  padding-bottom: 60px;
}
.solute-video {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
}
.solute-video.flex {
  position: fixed;
  top: 70px;
  bottom: 0;
}
.solute-video.flex1 {
  position: absolute;
  top: auto;
  bottom: 0;
}
.solute-video .solute-v {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.solute-wrap {
  margin-left: 56.25%;
  width: 34.37%;
  position: relative;
  z-index: 3;
}
.solute-top {
  padding: 175px 0 130px;
}
.series-title1 {
  color: #fff;
}
.series-title1:before {
  background: #fff;
}
.solute-hide .common-hide strong {
  color: #fff;
}
.solute-list li {
  position: relative;
  z-index: 3;
}
.solute-list li:hover .solute-ico span,
.solute-list li.active .solute-ico span {
  color: #fff;
  border-color: transparent;
}
.solute-list li:hover .solute-ico span:before,
.solute-list li.active .solute-ico span:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.solute-list li:hover .solute-ico strong,
.solute-list li.active .solute-ico strong {
  color: #fff;
}
.solute-list li:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.solute-list li:last-child:before {
  display: none;
}
.solute-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 28px 0;
  cursor: pointer;
}
.solute-ico {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solute-ico span {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.solute-ico span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -72px;
  margin-top: -72px;
  z-index: -1;
  content: "";
  width: 143px;
  height: 144px;
  background: url(../images1/shadow3.png) center no-repeat;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.solute-ico strong {
  display: block;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.solute-in {
  padding-top: 12px;
  width: 53.25%;
}
.soluet-in-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.soluet-in-wr p {
  color: #fff;
  font-size: 16px;
}
.soluet-in-wr a {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.soluet-in-wr a:hover .bsvg .circle_bar {
  stroke-dashoffset: 100px;
  stroke-dasharray: 300px;
}
.soluet-in-wr a .bsvg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.soluet-in-wr a .bsvg .circle_bar {
  stroke-dashoffset: 300px;
  stroke-dasharray: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.soluet-in-wr a:hover i {
  text-indent: 6px;
}
.soluet-in-wr a i {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.solute-swipers {
  position: relative;
  text-align: left;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  margin-top: 12px;
}
.solute-swipers .swiper-scrollbar {
  position: relative;
  margin-top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.solute-swipers .swiper-scrollbar-drag {
  height: 0px;
  background: #ca0a21;
}
.solute-slide {
  width: 25%;
}
.solute-slide figure {
  display: block;
  position: relative;
  padding-bottom: 100%;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.solute-slide figure:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.solute-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer {
  position: relative;
  background: #edf1fa;
}
.footer-top {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 20px 50px 60px;
}
.footer-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs-item {
  display: block;
}
.footer-navs-item dt {
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.footer-navs-item dt a {
  display: inline-block;
  color: #061729;
  font-size: 18px;
  line-height: 1.5;
}
.footer-navs-item dt a:hover {
  color: #ca0a21;
}
.footer-navs-item dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs-list {
  margin-right: 5.73vw;
}
.footer-navs-list:last-child {
  margin-right: 0;
}
.footer-navs-list li {
  margin-bottom: 6px;
}
.footer-navs-list li a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.footer-navs-list li a:hover {
  color: #ca0a21;
}
.footer-navs-enter {
  margin-left: 9.9vw;
}
.footer-navs-enter dt a {
  color: #061729;
}
.footer-navs-enter dt a:hover {
  color: #ca0a21;
}
.footer-navs-enter dd .footer-navs-list li a {
  color: #061729;
}
.footer-navs-enter dd .footer-navs-list li a:hover {
  color: #ca0a21;
}
.footer-contact {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.offers {
  width: 21.87vw;
}
.offers .tips {
  position: fixed;
}
.offers .call {
  color: #666666;
}
.offer-top {
  margin-bottom: 20px;
}
.offer-top strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #061729;
  font-size: 24px;
  font-weight: normal;
}
.offer-top p {
  color: #b2b2b2;
  font-size: 15px;
}
.hot-line {
  margin-left:0px;
}
.hot-line strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #ca0a21;
  font-size: 20px;
  font-weight: normal;
}
.hot-line b {
  display: block;
  line-height: 1;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  font-family: "Gilroy";
  margin-bottom: 10px;
}
.scroll-top {
  position: absolute;
  right: 120px;
  bottom: 60px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #eeeeee;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.scroll-top:hover {
  background: #ca0a21;
}
.scroll-top:hover i {
  color: #fff;
  -webkit-transform: scale(0.7) translateY(-4px);
  -moz-transform: scale(0.7) translateY(-4px);
  -ms-transform: scale(0.7) translateY(-4px);
  -o-transform: scale(0.7) translateY(-4px);
  transform: scale(0.7) translateY(-4px);
}
.scroll-top i {
  display: inline-block;
  font-style: normal;
  color: #080808;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer-bottom {
  padding: 30px 120px 60px 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dddddd;
}
.copy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.copy a {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  color: #999999;
  font-size: 15px;
}
.copy a:hover {
  color: #ca0a21;
}
.copy a:before {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #999999;
}
.copy a:last-child:before {
  display: none;
}
.network a {
  display: inline-block;
  color: #999999;
  font-size: 15px;
}
.network a:hover {
  color: #ca0a21;
}
.about-logo-bg.article-block {
  -webkit-clip-path: circle(0 at center);
  clip-path: circle(0 at center);
  -webkit-transition: -webkit-clip-path 3s;
  transition: -webkit-clip-path 3s;
  -o-transition: clip-path 3s;
  -moz-transition: clip-path 3s;
  transition: clip-path 3s;
  transition: clip-path 3s, -webkit-clip-path 3s;
}
.about-logo-bg.articleShow {
  opacity: 1;
  -webkit-clip-path: circle(100% at center);
  clip-path: circle(100% at center);
}
.series-texts.article-block .common-hide strong,
.solute-hide.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.series-texts.articleShow .common-hide strong,
.solute-hide.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.series-texts.articleShow .common-hide:nth-child(2) strong,
.solute-hide.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.series-texts.articleShow .common-hide:nth-child(3) strong,
.solute-hide.articleShow .common-hide:nth-child(3) strong {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.solute-hide {
  margin-top: 26px;
}
.contact-pop {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 89;
}
.contact-pop a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background: #fc0108;
  text-align: center;
  margin-bottom: 10px;
}
.contact-pop a:last-child span:after {
  position: absolute;
  left: 50%;
  margin-left: 5px;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #97ff03;
}
.contact-pop a:hover span {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.contact-pop a span {
  display: block;
  position: relative;
  margin-bottom: 6px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.contact-pop a i {
  display: block;
  font-style: normal;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.contact-pop a:last-child {
  background: #ca0a21;
  margin-bottom: 0;
}
.contact-pop a:last-child span {
  margin-bottom: 3px;
}
.quotation-pop {
  position: fixed;
  left: 50%;
  margin-left: -360px;
  top: 50%;
  margin-top: -180px;
  padding: 83px 60px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px;
  height: 400px;
  background: url(../images1/pop.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  z-index: 90;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  -moz-transition: 0.75s;
  transition: 0.75s;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.quotation-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.quotation-pop.hide {
  opacity: 0;
  visibility: hidden;
  left: 110%;
  top: 44%;
  margin-top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.quotation-img {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
  display: block;
  width: 37.777%;
  border-radius: 0 0 18px 0;
}
.quotation-wrap {
  width: 370px;
}
.quotation-top {
  margin-bottom: 34px;
}
.quotation-top strong {
  display: block;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  font-size: 40px;
}
.quotation-top p {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}
.quotation-pop .quotation-top strong {
  font-weight: bold;
}
.drop-f1 .sub {
  background: #f58812;
}
.drop-f1 .sub:hover {
  background: #ff8500;
}
.quote-close {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  z-index: 4;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quote-close:hover span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quote-close span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.quote-close i {
  display: inline-block;
  margin-left: 6px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.call {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
  display: none;
}
.tips {
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  margin-top: -90px;
  width: 480px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 30px 30px;
  background: #fff;
  z-index: 5;
  display: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.tips p {
  color: #222222;
  font-size: 16px;
  line-height: 1;
}
.tips-text {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tips-text i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 2;
  background: url(../images1/tips.png) center no-repeat;
}
.tips-text span {
  display: block;
  margin-left: 10px;
  line-height: 24px;
  color: #222222;
  font-size: 18px;
}
.tips-ques {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6px;
}
.tips-ques span {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #ca0a21;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.tips-ques span:hover {
  background: #f58812;
}
.pbannerbg:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.pbanner {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.pbanner figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  position: relative;
}
.lazy {
  background: url(../images1/loading.gif) center no-repeat;
}
.pbanner-texts {
  position: absolute;
  left: 30px;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
}
.pbanner-texts1 {
  top: 58%;
}
.pseries p {
  color: #fff;
  font-size: 18px;
}
.pseries-title {
  margin-bottom: 28px;
}
.pseries-title .common-hide strong {
  color: #fff;
  font-size: 3.64vw;
}
.pseries-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pseries-list li {
  margin-right: 10.4vw;
  text-align: center;
}
.pseries-list li mark {
  display: block;
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
  height: 106px;
  height: 71px;
  background: none;
}
.pseries-list li mark img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pseries-list li p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
.pseries-list li b {
  display: block;
  margin: 10px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  font-family: "Gilroy";
  font-size: 2.6vw;
}
.pseries-list li b i {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-style: normal;
  font-size: 40px;
}
.pseries-list li:last-child {
  margin-right: 0;
}
.bank {
  padding-bottom: 120px;
}
.common-series-title {
  padding: 60px 60px 0px;
}
.common-series-title .solute-hide {
  margin-top: 20px;
}
.common-series-title .solute-hide strong {
	font-size: 50px;
  color: #ca0a21;
}
.common-series-title p {
  margin-top: 26px;
  color: #999999;
  font-size: 18px;
}
.bank-item {
  margin-top: -1px;
  padding: 70px 0 65px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.bank-item.active .brank-en small {
  color: #eeeeee;
  -webkit-text-stroke: 1px #eeeeee;
}
.bank-item:last-child {
  border-bottom: none;
}
.brank-en {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4vw;
  line-height: 1;
  text-align: center;
}
.brank-en small {
  display: block;
  line-height: 1;
  color: transparent;
  font-size: 10.41vw;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #dddddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bank-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bank-li li {
  width: 286px;
  text-align: center;
}
.bank-li li:last-child span {
  border-right: none;
}
.bank-li li a:hover figure img {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.bank-li li a:hover span {
  color: #ca0a21;
}
.bank-li li figure {
  display: block;
  position: relative;
  height: 198px;
  text-align: center;
}
.bank-li li figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 90%;
  max-width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bank-li li span {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 16px;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.blank-offer {
    background: #bcc4d7;
}
.blank-wrap {
  margin: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1320px;
  padding-top: 15px;
}
.blank-imgs {
  margin-left: 90px;
  width: 41.3%;
}
.blank-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.blank-info {
  padding-top: 40px;
  margin-right: 60px;
  width: 36.36%;
}
.common-series-title .enter-href {
  margin-left: 0;
  margin-top: 44px;
  text-align: left;
}
.strength-list {
  padding: 0 60px;
  margin-top: 68px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-list li {
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
}
.strength-list li:nth-child(3n+3) {
  margin-right: 0;
}
.strength-list li figure {
  position: relative;
  display: block;
  padding-bottom: 72.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.strength-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-list li figure img {
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
	
	
}
.strength-list li a:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.strength-list li a:hover .strength-info strong {
  color: #ca0a21;
}
.strength-info {
  margin-top: 38px;
}
.strength-info strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.strength-info p {
  color: #999999;
  font-size: 16px;
}
.customers {
  -o-background-size: ;
  background-size: ;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.customers-li {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customers-li li {
  margin-right: 1.4%;
  margin-bottom: 28px;
  width: 14%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
	border:solid 0px #C9C9C9;
	overflow: hidden;
	border-radius: 8px;
}
.customers-li li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.customers-li li:nth-child(8n+8) {
  margin-right: 0;
}
.customers-li li figure {
  position: relative;
  text-align: center;
  padding-bottom: 120%;
  background: ;
}
.customers-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}





.banner-btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.banner-btn:hover .bsvg .circle_bar {
  stroke-dashoffset: 100px;
  stroke-dasharray: 300px;
}
.banner-btn .bsvg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.banner-btn .bsvg .circle_bar {
  stroke-dashoffset: 300px;
  stroke-dasharray: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.banner-btn.prev {
  left: 30px;
}
.banner-btn.next {
  right: 30px;
}
.banner-btn i {
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.pseries-title.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.pseries-title.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pseries-title.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.strength-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  visibility: hidden;
  pointer-events: none;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.strength-pop.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.strength-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.s-close {
  position: absolute;
  right: 30px;
  top: 100px;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  background: #ca0a21;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.42s;
  -o-transition: 0.42s;
  -moz-transition: 0.42s;
  transition: 0.42s;
}
.s-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.strength-tab {
  position: absolute;
  left: 50%;
  margin-left: -33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66%;
}
.strength-tab .banner-btn {
  top: 17vw;
  border-color: rgba(22, 86, 192, 0.5);
}
.strength-tab .banner-btn.prev {
  left: -110px;
}
.strength-tab .banner-btn.next {
  right: -110px;
}
.strength-tab .banner-btn i {
  color: #ca0a21;
}
.strength-slide {
  overflow: hidden;
}
.strength-slide figure {
  display: block;
  line-height: 1;
}
.strength-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.strength-slide .strength-info {
  margin-top: 35px;
}
.posites {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 80px;
  padding-top: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
}
.posites a,
.posites b {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posites a:hover {
  opacity: 0.8;
}
.posites b {
  margin: 0 14px;
  font-weight: normal;
}
.innerbanner {
  position: relative;
  z-index: 2;
}
.innerbanner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.innerbanner .inner-iphone-imgs {
  display: none;
  width: 100%;
  height: auto;
}
.innerbanner figure {
  line-height: 1;
  overflow: hidden;
  height: 660px;
}
.innerbanner figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.innerbanner .scroll-more {
  display: none;
}
.display-series {
  padding: 30px 30px 60px;
}
.display-news {
  padding: 30px 30px 60px;
}
.display-series-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.display-series-now {
  padding-left: 30px;
  padding-top: 28px;
  width: 260px;
  border-right: 1px solid #dddddd;
}
.display-series-now span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #222222;
  font-size: 18px;
}
.display-series-now strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #ca0a21;
  font-size: 22px;
  font-weight: normal;
}
.display-series-now img {
  max-width: 134px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.display-series-list {
  margin-right: 5%;
  width: 73%;
}
.display-series-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-series-li li {
  margin: 12px 2px 12px 30px;
	
}
.display-series-li li.active > a {
  color: #ca0a21;
}
.display-series-li li > a {
  display: inline-block;
  color: #999999;
  font-size: 18px;
}
.display-series-li li > a:hover {
  color: #ca0a21;
}
.display-product {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-product li {
  position: relative;
  margin-right: 2%;
  margin-bottom: 50px;
  width: 23%;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.display-product li:nth-child(4n) {
  margin-right: 0;
}
.display-product li:hover {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.display-product li:hover .display-top figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.display-product li:hover .display-text strong,
.display-product li:hover .display-text p {
  color: #ca0a21;
}
.display-product li:hover .display-btns a {
  border-color: #ca0a21;
  background: #ca0a21;
  color: #fff;
}
.display-product li:hover .display-btns a i {
  color: #fff;
}
.display-product li:hover .display-btns a:first-child {
  background: #fc0108;
  border-color: #fc0108;
}
.display-top {
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
}
.display-top figure {
  position: relative;
  height: 0;
  padding-bottom: 85%;
  text-align: center;
}
.display-top figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}


@media(max-width: 768px){
.display-top
}




.display-text {
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  height: auto !important;
}
.display-text strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #061729;
  font-size: 28px;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.display-text p {
  color: #666;
  font-size: 17px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.recommend {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  background: #fd4134;
  border-radius: 2px;
  z-index: 10;
}
.display-btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
.display-btns a {
  display: inline-block;
  margin-right: 10px;
  width: 128px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dddddd;
  text-align: center;
  color: #666666;
  font-size: 16px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.display-btns a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.display-btns a:last-child {
  margin-right: 0;
}
.display-btns a i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #c3c7ce;
  font-size: 20px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.pages {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 50px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pages a {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #111111;
  font-size: 16px;
}
.pages a i {
  display: block;
  font-size: 12px;
}
.pages a:hover,
.pages a.active {
  background: #ca0a21;
  color: #fff;
}
.pages a:first-child,
.pages a:last-child {
  background: #eeeeee;
}
.pages a:first-child:hover,
.pages a:last-child:hover {
  background: #ca0a21;
}
.pages a:last-child {
  margin-right: 0;
}
.product-tops {
  position: relative;
  padding: 190px 30px 56px;
  overflow: hidden;
}
.posites1 {
  border-top-color: #dddddd;
}
.posites1 a,
.posites1 b {
  color: #999999;
}
.posites1 a.active {
  color: #ca0a21;
}
.posites1 a.active em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ca0a21;
}
.product-wraps {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-wr {
  display: flex;
  flex-direction: row-reverse;
}
.product-min {
  width: 70px;
  height: 240px;
}
.product-min.stopPlay .slick-track {
  transform: translate(0px) !important;
}
.product-min-item.slick-current figure {
  border-color: transparent;
}
.product-min-item.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.product-min-item figure {
  display: block;
  position: relative;
  height: 68px;
  line-height: 1;
  margin: 5px 0;
  border: 1px solid #dddddd;
  text-align: center;
  cursor: pointer;
}
.product-min-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ca0a21;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product-min-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.product-wr:hover .banner-btn {
  opacity: 1;
  visibility: visible;
}
.product-swiper-wr {
  position: relative;
  margin-left: 46px;
  width: 50vw;
}
.product-swiper-wr .banner-btn {
  color: #ca0a21;
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
  border-color: #ca0a21;
  width: 48px;
  height: 48px;
}
.product-swiper-wr .banner-btn:hover:before {
  transform: scale(1);
  visibility: visible;
}
.product-swiper-wr .banner-btn:hover i {
  color: #fff;
}
.product-swiper-wr .banner-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ca0a21;
  transform: scale(0);
  visibility: hidden;
  transition: 0.4s;
}
.product-swiper-wr .banner-btn .circle_bar {
  left: -1px;
  top: -1px;
}
.product-swiper-wr .banner-btn.prev:hover i {
  text-indent: -5px;
}
.product-swiper-wr .banner-btn:hover {
  transition-delay: 0.3s;
}
.product-swiper-wr .banner-btn:hover i {
  color: #fff;
}
.product-swiper-wr .banner-btn.next:hover i {
  text-indent: 5px;
}
.product-swiper-wr .banner-btn i {
  line-height: 48px;
  color: #ca0a21;
  transform: scale(0.8);
  transition: 0.4s;
  font-weight: lighter;
}
.product-swipers {
  position: relative;
  overflow: hidden;
}
.product-swipers .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 2.5px;
  width: 48px;
  height: 3px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #ca0a21;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.product-info {
  padding-left: 30px;
  width: 50%;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-info .display-text {
  margin-left: 0;
  margin-bottom: 34px;
  height: auto;
  text-align: left;
}
.product-info .display-text strong {
  font-size: 50px;
}
.product-info .display-btns {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-info .display-btns a {
  background: #ca0a21;
  border-color: #ca0a21;
  color: #fff;
}
.product-info .display-btns a i {
  color: #fff;
}
.product-info .display-btns a:first-child {
  border-color: #ca0a21;
  background: #ca0a21;
}
.pro-slide {
  float: left;
  line-height: 1;
  overflow: hidden;
}
.pro-slide figure {
  display: block;
  line-height: 1;
  text-align: center;
}
.pro-slide figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.product-v {
  position: relative;
}
.product-v section {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.product-v section:last-child {
  border-bottom: none;
}
.product-mnus {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 10;
}
.product-mnus.scrolls {
  position: fixed;
}
.product-mnus.scrolls1 {
  position: absolute;
  top: auto;
  bottom: 0;
}
.product-mnus-list li {
  margin-bottom: 8px;
}
.product-mnus-list li:hover a,
.product-mnus-list li.active a {
  color: #ca0a21;
}
.product-mnus-list li:hover a:before,
.product-mnus-list li.active a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-mnus-list li a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #333333;
  font-size: 18px;
}
.product-mnus-list li a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca0a21;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.introductions {
  padding: 120px 0 120px;
  background: #edf1fa;
}
.introducte-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.introduct-video {
  position: relative;
  width: 50%;
}
.introduct-video figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.introduct-video figure img {
  display: block;
  width: 100%;
  height: auto;
}
.introduct-video figure .introduct-people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 83.5%;
}
.videobtns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.videobtns:hover span {
  color: #fff;
}
.videobtns:hover span:before {
  right: auto;
  width: 100%;
  left: 0;
}
.videobtns b {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
.videobtns b:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ca0a21;
}
.videobtns span {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 4px;
  color: #fff;
  font-size: 16px;
}
.videobtns span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.videobtns span:hover,
.videobtns span.active {
  color: #fff;
}
.videobtns span:hover:before,
.videobtns span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.intrologo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 156px;
}
.intrologo img {
  width: 100%;
  height: auto;
}
.introduct-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.introduct-text strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.introduct-text span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}
.introduct-videofix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
  background: #000;
}
.introduct-videofix.intro-iphone {
  display: none;
}
.introduct-info {
  width: 45.45%;
}
.introduct-info strong {
  display: block;
  margin-bottom: 36px;
  line-height: 1;
  color: #222222;
  font-size: 50px;
  font-weight: normal;
}
.introduct-info p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.characteristic {
  margin-top: 58px;
  color: #222222;
  font-size: 16px;
}
.characteristic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.characteristic-item {
  padding: 50px 60px 70px;
  margin-bottom: 28px;
  background: #fff;
}
.characteristic-item:last-child {
  margin-bottom: 0;
}
.characteristic-item .characteristic-tt {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  color: #333;
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
  background: url(../images1/pro.png) left 7px no-repeat;
}
.characteristic-in {
  padding-top: 32px;
}
.characteristic-in p {
  position: relative;
  line-height: 2.5;
}

.tableli {width:66%;float:left;margin-right:3%;}
.tableli table{width: 100% !important;border-spacing:0px !important;border-collapse:collapse !important;} 
.tableli th,td{border:solid 1px #000000!important;line-height:26px;padding:10px;color:#333;font-size:16px;}
.tableli tr:nth-child(odd) {background-color: #f2f2f2;}
.tableli tr:nth-child(even) {background-color: #ffffff;}

.tupiancc {width:30%;float:left;}

@media (max-width: 768px) {
.tableli {width:100%;float:left;margin-right:0%;}
.tupiancc {width:100%;float:left;}

}

.common-w {
  margin: auto;
  max-width:  1320px;
}
.ccmmccmm img{width: 100%;}
.structure {
  padding: 120px 0;
}
.structure-title {
  display: block;
  color: #222222;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}
.structure-imgs {
  margin-top: 60px;
  text-align: center;
}
.structure-imgs img {
  max-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
}
.parameter {
  padding: 120px 0;
  background: #edf1fa;
}
.parameter.posite {
  position: relative;
}
.parameter-tab {
  margin-top: 20px;
}
.parameter-tab table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.parameter-tab table thead tr th {
  background: #ca0a21;
  height: 39px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #2f2f2f;
  line-height: 1.2;
}
.parameter-tab table tbody tr td {
  color: #222222;
  font-size: 16px;
  height: 39px;
  border: 1px solid #2f2f2f;
  text-align: center;
}
.data-download {
  padding: 120px 0;
}
.download-wrap {
  margin-top: 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download-imgs {
  position: relative;
  width: 31.8%;
  height: 420px;
  background: #ca0a21;
}
.download-imgs img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  height: auto;
}
.download-imgs span {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 38px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.download-fix {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.download-info {
  padding: 54px 58px 0;
}
.download-info strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: normal;
  color: #222222;
}
.download-info a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #ca0a21;
}
.download-info a:hover i {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.download-info a i {
  display: inline-block;
  margin-right: 4px;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.download-info p {
  margin-top: 26px;
  color: #999999;
  font-size: 16px;
}
.happlys {
  margin-top: 60px;
}
.happlys li {
  background: #fff;
}
/*about*/
.about-ptext {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-ptext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 3.64vw;
  font-weight: normal;
}
.about-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
.about-menu li {
  position: relative;
  z-index: 2;
  margin-right: 45px;
}
.about-menu li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.about-menu li:hover,
.about-menu li.active {
  color: #fff;
}
.about-menu li:hover:before,
.about-menu li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.about-menu li:last-child {
  margin-right: 0;
}
.about-menu li a {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
}
.company-about {
  position: relative;
  padding-bottom: 56px;
}
.company-logo {
  display: inline-block;
  padding-top: 60px;
  position: sticky;
  left: 5%;
  top: 0;
  width: 40vw;
  height: ;
}
.company-wrap {
  position: relative;
  margin-left: -60px;
  width: 100%;
  height: 100%;
  background: url("../images1/aboutlogo21.png") center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.company-hide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images1/aboutlogo2.png) center top no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.company-info {
  display: inline-block;
  vertical-align: top;
  padding-top: 100px;
  margin-left: 10%;
  width: 40vw;
}
.company-top {
  margin-bottom: 60px;
}
.company-in {
  margin-top: 28px;
}
.company-in .common-hide strong {
  color: #ca0a21;
}
.company-intro {
  margin-top: 18px;
}
.company-intro p {
  text-align: justify;
  color: #222222;
  font-size: 18px;
}
.preview-title {
  color: #ca0a21;
  line-height: 1;
  font-size: 18px;
}
.preview-list {
  margin-top: 22px;
}
.preview-list p {
  padding: 14px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.preview-list p b {
  display: block;
  width: 60%;
  line-height: 1.2;
  color: #222222;
  font-size: 22px;
  font-weight: normal;
}
.preview-list p span {
  display: inline-block;
  color: #222222;
  font-size: 16px;
}
.preview-info {
  margin-top: 50px;
  width: 360px;
  max-width: 100%;
}
.preview-info p {
  color: #999999;
  font-size: 15px;
}
.manufacture {
  padding: 100px 60px 100px;
}
.pump {
  margin-top: 162px;
}
.pump-item {
  text-align: center;
}
.pump-item:first-child strong .char8 {
  position: relative;
  z-index: 3;
}
.pump-wr {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.pump-wr strong {
  display: block;
  line-height: 1;
  color: #ca0a21;
  font-size: 10.41vw;
  text-transform: uppercase;
  font-family: "Gilroy";
  font-weight: normal;
}
.pump-wr img {
  position: absolute;
  bottom: -10%;
}
.pump-img1 {
  display: block;
  left: 17.8%;
  height: 72.5%;
}
.pump-img2 {
  left: 52.7%;
  height: 76%;
}
.pump-img3 {
  right: -2.2%;
  height: 46.5%;
}
.pump-img4 {
  left: 18.43%;
  height: 75.6%;
}
.pump-img5 {
  left: auto;
  right: -5.88%;
  height: 57%;
}
.pump-info {
  margin: auto;
  margin-top: 68px;
  width: 900px;
  max-width: 90%;
  text-align: center;
}
.pump-info strong {
  display: block;
  margin-bottom: 48px;
  color: #ca0a21;
  font-size: 3.125vw;
  line-height: 1.2;
  font-weight: normal;
}
.pump-info p {
  color: #222222;
  font-size: 18px;
}
.pump-tab {
  position: relative;
  overflow: hidden;
}
.pump-swiper {
  position: relative;
  left: 50%;
  margin-left: -113.5%;
  width: 227%;
}
.pump-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: 0;
  line-height: 1;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 2.5px;
  width: 48px;
  height: 3px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #ca0a21;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.pump-slide {
  position: relative;
}
.pump-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pump-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pump-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16.8vw 60px 52px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.pump-fix strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.pump-fix p {
  color: #fff;
  font-size: 16px;
}
.culture-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11.9% 60px 8.12vw;
}
.culture-top .common-series-title {
  padding: 0;
}
.common-series-title .solute-hide1 strong {
  color: #ca0a21;
}
.culture-info {
  padding-top: 52px;
  margin-left: 9.6vw;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-in {
  width: 45.4%;
}
.culture-in p {
  color: #222222;
  font-size: 16px;
}
.culture-list {
  position: relative;
  z-index: 3;
}
.culture-li li {
  padding: 58px 60px 54px;
  margin-top: -1px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.culture-li li strong {
  display: block;
  height: 11.25vw;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.culture-li li p {
  color: #fff;
  font-size: 16px;
}
.culture-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.culture-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.culture-slide:first-child {
  opacity: 1;
  visibility: visible;
}
.culture-slide.active {
  opacity: 1;
  visibility: visible;
}
.culture-bg {
  height: 100%;
  background-attachment: fixed !important;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.honor-box {
  padding: 56px 60px 0;
}
.honor-info {
  position: relative;
  margin: auto;
  margin-top: 60px;
  z-index: 2;
  width: 44vw;
  height: 44vw;
}
.honor-info:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images1/culture-a.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes move2 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes move2 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.honor-wrap {
  position: absolute;
  left: 0;

  width: 100%;
	text-align: center;
}
.honor-wrap span {
  display: block;
  margin: auto;
  margin-bottom: 25px;
  width: 200px;
  height: 40px;
  background: url(../images1/logo3.png) center no-repeat;
}
.honor-wrap .solute-hide strong {
  color: #ca0a21;
}
.honor-tab {
  position: relative;
  z-index: 3;
  margin-top: -50px;
  overflow: hidden;
  margin-right: -60px;
}
.honor-swiper {
  position: relative;
  padding-bottom: 30px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.honor-swiper .swiper-wrapper {
  justify-content: center;
}
.honor-swiper .swiper-scrollbar {
  height: 4px;
  border-radius: 0px;
}
.honor-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ca0a21;
}
.honor-slide {
  padding-top: 10px;
  position: relative;
}
.honor-slide a {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.honor-slide:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.honor-slide figure {
  display: block;
  position: relative;
  text-align: center;
  height: 280px;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.honor-slide span {
  display: block;
  text-align: center;
  margin-top: 36px;
  color: #fff;
  font-size: 16px;
}
.common-series-title1 .solute-hide strong {
  color: #ca0a21;
}
.company-in.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.company-in.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.company-in.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.company-in.articleShow .common-hide:nth-child(3) strong {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about-swiper {
  position: relative;
  z-index: 0;
  height: 100%;
}
.applicate-banner {
  position: absolute;
  left: 50%;
  margin-left: -660px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1320px;
  z-index: 5;
}
.applicate-banner .common-hide strong {
  color: #fff;
}
.applicate-banner p {
  margin-top: 38px;
  color: #fff;
  font-size: 18px;
}
.applicate-fix {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.applicate-wrap {
  margin: auto;
  margin-top: -60px;
  width: 1320px;
}
.scroll-more1 {
  bottom: 118px;
}
.applicate-item {
  margin-bottom: 140px;
}
.applicate-item:last-child {
  margin-bottom: 0;
}
.applicate-imgs {
  position: relative;
  display: block;
  padding-bottom: 36.51%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.applicate-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicate-ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.applicate-ico b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 56px;
  font-weight: normal;
}
.applicate-ico strong {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}
.applicate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.applicate-list li {
  position: relative;
  text-align: center;
  width: 16.6666%;
  height: 168px;
}
.applicate-list li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: none;
  max-width: 90%;
}
.applicate-list li img:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news-banner {
  overflow: hidden;
}
.ntext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
}
.ntext strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1;
  color: #fff;
  font-size: 3.64vw;
  font-weight: normal;
}
.ntext p {
  color: #fff;
  font-size: 18px;
}
.news-box {
  padding: 134px 0 70px;
  background: #f7f7f7;
}
.news-wrap {
  margin: auto;
  width: 1325px;
  max-height: 90%;
}
.news-infos {
  margin-bottom: 95px;
}
.news-infos a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-infos a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 50%;
}
.news-infos a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.news-infos a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news-infos a:hover .news-texts .news-mm b:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.news-infos a:hover .news-texts .news-mm b i {
  color: #fff;
  text-indent: 4px;
}
.news-texts {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 58px;
  border-bottom: 4px solid #ca0a21;
  width: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-mm {
  position: absolute;
  left: 58px;
  bottom: 42px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-mm b {
  display: block;
  position: relative;
  z-index: 2;
  width: 47px;
  height: 47px;
  text-align: center;
  border: 1px solid #ca0a21;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ca0a21;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm b i {
  display: block;
  line-height: 47px;
  color: #ca0a21;
  font-size: 12px;
  font-style: normal;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm span {
  display: inline-block;
  margin-left: 15px;
  color: #ca0a21;
  font-size: 16px;
}
.news-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}
.news-time b {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 60px;
  font-weight: normal;
}
.news-time span {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.news-t strong {
  display: block;
  margin-bottom: 45px;
  line-height: 1.2;
  color: #222222;
  font-size: 40px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-t p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-li li {
  margin-right: 5%;
  margin-bottom: 114px;
  width: 30%;
}
.news-li li:nth-child(3n+3) {
  margin-right: 0;
}
.news-li li a {
  display: block;
  position: relative;
  padding: 50px 40px 40px;
  border-bottom: 4px solid #ca0a21;
}
.news-li li a:hover {
  background: #fff;
  border-color: #fff;
}
.news-li li a:hover .news-mm b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-li li a:hover .news-mm b i {
  color: #fff;
  text-indent: 4px;
}
.news-li li a .news-t strong {
  margin-bottom: 45px;
  font-size: 24px;
  height: 58px;
}
.news-li li a .news-t p {
  height: 86px;
}
.news-li li a .news-mm {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 54px;
}
.news-v {
  padding-bottom: 120px;
  background: #eeeeee;
}
.news-v-wrap {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: -60px;
  width: 1320px;
  background: #fff;
}
.news-view {
  max-width: 90%;
  margin: auto;
  width: 960px;
}
.news-top {
  padding: 88px 0 33px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}
.news-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.news-top time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 16px;
}
.news-v-info {
  padding: 58px 0 105px;
  color: #333333;
  font-size: 18px;
  text-align: justify;
}
.news-v-info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news-page {
  padding: 56px 0 150px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d4d4d4;
}
.news-prev.next a {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-prev.next a .news-prev-in {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}
.news-prev a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-prev a:hover b {
  border-color: #ca0a21;
}
.news-prev a:hover b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-prev a:hover b i {
  color: #fff;
}
.news-prev a:hover .news-prev-in span,
.news-prev a:hover .news-prev-in p {
  color: #ca0a21;
}
.news-prev a b {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  -moz-transition: 0.34s;
  transition: 0.34s;
}
.news-prev a b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ca0a21;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-prev a b i {
  display: inline-block;
  line-height: 48px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  font-style: normal;
  color: #090909;
  font-size: 12px;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  -moz-transition: 0.34s;
  transition: 0.34s;
}
.news-prev-in {
  margin-left: 20px;
}
.news-prev-in span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.news-prev-in p {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.contact {
  margin: auto;
  padding: 110px 0 120px;
  width: 1320px;
}
.contact-title {
  margin-bottom: 52px;
  color: #222222;
  font-size: 50px;
  line-height: 1.2;
}
.contact-list {
	overflow: hidden;

}
.contact-item {
  width: 45.45%;
	float: left;
	margin-right: 4%;
	overflow: hidden;
}
.contact-item .nrnrnr img{width:100%}
.contact-item .contact-tt {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.2;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
}
.contact-address {
  margin-top: 40px;
  padding-bottom: 30px;
}
.contact-address-item {
  margin-bottom: 36px;
}
.contact-address-item.active span,
.contact-address-item.active p {
  color: #ca0a21;
}
.contact-address-item.active span {
  font-size: 18px;
}
.contact-address-item.active p {
  font-size: 30px;
  line-height: 1;
}
.contact-address-item span {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #222222;
  font-size: 18px;
}

.blank-info .tips {
  position: fixed;
}
.introduct-imgs {
  display: none;
}
.introduct-imgs .blank-info {
  position: absolute;
  left: 58px;
  top: 50%;
  margin-top: -125px;
  right: 50px;
  margin-right: 0;
  padding-top: 0;
  max-width: 80%;
  width: auto;
}
.introduct-imgs .blank-info .drop-f {
  width: 352px;
  max-width: 100%;
}
.search-banner {
  position: relative;
}
.search-banner figure {
  background: #ca0a21;
}
.search-banner figure img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.product-class-li1 li a {
  color: rgba(255, 255, 255, 0.5);
}
.search-boxs {
  padding: 52px 0 60px;
  background: #f7f7f7;
}
.search-wraps {
  margin: auto;
  width: 1320px;
}
.search-ts {
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}
.search-ts strong {
  display: inline-block;
  color: #ca0a21;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.search-ts b {
  display: inline-block;
  position: relative;
  top: 3px;
  line-height: 1;
  color: #ca0a21;
  font-weight: normal;
  font-size: 30px;
}
.search-ts span {
  display: inline-block;
  margin: 0 6px;
  color: #111111;
  font-size: 16px;
  line-height: 1;
}
.search-list li {
  margin-bottom: 20px;
}
.search-list li a {
  display: block;
  position: relative;
  padding: 32px 30px 30px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search-list li a:hover {
  background: #ca0a21;
}
.search-list li a:hover strong {
  color: #fff;
}
.search-list li a:hover strong b {
  color: #fff;
}
.search-list li a:hover p {
  color: #fff;
}
.search-list li a:hover span {
  background: #fff;
  border-color: #fff;
  color: #ca0a21;
}
.search-list li a:hover figure {
  border-color: #fff;
  background: #fff;
}
.search-list li a strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a strong b {
  color: #ca0a21;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a p {
  color: #999999;
  font-size: 16px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a span {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  min-width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a figure {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 28px;
  width: 128px;
  height: 128px;
  border: 1px solid #dddddd;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.price-pop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ca0a21 url(../images1/footerbg.png) center no-repeat;
  background-size: cover;
  z-index: 199;
  display: none;
}
.price-pop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  box-sizing: border-box;
  width: 100%;
}
.price-wrap {
  display: flex;
  align-items: center;
}
.price-wrap figure {
  display: block;
  line-height: 1;
  width: 50px;
  height: auto;
}
.price-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.price-wrap strong {
  margin-left: 16px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.blank-info .price-tem,
.product-info .price-tem {
  display: none;
}
.price-tem {
  position: relative;
  z-index: 2;
}
.price-tem .blank-link {
  position: absolute;
  left: 0;
  top: -15px;
  background: none;
  padding: 25px 0;
}
.price-tem a,
.price-tem p {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #ff8500;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.price-tem a i,
.price-tem p i {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  animation: jiggle 2s infinite alternate;
}
@keyframes jiggle {
  48%,
  62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 0.8);
  }
  56% {
    transform: scale(0.8, 1.2) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
.product-mores {
  display: none;
}
.error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.error-text {
  position: absolute;
  left: 0;
  top: 60%;
  text-align: center;
  width: 100%;
}
.error-text strong {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
}
.error-header .header-wrap:hover {
  background: none;
}
.error-header .header-wrap:hover .logo img.show {
  opacity: 1;
  visibility: visible;
}
.error-header .header-wrap:hover .logo img.hide {
  opacity: 0;
  visibility: hidden;
}
.pseries-iphone {
  display: none;
}
.series-tit {
  margin-top: -22px;
  text-align: center;
}
.series-tit strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #222222;
  font-size: 60px;
  font-weight: normal;
}
.series-tit p {
  color: #999999;
  font-size: 18px;
}
.load-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.load-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.load-pop .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.load-wrap {
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 78px 48px 46px 60px;
  width: 480px;
  background: url(../images1/loadbg.png) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.load-close {
  position: absolute;
  right: 28px;
  top: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
}
.load-close:hover i {
  transform: rotate(180deg);
}
.load-close i {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  transition: 0.4s;
  font-style: normal;
}
.load-close span {
  display: inline-block;
  margin-left: 6px;
  color: #000000;
  font-size: 16px;
}
.load-tops {
  margin-bottom: 28px;
}
.load-tops strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #000000;
  font-size: 40px;
}
.load-tops p {
  color: #000000;
  font-size: 18px;
}
.load-input {
  padding-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.load-input .load-yz {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  padding: 0 25px;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  display: none;
}
.load-input .text {
  flex: 1;
  border: none;
  padding-left: 15px;
  color: #666666;
  font-size: 16px;
  background: none;
}
.load-input .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.load-select {
  box-sizing: border-box;
  width: 65px;
  height: 18px;
  line-height: 18px;
  border: none;
  border-right: 1px solid #dddddd;
  color: #000000;
  font-size: 16px;
  background: url(../images1/arrow1.png) 39px center no-repeat;
  outline: none;
}
.verificate {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.verificate .text {
  padding-left: 20px;
  flex: 1;
  height: 50px;
  line-height: 50px;
  color: #666666;
  font-size: 16px;
  border: none;
  background: #f7f7f7;
}
.verificate .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.verificate span {
  display: inline-block;
  cursor: pointer;
  margin-left: 11px;
  text-align: center;
  width: 128px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ca0a21;
  color: #ca0a21;
  font-size: 16px;
}
.send-yz {
  margin-top: -10px;
  margin-bottom: 16px;
  display: none;
}
.send-yz .send-flex {
  display: flex;
  align-items: center;
}
.send-yz i {
  display: inline-block;
  width: 17px;
  height: 11px;
  background: url(../images1/tick1.png) left center no-repeat;
}
.send-yz p {
  margin-left: 4px;
  color: #666666;
  font-size: 15px;
}
.send-sub {
  text-align: center;
}
.send-sub input {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background: #ca0a21;
  cursor: pointer;
}
.product_class_title {
  display: none;
}
.structure__3d {
  position: relative;
  margin-top: 70px;
  padding-bottom: 54.54%;
}
.structure__720 {
  position: absolute;
  left: 30px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}
.structure__720 img {
  display: inline-block;
  margin-top: 10px;
  width: 50%;
  height: auto;
  line-height: 0;
}
.new-menus {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 4px 4.67vw rgba(245, 245, 245, 0.89);
  padding: 28px 0 22px;
  padding-right: 5%;
  box-sizing: border-box;
  display: none;
}
.new-menus .product-info {
  margin-top: 0;
  flex: 1;
  width: 0;
}
.new-menus .product-info .display-btns {
  display: flex;
}
.new-menus .product-info .display-btns a {
  flex: 1;
}
.new-home {
  width: 120px;
  text-align: center;
}
.new-home a {
  display: block;
}
.new-home a img {
  display: inline-block;
  width: auto;
  height: 22px;
  line-height: 1;
}
.new-home a span {
  display: block;
  line-height: 1;
  color: #111111;
  font-size: 16px;
}
.blank-info .product-info {
  margin-top: 0;
  display: none;
}




/*内页-产品中心 开始*/
.ab_NyProducts { width:100%; height:auto; margin:30px 0px; padding:0;overflow: hidden;}
.ab_NyProducts .abNyPro_main { width:100%; height:auto; margin:0 auto; padding:0;}
.abNyPro_main .abNyPro_left { width:20%; overflow:hidden; margin:0; padding:0; float:left;}
.abNyPro_main .abNyPro_right { width:78%; height:auto; margin:0; padding:0; float:right;}

.abNyPro_right .abNyPro_list { width:100%; min-height:320px; overflow:hidden; margin:0 auto; padding:0;}
.abNyPro_list ul li { width:32%; overflow:hidden; margin:0 2% 20px 0; padding:10px; background-color:#f6f6f6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyPro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
.abNyPro_list ul li .abIdxPro_img { width:100%; height:274px; overflow:hidden; margin:0 auto 10px; padding:0;}
.abNyPro_list ul li .abIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyPro_list ul li .abIdxPro_img a img.IdxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNyPro_list ul li:hover .abIdxPro_img a img.IdxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.abNyPro_list ul li .abIdxPro_name { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.abNyPro_list ul li .abIdxPro_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.abNyPro_list ul li:hover .abIdxPro_name a { color:#ca0a21;}

.abNyPro_list ul li .abIdxPro_btn { width:100%; height:32px; overflow:hidden; margin:10px auto; padding:0 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyPro_btn a { display:block; width:44%; height:32px; overflow:hidden; line-height:32px; color:#fff; font-size:14px; text-align:center; background-color:#ca0a21; margin:0 12% 0 0; padding:0; float:left;}
.abNyPro_btn a:last-child { margin:0;}
.abNyPro_btn a:hover { background-color:#fe9b02;}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyProducts { width:90%;}
	.ab_NyProducts .abNyPro_main { width:100%;}
	.abNyPro_list ul li .abIdxPro_img { height:216px; margin:0 auto 4px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyProducts { width:96%; margin:0 auto 40px;}
	.ab_NyProducts .abNyPro_main { width:100%;}
	.abNyPro_main .abNyPro_left { width:100%; margin:0 auto 20px;}
	.abNyPro_main .abNyPro_right { width:100%; margin:0 auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyProducts { width:96%; margin:0 auto 40px;}
	.ab_NyProducts .abNyPro_main { width:100%;}
	.abNyPro_main .abNyPro_left { width:100%; margin:0 auto 20px;}
	.abNyPro_main .abNyPro_right { width:100%; margin:0 auto;}
	.abNyPro_list ul li { width:31.7%; margin:0 2.45% 20px 0;}
	.abNyPro_list ul li .abIdxPro_img { height:214px;}
	.abNyPro_list ul li .abIdxPro_btn { padding:0 6%;}
}
@media (max-width: 767px) {
	.contact-item {
  width: 100%;
}
	.ab_NyProducts { width:94%; margin:0 auto 40px;}
	.ab_NyProducts .abNyPro_main { width:100%;}
	.abNyPro_main .abNyPro_left { width:100%; margin:0 auto 20px;}
	.abNyPro_main .abNyPro_right { width:100%; margin:0 auto;}
	.abNyPro_list ul li { width:48%; margin:0 4% 20px 0;}
	.abNyPro_list ul li:nth-child(3n+3) { margin:0 4% 20px 0;}
	.abNyPro_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.abNyPro_list ul li .abIdxPro_img { height:167px; margin:0 auto;}	
	.abNyPro_list ul li .abIdxPro_name a { height:40px; line-height:40px; font-size:15px;}
	.abNyPro_list ul li .abIdxPro_btn { margin:0 auto 10px; padding:0;}
}
@media (max-width: 375px) {
	.abNyPro_list ul li .abIdxPro_img { height:150px;}
	.abNyPro_list ul li .abIdxPro_btn { margin:0 auto 4px;}
	.abIdxPro_btn a { width:47.5%; margin:0 5% 0 0;}	
}
@media (max-width: 320px) {
	.abNyPro_list ul li { width:100%; margin:0 auto 20px;}
	.abNyPro_list ul li .abIdxPro_img { height:274px;}
	.abNyPro_list ul li .abIdxPro_name { margin:4px auto;}
	.abNyPro_list ul li .abIdxPro_btn { padding:0 4%;}
}

/*产品分类 开始*/
.abNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0;}
.abNyPro_left .cp_type {}
.abNyPro_left .cp_type .hd { text-align:center; background-color:#ca0a21; padding:20px;}
.abNyPro_left .cp_type .hd p { height:36px; line-height:36px; font-size:26px; color:#fff; text-align:center;}
.abNyPro_left .cp_type .hd span { display:block; height:24px; line-height:24px; font-size:22px; color:#fff; text-align:center; opacity:0.5;}
.abNyPro_left .cp_type .bd { border:2px solid #ca0a21; border-top:0; padding:10px 5px;}
.abNyPro_left .cp_type .bd ul li { border-bottom:1px dashed #dfdfdf;}
.abNyPro_left .cp_type .bd ul li.on { border:0; margin-bottom:1px;}
.abNyPro_left .cp_type .bd ul li p { height:50px; line-height:50px;}
.abNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:50px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.abNyPro_left .cp_type .bd ul li div { background:#f6f6f6; display:none;}
.abNyPro_left .cp_type .bd ul li div a { display:block; height:44px; line-height:44px; color:#797979; font-size:14px; border-top:1px dashed #dfdfdf; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/icon4.png) 20px center no-repeat;}
.abNyPro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.abNyPro_left .cp_type .bd ul li div a.active{ color:#ca0a21}
.abNyPro_left .cp_type .bd ul li p:hover, .abNyPro_left .cp_type .bd ul li.on p { background-color:#ca0a21; border-left:4px solid #ab0015;}
.abNyPro_left .cp_type .bd ul li p:hover a, .abNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.abNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.abNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.abNyPro_left .cp_type .bd ul li div a:hover { color:#ca0a21; background:url(../images/icon5.png) 20px center no-repeat;}
.abNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.abNyPro_left .cp_type .bd ul a.ckqb:hover { background:#ca0a21; color:#fff;}
@media screen and (max-width:1299px) and (min-width:1080px) {
	.abNyPro_left .cp_type .bd ul li p a { padding:0 0 0 12px;}
	.abNyPro_left .cp_type .bd ul li div a { padding:0 12px 0 28px;}
	.abNyPro_left .cp_type .bd ul li div a { background:url(../images/icon4.png) 12px center no-repeat;}
	.abNyPro_left .cp_type .bd ul li div a:hover { color:#ca0a21; background:url(../images/icon5.png) 12px center no-repeat;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.abNyPro_left .cp_type { margin:0;}
	.abNyPro_left .cp_type .hd p:before { display:none;}
	.abNyPro_left .cp_type .hd { background:#ca0a21 url(../images/down1.png) 96% center no-repeat;padding: 10px 20px;text-align:left;overflow:hidden;}
	.abNyPro_left .cp_type .hd.on { background:#ca0a21 url(../images/up1.png) 96% center no-repeat;}
	.abNyPro_left .cp_type .hd span { display:block; height:40px; line-height:40px; float:left;}
	.abNyPro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.abNyPro_left .cp_type .bd { display:none;}
	.abNyPro_left .cp_type .bd ul li:last-child { border:0;}
	.abNyPro_left .cp_type .bd ul li p a { width:90%; line-height:48px; font-size:16px;}
	.abNyPro_left .cp_type .bd ul li div a { font-size:14px;}
	.abNyPro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.abNyPro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.abNyPro_left .cp_type .bd ul li p span { background-size: 20px; width:10%; float:right;}
	.abNyPro_left .cp_type .bd ul li.on p span { background-size: 20px;}
	.abNyPro_left .cp_type .bd ul li p:hover span { background-size: 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.abNyPro_left .cp_type { margin:0;}
	.abNyPro_left .cp_type .hd p:before { display:none;}
	.abNyPro_left .cp_type .hd { background:#ca0a21 url(../images/down1.png) 96% center no-repeat;padding: 10px 20px;text-align:left;overflow:hidden;}
	.abNyPro_left .cp_type .hd.on { background:#ca0a21 url(../images/up1.png) 96% center no-repeat;}
	.abNyPro_left .cp_type .hd span { display:block; height:40px; line-height:40px; float:left;}
	.abNyPro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.abNyPro_left .cp_type .bd { display:none;}
	.abNyPro_left .cp_type .bd ul li:last-child { border:0;}
	.abNyPro_left .cp_type .bd ul li p a { width:89%; line-height:48px; font-size:16px;}
	.abNyPro_left .cp_type .bd ul li div a { font-size:14px;}
	.abNyPro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.abNyPro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.abNyPro_left .cp_type .bd ul li p span { background-size: 20px; width:11%; float:right;}
	.abNyPro_left .cp_type .bd ul li.on p span { background-size: 20px;}
	.abNyPro_left .cp_type .bd ul li p:hover span { background-size: 20px;}
}
@media screen and (max-width:767px) {
	.abNyPro_left .cp_type { margin:0;}
	.abNyPro_left .cp_type .hd p:before { display:none;}
	.abNyPro_left .cp_type .hd { background:#ca0a21 url(../images/down1.png) 94% center no-repeat;padding: 6px 20px;text-align:left;overflow:hidden;}
	.abNyPro_left .cp_type .hd.on { background:#ca0a21 url(../images/up1.png) 94% center no-repeat;}
	.abNyPro_left .cp_type .hd span { display:block; float:left; height:40px; line-height:40px; font-size:16px;}
	.abNyPro_left .cp_type .hd p { padding:0; display:block; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0;}
	.abNyPro_left .cp_type .bd { display:none; padding:10px;}
	.abNyPro_left .cp_type .bd ul li:last-child { border:0;}
	.abNyPro_left .cp_type .bd ul li p a { width:85%; line-height:48px; font-size:16px;}
	.abNyPro_left .cp_type .bd ul li div a { font-size:14px;}
	.abNyPro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.abNyPro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.abNyPro_left .cp_type .bd ul li p span { background-size: 20px; width:15%; float:right;}
	.abNyPro_left .cp_type .bd ul li.on p span { background-size: 20px;}
	.abNyPro_left .cp_type .bd ul li p:hover span { background-size: 20px;}
}
@media screen and (max-width:320px) {
	.abNyPro_left .cp_type .bd ul li p a { width:83%;}
	.abNyPro_left .cp_type .bd ul li p span { width:17%;}
}

/*产品分类 结束*/
/*内页-产品中心 结束*/


/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:9px; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { border:1px solid #fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:20%; height:178px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}


.nyPro_list ul li .nyProList_text { width:78%; height:178px; overflow:hidden; margin:0; padding:10px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#ca0a21;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:3px auto; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 10px 0 0; float:left;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:88px; height:34px; overflow:hidden; line-height:32px; color:#aaa; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:first-child { color:#fff; background-color:#ca0a21; border:1px solid #ca0a21;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#ca0a21; border:1px solid #ca0a21;}

.abNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.abNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#ca0a21;}
.Xgwz_tit p { height:36px; line-height:36px; color:#fff; font-size:26px; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:24px; line-height:24px; color:#fff; font-size:22px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0; opacity: 0.5;}
.abNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:10px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.abNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.abNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.abNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.abNy_Xgwz .Xgwz_list ul li a:hover { color:#ca0a21;}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.nyPro_list ul li .nyProList_img { width:25%;}
	.nyPro_list ul li .nyProList_text { width:73%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:20%;}
	.nyPro_list ul li .nyProList_text { width:78%;}
	
	.abNy_Xgwz { margin:20px auto 0;}
	.abNy_Xgwz .Xgwz_tit { padding:10px 20px;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 24px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; float: left; height: 40px; line-height: 40px;}
	.abNy_Xgwz .Xgwz_list { padding:10px 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:27%;}
	.nyPro_list ul li .nyProList_text { width:71%;}
	
	.abNy_Xgwz { margin:20px auto 0;}
	.abNy_Xgwz .Xgwz_tit { padding:10px 20px;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 24px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; float: left; height: 40px; line-height: 40px;}
	.abNy_Xgwz .Xgwz_list { padding:10px 20px;}
}
@media (max-width: 767px) {
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:100%; height:274px; margin:0 auto 10px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:18px;}
	.nyProList_text .nyProList_ms p { height:auto; max-height:48px; line-height:24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:10px auto;}
	.nyProList_text .nyProList_tips dl dd { width:48%; height:30px; line-height:30px; margin:0 4% 0 0; padding:0;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0;}
	.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_btn a { width:48%; height:40px; line-height:38px; margin:0; float:left;}
	.nyProList_text .nyProList_btn a:first-child { margin:0 4% 0 0;}
	
	.abNy_Xgwz { margin:20px auto 0;}
	.abNy_Xgwz .Xgwz_tit { padding:6px 20px;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; float: left; height: 40px; line-height: 40px; font-size:16px;}
}
/*内页-产品列表 结束*/




/* news01 开始 */
.news_nav {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
	display: flex;
}

.news_nav a {
    display: block;
    padding: 0 42px;
    line-height: 50px;
    margin: 0 12px;
    border-radius: 8px;
    transition: all .5s;
	font-size: 15px;
	background-color: #f0f0f0;
}

.news_nav .active,
.news_nav a:hover {
    background-color: #ca0a21;
    color: #fff;
    transition: all .5s;
}

.news_b {
    padding: 35px 48px;
    border: 1px solid #eee;
    margin-bottom: 32px;
    transition: all .5s;
	display: flex;
	align-items: center;
}

.news_b .news_ig {
    display: block;
    width: 362px;
    height: 217px;
    border-radius: 8px;
    overflow: hidden;
}

.news_b .news_ig img {
    width: 100%;
    transition: all .8s;
}

.news_b:hover .news_ig img {
    transform: scale(1.1);
    transition: all .8s;
}

.news_c {
    flex: 1;
    margin-left: 35px;
    margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.news_c .news_date {
    text-align: center;
}

.news_c .news_date b {
    display: block;
    font: 40px/1.2 'Arial';
    transition: all .5s;
}

.news_c .news_date i {
    display: block;
    font: 12px/1.2 'Arial';
    transition: all .5s;
}

.news_c .news_line {
    width: 1px;
    height: 75px;
    background-color: #ebebed;
    margin-left: 20px;
    margin-right: 20px;
}

.news_c .news_t {
    width: 75%;
}

.news_c .news_t h5 a {
    display: block;
    font: bold 20px/1.2 '微软雅黑';
    margin-bottom: 10px;
}

.news_c .news_t p {
	font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news_b:hover {
    background-color: #ca0a21;
    transition: all .5s;
}

.news_b:hover .news_t p,
.news_b:hover .news_t h5 a,
.news_b:hover .news_date i,
.news_b:hover .news_date b {
    color: #fff;
    transition: all .5s;
}

/* news01 结束 */


/* kh03 开始 */
.kh03 {
    margin-top: 30px;
	display: flex;
}

.kh03 a {
    display: inline-block;
}

.kh03 .wikipedia ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 1px #eee;
    border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kh03 .wikipedia ul li h5 a {
    font-size: 16px;
    transition: all .5s;
    font-weight: normal;
}

.kh03 .wikipedia ul li i {
    transition: all .5s;
}

.kh03 .wikipedia ul li:hover {
    background-color: #fff;
}

.kh03 .wikipedia ul li:hover i,
.kh03 .wikipedia ul li:hover h5 a {
    color: #ca0a21;
    transition: all .5s;
}

.kh03 .wikipedia ul li:hover>a img,
.kh03 .wikipedia ul li>a .lan_ {
    display: none;
}

.kh03 .wikipedia ul li:hover>a .lan_ {
    display: block;
}

.kh03 .d_title {
    text-align: center;
}

.kh03 .d_title h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.kh03 .pcflex{display: flex;justify-content: space-between; margin-top: 10px;}

.kh03 .d_title i {
    font-size: 12px;
    color: #999;
    line-height: 36px;
}

.kh03 .d_title i span {
    margin: 0 15px;
}

.kh03 .d_line {
    width: 100%;
    height: 1px;
    background-color: #d9e6f3;
    margin: 16px 0;
}

.kh03 .de_left p {
    font-size: 14px;
    line-height: 30px;
}

.kh03 .de_left img {
   

}
.kh03 .de_left{width: 75%;margin-right: 2%;}
.kh03 .de_right{width: 20%;}

.kh03 .ckgd {
    margin-top: 0;
}

.recommend {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.recommend .sw06 {
    margin-top: 54px;
    position: relative;
}

.recommend .analy .an {
    height: auto;
    box-shadow: 0px 0px 30px 5px #eff4f6;
}

.recommend .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
}

.recommend .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #c8cacb;
    border-radius: 50%;
}

.recommend .swiper-pagination-bullet-active {
    background-color: #ca0a21;
}

/* kh03 结束 */



.ckgd {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    background-color: #ca0a21;
    border-radius: 8px;
    margin-top: 12px;
    transition: all .5s;
}
.ckgd a{
    color: #fff;
}

.ckgd:hover {
    transform: scale(1.1);
    transition: all .5s;
}


/* cp01 开始 */
.bread {
    margin-bottom: 10px;
}

.bread a,
.bread p {
    font-size: 12px;
    color: #666;
    line-height: 35px;
    transition: all .3s;
}

.bread span {
    margin: 0 5px;
}

.bread a:hover {
    color: #ca0a21;
    transition: all .3s;
}

.prod_ {
    margin-top: 50px;
}

.prod_ .p_left {
    width: 20%;
}

.prod_ .p_right {
    width: 76%;
}

.prod_ .p_a1 {
    background-color: #f2f8fe;
    border-bottom: 1px solid #fff;
    padding-right: 30px;
    justify-content: space-between;
}

.prod_ .p_a1 span {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #ca0a21;
    margin-left: 20px;
    margin-right: 15px;
}

.prod_ .p_a1 a {
    font-size: 18px;
    line-height: 70px;
    font-weight: bold;
}

.prod_ .p_box:hover .p_a1,
.prod_ .p1_active .p_a1 {
    background-color: #ca0a21;
}

.prod_ .p_box:hover .p_a1 span,
.prod_ .p1_active .p_a1 span {
    background-color: #fff;
}

.prod_ .p_box:hover .p_a1 a,
.prod_ .p1_active .p_a1 a {
    color: #fff;
}

.prod_ .p_a1 .bai_,
.prod_ .p1_active img {
    display: none;
}

.prod_ .p1_active .bai_ {
    display: block;
}

.prod_ ul {
    display: none;
    background-color: #f2f8fe;
}

.prod_ ul li {
    display: flex;
    align-items: center;
    line-height: 42px;
}

.prod_ ul li span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 12px;
    margin-left: 35px;
}

.prod_ ul li span,
.prod_ ul li a {
    transition: all .3s;
}

.prod_ ul li:hover a,
.prod_ ul .p2_active a {
    color: #ca0a21;
    transition: all .3s;
}

.prod_ ul li:hover span,
.prod_ ul .p2_active span {
    background-color: #ca0a21;
    transition: all .3s;
}

.yq_box {
    position: relative;
    border: 1px solid #d9e6f3;
    border-radius: 8px;
    align-items: normal;
}

.yq_box .yq_ig {
    display: block;
    width: 35%;
    border-radius: 8px;
    overflow: hidden;
}

.yq_box .yq_ig img {
    width: 100%;
    transition: all .5s;
}

.yq_box:hover .yq_ig img {
    transform: scale(1.1);
    transition: all .5s;
}

.yq_box .yq_text {
    margin-left: 5%;
    width: 60%;
    padding-top: 70px;
}

.yq_box .yq_text>div {
    display: flex;
    align-items: baseline;
}

.yq_box .yq_text h5,
.yq_box .yq_text h4 {
    font: bold 20px/40px 'Arial';
    color: #fff;
    background: url(../images/prod_back01.png) no-repeat center;
    background-size: 100% 100%;
    text-indent: 10px;
    margin-bottom: 18px;
}

.yq_box .yq_text b {
    font-weight: bold;
    line-height: 26px;
}

.yq_box .yq_text img {
    margin-right: 10px;
}

.yq_box .yq_text p {
    width: 70%;
    color: #666;
    line-height: 24px;
    transition: all .5s;
}

.yq_box .yq_text p:hover {
    margin-left: 20px;
    transition: all .5s;
}

.yq_box .ckgd {
    position: absolute;
    bottom: 35px;
    right: 24px;
}

.fenye {
    justify-content: center;
    margin: 50px 0;
}

.fenye01 {
    margin-top: 0;
    margin-bottom: 50px;
}

.fenye a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #ebeaea;
    margin: 0 6px;
    text-align: center;
    transition: all .5s;
}

.fenye a:last-child,
.fenye a:first-child {
    width: 75px;
}

.fenye .active,
.fenye a:hover {
    background-color: #ca0a21;
    color: #fff;
    transition: all .5s;
}

.t_ig {
    width: 100%;
    overflow: hidden;
}

.n_ig {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.reason {
    background: url(../images/reason_01.png) no-repeat center;
    background-size: 100% 100%;
    height: 467px;
    padding-top: 50px;
}

.rea_a {
    justify-content: space-between;
    margin-top: 38px;
    transition: all .5s;
}

.rea_b {
    width: 23%;
}

.rea_b .r_ig {
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
}

.rea_b .rea_text {
    height: 162px;
    background-color: #fff;
    padding: 52px 25px 0;
    border-radius: 8px;
    transition: all .5s;
}

.rea_b .rea_text p {
    line-height: 24px;
}

.rea_b:hover .r_ig img {
    transform: rotateY(360deg);
    transition: all .8s;
}

.case {
    padding-top: 70px;
    margin-bottom: 30px;
}

.case_a {
    justify-content: space-between;
    margin-top: 40px;
}

.case_a .case_b {
    width: 32%;
    box-shadow: 0 0 20px 1px #eee;
}

.case_a .case_b .case_ig {
    width: 100%;
    height: 308px;
    overflow: hidden;
}

.case_a .case_b .case_ig img {
    width: 100%;
    transition: all .8s;
}

.case_a .case_b:hover .case_ig img {
    transform: scale(1.1);
    transition: all .8s;
}

.case_text {
    padding: 0 27px;
    justify-content: space-between;
}

.case_text p {
    font-size: 16px;
    line-height: 70px;
    transition: all .3s;
}

.case_a .case_b:hover .case_text img,
.case_text .lan_ {
    display: none;
}

.case_a .case_b:hover .case_text .lan_ {
    display: block;
}

.case_a .case_b:hover .case_text p {
    color: #ca0a21;
    transition: all .3s;
}

/* cp01 结束 */

/* czsc 开始 */
.czsc .czsc_a {
    width: 78%;
}

.czsc_b {
    padding: 0 55px;
    line-height: 85px;
    justify-content: space-between;
    transition: all .8s;
    background-color: #f9fafb;
	display: flex;
	margin-bottom: 2px;
}
.czsc_c1{
   display: flex;
	justify-content: space-between;
	align-items: center;
}
.czsc_c2{
   display: flex;
	justify-content: space-between;
	align-items: center;
}


.czsc_c1 img {
    margin-right: 14px;
}

.czsc_c1 a {
    font-size: 18px;
}

.czsc_c2 a {
    margin-left: 36px;
}

.czsc_b:hover .czsc_c2 a img,
.czsc_c2 a .bai_ {
    display: none;
}

.czsc_b:hover {
    background-color: #ca0a21;
    transition: all .8s;
}

.czsc_b:hover .czsc_c2 p,
.czsc_b:hover .czsc_c1 a {
    color: #fff;
    transition: all .5s;
}

.czsc_b:hover .czsc_c2 a .bai_ {
    display: block;
}

/* czsc 结束 */

@media(max-width: 768px){

	.display-news{padding: 15px;}
  /* news01 开始 */
    .news_nav {
        flex-wrap: wrap;
        justify-content: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news_nav a {
        padding: 0 20px;
        line-height: 40px;
        margin: 5px;
    }

    .news_b .news_j {
        display: none;
    }

    .news_b {
        flex-direction: column;
        padding: 20px;
    }

    .news_b .news_ig {
        width: 100%;
        height: auto;
    }

    .news_c {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px 10px 0;
    }


    .news_c .news_date b {
        font-size: 28px;
    }

    .qa_d a,
    .news_c .news_t h5 a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news_c .news_line {
        margin: 0 10px;
    }

    /* news01 结束 */
	
	
    /* kh03 开始 */
    .kh03 .d_title h5 {
        font-size: 16px;
    }
    .kh03 .de_left{width:100%
    }
    .kh03 .de_left img {
        margin-top: 20px;
		width: 100%;
    }

    .kh03 .de_left .k_sx {
        flex-direction: column;
    }

    .kh03 .de_left .k_sx a {
        margin: 10px 0;
    }

    .recommend {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .recommend .analy .an {
        width: auto;
    }

    .recommend .sw06 {
        margin-top: 0;
    }

    .recommend .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .recommend .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -8px;
    }

	
	.kh03 .de_right{display: none;}
    /* kh03 结束 */
.ckgd {display: none;
}
	
	
   /* czsc 开始 */
    .czsc_b {
        width: 94%;
        padding: 20px 15px;
        line-height: 1;
    }

    .czsc_c1 a {
        font-size: 14px;
    }

    .czsc_c2 a {
        margin-left: 15px;
    }

    .czsc_c1 img {
        width: 30px;
        margin-right: 12px;
    }

    /* czsc 结束 */
	
	.downtime{display: none;
}
	

}




.fq-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: -80px;
}

.fq-list li {
	margin-left: 80px;
	flex: 1;
}

.fq-list li a {
	display: block;
	padding: 40px 0;
	font-size: 18px;
	color: #818181;
	text-align: center;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}

.fq-list li a p {
	margin-top: 25px;
}

.fq-list li a i {
	height: 100px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fq-list li a i.bg1 {
	background: url(../images/ic1-1.png) no-repeat 50%;
}

.fq-list li a i.bg2 {
	background: url(../images/ic2-1.png) no-repeat 50%;
}

.fq-list li a i.bg3 {
	background: url(../images/ic3-1.png) no-repeat 50%;
}

.fq-list li:hover a {
	background: #ca0a21;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 91, 193, .1);
}

.fq-list li:hover i.bg1 {
	background: url(../images/ic1-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg2 {
	background: url(../images/ic2-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg3 {
	background: url(../images/ic3-2.png) no-repeat 50%;
}




.title-t1 {
	line-height: 180px;
	height: 180px;
	text-transform:uppercase;
	text-align: center;
	position: relative;
	font-size: 40px;
	color: #333;
}


.title-t1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.title-t1:after {
	margin-left: -230px;
	content: "";
	height: 1px;
	width: 460px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}






.shfw{ width: 100%;text-align: center; position: relative; padding: 0px 0;overflow: hidden;}
.shfw_title{ font-size: 40px;}
.shfw_desc{ font-size: 20px; color: #666;}
.shfw_list{ width: 100%; float: left; margin-top: 30px;}
.shfw_list li{ float: left; width: 25%; margin-right: 1%; transition: 0.5s; cursor: pointer;}
.shfw_list li:nth-child(4n){ margin-right: 0;}
.shfw_list li .shfw_list_tu{ width: 100%; position: relative; overflow: hidden; height: 420px;}
.shfw_list li .shfw_list_tu img{ width: 100%; height: 100%; position: absolute; object-fit: cover; left: 0;}
.shfw_list li .shfw_list_cont{ position: absolute; width: 100%; padding:20px 5%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; color: #fff; background: rgba(0,0,0,0.5); height: 100%; }
.shfw_list li .shfw_list_title{ font-size: 30px;}
.shfw_list li .shfw_list_desc{font-size: 18px; width: 100%;}
.shfw_list li.active{ width: 45%;}
.shfw_list li.active .shfw_list_desc{  width: 80%;}

.main_content3{ width:90%; margin:0 auto; max-width: 1600px;}


.ccmmccbb{
	overflow:hidden;
	background:url(../images/about-banner.jpg) center top no-repeat;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed
	
}

.home-about,.home-contact,.home-projects,.home-hotpro,.home-news{padding:4.5% 0;position:relative}
.home-about .l-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.home-about .about-img{width:45%;position:relative;padding-top:20px;padding-left:20px}
.home-about .about-img::before{content:"";position:absolute;left:0px;top:0px;border:2px solid var(--color);height:calc(100% - 30px);width:60px;z-index:-1;border-radius:var(--borderradius)}
.home-about .about-img .bgimg{z-index:1;border-radius:var(--borderradius);width:100%;height:auto}
.home-about .about-img .about-icon{width:180px;height:180px;padding:4%;background:#272727;display:flex;flex-direction:column;justify-content:center;color:#FFF;position:absolute;left:0px;bottom:25px;z-index:1;font-size:18px}
.home-about .about-img .about-icon em,.home-about .about-img .about-icon span{color:var(--color);font-size:32px;margin-right:5px}
.home-about .about-info{flex:1;padding:4%}
.home-about h1{font-size:30px;color:#fff}
.home-about h3{font-size:18px;color:#fff;font-weight: 400;}
.home-about .about-text{margin:60px 0 50px;color:#fff; font-size: 18px; line-height: 2; text-align: left; padding: 0px 50px;}
.home-about .about-info .home-more{margin-top:30px;color:#fff; border:solid 1px #999;}
.home-about .about-info .home-more:hover{margin-top:30px;color:#fff;}
.home-about .about-info .home-more::before{background:#005fc5;}
.home-about{
	height: 790px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed
}














@media screen and (max-width: 768px) {
	
.home-about .about-img{width:100%}
.home-about .about-info{padding-left:0px;padding-top:30px}
.home-about{height: auto;overflow: hidden;}
.home-about,.home-choose,.home-contact,.home-projects,.home-hotpro,.home-news{padding:50px 0px}
.home-about{height: auto;overflow: hidden;}
	

	.fq-list li {
		width: 100%;
		flex: auto;
		margin-bottom: 15px;

	}

	.fq-list li a {
		padding: 20px;
	}

	.fq-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	
.title-t1:after {
	margin-left: -0px;
	content: "";
	height: 1px;
	width: 60px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
	.title-t1 {
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}
	
	.shfw { padding: 30px 0;}
	.shfw_title { font-size: 24px; }
	.shfw_desc { font-size: 12px; }
	.shfw_list li{margin-bottom: 1%;}
	.shfw_list li,.shfw_list li.active{ width: 100%;}
	.shfw_list li .shfw_list_tu{ height: 100px; transition: 0.5s;}
	.shfw_list li.active .shfw_list_tu{ height: 300px;}
	.shfw_list li .shfw_list_desc{ height: 25px; overflow: hidden;}
	.shfw_list li.active .shfw_list_desc{ height: auto;}
	
.ccmmccmm span{font-size: 24px !important;}


}

.icom1{width:100%;overflow: hidden;margin-top: 30px;}
.icom1 .wrapp1{display: flex;flex-direction:row;}
.icom-left1{background: rgba(255,255,255,0.01);width:100%;border-radius: 10px;}
.icom-left1 .hd{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 50px;}
.icom-left1 .hd li{text-align: center;width:33%;text-align: center;border-right:solid 1px rgba(255,255,255,0.2);padding:0px 0;height: 80px;}
.icom-left1 .hd li:last-child{border-right:none;}
.icom-left1 .hd li .t1{font-size: 16px;color:#fff;}
.icom-left1 .hd li .t1 bc{font-size:65px;color:#fff;font-family: Arial;margin-right: 5px;line-height: 60px;}
.icom-left1 .hd li .t2{font-size: 16px;color:#fff;}

@media(max-width: 768px){
	.icom1{padding-bottom:20px;margin-top: 0px;}
	.icom-left1 .hd li{width:33%;padding:0px 0 15px 0;border-right:solid 0px rgba(255,255,255,0.2);}
	.icom-left1 .hd li .t1 bc{font-size:33px;}
.icom-left1 .hd{margin-bottom: 0px;}
}




/*首页推荐产品 开始*/
.ab_idxProTj { width: 100%; background: #fff; overflow: hidden; padding: 30px 0 30px;  }
.idxProtj_main { width:100%; position: relative; padding: 0px 0; background:url(../images/pro_bg.png) no-repeat center bottom; background-size: 100%; min-height:300px; }
.idxProtj_main ul li { float: left; width: 25%; background: #fff; padding:0px; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.idxProtj_main ul li:nth-child(4n) {margin: 0px;}
.idxProtj_main ul li .indpro_img { width: 100%; height:auto; margin-left: 20px; overflow: hidden;}
.idxProtj_main ul li .indpro_img img {width: 100%; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.idxProtj_main ul li:hover .indpro_img img {transform: scale(1.1); overflow: hidden; }

.idxProtj_main .swiper-container2 { overflow: hidden;}
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next { width: 45px!important; height: 45px!important; top: 40%!important; margin: 0!important; border-radius: 50%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.idxProtj_main .swiper-button-prev { background: url(../images/pre01.png) center center no-repeat; background-size: 45px 45px; left: 5px; }
.idxProtj_main .swiper-button-next { background: url(../images/next01.png) center center no-repeat; background-size: 45px 45px; right: 5px; }
.idxProtj_main ul li .ptext{margin-left: 20px;} 
.idxProtj_main ul li .ptext .p1 { display: block; font-size: 18px; color: #666; height: 40px; line-height: 40px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-weight: 600;}
.idxProtj_main ul li:hover .ptext .p1 { color: #ca0a21; }
.idxProtj_main ul li .ptext .p2 {font-size: 13px;}
.idxProtj_main ul li .ptext .p3 {font-size: 13px;}


@media (max-width: 767px) {
.ab_idxProTj { padding: 0px 0; }
.idxProtj_main { padding-top: 0; }
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next { display: none; }
}
/*首页推荐产品 结束*/



.cpnyxs{width:100%;height: auto; overflow: hidden; margin-bottom: 60px;background-color:#fafafa;white-space: break-word !important; }
.cpnyxs span{text-wrap-mode: wrap !important;}
.cpnyxs .wbk{height: 100%; width:50%; float: left;color: #333;overflow: hidden;}
.cpnyxs .wbkc{color: #333; padding: 50px;}
.cpnyxs .tpk{height: 100%; width:50%; float: left;overflow: hidden;}
.cpnyxs .tpk img {width: 100%; transition: transform 0.5s ease;}
.cpnyxs .tpk img:hover {transform: scale(1.1);}
@media(max-width: 768px){
.cpnyxs .wbk{width:100%;}
.cpnyxs .wbkc{color: #333; padding: 20px;}
.cpnyxs .tpk{width:100%;}
}

.crumbs .banner-img{width:100%;margin-top: 80px;}
.crumbs .banner-img img{width:100%;}
.crumbs {margin:0px;padding:0px;border:0px;overflow:hidden;line-height:0;font-size: 1em;border: none;}
.crumbs::after{
    content: "";
    display: table;
    clear: both;
}


.cprz3{width: 50px;height: 50px;}
.cprz1{display:none;}








