/* 内页banner */
.ny-banner {
  height: 500px;
  width: 100%;
  padding: 0 15px;
}
.ny-banner .container {
  position: relative;
}
.banner-d1 {
  padding-top: 60px;
  font-size: 100px;
  line-height: 80px;
  font-family: "DIN";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
}
.banner-d2 {
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  font-family: "yahei";
}

.banner-d3 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  line-height: 34px;
}
.banner-d4 {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  background: url(../images/ico52.png) no-repeat center;
  margin-top: 30px;
  -webkit-animation: span-up 2s linear infinite;
  animation: span-up 2s linear infinite;
}

@keyframes span-up {
  25% {
    transform: translateY(8px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes span-up {
  25% {
    -webkit-transform: translateY(8px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-8px);
  }
}
@media only screen and (max-width: 1199px) {
  .ny-banner {
    height: 300px;
  }
  .banner-d1 {
    font-size: 70px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .ny-banner {
    height: 200px;
  }
  .banner-d1 {
    font-size: 30px;
    line-height: 50px;
    padding-top: 20px;
  }
  .banner-d2 {
    font-size: 22px;
  }
  .banner-d4 {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
  }
}
/* 产品页选项卡 */
.zx-nav {
  background: #f0f4f7;
}
.zx-nav .pc-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.zx-nav a {
  width: 11.11%;
  padding: 0.75rem 0 0.6rem;
  text-align: center;
}
.zx-nav a:hover,
.zx-nav a.cur {
  color: #333;
  background: #fff;
}
.zx-nav a .img {
  width: 100%;
  height: 45px;
  position: relative;
  margin-bottom: 10px;
}
.zx-nav a .img .sp {
  position: absolute;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zx-nav a .img .sp1 {
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
  visibility: visible;
}
.zx-nav a .img .sp2 {
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  visibility: hidden;
}
.zx-nav a:hover .img .sp1,
.zx-nav a.cur .img .sp1 {
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  visibility: hidden;
}
.zx-nav a:hover .img .sp2,
.zx-nav a.cur .img .sp2 {
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
  visibility: visible;
}
.zx-nav a span {
  font-size: 16px;
  font-family: "yahei";
  color: #666;
}
@media only screen and (max-width: 991px) {
  .zx-nav a {
    width: 12.5%;
  }
}
@media only screen and (max-width: 767px) {
  .zx-nav .pc-block {
    justify-content: flex-start;
    padding: 15px;
  }
  .zx-nav a {
    width: 25%;
  }
}
@media only screen and (max-width: 425px) {
  .zx-nav a span {
    font-size: 14px;
  }
  .zx-nav a .img {
    width: 34px;
    height: 34px;
    margin: 0 auto;
  }
  .zx-nav a .img .sp {
    display: block;
    width: 100%;
  }
}
/* 面包屑导航 */
.mbx {
  border-bottom: solid 1px #eee;
}
.mbx a {
  line-height: 60px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
}
.mbx a span {
  color: #ccc;
}
.mbx a:first-child {
  padding-left: 30px;
  background: url(../images/mbx.png) no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}
.mbx a:hover {
  color: #0073e5;
}
/* 产品列表页 */
.pro_con {
  background: url("../img/pro_bg1.png") no-repeat center bottom, #f6f9fb;
}
.pro_con .container {
  padding-bottom: 80px;
}
.pro_list_box {
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_list_box > a {
  margin-right: 2.65%;
  width: 23%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  color: #000;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 70px rgba(29, 56, 75, 0.17);
  -moz-box-shadow: 0 0 70px rgba(29, 56, 75, 0.17);
  box-shadow: 0 0 70px rgba(29, 56, 75, 0.17);
  margin-bottom: 60px;
  padding-bottom: 80px;
  top: 0;
}
.pro_list_box > a:nth-child(4n) {
  margin-right: 0;
}
.pro_intersperse {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 14px;
}
.pro_con .img_box {
  height: 340px;
}
.pro_con .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.pro_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  height: 46px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.5rem 0 0.8rem;
}
.btn_pro_det {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all 0.5s ease;
}
.btn_pro_det i {
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  transition: all 0.5s ease;
}

.pro_box:hover {
  top: -10px;
  -webkit-box-shadow: 0 0 46px rgba(29, 56, 75, 0.4);
  -moz-box-shadow: 0 0 46px rgba(29, 56, 75, 0.4);
  box-shadow: 0 0 46px rgba(29, 56, 75, 0.4);
}
.pro_box:hover .btn_pro_det {
  background: linear-gradient(45deg, #0073e5 0%, #1751a2 100%) !important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}
.pro_box:hover .btn_pro_det i {
  margin-left: 3.5em;
}
@media only screen and (max-width: 1439px) {
  .pro_con .img_box {
    height: 170px;
  }
  .btn_pro_det {
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .pro_list_box {
    padding: 30px 0 0;
  }
  .pro_con .container {
    padding-bottom: 40px;
  }
  .pro_list_box > a {
    padding: 15px 15px 30px;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .pro_list_box > a:nth-child(2n) {
    margin-right: 0;
  }
  .btn_pro_det {
    line-height: 40px;
    width: 110px;
    margin-left: -55px;
    bottom: -20px;
  }
  .btn_pro_det i {
    position: relative;
    top: -3px;
    right: -4px;
  }
}
@media only screen and (max-width: 576px) {
  .pro_title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .pro_con .img_box {
    height: 112px;
  }
}
/* 案例内页 */
.case-container {
  padding-bottom: 80px;
}
.case-list ul {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-list ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 80px;
  transform: translateY(0px);
  transition: all 0.5s;
}
.case-list ul li:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.case-list ul li:nth-child(3n) {
  margin-right: 0;
}
.case-list .item {
  display: block;
  font-family: "yahei";
}
.case-list .item .imgBox {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.case-list .item:hover .imgBox {
  background-color: #000;
}
.case-list .item .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s;
}
.case-list .item:hover .imgBox img {
  opacity: 0.8;
  transform: scale(1.05);
  transition: all 0.5s;
}
.case-list .item .imgBox i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 100px;
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url(../images/cp-ck-bj.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: rotate(30deg);
  transition: 0.5s;
}
.case-list li:hover .imgBox i {
  transform: rotate(0deg);
  opacity: 1;
  transition: 0.5s;
}
.case-list .item .content h2 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin: 10px 0;
  /*  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.case-list .item .content p {
  font-size: 16px;
  line-height: 32px;
  margin: 30px 0 10px;
  color: #aaa;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-list .item span {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 46px;
  color: #aaa;
}
.case-list .item span::before {
  content: "";
  display: block;
  width: 3px;
  height: 12px;
  background-color: #1f3ea7;
  position: absolute;
  z-index: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.case-list .item em {
  color: #aaa;
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .case-container {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-list ul {
    padding-bottom: 40px;
  }
  .case-list ul li {
    margin-top: 30px;
    width: 49%;
    margin-right: 2%;
  }
  .case-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .case-list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .case-list ul li:nth-child(6n) {
    margin-right: 0;
  }
  .case-list .item .content h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .case-list .item .content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .case-list .item em {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .case-list .item .imgBox {
    height: 236px;
  }
}
@media only screen and (max-width: 425px) {
  .case-list .item .imgBox {
    height: 180px;
  }
}
/* 新闻列表 */
.infoNews {
  padding: 100px 0;
  overflow: hidden;
}
.infoNews main {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infoNews .l1 {
  width: 25%;
  padding: 0 2%;
  margin: 20px 0;
  border-right: 1px solid #e2e2e2;
}
.infoNews .l1:nth-child(4n) {
  border-right: 0;
}
.infoNews .l1 .date {
  font-size: 14px;
  color: #1751a2;
  font-family: "DIN";
}
.infoNews .l1 .date i {
  margin-right: 10px;
}
.infoNews .l1 .title {
  font-size: 18px;
  margin: 20px 0;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
}
.infoNews .l1 .img {
  height: 220px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.infoNews .l1 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.infoNews .l1:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.infoNews .l1:hover .title {
  color: #1751a2;
}
@media only screen and (max-width: 1199px) {
  .infoNews {
    padding: 40px 0 0;
  }
  .infoNews .l1 .title {
    font-size: 15px;
    margin: 15px 0 5px;
  }
  .infoNews .l1 {
    width: 33.33%;
  }
  .infoNews .l1:nth-child(4n) {
    border-right: 1px solid #e2e2e2;
  }
  .infoNews .l1:nth-child(3n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .infoNews .l1 {
    width: 50%;
  }
  .infoNews main {
    padding-bottom: 30px;
  }
  .infoNews .l1:nth-child(4n),
  .infoNews .l1:nth-child(2n),
  .infoNews .l1:nth-child(6n) {
    border-right: none;
  }
  .infoNews .l1:nth-child(3n) {
    border-right: 1px solid #e2e2e2;
  }
  .infoNews .l1 .title {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .infoNews .container {
    padding: 0;
  }
  .infoNews .l1 {
    margin: 10px 0;
  }
  .infoNews .l1 .img {
    height: 154px;
  }
}
/* 经销商 */
.infoCooperation {
  position: relative;
}
.infoCooperation .yuanhuan {
  position: absolute;
  opacity: 0.2;
  width: 30%;
  left: 15%;
  top: 18%;
  animation-name: ball-clip-rotate-multiple-rotate1;
  animation-delay: 0s;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
.infoCooperation .yuanhuan2 {
  position: absolute;
  opacity: 0.4;
  width: 24%;
  left: 18%;
  top: 24%;
  animation-name: ball-clip-rotate-multiple-rotate2;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.infoCooperation main {
  height: 80vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.infoCooperation .container {
  padding: 10vh 200px;
}
.infoCooperation .left p {
  padding-left: 40px;
  background: url(../images/dui.png) no-repeat;
  background-position: left 10px;
  background-size: 20px auto;
}
.infoCooperation .smTitle {
  color: #ccc;
  font-size: 16px;
}
.infoCooperation .bt {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
}
.infoCooperation .smTitle2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.infoCooperation .right {
  background: url(../images/jbjhBJ.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.6);
}
.infoCooperation .right p {
  font-size: 14px;
}
.infoCooperation .right h1 {
  font-size: 34px;
}
.infoCooperation .right h1::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0073e5;
}
.infoCooperation form {
  padding: 40px 40px 60px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 460px;
  float: right;
  overflow: hidden;
  border-radius: 15px;
}
.infoCooperation ul {
  margin-top: 40px;
}
.infoCooperation ul li {
  position: relative;
  width: 100%;
  height: 46px;
  border: solid 1px #eee;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 128, 255, 0.1);
}
.infoCooperation ul input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 40px;
  font-weight: normal;
}
.infoCooperation ul li i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 10px;
  background: url(../images/formi1.png) no-repeat;
  background-size: 100% 100%;
}
.infoCooperation ul li i.mm {
  background: url(../images/formi2.png) no-repeat;
  background-size: 100% 100%;
}
.infoCooperation ul li i.yz {
  background: url(../images/formi3.png) no-repeat;
  background-size: 100% 100%;
}
.infoCooperation ul li .yzm {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 26px;
}
.infoCooperation ul li .yzm img {
  display: block;
  width: auto;
  height: 100%;
}
.infoCooperation form .btn {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #0073e5;
  border-right: 5px;
  color: #fff;
}
/* 加入我们 */
.infoJiaMeng main {
  background: url(../images/joinUsBj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.infoJiaMeng main .imgBox {
  width: 40%;
  height: 800px;
}
.infoJiaMeng main .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoJiaMeng main .txtBox {
  position: relative;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 10%;
}
.infoJiaMeng main .txtBox img.ys {
  position: absolute;
  top: 20%;
  left: -55px;
  display: block;
  width: 130px;
  height: auto;
}
.infoJiaMeng main .txtBox h1,
.infoJiaMeng main .txtBox p.En,
.infoJiaMeng main .txtBox p.Ch {
  text-align: center;
}
.infoJiaMeng main .txtBox h1 {
  font-size: 34px;
  font-weight: bold;
}
.infoJiaMeng main .txtBox p.Ch {
  font-weight: bold;
  font-size: 22px;
  margin-top: 50px;
  line-height: 36px;
}
.infoJiaMeng .leftDq {
  padding-left: 20%;
  padding-top: 40px;
}
.infoJiaMeng .leftDq h2 {
  font-size: 22px;
}
.infoJiaMeng .leftDq p.lx {
  position: relative;
  font-size: 16px;
  line-height: 50px;
}
.infoJiaMeng .leftDq p.lx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.infoJiaMeng .leftDq ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.infoJiaMeng .leftDq .ewm {
  width: 100px;
  margin-top: 20px;
  margin-right: 30px;
}
.infoJiaMeng .leftDq .ewm img {
  display: block;
  width: 100%;
}
.infoJiaMeng .leftDq .ewm p {
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .infoJiaMeng main .imgBox {
    display: none;
  }
  .infoJiaMeng main .txtBox {
    width: 100%;
  }
  .infoJiaMeng main .txtBox img.ys {
    left: auto;
    right: -55px;
    top: auto;
    bottom: 0;
  }
  .infoJiaMeng .leftDq {
    padding-left: 0;
  }
  .infoJiaMeng .leftDq p.lx::after {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .infoJiaMeng main .txtBox h1 {
    font-size: 24px;
  }
  .infoJiaMeng main .txtBox p.Ch {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
  .infoJiaMeng .leftDq h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .infoJiaMeng .leftDq p.lx {
    font-size: 15px;
    line-height: 44px;
  }
  .infoJiaMeng main .txtBox img.ys {
    width: 106px;
    right: -46px;
  }
}
@media only screen and (max-width: 480px) {
  .infoJiaMeng main {
    padding: 20px;
  }
  .infoJiaMeng main .txtBox {
    padding: 15px;
  }
  .infoJiaMeng main .txtBox h1 {
    font-size: 18px;
  }
  .infoJiaMeng main .txtBox p.Ch {
    font-size: 16px;
  }
  .infoJiaMeng .leftDq h2 {
    font-size: 16px;
  }
  .infoJiaMeng .leftDq p.lx {
    font-size: 14px;
  }
  .infoJiaMeng main .txtBox img.ys {
    width: 60px;
  }
}
/* 关于我们内页 */
.infoAbout {
  background: url(../images/hezuo-bj.png) no-repeat;
  background-position: left center;
  overflow: hidden;
  padding: 100px 0 100px;
}
.ny-hezuo-title .EN {
  font-size: 80px;
  color: #f0f0f0;
  font-weight: 900;
  font-family: "DIN";
}
.ny-hezuo-title .EN span {
  color: #003596;
  font-size: 50px;
}
.ny-hezuo-title .bt {
  font-size: 34px;
  color: #666666;
  letter-spacing: 4px;
}
.infoAbout .left {
  width: 54%;
  display: inline-block;
  padding-top: 40px;
}
.infoAbout .left p.wz {
  font-size: 18px;
  line-height: 36px;
}
.infoAbout img.rightImage {
  width: 40%;
  display: inline-block;
  float: right;
  border-radius: 0 100px 10px 20px;
}
.infoAbout .iconBox {
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.infoAbout .iconBox li {
  display: inline-block;
  float: left;
  width: 31%;
  margin-right: 3.4%;
  overflow: hidden;
  background: #fff;
  background-size: 100% 100%;
  padding: 40px 25px 40px;
  border-top: solid 5px #eee;
  box-shadow: 0 0 10px #ccc;
}
.infoAbout .iconBox li:nth-child(3) {
  margin-right: 0;
}
.infoAbout .iconBox img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.infoAbout .iconBox li p {
  text-align: center;
}
.infoAbout .iconBox li p:nth-of-type(1) {
  font-size: 18px;
  line-height: 36px;
  font-weight: 900;
}
.infoAbout .iconBox li p:nth-of-type(2) {
  line-height: 24px;
  opacity: 0.8;
  font-size: 15px;
}
.infoAbout .iconBox li:hover {
  box-shadow: 0 0 20px #aaa;
}
.infoAbout .left ul li {
  position: relative;
  padding-left: 120px;
  font-size: 16px;
  margin-top: 20px;
}
.infoAbout .left ul li strong {
  position: absolute;
  top: 0;
  left: 0;
  color: #003596;
}
@media only screen and (max-width: 1199px) {
  .infoAbout {
    padding: 40px 0;
  }
  .ny-hezuo-title .EN {
    font-size: 40px;
  }
  .ny-hezuo-title .EN span {
    font-size: 34px;
  }
  .ny-hezuo-title .bt {
    font-size: 22px;
  }
  .infoAbout .left p.wz {
    font-size: 16px;
    line-height: 28px;
  }
  .infoAbout .left {
    display: block;
    width: 100%;
  }
  .infoAbout img.rightImage {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .infoAbout {
    padding: 30px 0;
    background-size: 40% auto;
  }
  .ny-hezuo-title .EN span {
    font-size: 22px;
  }
  .ny-hezuo-title .EN {
    font-size: 24px;
  }
  .ny-hezuo-title .bt {
    font-size: 18px;
  }
  .infoAbout .left {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .infoAbout .left ul li {
    padding: 0;
    margin-top: 15px;
  }
  .infoAbout .left ul li strong {
    position: relative;
  }
}
/* 公司文化 */
.sy-hxys h1 {
  font-size: 40px;
}
.sy-hxys .xian {
  width: 300px;
  margin: 0 auto;
  height: 1px;
  background-color: #eee;
}
.sy-hxys .xian em {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #003596;
  margin: 0 auto;
}
.sy-hxys {
  /* background: url(../images/infoAboutWenhua.jpg) no-repeat;
  background-size: cover;
  background-position: center; */
  background-attachment: fixed;
}
.core-box {
  padding: 80px 0;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.core-box .infos {
  position: relative;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #333;
  position: relative;
  border-radius: 0 50px 10px 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.core-box .infos:hover {
  background-color: #003596;
}
.core-box .infos:nth-child(2)::after,
.core-box .infos:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 60px;
  display: block;
  width: 1px;
  height: 150px;
  background-color: #eee;
  border-radius: 50%;
}
.core-box .infos:nth-child(2)::after {
  right: 0px;
}
.core-box .infos:nth-child(2)::before {
  left: 0px;
}
.core-box .infos .txts {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 9;
}
.core-box .infos h3 {
  font-size: 24px;
  padding: 30px 0 3px;
}
.core-box .infos em {
  font-size: 14px;
}
.core-box .infos p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.core-box .infos i.icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../images/aboutIcon1.png);
  background-size: 100%;
}
.core-box .infos:hover i.icon1 {
  background-image: url(../images/aboutIcon1-w.png);
}
.core-box .infos i.icon2 {
  background-image: url(../images/aboutIcon2.png);
  background-size: 100%;
}
.core-box .infos:hover i.icon2 {
  background-image: url(../images/aboutIcon2-w.png);
}
.core-box .infos i.icon3 {
  background-image: url(../images/aboutIcon3.png);
  background-size: 100%;
}
.core-box .infos:hover i.icon3 {
  background-image: url(../images/aboutIcon3-w.png);
}
.core-box .infos:hover,
.core-box .infos:hover p {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .core-box {
    padding: 0;
  }
  .core-box .infos h3 {
    font-size: 22px;
  }
  .core-box .infos p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .core-box .infos .txts {
    padding: 10px 5px;
  }
  .core-box .infos h3 {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  .core-box .infos em {
    font-size: 12px;
  }
  .core-box .infos i.icon {
    width: 60px;
    height: 60px;
  }
  .core-box .infos:nth-child(2)::after,
  .core-box .infos:nth-child(2)::before {
    top: 8px;
  }
}
/* 荣誉资质*/
.certificate {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.certificate ul {
  margin-top: 40px;
}
.certificate .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.certificate .swiper-slide {
  height: 460px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  border: solid 1px #eee;
  background-color: #fff;
}

.certificate .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.certificate .swiper-slide:hover img {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.certificate .swiper-button-prev,
.certificate .swiper-container-rtl .swiper-button-next,
.infoPhotoBox .swiper-button-prev,
.infoPhotoBox .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 10px;
  right: auto;
  background: url(../images/left.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 80% auto;
  background-position: center;
}
.certificate .swiper-button-next,
.certificate .swiper-container-rtl .swiper-button-prev,
.infoPhotoBox .swiper-button-next,
.infoPhotoBox .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  background: url(../images/right.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 80% auto;
  background-position: center;
}
@media only screen and (max-width: 1439px) {
  .certificate .swiper-slide {
    height: 368px;
  }
}
@media only screen and (max-width: 1199px) {
  .certificate {
    padding: 40px 0;
  }
  .certificate ul {
    margin-top: 20px;
  }
  .certificate .swiper-slide {
    height: 300px;
  }
}
@media only screen and (max-width: 425px) {
  .certificate .swiper-slide {
    height: 264px;
  }
}
@media only screen and (max-width: 375px) {
  .certificate .swiper-slide {
    height: 230px;
  }
}
/* 人文关怀  */
.infoPhotoBox {
  padding: 100px 0;
  background: url(../images/hezuo-bj2.png) no-repeat;
  background-position: right center;
  background-size: 20% auto;
}
.infoPhotoBox h1 {
  color: #fff;
}
.infoPhotoBox .swiper {
  width: 100%;
  height: 100%;
  padding: 20 0;
}
.infoPhotoBox ul {
  margin-top: 40px;
}
.infoPhotoBox .swiper-slide {
  height: auto;
  transition: 300ms;
  transform: scale(0.85);
  border: solid 1px #eee;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
}
.infoPhotoBox .swiper-slide img,
.infoPhotoBox .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.infoPhotoBox .swiper-slide-active,
.infoPhotoBox .swiper-slide-duplicate-active {
  transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  .infoPhotoBox {
    padding: 40px 0 0;
  }
  .infoPhotoBox .swiper-slide {
    padding: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .infoPhotoBox ul {
    margin-top: 20px;
  }
}

/* 联系我们 */
.ny-contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
.ny-contact main {
  background-color: #f5f5f5;
  padding: 60px 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ny-contact .left,
.ny-contact .right {
  width: 47%;
}
.ny-contact p.bt {
  font-weight: 900;
  font-family: "yahei";
  margin-bottom: 30px;
  font-size: 20px;
}
.ny-contact .left .imgBox {
  height: 160px;
}
.ny-contact .left .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .txtBox {
  background-color: #fff;
  padding: 40px;
}
.ny-contact p.dz {
  font-size: 24px;
  line-height: 40px;
  margin: 10px 0;
}
.ny-contact p.dh {
  font-size: 16px;
  margin: 10px 0;
  line-height: 26px;
}
.ny-contact p.rx {
  font-size: 32px;
  color: #2167d2;
  font-weight: 900;
  margin: 40px 0 10px;
}
.ny-contact .ewm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ny-contact .ewm li {
  width: 120px;
}
.ny-contact .ewm li:nth-child(1) {
  margin-right: 15px;
}
.ny-contact .ewm img {
  display: block;
  width: 100%;
  height: auto;
}
.ny-contact .inp1 {
  width: 100%;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 30px;
  border: solid 1px #eee;
  padding-left: 20px;
  color: #ccc;
  font-size: 14px;
}
.ny-contact textarea {
  background-color: #fff;
  color: #ccc;
  padding: 14px 20px 20px;
  border: solid 1px #eee;
  width: 100%;
  font-size: 14px;
}
.ny-contact .inp2 {
  width: 200px;
  height: 50px;
  background-color: #003596;
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
}
.ny-contact .map {
  height: 400px;
  margin-bottom: 80px;
}
.ny-contact .map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .ny-hezuo-title {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.ny-contact .ny-hezuo-title .CoopNr {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 40px;
  color: #666666;
}
@media only screen and (max-width: 1199px) {
  .ny-contact {
    padding: 40px 0;
  }
  .ny-contact .ny-hezuo-title {
    padding: 0;
  }
  .ny-contact main {
    margin: 15px 0;
    padding: 40px;
  }
  .ny-contact .txtBox {
    padding: 20px;
  }
  .ny-contact .map {
    height: 300px;
    margin-bottom: 40px;
  }
  .ny-contact p.dz {
    font-size: 24px;
  }
  .ny-contact p.rx {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .ny-contact main {
    padding: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .ny-contact .left,
  .ny-contact .right {
    width: 100%;
  }
  .ny-contact .right {
    margin-top: 15px;
  }
  .ny-contact p.bt {
    margin-bottom: 15px;
  }
  .ny-contact .inp1 {
    margin-bottom: 15px;
  }
  .ny-contact textarea {
    height: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .ny-contact {
    padding: 20px 0 0;
  }
  .ny-contact main {
    padding: 0;
    background: none;
  }
  .ny-contact p.bt {
    font-size: 14px;
  }
  .ny-contact .txtBox {
    padding: 0;
  }
  .ny-contact p.dz {
    font-size: 18px;
  }
  .ny-contact .right {
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 15px;
  }
  .ny-contact .inp2 {
    margin-top: 10px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/*人才招聘 */
.infoRenCai {
  background: url(../images/hzBj.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-bottom: 100px;
}
.infoRenCai .list {
  width: 100%;
  box-shadow: 0 0 20px #c0c6ca;
  background-color: #fff;
  border-bottom: solid 10px #003596;
}
.infoRenCai .RencaiBt {
  background-color: #003596;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
}
.infoRenCai .RencaiBt,
.infoRenCai .inactive {
  padding: 0 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.infoRenCai .RencaiBt strong,
.infoRenCai .inactive span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.infoRenCai .inactive {
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  color: #666;
  line-height: 60px;
}

.infoRenCai .list ul li a {
  display: block;
  position: relative;
}

.infoRenCai .list ul li .inactive {
  background: url(../images/off.png) no-repeat;
  background-size: 34px 34px;
  background-position: 98% 14px;
}

.infoRenCai .list ul li .inactives {
  background: url(../images/on.png) no-repeat;
  background-size: 34px 34px;
  background-position: 98% 14px;
}

.infoRenCai .list ul li ul {
  display: none;
}
.infoRenCai .nrBox {
  background-color: #fafafa;
  border-bottom: solid 1px #ccc;
  padding: 20px 60px;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .infoRenCai {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .infoRenCai .RencaiBt,
  .infoRenCai .inactive {
    padding: 0 15px;
  }
  .infoRenCai .RencaiBt {
    font-size: 16px;
    line-height: 50px;
  }
  .infoRenCai .inactive {
    font-size: 14px;
    line-height: 44px;
  }
  .infoRenCai .list ul li .inactive {
    background: url(../images/off.png) no-repeat;
    background-size: 24px 24px;
    background-position: 98% 11px;
  }
  .infoRenCai .nrBox {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .infoRenCai .RencaiBt strong:nth-child(2),
  .infoRenCai .RencaiBt strong:nth-child(5),
  .infoRenCai .inactive span:nth-child(2),
  .infoRenCai .inactive span:nth-child(5) {
    display: none;
  }
  .infoRenCai .RencaiBt strong:nth-child(1),
  .infoRenCai .inactive span:nth-child(1) {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
/* 解决方案 */
.infoSolution {
  padding: 100px 0;
}
.xqTitle {
  position: relative;
}
.xqTitle2 {
  padding-right: 260px;
  border-bottom: solid 1px #eee;
}
.xqTitle h1 {
  font-size: 46px;
  font-weight: bold;
}
.xqTitle .sj {
  border: solid 1px #eee;
  font-size: 14px;
  color: #aaa;
  line-height: 60px;
}
.xqTitle .sj em {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #0073e5;
  margin: 0 auto;
}
.xqTitle a {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 200px;
  height: 50px;
  border: solid 1px #eee;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #666;
}

.infoSolution main strong {
  display: block;
  font-size: 34px;
  margin: 80px 0 20px;
}
.infoSolution main strong::before {
  content: "";
  display: inline-block;
  float: left;
  width: 4px;
  height: 34px;
  background-color: #0073e5;
  margin: 18px 20px 0 0;
}
/*.infoSolution main img {
  display: block;
  width: 100%;
  border-radius: 20px;
  margin: 20px 0;
}*/
.infoSolution main p {
  font-size: 18px;
  line-height: 36px;
  margin: 20px 0;
}
.next-box {
  border-top: solid 1px #eee;
  overflow: hidden;
  padding: 40px 0;
  margin-top: 80px;
}

.next-box a {
  display: inline-block;
  float: left;
  font-size: 18px;
  width: 49%;
  background-color: #fff;
  border: solid 1px #eee;
  margin: 0;
  padding: 0 20px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}

.next-box a:nth-child(2) {
  float: right;
}

.next-box a:hover {
  color: #0073e5;
  border-color: #0073e5;
  transform: translateY(-5px);
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .infoSolution {
    padding: 40px 0;
  }
  .xqTitle h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .xqTitle a {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .infoSolution main strong {
    font-size: 18px;
    margin: 30px 0 15px;
  }
  .infoSolution main strong::before {
    width: 4px;
    height: 20px;
    margin: 8px 14px 0 0;
  }
  .infoSolution main p {
    font-size: 14px;
    line-height: 26px;
  }
  .next-box {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .next-box a {
    font-size: 15px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .xqTitle2 {
    padding: 0;
    padding-bottom: 20px;
  }
  .xqTitle a {
    position: relative;
    top: 0;
    right: 0;
  }
  .next-box a {
    float: none;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .infoSolution {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 425px) {
  .xqTitle h1 {
    font-size: 20px;
  }
  .infoSolution main strong {
    font-size: 17px;
  }
}
/* 分页器 */
.fyq a.page-link {
  padding: 15px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fyq a.page-link {
    padding: 10px 15px;
    font-size: 14px;
  }
}
