strong{font-weight:blod !important;}
.hide-pc {
  display: none !important;
}
.conts {
  overflow-x: hidden;
  overflow: hidden;
}
.head {
  padding: 0 50px;
  box-shadow: rgba(0, 0, 0, .5) 0 0 20px;
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: #fff;
  box-sizing: border-box;
}
.head-height { height:70px;}
.head .navs {
  display: flex;
  z-index: 2000;
}
.head .navs li {
  position: relative;
}
.head .navs li a {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  display: block;
  padding: 0 20px;
}
.head .navs li a:hover {
  color: #c30d23;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.head .navs li.on a { color: #1432a8; font-weight: bold;}
.head .navs li.on a::after { content: ''; width: 100%; height: 5px; position: absolute; bottom: 0; left: 0; background: #c30d23;}
.head .navs li.on li a { color: #333; font-weight: normal;}
.head .navs li.on li a::after { display: none;}

.head .navs li ul {
  background: #FFF;
  position: absolute;
  left: 0;
  top: 70px;
  width: 180px;
  visibility: hidden;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 10px 10px;
}
.head .navs li ul li {
  display: block;
  border-bottom: #ededed solid 1px;
}
.head .navs li ul li a {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.head .navs li ul li a:hover {
  background: #c30d23;
  color: #FFF;
}
.head .navs li ul li a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
}
.head .navs li ul li:last-child {
  border: 0;
}
.head .navs li:hover > a {
  background: #c30d23;
  color: #fff;
}
.head .navs li:hover ul {
  visibility: visible;
}
.head .navs li:hover ul a {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  border-bottom: 0;
}
.head .lang {
  border: #1432a8 solid 1px;
  border-radius: 5px;
  display: flex;
}
.head .lang a {
  font-size: 14px;
  width: 48px;
  height: 26px;
  line-height: 26px;
  color: #1432a8;
  text-align: center;
}
.head .lang a.on {
  color: #fff;
  background: #1432a8;
}
.banner .swiper-button-prev {
  width: 23px;
  height: 40px;
  background-image: url(skin/banner-prev.png);
  background-size: auto;
  left: 100px;
}
.banner .swiper-button-next {
  width: 23px;
  height: 40px;
  background-image: url(skin/banner-next.png);
  background-size: auto;
  right: 100px;
}
.banner .swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet {
  background: #fff;
}
.about {
  padding: 52px 0;
}
.about .imgs {
  width: 590px;
  height: 370px;
  margin-right: 57px;
}
.about .imgs .swiper-slide img {
  width: 590px;
  height: 370px;
}
.about .imgs .swiper-container-horizontal > .swiper-pagination-bullets,
.about .imgs .swiper-pagination-custom,
.about .imgs .swiper-pagination-fraction {
  text-align: right;
  width: 98%;
}
.about .imgs .swiper-pagination-bullet-active,
.about .imgs .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 2px;
  border-radius: 0;
}
.about .info .name {
  margin-bottom: 33px;
}
.about .info .name .tit {
  font-size: 40px;
  font-weight: bold;
}
.about .info .name .tit strong {
  color: #1432a8;
  font-weight: bold;
}
.about .info .name .sub {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  font-family: 'Arial';
  font-weight: lighter;
}
.about .info .name::after {
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  background: #c30d23;
  border-radius: 0 0 100px 0;
  margin-top: 12px;
}
.about .info .text {
  line-height: 26px;
  text-align: justify;
  color: #666;
  margin-bottom: 33px;
}
.about .info .numb {
  margin-bottom: 33px;
}
.about .info .numb .item {
  flex: 1;
  text-align: center;
}
.about .info .numb strong,
.about .info .numb span {
  display: block;
}
.about .info .numb strong {
  font-size: 41px;
  font-weight: bold;
  color: #c30d23;
  
}
.about .info .numb strong i {
  font-style: normal;
  font-weight: bold;
  font-family: 'nexta';
}
.about .info .numb strong sup {
  font-weight: bold;
}
.about .info .numb span {
  color: #666;
  padding-top: 13px;
}
.about .info .link a {
  width: 150px;
  height: 50px;
  background: #1432a8;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 5px;
}
.about .info .link a:hover {
  background: #c30d23;
}
.product {
  background: url(skin/product-bg.jpg) no-repeat;
}
.product .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.product .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.product .name .sub {
  font-size: 12px;
  color: #666;
  font-family: 'Arial';
  margin-top: 15px;
  font-weight: lighter;
}
.product .name::after {
  content: '';
  width: 42px;
  height: 5px;
  background: #c30d23;
  margin: 15px auto 0 auto;
  border-radius: 100px 0px;
  display: block;
}
.product .link {
  text-align: center;
  padding-bottom: 20px;
}
.product .link a {
  display: inline-block;
  margin-right: 20px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  position: relative;
}
.product .link a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #eaeaea;
  right: -10px;
  top: 50%;
  margin-top: -10px;
}
.product .link a:hover {
  background: #1432a8;
  color: #fff;
}
.product .link a:last-child {
  margin-right: 0;
}
.product .link a:last-child::after {
  display: none;
}
.product .imgs {
  position: relative;
}
.product .imgs .swiper-slide a {
  width: 338px;
  border: #e6e6e6 solid 1px;
  background: #fff;
  display: block;
  margin: auto;
}
.product .imgs .swiper-slide a .show {
  width: 320px;
  height: 250px;
  margin: 8px auto /*0 auto*/;
  overflow: hidden;
}
.product .imgs .swiper-slide a .show img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product .imgs .swiper-slide a .text {
  line-height: 72px;
  text-align: center;
}
.product .imgs .swiper-slide a .para {
  background: #1432a8;
  padding: 10px 20px;
  border-top: #e6e6e6 solid 1px;
  position: relative;
}
.product .imgs .swiper-slide a .para .item {
  line-height: 75px;
  color: #fff;
  padding-right: 40px;
  min-height: 75px;
  font-size: 18px;
}
.product .imgs .swiper-slide a .para .icon {
  position: absolute;
  width: 39px;
  height: 39px;
  right: 20px;
  top: 50%;
  margin-top: -19px;
  overflow: hidden;
}
.product .imgs .swiper-slide a .para .icon i {
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(skin/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: #fff solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #fff);
}
.product .imgs .swiper-slide a:hover .show img {
  transform: scale(1.1);
}
.product .imgs .swiper-slide a:hover .text {
  font-weight: bold;
}
.product .imgs .swiper-slide a:hover .para {
  background: #f7f7f7;
}
.product .imgs .swiper-slide a:hover .para .item {
  color: #1432a8;
}
.product .imgs .swiper-slide a:hover .para .icon i {
  filter: drop-shadow(39px 0 0 #1432a8);
}
.product .imgs .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(skin/product-prev.png);
  background-position: top;
  background-size: auto;
  left: -60px;
  margin-top: -25px;
}
.product .imgs .swiper-button-prev:hover {
  background-position: bottom;
}
.product .imgs .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(skin/product-next.png);
  background-position: top;
  background-size: auto;
  right: -60px;
  margin-top: -25px;
}
.product .imgs .swiper-button-next:hover {
  background-position: bottom;
}

#certify .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(skin/product-prev.png);
  background-position: top;
  background-size: auto;
  left: 0px;
  margin-top: -50px;
}
#certify .swiper-button-prev:hover {
  background-position: bottom;
}
#certify .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(skin/product-next.png);
  background-position: top;
  background-size: auto;
  right: 0px;
  margin-top: -50px;
}
#certify .swiper-button-next:hover {
  background-position: bottom;
}

.apply {
  padding-bottom: 40px;
}
.apply .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.apply .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.apply .name .sub {
  font-size: 12px;
  color: #666;
  font-family: 'Arial';
  margin-top: 15px;
  font-weight: lighter;
}
.apply .name::after {
  content: '';
  width: 42px;
  height: 5px;
  background: #c30d23;
  margin: 15px auto 0 auto;
  border-radius: 100px 0px;
  display: block;
}
.apply .list {
  border: #e6e6e6 solid 1px;
  border-left: 0;
}
.apply .list .item {
  width: 239px;
  height: 260px;
  border-left: #e6e6e6 solid 1px;
}
.apply .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.apply .list .item a .bg {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.apply .list .item a .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.apply .list .item a .show {
  width: 90px;
  height: 90px;
  margin: 50px auto 20px auto;
  overflow: hidden;
}
.apply .list .item a .show img {
  filter: drop-shadow(90px 0 0 #1432a8);
  margin-left: -90px;
  border-right: transparent solid 1px;
}
.apply .list .item a .name {
  font-size: 22px;
  font-weight: bold;
  padding-top: 0;
}
.apply .list .item a .name::after {
  display: none;
}
.apply .list .item a .text {
  padding: 0 10px;
  line-height: 22px;
  color: #666;
  text-align: center;
}
.apply .list .item a .icon {
  position: absolute;
  width: 39px;
  height: 39px;
  left: 50%;
  bottom: 25px;
  margin-left: -19px;
  overflow: hidden;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.apply .list .item a .icon i {
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(skin/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: transparent solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #1432a8);
}
.apply .list .item a:hover .bg {
  background: #1735a9;
}
.apply .list .item a:hover .show img {
  filter: drop-shadow(90px 0 0 #fff);
}
.apply .list .item a:hover .name {
  color: #fff;
}
.apply .list .item a:hover .text {
  color: #fff;
}
.apply .list .item a:hover .icon {
  transform: rotate(0deg);
}
.apply .list .item a:hover .icon i {
  filter: drop-shadow(39px 0 0 #fff);
  border: #fff solid 1px;
}
.factory {
  background: url(skin/factory-bg.jpg) bottom center no-repeat;
}
.factory .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.factory .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.factory .name .sub {
  font-size: 12px;
  color: #666;
  font-family: 'Arial';
  margin-top: 15px;
  font-weight: lighter;
}
.factory .name::after {
  content: '';
  width: 42px;
  height: 5px;
  background: #c30d23;
  margin: 15px auto 0 auto;
  border-radius: 100px 0px;
  display: block;
}
.factory .list {
  width: 100%;
  height: 810px;
  position: relative;
}
.factory .list .item .info,
.factory .list .item .info .note,
.factory .list .item .show img {
  transition: all 0.3s;
}
.factory .list .item .info,
.factory .list .item .show {
  position: absolute;
  width: 480px;
  height: 270px;
  overflow: hidden;
}
.factory .list .item:nth-child(1) .info {
  left: 0;
  top: 0;
}
.factory .list .item:nth-child(1) .show {
  left: 480px;
  top: 0;
}
.factory .list .item:nth-child(2) .info {
  left: calc(480px*2);
  top: 0;
}
.factory .list .item:nth-child(3) .show {
  left: 0;
  top: 270px;
}
.factory .list .item:nth-child(5) .show {
  left: 480px;
  top: 270px;
}
.factory .list .item:nth-child(2) .show {
  left: calc(480px*2);
  top: 270px;
}
.factory .list .item:nth-child(3) .info {
  left: 0;
  top: calc(270px*2);
}
.factory .list .item:nth-child(4) .show {
  left: 480px;
  top: calc(270px*2);
}
.factory .list .item:nth-child(4) .info {
  left: calc(480px*2);
  top: calc(270px*2);
}
.factory .list .item:nth-child(3) .info,
.factory .list .item:nth-child(4) .info {
  background: rgba(255, 255, 255, 0.2);
}
.factory .list .item:nth-child(3) .info .text,
.factory .list .item:nth-child(4) .info .text {
  padding-top: 40px;
}
.factory .list .item:nth-child(3) .info .text,
.factory .list .item:nth-child(4) .info .text,
.factory .list .item:nth-child(3) .info .note,
.factory .list .item:nth-child(4) .info .note {
  color: #fff;
}
.factory .list .item:nth-child(3) .info .icon i,
.factory .list .item:nth-child(4) .info .icon i {
  filter: drop-shadow(39px 0 0 #fff);
}
.factory .list .item a:hover .show img {
  transform: scale(1.1);
}
.factory .list .item:nth-child(1) a:hover .info,
.factory .list .item:nth-child(2) a:hover .info {
  background: #1432a8;
  color: #fff;
}
.factory .list .item:nth-child(1) a:hover .info .note,
.factory .list .item:nth-child(2) a:hover .info .note {
  color: #fff;
}
.factory .list .item:nth-child(1) a:hover .info .icon i,
.factory .list .item:nth-child(2) a:hover .info .icon i {
  filter: drop-shadow(39px 0 0 #fff);
}
.factory .list .item:nth-child(3) a:hover .info,
.factory .list .item:nth-child(4) a:hover .info {
  background: rgba(255, 255, 255, 0.1);
}
.factory .list .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.factory .list .info .text {
  padding-left: 60px;
  padding-bottom: 20px;
  font-size: 18px;
}
.factory .list .info .text strong {
  font-size: 24px;
  font-weight: bold;
}
.factory .list .info .note {
  padding-left: 130px;
  line-height: 26px;
  color: #666;
  position: relative;
  font-size: 12px;
}
.factory .list .info .note .icon {
  content: '';
  width: 39px;
  height: 39px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -19px;
  overflow: hidden;
}
.factory .list .info .note .icon i {
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(skin/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: #fff solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #747474);
}
.foot {
  background: #333333;
  color: #fff;
  padding: 50px 0;
}
.foot .logo .show {
  padding-bottom: 20px;
}
.foot .logo .code img,
.foot .logo .code span {
  display: block;
  margin: auto;
  text-align: center;
}
.foot .logo .code span {
  padding-top: 10px;
}
.foot .info .name {
  font-size: 22px;
  font-weight: bold;
}
.foot .info .icon {
  color: #9c9c9c;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 25px;
  padding-left: 30px;
}
.foot .info .icon.mobi {
  font-size: 24px;
  font-weight: bold;
  color: #de1830;
  background-image: url(skin/foot-mobi.png);
  padding: 14px 0 14px 30px;
  font-family: 'nexta';
}
.foot .info .icon.mail {
  background-image: url(skin/foot-mail.png);
}
.foot .info .icon.webs {
  background-image: url(skin/foot-webs.png);
}
.foot .info .icon.adds {
  background-image: url(skin/foot-adds.png);
}
.foot .info .menu {
  padding-top: 30px;
}
.foot .info .menu .item {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.foot .info .menu .item:hover span {
  display: block;
}
.foot .info .menu .item span {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  left: 50%;
  display: none;
}
.foot .info .menu .item span::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: transparent solid 10px;
  border-top: #fff solid 10px;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.foot .info .menu .item.code span {
  width: 110px;
  margin-left: -65px;
}
.foot .info .menu .item.phone span {
  color: #9c9c9c;
  font-size: 24px;
  font-weight: bold;
  margin-left: -106px;
  width: 172px;
  padding: 20px;
}
.foot .info .menu .item.phone span i {
  font-size: 14px;
  font-style: normal;
  padding-bottom: 10px;
  display: block;
}
.foot .urls .item {
  padding-right: 40px;
}
.foot .urls .item .name {
  font-size: 16px;
  padding-bottom: 20px;
}
.foot .urls .item .list li {
  line-height: 24px;
}
.foot .urls .item .list li a {
  color: #b9b9b9;
}
.copyright {
  background: #000;
  padding: 20px 0;
  color: #ccc;
}
.copyright a {
  color: #ccc;
}
.page .urls {
  background: #f7f7f7;
  padding: 30px 0;
}
.page .urls .list .on a {
  background: #1432a8;
  color: #fff;
  border-radius: 5px;
}
.page .urls .list a {
  padding: 10px 20px;
}
.page .urls .sele select {
  border: #e6e6e6 solid 1px;
  width: 200px;
  height: 30px;
  padding: 0 20px;
}
.page .poss {
  line-height: 56px;
  border-top: #eee solid 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 5px 5px;
  color: #999999;
}
.page .poss a {
  color: #999999;
}
.page .poss a:hover {
  color: #1432a8;
}
.page .poss span {
  padding: 0 10px;
}
.page .poss strong {
  padding-left: 20px;
  background: url(skin/poss-bg.png) left center no-repeat;
}
.page .company {
  text-align: center;
  padding: 75px 0;
  border-top: #efefef solid 1px;
}
.page .company .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 32px;
}
.page .company .text {
  line-height: 36px;
}
.page .history {
  background: url(skin/about-history-bg.jpg) #f8f8f9 center top no-repeat;
  padding: 60px 0;
}
.page .history .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 32px;
  text-align: center;
  color: #fff;
}
.page .history .text {
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.page .history .leve {
  padding-top: 36px;
  padding-bottom: 56px;
}
.page .history .leve .item {
  flex: 1;
  color: #fff;
}
.page .history .leve .item strong,
.page .history .leve .item span {
  display: block;
  text-align: center;
}
.page .history .leve .item span {
  font-size: 16px;
}
.page .history .leve .item strong {
  font-size: 36px;
  font-weight: bold;
}
.page .history .list {
  width: 1210px;
  margin: auto;
  max-height: 765px;
  overflow: hidden;
  transition: all 0.3s;
}
.page .history .list .item {
  width: 605px;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0;
}
.page .history .list .item .box {
  padding: 0 40px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.page .history .list .item .box strong {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .history .list .item .box span {
  color: #666;
  line-height: 1.5;
}
.page .history .list .item::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: #fff solid 3px;
  margin-top: -7px;
  background: #1432a8;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  position: absolute;
  top: 50%;
}
.page .history .list .item:nth-child(2n+1) {
  padding-right: 50px;
  border-right: #b7b7b7 solid 1px;
  text-align: right;
}
.page .history .list .item:nth-child(2n+1)::after {
  right: -10px;
}
.page .history .list .item:nth-child(2n) {
  margin-left: 604px;
  padding-left: 50px;
  border-left: #b7b7b7 solid 1px;
}
.page .history .list .item:nth-child(2n)::after {
  left: -10px;
}
.page .history .more {
  cursor: pointer;
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: #666 solid 1px;
  border-radius: 5px;
  margin: auto;
}
.page .honor {
  padding: 55px 0;
  background: url(skin/honor-bg.jpg) center bottom no-repeat;
}
.page .honor .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 32px;
  text-align: center;
}
.page .honor .text {
  text-align: center;
  line-height: 24px;
  color: #666;
  width: 653px;
  margin: auto;
}
.page .honor #certify {
  position: relative;
  width: 1200px;
  margin: 40px auto;
}
.page .honor #certify .swiper-container {
  padding-bottom: 60px;
}
.page .honor #certify .swiper-slide {
  width: 520px;
  height: 380px;
  box-shadow: 0 8px 30px #ddd;
}
.page .honor #certify .swiper-slide img {
  width: 100%;
  height: 100%;
  background: none;
  object-fit:fill;
  display: block;
}
.page .honor #certify .swiper-slide span {
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #a1a1a1;
  margin-top: 10px;
  display: none;
}

.page .honor .more {
  cursor: pointer;
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: #666 solid 1px;
  border-radius: 5px;
  margin: auto;
}
.page .honor .more:hover,.page .history .more:hover {
  color: #1432a8;
  border: #1432a8 solid 1px;
}
.page .honor .more:hover a {
  font-weight: normal;
  color: #1432a8;
}
.page .customer {
  padding: 55px 0;
}
.page .customer .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 32px;
  text-align: center;
}
.page .customer .text {
  text-align: center;
  line-height: 24px;
  color: #666;
  width: 653px;
  margin: auto;
}
.page .customer .list {
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
.page .customer .list li {
  width: 380px;
  height: 150px;
  padding-top: 40px;
}
.page .customer .list li a {
  display: block;
  border: #ebebeb solid 1px;
}
.page .customer .list li a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.page .customer .list::after {
  content: '';
  width: 380px;
  height: 1px;
}
.page .p-culture .show {
  padding: 40px 0;
}
.page .p-culture .part {
  padding: 40px 0;
  border-top: #e9e9e9 solid 1px;
}
.page .p-culture .part .name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.page .p-culture .part .html {
  text-align: justify;
  line-height: 24px;
  color: #666;
}
.page .p-culture .part .html strong {
  font-weight: bold;
  color: #333;
}
.page .p-honor .list {
  flex-wrap: wrap;
  padding-top: 40px;
}
.page .p-honor .list li {
  width: 350px;
  padding-bottom: 40px;
}
.page .p-honor .list li img {
  display: block;
}
.page .p-honor .list li span {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-bottom: #efefef solid 1px;
}
.page .p-honor .list::after {
  content: '';
  width: 350px;
}
.page .p-show .list {
  padding-top: 40px;
}
.page .p-show .list .item {
  padding-bottom: 40px;
}
.page .p-show .list .item a {
  display: block;
  background: #f3f3f3;
  height: 300px;
  position: relative;
}
.page .p-show .list .item a .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 300px;
}
.page .p-show .list .item a .show .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .p-show .list .item a .show .txt .name {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 40px;
}
.page .p-show .list .item a .show .txt .text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.page .p-show .list .item a .show::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.page .p-show .list .item a .info {
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
  margin-left: 50%;
}
.page .p-show .list .item a .info .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.page .p-show .list .item a .info .text {
  color: #666;
  line-height: 24px;
}
.page .p-show .list .item a .info .icon {
  width: 38px;
  height: 38px;
  border: #c1c1c1 solid 1px;
  display: block;
  border-radius: 100px;
  margin-top: 40px;
  line-height: 36px;
  overflow: hidden;
}
.page .p-show .list .item a .info .icon img {
  filter: drop-shadow(38px 0 0 #666666);
  margin-left: -22px;
  border-right: transparent solid 1px;
}
.page .p-show .list .item a:hover {
  background: #1432a8;
}
.page .p-show .list .item a:hover .info .name,
.page .p-show .list .item a:hover .info .text {
  color: #fff;
}
.page .p-show .list .item a:hover .info .icon {
  border: #fff solid 1px;
}
.page .p-show .list .item a:hover .info .icon img {
  filter: drop-shadow(38px 0 0 #fff);
}
.page .p-show .list .item:nth-child(2n) .show {
  left: auto;
  right: 0px;
}
.page .p-show .list .item:nth-child(2n) a .info {
  margin-right: 50%;
  margin-left: 0;
}
.page .p-news {
  padding-bottom: 60px;
}
.page .p-news .list {
  padding-bottom: 60px;
}
.page .p-news .list .item a {
  display: block;
  position: relative;
  margin-top: 80px;
}
.page .p-news .list .item a:hover .info {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.page .p-news .list .item a:hover .icon {
  visibility: visible;
}
.page .p-news .list .item .show {
  width: 270px;
  height: 175px;
  border: #f3f3f3 solid 5px;
  position: absolute;
  left: 0;
  top: -30px;
}
.page .p-news .list .item .info {
  margin-left: 30px;
  border: #ebebeb solid 1px;
  height: 183px;
  padding-left: 280px;
  padding-right: 280px;
}
.page .p-news .list .item .info .name {
  font-weight: bold;
  font-size: 18px;
  padding: 47px 0 20px 0;
}
.page .p-news .list .item .info .text {
  color: #999;
  line-height: 24px;
}
.page .p-news .list .item .date {
  width: 185px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #f3f3f3;
  border: #ebebeb solid 1px;
  box-sizing: border-box;
}
.page .p-news .list .item .date strong {
  font-weight: bold;
  font-size: 55px;
  color: #666;
  border-bottom: #666 solid 1px;
  display: block;
  padding-bottom: 10px;
}
.page .p-news .list .item .date span {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 18px;
}
.page .p-news .list .item .icon {
  visibility: hidden;
  width: 185px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border: #ebebeb solid 1px;
  border-left: #fff solid 1px;
  box-sizing: border-box;
}
.page .p-news .list .item .icon i {
  width: 38px;
  height: 38px;
  border: #1432a8 solid 1px;
  display: block;
  border-radius: 100px;
  line-height: 36px;
  overflow: hidden;
  background: #1432a8;
}
.page .p-news .list .item .icon i img {
  filter: drop-shadow(38px 0 0 #fff);
  margin-left: -22px;
  border-right: transparent solid 1px;
}
.page .p-staff {
  padding: 40px 0;
}
.page .p-staff .part-1 {
  position: relative;
  margin-bottom: 80px;
}
.page .p-staff .part-1 .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
}
.page .p-staff .part-1 .info .name {
  font-size: 30px;
  padding-bottom: 20px;
}
.page .p-staff .part-1 .info .text {
  line-height: 24px;
  padding: 0 180px;
  text-align: center;
}
.page .p-staff .part-2 {
  position: relative;
  padding-bottom: 80px;
  border-bottom: #efefef solid 1px;
  margin-bottom: 80px;
}
.page .p-staff .part-2 .show {
  position: absolute;
  right: 0;
  top: 0;
}
.page .p-staff .part-2 .info {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .p-staff .part-2 .info .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-staff .part-2 .info .text {
  line-height: 26px;
  color: #666;
}
.page .p-staff .part-3 {
  display: flex;
  padding-bottom: 80px;
  border-bottom: #efefef solid 1px;
  margin-bottom: 80px;
}
.page .p-staff .part-3 .show {
  flex-shrink: 0;
  margin-right: 84px;
}
.page .p-staff .part-3 .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .p-staff .part-3 .info .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-staff .part-3 .info .subs {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-staff .part-3 .info .text {
  line-height: 26px;
  color: #666;
}
.page .p-staff .part-4 .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-staff .part-4 .text {
  line-height: 26px;
  color: #666;
}
.page .p-staff .part-4 .list {
  padding-top: 40px;
}
.page .p-staff .part-4 .list .item {
  background: #f7f7f7;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page .p-staff .part-4 .list .item .show {
  border-radius: 100px;
  overflow: hidden;
  margin-right: 25px;
  width: 116px;
  height: 116px;
  flex-shrink: 0;
}
.page .p-staff .part-4 .list .item .info .tit {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-staff .part-4 .list .item .info .txt {
  line-height: 26px;
  color: #666;
}
.page .p-join {
  padding: 40px 0;
}
.page .p-join .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
}
.page .p-join .name strong,
.page .p-join .name span {
  display: block;
}
.page .p-join .name strong {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.page .p-join .name span {
  font-size: 14px;
  color: #999;
}
.page .p-join .name a {
  color: #1432a8;
}
.page .p-join .list .item {
  margin-bottom: 30px;
  border: #efefef solid 1px;
  background: #f7f7f7;
  padding: 30px 40px;
}
.page .p-join .list .item .tit {
  font-size: 18px;
  color:#1432a8;
  font-weight: bold;
  padding-bottom: 20px;
}
.page .p-join .list .item .par {
  padding-bottom: 20px;
  border-bottom: #efefef solid 2px;
  margin-bottom: 20px;
  color: #adadad;
}
.page .p-join .list .item .par span {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.page .p-join .list .item .par span::after {
  content: '';
  height: 15px;
  width: 1px;
  position: absolute;
  background: #adadad;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.page .p-join .list .item .par span:last-child {
  padding: 0;
  margin: 0;
}
.page .p-join .list .item .par span:last-child::after {
  display: none;
}
.page .p-join .list .item .txt {
  text-align: justify;
  line-height: 24px;
}
.page .p-join .list .item:hover {
  border: #1432a8 solid 2px;
}
.page .p-contact .part-1 {
  padding: 40px 0;
}
.page .p-contact .part-1 .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 35px;
}
.page .p-contact .part-1 .list .item {
  width: 50%;
}
.page .p-contact .part-1 .list .item .icon {
  margin-top: 20px;
  height: 41px;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .p-contact .part-1 .list .item .icon strong,
.page .p-contact .part-1 .list .item .icon span {
  display: block;
}
.page .p-contact .part-1 .list .item .icon span {
  font-size: 12px;
  color: #999;
}
.page .p-contact .part-1 .list .item .icon strong {
  font-size: 16px;
  padding-top: 5px;
}
.page .p-contact .part-1 .list .item .add {
  background-image: url(skin/contact-1.png);
}
.page .p-contact .part-1 .list .item .fax {
  background-image: url(skin/contact-2.png);
}
.page .p-contact .part-1 .list .item .mail {
  background-image: url(skin/contact-3.png);
}
.page .p-contact .part-1 .list .item .web {
  background-image: url(skin/contact-4.png);
  font-family: 'nexta';
}
.page .p-contact .part-1 .list .item .tel {
  padding-top: 20px;
}
.page .p-contact .part-1 .list .item .tel strong,
.page .p-contact .part-1 .list .item .tel span {
  display: block;
}
.page .p-contact .part-1 .list .item .tel span {
  color: #999;
  padding-left: 20px;
  background: url(skin/contact-6.png) left center no-repeat;
}
.page .p-contact .part-1 .list .item .tel strong {
  color: #1432a8;
  font-size: 33px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
.page .p-contact .part-1 .list .item .qr2 img {
  width: 137px;
}
.page .p-contact .part-1 .list .item .qr2 span {
  display: block;
  width: 137px;
  text-align: center;
  color: #666;
}
.page .p-contact .part-3 {
  padding: 40px 0;
}
.page .p-contact .part-3 .name {
  padding-bottom: 35px;
}
.page .p-contact .part-3 .name strong,
.page .p-contact .part-3 .name span {
  display: block;
}
.page .p-contact .part-3 .name strong {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}
.page .p-contact .part-3 .name span {
  color: #999;
  line-height: 24px;
}
.page .p-contact .part-3 .form .com {
  padding-bottom: 30px;
}
.page .p-contact .part-3 .form .com input {
  width: 600px;
  border-bottom: #000 solid 1px;
  padding-bottom: 10px;
}
.page .p-contact .part-3 .form .inf {
  padding-bottom: 30px;
}
.page .p-contact .part-3 .form .inf input {
  background: #f4f4f4;
  width: 350px;
  padding: 10px;
}
.page .p-contact .part-3 .form .msg {
  padding-bottom: 30px;
}
.page .p-contact .part-3 .form .msg textarea {
  width: 100%;
  height: 200px;
  background: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.page .p-contact .part-3 .form .submit {
  width: 250px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  margin: auto;
  background: #1432a8;
  cursor: pointer;
}
..p-prod {
  padding-bottom: 50px;
}
.p-prod .list {
  flex-wrap: wrap;
}
.p-prod .list .item {
  padding-top: 50px;
}
.p-prod .list .item a {
  display: block;
  width: 358px;
  border: #e6e6e6 solid 1px;
}
.p-prod .list .item a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.p-prod .list .item a:hover .para {
  background: #1432a8;
  color: #fff;
}
.p-prod .list .item a:hover .area {
  background: #0a1954;
}
.p-prod .list .item a:hover .icon i {
  filter: drop-shadow(39px 0 0 #fff);
}
.p-prod .list .item .show {
  padding: 10px;
  height: 248px;
  padding-bottom: 8;
}
.p-prod .list .item .name {
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  border-bottom: #e6e6e6 solid 1px;
}
.p-prod .list .item .para {
  padding: 10px;
  line-height: 20px;
  background: #f7f7f7;
  color: #666;
  position: relative;
  font-size: 16px;
}
.p-prod .list .item .area {
  padding: 5px;
  background: #999999;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
}
.p-prod .list .item .area span {
  margin-right: 10px;
}
.p-prod .list .item .area span:hover {
  text-decoration: underline;
}
.p-prod .list .item .area span:last-child {
  margin: 0;
}
.p-prod .list .item .icon {
  position: absolute;
  width: 39px;
  height: 39px;
  right: 20px;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
  overflow: hidden;
}
.p-prod .list .item .icon i {
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(skin/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: #d8d8d8 solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #666666);
}
.p-prod .list::after {
  content: '';
  width: 358px;
}
.p-prod-info .part-1 .show {
  width: 800px;
}
.p-prod-info .part-1 .show .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(skin/prod-prev.jpg);
  background-size: auto;
  left: 0;
  opacity: 0.5;
}
.p-prod-info .part-1 .show .swiper-button-prev:hover {
  opacity: 1;
}
.p-prod-info .part-1 .show .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(skin/prod-next.jpg);
  background-size: auto;
  right: 0;
  opacity: 0.5;
}
.p-prod-info .part-1 .show .swiper-button-next:hover {
  opacity: 1;
}
.p-prod-info .part-1 { position: relative;}
.p-prod-info .part-1 .info { position:absolute;  left: 850px; top: 0px;
    width: 350px; height: 500px; display: flex; flex-direction: column; justify-content: center;
}
.p-prod-info .part-1 .info .name {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
}
.p-prod-info .part-1 .info .para {
  line-height: 24px;
  padding-bottom: 20px;
}
.p-prod-info .part-1 .info .text {
  color: #666;
  padding-bottom: 20px;
}
.p-prod-info .part-1 .info .area {
  color: #666;
  padding-bottom: 20px;
  border-bottom: #efefef solid 1px;
}
.p-prod-info .part-1 .info .area a {
  color: #666;
  margin-right: 10px;
}
.p-prod-info .part-1 .info .area a:last-child {
  margin-right: 0;
}
.p-prod-info .part-1 .info .area a:hover {
  text-decoration: underline;
  font-weight: normal;
}
.p-prod-info .part-1 .info .back {
  padding-top: 20px;
}
.p-prod-info .part-1 .info .back a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #f7f7f7;
  border-radius: 5px;
}
.p-prod-info .part-1 .info .back a:hover {
  background: #1432a8;
  color: #fff;
}
.p-prod-info .part-2 {
  width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-prod-info .part-2 .name {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
}
.p-prod-info .part-2 .html {
  text-align: justify;
  line-height: 2;
}
.page .p-html {
  padding: 40px 0;
}
.page .p-html .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: #ececec solid 1px;
}
.page .p-html .name strong,
.page .p-html .name span {
  display: block;
  text-align: center;
}
.page .p-html .name strong {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .p-html .name span {
  font-size: 14px;
  color: #999;
}
.page .p-html .html {
  padding: 10px 0;
  border-bottom: #ececec solid 1px;
  text-align: justify;
  line-height: 36px;
}
.page .p-html .p_n {
  padding: 20px 0;
  position: relative;
}
.page .p-html .p_n .item {
  line-height: 40px;
  display: block;
}
.page .p-html .p_n .item span {
  border: #e6e6e6 solid 1px;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 50px;
}
.page .p-html .p_n .item:hover span {
  background: #1432a8;
  border: #1432a8 solid 1px;
  color: #fff;
}
.page .p-html .p_n .back {
  position: absolute;
  right: 0;
  text-align: center;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  color: #666;
  border-radius: 5px;
  top: 50%;
  margin-top: -25px;
}
.page .p-html .p_n .back:hover {
  background: #1432a8;
  color: #fff;
}

.pglist {
  padding-top: 40px;
  text-align: center;
}

.pglist a { border: #efefef solid 1px; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: 0 5px;}
.pglist a:hover { border: #1432a8 solid 1px; color: #1432a8;}
.pglist a.selected { border: #1432a8 solid 1px; color: #fff; background: #1432a8;}

#customer .show { padding-top: 40px;}
#about-map { background: url(skin/about-map.jpg) center no-repeat; background-size: cover; padding: 57px 0;}
#about-map .name {font-size: 30px; color: #fff; font-weight: bold; padding-bottom: 32px; text-align: center;}
#about-map .text {text-align: center; color: #fff; line-height: 24px; width: 653px; margin: auto;}
#about-map .map { width: 1201px; margin: auto; text-align: center; position: relative;}
#about-map .map .p { position: absolute; width: 10px; height: 10px; background: #fff; border-radius: 100px; z-index: 2;}
#about-map .map .p::before { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; z-index: 1; border-radius: 100px; opacity: 1; left: 0; top: 0; transform: scale(1.2); animation: map_p 1s 2s both infinite;}
#about-map .map .p::after { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; z-index: 2; border-radius: 100px; left: 0; top: 0;}
#about-map .map .p.r::after { background: #df001b;}
.p1{ left: 27%; top: 71%;}
.p2{ left: 45%; top: 48%;}
.p3{ left: 52%; top: 19%;}
.p4{ left: 52%; top: 64%;}
.p5{ left: 54%; top: 32%;}
.p6{ left: 59%; top: 34%;}
.p7{ left: 61%; top: 35%;}
.p8{ left: 63%; top: 37%;}
.p9{ left: 69%; top: 15%;}
.p10{ left: 74%; top: 45%;}
.p11{ left: 72%; top: 48%;}
.p12{ left: 74%; top: 57%;}
.p13 { left: 75%; top: 46%;}
.p14{ left: 78%; top: 59%;}
.p15 { left: 79%; top: 32%;}
.p16 { left: 79%; top: 25%;}
.p1 ::after { animation-delay: .1;}
.p2 ::after { animation-delay: .2;}
.p3 ::after { animation-delay: .3;}
.p4 ::after { animation-delay: .4;}
.p5 ::after { animation-delay: .5;}
.p6 ::after { animation-delay: .6;}
.p7 ::after { animation-delay: .7;}
.p8 ::after { animation-delay: .8;}
.p9 ::after { animation-delay: .9;}
.p10 ::after { animation-delay: .1;}
.p11 ::after { animation-delay: .2;}
.p12 ::after { animation-delay: .3;}
.p13 ::after { animation-delay: .4;}
.p14 ::after { animation-delay: .5;}
.p15 ::after { animation-delay: .6;}
.p16 ::after { animation-delay: .7;}
@keyframes map_p  {from {transform: scale(1.2); opacity: .5;} to {transform: scale(2.5); opacity: 0;} }

#service {}
#service .part1 { padding: 70px 0;}
#service .part1 .name { text-align: center; font-weight: bold; font-size: 30px; }
#service .part1 .name span { color: #1432a8;}
#service .part1 .text { text-align: center; line-height: 24px; width: 653px; margin: auto; padding: 40px 0;}
#service .part1 .list { width: 1082px; margin: auto; display: flex; justify-content:space-between; align-items: center;}
#service .part1 .list span { width:200px; height: 200px; background-position: top;}
#service .part1 .list span:hover { background-position: bottom;}
#service .i1 { background-image: url(skin/ser-p1-1.png);}
#service .i2 { background-image: url(skin/ser-p1-2.png);}
#service .i3 { background-image: url(skin/ser-p1-3.png);}
#service .i4 { background-image: url(skin/ser-p1-4.png);}

#service .part2 { padding: 70px 0 100px 0; background: url(skin/ser-p2-bg.jpg) center no-repeat; background-size: cover;}
#service .part2 .name { font-weight: bold; font-size: 30px; display: flex; justify-content: center; align-items: center; }
#service .part2 .name .i { padding-right: 12px;}
#service .part2 .name .b { color: #1432a8;}
#service .part2 .name .r { color: #de0101;}

#service .part2 .tabs { width: 1182px; display: flex; align-items: center; justify-content: space-between; margin: auto; padding: 40px 0;}
#service .part2 .tabs span { width: 180px; height: 60px; background: #1432a8; color: #fff; text-align: center; line-height: 60px; border-radius: 10px; margin: auto;}
#service .part2 .tabs span.on { background: #de0101;}

#service .part2 .list { width: 1203px; background: #fff; box-shadow: rgba(0, 0, 0, .1) 0 0 10px; position: relative; margin: auto;}
#service .part2 .list .swiper-slide { display: flex;}
#service .part2 .list .swiper-slide .show { width: 600px; flex-shrink: 0;}
#service .part2 .list .swiper-slide .info { padding: 50px; padding-right: 30px; flex: 1; box-sizing: border-box;}
#service .part2 .list .swiper-slide .info .titl { font-size: 24px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
#service .part2 .list .swiper-slide .info .titl::after { content: ''; width: 35px; height: 2px; background: #1432a8; position: absolute; bottom: 0; left: 0;}
#service .part2 .list .swiper-slide .info .note { height: 227px; overflow-y: auto; line-height: 24px; text-align: justify; padding-right: 20px;}
#service .part2 .list .swiper-slide .info .note::-webkit-scrollbar {width: 5px; height: 5px;}
#service .part2 .list .swiper-slide .info .note::-webkit-scrollbar-thumb { background:#f2f2f2; border-radius: 5px;}
#service .part2 .list .swiper-slide .info .note::-webkit-scrollbar-track { background:rgba(0, 0, 0, 0); border-radius: 5px;}

#service .part2 .list .swiper-button-prev {width: 50px;height: 50px;background-image: url(skin/product-prev.png);background-position: top;background-size: auto;left: -100px;margin-top: -50px;}
#service .part2 .list .swiper-button-prev:hover {background-position: bottom;}
#service .part2 .list .swiper-button-next {width: 50px;height: 50px;background-image: url(skin/product-next.png);background-position: top;background-size: auto;right: -100px;margin-top: -50px;}
#service .part2 .list .swiper-button-next:hover {background-position: bottom;}

#hy1 {}
#hy1 .part1 { padding: 50px 0;}
#hy1 .part1 .show { width: 1200px; height: 250px; position: relative; margin: auto;}
#hy1 .part1 .show .name { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; top: 0; left: 0; color: #FFF; font-size: 36px; font-weight: bold;}
#hy1 .part1 .show .name img { padding-left: 57px; padding-right: 20px; width: 70px;}
#hy1 .part1 .text { width: 1200px; padding-top: 50px; text-align: justify; line-height: 24px; margin: auto;}

#hy1 .part2 { padding: 50px 0; background-size:cover;}
#hy1 .part2.bg1 { background-image: url(skin/hy-1b.jpg);}
#hy1 .part2.bg2 { background-image: url(skin/hy-2b.jpg);}
#hy1 .part2.bg3 { background-image: url(skin/hy-3b.jpg);}
#hy1 .part2 .name { text-align: center; font-weight: bold; font-size: 30px; color: #fff;}
#hy1 .part2 .list { width: 1200px; margin: auto; position: relative; margin-top: 40px;}
#hy1 .part2 .list .swiper-slide .box { width: 370px; margin: auto; background: #fff; padding: 7px; padding-bottom: 0;}
#hy1 .part2 .list .swiper-slide .show { width: 370px; position: relative;}
#hy1 .part2 .list .swiper-slide .box:hover .show .info { opacity: 1;}
#hy1 .part2 .list .swiper-slide .show .info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(20, 50, 168, .8); opacity: 0; transition: all .3s;}
#hy1 .part2 .list .swiper-slide .show .info .item { padding: 20px; color: #FFF;}
#hy1 .part2 .list .swiper-slide .show .info .item strong,#hy1 .part2 .list .swiper-slide .show .info .item span { display: block; line-height: 24px; text-align: justify;}
#hy1 .part2 .list .swiper-slide .show .info .item:last-child { padding-top: 0;}
#hy1 .part2 .list .swiper-slide .text { height: 50px; line-height: 50px; font-weight: bold; text-align: center;}

#hy1 .part2 .list .swiper-button-prev {width: 50px;height: 50px;background-image: url(skin/product-prev.png);background-position: top;background-size: auto;left: -100px;margin-top: -50px;}
#hy1 .part2 .list .swiper-button-prev:hover {background-position: bottom;}
#hy1 .part2 .list .swiper-button-next {width: 50px;height: 50px;background-image: url(skin/product-next.png);background-position: top;background-size: auto;right: -100px;margin-top: -50px;}
#hy1 .part2 .list .swiper-button-next:hover {background-position: bottom;}

#hy1 .part3 { padding: 50px 0; background-position: top center; background-repeat: no-repeat; background-color: #f6f6f6;}
#hy1 .part3.bg4 { background-image: url(skin/hy-4b.jpg);}
#hy1 .part3.bg5 { background-image: url(skin/hy-5b.jpg);}
#hy1 .part3.bg6 { background-image: url(skin/hy-6b.jpg);}
#hy1 .part3 .name { text-align: center; font-weight: bold; font-size: 30px; color: #fff;}
#hy1 .part3 .list { width: 1000px; margin: auto; position: relative; margin-top: 40px;}
#hy1 .part3 .list .swiper-slide .box { width: 900px; margin: auto;}
#hy1 .part3 .list .swiper-slide .show { width: 900px; position: relative;}
#hy1 .part3 .list .swiper-slide .info { line-height: 24px; text-align: justify;}
#hy1 .part3 .list .swiper-slide .text { height: 50px; line-height: 50px; font-weight: bold; background: #e2e2e2; margin-top: 20px; margin-bottom: 25px; text-align: center;}

#hy1 .part3 .list .swiper-button-prev {width: 50px;height: 50px;background-image: url(skin/product-prev.png);background-position: top;background-size: auto;left: -100px; top: 200px; }
#hy1 .part3 .list .swiper-button-prev:hover {background-position: bottom;}
#hy1 .part3 .list .swiper-button-next {width: 50px;height: 50px;background-image: url(skin/product-next.png);background-position: top;background-size: auto;right: -100px; top: 200px;}
#hy1 .part3 .list .swiper-button-next:hover {background-position: bottom;}

#customer1 .name span { color: #1432a8;}
.page .customer1 .list::after { height: 1px;}
.page .customer1 {padding: 55px 0;}
.page .customer1 .name {font-size: 30px;font-weight: bold;padding-bottom: 12px;text-align: center;}
.page .customer1 .text {text-align: center;line-height: 24px;color: #666;width: 653px;margin: auto;}
.page .customer1 .list {flex-wrap: wrap;width: 1200px;margin: auto; justify-content:center;}
.page .customer1 .list li {width: 278px;padding-top: 40px; padding-left:10px; padding-right:10px;}
.page .customer1 .list li a {display: block;border: #ebebeb solid 1px;}
.page .customer1 .list li a:hover {box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;}